/*----- product/bathadditive -----*/
/* ------------------------------------------------
 common
------------------------------------------------ */
#contents .section.basic_style {
  color: var(--color-moist-base);
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 640.1px) {
  #contents .section.basic_style {
    font-size: 16px;
  }
}
@media screen and (min-width: 640.1px) and (max-width: 1200px) {
  #contents .section.basic_style {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767.9px) {
  #contents .section.basic_style {
    font-size: 2.1333333333vw;
  }
}

.section.basic_style + .basic_style {
  margin-top: 5.625em;
}
.section.basic_style > .inner {
  padding-left: 3.75em;
  padding-right: 3.75em;
}
.section.basic_style .attention,
.section.basic_style .annotation {
  font-size: 1.25em;
}
.section.basic_style .img .ph {
  border-radius: 0.75em;
  width: 100%;
  display: block;
  overflow: hidden;
}
.section.basic_style .img .attention {
  text-align: right;
  margin-top: 0.5em;
  display: block;
}
@media screen and (min-width: 640.1px) {
  .section.basic_style > .inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0 !important;
    width: 68.125em;
  }
  .section.basic_style .attention,
  .section.basic_style .annotation {
    font-size: 0.75em;
  }
  .section.basic_style .img {
    position: relative;
  }
  .section.basic_style .img .package {
    filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.3));
  }
  .section.basic_style .img .attention {
    position: absolute;
    left: 1.5em;
    bottom: 1em;
  }
}

#sec0 .inner {
  padding-bottom: 0;
}

/* ------------------------------------------------
 concept
------------------------------------------------ */
#concept {
  margin-top: 5.625em;
}
#concept .title {
  background-color: var(--color-moist-primary);
  -webkit-mask: url(/images/concept/h1.svg) 0 0/contain no-repeat;
          mask: url(/images/concept/h1.svg) 0 0/contain no-repeat;
  width: 20.625em;
  aspect-ratio: 323/42;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#concept .txt {
  letter-spacing: 0.1em;
  margin-top: 4.6875em;
  margin-left: 5.875em;
}
#concept .txt .heading {
  font-size: 2.875em;
}
#concept .txt .heading sup {
  font-size: 0.3043478261em;
  vertical-align: 2em;
}
#concept .txt .copy {
  font-size: 1.625em;
  margin-top: 1.7692307692em;
}
#concept .txt .attention {
  font-size: 1em;
  margin-top: 2.375em;
}
#concept .img {
  margin-top: 5.625em;
}
@media screen and (min-width: 640.1px) and (max-width: 1670px) {
  #concept {
    font-size: 0.9580838323vw !important;
  }
}
@media screen and (min-width: 640.1px) {
  #concept {
    margin-top: 10.625em;
  }
  #concept > .inner {
    width: 104.375em;
    display: grid;
    grid-template-columns: 60.8383233533% 1fr;
    grid-template-rows: auto 1fr;
    gap: 2.5em 7.4850299401%;
  }
  #concept .title {
    margin-top: 1.875em;
    width: 12em;
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  #concept .img {
    margin: 0;
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
  #concept .img .attention {
    text-align: left !important;
  }
  #concept .txt {
    margin: 0;
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
}

/* ------------------------------------------------
 item
------------------------------------------------ */
.section.item > .inner {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.125em;
}
.section.item .sheader .series {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  align-content: start;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.section.item .sheader .series .s {
  font-size: 0.5em;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  padding: 0.3em 0.4em;
  display: inline-block;
}
.section.item .sheader .name {
  font-size: 1.75em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 0.4285714286em;
}
.section.item .sheader .type {
  font-size: 1.5em;
  margin-top: 0.9166666667em;
}
.section.item .img {
  position: relative;
}
.section.item .img .package {
  width: 6.375em;
  position: absolute;
  left: -1em;
  bottom: 0.625em;
}
.section.item .img .package.bottle {
  width: 8.625em;
  left: unset;
  right: -1em;
}
.section.item .img .package.bottle + .attention {
  text-align: left !important;
}
.section.item .detail {
  margin-top: -1.25em;
}
.section.item .detail .copy {
  font-size: 1.5em;
  line-height: 1.6;
}
.section.item .detail .ingredients {
  text-align: center;
  line-height: 1.5;
  margin-top: 2.75em;
  display: grid;
  justify-content: space-between;
  align-items: stretch;
}
.section.item .detail .ingredients .col {
  font-size: 1.375em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.5454545455em;
  padding: 0.6363636364em 0.4545454545em;
  margin: 0 !important;
  align-content: center;
}
.section.item .detail .ingredients .col .head.l {
  font-size: 1.1818181818em;
}
.section.item .detail .ingredients .col .sub {
  font-size: 0.9090909091em;
  line-height: 1.4;
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 0.4em;
  padding-top: 0.4em;
  display: block;
}
.section.item .detail .spec {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 1.6666666667em;
  margin-right: -2em;
}
.section.item .detail .spec + .spec {
  margin-top: 0.2083333333em;
}
.section.item .detail .spec .s {
  font-size: 0.9166666667em;
  display: inline-block;
}
.section.item .detail .annotation {
  line-height: 1.6;
  margin-top: 2em;
}
.section.item .detail .annotation li {
  text-indent: -2em;
  padding-left: 2em;
}
.section.item .detail .annotation li + li {
  margin-top: 0.4em;
}
.section.item .onlineshop {
  margin-top: 1.25em;
}
.section.item .onlineshop .heading {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.75em;
       column-gap: 0.75em;
}
.section.item .onlineshop .heading::before, .section.item .onlineshop .heading::after {
  content: "";
  border-width: 1px 0 0;
  border-style: solid;
  margin-top: 1px;
  width: 4.25em;
}
.section.item .onlineshop .btn_buy {
  margin-top: 1.5625em;
  width: 20em;
}
.section.item .onlineshop .btn_buy .btn {
  padding: 1.1666666667em 0;
}
.section.item .onlineshop .annotation {
  text-align: center;
  margin: 2em -1em 0;
}
.section.item.powder .detail .ingredients {
  grid-template-columns: repeat(2, 18.75em);
}
.section.item.milk {
  margin-top: 6.25em;
}
.section.item.milk .detail .ingredients {
  grid-template-columns: 34.875em;
  justify-content: center;
}
.section.item.milk .detail .ingredients .head {
  font-size: 1.4545454545em;
}
.section.item.milk .detail .ingredients .head .rate {
  font-size: 0.8125em;
  margin-left: 0.3076923077em;
}
.section.item.milk .detail .ingredients .head .rate strong {
  font-weight: normal;
  font-size: 1.8846153846em;
  line-height: 1;
}
.section.item.milk .detail .ingredients .sub {
  font-size: 0.9375em;
  line-height: 1.7;
  margin-top: 0.8em;
}
@media screen and (min-width: 640.1px) {
  .section.item > .inner {
    display: grid;
    grid-template-columns: 47.5229357798% 1fr;
    grid-template-columns: 32.375em 30.625em;
    grid-template-rows: auto auto;
    gap: 0 2.8125em;
  }
  .section.item .sheader {
    grid-row: 1/span 1;
    grid-column: 2/span 1;
  }
  .section.item .sheader .series {
    font-size: 2.0625em;
  }
  .section.item .sheader .series .s {
    font-size: 0.5454545455em;
    padding: 0.2em 0.4em;
  }
  .section.item .sheader .name {
    font-size: 1.25em;
  }
  .section.item .sheader .type {
    font-size: 1.25em;
    margin-top: 0.6em;
  }
  .section.item .img {
    grid-row: 1/span 2;
    grid-column: 1/span 1;
    align-self: start;
  }
  .section.item .img .package {
    width: 5.625em;
    position: absolute;
    left: -1.25em;
    bottom: -0.75em;
  }
  .section.item .img .package.bottle {
    width: 7.625em;
    left: unset;
    right: -2.125em;
  }
  .section.item .img .package.bottle + .attention {
    text-align: left !important;
  }
  .section.item .detail {
    margin-top: 0.625em;
    grid-row: 2/span 1;
    grid-column: 2/span 1;
  }
  .section.item .detail .copy {
    font-size: 1.125em;
    line-height: 1.6;
  }
  .section.item .detail .ingredients {
    margin-top: 1.25em;
  }
  .section.item .detail .ingredients .col {
    font-size: 1.125em;
    border-radius: 0.6666666667em;
    padding: 0.7777777778em 0.5555555556em;
  }
  .section.item .detail .ingredients .col .head.l {
    font-size: 1.1111111111em;
  }
  .section.item .detail .ingredients .col .sub {
    font-size: 0.85em;
  }
  .section.item .detail .spec {
    font-size: 1.125em;
    margin-top: 0.8333333333em;
  }
  .section.item .detail .annotation {
    font-size: 0.8125em;
    margin-top: 1.1538461538em;
  }
  .section.item .onlineshop {
    margin-top: 3.125em;
    grid-row: 3/span 1;
    grid-column: 1/span 2;
  }
  .section.item .onlineshop .heading {
    font-size: 1.25em;
  }
  .section.item .onlineshop .heading::before, .section.item .onlineshop .heading::after {
    width: 3.5em;
  }
  .section.item .onlineshop .btn_buy {
    margin-top: 1.5625em;
    width: 18.75em;
  }
  .section.item .onlineshop .btn_buy .btn {
    font-size: 1.25em;
  }
  .section.item .onlineshop .btn_buy .btn::after {
    width: 0.45em;
  }
  .section.item .onlineshop .annotation {
    font-size: 1.125em;
  }
  .section.item.powder .img .attention {
    left: unset;
    right: 1.5em;
  }
  .section.item.powder .detail .ingredients {
    grid-template-columns: repeat(2, 14.6875em);
  }
  .section.item.milk .sheader {
    grid-column: 1/span 1;
  }
  .section.item.milk .img {
    grid-column: 2/span 1;
  }
  .section.item.milk .detail {
    grid-column: 1/span 1;
  }
  .section.item.milk .detail .ingredients {
    grid-template-columns: 24.375em;
    justify-content: start;
  }
  .section.item.milk .detail .ingredients .col {
    padding: 0.3333333333em 0.5555555556em;
  }
  .section.item.milk .detail .ingredients .head {
    font-size: 1.2222222222em;
  }
  .section.item.milk .detail .ingredients .head .rate {
    font-size: 0.8181818182em;
  }
  .section.item.milk .detail .ingredients .head .rate strong {
    font-size: 2em;
  }
  .section.item.milk .detail .ingredients .sub {
    font-size: 0.8333333333em;
    line-height: 1.5;
  }
}

/* ------------------------------------------------
 howto
------------------------------------------------ */
#howto {
  background-color: #e6dbda;
  margin-top: 5.625em;
}
#howto > .inner {
  padding-top: 6.875em;
  padding-bottom: 8.75em;
}
#howto .sheader .title {
  font-size: 2.5em;
  line-height: 1.75;
  text-align: center;
}
#howto .movie {
  margin: 4.375em auto 0;
  width: 37.5em;
}
#howto .movie .btn {
  border: none;
  padding: 0;
}
#howto .movie .btn.icon_movie {
  position: relative;
}
#howto .movie .btn.icon_movie::before {
  content: "";
  background: url(/images/common/movie_icon.svg) 0 0/contain no-repeat;
  width: 6.25em;
  aspect-ratio: 180/176;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#howto .recommend {
  margin-top: 4.375em;
}
#howto .recommend > .title {
  font-size: 1.75em;
}
#howto .recommend .step {
  font-size: 1.5em;
  margin-top: 1.25em;
}
#howto .recommend .step .heading {
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  margin-bottom: 0.8333333333em;
}
#howto .recommend .step .heading i {
  font-style: normal;
  font-size: 0.8333333333em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.5em;
  padding: 0.2em 0.4em;
}
#howto .howto_img {
  margin-top: 5.625em;
}
#howto .howto_img .steps {
  margin-left: 1.25em;
  display: flex;
  flex-direction: column;
  row-gap: 2.5em;
}
#howto .howto_img .step {
  display: grid;
  grid-template-columns: 15.625em 1fr;
  grid-template-rows: auto 1fr;
  gap: 2.125em 1.875em;
}
#howto .howto_img .step .heading {
  font-weight: bold;
  padding-top: 2.5em;
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}
#howto .howto_img .step .heading > * {
  display: block;
}
#howto .howto_img .step .heading i {
  font-size: 1.5em;
  font-style: normal;
}
#howto .howto_img .step .heading .ja {
  font-size: 1.875em;
}
#howto .howto_img .step .heading .en {
  font-size: 1.125em;
  font-weight: 500;
  margin-top: 0.4em;
}
#howto .howto_img .step .txt {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
}
#howto .howto_img .step .txt .summary {
  font-size: 1.5em;
}
#howto .howto_img .step .txt .color {
  font-size: 1.25em;
  margin-top: 0.4em;
}
#howto .howto_img .step .img {
  position: relative;
  grid-column: 1/span 1;
  grid-row: 1/span 2;
}
#howto .howto_img .step .img .package {
  width: 4.25em;
  position: absolute;
  left: -1em;
  bottom: 0.625em;
}
#howto .howto_img .step .img .package + .attention {
  margin-top: 0.25em;
}
#howto .howto_img .step .img .package.bottle {
  width: 5.625em;
  left: -1.625em;
  bottom: 0;
}
#howto .howto_img .step_last {
  margin-top: 3.125em;
}
#howto .howto_img .step_last::before {
  content: "";
  background: url(/images/product/bathadditive/icon_arrow_bottom.svg) 0 0/contain no-repeat;
  margin: 0 auto;
  margin-bottom: 2.5em;
  width: 7em;
  aspect-ratio: 112/38;
  display: block;
}
#howto .howto_img .step_last .txt {
  text-align: center;
  margin-top: 1.25em;
}
#howto .howto_img .step_last .txt .en {
  font-size: 1.125em;
}
#howto .howto_img .step_last .txt .summary {
  font-size: 1.875em;
  font-weight: bold;
  margin-top: 0.3333333333em;
}
#howto .howto_img .step_last .txt .color {
  margin-top: 0.5em;
}
@media screen and (min-width: 640.1px) {
  #howto {
    margin-top: 9.375em;
  }
  #howto > .inner {
    padding-bottom: 11.875em !important;
  }
  #howto .sheader .title {
    font-size: 3.375em;
    line-height: 1.5;
  }
  #howto .movie {
    margin-top: 4.25em;
    width: 100%;
  }
  #howto .movie .btn {
    overflow: hidden;
  }
  #howto .movie .btn.icon_movie::before {
    width: 9.0625em;
    top: 49%;
    z-index: 10;
  }
  #howto .recommend {
    margin-top: 3.125em;
  }
  #howto .recommend > .title {
    font-size: 1.25em;
  }
  #howto .recommend .step {
    font-size: 1.25em;
  }
  #howto .recommend .step .heading {
    margin-bottom: 0.4em;
  }
  #howto .recommend .step p {
    line-height: 1.75;
  }
  #howto .howto_img {
    margin-top: 8.75em;
  }
  #howto .howto_img .steps {
    margin-left: 0;
    justify-content: space-between;
    flex-direction: row;
    -moz-column-gap: 3.125em;
         column-gap: 3.125em;
    position: relative;
  }
  #howto .howto_img .steps::after {
    content: "";
    background: url(/images/product/bathadditive/step_arrow.svg) 0 0/contain no-repeat;
    width: 9.0625em;
    aspect-ratio: 145/88;
    position: absolute;
    left: calc(50% + 0.625em);
    top: 22.25em;
    transform: translateX(-50%);
  }
  #howto .howto_img .step {
    flex: 1;
    grid-template-columns: 1fr;
    gap: 0;
  }
  #howto .howto_img .step .heading {
    padding: 0;
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    -moz-column-gap: 1.5625em;
         column-gap: 1.5625em;
  }
  #howto .howto_img .step .heading > * {
    line-height: 1;
  }
  #howto .howto_img .step .heading i {
    font-size: 3em;
    font-weight: 600;
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
  #howto .howto_img .step .heading .ja {
    font-size: 1.375em;
    font-weight: 500;
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  #howto .howto_img .step .heading .en {
    font-size: 1.0625em;
    font-weight: 400;
    margin-top: -0.1em;
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
  #howto .howto_img .step .txt {
    text-align: center;
    margin-top: 2.5em;
    grid-column: 1/span 1;
    grid-row: 3/span 1;
  }
  #howto .howto_img .step .txt .summary {
    font-size: 2.125em;
  }
  #howto .howto_img .step .txt .color {
    font-size: 1.625em;
    margin-top: 0.2em;
  }
  #howto .howto_img .step .img {
    margin-top: 1.875em;
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
  #howto .howto_img .step .img .package {
    width: 5.25em;
    left: -0.75em;
    bottom: -0.75em;
  }
  #howto .howto_img .step .img .package + .attention {
    left: unset;
    right: 1.5em;
  }
  #howto .howto_img .step .img .package.bottle {
    width: 6.875em;
    left: -1em;
    bottom: -0.75em;
  }
  #howto .howto_img .step_last {
    margin-top: 3.75em;
    display: grid;
    grid-template-columns: 32.375em 1fr;
    -moz-column-gap: 2.8125em;
         column-gap: 2.8125em;
    align-items: center;
  }
  #howto .howto_img .step_last::before {
    margin-bottom: 3.4375em;
    width: 7.875em;
    grid-column: 1/span 2;
    grid-row: 1/span 1;
  }
  #howto .howto_img .step_last .txt {
    text-align: left;
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
  #howto .howto_img .step_last .txt .en {
    font-size: 1.0625em;
  }
  #howto .howto_img .step_last .txt .summary {
    font-size: 2.125em;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-top: 0.5882352941em;
  }
  #howto .howto_img .step_last .txt .color {
    font-size: 1.625em;
    margin-top: 0.7692307692em;
  }
  #howto .howto_img .step_last .img {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
}

