﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

:root {
  --tx-red: #D42F33;
  --tx-navy: #02136F;
  --tx-gray: #888888;
}

#summaryText,
#Foot {
  position: relative;
  z-index: 98;
}

/* ===============================================### 
               共通
###=============================================== */
.main-area {
  --font-yu: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  --font-aktiv: "aktiv-grotesk", sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semisbold: 600;
  --fw-bold: 700;
  --color-black: #1F1F1F;

  font-family: var(--font-yu);
  font-weight: 400;
  font-style: normal;
  line-height: 1.6153846154;
  font-size: calc(14 * (100vw / 375));
  /* padding-bottom: calc(114*(100vw / 375)); */
  padding-bottom: calc(110 * (100vw / 375));
  text-align: center;
  overflow: clip;
  color: var(--color-black);
}

.main-area * {
  letter-spacing: 0.02em;
}

.main-area img,
.main-area picture {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 0;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

.sec_text {
  font-size: calc(14 * (100vw / 375));
  letter-spacing: 0.075em;
  line-height: 2;
  font-weight: 400;
  /* white-space: nowrap; */
  margin-top: calc(16 * (100vw / 375));
}

.sec_text span{
  font-size: calc(11 * (100vw / 375));
}

@media screen and (min-width: 768px) {
  .main-area {
    margin: 0 auto;
    font-size: calc(14* (100vw / 1400));
    padding-bottom: calc(100* (100vw / 1400));
  }

  .main-area a {
    transition: all 0.3s;
  }
}


/* ===============================================### 
               sec_mv
###=============================================== */
.sec_mv {
  margin: 0 auto;
}

.sec_mv .mv_img{
  width: 100%;
}

.sec_mv  .mv_text {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: var(--fw-medium);
  line-height: 2;
}


@media screen and (min-width: 768px) {
  .sec_mv .mv_text {
    font-size: calc(14* (100vw / 1400));
    margin: calc(100* (100vw / 1400)) auto;
  }
}

@media screen and (max-width: 767px) {
  .sec_mv .mv_text{
    font-size: calc(14* (100vw /375));
    letter-spacing: 0.075em;
    margin: calc(60 * (100vw /375)) auto calc(80 * (100vw /375));
  }
}

/* ===============================================### 
               sec_mv
###=============================================== */

.content_area{
  margin: 0 auto;
}

.content_area .sec_ttl{
  font-family: var(--font-aktiv);
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: var(--fw-medium);
  text-align: center;
}

.content_area .anchor-links__inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content_area .anchor-link .viewmore{
  display: flex;
  flex-direction: column;
}

.anchor-link_ttl{
  font-family: var(--font-aktiv);
  font-weight: var(--fw-medium);
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.anchor-link_ttl span{
  font-family: var(--font-yu);
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.content_area .arrow{
  display: flex;
  justify-content: center;
}

.content_area .viewmore .arrow{
  transition: transform 0.3s ease;
}

.content_area .viewmore:hover .arrow{
  transition: transform 0.3s ease-out;
  transform: translateY(5px);
}

@media screen and (min-width: 768px) {
  .content_area .link_area{
    width: calc(750* (100vw / 1400));
    margin: 0 auto;
  }

  .content_area .sec_ttl{
    grid-column: 1 / 3;
    grid-row: 1;
    font-size: calc(24* (100vw / 1400));
    padding-bottom: calc(30* (100vw / 1400));
  }

  .content_area .anchor-link .viewmore{
    width: calc(180* (100vw / 1400));
    row-gap: calc(10* (100vw / 1400));
  }

  .content_area .anchor-link_ttl{
    font-size: calc(15* (100vw / 1400));
    margin-bottom: calc(10* (100vw / 1400));
  }

  .content_area .anchor-link_ttl span{
    font-size: calc(14* (100vw / 1400));
    margin-top: calc(10* (100vw / 1400));
  }

  .content_area .arrow img{
    width: calc(15* (100vw / 1400));
  }

  /* _::-webkit-full-page-media, _:future, :root .anchor-link .viewmore{
    top: 0.7rem;
  } */

}

@media screen and (max-width: 767px) {
  .content_area{
    row-gap: calc(20* (100vw /375));
  }

  .content_area .sec_ttl{
    font-size: calc(22 * (100vw /375));
    padding-bottom: calc(30* (100vw /375));
  }

  .content_area .anchor-links__inner{
    row-gap: calc(20* (100vw /375));
  }

  .content_area .anchor-link .viewmore{
    width: calc(165* (100vw /375));
    row-gap: calc(10* (100vw /375));
  }

  .content_area .anchor-link_ttl{
    font-size: calc(15* (100vw /375));
    margin-bottom: calc(10* (100vw / 375));
  }

  .content_area .anchor-link_ttl span{
    margin-top: calc(10* (100vw /375));
    font-size: calc(14* (100vw /375));
  }

  .content_area .arrow img{
    width: calc(15* (100vw /375));
  }

}

/* ===============================================### 
               content_box
###=============================================== */
.content_box .sec_ttl{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  border-right: solid var(--color-black) 3px;
}

.content_box .caption{
  font-family: var(--font-aktiv);
  font-weight: var(--fw-medium);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
}

.content_box h3{
  font-family: var(--font-yu);
  font-weight: var(--fw-medium);
  letter-spacing: 0.1em;
  line-height: 1;
}

.content_box .items_ttl{
  font-family: var(--font-aktiv);
  font-weight: var(--fw-medium);
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1;
}

.content_box .item{
  display: flex;
  flex-direction: column;
}

.credit{
  font-family: var(--font-aktiv);
  font-weight: var(--fw-medium);
  letter-spacing: 0.1em;
  line-height: 1.5;
  white-space: nowrap;
  text-align: left;
}

.buy_btn{
  display: inline;
  font-family: var(--font-aktiv);
  font-weight: var(--fw-semisbold);
  letter-spacing: 0.1em;
  line-height: 1;
  /* text-decoration: underline; */
  border-bottom: 1px solid var(--color-black);
  text-align: left;
}

.content_box .buy_btn__wrapper{
  display: flex;
  align-items: flex-end;
}

.content_box .buy_btn{
  display: inline;
}

@media screen and (min-width: 768px) {
  .content_box .scene{
    margin-top: calc(120* (100vw / 1400));
  }

  .content_box .sec_ttl{
    height: calc(90* (100vw / 1400));
    padding-right: calc(20* (100vw / 1400));
    margin-bottom: calc(40* (100vw / 1400));
    padding: calc(15* (100vw / 1400)) calc(15* (100vw / 1400)) calc(10* (100vw / 1400)) 0;
  }

  .content_box .caption{
    font-size: calc(16* (100vw / 1400));
    padding-bottom: calc(10* (100vw / 1400));
  }

  .content_box h3{
    font-size: calc(36* (100vw / 1400));
  }

  .content_box .scene__container{
    position: relative;
    display: grid;
    grid-template-columns: calc(525* (100vw / 1400)) calc(525* (100vw / 1400)) auto;
    grid-template-rows: calc(130* (100vw / 1400)) calc(645* (100vw / 1400)) calc(645* (100vw / 1400));
  }

  .content_box .scene_box01{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    width: calc(525* (100vw / 1400));
  }

  .content_box .scene_box02{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    width: calc(525* (100vw / 1400));
  }

  .content_box .scene_box02 div {
    width: calc(262.5* (100vw / 1400));
  }

  .content_box .scene_box03{
    position: absolute;
    width: calc(595* (100vw / 1400));
    bottom: 0;
    right: 0;
  }

  /* .content_box .scene_box03{
    grid-column: 2 / 4;
    grid-row: 3 / 4;
    align-self: end;
    margin-left: calc(105* (100vw / 1400));
  } */

  .content_box .items_ttl{
    font-size: calc(20* (100vw / 1400));
    margin-bottom: calc(20* (100vw / 1400));
  }

  .content_box .item{
    width: calc(200* (100vw / 1400))!important;
    justify-content: space-between;
    row-gap: calc(10* (100vw / 1400));
  }

  .content_box .credit{
    /* margin: calc(10 * (100vw /1400)) 0; */
    font-size: calc(13* (100vw / 1400));
  }

  .content_box .buy_btn{
    font-size: calc(14* (100vw / 1400));
    /* padding-bottom: calc(5 * (100vw / 1400)); */
  }
}

@media screen and (max-width: 767px) {
  .content_box .scene{
    margin-top: calc(80* (100vw /375));
  }

  .content_box .sec_ttl{
    width: calc(345 * (100vw / 375));
    height: calc(80* (100vw /375));
    padding: calc(15* (100vw /375)) calc(15* (100vw /375)) calc(14* (100vw /375)) 0;
    margin: 0 auto calc(30* (100vw /375));
  }

  .content_box .caption{
    font-size: calc(13* (100vw /375));
    padding-bottom: calc(10* (100vw /375));
  }

  .content_box h3{
    font-size: calc(28* (100vw /375));
  }

  .content_box .item{
    justify-content: space-between;
    width: calc(165* (100vw / 375))!important;
    /* row-gap: calc(10* (100vw /375)); */
  }

  .content_box .items_ttl{
    font-size: calc(18* (100vw /375));
    margin-bottom: calc(20* (100vw /375));
  }

  .content_box .scene_box02 div {
    width: 50%;
  }

  .content_area .anchor-links__inner,
  .content_box .scene_box03,
  .jeweries__section{
    width: calc(345 * (100vw / 375));
    margin-right: auto;
    margin-left: auto;
  }

  .content_box .scene_box03{
    margin-top: calc(50* (100vw /375));
  }

  .content_box .credit{
    font-size: calc(12* (100vw /375));
  }

  .content_box .buy_btn{
    font-size: calc(13* (100vw /375));
    padding-bottom: calc(5 * (100vw / 375));
  }
}

/* --------------------  scene01  */
.scene01 .scene_box02{
  display: flex;
  flex-direction: column;
}

.scene01 .scene-img03{
  align-self: flex-start;
}

.scene01 .scene-img04{
  align-self: flex-end;
}

@media screen and (min-width: 768px) {
  .scene01{
    width: calc(1225* (100vw / 1400));
    margin-left: auto;
    margin-right: 0;
  }

  .scene01 .scene__container{
    grid-template-rows: calc(645* (100vw / 1400)) calc(645* (100vw / 1400));
  }

  .scene01 .sec_ttl{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .scene01 .scene_box01{
    display: flex;
    flex-direction: column;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: calc(525* (100vw / 1400));
  }

  .scene01 .scene_box02{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    width: calc(525* (100vw / 1400));
  }

  /* .scene01 .scene_box03{
    grid-row: 2 / 3;
  } */

}

/* --------------------  scene02  */
.scene02 .scene_box02{
  display: flex;
}


@media screen and (min-width: 768px) {
  .scene02{
    width: calc(1225* (100vw / 1400));
    margin-left: auto;
    margin-right: 0;
  }

  .scene02 .scene__container{
    grid-template-columns: calc(524 * (100vw / 1400)) calc(525 * (100vw / 1400)) auto;
    grid-template-rows: calc(130* (100vw / 1400)) calc(360* (100vw / 1400)) calc(505* (100vw / 1400));
  }
}

@media screen and (max-width: 767px) {
  .scene02 .scene_box01{
    margin-bottom: calc(10.2* (100vw /375));
  }
}

/* --------------------  scene03  */
.scene03 .scene_box02{
  display: flex;
}

.scene03 .items_list{
  display: flex;
}

@media screen and (min-width: 768px) {
  .scene03{
    width: calc(1052* (100vw / 1400));
    margin-left: auto;
    margin-right: auto;
  }

  .scene03 .scene__container{
    grid-template-columns: calc(525* (100vw / 1400)) auto;
    grid-template-rows: calc(130* (100vw / 1400)) calc(360* (100vw / 1400)) calc(505* (100vw / 1400));
  }

  .scene03 .scene_box03{
    position: static;
    justify-self: end;
    align-self: end;
    width: calc(420 * (100vw / 1400));
    grid-row: 3 / 4;
    grid-column: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  .scene03 .scene_box01{
    margin-bottom: calc(10* (100vw /375));
  }

  .scene03 .items_list{
    justify-content: space-between;
  }

  .scene03 .item{
    row-gap: calc(10 * (100vw / 375));
  }
}

/* --------------------  scene04  */
@media screen and (min-width: 768px) {
  .scene04{
    width: calc(1225* (100vw / 1400));
    margin-left: auto;
    margin-right: 0;
  }

  .scene04 .scene_box01{
    display: flex;
    flex-direction: column;
    grid-column: 1 / 3;
  }

  .scene04 .scene_box02 div{
    width: calc(525* (100vw / 1400));
  }
}

@media screen and (max-width: 767px) {
  .scene04 .scene_box01 .scene-img01{
    margin-bottom: calc(10* (100vw /375));
  }

  .scene04 .scene_box01 .scene-img02{
    width: calc(250* (100vw /375));
    margin-left: auto;
    margin-right: 0;
  }

  .scene04 .scene_box02 div{
    width: 100%;
  }

  .scene04 .scene_box01{
    margin-bottom: calc(10* (100vw /375));
  }
}

/* ===============================================### 
               jeweries__section
###=============================================== */

.jeweries__section{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jeweries__section .items_list{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.jeweries__section .item{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .jeweries__section{
    width: calc(525* (100vw / 1400));
    row-gap: calc(20* (100vw / 1400));
    margin: calc(120* (100vw / 1400)) auto;
  }

  .jeweries__section .items_list{
    width: calc(249* (100vw / 1400));
    row-gap: calc(15* (100vw / 1400));
  }

  .jeweries__section .item{
    width: calc(249* (100vw / 1400))!important;
  }
}

@media screen and (max-width: 767px) {
  .jeweries__section{
    width: calc(345* (100vw /375));
    row-gap: calc(20* (100vw /375));
    margin: calc(80* (100vw /375)) auto;
  }

  .jeweries__section .items_list{
    width: calc(248* (100vw /375));
    row-gap: calc(12* (100vw /375));
  }

  .jeweries__section .item{
    width: calc(248* (100vw /375))!important;
  }

}

/* -------------------------------------------
   Splide 矢印のカスタム画像設定
------------------------------------------- */

/* 矢印全体 (ボタン要素) のスタイルを調整 */
.splide__arrow {
  background: none; 
  opacity: 1;
  top: 0;
}

.splide__arrow svg {
  display: none;
}

.splide__arrows.splide__arrows--ltr{
  position: absolute;
}

/* --- ◀ 左矢印の設定 --- */
.splide__arrow--prev {
  background: url('../img/arrow_left.svg') no-repeat center center; 
  background-size: contain;
  left: 0;
}

/* --- ▶ 右矢印の設定 --- */
.splide__arrow--next {
  background: url('../img/arrow_right.svg') no-repeat center center;
  background-size: contain;
  right: 0;
}

@media screen and (min-width: 768px) {
  .splide__arrow {
    width: calc(24* (100vw / 1400));
    height: calc(20* (100vw / 1400));
  }

  .splide__arrows.splide__arrows--ltr{
    position: absolute;
    top: calc(-30* (100vw / 1400));
    left: calc(495* (100vw / 1400));
    width: calc(70* (100vw / 1400));
  }

  .splide__slide img{
    width: calc(200* (100vw /1400));
  }
}

@media screen and (max-width: 767px) {
  .splide__arrow {
    width: calc(24* (100vw /375));
    height: calc(9.54* (100vw /375));
  }

  .splide__arrows.splide__arrows--ltr{
    position: absolute;
    top: calc(-30 * (100vw / 375));
    left: calc(275 * (100vw / 375));
    width: calc(70 * (100vw / 375));
  }

  .splide__slide img{
    width: calc(165* (100vw /375));
  }

}


/* ===============================================### 
               lp_foot_btn
###=============================================== */
.main-area .lp_foot_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: var(--fw-medium);
  font-style: normal;
  letter-spacing: 0.075em;
  background: var(--color-black);
  color: #fff
}

.main-area .lp_foot_btn.top_btn {
  background: #fff;
  color: var(--color-black);
  border: 1px solid var(--color-black);
}

_:lang(x)+_:-webkit-full-screen-document,
.main-area .lp_foot_btn,
.iphone .main-area .lp_foot_btn {
  font-weight: var(--fw-medium);
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: calc(300* (100vw / 1400));
    height: calc(50* (100vw / 1400));
    font-size: calc(14* (100vw / 1400));
    margin-right: auto;
    margin-left: auto;
  }

  .main-area .lp_foot_btn.top_btn{
    margin-top: calc(20* (100vw / 1400));
  }
}

@media screen and (max-width: 767px) {
  .main-area .lp_foot_btn {
    width: calc(280*(100vw / 375));
    height: calc(50*(100vw / 375));
    margin-right: auto;
    margin-left: auto;
    font-size: calc(14*(100vw / 375));
  }

  .main-area .lp_foot_btn.top_btn{
    margin-top: calc(20 * (100vw / 375));
  }
}