@charset'utf-8';


/* ----------------------
共通
---------------------- */
.text-green {
  color: #217A4B;
}

.text-mincho {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 600;
}

#concept {
  line-height: 1.8;
  font-size: clamp(16px, 2vw, 18px);
  letter-spacing: 0.04em;
}

#concept h3 {
  font-size: clamp(20px, 2.2vw, 25px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
}

#concept .section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(0.8rem, 2vw, 1.2rem);
  width: fit-content;
  max-width: 90%;
  text-align: left;
}

#concept .section-heading::before {
  content: "";
  flex: 0 0 clamp(32px, 6vw, 52px);
  width: clamp(32px, 6vw, 52px);
  height: 1px;
  margin-top: 0.9em;
  background-color: #217A4B;
  opacity: 0.65;
}

#concept .section-heading span {
  display: block;
}

@media screen and (max-width:1200px) {
  #aromicstyle>#concept h1 {
    font-size: 9vmin;
  }
}

@media screen and (min-width:750px) {

  #aromicstyle>#concept h2 {
    font-size: 1.8em;
  }
}

/* 改行コントロール */
.br-pcnone {
  display: none;
}

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

/* 背景固定用 */
.section-power-introimg,
.section-history-introimg {
  background-attachment: fixed;
}

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

  .section-power-introimg,
  .section-history-introimg {
    background-attachment: scroll;
  }
}

/* ----------------------
メインビジュアル
---------------------- */

#main-vs {
  position: relative;
  width: min(1400px, 100%);
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

#main-vs picture,
#main-vs img {
  display: block;
}

#main-vs img {
  width: 100%;
  height: auto;
}

/* 固定テキスト */
.concept-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;
}

.concept-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;
}

.concept-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;
}

.concept-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;
}

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

.concept-text02-br {
  display: none;
}

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

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

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

  .concept-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;
  }
}

/* ----------------------
ミッションセクション
---------------------- */
#section-mission {
  width: min(800px, 90%);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 2;

}

.section-mission_inner {
  padding: clamp(3rem, 5vw, 5rem) 0 clamp(5rem, 7vw, 7rem);
}

.section-mission_inner span {
  font-size: 120%;
  margin-right: 0.5%;
}

/* ----------------------
植物の生きる力セクション
---------------------- */
.section-power-introimg {
  background-image: url(./img/plant-img01.jpg);
  display: block;
  height: clamp(200px, 30vw, 350px);
  background-size: cover;
  background-position: center bottom;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .section-power-introimg {
    background-image: url(./img/plant-img01_sp.jpg);
  }
}

.section-power_inner {
  width: min(800px, 90%);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(3rem, 5vw, 5rem) 0 clamp(5rem, 7vw, 7rem);
}

.section-mission_inner img {
  margin-bottom: 15px;
}

.section-power_inner ul {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2vw, 2rem);
  max-width: fit-content;
  margin-right: auto;
  margin-left: auto;
  width: 85%;
}

@media screen and (max-width: 768px) {
  .section-power_inner ul {
    width: 85%;
  }
}

.section-mission_inner {
  position: relative;
  --cross-long: clamp(48px, 8vw, 92px);
  --cross-short: clamp(8px, 1.6vw, 18px);
  --cross-color: #217A4B;
}

/* クロス装飾共通 */
.mission-cross {
  position: absolute;
  width: calc(var(--cross-long) + var(--cross-short));
  height: calc(var(--cross-long) + var(--cross-short));
  pointer-events: none;
  color: var(--cross-color);
  opacity: 0.65;
}

/* 横線 */
.mission-cross::before {
  content: "";
  position: absolute;
  height: 1px;
  background: currentColor;
}

/* 縦線 */
.mission-cross::after {
  content: "";
  position: absolute;
  width: 1px;
  background: currentColor;
}

/* 右上：左と下が長く、右と上が短い */
.mission-cross--right {
  top: clamp(2.1rem, 5vw, 4.5rem);
  right: clamp(1.8rem, 8vw, 7rem);
}

