@charset "UTF-8";
/* ==================================================
  import
================================================== */
@import url("https://use.typekit.net/ewl2oqa.css"); /*Helvetica Neue*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap"); /*Noto sans jp*/
/* ==================================================
  Mixins / Functions
================================================== */
/* ---- Media Query ---- */
/* ---- VW (SP基準) ---- */
/* ==================================================
  Variables
================================================== */
/* ---- color ---- */
/* ---- font ---- */
/* ---- layout ---- */
/* ---- font-size ---- */
/* ==================================================
  Base
================================================== */
html {
  font-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ---- Utility ---- */
.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* ---- CMS:header ---- */
.ftool-wrapper p {
  margin-bottom: 0;
}

/* ==================================================
  Animation
================================================== */
.fadein {
  opacity: 0;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

.fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fadein2 {
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

.fadein2.is-visible {
  opacity: 1;
  transform: scale(1);
}

.fadein {
  opacity: 0;
  transition: all 1s ease;
}

.fadein.scrollin {
  opacity: 1;
}

.fadeinL {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 1s ease;
}

.fadeinL.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeinR {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 1s ease;
}

.fadeinR.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==================================================
  Layout
================================================== */
.lp-container {
  width: 100%;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(12 / 16 * 1rem);
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #1F2338;
  background-color: #F8F8F8;
  opacity: 0;
  animation: fadeIn 1.5s ease 0.15s forwards;
}
@media screen and (min-width: 769px) {
  .lp-container {
    font-size: calc(13 / 16 * 1rem);
  }
}
.lp-container {
  /*opacity: 0; animation: fadeIn 1.5s ease 0.15s forwards;*/
}
.lp-container img,
.lp-container video,
.lp-container svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ==================================================
  Main Visual
================================================== */
.mv {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .mv {
    margin-bottom: 0;
  }
}

.intro {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 769px) {
  .intro {
    margin-bottom: 70px;
  }
}
.intro__title {
  line-height: 1;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(29 / 16 * 1rem);
  margin-bottom: 14px;
}
@media screen and (min-width: 769px) {
  .intro__title {
    font-size: calc(32 / 16 * 1rem);
    margin-bottom: 24px;
  }
}
.intro__lead {
  width: calc(320 / 390 * 100vw);
  font-size: calc(12 / 16 * 1rem);
  margin: 0 auto 30px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .intro__lead {
    width: 100%;
    font-size: calc(13 / 16 * 1rem);
    margin-bottom: 50px;
  }
}
.intro__btn {
  width: calc(280 / 390 * 100vw);
  margin-inline: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(13 / 16 * 1rem);
  padding: calc(12 / 16 * 1rem) 0 calc(13 / 16 * 1rem);
  line-height: 1;
  background-color: #1F2338;
  color: #fff;
  border: 1px solid #1F2338;
  text-decoration: none !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 769px) {
  .intro__btn {
    width: 380px;
    font-size: calc(14 / 16 * 1rem);
  }
}
.intro__btn:hover {
  background-color: #fff;
  color: #1F2338;
}
.intro__btn span {
  transform: translateY(-1px);
}

.guest {
  margin-bottom: 60px;
}
.guest__title {
  width: calc(100% - 20px);
  margin-inline: auto;
  text-align: center;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(23 / 16 * 1rem);
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .guest__title {
    width: 100%;
    font-size: calc(26 / 16 * 1rem);
    margin-bottom: 24px;
  }
}
.guest__title::before, .guest__title::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #1F2338;
}
.guest__title::before {
  margin-right: 12px;
}
.guest__title::after {
  margin-left: 12px;
}
.guest a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.guest .swiperWrap {
  position: relative;
}
.guest .swiperWrap .inner {
  width: calc(348 / 390 * 100vw);
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .guest .swiperWrap .inner {
    width: 100%;
  }
}
.guest .guestSwiper {
  position: relative;
  visibility: hidden;
}
.guest .guestSwiper.is-loaded {
  visibility: visible;
}
.guest .guestSwiper-prev,
.guest .guestSwiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .guest .guestSwiper-prev,
  .guest .guestSwiper-next {
    width: 30px;
    height: 30px;
  }
}
.guest .guestSwiper-prev {
  left: 6px;
}
@media screen and (min-width: 769px) {
  .guest .guestSwiper-prev {
    left: -10px;
  }
}
.guest .guestSwiper-next {
  right: 6px;
}
@media screen and (min-width: 769px) {
  .guest .guestSwiper-next {
    right: -10px;
  }
}

.marquee {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  background-color: #1F2338;
  padding: 10px 0 11px;
  margin-bottom: 60px;
}
.marquee__inner {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  line-height: 1;
  font-size: calc(16 / 16 * 1rem);
  animation: marquee 20s linear infinite;
}
@media screen and (min-width: 769px) {
  .marquee__inner {
    font-size: calc(18 / 16 * 1rem);
  }
}

@keyframes marquee {
  0% {
    translate: 0;
  }
  100% {
    translate: calc(-100% - 1rem);
  }
}
/* ==================================================
  Content
================================================== */
:root {
  --space-m: 30px;
}
@media screen and (min-width: 769px) {
  :root {
    --space-m: 100px;
  }
}

@media screen and (min-width: 769px) {
  .content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .content__left {
    width: 50%;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .content__right {
    overflow: hidden;
    position: relative;
    width: 50%;
    padding: 100px 20px 0;
    box-sizing: border-box;
  }
}

.main-content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.main-content__style {
  width: calc(100% - 20px);
  margin-inline: auto;
}

.style {
  padding-top: 10px;
}
.style__title {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}
.style__num {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(39 / 16 * 1rem);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .style__num {
    font-size: calc(42 / 16 * 1rem);
  }
}
.style__num span {
  margin-right: 3px;
  font-size: calc(23 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .style__num span {
    font-size: calc(46 / 16 * 1rem);
  }
}
.style__name {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(27 / 16 * 1rem);
  line-height: 1;
  transform: translateY(-1px);
}
@media screen and (min-width: 769px) {
  .style__name {
    font-size: calc(30 / 16 * 1rem);
  }
}
.style__name span {
  display: block;
  margin-bottom: 1px;
  font-size: calc(15 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .style__name span {
    font-size: calc(18 / 16 * 1rem);
  }
}
.style__main {
  position: relative;
  margin-bottom: 10px;
}
.style__check {
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 1;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  background-color: #1F2338;
  padding: 22px 4px 5px 5px;
  font-size: calc(15 / 16 * 1rem);
  color: #FFF;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0.02em;
  box-sizing: border-box;
}
.style__check::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #fff;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.style__sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.style__credit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.style .credits {
  padding: 18px 0;
}
.style .credits::before, .style .credits::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(to right, #1F2338 0, #1F2338 3px, transparent 3px, transparent 6px);
}
.style .credits::before {
  top: 0;
}
.style .credits::after {
  bottom: 0;
}
.style .credits .item-d-none {
  display: none;
}
.style .credits__block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(13 / 16 * 1rem);
  line-height: 1.4;
  word-break: break-word;
  margin-bottom: calc(3 / 16 * 1rem);
}
.style .credits__block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .style .credits__block {
    font-size: calc(14 / 16 * 1rem);
  }
}
.style .credits__block p span {
  font-size: calc(11 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .style .credits__block p span {
    font-size: calc(12 / 16 * 1rem);
  }
}
.style .credits__buy {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .style .credits__buy {
    font-size: calc(12 / 16 * 1rem);
  }
}
.style .credits__buy:hover {
  text-decoration: none;
}

.style__info {
  margin-bottom: 12px;
}
.style__nameWrap {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.style__sns {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  transform: translateY(-2px);
}
.style__sns.tate {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.style__sns .insta {
  width: 20px;
}
.style__sns .insta.text {
  width: auto;
  font-size: calc(10 / 16 * 1rem);
}
.style__sns .insta.text img {
  width: 20px;
  height: auto;
}
.style__sns .insta.text a {
  display: flex;
  gap: 4px;
}
.style__sns .youtube {
  width: 28px;
}
.style__height {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(14 / 16 * 1rem);
}
.style__qa {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.style__q {
  font-weight: 600;
  margin-bottom: 2px;
}
.style__profile {
  font-size: calc(11 / 16 * 1rem);
  margin-top: 12px;
}

.footer {
  font-family: "helvetica-neue-lt-pro-cond", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer__logo {
  width: calc(160 / 16 * 1rem);
  margin: 0 auto calc(40 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .footer__logo {
    width: calc(180 / 16 * 1rem);
    margin-bottom: calc(50 / 16 * 1rem);
  }
}
.footer__link {
  width: 100%;
  margin: 0 auto 30px;
  font-size: calc(13 / 16 * 1rem);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .footer__link {
    width: 480px;
    font-size: calc(15 / 16 * 1rem);
    margin-bottom: 50px;
  }
}
.footer__link li {
  text-align: center;
}
.footer__link li a {
  text-decoration: underline;
}
.footer__link li a:hover {
  text-decoration: none;
}
.footer__copyright {
  text-align: center;
  font-size: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .footer__copyright {
    font-size: calc(11 / 16 * 1rem);
  }
}

/* ==================================================
  modal
================================================== */
#looks {
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 0;
  margin: 0;
  overflow: scroll;
  position: fixed;
  left: 0;
  top: -100vh;
  z-index: 0;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
}
#looks.active {
  top: 0;
  z-index: 9999;
}
#looks .close {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #looks .close {
    width: 60px;
    height: 60px;
    top: 30px;
    right: 30px;
  }
}
#looks .close::before, #looks .close::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #1F2338;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s 0s ease;
}
@media screen and (min-width: 769px) {
  #looks .close::before, #looks .close::after {
    width: 60px;
  }
}
#looks .close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#looks .close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
#looks .close:hover::before, #looks .close:hover::after {
  background-color: #CCC;
}
#looks .inner {
  display: flex;
  flex-direction: column;
  align-items: column;
  gap: 60px;
  width: calc(100% - 40px);
  margin-inline: auto;
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  #looks .inner {
    width: 982px;
  }
}
#looks .inner__num {
  margin-bottom: 6px;
}
#looks .inner__img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #looks .inner__style {
    display: flex;
    gap: 30px;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  #looks .inner__left {
    width: 480px;
  }
}
@media screen and (min-width: 769px) {
  #looks .inner__right {
    width: 480px;
  }
}

/* ==================================================
  Swiper
================================================== */
.contentSwiper {
  position: relative;
}

.contentSwiper .swiper-pagination {
  bottom: 10px;
  text-align: center;
}

.contentSwiper .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 28px;
  height: 2px;
  border-radius: 0;
  margin: 0 3px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}

.contentSwiper .swiper-pagination-bullet::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: 0 0;
}

.contentSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: sliderPagination 3s linear forwards;
}

.contentSwiper .swiper-pagination-bullet:hover {
  background-color: #fff;
}

@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */