@charset "utf-8";

/* CSS Document */


/* ========================================
   トップページ共通
======================================== */
html {
  scroll-behavior: smooth;
}

#index-contents h2.ttl b {
  color: #333333;
  font-size: clamp(25px, 3.5vw, 35px);
}

#index-contents.top>*:nth-child(n+2),
#index-footer {
  margin: 0 auto;
}

#index-contents.top .bg-color {
  background: none;
}

.top_section {
  margin-bottom: clamp(4rem, 8vw, 8rem) !important;
}

#index-contents.top #main-vs {
  margin-bottom: 4rem !important;
}

#index-contents.top .list li a,
.history_wrap .recommend_rcmd_display li a {
  padding: 0 !important;
}

/*緑のボタン*/
.btn_green {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: min(400px, 60%);
  padding: 0.8em 2em 0.8em 2em;
  box-sizing: border-box;
  background-color: #217A4B;
  color: #fff;
  border-radius: 100px;
  text-decoration: none;
  font-size: clamp(14px, 1.5vw, 16px);
  letter-spacing: 0.05em;
  transition: transform 0.2s ease;
  margin-right: auto;
  margin-left: auto;
}

.btn_green::after {
  content: "";
  position: absolute;
  right: 1.4em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8em;
  height: 1px;
  background-color: #fff;
}

.btn_green::before {
  content: "";
  position: absolute;
  right: 1.4em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn_green:hover {
  transform: scale(0.96);
}

/*test内CSS記載移植*/
.custom-ranking-section {
  background-color: #fff;
}

.submitrec-container {
  margin: 0 auto;
}

.ranking-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
}

.tab-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

.tab-item {
  padding: 12px 24px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  color: #888;
  position: relative;
  transition: all 0.3s;
}

.tab-item.active {
  color: #bfa67b;
}

.tab-item.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #bfa67b;
}

.tab-content-wrapper {
  position: relative;
  width: 100%;
  min-height: 400px;
}

.tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease;
}

.tab-content.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
}

.recommend_rcmd_body h3 {
  display: none;
}

.recommend_rcmd_display li {
  margin: 0 10px 0 0 !important;
}

#index-contents.top .list li a>div {
  padding: 10px 0 0 0;
}

.recommend_rcmd_display li a {
  padding: 0 !important;
}

/* ------------------------ */
@media screen and (max-width: 768px) {
  .tab-item {
    flex: 1;
    text-align: center;
    padding: 10px 5px;
    font-size: 13px;
  }
}

#index-contents.top>*:nth-child(n+2) {
  margin: 2em auto 1em;
}

#index-contents h2.ttl b {
  color: #333;
}

.recommend_rcmd_body.swiper {
  overflow: hidden !important;
}

.recommend_rcmd_display.swiper-wrapper {
  display: flex !important;
  transition-property: transform !important;
}


/* ========================================
   ブランドメインビジュアル
======================================== */
#index-contents.top #main-vs {
  position: relative;
  overflow: hidden;
}

#index-contents.top #main-vs .swiper-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

#index-contents.top #main-vs .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* 固定テキスト */
.top-brandvisual {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 11.5%;
  transform: translateY(-50%);
  color: #333;
  text-align: left;
  pointer-events: none;
  text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    -1px -1px 0 #fff,
    0 0 4px #fff,
    0 0 8px #fff,
    0 0 12px #fff,
    0 0 18px #fff;
}

.top-text01 {
  margin: 0 0 clamp(12px, 1.2vw, 22px);
  font-size: clamp(18px, 1.6vw, 22px) !important;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.top-brandvisual h2 {
  margin: 0 0 clamp(16px, 2vw, 38px);
  font-size: clamp(26px, 2.65vw, 40px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  font-weight: 500;
}

.top-text02 {
  font-weight: 500;
  font-size: clamp(15px, 2.8vw, 16px) !important;
  line-height: 1.7;
  letter-spacing: 1.5px;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.top-text02 span {
  color: #00845b;
}

/* アロミックスタイルについて */
.top-brandvisual a {
  position: relative;
  display: inline-block;
  min-width: clamp(135px, 11vw, 220px);
  max-width: 350px;
  margin-top: 3rem;
  padding: 0 2.2em 0.45em 0.6em;
  color: #00845b;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-bottom: none;
  pointer-events: auto;
  transition: opacity 0.2s ease;
}

/* 矢印の横線 */
.top-brandvisual a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #00845b;
  transition: right 0.25s ease;
  box-shadow:
    0 0 3px #fff,
    0 0 6px #fff,
    0 0 10px rgba(255, 255, 255, 0.9),
    0 0 16px rgba(255, 255, 255, 0.75);
}

/* 矢印の先端 */
.top-brandvisual a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.8em;
  height: 1px;
  background: #00845b;
  transform: rotate(35deg);
  transform-origin: right center;
  transition: right 0.25s ease;
  box-shadow:
    0 0 3px #fff,
    0 0 6px #fff,
    0 0 10px rgba(255, 255, 255, 0.9),
    0 0 16px rgba(255, 255, 255, 0.75);
}

/* ブランドビジュアル全体をホバーしたとき */
@media (hover: hover) and (pointer: fine) {

  #index-contents.top #main-vs:hover .top-brandvisual a::before,
  #index-contents.top #main-vs:hover .top-brandvisual a::after {
    right: -12px;
  }

  #index-contents.top #main-vs:hover .top-brandvisual a {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .top-text02-br {
    display: inherit;
  }
}

