@charset "UTF-8";

/* body {
  font-size: 16px;
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: #342a2a;
  background-color: #fff;
  line-height: 1.7;
  letter-spacing: 0;
  overflow-x: hidden;
}
a:link {
  color: #342a2a;
}
a:visited {
  color: #342a2a;
}
a:hover {
  color: #342a2a;
}

a {
  color: #342a2a;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
} */
/*=================================

common

===================================*/

.page-top__image {
  margin: 56px 0;
}

.page-top__image__sp {
  display: none;
}

.brand-intro {
  text-align: center;
}

.brand-intro__en {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #5b5b5b;
}

.brand-intro__copy {
  font-size: 18px;
  font-weight: bold;
  color: #5b5b5b;
}

.brand-intro__text {
  margin: 24px 120px 0 120px;
}

.brand-intro__text02 {
  width: 84%;
  margin: 24px auto 0 auto;
}

.page-items {
  margin: 120px auto;
}

.page-items__ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}

.green {
  color: #96b496;
}

.red {
  color: #b49696;
}

.brown {
  color: #b4a496;
}

.subttl-en {
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.items-intro__text {
  text-align: left;
  width: 85%;
  margin: 0 auto;
}

/* ボタン */
.item-btn {
  margin: 24px auto auto auto;
  width: 250px;
}

.item-btn a {
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 250px;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
  border: solid 1px #342a2a;
}

.item-btn a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #342a2a;
  border-right: 1px solid #342a2a;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}

/* .item-btn a:hover {
  opacity: 0.5;
  transition: 0.3s;
} */

.item-btn a:hover {
  border: solid 1px #96b496;
  background: #96b496;
  color: #fff;
}

.item-btn a:hover:after {
  border-color: #fff;
}

.buy-btn a {
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  padding: 16px;
  transition: 0.3s ease-in-out;
  background: #b49696;
  color: #fff !important;
  margin: 64px auto 0 auto;
}

.buy-btn a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}

.buy-btn a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
/*=================================

Ubihadaシリーズ

===================================*/
.cercle-ubihada {
  margin-top: 40px;
  text-align: center;
}

.cercle-ubihada img {
  width: 482px;
  text-align: center;
}

/*=================================
若返り成分
===================================*/
.nmn-wrap,
.cbd-wrap {
  border: solid 1px #999;
  padding: 40px;
}

.cbd-wrap {
  margin-top: 48px;
}

.nmn-ttl,
.cbd-ttl {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.nmn-ttl h3,
.cbd-ttl h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #5b5b5b;
}

.nmn-ttl img {
  width: 252px;
}

.cbd-ttl {
  width: 145px;
}

.nmn-unit,
.cbd-unit {
  display: flex;
  margin-top: 24px;
}

.nmn-unit img {
  width: 320px;
  height: 200px;
  flex-shrink: 0;
}

.cbd-unit img {
  width: 322px;
  height: 155px;
  margin-top: 1em;
  flex-shrink: 0;
}

/*=================================
こだわり成分
===================================*/

.kodawari-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 120px;
  justify-content: center;
}

.kodawari-card {
  width: 346px;
}

.kodawari-card h3 {
  font-size: 22px;
  text-align: center;
  margin: 8px 0;
}

.kodawari-card figure {
  text-align: center;
  width: 346px;
  height: 233px;
}

.saibou-img {
  width: 266px !important;
  margin-top: 10%;
}

.kodawari-card img {
  width: 346px;
}

.kodawari-wrap::after {
  content: "";
  width: 346px;
}
/*=================================
LINEUP
===================================*/

.lineup-unit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

.page-items > .lineup-unit:last-of-type {
  margin-bottom: 0;
}

.lineup-group {
  width: 450px;
  padding-bottom: 24px;
}

.lineup-unit img {
  width: 400px;
}

.lineup-group h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0.5em 0;
}

/*=====================================

Ubihada  エッセンス/

=======================================*/
.point-box {
  background: #ece8e5;
  padding: 32px;
  margin-bottom: 40px;
}

.point-heading {
  display: flex;
  align-items: center;
  color: #b49696;
  margin-bottom: 32px;
  margin-left: 46px;
}

.point-heading p {
  font-family: "Lato", sans-serif;
  font-size: 62px;
  line-height: 0;
  margin: 0 32px 0 16px;
  position: relative;
}