.mission-cross--right::before {
  top: var(--cross-short);
  left: 0;
  width: calc(var(--cross-long) + var(--cross-short));
}

.mission-cross--right::after {
  top: 0;
  left: var(--cross-long);
  height: calc(var(--cross-long) + var(--cross-short));
}

/* 左下：右と上が長く、左と下が短い */
.mission-cross--left {
  bottom: clamp(1.5rem, 4vw, 3rem);
  left: clamp(1.8rem, 8vw, 7rem);
}

.mission-cross--left::before {
  bottom: var(--cross-short);
  left: 0;
  width: calc(var(--cross-long) + var(--cross-short));
}

.mission-cross--left::after {
  top: 0;
  left: var(--cross-short);
  height: calc(var(--cross-long) + var(--cross-short));
}

@media screen and (max-width: 768px) {
  .section-mission_inner {
    --cross-long: clamp(38px, 13vw, 56px);
    --cross-short: clamp(6px, 2vw, 10px);
  }

  .mission-cross--right {
    top: 3.4rem;
    right: 1.7rem;
  }

  .mission-cross--left {
    bottom: 1.4rem;
    left: 1.7rem;
  }
}


/* ----------------------
香りについてセクション
---------------------- */
.section-scent_contbox {
  background-color: #F6FBF7;
}

.section-scent_contbox_inner {
  width: min(800px, 90%);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(5rem, 7vw, 7rem) 0 clamp(3rem, 5vw, 5rem);
}

.section-scent_contbox_textbox01 p {
  font-size: clamp(20px, 2vw, 30px);
  margin-bottom: clamp(2rem, 3vw, 3rem);
}

.section-scent_contbox_textbox01 {
  text-align: center;
}

.section-scent_contbox_textbox01 ul {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2vw, 2rem);
}

.section-scent_contbox_inner img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding: clamp(2rem, 3vw, 3rem) 0;
}

.section-scent_contbox_textbox p {
  font-weight: 600;
}

.section-scent_endtext {
  width: min(800px, 90%);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(3rem, 5vw, 5rem) 0;
  text-align: center;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.8;
  letter-spacing: 1px;
}

.section-scent_endtext img {
  margin-bottom: 20px;
}

.section-scent_endtext p:nth-child(2) {
  margin-bottom: 20px;
}

.section-scent_contbox_textbox {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2vw, 2rem);
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.section-scent_contbox_textbox ul {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2vw, 2rem);
  margin-right: auto;
  margin-left: auto;
}

.section-scent_contbox {
  position: relative;
  overflow: visible;

  --connect-line-height: clamp(70px, 10vw, 110px);
  --connect-line-color: #217A4B;
}

.section-scent_contbox::before {
  content: "";
  position: absolute;
  top: calc(var(--connect-line-height) / -2);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: var(--connect-line-height);
  background-color: #217A4B;
  opacity: 0.45;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .section-scent_contbox {
    --connect-line-height: clamp(56px, 18vw, 86px);
  }
}

/* ----------------------
時代を超えてセクション
---------------------- */
.section-history-introimg {
  background-image: url(./img/plant-img02.jpg);
  display: block;
  height: clamp(150px, 30vw, 350px);
  background-size: cover;
  background-position: left bottom;
  margin-right: auto;
  margin-left: auto;
}

.section-history_contbox {
  position: relative;
  background-color: #F6FBF7;
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.section-history_contbox::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(clamp(32px, 5.5vw, 80px) * -1);
  width: 100%;
  height: clamp(32px, 5.5vw, 80px);
  background-color: #F6FBF7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .section-history_contbox {
    margin-bottom: clamp(2.5rem, 9vw, 4rem);
  }

  .section-history_contbox::after {
    bottom: calc(clamp(28px, 8vw, 44px) * -1);
    height: clamp(28px, 8vw, 44px);
  }

  .section-history_endtext {
    padding-top: clamp(4rem, 12vw, 5.5rem);
  }
}

.section-history_contbox_inner {
  width: min(800px, 90%);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(3rem, 5vw, 5rem) 0;
}