@media screen and (max-width: 768px) {
  .top-brandvisual {
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 5vw;
    text-align: center;
    box-sizing: border-box;
  }

  .top-text01 {
    margin: 0 0 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }

  .top-brandvisual h2 {
    margin: 0 0 2.8vw 5%;
    font-size: clamp(24px, 7.6vw, 34px);
    line-height: 1.55;
    letter-spacing: 0.16em;
    white-space: nowrap;
    font-weight: 500;
  }

  .top-brandvisual a {
    min-width: 38vw;
    padding: 0 7vw 1.4vw 2vw;
    font-size: clamp(10px, 4vw, 18px) !important;
    letter-spacing: 0.08em;
    width: fit-content;
    margin: 5vw auto 0;
  }

  .top-brandvisual a::after {
    width: 6vw;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  #index-contents.top #main-vs .top-brandvisual {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 89%;
  }

  #index-contents.top #main-vs .top-brandvisual a {
    margin-top: auto;
  }
}

/* ==================================================
   追従バナー T-scent
================================================== */
.fixed-tscent-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 900;
  width: 400px;
  height: 80px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.35s ease;
  pointer-events: none;
}

.fixed-tscent-banner.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.fixed-tscent-banner.is-closed {
  display: none;
}

.fixed-tscent-banner__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 58px 12px 125px;
  color: #fff;
  line-height: 1.25;
  text-decoration: none;
  background: rgba(33, 122, 75, 0.85);
  box-sizing: border-box;
  overflow: visible;
  border-radius: 5px;
}

#fixedTscentBanner:hover {
  transition: 0.2s;
}

#fixedTscentBanner:hover .fixed-tscent-banner__link {
  background: rgba(87, 163, 123, 0.85);
}


.fixed-tscent-banner__image {
  position: absolute;
  left: 13px;
  bottom: 0;
  width: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.fixed-tscent-banner__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.fixed-tscent-banner__text {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin: 10px 0 0 20px;
  line-height: 1.2;
}

.fixed-tscent-banner__brand {
  position: relative;
  display: inline-block;
}

.fixed-tscent-banner__brand::before {
  content: attr(data-ruby);
  position: absolute;
  left: 0;
  top: -1.05em;
  width: 100%;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.fixed-tscent-banner__arrow {
  display: none;
  /*念のため残し中　確定したら削除*/
  position: absolute;
  right: 22px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 10px solid #fff;
  transform: translateY(-50%);
}

.fixed-tscent-banner__close {
  position: absolute;
  right: -5px;
  top: -15px;
  z-index: 2;
  width: 35px;
  height: 35px;
  padding: 0 0 10px 0;
  color: rgba(33, 122, 75, 0.85);
  display: flex;
  font-size: 30px !important;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
  background-color: #F5F5F5;
  border: none;
  border: solid 2px rgba(33, 122, 75, 0.85);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  align-items: center;
  justify-content: center;
}

.fixed-tscent-banner__text_arrow_sp {
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 5px;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .fixed-tscent-banner {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
  }

  .fixed-tscent-banner__link {
    padding: 10px 48px 10px 20%;
    justify-content: center;
    border-radius: 0;
  }

  .fixed-tscent-banner__image {
    left: 17px;
    bottom: 0;
    width: 118px;
    height: 92px;
  }

  .fixed-tscent-banner__text {
    font-size: 18px;
    line-height: 1.22;
    text-align: center;
  }

  .fixed-tscent-banner__brand::before {
    top: -1em;
    font-size: 9px;
  }

  .fixed-tscent-banner__arrow {
    right: 60px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 9px;
    display: none;
  }

  .fixed-tscent-banner__close {
    right: 15px;
    top: -20px;
    width: 40px;
    height: 40px;
    font-size: 33px !important;
    line-height: 26px;
  }
}

@media screen and (max-width: 374px) {
  .fixed-tscent-banner__link {
    padding-left: 112px;
    padding-right: 44px;
  }

  .fixed-tscent-banner__image {
    left: 8px;
    width: 108px;
  }

  .fixed-tscent-banner__text {
    font-size: 16px;
  }
}

/* ========================================
   カテゴリー（Item）
======================================== */
.category-menu {
  width: min(100%, 650px);
  margin: 2.4rem auto 0;
  background: #fff;
}

.category-panels {
  border: solid 1rem #deebdf;
}

.category-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}

.category-tab {
  display: grid;
  place-items: center;
  min-height: 3.4rem;
  border: 0;
  background: #F5F5F5;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  transition: 0.2s;
  letter-spacing: -0.05rem;
}

.category-tab.is-active {
  background: #deebdf;
  color: #217A4B;
  font-weight: 700;
}

.category-panel {
  display: none;
}

.category-panel.is-active {
  display: block;
}

/* --- お部屋・シーン --- */
.scene-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 5.5rem;
  border-bottom: solid 1px #E3E3E3;
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}

.scene-item:last-child {
  border-bottom: none;
}

.scene-item__icon {
  flex: 0 0 4.5rem;
  display: grid;
  place-items: center;
}

.scene-item__icon img {
  width: 2.5rem;
  height: auto;
}

.scene-item__body {
  display: grid;
}

.scene-item__name {
  color: #217A4B;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.4;
}

.scene-item__text {
  line-height: 1.4;
}

/* --- 共通矢印 --- */
.scene-item__arrow,
.purpose-link-item__arrow,
.product-type-item__arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #217A4B;
  border-right: 1px solid #217A4B;
  transform: translateY(-50%) rotate(45deg);
}

/* --- アコーディオン共通 --- */
.accordion-item {
  border-bottom: solid 1px #E3E3E3;
  transition: 0.2s;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 5rem;
  padding: 1.2rem 3.2rem 1.2rem 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}


.accordion-icon {
  flex: 0 0 4.5rem;
  display: grid;
  place-items: center;
}

.accordion-icon img {
  width: 2.5rem;
  height: auto;
}

.accordion-title {
  color: #217A4B;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}

.accordion-mark {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  transform: translateY(-50%);
}

.accordion-mark::before,
.accordion-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 1px;
  background: #217A4B;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.accordion-mark::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion-mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.is-open .accordion-mark::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.accordion-item.is-open .accordion-mark::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.25s ease;
}

.accordion-item.is-open .accordion-body {
  opacity: 1;
}

/* --- 三階層目リンク --- */
.accordion-link {
  position: relative;
  display: block;
  padding: 0.9rem 2.4rem 0.9rem 4rem;
  border-bottom: solid 1px #E3E3E3;
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}

.accordion-link:first-child {
  border-top: solid 1px #E3E3E3;
}

@media screen and (min-width: 769px) {
  .accordion-link:first-child {
    border-top: none;
  }
}

.accordion-link:last-child {
  border-bottom: none;
}

.accordion-link::before {
  content: "└";
  position: absolute;
  left: 2rem;
  color: #999;
}

.accordion-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #217A4B;
  border-right: 1px solid #217A4B;
  transform: translateY(-50%) rotate(45deg);
}

/* --- 目的・お悩み：直リンク --- */
.purpose-link-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 5rem;
  border-bottom: solid 1px #E3E3E3;
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}

.category-panel--purpose>.purpose-link-item:last-child {
  border-bottom: none;
}

.purpose-link-item__icon {
  flex: 0 0 5.4rem;
  display: grid;
  place-items: center;
}

.purpose-link-item__icon img {
  width: 2.5rem;
  height: auto;
}

.purpose-link-item__body {
  display: grid;
  gap: 0.2rem;
}

.purpose-link-item__name {
  color: #217A4B;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}

/* 消臭アコーディオンの次に直リンクが続くため、境界線を維持 */
.category-panel--purpose .accordion-item {
  border-bottom: solid 1px #E3E3E3;
}

/* --- 製品タイプ --- */
.category-panel--type .accordion-trigger {
  min-height: 5rem;
}

.category-panel--type .accordion-title {
  font-size: 1.1rem;
}

.category-panel--type_subindex {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.2rem;
  background-color: #90BCA5;
  color: #ffffff;
  font-weight: 500;
}

.product-type-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 4.5rem;
  border-bottom: solid 1px #E3E3E3;
  color: inherit;
  text-decoration: none;
  padding-left: 2rem;
  transition: 0.2s;
  padding-top: 4px;
  padding-bottom: 4px;
}

.product-type-item:first-child {
  border-top: solid 1px #E3E3E3;
}

@media screen and (min-width: 769px) {
  .product-type-item:first-child {
    border-top: none;
  }
}

.product-type-item:last-of-type {
  border-bottom: none;
}

.product-type-item__img {
  flex: 0 0 4rem;
  display: grid;
  place-items: center;
}

.product-type-item__img img {
  width: 2.5rem;
  height: auto;
}

.product-type-item__body {
  display: grid;
  gap: 0.2rem;
}

.product-type-item__label {
  width: fit-content;
  padding: 0.1rem 0.6rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 5px;
}


/* --- 製品タイプ：直リンク --- */
.type-link-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 5rem;
  border-bottom: solid 1px #E3E3E3;
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}

.category-panel--type>.type-link-item:last-child {
  border-bottom: none;
}

.type-link-item__icon {
  flex: 0 0 4.5rem;
  display: grid;
  place-items: center;
}

.type-link-item__icon img {
  width: 2.5rem;
  height: auto;
}

.type-link-item__body {
  display: grid;
}

.type-link-item__name {
  color: #217A4B;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}

.type-link-item__arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #217A4B;
  border-right: 1px solid #217A4B;
  transform: translateY(-50%) rotate(45deg);
}

/* --- PC --- */
@media screen and (min-width: 768px) {
  .category-menu {
    width: min(98%, 1400px);
  }

  .category-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1vw;
    margin-bottom: 1rem;
  }

  .category-tab {
    min-height: 3rem;
    border-radius: 4px;
  }

  .category-panels {
    display: block;
    border: none;
  }

  .category-panel.is-active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    align-items: start;
  }

  .scene-item,
  .purpose-link-item,
  .type-link-item,
  .accordion-item {
    border-bottom: none !important;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    transition: 0.1s;
  }

  .scene-item {
    padding-right: 3.2rem;
  }

  .scene-item__name,
  .purpose-link-item__name,
  .type-link-item__name,
  .accordion-title {
    font-size: 1.1rem;
  }

  .accordion-trigger {
    padding: 0.8rem 3.2rem 0.8rem 0;
  }

  .is-open .accordion-trigger {
    padding: 1.2rem 3.2rem 2rem 0;
  }

  .accordion-item.is-open {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    padding-bottom: 14px;
  }

  .accordion-body {
    max-height: 0 !important;
    opacity: 0;
    overflow: hidden;
  }

  .category-pc-open-area {
    grid-column: 1 / -1;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    margin-top: -1.2rem;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    transition: max-height 0.35s ease, opacity 0.25s ease;
  }

  .category-pc-open-area.is-open {
    opacity: 1;
  }

  .category-pc-open-inner {
    padding: 1.5rem 1% 1rem;
  }

  .category-pc-open-content {
    opacity: 1;
  }

  .category-pc-open-content.accordion-body {
    max-height: none !important;
    overflow: visible;
    opacity: 1;
  }

  .category-panel--purpose .category-pc-open-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 2%;
  }

  .category-panel--purpose .accordion-link {
    min-height: 3rem;
    padding: 0.8rem 2.4rem 0 1.8rem;
  }

  .category-panel--purpose .accordion-link::before {
    display: none;
  }

  .category-panel--purpose .accordion-link:last-child {
    border-bottom: solid 1px #BFD8CA;
  }

  .category-panel--type .category-pc-open-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1rem;
    row-gap: 0;
  }

  .category-panel--type_subindex {
    grid-column: 1 / -1;
    margin: 1.2rem 0 0;
  }

  .category-panel--type_subindex:first-child {
    margin-top: 0;
  }

  .product-type-item {
    border-bottom: solid 1px #BFD8CA;
  }

  .product-type-item:last-of-type {
    border-bottom: solid 1px #BFD8CA;
  }

  .accordion-item.is-open {
    position: relative;
    z-index: 3;
    padding-bottom: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.06),
      -1px 0 8px rgba(0, 0, 0, 0.04),
      1px 0 8px rgba(0, 0, 0, 0.04);
  }

  .accordion-item.is-open::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.2rem;
    height: 1.2rem;
    background: #fff;
    z-index: 4;
    pointer-events: none;
  }

  .category-pc-open-area {
    position: relative;
    z-index: 1;
    margin-top: -1.2rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  }

  .category-pc-open-area::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 12px;
    background: #fff;
    z-index: 1;
    pointer-events: none;
  }

  .category-pc-open-inner {
    position: relative;
    z-index: 2;
  }

}

