@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bellefair&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*------------------------------------------------------------
    Reset / Base
------------------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-family: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  word-break: break-word;
}
@media screen and (min-width: 769px) {
  html .sp,
  body .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  html .pc,
  body .pc {
    display: none !important;
  }
  html a:hover,
  html a:hover img,
  body a:hover,
  body a:hover img {
    opacity: 1 !important;
  }
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
address,
em,
img,
ins,
del,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section,
figure,
figcaption {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

:focus {
  outline: 0;
}

img,
iframe {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
}

* {
  box-sizing: border-box;
}

/*------------------------------------------------------------
    Parts
------------------------------------------------------------*/
.fadeIn {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
.fadeIn.is-inview {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s, transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
}
@media screen and (max-width: 768px) {
  .fadeInUp {
    transform: translateY(30px);
  }
}
.fadeInUp.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.zoomOut {
  overflow: hidden;
}
.zoomOut img {
  opacity: 0;
  transform: scale(1.18);
  transition: opacity 1s cubic-bezier(0, 0.34, 0.39, 0.65) 0s, transform 1.5s cubic-bezier(0, 0.34, 0.39, 0.65) 0s;
}
.zoomOut.is-inview img {
  opacity: 1;
  transform: scale(1);
}

.js-acd-toggle {
  cursor: pointer;
}
.js-acd-content {
  display: none;
}

.is-hide {
  opacity: 0;
}

/*------------------------------------------------------------
    Credit List（共通）
------------------------------------------------------------*/
.credit-list {
  font-family: "Bellefair", serif;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.credit-list__list--sub {
  margin-top: 8px;
}
.credit-list__item {
  margin-bottom: 10px;
}
.credit-list__item a {
  display: flex;
  align-items: center;
  position: relative;
}
.credit-list__item a::after {
  content: "DETAIL";
  display: block;
  border-bottom: 1px solid;
  line-height: 1;
}
.credit-list__item--l {
  margin-bottom: 4px;
}
.credit-list__item--line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 16px;
  padding-top: 16px;
}
.credit-list__name {
  flex-grow: 1;
}
.credit-list__name small {
  font-size: 0.8em;
}
.credit-list__name span {
  position: absolute;
  top: 0;
}
.credit-list__price {
  margin: 0 21px 0 0;
  min-width: 99px;
  text-align: right;
}
.credit-list__price small {
  margin-left: 3px;
  font-size: 12px;
  letter-spacing: 0;
}
.credit-list__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  font-family: "Bellefair", serif;
  font-size: 13px;
  font-style: normal;
  flex-shrink: 0;
  margin-left: auto;
}
.credit-list__acd {
  margin-top: 8px;
}
.credit-list__acd-toggle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 50px 4px 0;
  position: relative;
}
.credit-list__acd-toggle:before, .credit-list__acd-toggle:after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 1px;
  background: #000;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.credit-list__acd-toggle:after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.credit-list__acd.is-open .credit-list__acd-toggle:after {
  transform: rotate(360deg);
}

/*------------------------------------------------------------
    共通フッター
------------------------------------------------------------*/
.end-block {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.banner-block {
  margin: 120px auto 51px;
  position: relative;
}
.banner-block a {
  display: block;
  transition: 0.6s ease-in-out;
}
.banner-block a:hover {
  background: rgba(255, 255, 255, 0.4);
}
.banner-block .c-btn01 {
  width: 36%;
  min-width: 600px;
  margin: 0 auto 1rem;
  border: 1px solid #000;
  transition: 0.3s;
  display: block;
}
.banner-block .c-btn01 img {
  width: 100%;
}
.banner-block .flex-box {
  display: flex;
  padding-left: 0;
  justify-content: space-between;
  width: 36%;
  min-width: 600px;
  margin: 4.5% auto 0;
}
.banner-block .flex-box .c-btn01 {
  width: 48%;
  min-width: 290px;
  margin: 0;
}

/* ページトップボタン */
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 99;
}
#pagetop .btn-loading {
  display: inline-flex;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  background-color: #ccc;
  border-radius: 100%;
  overflow: hidden;
}
#pagetop .btn-loading01:before, #pagetop .btn-loading01:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #231815;
  pointer-events: none;
}
#pagetop .btn-loading01:before {
  bottom: 0;
  left: 0;
}
#pagetop .btn-loading01:after {
  top: 0;
  right: 0;
}
#pagetop:hover .btn-loading {
  color: #65a04d;
}
#pagetop:hover .btn-loading:before {
  transition: height 0.1s 0.1s linear;
  height: 100%;
}
#pagetop:hover .btn-loading:after {
  transition: height 0.1s linear;
  height: 100%;
}
#pagetop .btn-loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
#pagetop .btn-loading span img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* フッター */
.footer {
  letter-spacing: 0.3em;
  position: relative;
  text-align: center;
  padding: 0 0 30px 0;
}
.footer img {
  transition: 0.3s;
}
.footer img:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.footer_sns .instagram {
  display: block;
  width: 2.34%;
  min-width: 30px;
  margin: 0 auto 2%;
  opacity: 1;
  transition: 0.3s;
}

