@charset "UTF-8";
@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none !important;
  }
  .view--sp {
    display: block;
  }
}
.page div, .page span, .page applet, .page object, .page iframe,
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p,
.page blockquote, .page pre, .page a, .page abbr, .page acronym, .page address,
.page big, .page cite, .page code, .page del, .page dfn, .page em, .page img, .page ins, .page kbd, .page q, .page s, .page samp, .page small, .page strike, .page strong, .page sub, .page sup, .page tt, .page var, .page b, .page u, .page i, .page center,
.page dl, .page dt, .page dd, .page ol, .page ul, .page li,
.page fieldset, .page form, .page label, .page legend,
.page table, .page caption, .page tbody, .page tfoot, .page thead, .page tr, .page th, .page td,
.page article, .page aside, .page canvas, .page details, .page embed, .page figure, .page figcaption, .page footer, .page header, .page hgroup,
.page menu, .page nav, .page output, .page ruby, .page section, .page summary, .page time, .page mark, .page audio, .page video, .page picture {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page article, .page aside, .page details, .page figcaption, .page figure, .page footer, .page header, .page hgroup, .page menu, .page nav, .page section, .page summary, .page picture {
  display: block;
}
.page *, .page *:before, .page *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.page button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.l-wrap {
  overflow: initial;
}

#header .container {
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  #header .container .cmn-header__logo {
    margin: 0 auto;
  }
}

.pane-header {
  margin-bottom: 0;
}

html {
  overflow-x: hidden;
}

.page {
  overflow: hidden;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 0.01em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .page {
    font-size: 6.5vw;
    line-height: 1.5;
  }
}
.page a {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .page a {
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
  }
  .page a:hover {
    opacity: 0.6;
  }
}
.page span, .page small {
  vertical-align: baseline;
}
.page span {
  font-weight: bold;
}
.page small {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .page small {
    font-size: 4.2vw;
  }
}
.page img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.page video {
  vertical-align: bottom;
}
.page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* hero
---------------------------*/
.page .hero {
  width: 100%;
  height: calc(100vh - 70px);
  margin: 0 0 130px;
}
@media screen and (max-width: 1380px) {
  .page .hero {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .page .hero {
    height: auto;
    margin: 0 0 9.8vw;
  }
}
.page .hero .hero__mv {
  position: relative;
  width: 100%;
  height: calc(90vh - 70px);
  background-image: url("../../assets_2025/img/hero_mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 1380px) {
  .page .hero .hero__mv {
    background-size: auto 100%;
    height: auto;
    aspect-ratio: 160/100;
  }
}
@media screen and (max-width: 768px) {
  .page .hero .hero__mv {
    height: auto;
    aspect-ratio: 9/16;
    background-image: url("../../assets_2025/img/hero_mv-sp.jpg");
  }
}
.page .hero .hero__title {
  display: none;
}
@media screen and (max-width: 768px) {
  .page .hero .hero__title {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 37.2vw;
    width: 73.5vw;
  }
}

/* menu
---------------------------*/
.menu {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 888;
  width: 31px;
}
@media screen and (max-width: 768px) {
  .menu {
    width: 22px;
    top: 22px;
    right: 20px;
  }
}
.menu .menu__btn--close {
  display: block;
  width: 31px;
  margin: 0 0 89px auto;
}
@media screen and (max-width: 768px) {
  .menu .menu__btn--close {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 22px;
    margin: 0;
  }
}
.menu .menu__wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 353px;
  height: 100vh;
  background-color: rgba(227, 227, 227, 0.9);
  padding: 25px 25px 25px 75px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .menu .menu__wrap {
    width: 100%;
    height: auto;
    max-height: 100%;
    padding: 22.6vw 9.1vw 9.1vw 16.3vw;
    overflow-y: auto;
  }
}
.menu .menu__list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu .menu__list .menu__item {
  display: inline-block;
  margin: 0 0 56px;
}
@media screen and (max-width: 768px) {
  .menu .menu__list .menu__item {
    margin: 0 0 9.3vw;
  }
}
.menu .menu__list .menu__item a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 3px;
  opacity: 1 !important;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu .menu__list .menu__item img {
  width: auto;
  height: 19px;
  max-height: 100%;
  max-width: initial;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 768px) {
  .menu .menu__list .menu__item img {
    height: 5.1vw;
  }
}
.menu .menu__list .menu__item:hover a {
  background-color: rgba(0, 0, 0, 0.3);
}
.menu .menu__list .menu__item:hover img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
@media screen and (max-width: 768px) {
  .menu .menu__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.menu .menu__sns .menu__item {
  width: 42px;
}
@media screen and (max-width: 768px) {
  .menu .menu__sns .menu__item {
    width: 9.8vw;
  }
}

.pane-header {
  position: relative;
}

.cmn-header__logo {
  max-width: 300px;
  margin: auto;
}

body.is-menu-open {
  overflow: hidden;
}

/* global_navi
---------------------------*/
.page #global-nav {
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .page #global-nav {
    position: relative;
  }
  .page #global-nav:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #9B9B9B;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
  }
  .page #global-nav.is-on:after {
    background: #606060;
  }
  .page #global-nav.is-on .global-nav__btn {
    background-color: #606060;
  }
}
.page #global-nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.page .global-nav__inner {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1094px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .page .global-nav__inner {
    width: 96%;
    height: 70px;
    margin: 0 0 0 auto;
    padding: 0;
  }
}
.page .global-nav__listWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .page .global-nav__listWrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 12px 0;
  }
}
.page .global-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .page .global-nav__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 0.7vw;
  }
  .page .global-nav__list:last-child {
    margin-bottom: 0;
  }
}
.page .global-nav__item {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .global-nav__item {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page .global-nav__item {
    margin: 0 2.3vw 0 0;
  }
  .page .global-nav__item:last-child {
    margin-right: 0;
  }
}
.page .global-nav__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 3px;
  opacity: 1 !important;
  transition: all 0.5s ease 0s;
}
.page .global-nav__item img {
  width: auto;
  max-width: initial;
  height: 12px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .global-nav__item img {
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page .global-nav__item img {
    height: 2.3vw;
    max-height: 10px;
  }
}
.page .global-nav__item.is-current a,
.page .global-nav__item:hover a {
  background-color: rgba(0, 0, 0, 0.3);
}
.page .global-nav__item.is-current img,
.page .global-nav__item:hover img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.page .global-nav__btn {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 195px;
  height: 70px;
  margin-left: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #9B9B9B;
  opacity: 1 !important;
}
@media screen and (min-width: 769px) {
  .page .global-nav__btn {
    background-image: url("../../assets_2025/img/icon_arrow_right.svg");
    background-position: center right;
    background-size: 7px auto;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .global-nav__btn {
    width: 120px;
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .page .global-nav__btn {
    width: 24.4vw;
    height: 100%;
    min-height: 70px;
    margin-left: 4.7vw;
  }
}
.page .global-nav__btn img {
  width: 93px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .global-nav__btn img {
    width: 86px;
  }
}
@media screen and (max-width: 768px) {
  .page .global-nav__btn img {
    width: 17.7vw;
    max-width: 76px;
  }
}

/* section
---------------------------*/
.section .section-head {
  margin: 0 0 82px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section .section-head {
    margin: 0 auto 9.5vw;
  }
}
.section .section-head .section-head__title {
  text-align: center;
  width: 100%;
  height: 98px;
}
@media screen and (max-width: 768px) {
  .section .section-head .section-head__title {
    height: 9.8vw;
  }
}
.section .section-head .section-head__title img {
  width: auto;
  height: 100%;
  max-height: 100%;
}
.section .section-movie {
  width: 100%;
}
.section .section-movie video {
  width: 100%;
  height: auto;
}

/* main
---------------------------*/
.page .section {
  margin-bottom: 220px;
}
@media screen and (max-width: 768px) {
  .page .section {
    margin-bottom: 24.4vw;
  }
}
.page .section-main {
  width: 100%;
  max-width: 1920px;
  overflow: visible;
  margin: auto;
}
.page .section-main .section-main__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(100vh - 70px);
  max-height: 1200px;
  position: relative;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .section-main .section-main__item {
    height: 100%;
    aspect-ratio: 1920/1201;
  }
}
@media screen and (max-width: 768px) {
  .page .section-main .section-main__item {
    display: block;
    height: 100%;
    aspect-ratio: 215/269;
  }
}
@media screen and (min-width: 769px) {
  .page .section-main .section-main__box .section-main__box {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .page .section-main .section-main__box .section-main__box:nth-child(odd) {
    left: 0;
  }
  .page .section-main .section-main__box .section-main__box:nth-child(even) {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .section-main .section-main__box {
    position: relative;
    background: none;
  }
}
.page .section-main .section-main__btnOpen {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 110;
  width: 16px;
  height: 16px;
  background-image: url("../../assets_2025/img/main_section_open.png");
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.page .section-main .section-main__btnOpen.is-open {
  background-image: url("../../assets_2025/img/main_section_close.png");
}
.page .section-main .section-main__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.page .section-main .section-main__img .section-main__img__item {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 69px center;
}
.page .section-main .section-main__img .section-main__img__item:nth-child(odd) {
  left: 0;
}
.page .section-main .section-main__img .section-main__img__item:nth-child(even) {
  right: 0;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .section-main .section-main__img .section-main__img__item {
    background-attachment: scroll;
  }
  .page .section-main .section-main__img .section-main__img__item:nth-child(odd) {
    background-position: top left;
  }
  .page .section-main .section-main__img .section-main__img__item:nth-child(even) {
    background-position: top right;
  }
}
.page .section-main .section-main__fade {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .section-main .section-main__fade {
    height: 100%;
    aspect-ratio: 1920/1201;
  }
}
@media screen and (max-width: 768px) {
  .page .section-main .section-main__fade {
    height: 100%;
    aspect-ratio: 215/269;
  }
}
.page .section-main .section-main__fade__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .page .section-main .section-main__fade__item {
    background-attachment: fixed;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .section-main .section-main__fade__item {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 768px) {
  .page .section-main .section-main__fade__item {
    background-attachment: scroll;
    background-position: top center;
  }
}
.page .section-main .section-main__fade__item:nth-child(1) {
  -webkit-animation: fade-animation 6s infinite;
          animation: fade-animation 6s infinite;
}
.page .section-main .section-main__fade__item:nth-child(2) {
  -webkit-animation: fade-animation 6s infinite;
          animation: fade-animation 6s infinite;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@-webkit-keyframes fade-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page .section-main .section-main__fade--3 .section-main__fade__item:nth-child(1) {
  -webkit-animation: fade-animation3 6s infinite;
          animation: fade-animation3 6s infinite;
}
.page .section-main .section-main__fade--3 .section-main__fade__item:nth-child(2) {
  -webkit-animation: fade-animation3 6s infinite;
          animation: fade-animation3 6s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.page .section-main .section-main__fade--3 .section-main__fade__item:nth-child(3) {
  -webkit-animation: fade-animation3 6s infinite;
          animation: fade-animation3 6s infinite;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@-webkit-keyframes fade-animation3 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-animation3 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.page .section-main .js-modal_main {
  display: block;
  opacity: 1 !important;
}
.page .section-main .section-main__modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
  background-color: rgba(193, 193, 193, 0.7);
  color: #fff;
}
.page .section-main .section-main__modal.is-open {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
.page .section-main .section-main__modal ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page .section-main .section-main__modal ul li {
    margin-bottom: 2.3vw;
  }
}
.page .section-main .section-main__modal ul a {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .section-main .section-main__modal ul a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page .section-main .section-main__modal ul a {
    font-size: 2.1vw;
  }
}
.page .section-main .section-main__modal ul a[href] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .section-main .section-main__modal ul a[href]:after {
  content: "";
  display: block;
  width: 45px;
  height: 100%;
  background-image: url("../../assets_2025/img/section-btn_buy.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-main .section-main__modal ul a[href]:after {
    width: 7vw;
    margin-left: 3.5vw;
  }
}
.page .section-main .section-main__modal .modal__btn {
  width: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .section-main .section-main__modal .modal__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page .section-main .section-main__modal .modal__btn {
    width: 7.9vw;
    margin-top: 3.5vw;
  }
}
.page .section-mv {
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .page .section-mv {
    padding: 21.9vw 0;
  }
}
.page .section-mv .section-mv__inner {
  width: 31.6%;
  max-width: 608px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .section-mv .section-mv__inner {
    width: 65.1vw;
  }
}
.page .section-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 108px;
  margin: 97px auto 0;
}
@media screen and (max-width: 768px) {
  .page .section-btn {
    width: 12.1vw;
    margin: 8.8vw auto 0;
  }
}

#lineup_1st .section-main--1 #section-main__item--1 .section-main__img__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_1_a.jpg");
}
#lineup_1st .section-main--1 #section-main__item--1 .section-main__img__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_1_b.jpg");
}
#lineup_1st .section-main--1 #section-main__item--1 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_1_a-sp.jpg");
}
#lineup_1st .section-main--1 #section-main__item--1 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_1_b-sp.jpg");
}
#lineup_1st .section-main--1 #section-main__item--2 .section-main__img__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_2_a.jpg");
}
#lineup_1st .section-main--1 #section-main__item--2 .section-main__img__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_2_b.jpg");
}
#lineup_1st .section-main--1 #section-main__item--2 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_2_a-sp.jpg");
}
#lineup_1st .section-main--1 #section-main__item--2 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_2_b-sp.jpg");
}
#lineup_1st .section-main--1 #section-main__item--3 .section-main__img__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_3_a.jpg");
}
#lineup_1st .section-main--1 #section-main__item--3 .section-main__img__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_3_b.jpg");
}
#lineup_1st .section-main--1 #section-main__item--3 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_3_a-sp.jpg");
}
#lineup_1st .section-main--1 #section-main__item--3 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_3_b-sp.jpg");
}
#lineup_1st .section-main--2 #section-main__item--4 .section-main__img__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_4_a.jpg");
}
#lineup_1st .section-main--2 #section-main__item--4 .section-main__img__item:nth-child(2) {
  background: none;
}
#lineup_1st .section-main--2 #section-main__item--4 .section-main__img__item:nth-child(2) .section-main__fade__item {
  background-position: top right;
}
#lineup_1st .section-main--2 #section-main__item--4 .section-main__img__item:nth-child(2) .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_4_b.jpg");
}
#lineup_1st .section-main--2 #section-main__item--4 .section-main__img__item:nth-child(2) .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_4_c.jpg");
}
#lineup_1st .section-main--2 #section-main__item--4 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_4_a-sp.jpg");
}
#lineup_1st .section-main--2 #section-main__item--4 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_4_c-sp.jpg");
}
#lineup_1st .section-main--2 #section-main__item--4 .section-main__fade__item:nth-child(3) {
  background-image: url("../../assets_2025/img/main_section_1_4_b-sp.jpg");
}
#lineup_1st .section-main--3 #section-main__item--5 .section-main__img__item:nth-child(1) {
  background: none;
}
#lineup_1st .section-main--3 #section-main__item--5 .section-main__img__item:nth-child(1) .section-main__fade__item {
  background-position: top left;
}
#lineup_1st .section-main--3 #section-main__item--5 .section-main__img__item:nth-child(1) .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_5_a.jpg");
}
#lineup_1st .section-main--3 #section-main__item--5 .section-main__img__item:nth-child(1) .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_5_b.jpg");
}
#lineup_1st .section-main--3 #section-main__item--5 .section-main__img__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_5_c.jpg");
}
#lineup_1st .section-main--3 #section-main__item--5 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_5_a-sp.jpg");
}
#lineup_1st .section-main--3 #section-main__item--5 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_5_b-sp.jpg");
}
#lineup_1st .section-main--3 #section-main__item--5 .section-main__fade__item:nth-child(3) {
  background-image: url("../../assets_2025/img/main_section_1_5_c-sp.jpg");
}
#lineup_1st .section-main--3 #section-main__item--5 .section-main__btnOpen {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
#lineup_1st .section-main--3 #section-main__item--6 .section-main__img__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_6_a.jpg");
}
#lineup_1st .section-main--3 #section-main__item--6 .section-main__img__item:nth-child(1) .section-main__btnOpen {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
#lineup_1st .section-main--3 #section-main__item--6 .section-main__img__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_6_b.jpg");
}
#lineup_1st .section-main--3 #section-main__item--6 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_6_a-sp.jpg");
}
#lineup_1st .section-main--3 #section-main__item--6 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_6_b-sp.jpg");
}
#lineup_1st .section-main--3 #section-main__item--7 .section-main__img__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_7_a.jpg");
}
#lineup_1st .section-main--3 #section-main__item--7 .section-main__img__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_7_b.jpg");
}
#lineup_1st .section-main--3 #section-main__item--7 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_1_7_a-sp.jpg");
}
#lineup_1st .section-main--3 #section-main__item--7 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_1_7_b-sp.jpg");
}