.point-heading p::before {
  content: "POINT";
  font-size: 16px;
  position: absolute;
  top: 0;
  left: -62px;
}

.point-heading span {
  font-family: "Lato", sans-serif;
}

.point-heading h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0;
}

.page-items > .point-box:last-of-type {
  margin-bottom: 0;
}

/*=================================
成分
===================================*/
.ubihada-seibun__wrap {
  margin-top: 64px;
}

.ubihada-seibun__unit {
  display: flex;
  justify-content: space-between;
}

.ubihada-seibun__wrap h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 32px;
}

.ubihada-seibun__box {
  width: 180px;
  text-align: center;
}

.ubihada-seibun__text {
  font-weight: bold;
  line-height: 1.2;
}

/*=================================
オススメ
===================================*/

.essence-osusume {
  display: flex;
  justify-content: space-around;
}

.essence-osusume li {
  display: inline-block;
  width: 150px;
  height: 80px;
  background: #ece8e5;
  border-radius: 20px;
  position: relative;
  padding-top: 25px;
  padding-left: 50px;
}

.essence-osusume li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  background: url(../images/ubihada/check.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 28px;
  left: 18px;
}

/*=================================
使用方法
===================================*/
.howtouse-wrap {
  margin-bottom: 80px;
}

.howtouse-heading02 {
  width: 160px;
  display: block;
  margin: 0 auto;
}

.howtouse-unit02 {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  margin-top: 32px;
}

.howtouse-heading {
  width: 159px;
}

.ubihada-hada__img {
  width: 155px;
  flex-shrink: 0;
}

.ubihada-atama__img {
  width: 212px;
}

.ubihada-zenshin__img {
  width: 262px;
}

.howtouse-content {
  width: 60%;
}

.howtouse-content h3 {
  font-size: 18px;
  font-weight: bold;
}

.howtouse-content p {
  font-size: 14px;
  margin-top: 1em;
}

/* ステップ */
.ubihada-step__unit {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
}

.ubihada-step__box {
  width: 192px;
  margin: 0 auto;
}

.ubihada-step__box span {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 100px;
  background: #ece8e5;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin: 0 auto 24px auto;
}

.ubihada-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin-top: 80px;
}

/* 活用法 */
.katsuyou-wrap {
  background: rgba(182, 203, 182, 0.7);
  padding: 48px 0 64px 0;
}

.ubihada-label {
  display: block;
  margin: 0 auto;
  width: 218px;
}

.katsuyou-wrap h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 1.2em;
}

.katsuyou-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  justify-content: center;
}

.katsuyou-card {
  width: 400px;
  height: 180px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 1em;
}

.katsuyou-card h4 {
  font-weight: bold;
  color: #b49696;
}

.katsuyou-card p {
  font-size: 14px;
  margin-top: 0.25em;
}

/*=================================
　　　商品情報
===================================*/

.product-info__unit {
  display: flex;
  justify-content: space-around;
}

.product-info__img .items-img {
  width: 400px;
}

.product-info__ttl {
  font-size: 28px;
  font-weight: bold;
}

.product-info__content {
  width: fit-content;
  margin: 1em;
}

.product-info__group01 h2 {
  text-align: left;
  margin-bottom: 0;
}

.product-info__group02 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 40px 0 10px 0;
}

.product-info__group02 .price {
  font-size: 24px;
  line-height: 32px;
  margin-left: 0.5em;
}

.buy-btn02 a {
  margin: 0;
}

/* アコーディオン */

.product-info__content02 {
  margin-top: 80px;
}

.toggle-content {
  border-top: 1px solid #5b5b5b;
  border-bottom: 1px solid #5b5b5b;
  margin-top: 80px;
  margin-bottom: 40px;
}

.product-info__content02 > .toggle-content:last-of-type {
  margin-bottom: 0;
  margin-top: 0;
}

.toggle_ttl {
  position: relative;
  padding: 1.5em;
  cursor: pointer;
  font-size: 24px;
  text-align: center;
}