.f-ow {
  width: 7.96%;
  min-width: 102px;
  margin: 25px auto 0 auto;
}

.footer_copyright {
  font-family: "Helvetica", sans-serif;
  font-size: max(0.6vw, 10px);
  letter-spacing: 0.02em;
  margin: 1.71% 0 0;
}

/*------------------------------------------------------------
    NAV MENU
------------------------------------------------------------*/
.menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .menu-overlay {
    display: block;
  }
}

body.menu-open .menu-overlay {
  opacity: 1;
  visibility: visible;
}

.menu-btn {
  position: fixed;
  z-index: 998;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 769px) {
  .menu-btn {
    top: 30px;
    right: min(1.7361111111vw, 25px);
  }
}
@media screen and (max-width: 768px) {
  .menu-btn {
    top: 20px;
    right: 5.3333333333vw;
    z-index: 1000;
  }
}
.menu-btn__icon {
  width: 40px;
  height: 10px;
  position: relative;
}
.menu-btn__icon span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  transition: transform 0.35s ease, opacity 0.35s ease, top 0.35s ease, bottom 0.35s ease;
}
.menu-btn__icon span:nth-child(1) {
  top: 0;
}
.menu-btn__icon span:nth-child(2) {
  bottom: 0;
}
.menu-btn__label {
  font-family: "Bellefair", serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  margin-right: -0.22em;
  line-height: 1;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .menu-btn.is-open .menu-btn__icon span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(15deg);
  }
  .menu-btn.is-open .menu-btn__icon span:nth-child(2) {
    bottom: 50%;
    transform: translateY(50%) rotate(-15deg);
  }
}

