@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&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=Lilita+One&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oranienbaum&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Rochester&family=Shippori+Mincho&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/puv5inx.css");
@font-face {
  font-family: "Optima";
  font-style: normal;
  font-weight: normal;
  src: local("Optima"), url("OPTIMA.woff") format("woff");
}
@media screen and (max-width: 743px) {
  .sp_hidden {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

main {
  overflow: hidden;
}

a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

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

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

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

.image_wrap {
  width: 100%;
}

.swiper {
  width: 100%;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.active {
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInOnTheSpot {
  opacity: 0;
  animation: fadeIn 1s forwards;
  overflow: hidden;
}

.fadeInImgT {
  opacity: 0;
}
.fadeInImgT.active {
  animation-name: fadeInImgFromTop;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeInImgFromTop {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}
.fadeInImgTOnTheSpot {
  opacity: 0;
  animation-name: fadeInImgFromTop;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.fadeInImgB {
  opacity: 0;
}
.fadeInImgB.active {
  animation-name: fadeInImgFromBottom;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeInImgFromBottom {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
    opacity: 1;
  }
}
.fadeInImgBOnTheSpot {
  opacity: 0;
  animation-name: fadeInImgFromBottom;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

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

@keyframes fadeInImgFromLeft {
  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;
  }
}
.fadeInImgLOnTheSpot {
  opacity: 0;
  animation-name: fadeInImgFromLeft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.fadeInImgR {
  opacity: 0;
}
.fadeInImgR.active {
  animation-name: fadeInImgFromRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes fadeInImgFromRight {
  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;
  }
}
.fadeInImgROnTheSpot {
  opacity: 0;
  animation-name: fadeInImgFromRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.fadeUp {
  opacity: 0;
}
.fadeUp.active {
  animation: fadeUp 1s forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpOnTheSpot {
  opacity: 0;
  animation: fadeUp 1s forwards;
}

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

.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);
  }
}
.shrinkOnTheSpot {
  width: 100%;
  overflow: hidden;
  animation-name: shrinkOnTheSpot;
  animation-duration: 3s;
  opacity: 0;
  animation-fill-mode: forwards;
}

@keyframes shrinkOnTheSpot {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.floating {
  opacity: 0;
}
.floating.active {
  opacity: 1;
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.pop-up {
  opacity: 0;
}
.pop-up.active {
  animation: popup 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.popUpOnTheSpot {
  opacity: 0;
  animation: popup 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes popup {
  0% {
    transform: translateY(10px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
.main_visual {
  position: relative;
  width: 100%;
  margin-bottom: 10.66666vw;
}
.main_visual .image_wrap_parent {
  width: 100%;
}
.main_visual .image_wrap_parent .title_wrap {
  position: relative;
  width: 100%;
  height: 39.2vw;
  background: #f36012;
}
.main_visual .image_wrap_parent .title_wrap .speech_bubble {
  position: absolute;
  max-width: 18.93334vw;
  width: 100%;
}
.main_visual .image_wrap_parent .title_wrap .speech_bubble.hot {
  top: -11.46666vw;
  left: 3.46666vw;
}
.main_visual .image_wrap_parent .title_wrap .speech_bubble.hot.popUpOnTheSpot {
  animation-delay: 1s;
}
.main_visual .image_wrap_parent .title_wrap .speech_bubble.cold {
  top: -19.468vw;
  left: 19.468vw;
}
.main_visual .image_wrap_parent .title_wrap .speech_bubble.cold.popUpOnTheSpot {
  animation-delay: 1.2s;
}
.main_visual .image_wrap_parent .title_wrap .title {
  position: absolute;
  bottom: 6.93333vw;
  right: 0;
  left: 0;
  max-width: 82.668vw;
  width: 100%;
  margin: auto;
}
.main_visual .logo_wrap {
  position: absolute;
  top: 5.335vw;
  left: 5.335vw;
  max-width: 21.068vw;
  width: 100%;
}

.main_description {
  width: 100%;
  margin-bottom: 26.6667vw;
  line-height: 2.5714285714;
  text-align: center;
}

#index {
  width: 100%;
  margin-bottom: 26.6667vw;
}
#index .anchor_link_wrap {
  display: flex;
  -moz-column-gap: 4.26666vw;
       column-gap: 4.26666vw;
  max-width: 86.934vw;
  width: 100%;
  margin: 0 auto;
}
#index .anchor_link_wrap.top {
  margin-bottom: 4.26666vw;
}
#index .anchor_link_wrap .head {
  max-width: 26.135vw;
  width: 100%;
  padding-top: 4.26666vw;
  border-top: 8px solid #baa663;
}
#index .anchor_link_wrap .head img {
  display: block;
  max-width: 8vw;
  margin: 0 auto;
}
#index .anchor_link_wrap .anchor_link {
  max-width: 26.135vw;
  width: 100%;
}

section {
  position: relative;
  width: 100%;
  margin-bottom: 26.6667vw;
  padding-top: 44.5334vw;
}
section .head_wrap {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
section .head_wrap .item_number {
  max-width: 33.6vw;
  width: 100%;
  margin: 0 auto 6.4vw;
}
section .head_wrap .head {
  width: 100%;
  margin: 0 auto 4.26666vw;
}
section .head_wrap .item_name_ja {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2px 8px 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #000;
  white-space: nowrap;
}
section .image_wrap.main {
  margin-bottom: 8.53334vw;
}
section .image_wrap.sub {
  max-width: 77.868vw;
}
section .catchphrase {
  width: 100%;
}
section .image_wrap_parent {
  position: relative;
}
section .image_wrap_parent:before {
  content: "";
  z-index: -9999;
  position: absolute;
  bottom: 35.7334vw;
  left: 0;
  width: 100%;
  height: 127.2vw;
  background-repeat: no-repeat;
  background-size: cover;
}
section .image_wrap_parent .image_wrap {
  max-width: 77.868vw;
}
section .image_wrap_parent .styling_advice {
  position: absolute;
  width: 100%;
}
section .introduction {
  width: 100%;
}
section .introduction .image_wrap {
  margin: 0 auto 6.4vw;
}
section .introduction .description {
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto 7.46666vw;
  line-height: 2.1428571429;
}
section .introduction .credit_wrap {
  position: relative;
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto;
}
section .introduction .credit_wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 1px;
}
section .introduction .credit_wrap .credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .introduction .credit_wrap .credit.sp_hidden {
  display: none;
}
section .introduction .credit_wrap .credit:not(:last-of-type) {
  margin-bottom: 16px;
}
section .introduction .credit_wrap .credit .items_wrap p {
  line-height: 1;
}
section .introduction .credit_wrap .credit .items_wrap .item {
  margin-bottom: 2px;
  font-size: 12px;
}
section .introduction .credit_wrap .credit .items_wrap .price {
  font-family: "Crimson Text", serif;
  font-size: 17px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
section .introduction .credit_wrap .credit .items_wrap .price .tax {
  font-size: 9px;
}
section .introduction .credit_wrap .credit .details_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 1.066666vw;
       column-gap: 1.066666vw;
  max-width: 54.4vw;
  width: 100%;
}
section .introduction .credit_wrap .credit .details_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 26.6667vw;
  width: 100%;
  height: 30px;
}
section .introduction .credit_wrap .credit .details_wrap a span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
section .introduction .credit_wrap .credit .details_wrap.orange a {
  background: #f36012;
}
section .introduction .credit_wrap .credit .details_wrap.gold a {
  background: #baa663;
}
section .introduction .accordion_wrap {
  margin: 5.335vw 0 8.53334vw;
}
section .introduction .accordion_wrap button.other_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 89.6vw;
  width: 100%;
  height: 11.2vw;
  margin: 5.335vw auto;
  background: #fff;
  border: 1px solid #000;
}
section .introduction .accordion_wrap button.other_item.show {
  margin-bottom: 5.335vw;
}
section .introduction .accordion_wrap button.other_item.show:before {
  opacity: 0;
}
section .introduction .accordion_wrap button.other_item span {
  font-family: "Crimson Text", serif;
}
section .introduction .accordion_wrap .accordion {
  max-width: 89.6vw;
  width: 100%;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
section .introduction .accordion_wrap .accordion .credit_wrap {
  padding-top: 0;
}
section .introduction .accordion_wrap .accordion .credit_wrap .credit .details_wrap {
  margin-bottom: 0;
}
section .introduction .accordion_wrap .accordion .credit_wrap .credit .details_wrap a {
  max-width: 100%;
}
section .introduction .accordion_wrap .accordion .credit_wrap .credit .details_wrap.orange a {
  background: #f36012;
}
section .introduction .accordion_wrap .accordion .credit_wrap .credit .details_wrap.gold a {
  background: #baa663;
}
section#item01 .head_wrap .head {
  max-width: 47.735vw;
}
section#item01 .catchphrase {
  max-width: 61.068vw;
  margin: 0 auto 8.53334vw 6.135vw;
}
section#item01 .swiper {
  max-width: 84.267vw;
  margin: 0 0 3.2vw auto;
}
section#item01 .introduction .image_wrap {
  width: 110%;
  margin: 0 auto 6.4vw -10vw;
}
section#item02 .head_wrap .head {
  max-width: 42.6667vw;
}
section#item02 .catchphrase {
  max-width: 75.735vw;
  margin: 0 8vw 8.53334vw auto;
}
section#item02 .image_wrap_parent:before {
  background-image: url(../img/item_02_background_gold.svg);
}
section#item02 .image_wrap_parent .image_wrap.sub1 {
  margin: 0 auto 8.53334vw 0;
}
section#item02 .image_wrap_parent .image_wrap.sub2 {
  margin: 0 0 0 auto;
}
section#item02 .image_wrap_parent .styling_advice {
  max-width: 37.868vw;
  bottom: 30.4vw;
  left: 18.135vw;
}
section#item02 .introduction .image_wrap {
  margin: -11vw auto 6.4vw -6vw;
}
section#item03 .head_wrap .head {
  max-width: 62.668vw;
}
section#item03 .catchphrase {
  max-width: 75.735vw;
  margin: 0 auto 8.53334vw 6.135vw;
}
section#item03 .image_wrap.sub {
  margin: 0 0 4.26666vw auto;
}
section#item03 .introduction .image_wrap {
  margin: 0 auto 6.4vw -6.5vw;
}
section#item04 .head_wrap .head {
  max-width: 48.268vw;
}
section#item04 .swiper {
  margin-bottom: 8.53334vw;
}
section#item04 .catchphrase {
  max-width: 84.267vw;
  margin: 0 8vw 8.53334vw auto;
}
section#item04 .image_wrap.sub {
  margin: 0 auto 0 0;
}
section#item04 .introduction .image_wrap {
  margin: -8vw -12vw 6.4vw auto;
}
section#item05 {
  margin-bottom: 16vw;
}
section#item05 .head_wrap .head {
  max-width: 48vw;
}
section#item05 .catchphrase {
  max-width: 84.267vw;
  margin: 0 auto 8.53334vw 7.73334vw;
}
section#item05 .image_wrap_parent:before {
  background-image: url(../img/item_05_background_orange.svg);
}
section#item05 .image_wrap_parent .image_wrap.sub1 {
  margin: 0 0 8.53334vw auto;
}
section#item05 .image_wrap_parent .image_wrap.sub2 {
  margin: 0 auto 0 0;
}
section#item05 .image_wrap_parent .styling_advice {
  max-width: 38.668vw;
  bottom: 46.668vw;
  right: 11.73334vw;
}
section#item05 .introduction .image_wrap {
  margin: -31vw -14vw 6.4vw auto;
}

