@charset "UTF-8";
/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
*, :before, :after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:before, :after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.15;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
}

pre {
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

fieldset {
  padding: .35em .75em .625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

html {
  font-size: 62.5%;
  width: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body {
  position: relative;
  width: 100%;
}

body::before {
  background: url(../img/add/bg.jpg) no-repeat top center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

html, body {
  min-width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, div, span, p, ul, ol, li, dd, small, a {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .07em;
  color: #000;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', -apple-system, BlinkMacSystemFont, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  list-style-type: none;
  word-break: normal;
  position: relative;
  font-weight: 400;
  z-index: 2;
}

a:hover {
  opacity: .7;
}

a:hover .btn {
  opacity: .7;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.spOnly {
  display: none;
}

.hide {
  opacity: 0;
}

.btn {
  margin-top: 20px;
}

.bg {
  background-size: cover;
  background-position: top center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.bg-1-haramaki {
  position: absolute;
  left: 6%;
  top: 22.2%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}

.bg .logo {
  position: absolute;
  right: 13.8%;
  top: 8.8%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}

.bg-1-start {
  position: absolute;
  left: 5.9%;
  top: 29.4%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade {
  opacity: 0;
  -webkit-transform: translate(-50%, -48%) !important;
  transform: translate(-50%, -48%) !important;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.fade.active {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  opacity: 1;
}

.info {
  padding: 0 0 59px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.info__ttl {
  margin-bottom: 60px;
  background-color: #000;
  line-height: 56px;
  height: 60px;
}

.txt {
  width: 95%;
  max-width: 400px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.txt.yodo a {
  margin-top: 70px;
  display: block;
}

.products {
  position: absolute;
  right: 6.8%;
  top: 97px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 300px;
  text-align: center;
}

.products.left {
  right: auto;
  left: 17%;
  top: 109px;
}

.products.top {
  top: 115px;
}

.products__item a {
  display: block;
  text-align: center;
}

.products__item a img {
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}

.number,
.text,
.text1,
.text2,
.text3 {
  position: absolute;
}

.number.fade,
.text.fade,
.text1.fade,
.text2.fade,
.text3.fade {
  transform: translateY(-50px) !important;
}

.number.fade.active,
.text.fade.active,
.text1.fade.active,
.text2.fade.active,
.text3.fade.active {
  transform: initial !important;
}

.bg-0 {
  background-image: url(../img/add/bg_yodo.jpg);
  height: auto;
  padding: 120px 0 70px;
}

.bg-0 .txt {
  position: relative;
}

.bg-0 .fade.active {
  transform: translateX(-50%) !important;
}

.bg-1 {
  background-image: url(../img/add/bg_1.jpg);
}

.bg-1 .number {
  top: 10%;
  left: 74%;
}

.bg-1 .text {
  top: 10%;
  right: 70%;
}

.bg-2 {
  background-image: url(../img/add/bg_2.jpg);
}

.bg-3 {
  background-image: url(../img/add/bg_3.jpg);
  background-position: bottom center;
}

.bg-3 .text {
  top: 41%;
  right: 13%;
}

.bg-4 {
  background-image: url(../img/add/bg_4.jpg);
}

.bg-4 .text {
  top: 46%;
  left: 19%;
}

.bg-5_5 {
  background-color: #fff;
  height: auto;
  padding: 55px 0;
}

.bg-5_5 .txt {
  position: relative;
}

.bg-5_5 .fade.active {
  transform: translateX(-50%) !important;
}

.bg-5_5 .img2 {
  margin-top: 70px;
}

.bg-5 {
  background-image: url(../img/add/bg_5.jpg);
}

.bg-5 .text {
  top: 32%;
  left: 13%;
}

.bg-6 {
  background-image: url(../img/add/bg_6.jpg);
  background-position: bottom center;
}

.bg-6 .text {
  top: 25%;
  right: 9%;
}

.bg-7 {
  background-image: url(../img/add/bg_7.jpg);
}

.bg-7 .text {
  top: 46%;
  right: 5%;
}

.bg-8 {
  background-image: url(../img/add/bg_8.jpg);
}

.bg-8 .number {
  top: 16%;
  right: 16%;
}

.bg-8 .text {
  top: 32%;
  left: 21%;
}

.bg-9 {
  background-image: url(../img/add/bg_9.jpg);
}

.bg-9 .text {
  top: 66%;
  right: 17%;
}

.bg-10 {
  background-image: url(../img/add/bg_10.jpg);
}

.bg-10 .text {
  top: 45%;
  left: 4%;
}

.bg-11 {
  background-image: url(../img/add/bg_11.jpg);
  background-position: center center;
}

.bg-11 .text {
  bottom: 16%;
  left: 6%;
}

.bg-12 {
  background-image: url(../img/add/bg_12.jpg);
}

.bg-12 .text {
  bottom: 11%;
  right: 9%;
}

.bg-13 {
  height: auto;
}

.bg-13 img {
  width: 100vw;
}

.bg-13 .fade {
  position: static;
}

.bg-14 {
  background-image: url(../img/add/bg_14.jpg);
  background-position: center center;
}

.bg-14 .text {
  top: 26%;
  right: 4.5%;
}

.bg-15 {
  background-image: url(../img/add/bg_15.jpg);
  background-position: center center;
}

.bg-15 .text {
  top: 30%;
  right: 10%;
}

.bg-16 {
  background-image: url(../img/add/bg_16.jpg);
}

.bg-17 {
  background-image: url(../img/add/bg_17.jpg);
}

.bg-17 .btns {
  margin: 70px auto 0;
  max-width: 300px;
}

.bg-17 .btns a {
  display: block;
  margin: 20px auto 0;
}

.bg-17 .btns a:first-child {
  margin-top: 0;
}

.bg-17 a.bnr {
  display: block;
  max-width: 450px;
  margin: 50px auto 0;
}

.lineup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  width: 100vw;
  background-color: #DBEEE9;
}

.lineup .lineup_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1022px;
  width: 100%;
}

.lineup .lineup_inner div:first-child {
  margin-right: 20px;
}

.items {
  padding: 50px 30px;
  background-color: #fff;
}

.items .items_inner {
  max-width: 1022px;
  margin: auto;
}

.items .items_ttl {
  margin-bottom: 20px;
}

.items .items_cnt {
  display: flex;
  justify-content: space-between;
}

.items .items_cnt a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: calc(25% - 10px);
}

.items .items_cnt a span:nth-of-type(2) {
  margin-top: 20px;
}

.items .items_cnt a span:nth-of-type(2) img {
  max-height: 6vw;
}

.items .items_cnt.petit {
  width: 50%;
}

.items .items_cnt.petit a {
  width: 50%;
}

.items .items_cnt + .items_ttl {
  margin-top: 60px;
}

.arrow {
  display: block;
  position: fixed;
  right: 15%;
  bottom: 30px;
  z-index: 1000;
}

footer {
  background-color: #fff;
  padding: 70px 0 60px;
}

footer .shareWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .share {
  display: flex;
  justify-content: space-between;
  width: 138px;
  margin-right: 30px;
}

footer .footer__btn {
  font-size: 16px;
}

footer .footer__links-store {
  display: flex;
  justify-content: center;
  margin: 25px 0 8px;
}

footer .footer__links-store a {
  text-decoration: none;
  font-size: 1.2rem;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  color: #000;
}

footer .footer__links-store a:after {
  content: "／";
  display: inline;
  font-size: 1.3rem;
}

footer .footer__links-store li:last-child a:after {
  content: none;
}

footer small {
  display: block;
  text-align: center;
  line-height: 1;
}

@media (max-width: 768px) {
  body::before {
    background: url(../img/add/bg_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  img.spOnly {
    margin: auto;
  }
  .bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .bg-1-haramaki {
    position: absolute;
    left: 29%;
    top: 31%;
    transform: translate(-50%, 0);
    width: 50vw;
  }
  .bg-1-haramaki img,
  .bg-1-start img,
  .bg .logo img {
    width: 100%;
  }
  .bg .logo {
    position: absolute;
    right: 3%;
    top: 65vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 13.33vw;
  }
  .bg-1-start {
    position: absolute;
    left: 37%;
    top: 24vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 48vw;
  }
  .txt {
    width: 95%;
    max-width: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .txt.yodo.v1 img {
    max-width: 400px;
  }
  .txt.yodo.v1 a {
    margin-top: 9%;
  }
  .txt.yodo.v1 a img {
    max-width: 228px;
    width: 55%;
  }
  .txt.staff {
    width: 87%;
  }
  .txt img {
    width: 100%;
    max-width: 500px;
  }
  .products {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    max-width: 100%;
    position: relative;
  }
  .products a {
    display: block;
  }
  .products.left {
    top: 50%;
    left: 50%;
  }
  .products.top {
    top: 50%;
  }
  .bg-0 {
    height: auto;
    padding: 15% 6% 8%;
  }
  .bg-0 .txt {
    width: 100%;
    max-width: 100%;
  }
  .bg-1 {
    background-image: url(../img/add/bg_1_sp.jpg);
    min-height: 173vw;
  }
  .bg-1 .text {
    width: 39vw;
    top: initial;
    bottom: 11vw;
    left: 3vw;
  }
  .bg-1 .text img {
    width: 100%;
    max-width: 210px;
  }
  .bg-2 {
    background-image: url(../img/add/bg_2_sp.jpg);
  }
  .bg-2 .txt {
    top: 0;
    left: 0;
    transform: initial !important;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    padding: 13% 0 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bg-2 .txt img.first {
    margin: 0 auto;
  }
  .bg-2 .txt img.last {
    margin: 0 auto;
    width: 94%;
    max-width: 470px;
  }
  .bg-3 {
    background-image: url(../img/add/bg_3_sp.jpg);
    min-height: 173vw;
  }
  .bg-3 .text {
    right: initial;
    top: 9.5%;
    left: 5%;
    width: 63vw;
    max-width: 400px;
  }
  .bg-3 .text img {
    width: 100%;
  }
  .bg-4 {
    background-image: url(../img/add/bg_4_sp.jpg);
    min-height: 173vw;
  }
  .bg-4 .text {
    top: 15%;
    left: 5%;
    width: 82vw;
    max-width: 500px;
  }
  .bg-4 .text img {
    width: 100%;
  }
  .bg-5 {
    background-image: url(../img/add/bg_5_sp.jpg);
    min-height: 173vw;
  }
  .bg-5 .text {
    top: initial;
    left: initial;
    bottom: 12.5%;
    right: 6%;
    width: 87vw;
    max-width: 500px;
  }
  .bg-5 .text img {
    width: 100%;
  }
  .bg-5_5 {
    height: auto;
    padding: 14% 6% 12%;
  }
  .bg-5_5 .txt {
    width: 100%;
    max-width: 100%;
  }
  .bg-5_5 .img2 {
    margin-top: 13%;
  }
  .bg-6 {
    background-image: url(../img/add/bg_6_sp.jpg);
    min-height: 173vw;
  }
  .bg-6 .text {
    top: 3%;
    right: 6%;
    width: 31.3vw;
    max-width: 190px;
  }
  .bg-6 .text img {
    width: 100%;
  }
  .bg-7 {
    background-image: url(../img/add/bg_7_sp.jpg);
    min-height: 173vw;
  }
  .bg-7 .text {
    top: initial;
    right: initial;
    left: 50%;
    bottom: 8%;
    width: 92vw;
    max-width: 500px;
  }
  .bg-7 .text img {
    width: 100%;
  }
  .bg-7 .text.fade {
    transform: translate(-50%, 0) !important;
  }
  .bg-7 .text.fade.active {
    transform: translate(-50%, 0) !important;
  }
  .bg-8 {
    background-image: url(../img/add/bg_8_sp.jpg);
    min-height: 173vw;
  }
  .bg-8 .number {
    right: initial;
    top: 7.5%;
    left: 8%;
    width: 27.4vw;
    max-width: 160px;
  }
  .bg-8 .number img {
    width: 100%;
  }
  .bg-8 .text {
    left: initial;
    top: initial;
    bottom: 15%;
    right: 6%;
    width: 35vw;
    max-width: 230px;
  }
  .bg-8 .text img {
    width: 100%;
  }
  .bg-9 {
    background-image: url(../img/add/bg_9_sp.jpg);
    min-height: 173vw;
  }
  .bg-9 .text {
    top: initial;
    bottom: 8.5%;
    right: 6%;
    width: 86vw;
    max-width: 500px;
  }
  .bg-9 .text img {
    width: 100%;
  }
  .bg-10 {
    background-image: url(../img/add/bg_10_sp.jpg);
    min-height: 173vw;
  }
  .bg-10 .text {
    top: initial;
    bottom: 8%;
    left: 50%;
    width: 94vw;
    max-width: 500px;
  }
  .bg-10 .text img {
    width: 100%;
  }
  .bg-10 .text.fade {
    transform: translate(-50%, 0) !important;
  }
  .bg-10 .text.fade.active {
    transform: translate(-50%, 0) !important;
  }
  .bg-11 {
    background-image: url(../img/add/bg_11_sp.jpg);
    min-height: 173vw;
  }
  .bg-11 .text {
    bottom: -1.5%;
    left: 6%;
    width: 37vw;
    max-width: 210px;
  }
  .bg-11 .text img {
    width: 100%;
  }
  .bg-12 {
    background-image: url(../img/add/bg_12_sp.jpg);
    height: 174vw;
  }
  .bg-12 .text {
    top: initial;
    bottom: 8%;
    left: 50%;
    width: 94vw;
    max-width: 500px;
  }
  .bg-12 .text img {
    width: 100%;
  }
  .bg-12 .text.fade {
    transform: translate(-50%, 0) !important;
  }
  .bg-12 .text.fade.active {
    transform: translate(-50%, 0) !important;
  }
  .bg-13 {
    background-image: url(../img/add/bg_13_sp.jpg);
    height: auto;
  }
  .lineup {
    padding: 4% 6%;
  }
  .lineup .lineup_inner {
    display: block;
    max-width: 500px;
  }
  .lineup .lineup_inner div {
    margin: 0 auto;
    width: 70%;
  }
  .lineup .lineup_inner div img {
    width: 100%;
  }
  .lineup .lineup_inner div:first-child {
    margin: 0 auto 4.5%;
    width: 80%;
  }
  .items {
    padding: 7% 6% 14%;
  }
  .items .items_inner {
    max-width: 500px;
  }
  .items .items_ttl {
    margin-bottom: 12%;
  }
  .items .items_ttl img {
    height: 6vw;
  }
  .items .items_ttl.v2 img {
    height: 5vw;
  }
  .items .items_cnt {
    flex-wrap: wrap;
  }
  .items .items_cnt a {
    width: 50%;
    padding: 0 5%;
    text-align: center;
  }
  .items .items_cnt a span img {
    max-width: 90%;
    width: 100%;
  }
  .items .items_cnt a span:nth-of-type(2) {
    width: 100%;
  }
  .items .items_cnt a span:nth-of-type(2) img {
    max-height: 26vw;
    max-width: 100%;
  }
  .items .items_cnt a:nth-of-type(n+3) {
    margin-top: 15%;
  }
  .items .items_cnt a:nth-of-type(4) span:nth-of-type(1) img {
    max-width: 86%;
  }
  .items .items_cnt + .items_ttl {
    margin-top: 20%;
  }
  .items .items_cnt.petit {
    width: 100%;
  }
  .bg-14 {
    background-image: url(../img/add/bg_14_sp.jpg);
    background-position: top center;
    min-height: 173vw;
  }
  .bg-14 .text {
    top: 0;
    left: 0;
    transform: initial !important;
    width: 100%;
    max-width: 100%;
    min-height: 173vw;
    height: 100vh;
    padding: 10% 0 21%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bg-14 .text img {
    margin: 0 auto;
  }
  .bg-14 .text img.img1 {
    margin: 0 auto;
    width: 32%;
  }
  .bg-14 .text img.img2 {
    margin: 0 auto;
    width: 92%;
    max-width: 500px;
  }
  .bg-15 {
    background-image: url(../img/add/bg_15_sp.jpg);
    background-position: top center;
    min-height: 173vw;
  }
  .bg-15 .text {
    top: 0;
    left: 0;
    transform: initial !important;
    width: 100%;
    max-width: 100%;
    min-height: 173vw;
    height: 100vh;
    padding: 6% 0 22%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bg-15 .text img {
    margin: 0 auto;
  }
  .bg-15 .text img.img1 {
    margin: 0 auto;
    width: 52%;
    transform: translateX(44%);
  }
  .bg-15 .text img.img2 {
    margin: 50vw auto 0 auto;
    width: 92%;
    max-width: 500px;
  }
  .bg-16 {
    background-image: url(../img/add/bg_16_sp.jpg);
    min-height: 173vw;
  }
  .bg-16 .txt {
    top: 58%;
    width: 92vw;
  }
  .bg-16 .txt img {
    width: 100%;
  }
  .bg-17 {
    background-image: url(../img/add/bg_17_sp.jpg);
    min-height: 190vw;
  }
  .bg-17 .txt {
    width: 88%;
  }
  .bg-17 .img1 {
    width: 60%;
    max-width: 280px;
  }
  .bg-17 .btns {
    margin: 16% auto 0;
    max-width: 500px;
  }
  .bg-17 .btns a {
    margin-top: 5%;
  }
  .bg-17 .btns a img {
    width: 90%;
    max-width: 400px;
  }
  .bg-17 a.bnr {
    max-width: 500px;
    margin-top: 8% !important;
  }
  .bg-17 a.bnr img {
    width: 100% !important;
    max-width: 600px !important;
  }
  .arrow {
    display: block;
    position: fixed;
    right: 8%;
    bottom: 17px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1000;
    width: 30px;
  }
  .arrow img {
    width: 100%;
  }
  .btn img {
    width: 115px;
  }
  footer {
    padding: 27px 0 40px;
  }
  footer .shareWrap {
    flex-direction: column;
  }
  footer .share {
    width: 180px;
    margin: 0 auto 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .share__ttl img {
    width: 22%;
  }
  footer .share__item {
    width: 40px;
  }
  footer .share__item img {
    width: 40px;
  }
  footer .share__ttl {
    margin-bottom: 15px;
  }
  footer .footer__btn a {
    font-size: 16px;
  }
  footer .footer__btn img {
    width: 50%;
    margin: 0 auto;
  }
  footer .footer__btn div {
    margin-bottom: 20px;
  }
  footer .footer__links-store {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  footer .footer__links-store a {
    text-decoration: none;
    font-size: 1.3rem;
    color: #000;
  }
  footer .footer__links-store li {
    line-height: 1;
  }
  footer .footer__links-store a:after {
    content: "";
    display: inline;
    font-size: 1.3rem;
  }
  footer .footer__links-store li:last-child a:after {
    content: none;
  }
  footer small {
    display: block;
    text-align: center;
  }
  footer small img {
    height: 14px;
    width: auto;
  }
  .info {
    padding: 0 0 42px;
  }
  .info__ttl {
    margin-bottom: 40px;
    line-height: 41px;
    height: 45px;
  }
  .info__ttl img {
    height: 15px;
    width: auto;
  }
  .info div img {
    width: 77%;
    margin: 0 auto;
  }
}