#lineup_2nd {
  margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
  #lineup_2nd {
    margin-bottom: 36.5vw;
  }
}
#lineup_2nd .section-main--1 #section-main__item--8 .section-main__img__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_1_a.jpg");
}
#lineup_2nd .section-main--1 #section-main__item--8 .section-main__img__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_1_b.jpg");
}
#lineup_2nd .section-main--1 #section-main__item--8 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_1_a-sp.jpg");
}
#lineup_2nd .section-main--1 #section-main__item--8 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_1_b-sp.jpg");
}
#lineup_2nd .section-main--1 #section-main__item--9 .section-main__img__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_2_a.jpg");
}
#lineup_2nd .section-main--1 #section-main__item--9 .section-main__img__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_2_b.jpg");
}
#lineup_2nd .section-main--1 #section-main__item--9 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_2_a-sp.jpg");
}
#lineup_2nd .section-main--1 #section-main__item--9 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_2_b-sp.jpg");
}
#lineup_2nd .section-main--1 #section-main__item--9 .section-main__btnOpen {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
#lineup_2nd .section-main--1 #section-main__item--10 .section-main__img__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_3_a.jpg");
}
#lineup_2nd .section-main--1 #section-main__item--10 .section-main__img__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_3_b.jpg");
}
#lineup_2nd .section-main--1 #section-main__item--10 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_3_a-sp.jpg");
}
#lineup_2nd .section-main--1 #section-main__item--10 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_3_b-sp.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--11 .section-main__img__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_4_a.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--11 .section-main__img__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_4_b.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--11 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_4_a-sp.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--11 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_4_b-sp.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--12 .section-main__img__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_5_a.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--12 .section-main__img__item:nth-child(1) .section-main__btnOpen {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
#lineup_2nd .section-main--2 #section-main__item--12 .section-main__img__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_5_b.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--12 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_5_a-sp.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--12 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_5_b-sp.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--13 .section-main__img__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_6_a.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--13 .section-main__img__item:nth-child(2) {
  background: none;
}
#lineup_2nd .section-main--2 #section-main__item--13 .section-main__img__item:nth-child(2) .section-main__fade__item {
  background-position: top right;
}
#lineup_2nd .section-main--2 #section-main__item--13 .section-main__img__item:nth-child(2) .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_6_b.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--13 .section-main__img__item:nth-child(2) .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_6_c.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--13 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_6_a-sp.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--13 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_6_c-sp.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--13 .section-main__fade__item:nth-child(3) {
  background-image: url("../../assets_2025/img/main_section_2_6_b-sp.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--14 .section-main__img__item:nth-child(1) {
  background: none;
}
#lineup_2nd .section-main--2 #section-main__item--14 .section-main__img__item:nth-child(1) .section-main__fade__item {
  background-position: top left;
}
#lineup_2nd .section-main--2 #section-main__item--14 .section-main__img__item:nth-child(1) .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_7_a.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--14 .section-main__img__item:nth-child(1) .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_7_b.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--14 .section-main__img__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_7_c.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--14 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_7_a-sp.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--14 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_7_c-sp.jpg");
}
#lineup_2nd .section-main--2 #section-main__item--14 .section-main__fade__item:nth-child(3) {
  background-image: url("../../assets_2025/img/main_section_2_7_b-sp.jpg");
}
#lineup_2nd .section-main--3 #section-main__item--15 .section-main__img__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_8_a.jpg");
}
#lineup_2nd .section-main--3 #section-main__item--15 .section-main__img__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_8_b.jpg");
}
#lineup_2nd .section-main--3 #section-main__item--15 .section-main__fade__item:nth-child(1) {
  background-image: url("../../assets_2025/img/main_section_2_8_a-sp.jpg");
}
#lineup_2nd .section-main--3 #section-main__item--15 .section-main__fade__item:nth-child(2) {
  background-image: url("../../assets_2025/img/main_section_2_8_b-sp.jpg");
}