.toggle-btn {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.toggle-btn:before,
.toggle-btn:after {
  display: block;
  content: "";
  background-color: #5b5b5b;
  position: absolute;
  width: 18px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggle-btn:before {
  width: 1px;
  height: 18px;
}

.toggle_ttl.selected .toggle-btn:before {
  content: normal;
}

.toggle-content dd {
  display: none;
  padding: 0 1em 1em 1em;
}

.toggle-content__list li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1em;
}

.toggle-content p {
  padding-bottom: 0.5em;
}

/*=====================================

Ubihada  クリーム／セラム

=======================================*/
/* ポイント・配合成分・STEP・商品情報はエッセンスと共通 */

/*=================================
　　　 オススメ（クリーム）
===================================*/
.ubihada-osusume {
  display: flex;
  justify-content: space-between;
}

.ubihada-osusume li {
  display: inline-block;
  width: 180px;
  height: 100px;
  background: #ece8e5;
  border-radius: 20px;
  position: relative;
  padding-left: 50px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding-right: 1em;
}

.ubihada-osusume li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  background: url(../images/ubihada/check.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 38px;
  left: 18px;
}

/*=================================
　　　配合成分（セラム）
===================================*/
.ubihada-seibun__unit02 {
  display: grid;
  grid-template-columns: repeat(4, 180px);
  grid-template-rows: auto;
  justify-content: space-between;
  grid-row-gap: 32px;
}

.ubihada-seibun__img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.ubihada-seibun__text__t {
  font-size: 14px;
}

@media screen and (max-width: 1098px) {
  .ubihada-seibun__box {
    width: max(20%, 140px);
  }

  .ubihada-seibun__unit02 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-template-rows: auto;
    place-items: center;
    margin: 0 auto;
  }
}

.ubihada-seibun__img02 {
  border: solid 1px #5b5b5b;
  object-fit: contain;
}

/* 使用方法 */
.howtouse-unit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  column-gap: 80px;
}

.howtouse-unit h3 {
  font-size: 18px;
  font-weight: bold;
}

.ubihada-hada__wrap {
  text-align: center;
  margin-top: 32px;
}

.ubihada-step__box02 {
  width: fit-content;
}

/*=================================

BHシリーズ

===================================*/

.mineral-unit {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.mineral-img__wrap {
  width: 334px;
}

.mineral-unit p {
  width: 405px;
}

/*=================================
　　　ミネラルの効果
===================================*/

.mineral-kouka__wrap {
  margin-top: 80px;
}

.mineral-kouka__ttl {
  font-size: 20px;
  color: #5b5b5b;
  font-weight: bold;
  margin-left: 5%;
}

.mineral-kouka__unit {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  place-content: center;
  place-items: center;
}

.mineral-kouka__unit dl {
  width: 180px;
  height: 180px;
  background: #ece8e5;
  border-radius: 5px;
  line-height: 1.5;
}

.mineral-kouka__unit dt,
.mineral-kouka__unit dd {
  width: 9em;
  margin: 0 auto;
}

.mineral-kouka__unit dt {
  font-weight: bold;
  color: #96b496;
  width: fit-content;
  padding-top: 32px;
  padding-bottom: 8px;
  position: relative;
}

.mineral-kouka__unit dt::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0);
}

.mineral-kouka__unit .kouka03,
.mineral-kouka__unit .kouka04 {
  width: 144px;
}

.mineral-kouka__unit .kouka01::before {
  background: url(../images/bh/01.svg) no-repeat;
}

.mineral-kouka__unit .kouka02::before {
  background: url(../images/bh/02.svg) no-repeat;
}

.mineral-kouka__unit .kouka03::before {
  background: url(../images/bh/03.svg) no-repeat;
}

.mineral-kouka__unit .kouka04::before {
  background: url(../images/bh/04.svg) no-repeat;
}

/*=================================

BHプロダクト

===================================*/
.bh-desc__subttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.bh-desc__unit {
  display: flex;
  column-gap: 40px;
  margin-top: 32px;
  justify-content: space-evenly;
}

.bh-img__wrap {
  margin-top: 40px;
}

.bh-img__wrap02 {
  width: 390px;
}

.bh-desc__text {
  width: 415px;
}

.bh-desc__text02 {
  width: 384px;
}

/*=================================
　　　特徴
===================================*/

.silica-features__wrap {
  background: #ece8e5;
  padding-bottom: 40px;
}

.silica-features__wrap h2 {
  padding-top: 32px;
}

.silica-features__inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  justify-content: space-evenly;
}