.other_items_wrap {
  width: 100%;
  padding-bottom: 16vw;
}
.other_items_wrap .other_items {
  max-width: 89.6vw;
  width: 100%;
  height: 20.8vw;
  margin: 0 auto;
}
.other_items_wrap .other_items a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #baa663;
}
.other_items_wrap .other_items a span {
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}

footer {
  width: 100%;
  padding: 16vw 0 6.4vw;
  background: #baa663;
}
footer .logo_wrap {
  max-width: 21.33334vw;
  width: 100%;
  margin: 0 auto 13.86666vw;
}
footer .instagram {
  width: 8vw;
  height: 8vw;
  margin: 0 auto 12.53333vw;
}
footer .related_links_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 8.53334vw;
}
footer .related_links_wrap .related_link {
  display: flex;
  align-items: center;
  max-width: 78.935vw;
  width: 100%;
  height: 15.735vw;
  margin: 0 auto;
  border: 1px solid #000;
}
footer .related_links_wrap .related_link:not(:last-of-type) {
  margin-bottom: 4.26666vw;
}
footer .related_links_wrap .related_link a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 15.735vw;
  text-align: center;
}
footer .annotation {
  max-width: 78.935vw;
  width: 100%;
  margin: 0 auto 13.86666vw;
  font-size: 12px;
  line-height: 2.1666666667;
}
footer .onward_crosset {
  max-width: 42.135vw;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 744px) {
  .pc_hidden {
    display: none;
  }
  .main_visual {
    margin-bottom: 7.32066vw;
    overflow: hidden;
  }
  .main_visual .image_wrap_parent {
    display: flex;
  }
  .main_visual .image_wrap_parent .image_wrap {
    max-width: 65.9595vw;
  }
  .main_visual .image_wrap_parent .title_wrap {
    max-width: calc(100% - 65.9595vw);
    height: auto;
  }
  .main_visual .image_wrap_parent .title_wrap .speech_bubble {
    max-width: 7.4676vw;
  }
  .main_visual .image_wrap_parent .title_wrap .speech_bubble.hot {
    top: 9vw;
    right: 7.3vw;
    left: auto;
  }
  .main_visual .image_wrap_parent .title_wrap .speech_bubble.cold {
    top: 13vw;
    left: 0;
  }
  .main_visual .image_wrap_parent .title_wrap .title {
    top: 50%;
    bottom: auto;
    right: 4.539vw;
    left: auto;
    transform: translateY(-50%);
    max-width: 40.1909vw;
    margin: 0;
  }
  .main_visual .logo_wrap {
    top: 1.5625vw;
    left: 1.756955vw;
    max-width: 5.7838vw;
  }
  .main_description {
    margin: 0 auto 9.9561vw;
  }
  .content_wrap_for_pc {
    width: 100%;
  }
  .content_wrap_for_pc #index {
    display: none;
    position: fixed;
    top: 7.32066vw;
    left: 6.661788vw;
    max-width: 23.8658vw;
    margin-bottom: 0;
  }
  .content_wrap_for_pc #index.isFixed {
    display: block;
  }
  .content_wrap_for_pc #index.isHidden {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .content_wrap_for_pc #index .anchor_link_wrap {
    -moz-column-gap: 1.1713vw;
         column-gap: 1.1713vw;
    max-width: 23.8658vw;
  }
  .content_wrap_for_pc #index .anchor_link_wrap.top {
    margin-bottom: 1.1713vw;
  }
  .content_wrap_for_pc #index .anchor_link_wrap .head {
    max-width: 7.1748vw;
    padding-top: 1.1713vw;
  }
  .content_wrap_for_pc #index .anchor_link_wrap .head img {
    max-width: 2.19619vw;
  }
  .content_wrap_for_pc #index .anchor_link_wrap .anchor_link {
    max-width: 7.1748vw;
  }
  .content_wrap_for_pc .section_wrap {
    max-width: 27.526vw;
    width: 100%;
    margin: 0 auto;
  }
  .content_wrap_for_pc .section_wrap section {
    margin-bottom: 7.32066vw;
    padding-top: 12.1528vw;
  }
  .content_wrap_for_pc .section_wrap section .head_wrap .item_number {
    max-width: 9.2245vw;
    margin: 0 auto 1.756955vw;
  }
  .content_wrap_for_pc .section_wrap section .head_wrap .head {
    margin: 0 auto 1.1713vw;
  }
  .content_wrap_for_pc .section_wrap section .image_wrap.main {
    margin-bottom: 2.342603vw;
  }
  .content_wrap_for_pc .section_wrap section .image_wrap.sub {
    max-width: 21vw;
  }
  .content_wrap_for_pc .section_wrap section .image_wrap_parent:before {
    bottom: 9.81vw;
    height: 34.92vw;
  }
  .content_wrap_for_pc .section_wrap section .image_wrap_parent .image_wrap {
    max-width: 21.3768vw;
  }
  .content_wrap_for_pc .section_wrap section .introduction {
    display: none;
  }
  .content_wrap_for_pc .section_wrap section .introduction.js-fixed-elm.is-fixed {
    display: block;
    position: fixed;
    top: 0;
  }
  .content_wrap_for_pc .section_wrap section .introduction .image_wrap {
    margin: 0 auto;
  }
  .content_wrap_for_pc .section_wrap section .introduction .description {
    max-width: 24.5977vw;
    margin: 0 auto 1vw;
  }
  .content_wrap_for_pc .section_wrap section .introduction .credit_wrap {
    max-width: 24.5977vw;
  }
  .content_wrap_for_pc .section_wrap section .introduction .credit_wrap.hidden {
    display: none;
  }
  .content_wrap_for_pc .section_wrap section .introduction .credit_wrap .credit .details_wrap {
    -moz-column-gap: 0.292826vw;
         column-gap: 0.292826vw;
    max-width: 14.9346vw;
  }
  .content_wrap_for_pc .section_wrap section .introduction .credit_wrap .credit .details_wrap a {
    max-width: 7.32066vw;
  }
  .content_wrap_for_pc .section_wrap section .introduction .accordion_wrap {
    margin: 1vw 0;
  }
  .content_wrap_for_pc .section_wrap section .introduction .accordion_wrap button.other_item {
    max-width: 24.5977vw;
    height: 3.07467vw;
    margin: 1vw auto;
  }
  .content_wrap_for_pc .section_wrap section .introduction .accordion_wrap button.other_item.show {
    margin-bottom: 1vw;
  }
  .content_wrap_for_pc .section_wrap section .introduction .accordion_wrap .accordion {
    max-width: 24.5977vw;
    height: 0;
    overflow: hidden;
  }
  .content_wrap_for_pc .section_wrap section#item01 .head_wrap .head {
    max-width: 13.10398vw;
  }
  .content_wrap_for_pc .section_wrap section#item01 .catchphrase {
    max-width: 16.7648vw;
    margin: 0 auto 2.342603vw 1.684vw;
  }
  .content_wrap_for_pc .section_wrap section#item01 .swiper {
    max-width: 23.1333vw;
    margin: 0 0 0 auto;
  }
  .content_wrap_for_pc .section_wrap section#item01 .introduction {
    max-width: 30.308vw;
    top: 0;
    right: 3.001467vw;
  }
  .content_wrap_for_pc .section_wrap section#item01 .introduction .image_wrap {
    max-width: 100%;
    margin: 0 auto;
  }
  .content_wrap_for_pc .section_wrap section#item02 .head_wrap .head {
    max-width: 11.7136vw;
  }
  .content_wrap_for_pc .section_wrap section#item02 .catchphrase {
    max-width: 20.791vw;
    margin: 0 2.19619vw 2.342603vw auto;
  }
  .content_wrap_for_pc .section_wrap section#item02 .image_wrap_parent .image_wrap.sub1 {
    margin: 0 auto 2.342603vw 0;
  }
  .content_wrap_for_pc .section_wrap section#item02 .image_wrap_parent .image_wrap.sub2 {
    margin: 0 0 0 auto;
  }
  .content_wrap_for_pc .section_wrap section#item02 .image_wrap_parent .styling_advice {
    max-width: 10.542vw;
    bottom: 8.346vw;
    left: 5.08982vw;
  }
  .content_wrap_for_pc .section_wrap section#item02 .introduction {
    max-width: 24.5977vw;
    top: 0;
    right: 5.856512vw;
  }
  .content_wrap_for_pc .section_wrap section#item02 .introduction .image_wrap {
    margin: 0 auto;
  }
  .content_wrap_for_pc .section_wrap section#item03 .head_wrap .head {
    max-width: 17.2035vw;
  }
  .content_wrap_for_pc .section_wrap section#item03 .catchphrase {
    max-width: 20.791vw;
    margin: 0 auto 2.342603vw 1.684vw;
  }
  .content_wrap_for_pc .section_wrap section#item03 .image_wrap.sub {
    margin: 0 0 0 auto;
  }
  .content_wrap_for_pc .section_wrap section#item03 .introduction {
    max-width: 30vw;
    top: 0;
    right: 2.5vw;
  }
  .content_wrap_for_pc .section_wrap section#item03 .introduction .image_wrap {
    max-width: 20vw;
    margin: 0 auto;
  }
  .content_wrap_for_pc .section_wrap section#item03 .introduction .description {
    max-width: 100%;
  }
  .content_wrap_for_pc .section_wrap section#item04 .head_wrap .head {
    max-width: 13.1777vw;
  }
  .content_wrap_for_pc .section_wrap section#item04 .catchphrase {
    max-width: 23.1333vw;
    margin: 0 2.19619vw 2.342603vw auto;
  }
  .content_wrap_for_pc .section_wrap section#item04 .swiper {
    margin-bottom: 2.342603vw;
  }
  .content_wrap_for_pc .section_wrap section#item04 .image_wrap.sub {
    margin: 0 auto 0 0;
  }
  .content_wrap_for_pc .section_wrap section#item04 .introduction {
    max-width: 28.7701vw;
    top: 0;
    right: 3.73353vw;
  }
  .content_wrap_for_pc .section_wrap section#item04 .introduction .image_wrap {
    margin: 0 auto;
  }
  .content_wrap_for_pc .section_wrap section#item05 {
    margin-bottom: 7.32066vw;
  }
  .content_wrap_for_pc .section_wrap section#item05 .head_wrap .head {
    max-width: 13.1777vw;
  }
  .content_wrap_for_pc .section_wrap section#item05 .catchphrase {
    max-width: 23.1333vw;
    margin: 0 auto 2.342603vw 2.12299vw;
  }
  .content_wrap_for_pc .section_wrap section#item05 .image_wrap_parent .image_wrap.sub1 {
    margin: 0 0 2.342603vw auto;
  }
  .content_wrap_for_pc .section_wrap section#item05 .image_wrap_parent .image_wrap.sub2 {
    margin: 0 auto 0 0;
  }
  .content_wrap_for_pc .section_wrap section#item05 .image_wrap_parent .styling_advice {
    bottom: 12.592vw;
    right: 3.14788vw;
    max-width: 10.615vw;
  }
  .content_wrap_for_pc .section_wrap section#item05 .introduction {
    max-width: 30vw;
    top: 0;
    right: 2.5vw;
  }
  .content_wrap_for_pc .section_wrap section#item05 .introduction .image_wrap {
    max-width: 20vw;
    margin: 0 auto;
  }
  .content_wrap_for_pc .section_wrap section#item05 .introduction .description {
    max-width: 100%;
  }
  .content_wrap_for_pc .section_wrap .other_items_wrap {
    padding-bottom: 0;
  }
  .content_wrap_for_pc .section_wrap .other_items_wrap .other_items {
    max-width: 24.5977vw;
    height: 5.7106vw;
    margin: 0 auto 7.32066vw;
  }
  footer {
    padding: 4.466vw 0 1.756955vw;
  }
  footer .logo_wrap {
    max-width: 5.856512vw;
    margin: 0 auto 3.73353vw;
  }
  footer .instagram {
    width: 2.19619vw;
    height: 2.19619vw;
    margin: 0 auto 3.4407vw;
  }
  footer .related_links_wrap {
    justify-content: space-between;
    max-width: 69.693vw;
    margin: 0 auto 3.4407vw;
  }
  footer .related_links_wrap .related_link {
    max-width: 21.6696vw;
    height: 4.3197vw;
    margin: 0;
  }
  footer .related_links_wrap .related_link:not(:last-of-type) {
    margin-bottom: 0;
  }
  footer .related_links_wrap .related_link a {
    line-height: 4.3197vw;
  }
  footer .annotation {
    max-width: 100%;
    margin: 0 auto 3.807vw;
    text-align: center;
  }
  footer .onward_crosset {
    max-width: 11.567vw;
  }
}/*# sourceMappingURL=common.css.map */