@charset "UTF-8";
/* ↓RESET */
body,
html {
  font-weight: 500;
}
body {
  background-color: #fff;
  position: relative;
}
img {
  vertical-align: bottom;
  width: 100%;
}
a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (min-width: 834px) {
  a:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}
@media (max-width: 833px) {
  a:active {
    opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}
a:after,
a:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure {
  margin: 0;
}
@media (min-width: 834px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: 833px) {
  .container {
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}
html {
  font-size: 62.5%;
}
body {
  color: #000;
  font-size: 1.4rem;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, Noto Sans Japanese, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-width: 833px) {
  body {
    font-size: 0.75rem;
    line-height: 2;
  }
}
h1 {
  font-size: 36px;
  line-height: 1.3;
}
h2 {
  font-size: 3.6rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
  font-weight: 700;
}
h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 833px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  font-size: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
dd, dl, dt, ol, ul {
  padding: 0;
  margin: 0;
}
li, ol {
  list-style: none;
}
a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
button:focus {
  outline: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
[role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
/* ↑RESET */
/* UTILITY */
img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.u-fw-b {
  font-weight: 700;
}
.u-fc-gray {
  color: #646364;
}
.u-fc-pink {
  color: #ee587f;
}
.u-ls-0 {
  letter-spacing: 0;
}
.u-font-maru {
  font-family: "Kosugi Maru", sans-serif;
}
@media screen and (max-width: 767px) {
  .u-sp-fs-14 {
    font-size: 14px;
  }
  .u-sp-fs-18 {
    font-size: 18px;
  }
  .u-sp-mgb-10 {
    margin-bottom: 10px;
  }
  .u-sp-mgb-20 {
    margin-bottom: 20px;
  }
  .u-sp-mgb-30 {
    margin-bottom: 30px;
  }
  .u-sp-mgb-40 {
    margin-bottom: 40px;
  }
  .u-sp-mgb-50 {
    margin-bottom: 50px;
  }
  .u-sp-mgb-100 {
    margin-bottom: 100px;
  }
  .u-sp-pdb-10 {
    padding-bottom: 10px;
  }
  .u-sp-pdb-20 {
    padding-bottom: 20px;
  }
  .u-sp-pdb-30 {
    padding-bottom: 30px;
  }
  .u-sp-pdb-40 {
    padding-bottom: 40px;
  }
  .u-sp-pdb-50 {
    padding-bottom: 50px;
  }
  .u-sp-pdb-60 {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .u-pc-ta-c {
    text-align: center;
  }
  .u-pc-fs-14 {
    font-size: 14px;
  }
  .u-pc-fs-18 {
    font-size: 18px;
  }
  .u-pc-mgb-10 {
    margin-bottom: 10px;
  }
  .u-pc-mgb-20 {
    margin-bottom: 20px;
  }
  .u-pc-mgb-30 {
    margin-bottom: 30px;
  }
  .u-pc-mgb-40 {
    margin-bottom: 40px;
  }
  .u-pc-mgb-50 {
    margin-bottom: 50px;
  }
  .u-pc-mgb-100 {
    margin-bottom: 100px;
  }
  .u-pc-pdb-10 {
    padding-bottom: 10px;
  }
  .u-pc-pdb-20 {
    padding-bottom: 20px;
  }
  .u-pc-pdb-30 {
    padding-bottom: 30px;
  }
  .u-pc-pdb-40 {
    padding-bottom: 40px;
  }
  .u-pc-pdb-50 {
    padding-bottom: 50px;
  }
  .u-pc-pdb-60 {
    padding-bottom: 60px;
  }
}
/* コンテンツ */
.lp-content {
  background-color: #e7f6fd;
  color: #595757;
  font-size: 10px;
}
@media screen and (max-width: 1280px) {
  .lp-content {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-content {
    font-size: 1.2077294686vw;
  }
}
.kv {
  position: relative;
  z-index: 0;
}
.features {
  margin: -30em auto 0;
  position: relative;
  width: 100em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .features {
    margin-top: -25em;
    padding: 0 7em;
    width: 100%;
  }
}
.features .features__inr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
}
@media screen and (max-width: 767px) {
  .features .features__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.features .features__inr .features__item {
  background: url(../img/home/features-item_bg.png) 0 0/100% 100% no-repeat;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 16.5em;
}
@media screen and (max-width: 767px) {
  .features .features__inr .features__item {
    background-image: url(../img/home/features-item_bg_sp.png);
    height: initial;
    padding: 3em 0;
    min-height: 9em;
  }
}
.features .features__inr .features__item .text {
  color: #62b7e8;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  font-size: 2.8em;
}
@media screen and (max-width: 767px) {
  .features .features__inr .features__item .text {
    position: relative;
    font-size: 3.6em;
  }
}
.features .features__inr .features__item .note {
  color: #000;
  font-weight: normal;
  position: absolute;
  bottom: 1.8em;
  left: 2.5em;
  font-size: 0.5em;
}
@media screen and (max-width: 767px) {
  .features .features__inr .features__item .note {
    position: absolute;
    bottom: initial;
    left: initial;
    top: 0;
    right: -1em;
    font-size: 0.5em;
  }
}
.features .features__note {
  text-align: right;
  padding-top: 0.5em;
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .features .features__note {
    text-align: center;
    font-size: 2.4em;
  }
}
.l-section {
  margin: 0 auto;
  width: 100em;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 0 4em 14em;
    width: 100%;
  }
}
.develop {
  position: relative;
  border-radius: 5em;
  background-color: #fff;
  margin-top: 6em;
  padding: 5em 0 7em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .develop {
    border-radius: 2.5em;
    padding: 4em 4em 5em;
  }
}
.develop .develop__title {
  font-weight: bold;
  text-align: center;
}
.develop .develop__title .develop__title__top {
  border-bottom: 2px solid #76c0eb;
  display: inline-block;
  padding-bottom: 0.1em;
  font-size: 2.2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .develop .develop__title .develop__title__top {
    border-bottom: 0;
    line-height: 1.5;
    font-size: 3.7em;
    margin-bottom: 0.25em;
  }
}
.develop .develop__title .develop__title__top span {
  color: #76c0eb;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .develop .develop__title .develop__title__top span {
    font-size: 1.1em;
  }
}
.develop .develop__title .develop__title__bottom {
  border-bottom: 2px solid #76c0eb;
  display: inline-block;
  color: #ce1266;
  font-size: 4.8em;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .develop .develop__title .develop__title__bottom {
    line-height: 1.4;
    font-size: 5.2em;
    padding-bottom: 0.6em;
  }
}
.develop .develop__title .develop__title__bottom span {
  line-height: 1;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff48f));
  background: linear-gradient(transparent 60%, #fff48f 0%);
  padding-bottom: 0.1em;
}
.develop .develop__summary {
  padding: 5em 10em;
}
@media screen and (max-width: 767px) {
  .develop .develop__summary {
    padding: 4em 0 0;
  }
}
.develop .develop__summary p {
  color: #595757;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .develop .develop__summary p {
    font-size: 2.8em;
  }
}
.develop .develop__list {
  margin: 0 auto 3em;
  width: 83em;
}
@media screen and (max-width: 767px) {
  .develop .develop__list {
    margin: 4em 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .develop .develop__seibun {
    margin: 0 -4em;
  }
}
.develop .develop__bottom {
  margin-top: 8em;
}
@media screen and (max-width: 767px) {
  .develop .develop__bottom {
    position: relative;
    margin-top: 0em;
  }
}
.develop .develop__bottom .develop__bottom__title {
  text-align: center;
  position: relative;
}
.develop .develop__bottom .develop__bottom__title .develop__bottom__title__inr {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .develop .develop__bottom .develop__bottom__title .develop__bottom__title__inr {
    width: 100%;
  }
}
.develop .develop__bottom .develop__bottom__title .develop__bottom__title__inr span {
  border-bottom: 2px solid #76c0eb;
  color: #76c0eb;
  display: inline-block;
  font-weight: bold;
  font-size: 3.4em;
  padding: 0 3em 0.5em 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .develop .develop__bottom .develop__bottom__title .develop__bottom__title__inr span {
    font-size: 5.2em;
    padding: 0 0 0.25em;
    width: 100%;
  }
}
.develop .develop__bottom .develop__bottom__title .develop__bottom__title__inr .develop__bottom__title__deco {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8.4em;
  z-index: 2;
}
.develop .develop__bottom .develop__bottom__summary {
  background-color: #fff48f;
  border-radius: 3em;
  padding: 4em 5em;
  color: #595757;
  margin: 6em auto 0;
  max-width: 84em;
}
.develop .develop__bottom .develop__bottom__summary p {
  line-height: 1.6;
  font-weight: bold;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .develop .develop__bottom .develop__bottom__summary p {
    font-size: 2.8em;
  }
}
.develop .develop__bottom .develop__bottom__title__deco2 {
  position: absolute;
  right: -3em;
  bottom: -9em;
  width: 14em;
}
.product-uv {
  margin-top: -20em;
}
@media screen and (max-width: 767px) {
  .product-uv {
    margin-top: -22em;
  }
}
.product-uv::before {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-mask-image: url(../img/home/section_head.png);
          mask-image: url(../img/home/section_head.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  height: 31.2em;
}
@media screen and (max-width: 767px) {
  .product-uv::before {
    height: 20em;
  }
}
.product-uv .product-uv__inr {
  background-color: #fff;
  padding-bottom: 20em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4em;
}
@media screen and (max-width: 767px) {
  .product-uv .product-uv__inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4em 28em;
  }
}
.product-uv .product-uv__item {
  border-radius: 2em;
  border: 2px solid #76c0eb;
  padding: 3em;
  width: 34.3em;
}
@media screen and (max-width: 767px) {
  .product-uv .product-uv__item {
    border-radius: 3em;
    padding: 5em 4em;
    width: 100%;
  }
}
.product-uv .product-uv__item .product-uv__item__thum {
  margin: 0 auto 2em;
  width: 20em;
}
@media screen and (max-width: 767px) {
  .product-uv .product-uv__item .product-uv__item__thum {
    width: 45.4em;
  }
}
.product-uv .product-uv__item .lp_name {
  line-height: 1.3;
  font-weight: bold;
  min-height: 2.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 2.2em;
}
@media screen and (max-width: 767px) {
  .product-uv .product-uv__item .lp_name {
    min-height: initial;
    font-size: 4.2em;
  }
}
.product-uv .product-uv__item .lp_code {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .product-uv .product-uv__item .lp_code {
    margin-top: 1em;
    font-size: 2.8em;
  }
}
.product-uv .product-uv__item .lp_price {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .product-uv .product-uv__item .lp_price {
    font-size: 2.8em;
  }
}
.product-uv .product-uv__item .lp_price.bold {
  font-weight: bold;
}
.product-uv .product-uv__item .lp_price .lp_red01 {
  color: #e06280;
}
.product-uv .product-uv__item .lp_price .cta-member-price-inc {
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product-uv .product-uv__item .lp_price .cta-member-price-inc {
    margin-right: 0.1em;
    font-size: 2.5em;
  }
}
.product-uv .product-uv__item .lp_select01 {
  color: #000;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .product-uv .product-uv__item .lp_select01 {
    font-size: 3em;
  }
}
.product-uv .product-uv__item .cart-in-qty {
  font-size: 1em;
  padding: 0.6em 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.3em;
  margin-top: 1em;
  min-width: 5.1em;
}
.product-uv .product-uv__item .lp_cart_btn {
  margin-top: 3em;
}
.product-uv .product-uv__item .lp_cart_btn button {
  background-color: #de6380;
  border-radius: 9999px;
  color: #fff;
  display: block;
  padding: 1.5em;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-uv .product-uv__item .lp_cart_btn button {
    padding: 2.5em;
  }
}
.product-uv .product-uv__item .lp_cart_btn button span {
  font-weight: bold;
  position: relative;
  padding-left: 2em;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .product-uv .product-uv__item .lp_cart_btn button span {
    font-size: 3.2em;
  }
}
.product-uv .product-uv__item .lp_cart_btn button span::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024.85%2025.48%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A1.07px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%229.3%2015.56%2022.08%2015.56%2024.32%205.54%204.46%205.54%22%2F%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22.53%20.53%204.46%205.54%206.79%2019.31%2021.66%2019.31%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%227.97%22%20cy%3D%2222.13%22%20r%3D%222.82%22%2F%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2220.64%22%20cy%3D%2222.13%22%20r%3D%222.82%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: 0em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1.2em;
  width: 1.2em;
}
.recommend {
  margin-top: -20em;
  position: relative;
  z-index: 2;
  padding-bottom: 26.8em;
}
@media screen and (max-width: 767px) {
  .recommend {
    margin-top: -18em;
  }
}
.recommend::before {
  content: "";
  display: block;
  background-color: #e7f6fd;
  -webkit-mask-image: url(../img/home/section_head.png);
          mask-image: url(../img/home/section_head.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  height: 31.2em;
}
@media screen and (max-width: 767px) {
  .recommend::before {
    height: 20em;
  }
}
.recommend .recommend__inr {
  background-color: #e7f6fd;
  padding-top: 5em;
}
@media screen and (max-width: 767px) {
  .recommend .recommend__inr {
    padding: 20em 3em 0;
  }
}
.recommend .recommend__kinds {
  background-color: #fff48f;
  border-radius: 5em;
  padding: 5em;
  margin: 0 auto;
  position: relative;
  width: 100em;
}
@media screen and (max-width: 767px) {
  .recommend .recommend__kinds {
    border-radius: 2.5em;
    padding: 1.5em;
    width: 100%;
  }
}
.recommend .recommend__kinds .recommend__kinds__title {
  position: absolute;
  top: -14em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 53.4em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recommend .recommend__kinds .recommend__kinds__title {
    top: -23em;
    width: 69em;
  }
}
.recommend .recommend__kinds .recommend__kinds__inr {
  background-color: #fff;
  border-radius: 2.5em;
  position: relative;
  padding: 6em 8em 7em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .recommend .recommend__kinds .recommend__kinds__inr {
    padding: 5em 2em 4em;
    border-radius: 1.8em;
  }
}
.recommend .recommend__kinds .recommend__kinds__inr + .recommend__kinds__inr {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .recommend .recommend__kinds .recommend__kinds__inr + .recommend__kinds__inr {
    margin-top: 2em;
  }
}
.recommend .recommend__kinds .recommend__kinds__inr.m-type-2 {
  padding: 6em 5em 7em;
}
.recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9em;
}
@media screen and (max-width: 767px) {
  .recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list {
    padding: 0 3em;
    gap: 5em;
  }
}
.recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list > li {
  text-align: center;
  line-height: 1.5;
  width: 100%;
}
.recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list .recommend__kinds__list__label {
  background-color: #76c0eb;
  border-radius: 50%;
  color: #fff;
  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;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto 1.5em;
  height: 8em;
  width: 8em;
}
@media screen and (max-width: 767px) {
  .recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list .recommend__kinds__list__label {
    height: 14em;
    width: 14em;
  }
}
.recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list .recommend__kinds__list__label span {
  font-weight: bold;
  font-size: 2.6em;
}
@media screen and (max-width: 767px) {
  .recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list .recommend__kinds__list__label span {
    font-size: 4.2em;
  }
}
.recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list .recommend__kinds__list__text, .recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list .recommend__kinds__list__normalText {
  font-size: 2.2em;
}
@media screen and (max-width: 767px) {
  .recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list .recommend__kinds__list__text, .recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list .recommend__kinds__list__normalText {
    font-size: 2.8em;
  }
}
.recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list .recommend__kinds__list__text span, .recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list .recommend__kinds__list__normalText span {
  color: #76c0eb;
  font-weight: bold;
}
.recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list .recommend__kinds__list__bigText {
  display: inline-block;
  border-bottom: 2px solid #76c0eb;
  color: #76c0eb;
  margin-bottom: 0.25em;
  font-weight: bold;
  font-size: 3.2em;
}
@media screen and (max-width: 767px) {
  .recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__list .recommend__kinds__list__bigText {
    border-width: 1px;
    line-height: 1.2;
    padding-bottom: 0.25em;
    font-size: 5.4em;
  }
}
.recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__image_1 {
  margin: 8em 0;
}
@media screen and (max-width: 767px) {
  .recommend .recommend__kinds .recommend__kinds__inr .recommend__kinds__image_1 {
    margin: 5em 0 10em;
  }
}
@media screen and (max-width: 767px) {
  .detail {
    margin-top: -3em;
  }
}
.detail::before {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-mask-image: url(../img/home/section_head.png);
          mask-image: url(../img/home/section_head.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  height: 31.2em;
}
@media screen and (max-width: 767px) {
  .detail::before {
    height: 20em;
  }
}
.detail .detail__inr {
  background-color: #fff;
  margin-top: -4em;
  position: relative;
  padding: 0 0 24em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .detail .detail__inr {
    padding-bottom: 20em;
  }
}
.detail .detail_top {
  margin: 0 auto;
  width: 78.8em;
}
@media screen and (max-width: 767px) {
  .detail .detail_top {
    width: 100%;
  }
}
.detail .detail_top .note {
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .detail .detail_top .note {
    padding-left: 4em;
    font-size: 2.4em;
  }
}
.detail .detail__bottom {
  padding-top: 10em;
}
@media screen and (max-width: 767px) {
  .detail .detail__bottom {
    padding: 12em 4em 0;
  }
}
.detail .detail__list {
  background-color: #e7f6fd;
  border-radius: 10em;
  margin: 0 auto;
  position: relative;
  padding: 5em;
  width: 100em;
}
@media screen and (max-width: 767px) {
  .detail .detail__list {
    border-radius: 5em;
    padding: 5em 6em;
    width: 100%;
  }
}
.detail .detail__list + .detail__list {
  margin-top: 10em;
}
.detail .detail__list .detail__list__title {
  background: url(../img/home/detail-title.png) 0 0/100% 100% no-repeat;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 1.2em;
  height: 10em;
  width: 36em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .detail .detail__list .detail__list__title {
    padding-top: 0.2em;
    height: 10em;
    width: 38em;
  }
}
.detail .detail__list .detail__list__title span {
  font-weight: bold;
  font-size: 3.4em;
}
@media screen and (max-width: 767px) {
  .detail .detail__list .detail__list__title span {
    font-size: 4.1em;
  }
}
.detail .detail__list .detail__list__thum {
  position: relative;
  margin: 0 auto 3em;
  width: 36.4em;
}
@media screen and (max-width: 767px) {
  .detail .detail__list .detail__list__thum {
    margin-bottom: 3em;
    width: 45em;
  }
}
.detail .detail__list .detail__list__thum .detail__list__thum__deco {
  position: absolute;
  left: -9em;
  bottom: 0;
  width: 8em;
}
@media screen and (max-width: 767px) {
  .detail .detail__list .detail__list__thum .detail__list__thum__deco {
    left: -1em;
    width: 9.7em;
  }
}
.detail .detail__list .detail__list__thum .detail__list__thum__deco.m-type-2 {
  left: initial;
  right: -6em;
}
@media screen and (max-width: 767px) {
  .detail .detail__list .detail__list__thum .detail__list__thum__deco.m-type-2 {
    right: -2em;
  }
}
.detail .detail__list .detail__list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .detail .detail__list .detail__list__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
}
.detail .detail__list .detail__list__items .detail__list__item {
  color: #595757;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .detail .detail__list .detail__list__items .detail__list__item {
    padding: 5em;
  }
}
.detail .detail__list .detail__list__items .detail__list__item::after {
  content: "";
  background-color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 5em;
  -webkit-filter: blur(0.5em);
          filter: blur(0.5em);
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .detail .detail__list .detail__list__items .detail__list__item::after {
    border-radius: 10em;
  }
}
.detail .detail__list .detail__list__items .detail__list__item h3 {
  color: #62b7e8;
  position: relative;
  z-index: 2;
  font-weight: bold;
  font-size: 2.2em;
  border-bottom: dotted 2px #76c0eb;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  text-align: center;
  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;
  min-height: 3em;
}
@media screen and (max-width: 767px) {
  .detail .detail__list .detail__list__items .detail__list__item h3 {
    font-size: 3.8em;
    margin-bottom: 0.5em;
    min-height: 1em;
  }
}
.detail .detail__list .detail__list__items .detail__list__item p {
  color: #595757;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  z-index: 2;
  font-size: 2.2em;
}
@media screen and (max-width: 767px) {
  .detail .detail__list .detail__list__items .detail__list__item p {
    font-size: 3.4em;
  }
}
.detail .detail__list .detail__list__items .detail__list__item p small {
  font-weight: normal;
  display: block;
  margin-top: 0.25em;
  font-size: 0.7272727273em;
}
@media screen and (max-width: 767px) {
  .detail .detail__list .detail__list__items .detail__list__item p small {
    display: inline;
    font-size: 1em;
  }
}
.detail .detail__list .detail__list__items .detail__list__item p.text2 {
  font-weight: normal;
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .detail .detail__list .detail__list__items .detail__list__item p.text2 {
    font-size: 3.6em;
  }
}
.one-per-nature {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5em auto 0;
  width: 100em;
}
@media screen and (max-width: 767px) {
  .one-per-nature {
    margin-top: 7em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.one-per-nature .one-per-nature__logo {
  width: 9.4em;
}
@media screen and (max-width: 767px) {
  .one-per-nature .one-per-nature__logo {
    width: 10.7em;
  }
}
.one-per-nature .one-per-nature__inr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #4b9de1;
  border-top: 2px solid #4b9de1;
  height: 9.4em;
  padding-left: 9em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .one-per-nature .one-per-nature__inr {
    border-width: 1px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding: 0 2em 0 4em;
    height: 10.7em;
  }
}
.one-per-nature .one-per-nature__inr .one-per-nature__text {
  color: #4b9de1;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.4em;
}
@media screen and (max-width: 767px) {
  .one-per-nature .one-per-nature__inr .one-per-nature__text {
    line-height: 1.4;
    font-size: 1.8em;
  }
}
.one-per-nature .one-per-nature__inr .one-per-nature__text a {
  background-color: #4b9de1;
  color: #fff;
  display: inline-block;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1;
  font-size: 0.7em;
  padding: 0.3em 0.5em;
}
@media screen and (max-width: 767px) {
  .one-per-nature .one-per-nature__inr .one-per-nature__text a {
    font-size: 0.9em;
    margin-top: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .effect {
    padding: 0 2em;
  }
}
.effect .effect__title {
  text-align: center;
  margin-bottom: 3em;
}
.effect .effect__title > div {
  border-bottom: 2px solid #76c0eb;
  display: inline-block;
  color: #ce1266;
  font-size: 3.4em;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .effect .effect__title > div {
    border-width: 1px;
    line-height: 1.4;
    font-size: 5.2em;
    padding-bottom: 0.6em;
    width: 100%;
  }
}
.effect .effect__title > div span {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff48f));
  background: linear-gradient(transparent 60%, #fff48f 0%);
  padding: 0 0.5em 0.15em;
}
.effect .effect__text {
  font-size: 2em;
}
@media screen and (max-width: 767px) {
  .effect .effect__text {
    font-size: 2.8em;
  }
}
.effect .effect__image {
  margin: 4em 0;
}
@media screen and (max-width: 767px) {
  .effect .effect__image {
    margin: 6em 0;
  }
}
.graph .graph__title {
  border-bottom: 2px solid #76c0eb;
  text-align: center;
  margin: 0 0 4em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .graph .graph__title {
    padding-bottom: 2em;
    border-width: 1px;
  }
}
.graph .graph__title span {
  color: #76c0eb;
  font-weight: bold;
  font-size: 2.7em;
}
@media screen and (max-width: 767px) {
  .graph .graph__title span {
    line-height: 1.2;
    font-size: 4.4em;
  }
}
.graph .graph__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
}
@media screen and (max-width: 767px) {
  .graph .graph__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.graph .graph__list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 3em;
}
@media screen and (max-width: 767px) {
  .graph .graph__list > li {
    padding: 0 0 3em;
  }
}
.graph .graph__list > li:nth-child(1) {
  border-right: 2px dotted #76c0eb;
}
@media screen and (max-width: 767px) {
  .graph .graph__list > li:nth-child(1) {
    border-right: 0;
    border-bottom: 2px dotted #76c0eb;
  }
}
.graph .graph__list > li::before {
  content: "";
  background: url(../img/home/icon_q.png) 0 0/100% 100% no-repeat;
  margin: 0 auto 2em;
  display: block;
  height: 6.4em;
  width: 6.4em;
}
@media screen and (max-width: 767px) {
  .graph .graph__list > li::before {
    margin-bottom: 2em;
    height: 9.6em;
    width: 9.6em;
  }
}
.graph .graph__list .text {
  font-weight: bold;
  line-height: 1.5;
  font-size: 2.2em;
}
@media screen and (max-width: 767px) {
  .graph .graph__list .text {
    font-size: 3.2em;
  }
}
.graph .graph__list .graph__image {
  margin: 2em auto 0;
  width: 31.4em;
}
@media screen and (max-width: 767px) {
  .graph .graph__list .graph__image {
    margin-top: 4em;
    width: 47.5em;
  }
}
.graph .graph__note {
  text-align: center;
  margin-top: 2em;
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .graph .graph__note {
    font-size: 2.4em;
  }
}
.skincare {
  color: #595757;
  background: url(../img/home/skincare_flame.png) 0 0/100% 100% no-repeat;
  margin: 6em auto 0;
  width: 105em;
}
@media screen and (max-width: 767px) {
  .skincare {
    background-image: url(../img/home/skincare_flame_sp.png);
    margin: 4em -1.5em 0;
    width: calc(100% + 3em);
  }
}
.skincare .skincare__inr {
  padding: 9em 8em;
}
@media screen and (max-width: 767px) {
  .skincare .skincare__inr {
    padding: 8em 5em 9em;
  }
}
.skincare .skincare__title {
  margin: 0 auto 2em;
  width: 78em;
}
@media screen and (max-width: 767px) {
  .skincare .skincare__title {
    margin-bottom: 4em;
    width: 49em;
  }
}
.skincare .skincare__summary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  .skincare .skincare__summary {
    display: block;
  }
}
.skincare .skincare__summary .skincare__summary__text {
  font-size: 2.2em;
}
@media screen and (max-width: 767px) {
  .skincare .skincare__summary .skincare__summary__text {
    text-align: center;
    font-size: 2.6em;
  }
}
.skincare .skincare__summary .skincare__summary__image {
  width: 8.5em;
}
@media screen and (max-width: 767px) {
  .skincare .skincare__summary .skincare__summary__image {
    margin-left: auto;
    margin-right: 2em;
    width: 10.5em;
  }
}
.skincare .skincare__howto {
  margin-top: 4em;
}
.skincare .skincare__howto .skincare__howto__title {
  margin: 0 auto 4.5em;
  width: 28.6em;
}
@media screen and (max-width: 767px) {
  .skincare .skincare__howto .skincare__howto__title {
    margin-top: -12em;
    width: 35em;
  }
}
.skincare .skincare__howto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4em;
}
@media screen and (max-width: 767px) {
  .skincare .skincare__howto__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 6em;
  }
}
.skincare .skincare__howto__list > li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .skincare .skincare__howto__list > li {
    width: 100%;
  }
}
.skincare .skincare__howto__list > li.m-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .skincare .skincare__howto__list > li.m-row {
    gap: 1em;
  }
}
.skincare .skincare__howto__list > li.m-row .skincare__howto__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(50% - 1em);
}
.skincare .skincare__howto__list .skincare__howto__text {
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
  font-weight: bold;
  font-size: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .skincare .skincare__howto__list .skincare__howto__text {
    font-size: 2.8em;
    margin-top: 0.5em;
  }
}
.our-shabon {
  margin-top: 8em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .our-shabon {
    margin: 10em -3em 0;
  }
}
.our-shabon .our-shabon__top {
  margin: 0 auto;
  width: 98.8em;
}
@media screen and (max-width: 767px) {
  .our-shabon .our-shabon__top {
    overflow: hidden;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .our-shabon .our-shabon__top img {
    display: block;
    height: auto;
    width: 98.8em;
  }
}
.our-shabon .our-shabon__inr {
  position: relative;
  z-index: 2;
  margin: -28em auto 0;
  width: 82.8em;
}
@media screen and (max-width: 767px) {
  .our-shabon .our-shabon__inr {
    padding: 0 4em;
    margin-top: -32em;
    width: 100%;
  }
}
.our-shabon .our-shabon__inr .our-shabon__title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  margin-bottom: -1em;
}
.our-shabon .our-shabon__inr .our-shabon__title::before, .our-shabon .our-shabon__inr .our-shabon__title::after {
  background-color: #8dc7eb;
  border-radius: 9999px;
  content: "";
  display: block;
  height: 1.2em;
  width: 100%;
}
.our-shabon .our-shabon__inr .our-shabon__title img {
  -webkit-transform: translate(0, 1em);
          transform: translate(0, 1em);
  display: block;
  width: 54em;
}
.our-shabon .our-shabon__inr .our-shabon__body {
  padding: 7em 0 5em;
  border-radius: 1em;
  border-left: 1.2em solid #8dc7eb;
  border-right: 1.2em solid #8dc7eb;
  border-bottom: 1.2em solid #8dc7eb;
}
.our-shabon .our-shabon__inr .our-shabon__body p {
  text-align: center;
  line-height: 1.5;
  font-size: 2.2em;
}
@media screen and (max-width: 767px) {
  .our-shabon .our-shabon__inr .our-shabon__body p {
    line-height: 1.7;
    font-size: 2.8em;
  }
}
.fqa {
  position: relative;
  z-index: 3;
  margin-top: -20em;
}
@media screen and (max-width: 767px) {
  .fqa {
    margin-top: -22em;
  }
}
.fqa::before {
  content: "";
  display: block;
  background-color: #fff48f;
  -webkit-mask-image: url(../img/home/section_head.png);
          mask-image: url(../img/home/section_head.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  height: 31.2em;
}
@media screen and (max-width: 767px) {
  .fqa::before {
    height: 20em;
  }
}
.fqa .fqa__inr {
  background-color: #fff48f;
  padding: 0 0 7em;
}
@media screen and (max-width: 767px) {
  .fqa .fqa__inr {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5em 7em;
  }
}
.fqa .fqa__title {
  margin: 0 auto 2em;
  padding-left: 5em;
  width: 32.7em;
}
@media screen and (max-width: 767px) {
  .fqa .fqa__title {
    padding-left: 15em;
    margin-bottom: 4em;
    width: 52.3em;
  }
}
.fqa .fqa__list {
  margin: 0 auto;
  width: 79em;
}
@media screen and (max-width: 767px) {
  .fqa .fqa__list {
    width: 100%;
  }
}
.fqa .fqa__list > li {
  padding: 0 2em 5em;
  border-bottom: 2px dotted #85acac;
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .fqa .fqa__list > li {
    padding: 0 0 6em 2em;
    margin-bottom: 6em;
  }
}
.fqa .fqa__list .fqa__list__q {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 1em;
  padding: 2em 1em 2em 6em;
  min-height: 10em;
}
@media screen and (max-width: 767px) {
  .fqa .fqa__list .fqa__list__q {
    border-radius: 2em;
    min-height: initial;
    padding: 3em 3em 3em 8em;
  }
}
.fqa .fqa__list .fqa__list__q::before {
  background: url(../img/home/icon_q.png) 0 0/100% 100% no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: -2em;
  top: -2em;
  height: 6.4em;
  width: 6.4em;
}
@media screen and (max-width: 767px) {
  .fqa .fqa__list .fqa__list__q::before {
    left: -4em;
    top: -3em;
    height: 9em;
    width: 9em;
  }
}
.fqa .fqa__list .fqa__list__q span {
  font-weight: bold;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .fqa .fqa__list .fqa__list__q span {
    font-size: 2.8em;
  }
}
.fqa .fqa__list .fqa__list__a {
  background-color: #fff;
  position: relative;
  border-radius: 1em;
  margin-top: 3em;
  padding: 3em 3em 3em 6em;
}
@media screen and (max-width: 767px) {
  .fqa .fqa__list .fqa__list__a {
    border-radius: 2em;
    margin-top: 4em;
    min-height: initial;
    padding: 3em 3em 3em 8em;
  }
}
.fqa .fqa__list .fqa__list__a::before {
  background: url(../img/home/icon_a.png) 0 0/100% 100% no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: -2em;
  top: -2em;
  height: 6.4em;
  width: 6.4em;
}
@media screen and (max-width: 767px) {
  .fqa .fqa__list .fqa__list__a::before {
    left: -4em;
    top: -3em;
    height: 9em;
    width: 9em;
  }
}
.fqa .fqa__list .fqa__list__a .fqa__list__circle {
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .fqa .fqa__list .fqa__list__a .fqa__list__circle {
    font-size: 2.8em;
  }
}
.fqa .fqa__list .fqa__list__a .fqa__list__circle > li {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.fqa .fqa__list .fqa__list__a .fqa__list__circle > li > span {
  color: #76c0eb;
}
.fqa .fqa__list .fqa__list__a .fqa__list__a__text {
  font-weight: bold;
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .fqa .fqa__list .fqa__list__a .fqa__list__a__text {
    font-size: 2.8em;
  }
}
.product-uv__msg {
  margin: 20px 0 70px;
  padding: 0 100px;
  position: relative;
}
.product-uv__msg p {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #76c0eb;
  border-bottom: 2px solid #76c0eb;
}
.product-uv__msg i {
  display: block;
  position: absolute;
  right: 10px;
  bottom: -10px;
  width: 83px;
}
@media screen and (max-width: 767px) {
  .product-uv__msg {
    margin: 10px 0 40px;
    padding: 0 60px;
  }
  .product-uv__msg p {
    font-size: 20px;
  }
  .product-uv__msg i {
    right: 5px;
    top: auto;
    width: 60px;
  }
}
