@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
.product-contents {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.product-contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-contents a {
  text-decoration: none;
}
.product-contents .f-style-base {
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", NotoSansCJKsc, NotoSansCJKtc, sans-serif;
}
.product-contents .f-style-Mincho {
  font-family: "Noto Serif JP", serif;
}
.product-contents .f-style-kiwi {
  font-family: "Kiwi Maru", serif;
}
@media screen and (width <= 750px) {
  .product-contents .is-pcOnly {
    display: none;
  }
}
@media screen and (width > 750px) {
  .product-contents .is-spOnly {
    display: none;
  }
}

.mv .mv-img {
  width: 100%;
}
.mv .mv-img img {
  width: 100%;
}
.mv .mv-title {
  -webkit-padding-before: 8px;
          padding-block-start: 8px;
  -webkit-padding-after: 15px;
          padding-block-end: 15px;
  padding-inline: 16px;
  text-align: center;
  color: #0068B6;
}
.mv .mv-title .mv-title__main {
  line-height: 1.1;
}
.mv .mv-title .mv-title__price {
  line-height: 1.7;
}

.products {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  background-color: #3EA868;
  padding-inline: 20px;
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
  position: relative;
}
.products::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 780/16;
  background-image: url("/botanical/images/border.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -6px;
  left: 0;
}
.products::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 780/16;
  background-image: url("/botanical/images/border-bottom.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.products .products-lead {
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
  justify-items: center;
}
.products .products-lead .products-lead-title {
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 1;
}
.products .products-lead .products-lead-title .products-lead-title__main {
  line-height: 1.2;
}
.products .products-lead .products-lead-title::before {
  content: "";
  display: block;
  width: 53px;
  height: 35px;
  background-image: url("/botanical/images/products-lead-decoration01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  left: -32px;
  top: 20px;
}
@media screen and (width <= 750px) {
  .products .products-lead .products-lead-title::before {
    left: -11px;
    top: -3px;
  }
}
.products .products-lead .products-lead-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 69px;
  background-image: url("/botanical/images/products-lead-decoration02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  right: -2px;
  bottom: 2px;
}
@media screen and (width <= 750px) {
  .products .products-lead .products-lead-title::after {
    right: -14px;
    bottom: -8px;
  }
}
.products .products-lead .products-lead__text {
  display: -ms-grid;
  display: grid;
  row-gap: 16px;
  color: #fff;
}
.products .products-lead .products-lead__text p {
  line-height: 1.8;
}
.products .products-lead .products-lead__text p a {
  color: #fff;
}
.products .products-box {
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  padding-inline: 20px;
  -webkit-padding-after: 40px;
          padding-block-end: 40px;
  display: -ms-grid;
  display: grid;
  row-gap: 56px;
  position: relative;
}
@media screen and (width <= 750px) {
  .products .products-box .p-cart .p-cart__aside-link__label {
    font-size: var(--font-size-set12);
  }
}
.products .products-box .products-label {
  width: 288px;
  height: 45px;
  -webkit-padding-start: 26px;
          padding-inline-start: 26px;
  background-image: url("/botanical/images/products-label-bg-spicy.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 22px;
  font-family: "Kiwi Maru", serif;
  line-height: 1.8;
  position: absolute;
  top: -23px;
  left: 12px;
}
@media screen and (width <= 750px) {
  .products .products-box .products-label {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.products .products-box .products-label::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("/botanical/images/products-label-dec-spicy.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
}
.products .products-box .products-label.is-spicy::before {
  top: -8px;
  left: -26px;
}
.products .products-box .products-label.is-rose {
  background-image: url("/botanical/images/products-label-bg-rose.png");
}
.products .products-box .products-label.is-rose::before {
  background-image: url("/botanical/images/products-label-dec-rose.png");
  top: -12px;
  right: -20px;
}
.products .products-box .p-product__image {
  display: -ms-grid;
  display: grid;
  row-gap: 12px;
  position: relative;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
.products .products-box .p-product__image figure {
  width: 230px;
  margin-inline: auto;
}
.products .products-box .p-product__image .product-label {
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/botanical/images/product-label-green.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -88px;
  right: -14px;
}
.products .products-box .p-product__image .product-label.m-near {
  top: -40px;
}
.products .products-box .p-product__image .product-label.pink {
  background-image: url("/botanical/images/product-label-pink.png");
}
.products .products-box .p-product__image .product-label p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.products .products-box .p-product__image .product-label p.message {
  font-size: 15px;
  line-height: 1.1;
}
.products .products-box .p-product__image .product-label p.volume {
  font-size: 42px;
  line-height: 1.1;
}
.products .products-box .p-product__image .count {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #0068B6;
  padding-block: 8px;
  padding-inline: 20px;
  background-color: #FFF46E;
  border-radius: 10px;
  line-height: 1.7;
}
.products .products-box .p-review {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
@media screen and (width <= 750px) {
  .products .products-box .p-review {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.about {
  display: -ms-grid;
  display: grid;
  row-gap: 60px;
  -webkit-padding-before: 30px;
          padding-block-start: 30px;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
  padding-inline: 20px;
  background-image: url("/botanical/images/about-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.about .about-title {
  border-radius: 20px;
  background: rgba(212, 223, 171, 0.6);
  width: 100%;
  position: relative;
  -webkit-padding-after: 18px;
          padding-block-end: 18px;
}
.about .about-title::before {
  content: "";
  display: block;
  width: 80px;
  height: 35px;
  background-image: url("/botanical/images/about-title-decoration01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -10px;
  top: -6px;
}
.about .about-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 70px;
  background-image: url("/botanical/images/about-title-decoration02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -10px;
  bottom: -15px;
}
.about .about-title h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  color: #0068B6;
}
.about .about-point {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 0px 0px rgb(0, 170, 131);
          box-shadow: 10px 10px 0px 0px rgb(0, 170, 131);
  padding: 40px 20px;
  position: relative;
  text-align: center;
}
@media screen and (width > 750px) {
  .about .about-point {
    padding-inline: 40px;
  }
}
.about .about-point::before {
  content: "";
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
}
.about .about-point .point-head {
  display: -ms-grid;
  display: grid;
  row-gap: 6px;
  text-align: center;
}
.about .about-point .point-head .point-head__main {
  font-family: "Noto Serif JP", serif;
  color: #0068B6;
}
.about .about-point .point-head .point-head__sub {
  color: #603812;
  font-family: "Noto Serif JP", serif;
}
.about .about-point.is-point01 .point-head {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.about .about-point.is-point01::before {
  background-image: url(/botanical/images/about-point01.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 104/37;
}
@media screen and (width > 750px) {
  .about .about-point.is-point01::before {
    width: 138px;
    top: -20px;
  }
}
@media screen and (width <= 750px) {
  .about .about-point.is-point01::before {
    width: 104px;
    top: -15px;
  }
}
.about .about-point.is-point01 .point01-content {
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
  padding: 20px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#63C6E3), color-stop(30%, #FEF5B2), color-stop(57%, #FCC93E), color-stop(78%, #32AB62)), #FFF;
  background: linear-gradient(180deg, #63C6E3 0%, #FEF5B2 30%, #FCC93E 57%, #32AB62 78%), #FFF;
}
@media screen and (width <= 750px) {
  .about .about-point.is-point01 .point01-content {
    padding: 10px;
  }
}
.about .about-point.is-point01 .point01-content .point01-content__item {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding-block: 20px;
  display: -ms-grid;
  display: grid;
  position: relative;
}
@media screen and (width > 750px) {
  .about .about-point.is-point01 .point01-content .point01-content__item {
    padding-inline: 20px;
  }
}
.about .about-point.is-point01 .point01-content .point01-content__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 27px;
  height: 45px;
  background-image: url("/botanical/images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about .about-point.is-point01 .point01-content .point01-content__item .message {
  font-family: "Kiwi Maru", serif;
  color: #485150;
}
.about .about-point.is-point01 .point01-content .point01-content__item .message span {
  font-weight: 700;
}
.about .about-point.is-point01 .point01-content .point01-content__item .point01-content__item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.about .about-point.is-point01 .point01-content .point01-content__item .material figcaption {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  color: #485150;
}
.about .about-point.is-point01 .point01-content .point01-content__item.hinyari {
  gap: 8px;
}
@media screen and (width > 750px) {
  .about .about-point.is-point01 .point01-content .point01-content__item.hinyari {
    -ms-grid-columns: 1fr 214px;
    grid-template-columns: 1fr 214px;
  }
}
.about .about-point.is-point01 .point01-content .point01-content__item.hinyari .message span {
  color: #0468B3;
}
@media screen and (width > 750px) {
  .about .about-point.is-point01 .point01-content .point01-content__item.hinyari .point01-content__item__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (width > 750px) {
  .about .about-point.is-point01 .point01-content .point01-content__item.hinyari .point01-content__item__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.about .about-point.is-point01 .point01-content .point01-content__item.hinyari .text {
  text-align: start;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  color: #485150;
}
@media screen and (width > 750px) {
  .about .about-point.is-point01 .point01-content .point01-content__item.hinyari .text {
    text-align: center;
  }
}
.about .about-point.is-point01 .point01-content .point01-content__item.hinyari .label-min {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #4D4D4D;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", NotoSansCJKsc, NotoSansCJKtc, sans-serif;
  position: absolute;
  left: 355px;
  bottom: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
}
@media screen and (width <= 750px) {
  .about .about-point.is-point01 .point01-content .point01-content__item.hinyari .label-min {
    left: 65%;
  }
}
.about .about-point.is-point01 .point01-content .point01-content__item.hinyari .label-min span {
  text-box: trim-both cap alphabetic;
}
.about .about-point.is-point01 .point01-content .point01-content__item.jinjin {
  gap: 8px;
  padding-inline: 10px;
}
@media screen and (width > 750px) {
  .about .about-point.is-point01 .point01-content .point01-content__item.jinjin {
    -ms-grid-columns: 1fr 280px;
    grid-template-columns: 1fr 280px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about .about-point.is-point01 .point01-content .point01-content__item.jinjin .message span {
  color: #EF755E;
}
@media screen and (width <= 750px) {
  .about .about-point.is-point01 .point01-content .point01-content__item.jinjin .point01-content__item__right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about .about-point.is-point01 .point01-content .point01-content__item.sukkiri {
  gap: 12px;
  padding-inline: 8px;
}
@media screen and (width > 750px) {
  .about .about-point.is-point01 .point01-content .point01-content__item.sukkiri {
    -ms-grid-columns: 1fr 290px;
    grid-template-columns: 1fr 290px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.about .about-point.is-point01 .point01-content .point01-content__item.sukkiri .message span {
  color: #3EA868;
}
.about .about-point.is-point01 .point01-content .point01-content__item.sukkiri .point01-content__item__right {
  padding-block: 26px;
  padding-inline: 8px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.about .about-point.is-point01 .point01-content .point01-content__item.sukkiri .point01-content__item__right::before {
  content: "";
  display: block;
  width: 45px;
  height: 42px;
  background-image: url("/botanical/images/sukkiri-decoration01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -10px;
  top: 0px;
}
.about .about-point.is-point01 .point01-content .point01-content__item.sukkiri .point01-content__item__right::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("/botanical/images/sukkiri-decoration02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 4px;
  bottom: 2px;
}
.about .about-point.is-point01 .point01-content .point01-content__item.sukkiri .point01-content__item__right .text {
  font-family: "Noto Serif JP", serif;
  color: #0068B6;
}
.about .about-point.is-point01 .point01-content .point01-content__item.sukkiri .point01-content__item__right .text-bg {
  width: calc(100% + 10px);
  height: 100%;
  background: #FFF;
  -webkit-filter: blur(15px);
          filter: blur(15px);
  position: absolute;
  z-index: -1;
}
.about .about-point.is-point02 {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
@media screen and (width > 750px) {
  .about .about-point.is-point02 {
    -ms-grid-columns: 340px 1fr;
    grid-template-columns: 340px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 10px;
  }
}
.about .about-point.is-point02::before {
  background-image: url(/botanical/images/about-point02.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 104/37;
}
@media screen and (width > 750px) {
  .about .about-point.is-point02::before {
    width: 150px;
    top: -20px;
  }
}
@media screen and (width <= 750px) {
  .about .about-point.is-point02::before {
    width: 104px;
    top: -15px;
  }
}
.about .about-point.is-point02 .point02-content {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
.about .about-point.is-point02 .point02-content figcaption {
  text-align: start;
  color: #0068B6;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", NotoSansCJKsc, NotoSansCJKtc, sans-serif;
}
.about .about-point.is-point03 {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
@media screen and (width > 750px) {
  .about .about-point.is-point03 {
    -ms-grid-columns: 340px 1fr;
    grid-template-columns: 340px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 10px;
  }
}
.about .about-point.is-point03::before {
  background-image: url(/botanical/images/about-point03.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 111/45;
}
@media screen and (width > 750px) {
  .about .about-point.is-point03::before {
    width: 149px;
    top: -20px;
  }
}
@media screen and (width <= 750px) {
  .about .about-point.is-point03::before {
    width: 111px;
    top: -15px;
  }
}
.about .about-point.is-point03::after {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background-image: url("/botanical/images/about-point03-seal.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -9px;
  top: -38px;
}
@media screen and (width <= 750px) {
  .about .about-point.is-point03::after {
    top: -45px;
  }
}
.about .about-point.is-point03 .point03-content {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
@media screen and (width > 750px) {
  .about .about-point.is-point03 .point03-content figure {
    text-align: start;
  }
}
.about .about-point.is-point03 .point03-content figcaption {
  text-align: start;
  color: #0068B6;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", NotoSansCJKsc, NotoSansCJKtc, sans-serif;
}

.howto {
  padding-block: 30px;
  padding-inline: 16px;
  background-color: #3EA868;
  display: -ms-grid;
  display: grid;
  row-gap: 40px;
}
.howto .howto-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.howto .howto-head::before {
  content: "";
  display: block;
  width: 65px;
  height: 50px;
  background-image: url("/botanical/images/howto-head-decoraiton01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -40px;
  top: 30px;
}
.howto .howto-head::after {
  content: "";
  display: block;
  width: 88px;
  height: 69px;
  background-image: url("/botanical/images/howto-head-decoraiton02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -68px;
  top: 10px;
}
.howto .howto-head .howto-head__title {
  display: -ms-grid;
  display: grid;
  text-align: center;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
.howto .howto-head .u-font-size-set34 {
  font-weight: 700;
  line-height: 1.3;
}
.howto .howto-usage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width > 750px) {
  .howto .howto-usage {
    gap: 80px;
  }
}
@media screen and (width <= 750px) {
  .howto .howto-usage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.howto .howto-usage .howto-usage-image {
  position: relative;
  width: 200px;
}
.howto .howto-usage .howto-usage-image img {
  width: 100%;
}
.howto .howto-usage .howto-usage-image .howto-usage-image__seal {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-family: "Noto Serif JP", serif;
  background-color: #FFF46E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -60px;
  bottom: -10px;
  line-height: 1.5;
}
.howto .howto-usage .howto-usage-image .howto-usage-image__seal span {
  color: #0068B6;
  font-size: 18px;
}
.howto .howto-usage .howto-usage-text {
  color: #fff;
  line-height: 1.8;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", NotoSansCJKsc, NotoSansCJKtc, sans-serif;
}
.howto .howto-detail {
  background-color: #549D71;
  padding-block: 40px;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
@media screen and (width > 750px) {
  .howto .howto-detail {
    padding-inline: 40px;
    -ms-grid-columns: 1fr 103px 1fr;
    grid-template-columns: 1fr 103px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (width <= 750px) {
  .howto .howto-detail {
    padding-inline: 10px;
  }
}
.howto .howto-detail .howto-detail-item {
  text-align: center;
}
.howto .howto-detail .howto-detail-item .howto-detail-item__head {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.howto .howto-detail .howto-detail-item .howto-detail-item__head h3 {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 700;
  border-bottom: 6px dotted #FFF46E;
  line-height: 1.2;
  -webkit-padding-after: 4px;
          padding-block-end: 4px;
}
.howto .howto-detail .howto-detail-item .howto-detail-item__head h3 span {
  color: #FFF46E;
}
.howto .howto-detail .howto-detail-item .howto-detail-item__head p {
  color: #fff;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
}
@media screen and (width > 750px) {
  .howto .howto-detail .howto-detail-item .howto-detail-item__head p {
    min-height: 3lh;
  }
}
.howto .howto-detail .howto-detail-item .howto-detail-item__image {
  width: 200px;
  margin-inline: auto;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.howto .howto-detail .howto-detail-item .howto-detail-item__image img {
  width: 100%;
}
.howto .howto-detail .howto-detail-item .howto-detail-item__text {
  color: #fff;
  line-height: 1.8;
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", NotoSansCJKsc, NotoSansCJKtc, sans-serif;
}
@media screen and (width > 750px) {
  .howto .howto-detail .howto-detail-item .howto-detail-item__text {
    min-height: 5lh;
  }
}
@media screen and (width <= 750px) {
  .howto .howto-detail .howto-detail-5min {
    width: calc(100% - 50px);
    margin-inline: auto;
  }
  .howto .howto-detail .howto-detail-5min img {
    width: 100%;
  }
}
.howto .howto-staff {
  padding-block: 40px;
  padding-inline: 12px;
  background-color: #FFF7E6;
  background-image: url("/botanical/images/howto-staff-bc.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  border: 2px solid #fff;
}
@media screen and (width <= 750px) {
  .howto .howto-staff {
    background-image: url("/botanical/images/sp-howto-staff-bc.png");
  }
}
.howto .howto-staff .howto-staff__inner {
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  row-gap: 16px;
}
@media screen and (width > 750px) {
  .howto .howto-staff .howto-staff__inner {
    max-width: 410px;
  }
}
@media screen and (width <= 750px) {
  .howto .howto-staff .howto-staff__inner {
    max-width: 310px;
  }
}
.howto .howto-staff .howto-staff__inner .howto-staff-head {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.howto .howto-staff .howto-staff__inner .howto-staff-head p {
  color: #603812;
  line-height: 1.2;
}
.howto .howto-staff .howto-staff__inner .howto-staff-head h3 {
  color: #F9620C;
  font-weight: 700;
  line-height: 1.2;
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
  border-bottom: 6px dotted rgba(249, 98, 12, 0.5);
}
.howto .howto-staff .howto-staff__inner .howto-staff-image {
  width: 100%;
}
.howto .howto-staff .howto-staff__inner .howto-staff-image img {
  width: 100%;
}
.howto .howto-staff .howto-staff__inner .howto-staff-text {
  font-family: "Roboto", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", NotoSansCJKsc, NotoSansCJKtc, sans-serif;
  color: #603812;
  line-height: 1.8;
}
.howto .howto-staff .howto-staff__inner .howto-staff-text span {
  font-weight: 700;
}
.howto .howto-staff .howto-staff__inner .howto-staff-text-link {
  display: block;
  width: 100%;
  padding-block: 6px;
  background-color: #0068B6;
  border-radius: 50px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  text-align: center;
}
.howto .howto-staff .howto-staff__inner .howto-staff-text-link span {
  color: #fff;
  line-height: 1.8;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  text-box: trim-both cap alphabetic;
}
@media (hover: hover) and (pointer: fine) {
  .howto .howto-staff .howto-staff__inner .howto-staff-text-link:hover {
    background-color: #2f91db;
  }
}