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

/* ページ共通___________________________*/
.main-area {
  isolation: isolate;
}

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

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

.main-area li {
  list-style: none;
}

#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;
}

.airplane_img {
  width: calc(37* (100vw /375));
  height: calc(35* (100vw /375));
  content: '';
  display: block;
  position: absolute;
  top: calc(90* (100vw /375));
  left: calc(250* (100vw /375));
  background-repeat: no-repeat;
  background-size: contain;
}

.airplane_img {
  animation: slide-skew 1.6s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slide-skew {
  0% {
    transform: translate(-50px,100px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  20%,100% {
    opacity: 1;
  }
}

.scloll_block {
  position: sticky;
  top: var(--headerHeight);
  width: 100%;
  /* height: 100vh; */
}

.item_detail-contents h3 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-weight: 700;
  color: #fff;
}

.hira_w3,
.item_detail-contents-credit a {
  font-family: "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN W3", "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

/* 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) {  
  .airplane_img {
    width: calc(73* (100vw /1400));
    height: calc(62* (100vw /1400));
    top: calc(148* (100vw /1400));
    left: calc(500* (100vw /1400));
    transform: translate(-50%, -50%);
  }

  @keyframes slide-skew {
    0% {
      transform: translate(-100px,200px);
      opacity: 0;
    }
    100% {
      transform: translate(0,0);
    }
    20%,100% {
      opacity: 1;
    }
  }
  
  .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 p {
    font-size: 3.6rem;
    letter-spacing: 0.025em;
  }

  .item_detail-contents .item_detail-contents-tx {
    font-size: 1.6rem;
    letter-spacing: 0em;
    line-height: 2;
    margin: 1rem 0 0 0;
  }

  .item_detail-contents-credit p,
  .item_detail-contents-credit a {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2;
  }

  .item_detail-contents-credit p {
    letter-spacing: 0.09em;
  }

  .item_detail-contents-credit .hira_w3 {
    letter-spacing: 0.075em;
  }

  /* 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) {
  .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 p {
    font-size: calc(30* (100vw / 375));
    letter-spacing: 0.1em;
    line-height: 1.75;
  }

  .item_detail-contents .item_detail-contents-tx {
    font-size: calc(14* (100vw / 375));
    letter-spacing: 0em;
    line-height: 2;
    margin: calc(4* (100vw / 375)) 0 0 0;
  }

  .item_detail-contents-credit {
    width: fit-content;
  }

  .item_detail-contents-credit p,
  .item_detail-contents-credit a {
    font-size: calc(12* (100vw / 375));
    letter-spacing: 0;
    line-height: 2;
  }

  .item_detail-contents-credit p {
    letter-spacing: 0.09em;
  }

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

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

  /* sec03 */
  .sec--03 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }

  /* sec04 */
  .sec--04 .item_detail-contents-credit p {
    letter-spacing: 0.07em;
  }

  /* sec05 */
  .sec--05 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }
}

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

  /* sec02 */
  .sec--02.item_detail {
    display: block;
  }
  .sec--02 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }

  /* sec03 */
  .sec--03 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }

  /* sec04 */
  .sec--04 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }

  /* sec05 */
  .sec--05 .item_detail-contents-credit p {
    letter-spacing: 0.08em;
  }
}

/* tablet___________________________*/
@media (max-width: 1399px) and (min-width: 768px) {
  .scloll_block {
    height: 100vh;
  }

  .scloll_block.item_img {
    background: #000;
  }

  .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;
  }
}
/* ===============================================### 
夏の主役 ワンピース特集！のみ追加
###=============================================== */
/* ===============================================### 
0.8
###=============================================== */
.sec--01 {
  --color-section-bg: rgba(71, 144, 177, 0.8);
}
.sec--02 {
  --color-section-bg: rgba(224, 175, 65, 0.8);
}
.sec--03 {
  --color-section-bg: rgba(68, 162, 165, 0.8);
}
.sec--04 {
  --color-section-bg: rgba(213, 101, 101, 0.8);
}
.sec--05 {
  --color-section-bg: rgba(30, 48, 98, 0.8);
}
.item_detail ,.item_img li {
  background-color: var(--color-section-bg);
}

/* ===============================================### 
original
###=============================================== */
.sec--01 {
  --color-section-bg02: rgba(71, 144, 177);
}

.sec--02 {
  --color-section-bg02: rgba(224, 175, 65);
}

