@charset "utf-8";

/* MediaQuery = SP => Tablet => PC */
/* 1em = 1vw */

/* -------------------------
  commentPage common
------------------------- */
.commentPage .contents__wrapper {
  gap: 0;
  padding: 10px 0 0px;
}

/* -------------------------
  hero swiper
------------------------- */
/* swiper */
.hero__inner {
  padding: 0;
}
.hero__inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  opacity: 1;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.loaded .hero__inner::after {
  transition: opacity 0.75s .25s;
  opacity: 0;
}
.commentPage .hero__innerOverlay {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}
.commentSwiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.commentSwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
  overflow: hidden;
}
.commentSwiper::before {
  content: "";
  position: absolute;
  bottom: 16em;
  right:  5.34em;
  width:  8em;
  height: 8em;
  background: url("../img/comment/icon__modal.svg") no-repeat center / contain;
  z-index: 10;
  pointer-events: none;
}
@media (hover: hover) {
  .commentSwiper::before {
    opacity: 0.6;
    transition: opacity 0.15s;
  }
  .commentSwiper:hover::before {
    opacity: 1;
  }
}
.isHide.commentSwiper::before {
  opacity: 0;
}

.commentSwiper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
  pointer-events: none;
  border-radius: 16px;
}
.commentSwiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.commentSwiper .swiper-wrapper .swiper-slide img {
  width:  100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  will-change: transform;
}
.commentSwiper .swiper-wrapper .swiper-slide img.w110 {width: 110%; height: auto; margin-top: -5%;}
.commentSwiper .swiper-wrapper .swiper-slide img.w120 {width: 120%; height: auto; margin-top: -10%;}
.commentSwiper .swiper-wrapper .swiper-slide img.w130 {width: 130%; height: auto; margin-top: -15%;}
.commentSwiper .swiper-wrapper .swiper-slide img.w140 {width: 140%; height: auto; margin-top: -20%;}
.commentSwiper .swiper-wrapper .swiper-slide img.w150 {width: 150%; height: auto; margin-top: -25%;}
.commentSwiper .swiper-wrapper .swiper-slide img.w160 {width: 160%; height: auto; margin-top: -30%;}
.commentSwiper .swiper-wrapper .swiper-slide img.w170 {width: 170%; height: auto; margin-top: -35%;}
.commentSwiper .swiper-wrapper .swiper-slide img.w180 {width: 180%; height: auto; margin-top: -40%;}
.commentSwiper .swiper-wrapper .swiper-slide img.w190 {width: 190%; height: auto; margin-top: -45%;}
.commentSwiper .swiper-wrapper .swiper-slide img.w200 {width: 200%; height: auto; margin-top: -50%;}

.commentSwiper .swiper-wrapper .swiper-slide img.mt0  {height: auto;margin-top: -0%;}
.commentSwiper .swiper-wrapper .swiper-slide img.mt5  {height: auto;margin-top: -5%;}
.commentSwiper .swiper-wrapper .swiper-slide img.mt10 {height: auto;margin-top: -10%;}
.commentSwiper .swiper-wrapper .swiper-slide img.mt15 {height: auto;margin-top: -15%;}
.commentSwiper .swiper-wrapper .swiper-slide img.mt20 {height: auto;margin-top: -20%;}
.commentSwiper .swiper-wrapper .swiper-slide img.mt25 {height: auto;margin-top: -25%;}
.commentSwiper .swiper-wrapper .swiper-slide img.mt30 {height: auto;margin-top: -30%;}
.commentSwiper .swiper-wrapper .swiper-slide img.mt35 {height: auto;margin-top: -35%;}
.commentSwiper .swiper-wrapper .swiper-slide img.mt40 {height: auto;margin-top: -40%;}
.commentSwiper .swiper-wrapper .swiper-slide img.mt45 {height: auto;margin-top: -45%;}
.commentSwiper .swiper-wrapper .swiper-slide img.mt50 {height: auto;margin-top: -50%;}

/* swiper ページネーション */
.commentSwiper .swiper-horizontal>.swiper-pagination-bullets,
.commentSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.commentSwiper .swiper-pagination-custom,
.commentSwiper .swiper-pagination-fraction {
  cursor: auto;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 15px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: -15px;
  bottom: 16em;
}
.commentSwiper .swiper-pagination-bullet {
  background-color: #FFF;
  opacity: 0.4;
  height: 8px;
  width:  8px;
  border-radius: 4px;
  transition: width 0.3s 0.0s;
  transform-origin: center top;
}
.commentSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  width:  24px;
  transition: width 0.3s 0.0s;
}

