@media screen and (min-width: 640.1px) {
  #wrapper {
    transition: background-color 1s linear;
  }
  #wrapper.smooth {
    background-color: #E6E0F0;
  }
  #wrapper.deep {
    background-color: #f4e8d1;
  }
}

#contents > section:nth-of-type(1) {
  z-index: 10;
}
#contents > section:nth-of-type(2) {
  z-index: 9;
}
#contents > section:nth-of-type(3) {
  z-index: 8;
}
#contents > section:nth-of-type(4) {
  z-index: 7;
}

/* ------------------------------------------------
 sec0
------------------------------------------------ */
#sec0 > .inner {
  padding: 0;
}

/* ------------------------------------------------
  main_head
------------------------------------------------ */
#main_head {
  color: #806B70;
  margin-bottom: 0;
}
#main_head .img {
  width: 100%;
}
#main_head .main {
  padding-top: 1rem;
  padding-bottom: 0;
}
#main_head .main .title {
  font-family: "Noto Serif", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 6.9rem;
  font-weight: 100;
  line-height: 0.85;
  margin-bottom: 4.5rem;
  height: auto;
}
#main_head .main .sub {
  color: inherit;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
#main_head .txt {
  margin-top: 10rem;
}
#main_head .txt .copy {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#main_head .txt .annotation {
  font-size: 1.2rem;
  margin-top: 1em;
  text-align: left;
  display: block;
}
@media screen and (min-width: 768.1px) {
  #main_head {
    display: grid;
    grid-template-columns: 44.5833333333% auto;
  }
  #main_head .main {
    background: url(../images/contents/aroma/bg.webp) 0 100% no-repeat;
    background-size: 160rem auto;
  }
  #main_head .txt {
    grid-column: 1/span 2;
    grid-row: 2/span 1;
  }
  #main_head #local_menu {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
  }
}
@media screen and (max-width: 640px) {
  #main_head {
    background: url(../images/contents/aroma/bg-sp.webp) 0 100% no-repeat;
    background-size: 100% auto;
    padding: 0 3.5rem;
  }
  #main_head .img {
    margin: 0 -3.5rem;
    width: auto;
  }
  #main_head .main {
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 0;
  }
  #main_head .main .title {
    font-size: 5.5rem;
    margin-bottom: 1.5rem;
  }
  #main_head .main .sub {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  #main_head .txt {
    margin: 2rem auto 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  #main_head .txt .copy {
    font-size: 1.4rem;
    text-align: left;
    letter-spacing: 0.05em;
  }
  #main_head .txt .annotation {
    font-size: 0.9rem;
    margin-top: 1.5em;
  }
}

/* ------------------------------------------------
 local menu
------------------------------------------------ */
#local_menu {
  padding-top: 5rem;
}
#local_menu .menu {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
}
#local_menu .menu li a {
  font-size: 1em;
  display: block;
  position: relative;
  overflow: hidden;
}
#local_menu .menu li a .txt {
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
}
#local_menu .menu li a::before, #local_menu .menu li a::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
#local_menu .menu li a::before {
  width: 11.2rem;
  aspect-ratio: 1/1;
}
#local_menu .menu li a::after {
  background-image: url(../images/contents/aroma/lm_arrow.svg);
  margin-top: -0.7rem;
  margin-left: 50%;
  width: 0.7rem;
  aspect-ratio: 1/5;
}
#local_menu .menu li.moist a::before {
  background-image: url(../images/contents/aroma/lm_moist.webp);
}
#local_menu .menu li.smooth a::before {
  background-image: url(../images/contents/aroma/lm_smooth.webp);
}
#local_menu .menu li.deep a::before {
  background-image: url(../images/contents/aroma/lm_deep.webp);
}
@media screen and (max-width: 640px) {
  #local_menu {
    padding-top: 3.5rem;
    padding-bottom: 5.5rem;
  }
  #local_menu .menu {
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
  }
  #local_menu .menu li a::before {
    width: 9.1rem;
  }
  #local_menu .menu li a::after {
    margin-top: -0.7rem;
    width: 0.5rem;
  }
}

