@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,700;1,700&family=Noto+Serif+JP:wght@600&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@media screen and (max-width: 743px) {
  .sp_hidden {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

body,
h2,
h3,
h4,
p,
span,
a {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  color: #000;
}

a:hover {
  opacity: 0.8;
  transition-duration: 0.8s;
}

img {
  width: 100%;
  height: auto;
}

.image_wrap {
  width: 100%;
}

.main_visual {
  position: relative;
  width: 100%;
  padding: 20.8vw 2.66667vw 4.8vw;
  background: #ded9d3;
}
.main_visual .logo_subtitle_wrap {
  z-index: 9999;
  position: absolute;
  top: 4.26666vw;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  max-width: 94.934vw;
  width: 100%;
  margin: auto;
  padding-left: 3.2vw;
}
.main_visual .logo_subtitle_wrap .logo_wrap {
  max-width: 28.268vw;
  width: 100%;
  margin-top: 4.26666vw;
}
.main_visual .logo_subtitle_wrap .logo_wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main_visual .logo_subtitle_wrap .subtitle {
  max-width: 60vw;
  width: 100%;
}
.main_visual .logo_subtitle_wrap .subtitle.fadeInImgLOnTheSpot {
  animation-delay: 2s;
}
.main_visual .image_wrap_parent {
  display: flex;
  flex-wrap: wrap;
  gap: 1.333334vw;
  width: 100%;
}
.main_visual .image_wrap_parent .image_wrap {
  max-width: calc((100% - 1.333334vw) / 2);
}
.main_visual .image_wrap_parent .image_wrap.top_right.fadeInOnTheSpot {
  animation-delay: 0.8s;
}
.main_visual .image_wrap_parent .image_wrap.bottom_left.fadeInOnTheSpot {
  animation-delay: 1.2s;
}
.main_visual .image_wrap_parent .image_wrap.bottom_right.fadeInOnTheSpot {
  animation-delay: 0.4s;
}
.main_visual .title {
  max-width: 89.6vw;
  width: 100%;
  margin: -11.73334vw auto 0 1.066666vw;
}
.main_visual .title.fadeInImgLOnTheSpot {
  animation-delay: 1.6s;
}

.section_wrap .main_description_wrap {
  position: relative;
  width: 100%;
}
.section_wrap .main_description_wrap::after {
  content: "";
  z-index: -9999;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  margin: auto;
  border-radius: 0 0 9999px 9999px;
  background: #ded9d3;
}
.section_wrap .main_description_wrap .description {
  width: 100%;
  margin: 0 auto 4.26666vw;
  text-align: center;
  line-height: 2;
  background: #ded9d3;
}
.section_wrap .main_description_wrap .scroll_down_navigation {
  position: relative;
  width: 100%;
  height: 72px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section_wrap .main_description_wrap .scroll_down_navigation:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 1px;
  height: 100%;
  margin: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 100%);
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.section_wrap section {
  width: 100%;
  margin-bottom: 16vw;
}
.section_wrap section .credit_wrap {
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto 5.33333vw;
}
.section_wrap section .credit_wrap .credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.section_wrap section .credit_wrap .credit.sp_hidden {
  display: none;
}
.section_wrap section .credit_wrap .credit:not(:last-of-type) {
  margin-bottom: 13px;
}
.section_wrap section .credit_wrap .credit .items_wrap p {
  line-height: 1;
}
.section_wrap section .credit_wrap .credit .items_wrap .item {
  margin-bottom: 2px;
  font-size: 12px;
}
.section_wrap section .credit_wrap .credit .items_wrap .price {
  font-family: "Crimson Text", serif;
  font-size: 17px;
  letter-spacing: 0.05em;
}
.section_wrap section .credit_wrap .credit .items_wrap .price .tax {
  font-size: 9px;
}
.section_wrap section .credit_wrap .credit .details_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 6px;
       column-gap: 6px;
  max-width: 59.2vw;
  width: 100%;
}
.section_wrap section .credit_wrap .credit .details_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 30px;
  background: #a09588;
}
.section_wrap section .credit_wrap .credit .details_wrap a span {
  display: inline-block;
  font-family: "Crimson Text", serif;
  font-size: 14px;
  color: #fff;
}
.section_wrap section .description {
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8571428571;
}
.section_wrap section button.other_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 89.6vw;
  width: 100%;
  height: 13.33333vw;
  margin: 5.33333vw auto;
  border: 1px solid #a09588;
}
.section_wrap section button.other_item:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 1px;
  background: #a09588;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.section_wrap section button.other_item:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 1px;
  background: #a09588;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 1s;
}
.section_wrap section button.other_item.show {
  margin-bottom: 5.33333vw;
}
.section_wrap section button.other_item.show:before {
  opacity: 0;
}
.section_wrap section button.other_item.show:after {
  transform: translateY(-50%) rotate(180deg);
}
.section_wrap section button.other_item span {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  color: #a09588;
}
.section_wrap section .accordion {
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
.section_wrap section .accordion .credit_wrap .credit .details_wrap {
  margin-bottom: 0;
}
.section_wrap section .accordion .credit_wrap .credit .details_wrap a {
  max-width: 100%;
  width: 100%;
}
.section_wrap section .head_number_text_wrap {
  margin-bottom: 9.6vw;
}
.section_wrap section .head_number_text_wrap .style_number {
  display: block;
  max-width: 43.734vw;
  margin: 0 21.868vw 4.8vw auto;
}
.section_wrap section .head_number_text_wrap h3.head_wrap {
  position: relative;
}
.section_wrap section .head_number_text_wrap h3.head_wrap .combination_item {
  display: block;
  position: relative;
  height: 13.33333vw;
  margin: 0 auto;
  padding: 3.46666vw 5.33333vw;
  font-size: 20px;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
}
.section_wrap section .head_number_text_wrap h3.head_wrap .combination_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  margin: auto;
  background: #5ddef0;
}
.section_wrap section .head_number_text_wrap h3.head_wrap .combination_item.top {
  margin-bottom: 6.93333vw;
}
.section_wrap section .head_number_text_wrap h3.head_wrap .multiplication {
  z-index: 9999;
  display: block;
  position: absolute;
  top: 12vw;
  right: 0;
  left: 0;
  width: 36px;
  height: 36px;
  margin: auto;
}
.section_wrap section .image_wrap_parent {
  position: relative;
}
.section_wrap section .image_wrap_parent .name_of_combination_en {
  position: absolute;
}
.section_wrap section .image_wrap_parent .name_of_combination_en .text {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 46px;
  line-height: 1.3260869565;
  writing-mode: vertical-rl;
}
.section_wrap section .image_wrap_parent .name_of_combination_en .text.first {
  margin-bottom: 20px;
}
.section_wrap section .image_wrap_parent .name_of_combination_en .multiplication {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 20px;
}
.section_wrap section .text_credit_wrap {
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto;
}
.section_wrap section .text_credit_wrap .text_wrap .catchphrase {
  margin-bottom: 6.4vw;
}
.section_wrap section .text_credit_wrap .text_wrap .catchphrase span {
  font-size: 20px;
  line-height: 1.3;
}
.section_wrap section .text_credit_wrap .text_wrap .catchphrase span.highlight {
  background: #5ddef0;
  padding: 0.8vw 1.6vw 1.333334vw 1.066666vw;
}
.section_wrap section .text_credit_wrap .text_wrap .catchphrase span.normal {
  display: block;
  margin-top: 4.53333vw;
}
.section_wrap section .text_credit_wrap .text_wrap .description {
  margin-bottom: 8vw;
  font-size: 14px;
  line-height: 1.8571428571;
}
.section_wrap section .swiper {
  width: 100%;
}
.section_wrap section#introduction {
  margin-bottom: 16vw;
  padding-top: 5.6vw;
}
.section_wrap section#introduction .head_image_wrap .catchphrase {
  margin-bottom: 2.93334vw;
  font-size: 16px;
  line-height: 1.1875;
  text-align: center;
}
.section_wrap section#introduction .head_image_wrap .head {
  display: block;
  max-width: 73.068vw;
  width: 100%;
  margin: 0 auto 9.6vw;
  padding: 3.2vw 0;
  font-size: 24px;
  line-height: 1.3333333333;
  text-align: center;
  background: #5ddef0;
  border: 1px solid #000;
}
.section_wrap section#introduction .head_image_wrap .image_wrap {
  position: relative;
}
.section_wrap section#introduction .head_image_wrap .image_wrap .item_name {
  position: absolute;
}
.section_wrap section#introduction .head_image_wrap .image_wrap .item_name span {
  line-height: 1.1666666667;
}
.section_wrap section#introduction .head_image_wrap .image_wrap .item_name .border {
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
}
.section_wrap section#introduction .head_image_wrap .image_wrap .item_name.camisole_dress {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  top: 17.86667vw;
  right: 5.33333vw;
}
.section_wrap section#introduction .head_image_wrap .image_wrap .item_name.short_sleeve_tailored_jacket {
  bottom: 31.4667vw;
  left: 7.2vw;
}
.section_wrap section#introduction .head_image_wrap .image_wrap .item_name.short_sleeve_tailored_jacket .border {
  width: 1px;
  height: 50px;
  margin: 0 auto 8px;
}
.section_wrap section#introduction .head_image_wrap .image_wrap .item_name.high_waist_pants {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  bottom: 11.2vw;
  left: 19.73334vw;
}
.section_wrap section#mix_and_match {
  margin-bottom: 21.33334vw;
  padding: 10.13334vw 0 8.53334vw;
  background: #ded9d3;
}
.section_wrap section#mix_and_match .head_wrap {
  max-width: 31.735vw;
  width: 100%;
  margin: 0 24.8vw 6.4vw auto;
}
.section_wrap section#mix_and_match .head_wrap .text_top {
  display: block;
  margin-bottom: 2.93334vw;
  font-size: 20px;
}
.section_wrap section#mix_and_match .head_wrap img {
  max-width: 30.934vw;
  margin-left: 0.533334vw;
}
.section_wrap section#mix_and_match .image_text_wrap {
  display: flex;
  justify-content: space-between;
}
.section_wrap section#mix_and_match .image_text_wrap .image_wrap {
  position: relative;
  max-width: 47.2vw;
  padding-bottom: 16.53333vw;
}
.section_wrap section#mix_and_match .image_text_wrap .image_wrap .number_wrap {
  position: absolute;
  bottom: 4.8vw;
  width: 100%;
}
.section_wrap section#mix_and_match .image_text_wrap .image_wrap .number_wrap img {
  display: block;
  max-width: 19.2vw;
  margin: 0 auto 4.53333vw;
}
.section_wrap section#mix_and_match .image_text_wrap .image_wrap .number_wrap .name_of_combination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 31.2vw;
  width: 100%;
  margin: 0 auto;
}
.section_wrap section#mix_and_match .image_text_wrap .image_wrap .number_wrap .name_of_combination span {
  font-family: "Playfair Display", serif;
  font-size: 12px;
}
.section_wrap section#mix_and_match .image_text_wrap .image_wrap .number_wrap .name_of_combination img {
  width: 18px;
  height: 18px;
  margin: 0;
}
.section_wrap section#mix_and_match .image_text_wrap .image_wrap.second .number_wrap .name_of_combination, .section_wrap section#mix_and_match .image_text_wrap .image_wrap.fourth .number_wrap .name_of_combination {
  justify-content: center;
}
.section_wrap section#mix_and_match .image_text_wrap .image_wrap.third .number_wrap .name_of_combination {
  max-width: 38.4vw;
}
.section_wrap section#style01 .head_wrap .combination_item.top {
  max-width: 76vw;
}
.section_wrap section#style01 .head_wrap .combination_item.bottom {
  max-width: 60vw;
}
.section_wrap section#style01 .image_wrap_parent .image_wrap.first {
  max-width: 88vw;
  margin: 0 auto 6.4vw 0;
}
.section_wrap section#style01 .image_wrap_parent .image_wrap.second {
  max-width: 73.068vw;
  margin: 0 0 10.13334vw auto;
}
.section_wrap section#style01 .image_wrap_parent .name_of_combination_en {
  top: 56.268vw;
  right: 4vw;
}
.section_wrap section#style01 .image_wrap_parent .name_of_combination_en .text {
  color: #a09588;
}
.section_wrap section#style02 {
  padding: 21.33334vw 0 16vw;
  background: #ded9d3;
}
.section_wrap section#style02 .head_wrap .combination_item {
  max-width: 76vw;
}
.section_wrap section#style02 .image_wrap_parent .image_wrap {
  margin: 0 auto 10.13334vw;
}
.section_wrap section#style02 .image_wrap_parent .name_of_combination_en {
  top: 14.4vw;
  right: 3.2vw;
}
.section_wrap section#style02 .image_wrap_parent .name_of_combination_en .text {
  color: #fff;
}
.section_wrap section#style03 .head_wrap .combination_item.top {
  max-width: 76vw;
}
.section_wrap section#style03 .head_wrap .combination_item.bottom {
  max-width: 70vw;
}
.section_wrap section#style03 .image_wrap_parent .image_wrap.first {
  max-width: 88vw;
  margin: 0 0 6.4vw auto;
}
.section_wrap section#style03 .image_wrap_parent .swiper {
  max-width: 88vw;
  margin: 0 auto 10.13334vw 0;
}
.section_wrap section#style03 .image_wrap_parent .name_of_combination_en {
  z-index: 9999;
  top: 56.268vw;
  left: 4vw;
}
.section_wrap section#style03 .image_wrap_parent .name_of_combination_en .text {
  color: #a09588;
}
.section_wrap section#style04 {
  padding: 21.33334vw 0 16vw;
  background: #ded9d3;
}
.section_wrap section#style04 .head_wrap .combination_item {
  max-width: 59.2vw;
}
.section_wrap section#style04 .image_wrap_parent .image_wrap.first {
  max-width: 88vw;
  margin: 0 0 6.4vw auto;
}
.section_wrap section#style04 .image_wrap_parent .image_wrap.second {
  max-width: 88vw;
  margin: 0 auto 10.13334vw 0;
}
.section_wrap section#style04 .image_wrap_parent .name_of_combination_en {
  top: 15.2vw;
  left: 18.66666vw;
}
.section_wrap section#style04 .image_wrap_parent .name_of_combination_en .text {
  color: #ded9d3;
}
.section_wrap .other_items {
  max-width: 89.6vw;
  width: 100%;
  height: 20.8vw;
  margin: 0 auto 13.33333vw;
}
.section_wrap .other_items a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #a09588;
}
.section_wrap .other_items a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
}
.section_wrap .staff_credit_wrap {
  max-width: 81.867vw;
  width: 100%;
  margin: 0 auto 21.33334vw;
  padding: 0 0 13.33333vw;
  border-bottom: 1px solid #000;
}
.section_wrap .staff_credit_wrap p {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.section_wrap .footer {
  padding-bottom: 2.133334vw;
}
.section_wrap .footer .logo_wrap {
  max-width: 37.334vw;
  width: 100%;
  margin: 0 auto 16vw;
}
.section_wrap .footer .logo_wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.section_wrap .footer .instagram {
  width: 36px;
  height: 36px;
  margin: 0 auto 16vw;
}
.section_wrap .footer .instagram a {
  display: block;
  width: 100%;
  height: 100%;
}
.section_wrap .footer .online_shop,
.section_wrap .footer .shop_list {
  max-width: 89.6vw;
  width: 100%;
  height: 20.8vw;
  margin: 0 auto 13.33333vw;
}
.section_wrap .footer .online_shop a,
.section_wrap .footer .shop_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #a09588;
}
.section_wrap .footer .online_shop a span,
.section_wrap .footer .shop_list a span {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #fff;
}
.section_wrap .footer .online_shop {
  margin-bottom: 8vw;
}
.section_wrap .footer .shop_list {
  margin-bottom: 16vw;
}
.section_wrap .footer .attention {
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto 17.06666vw;
  font-size: 12px;
  line-height: 1.6666666667;
}
.section_wrap .footer .onward_crosset {
  max-width: 35.468vw;
  width: 100%;
  margin: 0 auto 15.735vw;
}
.section_wrap .footer .copyright {
  width: 100%;
}
.section_wrap .footer .copyright p {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  text-align: center;
}

