@charset "UTF-8";
html{
    font-size: 4.11vw;
}

img {
  display: block;
}

.main {
    overflow: visible;
    padding: 0;
    background-size: 390px;
}

.container {
  max-width: none;
  width: auto;
}

.index_head {
  padding: 0;
}

.index_head span {
  display: block;
}

.index_head .en {
  color: #313131;
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.06875rem;
}

.index_head .en span {
  color: #313131;
  font-family: "Libre Baskerville";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.075rem;
}

.index_head .jp {
  color: #313131;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.04375rem;
  margin-top: 0.5rem;
}

.index_text {
  color: #313131;
  text-align: center;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-top: 1.62rem;
}

.index_kv {
  position: relative;
}

.index_kv .kv_img {
  height: 23.75rem;
}

.index_kv .kv_img .kv_track {
  height: 100%;
  display: flex;
  overflow: hidden;
}

.index_kv .kv_img picture {
  min-width: 1720px;
  animation: kv-loop 300s linear infinite;
}

.index_kv .kv_img img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: none;
}

@keyframes kv-loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


.index_kv .kv_head {
  padding: 2rem 0;
  text-align: center;
  background: #fff;
}

.index_kv .kv_head span {
  display: block;
}

.index_kv .kv_head .en {
  color: #313131;
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 2.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.04125rem;
}

.index_kv .kv_head .jp {
  color: #313131;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.04688rem;
  margin-top: 0.5rem;
}

.index_concept {
  padding-top: 1.4rem;
}

.index_concept p {
  color: #313131;
  text-align: center;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 230%;
}

.index_concept .consept_imgs {
  height: 13.25rem;
  position: relative;
  margin: 1.37rem auto 4.31rem;
}