/* swiper スライドボタン */
.commentSwiper .swiper-button-prev:after,
.commentSwiper .swiper-button-next:after
 {
  display: none;
}
.commentSwiper .swiper-button-prev,
.commentSwiper .swiper-button-next {
  outline: none;
  cursor: pointer;
}
.commentSwiper .swiper-button-prev {
  left: -6vh;
}
.commentSwiper .swiper-button-next {
  right: -6vh;
}
.commentSwiper .swiper-button-prev::before,
.commentSwiper .swiper-button-next::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 5vh;
  height: 5vh;
  filter: drop-shadow(0 0 2vw rgba(0,0,0,0.5));
}


/* -------------------------
  modal swiper
------------------------- */
#modal-photo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  overflow: hidden;

  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s;
}
#modal-photo * {
  pointer-events: none;
}
#modal-photo.close {
  /* display: none; */
}
#modal-photo.open {
  display: block;
  opacity: 1;
  pointer-events: all;
}
#modal-photo.open *:not(img) {
  pointer-events: all;
}
.modalSwiper {
  position: relative;
  width: 90%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (orientation: portrait) {
  .modalSwiper {
    width: 100%;
  }
}
.modalSwiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: calc(100% - 80px);
  overflow: hidden;
}
.modalSwiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modalSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modalSwiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

#modal-photo-open,
#modal-photo {
  cursor: pointer;
}

/* swiper ページネーション */
.isHide .swiper-pagination {
  opacity: 0;
}
.modalSwiper .swiper-horizontal>.swiper-pagination-bullets,
.modalSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.modalSwiper .swiper-pagination-custom,
.modalSwiper .swiper-pagination-fraction {
  cursor: auto;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 15px;
  height: 40px;
  display: flex;
  align-items: center;
  bottom: 0;
}
.modalSwiper .swiper-pagination-bullet {
  background-color: #FFF;
  opacity: 0.4;
  height: 8px;
  width:  8px;
  border-radius: 4px;
  transition: width 0.3s 0.0s;
  transform-origin: center top;
}
.modalSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  width:  24px;
  transition: width 0.3s 0.0s;
}

/* swiper スライドボタン */
.modalSwiper .swiper-button-prev:after,
.modalSwiper .swiper-button-next:after
 {
  color: #FFF;
  z-index: 1000000;
  font-size: 6em;
}
.modalSwiper .swiper-button-prev,
.modalSwiper .swiper-button-next {
  outline: none;
  cursor: pointer;
  width:  12em;
  height: 12em;
}
.modalSwiper .swiper-button-prev {
  left:  0;
}
.modalSwiper .swiper-button-next {
  right: 0;
}
.modalSwiper .swiper-button-prev::before,
.modalSwiper .swiper-button-next::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(0 0 2vw rgba(0,0,0,0.5));
}
.modalSwiper .swiper-button-prev::before {
}
.modalSwiper .swiper-button-next::before {
}


