@charset "utf-8";
/* CSS Document */


/* 2021.0803-sakuma */
@import url(basic-style.css);
@import url(google-fonts-style.css);

/* root設定 */
:root {

}

/* -//-root設定-- */

/* link設定 */
a, a:link {
  color: #18a5b7;
  text-decoration: none;
}

/* お知らせ */
.info {
  display: block;
  color: #fff;
  border-radius: 2px;
  background: #ed557f;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* 改行調節 */
.pc-style {
  display: inline-block;
}
.pad-style {
  display: inline-block;
}
.sp-style {
  display: none;
}
.hederBr {
  display: none;
}
.testResults-Br {
  display: inline-block;
}

/* 広告スペース
-------------------------*/
.advertisement {
  max-width: 90%;
  width: 100%;
  text-align: center;
  margin: 5%;
}
.advertisement_banner {
  max-width: 770px;
  width: 100%;
  margin: auto;
}

/* wrap 関連
-------------------------*/
.contents-wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* ヘッダーパーツ
===================================*/
.header-area {
  position: relative;
  width: 100%;
  background: url(../images/main-visual.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.main-visual-area {
  position: relative;
  max-width: 90%;
  width: 100%;
  height: calc(100vw * 0.3);
  margin: 0 5%;
  background-size: cover;
  background-position: 50% 50%;
}
.main-visual-textBlock {
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
  position: absolute;
  top: 25%;
  bottom: 34%;
  right: 5%;
}
.b-mask-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 250px;
  width: 100%;
}
.sub-catchCopy {
  color: #64463b;
  font-size: clamp(1.125rem, 1.054rem + 0.36vw, 1.5rem);
  letter-spacing: 0.05rem;
  text-align: center;
}
.main-catch {
  color: #cd6189;
  font-size: clamp(2.5rem, 1.929rem + 2.86vw, 5.5rem);
  line-height: clamp(2.5rem, 1.929rem + 2.86vw, 5.5rem);
  letter-spacing: 0.6rem;
  margin: 0 0 1%;
}
.header-products-name {
  color: #64463b;
  font-size: clamp(1.5rem, 1.214rem + 1.43vw, 3rem);
  text-align: center;
  letter-spacing: 0.2rem;
}



/* 商品説明エリア
===================================*/
.brilliant__title {
  color: #fff;
  width: 100%;
  letter-spacing: 0.1rem;
  text-align: center;
  background: #bd8897;
  padding: 0.5rem 2rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mainTitleAtea {
  width: 100%;
  text-align: center;
  margin: 80px 0 40px;
}

.h1-main-title {
  display: inline-block;
  position: relative;
  color: #e47145;
  font-size: 4.2rem;
  line-height: 4.2rem;
  letter-spacing: 0.5rem;
}
.subLeadtext {
  color: #687192;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.1rem;
  padding: 0 0 20px;
}
.mainLeadtext {
  color: #687192;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  padding: 20px 0 0;
}
.articleTitle {
  color: #e47145;
  font-size: 3.0rem;
  line-height: 4.2rem;
  letter-spacing: 0.3rem;
  padding: 0 0 10px;
}
.articleTxet {
  color: #454b62;
  font-size: 1.0rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  text-align: justify;
  padding: 0 0 20px;
}
.articleTxet strong {
  color: #e47145;
}



/* 商品情報
===================================*/
.products-info {
  width: 100%;
  margin: 0 0 80px;
}
.notes {
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.6rem;
  letter-spacing: 0.05rem;
  padding: 10px 0 0;
}
.productsArea {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  width: 100%;
  margin: 100px 10% 0;
}
.productsPhotoArea {
  max-width: 45%;
  width: 100%;
  margin: auto;
}
.products-textBox {
  max-width: 55%;
  width: 100%;
}
.infomeitonBlock02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 80%;
  width: 100%;
  margin: 0 10%;
}
.infomeitonBlock02:before {
  content: "";
  display: block;
  max-width: 33.3%;
  width: 100%;
  order: 1;
}
.infomeitonBlock02:after {
  content: "";
  display: block;
  max-width: 33.3%;
  width: 100%;
}
.infomeitonTextBox {
  max-width: 31%;
  width: 100%;
  margin: 0 2.3% 30px 0;
}
.focusPoint {
  color: #ed557f;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
}
.infomeiton-photo {
  width: 100%;
}
.products-infoArea {
  display: flex;
  justify-content: center;
  max-width: 80%;
  width: 100%;
  margin: 80px 10%;
}
.products-infoBox {
  max-width: 48%;
  width: 100%;
  margin: 0 2% 0 0;
}
.products-infoBox:last-child {
  margin: 0;
}
.proofArea {
  max-width: 80%;
  width: 100%;
  text-align: center;
  background: #ed557f;
  border-radius: 10px;
  margin: 0 10%;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.proofTitle {
  color: #fff;
  display: inline-block;
  font-size: 2.6rem;
  line-height: 4.2rem;
  letter-spacing: 0.2rem;
}
.proofIcon {
  position: relative;
  top: -6px;
  color: #ed557f;
  font-size: 2.0em;
  line-height: 4.0rem;
  border-radius: 100px;
  background: #fff;
  margin: 0 20px 0 0;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.proofTextBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.proof-checkListBox {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 50%;
  width: 100%;
}
.proof-checkListBox li {
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: left;
  letter-spacing: 0.05rem;
  max-width: 49%;
  width: 100%;
  margin: 0 1% 0 0;
}
.proof-checkListBox li .fa-check-square {
  color: #eaf3b7;
}
.arrowBox-pc {
  color: #fff;
  max-width: 15%;
  width: 100%;
  font-size: 5.0rem;
  line-height: 5.0rem;
  margin: 0 2% 0 0;
}
.arrowBox-sp {
  display: none;
}
.testResults_text {
  color: #eaf3b7;
  display: inline-block;
  max-width: 32%;
  width: 100%;
  font-size: 2.6rem;
  line-height: 3.4rem;
  text-align: left;
}
.result-number {
  font-size: 4.0rem;
  line-height: 4.0rem;
}

/* cart-parts
===================================*/
.productsSet-price_row {
  display: inline-block;
}

.products-name {
  color: #1a1a1a;
  font-size: 1.25rem;
  line-height: 2.0rem;
  letter-spacing: 0.05rem;
  word-break: break-word;
}
.products-details {
  color: #4d4d4d;
  font-size: 0.75rem;
  line-height: 1.2rem;
  word-break: break-word;
}
.special-offer {
  color: #0f5084;
  font-size: 1.0rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  margin: 0 0 10px;
}
.guest-price,
.zutok-price {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  margin: 10px 0 0;
}
.member-price {
  color: #e85600;
  color: var(--prime-color);
  font-size: 1.0rem;
  line-height: 2.0rem;
  letter-spacing: 0.05rem;
}
.specal-price_text {
  display: inline-block;
  color: #e8157e;
  font-size: 0.875rem;
  line-height: 1.0rem;
  position: relative;
  top: 3px;
}
.guest-price_number--bold,
.zutok-price_number--bold {
  font-size: 1.775rem;
  line-height: 1.775rem;
  letter-spacing: 0.1rem;
}
.member-price_number--bold {
  font-size: 1.45rem;
  line-height: 1.75rem;
  letter-spacing: 0.1rem;
}
.discount {
  display: inline-block;
  background: #e69956;
  border-radius: 3px;
  padding: 1px 10px;
  margin: 0 0 5px;
}
.discount.member {
  background: #e85600;
}
.discount-text {
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.0rem;
  letter-spacing: 0.05rem;
}
.categry-icon,
.categry-icon2 {
  display: inline-block;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.0rem;
  letter-spacing: 0.25rem;
  border-radius: 5px;
  padding: 8px 10px;
  margin: 0 0 8px;
}
.categry-icon {
  background: #e85600;
}
.categry-icon2 {
  background: #ff5722;
}
.price-down {
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.0rem;
  background: #00a99d;
  border-radius: 5px;
  padding: 5px 10px;
}
.price-down_yen {
  font-size: 0.75rem;
}
.postage-area {
  width: 100%;
  margin: 10px 0 5px;
}
.cartBox .postage-area {
  margin: 10px 0 40px;
}
.postage_text {
  font-size: 0.875rem;
  line-height: 1.4rem;
  letter-spacing: -0.01rem;
}
.cartBottan-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  width: 100%;
  margin: 30px 0 0;
}
.cartBottan-set.single {
  display: block;
  width: 60%;
  margin: 30px 20% 0;
}
.cartBottan-area {
  max-width: 48%;
  width: 100%;
  margin: 10px 1%;
}
.cartBottan-area-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0 0;
}
.cartBottan-close {
  display: block;
  width: 100%;
  background: #c5c5c5;
  border-radius: 5px;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a.cartBottan {
  display: block;
  width: 100%;
  background: #00a99d;
  border-radius: 5px;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* box-shadow */
  box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.6);
}
a:hover.cartBottan {
  opacity: 0.5;
  /* box-shadow */
  box-shadow: 0px 0px 4px -6px rgba(0,0,0,0.0);
  transition: .8s;
}
a.cartBottan.rowstyle {
  margin: 0 20px;
}
.cartBottan-text {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: 0.05rem;
  text-align: center;
}
.two-column-price-wrap {
  /*max-width: 50%;*/
  width: 98%;
  padding: 0 1%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.cart-notes-wrap {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.cart-notes-wrap {
  margin: 30px auto 0;
}


.cart-notes_title {
  font-size: 1.1rem;
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.cart-notes_text {
  font-size: 0.875rem;
  line-height: 1.3rem;
  text-align: center;
}

/* アソートセット
===================================*/
.Assort-set {
  max-width: 80%;
  width: 100%;
  margin: 5rem 10% 0;
}
.Assort-set__title {
  width: 100%;
  margin: 0 0 1rem;
}
.Assort-set__title__text {
  color: #83bfb0;
  font-size: 2.6rem;
  line-height: 3.8rem;
  letter-spacing: 0.1rem;
}
.Assort-set__subText {
  width: 100%;
  margin: 0 0 2rem;
}
.Assort-set__subText__text {
  /*color: #ed557f;*/
  color: #898989;
  font-size: 1.8rem;
  line-height: 3.6rem;
  letter-spacing: 0.1rem;
}
.Assort-set_Flexwrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2%;
  width: 100%;
  margin: 0 0 1rem;
}
.Assort-set_Flexwrap__photo {
  max-width: 45%;
  width: 100%;
}
.Assort-set_Flexwrap__catBox {
  max-width: 55%;
  width: 100%;
}

/* スタイリング
===================================*/
.mask-styling__title {
  width: 100%;
  margin: 0 0 1rem;
}
.mask-styling__title__text {
  color: #83bfb0;
  font-size: 2.6rem;
  line-height: 3.8rem;
  text-align: center;
  letter-spacing: 0.1rem;
}
.mask-styling__title__subtext {
  color: #898989;
  font-size: 1.8rem;
  line-height: 3.6rem;
  text-align: center;
  letter-spacing: 0.1rem;
}
.mask-styling {
  max-width: 80%;
  width: 100%;
  margin: 3rem 10% 0;
}
.mask-styling__Flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  gap: 1%;
  width: 100%;
}
.mask-styling__Flexbox:before {
  content: "";
  display: block;
  max-width: 25%;
  width: 100%;
  order: 1;
}
.mask-styling__Flexbox:after {
  content: "";
  display: block;
  max-width: 25%;
  width: 100%;
}
.mask-styling__Flexbox__photo {
  max-width: 24%;
  width: 100%;
}
.mask-styling__Flexbox.three-colum:before {
  content: "";
  display: block;
  max-width: 33.3%;
  width: 100%;
  order: 1;
}
.mask-styling__Flexbox.three-colum:after {
  content: "";
  display: block;
  max-width: 33.3%;
  width: 100%;
}
.mask-styling__Flexbox__photo.three-colum {
  max-width: 32.3%;
  width: 100%;
}

/* 2D MASK
===================================*/
.tow-D-set__title__text {
  color: #83bfb0;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
}
.tow-D__title {
  color: #fff;
  width: 100%;
  letter-spacing: 0.1rem;
  text-align: center;
  background: #ad9b7d;
  padding: 0.5rem 2rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.tow-D__title h1,
.brilliant__title h1 {
  font-size: clamp(1rem, 0.773rem + 1.14vw, 1.5rem);
  letter-spacing: 0.1rem;
}
.tow-D {
  width: 100%;
  background: #f2ebef;
  margin: 0;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.tow-D__wrap {
  max-width: 80%;
  width: 100%;
  margin: 0 10%;
}
.tow-D__wrap__catch {
  color: #af7964;
  font-size: clamp(1.2rem, 0.95rem + 1.25vw, 1.75rem);
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 0 0 2rem;
}
.tow-D__wrap__flex,
li.tow-D__wrap__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2%;
}
li.tow-D__wrap__flex {
  max-width: 24%;
  width: 100%;
}
.tow-D__wrap__box {
  max-width: 24%;
  width: 100%;
}
.tow-D__wrap__box__photo {
  margin: 0 0 0.5rem;
}
.tow-D__wrap__box__text {
  font-size: clamp(0.812rem, 0.727rem + 0.43vw, 1rem);
  text-align: justify;
}
.tow-D__wrap__flex__photo,
.tow-D__wrap__flex__text {
  max-width: 50%;
  width: 100%;
}
.tow-D__wrap__flex__photo {
  aspect-ratio: 6/4;
  background: #ccc;
}
.tow-D__wrap__style {
  width: 100%;
  margin: 3rem 0;
}
.color01-notes,.color02-notes,.color03-notes {
  width: 100%;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  text-align: center;
  background: #d9cdb9;
  padding: 0.3rem;
}
.tow-D-set_Flexwrap__catBox {
    max-width: 45%;
    width: 100%;
}
.tow-D-set_Flexwrap__photo {
    max-width: 55%;
    width: 100%;
}
.tow-D__proofArea {
  width: 100%;
  text-align: center;
  margin: 3rem 0;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.tow-D__proof__title {
  /*color: #7a5b4e;*/
  color: #ad9b7d;
  font-size: 5rem;
  line-height: 5.8rem;
  letter-spacing: 0.2rem;
}
.tow-D__proof__title span {
  font-size: 3.5rem;
  position: relative;
  top: -0.6rem;
}
.tow-D__proof__notes {
  margin: 1rem 0 0;
}
.tow-D__proof__subText {
  color: #fff;
  font-size: 1.25rem;
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
  background: #ad9b7d;
  margin: 1rem 0 0;
  padding: 0.5rem 1rem;
}
.tow-D__styling__Flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  gap: 1.33%;
  width: 100%;
}
.tow-D__styling__Flexbox:before {
  content: "";
  display: block;
  max-width: 32%;
  width: 100%;
  order: 1;
}
.tow-D__styling__Flexbox:after {
  content: "";
  display: block;
  max-width: 32%;
  width: 100%;
}
.tow-D__styling__Flexbox__photo {
  max-width: 32%;
  width: 100%;
}


/* 成分表
===================================*/
.componentListArea {
  max-width: 80%;
  width: 100%;
  border-bottom: dotted 1px #ccc;
  margin: 50px 10% 80px;
  padding: 0 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.componentList_title {
  color: #e85600;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 0 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.componentList_text {
  font-size: 1.0rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  text-align: justify;
}

/* お問い合わせ番号
===================================*/

.infomaiton-number-title {
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #4d4d4d;
  text-align: center;
}
.infomaiton-number_Bg {
  width: 100%;
  background: #f1f1f1;
  color: #4d4d4d;
  padding: 25px 0 20px;
}
.infomaiton-number-wrap {
  max-width: 650px;
  width: 100%;
  margin: auto;
}
.infomaiton-telephon-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.infomaiton-telephon-number p {
  font-size: 1.2rem;
  line-height: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-right: 20px;
}
figure.telephon-number {
  max-width: 480px;
  width: 100%;
  display: block;
  margin: auto;
}
.infomaiton-time {
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
.infomaiton-time span {
  font-size: 0.85rem;
  line-height: 0rem;
  border: solid 1px #4d4d4d;
  margin-left: 10px;
  padding: 2px 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* コピーライト */
.chojyu-copyright {
  width: 100%;
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.08rem;
  text-align: center;
  color: #4d4d4d;
  margin: 30px 0 0;
}

/*=================================*/




/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1500px) {
/* ヘッダーパーツ
===================================*/
.main-visual-textBlock {
  top: 25%;
  bottom: 25%;
  right: 0;
}

.main-catch {
  letter-spacing: 0.3rem;
  text-align: center;
}

}
@media screen and (max-width: 1100px) {
.pad-style {
  display: none;
}

/* ヘッダーパーツ
===================================*/
.main-visual-area {
  height: calc(100vw * 0.35);
  padding: 0;
}

.main-catch {
  letter-spacing: 0.3rem;
}

.b-mask-logo {
  left: 0;
  max-width: 180px;
}

/* アソートセット
===================================*/
.Assort-set {
  max-width: 90%;
  width: 100%;
  margin: 5rem 5% 0;
}

/* 2D MASK
===================================*/
.tow-D-set__title__text {
  font-size: clamp(1rem, 0.659rem + 1.7vw, 1.75rem);
}
.tow-D__wrap {
  max-width: 90%;
  width: 100%;
  margin: 0 5%;
}

/* 商品情報
===================================*/
.productsArea {
  max-width: 90%;
  width: 100%;
  margin: 100px 5% 0;
}
.infomeitonBlock02 {
  max-width: 90%;
  margin: 0 5%;
}
.products-infoArea {
  max-width: 90%;
  margin: 80px 5%;
}

.proofArea {
  max-width: 90%;
  margin: 0 5%;
}
.proof-checkListBox li {
  font-size: 1.1rem;
  line-height: 2.2rem;
}
.arrowBox-pc {
  max-width: 7%;
  font-size: 3.0rem;
  line-height: 3.0rem;
}
.testResults_text {
  max-width: 40%;
  font-size: 2.0rem;
  line-height: 2.4rem;
}
.result-number {
  font-size: 3.0rem;
  line-height: 3.0rem;
}
.focusPoint {
  font-size: 1.4rem;
  line-height: 2.0rem;
  letter-spacing: 0.05rem;
  padding-bottom: 10px;
}


/* 商品説明エリア
===================================*/
.mainTitleAtea {
  width: 90%;
  text-align: center;
  margin: 80px 5% 60px;
}
.articleTitle {
  color: #e47145;
  font-size: 2.0rem;
  line-height: 3.0rem;
  letter-spacing: 0.1rem;
  padding: 0 0 10px;
}

.h1-main-title {
  font-size: 3.2rem;
  line-height: 3.2rem;
  letter-spacing: 0.3rem;
}
.subLeadtext {
  color: #687192;
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.1rem;
  padding: 0 0 10px;
}
.mainLeadtext {
  font-size: 1.0rem;
  line-height: 2.0rem;
}
.articleTxet {
  color: #454b62;
  font-size: 0.95rem;
  line-height: 1.6rem;
}

/* cart-parts */
.special-offer {
  color: #454b62;
  font-size: 0.95rem;
  line-height: 1.6rem;
}
.two-column-price-wrap {
  max-width: 45%;
  margin-right: 20px;
}
.two-column-price-wrap:last-child {
  margin-right: 0;
}
.cartBottan-set.single {
  display: block;
  width: 90%;
  margin: 30px 5% 0;
}

/* 商品情報 */
.products-info_concept-wrap {
  margin: 0px 30px 0 0;
}


/* 成分表
===================================*/
.componentListArea {
  max-width: 90%;
  margin: 50px 5% 80px;
}
.componentList_text {
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  text-align: justify;
}
}

@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
/* ヘッダーパーツ
===================================*/

.b-mask-logo {
  left: 20px;
  max-width: 130px;
}
.main-visual-textBlock {
  top: 25%;
  bottom: 25%;
  right: 0;
}

.main-catch {
  letter-spacing: 0.2rem;
  text-align: right;
}


/* アソートセット
===================================*/
.Assort-set_Flexwrap {
  display: block;
  margin: 0 0 1rem;
}
.Assort-set_Flexwrap__photo {
  max-width: 100%;
  margin: 0 0 1rem;
}
.Assort-set_Flexwrap__catBox {
  max-width: 100%;
}
.Assort-set__title__text {
  color: #83bfb0;
  font-size: 2.2rem;
  line-height: 3.4rem;
}
.Assort-set__subText__text {
  color: #898989;
  font-size: 1.6rem;
  line-height: 3.4rem;
}


/* 2D MASK
===================================*/
.tow-D-set_Flexwrap__catBox {
  max-width: 80%;
  margin: 0 10%;
}
.tow-D-set_Flexwrap__photo {
  max-width: 100%;
}
.tow-D__wrap__flex {
  flex-flow: wrap;
  gap: 2%;
}
.tow-D__wrap__box {
  max-width: 49%;
  width: 100%;
  margin: 0 0 2rem;
}
.tow-D__proof__title {
  color: #ad9b7d;
  font-size: clamp(4rem, 3.407rem + 2.96vw, 5rem);
  line-height: 5rem;
  letter-spacing: 0.2rem;
}
.tow-D__proof__title span {
  display: block;
  font-size: clamp(2.5rem, 1.907rem + 2.96vw, 3.5rem);
  top: 0;
}
.tow-D__proof__subText {
  color: #fff;
  font-size: clamp(1.15rem, 1.091rem + 0.3vw, 1.25rem);
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
  background: #ad9b7d;
  margin: 1rem 0 0;
  padding: 0.5rem 1rem;
}

/* スタイリング
===================================*/
.mask-styling__title__text {
  font-size: 2.2rem;
  line-height: 3.4rem;
}
.mask-styling__title__subtext {
  font-size: 1.6rem;
  line-height: 3.4rem;
}
.mask-styling {
  max-width: 90%;
  margin: 3rem 5% 0;
}
.mask-styling__Flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  gap: 1.33%;
  width: 100%;
}
.mask-styling__Flexbox:before {
  content: "";
  display: block;
  max-width: 50%;
  width: 100%;
  order: 1;
}
.mask-styling__Flexbox:after {
  content: "";
  display: block;
  max-width: 50%;
  width: 100%;
}
.mask-styling__Flexbox__photo {
  max-width: 49%;
  width: 100%;
  margin: 0 0 1rem;
}

/* 商品情報
===================================*/
.productsArea {
  display: block;
  margin: 100px 5% 0;
}
.productsPhotoArea {
  max-width: 70%;
  margin: 0 auto 1rem;
}
.products-textBox {
  max-width: 100%;
}

}
@media screen and (max-width: 768px) {
.pad-style {
  display: inline-block;
}
.hederBr {
  display: inline-block;
}
.testResults-Br {
  display: none;
}

/* ヘッダーパーツ
===================================*/
.main-visual-area {
  max-width: 100%;
  height: calc(100vw * 0.35);
  margin: 0;
}
.main-visual-textBlock {
  top: 25%;
  bottom: 25%;
  right: 5%;
}




/* 商品説明エリア
===================================*/
.mainTitleAtea {
  width: 90%;
  text-align: center;
  margin: 50px 5% 30px;
}
.subLeadtext {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
  padding: 0 0 10px;
}
.h1-main-title {
  font-size: 2.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
}
.mainLeadtext {
  font-size: 1.0rem;
  line-height: 2.0rem;
  padding: 10px 0 0;
}

/* 商品情報
===================================*/
.productsArea {
  display: block;
  max-width: 90%;
  width: 100%;
  margin: 100px 5% 0;
}
/*.products-textBox {
  max-width: 80%;
  width: 100%;
  margin: 0 10%;
}
.productsPhotoArea {
  max-width: 60%;
  width: 100%;
  margin: auto;
}*/
.proofTextBox {
  display: block;
}
.proof-checkListBox {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 100%;
  width: 100%;
}
.arrowBox-pc {
  display: none;
  color: #fff;
  max-width: 15%;
  width: 100%;
  font-size: 5.0rem;
  line-height: 5.0rem;
  margin: 0 2% 0 0;
}
.arrowBox-sp {
  display: block;
  color: #fff;
  max-width: 100%;
  width: 100%;
  font-size: 3.0rem;
  line-height: 3.0rem;
  margin: 2% 0;
}
.testResults_text {
  max-width: 100%;
  font-size: 2.0rem;
  line-height: 2.4rem;
  text-align: center;
}
.infomeitonBlock02:before {
  content: "";
  display: block;
  max-width: 50%;
  width: 100%;
  order: 1;
}
.infomeitonBlock02:after {
  content: "";
  display: block;
  max-width: 50%;
  width: 100%;
}
.infomeitonTextBox {
  max-width: 47%;
  width: 100%;
  margin: 0 1.5% 30px;
}
.focusPoint {
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding-bottom: 5px;
}


/* cart-parts */
.productsSet-box {
  margin: 10px 0 20px;
  padding: 0;
}
.two-column-price-wrap {
  max-width: 100%;
  margin: 0 0 30px;
}
.cartBottan-area-flex {
  display: block;
  margin: 10px auto 0;
}
a.cartBottan.rowstyle {
  margin: 0 auto 20px;
}


.products-info_concept {
  display: block;
}
.products-info_concept-wrap {
  margin: 0 auto 30px;
}
.products-info_concept-notes {
  max-width: 454px;
  width: 100%;
  margin: 0 auto 30px;
}
.products-info_point-wrap {
  display: block;
  max-width: 100%;
  padding: 0 20px;
}
.products-info_point {
  max-width: 680px;
  margin: 0 auto 20px;
}

/* お問い合わせ番号 */
.infomaiton-number_Bg {
  padding: 15px 0;
}
.infomaiton-telephon-number {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.infomaiton-number-title {
  font-size: 1.0rem;
  line-height: 2.0rem;
}
.infomation-leadtext {
  line-height: 2.2rem;
}
.infomaiton-telephon-number p {
  font-size: 1.0rem;
  line-height: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin:0 0 10px;
}
.infomaiton-number-wrap {
  padding: 0 20px;
}
.infomaiton-time {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.infomaiton-time span {
  line-height: 1.4rem;
  display: inline-block;
  padding: 0 10px;
}
}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {
/* 改行調節 */
.pc-style {
  display: none;
}
.sp-style {
  display: block;
}

/* ヘッダーパーツ
===================================*/
.header-area {
  position: relative;
  width: 100%;
  aspect-ratio: 4/6;
  background: url(../images/main-visual-sp.jpg) no-repeat;
  background-size: cover;
  background-position: 56% 50%;
}
.main-visual-area {
  height: calc(100vw * 1.4);
  background-size: unset;
  background-position: 77% -30%;
}
.main-visual-textBlock {
  display: block;
  width: 100%;
  justify-content: unset;
  top: 80%;
  bottom: unset;
  left: unset;
  right: unset;
}
.sub-catchCopy {
  text-align: center;
}
.main-catch {
  text-align: center;
}
.b-mask-logo {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 140px;
}


/* アソートセット
===================================*/

.Assort-set__title__text {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.Assort-set__subText__text {
  font-size: 1.2rem;
  line-height: 2.0rem;
}

/* スタイリング
===================================*/
.mask-styling__title__text {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.mask-styling__title__subtext {
  font-size: 1.2rem;
  line-height: 2.0rem;
}

/* 2D MASK
===================================*/
.tow-D__wrap__style {
  width: 100%;
  margin: 0 0 2rem;
}
li.tow-D__wrap__flex {
  gap: 3%;
  margin: 0 0 1rem;
}
.tow-D__proofArea {
  width: 100%;
  text-align: center;
  margin: 0 0 1rem;
  padding: 1rem 0 0;
}
.tow-D-set_Flexwrap__catBox {
  max-width: 100%;
  margin: 0;
}
.tow-D__styling__Flexbox {
  display: block;
}
.tow-D__styling__Flexbox__photo {
  max-width: 100%;
  width: 100%;
  margin: 0 0 1rem;
}

/* 商品説明エリア
===================================*/
.mainTitleAtea {
  width: 90%;
  text-align: center;
  margin: 40px 5% 20px;
}
.h1-main-title {
  font-size: 2.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
}
.mainLeadtext {
  font-size: 1.0rem;
  line-height: 1.8rem;
  text-align: center;
}
.articleTitle {
  font-size: 1.8rem;
  line-height: 2.8rem;
}


/* cart-parts */
.productsSet-box {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}
.price-down {
  display: block;
  text-align: center;
}
.discount {
  display: block;
  text-align: center;
  margin: 5px 0 0;
}
.cart-notes_title {
  font-size: 1.0rem;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
  text-align: center;
  margin: 0 0 10px;
}
.cart-notes_text {
  text-align: left;
}
.cartBottan-set {
  display: block;
  width: 100%;
  margin: 30px 0 0;
}
.cartBottan-area {
  max-width: 100%;
  margin: 10px 0;
}


/* 商品情報 */
.productsArea {
  display: block;
  max-width: 90%;
  width: 100%;
  margin: 80px 5% 0;
}

.products-infoArea {
  display: block;
  max-width: 90%;
  margin: 40px 5%;
}
.products-infoBox {
  max-width: 100%;
  width: 100%;
  margin: 0 0 5%;
}
.products-infoBox:last-child {
  margin: 0;
}

.productsPhotoArea {
  max-width: 100%;
  margin: 0 0 30px;
}
.products-textBox {
  max-width: 100%;
  margin: 0;
}
.infomeitonBlock02 {
  flex-flow: column;
  max-width: 90%;
  margin: 0 5%;
}
.infomeitonTextBox {
  max-width: 100%;
  width: 100%;
  margin: 20px 0 0;
}
.products-info_catchCopy-sp {
  display: block;
  margin: 0 0 20px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.products-info_concept-notesPhoto {
  display: none;
}
.products-info_concept-notesPhoto-sp {
  display: block;
}
.proofIcon {
  top:0;
  color: #ed557f;
  font-size: 1.6em;
  line-height: 3.2rem;
  margin: 0 0 20px 0;
}
.proofTitle {
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.1rem;
  padding: 10px 0;
}
.proof-checkListBox {
  display: block;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 100%;
  width: 100%;
}
.proof-checkListBox li {
  max-width: 100%;
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin: 0 0 2%;
}
.proof-checkListBox li:last-child {
  margin: 0;
}




/* お問い合わせ番号 */
.infomaiton-number_Bg {
  padding: 15px 0;
}
.infomaiton-telephon-number {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.infomaiton-number-title {
  font-size: 1.0rem;
  line-height: 1.6rem;
  padding: 0 55px;
  margin-bottom: 5px;
}
.infomation-leadtext {
  line-height: 2.2rem;
}
.infomaiton-telephon-number p {
  font-size: 1.0rem;
  line-height: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin:0 0 10px;
}
.infomaiton-number-wrap {
  padding: 0 20px;
}
.infomaiton-time {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.infomaiton-time span {
  line-height: 1.4rem;
  display: inline-block;
  padding: 0 10px;
}
.tel-Refund,
.example-10,
.Case-study {
  display: none;
}
.tel-Refund-sp,
.example-10-sp,
.Case-study-sp {
  max-width: 600px;
  width: 100%;
  display: block;
  margin-top: 20px;
}
}
@media screen and (max-width: 375px) {
}

