﻿@charset "UTF-8";
html {
  scroll-padding-top: 80px;
}

.wrap_alunae {
  margin: 0 auto;
}
.wrap_alunae a {
  color: #fff;
}

img {
  max-width: 100%;
}

.top {
  position: relative;
  width: 100%;
}
.top .btnwrap {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 100px;
}
.top .btnwrap a {
  box-shadow: 0 3px 0 #3c7a20, 0 4px 10px rgba(0, 0, 0, 0.25), 0 0 15px rgba(255, 255, 255, 0.6);
}

.section {
  max-width: 1200px;
  margin: 0 auto;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #2d2d2d;
  text-align: center;
  padding-top: 6%;
  padding-bottom: 6%;
  padding-inline: clamp(20px, 5vw, 64px);
}
.section.mg {
  padding-top: 15%;
}

h2 {
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 600;
}
h2.lead {
  margin-bottom: 5%;
}
h2.title {
  font-size: clamp(48px, 4vw, 64px);
  margin-bottom: 44px;
}

.bg01 {
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/bg1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 2;
  padding-bottom: 80px;
}

.text_emp {
  font-size: 30px;
  font-weight: 600;
  margin-top: 80px;
  padding-bottom: 130px;
}

.bg02 {
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/bg2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: -10%;
  position: relative;
  padding-bottom: 20%;
}