.fadeInOnTheSpot {
  opacity: 0;
  animation: fadeInOnTheSpot 1s forwards;
  overflow: hidden;
}
.fadeInOnTheSpot img {
  animation-name: shrink;
  animation-duration: 3s;
}

@keyframes fadeInOnTheSpot {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeInImgLOnTheSpot {
  opacity: 0;
  animation-name: fadeInImgTxtFromLeft;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.fadeInImgROnTheSpot {
  opacity: 0;
  animation-name: fadeInImgTxtFromRight;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.fadeInImgL {
  opacity: 0;
}
.fadeInImgL.active {
  animation-name: fadeInImgTxtFromLeft;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeInImgTxtFromLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0% 0);
            clip-path: inset(0 100% 0% 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}
.fadeInImgR {
  opacity: 0;
}
.fadeInImgR.active {
  animation-name: fadeInImgTxtFromRight;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeInImgTxtFromRight {
  0% {
    -webkit-clip-path: inset(0 0% 0% 100%);
            clip-path: inset(0 0% 0% 100%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.active {
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
}
.fadeUp.active {
  animation: fadeUp 1s forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInTxtStyle {
  opacity: 0;
  display: inline-block;
  position: absolute;
  bottom: 14.93333vw;
  right: 4.53333vw;
  max-width: 9.6vw;
}
.fadeInTxtStyle.active {
  animation-name: fadeInImgTxtFromLeft;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.fadeInTxtNum {
  opacity: 0;
  display: inline-block;
  position: absolute;
  bottom: 2.66667vw;
  right: 4.53333vw;
  max-width: 13.33333vw;
}
.fadeInTxtNum.active {
  animation-name: fadeInImgTxtFromLeft;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.fadeInTxtC {
  opacity: 0;
  display: inline-block;
}
.fadeInTxtC.active {
  animation-name: fadeInImgTxtFromLeft;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.shrinkAccordingToScroll {
  width: 100%;
  overflow: hidden;
}
.shrinkAccordingToScroll.active img {
  animation-name: shrink;
  animation-duration: 3s;
}

@keyframes shrink {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@media screen and (min-width: 744px) {
  .pc_hidden {
    display: none;
  }
  body {
    background: #ded9d3;
  }
  .main_visual {
    padding: 6.661788vw 3.2211vw 6.4427vw;
  }
  .main_visual .logo_subtitle_wrap {
    display: block;
    top: 1.24451vw;
    padding-left: 0;
  }
  .main_visual .logo_subtitle_wrap .logo_wrap {
    max-width: 9.151vw;
    margin: 0 auto 3.2211vw;
  }
  .main_visual .logo_subtitle_wrap .subtitle {
    max-width: 42.3138vw;
    margin: 0 0 0 auto;
  }
  .main_visual .image_wrap_parent {
    flex-wrap: nowrap;
    gap: 0 0.87848vw;
  }
  .main_visual .image_wrap_parent .image_wrap {
    max-width: 100%;
  }
  .main_visual .image_wrap_parent .image_wrap.bottom_left, .main_visual .image_wrap_parent .image_wrap.bottom_right {
    margin-top: 15.1537vw;
  }
  .main_visual .title {
    max-width: 47.2187vw;
    margin: -21.6696vw auto 0 -1.5625vw;
  }
  .only_pc_layout {
    display: flex;
    justify-content: space-between;
    max-width: 66.6911vw;
    width: 100%;
    margin: 0 auto;
  }
  .only_pc_layout .section_wrap {
    max-width: 27.4525vw;
    margin: 0 0 0 auto;
  }
  .only_pc_layout .section_wrap .main_description_wrap {
    z-index: -9999;
  }
  .only_pc_layout .section_wrap .main_description_wrap:after {
    top: 2.04978vw;
    background: #fff;
  }
  .only_pc_layout .section_wrap .main_description_wrap .description {
    margin: 0 auto 1.1713vw;
    padding-top: 2.04978vw;
    background: #fff;
  }
  .only_pc_layout section {
    margin-bottom: 4.39239vw;
  }
  .only_pc_layout section .credit_wrap {
    max-width: 24.5977vw;
    margin: 0 auto 2.48902vw;
  }
  .only_pc_layout section .credit_wrap .credit .details_wrap {
    max-width: 17.2035vw;
  }
  .only_pc_layout section .credit_wrap .credit .details_wrap.expand a {
    width: 100%;
  }
  .only_pc_layout section .accordion_wrap {
    margin-top: 1.5625vw;
  }
  .only_pc_layout section .accordion_wrap button.other_item {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0.87848vw 0;
  }
  .only_pc_layout section .accordion_wrap .accordion {
    margin: 1.5625vw auto 0;
  }
  .only_pc_layout section .accordion_wrap .accordion .credit_wrap {
    margin: 0 auto;
  }
  .only_pc_layout section .description {
    max-width: 24.5977vw;
  }
  .only_pc_layout section .head_number_text_wrap {
    margin-bottom: 2.63543vw;
  }
  .only_pc_layout section .head_number_text_wrap .style_number {
    max-width: 12.006vw;
    margin: 0 6.00293vw 1.3177196vw auto;
  }
  .only_pc_layout section .head_number_text_wrap h3.head_wrap .combination_item {
    height: 3.66032vw;
    padding: 1vw 0;
  }
  .only_pc_layout section .head_number_text_wrap h3.head_wrap .combination_item.top {
    margin-bottom: 1.90337vw;
  }
  .only_pc_layout section .head_number_text_wrap h3.head_wrap .multiplication {
    top: 3.368vw;
  }
  .only_pc_layout section .text_credit_wrap {
    max-width: 24.5977vw;
  }
  .only_pc_layout section .text_credit_wrap .text_wrap .catchphrase {
    margin-bottom: 1.756955vw;
  }
  .only_pc_layout section .text_credit_wrap .text_wrap .catchphrase span.highlight {
    padding: 0.219619vw 0.439239vw 0.366032vw 0.292826vw;
  }
  .only_pc_layout section .text_credit_wrap .text_wrap .catchphrase span.normal {
    margin-top: 1.24451vw;
  }
  .only_pc_layout section .text_credit_wrap .text_wrap .description {
    margin-bottom: 2.19619vw;
  }
  .only_pc_layout section#index {
    max-width: 21.5vw;
    width: 100%;
    margin-bottom: 0;
    padding: 2.5vw 0 0;
    display: none;
  }
  .only_pc_layout section#index.isFixed {
    display: block;
    position: fixed;
    top: 0;
    left: 16.6911vw;
  }
  .only_pc_layout section#index .head_wrap {
    max-width: 8.712vw;
    width: 100%;
    margin: 0 4vw 1.756955vw auto;
  }
  .only_pc_layout section#index .head_wrap .text_top {
    display: block;
    margin-bottom: 0.80527vw;
    font-size: 20px;
  }
  .only_pc_layout section#index .head_wrap img {
    max-width: 8.492vw;
    margin-left: 0.292826vw;
  }
  .only_pc_layout section#index .image_text_wrap {
    display: flex;
    justify-content: space-between;
  }
  .only_pc_layout section#index .image_text_wrap .image_wrap {
    position: relative;
    max-width: 10vw;
    padding-bottom: 6vw;
  }
  .only_pc_layout section#index .image_text_wrap .image_wrap .number_wrap {
    position: absolute;
    bottom: 1.8vw;
    width: 100%;
  }
  .only_pc_layout section#index .image_text_wrap .image_wrap .number_wrap img {
    display: block;
    max-width: 5.270866vw;
    margin: 0 auto 1vw;
  }
  .only_pc_layout section#index .image_text_wrap .image_wrap .number_wrap .name_of_combination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 8.492vw;
    width: 100%;
    margin: 0 auto;
  }
  .only_pc_layout section#index .image_text_wrap .image_wrap .number_wrap .name_of_combination span {
    font-family: "Playfair Display", serif;
    font-size: 12px;
  }
  .only_pc_layout section#index .image_text_wrap .image_wrap .number_wrap .name_of_combination img {
    width: 18px;
    height: 18px;
    margin: 0;
  }
  .only_pc_layout section#index .image_text_wrap .image_wrap.second .number_wrap .name_of_combination, .only_pc_layout section#index .image_text_wrap .image_wrap.fourth .number_wrap .name_of_combination {
    justify-content: center;
  }
  .only_pc_layout section#index .image_text_wrap .image_wrap.third .number_wrap .name_of_combination {
    max-width: 10.3953vw;
  }
  .only_pc_layout section#introduction {
    margin-bottom: 4.246vw;
    padding-top: 1.537333vw;
  }
  .only_pc_layout section#introduction .head_image_wrap .catchphrase {
    margin-bottom: 0.80527vw;
  }
  .only_pc_layout section#introduction .head_image_wrap .head {
    max-width: 20.132vw;
    margin: 0 auto 2.63543vw;
    padding: 0.87848vw 0;
  }
  .only_pc_layout section#introduction .head_image_wrap .image_wrap .item_name.camisole_dress {
    top: 4.8vw;
    right: 1vw;
  }
  .only_pc_layout section#introduction .head_image_wrap .image_wrap .item_name.short_sleeve_tailored_jacket {
    bottom: 8.2vw;
    left: 1.8vw;
  }
  .only_pc_layout section#introduction .head_image_wrap .image_wrap .item_name.high_waist_pants {
    bottom: 3vw;
    left: 5.4vw;
  }
  .only_pc_layout section#style01 {
    margin-bottom: 0;
    padding: 5.856512vw 0 4.39239vw;
    background: #fff;
  }
  .only_pc_layout section#style01 .head_wrap .combination_item.top {
    max-width: 21vw;
  }
  .only_pc_layout section#style01 .head_wrap .combination_item.bottom {
    max-width: 16.6vw;
  }
  .only_pc_layout section#style01 .image_wrap_parent .image_wrap.first {
    max-width: 24.0849vw;
    margin: 0 auto 1.756955vw 0;
  }
  .only_pc_layout section#style01 .image_wrap_parent .image_wrap.second {
    max-width: 20.132vw;
    margin: 0 0 2.781844vw auto;
  }
  .only_pc_layout section#style01 .image_wrap_parent .name_of_combination_en {
    top: 15.5198vw;
    right: 1.02489vw;
  }
  .only_pc_layout section#style02 {
    padding: 5.856512vw 0 0;
  }
  .only_pc_layout section#style02 .head_wrap .combination_item {
    max-width: 21vw;
  }
  .only_pc_layout section#style02 .image_wrap_parent .image_wrap {
    margin: 0 auto 2.781844vw;
  }
  .only_pc_layout section#style02 .image_wrap_parent .name_of_combination_en {
    top: 3.95315vw;
    right: 0.87848vw;
  }
  .only_pc_layout section#style03 {
    margin-bottom: 0;
    padding: 5.856512vw 0 4.39239vw;
    background: #fff;
  }
  .only_pc_layout section#style03 .head_wrap .combination_item.top {
    max-width: 21vw;
  }
  .only_pc_layout section#style03 .head_wrap .combination_item.bottom {
    max-width: 19.6vw;
  }
  .only_pc_layout section#style03 .image_wrap_parent .image_wrap.first {
    max-width: 24.0849vw;
    margin: 0 0 1.756955vw auto;
  }
  .only_pc_layout section#style03 .image_wrap_parent .swiper {
    max-width: 24.0849vw;
    margin: 0 auto 2.781844vw 0;
  }
  .only_pc_layout section#style03 .image_wrap_parent .name_of_combination_en {
    top: 15.5198vw;
    left: 1.02489vw;
  }
  .only_pc_layout section#style04 {
    padding: 5.856512vw 0 4.39239vw;
  }
  .only_pc_layout section#style04 .head_wrap .combination_item {
    max-width: 16.6vw;
  }
  .only_pc_layout section#style04 .image_wrap_parent .image_wrap.first {
    max-width: 24.0849vw;
    margin: 0 0 1.756955vw auto;
  }
  .only_pc_layout section#style04 .image_wrap_parent .image_wrap.second {
    max-width: 20.132vw;
    margin: 0 auto 2.781844vw 0;
  }
  .only_pc_layout section#style04 .image_wrap_parent .name_of_combination_en {
    top: 4.246vw;
    left: 5.051244vw;
  }
  .only_pc_layout .information {
    padding: 4.39239vw 0 1.976577vw;
    background: #fff;
  }
  .only_pc_layout .information .other_items {
    max-width: 24.5977vw;
    height: 5.637vw;
    margin: 0 auto 3.66032vw;
  }
  .only_pc_layout .information .staff_credit_wrap {
    max-width: 24.5977vw;
    margin: 0 auto 5.856512vw;
    padding: 0 0 3.66032vw;
  }
  .only_pc_layout .information .footer .logo_wrap {
    max-width: 10.2489vw;
    margin: 0 auto 4.39239vw;
  }
  .only_pc_layout .information .footer .instagram {
    margin: 0 auto 4.39239vw;
  }
  .only_pc_layout .information .footer .online_shop,
  .only_pc_layout .information .footer .shop_list {
    max-width: 24.5977vw;
    height: 5.637vw;
    margin: 0 auto;
  }
  .only_pc_layout .information .footer .online_shop {
    margin-bottom: 2.19619vw;
  }
  .only_pc_layout .information .footer .shop_list {
    margin-bottom: 4.39239vw;
  }
  .only_pc_layout .information .footer .attention {
    max-width: 24.5977vw;
    margin: 0 auto 4.75842vw;
  }
  .only_pc_layout .information .footer .onward_crosset {
    max-width: 9.73649vw;
    width: 100%;
    margin: 0 auto 4.3197vw;
  }
}/*# sourceMappingURL=common.css.map */