  @charset "UTF-8";

  html {
    font-size: 62.5% !important;
    line-height: 1.5;
  }

  body {
    /* font-family: "Zen Kaku Gothic New", sans-serif !important; */
    font-size: 1.4rem;
    font-weight: 400;
    min-height: 100vh;
    scroll-behavior: smooth;
    color: #444f56;
    left: none;
    overflow: hidden auto;
    position: initial
  }

  body,
  html {
    height: 100%
  }

  @media screen and (min-width:768px) {
    body {
      font-size: 1.6rem
    }
  }

  canvas,
  img,
  picture,
  svg,
  video {
    width: auto;
    max-width: 100%;
  }

  a {
    color: inherit;
    text-decoration: none
  }

  .backlink {
    display: none;
  }

  .page__wrap {
    margin-bottom: 0;
  }

  @media screen and (min-width: 768px) {
    .sp-only {
      display: none !important;
    }
  }

  @media screen and (max-width: 767px) {
    .pc-only {
      display: none !important;
    }
  }

  .js-scroll-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .8s ease, transform .8s ease
  }

  .js-scroll-in.displayed {
    opacity: 1;
    transform: translateY(0)
  }

  .fade-bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to top,
        rgba(251, 248, 241, 1) 0%,
        rgba(251, 248, 241, 0) 100%);
    pointer-events: none;
  }

  .fade-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom,
        rgba(251, 248, 241, 1) 0%,
        rgba(251, 248, 241, 0) 100%);
    pointer-events: none;
  }

  .colarich-eaudetoilette__wrapper {
    padding-top: 0;
  }

  .breadcrumb {
    padding: 16px
  }

  .breadcrumb__list {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    gap: 22px;
    white-space: nowrap;
    overflow-x: auto
  }

  .breadcrumb__list--item {
    position: relative;
    font-size: 1.2rem;
    list-style: none;
  }

  @media screen and (min-width:768px) {
    .breadcrumb__list--item {
      font-size: 1.4rem
    }
  }

  .breadcrumb__list--item a:hover {
    text-decoration: underline
  }

  .breadcrumb__list--item:has(a):after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    position: absolute;
    transition: all .3s ease;
    top: 6px;
    right: -13px;
    border-top: solid 1px #b2b4c8;
    border-right: solid 1px #b2b4c8;
    transform: rotate(45deg)
  }

  .colarich-eaudetoilette {
    background-color: #FBF8F1;
    color: #3E3731;
    padding-bottom: 20px;
  }

  .cola-ea-container {
    margin: 25px auto;
    position: relative;
  }

  .cola-ea-inner {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
  }

  @media screen and (min-width: 768px) {
    .cola-ea-inner {
      max-width: 1000px;
    }
  }

  h2.title-h2 {
    font-family: "游明朝体36ポかな", "YuMincho +36p Kana", "Yu Mincho", "游明朝体", serif !important;
    font-feature-settings: "ss01"1;
    margin-bottom: 25px;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    z-index: 1;
  }

  h2.title-h2 span {
    display: inline-block;
    font-family: "游明朝体36ポかな", "YuMincho +36p Kana", "Yu Mincho", "游明朝体", serif !important;
    font-feature-settings: "ss01"1;
  }

  @media screen and (min-width: 768px) {
    h2.title-h2 {
      font-size: 3.2rem;
      font-weight: 400;
    }
  }

  h3.title-h3 {
    font-family: "游明朝体36ポかな", "YuMincho +36p Kana", "Yu Mincho", "游明朝体", serif !important;
    font-feature-settings: "ss01"1;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.0;
    z-index: 1;
  }

  h3.title-h3 span {
    display: inline-block;
    font-family: "游明朝体36ポかな", "YuMincho +36p Kana", "Yu Mincho", "游明朝体", serif !important;
    font-feature-settings: "ss01"1;
  }

  h2.title-h2 span.sub {
    font-feature-settings: "ss01"1;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    z-index: 10;
    display: inline-block;
    padding: 0 8px;
  }

  .colarich-eaudetoilette__kv {
    margin-bottom: 40px;
    width: 100%;
    background-image: url('../images/colarich_eaudetoilette/kv-01-sp.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .colarich-eaudetoilette__kv .kv__inner {
    min-height: 460px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding: 33px 10px;
  }

  .colarich-eaudetoilette__kv .main-title {
    display: block;
  }


  @media screen and (min-width: 768px) {
    .colarich-eaudetoilette__kv {
      margin-bottom: 80px;
      background-image: url('../images/colarich_eaudetoilette/kv-01-pc.webp');
    }

    .colarich-eaudetoilette__kv .kv__inner {
      min-height: 580px;
      display: flex;
      justify-content: flex-start;
      max-width: 1040px;
      margin: 0 auto;
      padding: 40px;
    }

    .colarich-eaudetoilette__kv .main-title {
      width: 360px;
    }
  }

  .container__catch-area .cola-ea-inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container__catch-area .catch-text {
    margin-bottom: 25px;
  }

  .container__catch-area .catch-text p {
    margin-bottom: 25px;
    line-height: 2.0;
  }

  .container__catch-area .catch-text p:last-child {
    margin-bottom: 0;
  }

  @media screen and (min-width: 768px) {
    .container__catch-area .title-h2 {
      margin-bottom: 40px;
    }
  }

  .container__concept {
    margin-bottom: 50px;
  }

  .container__concept .cola-ea-inner {
    display: flex;
    align-items: flex-end;
    min-height: 435px;
  }

  .container__concept .cola-ea-inner figure {
    position: absolute;
  }

  .container__concept .cola-ea-inner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .container__concept .cola-ea-inner .figure-01 {
    width: 200px;
    height: 240px;
    overflow: hidden;
    left: 0;
    top: 90px;
  }

  .container__concept .cola-ea-inner .figure-02 {
    width: 160px;
    height: 360px;
    overflow: hidden;
    right: 0;
    top: 0;
  }

  .container__concept .cola-ea-inner .figure-02 img {
    object-position: 10% 50%;
  }

  @media screen and (min-width: 768px) {
    .container__concept .cola-ea-inner {
      min-height: 554px;
    }

    .container__concept .cola-ea-inner .figure-01 {
      width: 49%;
      height: 320px;
      left: 20px;
      top: 145px;
    }

    .container__concept .cola-ea-inner .figure-02 {
      width: 43.5%;
      height: 554px;
      right: 20px;
    }
  }

  .container__concept .title-h2 {
    margin-bottom: 0;
  }

  .container__movie {
    margin-bottom: 100px;
  }

  /* 動画モーダル用css */
  .video__play-box {
    position: relative;
    width: 100%;
    max-width: 960px;
    cursor: pointer;
    overflow: hidden;
    background-color: #000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    outline: none;
  }

  .video__play-box:focus-visible {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.6);
  }

  #bgVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .play-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.15);
    color: white;
    transition: background-color 0.3s ease;
  }

  .video__play-box:hover .play-button-overlay {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .play-circle {
    width: 80px;
    height: 80px;
    background-color: rgba(40, 40, 40, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s, transform 0.3s ease;
  }

  .video__play-box:hover .play-circle {
    background-color: rgba(0, 0, 0, 0.9);
    transform: scale(1.05);
  }

  .play-circle svg {
    width: 36px;
    height: 36px;
    transform: translateX(2px);
  }

  .play-button-overlay p {
    font-family: "游明朝体36ポかな", "YuMincho +36p Kana", "Yu Mincho", "游明朝体", serif !important;
    font-feature-settings: "ss01"1;
    margin-top: 16px;
    font-size: 1.4rem;
    font-weight: 300;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  }

  .video-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    z-index: 1001;
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }

  .video-modal.is-active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }

  .modal-video-content {
    display: flex;
    overflow: hidden;
    background-color: #000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  }

  #modalVideo {
    max-width: 95vw;
    /* max-height: 95vh; */
    display: block;
    height: auto;
  }

  .modal-video-close {
    position: absolute;
    top: -45px;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    color: #333;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1002;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: transform 0.2s ease;
  }

  .modal-video-close:hover {
    transform: scale(1.1);
  }

  .modal-video-close svg {
    width: 20px;
    height: 20px;
  }

  @media screen and (min-width: 768px) {
    #modalVideo {
      max-width: 85vw;
      /* max-height: 90vh; */
    }
  }

  /* 動画モーダル用css end*/

  .container__lineup {
    margin-bottom: 64px;
  }

  .container__lineup .lineup__btn-area {
    margin-top: 25px;
  }

  .container__lineup .custom-link-button {
    display: flex;
    align-items: center;
    background-color: #FCF9F4;
    border: 1px solid #BAAB9D;
    border-radius: 60px;
    padding: 12px 35px;
    max-width: 334px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-out;
    margin: 0 auto 16px;
  }

  .container__lineup .custom-link-button:hover {
    opacity: 0.8;
  }

  .container__lineup .custom-link-button::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 64px;
    height: 56px;
    display: block;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .container__lineup .custom-link-button.lineup-01::before {
    background-image: url('../images/colarich_eaudetoilette/btn-illust-01.webp');
  }

  .container__lineup .custom-link-button.lineup-02::before {
    background-image: url('../images/colarich_eaudetoilette/btn-illust-02.webp');
  }

  .container__lineup .custom-link-button.lineup-03::before {
    background-image: url('../images/colarich_eaudetoilette/btn-illust-03.webp');
  }

  .container__lineup .custom-link-button.lineup-04::before {
    background-image: url('../images/colarich_eaudetoilette/btn-illust-04.webp');
  }

  .container__lineup .custom-link-button.lineup-05::before {
    background-image: url('../images/colarich_eaudetoilette/btn-illust-05.webp');
  }

  .container__lineup .link-button__text {
    flex-grow: 1;
    min-width: 0;
  }

  .container__lineup .link-button__title {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .container__lineup .link-button__subtitle {
    display: block;
    font-size: 1.0rem;
    color: #BAAB9D;
    line-height: 1.5;
  }

  .container__lineup .custom-link-button::after {
    content: '';
    background-image: url('../images/colarich_eaudetoilette/icon-arrow-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    display: block;
    margin-left: 15px;
    flex-shrink: 0;
  }

  @media screen and (min-width: 768px) {
    .container__lineup .lineup__btn-area {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
    }

    .container__lineup .custom-link-button {
      max-width: 178px;
      flex-direction: column;
      border-radius: 80px;
      padding: 20px 15px;
    }

    .container__lineup .custom-link-button::before {
      margin: 0 0 10px;
    }

    .container__lineup .link-button__text {
      flex-grow: 0;
    }

    .container__lineup .link-button__title {
      margin-bottom: 12px;
    }

    .container__lineup .custom-link-button::after {
      margin: 10px 0 0;
    }
  }

  .container__product {
    margin: 0 auto;
    padding: 64px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .container__product .cola-ea-inner {
    padding: 0 18px;
  }

  .container__product p.product__name {
    padding: 4px 8px;
    display: inline-block;
  }

  .container__product .product__img-area {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  @media screen and (min-width: 768px) {
    .container__product .product__img-area {
      flex-direction: row-reverse;
      justify-content: space-between;
    }
  }

  .container__product .product__img-area .numbered-img {
    position: relative;
  }

  .container__product .product__img-area .numbered-img.numbered-img::after {
    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 66px;
    height: 52px;
    position: absolute;
    top: -35px;
    right: 0;
  }

  .container__product .product__img-area .fragrance_detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .container__product .product__img-area .fragrance_detail button {
    border-bottom: 1px solid #BAAB9D;
    position: relative;
    padding: 2px 25px 2px 0;
    font-size: 1.4rem;
  }

  .container__product .product__img-area .fragrance_detail button::after {
    content: '';
    display: block;
    background-image: url('../images/colarich_eaudetoilette/icon-arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 1px;
    right: 0px;
  }

  .container__product .product__img-area .fragrance_detail button:hover {
    opacity: 0.8;
  }

  @media screen and (min-width: 768px) {
    .container__product .product__img-area .fragrance_detail {
      width: 50%;
      max-width: 400px;
      justify-content: flex-end;
    }

    .container__product .product__img-area .fragrance_detail figure {
      width: 100%;
    }

    .container__product .product__img-area .fragrance_detail figure img {
      width: 100%;
    }
  }

  .container__product .product__buy {
    margin-top: 25px;
  }

  .container__product .product__buy .product__buy--name {
    text-align: right;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }

  .container__product .product__buy .product__buy--price {
    text-align: right;
    margin-bottom: 16px;
  }

  .container__product .product__buy--btn-area {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
  }

  .container__product .product__buy--btn-area a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.6rem;
    transition: all 0.2s ease-out;
    padding: 8px 16px;
  }

  .container__product .detail-btn a {
    border: 1px solid #3E3731;
    box-shadow: 0 0 15px 0 rgba(113, 105, 95, 0.20);
  }

  .container__product .detail-btn a:hover {
    opacity: 0.8;
  }

  .container__product .product__buy--btn-area button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.6rem;
    transition: all 0.2s ease-out;
    padding: 8px 16px;
    font-family: inherit;
    cursor: pointer;
  }

  .container__product .buy-btn button {
    background-color: #3E3731;
    color: #fff;
    box-shadow: 0 0 15px 0 rgba(113, 105, 95, 0.20);
  }

  .container__product .buy-btn button:hover {
    opacity: 0.8;
  }

  .container__product .buy-btn button::before {
    content: '';
    display: block;
    background-image: url('../images/colarich_eaudetoilette/icon-cart.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .container__product.product-01 {
    background-image: url('../images/colarich_eaudetoilette/product-bg01-sp.webp');
  }

  .container__product.product-02 {
    background-image: url('../images/colarich_eaudetoilette/product-bg02-sp.webp');
  }

  .container__product.product-03 {
    background-image: url('../images/colarich_eaudetoilette/product-bg03-sp.webp');
  }

  .container__product.product-04 {
    background-image: url('../images/colarich_eaudetoilette/product-bg04-sp.webp');
  }

  .container__product.product-05 {
    background-image: url('../images/colarich_eaudetoilette/product-bg05-sp.webp');
  }

  @media screen and (min-width: 768px) {
    .container__product.product-01 {
      background-image: url('../images/colarich_eaudetoilette/product-bg01-pc.webp');
    }

    .container__product.product-02 {
      background-image: url('../images/colarich_eaudetoilette/product-bg02-pc.webp');
    }

    .container__product.product-03 {
      background-image: url('../images/colarich_eaudetoilette/product-bg03-pc.webp');
    }

    .container__product.product-04 {
      background-image: url('../images/colarich_eaudetoilette/product-bg04-pc.webp');
    }

    .container__product.product-05 {
      background-image: url('../images/colarich_eaudetoilette/product-bg05-pc.webp');
    }
  }

  .container__product.product-01 p.product__name {
    background: linear-gradient(to right, #B392CA, #E5B7C8);
    color: #fff;
  }

  .container__product.product-02 p.product__name {
    background: linear-gradient(to right, #E79197, #F1C7B1);
    color: #fff;
  }

  .container__product.product-03 p.product__name {
    background: linear-gradient(to right, #E4932E, #EDCA6A);
    color: #fff;
  }

  .container__product.product-04 p.product__name {
    background: linear-gradient(to right, #95BD5A, #BDCC34);
    color: #fff;
  }

  .container__product.product-05 p.product__name {
    background: linear-gradient(to right, #42B1A1, #7CCAD4);
    color: #fff;
  }

  .container__product.product-01 .product__img-area .numbered-img.numbered-img::after {
    background-image: url('../images/colarich_eaudetoilette/product-num-01.svg');
  }

  .container__product.product-02 .product__img-area .numbered-img.numbered-img::after {
    background-image: url('../images/colarich_eaudetoilette/product-num-02.svg');
  }

  .container__product.product-03 .product__img-area .numbered-img.numbered-img::after {
    background-image: url('../images/colarich_eaudetoilette/product-num-03.svg');
  }

  .container__product.product-04 .product__img-area .numbered-img.numbered-img::after {
    background-image: url('../images/colarich_eaudetoilette/product-num-04.svg');
  }

  .container__product.product-05 .product__img-area .numbered-img.numbered-img::after {
    background-image: url('../images/colarich_eaudetoilette/product-num-05.svg');
  }

  /* --- 商品モーダル用スタイル --- */
  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .modal-overlay.is-active {
    opacity: 1;
    visibility: visible;
  }

  .modal-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .modal-box.is-active {
    opacity: 1;
    visibility: visible;
  }

  .modal-content {
    position: relative;
    background-color: #fff;
    width: 335px;
    padding: 24px 35px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    text-align: left;
    box-sizing: border-box;
  }

  .modal-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.2rem;
    line-height: 1;
    color: #888;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    transition: color 0.2s;
  }

  .modal-ftagrance {
    font-size: 1.3rem;
    margin-bottom: 16px;
    text-align: center;
  }

  .modal-item-name {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .modal-price {
    font-size: 1.6rem;
    text-align: right;
    margin-bottom: 20px;
  }

  .modal-quantity-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto 12px;
    width: 92px;
  }

  .modal-quantity-area label {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .modal-quantity-area select {
    width: 92px;
    padding: 4px 9px;
    border: 1px solid #B2B4C8;
    font-size: 1.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/colarich_eaudetoilette/icon-arrow-down02.svg');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px;
    cursor: pointer;
  }

  .modal-add-to-cart-btn {
    background-color: #3E3731;
    border: 1px solid #3E3731;
    color: #fff;
    width: 160px;
    height: 36px;
    border-radius: 999px;
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
    margin: 0 auto 20px;
  }

  .modal-add-to-cart-btn:hover {
    opacity: 0.8;
  }

  .modal-add-to-cart-btn::before {
    content: '';
    display: block;
    background-image: url('../images/colarich_eaudetoilette/icon-cart.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  .modal-info {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .modal-info a {
    text-decoration: underline;
  }

  .modal-content .title {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .modal-content .twxt {
    font-size: 1.4rem;
    font-weight: 400;
  }

  /* --- 商品モーダル用スタイル end--- */

  .container__story {
    margin-bottom: 100px;
  }

  .container__story .story__item {
    margin: 40px 0;
  }

  .container__story .story__item.story__item--right {
    text-align: right;
  }

  .container__story .story__item figure {
    margin-bottom: 16px;
  }

  .container__story .story__item p.story__item-text {
    font-size: 1.4rem;
    line-height: 2.0;
    margin-bottom: 16px;
  }

  @media screen and (min-width: 768px) {
    .story__list {
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }

    .container__story .story__item {
      width: 100%;
      max-width: 280px;
    }

    .container__story .story__item.story__item--right {
      text-align: left;
    }
  }

  .container__story .story__recommend--title {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .container__story .story__recommend--item {
    margin-bottom: 5px;
  }

  .container__story .story__recommend--item a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    padding: 3px 0;
    border-bottom: 1px solid #3E3731;
    transition: opacity 0.2s;
  }

  .container__story .story__recommend--item a:hover {
    opacity: 0.8;
  }

  .container__story .story__recommend--item a::after {
    content: '';
    display: block;
    background-image: url('../images/colarich_eaudetoilette/icon-arrow-up.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    margin-left: 8px;
  }

  .container__img-gallery {
    margin-bottom: 100px;
  }

  .container__img-gallery .cola-ea-inner {
    height: 845px;
    box-sizing: border-box;
  }

  .container__img-gallery figure {
    position: absolute;
    display: block;
    object-fit: cover;
    width: 100%;
  }

  .container__img-gallery video {
    position: absolute;
    display: block;
    object-fit: cover;
    width: 100%;
  }

  .container__img-gallery .gallery-01 {
    top: 0;
    right: 20px;
    max-width: 280px;
  }

  .container__img-gallery .gallery-02 {
    top: 225px;
    left: 20px;
    max-width: 160px;
  }

  .container__img-gallery .gallery-03 {
    top: 475px;
    left: calc(50% - 188px);
    max-width: 375px;
  }

  .container__img-gallery .gallery-04 {
    top: 665px;
    right: 20px;
    max-width: 290px;
  }

  @media screen and (min-width: 768px) {
    .container__img-gallery .cola-ea-inner {
      height: 1360px;
    }

    .container__img-gallery .gallery-01 {
      max-width: 602px;
      width: 61%;
    }

    .container__img-gallery .gallery-02 {
      top: 145px;
      left: 0;
      max-width: 314px;
      width: 31%;
    }

    .container__img-gallery .gallery-03 {
      top: 600px;
      left: 0;
      max-width: 960px;
    }

    .container__img-gallery .gallery-04 {
      top: 1020px;
      right: 100px;
      max-width: 540px;
    }
  }

  .container__how-to-use {
    margin-bottom: 100px;
  }

  .container__how-to-use p {
    margin-bottom: 16px;
  }

  @media screen and (min-width: 768px) {
    .use-cont {
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }

    .use-cont p {
      width: 100%;
      max-width: 410px;
    }

    .use-cont figure {
      width: 100%;
      max-width: 531px;
    }
  }

  .container__column {
    margin-bottom: 100px;
  }

  .container__column .column__item {
    width: 100%;
    max-width: 375px;
    margin: 0 auto 24px;
  }

  .container__column .column__item a {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: opacity 0.3s;
  }

  .container__column .column__item a:hover {
    opacity: 0.8;
  }

  .container__column .column__item--thumbnail {
    width: 100%;
    background-color: #e6e6e6;
    overflow: hidden;
  }

  .container__column .column__item--thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .container__column .column__item--text {
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .container__column .thumbnail-blank {
    width: 100%;
    aspect-ratio: 335 / 205;
    background-color: #e6e6e6;
  }

  @media screen and (min-width: 768px) {
    .container__column .column__list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
    }

    .container__column .column__item {
      width: calc((100% - 40px) / 3);
      max-width: 304px;
      margin: 0;
    }
  }

  /* ハンバーガーメニュー用スタイル */
  body.no-scroll {
    overflow: hidden;
  }

  .fixed-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 56px;
    height: 56px;
    border-radius: 100px;
    background: rgba(85, 72, 63, 0.80);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    transition: background-color 0.3s ease;
  }

  .fixed-button:hover {
    background: rgba(85, 72, 63, 1.0);
  }

  .hamburger-icon {
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease;
  }

  .hamburger-icon::before,
  .hamburger-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    transition: all 0.3s ease;
  }

  .hamburger-icon::before {
    top: -7px;
  }

  .hamburger-icon::after {
    top: 7px;
  }

  .fixed-button.is-active {
    background: #fff;
  }

  .fixed-button.is-active:hover {
    background: #f0f0f0;
  }

  .fixed-button.is-active .hamburger-icon {
    background-color: transparent;
  }

  .fixed-button.is-active .hamburger-icon::before,
  .fixed-button.is-active .hamburger-icon::after {
    background-color: #55483F;
    top: 0;
  }

  .fixed-button.is-active .hamburger-icon::before {
    transform: rotate(45deg);
  }

  .fixed-button.is-active .hamburger-icon::after {
    transform: rotate(-45deg);
  }

  .fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/colarich_eaudetoilette/menu-bg-sp.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }

  @media screen and (min-width: 768px) {
    .fullscreen-menu {
      background-image: url('../images/colarich_eaudetoilette/menu-bg-pc.webp');
    }
  }

  .fullscreen-menu.is-active {
    opacity: 1;
    visibility: visible;
  }

  .menu-content {
    color: #FBF8F1;
    padding: 20px;
    line-height: 1.0;
  }

  .menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu-content li {
    margin-bottom: 20px;
  }

  .menu-content li a {
    text-decoration: none;
    color: inherit;
    font-size: 2.2rem;
    display: block;
    padding: 5px 0;
    transition: all 0.2s;
  }

  .menu-content li a:hover {
    opacity: 0.8;
  }

  .menu-content>ul>li>a {
    font-family: "游明朝体36ポかな", "YuMincho +36p Kana", "Yu Mincho", "游明朝体", serif !important;
    font-feature-settings: "ss01"1;
  }

  .menu-content .sub-list {
    margin-top: 3px;
    margin-left: 16px;
  }

  .menu-content .sub-list li {
    margin-bottom: 5px;
  }

  .menu-content .sub-list li a {
    font-size: 1.4rem;
  }

  .menu-content .sub-list li a:hover {
    opacity: 0.8;
  }

  /* ハンバーガーメニュー用スタイル end */