.section-history_textwrap {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 3vw, 3rem);
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.section-history_contbox_inner ul {
  display: flex;
  gap: clamp(2rem, 2vw, 2rem);
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .section-history_contbox_inner ul {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}

.section-history_textwrap hr {
  background-color: #217A4B;
  height: 1px;
  width: clamp(50px, 20%, 80px);
  margin-right: auto;
  margin-left: auto;
}

.section-history_endtext {
  width: min(800px, 90%);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(3rem, 5vw, 5rem) 0 0;
  text-align: center;
}

/*
.section-history_endtext01 {
  margin-bottom: clamp(2rem, 3vw, 5rem);
}

.section-history_endtext02 {
  text-align: center;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.5;
}

.section-history_endtext02 span {
  font-size: 120%;
}*/

.section-history_vision {
  position: relative;
  width: min(800px, 90%);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(3rem, 5vw, 5rem) 0 clamp(5rem, 7vw, 7rem);
  text-align: center;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 2;

  /* history用クロス調整 */
  --history-cross-long: clamp(48px, 8vw, 92px);
  --history-cross-short: clamp(8px, 1.6vw, 18px);
  --history-cross-color: #217A4B;
}

.section-history_vision img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
}

.section-history_vision p {
  margin-right: auto;
  margin-left: auto;
}

.section-history_vision p span {
  font-size: 120%;
  margin-right: 0.5%;
}

/* history クロス装飾共通 */
.history-cross {
  position: absolute;
  width: calc(var(--history-cross-long) + var(--history-cross-short));
  height: calc(var(--history-cross-long) + var(--history-cross-short));
  pointer-events: none;
  color: var(--history-cross-color);
  opacity: 0.65;
}

/* 横線 */
.history-cross::before {
  content: "";
  position: absolute;
  height: 1px;
  background: currentColor;
}

/* 縦線 */
.history-cross::after {
  content: "";
  position: absolute;
  width: 1px;
  background: currentColor;
}

/* 右上 */
.history-cross--right {
  top: clamp(2.1rem, 5vw, 4.5rem);
  right: clamp(1.8rem, 8vw, 7rem);
}

.history-cross--right::before {
  top: var(--history-cross-short);
  left: 0;
  width: calc(var(--history-cross-long) + var(--history-cross-short));
}

.history-cross--right::after {
  top: 0;
  left: var(--history-cross-long);
  height: calc(var(--history-cross-long) + var(--history-cross-short));
}

/* 左下 */
.history-cross--left {
  bottom: clamp(1.5rem, 4vw, 3rem);
  left: clamp(1.8rem, 8vw, 7rem);
}

.history-cross--left::before {
  bottom: var(--history-cross-short);
  left: 0;
  width: calc(var(--history-cross-long) + var(--history-cross-short));
}

.history-cross--left::after {
  top: 0;
  left: var(--history-cross-short);
  height: calc(var(--history-cross-long) + var(--history-cross-short));
}

@media screen and (max-width: 768px) {
  .section-history_vision {
    --history-cross-long: clamp(38px, 13vw, 56px);
    --history-cross-short: clamp(6px, 2vw, 10px);
    padding: clamp(3rem, 9vw, 4.5rem) 0 clamp(4rem, 10vw, 5rem);
    margin-bottom: clamp(3rem, 5vw, 5rem);
  }

  .history-cross--right {
    top: 3.4rem;
    right: 1.7rem;
  }

  .history-cross--left {
    bottom: 1.4rem;
    left: 1.7rem;
  }
}

/* ----------------------
history クロスアニメーション
既存JSの is-cross-visible を流用
---------------------- */
.history-cross-animate .history-cross::before {
  transform: scaleX(0);
  transition: transform 0.9s ease 0.2s;
}

.history-cross-animate .history-cross::after {
  transform: scaleY(0);
  transition: transform 0.9s ease 0.35s;
}

.history-cross-animate .history-cross--right::before {
  transform-origin: right center;
}

.history-cross-animate .history-cross--right::after {
  transform-origin: top center;
}

.history-cross-animate .history-cross--left::before {
  transform-origin: left center;
}