/* release
---------------------------*/
.page .release {
  width: 92%;
  max-width: 930px;
  margin: 0 auto 615px;
}
@media screen and (max-width: 768px) {
  .page .release {
    width: 69.8vw;
    margin: 0 auto 36.3vw;
  }
}
.page .release .release__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .release .release__head {
    width: 46.5vw;
    margin: 0 auto 6.5vw;
  }
}
.page .release .release__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .page .release .release__item {
    margin: 0 0 4vw;
  }
}
.page .release .release__item:last-child {
  margin-bottom: 0;
}
.page .release .release__text {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .release .release__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .page .release .release__text {
    font-size: 2.6vw;
    line-height: 1.4;
  }
}
.page .release .release__text small {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .release .release__text small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .page .release .release__text small {
    font-size: 1.6vw;
    margin-top: 0.7vw;
  }
}
.page .release .release__btn {
  width: 200px;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .release .release__btn {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .page .release .release__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 15.6vw;
  }
}

/* concept
---------------------------*/
.page .concept {
  margin: 0 0 620px;
}
@media screen and (max-width: 768px) {
  .page .concept {
    margin: 0 0 38.1vw;
  }
}
.page .concept .concept__head {
  width: 600px;
  margin: 0 auto 91px;
}
@media screen and (max-width: 768px) {
  .page .concept .concept__head {
    width: 46.5vw;
    margin: 0 auto 6.3vw;
  }
}
.page .concept .concept__main {
  width: 100%;
  max-width: 898px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .concept .concept__main {
    width: 66.5vw;
  }
}

