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

:root {
  --baige-1: #DAEBF5;
  --baige-2: #D3D0C1;
}

/* ページ共通___________________________*/
.main-area {
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  font-size: calc(13* (100vw / 375));
  padding-bottom: calc(80*(100vw / 375));
  overflow-x: clip;
  text-align: center;
  color: #223959;
  background: #EEEFEA;
}

.main-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20rem;
  top: -19rem;
  left: 0;
  background: #EEEFEA;
  z-index: -1;
}

.minion {
  font-family: minion-pro, serif;
  font-weight: 400;
  font-style: normal;
}

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

.main-area img,
.main-area picture {
  width: 100%;
  height: auto;
}

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



_:lang(x)+_:-webkit-full-screen-document,
.ff_hkg_b {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .main-area iframe {
    width: 346%;
    height: calc(667*(100vw / 375));
    position: relative;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
  }

  #player.player {
    max-width: initial !important;
    height: initial !important;
  }

  .main-area .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-area {
    font-size: 1.4rem;
    padding-bottom: 11rem;
  }

  .sticky_inner {
    width: 42rem;
    overflow-x: clip;
  }

  .main-area iframe {
    width: 446%;
    height: 75.5rem;
    position: relative;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
  }

  .main-area .spOnly {
    display: none;
  }

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

  .ff_gara {
    font-size: 5rem;
  }
}

/* ▽ sec__fv ▽ */
.sec__fv {
  position: relative;
  margin-bottom: calc(35* (100vw /375));
}

.sec__fv h2+p {
  margin-top: calc(38*(100vw / 375));
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .sec__fv {
    width: 120rem;
    margin: auto;
    margin-bottom: 9.7rem;
  }

  .sec__fv h2+p {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    margin-top: 7.7rem;
  }

  .sec__fv h2 {
    display: flex;
    justify-content: space-between;
    width: 97.3rem;
    margin: auto;
  }

  .video_wrap {
    width: 36rem;
    overflow: clip;
  }

  .ttl_wrap {
    width: 41.3rem;
    margin-top: 32rem;
  }
}


/* ===============================================
* sec *
=============================================== */
.sec__style {
  position: relative;
}

.flex_wrap {
  display: flex;
}

.flex_wrap>div {
  flex-shrink: 0;
}

.sticky_wrap {
  position: sticky;
  top: var(--headerHeight);
}

.relative_wrap {
  position: relative;
  transform: translateZ(1px);
  background: rgba(75, 75, 75, 0);
  transition: all 0.5s;
  padding: calc(35*(100vw / 375)) calc(15*(100vw / 375)) calc(70*(100vw / 375));
  color: #fff;
}

@media screen and (max-width: 767px) {

  .relative_wrap.show {
    background: rgba(75, 75, 75, 0.45);
  }
}

.img_flex {
  display: flex;
  flex-direction: column;
  gap: calc(20* (100vw /375));
}

@media screen and (min-width: 768px) {
  .sec__style {

    display: flex;
    gap: 21.5rem;
    justify-content: center;
    padding-bottom: 11.4rem;
  }

  .sec__style:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .sticky_wrap {
    top: var(--headerHeight);
    height: 100%;
  }

  .relative_wrap {
    width: 56.5rem;
    padding: 0;
    color: inherit;
    padding-bottom: 28rem;
  }

  .img_flex {
    gap: 3rem;
  }

}



/* ===============================================
* credit *
=============================================== */
.main_credit {
  font-size: calc(12*(100vw / 375));
  margin-top: calc(13*(100vw / 375));
  text-align: left;
  line-height: 2.5;
}

.main_credit .credit_price {
  margin-top: calc(3* (100vw /375));
}

.main_credit .buy_btn {
  display: inline-block;
  width: calc(40* (100vw /375));
  margin-left: calc(6*(100vw / 375));
  position: relative;
  top: calc(-7*(100vw / 375));
}



.sub_credit {
  text-align: left;
  margin-top: calc(20* (100vw /375));
}

.sub_credit ul {
  display: flex;
  font-size: calc(12*(100vw / 375));
  margin-top: calc(3*(100vw / 375));
  flex-direction: column;
  gap: calc(7*(100vw / 375));
}

@media screen and (max-width: 767px) {
  .sub_credit li {
    text-align: left;
    width: fit-content;
    position: relative;
  }

  .sub_credit .credit_brand {
    line-height: 1.8;
  }
}

.sub_credit span:not(.buy_btn) {
  display: block;
  width: fit-content;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .sec__style3 .main_credit .credit_price {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .main_credit {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .main_credit a span {
    display: block;
  }

  .main_credit .credit_price {
    margin-top: -0.3rem;
  }

  .main_credit small {
    font-size: 1rem;
  }

  .main_credit .buy_btn {
    width: 6rem;
    margin-left: 0.4rem;
    top: -0.8rem;
  }



  .sub_credit {
    margin-top: 2rem;
  }

  .sub_credit ul {
    font-size: 1.3rem;
    margin-top: 0.4rem;
    gap: 0.1rem;
    line-height: 2;
  }

  .sub_credit li>* {
    display: flex;
    justify-content: space-between;
  }

  .sub_credit .credit_price {
    font-size: 1.4rem;
  }

  .sub_credit .credit_brand {
    width: 41rem !important;
  }

  .main_credit small {
    font-size: 1rem;
  }

  .sec__style3 .sub_credit .credit_brand {
    width: 28rem !important;
  }
}







/* ▽_____________ lp_foot_btn ______________▽ */
.main-area .lp_foot_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(300*(100vw / 375));
  height: calc(50*(100vw / 375));
  margin: calc(78*(100vw / 375)) auto 0;
  line-height: 1;
  font-style: normal;
  font-size: calc(14* (100vw / 375));
  letter-spacing: 0.05em;
  background: #182140;
  color: #fff
}

.main-area .lp_foot_btn:nth-of-type(2) {
  background: #fff;
  color: #182140;
  margin: calc(13*(100vw / 375)) auto 0;
  border: #182140 solid 1px;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 36.8rem;
    height: 5.2rem;
    font-size: 1.5rem;
    margin: 2.1rem auto 0;
    letter-spacing: 0.075em;
  }

  .main-area .lp_foot_btn:nth-of-type(2) {
    margin: 2rem auto 0;
  }
}


/* ▽ imganime ▽ */
.js-fadeIn {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 2500ms, transform 1500ms;
  transform: translateY(100px);
}

.showFade {
  opacity: 1;
  transform: translateY(0);
}