/* カテゴリー開閉中に、ブラウザ側の勝手なスクロール補正を止める */
#item-category,
#item-category * {
  overflow-anchor: none;
}

/* カテゴリー開閉補正中だけ、smooth scrollを無効化 */
html.is-category-position-locking {
  scroll-behavior: auto !important;
}

/* すべてのアロマディフューザーリンク */
.diffuser-toall {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin: 0;
  padding: 0.9rem 2.4rem 0.9rem 4.5rem;
  box-sizing: border-box;
  border-bottom: solid 1px #BFD8CA;
  color: #217A4B;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
  border-top: solid 1px #E3E3E3;
}

/* 右矢印 */
.diffuser-toall::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #217A4B;
  border-right: 1px solid #217A4B;
  transform: translateY(-50%) rotate(45deg);
}

/* PC */
@media screen and (min-width: 768px) {
  .category-panel--type .diffuser-toall {
    grid-column: 1 / 2;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding-left: 2rem;
  }

  .diffuser-toall {
    border-top: none;
  }
}

@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {

  .category-tab:hover,
  .scene-item:hover,
  .accordion-item:hover,
  .accordion-link:hover,
  .purpose-link-item:hover,
  .product-type-item:hover,
  .type-link-item:hover,
  .diffuser-toall:hover {
    opacity: 0.7;
  }

}

/* ========================================
   ランキング
======================================== */
.top_section-ranking_diffuser h3,
.top_section-ranking_spray h3 {
  color: #217A4B;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  position: relative;
  padding-bottom: 0.5em;
}

.top_section-ranking_diffuser h3::after,
.top_section-ranking_spray h3::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 2em;
  height: 2px;
  background-color: #217A4B;
}

.top_section-ranking_diffuser {
  margin-bottom: 4rem;
}

.starRating span {
  font-size: 14px !important;
}

.review-summary-container .starRating span:last-child {
  margin-top: -2px;
}

/* ========================================
   ピックアップ
======================================== */
.top_section-pickup {
  width: min(1200px, 92%);
}

.top_section-pickup ul {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.top_section-pickup ul {
  display: grid;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.top_section-pickup ul li {
  box-shadow: 0 0 8.14px 0 rgba(113, 113, 113, .24);
  height: inherit;
}

.top_section-pickup ul li a picture {
  padding: 0;
  display: flex;
}

/* SP：1列（縦並び） */
.top_section-pickup ul {
  grid-template-columns: 1fr;
}

/* PC：2列 */
@media screen and (min-width: 769px) {
  .top_section-pickup ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .top_section-pickup .ttl b {
    margin-left: 1%;
  }
}

/* ========================================
   お部屋・シーンから探す
======================================== */
#use-house-section {
  margin-bottom: 4rem;
}

.use-house {
  width: min(430px, 96%);
  margin: 0 auto;
}

.use-house-map {
  position: relative;
  width: 100%;
}

.use-house-img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.use-house-btn {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 30px;
  padding: .42em .75em;
  border: none;
  border-radius: 999px;
  background: #217A4B;
  color: #fff;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem) !important;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .04em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .14);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease, opacity .2s ease;
  appearance: none;
}

.use-house-btn:hover {
  transform: translate(-50%, -50%) scale(.96);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .14);
  opacity: .92;
}

.use-house-btn:focus-visible {
  outline: 3px solid rgba(33, 122, 75, .35);
  outline-offset: 3px;
}

.use-house-btn-closet {
  top: 37%;
  left: 22%;
}

.use-house-btn-bedroom {
  top: 45%;
  left: 49%;
}

.use-house-btn-living {
  top: 40%;
  left: 76%;
}

.use-house-btn-entry {
  top: 78%;
  left: 13%;
}

.use-house-btn-kitchen {
  top: 73%;
  left: 47%;
}

.use-house-btn-toilet {
  top: 78%;
  left: 77%;
}

.modal-wrapper {
  display: none;
}

.modal-wrapper.is-open {
  display: block;
}

.modal-bg {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, .45);
  box-sizing: border-box;
}