.sec--03 {
  --color-section-bg02: rgba(68, 162, 165);
}

.sec--04 {
  --color-section-bg02: rgba(213, 101, 101);
}

.sec--05 {
  --color-section-bg02: rgba(30, 48, 98);
}

.fv_text {
  background-color: #fff;
}

.fv_text p{
  font-family: var(--yugothic);
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
  color: #000;
}

.item_detail02 {
  background-color: var(--color-section-bg02);
}

.item_detail-contents {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item_detail02 h3 {
  text-align: center;
  color: #fff;
  line-height: 1;
}

.item_detail02 h3 p {
  line-height: 1;
}

.item_detail_text {
  font-size: var(--yugothic);
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: center;
  color: #fff;
}

.item_detail-contents .item_detail-contents-tx {
  text-align: center;
  color: #fff;
  font-family: var(--yugothic);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}

.item_detail-contents-credit {
  width: fit-content;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.item_detail-contents-credit a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.item_detail_last_box {
  position: relative;
  z-index: 5;
  height: 100vh;
  top: 0;
  transform:translateZ(1px);
}

/************** btn **************/
  .sec_btn {
    padding: calc(100* (100vw /375)) 0 calc(100* (100vw /375));
    background-color: #fff;
    position: relative;
    z-index: 10;
    transform:translateZ(2px);
  }

  .sec_btn a {
    margin: 0 auto;
    width: calc(275* (100vw /375));
    height: calc(40* (100vw /375));
    font-size: calc(14* (100vw /375));
    max-width: 100%;
    max-height: 100%;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1;
    display: -webkit-box;
  }

/************** sp **************/
@media only screen and (max-width: 768px){

  .fv_text {
    padding: calc(42* (100vw /375)) 0 calc(44* (100vw /375));
  }

  .fv_text p {
    margin: 0 auto;
    width: calc(345* (100vw /375));
    font-size: calc(14* (100vw /375));
  }

  .item_detail-contents {
    top: 50%;
  }
  
  .item_detail-contents02 {
    top: 50%;
  }  

  .item_detail02 h3 {
    margin-bottom: calc(16* (100vw /375));
  }

  .item_detail02 h3 p:nth-child(1) {
    margin-bottom: calc(10* (100vw /375));
    font-size: calc(24* (100vw /375));
    letter-spacing: 0.025em;
  }

  .item_detail02 h3 p:last-child {
    font-size: calc(40* (100vw /375));
    letter-spacing: 0.025em;
  }

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

  .point_img {
    margin-bottom: calc(22* (100vw /375));
    width: calc(80* (100vw /375));
  }

  .item_detail_text {
    font-size: calc(14* (100vw /375));
  }

  .attention_img {
    margin: calc(13* (100vw /375)) 0 calc(15* (100vw /375));
  }

  .sec--02 .attention_img {
    margin: calc(3* (100vw /375)) 0 calc(15* (100vw /375));
  }
}
/************** pc **************/
@media screen and (min-width: 768px) {

  .fv_text {
    padding: 9rem 0 9.2rem;
  }

  .fv_text p {
    width: auto;
    font-size: 1.6rem;
    text-align: center;
  }

  .item_detail02 h3 {
    margin-bottom: 2rem;
  }

  .item_detail02 h3 p:nth-child(1) {
    margin-bottom: .3rem;
    font-size: 3rem;
  }

  .item_detail02 h3 p:last-child {
    font-size: 6rem;
    letter-spacing: 0.025em;
  }

  .item_detail .item_detail-contents {
    top: 15%;
  }

  .item_detail02 .item_detail-contents {
    top: 13.2%;
  }

  .point_ttl {
    font-size: 3.6rem;
  }

  .point_img {
    margin-bottom: 2.2rem;
    width: 10rem;
  }

  .item_detail_text {
    font-size: 1.6rem;
  }

  .attention_img {
    margin: 1.2rem 0 1.2rem;
  }

  .sec--05 .item_detail .item_detail-contents {
    top: 10.8%;
  }
  
  .sec--05 .attention_img {
    margin: 2.6rem 0 3.6rem;
  }

/************** btn **************/
  .sec_btn {
    padding: 8.5rem 0 8.5rem;
    position: relative;
    z-index: 10;
  }

  .sec_btn a {
    margin: 0 auto;
    width: 30rem;
    height: 5rem;
    font-size: 1.4rem;
  }
}