.history-cross-animate .history-cross--left::after {
  transform-origin: bottom center;
}

.history-cross-animate.is-cross-visible .history-cross::before {
  transform: scaleX(1);
}

.history-cross-animate.is-cross-visible .history-cross::after {
  transform: scaleY(1);
}

@media (prefers-reduced-motion: reduce) {

  .history-cross-animate .history-cross::before,
  .history-cross-animate .history-cross::after {
    transform: none;
    transition: none;
  }
}

/* ----------------------
最終セクション
---------------------- */
.section-ending-introimg {
  background-image: url(./img/concept_ending_img.jpg);
  display: block;
  height: clamp(200px, 30vw, 500px);
  background-size: cover;
  background-position: center bottom;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .section-ending-introimg {
    background-image: url(./img/concept_ending_img_sp.jpg);
  }
}

.section-ending-inner {
  width: min(800px, 90%);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(3rem, 5vw, 5rem) 0;
  text-align: center;
}

.section-ending-text-wrap p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: clamp(18px, 2.2vw, 25px);
  line-height: 1.5;
  letter-spacing: 1.8px;
}

.section-ending-text-index01 {
  margin-bottom: clamp(3rem, 3vw, 5rem);
}

.section-ending-text-wrap ul {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 2vw, 2rem);
  margin-bottom: clamp(3rem, 3vw, 5rem);
}

.section-ending-text-index02 {
  margin-bottom: 0;
}

/* 「探究し続けます。」と「アロミックは〜」の間の縦棒 */
.section-ending-line {
  display: block;
  width: 1px;
  height: clamp(42px, 7vw, 64px);
  margin: clamp(2.2rem, 5vw, 3.5rem) auto;
  background-color: #217A4B;
  opacity: 0.45;
}

.section-ending-bottomwrap {
  text-align: center;
}

.section-ending-bottomwrap p {
  margin-bottom: clamp(1.4rem, 3vw, 2.5rem);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: clamp(18px, 2.2vw, 25px);
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.section-ending-bottomwrap img {
  display: block;
  width: clamp(64px, 10vw, 96px);
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .section-ending-line {
    height: clamp(40px, 13vw, 56px);
    margin: clamp(2rem, 8vw, 3rem) auto;
  }

  .section-ending-bottomwrap img {
    width: clamp(58px, 18vw, 78px);
  }
}


/* ----------------------
スクロールふわっと表示
---------------------- */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 1s ease,
    transform 1s ease;
  will-change: opacity, transform;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 少し遅れて出したい要素用 */
.fade-delay-01 {
  transition-delay: 0.15s;
}

.fade-delay-02 {
  transition-delay: 0.3s;
}

.fade-delay-03 {
  transition-delay: 0.45s;
}

/* 動きが苦手なユーザー向け */
@media (prefers-reduced-motion: reduce) {
  .fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* 初期状態：線を縮める */
.mission-cross-animate .mission-cross::before {
  transform: scaleX(0);
  transition: transform 0.9s ease 0.2s;
}

.mission-cross-animate .mission-cross::after {
  transform: scaleY(0);
  transition: transform 0.9s ease 0.35s;
}

/* 右上：外側からすっと伸びる */
.mission-cross-animate .mission-cross--right::before {
  transform-origin: right center;
}

.mission-cross-animate .mission-cross--right::after {
  transform-origin: top center;
}

/* 左下：外側からすっと伸びる */
.mission-cross-animate .mission-cross--left::before {
  transform-origin: left center;
}

.mission-cross-animate .mission-cross--left::after {
  transform-origin: bottom center;
}

/* JSでこのクラスが付いたら表示 */
.mission-cross-animate.is-cross-visible .mission-cross::before {
  transform: scaleX(1);
}

.mission-cross-animate.is-cross-visible .mission-cross::after {
  transform: scaleY(1);
}

@media (prefers-reduced-motion: reduce) {

  .mission-cross-animate .mission-cross::before,
  .mission-cross-animate .mission-cross::after {
    transform: none;
    transition: none;
  }
}

