@charset "utf-8";
/* CSS Document */


/* 2021.0803-sakuma */
@import url(basic-style.css);
@import url(google-fonts-style.css);
@import url(shoplist-style.css);

/* root設定 */
:root {

}

/* -//-root設定-- */

/* link設定 */
a {
  color: #18a5b7;
  text-decoration: none;
}

/* グラデーション[マーカーライン] */
/*イエロー*/
.marker00 {
  background: linear-gradient(transparent 60%, #f5efbc 0%);
}
/*ベージュ*/
.marker01 {
  background: linear-gradient(transparent 60%, #f1bed3 0%);
}
/*グリーン*/
.marker02 {
  background: linear-gradient(transparent 60%, #e5f1e4 0%);
}
/*ブルー*/
.marker03 {
  background: linear-gradient(transparent 60%, #d4ecef 0%);
}
/*ピンク*/
.marker04 {
  background: linear-gradient(transparent 60%, #fde7e8 0%);
}
/*グリーン（グラデ）*/
.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: inline-block;
}
.sp-style {
  display: none;
}
.hederBr {
  display: none;
}
.testResults-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;
}

/* ヘッダーパーツ
===================================*/
.header-area {
  position: relative;
  width: 100%;
  background: #e7d3c7 url(../images/main-visual.jpg);
  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: 2.0rem;
  line-height: 3.6rem;
  letter-spacing: 0.05rem;
}
.main-catch {
  color: #df2469;
  font-size: 5.0rem;
  line-height: 5.0rem;
  letter-spacing: 0.5rem;
  margin: 0 0 20px;
}
.header-products-name {
  color: #64463b;
  font-size: 2.8rem;
  line-height: 4.0rem;
  text-align: center;
}

a.shopBottan {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.0rem;
  letter-spacing: 0.1rem;
  max-width: 70%;
  width: 100%;
  background: #00a99d;
  border-radius: 5px;
  text-align: center;
  margin: 1rem 15% 0;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  /* box-shadow */
  box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.6);
}
a:hover.shopBottan {
  /* box-shadow */
  background: #18a5b7;
  box-shadow: 4px 4px 16px -6px rgba(0,0,0,0.0);
  transition: .8s;
}

/* パートナーリスト
===================================*/
.partner-shop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 1%;
  max-width: 80%;
  width: 100%;
  margin: 0 10% 2%;
}
.partner-shop_textBox {
  max-width: 90%;
  width: 100%;
  text-align: center;
  margin: 0 5% 5%;
}
.partner-shop_box {
  max-width: 24%;
  width: 100%;
  margin: 0 0 1.5%;
}
.partner-shop_box_photo {
  width: 100%;
  margin: 0 0 1rem;
}
.shop-name h3 {
  font-size: 1.0rem;
  line-height: 1.2rem;
}
.partner-shop_text {
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
}

/* 商品説明エリア
===================================*/
.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;
  margin: 0 2% 0 0;
}
.productsSet-box_flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.pkg-photo {
  max-width: 50%;
  width: 100%;
}
.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.0rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}
.member-price {
  color: #e85600;
  color: var(--prime-color);
  font-size: 1.2rem;
  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.375rem;
  line-height: 1.375rem;
  letter-spacing: 0.1rem;
}
.member-price_number--bold {
  font-size: 1.75rem;
  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-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;
}



/* 成分表
===================================*/
.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;
  margin: 30px 0 0;
}


/* フッター
===================================*/
.footer-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  -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;
  color: #4d4d4d;
  text-align: center;
  /*margin: 30px 0 0;*/
}

.footer-privacy-logo{
  position: absolute;
  right: 0;
  padding: 0 20px;
  max-width: 100px;
  width: 100%;
}

/*=================================*/