.modal-content {
  position: relative;
  z-index: 9999;
  width: min(100%, 560px);
  max-height: 82vh;
  overflow-y: auto;
  padding: 28px 20px 24px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
  color: #333;
}

.modal-content h3 {
  margin: 0 auto 1em;
  padding-bottom: .45em;
  font-size: 1.5em;
  line-height: 1.5;
  border-bottom: 1px solid #333;
  text-align: center;
  font-weight: 500;
}

.modal-content p {
  margin: 0;
  line-height: 1.8;
}

.modal-content p+p {
  margin-top: .8em;
}

.modal-content {
  padding: 3%;
}

.modal-content .info {
  display: block;
  margin-top: .35em;
  font-size: .9em;
  line-height: 1.5;
}

.modal-content dl {
  margin: 1.2em 0 0;
  padding: 1em;
  line-height: 1.7;
  background: #f7f7f7;
  border-radius: 6px;
}

.modal-content dt {
  font-weight: 600;
  letter-spacing: .05em;
}

.modal-content dd {
  margin: .2em 0 0;
}

.modal-content dd+dt {
  margin-top: .8em;
}

.modal-content dd a {
  display: inline-block;
  margin: 0 .25em .45em 0;
  padding: .15em .5em;
  color: #043c78;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: .25em;
  line-height: 1.5;
}

.modal-content dd a:hover {
  opacity: .75;
}

.modal-close-btn {
  display: none;
}

.modal-close-text {
  width: fit-content;
  margin: 1.5em auto 0;
  padding: .55em 1.8em;
  color: #217A4B;
  border: solid 1px #217A4B;
  border-radius: 999px;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
}

.modal-close-text:hover,
.modal-close-btn:hover {
  opacity: .75;
}

body.fixed,
body.modal-open {
  overflow: hidden;
}

.modal-wrapper .modal-content {
  overflow: auto;
  width: min(750px, 95%);
}

@media screen and (max-width: 400px) {
  .use-house {
    width: min(360px, 98%);
  }

  .use-house-btn {
    min-width: 62px;
    min-height: 26px;
    padding: .36em .55em;
    letter-spacing: 0;
  }

  .modal-content .info {
    font-size: 12px;
  }

  .modal-content dd a {
    font-size: 13px;
  }
}

@media screen and (min-width: 769px) {
  .use-house {
    width: min(600px, 90%);
  }

  .use-house-btn {
    min-width: 94px;
    min-height: 38px;
    padding: .52em 1.05em;
    font-size: clamp(1.1rem, 1.5vw, 1.5rem) !important;
    box-shadow: none;
  }

  .modal-bg {
    padding: 24px;
  }

  .modal-content {
    padding: 32px;
    border-radius: 12px;
  }
}

/* ========================================
   目的・お悩みから探す 
======================================== */
#_rcmdjp_display_9 {
  margin-bottom: 4rem;
}

/* ========================================
   最近チェックしたアイテム
======================================== */



/* ========================================
   お客様の投稿
======================================== */

.gallery-pictures-container {
  width: min(98%, 1400px) !important;
}

@media screen and (max-width: 768px) {
  .gallery-pictures-container {
    width: min(90%, 1400px) !important;
  }
}

/* ========================================
   お客様のレビュー
======================================== */
.review-container {
  width: min(98%, 1400px) !important;
  margin-right: auto;
  margin-left: auto;
}

.reviewWidget .reviewWidget_inner.swiper,
.reviewWidget_inner,
.u_komi_qa_widget_inner {
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .review-container {
    width: min(90%, 1400px) !important;
  }
}

.reviewWebsiteRedirect_morebtn a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  width: min(400px, 60%);
  padding: 0.8em 2em 0.8em 2em !important;
  box-sizing: border-box;
  background-color: #217A4B !important;
  color: #ffffff !important;
  border-radius: 100px !important;
  text-decoration: none !important;
  font-size: clamp(14px, 1.5vw, 16px) !important;
  letter-spacing: 0.05em;
  transition: transform 0.2s ease;
  border: none !important;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Plus Jakarta Sans', 'Zen Kaku Gothic New', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.reviewWebsiteRedirect_morebtn a::after {
  content: "";
  position: absolute;
  right: 1.4em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8em;
  height: 1px;
  background-color: #fff;
}