/* -------------------------
   comment title
------------------------- */
.comment__title {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.comment__crown {
  margin: 0 auto;
  width: 15%;
}
.comment__titleName {
  font-size: 6.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.comment__titleName span {
  display: block;
  font-size: 45%;
  opacity: 0.5;
  padding: 0.5em;
}
.comment__modelNameEng {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.comment__modelName {
  font-weight: bold;
  font-size: 11.2em;
  line-height: 1.3;
  margin-bottom: 1.0em;
  letter-spacing: 0.1em;
}
.comment__modelName small {
  font-size: 50%;
}
.comment__modelName small.comment__modelName2 {
  display: block;
  margin-top: 0.25em;
  font-size: 1.2rem;
  line-height: 1.5;
}
.comment__copy {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .comment__copy {
    /* font-size: 2.0rem; */
  }
}


/* -------------------------
   comment text
------------------------- */
.comment__text {
  position: relative;
  width: 100%;
  padding: 20px 5.33334em 60px;
  display: flex;
  flex-direction: column;
  gap: 1.0rem 0;
  background-color: var(--color_baseHalf);
}
.comment__textParagraph {
  width: 100%;
  max-width:  480px;
  margin: 0 auto;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2;
  text-align: justify;
  color: hsla(0, 0%, 100%, 0.85);
  z-index: 2;
  text-indent: 1em;
}
.comment__textCredit {
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.7;
  color: hsla(0, 0%, 100%, 0.85);
  margin-top: 1.0em;
  z-index: 2;
  text-align: center;
}
@media (min-width: 1024px) {
  .comment__textParagraph {
    /* font-size: 1.5rem; */
  }
  .comment__textCredit {
    /* font-size: 1.2rem; */
  }
}

.comment__text::before {
  content: "";
  position: absolute;
  right: 0;
  top:   -24em;
  height: 24em;
  width: 140%;
  background-color: hsla(0, 0%, 100%, 0.15);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: 0;
}
.comment__text .movie__bgTop {
  z-index: 1;
  top:  calc(0.5px - 16em);
  scale: -1 1;
}
.comment__text .movie__bgTop::before {
  top: 0;
  background-color: transparent;
}
.comment__text .movie__bgTop::after {
  top: 0;
  background-color: var(--color_baseHalf);
}
.comment__text .movie__bgBottom {
  display: none;
}
@media (min-width: 1024px) {
  .comment__text .movie__bgBottom {
    display: block;
    z-index: 1;
  }
  .comment__text .movie__bgBottom::before {
    background-color: var(--color_baseHalf);
  }
  .comment__text .movie__bgBottom::after {
    background-color: var(--color_base);
  }
}


/* -------------------------
   comment movie
------------------------- */
.commentPage .contents__movie {
  
}
.movie__bgTop::before {
  background-color: var(--color_baseHalf);
}
.commentPage .movie__bgBottom::after {
  background-color: var(--color_base);
}


/* -------------------------
   comment__awardItem
------------------------- */
.comment__awardItem {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 5em 0;
  z-index: 1;
}
.awardItem__crown {
  width: 15%;
}
.awardItem__title {
  position: relative;
  font-size: 6.4em;
  font-weight: bold;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
.comment__awardItem .item__link {
  height: 90em;
}
.item__link {
  position: relative;
  display: block;
  width: fit-content;
}
.item__link>img {
  height: 100%;
}
.item__title {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 0.6em 0;
  line-height: 1.5;
}
.item__title:not(:last-child) {
  /* margin-bottom: 2em; */
}
.item__textCredit {
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.7;
  color: hsla(0, 0%, 100%, 0.85);
  z-index: 2;
  text-align: center;
}


/* -------------------------
   profile
------------------------- */
.profile {
  position: relative;
  width: 100%;
  padding: 5em;
  margin: 30px 0 60px;
}
.profile__block {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: hsla(0, 0%, 0%, 0.2);
  padding: 5em;
  display: flex;
  flex-direction: column;
  gap: 3.5em;
}
.profile__block::before,
.profile__block::after {
  content: "";
  position: absolute;
  background-color: hsla(0, 0%, 0%, 0.1);
  aspect-ratio: 4.718 / 1;
  height: auto;
}
.profile__block::before {
  top: 0;
  left: 0;
  width: 90%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.profile__block::after {
  bottom: 0;
  right: 0;
  width: 50%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.profile__block>* {
  z-index: 5;
}
.profile__title {
  font-size: 8em;
  font-weight: bold;
  line-height: 1;
  opacity: 0.5;
  margin-bottom: 0.25em;
}
.profile__nameWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.profile__name {
  font-size: 2.0rem;
  font-weight: bold;
  margin-right: 0.5em;
  letter-spacing: 0.1em;
}
.profile__nameEng {
  opacity: 0.5;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 0.25em;
}
.profile__spec {
  width: 100%;
  position: relative;
}
.profile__spec dl {
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.4em;
}
.profile__spec dl:first-child {
  margin-top: 0;
}
.profile__spec dl dt {
  opacity: 0.75;
  width: 5.5em;
  letter-spacing: 0.1em;
}
.profile__spec dl dd {
  letter-spacing: 0.1em;
}
.profile__text {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.profile__snsWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.profile__snsTitle {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 0.75em;
  padding: 0.25em 0.75em;
  background-color: hsla(0, 0%, 0%, 0.4);
  border-radius: 3em;
}
.sns__link {
  display: inline-block;
  position: relative;
  width:  10em;
  height: 10em;
  padding: 2.5em;
}
.sns__link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.profile hr {
  margin: 2em 0;
  opacity: 0.5;
}


/* -------------------------
   pickup
------------------------- */
.pickup {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 0 40px;
  background-color: var(--color_baseHalf);
}
.pickup>* {
  z-index: 2;
}
.pickup .movie__bgTop {
  z-index: 1;
  top: 0;
}
.pickup .movie__bgTop::before {
  background-color: var(--color_base);
}
.pickup .movie__bgTop::after {
  background-color: var(--color_baseHalf);
}
.pickup__title {
  width: 50.4%;
  margin: 0 auto;
}
.pickup__sliderWrapper {
  padding: 0 8em;
  width: 100%;
}
.pickup__sliderTitle {
  font-size: 6em;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pickup__sliderTitle::after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 0.5em;
  height: 1.0em;
  width:  2.4em;
  background: url(../img/result__arrows.svg) no-repeat center / contain;
  opacity: 0.25;
  /* filter: invert(100%); */
}

/* pickup swiper
------------------------- */
.pickupSwiper {
  position: relative;
  width: 100%;
}
.pickupSwiper .swiper-wrapper {
  position: relative;
  width: 100%;
}
.pickupSwiper .swiper-slide {
  width: fit-content;
  height: auto;
  padding-right: 8em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pickupSwiper .swiper-slide:last-child {
  padding-right: 0;
}
.pickupSwiper .swiper-slide a {
  width: fit-content;
  height: 64em;
}
.pickupSwiper .swiper-slide a img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.pickupSwiper .item__titleWrap {
  display: flex;
  justify-content: center;
  width: 45em;
}
.plusSpecial .pickupSwiper .item__titleWrap {
  width: 64em;
}
.pickupSwiper .item__title {
  font-size: 1.4rem;
  /* text-align: left; */
}
.plusSpecial .pickupSwiper .item__title {
  text-align: left;
}

/* swiper ページネーションボタン設定
------------------------- */
@media (any-hover: hover) {
  .pickupSwiper .swiper-button-prev,
  .pickupSwiper .swiper-button-next {
    color: #fff;
    --swiper-navigation-size: 7em;
    width: 7em;
    background-color: rgba(0,0,0, 0.7);
  }
  .pickupSwiper .swiper-button-next:after,
  .pickupSwiper .swiper-button-prev:after {
    font-size: 4em;
  }
  .pickupSwiper .swiper-button-prev {

  }
  .pickupSwiper .swiper-button-next {

  }
  .pickupSwiper .swiper-button-disabled {
    opacity: 0;
  }
  .pickupSwiper .swiper-button-prev {
    left: -6em;
  }
  .pickupSwiper .swiper-button-next {
    right: -6em;
  }
}
@media (any-hover: none) {
  .pickupSwiper .swiper-button-prev,
  .pickupSwiper .swiper-button-next {
    display: none;
  }
}

/* -------------------------
   comment__navi
------------------------- */
.comment__navi {
  position: relative;
  width: 100%;
  background-color: var(--color_baseHalf);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  padding: 10em 8em 10em;
}
.comment__navi>a:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.comment__navi>a:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.comment__navi>a:nth-child(3) { grid-area: 2 / 1 / 3 / 3; }

.comment__navi>a:nth-child(1) {
  width: 100%;
  max-width: none;
}
.comment__navi>a:nth-child(2) {
  width: 100%;
  max-width: none;
}
.comment__navi>a:nth-child(3) {
  width: 100%;
  max-width: none;
}
.comment__navi>a:not([href]) {
  opacity: 0.3;
  pointer-events: none;
}


.relatedProducts {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3em;
  padding: 0 0 10em;
  background-color: var(--color_baseHalf);
  border-bottom: solid 1px hsl(0deg 0% 100% / 20%);
}

.relatedProducts>* {
  z-index: 2;
}

.relatedProducts .movie__bgTop {
  z-index: 1;
  top: 0;
}
.relatedProducts .movie__bgTop::before {
  background-color: var(--color_base);
}
.relatedProducts .movie__bgTop::after {
  background-color: var(--color_baseHalf);
}

.relatedProducts__title {
  position: relative;
  font-size: 6.4em;
  font-weight: bold;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  margin-inline: auto;
}