.silica-features__card {
  width: 380px;
  height: 200px;
  background: #fff;
  box-shadow: 0 2px 2px rgba(153, 153, 153, 0.5);
  padding: auto 1em;
}

.silica-features__unit {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 16px;
  padding-left: 16px;
}

.silica-features__unit img {
  width: 45px;
  padding-top: 1em;
}

.silica-features__text {
  width: 74%;
}

.silica-features__text04 {
  font-size: 15px;
}

.silica-features__card h3 {
  color: #96b496;
  font-size: 20px;
  padding-top: 20px;
  text-align: center;
}

/*=================================
　　　お客様の声
===================================*/
.voice-content {
  width: 700px;
  height: 150px;
  background: #ece8e5;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  column-gap: 5%;
}

.voice-content__text {
  width: 76%;
}

.silhouette-img01 {
  width: 68px;
}

.silhouette-img02,
.silhouette-img03 {
  width: 54px;
}
.voice-item {
  text-align: center;
}

.voice-item p {
  font-weight: bold;
  color: #b49696;
}

.voice-wrap > .voice-content:nth-of-type(2) {
  margin-right: 0;
  margin-left: auto;
}

.voice-wrap > .voice-content:last-of-type {
  margin-bottom: 0;
}

.voice-content__note {
  text-align: right;
  margin-top: 32px;
}

/*=================================

　
　　生活習慣ラボ　シリーズ

　
===================================*/
.lifestyle-list__unit {
  display: flex;
  justify-content: flex-end;
  width: 530px;
  margin: 0 auto;
}

.lifestyle-list01,
.lifestyle-list02 {
  width: 248px;
}

.lifestyle-list01 li,
.lifestyle-list02 li {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  column-gap: 12px;
}

.lifestyle-list01 li::before,
.lifestyle-list02 li::before {
  content: "";
  display: block;
  top: 8px;
  left: -1.5em;
  width: 13px;
  height: 5px;
  border-left: 3px solid #96b496;
  border-bottom: 3px solid #96b496;
  transform: rotate(-45deg);
}

.lifestyle-img__wrap {
  display: flex;
  width: 720px;
  justify-content: space-evenly;
  margin: 0 auto;
}

.lifestyle-img__wrap li {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

/*=================================
　　　特徴
===================================*/
.labo-features__content {
  background: #ece8e5;
  height: 180px;
  display: flex;
  margin-bottom: 56px;
}

.labo-features__ttl {
  font-size: 18px;
  font-weight: bold;
  color: #96b496;
  margin: 32px 0 16px 0;
}

.labo-features__content img {
  width: 83px;
  margin: auto 40px;
}

.page-items > .labo-features__content:last-of-type {
  margin-bottom: 0;
}

/*=================================
　　　成分
===================================*/

.labo-seibunn__content {
  width: 280px;
}

.labo-seibunn__ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 14px;
  text-align: center;
}

.labo-kaisou__img {
  object-fit: cover;
}

/*=================================

生活習慣ラボ　プロダクト（共通）

===================================*/
/*=================================
　　　Blocker
===================================*/
.blocker-intro {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
}

.blocker01-img__wrap {
  width: 374px;
}

.blocker-content {
  width: 341px;
}

.blocker-content__text {
  margin-top: 24px;
  margin-left: 1em;
}

/*=================================
　　　オススメ
===================================*/

.lab-osusume {
  display: flex;
  justify-content: space-between;
}

.lab-osusume li {
  display: inline-block;
  width: 240px;
  height: 80px;
  background: #ece8e5;
  border-radius: 20px;
  position: relative;
  padding-left: 50px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding-right: 0.5em;
}

.lab-osusume li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  background: url(../images/ubihada/check.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 32px;
  left: 18px;
}

/*=================================
　　　成分
===================================*/
.lab-seibun__unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.page-items > .lab-seibun__unit:last-of-type {
  margin-bottom: 0;
}

.lab-seibun__img {
  width: 280px;
}

.lab-seibun__inner {
  width: 65%;
}

.lab-seibun__ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*=================================
　　　Refresh
===================================*/
.refresh-intro {
  margin: 80px auto 0 auto;
  text-align: center;
  color: #5b5b5b;
}