.reviewWebsiteRedirect_morebtn a::before {
  content: "";
  position: absolute;
  right: 1.4em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.reviewWebsiteRedirect_morebtn a:hover {
  transform: scale(0.96);
  opacity: 1 !important;
}

/* ========================================
   ジャーナル
======================================== */
.list.block4 {
  margin-bottom: 3rem;
}

#journal-column ul li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

@media screen and (max-width: 1000px) {

  .list.block4 li:nth-child(3),
  .list.block4 li:nth-child(4) {
    display: none;
  }

  #index-contents.top #column li img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    width: auto;
    height: auto;
  }
}

/* ========================================
   バナー群
======================================== */
.top_section-banner {
  width: min(1200px, 92%);
}

.top_banner-scroll-wrap {
  display: grid;
}

.top_banner-scroll-item {
  position: relative;
  margin-bottom: 40px;
}

.top_banner-list {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.top_banner-list::-webkit-scrollbar {
  display: none;
}

.top_banner-list li {
  flex: 0 0 calc((100% - 16px) / 1.7);
  box-shadow: 0 0 8.14px 0 rgba(113, 113, 113, .24);
  scroll-snap-align: start;
}

.top_banner-list li a,
.top_banner-list li picture,
.top_banner-list li img {
  display: block;
  width: 100%;
}

.top_banner-list li picture {
  display: flex;
}

.top_banner-list li img {
  height: auto;
}

/* スクロール連動バー */
.top_banner-scrollbar {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 12px;
  background: #e7e7e7;
  border-radius: 999px;
  overflow: hidden;
}

.top_banner-scrollbar span {
  display: block;
  width: 42%;
  height: 100%;
  background: #9a9a9a;
  border-radius: 999px;
  transform: translateX(0);
  transition: transform 0.08s linear;
}

/* PC：今まで通り3列グリッド */
@media screen and (min-width: 769px) {
  .top_banner-scroll-wrap {
    display: block;
  }

  .top_banner-scroll-item+.top_banner-scroll-item {
    margin-top: 20px;
  }

  .top_banner-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    overflow: visible;
    scroll-snap-type: none;
    margin-bottom: 40px;
  }

  .top_banner-list li {
    flex: initial;
    scroll-snap-align: none;
  }

  .top_banner-scrollbar {
    display: none;
  }
}

/* ========================================
   お買い物ガイド
======================================== */
#shopping-guide {
  background-color: rgb(246, 251, 247);
  padding-bottom: clamp(5rem, 8vw, 8rem);
}

.top_section_inner {
  width: min(90%, 1200px);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(5rem, 8vw, 8rem) clamp(14px, 3vw, 32px) 0;
  background-color: rgb(246, 251, 247);
  box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
}

/* ロゴ */
#shopping-guide .shopping-guide-logo {
  display: block;
  width: min(240px, 50%);
  height: auto;
  margin: 0 auto 8px;
}

/* タイトル */
#shopping-guide .shopping-guide-ttl {
  margin: 0 0 clamp(32px, 5vw, 48px);
  color: #4a4a4a;
  font-size: clamp(22px, 3.5vw, 30px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.16em;
}

/* リスト：スマホ 2・2・1 */
#shopping-guide ul {
  --guide-gap: 18px;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--guide-gap);

  width: min(100%, 520px);
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
}

#shopping-guide li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  aspect-ratio: 1 / 1;

  padding: clamp(11px, 2.5vw, 22px);
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  min-width: 0;
  min-height: 0;
}

/* スマホの5個目だけ中央 */
#shopping-guide li:nth-child(5) {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc((100% - var(--guide-gap)) / 2);
}

/* テキスト */
#shopping-guide li p {
  margin: 0 0 clamp(5px, 2vw, 16px);
  color: #217A4B;
  font-size: clamp(14px, 3.6vw, 20px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

/* アイコン画像 */
#shopping-guide li img {
  display: block;
  width: clamp(58px, 14vw, 86px);
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: contain;
}

/* PC：3・2並び */
@media screen and (min-width: 769px) {
  #shopping-guide .shopping-guide-ttl {
    margin-bottom: 48px;
  }

  #shopping-guide ul {
    --guide-gap: 28px;

    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: var(--guide-gap);
    width: min(100%, 760px);
  }

  /* 上段3個 */
  #shopping-guide li:nth-child(1) {
    grid-column: 1 / 3;
  }

  #shopping-guide li:nth-child(2) {
    grid-column: 3 / 5;
  }

  #shopping-guide li:nth-child(3) {
    grid-column: 5 / 7;
  }

  /* 下段2個を中央寄せ */
  #shopping-guide li:nth-child(4) {
    grid-column: 2 / 4;
  }

  #shopping-guide li:nth-child(5) {
    grid-column: 4 / 6;
    justify-self: stretch;
    width: 100%;
  }

  #shopping-guide li p {
    margin-bottom: 16px;
    line-height: 1.35;
  }

  #shopping-guide li img {
    width: clamp(74px, 6vw, 92px);
  }
}

