@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");
@media screen and (max-width: 743px) {
  .sp_hidden {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

main {
  width: 100vw;
  overflow: hidden;
}

a {
  text-decoration: none;
}

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

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

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

.image_wrap {
  width: 100%;
}

.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;
}

.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;
}

.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 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;
  }
}
@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;
  }
}
.popup {
  opacity: 0;
}
.popup.active {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
#top_scroll_button {
  z-index: 8888;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.04);
  border: solid 1px #c4b68e;
  border-radius: 50%;
}
#top_scroll_button.isFixed {
  right: 2.66667vw;
  bottom: 2.66667vw;
}
#top_scroll_button img {
  display: inline-block;
  max-width: 50px;
  width: 100%;
}

#modal_wrap {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 92.267vw;
  width: 100%;
  max-height: 138vw;
  height: 100%;
  margin: 0 auto;
  padding: 13.86666vw 5.33333vw;
  background: #fff;
  overflow-y: auto;
  transform: translateY(-50%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.04);
}
#modal_wrap #modal {
  position: relative;
  width: 100%;
}
#modal_wrap #modal #close {
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  top: -11vw;
  right: 0;
}
#modal_wrap #modal #modal_inner .index_head {
  max-width: 23.0606vw;
  margin: 0 auto 2.19619vw;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap {
  max-width: 82.668vw;
  width: 100%;
  margin: 0 auto;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link img {
  max-width: 20vw;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link .text_wrap {
  max-width: 58.935vw;
  width: 100%;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link .text_wrap .text {
  white-space: nowrap;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link .text_wrap .text.underline {
  position: relative;
  font-size: 18px;
  white-space: nowrap;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link .text_wrap .text.underline:after {
  content: "";
  z-index: -9999;
  position: absolute;
  bottom: 1vw;
  left: 0;
  width: 100%;
  height: 6px;
  transform-origin: left top;
  transition: transform 0.4s;
  transform: scale(1, 1);
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link .text_wrap .text.underline.yellow:after {
  background: #eded8d;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link .text_wrap .text.underline.blue:after {
  background: #c5daef;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link .text_wrap .text.underline.pink:after {
  background: #fac7c7;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link .text_wrap .text.underline.green:after {
  background: #b6ded3;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link .text_wrap .text.en {
  font-family: "EB Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.2em;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.first {
  margin-bottom: 5.33333vw;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.first .text_wrap .text.underline {
  width: 100%;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.first .text_wrap .text.underline.first {
  width: 164px;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.first .text_wrap .text.underline.second {
  width: 92px;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.second {
  margin-bottom: 5.33333vw;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.second .text_wrap .text.underline {
  width: 182px;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.third {
  margin-bottom: 5.33333vw;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.third .text_wrap .text.underline {
  width: 110px;
}
#modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.fourth .text_wrap .text.underline {
  width: 110px;
}

.main_visual {
  position: relative;
  width: 100%;
  margin: 0 auto 26.6667vw;
  padding-bottom: 14.93333vw;
  background: #c5daef;
}
.main_visual .logo_wrap {
  z-index: 9999;
  position: absolute;
  top: 4.26666vw;
  left: 5.33333vw;
  max-width: 29.6vw;
  width: 100%;
}
.main_visual .logo_wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main_visual .swiper {
  width: 100%;
  margin: 0 auto 32vw;
}
.main_visual .title_wrap {
  z-index: 9999;
  position: absolute;
  bottom: 51vw;
  right: 0;
  left: 0;
  margin: auto;
}
.main_visual .title_wrap .title_en {
  max-width: 80.535vw;
  width: 100%;
  margin: 0 7vw 0 auto;
}
.main_visual .title_wrap .title_ja {
  width: 100%;
  margin: 0 auto;
}
.main_visual .title_wrap .title_ja.top1, .main_visual .title_wrap .title_ja.top2 {
  position: relative;
}
.main_visual .title_wrap .title_ja.top1 .decoration_line, .main_visual .title_wrap .title_ja.top2 .decoration_line {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
}
.main_visual .title_wrap .title_ja.top1 {
  max-width: 81.867vw;
  margin: 0 7.73334vw 0 auto;
}
.main_visual .title_wrap .title_ja.top1 .decoration_line {
  bottom: -2vw;
  max-width: 79.735vw;
}
.main_visual .title_wrap .title_ja.top2 {
  max-width: 83.735vw;
  margin: -4vw auto 0 7.73334vw;
}
.main_visual .title_wrap .title_ja.top2 .decoration_line {
  bottom: -3vw;
  max-width: 82.134vw;
}
.main_visual .title_wrap .title_ja.bottom {
  max-width: 65.335vw;
}
.main_visual .fadeInImgLMV {
  opacity: 0;
  animation: fadeInImgTxtFromLeft 0.7s forwards;
  animation-timing-function: ease-out;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
}
.main_visual .fadeInTxtMV1 {
  opacity: 0;
  animation: fadeIn 1s forwards;
  animation-delay: 1s;
}
.main_visual .fadeInImgLMV1 {
  opacity: 0;
  animation: fadeInImgTxtFromLeft 0.7s forwards;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
}
.main_visual .fadeInImgLMV2 {
  opacity: 0;
  animation: fadeInImgTxtFromLeft 0.35s forwards;
  animation-timing-function: ease-out;
  animation-delay: 1.75s;
  animation-iteration-count: 1;
  animation-direction: normal;
}
.main_visual .fadeInTxtMV2 {
  opacity: 0;
  animation: fadeIn 1.75s forwards;
  animation-delay: 2s;
}
.main_visual .description {
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto;
  letter-spacing: -0.01em;
}

section {
  width: 100%;
  margin-bottom: 16vw;
}
section .styling_image_wrap,
section .swiper-slide {
  z-index: 7777;
  position: relative;
}
section .styling_image_wrap a,
section .swiper-slide a {
  display: block;
  height: 100%;
}
section .only_pc_layout_parent .only_pc_layout .image_wrap {
  z-index: 7777;
  position: relative;
}
section .only_pc_layout_parent .only_pc_layout .image_wrap a {
  display: block;
  height: 100%;
}
section .variation .image_wrap {
  z-index: 7777;
  position: relative;
}
section .variation .image_wrap a {
  display: block;
  height: 100%;
}
section .other_coordinate_contents .image_wrap_parent .image_wrap {
  z-index: 7777;
  position: relative;
}
section .other_coordinate_contents .image_wrap_parent .image_wrap a {
  display: block;
  height: 100%;
}
section .head_wrap {
  position: relative;
  margin: 0 auto 42.6667vw;
  padding: 16vw 0 10.13334vw;
  background: #ffffc6;
}
section .head_wrap:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -26.5vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 26.6667vw;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #ffffc6;
}
section .head_wrap .image_wrap {
  max-width: 25.6vw;
  margin: 0 auto 4.8vw;
}
section .head_wrap .head {
  position: relative;
  max-width: 89.6vw;
  width: 100%;
  height: 18.66666vw;
  margin: 0 auto 4.26666vw;
}
section .head_wrap .head:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2.4vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 14.4vw;
  background: #fff;
}
section .head_wrap .head .line {
  z-index: 8888;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
section .head_wrap .head .text {
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 86.4vw;
  width: 100%;
  margin: auto;
}
section .head_wrap .head .fadeInImgLLine {
  opacity: 0;
}
section .head_wrap .head .fadeInImgLLine.active {
  animation-name: fadeInImgTxtFromLeft;
  animation-duration: 0.35s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
section .head_wrap .description {
  max-width: 94.934vw;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
section .sub_head_wrap {
  margin-bottom: 8.8vw;
}
section .sub_head_wrap .num_wrap {
  max-width: 33vw;
  width: 100%;
  margin: 0 auto 8vw;
}
section .sub_head_wrap .catchphrase {
  position: relative;
  max-width: 83.735vw;
  margin: 0 auto;
}
section .sub_head_wrap .catchphrase .fadeInTxtLBefore {
  opacity: 0;
}
section .sub_head_wrap .catchphrase .fadeInTxtLBefore.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;
}
section .sub_head_wrap .catchphrase .fadeInTxtLAfter {
  opacity: 0;
  position: absolute;
  bottom: -1vw;
  left: -3vw;
  max-width: 53.335vw;
}
section .sub_head_wrap .catchphrase .fadeInTxtLAfter.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;
}
section .styling_image_wrap {
  width: 100%;
  margin: 0 auto 8vw;
}
section .styling_image_wrap.second {
  max-width: 74.6666vw;
  margin: 0 0 8vw auto;
}
section .styling_description {
  position: relative;
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto 9.6vw;
  font-size: 14px;
}
section .styling_description .tag {
  z-index: 7777;
  position: absolute;
  width: 24.534vw;
  height: 24.534vw;
  top: -25.5vw;
  left: 0;
}
section .credit_wrap {
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto;
}
section .credit_wrap .credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
section .credit_wrap .credit.sp_hidden {
  display: none;
}
section .credit_wrap .credit:not(:last-of-type) {
  margin-bottom: 13px;
}
section .credit_wrap .credit .items_wrap p {
  line-height: 1;
}
section .credit_wrap .credit .items_wrap .item {
  margin-bottom: 2px;
  font-size: 12px;
}
section .credit_wrap .credit .items_wrap .price {
  font-family: "Crimson Text", serif;
  font-size: 17px;
  letter-spacing: 0.05em;
}
section .credit_wrap .credit .items_wrap .price .tax {
  font-size: 9px;
}
section .credit_wrap .credit .details_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 6px;
       column-gap: 6px;
  max-width: 59.2vw;
  width: 100%;
}
section .credit_wrap .credit .details_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 30px;
  background: #c4b68e;
}
section .credit_wrap .credit .details_wrap a span {
  display: inline-block;
  font-family: "Crimson Text", serif;
  font-size: 14px;
  color: #fff;
}
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 12.8vw;
  border: 1px solid #c4b68e;
}
section button.other_item:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 1px;
  background: #c4b68e;
  transform: translateY(-50%);
  transition: opacity 1s;
}
section button.other_item:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 1px;
  background: #c4b68e;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 1s;
}
section button.other_item.show {
  margin-bottom: 5.33333vw;
}
section button.other_item.show:before {
  opacity: 0;
}
section button.other_item.show:after {
  transform: translateY(-50%) rotate(180deg);
}
section button.other_item span {
  font-family: "Crimson Text", serif;
  font-size: 14px;
  color: #c4b68e;
}
section .accordion {
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto 12.8vw;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
section .accordion .credit_wrap .credit .details_wrap a {
  max-width: 100%;
  width: 100%;
}
section .variation .head {
  position: relative;
  width: 100%;
  margin: 0 auto 10.66666vw;
}
section .variation .head span {
  display: block;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-align: center;
  white-space: nowrap;
}
section .variation .head .fadeInImgL {
  opacity: 0;
  position: absolute;
  bottom: -5vw;
  right: 0;
  left: 0;
  margin: auto;
}
section .variation .head .fadeInImgL.active {
  animation-duration: 0.35s;
}
section .variation.color .head {
  max-width: 235px;
}
section .variation.coordinate .head {
  max-width: 259px;
}
section .variation.coordinate .slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
section .variation.coordinate .slider .mySwiper {
  width: 100%;
  overflow: hidden;
}
section .variation.coordinate .slider .mySwiper img {
  display: flex;
  max-width: 51.4666vw;
  margin: 0 auto;
}
section .variation.coordinate .slider .mySwiper .sub_head {
  margin: 6.66666vw auto 6.135vw;
  font-size: 18px;
  line-height: 1.7777777778;
  text-align: center;
}
section .variation.coordinate .slider .mySwiper .sub_head .highlight {
  display: inline-block;
  font-size: 18px;
  line-height: 1.7777777778;
  border-bottom: 3px solid #fac7c7;
}
section .variation.coordinate .slider .mySwiper .description {
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto;
}
section .variation.coordinate .slider .mySwiper .credit_wrap {
  margin-top: 9.6vw;
  max-width: 92vw;
}
section .variation.coordinate .slider .mySwiper button.other_item {
  margin-bottom: 0;
}
section .variation.coordinate .slider .swiper-button-next,
section .variation.coordinate .slider .swiper-button-prev {
  width: 10%;
  color: #000;
  --swiper-navigation-size: 16px !important;
  top: var(--swiper-navigation-top-offset, 22%) !important;
}
section .variation .slider {
  position: relative;
  width: 100%;
  margin: 0 auto 10.66666vw;
}
section .variation .slider .mySwiper {
  width: 100%;
  overflow: hidden;
}
section .variation .slider .mySwiper img {
  display: flex;
  max-width: 66.667vw;
  margin: 0 auto;
}
section .variation .slider .mySwiper .credit_wrap {
  margin-top: 2.66667vw;
}
section .variation .slider .swiper-button-next,
section .variation .slider .swiper-button-prev {
  width: 10%;
  color: #000;
  --swiper-navigation-size: 16px !important;
}
section .list_of_items {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 336px;
  width: 100%;
  height: 78px;
  margin: 10.66666vw auto 0;
  background: #c4b68e;
}
section .list_of_items span {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 1.625;
  color: #fff;
}
section .movie_wrap {
  max-width: 71.2vw;
  width: 100%;
  height: 100%;
  margin: 0 auto 17.06666vw;
}
section .movie_wrap iframe {
  width: 100%;
  min-height: 126.6vw;
  height: 100%;
  aspect-ratio: 16/9;
}
section .design_variation .sub_head_wrap .text {
  font-size: 18px;
  text-align: center;
}
section .design_variation .sub_head_wrap .num_text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
section .design_variation .sub_head_wrap .num_text_wrap .num {
  max-width: 13.33333vw;
  width: 100%;
}
section .design_variation .image_text_wrap_parent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.8vw 1.066666vw;
  max-width: 96vw;
  width: 100%;
  margin: 0 auto;
}
section .design_variation .image_text_wrap_parent.first {
  align-items: flex-start;
}
section .design_variation .image_text_wrap_parent.second {
  align-items: flex-end;
  margin-bottom: 16.8vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap {
  max-width: 22.934vw;
  width: 100%;
}
section .design_variation .image_text_wrap_parent .image_text_wrap img {
  display: block;
  margin: 0 auto;
}
section .design_variation .image_text_wrap_parent .image_text_wrap img.still_life {
  margin-bottom: 2.133334vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.first img.still_life {
  max-width: 22.934vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.first img.item_name {
  max-width: 12.8vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.second {
  margin-top: 12.26666vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.second img.still_life {
  max-width: 21.33334vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.second img.item_name {
  max-width: 22.668vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.third img.still_life {
  max-width: 21.868vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.third img.item_name {
  max-width: 17.86667vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.fourth {
  margin-top: 12.26666vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.fourth img.still_life {
  max-width: 20.535vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.fourth img.item_name {
  max-width: 10.4vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.fifth img.still_life {
  max-width: 13.33333vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.fifth img.item_name {
  max-width: 15.735vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.sixth img.still_life {
  max-width: 16vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.sixth img.item_name {
  max-width: 10.66666vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.seventh img.still_life {
  max-width: 18.4vw;
}
section .design_variation .image_text_wrap_parent .image_text_wrap.seventh img.item_name {
  max-width: 11.2vw;
}
section .only_pc_layout_parent {
  padding-top: 10vw;
}
section .only_pc_layout_parent.style01 {
  padding-top: 0vw;
}
section#index {
  margin-bottom: 26.6667vw;
}
section#index .index_head {
  max-width: 50.135vw;
  width: 100%;
  margin: 0 auto 8vw;
}
section#index .anchor_link_wrap {
  max-width: 82.668vw;
  width: 100%;
  margin: 0 auto;
}
section#index .anchor_link_wrap .anchor_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#index .anchor_link_wrap .anchor_link img {
  max-width: 20vw;
}
section#index .anchor_link_wrap .anchor_link .text_wrap {
  max-width: 58.935vw;
  width: 100%;
}
section#index .anchor_link_wrap .anchor_link .text_wrap .text.underline {
  position: relative;
  font-size: 18px;
  white-space: nowrap;
}
section#index .anchor_link_wrap .anchor_link .text_wrap .text.underline:after {
  content: "";
  z-index: -9999;
  position: absolute;
  bottom: 1vw;
  left: 0;
  width: 100%;
  height: 6px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.4s;
}
section#index .anchor_link_wrap .anchor_link .text_wrap .text.underline.active:after {
  transform: scale(1, 1);
}
section#index .anchor_link_wrap .anchor_link .text_wrap .text.underline.yellow:after {
  background: #eded8d;
}
section#index .anchor_link_wrap .anchor_link .text_wrap .text.underline.blue:after {
  background: #c5daef;
}
section#index .anchor_link_wrap .anchor_link .text_wrap .text.underline.pink:after {
  background: #fac7c7;
}
section#index .anchor_link_wrap .anchor_link .text_wrap .text.underline.green:after {
  background: #b6ded3;
}
section#index .anchor_link_wrap .anchor_link .text_wrap .text.en {
  font-family: "EB Garamond", serif;
  font-size: 12px;
  letter-spacing: 0.2em;
}
section#index .anchor_link_wrap .anchor_link.first {
  margin-bottom: 5.33333vw;
}
section#index .anchor_link_wrap .anchor_link.first .text_wrap .text.underline {
  width: 100%;
}
section#index .anchor_link_wrap .anchor_link.first .text_wrap .text.underline.first {
  width: 164px;
}
section#index .anchor_link_wrap .anchor_link.first .text_wrap .text.underline.second {
  width: 92px;
}
section#index .anchor_link_wrap .anchor_link.second {
  margin-bottom: 5.33333vw;
}
section#index .anchor_link_wrap .anchor_link.second .text_wrap .text.underline {
  width: 182px;
}
section#index .anchor_link_wrap .anchor_link.third {
  margin-bottom: 5.33333vw;
}
section#index .anchor_link_wrap .anchor_link.third .text_wrap .text.underline {
  width: 110px;
}
section#index .anchor_link_wrap .anchor_link.fourth .text_wrap .text.underline {
  width: 110px;
}
section#homeralady .variation.color.style03 .image_wrap {
  max-width: 66.667vw;
  margin: 0 auto 2.66667vw;
}
section#homeralady .variation.color.style03 .credit_wrap {
  margin-bottom: 10.66666vw;
}
section#homeralady .only_pc_layout_parent.style02 .sub_head_wrap .catchphrase {
  position: static;
  max-width: 72.534vw;
  margin: 0 auto;
}
section#homeralady .only_pc_layout_parent.style02 .sub_head_wrap .catchphrase .fadeInTxtLBefore {
  display: block;
  max-width: 62.4vw;
  margin: 0 auto;
}
section#homeralady .only_pc_layout_parent.style02 .sub_head_wrap .catchphrase .fadeInTxtLAfter {
  display: block;
  position: static;
  max-width: 72.534vw;
  margin: 0 auto 3.7333275vw;
}
section#homeralady .only_pc_layout_parent.style02 .styling_image_wrap.second {
  margin: 0 auto 8vw 0;
}
section#homeralady .only_pc_layout_parent.style02 .styling_description .tag {
  right: 0;
  left: auto;
}
section#homeralady .only_pc_layout_parent.style03 .sub_head_wrap .catchphrase {
  max-width: 81.068vw;
}
section#homeralady .only_pc_layout_parent.style03 .sub_head_wrap .catchphrase .fadeInTxtLAfter {
  left: 3vw;
  max-width: 53.335vw;
}
section#homeralady .only_pc_layout_parent.style04 .sub_head_wrap .catchphrase {
  max-width: 75.468vw;
}
section#homeralady .only_pc_layout_parent.style04 .sub_head_wrap .catchphrase .fadeInTxtLAfter {
  top: -1.5vw;
  bottom: auto;
  left: -4vw;
  max-width: 72.534vw;
}
section#smartbeautystrech .head_wrap {
  background: #c5daef;
}
section#smartbeautystrech .head_wrap:before {
  background: #c5daef;
}
section#smartbeautystrech .head_wrap .head {
  height: 29.6vw;
}
section#smartbeautystrech .head_wrap .head:before {
  height: 24.534vw;
}
section#smartbeautystrech .head_wrap .head .text {
  max-width: 76.8vw;
}
section#smartbeautystrech .sub_head_wrap {
  margin-bottom: 6vw;
}
section#smartbeautystrech .styling_image_wrap.second {
  max-width: 74.6666vw;
  margin: 0 0 8vw auto;
}
section#smartbeautystrech .styling_image_wrap .catchphrase {
  z-index: 9999;
  position: absolute;
  max-width: 16vw;
}
section#smartbeautystrech .only_pc_layout_parent.style01 .styling_image_wrap.first {
  position: relative;
}
section#smartbeautystrech .only_pc_layout_parent.style01 .styling_image_wrap.first .catchphrase {
  top: 22.4vw;
  left: 12vw;
}
section#smartbeautystrech .only_pc_layout_parent.style01 .styling_image_wrap.second {
  margin: 0 auto 8vw 0;
}
section#smartbeautystrech .only_pc_layout_parent.style02 .styling_image_wrap.first {
  position: relative;
}
section#smartbeautystrech .only_pc_layout_parent.style02 .styling_image_wrap.first .catchphrase {
  top: 25.06667vw;
  right: 12vw;
}
section#smartbeautystrech .only_pc_layout_parent.style02 .styling_image_wrap.second {
  margin: 0 0 8vw auto;
}
section#smartbeautystrech .only_pc_layout_parent.style03 .styling_image_wrap.first {
  position: relative;
}
section#smartbeautystrech .only_pc_layout_parent.style03 .styling_image_wrap.first .catchphrase {
  top: 22.4vw;
  left: 12vw;
}
section#smartbeautystrech .only_pc_layout_parent.style03 .styling_image_wrap.second {
  margin: 0 auto 8vw 0;
}
section#smartbeautystrech .only_pc_layout_parent.style04 .styling_image_wrap.first {
  position: relative;
}
section#smartbeautystrech .only_pc_layout_parent.style04 .styling_image_wrap.first .catchphrase {
  top: 22.4vw;
  left: 12vw;
}
section#smartbeautystrech .only_pc_layout_parent.style04 .styling_image_wrap.second {
  margin: 0 0 8vw auto;
}
section#smartbeautystrech .only_pc_layout_parent.style05 .styling_image_wrap.first {
  position: relative;
}
section#smartbeautystrech .only_pc_layout_parent.style05 .styling_image_wrap.first .catchphrase {
  top: 25.06667vw;
  right: 12vw;
}
section#smartbeautystrech .only_pc_layout_parent.style05 .styling_image_wrap.second {
  margin: 0 0 8vw auto;
}
section#comforteasy .head_wrap {
  background: #fac7c7;
}
section#comforteasy .head_wrap:before {
  background: #fac7c7;
}
section#comforteasy .head_wrap .head {
  height: 29.6vw;
}
section#comforteasy .head_wrap .head:before {
  top: -1vw;
  height: 24.534vw;
}
section#comforteasy .head_wrap .head .text {
  max-width: 76.8vw;
}
section#comforteasy .function_wrap .sub_head_wrap {
  margin-bottom: 8.8vw;
}
section#comforteasy .function_wrap .sub_head_wrap .text {
  font-size: 18px;
  line-height: 1.7777777778;
  text-align: center;
}
section#comforteasy .function_wrap .sub_head_wrap .text.first {
  position: relative;
  max-width: 24vw;
  width: 100%;
  margin: 0 auto 4vw;
}
section#comforteasy .function_wrap .sub_head_wrap .text.first:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
  width: 1px;
  height: 20px;
  background: #000;
}
section#comforteasy .function_wrap .sub_head_wrap .text.first::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(20deg);
  width: 1px;
  height: 20px;
  background: #000;
}
section#comforteasy .function_wrap .image_text_wrap_parent {
  display: flex;
  align-items: flex-start;
  gap: 6.93333vw;
  flex-wrap: wrap;
  max-width: 74vw;
  width: 100%;
  margin: 0 auto 12vw;
}
section#comforteasy .function_wrap .image_text_wrap_parent .image_wrap {
  max-width: 19.73334vw;
}
section#comforteasy .types_colors_variation .sub_head_wrap .text {
  position: relative;
  max-width: 38vw;
  width: 100%;
  margin: 0 auto 4vw;
  font-size: 18px;
  text-align: center;
}
section#comforteasy .types_colors_variation .sub_head_wrap .text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
  width: 1px;
  height: 20px;
  background: #000;
}
section#comforteasy .types_colors_variation .sub_head_wrap .text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(20deg);
  width: 1px;
  height: 20px;
  background: #000;
}
section#comforteasy .types_colors_variation .sub_head_wrap img {
  display: block;
  max-width: 44.268vw;
  margin: 0 auto;
}
section#comforteasy .types_colors_variation .image_wrap_parent {
  position: relative;
  max-width: 89vw;
  width: 100%;
  height: 62.9334vw;
  margin: 0 auto 16vw;
}
section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap {
  position: absolute;
}
section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.first {
  z-index: 9999;
  opacity: 0;
  top: 2.4vw;
  left: 0;
  max-width: 38.668vw;
  opacity: 0;
}
section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.first.active {
  animation: fadeIn 1s forwards;
}
section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.first .item_name {
  bottom: -0.5vw;
  left: 3vw;
  max-width: 13.86666vw;
}
section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.second {
  z-index: 8888;
  opacity: 0;
  top: 1.066666vw;
  left: 18.93334vw;
  max-width: 30.1334vw;
}
section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.second.active {
  animation: fadeIn 1s forwards;
  animation-delay: 0.6s;
}
section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.second .item_name {
  bottom: -3.5vw;
  left: 0;
  max-width: 21.33334vw;
}
section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.third {
  z-index: 7777;
  opacity: 0;
  top: 0;
  right: 22.934vw;
  max-width: 23.468vw;
}
section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.third.active {
  animation: fadeIn 1s forwards;
  animation-delay: 0.3s;
}
section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.third .item_name {
  bottom: -9.5vw;
  right: 3vw;
  max-width: 15.735vw;
}
section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.fourth {
  z-index: 6666;
  opacity: 0;
  top: 4.53333vw;
  right: 1.866666vw;
  max-width: 28.268vw;
}
section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.fourth.active {
  animation: fadeIn 1s forwards;
  animation-delay: 0.9s;
}
section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.fourth .item_name {
  bottom: -4.5vw;
  right: 8vw;
  max-width: 10.13334vw;
}
section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap .item_name {
  position: absolute;
}
section#comforteasy .only_pc_layout_parent.style01 .sub_head_wrap .catchphrase {
  max-width: 82.668vw;
  margin: 0 5.86666vw 0 auto;
}
section#comforteasy .only_pc_layout_parent.style01 .sub_head_wrap .catchphrase .fadeInTxtLAfter {
  bottom: auto;
  top: -1vw;
  left: -6vw;
  max-width: 82.134vw;
}
section#comforteasy .only_pc_layout_parent.style01 .styling_image_wrap.second {
  margin: 0 0 8vw auto;
}
section#comforteasy .only_pc_layout_parent.style02 .sub_head_wrap .catchphrase {
  position: static;
  max-width: 77.335vw;
  margin: 0 auto;
}
section#comforteasy .only_pc_layout_parent.style02 .sub_head_wrap .catchphrase .fadeInTxtLBefore {
  display: block;
  max-width: 72vw;
  margin: 0 auto;
}
section#comforteasy .only_pc_layout_parent.style02 .sub_head_wrap .catchphrase .fadeInTxtLAfter {
  display: block;
  position: static;
  max-width: 100%;
  margin: 0 auto 3.7333275vw;
}
section#comforteasy .only_pc_layout_parent.style02 .styling_image_wrap.second {
  margin: 0 auto 8vw 0;
}
section#comforteasy .only_pc_layout_parent.style03 .sub_head_wrap .catchphrase .fadeInTxtLAfter {
  bottom: -0.5vw;
  left: -0.5vw;
}
section#comforteasy .list_of_items {
  margin: 0 auto;
}
section#anysisnonatsuhukudesuzushikukaroyakani .head_wrap {
  background: #b6ded3;
}
section#anysisnonatsuhukudesuzushikukaroyakani .head_wrap:before {
  background: #b6ded3;
}
section#anysisnonatsuhukudesuzushikukaroyakani .head_wrap .image_wrap {
  max-width: 48vw;
}
section#anysisnonatsuhukudesuzushikukaroyakani .head_wrap .head {
  height: 29.6vw;
}
section#anysisnonatsuhukudesuzushikukaroyakani .head_wrap .head:before {
  top: -2.5vw;
  height: 24.534vw;
  max-width: 89.6vw;
}
section#anysisnonatsuhukudesuzushikukaroyakani .head_wrap .head .text {
  max-width: 78vw;
}
section#anysisnonatsuhukudesuzushikukaroyakani .head_wrap .head .line {
  bottom: 2vw;
}
section#anysisnonatsuhukudesuzushikukaroyakani .catchphrase {
  font-size: 20px;
  line-height: 1.7777777778;
  text-align: center;
  border-bottom: 2px solid #b6ded3;
}
section#anysisnonatsuhukudesuzushikukaroyakani .catchphrase.img {
  position: absolute;
  max-width: 7.73334vw;
  width: 100%;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style01 .sub_head_wrap .catchphrase.text {
  max-width: 64vw;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style01 .styling_image_wrap.first {
  position: relative;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style01 .styling_image_wrap.first .catchphrase.img {
  top: 12.53333vw;
  left: 11.73334vw;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style01 .styling_image_wrap.second {
  margin: 0 auto 8vw 0;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style02 .sub_head_wrap .catchphrase.text {
  max-width: 64vw;
  width: 100%;
  margin: 0 auto;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style02 .styling_image_wrap.first {
  position: relative;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style02 .styling_image_wrap.first .catchphrase.img {
  top: 12.53333vw;
  left: 11.73334vw;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style03 .sub_head_wrap .catchphrase.text {
  max-width: 80vw;
  width: 100%;
  margin: 0 auto;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style03 .styling_image_wrap.first {
  position: relative;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style03 .styling_image_wrap.first .catchphrase.img {
  top: 16.268vw;
  right: 14.93333vw;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style03 .styling_image_wrap.second {
  margin: 0 auto 8vw 0;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style04 .sub_head_wrap .catchphrase.text {
  max-width: 90.668vw;
  width: 100%;
  margin: 0 auto;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style04 .styling_image_wrap.first {
  position: relative;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style04 .styling_image_wrap.first .catchphrase.img {
  top: 26.135vw;
  right: 10.66666vw;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style05 .sub_head_wrap .catchphrase.text {
  max-width: 69.335vw;
  width: 100%;
  margin: 0 auto;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style05 .styling_image_wrap.first {
  position: relative;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style05 .styling_image_wrap.first .catchphrase.img {
  top: 20vw;
  left: 13.33333vw;
}
section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style05 .styling_image_wrap.second {
  margin: 0 auto 8vw 0;
}
section#anysisnonatsuhukudesuzushikukaroyakani .other_coordinate .head {
  position: relative;
  max-width: 64vw;
  width: 100%;
  margin: 0 auto 5.33333vw;
}
section#anysisnonatsuhukudesuzushikukaroyakani .other_coordinate .head span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  letter-spacing: 0.3em;
  text-align: center;
}
section#anysisnonatsuhukudesuzushikukaroyakani .other_coordinate .head .fadeInImgL {
  opacity: 0;
  position: absolute;
  bottom: -3vw;
  right: 0;
  left: 0;
  margin: auto;
}
section#anysisnonatsuhukudesuzushikukaroyakani .other_coordinate .head .fadeInImgL.active {
  animation-duration: 0.35s;
}
section#anysisnonatsuhukudesuzushikukaroyakani .other_coordinate .slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
section#anysisnonatsuhukudesuzushikukaroyakani .other_coordinate .slider .mySwiper {
  width: 100%;
  overflow: hidden;
}
section#anysisnonatsuhukudesuzushikukaroyakani .other_coordinate .slider .mySwiper img {
  display: flex;
  max-width: 51.4666vw;
  margin: 0 auto;
}
section#anysisnonatsuhukudesuzushikukaroyakani .other_coordinate .slider .mySwiper .sub_head {
  margin: 6.66666vw auto 6.135vw;
  font-size: 18px;
  line-height: 1.7777777778;
  text-align: center;
}
section#anysisnonatsuhukudesuzushikukaroyakani .other_coordinate .slider .mySwiper .sub_head .highlight {
  display: inline-block;
  font-size: 18px;
  line-height: 1.7777777778;
  border-bottom: 3px solid #fac7c7;
}
section#anysisnonatsuhukudesuzushikukaroyakani .other_coordinate .slider .mySwiper .description {
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto;
}
section#anysisnonatsuhukudesuzushikukaroyakani .other_coordinate .slider .mySwiper .credit_wrap {
  margin-top: 9.6vw;
  max-width: 92vw;
}
section#anysisnonatsuhukudesuzushikukaroyakani .other_coordinate .slider .mySwiper button.other_item {
  margin-bottom: 0;
}
section#anysisnonatsuhukudesuzushikukaroyakani .other_coordinate .slider .swiper-button-next,
section#anysisnonatsuhukudesuzushikukaroyakani .other_coordinate .slider .swiper-button-prev {
  width: 10%;
  color: #000;
  --swiper-navigation-size: 16px !important;
  top: var(--swiper-navigation-top-offset, 22%) !important;
}
section#anysisnonatsuhukudesuzushikukaroyakani .list_of_items {
  margin: 0 auto;
}

.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);
  }
}
@media screen and (min-width: 744px) {
  .pc_hidden {
    display: none;
  }
  #modal_wrap {
    top: 50%;
    right: 0;
    left: 0;
    max-height: 48.756vw;
    margin: 0 auto;
    padding: 6.88197vw 8.0527vw;
    transform: translateY(-50%);
  }
  #modal_wrap #modal #close {
    top: -5.5vw;
    right: -6vw;
  }
  #modal_wrap #modal #modal_inner .index_head {
    max-width: 23.0606vw;
    width: 100%;
    margin: 0 auto 2.19619vw;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link {
    display: block;
    max-width: 17.49633vw;
    width: 100%;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link img {
    display: block;
    max-width: 10.3953vw;
    margin: 0 auto 1.61054vw;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link .text_wrap {
    max-width: 100%;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link .text_wrap .text {
    text-align: center;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link .text_wrap .text.underline {
    display: block;
    margin: 0 auto;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link .text_wrap .text.underline:after {
    bottom: 0.5vw;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.first {
    margin: 0;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.first .text_wrap .text.underline.first {
    width: 162px;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.first .text_wrap .text.underline.second {
    width: 96px;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.second {
    margin: 0;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.second .text_wrap .text.underline {
    width: 186px;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.third {
    margin: 0;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.third .text_wrap .text.underline {
    width: 118px;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.fourth {
    margin: 0;
  }
  #modal_wrap #modal #modal_inner .anchor_link_wrap .anchor_link.fourth .text_wrap .text.underline {
    width: 106px;
  }
  .main_visual {
    margin: 0 auto 3.66032vw;
    padding-bottom: 3.4407vw;
  }
  .main_visual .logo_wrap {
    top: 1.537333vw;
    left: 1.756955vw;
    max-width: 10.9287vw;
  }
  .main_visual .swiper {
    display: none;
  }
  .main_visual .image_wrap {
    display: flex;
  }
  .main_visual .image_wrap img {
    max-width: 50%;
  }
  .main_visual .title_wrap {
    top: 4.466vw;
    bottom: auto;
    max-width: 100%;
    width: 100%;
  }
  .main_visual .title_wrap .title_en {
    max-width: 29.356vw;
    margin: 0 auto 1.2vw;
  }
  .main_visual .title_wrap .title_ja.top1 {
    max-width: 43.6316vw;
    margin: 0 27.4525vw -2.2vw auto;
  }
  .main_visual .title_wrap .title_ja.top1 .decoration_line {
    bottom: -1vw;
    max-width: 42.533vw;
  }
  .main_visual .title_wrap .title_ja.top2 {
    max-width: 44.656vw;
    margin: 0 auto 0 27.3797vw;
  }
  .main_visual .title_wrap .title_ja.top2 .decoration_line {
    bottom: -1.5vw;
    max-width: 43.7048vw;
  }
  .main_visual .title_wrap .title_ja.bottom {
    max-width: 34.7736vw;
  }
  .description {
    margin: 3.66032vw auto 7.9795vw;
    font-size: 20px;
    line-height: 2.3;
    text-align: center;
  }
  section {
    margin-bottom: 12.0509vw;
  }
  section .head_wrap {
    margin: 0 auto 14.6413vw;
    padding: 3.4407vw 0 3.95315vw;
  }
  section .head_wrap:before {
    bottom: -7.2vw;
    height: 7.32066vw;
  }
  section .head_wrap .image_wrap {
    max-width: 7.02782vw;
    margin: 0 auto 1.3177196vw;
  }
  section .head_wrap .head {
    max-width: 26vw;
    height: 3.95315vw;
    margin: 0 auto 2.342603vw;
  }
  section .head_wrap .head:before {
    top: -0.7vw;
    height: 100%;
  }
  section .head_wrap .head .text {
    max-width: 24.8503vw;
  }
  section .head_wrap .head .line {
    bottom: -1.2vw;
  }
  section .credit_wrap {
    max-width: 26vw;
    margin: 0;
  }
  section .credit_wrap .credit.sp_hidden {
    display: flex;
  }
  section .credit_wrap .credit .details_wrap {
    max-width: 17.57vw;
  }
  section .credit_wrap .credit .details_wrap a {
    width: 76px;
  }
  section .credit_wrap .credit .details_wrap.expand a {
    width: 100%;
  }
  section .accordion_wrap {
    margin-top: 1.5625vw;
  }
  section .accordion_wrap button.other_item {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0.7326vw 0;
  }
  section .accordion_wrap .accordion {
    margin: 1.5625vw auto 0;
  }
  section .accordion_wrap .accordion .credit_wrap {
    margin: 0 auto;
  }
  section .variation {
    max-width: 60vw;
    width: 100%;
    margin: 0 auto;
  }
  section .variation .head {
    margin: 0 auto 2.342603vw;
  }
  section .variation .head span {
    font-size: 24px;
  }
  section .variation .head .fadeInImgL {
    bottom: -2vw;
  }
  section .variation.color .head {
    max-width: 312px;
  }
  section .variation.coordinate .head {
    max-width: 345px;
  }
  section .variation .only_pc_layout_parent {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  section .variation .only_pc_layout_parent .only_pc_layout {
    display: block;
    max-width: 28vw;
    width: 100%;
  }
  section .variation .only_pc_layout_parent .only_pc_layout .credit_wrap {
    max-width: 100%;
    margin: 0 auto;
  }
  section .only_pc_layout_parent {
    max-width: 75.9156vw;
    width: 100%;
    margin: 0 auto 4.905vw;
  }
  section .only_pc_layout_parent .only_pc_layout {
    display: flex;
    justify-content: space-between;
  }
  section .only_pc_layout_parent .only_pc_layout .sub_head_wrap {
    max-width: 33.0166vw;
    width: 100%;
    margin-bottom: 0;
  }
  section .only_pc_layout_parent .only_pc_layout .sub_head_wrap .num_wrap {
    max-width: 9.375vw;
    margin: 0 auto 1.756955vw;
  }
  section .only_pc_layout_parent .only_pc_layout .sub_head_wrap .catchphrase {
    max-width: 27.3797vw;
  }
  section .only_pc_layout_parent .only_pc_layout .sub_head_wrap .catchphrase .fadeInTxtLAfter {
    bottom: -0.5vw;
    left: -2.8vw;
    max-width: 19.034vw;
  }
  section .only_pc_layout_parent .only_pc_layout .styling_image_wrap.first {
    max-width: 37.775vw;
    margin: 8.1259vw 0 0;
  }
  section .only_pc_layout_parent .only_pc_layout .styling_image_wrap.second {
    max-width: 33.0166vw;
    margin: 0;
  }
  section .only_pc_layout_parent .only_pc_layout.second {
    position: relative;
    margin-top: -30.165vw;
  }
  section .only_pc_layout_parent .only_pc_layout.second .styling_description {
    position: absolute;
    top: -11vw;
    left: 8vw;
    max-width: 24.5977vw;
    margin: 0;
  }
  section .only_pc_layout_parent .only_pc_layout.second .styling_description .tag {
    top: 0;
    left: -8vw;
    width: 6.661788vw;
    height: 6.661788vw;
  }
  section .list_of_items {
    margin: 5.856512vw auto 0;
  }
  section .movie_wrap {
    max-width: 31.3324vw;
    margin: 0 auto 7.8331vw;
  }
  section .movie_wrap iframe {
    min-height: 55.6vw;
  }
  section .design_variation .sub_head_wrap {
    margin-bottom: 1.756955vw;
  }
  section .design_variation .sub_head_wrap .num_text_wrap .num {
    max-width: 5.856512vw;
  }
  section .design_variation .seven_items_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 73.939vw;
    width: 100%;
    margin: 0 auto 7.687vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.first, section .design_variation .seven_items_wrap .image_text_wrap_parent.second {
    align-items: center;
    justify-content: space-between;
    gap: 0;
    margin: 0;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.first {
    max-width: 44.876vw;
    margin-top: 1.7vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.first .image_text_wrap {
    max-width: 9.370995vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.first .image_text_wrap.first img.still_life {
    margin-top: 1.5625vw;
    margin-bottom: 3.807vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.first .image_text_wrap.first img.item_name {
    max-width: 5.4178vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.first .image_text_wrap.second img.still_life {
    max-width: 8.712vw;
    margin-top: 1.1713vw;
    margin-bottom: 3.4407vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.first .image_text_wrap.second img.item_name {
    max-width: 8.858vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.first .image_text_wrap.third img.still_life {
    max-width: 8.9312vw;
    margin-top: 1.8vw;
    margin-bottom: 2.781844vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.first .image_text_wrap.third img.item_name {
    max-width: 7.5408vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.first .image_text_wrap.fourth img.still_life {
    max-width: 8.4193vw;
    margin-top: -1.7vw;
    margin-bottom: 2.342603vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.first .image_text_wrap.fourth img.item_name {
    max-width: 4.246vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.second {
    max-width: 26vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.second .image_text_wrap {
    max-width: 7.5408vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.second .image_text_wrap.fifth img.still_life {
    max-width: 5.8599vw;
    margin-bottom: 1.83016vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.second .image_text_wrap.fifth img.item_name {
    max-width: 6.14934vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.second .image_text_wrap.sixth img.still_life {
    max-width: 6.58858vw;
    margin-bottom: 1.61054vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.second .image_text_wrap.sixth img.item_name {
    max-width: 4.39239vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.second .image_text_wrap.seventh img.still_life {
    margin-top: 1.3177196vw;
    margin-bottom: 2.85505vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent.second .image_text_wrap.seventh img.item_name {
    max-width: 4.6125vw;
  }
  section .design_variation .seven_items_wrap .image_text_wrap_parent .image_text_wrap {
    max-width: 9.370995vw;
    margin: 0;
  }
  section .only_pc_layout_parent {
    padding-top: 4vw;
  }
  section .only_pc_layout_parent.style01 {
    padding-top: 0vw;
  }
  section#index {
    max-width: 78.185vw;
    margin: 0 auto 6.14934vw;
  }
  section#index .index_head {
    max-width: 23.0606vw;
    margin: 0 auto 2.19619vw;
  }
  section#index .anchor_link_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto 6.14934vw;
  }
  section#index .anchor_link_wrap .anchor_link {
    display: block;
    max-width: 17.49633vw;
    width: 100%;
  }
  section#index .anchor_link_wrap .anchor_link img {
    display: block;
    max-width: 10.3953vw;
    margin: 0 auto 1.61054vw;
  }
  section#index .anchor_link_wrap .anchor_link .text_wrap {
    max-width: 100%;
  }
  section#index .anchor_link_wrap .anchor_link .text_wrap .text {
    text-align: center;
  }
  section#index .anchor_link_wrap .anchor_link .text_wrap .text.underline {
    display: block;
    margin: 0 auto;
  }
  section#index .anchor_link_wrap .anchor_link .text_wrap .text.underline:after {
    bottom: 0.5vw;
  }
  section#index .anchor_link_wrap .anchor_link.first .text_wrap .text.underline.first {
    width: 162px;
  }
  section#index .anchor_link_wrap .anchor_link.first .text_wrap .text.underline.second {
    width: 96px;
  }
  section#index .anchor_link_wrap .anchor_link.second .text_wrap .text.underline {
    width: 186px;
  }
  section#index .anchor_link_wrap .anchor_link.third .text_wrap .text.underline {
    width: 118px;
  }
  section#index .anchor_link_wrap .anchor_link.fourth .text_wrap .text.underline {
    width: 106px;
  }
  section#homeralady .variation.color.style03 .image_wrap {
    max-width: 27.16vw;
    margin: 0 auto 0;
  }
  section#homeralady .variation.color.style03 .credit_wrap {
    margin: 0 auto 7.32066vw;
  }
  section#homeralady .only_pc_layout_parent.style01 .only_pc_layout.second .credit_wrap, section#homeralady .only_pc_layout_parent.style03 .only_pc_layout.second .credit_wrap {
    margin: 34.1142vw 5.856512vw 0 auto;
  }
  section#homeralady .only_pc_layout_parent.style01 .only_pc_layout.second .accordion_wrap .accordion .credit_wrap, section#homeralady .only_pc_layout_parent.style03 .only_pc_layout.second .accordion_wrap .accordion .credit_wrap {
    margin: 0 auto;
  }
  section#homeralady .only_pc_layout_parent.style02 .only_pc_layout.second .credit_wrap, section#homeralady .only_pc_layout_parent.style04 .only_pc_layout.second .credit_wrap {
    margin: 34.1142vw auto 0 5.856512vw;
  }
  section#homeralady .only_pc_layout_parent.style02 .only_pc_layout.second .credit_wrap .accordion_wrap .accordion .credit_wrap, section#homeralady .only_pc_layout_parent.style04 .only_pc_layout.second .credit_wrap .accordion_wrap .accordion .credit_wrap {
    margin: 0 auto;
  }
  section#homeralady .only_pc_layout_parent.style02 .only_pc_layout.first {
    flex-direction: row-reverse;
  }
  section#homeralady .only_pc_layout_parent.style02 .only_pc_layout.first .sub_head_wrap .catchphrase {
    max-width: 26.062vw;
  }
  section#homeralady .only_pc_layout_parent.style02 .only_pc_layout.first .sub_head_wrap .catchphrase .fadeInTxtLAfter {
    max-width: 100%;
    margin: 0px auto 1.83016vw;
  }
  section#homeralady .only_pc_layout_parent.style02 .only_pc_layout.first .sub_head_wrap .catchphrase .fadeInTxtLBefore {
    max-width: 22.7677vw;
  }
  section#homeralady .only_pc_layout_parent.style02 .only_pc_layout.first .styling_image_wrap.second {
    margin: 0;
  }
  section#homeralady .only_pc_layout_parent.style02 .only_pc_layout.second {
    flex-direction: row-reverse;
  }
  section#homeralady .only_pc_layout_parent.style02 .only_pc_layout.second .styling_image_wrap.second {
    margin: 0;
  }
  section#homeralady .only_pc_layout_parent.style02 .only_pc_layout.second .styling_description {
    right: 0;
    left: auto;
  }
  section#homeralady .only_pc_layout_parent.style02 .only_pc_layout.second .styling_description .tag {
    right: auto;
    left: -8.5vw;
  }
  section#homeralady .only_pc_layout_parent.style03 .sub_head_wrap .catchphrase {
    max-width: 29.649vw;
  }
  section#homeralady .only_pc_layout_parent.style03 .sub_head_wrap .catchphrase .fadeInTxtLAfter {
    left: 1vw;
    max-width: 19.034vw;
  }
  section#homeralady .only_pc_layout_parent.style04 .only_pc_layout.first {
    flex-direction: row-reverse;
  }
  section#homeralady .only_pc_layout_parent.style04 .only_pc_layout.first .sub_head_wrap .catchphrase {
    max-width: 27.3797vw;
  }
  section#homeralady .only_pc_layout_parent.style04 .only_pc_layout.first .sub_head_wrap .catchphrase .fadeInTxtLAfter {
    top: -0.5vw;
    left: -1.5vw;
    max-width: 26.062vw;
  }
  section#homeralady .only_pc_layout_parent.style04 .only_pc_layout.first .styling_image_wrap.first {
    margin: 8.1259vw 0 0;
  }
  section#homeralady .only_pc_layout_parent.style04 .only_pc_layout.second {
    flex-direction: row-reverse;
  }
  section#homeralady .only_pc_layout_parent.style04 .only_pc_layout.second .styling_description {
    right: 0;
    left: auto;
  }
  section#smartbeautystrech .head_wrap .head {
    height: 6.661788vw;
    max-width: 24.5977vw;
  }
  section#smartbeautystrech .head_wrap .head:before {
    height: 100%;
  }
  section#smartbeautystrech .head_wrap .head .text {
    max-width: 21.0103vw;
  }
  section#smartbeautystrech .design_variation .sub_head_wrap {
    margin-bottom: 0;
  }
  section#smartbeautystrech .design_variation .sub_head_wrap .text {
    margin-bottom: 1vw;
  }
  section#smartbeautystrech .only_pc_layout_parent .only_pc_layout .styling_image_wrap.first .catchphrase {
    top: 8.63833vw;
    left: 4.75842vw;
    max-width: 5.637vw;
  }
  section#smartbeautystrech .only_pc_layout_parent .only_pc_layout .styling_image_wrap.second {
    max-width: 33.0166vw;
    margin: 0;
  }
  section#smartbeautystrech .only_pc_layout_parent .only_pc_layout .styling_description {
    max-width: 33.0166vw;
  }
  section#smartbeautystrech .only_pc_layout_parent .only_pc_layout.second {
    margin: -40vw 0 0;
  }
  section#smartbeautystrech .only_pc_layout_parent.style01 .only_pc_layout.second .credit_wrap, section#smartbeautystrech .only_pc_layout_parent.style03 .only_pc_layout.second .credit_wrap, section#smartbeautystrech .only_pc_layout_parent.style05 .only_pc_layout.second .credit_wrap {
    margin: 44vw 5.856512vw 0 auto;
  }
  section#smartbeautystrech .only_pc_layout_parent.style01 .only_pc_layout.second .accordion_wrap .accordion .credit_wrap, section#smartbeautystrech .only_pc_layout_parent.style03 .only_pc_layout.second .accordion_wrap .accordion .credit_wrap, section#smartbeautystrech .only_pc_layout_parent.style05 .only_pc_layout.second .accordion_wrap .accordion .credit_wrap {
    margin: 0 auto;
  }
  section#smartbeautystrech .only_pc_layout_parent.style02 .only_pc_layout.second .credit_wrap, section#smartbeautystrech .only_pc_layout_parent.style04 .only_pc_layout.second .credit_wrap {
    margin: 44vw auto 0 5.856512vw;
  }
  section#smartbeautystrech .only_pc_layout_parent.style02 .only_pc_layout.second .credit_wrap .accordion_wrap .accordion .credit_wrap, section#smartbeautystrech .only_pc_layout_parent.style04 .only_pc_layout.second .credit_wrap .accordion_wrap .accordion .credit_wrap {
    margin: 0 auto;
  }
  section#smartbeautystrech .only_pc_layout_parent.style01 .only_pc_layout.second .styling_description {
    left: 0;
  }
  section#smartbeautystrech .only_pc_layout_parent.style02 .only_pc_layout.first, section#smartbeautystrech .only_pc_layout_parent.style02 .only_pc_layout.second {
    flex-direction: row-reverse;
  }
  section#smartbeautystrech .only_pc_layout_parent.style02 .only_pc_layout.first .styling_image_wrap.first .catchphrase {
    top: 9.370995vw;
    right: 4.68521vw;
    left: auto;
  }
  section#smartbeautystrech .only_pc_layout_parent.style02 .only_pc_layout.second .styling_description {
    right: 0;
    left: auto;
  }
  section#smartbeautystrech .only_pc_layout_parent.style03 .only_pc_layout.second .styling_description {
    left: 0;
  }
  section#smartbeautystrech .only_pc_layout_parent.style04 .only_pc_layout.first, section#smartbeautystrech .only_pc_layout_parent.style04 .only_pc_layout.second {
    flex-direction: row-reverse;
  }
  section#smartbeautystrech .only_pc_layout_parent.style04 .only_pc_layout.second .styling_description {
    right: 0;
    left: auto;
  }
  section#smartbeautystrech .only_pc_layout_parent.style05 .only_pc_layout.first .styling_image_wrap.first .catchphrase {
    top: 11.1277vw;
    right: 3.4407vw;
    left: auto;
  }
  section#smartbeautystrech .only_pc_layout_parent.style05 .only_pc_layout.second .styling_description {
    left: 0;
  }
  section#comforteasy .head_wrap .head {
    height: 6.661788vw;
    max-width: 24.5977vw;
  }
  section#comforteasy .head_wrap .head:before {
    top: -0.5vw;
    height: 100%;
  }
  section#comforteasy .head_wrap .head .text {
    max-width: 24.027vw;
  }
  section#comforteasy .function_wrap .sub_head_wrap {
    margin-bottom: 2.342603vw;
  }
  section#comforteasy .function_wrap .sub_head_wrap .text.first {
    max-width: 8vw;
    margin: 0 auto 1.5625vw;
  }
  section#comforteasy .function_wrap .image_text_wrap_parent {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0;
    max-width: 56.735vw;
    margin: 0 auto 5.08982vw;
  }
  section#comforteasy .function_wrap .image_text_wrap_parent .image_wrap {
    max-width: 5.4178vw;
  }
  section#comforteasy .types_colors_variation .sub_head_wrap {
    margin-bottom: 1.756955vw;
  }
  section#comforteasy .types_colors_variation .sub_head_wrap .text {
    max-width: 12vw;
    margin: 0 auto 0.951687vw;
  }
  section#comforteasy .types_colors_variation .sub_head_wrap img {
    max-width: 16.984vw;
  }
  section#comforteasy .types_colors_variation .image_wrap_parent {
    max-width: 45.4617vw;
    height: 28.4777vw;
    margin: 0 auto 8.712vw;
  }
  section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.first {
    max-width: 18.302vw;
  }
  section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.first .item_name {
    left: 2vw;
    max-width: 5.637vw;
  }
  section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.second {
    top: 2vw;
    left: 9.5vw;
    max-width: 14.2758vw;
  }
  section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.second .item_name {
    bottom: -1.5vw;
    left: 1vw;
    max-width: 8.712vw;
  }
  section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.third {
    top: 1.4vw;
    right: 14vw;
    max-width: 11.1277vw;
  }
  section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.third .item_name {
    bottom: -3vw;
    right: 2vw;
    max-width: 6.51537vw;
  }
  section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.fourth {
    top: 2.8vw;
    right: 5vw;
    max-width: 13.397vw;
  }
  section#comforteasy .types_colors_variation .image_wrap_parent .image_wrap.fourth .item_name {
    bottom: -2vw;
    right: 4vw;
    max-width: 4.1vw;
  }
  section#comforteasy .only_pc_layout_parent .only_pc_layout.second .styling_image_wrap.second {
    margin: 0;
  }
  section#comforteasy .only_pc_layout_parent .only_pc_layout.second .styling_description {
    left: 0;
    max-width: 33.0166vw;
  }
  section#comforteasy .only_pc_layout_parent.style01 .only_pc_layout.second .credit_wrap, section#comforteasy .only_pc_layout_parent.style03 .only_pc_layout.second .credit_wrap {
    margin: 34vw 5.856512vw 0 auto;
  }
  section#comforteasy .only_pc_layout_parent.style01 .only_pc_layout.second .accordion_wrap .accordion .credit_wrap, section#comforteasy .only_pc_layout_parent.style03 .only_pc_layout.second .accordion_wrap .accordion .credit_wrap {
    margin: 0 auto;
  }
  section#comforteasy .only_pc_layout_parent.style02 .only_pc_layout.second .credit_wrap {
    margin: 34vw auto 0 5.856512vw;
  }
  section#comforteasy .only_pc_layout_parent.style02 .only_pc_layout.second .credit_wrap .accordion_wrap .accordion .credit_wrap {
    margin: 0 auto;
  }
  section#comforteasy .only_pc_layout_parent.style01 .only_pc_layout.first .sub_head_wrap .catchphrase {
    max-width: 30.015vw;
    margin: 0 auto;
  }
  section#comforteasy .only_pc_layout_parent.style01 .only_pc_layout.first .sub_head_wrap .catchphrase .fadeInTxtLAfter {
    top: -0.5vw;
    left: -2.5vw;
    max-width: 30.165vw;
  }
  section#comforteasy .only_pc_layout_parent.style02 .only_pc_layout.first, section#comforteasy .only_pc_layout_parent.style02 .only_pc_layout.second {
    flex-direction: row-reverse;
  }
  section#comforteasy .only_pc_layout_parent.style02 .only_pc_layout.first .sub_head_wrap .catchphrase {
    max-width: 27.819vw;
    margin: 0 auto;
  }
  section#comforteasy .only_pc_layout_parent.style02 .only_pc_layout.first .sub_head_wrap .catchphrase .fadeInTxtLAfter {
    margin: 0 auto 1.3177196vw;
  }
  section#comforteasy .only_pc_layout_parent.style02 .only_pc_layout.first .sub_head_wrap .catchphrase .fadeInTxtLBefore {
    max-width: 26.2812vw;
  }
  section#comforteasy .only_pc_layout_parent.style02 .only_pc_layout.second .styling_description {
    left: auto;
    right: 0;
  }
  section#comforteasy .only_pc_layout_parent.style03 .only_pc_layout.first .sub_head_wrap .catchphrase {
    max-width: 30.015vw;
    margin: 0 auto;
  }
  section#comforteasy .only_pc_layout_parent.style03 .only_pc_layout.first .sub_head_wrap .catchphrase .fadeInTxtLAfter {
    bottom: -0.1vw;
    left: -2vw;
    max-width: 20.864vw;
  }
  section#comforteasy .only_pc_layout_parent.style03 .only_pc_layout.first .sub_head_wrap .catchphrase .fadeInTxtLBefore {
    max-width: 100%;
  }
  section#comforteasy .variation.coordinate .head {
    max-width: 26vw;
    margin: 0 auto 4.39239vw;
  }
  section#comforteasy .variation.coordinate .head span {
    display: block;
    font-size: 24px;
    margin: 0 auto;
  }
  section#comforteasy .variation.coordinate .head .fadeInImgL {
    bottom: -1vw;
  }
  section#comforteasy .variation.coordinate .other_coordinate_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 4.39239vw;
    max-width: 58vw;
    width: 100%;
    margin: 0 auto 5.856512vw;
  }
  section#comforteasy .variation.coordinate .other_coordinate_contents .image_wrap_parent {
    max-width: 26vw;
    width: 100%;
  }
  section#comforteasy .variation.coordinate .other_coordinate_contents .image_wrap_parent .image_wrap {
    max-width: 16.0322vw;
    margin: 0 auto 1.83016vw;
  }
  section#comforteasy .variation.coordinate .other_coordinate_contents .image_wrap_parent .sub_head {
    font-size: 18px;
    text-align: center;
  }
  section#comforteasy .variation.coordinate .other_coordinate_contents .image_wrap_parent .sub_head span {
    font-size: 18px;
    line-height: 1.7777777778;
  }
  section#comforteasy .variation.coordinate .other_coordinate_contents .image_wrap_parent .sub_head span.highlight {
    display: inline-block;
    border-bottom: 3px solid #fac7c7;
  }
  section#comforteasy .variation.coordinate .other_coordinate_contents .image_wrap_parent .description {
    margin: 1.5625vw auto 2.63543vw;
    font-size: 13px;
    line-height: 2;
  }
  section#comforteasy .variation.coordinate .other_coordinate_contents .image_wrap_parent .credit_wrap {
    max-width: 100%;
  }
  section#comforteasy .variation.coordinate .other_coordinate_contents .image_wrap_parent .credit_wrap .credit .details_wrap {
    max-width: 18vw;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .head_wrap .image_wrap {
    max-width: 13.1777vw;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .head_wrap .head {
    height: 6.661788vw;
    max-width: 24.5977vw;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .head_wrap .head:before {
    top: -0.7vw;
    max-width: 100%;
    height: 100%;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .head_wrap .head .text {
    max-width: 21.596vw;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .head_wrap .head .line {
    bottom: -1vw;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent .only_pc_layout.first .styling_image_wrap .catchphrase.img {
    top: 4.68521vw;
    left: 4.39239vw;
    max-width: 2.92826vw;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent .only_pc_layout.second {
    margin-top: -36vw;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent .only_pc_layout.second .styling_image_wrap.second {
    margin: 0;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent .only_pc_layout.second .styling_description {
    max-width: 33.0166vw;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style02 .only_pc_layout.second .credit_wrap, section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style04 .only_pc_layout.second .credit_wrap {
    margin: 41vw 5.856512vw 0 auto;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style02 .only_pc_layout.second .accordion_wrap .accordion .credit_wrap, section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style04 .only_pc_layout.second .accordion_wrap .accordion .credit_wrap {
    margin: 0 auto;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style01 .only_pc_layout.second .credit_wrap, section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style03 .only_pc_layout.second .credit_wrap, section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style05 .only_pc_layout.second .credit_wrap {
    margin: 41vw auto 0 5.856512vw;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style01 .only_pc_layout.second .credit_wrap .accordion_wrap .accordion .credit_wrap, section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style03 .only_pc_layout.second .credit_wrap .accordion_wrap .accordion .credit_wrap, section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style05 .only_pc_layout.second .credit_wrap .accordion_wrap .accordion .credit_wrap {
    margin: 0 auto;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style01 .only_pc_layout.first, section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style01 .only_pc_layout.second {
    flex-direction: row-reverse;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style01 .only_pc_layout.second .styling_description {
    right: 0;
    left: auto;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style01 .only_pc_layout.first .sub_head_wrap .catchphrase.text {
    max-width: 22vw;
    font-size: 24px;
    white-space: nowrap;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style02 .only_pc_layout.second .styling_description {
    left: 0;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style02 .only_pc_layout.first .sub_head_wrap .catchphrase.text {
    max-width: 22vw;
    font-size: 24px;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style03 .only_pc_layout.first, section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style03 .only_pc_layout.second {
    flex-direction: row-reverse;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style03 .only_pc_layout.first .sub_head_wrap .catchphrase.text {
    max-width: 27vw;
    font-size: 24px;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style03 .only_pc_layout.first .styling_image_wrap .catchphrase.img {
    top: 6.14934vw;
    right: 5.8599vw;
    left: auto;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style03 .only_pc_layout.second .styling_description {
    right: 0;
    left: auto;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style04 .only_pc_layout.second .styling_description {
    left: 0;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style04 .only_pc_layout.first .sub_head_wrap .catchphrase.text {
    max-width: 30vw;
    font-size: 24px;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style04 .only_pc_layout.first .styling_image_wrap .catchphrase.img {
    top: 7.687vw;
    right: 4.026358vw;
    left: auto;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style05 .only_pc_layout.first, section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style05 .only_pc_layout.second {
    flex-direction: row-reverse;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style05 .only_pc_layout.first .sub_head_wrap .catchphrase.text {
    max-width: 23vw;
    font-size: 24px;
  }
  section#anysisnonatsuhukudesuzushikukaroyakani .only_pc_layout_parent.style05 .only_pc_layout.second .styling_description {
    right: 0;
    left: auto;
  }
}
.p-footer {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .p-footer {
    padding: 80px 0px 0px;
  }
}
.p-footer__btn {
  margin: 0 auto 240px;
  max-width: 712px;
}

@media (max-width: 767px) {
  .p-footer__btn {
    margin: 0 auto 90px;
  }
}
.p-footer__btn-list {
  display: flex;
  margin: 0 -20px;
}

@media (max-width: 767px) {
  .p-footer__btn-list {
    display: block;
    margin: 0;
  }
}
.p-footer__btn-item {
  width: 50%;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .p-footer__btn-item {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }
}
.p-footer__btn-item a {
  display: block;
  background: #c4b68e;
  color: #fff;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  padding: 30px 0;
  text-align: center;
}

.p-footer__inner {
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-footer__inner {
    width: auto;
    padding: 0 20px;
  }
}
.p-footer__link {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .p-footer__link {
    gap: 12px;
  }
}
.p-footer__linkItem {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1001px) {
  .p-footer__linkItem {
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 1000px) {
  .p-footer__linkItem {
    width: calc(50% - 0.6rem);
    height: 70px;
  }
}
.p-footer__linkInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #bcac83;
}

@media (max-width: 1000px) {
  .p-footer__linkInner {
    height: 70px;
  }
}
.p-footer__linkInner svg {
  display: block;
  width: auto;
  height: 100%;
}

.p-footer__linkInner path {
  fill: #fff;
}

.p-footer__note {
  text-align: center;
  font-size: 14px;
  line-height: 1.7857142857;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin-bottom: 80px;
}

@media (max-width: 1000px) {
  .p-footer__note {
    font-size: 12px;
    text-align: left;
    line-height: 2;
    padding: 0 20px;
    margin-bottom: 70px;
  }
}
.p-footer__bottom {
  background-color: #bcac83;
  padding-top: 120px;
  margin-top: 240px;
}

@media (max-width: 767px) {
  .p-footer__bottom {
    padding-top: 40px;
    margin-top: 80px;
  }
}
.p-footer__brand-logo {
  width: 137px;
}

.p-footer__brand-logo,
.p-footer__sns-list {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.p-footer__sns-list {
  align-items: center;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .p-footer__sns-list {
    margin-top: 70px;
  }
}
.p-footer__sns-item {
  display: table;
  transition: opacity 0.5s;
  margin: 0 auto;
  padding: 0 15px;
}

.p-footer__sns-item img {
  text-align: center;
  width: 30px;
}

.p-footer__sns-item:hover {
  opacity: 0.6;
}

.p-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5.6rem;
  gap: 1.2rem;
}

@media (max-width: 767px) {
  .p-footer__nav-list {
    gap: 10px;
    margin-top: 70px;
  }
}
.p-footer__nav-item {
  color: #fff;
  font-family: "EB Garamond", serif;
  letter-spacing: -0.03em;
  transition: opacity 0.5s;
}

@media (max-width: 767px) {
  .p-footer__nav-item {
    font-size: 12px;
  }
}
.p-footer__nav-item:hover {
  opacity: 0.6;
}

.p-footer__company-logo {
  display: block;
  width: 140px;
  margin-top: 5.6rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .p-footer__company-logo {
    margin-top: 70px;
  }
}
.p-footer__copyright {
  margin-top: 6rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: "EB Garamond", serif;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .p-footer__copyright {
    font-size: 12px;
    margin-top: 70px;
  }
}/*# sourceMappingURL=common.css.map */