/* release
---------------------------*/
.page .director {
  width: 92%;
  max-width: 946px;
  margin: 0 auto 415px;
}
@media screen and (max-width: 768px) {
  .page .director {
    margin: 0 auto 38.1vw;
  }
}
.page .director .director__head {
  width: 600px;
  margin: 0 auto 115px;
}
@media screen and (max-width: 768px) {
  .page .director .director__head {
    width: 46.5vw;
    margin: 0 auto 7vw;
  }
}
.page .director .director__photo {
  width: 480px;
  margin: 0 auto 95px;
}
@media screen and (max-width: 768px) {
  .page .director .director__photo {
    width: 47.4vw;
    margin: 0 auto 6vw;
  }
}
.page .director .director__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin: 0 auto 57px;
}
@media screen and (max-width: 768px) {
  .page .director .director__name {
    width: 19.5vw;
    margin: 0 auto 6.3vw;
  }
}
.page .director .director__text {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page .director .director__text {
    font-size: 1.6vw;
    line-height: 1.8;
  }
}

/* release
---------------------------*/
.page .styling {
  width: 92%;
  max-width: 1120px;
  margin: 0 auto 415px;
}
@media screen and (max-width: 768px) {
  .page .styling {
    width: 82.3vw;
    margin: 0 auto 37.7vw;
  }
}
.page .styling .styling__head {
  width: 92%;
  max-width: 719px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .page .styling .styling__head {
    width: 55.8vw;
    margin: 0 auto 7vw;
  }
}
.page .styling .styling__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 108px;
  margin: 57px auto 0;
}
@media screen and (max-width: 768px) {
  .page .styling .styling__btn {
    width: 12.1vw;
    margin: 8.1vw auto 0;
  }
}