/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1100px) {
.pad-style {
  display: none;
}

/* ヘッダーパーツ
===================================*/
.main-visual-area {
  height: calc(100vw * 0.35);
  padding: 0;
}
.b-mask-logo {
  left: 0;
  max-width: 180px;
}

.main-visual-textBlock {
  top: 25%;
  bottom: 25%;
  right: 0;
}
.sub-catchCopy {
  font-size: 1.4rem;
  line-height: 2.0rem;
  text-align: right;
}
.main-catch {
  font-size: 3.2rem;
  line-height: 3.2rem;
  letter-spacing: 0.3rem;
  text-align: center;
  margin: 0 0 20px;
}
.header-products-name {
  font-size: 2.0rem;
  line-height: 3.0rem;
  text-align: center;
}
a.shopBottan {
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.0rem;
  letter-spacing: 0.1rem;
}

/* 商品情報
===================================*/
.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;
}


/* パートナーリスト
===================================*/
.partner-shop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 1%;
  max-width: 90%;
  width: 100%;
  margin: 0 5% 5%;
}
.partner-shop_text {
  font-size: 1.4rem;
  line-height: 2.4rem;
}


/* 商品説明エリア
===================================*/
.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 */
.pkg-photo {
  max-width: 45%;
  width: 100%;
}

.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;
}

/* 商品情報 */
.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;
}
.footer-privacy-logo a img{
  max-width: 75px;
}
}

@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {

/* パートナーリスト
===================================*/
.partner-shop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 1%;
  max-width: 90%;
  width: 100%;
  margin: 0 5% 5%;
}
.partner-shop_box {
  max-width: 32.3%;
  width: 100%;
  margin: 0 0 3%;
}
.partner-shop:before {
  content: "";
  display: block;
  max-width: 32.3%;
  width: 100%;
  order: 1;
}
.partner-shop:after {
  content: "";
  display: block;
  max-width: 32.3%;
  width: 100%;
}
.partner-shop_box_photo {
  width: 100%;
  margin: 0 0 0.5rem;
}

}
@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: 4%;
}
.b-mask-logo {
  left: 20px;
  max-width: 130px;
}
.sub-catchCopy {
  font-size: 1.0rem;
  line-height: 1.8rem;
  text-align: center;
}
.main-catch {
  font-size: 2.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.2rem;
  text-align: right;
  margin: 0 0 10px;
}
.header-products-name {
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
}



/* 商品説明エリア
===================================*/
.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%;
  background: url(../images/main-visual-sp.jpg);
  background-size: cover;
  background-position: 25% 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: 73%;
  bottom: unset;
  left: unset;
  right: unset;
}
.main-catch {
  text-align: center;
}
.b-mask-logo {
  top: 15px;
  left: 34%;
  right: 34%;
  max-width: 110px;
}
a.shopBottan {
  display: inline-block;
  max-width: 60%;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
  margin: 1rem 20% 0;
}

/* パートナーリスト
===================================*/
.partner-shop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 1%;
  max-width: 90%;
  width: 100%;
  margin: 0 5% 5%;
}
.partner-shop_box {
  max-width: 49%;
  width: 100%;
  margin: 0 0 4%;
}
.partner-shop:before {
  content: "";
  display: block;
  max-width: 49%;
  width: 100%;
  order: 1;
}
.partner-shop:after {
  content: "";
  display: block;
  max-width: 49%;
  width: 100%;
}
.partner-shop_text {
  font-size: 1.2rem;
  line-height: 2.2rem;
}

/* 商品説明エリア
===================================*/
.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;
}
.productsSet-box_flex {
  display: block;
}
.pkg-photo {
  max-width: 100%;
  width: 100%;
  margin: 10px 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-title {
  font-size: 1.0rem;
  line-height: 1.6rem;
  padding: 0;
  margin-bottom: 5px;
}

.footer-inner {
  max-width: 90%;
}
.footer-privacy-logo {
  padding: 0 0 0 30px;
}

.footer-privacy-logo a img{
  max-width: 50px;
}
}
@media screen and (max-width: 375px) {
}