.refresh-intro__copy {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.refresh-intro__text {
  background: #ece8e5;
  width: 690px;
  padding: 1em;
  margin: 1em auto 2em auto;
}

.refresh-img {
  width: 405px;
}

.refresh-list li:first-child,
.refresh-list li:nth-child(2) {
  padding-left: 62px;
}

/*=================================
　　Burning
===================================*/
.burning-intro {
  margin: 80px auto 0 auto;
  width: 700px;
}

.burning-img__wrap {
  display: flex;
  justify-content: space-around;
}

.burning-img01 {
  width: 281px;
}

.burning-img02 {
  width: 321px;
}

.burning-intro__text {
  margin-top: 24px;
  padding: 0 1em;
}

.burning-list li {
  padding-left: 56px;
}

/*=================================

tablet　～1098ｐｘ

===================================*/
@media screen and (max-width: 1098px) {
  .kodawari-wrap {
    column-gap: 2%;
  }

  .lineup-unit img {
    width: 90%;
  }

  .lineup-group {
    width: 100%;
  }

  .lineup-group h3 {
    margin-top: 0;
  }

  /*=================================
Ubihada　プロダクトページ
===================================*/
  .katsuyou-card {
    width: 90%;
    height: auto;
  }

  .essence-osusume {
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
  }
  .essence-osusume li {
    width: 45%;
    padding-right: 0.5em;
  }

  .ubihada-osusume {
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
  }
  .ubihada-osusume li {
    width: 45%;
  }

  /*=================================
     BHシリーズ
===================================*/
  .mineral-img__wrap {
    width: 40%;
  }
  .mineral-img__wrap img {
    max-width: 100%;
    height: auto;
  }

  .mineral-kouka__unit {
    grid-template-columns: 1fr 1fr;
    row-gap: 32px;
  }

  .mineral-kouka__unit dl {
    width: max(80%, 150px);
    height: 150px;
  }

  .mineral-kouka__unit dd {
    width: 100%;
    padding: 0 1em;
  }

  .mineral-kouka__unit .kouka03,
  .mineral-kouka__unit .kouka04 {
    width: fit-content;
  }
  /*=================================
    BH プロダクト
===================================*/
  .silica-features__inner {
    flex-direction: column;
    align-items: center;
  }

  .silica-features__card {
    width: max(90%, 300px);
    height: 180px;
  }

  .silica-features__text {
    width: 90%;
  }

  .silica-features__unit {
    padding: 0 24px;
    gap: 5%;
  }

  .silica-features__unit__01 {
    align-items: center;
  }

  .silica-features__unit img {
    padding-top: 0;
  }

  /*=================================
    labo シリーズ
===================================*/
  .labo-features__content {
    height: 200px;
  }

  .labo-seibunn__content {
    width: 230px;
  }

  .blocker-intro {
    justify-content: center;
    column-gap: 40px;
  }

  .lab-seibun__img {
    width: 240px;
  }

  /* end   */
}

/*=================================

tablet　～806ｐｘ

===================================*/

@media screen and (max-width: 806px) {
  .nmn-unit,
  .cbd-unit {
    flex-direction: column;
    align-items: center;
  }

  .kodawari-card {
    width: 80%;
  }

  .kodawari-card figure {
    margin: 0 auto;
  }

  .lineup-unit {
    flex-direction: column;
    align-items: center;
  }

  .lineup-unit figure {
    text-align: center;
  }

  .lineup-group h3 {
    margin-top: 16px;
  }

  .lineup-group {
    width: 90%;
  }

  /*=================================
   Ubihada　アイテム
===================================*/

  .product-info__unit02 {
    flex-direction: column;
    align-items: center;
  }

  .product-info__ttl_t {
    font-size: clamp(21px, 3.2vw, 28px);
    line-height: 1.2;
  }

  /*=================================
   BHシリーズ
===================================*/
  .mineral-unit {
    flex-direction: column;
    align-items: center;
  }

  .mineral-img__wrap {
    width: 100%;
  }

  .mineral-unit p {
    margin-top: 24px;
    width: 100%;
  }

  /*=================================
    BHプロダクト
===================================*/
  .bh-desc__subttl {
    font-size: 16px;
  }

  .bh-desc__unit {
    flex-direction: column;
    align-items: center;
  }

  .bh-img__wrap {
    width: 100%;
    margin-top: 24px;
  }

  .bh-img__wrap02 {
    width: 100%;
    margin-top: 24px;
  }

  .bh-desc__unit {
    margin-top: 0;
  }

  .bh-desc__text {
    width: 100%;
    margin-top: 24px;
  }

  .bh-desc__text02 {
    width: 100%;
    margin-top: 24px;
  }

  .voice-content {
    width: max(80%, 338px);
    padding: 6em 1em;
    margin-bottom: 40px;
  }

  .voice-item p {
    font-size: 12px;
  }

  /*=================================
    ラボ　シリーズ
===================================*/

  .lifestyle-img__wrap {
    flex-wrap: wrap;
    width: 342px;
    justify-content: center;
    gap: 40px;
  }

  .labo-seibunn__unit {
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
    row-gap: 40px;
  }

  .labo-seibunn__content {
    width: max(80%, 360px);
  }

  /*=================================
    ラボ　プロダクト
===================================*/

  .blocker-intro {
    flex-direction: column;
    align-items: center;
  }

  .blocker01-img__wrap {
    width: max(80%, 281px);
  }

  .blocker-content {
    width: max(75%, 338px);
    margin-top: 24px;
  }

  .blocker-content__text {
    margin-left: 0;
    margin-top: 8px;
  }

  .lab-osusume {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }

  .lab-osusume li {
    width: max(50%, 240px);
    padding-right: 1em;
  }

  .lab-seibun__unit {
    flex-direction: column;
    align-items: center;
  }

  .lab-seibun__ttl {
    text-align: center;
  }

  .lab-seibun__inner {
    width: 100%;
  }

  /* refresh */

  .refresh-intro__text {
    width: 100%;
  }

  /* burning */
  .burning-intro {
    width: 100%;
    margin-top: 0;
  }

  .burning-img__wrap {
    flex-direction: column;
    align-items: center;
  }

  .burning-img02 {
    width: 65%;
    margin-top: 10px;
  }

  /* end   */
}

/*=================================

    SP　～649ｐｘ

===================================*/

@media screen and (max-width: 649px) {
  /*=================================
   Ubihada-S
   ===================================*/
  .nmn-wrap,
  .cbd-wrap {
    padding: 24px;
  }

  .nmn-ttl h3,
  .cbd-ttl h3,
  .kodawari-card h3,
  .lineup-group h3 {
    font-size: 18px;
  }

  .nmn-ttl img {
    width: 215px;
  }

  .nmn-ttl,
  .cbd-ttl {
    column-gap: 24px;
  }

  .kodawari-card {
    width: 100%;
  }

  .kodawari-card figure,
  .kodawari-card img {
    width: 100%;
    height: auto;
  }

  .saibou-img {
    margin-top: 0;
  }

  .lineup-unit {
    margin-bottom: 56px;
  }

  .lineup-unit img,
  .lineup-group {
    width: 100%;
  }

  /*=================================
   Ubihada　アイテム
===================================*/

  /* ポイント */
  .point-box {
    padding: 24px;
  }

  .point-heading {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .point-heading h2 {
    font-size: 20px;
  }

  .point-heading p {
    margin: 32px auto;
    font-size: 42px;
    padding-left: 62px;
  }

  .point-heading p::before {
    left: 0;
  }

  .point-ttl {
    margin: 0;
  }

  /* 配合成分 */

  .ubihada-seibun__unit {
    flex-wrap: wrap;
    gap: 16px 6%;
    justify-content: center;
    max-width: 440px;
    margin: 0 auto;
  }

  .ubihada-seibun__wrap h3 {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .ubihada-seibun__text__t {
    font-size: 13px;
  }

  .essence-osusume {
    flex-wrap: wrap;
    gap: 16px 6%;
    justify-content: center;
    max-width: 445px;
    margin: 0 auto;
  }

  .ubihada-osusume {
    gap: 16px 6%;
    justify-content: center;
    max-width: 445px;
    margin: 0 auto;
  }

  .ubihada-osusume li {
    width: 150px;
    height: 80px;
    padding-right: 0.5em;
  }

  .ubihada-osusume li::before {
    top: 33px;
  }

  .howtouse-unit {
    margin-top: 24px;
  }

  /* 使用方法 */

  .howtouse-unit02 {
    flex-direction: column;
    align-items: center;
  }

  .howtouse-heading {
    width: 137px;
  }

  .howtouse-unit {
    flex-direction: column;
    align-items: center;
  }

  .howtouse-unit h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 24px;
  }

  .howtouse-content {
    width: 100%;
  }

  .howtouse-content h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 24px;
    line-break: 1.5;
  }

  .ubihada-step__unit {
    flex-direction: column;
  }

  .ubihada-step__box {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 5%;
  }

  .ubihada-step__box02 {
    width: fit-content;
    margin: 0 auto;
  }

  .ubihada-step__box p {
    min-width: 237px;
    width: 80%;
  }

  .ubihada-step__box span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    margin: 0;
    flex-shrink: 0;
  }

  .ubihada-arrow {
    margin: 24px auto;
    transform: rotate(134deg);
  }

  /* 商品情報 */
  .product-info__unit {
    flex-direction: column;
    align-items: center;
  }

  .product-info__img .items-img {
    width: 100%;
  }

  .product-info__ttl {
    font-size: 24px;
  }

  .product-info__ttl_t {
    font-size: 21px;
  }

  .product-info__group02 .price {
    font-size: 20px;
  }

  .product-info__group02 {
    margin: 24px 0 8px 0;
  }

  .product-info__content02 {
    margin-top: 40px;
  }

  .toggle_ttl {
    font-size: 18px;
  }

  .toggle-content {
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .toggle-btn {
    right: 14px;
  }

  .toggle-btn:before,
  .toggle-btn:after {
    width: 14px;
    height: 1px;
  }

  .toggle-btn:before {
    width: 1px;
    height: 14px;
  }

  /*=================================
   BHシリーズ
  ===================================*/

  .mineral-kouka__unit dt {
    padding-top: 24px;
  }

  .mineral-kouka__unit .kouka03,
  .mineral-kouka__unit .kouka04 {
    margin: 0 1em;
  }

  .mineral-kouka__unit dd {
    font-size: 13px;
  }

  .mineral-kouka__ttl {
    font-size: 16px;
  }

  /*=================================
        BHプロダクト
   ===================================*/

  .voice-content__note {
    font-size: 12px;
    margin-top: 24px;
  }

  .silica-features__inner {
    row-gap: 24px;
  }

  .silica-features__card h3 {
    font-size: 18px;
    padding-top: 16px;
  }

  .silica-features__unit {
    padding: 0 16px;
    margin-top: 10px;
  }

  .silica-features__unit img {
    width: 36px;
  }

  .silica-features__text {
    font-size: 13px;
    width: 100%;
    margin-top: 0px;
  }

  .silica-features__unit img {
    padding-top: 1em;
  }

  .silica-features__unit__01 {
    align-items: flex-start;
  }

  .silica-features__unit__01 img {
    padding-top: 21px;
  }

  /*=================================
        ラボ　シリーズ
   ===================================*/

  .lifestyle-list__unit {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 16px auto;
  }

  .lifestyle-list01,
  .lifestyle-list02 {
    width: 100%;
  }

  .lifestyle-list01 li,
  .lifestyle-list02 li {
    margin-bottom: 1em;
    font-size: 16px;
  }

  .lifestyle-img__wrap {
    justify-content: space-between;
  }

  .labo-features__content {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 1.5em 1.5em 2em;
    margin-bottom: 40px;
  }

  .labo-features__ttl {
    font-size: 16px;
    margin: 8px 0 16px;
    text-align: center;
  }

  .labo-seibunn__ttl {
    font-size: 18px;
    margin: 8px;
  }

  .lab-seibun__ttl {
    font-size: 18px;
  }

  .voice-content02 {
    padding: 8em 1em;
  }

  /*=================================
        common
   ===================================*/
  .page-top__image {
    margin: 40px auto;
  }

  .page-top__image__pc {
    display: none;
  }

  .page-top__image__sp {
    display: block;
  }

  .page-items {
    margin: 80px auto;
  }

  .items-intro__text {
    width: 100%;
  }

  .brand-intro__en {
    font-size: 24px;
  }

  .brand-intro__copy {
    font-size: 14px;
  }

  .brand-intro__text {
    margin: 16px auto;
  }

  .page-items__ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .buy-btn a {
    margin: 24px auto;
  }

  .subttl-en {
    font-size: 24px !important;
  }

  /* 調整 */
  .page-ttl__t {
    font-size: 22px !important;
  }

  /* end   */
}