/* ------------------------------------------------
 aroma
------------------------------------------------ */
#aroma .sheader {
  text-align: center;
}
#aroma .sheader::before {
  content: "";
  background: url(/images/product/bathadditive/aroma_icon.svg) 0 0/contain no-repeat;
  margin: 0 auto;
  margin-bottom: 1.875em;
  width: 6.125em;
  aspect-ratio: 1/1;
  display: block;
}
#aroma .sheader .title {
  font-size: 2.5em;
  line-height: 1.75;
}
#aroma .sheader .summary {
  font-size: 1.25em;
  margin-top: 1.4em;
}
#aroma .sbody {
  margin-top: 6.25em;
}
#aroma .sbody .detail {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 17.75em);
  justify-content: space-between;
}
#aroma .sbody .detail .heading {
  font-size: 1.25em;
}
#aroma .sbody .detail .aroma {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5625em;
}
#aroma .sbody .detail .aroma .img {
  position: relative;
}
#aroma .sbody .detail .aroma .img .package {
  width: 6.25em;
  position: absolute;
  left: -0.5em;
  bottom: 1.75em;
}
#aroma .sbody .detail .aroma .img .package + .attention {
  margin-top: 0.25em;
}
#aroma .sbody .detail .aroma .img .package.bottle {
  width: 8.4375em;
  left: -1.875em;
}
#aroma .sbody .detail .aroma .name {
  font-size: 1.5em;
  margin: 0 -1em;
  font-weight: bold;
}
#aroma .sbody .detail .aroma .summary {
  font-size: 1.25em;
  margin-top: 0.75em;
}
#aroma .sbody .aroma_last {
  margin-top: 3.125em;
}
#aroma .sbody .aroma_last::before {
  content: "";
  background: url(../../images/product/bathadditive/icon_arrow_bottom.svg) 0 0/contain no-repeat;
  margin: 0 auto;
  margin-bottom: 2.5em;
  width: 7em;
  aspect-ratio: 112/38;
  display: block;
}
#aroma .sbody .aroma_last .txt {
  text-align: center;
  margin-top: 0.625em;
}
#aroma .sbody .aroma_last .txt .name {
  font-size: 1.875em;
  font-weight: bold;
}
#aroma .pyramid {
  margin-top: 8.125em;
}
#aroma .pyramid .title {
  font-size: 2.25em;
}
#aroma .pyramid .summary {
  font-size: 1.5em;
  line-height: 1.75;
  margin-top: 1em;
}
#aroma .pyramid .img {
  margin-top: 3.75em;
}
@media screen and (min-width: 640.1px) {
  #aroma {
    margin-top: 9.375em;
  }
  #aroma .sheader {
    text-align: center;
  }
  #aroma .sheader::before {
    margin-bottom: 1.875em;
  }
  #aroma .sheader .title {
    font-size: 3.375em;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  #aroma .sheader .summary {
    font-size: 1.25em;
  }
  #aroma .sbody {
    margin-top: 4.375em;
  }
  #aroma .sbody .detail {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 25em);
    justify-content: center;
    -moz-column-gap: 11.25em;
         column-gap: 11.25em;
  }
  #aroma .sbody .detail .heading {
    font-size: 2em;
  }
  #aroma .sbody .detail .aroma .img .package {
    width: 5.625em;
    position: absolute;
    left: -1em;
    bottom: -1em;
  }
  #aroma .sbody .detail .aroma .img .package + .attention {
    left: unset;
    right: 1.5em;
  }
  #aroma .sbody .detail .aroma .img .package.bottle {
    width: 7.5em;
    left: -1.125em;
  }
  #aroma .sbody .detail .aroma .name {
    font-size: 2em;
    font-weight: 500;
    margin-top: 0.3125em;
  }
  #aroma .sbody .detail .aroma .summary {
    font-size: 1.375em;
    margin: 0.5em -1em 0;
  }
  #aroma .sbody .aroma_last {
    margin-top: 2.8125em;
  }
  #aroma .sbody .aroma_last::before {
    margin-bottom: 2.8125em;
    width: 7.875em;
  }
  #aroma .sbody .aroma_last .txt {
    text-align: center;
    margin-top: 2.5em;
  }
  #aroma .sbody .aroma_last .txt .name {
    font-size: 3.375em;
    font-weight: 500;
  }
  #aroma .pyramid {
    margin-top: 6.25em;
    display: flex;
    -moz-column-gap: 4.375em;
         column-gap: 4.375em;
  }
  #aroma .pyramid .txt {
    flex: 1;
  }
  #aroma .pyramid .title {
    font-size: 2.625em;
  }
  #aroma .pyramid .summary {
    font-size: 1.6875em;
    line-height: 1.75;
    margin-top: 1em;
  }
  #aroma .pyramid .img {
    width: 26.75em;
  }
  #aroma .pyramid .img .attention {
    position: static;
  }
}

