@charset "UTF-8";
/* ========================================
   変数・Fonts
======================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ========================================
   リセット / ノーマライズ
======================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  color: #000;
  background-color: #DBDBDA;
}

/* ========================================
   PC用背景・メニュー
======================================== */
.bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background: url(../images/bg.jpg) no-repeat center center/cover;
}

.logo-brand {
  position: fixed;
  left: 2%;
  top: 1.8vw;
  z-index: 60000;
}

.menu-pc {
  position: fixed;
  right: 0;
  width: calc(180px + 8vw);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 60000;
}
.menu-pc h2 {
  width: 110px;
  margin: 0 auto 30px;
}
.menu-pc dl {
  margin-bottom: 30px;
}
.menu-pc dl dt,
.menu-pc dl dd {
  display: block;
  text-align: center;
  margin: 0 0 4px;
}
.menu-pc dl dt img,
.menu-pc dl dd img {
  display: block;
  margin: 0 auto;
}
.menu-pc dl dt {
  margin-bottom: 2px;
}
.menu-pc dl dd {
  border-bottom: 1px solid #000;
}
.menu-pc dl dd a {
  display: block;
  padding: 10px 0 6px 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.menu-pc dl dd a:hover {
  opacity: 0.5;
}
.menu-pc .share-list {
  gap: 8px;
  padding: 15px 0 0;
}
.menu-pc .share-list li {
  width: 25px;
}
.menu-pc .share-list li .share-list__icon {
  width: 25px;
}

/* ========================================
   ヘッダー
======================================== */
.header {
  position: relative;
  background: #fff;
  z-index: 15;
}

/* ========================================
   コンテンツ
======================================== */
.container {
  padding: 0 20px;
}

.wrapper {
  position: relative;
  width: 100%;
  padding-right: calc(180px + 8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main {
  position: relative;
  z-index: 100;
  width: 360px;
  padding-top: calc(50vh - 150px);
  overflow: hidden;
  background: #fff;
}

.mv {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.mv-bg {
  position: fixed;
  left: calc(100vw - calc(180px + 8vw) - 360px);
  top: 0;
  width: 360px;
  height: 100vh;
  z-index: -1;
}
.mv-bg .mv-bg-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.mv-bg .mv-bg-item img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-logo {
  position: relative;
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
}

.mv-lead {
  margin: 200px 0 140px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.mv-lead p {
  margin-bottom: 28px;
  letter-spacing: 0.18em;
  line-height: 1.8;
}

.mv-copy {
  position: relative;
  padding: 40px 40px 0;
  background: #fff;
}
.mv-copy h2 {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}
.mv-copy p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

/* ========================================
   共通：セクションタイトル
======================================== */
.sec-ttl {
  margin: 0 0 30px;
  text-align: center;
}
.sec-ttl img {
  display: inline-block;
  height: auto;
}

/* ========================================
   Product セクション
======================================== */
.sec-product {
  padding: 150px 0 120px;
  background: #fff;
}

.product-block {
  margin-bottom: 50px;
}
.product-block__img {
  position: relative;
  width: 100%;
  margin: -40px 0 0;
  z-index: 5;
}
.product-block__img img {
  display: block;
  margin: 0 auto;
}
.product-block__explain {
  position: relative;
  padding: 60px 0;
  margin-top: -60px;
}
.product-block__explain--wax {
  background: url(../images/bg-wax.jpg) no-repeat center center/contain #E9E8E4;
}
.product-block__explain--grease {
  background: url(../images/bg-grease.jpg) no-repeat center center/contain #E9E8E4;
}
.product-block__name {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
.product-block__name span {
  font-size: 75%;
}
.product-block__desc {
  max-width: 295px;
  margin: 0 auto 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.product-block--wax .product-block__ttl {
  color: #C44040;
}
.product-block--grease .product-block__ttl {
  color: #2D8E8E;
}

/* ========================================
   Fragrance セクション
======================================== */
.sec-fragrance {
  position: relative;
  padding: 50px 0 120px;
  z-index: 5;
  background: url(../images/fragrance-bg.jpg) no-repeat center bottom/contain #E9E7E3;
}
.sec-fragrance::before, .sec-fragrance::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 14%;
  z-index: -1;
}
.sec-fragrance::before {
  top: -49px;
  background: url(../images/bg-heag_fragrance.png) no-repeat 0 0/contain;
}
.sec-fragrance::after {
  bottom: -49px;
  background: url(../images/bg-bottom_fragrance.png) no-repeat 0 0/contain;
}
.sec-fragrance .sec-ttl {
  margin-bottom: 20px;
}
.sec-fragrance__img {
  margin-bottom: 30px;
}
.sec-fragrance__img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec-fragrance__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

/* ========================================
   Styling セクション
======================================== */
.sec-styling {
  padding: 140px 0 180px;
  background: #fff;
}

body .styling-block {
  padding-bottom: 120px;
  overflow: hidden;
  color: #fff;
}
body .styling-block__inner {
  position: relative;
  padding: 45px 20px 0;
  text-align: center;
  background-size: contain;
  background-position: center 0;
  background-repeat: no-repeat;
  z-index: 5;
}
body .styling-block__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body .styling-block__bg span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body .styling-block__bg span img {
  width: 100%;
}
body .styling-block__bg span:nth-child(1) {
  opacity: 1;
}
body .styling-block__bg span:nth-child(2) {
  opacity: 0;
}
body .styling-block__ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
body .styling-block__name {
  position: relative;
  margin: -20px 0 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.3em;
  z-index: 2;
}
body .styling-block__feature {
  position: relative;
  margin: 0 0 7.4rem;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.25em;
  z-index: 2;
}
body .styling-block__product {
  max-width: 240px;
  width: 60vw;
  margin: 0 auto 20px;
}
body .styling-block__product img {
  display: block;
  width: 100%;
  height: auto;
}
body .styling-block__desc {
  position: relative;
  max-width: 280px;
  margin: 0 auto -10px;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0;
  z-index: 10;
}
body .styling-block__before {
  padding: 0 20px;
}
body .styling-block__ba {
  position: relative;
  padding: 70px 0 0;
  margin-top: 40px;
  z-index: 10;
}
body .styling-block__ba-number {
  position: absolute;
  right: 20px;
  top: 0;
}
body .styling-block__after-ttl {
  position: relative;
  margin: -235px 0 6px;
  padding-left: 160px;
}
body .styling-block__after-gallery {
  position: relative;
  padding: 0 0 25px;
}
body .styling-block__after-gallery .swiper-button-prev,
body .styling-block__after-gallery .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin-top: -30px;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
body .styling-block__after-gallery .swiper-button-prev::after,
body .styling-block__after-gallery .swiper-button-next::after {
  font-size: 11px;
  font-weight: 900;
}
body .styling-block__after-gallery .swiper-button-prev {
  left: 40px;
}
body .styling-block__after-gallery .swiper-button-next {
  right: 40px;
}
body .styling-block__after-gallery .swiper-scrollbar {
  position: relative;
  left: 0;
  right: 0;
  bottom: -10px;
  width: calc(100% - 160px);
  height: 2px;
  margin: 30px auto 0;
  background: #fff;
  border-radius: 0;
}
body .styling-block__after-gallery .swiper-scrollbar .swiper-scrollbar-drag {
  background: #000;
  border-radius: 0;
}
body .styling-block__after-item {
  width: 210px;
}
body .styling-block__after-item img {
  display: block;
  width: 100%;
  height: auto;
}
body .styling-block__after-item:first-child {
  margin-left: 120px;
}
body .styling-block__after-item:last-child {
  margin-right: 20px;
}

body .styling-block__howto {
  position: relative;
  padding: 45px 0 50px;
  z-index: 5;
}
body .styling-block__howto h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
body .styling-block__howto-desc {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
  z-index: 5;
}
body .styling-block__howto-desc p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 15px;
}
body .styling-block__howto-desc p:first-child {
  position: relative;
  padding: 0;
}
body .styling-block__howto--wax::after, body .styling-block__howto--grease::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
body .styling-block__howto--wax::after {
  background: #B75B50;
}
body .styling-block__howto--wax .styling-block__howto-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #8C261E;
}
body .styling-block__howto--grease::after {
  background: #366C87;
}
body .styling-block__howto--grease .styling-block__howto-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #0E3551;
}

.styling-block__howto-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin: 0 -15px;
}
.styling-block__howto-wrap .swiper-button-prev,
.styling-block__howto-wrap .swiper-button-next {
  position: static;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-top: -35px;
  color: #fff;
}
.styling-block__howto-wrap .swiper-button-prev::after,
.styling-block__howto-wrap .swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
}

body .styling-block__howto-slider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
body .styling-block__howto-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
body .styling-block__howto-slider .swiper-pagination {
  position: relative;
  top: auto;
}
body .styling-block__howto-slider .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  margin: 0 2px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
body .styling-block__howto-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.styling-block__howto-desc {
  position: relative;
  min-height: 4em;
}
.styling-block__howto-desc p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.styling-block__howto-desc p.is-active {
  opacity: 1;
}

.styling-block--wax {
  background: #D1877D;
}
.styling-block--wax .styling-block__after-gallery .swiper-button-next::after,
.styling-block--wax .styling-block__after-gallery .swiper-button-prev::after {
  color: #AB473D;
}
.styling-block--wax .styling-block__after-gallery .swiper-scrollbar .swiper-scrollbar-drag {
  background: #AB473D;
}

.styling-block--grease {
  background: #6097AE;
}
.styling-block--grease .styling-block__after-gallery .swiper-button-next::after,
.styling-block--grease .styling-block__after-gallery .swiper-button-prev::after {
  color: #245977;
}
.styling-block--grease .styling-block__after-gallery .swiper-scrollbar .swiper-scrollbar-drag {
  background: #245977;
}

/* ========================================
   Bottom セクション
======================================== */
.sec-bottom {
  position: relative;
  padding: 10px 0 60px;
  background: #E3E2DD;
  z-index: 5;
}
.sec-bottom::before, .sec-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 14%;
  z-index: -1;
}
.sec-bottom::before {
  bottom: -49px;
  background: url(../images/bottom-bg-head.png) no-repeat 0 0/contain;
}
.sec-bottom::after {
  top: -49px;
  background: url(../images/bottom-bg-bottom.png) no-repeat 0 0/contain;
}
.sec-bottom__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 10px;
}
.sec-bottom__logo {
  margin: 0;
  text-align: center;
}
.sec-bottom__logo img {
  display: inline-block;
  width: 160px;
  height: auto;
}
.sec-bottom__title {
  margin: 0 0 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.04em;
  text-align: center;
}
.sec-bottom__capacity {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}
.sec-bottom__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 8px;
}
.sec-bottom__features-col {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sec-bottom__features-col li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.sec-bottom__img {
  margin-bottom: 5px;
}
.sec-bottom__img img {
  display: block;
  max-width: 235px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.sec-bottom__btn {
  margin: 0;
  text-align: center;
}
.sec-bottom__btn a {
  position: relative;
  display: block;
  max-width: 260px;
  margin: 0 auto 15px;
  padding: 20px 20px 20px 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  border-radius: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sec-bottom__btn a::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sec-bottom__btn a:hover {
  color: #000;
  background: #fff;
}
.sec-bottom__btn a:hover::after {
  border-color: #000;
}
.sec-bottom__btn-pink a {
  background: #D1877D;
  border-color: #D1877D;
}
.sec-bottom__btn-pink a:hover {
  color: #D1877D;
  background: #fff;
}
.sec-bottom__btn-pink a:hover::after {
  border-color: #D1877D;
}
.sec-bottom__btn-blue a {
  background: #6097AE;
  border-color: #6097AE;
}
.sec-bottom__btn-blue a:hover {
  color: #6097AE;
  background: #fff;
}
.sec-bottom__btn-blue a:hover::after {
  border-color: #6097AE;
}

/* ========================================
   Partner セクション
======================================== */
.sec-partner {
  position: relative;
  padding: 170px 0 0;
  background: #fff;
}
.sec-partner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ========================================
   Share セクション
======================================== */
.sec-share {
  padding: 170px 0 120px;
  background: #fff;
}
.sec-share .sec-ttl {
  margin-bottom: 15px;
}

.share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.share-list__icon {
  display: block;
  width: 65px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.share-list__icon:hover {
  opacity: 0.7;
}

/* ========================================
   ページトップボタン
======================================== */
.page-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 50;
}

/* ========================================
   フッター
======================================== */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 45px 0;
  color: #fff;
  background: #000;
}
.footer a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer a:hover {
  opacity: 0.7;
}
.footer .copyright {
  display: block;
  padding: 8px 0 0;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

/* ========================================
   メニュー
======================================== */
.menu {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1500;
}
.menu.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.menu span {
  display: block;
  width: 23px;
  height: 1px;
  background: #fff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.menu.is-open span:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(25deg);
          transform: translateY(4px) rotate(25deg);
}
.menu.is-open span:nth-child(2) {
  -webkit-transform: translateY(-4px) rotate(-25deg);
          transform: translateY(-4px) rotate(-25deg);
}

.menu-body {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1000;
}
.menu-body.is-open {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-body__inner {
  padding: 100px 20px 120px;
}
.menu-body__inner dl {
  position: relative;
  width: 90%;
  margin: 0 auto 50px;
}
.menu-body__inner dl dt {
  margin-bottom: 12px;
}
.menu-body__inner dl dd {
  margin: 0 0 8px;
}
.menu-body__inner dl dd a {
  position: relative;
  display: block;
  padding: 20px 0 8px;
  border-bottom: 1px solid #000;
}
.menu-body__inner dl dd a::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 18px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #000;
  border-right: 1.5px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.menu-share {
  position: relative;
  padding: 30px 0 0;
}
.menu-share .sec-ttl {
  margin-bottom: 8px;
}
.menu-share .share-list {
  gap: 12px;
}
.menu-share .share-list li .share-list__icon {
  width: 40px;
}

/* ========================================
   レスポンシブ
======================================== */
.sp-only {
  display: none;
}

@media screen and (max-width: 960px) {
  .wrapper {
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv-bg {
    left: calc(50vw - 180px);
  }
  .menu-pc {
    width: calc(50vw - 180px);
  }
}
@media screen and (max-width: 768px) {
  .logo-brand {
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .logo-brand,
  .menu-pc {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .wrapper {
    display: block;
  }
  .main {
    width: 100%;
    padding-top: calc(50vh - 200px);
  }
  .mv-lead {
    font-size: 4.5vw;
  }
  .mv-copy h2 {
    font-size: 6.8vw;
    width: 93%;
  }
  .mv-bg {
    left: 0;
    width: 100vw;
  }
  .sec-product {
    padding-bottom: calc(90px + 13.5vw);
  }
  .sec-fragrance {
    background: url(../images/fragrance-bg.jpg) no-repeat center bottom/cover #E9E7E3;
  }
  .sec-fragrance::before {
    top: -13.5vw;
  }
  .sec-fragrance::after {
    bottom: -13.5vw;
  }
  .sec-styling {
    padding-top: calc(180px + 13.5vw);
  }
  .sec-bottom::before {
    bottom: -13.5vw;
  }
  .sec-bottom::after {
    top: -13.5vw;
  }
  .sec-share {
    padding-top: calc(10px + 30vw);
  }
  body .styling-block__inner {
    position: relative;
    background: none !important;
    background-size: contain;
    background-position: center bottom;
    z-index: 4;
  }
  body .styling-block__inner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 64px;
    width: 100%;
    height: 200%;
    z-index: -1;
  }
  body .styling-block__feature {
    margin-bottom: calc(0px + 45vw);
  }
}
/* ========================================
   アニメーション
======================================== */
.mv-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 2s ease, backdrop-filter 2s ease;
  transition: opacity 2s ease, backdrop-filter 2s ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  z-index: 5;
}

.mv-bg.is-loaded::after {
  opacity: 0;
}

.js-fade {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-fade.is-show {
  opacity: 1;
}

.js-bounce {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.36s ease;
  transition: 0.36s ease;
}
.js-bounce.is-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.js-wipe {
  position: relative;
  overflow: hidden;
}
.js-wipe span {
  display: block;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.js-wipe.is-show span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-slideIn {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.js-slideIn.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}