﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* ページ共通___________________________*/
.main-area {
  background: #000;
  isolation: isolate;
}

.main-area img {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
  text-decoration: none;
}

.main-area li {
  list-style: none;
}

.main-area p,
.main-area h3,
.main-area h4 {
  color: #fff;
  line-height: 1;
}

#summaryText {
  position: relative;
  z-index: 99;
}

#page-body {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .main-area .spOnly {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-area .pcOnly {
    display: none;
  }
}

/* コンテンツ___________________________*/
.sec__fv {
  position: relative;
}

.scloll_block {
  position: -webkit-sticky;
  position: sticky;
  top: var(--headerHeight);
  width: 100%;
  /* height: 100vh; */
}

.item_detail {
  background-color: rgba(0, 0, 0, 0.5);

}

.item_detail-contents h3 {
  font-family: "HiraKakuProN-W6", "Hiragino Kaku Gothic ProN W6", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.item_detail-contents-tx,
.hira_w3 {
  font-family: "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.item_detail-contents-credit p,
.item_detail-contents-credit a {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sec__fv-inner {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.item_detail-contents-credit a {
  display: flex;
  justify-content: center;
  color: #000;
  background: #fff;
  border: 1px solid #fff;
  transition: all .3s;
}

.item_detail-contents-credit a:hover {
  background: none;
  border: #fff 1px solid;
  color: #fff;
  opacity: 1;
}

/* top__btn */
.top__btn {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #000;
}

.top__btn a {
  display: flex;
  justify-content: center;
  border: #fff 1px solid;
  letter-spacing: 0.1em;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .sec__fv-inner {
    width: 50%;
    height: calc(100vh - var(--headerHeight));
    top: 0;
  }

  .item_img {
    display: flex;
  }

  .item_img li {
    width: 50%;
  }

  .item_detail {
    display: grid;
    place-items: center;
    height: calc(100vh - var(--headerHeight));
  }

  .item_detail-contents {
    position: relative;
  }

  .item_detail-contents h3 {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }

  .item_detail-contents .item_detail-contents-tx {
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    line-height: 2;
    margin: 2.2rem 0 0 0;
  }

  .item_detail-contents-credit {
    margin: 4.9rem 0 0 auto;
    width: fit-content;
  }

  .item_detail-contents-credit p,
  .item_detail-contents-credit a {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .item_detail-contents-credit p {
    letter-spacing: 0.09em;
  }

  .item_detail-contents-credit .hira_w3 {
    letter-spacing: 0.075em;
  }

  .item_detail-contents-credit a {
    width: 16rem;
    height: 3rem;
    line-height: 2.2;
    margin: 1.2rem 0 0 0;
  }

  /* top__btn */
  .top__btn {
    top: 0.2rem;
    height: 22rem;
  }

  .top__btn a {
    width: 30rem;
    height: 4rem;
    line-height: 2.6;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .sec__fv-inner {
    width: calc(335* (100vw / 375));
    top: calc(256* (100vw / 375));
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
  }

  .item_detail {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: calc(100vh - var(--headerHeight));
  }

  .item_detail-contents {
    position: relative;
    top: calc(123* (100vw / 375));
    width: calc(305* (100vw / 375));
    height: fit-content;
  }

  .item_detail-contents h3 {
    font-size: calc(16* (100vw / 375));
    letter-spacing: 0.1em;
    line-height: 1.75;
  }

  .item_detail-contents .item_detail-contents-tx {
    font-size: calc(12* (100vw / 375));
    letter-spacing: 0.1em;
    line-height: 2;
    margin: calc(12* (100vw / 375)) 0 0 0;
  }

  .item_detail-contents-credit {
    margin: calc(30* (100vw / 375)) 0 0 auto;
    width: fit-content;
  }

  .item_detail-contents-credit p,
  .item_detail-contents-credit a {
    font-size: calc(12* (100vw / 375));
    letter-spacing: 0.1em;
    line-height: 2;
  }

  .item_detail-contents-credit p {
    letter-spacing: 0.09em;
  }

  .item_detail-contents-credit a {
    width: calc(140* (100vw / 375));
    height: calc(30* (100vw / 375));
    line-height: 2.5;
    margin: calc(10* (100vw / 375)) 0 0 0;
  }

  /* top__btn */
  .top__btn {
    height: calc(241* (100vw / 375));
  }

  .top__btn a {
    width: calc(275* (100vw / 375));
    height: calc(40* (100vw / 375));
    line-height: 2.6;
    font-size: calc(14* (100vw / 375));
  }
}

/* セクション別調整___________________________*/
.sec--09.item_detail {
  position: sticky;
}

@media screen and (min-width: 768px) {

  /* sec03 */
  .sec--03 .item_detail-contents-credit {
    padding: 0 0.4rem 0 0;
  }

  .sec--03 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }

  .sec--03 .item_detail-contents-credit p:nth-child(3) {
    margin: 3rem 0 0 0;
  }

  /* sec04 */
  .sec--04 .item_detail-contents-credit p {
    letter-spacing: 0.07em;
  }

  /* sec05 */
  .sec--05 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }

  /* sec07 */
  .sec--07 .item_detail-contents-credit p {
    letter-spacing: 0.075em;
  }

  /* sec08 */
  .sec--07 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }

  /* sec09 */
  .item_img.scloll_block {
    box-sizing: content-box;
    border-bottom: #000 2px solid;
  }

  .sec--09 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }

  .sec--09.item_detail {
    top: -100rem;
  }
}

@media screen and (max-width: 767px) {

  /* sec02 */
  .sec--02.item_detail {
    display: block;
  }

  .sec--02 .item_detail-contents {
    width: calc(314* (100vw / 375));
    top: calc(136* (100vw / 375));
    margin: 0 0 0 calc(35* (100vw / 375));
  }

  .sec--02 .item_detail-contents-credit {
    padding-right: calc(8* (100vw / 375));
  }

  .sec--02 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }

  /* sec03 */
  .sec--03 .item_detail-contents {
    top: calc(80* (100vw / 375));
  }

  .sec--03 .item_detail-contents-credit {
    margin: calc(29* (100vw / 375)) 0 0 auto;
    padding: 0 calc(4* (100vw / 375)) 0 0;
  }

  .sec--03 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }

  .sec--03 .item_detail-contents-credit a {
    margin: calc(8* (100vw / 375)) 0 0 0;
  }

  .sec--03 .item_detail-contents-credit p:nth-child(3) {
    margin: calc(18* (100vw / 375)) 0 0 0;
  }

  /* sec04 */
  .sec--04 .item_detail-contents {
    top: calc(135* (100vw / 375));
  }

  .sec--04 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }

  /* sec05 */
  .sec--05 .item_detail-contents {
    top: calc(135* (100vw / 375));
  }

  .sec--05 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }

  /* sec06 */
  .sec--06 .item_detail-contents {
    top: calc(123* (100vw / 375));
  }

  /* sec07 */
  .sec--07 .item_detail-contents {
    top: calc(134* (100vw / 375));
  }

  .sec--07 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }

  /* sec08 */
  .sec--08 .item_detail-contents {
    top: calc(122* (100vw / 375));
  }

  /* sec09 */
  .sec--09.spOnly.scloll_block {
    border-bottom: #000 2px solid;
  }

  .sec--09 .item_detail-contents {
    top: calc(134* (100vw / 375));
  }

  .sec--09.item_detail {
    top: calc(-3000* (100vw / 375));
  }
}

/* tablet___________________________*/
@media (max-width: 1399px) and (min-width: 768px) {
  .scloll_block {
    height: 100vh;
  }

  .scloll_block.item_img {
    background: #000;
  }

  .sec__fv-inner h2 {
    display: flex;
    width: 85%;
    height: calc(88vh - var(--headerHeight));
    justify-content: center;
    margin-top: 50rem;
  }

  .sec--09 {
    height: 75vh;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .sec--09.item_img {
    overflow: hidden;
    height: 100%;
  }

  .sec--09.item_imgwrap {
    background: #000;
  }
}
