@keyframes wave {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(3px, 0, 0);
  }
}
@keyframes scaling {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slide-down {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.page .block {
  display: block;
}
.page .hidden {
  display: none;
}
.page .FadeSlideUp {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.page .FadeSlideUp.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1.5s, transform 1.5s;
}
.page .ZoomOut {
  opacity: 0;
  transform: scale(1.25) rotate(2deg);
}
.page .ZoomOut.-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1.2s, transform 1.2s;
}
.page .SplitSlideUp {
  display: block;
  overflow: hidden;
}
.page .SplitSlideUp > span {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
}
.page .SplitSlideUp > span:nth-child(2) {
  transition-delay: 0.05s;
}
.page .SplitSlideUp > span:nth-child(3) {
  transition-delay: 0.1s;
}
.page .SplitSlideUp > span:nth-child(4) {
  transition-delay: 0.15s;
}
.page .SplitSlideUp > span:nth-child(5) {
  transition-delay: 0.2s;
}
.page .SplitSlideUp > span:nth-child(6) {
  transition-delay: 0.25s;
}
.page .SplitSlideUp > span:nth-child(7) {
  transition-delay: 0.3s;
}
.page .SplitSlideUp > span:nth-child(8) {
  transition-delay: 0.35s;
}
.page .SplitSlideUp > span:nth-child(9) {
  transition-delay: 0.4s;
}
.page .SplitSlideUp > span:nth-child(10) {
  transition-delay: 0.45s;
}
.page .SplitSlideUp > span:nth-child(11) {
  transition-delay: 0.5s;
}
.page .SplitSlideUp > span:nth-child(12) {
  transition-delay: 0.55s;
}
.page .SplitSlideUp > span:nth-child(13) {
  transition-delay: 0.6s;
}
.page .SplitSlideUp > span:nth-child(14) {
  transition-delay: 0.65s;
}
.page .SplitSlideUp > span:nth-child(15) {
  transition-delay: 0.7s;
}
.page .SplitSlideUp > span:nth-child(16) {
  transition-delay: 0.75s;
}
.page .SplitSlideUp > span:nth-child(17) {
  transition-delay: 0.8s;
}
.page .SplitSlideUp > span:nth-child(18) {
  transition-delay: 0.85s;
}
.page .SplitSlideUp > span:nth-child(19) {
  transition-delay: 0.9s;
}
.page .SplitSlideUp > span:nth-child(20) {
  transition-delay: 0.95s;
}
.page .SplitSlideUp.-active > span {
  transition: transform 0.4s;
  transform: translate3d(0, 0, 0);
}
.page .Banner {
  max-width: 1920px;
  margin: 32px auto 0;
}
.page .Button {
  display: grid;
  place-content: center;
  width: 100%;
  height: 64px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  border: none;
  cursor: pointer;
}
.page .Button em {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.page .Button.-fill {
  color: #fff;
}
.page .Button.-fill svg {
  fill: #fff;
}
.page .Button.-fill.-beige {
  background-color: #d8c8ad;
}
.page .Button.-fill.-gray {
  background-color: #807873;
}
.page .Button.-fill.-navy {
  background-color: #37406e;
}
.page .Button.-fill.-black {
  background-color: #333;
}
.page .Button.-stroke {
  color: #9abfe3;
  background-color: #fff;
  border: 1px solid #9abfe3;
}
.page .Button.-stroke svg {
  fill: #9abfe3;
}
.page .Button.-next svg {
  width: 9.2px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
}
.page .Button.-buy {
  margin-top: 16px;
  border-radius: 0;
}
.page .Button.-roundedFull {
  border-radius: 99px;
}
.page .Catch {
  width: 664px;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 32px 0;
  margin: auto;
}
.page .Catch em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  margin-top: 16px;
}
.page .Catch::before {
  content: "";
  width: 56px;
  height: 32px;
  position: absolute;
  border-style: solid;
  border-color: #d6b39c;
  pointer-events: none;
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}
.page .Catch::after {
  content: "";
  width: 56px;
  height: 32px;
  position: absolute;
  border-style: solid;
  border-color: #d6b39c;
  pointer-events: none;
  right: 0;
  bottom: 0;
  border-width: 0 2px 2px 0;
}
.page .Catch + .Title {
  margin-top: 80px;
}
.page .CollectionSection {
  padding: 64px 0 100px;
}
.page .CollectionSection_title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.page .CollectionSection_list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}
.page .Collection {
  width: 225px;
}
.page .Collection_img {
  aspect-ratio: 0.7857142857;
}
.page .Inner {
  width: 810px;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.page .Intro {
  padding-top: 80px;
}
.page .Intro_text {
  text-align: center;
  margin-top: 56px;
  font-size: 30px;
  font-weight: 500;
}
.page .Intro_text em {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  color: #3c6288;
}
.page .Intro_text em::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  background-color: #9abfe3;
  transform-origin: left;
  transform: scaleX(0);
}
.page .Intro_text.-active em::before {
  transition: transform 0.5s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: scaleX(1);
}
.page .Intro_common {
  position: relative;
  border: 1px solid #3c6288;
  padding: 44px 0;
}
.page .Intro_commonBalloon {
  width: 50px;
  height: 26px;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  stroke: #3c6288;
  stroke-width: 1;
  stroke-linecap: round;
}
.page .Intro_commonTitle {
  display: table;
  position: absolute;
  right: 0;
  bottom: calc(100% - 0.5em);
  left: 0;
  padding: 0 40px;
  margin: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #3c6288;
  background-color: #fff;
}
.page .Intro_commonList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 550px;
  gap: 26px;
  margin: auto;
}
.page .Intro_commonItem {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
}
.page .Intro_commonItem:nth-child(5) {
  grid-column: span 2;
}
.page .Intro_commonItem svg {
  width: 28.8px;
  height: 24px;
  fill: #9abfe3;
  margin-right: 8px;
}
.page .Intro_commonItem p {
  font-weight: 500;
}
.page .Intro_commonItem em {
  position: relative;
  font-weight: 500;
}
.page .Intro_commonItem em::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -2px;
  background-color: #9abfe3;
  transform-origin: left;
  transform: scaleX(0);
}
.page .Intro_commonItem.-active em::before {
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: scaleX(1);
}
.page .KV {
  height: 500px;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, #b5d4ef 0%, #6eb6e7 100%);
  overflow: hidden;
}
.page .KV_img {
  display: block;
  width: auto !important;
  height: 100% !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 3.84;
}
.page .Lead {
  margin: 40px 0 80px;
}
.page .Lead_text {
  font-size: 18px;
  line-height: 2.22;
  text-align: center;
}
.page .Lineup {
  padding-top: 100px;
}
.page .Lineup.-beige .Lineup_title {
  color: #d8c8ad;
}
.page .Lineup.-beige .LineupDetail_imgs::before {
  background-color: rgba(216, 200, 173, 0.25);
}
.page .Lineup.-beige .LineupRecommend_label {
  background-color: #d8c8ad;
}
.page .Lineup.-gray .Lineup_title {
  color: #807873;
}
.page .Lineup.-gray .LineupDetail_imgs::before {
  background-color: rgba(128, 120, 115, 0.25);
}
.page .Lineup.-gray .LineupRecommend_label {
  background-color: #807873;
}
.page .Lineup.-navy .Lineup_title {
  color: #37406e;
}
.page .Lineup.-navy .LineupDetail_imgs::before {
  background-color: rgba(55, 64, 110, 0.25);
}
.page .Lineup.-navy .LineupRecommend_label {
  background-color: #37406e;
}
.page .Lineup.-navy .LineupRecommend_productLink.-n1 {
  right: auto;
  left: 16px;
}
.page .Lineup.-navy .LineupRecommend_productLink.-n2 {
  right: 16px;
  left: auto;
}
.page .Lineup.-navy .LineupRecommend_productLink.-n3 {
  right: auto;
  left: 24px;
}
.page .Lineup.-black .Lineup_title {
  color: #333;
}
.page .Lineup.-black .LineupDetail_imgs::before {
  background-color: rgba(51, 51, 51, 0.25);
}
.page .Lineup.-black .LineupRecommend_label {
  background-color: #333;
}
.page .Lineup.-black .LineupRecommend_productLink.-n1 {
  right: auto;
  left: 16px;
}
.page .Lineup.-black .LineupRecommend_productLink.-n2 {
  right: 16px;
  left: auto;
}
.page .Lineup.-black .LineupRecommend_productLink.-n3 {
  right: auto;
  left: 24px;
}
.page .Lineup_title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.page .Lineup_title span {
  font-weight: 500;
}
.page .Lineup_group {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 16px;
}
.page .Lineup_button {
  width: 400px;
  margin: 64px auto 0;
}
.page .Lineup_campaign {
  padding-top: 64px;
}
.page .Lineup_campaignTitle {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.page .Lineup_campaignImg {
  display: block;
  width: 570px !important;
  margin: 24px auto 0;
  aspect-ratio: 5.4615384615;
}
.page .Lineup_more {
  padding-top: 100px;
  margin-top: 100px;
  border-top: 1px solid #9abfe3;
}
.page .Lineup_more .Button {
  width: 400px;
  margin: auto;
  font-size: 16px;
  font-weight: 700;
}
.page .LineupDetail {
  width: 351px;
}
.page .LineupDetail.-active .LineupDetail_imgs::before {
  transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform: scaleY(1);
}
.page .LineupDetail.-active .LineupDetail_imgHolder {
  transition: 1s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page .LineupDetail.-active .LineupDetail_imgHolder:nth-child(1) {
  transition-delay: 0.2s;
}
.page .LineupDetail.-active .LineupDetail_imgHolder:nth-child(2) {
  transition-delay: 0.4s;
}
.page .LineupDetail.-active:nth-child(2) .LineupDetail_imgs::before {
  transition-delay: 0.2s;
}
.page .LineupDetail.-active:nth-child(2) .LineupDetail_imgHolder:nth-child(1) {
  transition-delay: 0.4s;
}
.page .LineupDetail.-active:nth-child(2) .LineupDetail_imgHolder:nth-child(2) {
  transition-delay: 0.6s;
}
.page .LineupDetail_text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 16px 0;
}
.page .LineupDetail_title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.page .LineupDetail_imgs {
  position: relative;
  aspect-ratio: 0.7272727273;
}
.page .LineupDetail_imgs::before {
  content: "";
  width: 100%;
  height: 351px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: top;
  transform: scaleY(0);
}
.page .LineupDetail_imgHolder {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.page .LineupDetail_img {
  aspect-ratio: 0.7272727273;
}
.page .LineupDetail_functions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 5px;
  margin: 24px auto;
}
.page .LineupDetail_function svg {
  display: block;
  width: 62.4px;
  height: 64px;
  fill: #333;
}
.page .LineupDetail_function.-br {
  width: 100%;
}
.page .LineupDetail_products {
  border-bottom: 1px solid #9abfe3;
}
.page .LineupDetail_product {
  display: flex;
  padding: 16px 0;
  border-top: 1px solid #9abfe3;
}
.page .LineupDetail_productName {
  font-size: 16px;
  font-weight: 500;
}
.page .LineupDetail_productLink {
  display: grid;
  place-items: center;
  width: 80px;
  height: 32px;
  font-size: 16px;
  font-weight: 500;
  color: #9abfe3;
  border: 1px solid #9abfe3;
  margin-left: auto;
}
.page .LineupRecommend {
  padding-top: 64px;
}
.page .LineupRecommend.-active .LineupRecommend_label {
  transition: transform 0.5s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(1);
}
.page .LineupRecommend.-active .LineupRecommend_productLink {
  transition: transform 0.4s, opacity 0.4s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.page .LineupRecommend.-active .LineupRecommend_productLink.-n1 {
  transition-delay: 0.4s;
}
.page .LineupRecommend.-active .LineupRecommend_productLink.-n2 {
  transition-delay: 0.6s;
}
.page .LineupRecommend.-active .LineupRecommend_productLink.-n3 {
  transition-delay: 0.8s;
}
.page .LineupRecommend_title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
.page .LineupRecommend_imgs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  position: relative;
  margin-top: 24px;
}
.page .LineupRecommend_imgHolder {
  overflow: hidden;
  position: relative;
}
.page .LineupRecommend_img {
  aspect-ratio: 0.75;
}
.page .LineupRecommend_label {
  display: grid;
  place-content: center;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -56px;
  left: -24px;
  z-index: 2;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333;
  color: #fff;
  border-radius: 999px;
  transform: scale(0) rotate(-180deg);
}
.page .LineupRecommend_productLink {
  display: grid;
  place-content: center;
  height: 29px;
  position: absolute;
  padding: 0 22px 0 16px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #9abfe3;
  opacity: 0;
  transform: translate3d(-16px, 0, 0);
}
.page .LineupRecommend_productLink svg {
  width: 6.3px;
  height: 11px;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
  fill: #fff;
  animation: wave 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) alternate infinite;
}
.page .LineupRecommend_productLink.-n1 {
  top: 152px;
  right: 16px;
}
.page .LineupRecommend_productLink.-n2 {
  top: 265px;
  left: 16px;
}
.page .LineupRecommend_productLink.-n3 {
  top: 407px;
  right: 24px;
}
.page .Loading {
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
}
.page .Loading.-inactive {
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  pointer-events: none;
}
.page .Loading_logo {
  width: 250px;
  fill: #a68d4b;
}
.page .Loading_items {
  display: flex;
  margin: 20px auto 0;
  gap: 7px;
}
.page .Loading_item {
  width: 7px;
  height: 7px;
  background-color: #a68d4b;
  border-radius: 99px;
  transform: scale(0);
  animation: scaling 2s infinite;
}
.page .Loading_item:nth-child(2) {
  animation-delay: 0.1s;
}
.page .Loading_item:nth-child(3) {
  animation-delay: 0.2s;
}
.page .Loading_item.-inactive {
  animation: none;
}
.page .Look {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  margin-top: 120px;
}
.page .Look::before {
  content: "";
  width: 100%;
  height: 850px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #faebe9;
}
.page .Look.-n1::before {
  height: 1005px;
}
.page .Look.-n2::before {
  height: 805px;
}
.page .Look.-n3::before {
  height: 805px;
}
.page .Look.-n4::before {
  height: 915px;
}
.page .Look.-n5::before {
  height: 985px;
}
.page .Look.-n6::before {
  height: 785px;
}
.page .Look.-n7::before {
  height: 785px;
}
.page .Look.-setup::before {
  background-color: #f5ebdd;
}
.page .Look_body {
  width: 474px;
  position: relative;
  margin-top: 80px;
}
.page .Look_body.-n1 {
  min-height: 1216px;
  margin-left: auto;
}
.page .Look_body.-n3 {
  min-height: 1111px;
  margin-left: auto;
}
.page .Look_body.-n5 {
  min-height: 1353px;
}
.page .Look_body.-n7 {
  min-height: 1385px;
}
.page .Look_slider {
  position: relative;
  margin-bottom: 76px;
}
.page .Look_slider img {
  width: 100%;
}
.page .Look_slider .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  bottom: -36px;
  right: 0;
  left: 0;
  margin: auto;
}
.page .Look_slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #000;
  opacity: 0.2;
  transition: background-color 0.5s, opacity 0.5s;
}
.page .Look_slider .swiper-pagination-bullet-active {
  background-color: #a68d4b;
  opacity: 1;
}
.page .Look_slider .swiper-button-next {
  width: auto;
  height: auto;
  margin-top: 0;
  top: calc(50% - 12px);
  right: 16px;
}
.page .Look_slider .swiper-button-next::after {
  content: none;
}
.page .Look_slider .swiper-button-next svg {
  width: 14px;
  height: 24px;
  fill: #a68d4b;
}
.page .Look_slider .swiper-button-prev {
  width: auto;
  height: auto;
  margin-top: 0;
  top: calc(50% - 12px);
  left: 16px;
}
.page .Look_slider .swiper-button-prev::after {
  content: none;
}
.page .Look_slider .swiper-button-prev svg {
  width: 14px;
  height: 24px;
  fill: #a68d4b;
}
.page .Look_photos img {
  display: block;
  width: 100%;
}
.page .Look_photos.-n1 .Look_photo:nth-child(1) {
  width: 472px;
}
.page .Look_photos.-n1 .Look_photo:nth-child(2) {
  width: 376px;
  margin-top: -664px;
  margin-left: -506px;
}
.page .Look_photos.-n1 .Look_photo:nth-child(3) {
  width: 216px;
  margin-top: 56px;
  margin-left: -288px;
}
.page .Look_photos.-n1 .Look_photo:nth-child(4) {
  width: 296px;
  margin-top: 56px;
  margin-left: -466px;
}
.page .Look_photos.-n2 .Look_photo:nth-child(1) {
  width: 474px;
}
.page .Look_photos.-n2 .Look_photo:nth-child(2) {
  width: 376px;
  margin-left: 604px;
  margin-top: -736px;
}
.page .Look_photos.-n2 .Look_photo:nth-child(3) {
  width: 312px;
  margin-left: 546px;
  margin-top: 80px;
}
.page .Look_photos.-n2 .Look_photo:nth-child(4) {
  width: 296px;
  margin-left: 644px;
  margin-top: 80px;
}
.page .Look_photos.-n3 .Look_photo:nth-child(1) {
  width: 376px;
  margin-left: -506px;
  margin-top: -676px;
}
.page .Look_photos.-n3 .Look_photo:nth-child(2) {
  width: 394px;
  margin-left: -466px;
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.page .Look_photos.-n3 .Look_photo:nth-child(2) img {
  width: 216px;
}
.page .Look_photos.-n3 .Look_photo:nth-child(3) {
  width: 394px;
  margin-left: -466px;
  margin-top: 56px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.page .Look_photos.-n3 .Look_photo:nth-child(3) img {
  width: 216px;
}
.page .Look_photos.-n4 .Look_photo:nth-child(1) {
  width: 474px;
}
.page .Look_photos.-n4 .Look_photo:nth-child(2) {
  width: 434px;
  margin-top: -638px;
  margin-left: 546px;
}
.page .Look_photos.-n4 .Look_photo:nth-child(2) img {
  width: 376px;
}
.page .Look_photos.-n4 .Look_photo:nth-child(2) .Look_text {
  margin: 30px 0 40px 0;
}
.page .Look_photos.-n4 .Look_photo:nth-child(2) .Look_product {
  margin-left: 58px;
}
.page .Look_photos.-n4 .Look_photo:nth-child(3) {
  width: 394px;
  margin-top: 80px;
  margin-left: 546px;
}
.page .Look_photos.-n4 .Look_photo:nth-child(4) {
  width: 328px;
  margin-top: 80px;
  margin-left: 579px;
}
.page .Look_photos.-n4 .Look_photo:nth-child(5) {
  width: 394px;
  margin-top: -1015px;
  margin-left: 40px;
}
.page .Look_photos.-n4 .Look_photo:nth-child(6) {
  width: 328px;
  margin-top: 80px;
  margin-left: 73px;
}
.page .Look_photos.-n5 .Look_photo:nth-child(1) {
  width: 424px;
}
.page .Look_photos.-n5 .Look_photo:nth-child(1) .Look_product:first-child {
  margin-top: 0;
}
.page .Look_photos.-n5 .Look_photo:nth-child(2) {
  width: 474px;
  margin-top: -717px;
  margin-left: 506px;
}
.page .Look_photos.-n5 .Look_photo:nth-child(3) {
  width: 328px;
  margin-top: 165px;
  margin-left: 73px;
}
.page .Look_photos.-n5 .Look_photo:nth-child(4) {
  width: 328px;
  margin-top: -641px;
  margin-left: 579px;
}
.page .Look_photos.-n6 .Look_photo:nth-child(1) {
  width: 474px;
}
.page .Look_photos.-n6 .Look_photo:nth-child(2) {
  width: 424px;
  margin-top: -635px;
  margin-left: 556px;
}
.page .Look_photos.-n6 .Look_photo:nth-child(2) .Look_product:first-child {
  margin-top: 0;
}
.page .Look_photos.-n6 .Look_photo:nth-child(3) {
  width: 328px;
  margin-left: 73px;
}
.page .Look_photos.-n6 .Look_photo:nth-child(4) {
  width: 328px;
  margin-top: -484px;
  margin-left: 579px;
}
.page .Look_photos.-n7 .Look_photo:nth-child(1) {
  width: 424px;
}
.page .Look_photos.-n7 .Look_photo:nth-child(1) .Look_product:first-child {
  margin-top: 0;
}
.page .Look_photos.-n7 .Look_photo:nth-child(2) {
  width: 474px;
  margin-top: -717px;
  margin-left: 506px;
}
.page .Look_photos.-n7 .Look_photo:nth-child(3) {
  width: 328px;
  margin-top: 165px;
  margin-left: 73px;
}
.page .Look_photos.-n7 .Look_photo:nth-child(4) {
  width: 328px;
  margin-top: -673px;
  margin-left: 579px;
}
.page .Look_photos.-n8 .Look_photo:nth-child(1) {
  width: 376px;
  position: absolute;
  top: 101px;
  left: -438px;
}
.page .Look_photos.-n8 .Look_photo:nth-child(2) {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 558px;
  left: -508px;
}
.page .Look_photos.-n8 .Look_photo:nth-child(2) img {
  width: 252px;
}
.page .Look_photos.-n8 .Look_photo:nth-child(2) figcaption {
  font-size: 16px;
  margin-left: 30px;
}
.page .Look_photos.-n8 .Look_photo:nth-child(3) {
  width: 425px;
  margin: 291px 0 -280px -508px;
}
.page .Look_photos.-n8 .Look_photo:nth-child(4) {
  width: 367px;
  position: absolute;
  top: 850px;
  left: 26px;
}
.page .Look_photos.-n9 .Look_photo:nth-child(1) {
  width: 376px;
  position: absolute;
  top: 296px;
  right: -508px;
}
.page .Look_photos.-n9 .Look_photo:nth-child(2) {
  width: 252px;
  position: absolute;
  top: 752px;
  right: -314px;
}
.page .Look_photo {
  overflow: hidden;
}
.page .Look_photo p {
  text-align: justify;
  font-size: 16px;
}
.page .Look_photo.-comingSoon {
  position: relative;
}
.page .Look_photo.-comingSoon::before {
  content: "Coming Soon";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.page .Look_photo.-comingSoon figcaption {
  display: none;
}
.page .Look_photoArea.-n1_1 {
  height: 630px;
}
.page .Look_photoArea.-n1_2 {
  height: 376px;
}
.page .Look_photoArea.-n1_3 {
  height: 216px;
}
.page .Look_photoArea.-n1_4 {
  height: 395px;
}
.page .Look_photoArea.-n2_1 {
  height: 632px;
}
.page .Look_photoArea.-n2_2 {
  height: 376px;
}
.page .Look_photoArea.-n2_3 {
  height: 312px;
}
.page .Look_photoArea.-n2_4 {
  height: 395px;
}
.page .Look_photoArea.-n3_1 {
  height: 376px;
}
.page .Look_photoArea.-n3_2 {
  height: 216px;
}
.page .Look_photoArea.-n3_3 {
  height: 288px;
}
.page .Look_photoArea.-n4_1 {
  height: 632px;
}
.page .Look_photoArea.-n4_2 {
  height: 376px;
  margin-left: 58px;
}
.page .Look_photoArea.-n4_3 {
  height: 526px;
}
.page .Look_photoArea.-n4_4 {
  height: 328px;
}
.page .Look_photoArea.-n4_5 {
  height: 526px;
}
.page .Look_photoArea.-n4_6 {
  height: 328px;
}
.page .Look_photoArea.-n5_1 {
  height: 566px;
  margin-top: 40px;
}
.page .Look_photoArea.-n5_2 {
  height: 632px;
}
.page .Look_photoArea.-n5_3 {
  height: 328px;
}
.page .Look_photoArea.-n5_4 {
  height: 328px;
}
.page .Look_photoArea.-n6_1 {
  height: 632px;
}
.page .Look_photoArea.-n6_2 {
  height: 566px;
  margin-top: 40px;
}
.page .Look_photoArea.-n6_3 {
  height: 328px;
}
.page .Look_photoArea.-n6_4 {
  height: 328px;
}
.page .Look_photoArea.-n7_1 {
  height: 566px;
  margin-top: 40px;
}
.page .Look_photoArea.-n7_2 {
  height: 632px;
}
.page .Look_photoArea.-n7_3 {
  height: 328px;
}
.page .Look_photoArea.-n7_4 {
  height: 328px;
}
.page .Look_photoHolder {
  height: 0;
  overflow: hidden;
}
.page .Look_photoHolder.-active {
  transition: height 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  height: 100%;
}
.page .Look_photoHolder.-active .Look_photoImg {
  transition: transform 2s !important;
  transform: scale(1);
}
.page .Look_photoImg {
  transform: scale(1.2);
}
.page .Look_text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 40px;
}
.page .Look_text + .Look_text {
  margin-top: 24px;
}
.page .Look_text.-hasBorder {
  position: relative;
  padding-bottom: 16px;
  margin-top: 24px;
}
.page .Look_text.-hasBorder::before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333;
}
.page .Look_catch {
  font-size: 16px;
  font-weight: 700;
  margin-top: 24px;
}
.page .Look_catch + .Look_text {
  margin-top: 8px;
}
.page .Look_link {
  display: grid;
  place-content: center;
  width: 200px;
  height: 40px;
  position: relative;
  z-index: 2;
  margin: 24px auto 0;
  font-size: 16px;
  color: #a68d4b;
  background-color: #fff;
  border: 1px solid #a68d4b;
}
.page .Look_scene {
  position: relative;
  background-color: #faebe9;
  padding: 40px 0;
  margin-top: 98px;
}
.page .Look_scene dt {
  width: 100%;
  position: absolute;
  top: -22px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  color: #a68d4b;
}
.page .Look_scene img {
  width: 248px;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
.page .Look_scene ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 8px;
  line-height: 1.5;
}
.page .Look_scene li {
  display: flex;
  align-items: center;
}
.page .Look_scene svg {
  width: 16px;
  height: 12px;
  fill: #9d7c22;
}
.page .Look_scene span {
  font-size: 16px;
  margin-left: 4px;
}
.page .Look_scene p {
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 2;
}
.page .Look_scene.-n1 {
  margin-top: -337px;
}
.page .Look_scene.-n3 {
  margin-top: -218px;
}
.page .Look_scene.-n4 {
  width: 474px;
  margin-top: -69px;
  margin-left: 506px;
}
.page .Look_scene.-setup {
  background-color: #fef5f3;
}
.page .Look_style {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.page .Look_product {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.page .Look_product + .Look_product {
  margin-top: 8px;
}
.page .Look_product .Look_link {
  width: 88px;
  height: 32px;
  margin: 0 0 0 16px;
}
.page .Look_productName {
  width: 80px;
  font-size: 16px;
  white-space: nowrap;
}
.page .Look_decoration {
  position: absolute;
  z-index: -1;
  transform: scaleX(0);
}
.page .Look_decoration.-active {
  transition: transform 0.6s 0.4s;
  transform: scaleX(1);
}
.page .Look_decoration.-active.-business {
  transition-delay: 0.6s;
}
.page .Look_decoration.-ceremony {
  width: calc(50% - 253px);
  left: 0;
  transform-origin: left;
}
.page .Look_decoration.-ceremony.-n4 {
  background-color: #faebe9;
  height: 655px;
  top: 1340px;
}
.page .Look_decoration.-ceremony.-n5 {
  background-color: #f5ebdd;
  height: 280px;
  top: 1237px;
}
.page .Look_decoration.-ceremony.-n6 {
  background-color: #f5ebdd;
  height: 280px;
  top: 946px;
}
.page .Look_decoration.-ceremony.-n7 {
  background-color: #f5ebdd;
  height: 280px;
  top: 1031px;
}
.page .Look_decoration.-business {
  width: calc(50% - 253px);
  right: 0;
  background-color: #f0f0f0;
  transform-origin: 99.9%;
}
.page .Look_decoration.-business.-n4 {
  height: 655px;
  top: 1250px;
}
.page .Look_decoration.-business.-n5 {
  height: 280px;
  top: 1152px;
}
.page .Look_decoration.-business.-n6 {
  height: 280px;
  top: 1028px;
}
.page .Look_decoration.-business.-n7 {
  height: 280px;
  top: 946px;
}
.page .Menu {
  margin-top: 64px;
}
.page .Menu.-sm {
  position: fixed;
  top: 59px; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  animation: slide-down 0.3s;
}
.page .Menu.-sm .Menu_list {
  gap: 0px;
}
.page .Menu.-sm .Menu_item {
  width: 25%;
}
.page .Menu.-sm .Menu_link {
  display: grid;
  place-content: center;
  width: 100%;
  height: 40px;
  padding-top: 0;
}
.page .Menu.-sm .Menu_link span {
  font-size: 14px;
}
.page .Menu.-sm .Menu_link svg {
  opacity: 0;
}
.page .Menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
}
.page .Menu_item {
  overflow: hidden;
}
.page .Menu_link {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
  padding-top: 22px;
  text-align: center;
  color: #fff;
}
.page .Menu_link span {
  font-weight: 500;
}
.page .Menu_link svg {
  width: 12px;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto;
  fill: #fff;
}
.page .Menu_link.-beige {
  background-color: #d8c8ad;
}
.page .Menu_link.-gray {
  background-color: #807873;
}
.page .Menu_link.-navy {
  background-color: #37406e;
}
.page .Menu_link.-black {
  background-color: #333;
}
.page .Point {
  padding-top: 100px;
}
.page .Point_title {
  text-align: center;
  font-weight: 500;
}
.page .Point_title em {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
.page .Point_slider {
  margin-top: 24px;
}
.page .Point_text {
  text-align: center;
  font-weight: 500;
  margin-top: 16px;
}
.page .Point_img {
  aspect-ratio: 1;
}
.page .Point_detailTitle {
  display: grid;
  place-content: center;
  position: relative;
  height: 40px;
  margin: 16px 0 20px;
  font-weight: 500;
  color: #3c6288;
  border: 1px solid #3c6288;
}
.page .Point_detailTitle svg {
  width: 29.2px;
  height: 15.2px;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: auto;
  stroke: #3c6288;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.page .Point_detailDef {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 8px;
  margin-top: 8px;
}
.page .Point_detailKey {
  display: grid;
  place-content: center;
  height: 32px;
  font-weight: 500;
  color: #fff;
  background-color: #9abfe3;
  border-radius: 99px;
}
.page .Point_detailValue {
  font-weight: 500;
  line-height: 2;
}
.page .Product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 200px;
}
.page .Product .Button.-detail {
  margin-top: 20px;
}
.page .Product .Button.-cart {
  margin-top: 10px;
}
.page .Product_lower {
  min-height: 203px;
}
.page .Product.-notSize .Product_price {
  margin-bottom: 70px;
}
.page .Product_img {
  aspect-ratio: 0.5918367347;
}
.page .Product_name {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
.page .Product_price {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
.page .Product_price.-sale s {
  display: block;
  font-size: 14px;
}
.page .Product_price.-sale span {
  display: block;
  margin-top: 5px;
  color: #f00;
}
.page .Product_price.-soldout {
  color: #f00;
}
.page .Product_size {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 8px;
  margin-top: 20px;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 16px;
}
.page .Product_color {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}
.page .Product_color::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 99px;
  margin-right: 8px;
}
.page .Product_color.-navy::before {
  background-color: #29292e;
}
.page .Product_color.-brown::before {
  background-color: #b29771;
}
.page .Products {
  margin-top: 80px;
}
.page .Products.-n2 {
  width: 474px;
}
.page .Products.-n2 .Products_list {
  width: auto;
  margin-top: -554px;
}
.page .Products_title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.page .Products_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 664px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 64px;
  margin: auto;
}
.page .QA {
  background-color: #f7f7f7;
  padding: 120px 0;
  margin-top: 120px;
}
.page .QA .Button {
  width: 400px;
  height: 64px;
}
.page .QA .Button svg {
  width: 9.2px;
  height: 16px;
  right: 16px;
}
.page .QA .Button.-stroke {
  border-radius: 0;
}
.page .QA_title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #a68d4b;
}
.page .QA_titleEn {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.page .QA_titleJa {
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 24px;
}
.page .QA_item {
  position: relative;
  padding-left: 40px;
  margin-top: 80px;
}
.page .QA_no {
  display: block;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  color: #9d7c22;
  padding-left: 80px;
  margin-left: -40px;
  margin-bottom: 32px;
}
.page .QA_no::before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #9d7c22;
}
.page .QA_q {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-right: 380px;
}
.page .QA_a {
  width: 516px;
  min-height: 96px;
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
.page .QA_imgContainer {
  position: absolute;
  top: 72px;
  right: 0;
  margin: 0 -8px;
}
.page .QA_img {
  width: 160px !important;
  margin: 0 8px;
  aspect-ratio: 1;
}
.page .QA_buttonContainer {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 56px;
}
.page .Tab {
  margin-top: 100px;
  border-bottom: 1px solid #9abfe3;
}
.page .Tab_headGroup {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
}
.page .Tab_head {
  display: grid;
  place-content: center;
  height: 50px;
  position: relative;
  top: 1px;
  font-weight: 500;
  color: #fff;
  background-color: #9abfe3;
  border-width: 3px 1px 0 1px;
  border-style: solid;
  border-color: #9abfe3;
}
.page .Tab_head.-active {
  color: #9abfe3;
  background-color: #fff;
  pointer-events: none;
}
.page .Title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  color: #a68d4b;
}
.page .Title_en {
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.25;
}
.page .Title_ja {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-top: 16px;
}
.page .theme-l-summer-suit {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #333;
  background-color: #fff;
}
.page .theme-l-summer-suit * {
  box-sizing: border-box;
}
.page .theme-l-summer-suit::before {
  box-sizing: border-box;
}
.page .theme-l-summer-suit::after {
  box-sizing: border-box;
}
.page .theme-l-summer-suit img {
  width: 100%;
  height: auto;
}
.page .theme-l-summer-suit [data-lazy] {
  opacity: 0;
}
.page .theme-l-summer-suit [data-lazy].-loaded {
  opacity: 1;
  transition: opacity 0.5s;
}
.page .theme-l-summer-suit span {
  vertical-align: baseline;
}
.page .theme-l-summer-suit em {
  vertical-align: baseline;
}
@media (any-hover: hover) {
  .page .Button.-fill.-beige:hover {
    background-color: #d0bc9c;
  }
  .page .Button.-fill.-gray:hover {
    background-color: #736b67;
  }
  .page .Button.-fill.-navy:hover {
    background-color: #2f365d;
  }
  .page .Button.-fill.-black:hover {
    background-color: #262626;
  }
  .page .Button.-stroke:hover {
    color: #fff;
    background-color: #9abfe3;
  }
  .page .Button.-stroke:hover svg {
    fill: #fff;
  }
  .page .Button.-next svg {
    transition: 0.4s;
  }
  .page .Button.-next:hover svg {
    transform: translate3d(5px, 0, 0);
  }
  .page .Button {
    transition: color 0.4s, background-color 0.4s;
  }
  .page .Button svg {
    transition: fill 0.4s;
  }
  .page .Collection_link {
    transition: opacity 0.4s;
  }
  .page .Collection_link:hover {
    opacity: 0.7;
  }
  .page .Lineup_campaignLink {
    transition: opacity 0.4s;
  }
  .page .Lineup_campaignLink:hover {
    opacity: 0.7;
  }
  .page .LineupDetail_productLink {
    transition: color 0.4s, background-color 0.4s;
  }
  .page .LineupDetail_productLink:hover {
    color: #fff;
    background-color: #9abfe3;
  }
  .page .LineupRecommend_productLink:hover {
    background-color: #86b2dd;
  }
  .page .Look_link {
    transition: color 0.4s, background-color 0.4s;
  }
  .page .Look_link:hover {
    color: #fff;
    background-color: #a68d4b;
  }
  .page .Menu_link {
    transition: background-color 0.4s;
  }
  .page .Menu_link svg {
    transition: transform 0.4s;
  }
  .page .Menu_link:hover.-beige {
    background-color: #d0bc9c;
  }
  .page .Menu_link:hover.-gray {
    background-color: #736b67;
  }
  .page .Menu_link:hover.-navy {
    background-color: #2f365d;
  }
  .page .Menu_link:hover.-black {
    background-color: #262626;
  }
  .page .Menu_link:hover svg {
    transform: translate3d(0, 6px, 0);
  }
  .page .Tab_head {
    transition: background-color 0.4s, border-color 0.4s;
  }
  .page .Tab_head:hover {
    background-color: #86b2dd;
    border-color: #86b2dd;
  }
}
