/* CSS Document */
/*-------------------共通-------------------*/
.wrapCoan {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.wrapCoan img {
  display: block;
  width: 100%;
  height: auto;
}
.wrapCoan h1 {
  margin: 0;
  padding: 0;
}
/*-------------------幅-------------------*/
.coanOrgLayW370Typ01, .coanOrgLayW500Typ01, .coanOrgLayW560Typ01, .coanOrgLayW370Typ02, .coanOrgLayW500Typ02, .coanOrgLayW560Typ02 {
  margin: 0 auto;
}
.coanOrgLayW370Typ02, .coanOrgLayW500Typ02, .coanOrgLayW560Typ02 {
  padding: 0 20px;
}
/*----幅370px 左右に余白を作らない----*/
.coanOrgLayW370Typ01 {
  max-width: 370px;
}
@media screen and (max-width:370px) {
  .coanOrgLayW370Typ01 {
    width: 100%;
    max-width: inherit;
  }
}
/*----幅370px 左右に余白を20px----*/
.coanOrgLayW370Typ02 {
  max-width: 410px;
}
@media screen and (max-width:410px) {
  .coanOrgLayW370Typ02 {
    width: 100%;
    max-width: inherit;
  }
}
/*----幅500px 左右に余白を作らない----*/
.coanOrgLayW500Typ01 {
  max-width: 500px;
}
@media screen and (max-width:500px) {
  .coanOrgLayW500Typ01 {
    width: 100%;
    max-width: inherit;
  }
}
/*----幅500px 左右に余白を20px----*/
.coanOrgLayW500Typ02 {
  max-width: 540px;
}
@media screen and (max-width:540px) {
  .coanOrgLayW500Typ02 {
    width: 100%;
    max-width: inherit;
  }
}
/*----幅560px 左右に余白を作らない----*/
.coanOrgLayW560Typ01 {
  max-width: 560px;
}
@media screen and (max-width:560px) {
  .coanOrgLayW560Typ01 {
    width: 100%;
    max-width: inherit;
  }
}
/*----幅560px 左右に余白を20px----*/
.coanOrgLayW560Typ02 {
  max-width: 600px;
}
@media screen and (max-width:600px) {
  .coanOrgLayW560Typ02 {
    width: 100%;
    max-width: inherit;
  }
}
/*-------------------背景-------------------*/
/*----背景 01----*/
.coanOrgBgTyp01 {
  padding: 60px 0 50px 0;
  background: #BCC5CD;
}
/*----背景 02----*/
.coanOrgBgTyp02 {
  background: #ffffff;
}
/*----背景 03----*/
.coanOrgBgTyp03 {
  padding: 20px;
  background: url("../img/bg_001.jpg") no-repeat 50% 50% / cover;
}
/*----背景 04----*/
.coanOrgBgTyp04 {
  padding:  40px 0;
  background: #ffffff;
}
/*----背景 05----*/
.coanOrgBgTyp05 {
  padding:  30px 0 0 0;
  background: #DDE0ED;
}
/*----背景 06----*/
.coanOrgBgTyp06 {
  padding:  30px 0 0 0;
  background: #DDE3ED;
}
/*----背景 07----*/
.coanOrgBgTyp07 {
  padding:  30px 0 0 0;
  background: #DFE2E6;
}

/*-------------------本文-------------------*/
/*----文字色----*/
.wrapCoan {
  color: #000000;
}
/*----テキスト 01----*/
.coanOrgTxtTyp01 {
	font-size: 17px;
}
@media screen and (max-width:768px) {
  .coanOrgTxtTyp01 {
    font-size: 14px;
  }
}

/*-------------------期間限定特別価格-------------------*/
.wrapCoanLimited {
  margin: 4% auto;
  padding: 0 20px;
  max-width: 540px;
}
dl.coanLimited {
  padding: 10px;
  color: #c82d2d;
  font-weight: 500;
  border: 3px solid currentColor;
  border-radius: 15px;
}
dl.coanLimited dt {
  text-align: center;
  font-size: 32px;
}
dl.coanLimited dd {
  text-align: center;
  font-size: 23px;
}
@media screen and (max-width:768px) {
  dl.coanLimited dt {
    font-size: 28px;
  }
  dl.coanLimited dd {
    font-size: 20px;
  }
}
/*-------------------動画-------------------*/
.coanOrgMovieTyp01 {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.coanOrgMovieTyp01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/*-------------------購入エリア-------------------*/
.wrapCoanPurchase {
  padding: 0 20px;
}
.coanPurchaseTyp01 {
  margin: 0 auto;
  max-width: 500px;
  padding: 30px 20px;
}
.coanPurchaseTyp02 {
  margin: 0 auto;
  max-width: 500px;
  padding: 30px 20px;
}
.coanPurchaseTyp03 {
  margin: 0 auto;
  max-width: 500px;
  padding: 30px 20px;
}
.coanPurchaseTyp01 img{
  padding: 0;
}
.coanPurchaseInLay01 {
  padding: 0 10px;
}
.coanPurchaseInLay02 {
  margin-top: 20px;
  padding: 0;
}
@media screen and (max-width:540px) {
  .coanPurchaseTyp01 {
    width: 100%;
    padding: 5% 3%;
  }
  .coanPurchaseInLay02 {
    margin-top: 5%;
  }
}
/*商品名*/
.coanPurchaseItem01 dt {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
}
.coanPurchaseItem01 dd {
  font-size: 17px;
  line-height: 1.3;
}
.coanPurchaseItem01 dt + dd {
  margin-top: 8px;
}
/*価格*/
.coanPriceTyp01 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  line-height: 1;
  letter-spacing: 0;
}
.coanPriceInLay01 {
  width: 37%;
}
.coanPriceInLay01 .coanDecoOff {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 26px;
  color: #ffffff;
  font-weight: 500;
  background: #c82d2d;
  border-radius: 0.2em;
}
.coanPriceInLay02 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 1;
  text-align: right;
}
.coanPriceInLay02 .coanPriceSpecial {
  margin-top: 8px;
  text-align: right;
  font-size: 40px;
  color: #c82d2d;
  white-space: nowrap;
}
.coanPriceInLay02 .coanPriceRegular {
  position: relative;
  display: inline-block;
  text-align: right;
  font-size: 40px;
  color: #222222;
  white-space: nowrap;
}
.js-timer .coanPriceInLay02 .coanPriceRegular {
  font-size: 27px;
}
.js-timer[data-end] .coanPriceInLay02 .coanPriceRegular {
  color: #5a5a5a;
}
.js-timer[data-start] .coanPriceInLay02 .coanPriceRegular {
  font-size: 40px;
}
.js-timer[data-end] .coanPriceInLay02 .coanPriceRegular:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: currentColor;
  position: absolute;
  top: 59%;
  left: 0;
  transform: scaleY(.5);
}
.coanDecoTax {
  display: inline-block;
  font-size: 16px;
  margin-left: 0.25em;
  transform: translateY(-0.1em);
}
@media screen and (max-width:540px) {
  .coanPriceInLay01 .coanDecoOff {
    font-size: 5.5vw;
  }
  .coanPriceInLay02 .coanPriceSpecial {
    font-size: 8vw;
  }
  .coanPriceInLay02 .coanPriceRegular {
    font-size: 8vw;
  }
  .js-timer .coanPriceInLay02 .coanPriceRegular {
    font-size: 6vw;
  }
  .js-timer[data-start] .coanPriceInLay02 .coanPriceRegular {
    font-size: 8vw;
  }
}
/*補足*/
.coanPurchaseTxtTyp01 {
  margin: 20px 0 0;
  padding: 15px 0;
  border-top: 1px solid #C82D2D;
  border-bottom: 1px solid #C82D2D;
}
.coanPurchaseTxtItem01 {
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  color: #C82D2D;
  font-weight: bold;
}
.coanPurchaseTxtItem02 {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.coanPurchaseTxtItem01 + .coanPurchaseTxtItem02 {
  margin-top: 5px;
}
@media screen and (max-width:540px) {
  .coanPurchaseTxtItem01 {
    font-size: 4.8vw;
  }
  .coanPurchaseTxtItem02 {
    font-size: 3.1vw;
  }
}
/*購入ボタン01*/
.coanPurchaseBtnBuy01 {
  display: block;
  font-size: 27px;
  line-height: 1;
  padding: 13px 0 18px;
  border-radius: 4em;
  border: 2px solid #919EB6;
  background: #919EB6;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: background .2s, border .2s;
}
.coanPurchaseBtnBuy01:hover {
  border-color: #919EB6;
  background: #ffffff;
  color: #919EB6;
}
.coanPurchaseBtnBuy01:after {
  display: block;
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 50%;
  right: 7.5%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width:540px) {
  .coanPurchaseBtnBuy01 {
    font-size: 5.5vw;
  }
}
/*購入ボタン02*/
.coanPurchaseBtnBuy02 {
  display: block;
  font-size: 27px;
  line-height: 1;
  padding: 13px 0 18px;
  border-radius: 4em;
  border: 2px solid #89ACD2;
  background: #89ACD2;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: background .2s, border .2s;
}
.coanPurchaseBtnBuy02:hover {
  border-color: #89ACD2;
  background: #ffffff;
  color: #89ACD2;
}
.coanPurchaseBtnBuy02:after {
  display: block;
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 50%;
  right: 7.5%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width:540px) {
  .coanPurchaseBtnBuy02 {
    font-size: 5.5vw;
  }
}
/*購入ボタン03*/
.coanPurchaseBtnBuy03 {
  display: block;
  font-size: 27px;
  line-height: 1;
  padding: 13px 0 18px;
  border-radius: 4em;
  border: 2px solid #88AAB8;
  background: #88AAB8;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: background .2s, border .2s;
}
.coanPurchaseBtnBuy03:hover {
  border-color: #88AAB8;
  background: #ffffff;
  color: #88AAB8;
}
.coanPurchaseBtnBuy03:after {
  display: block;
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 50%;
  right: 7.5%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width:540px) {
  .coanPurchaseBtnBuy03 {
    font-size: 5.5vw;
  }
}
/*ページ内リンクボタン01*/
.coanPurchaseBtnLink01 {
  display: block;
  font-size: 27px;
  line-height: 1;
  padding: 13px 0 18px;
  margin: 0 25px;
  border-radius: 4em;
  border: 2px solid #E4E7ED;
  background: #E4E7ED;
  color: #6D7F97;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: background .2s, border .2s;
}
.coanPurchaseBtnLink01:hover {
  border-color: #E4E7ED;
  background: #ffffff;
  color: #6D7F97;
}
.coanPurchaseBtnLink01:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 20%;
  background: url("../img/icon_001.png") no-repeat 50% 50% / cover;
}
@media screen and (max-width:540px) {
  .coanPurchaseBtnLink01 {
    font-size: 5.5vw;
  }
	.coanPurchaseBtnLink01:after{
	  right: 10%;
	}
}
/*ページ内リンクボタン02*/
.coanPurchaseBtnLink02 {
  display: block;
  font-size: 27px;
  line-height: 1;
  padding: 13px 0 18px;
  margin: 0 25px;
  border-radius: 4em;
  border: 2px solid #E4EDF7;
  background: #E4EDF7;
  color: #4F668B;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: background .2s, border .2s;
}
.coanPurchaseBtnLink02:hover {
  border-color: #E4EDF7;
  background: #ffffff;
  color: #4F668B;
}
.coanPurchaseBtnLink02:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 20%;
  background: url("../img/icon_002.png") no-repeat 50% 50% / cover;
}
@media screen and (max-width:540px) {
  .coanPurchaseBtnLink02 {
    font-size: 5.5vw;
  }
  .coanPurchaseBtnLink02:after{
	  right: 10%;
	}
}
/*ページ内リンクボタン03*/
.coanPurchaseBtnLink03 {
  display: block;
  font-size: 27px;
  line-height: 1;
  padding: 13px 0 18px;
  margin: 0 25px;
  border-radius: 4em;
  border: 2px solid #E1EAED;
  background: #E1EAED;
  color: #578397;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: background .2s, border .2s;
}
.coanPurchaseBtnLink03:hover {
  border-color: #E1EAED;
  background: #ffffff;
  color: #578397;
}
.coanPurchaseBtnLink03:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 20%;
  background: url("../img/icon_003.png") no-repeat 50% 50% / cover;
}
@media screen and (max-width:540px) {
  .coanPurchaseBtnLink03 {
    font-size: 5.5vw;
  }
  .coanPurchaseBtnLink03:after{
	  right: 10%;
	}
}
/*定期便リンク*/
.coanPurchaseTxtSubsc {
  margin: 0.75em 1.25rem 0;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  color: #009F3D;
}
@media screen and (max-width:540px) {
  .coanPurchaseTxtSubsc {
    font-size: 4.5vw;
  }
}
/*-------------------固有レイアウト-------------------*/
/*その肌悩み 古い角層が重層化＋肌に潤いがたりていないせいかも…*/
.coanUniqLayTyp01 {
  position: relative;
  padding-top: 90px;
  background: #ffffff;
}
.coanUniqLayTyp01 .coanlayIcon {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -87px;
  width: 174px;
}
/*-------------------上下余白-------------------*/
.coanOrgMt10 {
  margin-top: 10px !important;
}
.coanOrgMt20 {
  margin-top: 20px !important;
}
.coanOrgMt25 {
  margin-top: 25px !important;
}
.coanOrgMt30 {
  margin-top: 30px !important;
}
.coanOrgMt40 {
  margin-top: 40px !important;
}
.coanOrgMt50 {
  margin-top: 50px !important;
}
.coanOrgMt60 {
  margin-top: 60px !important;
}
.coanOrgMt70 {
  margin-top: 70px !important;
}
.coanOrgMt80 {
  margin-top: 80px !important;
}
.coanOrgMt90 {
  margin-top: 90px !important;
}
.coanOrgMt100 {
  margin-top: 100px !important;
}
.coanOrgMt120 {
  margin-top: 120px !important;
}
@media screen and (max-width:768px) {
  .coanOrgMtSp10 {
    margin-top: 10px !important;
  }
  .coanOrgMtSp20 {
    margin-top: 20px !important;
  }
  .coanOrgMtSp30 {
    margin-top: 30px !important;
  }
  .coanOrgMtSp40 {
    margin-top: 40px !important;
  }
  .coanOrgMtSp50 {
    margin-top: 50px !important;
  }
  .coanOrgMtSp60 {
    margin-top: 60px !important;
  }
  .coanOrgMtSp70 {
    margin-top: 70px !important;
  }
  .coanOrgMtSp80 {
    margin-top: 80px !important;
  }
  .coanOrgMtSp90 {
    margin-top: 90px !important;
  }
  .coanOrgMtSp100 {
    margin-top: 100px !important;
  }
}
/*end*/