@charset "utf-8";
/* CSS Document */


/* 2021.1104-sakuma */
@import url(basic-style.css);
@import url(google-fonts-style.css);
@import url(movie-style.css);

/* root設定 */
:root {
}
/* -//-root設定-- */

/* link設定 */
a, a:link {
  color: #18a5b7;
  text-decoration: none;
}


/*グリーン（グラデ）*/
.marker.green.fat {
  background: -moz-linear-gradient(top, rgba(80, 170, 164, 0) 40%, rgba(80, 170, 164, 0.4) 40%, rgba(80, 170, 164, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(80, 170, 164, 0) 40%, rgba(80, 170, 164, 0.4) 40%, rgba(80, 170, 164, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(80, 170, 164, 0) 40%, rgba(80, 170, 164, 0.4) 40%, rgba(80, 170, 164, 0.4) 100%);
}
/* // グラデーション */

/* 改行調節 */
.pc-style {
  display: inline-block;
}
.pad-style {
  display: none;
}
.sp-style {
  display: none;
}
.hederBr {
  display: none;
}
.pad-br {
  display: inline-block;
}




/* 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;
}
.FlexBox-wrap {
  max-width: 1980px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}


/* ヘッダーパーツ
===================================*/
.header-area {
  position: relative;
  width: 1980px;
  background: url(../images/main-visual-02.jpg);
  background-size: cover;
  background-position: 50% 60%;
  margin: 0 auto;
}
.main-visual-area {
  position: relative;
  max-width: 90%;
  width: 100%;
  height: calc(100vw * 0.3);
  margin: 0 5%;
}
.main-visual-textBlock {
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
  position: absolute;
  top: 25%;
  bottom: 34%;
  left: 5%;
}
.header-title {
  display: inline-block;
  color: #223289;
  font-size: 3.8rem;
  line-height: 5.4rem;
  letter-spacing: 0.3rem;
  text-align: left;
  margin: 0 0 20px;
}
.header-subtitle {
  display: inline-block;
  color: #3f9dc7;
  font-size: 2.0rem;
  line-height: 3.8rem;
  letter-spacing: 0.4rem;
  text-align: left;
}
.header-subtext {
  color: #5c5f6e;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  text-align: left;
  margin: 20px 0 0;
}
.sales-period {
  width: 200px;
  height: 200px;
  text-align: center;
  position: absolute;
  right: 5%;
  top: 10%;
  background: rgba(113, 150, 177, 0.8);
  border-radius: 200px;
}
.sales-period_text {
  display: inline-block;
  color: #fff;
  font-size: 3.0rem;
  line-height: 3.0rem;
  font-weight: 100;
  letter-spacing: 0.2rem;
  padding: 35px 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.sales-period_text--medi {
  display: block;
  font-size: 2.0rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
}
.sales-period_text--mini {
  display: block;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
}

/* イントロダクション
===================================*/
.introductionBlock {
  max-width: 80%;
  width: 100%;
  margin: 50px 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BRIGHTENING WASH 5POINT
===================================*/
.BW-pointArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 1980px;
  width: 100%;
  margin: 80px auto;
}

.BW-pointBlock {
  max-width: 31%;
  width: 100%;
  margin: 20px 1.15%;
}
.BW-pointBlock img {
  aspect-ratio: 6 / 3;
  margin-bottom: 10px;
}
.BW-pointTitleWrap {
  position: relative;
  background: url(../images/pointtitle-bg.jpg) no-repeat;
  background-size: cover;
  background-position: -38px 0;
  aspect-ratio: 6 / 4;
}
.BW-pointTitle {
  position: absolute;
  top: 35%;
  right: 0;
  color: #4c4c4c;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.2rem;
  text-align: right;
}
.BW-point-articleTitle {
  color: #687192;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.05rem;
}
.BW-point-articleTitle strong {
  color: #5c5f6e;
  font-size: 1.8rem;
  font-weight: 500;
}
.BW-point-articleTitle span {
  position: relative;
  top: -3px;
  font-size: 0.95rem;
}
.BW-point-article {
  color: #5c5f6e;
  font-size: 1.0rem;
  line-height: 1.6rem;
  letter-spacing: 0.05rem;
  text-align: justify;
}
.fontBold {
  color: #687192;
}
.newColor {
  color: #c7738e;
}

/* 商品説明エリア
===================================*/
.mainTitleAtea {
  max-width: 1980px;
  width: 100%;
  text-align: center;
  margin: 80px auto 0;
}
.subTitleAtea {
  width: 80%;
  text-align: center;
  margin: 80px 10% 100px;
}
.h1-main-title {
  display: inline-block;
  position: relative;
  color: #687192;
  font-size: 2.0rem;
  line-height: 3.2rem;
  letter-spacing: 0.2rem;
}
.h1-main-title-l {
  position: relative;
  top: 20px;
  color: #3f9dc7;
  font-size: 5.5rem;
  letter-spacing: 1.0rem;
  margin-bottom: 10px;
}
.rubi {
  font-size: 0.8rem;
  line-height: 1.0rem;
}
.quasiDrugs {
  position: relative;
  top: -20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  line-height: 0.9rem;
  letter-spacing: 0.2rem;
  border: solid 1px #687192;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.products-name .quasiDrugs {
  top: 0;
}
.quasiDrugs-notes {
  font-size: 0.85rem;
  line-height: 1.6rem;
  color: #545660;
}
.efficacyArea {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  max-width: 70%;
  width: 100%;
  margin: 20px 15%;
}
.efficacyArea li {
  display: inline-block;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1.8rem;
  background: #545660;
  border-radius: 3px;
  margin: 0 5px;
  padding: 2px 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.h3-main-title1 {
  display: inline-block;
  position: relative;
  color: #3f9dc7;
  font-size: 2.4rem;
  line-height: 3.8rem;
  letter-spacing: 0.2rem;
}
.leadArea {
  max-width: 1980px;
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
}
.leadTitle {
  color: #3f9dc7;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0.2rem;
  padding: 0 0 10px;
}
.leadArea .leadTitle {
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.2rem;
  padding: 0px;
}
.productsSet-box .leadTitle {
  font-size: 1.2rem;
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
  padding: 0 0 20px;
}
.recycling .leadTitle {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.05rem;
  padding: 30px 0 20px;
}

.mainLeadtext {
  color: #687192;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  padding: 20px 0 0;
}
.articleBlock {
  max-width: 70%;
  width: 100%;
}
.articleTitle-area {
  width: 95%;
  text-align: center;
  margin: 0 2.5% 1%;
}
.articleTitle {
  color: #3f9dc7;
  font-size: 3.0rem;
  line-height: 4.2rem;
  letter-spacing: 0.3rem;
  padding: 0 0 10px;
}
.articleTitle2 {
  color: #3f9dc7;
  font-size: 2.6rem;
  line-height: 4.0rem;
  letter-spacing: 0.2rem;
  padding: 0 0 10px;
}
.articleTxet {
  color: #454b62;
  font-size: 1.1rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
}
.articleTxet strong {
  color: #e47145;
}
.articleNotes {
  font-size: 0.85rem;
  line-height: 1.65rem;
  letter-spacing: 0.05rem;
  margin: 20px 0 0;
}
.articlePhotoArea {
  width: 25%;
  margin: 0 0 0 5%;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}


/* 商品情報
===================================*/
.products-info {
  width: 100%;
  margin: 0 0 80px;
}
.productsArea,
.productsArea2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  max-width: 1980px;
  width: 100%;
  margin: 0 auto;
}
.productsPhotoArea {
  max-width: 90%;
  width: 100%;
  margin: 0 5%;
}
.recycling {
  max-width: 55%;
  width: 100%;
  padding: 80px 0 0;
  margin: 0 5% 0 0;
}
.recycling-text {
  font-size: 1.05rem;
  line-height: 1.8rem;
  text-align: justify;
  margin: 0 0 15px;
}
.products-textBox {
  max-width: 40%;
  width: 100%;
}
.infomeitonBlock03 {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  width: 100%;
  margin: 0 10%;
}
.infomeitonBlock03:before {
  content: "";
  display: block;
  max-width: 33%;
  width: 100%;
  order: 1;
}
.infomeitonBlock03:after {
  content: "";
  display: block;
  max-width: 33%;
  width: 100%;
}
.products-detailsBottan a {
  display: inline-block;
  font-size: 1.0rem;
  border: solid 1px #00a99d;
  border-radius: 5px;
  margin: 10px 0;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.products-detailsBottan a:hover {
  color: #fff;
  background: #00a99d;
  transition: .8s;
}
.checkBlock {
  max-width: 33%;
  width: 100%;
  margin: 0 0.3% 0 0;
}
li.checkBlock i {
  color: #e47145;
}
.checkText {
  color: #0f5084;
  font-size: 2.0rem;
  line-height: 4.0rem;
}
.productsPointArea2 {
  max-width: 95%;
  width: 100%;
  margin: 40px 2.5% 80px;
}
.pointBox {
  max-width: 1980px;
  width: 100%;
  border-bottom: dotted 1px #ccc;
  margin: 0 auto 30px;
  padding: 0 0 20px;
}
.products_pointTitle {
  color: #8295a4;
  font-size: 2.0rem;
  line-height: 3.8rem;
  letter-spacing: 0.2rem;
  padding-bottom: 10px;
}
.products_pointLeadtxt {
  color: #5c5f6e;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.0rem;
  text-align: justify;
  margin-bottom: 10px;
}
.productsArticle-rwap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0 0;
}
.productsArticleBox {
  max-width: 38%;
  width: 100%;
  margin: 0 2% 0 0;
}
.productsArticleBox2 {
  max-width: 60%;
  width: 100%;
  margin: 0;
}
.articleBox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.articleBox2 {
  width: 100%;
}
.materialTextBox {
  max-width: 48%;
  width: 100%;
  margin: 0 2% 0 0;
}
.materialText {
  font-size: 1.0rem;
  line-height: 2.0rem;
  text-align: justify;
}
.materialTextBox2 {
  max-width: 70%;
  width: 100%;
}
.materialText2 {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.materialText--eyeCatch {
  position: relative;
  color: #fff;
  font-weight: bold;
  background: #8295a4;
  margin-right: 15px;
  padding: 5px 10px;
  border-radius: 5px;
}
.materialText--eyeCatch:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(130, 149, 164, 0);
    border-top-width:5px;
    border-bottom-width:5px;
    border-left-width:8px;
    border-right-width:8px;
    margin-top: -10px;
    border-left-color:#8295a4;
    left:100%;
    top:65%;
}
.materialPhoto {
  max-width: 40%;
  width: 100%;
  aspect-ratio: 5 / 4;
}
.materialPhoto2 {
  max-width: 31.3%;
  width: 100%;
  margin: 0 2% 0 0;
}
.materialPhoto3 {
  max-width: 50%;
  width: 100%;
  margin: 0;
}
.products-materialTitle {
  color: #8295a4;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
}
.material-shirikaBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.materialTitle--block {
  max-width: 28%;
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 1.0rem;
  font-weight: bold;
  text-align: center;
  background: #8295a4;
  margin: 0 2% 0 0;
  padding: 5px 20px;
}
.articleBox_photo {
  max-width: 48%;
  width: 100%;
  margin: 0 2% 0 0;
}
.products_pointFlex {
  display: flex;
}
.products_pointFlex-wrap {
  max-width: 58%;
  width: 100%;
  margin: 0 2% 0 0;
}
.materialTitle {
  display: inline-block;
  color: #fff;
  font-size: 1.0rem;
  line-height: 2.0rem;
  background: #8295a4;
  margin: 0 0 10px;
  padding: 5px 20px;
}
.products_pointBox {
  max-width: 18%;
  width: 100%;
  margin: 0 2% 0 0;
}
.products_pointBox2 {
  max-width: 23%;
  width: 100%;
  margin: 0 2% 0 0;
}
.products_pointBox:last-child,
.products_pointBox2:last-child {
  margin: 0;
}

.annotationArea {
  max-width: 80%;
  width: 100%;
  margin: 0 10%;
}
.annotation_text {
  font-size: 0.85rem;
  line-height: 1.6rem;
}


.howToArea {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 80%;
  width: 100%;
  border-bottom: dotted 1px #ccc;
  margin: 0 10% 80px;
  padding: 0 0 40px;
}
.howToBox {
  max-width: 68%;
  width: 100%;
  margin: 0 2% 0 0;
}
.howToBox:last-child {
  margin: 0;
}


/* cart-parts
===================================*/
.productsSet-price_row {
  display: inline-block;
}
.products-name {
  color: #1a1a1a;
  font-size: 1.25rem;
  line-height: 1.6rem;
  letter-spacing: 0.05rem;
  word-break: break-word;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.products-name-s {
  font-size: 1.0rem;
}
.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.0rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  margin: 0 0 10px;
}
.member-price {
  color: #c7738e;
  font-size: 1.0rem;
  line-height: 2.0rem;
  letter-spacing: 0.05rem;
  margin: 0 0 10px;
}

.guest-price_number--bold,
.zutok-price_number--bold {
  font-size: 1.75rem;
  line-height: 1.975rem;
  letter-spacing: 0.1rem;
}
.member-price_number--bold {
  color: #333;
  font-size: 1.45rem;
  line-height: 1.45rem;
  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.15rem;
  border-radius: 5px;
  padding: 8px 10px;
  margin: 0 0 8px;
}
.categry-icon {
  background: #c7738e;
}
.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;
}
.note-area,
.postage-area {
  width: 100%;
  margin: 10px 0 5px;
}

.note_text,
.postage_text {
  font-size: 0.875rem;
  line-height: 1.4rem;
  letter-spacing: -0.01rem;
}
.cartBottan-area {
  width: 100%;
  margin: 20px 0 0;
}
.cartBottan-area-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px 0 0;
}
.cartWrap {
  width: 100%;
  display: flex;
}
.cartBottan-close {
  display: block;
  max-width: 350px;
  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;
  max-width: 350px;
  width: 100%;
  background: #8295a4;
  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);
}
.cartWrap .cartBottan-area {
  max-width: 48%;
  width: 100%;
  margin-right: 2%;
}
.cartWrap .cartBottan-area:last-child {
  margin-right: 0;
}
.cartWrap a.cartBottan {
  padding: 8% 3%;
}
.cartWrap .cartBottan-text {
  font-size: 1.15rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}
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.375rem;
  line-height: 1.375rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.couponCode-wrap {
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.couponArea {
  max-width: 60%;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #8295a4;
  border-radius: 3px;
  margin: 60px 20% 30px;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.couponCode-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
}
.couponCode_title {
  color: #fff;
  font-size: 1.1rem;
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.couponCode {
  display: inline-block;
  color: #fff;
  width: 50%;
  font-size: 2.0rem;
  line-height: 4.0rem;
  text-align: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.couponCode_number--bold {
  position: relative;
  top: 2px;
  font-size: 2.8rem;
  line-height: 4.0rem;
  letter-spacing: 0.1rem;
}
.coupon-notes_text {
  font-size: 0.95rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
}

/* 成分表
===================================*/
.a-click {
  cursor: pointer;
}
#accordionArea {
  display: none;
}
.s-text {
  position: relative;
  top: -3px;
  font-size: 0.9rem;
  font-weight: normal;
}
.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: #c7738e;
  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;
  padding: 0 0 10px;
}

/* お問い合わせ番号
===================================*/

.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: 1980px) {
/* wrap 関連
-------------------------*/
.FlexBox-wrap {
  max-width: 80%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10%;
}
/* ヘッダーパーツ
===================================*/
.header-area {
  width: 100%;
}
/* BRIGHTENING WASH 5POINT
===================================*/
.BW-pointArea {
  max-width: 95%;
  margin: 80px 2.5%;
}

/* 商品説明エリア
===================================*/
.mainTitleAtea {
  max-width: 95%;
  width: 100%;
  text-align: center;
  margin: 80px 2.5% 0;
}
.productsArea,
.productsArea2 {
  display: flex;
  align-items: center;
  max-width: 70%;
  width: 100%;
  margin: 0 15%;
}
.pointBox {
  max-width: 95%;
  width: 100%;
  border-bottom: dotted 1px #ccc;
  margin: 0 2.5% 30px;
  padding: 0 0 20px;
}
}
@media screen and (max-width: 1100px) {
.pad-style {
  display: inline-block;
}
.pad-br {
  display: none;
}
.br-1100 {
  display: none;
}
/* wrap 関連
-------------------------*/
.FlexBox-wrap {
  max-width: 95%;
  margin: 30px 2.5%;
}
/* ヘッダーパーツ
===================================*/
.main-visual-area {
  height: calc(100vw * 0.35);
  padding: 0;
}
.main-visual-textBlock {
  top: 25%;
  bottom: 25%;
  right: 0;
}
.header-title {
  font-size: 2.6rem;
  line-height: 3.0rem;
  letter-spacing: 0.5rem;
}
.header-subtitle {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
}
.header-subtext {
  font-size: 1.0rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  margin: 10px 0 0;
}
.sales-period {
  width: 150px;
  height: 150px;
  right: 0;
  bottom: 5%;
}
.sales-period_text {
  font-size: 2.0rem;
  line-height: 2.0rem;
  letter-spacing: 0.2rem;
  padding: 17px 15px;
}
.sales-period_text--mini {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.sales-period_text--medi {
  font-size: 1.6rem;
  line-height: 2.0rem;
}

/* 商品情報
===================================*/
.productsArea,
.productsArea2 {
  display: block;
  max-width: 90%;
  width: 100%;
  margin: 0 5%;
}
.recycling {
  max-width: 100%;
  width: 100%;
  padding: 40px 0 0;
  margin: 0;
}
.products-textBox {
  max-width: 70%;
  width: 100%;
  margin: auto;
}
.infomeitonBlock {
  width: 80%;
  margin: 0 5%;
}

.productsPointArea2 {
  max-width: 90%;
  margin: 40px 5% 80px;
}

.pointTitleblock {
  max-width: 80%;
  width: 100%;
  margin: 0 0 30px;
}
.pointPhotoTitle {
  aspect-ratio: 5 / 3;
}
.pointPhotoBlock {
  max-width: 100%;
}
.pointPhotoBlock:before {
  content: "";
  display: block;
  max-width: 25%;
  width: 100%;
  order: 1;
}
.pointPhotoBlock:after {
  content: "";
  display: block;
  max-width: 25%;
  width: 100%;
}
.pointPhotoBlock3 {
  max-width: 60%;
  width: 100%;
  margin: 0 auto;
}
.pointPhotoBox {
  max-width: 23%;
  width: 100%;
  color: #0f5084;
  font-size: 0.85rem;
  line-height: 1.6rem;
  text-align: center;
  margin: 0 1% 5px;
}


.productsArticle-rwap {
  display: block;
  margin: 20px 0 0;
}
.productsArticleBox {
  display: flex;
  max-width: 100%;
  width: 100%;
  margin: 0 0 2%;
}
.productsArticleBox2 {
  max-width: 100%;
}
.articleBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 0 10px 0;
}
.articleBox2 {
  width: 190%;
  margin: 0 0 0 2%;
}
.articleBox3 {
  max-width: 50%;
  width: 100%;
}
.materialTitle--block {
  max-width: 28%;
  padding: 5px 5px;
}
.articleBox_photo:last-child {
  margin: 0;
}
.materialTextBox {
  max-width: 48%;
  width: 100%;
  margin: 0 2% 0 0;
}
.products_pointBox {
  max-width: 31.3%;
  width: 100%;
  margin: 0 1% 2% 1%;
}
.products_pointFlex {
  display: flex;
  flex-flow: wrap;
}
.products_pointFlex-wrap {
  max-width: 48%;
  width: 100%;
  margin: 0 2% 0 0;
}
.materialTitle {
  display: block;
}
.products_pointBox2 {
  max-width: 48%;
  margin: 0 2% 2% 0;
}


.checkBlock {
  max-width: 48%;
  margin: 0 1% 0 0;
}
.checkText {
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.howToArea {
  flex-flow: wrap;
  max-width: 90%;
  margin: 0 5% 80px;
}
.howToBox {
  max-width: 51%;
  margin: 0 2% 2% 0;
}




/* イントロダクション
===================================*/
.introductionBlock {
  max-width: 90%;
  width: 100%;
  margin: 50px 5%;
}
/* 商品説明エリア
===================================*/
.mainTitleAtea {
  width: 90%;
  text-align: center;
  margin: 40px 5% 40px;
}
.subTitleAtea {
  width: 90%;
  text-align: left;
  margin: 40px 5% 40px;
}
.articleBlock {
  max-width: 60%;
}
.articlePhotoArea {
  width: 35%;
  margin: 0 0 0 5%;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}
.articleTitle,
.articleTitle2 {
  /*color: #e47145;*/
  font-size: 2.0rem;
  line-height: 3.0rem;
  letter-spacing: 0.1rem;
  padding: 0 0 20px;
}
.h1-main-title {
  font-size: 2.0rem;
  line-height: 3.8rem;
  letter-spacing: 0.3rem;
}

.h3-main-title1 {
  font-size: 2.2rem;
  line-height: 3.4rem;
  letter-spacing: 0.1rem;
}
.mainLeadtext {
  font-size: 1.0rem;
  line-height: 2.0rem;
}
.articleTxet {
  color: #454b62;
  font-size: 1.0rem;
  line-height: 2.0rem;
  letter-spacing: 0.05rem;
}
/* cartArea-wrap
===================================*/
.couponArea {
  max-width: 90%;
  margin: 60px 5% 30px;
}

/* cart-parts */
.special-offer {
  color: #454b62;
  font-size: 0.95rem;
  line-height: 1.6rem;
}
.couponCode {
  line-height: 3.0rem;
}
.couponCode_number--bold {
  line-height: 3.0rem;
}
.coupon-notes_text {
  font-size: 0.8rem;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
}


/* 商品情報 */
.products-info_concept-wrap {
  margin: 0px 30px 0 0;
}


/* 成分表
===================================*/
.componentListArea {
  max-width: 90%;
  margin: 50px 5% 0;
}
.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) {
  /* 商品説明エリア
===================================*/
.leadTitle {
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
  padding: 0 0 10px;
}
.efficacyArea {
  max-width: 90%;
  width: 100%;
  margin: 0 5% 20px;
}
}
@media screen and (max-width: 768px) {
.pad-style {
  display: inline-block;
}
.hederBr {
  display: inline-block;
}
/* wrap 関連
-------------------------*/
.FlexBox-wrap {
  max-width: 95%;
  display: block;
  margin: 0 2.5%;
}

/* ヘッダーパーツ
===================================*/
.main-visual-area {
  max-width: 100%;
  height: calc(100vw * 0.45);
  margin: 0;
}
.main-visual-textBlock {
  top: 25%;
  bottom: 25%;
  right: 4%;
}
.sales-period {
  right: 4%;
  bottom: 13%;
}
.header-title {
  font-size: 2.6rem;
  line-height: 3.0rem;
  letter-spacing: 0.3rem;
}

/* イントロダクション
===================================*/
.introductionBlock {
  flex-flow: column-reverse;
  max-width: 90%;
  width: 100%;
  margin: 50px 5%;
}

/* BRIGHTENING WASH 5POINT
===================================*/
.BW-pointBlock {
  max-width: 46%;
  width: 100%;
  margin: 20px 2%;
}
.BW-pointTitle {
  top: 65%;
  font-size: 2.0rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
}
.BW-point-articleTitle {
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin: 0 0 10px;
}

/* 商品説明エリア
===================================*/
.mainTitleAtea {
  max-width: 95%;
  width: 100%;
  margin: 60px 2.5% 40px;
}
.subTitleAtea {
  width: 90%;
  text-align: center;
  margin: 60px 5% 60px;
}
.h1-main-title {
  font-size: 2.0rem;
  line-height: 3.0rem;
  letter-spacing: 0.3rem;
}
.h1-main-title-l {
  position: relative;
  top: 15px;
  font-size: 4.5rem;
  letter-spacing: 0.8rem;
  margin-bottom: 10px;
}
.h3-main-title1 {
  font-size: 2.0rem;
  line-height: 3.8rem;
  letter-spacing: 0.1rem;
}
.leadTitle {
  font-size: 1.6rem;
  line-height: 3.0rem;
  letter-spacing: 0.1rem;
}
.mainLeadtext {
  font-size: 1.0rem;
  line-height: 2.0rem;
  padding: 10px 0 0;
}
.articleBlock {
  max-width: 100%;
  margin: 30px 0 0;
}
.articleTitle,
.articleTitle2 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.articlePhotoArea {
  width: 50%;
  margin: 0;
}
.efficacyArea {
  max-width: 80%;
  margin: 20px 10%;
}
.quasiDrugs {
  margin: 30px 0 0;
}

/* 商品情報
===================================*/
.productsArea {
  display: block;
  max-width: 90%;
  width: 100%;
  margin: 10px 5% 0;
}
.products-textBox {
  max-width: 70%;
  width: 100%;
  margin:0 15% 10%;
}
.productsArea2 {
  flex-flow: column-reverse;
}

.productsPhotoArea {
  max-width: 85%;
  width: 100%;
  margin: auto;
}
.pointBox {
  display: block;
}
.pointTitleblock {
  max-width: 100%;
  width: 100%;
  margin: 0 0 30px;
}
.symbolMark,
.symbolMark2,
.symbolMark3 {
  display: flex;
  color: #fff;
  font-size: 3.0rem;
  line-height: 3.0rem;
  background: #e47145;
  border-radius: 0;
  margin: 0 0 20px;
  padding: 12px;
  box-sizing: border-box;
}
.symbolMark3 {
  background: #e4ac45;
}
.symbolMark2 {
  writing-mode: unset;
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  background: #ef492f;
}
.products_pointLeadtxt {
  color: #5c5f6e;
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1.6rem;
  text-align: justify;
  margin-bottom: 10px;
}
.materialText {
  font-size: 0.9rem;
  line-height: 1.6rem;
}
.materialTitle--block {
  max-width: 33%;
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  background: #8295a4;
  margin: 0 2% 0 0;
  padding: 5px;
}
.materialTextBox2 {
  max-width: 65%;
}
.material-shirikaBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5px;
}
.products_pointFlex-wrap {
  max-width: 48%;
  width: 100%;
  margin: 0 2% 0 0;
}
.materialTitle {
  font-size: 0.95rem;
  line-height: 1.6rem;
  margin: 0 0 10px;
  padding: 5px 10px;
}


.howToArea {
  flex-flow: wrap;
  max-width: 90%;
  margin: 0 5% 80px;
}
.howToArea:before {
  content: "";
  display: block;
  max-width: 25%;
  width: 100%;
  order: 1;
}
.howToArea:after {
  content: "";
  display: block;
  max-width: 50%;
  width: 100%;
}
.howToBox,
.howToBox:last-child {
  max-width: 100%;
  width: 100%;
  margin: 0 0 20px;
}

/* cart-parts */
.productsSet-box {
  margin: 10px 0 20px;
  padding: 0;
}
.cartBottan-area-flex {
  display: block;
  margin: 10px auto 0;
}
a.cartBottan.rowstyle {
  margin: 0 auto 20px;
}
.couponCode-wrap {
  display: block;
  text-align: center;
  margin: 10px 0 0;
  padding: 0;
}
.couponCode {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.couponCode_number--bold {
  font-size: 2.0rem;
  line-height: 2.4rem;
}

.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;
}
.pad-style {
  display: none;
}
.sp-style {
  display: block;
}
.hederBr {
  display: none;
}

/* ヘッダーパーツ
===================================*/
.header-area {
  position: relative;
  width: 100%;
  /*background: #f3ece4;/* 見本 */
  background: url(../images/main-visual-sp-02.jpg);
  background-size: cover;
  background-position: 25% 0;
}
.main-visual-area {
  height: calc(100vw * 1.1);
  background-size: unset;
  background-position: 77% -30%;
}
.main-visual-textBlock {
  justify-content: unset;
  top: 3%;
  bottom: 0;
  left: 5%;
}
.header-title {
  font-size: 2.4rem;
  line-height: 3.0rem;
  letter-spacing: 0.1rem;
  margin: 0 0 10px;
}
.header-subtitle {
  font-size: 1.4rem;
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
}
.header-subtext {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin: 10px 0 0;
}
.sales-period {
  width: 100%;
  height: auto;
  background: #8295a4;
  border-radius: 0;
  top: 95%;
  right: 0;
  bottom: -30px;
}
.sales-period_text {
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  padding: 10px;
}
.sales-period_text--medi {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
}
.sales-period_text--mini {
  position: relative;
  top: -3px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
}

/* BRIGHTENING WASH 5POINT
===================================*/
.BW-pointArea {
  display: block;
  margin: 40px 2.5%;
}
.BW-pointBlock {
  max-width: 100%;
  margin: 0 0 20px;
}
.BW-pointTitle {
  top: 10%;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.BW-point-articleTitle {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0 0 10px;
}
.BW-point-articleTitle span {
    position: relative;
    top: -3px;
    font-size: 0.85rem;
}

/* 商品説明エリア
===================================*/
.mainTitleAtea {
  max-width: 90%;
  width: 100%;
  text-align: center;
  margin: 60px 5% 30px;
}
.subTitleAtea {
  width: 100%;
  text-align: left;
  margin: 20px 0 30px;
}
.h1-main-title {
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.05rem;
}
.h3-main-title1 {
  display: block;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
}
.leadArea {
  max-width: 90%;;
  margin: 60px 5% 0;
}
.leadTitle {
  font-size: 1.0rem;
  line-height: 2.0rem;
  letter-spacing: 0.05rem;
}
.leadArea .leadTitle {
  font-size: 1.2rem;
  line-height: 2.0rem;
  letter-spacing: 0.05rem;
}
.mainLeadtext {
  font-size: 1.0rem;
  line-height: 1.8rem;
  text-align: left;
}
.articleTitle,
.articleTitle2 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.articlePhotoArea {
  width: 70%;
  margin: 0;
}
.articlePhotoArea4 {
  width: 100%;
  margin: 0;
}
.efficacyArea {
  max-width: 100%;
  margin: 10px 0;
}
.efficacyArea li {
  margin: 5px;
}
.quasiDrugs-notes {
  margin-bottom: 40px;
}
.products-name .quasiDrugs {
  margin: 10px 0 0;
}

/* cart-parts */
.products-textBox:nth-child(odd),
.products-textBox:nth-child(even) {
  max-width: 100%;
  width: 100%;
  margin:0 0 5%;
}

.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;
}
.couponCode_title {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.couponCode {
  width: 100%;
}
.couponCode_number--bold {
  display: block;
}
.cartWrap {
  display: block;
}
.cartWrap .cartBottan-area {
  max-width: 100%;
  width: 100%;
  margin: 0 0 5%;
}
.cartWrap a.cartBottan {
  padding: 7% 3%;
}
.cartWrap .cartBottan-text {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

/* 商品情報
===================================*/
.products-info {
  margin: 0 0 40px;
}
.productsArea {
  display: block;
  max-width: 90%;
  width: 100%;
  margin: 0 5%;
}
.productsPointArea2 {
  max-width: 95%;
  margin: 40px 2.5% 60px;
}
.productsPhotoArea {
  max-width: 100%;
  margin: 0 0 5px;
}
.products-textBox {
  max-width: 100%;
  margin: 0;
}
.products-info_wrap {
  padding: 30px 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;
}
.infomeitonBlock03 {
  display: block;
  max-width: 90%;
  margin: 0 5%;
}
.checkBlock {
  max-width: 100%;
  margin: 0 0 1%;
}
.symbolMark,
.symbolMark2,
.symbolMark3 {
  font-size: 2.6rem;
  line-height: 2.6rem;
  margin: 0 0 20px;
  padding: 12px;
}
.pointTitle-h2 {
  font-size: 2.0rem;
  line-height: 3.2rem;
  letter-spacing: 0.1rem;
}
.pointFlex {
  display: block;
  margin: 20px 0 0;
}
.pointPhotoBox2 {
  max-width: 100%;
  margin: 0 0 5px;
}
.pointPhotoTitle {
  aspect-ratio: 5 / 1;
}
.pointPhotoBox {
  max-width: 48%;
  margin: 0 1% 5px;
}
.pointPhotoBlock3 {
  max-width: 100%;
}
.products_pointTitle {
  color: #8295a4;
  font-size: 1.8rem;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
  padding-bottom: 10px;
}
.products-materialTitle {
  padding-bottom: 10px;
}
.annotationArea {
  max-width: 90%;
  width: 100%;
  margin: 0 5%;
}


.howToArea {
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 90%;
  margin: 0 5% 30px;
  padding: 0 0 20px;
}
.howToBox {
  max-width: 95%;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.6rem;
  text-align: justify;
  margin: 0 2.5% 20px;
}
.howToBox:last-child {
  max-width: 100%;
  margin: 0 2% 20px 2%;
}
.products-detailsBottan a {
  width: 100%;
  font-size: 0.85rem;
  text-align: center;
  padding: 5px;
}
.productsArticleBox {
  display: block;
}
.articleBox2 {
  width: 100%;
  margin: 0 0 30px;
}

.material-shirikaBox {
  display: block;
  margin-bottom: 5px;
}
.materialTitle--block {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0 0 5px;
  padding: 5px;
}
.materialTextBox2 {
  max-width: 100%;
}
.articleBox {
  display: flex;
  flex-flow: wrap;
  max-width: 100%;
  margin: 0 0 10px;
}
.articleBox_photo {
  max-width: 100%;
  margin: 0 0 10px;
}
.articleBox3 {
  max-width: 100%;
}
.materialPhoto4 {
  max-width: 80%;
  width: 100%;
  display: block;
  margin: 10px 10% 20px;
}
.materialText--eyeCatch {
  font-size: 0.85rem;
  margin-right: 5px;
  padding: 5px;
}
.products_pointBox {
  max-width: 100%;
  width: 100%;
  margin: 0 0 2%;
}
.products_pointBox2 {
  max-width: 100%;
  margin: 0 0 2%;
}


/* 成分表
===================================*/
.componentListArea {
  max-width: 90%;
  margin: 50px 5% 40px;
}

/* お問い合わせ番号 */
.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) {
}

