﻿/* パンくず 追加スタイル 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;
}

/* ===============================================
* mv *
=============================================== */
.swiper,
.swiper2,
.swiper3 {
  width: 100vw;
  height: auto;
  overflow: hidden;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  /* aspect-ratio: 300 / 200; */
  width: auto;
  height: calc(170* (100vw /375));
  object-fit: cover;
}

.mv {
  position: relative;
  margin: 0 auto 0;
  width: 100%;
  z-index: 1;
}

.mv h2 {
  position: absolute;
  top: calc(226* (100vw /375));
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.mv h2 span {
  position: relative;
  font-family: "Inter", sans-serif;
  line-height: 1;
  display: block;
  color: #fff;
  white-space: nowrap;
}

.mv h2 span:nth-of-type(1) {
  font-size: calc(28*(100vw / 375));
  font-weight: 600;
  letter-spacing: 0.12em;
}

.mv h2 span:nth-of-type(2) {
  font-size: calc(18* (100vw /375));
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: calc(12*(100vw / 375));
}

.mv h2 *::before {
  position: absolute;
  content: attr(data-text);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  mix-blend-mode: multiply;
  pointer-events: none;
  will-change: filter;
}

.mv .mv__text {
  margin: calc(37* (100vw /375)) 0 0 0;
  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;
}

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

  .swiper,
  .swiper2,
  .swiper3 {
    width: 140rem;
  }

  .mv {
    margin: 0 auto 0;
    width: min(100%, 140rem);
    padding-top: 3.0rem;
  }

  .swiper-slide img {
    height: 23rem;
  }

  .mv h2 {
    top: 28.6rem;
  }

  .mv h2 span:nth-of-type(1) {
    font-size: 6.4rem;
  }

  .mv h2 span:nth-of-type(2) {
    font-size: 3.6rem;
    margin-top: 2rem;
  }

  .mv .mv__text {
    margin: 5.4rem 0 0 0;
    font-size: 1.4rem;
    line-height: 1.71;
  }
}

/* ===============================================
* wrap_first *
=============================================== */
.wrap_first {
  position: relative;
}

.sec__ttl {
  display: flex;
  gap: calc(15*(100vw / 375));
  position: relative;
  width: calc(345*(100vw / 375));
  margin: calc(41*(100vw / 375)) auto 0;
  padding-left: calc(19* (100vw /375));
}

.sec__ttl::before {
  position: absolute;
  content: "";
  width: calc(5* (100vw /375));
  height: calc(33* (100vw /375));
  top: calc(-5* (100vw /375));
  left: 0;
  background: #000;
}

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

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

.sec__ttl .scene__text {
  font-size: calc(27*(100vw / 375));
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .sec__ttl {
    gap: 2.8rem;
    width: 78.7rem;
    margin: 8.5rem auto 0;
    padding-left: 2.8rem;
  }

  .sec__ttl::before {
    width: 0.6rem;
    height: 5.5rem;
    top: -0.7rem;
  }

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

  .sec__ttl .scene__text {
    font-size: 4.4rem;
  }
}

.sec .main-credit {
  width: calc(245*(100vw / 375));
  margin: calc(35*(100vw / 375)) auto 0;
  display: flex;
  flex-direction: column;
  gap: calc(14* (100vw /375));
}

.sec .main-credit a {
  display: block;
  text-align: left;
  width: fit-content;
}

.sec .main-credit span {
  display: inline-block;
}

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

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

.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 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(12*(100vw / 375));
  letter-spacing: 0.02em;
  text-decoration: underline;
  display: inline-block;
  text-underline-offset: 3px;
}

@media screen and (min-width: 768px) {
  .sec .main-credit {
    width: 78.5rem;
    margin: 3.1rem auto 0;
    gap: 1.4rem;
  }

  .credit-name {
    font-size: 1.4rem;
    width: 9rem;
  }

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

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

  .credit-btn {
    font-size: 1.2rem;
  }
}



