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

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

.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 .slick-list {
  pointer-events: none;
}

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

/* ===============================================
* mv *
=============================================== */
.mv {
  width: 100%;
}

.mv h2 {
  position: relative;
  margin: 0 auto calc(28*(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;
}

@media screen and (min-width: 768px) {
  .mv {
    margin: 0 auto 0;
    width: min(100%, 140rem);
  }

  .mv h2 {
    margin: 0 auto 3.9rem;
    width: 100%;
  }

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

/* ===============================================
* sec *
=============================================== */
.main_block {
  display: flex;
  flex-direction: column;
  margin-top: calc(78*(100vw / 375));
  align-items: center;
  gap: calc(74*(100vw / 375));
}

.sec {
  width: calc(345* (100vw /375));
}

.sec__ttl {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: calc(69*(100vw / 375));
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  align-items: flex-start;
  gap: 0;
  width: calc(203* (100vw /375));
  justify-content: center;
}

.sec__ttl .ttl__first {
  font-size: calc(28* (100vw /375));
  letter-spacing: 0.08em;
}

.sec__ttl .ttl__second {
  font-size: calc(14* (100vw /375));
  letter-spacing: 0.05em;
}

.sec__ttl .ttl__thrid {
  font-size: calc(52* (100vw /375));
  letter-spacing: 0.02em;
}

.sec__img.slick-dotted.slick-slider {
  border-radius: calc(40* (100vw /375));
  overflow: hidden;
  margin-top: calc(8*(100vw / 375));
  border-style: solid;
  border-width: calc(4* (100vw /375));
  margin-bottom: 0;
}

.sec:nth-child(odd) .sec__img {
  border-color: #A21504;
}

.sec:nth-child(even) .sec__img {
  border-color: #1F4227;
}

.sec__img.slick-dotted.slick-slider .slick-dots {
  bottom: calc(14*(100vw / 375));
}

.sec__img .slick-dots li {
  width: calc(12* (100vw /375));
  height: calc(12* (100vw /375));
  margin: 0 calc(7* (100vw /375));
  opacity: 0.2;
  background: #000;
  border-radius: 50%;
}

.sec__img .slick-dots li button {
  width: calc(12* (100vw /375));
  height: calc(12* (100vw /375));
  padding: 0;
}

.sec__img .slick-dots li button:before {
  content: none;
}

.sec__img .slick-dots li.slick-active {
  opacity: 1;
}

.item_detail {
  font-size: calc(14* (100vw /375));
  line-height: 1.7142857143;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: calc(40*(100vw / 375));
}

@media screen and (min-width: 768px) {
  .main_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 12.5rem auto 0;
    align-items: center;
    justify-content: space-between;
    gap: 24.6rem 0;
    width: 104rem;
  }

  .sec {
    position: relative;
    width: 45rem;
  }

  .sec:nth-child(even) {
    top: 54rem;
  }

  .sec__ttl {
    height: 6.8rem;
    width: 24.2rem;
  }

  .sec__ttl .ttl__first {
    font-size: 3.4rem;
  }

  .sec__ttl .ttl__second {
    font-size: 1.7rem;
  }

  .sec__ttl .ttl__thrid {
    font-size: 6rem;
  }

  .sec__img.slick-dotted.slick-slider {
    border-radius: 4rem;
    margin-top: 1.4rem;
    border-width: 0.4rem;
  }

  .sec__img.slick-dotted.slick-slider .slick-dots {
    bottom: 1rem;
  }

  .sec__img .slick-dots li {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0.5rem;
  }

  .sec__img .slick-dots li button {
    width: 1.2rem;
    height: 1.2rem;
  }

  .item_detail {
    font-size: 1.4rem;
    margin-top: 3.9rem;
  }
}

/* ===============================================
* credit *
=============================================== */
.sec .main-credit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  height: calc(50* (100vw /375));
  margin: calc(40*(100vw / 375)) auto 0;
  gap: calc(3* (100vw /375)) 0;
}

.sec .main-credit * {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  flex-shrink: 0;
  text-align: left;
}

.credit-name,
.credit-tx {
  font-size: calc(14* (100vw /375));
  width: calc(245* (100vw /375));
}

.credit-tx small {
  font-size: calc(10* (100vw /375));
  letter-spacing: 0.02em;
}

.credit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(12* (100vw /375));
  letter-spacing: 0.02em;
  width: calc(100* (100vw /375));
  height: calc(38* (100vw /375));
  background: #fff;
  color: #000;
}

@media screen and (min-width: 768px) {
  .sec .main-credit {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    height: initial;
    margin: 3.8rem auto 0;
    gap: 0 2.8rem;
  }

  .credit-name,
  .credit-tx {
    font-size: 1.4rem;
    width: initial;
  }

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

  .credit-btn {
    font-size: 1.2rem;
    width: 8rem;
    height: 2.7rem;
  }
}



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

.sec_btn a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  margin: 0 auto;
  width: calc(300* (100vw /375));
  height: calc(56* (100vw /375));
  font-size: calc(14* (100vw /375));
  max-width: 100%;
  max-height: 100%;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  display: -webkit-box;
  color: #FFFFFF;
  border: none;
  color: #000;
  background-color: #fff;
}

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

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

@media screen and (min-width: 768px) {
  .sec_btn {
    padding-bottom: 10rem;
    position: relative;
    z-index: 10;
    transform: translateZ(2px);
  }

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

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

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

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

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

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