@charset "UTF-8";
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

body {
  width: 100%;
}

img {
  vertical-align: top;
}

.find-fragrance-btn {
  display: block;
  margin: 0px auto;
}

.contents-inner {
  margin-top: 0;
  background-color: #fff;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.splide__arrow:focus-visible {
  outline: none;
}

.anime_trigger {
  opacity: 0;
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.anime_trigger.base_anime {
  transform: translateY(20px);
}

.anime_trigger.is_fade {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.anime_trigger.fragrance-background {
  transition: opacity 1s ease-out, transform 0.75s ease;
}

.section-main-visual {
  -webkit-animation: fade_in 3s ease;
  animation: fade_in 3s ease;
}

.section-main-visual .kv-wrap {
  -webkit-animation: fade_in 1s ease, keyvisual_animation 1s ease-out;
  animation: fade_in 1s ease, keyvisual_animation 1s ease-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.text-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@-webkit-keyframes keyvisual_animation {
  0% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes keyvisual_animation {
  0% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes modal_open {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }

  20% {
    z-index: 1000001;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    z-index: 1000001;
  }
}

@keyframes modal_open {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }

  20% {
    z-index: 1000001;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    z-index: 1000001;
  }
}

@-webkit-keyframes modal_close {
  0% {
    z-index: 1000001;
    opacity: 1;
    transform: translateY(0);
  }

  20% {
    z-index: -1;
  }

  100% {
    opacity: 0;
    transform: translateY(20%);
  }
}

@keyframes modal_close {
  0% {
    z-index: 1000001;
    opacity: 1;
    transform: translateY(0);
  }

  20% {
    z-index: -1;
  }

  100% {
    opacity: 0;
    transform: translateY(20%);
  }
}

@-webkit-keyframes modal_bg_open {
  0% {
    opacity: 0;
  }

  20% {
    z-index: 1000001;
  }

  100% {
    opacity: 1;
    z-index: 1000001;
  }
}

@keyframes modal_bg_open {
  0% {
    opacity: 0;
  }

  20% {
    z-index: 1000001;
  }

  100% {
    opacity: 1;
    z-index: 1000001;
  }
}

@-webkit-keyframes modal_bg_close {
  0% {
    opacity: 1;
    z-index: 1000001;
  }

  99% {
    z-index: -1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes modal_bg_close {
  0% {
    opacity: 1;
    z-index: 1000001;
  }

  99% {
    z-index: -1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scroll_induction {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes scroll_induction {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 769px) {
  header.header {
    margin-bottom: 0;
  }

  .section+.section {
    margin-top: 0px;
  }

  .page-contents {
    position: relative;
  }

  .page-contents .products-container {
    position: relative;
  }

  .page-contents .products-container .products-list {
    position: relative;
    margin-bottom: 50px;
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide {
    position: relative;
    overflow: hidden;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-annotation {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 15px;
    text-align: left;
    color: #999;
    margin-top: 10px;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-item {
    display: flex;
    flex-direction: column;
    min-height: 290px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    transition: opacity 0.3s;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-item .product-label {
    position: absolute;
    top: 5px;
    left: 6px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 10px;
    text-align: left;
    color: #fff;
    pointer-events: none;
    z-index: 1;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-item .product-label.label-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    padding: 4px 9px 4px 9px;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-item .product-label.label-en {
    font-family: "TTCommons-Medium", "TT Commons", sans-serif;
    font-weight: 400;
    padding: 5px 9px 3px 9px;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-item .product-label+.product-label {
    top: 25px;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-item .product-label.product-annotation {
    padding: 4px 0px 2px 0px;
    background-color: #fff !important;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: left;
    color: #999;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-item .product-thumbnail {
    padding-top: 20px;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-item .product-info {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    background-color: inherit;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-item .product-info .product-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-align: left;
    color: #555;
    min-height: 36px;
    pointer-events: none;
    z-index: 1;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-item .product-info img {
    border-radius: 5px 5px 0px 0px;
    transition-duration: 0.5s;
    z-index: -1;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-item .product-info .product-value {
    margin-top: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-align: left;
    color: #555;
    padding-bottom: 26px;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-item .category-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-align: left;
    color: #555;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-item .category-fragrance {
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.12em;
    line-height: 15px;
    text-align: left;
    color: #999;
    margin-top: 5px;
    text-transform: uppercase;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide .product-item:hover {
    opacity: 0.5;
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide:not(.splide__slide--clone) {
    opacity: 0;
    transform: translateY(20px);
  }

  .page-contents .products-container .products-list .splide__track .splide__list .splide__slide:not(.splide__slide--clone).is_anim {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition-delay: var(--slide-delay);
  }

  .page-contents .products-container .products-list .splide__arrows {
    color: #707070;
  }

  .page-contents .products-container .products-list .splide__arrows .splide__arrow:disabled {
    opacity: 0;
    pointer-events: none;
  }

  .page-contents .products-container .products-list .splide__arrows .splide__arrow--prev {
    background: url(../images/icons/slider_arrow_left.svg) no-repeat center center/20px auto;
    transition: transform 0.3s;
  }

  .page-contents .products-container .products-list .splide__arrows .splide__arrow--prev:hover {
    transform: translateX(-5px) translateY(-50%);
  }

  .page-contents .products-container .products-list .splide__arrows .splide__arrow--next {
    background: url(../images/icons/slider_arrow_right.svg) no-repeat center center/20px auto;
    transition: transform 0.3s;
  }

  .page-contents .products-container .products-list .splide__arrows .splide__arrow--next:hover {
    transform: translateX(5px) translateY(-50%);
  }

  .page-contents .products-container .products-list .splide__arrows svg {
    display: none;
  }

  .page-contents .section {
    background-color: inherit;
  }

  .page-contents .section-main-visual {
    position: relative;
    /* height: calc(100vh - 70px); */
    background: url(../images/mv/fragrance_mv_hello_pc.jpg) no-repeat;
    background-position: center center;
    background-size: none;
    transition: opacity 3s ease;
    will-change: opacity;
    width: 1280px;
    min-height: 500px;
  }

  .page-contents .section-main-visual.is_anim {
    opacity: 1;
  }

  .page-contents .section-main-visual .kv-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    /* background-image: url(../images/kv/blur-bg.png); */
    background-repeat: no-repeat;
    /* background-size: 960px 540px; */
    background-position: center;
  }

  .kv-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
  }

  .page-contents .section-main-visual .kv-wrap {
    padding-left: 140px;
    padding-top: 62px;
    position: relative;
    z-index: 1;
  }

  .kv-hello {
    margin-right: auto;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }

  .page-contents .section-main-visual .kv-wrap {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 25px;
    text-align: center;
    color: #444;
    font-feature-settings: initial;
    position: relative;
    z-index: 1;
  }

  .description {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 25px;
    color: #444;
    font-feature-settings: initial;
    z-index: 1;
    text-align: left;
    margin-left: 140px;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns {
    display: flex;
    flex-direction: row;
    margin-top: 33px;
    position: relative;
    z-index: 1;
  }


  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown {
    position: relative;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown+.dropdown {
    margin-left: 10px;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000030 0% 0% no-repeat padding-box;
    border-radius: 3px;
    width: 120px;
    height: 30px;
    font-family: normal normal medium 12px/17px Noto Sans JP;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 1;
    transition: background-color 0.3s ease, color 0.3s ease, filter 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-align: center;
  }

  .buttondesign {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #335D72;
    padding-top: 18px;
    padding-bottom: 20px;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
  }

  .buttondesign-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000030 0% 0% no-repeat padding-box;
    border-radius: 3px;
    width: 140px;
    height: 30px;
    font-family: normal normal medium 12px/17px Noto Sans JP;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 1;
    font-family: "Noto Sans JP", sans-serif;
  }

  /* .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-button::before {
    content: "";
    background: url(../images/icons/arrow_up_white.svg) no-repeat center center;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0.9em;
    width: 10px;
    height: 6px;
    margin-top: -5px;
  } */

  /* .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-button::after {
    content: "";
    background: url(../images/icons/arrow_down_white.svg) no-repeat center center;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0.9em;
    width: 10px;
    height: 6px;
  } */

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-button:hover {
    background-color: #AAA;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-list {
    position: absolute;
    top: 50px;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "TTCommons-DemiBold", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 140px;
    background: #fff;
    filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-list.is-open {
    opacity: 1;
    pointer-events: all;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-list .dropdown-content {
    transition: background-color 0.1s;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-list .dropdown-content a {
    display: block;
    padding-left: 15px;
    transition: color 0.1s;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-list .dropdown-content:hover {
    background-color: #335D72;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-list .dropdown-content:hover a {
    color: #fff;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-list .dropdown-content:active {
    background-color: #335D72;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-list .dropdown-content:active a {
    color: #fff;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown-fragrance .dropdown-list .dropdown-content {
    font-family: "TTCommons-DemiBold", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 30px;
    text-align: left;
    color: #555;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown-products .dropdown-list .dropdown-content {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 30px;
    text-align: left;
    color: #555;
  }

  .page-contents .section-main-visual .kv-wrap .annotation {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 22px;
    text-align: center;
    color: #999;
    margin-top: 15px;
  }

  .page-contents .section-main-visual .scroll-box {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
  }

  .page-contents .section-main-visual .scroll-box .scroll {
    width: 1px;
    height: 55px;
    position: absolute;
    left: 20px;
    bottom: 0;
    overflow: hidden;
    opacity: 1;
  }

  .page-contents .section-main-visual .scroll-box .scroll::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #555555;
    -webkit-animation: scroll_induction 1.5s ease infinite;
    animation: scroll_induction 1.5s ease infinite;
  }

  .page-contents .section-concept {
    margin: 0 0 0 0;
    position: relative;
  }

  .page-contents .section-concept .box-inner {
    position: absolute;
    top: 50%;
    right: 84px;
    transform: translate(0, -50%);
    color: #fff;
  }

  .page-contents .section-concept .concept-en-title {
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.11em;
    margin: 0 0 12px;
  }

  .page-contents .section-concept .concept-title {
    width: 414px;
  }

  .page-contents .section-concept .concept-description {
    margin-top: 36px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.07em;
    line-height: 25px;
  }

  .page-contents .section-fragrance {
    background-color: white;
  }

  .page-contents .section-fragrance#savon .description-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 478px;
  }

  .page-contents .section-fragrance#savon .description-wrapper .fragrance-name {
    color: #899BA8;
  }

  .font-commons {
    font-size: 50px;
    font-family: "TTCommons-DemiBold", "TT Commons", sans-serif;
  }

  .font-sans {
    font-size: 40px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }

  .description-title {
    text-align: left;
    color: #000030;
    opacity: 1;
    margin-right: 0px;
  }

  .description-text {
    text-align: left;
    letter-spacing: 0px;
    color: #000030;
    /* color: #333333; */
    opacity: 1;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .description-text-2 {
    text-align: left;
    letter-spacing: 0px;
    color: #000030;
    /* color: #333333; */
    opacity: 1;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .fragrance-image {
    width: 460px;
    height: auto;
  }

  .text-flex {
    display: flex;
    flex-direction: column;
    width: 400px;
  }

  .image-flex-savon,
  .image-flex-whitetea,
  .image-flex-kinmokusei {
    display: flex;
    justify-content: space-between;
    padding-left: 180px;
    padding-right: 180px;
    align-items: center;
  }

  .image-flex-whitelily,
  .image-flex-earlgray {
    display: flex;
    padding-left: 180px;
    padding-right: 180px;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .fragrance-name-savon,
  .fragrance-name-whitelily,
  .fragrance-name-whitetea,
  .fragrance-name-earlgray,
  .fragrance-name-kinmokusei {
    font-size: 40px;
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: 0.08em;
    line-height: 66px;
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
  }


  .fragrance-savon-sub-description,
  .fragrance-whitelily-sub-description,
  .fragrance-whitetea-sub-description,
  .fragrance-earlgray-sub-description,
  .fragrance-kinmokusei-sub-description {
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.08em;
    opacity: 1;
    margin-bottom: 24px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 0.12em;
    font-family: "Noto Sans JP", sans-serif;
  }

  .fragrance-text-description {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0px;
    color: #555555;
    opacity: 1;
    line-height: 24px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .fragrance-name-savon,
  .fragrance-savon-sub-description {
    color: #899BA8;
  }

  .fragrance-name-whitelily,
  .fragrance-whitelily-sub-description {
    color: #B7A09E;
  }

  .fragrance-name-whitetea,
  .fragrance-whitetea-sub-description {
    color: #869383;
  }

  .fragrance-name-earlgray,
  .fragrance-earlgray-sub-description {
    color: #818F91;
  }

  .fragrance-name-kinmokusei,
  .fragrance-kinmokusei-sub-description {
    color: #A89180;
  }

  .section-find-fragrance {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .text-flex-main {
    display: flex;
    padding-left: 80px;
    padding-right: 55px;
    justify-content: space-between;
    background: #000030;
    width: 1000px;
    height: 170px;
    align-items: center;
    margin: auto;
  }

  .text-flex-02 {
    display: flex;
    flex-direction: column;
    width: 396px;
    height: 62px;
  }

  .text-sub {
    letter-spacing: 3.2px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 16px;
    width: 280px;
    height: auto;
    margin-left: 32px;
    text-align: left;
    font-weight: 500;
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
  }

  .text-main-02 {
    letter-spacing: 0px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 28px;
    margin-left: 32px;
    text-align: left;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
  }

  .text-02 {
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width: 396px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
  }

  .img-postion {
    width: 78px;
  }


  .page-contents .section-fragrance#savon .description-wrapper .fragrance-impression {
    color: #899BA8;
    width: 362px;
  }

  .page-contents .section-fragrance#savon .button-more-products {
    background-color: #899BA8;
  }

  .page-contents .section-fragrance#savon .product-label {
    background-color: #899BA8;
  }

  .page-contents .section-fragrance#whitelily .description-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 478px;
  }

  .page-contents .section-fragrance#whitelily .description-wrapper .fragrance-name {
    color: #B7A09E;
  }

  .page-contents .section-fragrance#whitelily .description-wrapper .fragrance-impression {
    color: #B7A09E;
    width: 363px;
  }

  .page-contents .section-fragrance#whitelily .button-more-products {
    background-color: #B7A09E;
  }

  .page-contents .section-fragrance#whitelily .product-label {
    background-color: #B7A09E;
  }

  .page-contents .section-fragrance#whitetea .description-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    height: 478px;
  }

  .page-contents .section-fragrance#whitetea .description-wrapper .fragrance-name {
    margin-top: 60px;
    color: #869383;
  }

  .page-contents .section-fragrance#whitetea .description-wrapper .fragrance-impression {
    color: #869383;
    width: 392px;
  }

  .page-contents .section-fragrance#whitetea .button-more-products {
    background-color: #869383;
  }

  .page-contents .section-fragrance#whitetea .product-label {
    background-color: #869383;
  }

  .page-contents .section-fragrance#earlgrey .description-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-contents .section-fragrance#earlgrey .description-wrapper .fragrance-name {
    color: #818F91;
  }

  .page-contents .section-fragrance#earlgrey .description-wrapper .fragrance-impression {
    color: #818F91;
    width: 392px;
  }

  .page-contents .section-fragrance#earlgrey .button-more-products {
    background-color: #818F91;
  }

  .page-contents .section-fragrance#earlgrey .product-label {
    background-color: #818F91;
  }

  .page-contents .section-fragrance#kinmokusei .description-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-contents .section-fragrance#kinmokusei .description-wrapper .fragrance-name {
    color: #A89180;
  }

  .page-contents .section-fragrance#kinmokusei .description-wrapper .fragrance-impression {
    color: #A89180;
    width: 416px;
  }

  .page-contents .section-fragrance#kinmokusei .button-more-products {
    background-color: #A89180;
  }

  .page-contents .section-fragrance#kinmokusei .product-label {
    background-color: #A89180;
  }

  .page-contents .section-fragrance#whitelily .fragrance-container,
  .page-contents .section-fragrance#earlgrey .fragrance-container {
    flex-direction: row-reverse;
  }

  .page-contents .section-fragrance#savon .button-more-products:hover,
  .page-contents .section-fragrance#whitelily .button-more-products:hover,
  .page-contents .section-fragrance#whitetea .button-more-products:hover,
  .page-contents .section-fragrance#earlgrey .button-more-products:hover,
  .page-contents .section-fragrance#kinmokusei .button-more-products:hover {
    background-color: #AAA;
  }

  .page-contents .section-fragrance .fragrance-container {
    width: 100%;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper {
    margin: auto;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-name {
    margin-top: 15px;
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 56px;
    letter-spacing: 0.08em;
    line-height: 66px;
    text-align: left;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-impression {
    margin-top: 15px;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-description {
    margin-top: 30px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.12em;
    line-height: 25px;
    text-align: left;
    color: #555;
    width: 390px;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types {
    margin-top: 3px;
    margin-bottom: 30px;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 32px;
    text-align: left;
    color: #555;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch:hover .icon {
    transform: rotate(90deg);
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch .icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    margin: 1px 0 0 6px;
    transition: transform 0.5s;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch .icon::before,
  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch .icon::after {
    content: "";
    display: inline-block;
    background-color: #555;
    position: absolute;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch .icon::before {
    width: 12px;
    height: 1px;
    transition: opacity 0.3s;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch .icon::after {
    width: 12px;
    height: 1px;
    transform: rotate(90deg);
    transform-origin: center;
    transition: transform 0.5s;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch.is-active .icon:before {
    opacity: 0;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch.is-active .icon::after {
    transform: rotate(180deg);
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch.is-active:hover .icon::after {
    transform: rotate(90deg);
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-contents {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.12em;
    line-height: 23px;
    text-align: left;
    color: #555;
    opacity: 0;
    height: auto;
    transition: opacity 0.3s;
    overflow: hidden;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-contents.is-open {
    opacity: 1;
  }

  .page-contents .section-fragrance .fragrance-container .fragrance-background {
    width: 50%;
  }

  .page-contents .section-fragrance .fragrance-container .fragrance-background img {
    width: 100%;
  }

  .page-contents .section-fragrance .products-container {
    background-color: #F8F8F8;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    height: 490px;
  }

  .page-contents .section-fragrance .products-container .button-more-products {
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 12px;
    border-radius: 3px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .page-contents .section-products .section-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 102px;
    padding-bottom: 40px;
    background-color: #000030;
  }

  .page-contents .section-products .section-header .section-title-en {
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.11em;
    text-align: left;
    color: #555;
    text-transform: uppercase;
  }

  .page-contents .section-products .section-header .section-title-jp {
    width: 150px;
    margin-top: 10px;
  }

  .page-contents .section-products .products-container {
    background-color: #F8F8F8;
    padding-bottom: 10px;
  }

  .page-contents .section-products .products-container:nth-of-type(2) {
    padding-top: 80px;
  }

  .page-contents .section-products .products-container:last-of-type {
    padding-bottom: 5px;
  }

  .page-contents .section-products .products-container .products-list-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    max-width: 1280px;
  }

  .page-contents .section-products .products-container .products-list-header .products-category {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 1;
    text-align: left;
    color: #555;
  }

  .page-contents .section-products .products-container .products-list-header .products-more {
    border-bottom: #555 1px solid;
    background: transparent;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-align: center;
    vertical-align: middle;
    color: #555;
    padding-bottom: 3px;
    transition: opacity 0.3s ease;
  }

  .page-contents .section-products .products-container .products-list-header .products-more:hover {
    opacity: 0.5;
  }

  .page-contents .section-products .products-list .product-label {
    background-color: #555;
  }

  .page-contents .section-products .products-list .product-thumbnail {
    width: 100%;
    overflow: hidden;
  }

  .page-contents .section-find-fragrance {
    position: relative;
  }

  .page-contents .section-find-fragrance .inner {
    top: 0;
    left: 0;
    width: 1280px;
  }

  .page-contents .section-find-fragrance .inner .icon {
    width: 78px;
  }

  .page-contents .section-find-fragrance .inner .title-sub {
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.11em;
    line-height: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    /* margin-top: 30px; */
  }

  .page-contents .section-find-fragrance .inner .title {
    /* margin-top: 21px; */
    width: 334px;
    margin-right: auto;
    margin-left: auto;
  }

  .page-contents .section-find-fragrance .inner .title img {
    width: 100%;
  }

  .page-contents .section-find-fragrance .inner .text-main {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 23px;
    text-align: center;
    color: #fff;
    margin-top: 25px;
  }

  /* .page-contents .section-find-fragrance .inner .btn {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 19px;
    text-align: center;
    color: #335D72;
    background-color: #fff;
    padding: 12px 35px 13px;
    border-radius: 3px;
    margin-top: 40px;
    transition: background-color 0.3s ease, color 0.3s ease;
    box-sizing: border-box;
} */

  .page-contents .section-find-fragrance .inner .btn:hover {
    opacity: 1;
    background-color: #AAA;
    color: #fff;
  }

  .page-contents .section-fragrance-banner {
    background-color: #fff;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 36px;
    padding-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
  }

  .page-contents .section-fragrance-banner a {
    transition: opacity 0.3s ease;
  }

  .page-contents .section-fragrance-banner a:hover {
    opacity: 0.5;
  }

  .page-contents .section-fragrance-banner img {
    width: 100%;
  }

  .question-btn {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 170px;
    height: 70px;
    border: 2px solid #335D72;
    background-color: #335D72;
    border-radius: 4px;
    padding-left: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    opacity: 1;
    z-index: 99999;
  }

  .question-btn.is-hide {
    opacity: 0;
    pointer-events: none;
  }

  .question-btn:hover {
    background-color: #fff;
    border-color: #335D72;
  }

  .question-btn:hover .inner .questionSearch {
    color: #fff;
  }

  .question-btn:hover .inner .questionSearch .a {
    fill: #335D72;
    color: #335D72;
  }

  .question-btn:hover .inner .text {
    color: #335D72;
  }

  .question-btn .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .question-btn .inner .questionSearch {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-right: 15px;
  }

  .question-btn .inner .questionSearch .a {
    fill: #fff;
    transition: fill 0.3s ease;
  }

  .question-btn .inner .text {
    color: #fff;
    transition: color 0.3s ease;
  }

  .question-btn .inner .text01 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 16px;
    text-align: left;
  }

  .question-btn .inner .text02 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 21px;
    text-align: left;
    color: #fff;
  }

  .question-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.5s ease, z-index 0.3s ease-in-out;
  }

  .question-modal-bg.is-open {
    display: flex;
    pointer-events: all;
    opacity: 1;
    z-index: 1000001;
  }

  .question-modal-bg.is-close {
    opacity: 0;
    z-index: -1;
  }

  .question-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    pointer-events: none;
    z-index: 1000002;
    opacity: 0;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
  }

  .question-modal.is-open {
    opacity: 1;
  }

  .question-modal.is-open .inner {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
  }

  .question-modal .wrap {
    background-color: transparent;
    min-width: 0px;
  }

  .question-modal .inner {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
    transform: translateY(20px);
  }

  .question-modal .inner .close-btn {
    height: 36px;
    width: 36px;
    position: absolute;
    right: -41px;
    top: -31px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .question-modal .inner .close-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
    transform: rotate(45deg);
  }

  .question-modal .inner .close-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
    transform: rotate(-45deg);
  }

  .question-modal .inner .close-btn:hover {
    transform: rotate(90deg);
    transform-origin: center;
  }

  .question-modal .inner .question_box {
    width: 843px;
    height: 521px;
    position: relative;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .question-modal .inner .question_box .check {
    transition: opacity 0.5s ease;
  }

  .question-modal .inner .question_box .check.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  .question-modal .inner .question_box .question {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
  }

  .question-modal .inner .question_box .answer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
  }

  .question-modal .inner .question_box .answer.savon .answer-box .text-box {
    color: #899BA8;
  }

  .question-modal .inner .question_box .answer.savon .answer-box+.link {
    background-color: #899BA8;
  }

  .question-modal .inner .question_box .answer.savon .answer-box+.link:hover {
    color: #fff;
    background-color: #AAA;
  }

  .question-modal .inner .question_box .answer.whitelily .answer-box .text-box {
    color: #B7A09E;
  }

  .question-modal .inner .question_box .answer.whitelily .answer-box+.link {
    background-color: #B7A09E;
  }

  .question-modal .inner .question_box .answer.whitelily .answer-box+.link:hover {
    color: #fff;
    background-color: #AAA;
  }

  .question-modal .inner .question_box .answer.whitetea .answer-box .text-box {
    color: #869383;
  }

  .question-modal .inner .question_box .answer.whitetea .answer-box+.link {
    background-color: #869383;
  }

  .question-modal .inner .question_box .answer.whitetea .answer-box+.link:hover {
    color: #fff;
    background-color: #AAA;
  }

  .question-modal .inner .question_box .answer.earlgrey .answer-box .text-box {
    color: #818F91;
  }

  .question-modal .inner .question_box .answer.earlgrey .answer-box+.link {
    background-color: #818F91;
  }

  .question-modal .inner .question_box .answer.earlgrey .answer-box+.link:hover {
    color: #fff;
    background-color: #AAA;
  }

  .question-modal .inner .question_box .answer.kinmokusei .answer-box .text-box {
    color: #A89180;
  }

  .question-modal .inner .question_box .answer.kinmokusei .answer-box+.link {
    background-color: #A89180;
  }

  .question-modal .inner .question_box .answer.kinmokusei .answer-box+.link:hover {
    color: #fff;
    background-color: #AAA;
  }

  .question-modal .inner .question_box .question-num {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.11em;
    line-height: 12px;
    text-align: center;
    color: #838383;
    font-family: "TTCommons-DemiBold", "TT Commons", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }

  .question-modal .inner .question_box .question-description {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.12em;
    line-height: 29px;
    text-align: center;
    color: #555;
    margin-top: 12px;
  }

  .question-modal .inner .question_box .list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
  }

  .question-modal .inner .question_box .list .item {
    list-style: none;
    width: calc((100% - 30px) / 4);
  }

  .question-modal .inner .question_box .list .item>.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 21px;
    text-align: center;
    color: #555;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease;
  }

  .question-modal .inner .question_box .list .item>.btn:hover {
    opacity: 1;
    color: #fff;
    background-color: #AAA;
    border-color: #AAA;
  }

  .question-modal .inner .question_box .answer-box {
    padding: 30px;
    box-sizing: border-box;
    width: 556px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin-top: 25px;
  }

  .question-modal .inner .question_box .answer-box .img-box {
    width: 210px;
    height: 210px;
    flex-shrink: 0;
  }

  .question-modal .inner .question_box .answer-box .img-box img {
    width: 100%;
  }

  .question-modal .inner .question_box .answer-box .text-box {
    width: calc(100% - 210px);
    padding-left: 30px;
    font-feature-settings: "palt";
  }

  .question-modal .inner .question_box .answer-box .text-box .title {
    text-transform: uppercase;
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 0.11em;
    line-height: 32px;
    text-align: left;
  }

  .question-modal .inner .question_box .answer-box .text-box .sub-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 24px;
    text-align: left;
    margin-top: 7px;
  }

  .question-modal .inner .question_box .answer-box .text-box .sample {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 20px;
    text-align: left;
    color: #999;
    margin-top: 18px;
  }

  .question-modal .inner .question_box .answer-box+.link {
    width: 150px;
    text-decoration: none;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 17px;
    text-align: center;
    color: #fff;
    padding: 13px 0px 15px;
    margin-top: 27px;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
    transition: color 0.3s ease, background-color 0.3s ease;
  }

  .question-modal .inner .question_box .answer-box+.link+.btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 16px;
    text-align: center;
    color: #555;
    opacity: 0.6;
    margin-top: 15px;
    transition: opacity 0.3s ease;
    text-decoration: underline;
  }

  .question-modal .inner .question_box .answer-box+.link+.btn:hover {
    opacity: 0.3;
    text-decoration: none;
  }

  .question-modal .inner .step-box {
    position: absolute;
    width: 100%;
    height: 47px;
    bottom: -47px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
  }

  .question-modal .inner .step-box .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
  }

  .question-modal .inner .step-box .dot.is-active {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .headText {
    display: none;
  }

  .contents-inner {
    width: 100%;
  }

  .section+.section {
    margin-top: 0px;
  }

  .page-contents .sticky-pulldown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    max-height: 55px;
    z-index: 1;
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.3s;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  }

  .page-contents .sticky-pulldown.is-hide {
    opacity: 0;
    max-height: 0;
    transform: translateY(-60px);
    transition: transform 0.3s, opacity 1s, max-height 0.5s;
  }

  .page-contents .sticky-pulldown::after {
    content: "";
    display: inline-block;
    background-color: #CCC;
    height: 20px;
    width: 1px;
    order: 2;
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-contents .sticky-pulldown .dropdown {
    width: 50%;
  }

  .page-contents .sticky-pulldown .dropdown .dropdown-button {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #335D72;
    padding-top: 18px;
    padding-bottom: 20px;
    width: 100%;
  }

  /* .page-contents .sticky-pulldown .dropdown .dropdown-button::before {
        content: "";
        background: url(../images/icons/arrow_up_white.svg) no-repeat center center;
        pointer-events: none;
        position: absolute;
        top: 50%;
        right: 0;
        width: 10px;
        height: 6px;
        margin-top: -5px;
        filter: brightness(0) saturate(100%) invert(31%) sepia(50%) saturate(463%) hue-rotate(155deg) brightness(90%) contrast(87%);
    }

    .page-contents .sticky-pulldown .dropdown .dropdown-button::after {
        content: "";
        background: url(../images/icons/arrow_down_white.svg) no-repeat center center;
        pointer-events: none;
        position: absolute;
        top: 50%;
        right: 0;
        width: 10px;
        height: 6px;
        filter: brightness(0) saturate(100%) invert(31%) sepia(50%) saturate(463%) hue-rotate(155deg) brightness(90%) contrast(87%);
    } */


  .page-contents .sticky-pulldown .dropdown .dropdown-list {
    position: absolute;
    top: 50px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    background-color: #fff;
    border-radius: 5px;
    filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.1));
    transition: opacity 0.3s, z-index 0.3s;
  }

  .page-contents .sticky-pulldown .dropdown .dropdown-list.is-open {
    opacity: 1;
    pointer-events: all;
    z-index: 1;
  }

  .page-contents .sticky-pulldown .dropdown .dropdown-list .dropdown-content a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-contents .sticky-pulldown .dropdown.dropdown-fragrance {
    padding-left: 15px;
    order: 1;
  }

  .page-contents .sticky-pulldown .dropdown.dropdown-fragrance .dropdown-list {
    font-family: "TTCommons-DemiBold", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 30px;
    text-align: left;
    color: #555;
    left: 10px;
  }

  .page-contents .sticky-pulldown .dropdown.dropdown-products {
    margin-right: 15px;
    order: 3;
  }

  .page-contents .sticky-pulldown .dropdown.dropdown-products .dropdown-button::before,
  .page-contents .sticky-pulldown .dropdown.dropdown-products .dropdown-button::after {
    right: 15px;
  }

  .page-contents .sticky-pulldown .dropdown.dropdown-products .dropdown-list {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 30px;
    text-align: left;
    color: #555;
    right: 10px;
  }

  .page-contents .products-container .products-list {
    position: relative;
  }

  .page-contents .products-container .products-list .splide__list {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
    scrollbar-width: none;
  }

  .page-contents .products-container .products-list .splide__list::-webkit-scrollbar {
    display: none;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide {
    position: relative;
    width: 157px;
    display: flex;
    flex-direction: column;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide .product-annotation {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 15px;
    text-align: left;
    color: #999;
    margin-top: 10px;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide .product-item {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide .product-item .product-label {
    position: absolute;
    top: 5px;
    left: 6px;
    line-height: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    pointer-events: none;
    z-index: 1;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide .product-item .product-label.label-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    padding: 4px 9px 4px 9px;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide .product-item .product-label.label-en {
    font-family: "TTCommons-Medium", "TT Commons", sans-serif;
    font-weight: 400;
    padding: 5px 9px 3px 9px;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide .product-item .product-label+.product-label {
    top: 25px;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide .product-item .product-label.product-annotation {
    background-color: #fff !important;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: left;
    color: #999;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide .product-item .product-thumbnail {
    padding-top: 20px;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide .product-item img {
    width: 100%;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide .product-item .product-info {
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    background-color: inherit;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide .product-item .product-info .product-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-align: left;
    color: #555;
    min-height: 33px;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide .product-item .product-info .product-value {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-align: left;
    color: #555;
    padding-bottom: 16px;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide .product-item .product-info .category-name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-align: left;
    color: #555;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide .product-item .product-info .category-fragrance {
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 15px;
    text-align: left;
    color: #999;
    margin-top: 5px;
    text-transform: uppercase;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide+.splide__slide {
    margin-left: 10px;
  }

  .page-contents .products-container .products-list .splide__list .splide__slide:not(.splide__slide--clone) {
    opacity: 0;
    transform: translateY(20px);
  }

  .page-contents .products-container .products-list .splide__list .splide__slide:not(.splide__slide--clone).is_anim {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.75s ease, transform 0.75s ease;
    transition-delay: var(--slide-delay);
  }

  .page-contents .section {
    background-color: inherit;
    padding-bottom: 0px;
  }

  .page-contents .section-main-visual {
    position: relative;
    height: calc(100vh - 60px - 80px);
    height: calc(100svh - 60px - 80px);
    width: 100%;
    background: url(../images/mv/fragrance_mv_hello_sp.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    transition: opacity 3s ease;
  }

  .page-contents .section-main-visual.is_anim {
    opacity: 1;
  }

  /* .page-contents .section-main-visual .kv-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    background: url(../images/kv/shadow-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
  } */

  /* .page-contents .section-main-visual .kv-wrap .kv-hello {
    margin-left: auto;
    margin-right: auto;
    width: 225px;
  } */

  .page-contents .section-main-visual .kv-wrap .description {
    margin-top: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    text-align: center;
    color: #444;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns {
    /* margin-top: 25px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    /* margin-right: auto; */
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown {
    position: relative;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown+.dropdown {
    margin-left: 10px;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-button {
    align-items: center;
    background: #335D72;
    border-radius: 3px;
    width: 140px;
    height: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 32px;
    text-align: center;
    color: #fff;
  }

  /* .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-button::before {
        content: "";
        background: url(../images/icons/arrow_up_white.svg) no-repeat center center;
        pointer-events: none;
        position: absolute;
        top: 50%;
        right: 0.9em;
        width: 10px;
        height: 6px;
        margin-top: -5px;
    } */

  /* .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-button::after {
        content: "";
        background: url(../images/icons/arrow_down_white.svg) no-repeat center center;
        pointer-events: none;
        position: absolute;
        top: 50%;
        right: 0.9em;
        width: 10px;
        height: 6px;
    } */

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-list {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "TTCommons-DemiBold", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 14px;
    width: 140px;
    background: #fff;
    filter: drop-shadow(0px 5px 20px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-list.is-open {
    opacity: 1;
    pointer-events: all;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown .dropdown-list .dropdown-content a {
    display: block;
    padding-left: 15px;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown-fragrance .dropdown-list .dropdown-content {
    font-family: "TTCommons-DemiBold", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 30px;
    text-align: left;
    color: #555;
  }

  .page-contents .section-main-visual .kv-wrap .anchor-dropdowns .dropdown-products .dropdown-list .dropdown-content {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 30px;
    text-align: left;
    color: #555;
  }

  .page-contents .section-main-visual .kv-wrap .annotation {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: center;
    color: #999;
    margin-top: 8px;
    padding-bottom: 47px;
  }

  .page-contents .section-concept {
    margin: 0 0 0 0;
    position: relative;
  }

  .page-contents .section-concept .box-inner {
    position: absolute;
    bottom: 15%;
    left: 8.5%;
    color: #fff;
  }

  .page-contents .section-concept .concept-en-title {
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.11em;
    margin: 0 0 8px;
  }

  .page-contents .section-concept .concept-title {
    width: 295px;
  }

  .page-contents .section-concept .concept-description {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 22px;
    margin-top: 18px;
  }

  .page-contents .section-fragrance#savon .description-wrapper .fragrance-name {
    color: #899BA8;
  }

  .page-contents .section-fragrance#savon .description-wrapper .fragrance-impression {
    color: #899BA8;
    width: 282px;
  }

  .page-contents .section-fragrance#savon .button-more-products {
    background-color: #899BA8;
  }

  .page-contents .section-fragrance#savon .product-label {
    background-color: #899BA8;
  }

  .page-contents .section-fragrance#whitelily .description-wrapper .fragrance-name {
    color: #B7A09E;
  }

  .page-contents .section-fragrance#whitelily .description-wrapper .fragrance-impression {
    color: #B7A09E;
    width: 282px;
  }

  .page-contents .section-fragrance#whitelily .button-more-products {
    background-color: #B7A09E;
  }

  .page-contents .section-fragrance#whitelily .product-label {
    background-color: #B7A09E;
  }

  .page-contents .section-fragrance#whitetea .description-wrapper .fragrance-name {
    color: #869383;
  }

  .page-contents .section-fragrance#whitetea .description-wrapper .fragrance-impression {
    color: #869383;
    width: 328px;
  }

  .page-contents .section-fragrance#whitetea .button-more-products {
    background-color: #869383;
  }

  .page-contents .section-fragrance#whitetea .product-label {
    background-color: #869383;
  }

  .page-contents .section-fragrance#earlgrey .description-wrapper .fragrance-name {
    color: #818F91;
  }

  .page-contents .section-fragrance#earlgrey .description-wrapper .fragrance-impression {
    color: #818F91;
    width: 339px;
  }

  .page-contents .section-fragrance#earlgrey .button-more-products {
    background-color: #818F91;
  }

  .page-contents .section-fragrance#earlgrey .product-label {
    background-color: #818F91;
  }

  .page-contents .section-fragrance#kinmokusei .description-wrapper .fragrance-name {
    color: #A89180;
  }

  .page-contents .section-fragrance#kinmokusei .description-wrapper .fragrance-impression {
    color: #A89180;
    width: 331px;
  }

  .page-contents .section-fragrance#kinmokusei . -more-products {
    background-color: #A89180;
  }

  .page-contents .section-fragrance#kinmokusei .product-label {
    background-color: #A89180;
  }

  .page-contents .section-fragrance .fragrance-container {
    display: flex;
    flex-direction: column !important;
    background-color: #fff;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-name {
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 46px;
    letter-spacing: 0.08em;
    text-align: left;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-impression {
    font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    margin-top: 3px;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-description {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 24px;
    text-align: left;
    color: #555;
    margin-top: 25px;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types {
    margin-top: 5px;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 32px;
    text-align: left;
    color: #555;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch .icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    margin: 1px 0 0 6px;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch .icon::before,
  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch .icon::after {
    content: "";
    display: inline-block;
    background-color: #555;
    position: absolute;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch .icon::before {
    width: 12px;
    height: 1px;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch .icon::after {
    width: 12px;
    height: 1px;
    transition: opacity 0.3s;
    transform: rotate(90deg);
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-watch.is-active .icon::after {
    width: 1px;
    height: 12px;
    opacity: 0;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-contents {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.12em;
    line-height: 23px;
    text-align: left;
    color: #555;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }

  .page-contents .section-fragrance .fragrance-container .description-wrapper .fragrance-types .types-contents.is-open {
    max-height: var(--max-height);
  }

  .page-contents .section-fragrance .products-container {
    background-color: #F8F8F8;
    padding-top: 60px;
    padding-bottom: 70px;
    text-align: center;
  }

  .page-contents .section-fragrance .products-container .button-more-products {
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    padding-top: 13px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 14px;
    border-radius: 3px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #fff;
    background-color: #A89180;
  }

  .page-contents .section-products {
    background-color: white;
  }

  .page-contents .section-products .section-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 102px;
    padding-bottom: 40px;
    background-color: #000030;
    height: 170px;
    width: 1000px;
  }


  .page-contents .section-products .section-header .section-title-en {
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.11em;
    text-align: left;
    color: #555;
    text-transform: uppercase;
  }

  .page-contents .section-products .section-header .section-title-jp {
    width: 150px;
    margin-top: 10px;
  }

  .page-contents .section-products .products-container {
    background-color: #F8F8F8;
    padding-top: 50px;
  }

  .page-contents .section-products .products-container:last-of-type {
    padding-bottom: 100px;
  }

  .page-contents .section-products .products-container .products-list-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-contents .section-products .products-container .products-list-header .products-category {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 1;
    text-align: left;
    color: #555;
    margin-bottom: 10px;
  }

  .page-contents .section-products .products-container .products-list-header .products-more {
    background: transparent;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-align: center;
    vertical-align: middle;
    color: #555;
    border-bottom: #555 solid 1px;
    padding-bottom: 3px;
    margin-bottom: 20px;
  }

  .page-contents .section-products .products-container .products-list .product-label {
    background-color: #555;
  }

  .page-contents .section-find-fragrance {
    position: relative;
  }

  .page-contents .section-find-fragrance .inner {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin: 40px auto 78px;
  }

  .page-contents .section-find-fragrance .inner .icon {
    width: 60px;
    height: 60px;
  }

  .page-contents .section-find-fragrance .inner .icon svg {
    width: 100%;
    height: 100%;
  }

  .page-contents .section-find-fragrance .inner .title-sub {
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.11em;
    line-height: 12px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    /* margin-top: 20px; */
  }

  .page-contents .section-find-fragrance .inner .title {
    /* margin-top: 21px; */
    width: 231px;
    margin-right: auto;
    margin-left: auto;
    /* margin-top: 15px; */
  }

  .page-contents .section-find-fragrance .inner .title img {
    width: 100%;
  }

  .page-contents .section-find-fragrance .inner .text-main {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 22px;
    text-align: left;
    color: #fff;
    /* margin-top: 22px; */
  }

  .page-contents .section-find-fragrance .inner .btn {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 17px;
    text-align: center;
    color: #335D72;
    background-color: #fff;
    padding: 13px 19px 14px;
    border-radius: 3px;
    /* margin-top: 31px; */
    transition: background-color 0.3s ease, color 0.3s ease;
    box-sizing: border-box;
  }

  .page-contents .section-fragrance-banner {
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
  }

  .page-contents .section-fragrance-banner img {
    width: 100%;
  }

  .question-btn {
    position: fixed;
    left: 10px;
    bottom: 100px;
    width: 160px;
    height: 60px;
    border: 2px solid #335D72;
    background-color: #335D72;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    z-index: 999999;
    padding-left: 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    opacity: 1;
  }

  .question-btn.is-hide {
    opacity: 0;
    pointer-events: none;
  }

  .question-btn .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .question-btn .inner .questionSearch {
    width: 36px;
    height: 36px;
    margin-right: 15px;
  }

  .question-btn .inner .questionSearch .a {
    fill: #fff;
    transition: fill 0.3s ease;
  }

  .question-btn .inner .text {
    color: #fff;
    transition: color 0.3s ease;
  }

  .question-btn .inner .text01 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 16px;
    text-align: left;
  }

  .question-btn .inner .text02 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 21px;
    text-align: left;
    color: #fff;
  }

  .question-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: opacity 0.5s ease, z-index 0.3s ease-in-out;
  }

  .question-modal-bg.is-open {
    display: flex;
    pointer-events: all;
    opacity: 1;
    z-index: 1000001;
  }

  .question-modal-bg.is-close {
    opacity: 0;
    z-index: -1;
  }

  .question-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000002;
    pointer-events: none;
    opacity: 0;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
  }

  .question-modal.is-open {
    opacity: 1;
  }

  .question-modal.is-open .inner {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
  }

  .question-modal .inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
    transform: translateY(20px);
  }

  .question-modal .inner .close-btn {
    height: 36px;
    width: 36px;
    position: absolute;
    right: 10px;
    top: -41px;
    cursor: pointer;
  }

  .question-modal .inner .close-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
    transform: rotate(45deg);
  }

  .question-modal .inner .close-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
    transform: rotate(-45deg);
  }

  .question-modal .inner .wrap {
    height: calc(100vh - 103px);
    height: calc(100dvh - 103px);
    border-radius: 5px;
    background-color: #fff;
    overflow: auto;
  }

  .question-modal .inner .question_box {
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 400px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .question-modal .inner .question_box.is-answer {
    min-height: 700px;
  }

  .question-modal .inner .question_box .check {
    transition: opacity 0.5s ease;
    overflow: auto;
  }

  .question-modal .inner .question_box .check.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  .question-modal .inner .question_box .question {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
  }

  .question-modal .inner .question_box .answer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .question-modal .inner .question_box .answer.savon .answer-box .text-box {
    color: #899BA8;
  }

  .question-modal .inner .question_box .answer.savon .answer-box+.link {
    background-color: #899BA8;
  }

  .question-modal .inner .question_box .answer.whitelily .answer-box .text-box {
    color: #B7A09E;
  }

  .question-modal .inner .question_box .answer.whitelily .answer-box+.link {
    background-color: #B7A09E;
  }

  .question-modal .inner .question_box .answer.whitetea .answer-box .text-box {
    color: #869383;
  }

  .question-modal .inner .question_box .answer.whitetea .answer-box+.link {
    background-color: #869383;
  }

  .question-modal .inner .question_box .answer.earlgrey .answer-box .text-box {
    color: #818F91;
  }

  .question-modal .inner .question_box .answer.earlgrey .answer-box+.link {
    background-color: #818F91;
  }

  .question-modal .inner .question_box .answer.kinmokusei .answer-box .text-box {
    color: #A89180;
  }

  .question-modal .inner .question_box .answer.kinmokusei .answer-box+.link {
    background-color: #A89180;
  }

  .question-modal .inner .question_box .question-num {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.11em;
    line-height: 12px;
    text-align: center;
    color: #838383;
    font-family: "TTCommons-DemiBold", "TT Commons", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }

  .question-modal .inner .question_box .question-description {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 24px;
    text-align: center;
    color: #555;
    margin-top: 11px;
  }

  .question-modal .inner .question_box .list {
    width: 100%;
    display: block;
    margin-top: 37px;
  }

  .question-modal .inner .question_box .list .item {
    list-style: none;
    width: 100%;
    height: 55px;
  }

  .question-modal .inner .question_box .list .item .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 19px;
    text-align: center;
    color: #555;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
  }

  .question-modal .inner .question_box .list .item+.item {
    margin-top: 10px;
  }

  .question-modal .inner .question_box .answer-box {
    box-sizing: border-box;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    border-top: 1px solid #CCCCCC;
    padding-bottom: 25px;
    border-bottom: 1px solid #cccccc;
    margin-top: 23px;
  }

  .question-modal .inner .question_box .answer-box .img-box {
    width: 100%;
  }

  .question-modal .inner .question_box .answer-box .img-box img {
    width: 100%;
  }

  .question-modal .inner .question_box .answer-box .text-box {
    width: 100%;
    font-feature-settings: "palt";
    margin-top: 25px;
  }

  .question-modal .inner .question_box .answer-box .text-box .title {
    text-transform: uppercase;
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0.11em;
    line-height: 28px;
    text-align: center;
  }

  .question-modal .inner .question_box .answer-box .text-box .sub-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 23px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .question-modal .inner .question_box .answer-box .text-box .sample {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 18px;
    text-align: center;
    color: #999;
    margin-top: 16px;
  }

  .question-modal .inner .question_box .answer-box+.link {
    width: 150px;
    text-decoration: none;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 17px;
    text-align: center;
    color: #fff;
    padding: 13px 0px 15px;
    margin-top: 27px;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
  }

  .question-modal .inner .question_box .answer-box+.link+.btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 16px;
    text-align: center;
    color: #555;
    opacity: 0.6;
    margin-top: 15px;
  }

  .question-modal .inner .step-box {
    position: absolute;
    width: 100%;
    height: 47px;
    bottom: -47px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    pointer-events: none;
  }

  .question-modal .inner .step-box .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
  }

  .question-modal .inner .step-box .dot.is-active {
    opacity: 1;
  }

  .font-commons {
    font-size: 28px;
    font-family: "TTCommons-DemiBold", "TT Commons", sans-serif;
  }

  .font-sans {
    font-size: 24px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
  }

  .description-title {
    text-align: center;
    letter-spacing: "NaNpx";
    color: #000030;
    margin-right: 0px;
    padding-top: 40px;
    padding-bottom: 24px;
    font-weight: 500;
    opacity: 1;
  }

  .description-text {
    margin: 0px 15px 15px 15px;
  }

  .description-text-2 {
    margin: 0px 15px 30px 15px;
  }

  .description-text,
  .description-text-2 {
    font-weight: 500;
    text-align: center;
    /* color: #333333; */
    color: #000030;
    opacity: 1;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .buttondesign-1 {
    width: 120px !important;
    height: 30px !important;
    background: #000030 !important;
    border-radius: 2px !important;
    opacity: 1 !important;
    letter-spacing: 0px !important;
    opacity: 1 !important;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
  }

  .buttondesign {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #335D72;
    padding-top: 18px;
    padding-bottom: 20px;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
  }

  .buttondesign::before {
    content: "";
    background: url(../images/icons/arrow_up_white.svg) no-repeat center center;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 6px;
    margin-top: -5px;
    filter: brightness(0) saturate(100%) invert(31%) sepia(50%) saturate(463%) hue-rotate(155deg) brightness(90%) contrast(87%);
  }

  .buttondesign::after {
    content: "";
    background: url(../images/icons/arrow_down_white.svg) no-repeat center center;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 6px;
    filter: brightness(0) saturate(100%) invert(31%) sepia(50%) saturate(463%) hue-rotate(155deg) brightness(90%) contrast(87%);
  }

  .page-contents .section-fragrance .fragrance-container {
    display: flex;
    flex-direction: column-reverse;
    background-color: #fff;
  }

  .fragrance-name-savon,
  .fragrance-name-whitelily,
  .fragrance-name-whitetea,
  .fragrance-name-earlgray,
  .fragrance-name-kinmokusei {
    font-size: 36px;
    text-align: left;
    opacity: 1;
    font-weight: 500;
    margin-bottom: 24px;
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
  }

  .fragrance-savon-sub-description,
  .fragrance-whitelily-sub-description,
  .fragrance-whitetea-sub-description,
  .fragrance-earlgray-sub-description,
  .fragrance-kinmokusei-sub-description {
    font-size: 18px;
    text-align: left;
    opacity: 1;
    margin-bottom: 40px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 0.12em;
    font-family: "Noto Sans JP", sans-serif;
  }

  .fragrance-text-description {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.12em;
    color: #555555;
    opacity: 1;
    font-weight: 400;
    margin-top: 40px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .fragrance-name-savon,
  .fragrance-savon-sub-description {
    color: #899BA8;
  }

  .fragrance-name-whitelily,
  .fragrance-whitelily-sub-description {
    color: #B7A09E;
  }

  .fragrance-name-whitetea,
  .fragrance-whitetea-sub-description {
    color: #869383;
  }

  .fragrance-name-earlgray,
  .fragrance-earlgray-sub-description {
    color: #818F91;
  }

  .fragrance-name-kinmokusei,
  .fragrance-kinmokusei-sub-description {
    color: #A89180;
  }

  .sp-flex {
    display: flex;
    flex-direction: column-reverse;
  }

  .fragrance-image-sp {
    width: 330px;
    height: auto;
    display: block;
    min-height: 1rem;
    margin: auto;
  }

  .text-flex-main {
    display: flex;
    flex-direction: column;
    background: #000030;
    width: 330px;
    height: auto;
    align-items: center;
    margin: 40px auto 78px auto;
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .text-flex-02 {
    display: flex;
    flex-direction: column;
    /* width: 396px; */
    height: 62px;
  }

  .text-sub {
    letter-spacing: 0px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 14px;
    width: auto;
    height: auto;
    margin-left: 32px;
    text-align: left;
    font-weight: 500;
    margin-left: 0px;
    text-align: center;
    font-family: "TTCommons-Regular", "TT Commons", sans-serif;
  }

  .text-main-02 {
    letter-spacing: 0px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 20px;
    margin-left: 32px;
    text-align: left;
    font-weight: 500;
    margin: 8px auto 0px auto;
    font-family: "Noto Sans JP", sans-serif;
  }

  .text-02 {
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    width: 289px;
    font-weight: 500;
    margin-top: 24px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .img-postion {
    width: 40px;
    margin-bottom: 16px;
  }
}