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

/* ページ共通___________________________*/
.main-area {
  overflow-x: hidden;
  text-align: center;
  color: #292929;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

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

@media screen and (max-width: 767px) {
  .main-area .pc_only {
    display: none !important;
  }

  .flex-box_sp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

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

  .main-area .sp_only {
    display: none !important;
  }

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


/* ===============================================### 
編集エリア
###=============================================== */

/************** common **************/
.flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-area .sec__img {
  pointer-events: none;
}

.main-area .slide {
  line-height: 0;
}

/* ===============================================
* wrap_first *
=============================================== */
.sec__ttl {
  position: relative;
  width: calc(330* (100vw /375));
  margin: calc(55* (100vw /375)) auto 0;
}

.sec__ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: calc(43* (100vw /375));
  left: 0;
  background: #000;
}

.sec__ttl p {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
}

.sec__ttl .ttl__text {
  font-size: calc(30*(100vw / 375));
}

.sec__ttl .scene__text {
  margin-top: calc(33*(100vw / 375));
  font-size: calc(36*(100vw / 375));
  letter-spacing: 0.03em;
}

.wrap_first .sec__img {
  width: calc(240* (100vw /375));
  margin: calc(23* (100vw /375)) auto 0;
}

.sec .main-credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(240* (100vw /375));
  margin: calc(20* (100vw /375)) auto 0;
}

.credit-tx {
  font-size: calc(14* (100vw /375));
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.credit-tx small {
  font-size: calc(10* (100vw /375));
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.credit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.02em;
  width: calc(120* (100vw /375));
  height: calc(36* (100vw /375));
  background: #000;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .sec {
    width: 82rem;
    margin: 9.7rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 4rem;
  }

  .wrap_first {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 32rem;
    column-gap: 4rem;
  }

  .sec__ttl {
    width: 54rem;
    margin: 5.9rem 0 0 0;
    order: 2;
  }

  .sec__ttl::before {
    top: 4.6rem;
  }

  .sec__ttl .ttl__text {
    font-size: 3rem;
  }

  .sec__ttl .scene__text {
    margin-top: 4rem;
    font-size: 3.6rem;
  }

  .wrap_first .sec__img {
    width: 24rem;
    margin: 0;
    order: 1;
  }

  .sec .main-credit {
    display: block;
    width: 14.4rem;
    margin: 2.8rem 0 0 0;
    order: 3;
    text-align: left;
  }

  .credit-tx {
    font-size: 1.4rem;
  }

  .credit-tx small {
    font-size: 1rem;
  }

  .credit-btn {
    font-size: 1.4rem;
    width: 14.4rem;
    height: 3.6rem;
    margin-top: 2.1rem;
  }
}

/* ===============================================
* wrap_second *
=============================================== */
@media screen and (max-width: 767px) {

  .wrap_second .sec__img {
    width: calc(375* (100vw /375));
    margin-top: calc(38*(100vw / 375));
  }
}

.item_detail {
  margin: calc(17*(100vw / 375)) auto 0;
  font-size: calc(12* (100vw /375));
  line-height: 2;
  letter-spacing: 0;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .wrap_second {
    width: 45rem;
  }

  .item_detail {
    margin: 1.7rem 0 0 0;
    font-size: 1.2rem;
    text-align: end;

  }
}

/* ===============================================
* wrap_third *
=============================================== */
.wrap_third {
  width: calc(330* (100vw /375));
  margin: calc(36* (100vw /375)) auto 0;
}

.wrap_third .sub-credit {
  display: flex;
  justify-content: flex-end;
  gap: calc(10*(100vw / 375));
  margin-top: calc(23*(100vw / 375));
  flex-wrap: wrap;
}

.wrap_third .sub-credit a {
  text-decoration: underline;
}

.main-area .slider {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .wrap_third {
    width: 33rem;
    margin: 0;
  }

  .wrap_third .sub-credit {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 2.2rem;
    align-items: flex-end;

  }

}

/* ===============================================
* sec02,sec03 *
=============================================== */
@media screen and (max-width: 767px) {

  .sec02 .sec__ttl,
  .sec03 .sec__ttl {
    margin: calc(84*(100vw / 375)) auto 0;
  }
}

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

  .sec02,
  .sec03 {
    margin-top: 9.6rem;
  }

  .sec02 .wrap_first {
    order: 1;
  }

  .sec02 .wrap_second {
    order: 3;
  }

  .sec02 .wrap_third {
    order: 2;
  }
}

/************** js **************/

/************** mv **************/
.mv {
  margin: 0 auto calc(47* (100vw /375));
  width: 100%;
}

.mv h2 {
  position: relative;
  margin: 0 auto calc(49* (100vw /375));
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mv h2 span {
    position: absolute;
    width: calc(375* (100vw /375));
    height: calc(114* (100vw /375));
    top: calc(300* (100vw /375));
    left: 0;
    z-index: 1;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
  }
}

.mv .mv__text {
  margin: 0 auto;
  font-size: calc(14* (100vw /375));
  line-height: 1.71;
  letter-spacing: 0;
  text-align: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}






/************** btn **************/
.sec_btn {
  padding-bottom: calc(80* (100vw /375));
  position: relative;
  z-index: 10;
  transform: translateZ(2px);
}

.sec_btn a {
  margin: 0 auto;
  width: calc(280* (100vw /375));
  height: calc(50* (100vw /375));
  font-size: calc(14* (100vw /375));
  max-width: 100%;
  max-height: 100%;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  color: #fff;
  background-color: #000;
  color: #FFFFFF;
  border: none;
}

.sec_btn a.v-1 {
  margin-top: calc(90* (100vw /375));
}

.sec_btn a.v-2 {
  margin-top: calc(14*(100vw / 375));
  color: #000;
  background-color: #fff;
  border: #000 solid 1px;
}

/* ===============================================### 
PC用デザイン
###=============================================== */
@media screen and (min-width: 767px) {


  /************** common **************/
  .flex-box_pc {
    display: flex;
    justify-content: space-between;
  }

  /************** mv **************/
  .mv {
    margin: 0 auto 0;
    width: min(100%, 140rem);
  }

  .mv h2 {
    margin: 0 auto 5.9rem;
    padding-top: 3.0rem;
    width: 100%;
  }

  .mv .mv__text {
    font-size: 1.4rem;
  }



  /************** btn **************/
  .sec_btn {
    padding-bottom: 10.0rem;
    position: relative;
    z-index: 10;
    transform: translateZ(2px);
  }

  .sec_btn a {
    margin: 0 auto;
    width: 28.0rem;
    height: 5.0rem;
    font-size: 1.4rem;
    max-width: 100%;
    max-height: 100%;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    display: -webkit-box;
    color: #fff;
    border: none;
  }

  .sec_btn a.v-1 {
    margin-top: 9.6rem;
  }

  .sec_btn a.v-2 {
    margin-top: 1.5rem;
  }
}

/* ===============================================
* animation *
=============================================== */
.fade_wrap {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
}

.fade_wrap.onView {
  opacity: 1;
}

/*  */
.fade_wrap.wrap_first {
  transform: translateX(-100px);
}

.fade_wrap.wrap_first.onView {
  transform: translateX(0);
}

/*  */
.wrap_second .fade_wrap {
  transform: translateY(100px);
}

.wrap_second .fade_wrap.onView {
  transform: translateY(0);
}

/*  */
.wrap_third .fade_wrap {
  transform: translateY(-100px);
}

.wrap_third .fade_wrap.onView {
  transform: translateY(0);
}