.img_wrap {
  display: grid;
  width: calc(375* (100vw /375));
  gap: calc(11* (100vw /375)) calc(11* (100vw /375));
  margin-top: calc(33*(100vw / 375));
}

@media screen and (max-width: 767px) {
  .img01 {
    grid-area: 1 / 1 / 2 / 3;
    width: calc(375* (100vw /375));
  }

  .img02 {
    grid-area: 2/1;
    width: calc(182* (100vw /375));
  }

  .img03 {
    grid-area: 3/1;
    width: calc(182* (100vw /375));
  }

  .img04 {
    grid-area: 3/2;
    width: calc(182* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  .img_wrap {
    display: grid;
    width: 78.7rem;
    gap: 2.5rem 2.7rem;
    margin: 4.4rem auto 0;
  }

  .img_wrap .sec__img {
    width: 38rem;
  }

  .img01 {
    grid-area: 1/1;
  }

  .img02 {
    grid-area: 1/2;
  }

  .img03 {
    grid-area: 2/1;
  }

  .img04 {
    grid-area: 2/2;
  }
}

/* ===============================================
* sec02 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec02 {
    margin-top: calc(40*(100vw / 375));
    padding: calc(4*(100vw / 375)) 0 calc(40*(100vw / 375));
    background: #E7E7E7;
  }

  .img05 {
    grid-area: 1/1;
    width: calc(182* (100vw /375));
  }

  .img06 {
    grid-area: 1/2;
    width: calc(182* (100vw /375));
  }

  .img07 {
    grid-area: 2/1;
    width: calc(182* (100vw /375));
  }

  .img08 {
    grid-area: 2/2;
    width: calc(182* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  .sec02 {
    margin-top: 10rem;
    background: #E7E7E7;
    padding: 0.1rem 0 8.3rem;
  }

  .sec02 .wrap_first {
    width: 109.7rem;
    margin: auto;
  }

  .sec02 .sec__ttl {
    width: 109.7rem;
  }

  .sec02 .img_wrap {
    width: 109.7rem;
    margin: 4.7rem auto 0;
  }

  .sec02 .sec__img {
    width: 35rem;
  }

  .img05 {
    grid-area: 1/2;
  }

  .img06 {
    grid-area: 1/3;
  }

  .img07 {
    grid-area: 2/1;
  }

  .img08 {
    grid-area: 2/2;
  }

  .sec02 .main-credit {
    position: absolute;
    top: 93.1rem;
    right: 4.6rem;
    width: 28.5rem;
  }
}

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

  .img09 {
    grid-area: 1 / 1 / 2 / 3;
    width: calc(375* (100vw /375));
  }

  .img10 {
    grid-area: 2/1;
    width: calc(182* (100vw /375));
  }

  .img11 {
    grid-area: 2/2;
    width: calc(182* (100vw /375));
  }

  .img12 {
    grid-area: 3/1;
    width: calc(182* (100vw /375));
  }
}

@media screen and (min-width: 768px) {
  .sec03 {
    margin-top: 11.3rem;
  }

  .sec03 .wrap_first {
    width: 109.7rem;
    margin: auto;
  }

  .sec03 .sec__ttl {
    width: 109.7rem;
  }

  .sec03 .img_wrap {
    width: 111rem;
    margin: 4.4rem auto 0;
    grid-template-columns: 28rem 38.2rem;
  }

  .img09 {
    grid-area: 1/2;
  }

  .img10 {
    grid-area: 1/3;
  }

  .img11 {
    grid-area: 2/2;
  }

  .img12 {
    grid-area: 2/3;
  }

  .sec03 .main-credit {
    position: absolute;
    top: 97.1rem;
    left: 0rem;
    width: 28.5rem;
  }

  .sec03 .credit-name {
    width: 8rem;
  }

  .sec03 .credit-tx {
    width: 14.2rem;
  }
}

/************** 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(82*(100vw / 375));
}

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

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

  /************** 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: 10.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;
}