/*ーーー モーダル ーーー*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(120, 123, 131, 0.8);
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 0;
  }
}

.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  background-color: #fff;
  width: 92%;
  max-height: 90vh;
  max-width: 1120px;
  padding: 20px 0;
  margin: 70px 0 0;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modal__content {
    width: 100%;
    padding: 23.7vw 0;
  }
}

.modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}

main .swiper-button-next:after,
main .swiper-button-prev:after {
  width: 20px;
}
@media screen and (max-width: 768px) {
  main .swiper-button-next:after,
  main .swiper-button-prev:after {
    width: 10px;
  }
}

main .swiper-button-next:after,
main .swiper-button-prev:after {
  color: #707070;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  main .swiper-button-next:after,
  main .swiper-button-prev:after {
    font-size: 15px;
  }
}

main .swiper-button-next {
  right: 20%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  main .swiper-button-next {
    right: 17%;
  }
}
@media screen and (max-width: 768px) {
  main .swiper-button-next {
    right: 17%;
  }
}

main .swiper-button-prev {
  left: 20%;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  main .swiper-button-prev {
    left: 17%;
  }
}
@media screen and (max-width: 768px) {
  main .swiper-button-prev {
    left: 17%;
  }
}

main .swiper-slide {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .js-open-modal {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .js-open-modal:hover {
    opacity: 0.6;
  }
}
/* staff
---------------------------*/
.page .staff {
  width: 92%;
  max-width: 1122px;
  margin: 0 auto 415px;
}
@media screen and (max-width: 768px) {
  .page .staff {
    width: 82.3vw;
    margin: 0 auto 38.8vw;
  }
}
.page .staff .staff__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  max-width: 719px;
  margin: 0 auto 91px;
}
@media screen and (max-width: 768px) {
  .page .staff .staff__head {
    width: 55.8vw;
    margin: 0 auto 7vw;
  }
}
.page .staff .staff__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 108px;
  margin: 57px auto 0;
}
@media screen and (max-width: 768px) {
  .page .staff .staff__btn {
    width: 12.1vw;
    margin: 8.1vw auto 0;
  }
}