.nav-menu {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  overflow-y: auto;
}
@media screen and (min-width: 769px) {
  .nav-menu {
    max-width: 1300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .nav-menu {
    height: 100dvh;
  }
}
.nav-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.nav-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) and (max-height: 700px) {
  .nav-menu__close {
    top: 40px;
  }
}
.nav-menu__close__icon {
  position: absolute;
  width: 40px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .nav-menu__close__icon {
    display: none;
  }
}
.nav-menu__close__icon span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
}
.nav-menu__close__icon span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}
.nav-menu__close__icon span:nth-child(2) {
  bottom: 50%;
  transform: translateY(50%) rotate(-15deg);
}
.nav-menu__inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .nav-menu__inner {
    max-width: 1208px;
    margin: 0 auto;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .nav-menu__inner {
    padding: 50px 0 0;
  }
}
.nav-menu__looks {
  display: flex;
}
@media screen and (min-width: 769px) {
  .nav-menu__looks {
    gap: min(1.1111111111vw, 16px);
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .nav-menu__looks {
    flex-direction: column;
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .nav-menu__color + .nav-menu__color {
    margin-top: 16px;
  }
}
.nav-menu__color-title {
  position: relative;
}
@media screen and (min-width: 769px) {
  .nav-menu__color-title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .nav-menu__color-title {
    margin-bottom: 8px;
  }
}
.nav-menu__color--sage .nav-menu__color-title {
  color: #3c747b;
}
.nav-menu__color--beige .nav-menu__color-title {
  color: #96837a;
}
.nav-menu__color-name {
  font-family: "Bellefair", serif;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 769px) {
  .nav-menu__color-name {
    font-size: min(2.5vw, 36px);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .nav-menu__color-name {
    font-size: 32px;
    text-align: right;
  }
}
.nav-menu__color-copy {
  font-family: "Bellefair", serif;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 48%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .nav-menu__color-copy {
    font-size: 13px;
  }
}
.nav-menu__look-grid {
  display: flex;
}
@media screen and (min-width: 769px) {
  .nav-menu__look-grid {
    gap: min(1.1111111111vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .nav-menu__look-grid {
    gap: 9px;
  }
}
.nav-menu__look {
  flex: 1;
  position: relative;
  display: block;
  text-decoration: none;
}
.nav-menu__look-img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .nav-menu__look-img {
    max-height: calc(57vh - 42px - 10px);
    aspect-ratio: 4/5;
  }
}
.nav-menu__look-img img {
  transition: transform 0.4s ease;
}
.nav-menu__look:hover img {
  transform: scale(1.03);
}
.nav-menu__look-num {
  position: absolute;
  top: min(1.1111111111vw, 16px);
  left: min(1.1111111111vw, 16px);
  font-family: "Bellefair", serif;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .nav-menu__look-num {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .nav-menu__look-num {
    font-size: 12px;
    top: 8px;
    left: 8px;
  }
}
.nav-menu__color--sage .nav-menu__look-num {
  color: #3c747b;
}
.nav-menu__color--beige .nav-menu__look-num {
  color: #96837a;
}
.nav-menu__bottom {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .nav-menu__bottom {
    display: flex;
    gap: 16px;
  }
}
@media screen and (min-width: 769px) {
  .nav-menu__on-top {
    position: relative;
    width: min(12.5vw, 180px);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .nav-menu__on-top {
    padding: 0 20px;
  }
}
.nav-menu__on-top a {
  display: block;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.nav-menu__on-top-img {
  overflow: hidden;
  height: 100%;
}
.nav-menu__on-top-img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-menu__on-top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .nav-menu__on-top-img img {
    object-position: center 20%;
  }
}
.nav-menu__on-top-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Bellefair", serif;
  font-weight: 400;
  color: #90a6ab;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .nav-menu__on-top-label {
    right: min(1.3888888889vw, 20px);
    font-size: 28px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .nav-menu__on-top-label {
    right: 23.4666666667vw;
    font-size: 31px;
  }
}
.nav-menu__style {
  background: #f7f7f7;
}
@media screen and (min-width: 769px) {
  .nav-menu__style {
    display: flex;
    align-items: center;
    gap: min(1.1111111111vw, 16px);
    margin: auto;
    padding: min(1.1111111111vw, 16px) min(3.6111111111vw, 52px);
  }
}
@media screen and (max-width: 768px) {
  .nav-menu__style {
    padding: 3.7333333333vw 0 10.6666666667vw;
    margin-top: 24px;
  }
}
.nav-menu__style-label {
  font-family: "Bellefair", serif;
  font-weight: 400;
  text-transform: uppercase;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .nav-menu__style-label {
    font-size: min(1.1111111111vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .nav-menu__style-label {
    font-size: 32px;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
}
.nav-menu__style-grid {
  display: grid;
}
@media screen and (min-width: 769px) {
  .nav-menu__style-grid {
    gap: min(1.6666666667vw, 24px);
    flex: 1;
    grid-template-columns: repeat(5, auto);
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .nav-menu__style-grid {
    gap: 12px 9px;
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
  }
}
.nav-menu__style-item {
  display: block;
  position: relative;
  text-decoration: none;
}
.nav-menu__style-item-img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .nav-menu__style-item-img {
    max-height: calc(32vh - 42px - 10px);
    aspect-ratio: 388/432;
  }
}
.nav-menu__style-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.nav-menu__style-item:hover img {
  transform: scale(1.03);
}
.nav-menu__style-item-title {
  font-family: "Bellefair", serif;
  font-size: min(1.25vw, 18px);
  text-align: center;
  letter-spacing: -0.04em;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .nav-menu__style-item-title {
    font-size: 4.2666666667vw;
  }
}
.nav-menu__style-item-title .num {
  font-size: 3.2vw;
  margin-right: 4px;
}

body.menu-open {
  overflow: hidden;
}

/*------------------------------------------------------------
    SP Override
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .banner-block {
    margin-top: 72px;
    margin-bottom: 16vw;
  }
  .banner-block .c-btn01 {
    width: 80%;
    min-width: auto;
  }
  .banner-block .flex-box {
    flex-direction: row;
    width: 80%;
    min-width: auto;
    margin: 0 auto;
  }
  .banner-block .flex-box .c-btn01 {
    min-width: auto;
  }
  #pagetop {
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    z-index: 30;
  }
  #pagetop .btn-loading span img {
    width: 18px;
  }
  .footer {
    padding-bottom: 20px;
  }
  .footer_sns .instagram {
    width: 2.73%;
    min-width: 35px;
  }
  .f-ow {
    margin-top: 5.86vw;
    width: 9.37%;
    min-width: 120px;
  }
  .footer_copyright {
    margin-top: 5.33vw;
  }
}
/*------------------------------------------------------------
    Page Side Labels
------------------------------------------------------------*/
.page-side {
  position: fixed;
  font-family: "Bellefair", serif;
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0.3;
  pointer-events: none;
  top: 50%;
  z-index: 5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page-side {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-side {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .page-side--left {
    left: 26px;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: left center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page-side--left {
    left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .page-side--right {
    right: 26px;
    transform: rotate(-90deg) translateX(50%);
    transform-origin: right center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page-side--right {
    right: 10px;
  }
}

/*------------------------------------------------------------
    01: MV
------------------------------------------------------------*/
.contentsWrap {
  overflow: hidden;
}

.contents {
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
}

.mv {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .mv {
    aspect-ratio: 2880/1380;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    aspect-ratio: 375/703;
  }
}
.mv__bg {
  position: absolute;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv__bg.is-active {
  opacity: 1;
}
.mv__bg.is-hide {
  opacity: 0 !important;
  transition-duration: 0.3s;
}
@media screen and (min-width: 769px) {
  .mv__inner {
    position: absolute;
    padding-left: min(11.3888888889vw, 164px);
  }
}
@media screen and (max-width: 768px) {
  .mv__inner {
    position: relative;
    left: 6.4vw;
    top: 6.4vw;
    width: 88.2666666667vw;
  }
}
.mv__logo {
  max-width: min(25.2777777778vw, 364px);
  display: grid;
  grid-template-columns: 43.956043956% 56.043956044%;
  grid-template-rows: repeat(2, auto);
  gap: 0px 0px;
  grid-template-areas: "logo01 logo02" "logo03 logo03";
}
@media screen and (max-width: 768px) {
  .mv__logo {
    max-width: 51.2vw;
    margin-bottom: 0.8vw;
  }
}
.mv__logo .logo01 {
  grid-area: logo01;
}
.mv__logo .logo02 {
  grid-area: logo02;
}
.mv__logo .logo03 {
  grid-area: logo03;
}
.mv__subtitle {
  font-family: "Bellefair", serif;
  font-size: min(2.5vw, 36px);
  line-height: 1;
  color: #000;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .mv__subtitle {
    line-height: 1.2;
    font-size: 26px;
  }
}
.mv__progress {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (min-width: 769px) {
  .mv__progress {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .mv__progress {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.mv__progress-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mv__progress-num {
  font-family: "Bellefair", serif;
  font-size: 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.4s ease;
}
.mv__progress-bar {
  width: 56px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.mv__progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background: #000;
}
.mv__progress-item.is-active .mv__progress-num {
  color: #000;
}
.mv__progress-item.is-active .mv__progress-fill {
  animation: mv-progress 3s linear forwards;
}
.mv__scroll {
  position: absolute;
  left: 336px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .mv__scroll {
    display: none;
  }
}
.mv__scroll-text {
  font-family: "Bellefair", serif;
  font-size: 12px;
  letter-spacing: -0.24px;
  color: #000;
  line-height: 1;
}
.mv__scroll-line {
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  position: relative;
}
.mv__scroll-fill {
  position: absolute;
  top: -40px;
  left: 0;
  width: 1px;
  height: 40px;
  background: #000;
  animation: mv-scroll-line 2.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .mv__scroll {
    left: 50%;
    transform: translateX(-50%);
  }
}

@keyframes mv-progress {
  from {
    width: 0;
  }
  to {
    width: 56px;
  }
}
@keyframes mv-scroll-line {
  0% {
    top: -40px;
  }
  65% {
    top: 80px;
  }
  100% {
    top: 80px;
  }
}
/*------------------------------------------------------------
    02: Lead（Ai Mikami's Comment）
------------------------------------------------------------*/
.lead {
  position: relative;
  background: #fff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 60px 20px 180px;
  }
}
@media screen and (max-width: 768px) {
  .lead__inner {
    width: 100%;
  }
}
.lead__inner .fadeInUp:nth-child(2) {
  transition-delay: 0.6s;
}
.lead__inner .fadeInUp:nth-child(3) {
  transition-delay: 0.7s;
}
.lead__heading {
  font-family: "Bellefair", serif;
  font-size: 26px;
  text-align: center;
  letter-spacing: -0.6px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lead__heading {
    font-size: 24px;
  }
}
.lead__quote {
  max-width: 720px;
  width: 100%;
  margin: -4px auto 40px;
  padding: 24px 40px;
  position: relative;
  padding: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lead__quote {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lead__quote {
    padding: 32px 16px;
  }
}
.lead__quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 48px;
  background-color: #000;
  mask-image: url(../img/frame_top.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
.lead__quote::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 48px;
  background-color: #000;
  mask-image: url(../img/frame_bottom.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lead__quote {
    margin-top: 24px;
    padding: 24px 10px;
  }
}
.lead__quote-text {
  font-size: 36px;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .lead__quote-text {
    font-size: 19px;
  }
}
@media screen and (min-width: 769px) and (max-height: 700px) {
  .lead__quote-text {
    font-size: 32px;
  }
}
.lead__quote-name {
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .lead__quote-name {
    font-size: 15px;
    margin-top: 12px;
  }
}
.lead__body p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.04em;
}
.lead__body p + p {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .lead__body p {
    font-size: 14px;
    text-align: center;
  }
}

/*------------------------------------------------------------
    03: カラーセクション共通（SAGE GREEN / BEIGE）
------------------------------------------------------------*/
.color-section {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .color-section {
    padding: 64px 20px 132px;
  }
}
@media screen and (min-width: 769px) {
  .color-section__ttlWrap {
    display: flex;
    justify-content: space-between;
    padding: 0 min(5vw, 72px) 0 min(8.1944444444vw, 118px);
  }
}
.color-section__ttl {
  font-family: "Bellefair", serif;
  font-size: min(6.9444444444vw, 100px);
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .color-section__ttl {
    font-size: 70px;
    text-align: center;
    line-height: 1;
    margin-bottom: 48px;
  }
}
.color-section.green {
  background: #f6f8f8;
}
.color-section.green .color-section__ttl,
.color-section.green .credit-list__item--color a,
.color-section.green .look__copy,
.color-section.green .look__num {
  color: #3c747b;
}
.color-section.green .credit-list__item--line {
  border-color: rgba(60, 116, 123, 0.3);
}
.color-section.green .look__quote {
  position: relative;
  padding: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .color-section.green .look__quote {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .color-section.green .look__quote {
    padding: 32px 16px;
  }
}
.color-section.green .look__quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 48px;
  background-color: #3c747b;
  mask-image: url(../img/frame_top.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
.color-section.green .look__quote::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 48px;
  background-color: #3c747b;
  mask-image: url(../img/frame_bottom.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
.color-section.beige {
  background: #f3f1f0;
}
.color-section.beige .color-section__ttl,
.color-section.beige .credit-list__item--color a,
.color-section.beige .look__copy,
.color-section.beige .look__num {
  color: #96837a;
}
.color-section.beige .credit-list__item--line {
  border-color: rgba(150, 131, 122, 0.3);
}
.color-section.beige .look__quote {
  position: relative;
  padding: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .color-section.beige .look__quote {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .color-section.beige .look__quote {
    padding: 32px 16px;
  }
}
.color-section.beige .look__quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 48px;
  background-color: #96837a;
  mask-image: url(../img/frame_top.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}
.color-section.beige .look__quote::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 48px;
  background-color: #96837a;
  mask-image: url(../img/frame_bottom.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}

/*------------------------------------------------------------
    03: Look（スタイリング）
------------------------------------------------------------*/
.look {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .look {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .look {
    margin-bottom: 80px;
  }
}
.look__quote {
  font-size: 24px;
  line-height: 1.8;
  z-index: 1;
  transition-delay: 0.6s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .look__quote {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .look__quote {
    font-size: 4vw;
    margin-bottom: 40px;
    display: grid;
    place-content: center;
  }
  .look__quote .punctuation {
    width: 0.5em;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .look__photo {
    margin-bottom: 24px;
    width: 100vw;
    transform: translateX(-20px);
  }
  .look__photo img {
    width: 100vw;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .look__photo__sub {
    margin-bottom: 24px;
  }
}
.look__num {
  font-family: "Bellefair", serif;
  font-size: 54px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .look__num {
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
  }
}
.look__copy {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .look__copy {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.look__desc {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .look__desc {
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 768px) {
  .look__desc {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) {
  .look .credit-list {
    transition-delay: 0.7s;
    max-width: 326px;
  }
}
@media screen and (max-width: 768px) {
  .look .credit-list {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 769px) {
  .look.green-look01 {
    display: flex;
    flex-direction: column;
    margin-bottom: 240px;
  }
  .look.green-look01 .look__header {
    position: absolute;
    top: 182px;
    right: 5.7638888889%;
    z-index: 1;
    width: 33.3333333333%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .look.green-look01 .color-section__ttl {
    margin-bottom: 40px;
    white-space: nowrap;
    display: flex;
    justify-items: flex-end;
  }
  .look.green-look01 .look__photo {
    width: 54.3055555556%;
  }
  .look.green-look01 .look__quote {
    white-space: nowrap;
    width: fit-content;
  }
  .look.green-look01 .look__info {
    order: 1;
    display: grid;
    grid-template-columns: max-content auto;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 7.8%;
    grid-column-gap: min(5%, 64px);
    padding-left: 3%;
    margin-top: 105px;
    width: 68%;
    z-index: 1;
  }
  .look.green-look01 .look__info__inner {
    transition-delay: 0.6s;
  }
  .look.green-look01 .look__num {
    grid-area: 1/1/3/2;
    padding-top: 64px;
  }
  .look.green-look01 .look__copy {
    grid-area: 1/2/2/3;
  }
  .look.green-look01 .look__desc {
    grid-area: 2/2/3/3;
  }
  .look.green-look01 .look__creditBox {
    position: absolute;
    width: 28.125%;
    top: 586px;
    right: min(10.6944444444vw, 154px);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1440px) {
  .look.green-look01 .look__creditBox {
    right: 60px;
  }
}
@media screen and (min-width: 769px) {
  .look.green-look01 .credit-list {
    margin-bottom: 94px;
    max-width: 326px;
  }
}
@media screen and (min-width: 769px) {
  .look.green-look02 {
    margin-bottom: 120px;
    display: grid;
    grid-template-columns: 39.5833333333% 56.875%;
    grid-template-rows: repeat(2, auto);
    gap: 0 3.5416666667%;
    grid-template-areas: "header main" "detail main";
  }
  .look.green-look02 .look__photo {
    width: calc(100% - 105px);
    margin-left: auto;
  }
  .look.green-look02 .look__header {
    grid-area: header;
    padding-left: min(10.9722222222vw, 158px);
  }
  .look.green-look02 .look__quote {
    margin-bottom: 56px;
    white-space: nowrap;
    width: fit-content;
  }
  .look.green-look02 .look__num {
    margin-top: 24px;
    margin-bottom: 90px;
  }
  .look.green-look02 .look__info {
    grid-area: main;
  }
  .look.green-look02 .look__copy {
    padding-top: 96px;
  }
  .look.green-look02 .look__creditBox {
    grid-area: detail;
  }
  .look.green-look02 .credit-list {
    margin-bottom: 64px;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .look.green-look03 {
    width: 76%;
    margin: 0 auto;
    padding-bottom: 160px;
    display: flex;
    gap: 6.6055045872%;
  }
  .look.green-look03 .look__photo {
    width: 63.119266055%;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .look.green-look03 .look__photo {
    width: 56%;
  }
}
@media screen and (min-width: 769px) {
  .look.green-look03 .look__info {
    width: 30.2752293578%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .look.green-look03 .look__info {
    width: 37%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .look.green-look03 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .look.green-look03 .credit-list {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .look.green-look03 .look__num {
    text-align: left;
    font-size: 40px;
  }
  .look.green-look03 .look__photo {
    width: auto;
    transform: none;
  }
  .look.green-look03 .look__photo img {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .look.beige-look01 {
    margin: 0 auto 120px;
    padding-top: 160px;
    display: grid;
    grid-template-columns: 39.5833333333% 53.4722222222%;
    grid-template-rows: repeat(2, auto);
    gap: 0 min(7%, 100px);
    justify-content: center;
    grid-template-areas: "ttl ttl" "header main" "detail main";
  }
  .look.beige-look01 .color-section__ttlWrap {
    grid-area: ttl;
    margin-bottom: -2.5vw;
  }
  .look.beige-look01 .look__header {
    grid-area: header;
    justify-self: end;
    z-index: 1;
    transition-delay: 0.6s;
  }
  .look.beige-look01 .look__quote {
    margin-top: 90px;
    margin-bottom: 64px;
    transform: translateX(calc(50% - 163px));
    white-space: nowrap;
  }
  .look.beige-look01 .look__num {
    margin-left: auto;
    max-width: 326px;
    text-align: center;
    transition-delay: 0.7s;
  }
  .look.beige-look01 .look__info {
    grid-area: main;
  }
  .look.beige-look01 .look__copy {
    padding-top: 120px;
    margin-left: -40px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1440px) {
  .look.beige-look01 .look__copy {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .look.beige-look01 .look__desc {
    margin-left: -40px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1440px) {
  .look.beige-look01 .look__desc {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .look.beige-look01 .look__creditBox {
    grid-area: detail;
  }
  .look.beige-look01 .credit-list {
    margin-bottom: 120px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .look.beige-look01 .look__info {
    display: flex;
    flex-direction: column;
  }
  .look.beige-look01 .look__photo {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .look.beige-look02 {
    padding-bottom: 160px;
    display: grid;
    grid-template-columns: 62.3611111111% 35%;
    grid-template-rows: repeat(3, auto);
    gap: 0 2.6388888889%;
    grid-template-areas: "main header" "main credit" "sub sub";
  }
  .look.beige-look02 .look__header {
    grid-area: header;
    align-self: end;
    justify-items: end;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 346px;
  }
  .look.beige-look02 .look__quote {
    margin-bottom: 48px;
    white-space: nowrap;
  }
  .look.beige-look02 .look__num {
    margin-bottom: 48px;
    margin-left: auto;
    text-align: right;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .look.beige-look02 .look__num {
    margin-bottom: min(13.8888888889vw, 200px);
  }
}
@media screen and (min-width: 769px) {
  .look.beige-look02 .look__photo {
    grid-area: main;
    margin-left: auto;
    padding-left: 20px;
    max-width: 54vw;
  }
  .look.beige-look02 .look__photo__sub {
    width: 54.7222222222%;
  }
  .look.beige-look02 .look__info {
    grid-area: sub;
    padding-top: 120px;
    display: flex;
    align-items: center;
  }
  .look.beige-look02 .look__info__text {
    width: 45.2777777778%;
    padding-left: min(6.6666666667vw, 96px);
    transition-delay: 0.7s;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1440px) {
  .look.beige-look02 .look__info__text {
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .look.beige-look02 .look__creditBox {
    grid-area: credit;
    align-self: start;
    padding-right: 20px;
    max-width: 346px;
  }
}

/*------------------------------------------------------------
    04: Ai's Select Colors
------------------------------------------------------------*/
.select-colors {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .select-colors {
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .select-colors {
    padding-top: 80px;
  }
}
.select-colors__inner {
  padding: 54px 0 224px;
  background: #cbc1bc;
  position: relative;
}
@media screen and (max-width: 768px) {
  .select-colors__inner {
    padding: 34px 0 160px;
  }
}
.select-colors__inner::before {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background: #9db9bd;
  position: absolute;
  top: 0;
  right: 0;
}
.select-colors__ttl {
  font-family: "Bellefair", serif;
  font-size: 97px;
  letter-spacing: -0.04em;
  line-height: 0.84;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .select-colors__ttl {
    font-size: 50px;
  }
}
.select-colors__ttl span {
  display: block;
  transform: translateY(31px);
}
@media screen and (max-width: 768px) {
  .select-colors__ttl span {
    transform: translateY(19px);
  }
}
.select-colors__desc {
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .select-colors__desc {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.select-colors__item {
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .select-colors__item {
    margin-bottom: 32px;
  }
}
.select-colors__photo {
  position: relative;
  max-width: 757px;
  display: block;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .select-colors__photo {
    width: 92.5333333333vw;
  }
}
.select-colors__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1308px;
}
@media screen and (min-width: 769px) {
  .select-colors__info {
    width: calc(100% - 100px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .select-colors__info {
    margin: -2vw auto 0;
    position: relative;
    z-index: 2;
    width: 89.3333333333vw;
  }
}
.select-colors__color-name {
  font-family: "Bellefair", serif;
  font-size: 82px;
  letter-spacing: -0.03em;
  line-height: 0.94;
  transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .select-colors__color-name {
    font-size: 24px;
    text-align: center;
    width: 50%;
  }
}
.select-colors__color-name.beige {
  color: #96837a;
}
.select-colors__color-name.green {
  color: #3c747b;
}
@media screen and (min-width: 769px) {
  .select-colors__color-name.green {
    text-align: right;
  }
}

/*------------------------------------------------------------
    04b: Select Colors Slider
------------------------------------------------------------*/
.select-colors-slider {
  position: relative;
  overflow: hidden;
}
.select-colors-slider .swiper {
  overflow: visible;
  height: calc(100vh - 200px);
  max-height: 720px;
}
@media screen and (max-width: 768px) {
  .select-colors-slider .swiper {
    height: 335px;
  }
}
.select-colors-slider .swiper-wrapper {
  height: 100%;
  align-items: flex-start;
}
.select-colors-slider .swiper-slide {
  width: calc(100vh - 200px);
  height: calc(100vh - 200px);
  max-width: 720px;
}
.select-colors-slider .swiper-slide .select-colors-slider__slide-img {
  transform: scale(0.61);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.select-colors-slider .swiper-slide .select-colors-slider__slide-img img {
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.select-colors-slider .swiper-slide.swiper-slide-active .select-colors-slider__slide-img {
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  .select-colors-slider .swiper-slide {
    width: 335px;
    height: 335px;
  }
  .select-colors-slider .swiper-slide .select-colors-slider__slide-img {
    transform: scale(0.5675);
  }
}
.select-colors-slider .swiper-slide-next img {
  transform: translateX(-18%);
}
@media screen and (max-width: 768px) {
  .select-colors-slider .swiper-slide-next img {
    transform: translateX(-112px);
  }
}
.select-colors-slider .swiper-slide-prev img {
  transform: translateX(18%);
}
@media screen and (max-width: 768px) {
  .select-colors-slider .swiper-slide-prev img {
    transform: translateX(112px);
  }
}
.select-colors-slider .swiper-slide-next + .swiper-slide img {
  transform: translateX(-68%);
}
.select-colors-slider .swiper-slide:has(+ .swiper-slide-prev) img {
  transform: translateX(68%);
}
.select-colors-slider .swiper-slide-next + .swiper-slide + .swiper-slide img {
  transform: translateX(-646px);
}
.select-colors-slider .swiper-slide:has(+ .swiper-slide + .swiper-slide-prev) img {
  transform: translateX(646px);
}
.select-colors-slider__prev, .select-colors-slider__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 56px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding: 0;
  width: 56px;
  height: 56px;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(4px);
}
@media screen and (max-width: 768px) {
  .select-colors-slider__prev, .select-colors-slider__next {
    width: 40px;
    height: 40px;
  }
}
.select-colors-slider__prev::after, .select-colors-slider__next::after {
  content: "";
  display: block;
  width: 17px;
  height: 6px;
  background: 0 0/contain no-repeat;
  position: absolute;
  left: 50%;
  bottom: 48%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .select-colors-slider__prev::after, .select-colors-slider__next::after {
    width: 16px;
    height: 5px;
  }
}
.select-colors-slider__prev.swiper-button-disabled, .select-colors-slider__next.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.select-colors-slider__prev {
  left: calc(50% - 50vh + 20px);
}
@media screen and (max-width: 768px) {
  .select-colors-slider__prev {
    left: calc(50% - 184px);
  }
}
.select-colors-slider__prev::after {
  background-image: url(../img/icon_slider_prev.svg);
}
.select-colors-slider__next {
  right: calc(50% - 50vh + 20px);
}
@media screen and (max-width: 768px) {
  .select-colors-slider__next {
    right: calc(50% - 184px);
  }
}
.select-colors-slider__next::after {
  background-image: url(../img/icon_slider_next.svg);
}
.select-colors-slider__info {
  max-width: 496px;
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .select-colors-slider__info {
    max-width: 335px;
    margin-top: 16px;
  }
}
.select-colors-slider__info-ttl {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .select-colors-slider__info-ttl {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
}
.select-colors-slider__info-desc {
  line-height: 1.8;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .select-colors-slider__info-desc {
    margin-top: 8px;
    font-size: 14px;
  }
}

/*------------------------------------------------------------
    05: and more Summer Knitwear Style
------------------------------------------------------------*/
.more-styles {
  background: #fff;
  padding-top: 160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .more-styles {
    padding: 0 0 62px;
  }
}
.more-styles__ttl {
  font-family: "Bellefair", serif;
  font-size: 59px;
  letter-spacing: -2.36px;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .more-styles__ttl {
    font-size: 41px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 769px) and (max-height: 700px) {
  .more-styles__ttl {
    font-size: 42px;
    margin-bottom: 16px;
  }
}

.style-item {
  display: grid;
  place-content: center;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .style-item {
    height: 100vh;
    max-height: 1100px;
    padding: 0px 60px 0px 100px;
  }
}
@media screen and (max-width: 768px) {
  .style-item:not(:last-child) {
    padding: 80px 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .style-item:last-child {
    padding-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .style-item__inner {
    max-width: 1268px;
    display: grid;
    grid-template-columns: 37.6971608833% 57.4132492114%;
    grid-template-rows: repeat(2, auto);
    justify-content: space-between;
    grid-template-areas: "content photo" "credit photo";
  }
}
@media screen and (min-width: 769px) and (max-height: 700px) {
  .style-item__inner {
    grid-template-columns: 48.8958990536% 47.3186119874%;
  }
}
@media screen and (min-width: 769px) {
  .style-item__content {
    grid-area: content;
    align-self: end;
  }
}
@media screen and (max-width: 768px) {
  .style-item__content {
    padding: 0 20px;
  }
}
.style-item__header {
  transition-delay: 0.6s;
}
.style-item__ttl {
  font-size: 20px;
  line-height: 1.8;
}
.style-item__desc {
  font-size: 14px;
  line-height: 2;
  margin-top: 16px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .style-item__desc {
    margin-bottom: 32px;
    font-size: 14px;
  }
}
.style-item__photo {
  position: relative;
}
@media screen and (min-width: 769px) {
  .style-item__photo {
    grid-area: photo;
  }
}
@media screen and (max-width: 768px) {
  .style-item__photo {
    margin-bottom: 24px;
  }
}
.style-item__photo__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.style-item__counter {
  position: absolute;
  left: 0;
  font-family: "Bellefair", serif;
  display: flex;
  gap: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 769px) {
  .style-item__counter {
    top: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .style-item__counter {
    top: 0;
    padding: 16px 16px 0;
    width: 100%;
    justify-content: space-between;
  }
}
.style-item__counter-label {
  font-size: 33px;
}
.style-item__counter-num {
  font-size: 20px;
  width: 44px;
  position: relative;
}
.style-item__counter-num::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: currentColor;
  position: absolute;
  top: 1px;
  right: 1px;
  transform: rotate(-45deg);
  transform-origin: top right;
}
.style-item__counter-num .total {
  text-align: right;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .style-item__credit {
    grid-area: credit;
  }
  .style-item__credit .credit-list {
    max-width: 326px;
  }
}
@media screen and (max-width: 768px) {
  .style-item__credit {
    padding: 0 20px;
  }
}
/*------------------------------------------------------------
    06: Model プロフィール
------------------------------------------------------------*/
.profile {
  max-width: 1300px;
  margin: 0 auto 80px;
  padding: 0 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .profile {
    margin-bottom: 40px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 156px 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 0px 20px;
    grid-template-areas: "img title" "img name" "text text";
  }
}
.profile-block {
  padding: 120px 0;
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .profile-block {
    padding: 72px 0;
  }
}
.profile__title {
  font-family: "Bellefair";
  font-size: 48px;
  letter-spacing: -0.04em;
  flex-shrink: 0;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .profile__title {
    max-width: 170px;
    padding-right: min(3.8888888889vw, 56px);
  }
}
@media screen and (max-width: 768px) {
  .profile__title {
    grid-area: title;
    align-self: end;
    font-size: 24px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .profile__photo {
    max-width: 280px;
    width: 24vw;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .profile__photo {
    grid-area: img;
  }
}
.profile__text {
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .profile__text {
    margin-left: min(3.8888888889vw, 56px);
  }
}
@media screen and (max-width: 768px) {
  .profile__text {
    grid-area: text;
    margin-top: 32px;
  }
}
.profile__name {
  line-height: 1.8;
  display: flex;
}
@media screen and (min-width: 769px) {
  .profile__name {
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .profile__name {
    grid-area: name;
    align-self: start;
    flex-direction: column;
  }
}
.profile__name__main {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .profile__name__main {
    font-size: 34px;
  }
}
.profile__name__sub {
  font-family: "Bellefair";
  font-weight: 400;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .profile__name__sub {
    font-size: 16px;
  }
}
.profile__description {
  font-size: 13px;
  line-height: 2;
}

.banner-area {
  padding: 0 20px;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}