/* 大きいPC：5並び */
@media screen and (min-width: 1400px) {
  #shopping-guide ul {
    --guide-gap: 20px;

    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--guide-gap);
    width: min(100%, 1120px);
  }

  #shopping-guide li,
  #shopping-guide li:nth-child(1),
  #shopping-guide li:nth-child(2),
  #shopping-guide li:nth-child(3),
  #shopping-guide li:nth-child(4),
  #shopping-guide li:nth-child(5) {
    grid-column: auto;
    justify-self: stretch;
    width: 100%;
    padding: 22px;
  }

  #shopping-guide li p {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.35;
  }

  #shopping-guide li img {
    width: 76px;
  }
}

/* ========================================
   お知らせ一覧
======================================== */
#news {
  padding: 0 0 clamp(5rem, 8vw, 8rem);
  margin-bottom: 0 !important;
}

#aromicstyle #news ul {
  margin: 2em auto;
}

#aromicstyle #news li {
  border-bottom: 1px dashed #217A4B;
}


/* ========================================
   フッター
======================================== */

#index-footer p {
  text-align: inherit;
}

#index-footer .sns {
  border-top: none;
}

.footer_menu {
  width: min(95%, 1400px);
  margin: 0 auto;
  padding: clamp(2.3rem, 3vw, 4rem) 0;
}

#index-footer .contact-container {
  background-color: #F5F5F5;
}

/*実店舗情報ここから*/
.footer_shopinfo {
  width: min(95%, 1200px);
  margin: 0 auto;
  padding: clamp(1.5rem, 2vw, 2rem) 0;
  background-color: #ffffff;
}

.footer_shopinfo h3 {
  margin-bottom: clamp(1.5rem, 2vw, 2rem);
  color: #217A4B;
  text-align: center;
  font-size: 1.1em;
}

.footer_shopinfo_img {
  display: block;
  width: min(600px, 90%);
  aspect-ratio: 3 / 2;
  background: url(/img/top/jiyugaoka.jpg) no-repeat;
  background-size: cover;
  margin: 0 auto 2rem;
}

.footer_shopinfo ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin: 0 auto;
  padding: 0;
  width: 90%;
}

@media screen and (min-width: 769px) {
  .footer_shopinfo ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    padding: 0;
    width: fit-content;
  }
}

.footer_shopinfo ul li {
  list-style: none;
  margin-bottom: 18px;
  padding-left: 18px;
  position: relative;
}


.footer_shopinfo ul li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 10px;
  color: #217A4B;
  transform: translateX(0);
  transition:
    transform 0.25s ease,
    color 0.25s ease;
}

/* PCのマウス操作時のみ */
@media (hover: hover) and (pointer: fine) {
  .footer_shopinfo ul li:hover::before {
    transform: translateX(4px);
  }
}

.footer_shopinfo ul li a {
  color: #217A4B;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2;
  transition: 0.2s;
  display: block;
}

.footer_shopinfo ul li:hover a {
  opacity: 0.8;
}

.footer_shopinfo ul li:hover::before {
  opacity: 0.8;
}

.footer_shopinfo ul li a::after {
  content: "[ map ]";
  display: inline-block;
  margin-left: 10px;
  color: #217A4B;
  vertical-align: middle;
  display: none;
}

.footer_shopinfo ul li p {
  margin: 4px 0 0;
  line-height: 1.5;
  color: #666;
}

/*実店舗情報ここまで*/


/*フッターメニューここから*/
.footer_menu {
  padding: 0 24px;
}

.footer_menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  row-gap: 1rem;
  margin: 0;
  padding: 40px 0;
  border-top: 1px solid #9d9d9d;
}

.footer_menu ul:first-child {
  border-top: none;
}

.footer_menu li {
  list-style: none;
}

.footer_menu a {
  display: block;
  color: #666;
  text-decoration: none;
  line-height: 1.6;
}

.footer_menu a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .footer_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 60px;
    padding: clamp(3rem, 5vw, 5rem) 0;
    justify-content: center;
  }

  .footer_menu ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: auto;
    margin: 0;
    padding: 0;
    border-top: none;
  }

  .footer_menu li {
    width: 100%;
  }
}

/*フッターメニューここまで*/