.stores {
  margin-bottom: 430px;
}
@media screen and (max-width: 768px) {
  .stores {
    margin-bottom: 15.1vw;
  }
}
.stores_title {
  margin: 0 auto 69px;
}
@media screen and (max-width: 768px) {
  .stores_title {
    margin: 0 auto 7.7vw;
  }
}
.stores_title_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  max-width: 719px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .stores_title_top {
    width: 46.5vw;
    margin: 0 auto 3.5vw;
  }
}
.stores_title_bottom {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .stores_title_bottom {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .stores_title_bottom {
    font-size: 2.3vw;
  }
}
.stores .store_list {
  width: 96%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .stores .store_list {
    width: 100%;
  }
}
.stores .store_item {
  width: 46%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .stores .store_item {
    width: 100%;
    margin-top: 8.1vw;
  }
}
@media screen and (min-width: 769px) {
  .stores .store_item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .stores .store_item:first-of-type {
    margin-top: 0;
  }
}
.stores .store_item .name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .stores .store_item .name {
    font-size: 3.3vw;
    margin-bottom: 2.8vw;
  }
}
.stores .store_item .detail {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .stores .store_item .detail {
    padding-left: 3vw;
  }
}
.stores .store_item .detail .adress {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .stores .store_item .detail .adress {
    font-size: 2.6vw;
    margin-bottom: 2.3vw;
  }
}
.stores .store_item .detail .time {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .stores .store_item .detail .time {
    font-size: 2.6vw;
    margin-bottom: 0.9vw;
  }
}
.stores .store_item .detail .tel {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 25px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 768px) {
  .stores .store_item .detail .tel {
    font-size: 2.6vw;
    margin-bottom: 2.3vw;
  }
}
.stores .store_item .detail .map {
  color: #fff;
  background: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 8px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .stores .store_item .detail .map {
    font-size: 2.6vw;
    padding: 0 1.2vw;
  }
}

.accordion_container {
  max-width: 929px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .accordion_container {
    max-width: 100%;
    width: 69.8vw;
  }
}
.accordion_title {
  color: #000000;
  border: 1px solid #000000;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  padding: 9px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .accordion_title {
    font-size: 3vw;
    padding: 2.1vw 0;
    margin-bottom: 2.3vw;
  }
}
.accordion_title:hover {
  opacity: 0.8;
}
.accordion_title.open .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.accordion_inner {
  display: none;
  padding: 10px 20px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .accordion_inner {
    padding: 2.3vw 3.5vw 9.1vw;
  }
}
.accordion .icon {
  position: absolute;
  right: 2.75%;
  top: 43%;
  width: 20px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .accordion .icon {
    width: 4.4vw;
    height: 2.1vw;
    right: 3vw;
  }
}

/* foot
---------------------------*/
.page .foot {
  padding: 0 0 163px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .foot {
    padding: 0 0 41.9vw;
  }
}
.page .foot .foot__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 86px;
}
@media screen and (max-width: 768px) {
  .page .foot .foot__sns {
    margin: 0 auto 8.1vw;
  }
}
.page .foot .foot__sns__item {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .page .foot .foot__sns__item {
    width: 20.5vw;
  }
}
.page .foot .foot__logo {
  width: 302px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .foot .foot__logo {
    width: 24vw;
  }
}