/* ------------------------------------------------
 last_introduction
------------------------------------------------ */
#last_introduction {
  color: var(--color-moist-base);
  margin-top: 5.5rem;
}
#last_introduction .pre {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
#last_introduction .pre::before, #last_introduction .pre::after {
  content: "";
  border-width: 1px 0 0;
  border-style: solid;
  margin-top: 1px;
  width: 2.5rem;
}
#last_introduction h2 {
  background-color: var(--color-moist-base);
}
#last_introduction .scroll_inner ul {
  width: auto;
}
#last_introduction ul li {
  justify-content: end;
}
#last_introduction ul li:last-child .img {
  margin-bottom: 1rem;
}
#last_introduction ul .img {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-bottom: 0;
  width: 11.5rem;
  flex: 1;
  align-content: end;
}
#last_introduction ul .variable {
  margin-left: -2rem;
  margin-right: -2rem;
}
#last_introduction ul .name {
  min-height: 4.2rem;
  align-content: end;
}
@media screen and (min-width: 640.1px) {
  #last_introduction .pre {
    font-size: 2rem;
    margin-bottom: 2.2rem;
  }
  #last_introduction .pre::before, #last_introduction .pre::after {
    width: 8rem;
  }
  #last_introduction ul .img {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    margin-bottom: 3rem;
    width: auto;
  }
  #last_introduction ul .name {
    font-size: 1.9rem;
  }
  #last_introduction ul .variable {
    margin-bottom: 3rem;
  }
}