/* ------------------------------------------------
 section.aroma
------------------------------------------------ */
.section.aroma > .inner {
  padding-top: 12.5rem;
  max-width: 1080px;
  width: 100%;
  width: 108rem;
}
.section.aroma .sheader {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  -moz-column-gap: 4.6296296296%;
       column-gap: 4.6296296296%;
}
.section.aroma .sheader .img {
  width: 39.2592592593%;
}
.section.aroma .sheader .txt {
  flex: 1;
}
.section.aroma .sheader .txt .title {
  font-size: 3.6rem;
}
.section.aroma .sheader .txt .summary {
  font-size: 1.9rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 4rem;
}
.section.aroma .sbody {
  margin-top: 10rem;
  display: flex;
  -moz-column-gap: 7.4074074074%;
       column-gap: 7.4074074074%;
  position: relative;
}
.section.aroma .sbody .pyramid {
  width: 44rem;
}
.section.aroma .sbody .pyramid .annotation {
  text-align: right;
  margin-top: 1.4em;
}
.section.aroma .sbody .detail {
  margin-top: 5.5rem;
  width: 50.6rem;
}
.section.aroma .sbody .detail .aroma + .aroma {
  margin-top: 2.4rem;
}
.section.aroma .sbody .detail .aroma dt {
  padding-bottom: 2.4rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.section.aroma .sbody .detail .aroma dt::after {
  content: "";
  background: url(../images/contents/aroma/aroma_arrow.svg) no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
  width: 2.2rem;
  aspect-ratio: 32/18;
  display: block;
  transition: transform 0.4s ease;
}
.section.aroma .sbody .detail .aroma dt .img {
  border-radius: 1rem;
  width: 13.4rem;
  overflow: hidden;
}
.section.aroma .sbody .detail .aroma dt .txt {
  font-weight: 500;
  margin-left: 4rem;
  margin-right: auto;
  flex: 1;
}
.section.aroma .sbody .detail .aroma dt .txt > * {
  line-height: 1;
  display: block;
}
.section.aroma .sbody .detail .aroma dt .txt .area {
  font-size: 1.8rem;
}
.section.aroma .sbody .detail .aroma dt .txt .name {
  font-size: 2.5rem;
  margin-top: 0.4em;
}
.section.aroma .sbody .detail .aroma dt.open::after {
  transform: rotate(-180deg);
}
.section.aroma .sbody .detail .aroma dd {
  padding: 1.5rem 1.5rem;
  display: none;
}
.section.aroma .sbody .detail .aroma dd p {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.section.aroma .sbody .annotation {
  font-size: 1.4rem;
  margin-top: 2rem;
}
.section.aroma aside {
  margin-top: 12rem;
}
.section.aroma aside .series .title {
  width: -moz-fit-content;
  width: fit-content;
  height: 2.8rem;
}
.section.aroma aside .series .title img {
  width: auto !important;
  height: 100% !important;
  display: block;
}
.section.aroma aside .series .title.dl {
  margin-bottom: -1rem;
  height: 3.92rem;
}
.section.aroma aside .series .ph {
  width: 39rem;
}
@media screen and (min-width: 640.1px) {
  .section.aroma {
    margin-top: -13.6rem;
    padding-top: 13.6rem !important;
  }
  .section.aroma .series {
    display: grid;
    grid-template-rows: 1fr auto;
    justify-content: center;
    justify-items: start;
    row-gap: 4.2rem;
  }
  .section.aroma .series .title {
    margin-left: 0.5rem;
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    align-self: end;
  }
  .section.aroma .series .ph {
    grid-column: 2/span 1;
    grid-row: 1/span 2;
  }
  .section.aroma .series .link_more {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    align-self: end;
  }
  .section.aroma + .aroma {
    margin-top: -7.6rem;
  }
}
@media screen and (max-width: 640px) {
  .section.aroma > .inner {
    padding: 0 3.5rem 5rem;
  }
  .section.aroma .sheader {
    flex-direction: column-reverse;
  }
  .section.aroma .sheader .img {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
    width: auto;
  }
  .section.aroma .sheader .txt {
    margin-top: 3.5rem;
    padding: 0;
  }
  .section.aroma .sheader .txt .title {
    font-size: 1.8rem;
    text-align: center;
  }
  .section.aroma .sheader .txt .summary {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 1.5em;
  }
  .section.aroma .sbody {
    margin-top: 3.5rem;
    padding: 0;
    display: block;
  }
  .section.aroma .sbody .pyramid {
    width: auto;
  }
  .section.aroma .sbody .detail {
    margin-top: 3.5rem;
    width: auto;
  }
  .section.aroma .sbody .detail .aroma + .aroma {
    margin-top: 1.5rem;
  }
  .section.aroma .sbody .detail .aroma dt {
    padding-bottom: 1.5rem;
  }
  .section.aroma .sbody .detail .aroma dt::after {
    width: 1.5rem;
  }
  .section.aroma .sbody .detail .aroma dt .img {
    width: 8rem;
  }
  .section.aroma .sbody .detail .aroma dt .txt {
    margin-left: 2rem;
  }
  .section.aroma .sbody .detail .aroma dt .txt .area {
    font-size: 1.4rem;
  }
  .section.aroma .sbody .detail .aroma dt .txt .name {
    font-size: 1.8rem;
  }
  .section.aroma .sbody .detail .aroma dd {
    padding: 1.2rem 1.2rem;
  }
  .section.aroma .sbody .detail .aroma dd p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .section.aroma .sbody .annotation {
    font-size: 0.9rem;
    margin-top: 2em;
  }
  .section.aroma aside {
    margin-top: 5rem;
  }
  .section.aroma aside .series .title {
    margin: 0 auto;
    height: 1.5rem;
  }
  .section.aroma aside .series .title.dl {
    margin-bottom: -1rem;
    height: 2.1rem;
  }
  .section.aroma aside .series .ph {
    width: 25rem;
    margin: 2rem auto 0;
  }
  .section.aroma aside .series .link_more {
    text-align: center;
    margin-top: 2.2rem;
  }
}

/* ----------------------------
 moist
------------------------------*/
#moist.aroma {
  color: #806B70;
}
@media screen and (min-width: 640.1px) {
  #moist.aroma .series {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}
@media screen and (max-width: 640px) {
  #moist.aroma > .inner {
    background-color: #f9e6df;
  }
  #moist.aroma .sheader .txt .summary {
    letter-spacing: normal;
  }
}

/* ----------------------------
 smooth
------------------------------*/
#smooth.aroma {
  color: #766870;
}
@media screen and (min-width: 640.1px) {
  #smooth.aroma .series {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
@media screen and (max-width: 640px) {
  #smooth.aroma > .inner {
    background-color: #E6E0F0;
  }
}

/* ----------------------------
 deep
------------------------------*/
#deep.aroma {
  color: #866d5c;
}
@media screen and (min-width: 640.1px) {
  #deep.aroma > .inner {
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 640px) {
  #deep.aroma > .inner {
    background-color: #f4e8d1;
  }
  #deep.aroma .sheader .txt .summary {
    letter-spacing: normal;
  }
}