.index_concept .consept_imgs img {
  height: auto;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.index_concept .consept_imgs picture:nth-child(2) img {
  position: absolute;
  top: 0;
  z-index: 1;
}

.index_concept .consept_imgs img.is-show {
  opacity: 1;
}

.index_limited_first {
  text-align: center;
  padding: 4rem 0;
  background: #f2f2f2;
}

.index_limited_first .limited_img {
  width: 20.625rem;
  margin: 2rem auto 0;
}

.index_limited_first .limited_txt {
  color: #313131;
  text-align: center;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin: 2rem 0 2.5rem;
}

.index_limited_first .limited_links {
  color: #313131;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.04375rem;
  text-decoration: underline;
}

.index_order {
  margin: 4rem auto 5rem;
}

.index_order .order_img {
  width: 20.625rem;
  margin: 2rem auto;
  display: block;
}

.index_order .order_guide {
  color: #313131;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.01625rem;
  width: 17.11063rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.index_order .order_guide li {
  display: flex;
  gap: 0.38rem;
}

.index_order .order_guide li .guide_icons {
  position: relative;
  width: 1.3125rem;
  height: 1.3125rem;
  overflow: hidden;
}

.index_order .order_guide li .guide_icons:after {
  content: "";
  position: absolute;
  width: 1.3125rem;
  height: 1.3125rem;
  background: #fff;
  transition: all 0.6s ease;
}

.index_order .order_guide li.active .guide_icons:after {
  transform: translate(150%);
}

.index_order .order_guide li .guide_icons img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index_order .order_guide li .guide_icons img:nth-child(1) {
  z-index: 2;
}

.index_order .order_guide li .guide_icons img:nth-child(2) {
  z-index: 0;
}

.index_lineup {
  padding: 4rem 0 5rem;
  background: #F2F2F2;
}

.index_lineup .lineup_items {
  margin: 2.75rem auto 0;
  width: 20.625rem;
  display: flex;
  flex-direction: column;
  gap: 1.33rem;
}

.index_lineup .lineup_item {
  padding: 0;
}

.index_lineup .lineup_photo {
  position: relative;
  overflow: hidden;
}

.index_lineup .slide_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    position: absolute;
    bottom: 0.51rem;
    left: 50%;
    transform: translate(-50%);
}

.index_lineup .slide_nav li {
    width: 0.42856rem;
    height: 0.42856rem;
    display: block;
    border-radius: 0.42856rem;
    border: 0.686px solid #FBFBFB;
}

.index_lineup .slide_nav li.active {
    background: #FBFBFB;
}

.index_lineup .modaaltriger {
  position: relative;
  padding: 0.88rem;
  background: #fff;
}

.index_lineup .lineup_icon {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 0.25rem;
  bottom: 0.25rem;
}

.index_lineup .lineup_img {
  width: 6.875rem;
  position: absolute;
  right: 0.88rem;
  top: 0.88rem;
}

.index_lineup dl {
  padding: 0;
}

.index_lineup dt {
  color: #313131;
  font-family: "Libre Baskerville";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05313rem;
  text-decoration: underline;
}

.index_lineup dd {
  color: #313131;
  font-size: 0.64106rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 0.12rem;
}

.index_lineup ul {
  display: flex;
  gap: 0.25rem;
  margin: 0.38rem 0;
}

.index_lineup li {
  width: 0.625rem;
  border: 1px solid #313131;
}

.index_lineup .lineup_price {
  color: #313131;
  font-family: 'futura-pt';
  font-size: 0.69931rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.index_lineup .lineup_size {
  color: #313131;
  font-family: "Libre Baskerville";
  font-size: 0.69931rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0.5rem 0;
}

.index_limited_second {
  text-align: center;
  padding: 4rem 0;
  background: #f2f2f2;
}

.index_limited_second .limited_img {
  width: 20.625rem;
  margin: 2rem auto 0;
}

.index_limited_second .limited_txt {
  color: #313131;
  text-align: center;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin: 1rem 0 2.5rem;
}

.index_limited_second .limited_links {
  color: #313131;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.04375rem;
  text-decoration: underline;
}

.index_faq {
  padding: 4rem 1.88rem 5rem;
}

.index_faq .faq_img {
  margin-top: 2.75rem;
}

.index_faq .faq_wrap {
  margin-top: 2.75rem;
  border-top: 1px solid #313131;
}

.index_faq .faq_wrap dl {
  padding: 0;
}

.index_faq .faq_wrap dt {
  color: #313131;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 1.25rem 0.5rem;
  border-bottom: 1px solid #313131;
  position: relative;
}

.index_faq .faq_wrap dt .icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.6s ease;
}

.index_faq .faq_wrap dl.active dt .icon {
  transform: translate(0, -50%) rotate(180deg);
}

.index_faq .faq_wrap dd {
  color: #313131;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 1.25rem 0.5rem;
  display: none;
}

.index_faq .faq_wrap .active dd {
  border-bottom: 1px solid #313131;
}

.index_faq .faq_wrap dd ul {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.index_faq .faq_wrap dd li {
  display: flex;
  gap: 0.13rem;
}

.index_faq .faq_wrap dd a {
  text-decoration: underline;
}

.section.button_area {
  padding: 1rem;
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #313131;
}

.show_anime.on {
  z-index: 2;
}

.modaal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modaal_inner {
  background: #fff;
  width: 20.625rem;
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 2.5rem;
}

.modaal_inner .btn_cs {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.25rem;
  height: 2.25rem;
  z-index: 1;
}

.modaal_wrap {
  padding: 0;
}

.modaal_photo {
  position: relative;
  overflow: hidden;
}

.modaal_photo .slide {
  padding: 0;
}

.modaal_photo .slide .slide_item {
  height: 15.375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #F4F4F4;
}

.modaal_photo .slide .slide_item img {
  width: 13.8rem;
  margin: 0 auto;
}

.modaal_photo .slide_nav {
  position: absolute;
  bottom: 0.87rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 0.5rem;
}

.modaal_photo .slide_nav li {
  width: 0.875rem;
  opacity: 0.7;
}

.modaal_photo .slide_nav li.active {
    outline: 1px solid #313131;
    opacity: 1;
}

.modaal_contents {
  padding: 1rem 1.25rem;
}

.modaal_contents dl {
  padding: 0;
}

.modaal_contents dt {
   color: #313131;
   font-family: "Libre Baskerville";
   font-size: 1.0625rem;
   font-style: normal;
   font-weight: 700;
   line-height: 150%;
   letter-spacing: 0.05313rem;
}

.modaal_contents dd {
  color: #313131;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 0.25rem;
}

.modaal_contents ul {
  margin: 1rem 0 2rem;
  display: flex;
  flex-direction: column;
}

.modaal_contents li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modaal_contents .size {
  color: #313131;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.modaal_contents .price {
  color: #454B4D;
  font-family: 'futura-pt';
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.modaal_contents .txt {
  color: #000;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.015rem;
}

.modaal_inner .close {
  width: 16.25rem;
  height: 3rem;
  margin: 1.5rem auto 0;
  color: #313131;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.0375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #313131;
  background: #FBFBFB;
}

.modaal_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba( 0, 0, 0, 0.25);
}

.modaalOpen .modaal {
  opacity: 1;
  visibility: visible;
}

.slide {
  display: flex;
  height: auto;
  transition: transform 0.4s ease;
}

.slide .slide_item {
  flex: 0 0 100%;
}

.slide .slide_item img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.slide_arrow .arrow_left, .slide_arrow .arrow_right {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.5rem;
}

.slide_arrow .arrow_left {
    left: 0;
}

.slide_arrow .arrow_right {
    right: 0;
}

@media screen and (min-width: 767px) {

html{
    font-size:min(1.35vw, 16px)
}
a:hover {
    opacity: 0.6;
}
.sp {
    display: none;
}

.index_head {
  padding: 0;
}

.index_head span {
  padding: 0;
}

.index_head .en, .index_head .en span {
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

.index_head .en span {
  padding: 0;
}

.index_head .jp {
  font-size: 1.125rem;
  letter-spacing: 0.05625rem;
  margin-top: 0.67rem;
}

.index_text {
  font-size: 1rem;
  margin-top: 2rem;
}

.index_kv {
  max-height: 41.0625rem;
}

.index_kv .kv_img {
  height: 29.3125rem;
}

.index_kv .kv_img picture {
  min-width: unset;
}

.index_kv .kv_img img {
    width: auto;
}

.index_kv .kv_head {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.index_kv .kv_head span {
  padding: 0;
}

.index_kv .kv_head .en {
  font-size: 3.09375rem;
  letter-spacing: 0.06188rem;
}

.index_kv .kv_head .jp {
  font-size: 1.40625rem;
  letter-spacing: 0.07031rem;
  margin-top: 0.81rem;
}

.index_concept {
  padding-top: 2.5rem;
}

.index_concept p {
  font-size: 1.125rem;
  line-height: 280%;
}

.index_concept .consept_imgs {
  width: 40rem;
  height: auto;
  margin-top: 3rem;
  margin-bottom: 8.56rem;
}

.index_concept .consept_imgs img {
  padding: 0;
}

.index_concept .consept_imgs picture:nth-child(2) img {
  padding: 0;
}

.index_limited_first {
  padding: 6rem 0 5.62rem;
}

.index_limited_first .limited_img {
  width: 40rem;
  margin: 3rem auto 0;
}

.index_limited_first .limited_txt {
  font-size: 1rem;
  margin: 3rem 0;
}

.index_limited_first .limited_links {
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

.index_order {
  margin: 14.56rem auto 9.48rem;
}

.index_order .order_img {
  width: 40rem;
  margin-top: 3.02rem;
}

.index_order .order_guide {
  font-size: 0.99994rem;
  letter-spacing: 0.02rem;
  width: 21.66406rem;
  gap: 0.68rem;
}

.index_order .order_guide li {
  gap: 0.85rem;
}

.index_order .order_guide li .guide_icons {
  width: 1.625rem;
  height: 1.625rem;
}

.index_order .order_guide li .guide_icons:after {
  width: 1.625rem;
  height: 1.625rem;
}

.index_order .order_guide li .guide_icons img {
  padding: 0;
}

.index_order .order_guide li .guide_icons img:nth-child(2) {
  padding: 0;
}

.index_lineup {
  padding: 6rem 0 9.52rem;
}

.index_lineup .lineup_items {
  margin-top: 4.4rem;
  width: 58.75rem;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 4.46rem 3.75rem;
}

.index_lineup .lineup_item {
  width: 27.5rem;
}

.index_lineup .lineup_photo {
  padding: 0;
}

.index_lineup .slide {
  padding: 0;
}

.index_lineup .slide_item {
  padding: 0;
}

.index_lineup .slide_item img {
  padding: 0;
}

.index_lineup .slide_nav {
  bottom: 0.56rem;
  gap: 0.63rem;
}

.index_lineup .slide_nav li {
  width: 0.5625rem;
  height: 0.5625rem;
  border-width: 1px;
}

.index_lineup .modaaltriger {
  padding: 1.22rem;
  cursor: pointer;
}

.index_lineup .modaaltriger:hover {
    opacity: 0.6;
}

.index_lineup .lineup_icon {
  width: 2rem;
  height: 2rem;
  right: 0.5rem;
  bottom: 0.44rem;
}

.index_lineup .lineup_img {
  width: 8.625rem;
  right: 1.12rem;
  bottom: 1.12rem;
}

.index_lineup dl {
  padding: 0;
}

.index_lineup dt {
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
}

.index_lineup dd {
  font-size: 0.75rem;
  margin-top: 0;
}

.index_lineup ul {
  padding: 0;
}

.index_lineup li {
  padding: 0;
}

.index_lineup .lineup_price {
  font-size: 0.8125rem;
}

.index_lineup .lineup_size {
  font-size: 0.8125rem;
  margin: 0.62rem 0 1.23rem;
}

.index_limited_second {
  padding: 3.5rem 0 5.62rem;
}

.index_limited_second .limited_img {
  width: 40rem;
  margin: 3rem auto 0;
}

.index_limited_second .limited_txt {
  font-size: 1rem;
  margin: 3rem 0;
}

.index_limited_second .limited_links {
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

.index_faq {
  padding: 6rem 0 9.5rem;
}

.index_faq .faq_img {
  width: 40rem;
  margin: 3.02rem auto 0;
}

.index_faq .faq_wrap {
  width: 40rem;
  margin: 4.5rem auto 0;
}

.index_faq .faq_wrap dl {
  padding: 0;
}

.index_faq .faq_wrap dt {
  font-size: 1rem;
  line-height: 160%;
  padding: 1.25rem 0.5rem;
}

.index_faq .faq_wrap dd {
  font-size: 1rem;
}

.section.button_area {
  padding: 1.2rem 0;
  border-bottom: solid;
  border-width: 2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: none;
}

.section .button {
  width: 690px;
}

.modaal_inner {
  width: 33.75rem;
  padding-bottom: 3rem;
}

.modaal_wrap {
  padding: 0;
}

.modaal_photo {
  position: relative;
}

.modaal_photo .slide {
  padding: 0;
}

.modaal_photo .slide .slide_item {
  height: 21.875rem;
}

.modaal_photo .slide .slide_item img {
  width: 19.6875rem;
}

.modaal_photo .slide_nav {
  bottom: 1.08rem;
  gap: 0.55rem;
}

.modaal_photo .slide_nav li {
  width: 1.10856rem;
}

.modaal_contents {
  padding: 1.5rem 2rem;
}

.modaal_contents dl {
  padding: 0;
}

.modaal_contents dt {
  padding: 0;
}

.modaal_contents dd {
  padding: 0;
}

.modaal_contents ul {
  gap: 0.12rem;
}

.modaal_contents li {
  padding: 0;
}

.modaal_contents .size {
  font-size: 0.8125rem;
}

.modaal_contents .price {
  font-size: 0.8125rem;
}

.modaal_contents .txt {
  font-size: 0.875rem;
  letter-spacing: 0.0175rem;
}

.modaal_inner .close {
  width: 18.75rem;
  height: 3.4375rem;
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
}

}