.bg03 {
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/bg3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.story .sub {
  font-size: 18px;
}
.story .text {
  line-height: 1.8;
}

.whitebox {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 60px;
  text-align: left;
  font-size: 17px;
  margin-top: 88px;
}
.whitebox h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 1.5rem;
}
.whitebox .row {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.whitebox .row .col {
  flex: 1 1 58%;
}
.whitebox .row .col.pics {
  flex: 0 0 38%;
}
.whitebox .reverse {
  flex-direction: row-reverse;
}
.whitebox .text_btm {
  font-size: 18px;
  margin-top: 70px;
}

.boxtitle_b {
  font-weight: 600;
  margin-bottom: 36px;
}
.boxtitle_b h2 {
  font-size: clamp(56px, 5vw, 72px);
  margin-bottom: 10px;
}
.boxtitle_b h2 .small {
  font-size: clamp(26px, 2.4vw, 34px);
}
.boxtitle_b .desc {
  font-size: clamp(22px, 2vw, 26px);
}
.boxtitle_b .text {
  font-size: 17px;
}

.boxtitle {
  text-align: center;
  margin-bottom: 50px;
  color: #BC9800;
}
.boxtitle h3 {
  font-size: clamp(40px, 3vw, 52px);
  font-weight: 600;
  margin-top: 45px;
  margin-bottom: 5px;
  line-height: 1;
}
.boxtitle .under {
  font-size: 19px;
  font-weight: 600;
}

.box_value {
  padding-bottom: 80px;
}
.box_value .row {
  text-align: left;
  width: 100%;
  margin-top: 40px;
  display: flex;
  font-size: 19px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
}
.box_value .row .text {
  flex: 1;
}
.box_value .row .pics {
  width: 32%;
}
.box_value .row .pics img {
  width: 100%;
}
.box_value .row:nth-child(even) {
  flex-direction: row-reverse;
}
.box_value .row h3 {
  color: #BC9800;
  font-size: 32px;
  line-height: 1;
}
.box_value .row .sub {
  margin-top: 6px;
  margin-bottom: 8px;
  color: #BC9800;
  font-size: 19px;
}
.box_value .row .num {
  font-size: 64px;
  font-weight: 600;
  margin-right: 5px;
  font-style: italic;
}

.bg04 {
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/bg4.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.bg_eandm {
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/bg_eandm.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.titledesc {
  line-height: 1.8;
  text-align: center;
  margin: 60px 0;
  font-size: 20px;
  font-weight: 600;
}
.titledesc .title {
  font-size: 26px;
}

.eandm .cardrow {
  display: flex;
  gap: 48px;
}
.eandm .cardrow .col {
  background-color: #fff;
  flex: 1;
  padding: 44px 64px;
}
.eandm .cardrow .col .carddesc {
  margin: 25px 0;
  font-size: 18px;
}
.eandm .cardrow .col .carddesc h4 {
  font-size: 26px;
  font-weight: 600;
}
.eandm .box {
  margin-top: 40px;
  background-color: #fff;
  padding: 52px 40px;
}
.eandm .box .pic_em3 {
  text-align: center;
}
.eandm .box .pic_em3 img {
  width: 610px;
  margin: 0 auto;
  display: block;
}
.eandm .box .carddesc {
  margin-top: 30px;
  font-size: 19px;
}
.eandm .logicwrap {
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/logic.webp);
  background-size: cover;
  width: min(86%, 960px);
  aspect-ratio: 1;
  margin: 120px auto 0 auto;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
  paint-order: stroke;
}

.bg_smart {
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/bg_smart.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.smart .boxtitle h3 {
  line-height: 1.2;
}
.smart .text {
  font-size: 18px;
  line-height: 1.8;
}
.smart .row {
  margin: 60px auto 40px auto;
  display: grid;
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
  gap: 40px;
  grid-template-columns: 1fr 260px;
}
.smart .row .prof h4 {
  margin-bottom: 30px;
  font-size: 20px;
}
.smart .row .prof h4 .name {
  font-size: 35px;
  font-weight: 600;
}
.smart .row .prof .lead {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}
.smart .row .pic img {
  max-width: 260px;
  margin: 0 auto;
}
.smart .whitebox {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 60px 30px;
  font-size: 18px;
  text-align: center;
}
.smart .whitebox h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1;
}
.smart .whitebox .under {
  font-weight: 600;
}
.smart .whitebox .headline {
  margin-top: 40px;
}
.smart .whitebox .headline .line {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}
.smart .whitebox .headline .date {
  line-height: 1.8;
  width: 200px;
  font-weight: 600;
}
.smart .whitebox .headline .text {
  text-align: left;
  font-size: 16px;
}
.smart .whitebox .headline a {
  color: #003a86;
}
.smart .whitebox .headline a:hover {
  text-decoration: underline;
}
.smart .row_ai {
  display: flex;
  gap: 40px;
  margin: 40px;
}
.smart .row_ai .col {
  flex: 1;
  text-align: left;
}

.small {
  font-size: 13px;
}

.bg_product_detail {
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/bg_product_detail.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.detailwrap {
  text-align: left;
  margin-bottom: 120px;
}
.detailwrap h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
.detailwrap .text {
  font-size: 18px;
  line-height: 1.8;
}
.detailwrap .row {
  display: grid;
  grid-template-columns: minmax(360px, 480px) 1fr;
  gap: 48px;
  align-items: center;
}
.detailwrap .row .col.productimg img {
  max-height: 420px;
  margin: 0 auto;
}
.detailwrap .row .product_detwrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.detailwrap .row .product_detwrap.cream_bg {
  position: relative;
}
.detailwrap .row .product_detwrap.cream_bg::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  top: -100px;
  right: -70px;
  z-index: -1;
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/cream_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}
.detailwrap .row .product_detwrap.essence_bg {
  position: relative;
}
.detailwrap .row .product_detwrap.essence_bg::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/essence_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}
.detailwrap .components {
  display: flex;
  margin-top: 30px;
  gap: 14px;
}
.detailwrap .components .box {
  background-color: #fff;
  padding: 10px;
  flex: 1;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}
.detailwrap .components .box h4 {
  color: #BC9800;
  font-size: 14px;
  line-height: 1.2;
}
.detailwrap .all_compo {
  margin-top: 30px;
  background-color: #fff;
  padding: 24px;
  border-radius: 4px;
  display: flex;
  font-size: 13px;
  align-items: center;
}
.detailwrap .all_compo .title {
  font-size: 15px;
  width: 12%;
  text-align: center;
}
.detailwrap .all_compo .compo {
  width: 88%;
}

.product {
  padding-bottom: 50px;
}
.product .title {
  color: #ffffff;
}
.product .sub {
  color: #ffffff;
}
.product .whitebox {
  padding: 50px 30px;
}
.product .whitebox .lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
.product .whitebox .productwrap {
  display: flex;
  flex: 1;
  gap: 35px;
}
.product .whitebox .product_row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .whitebox .product_row .item {
  width: 42%;
}
.product .whitebox .product_row .desc {
  width: 58%;
  height: 70%;
}
.product .whitebox .product_row .desc h3 {
  font-size: 18px;
  font-weight: 600;
}
.product .whitebox .product_row .desc .text {
  margin-bottom: 120px;
}

.buybox {
  text-align: right;
}
.buybox .pricewrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 30px 0 10px 0;
}
.buybox .pricewrap .weight {
  font-size: 24px;
  font-weight: 600;
  border: solid 1px #646464;
  padding: 0 20px;
  margin-right: 24px;
  height: 36px;
  line-height: 36px;
}
.buybox .pricewrap .postage {
  background-color: #707070;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-top: 3px;
  line-height: 1.3;
  font-weight: 500;
  margin-right: 7px;
}
.buybox .pricewrap .price {
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.buybox .pricewrap .yen {
  display: inline-block;
  font-size: 24px;
  margin-left: 6px;
  line-height: 1;
  text-align: center;
}
.buybox .pricewrap .yen .tax {
  display: block;
  font-size: 9px;
  margin-bottom: 5px;
}
.buybox.center {
  text-align: center;
}
.buybox.center .pricewrap {
  align-items: center;
  justify-content: center;
}

.bg_product_set {
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/bg_set.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.product_set h3 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 60px;
}
.product_set .text {
  font-size: 18px;
  line-height: 1.9;
}
.product_set .setpic {
  margin: 48px 0;
}
.product_set .setpic img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.product_set .setcont {
  margin: 40px 0 90px 0;
  font-size: 18px;
  line-height: 1.9;
}
.product_set .setcont .title {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 10px;
}

.bg_howto {
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/bg_howto.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.howto .cardrow {
  display: flex;
  gap: 48px;
}
.howto .cardrow .col {
  background-color: #fff;
  flex: 1;
  padding: 44px 64px;
}
.howto .cardrow .col .carddesc {
  margin: 25px 0;
  font-size: 17px;
}
.howto .cardrow .col .carddesc h4 {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
}
.howto .cardrow .col .carddesc h4 span {
  font-size: 32px;
}
.howto .cardrow .col .carddesc .pics img {
  max-width: 150px;
}
.howto .usewrap {
  margin-top: 50px;
  margin-bottom: 70px;
  text-align: left;
  width: 100%;
}
.howto .usewrap .row {
  margin-bottom: 60px;
  display: flex;
  gap: 60px;
  align-items: center;
}
.howto .usewrap .row .col {
  flex: 1;
}
.howto .usewrap .row .pic {
  width: 230px;
}
.howto .usewrap h3 {
  font-size: 32px;
  font-weight: 600;
  color: #BC9800;
  display: flex;
  align-items: center;
}
.howto .usewrap h3 .pic_c {
  width: 100px;
}
.howto .usewrap h3 .pic_e {
  width: 50px;
  margin-right: 15px;
}
.howto .usewrap .desc {
  font-size: 21px;
}
.howto .usewrap .sub {
  font-size: 15px;
}
.howto .usewrap .num {
  font-size: 18px;
  font-weight: 600;
  color: #BC9800;
}
.howto .usewrap .num span {
  font-size: 64px;
  font-style: italic;
  margin-left: 4px;
}

.howimg {
  max-width: 150px;
  margin: 0 auto;
}

.bold {
  font-weight: 600;
}

.bg_prescription {
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/bg_prescription.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.prescwrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.prescwrap .presc {
  width: 25%;
  height: 230px;
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/presc.webp);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  font-size: 26px;
  justify-content: center;
}

.purchase-btn {
  position: relative;
  display: inline-block;
  width: 240px;
  padding: 7px 0 7px 36px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  text-decoration: none;
  border-radius: 36px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  background: linear-gradient(to bottom, #7fba52 0%, #7fba52 48%, #4e952a 52%, #458924 100%);
  box-shadow: 0 3px 0 #3c7a20, 0 4px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.bg_tests {
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/bg_tests.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

.testswrap .row {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}
.testswrap .row .col {
  flex: 1;
  padding: 35px;
}
.testswrap h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 24px 0;
}
.testswrap .desc {
  font-size: 18px;
}

.purchase-btn::after {
  position: absolute;
  width: 8px;
  height: 12px;
  content: "";
  background-image: url(https://www.genelife.jp/assets/img/alunae_top/arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  right: 24px;
  top: 50%;
  margin-top: -6px;
}

.purchase-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90px;
  width: 60px;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
}

.purchase-btn:hover {
  background: linear-gradient(to bottom, #8ac55d 0%, #8ac55d 48%, #56a02f 52%, #4e9728 100%);
}

.purchase-btn:hover::before {
  animation: shineMove 0.6s forwards;
}

@keyframes shineMove {
  0% {
    left: -90px;
  }
  100% {
    left: 300px;
  }
}
.purchase-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 0 #3c7a20;
}

.s-header-navBlok__openBtn span {
  background-color: #fff;
}

.s-header-navBlok__openBtn::before,
.s-header-navBlok__openBtn::after,
.s-header-navBlok__openBtn > span {
  background-color: #fff;
}

.alunaeheader .s-header-wrap {
  background-color: #000;
  border-bottom: 1px solid #000;
}

.alunaeheader .s-header-utilityList__icon img {
  filter: invert(1) brightness(2);
}

.s-footer-alunae {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  width: 100%;
  background: #0f1016;
  color: #e9ecf3;
  padding: 32px 0 28px;
}

.alunae_footer .footer-inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 32px;
}

.alunae_footer .footer-brand {
  flex: 1 1 200px;
  min-width: 180px;
  display: grid;
  gap: 10px;
}

.alunae_footer .logo {
  display: inline-block;
  line-height: 0;
}

.alunae_footer .logo img {
  display: block;
  width: 161px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.alunae_footer .caption {
  margin: 6px 0 0;
  font-size: 12px;
  color: #a7aab4;
  line-height: 1.6;
  white-space: nowrap;
}

.alunae_footer .footer-links {
  flex: 2 1 480px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px 18px;
}

.alunae_footer .footer-links a {
  color: #dfe2ea;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 2px;
}

.alunae_footer .footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.2s ease;
}

.alunae_footer .footer-links a:hover::after {
  width: 100%;
}

.alunae_footer .footer-note {
  width: 100%;
  margin: 4px 0 0;
  text-align: right;
  font-size: 12px;
  color: #8c909c;
}

@media (max-width: 560px) {
  .alunae_footer {
    padding: 28px 0 22px;
  }
  .alunae_footer .footer-inner {
    gap: 14px;
  }
  .alunae_footer .footer-brand {
    justify-items: center;
    text-align: center;
  }
  .alunae_footer .footer-links {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: left;
  }
  .alunae_footer .caption {
    white-space: normal;
  }
  .alunae_footer .footer-note {
    text-align: center;
  }
}
@media screen and (max-width: 959px) {
  html {
    scroll-padding-top: 60px;
  }
  h3 br,
  .titledesc br,
  .lead_text br {
    display: none;
  }
  .top .btnwrap {
    position: static;
    margin: 20px 0;
  }
  .section {
    padding-top: 2%;
  }
  .section.mg {
    padding-top: 15%;
  }
  h2 {
    font-size: 24px;
  }
  h2.lead {
    margin-bottom: 5%;
    padding: 0 16px;
  }
  h2.title {
    font-size: 22px;
    margin-bottom: 44px;
  }
  .lead_text {
    font-size: 1.6rem;
    text-align: left;
    padding: 0 16px;
    line-height: 1.8;
  }
  .small {
    font-size: 1.3rem;
  }
  .boxtitle_b {
    margin: 20px 0;
  }
  .boxtitle_b h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .boxtitle_b .desc {
    font-size: 1.6rem;
  }
  .boxtitle {
    color: #BC9800;
  }
  .boxtitle h3 {
    font-size: 25px;
    margin-top: 45px;
    margin-bottom: 5px;
  }
  .boxtitle .under {
    font-size: 1.6rem;
  }
  .bg01 {
    padding-bottom: 20px;
  }
  .story {
    padding: 16px;
  }
  .story .sub {
    font-size: 1.6rem;
  }
  .story .text {
    line-height: 1.8;
  }
  .smart .whitebox {
    padding: 16px;
    text-align: left;
    font-size: 1.3rem;
    margin-top: 20px;
  }
  .smart .whitebox h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 1.5rem;
  }
  .smart .whitebox .row {
    margin-top: 10px;
    display: block;
  }
  .smart .whitebox .row .col {
    width: 100%;
  }
  .smart .whitebox .pics {
    max-width: 350px;
    margin: 20px auto 40px auto;
  }
  .smart .whitebox .text {
    font-size: 1.6rem;
  }
  .smart .whitebox .text_btm {
    font-size: 1.6rem;
    margin-top: 70px;
  }
  .smart .whitebox .headline .line {
    display: block;
  }
  .smart .whitebox .headline .date {
    text-align: left;
  }
  .whitebox {
    padding: 16px;
    text-align: left;
    font-size: 1.3rem;
    margin-top: 20px;
  }
  .whitebox h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 1.5rem;
  }
  .whitebox .row {
    margin-top: 10px;
    display: block;
  }
  .whitebox .row .col {
    width: 100%;
  }
  .whitebox .pics {
    max-width: 350px;
    margin: 20px auto 40px auto;
  }
  .whitebox .text {
    font-size: 1.6rem;
  }
  .whitebox .text_btm {
    font-size: 1.6rem;
    margin-top: 70px;
  }
  .titledesc {
    padding: 0 16px;
    text-align: left;
    margin: 20px 0;
    font-size: 1.6rem;
  }
  .titledesc .title {
    font-size: 20px;
    text-align: center;
  }
  .box_value {
    padding-bottom: 80px;
  }
  .box_value .row {
    padding: 16px;
    text-align: left;
    width: 100%;
    display: block;
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .box_value .row .pics {
    width: 100%;
    padding: 0 18%;
    margin-top: 20px;
  }
  .box_value .row .pics img {
    max-width: 350px;
    margin: 0 auto;
  }
  .box_value .row h3 {
    color: #BC9800;
    font-size: 24px;
  }
  .box_value .row .num {
    font-size: 32px;
  }
  .eandm {
    padding: 16px;
  }
  .eandm .cardrow {
    gap: 4px;
  }
  .eandm .cardrow .col {
    flex: 1;
    padding: 6px;
  }
  .eandm .cardrow .col .carddesc {
    margin: 25px 0;
    font-size: 1.3rem;
  }
  .eandm .cardrow .col .carddesc h4 {
    font-size: 1.6rem;
  }
  .eandm .logicwrap {
    background-size: 100%;
    background-repeat: no-repeat;
    width: 96%;
    margin: 60px auto;
    font-size: 1.6rem;
  }
  .eandm .box {
    padding: 16px;
  }
  .eandm .box .carddesc {
    font-size: 1.6rem;
    text-align: left;
  }
  .smart .text {
    font-size: 1.6rem;
    text-align: left;
  }
  .smart .row {
    display: block;
    font-size: 1.6rem;
    width: 100%;
  }
  .smart .row .col {
    width: 100%;
  }
  .smart .row .prof h4 {
    text-align: center;
    font-size: 18px;
  }
  .smart .row .prof h4 .name {
    font-size: 28px;
  }
  .smart .row .prof .lead {
    font-size: 18px;
  }
  .smart .row .pic {
    margin: 20px 0;
  }
  .smart .row .pic img {
    max-width: 250px;
  }
  .smart .whitebox {
    padding: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
  .smart .whitebox h3 {
    font-size: 18px;
  }
  .smart .row_ai {
    display: block;
    gap: 40px;
    margin: 30px 10px 10px 10px;
  }
  .smart .row_ai .pic {
    margin-top: 20px;
  }
  .detailwrap {
    text-align: left;
    margin-bottom: 50px;
    padding: 16px;
  }
  .detailwrap h3 {
    font-size: 18px;
  }
  .detailwrap .text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .detailwrap .price {
    font-size: 45px;
    font-weight: 600;
    text-align: right;
  }
  .detailwrap .price .weight {
    font-size: 24px;
    border: solid 1px #646464;
    padding: 2px 20px;
    margin-right: 24px;
  }
  .detailwrap .price .yen {
    display: inline-block;
    font-size: 24px;
    margin-left: 6px;
    line-height: 1;
    text-align: center;
  }
  .detailwrap .price .yen .tax {
    display: block;
    font-size: 9px;
    margin-bottom: 5px;
  }
  .detailwrap .row {
    display: block;
    width: 100%;
  }
  .detailwrap .row .col.productimg {
    padding: 30px;
    width: 100%;
    margin: 0 auto;
  }
  .detailwrap .row .col.productimg img {
    max-height: 200px;
  }
  .detailwrap .row .product_detwrap {
    display: block;
  }
  .detailwrap .row .product_detwrap.cream_bg::before {
    display: none;
    right: 0;
  }
  .detailwrap .components {
    flex-wrap: wrap;
  }
  .detailwrap .components .box {
    width: 25%;
    flex: auto;
    min-height: 6vh;
    font-size: 11px;
  }
  .detailwrap .all_compo {
    display: block;
  }
  .detailwrap .all_compo .title {
    text-align: center;
    width: 100%;
  }
  .detailwrap .all_compo .compo {
    width: 100%;
  }
  .product_set {
    padding: 16px;
  }
  .product_set h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
  }
  .product_set .setpic {
    margin: 20px 0;
  }
  .product_set .setpic img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .product_set .text {
    text-align: left;
    font-size: 1.6rem;
  }
  .product_set .setcont {
    text-align: left;
    font-size: 1.6rem;
  }
  .product_set .setcont .title {
    text-align: center;
  }
  .buybox {
    text-align: center;
  }
  .buybox .pricewrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 10px 0;
  }
  .buybox .pricewrap .weight {
    font-size: 18px;
    padding: 0 10px;
    margin-right: 24px;
    height: 26px;
    line-height: 26px;
  }
  .buybox .pricewrap .postage {
    background-color: #707070;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-top: 3px;
    line-height: 1.3;
    font-weight: 500;
    margin-right: 7px;
  }
  .buybox .pricewrap .price {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
  }
  .buybox .pricewrap .yen {
    display: inline-block;
    font-size: 16px;
    margin-left: 6px;
    line-height: 1;
    text-align: center;
  }
  .buybox .pricewrap .yen .tax {
    display: block;
    font-size: 9px;
    margin-bottom: 5px;
  }
  .howto {
    padding: 16px;
  }
  .howto .cardrow {
    display: block;
  }
  .howto .cardrow .pics {
    padding: 0 20%;
  }
  .howto .cardrow .col {
    margin-bottom: 16px;
    padding: 6px;
  }
  .howto .cardrow .col .carddesc {
    margin: 25px 0;
    font-size: 1.6rem;
  }
  .howto .cardrow .col .carddesc h4 {
    font-size: 18px;
    font-weight: 600;
  }
  .howto .usewrap {
    margin-top: 50px;
    margin-bottom: 70px;
    width: 100%;
  }
  .howto .usewrap .row {
    display: block;
  }
  .howto .usewrap .row .pic {
    width: 100%;
    text-align: center;
    padding: 0 20%;
  }
  .howto .usewrap h3 {
    justify-content: center;
    width: 100%;
    font-size: 22px;
    display: flex;
    align-items: center;
  }
  .howto .usewrap h3 .pic_c {
    width: 100px;
  }
  .howto .usewrap h3 .pic_e {
    width: 50px;
  }
  .howto .usewrap .desc {
    font-size: 1.6rem;
  }
  .howto .usewrap .sub {
    font-size: 1.3rem;
  }
  .howto .usewrap .num {
    font-size: 18px;
  }
  .howto .usewrap .num span {
    font-size: 30px;
  }
  .prescwrap {
    margin-bottom: 40px;
    padding: 16px;
    row-gap: 10px;
  }
  .prescwrap .presc {
    width: 25%;
    height: 100px;
    background-size: contain;
    font-size: 1.3rem;
  }
  .bg_tests {
    background-size: cover;
  }
  .tests {
    padding: 16px;
  }
  .testswrap .row {
    display: block;
    width: 100%;
    margin-bottom: 60px;
  }
  .testswrap .row .col {
    flex: 1;
    padding: 35px;
  }
  .testswrap h3 {
    font-size: 18px;
    margin: 24px 0;
  }
  .testswrap .pic {
    padding: 0 20%;
  }
  .testswrap .desc {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=alunae.css.map */