/* 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;
}

/*-------------------幅-------------------*/
.coanOrgLayW560Typ01 {
  margin: 0 auto;
}

/*----幅560px 左右に余白を作らない----*/
.coanOrgLayW560Typ01 {
  max-width: 560px;
}
@media screen and (max-width:560px) {
  .coanOrgLayW560Typ01 {
    width: 100%;
    max-width: inherit;
  }
}
.wrapCoanLimited {
    margin: 4% auto;
    padding: 0 20px;
    max-width: 540px;
}
dl.coanLimited {
	font-size: 20pt;
    padding: 10px;
    color: #c82d2d;
    font-weight: 500;
    border: 3px solid currentColor;
    border-radius: 15px;
	text-align: center;
}

/*-------------------背景-------------------*/
/*----背景 01----*/
.coanOrgBgTyp01 {
  padding: 0 0 60px;
  background: #e7e7d1;
}

/*----背景 02----*/
.coanOrgBgTyp02 {
  padding: 60px 0;
  background: #f0efec;
}

@media screen and (max-width:560px){
  .coanOrgBgTyp01 {
  padding: 0 0 40px;
  }
  .coanOrgBgTyp02 {
  padding: 40px 0;
  }
}

/*-------------------本文-------------------*/
/*----文字色----*/
.wrapCoan {
  color: #000000;
}

/*-------------------購入エリア-------------------*/
.wrapCoanPurchase {
  padding: 0 10px;
}
.coanPurchaseTyp01 {
  margin: 0 auto;
  max-width: 500px;
  padding: 30px 20px;
}
.coanPurchaseTyp02 {
  margin: 0 auto;
  max-width: 500px;
  padding: 30px 0 0;
  background: #ffffff;
}
.coanPurchaseInLay01 {
  padding: 0 10px;
  justify-content: space-between;
}
.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.4em;
}

.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: #5a5a5a;
  white-space: nowrap;
 font-family: "MS Serif", "New York", "serif";
}
.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;
}
.coanPurchaseTxtItem03 {
  text-align: center;
  font-size: 24px;
	font-weight: 400;
  line-height: 1.2;
  color: #6e5032;
}
.coanPurchaseTxtItem01 + .coanPurchaseTxtItem02 + .coanPurchaseTxtItem03{
  margin-top: 5px;
}
@media screen and (max-width:540px) {
  .coanPurchaseTxtItem01 {
    font-size: 4.8vw;
  }
  .coanPurchaseTxtItem02 {
    font-size: 3.1vw;
  }
  .coanPurchaseTxtItem03 {
    font-size: 5vw;
  }
}
/*購入ボタン*/
.coanPurchaseBtnBuy {
     display: block;
    font-size: 27px;
    line-height: 1;
    padding: 13px 0 18px;
    border-radius: 4em;
    border: 2px solid #b7b75b;
    background: #b7b75b;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: background .2s, border .2s;
}
.coanPurchaseBtnBuy:hover {
  border-color: #b7b75b;
  background: #ffffff;
  color: #b7b75b;
}
.coanPurchaseBtnBuy: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) {
  .coanPurchaseBtnBuy {
    font-size: 5.5vw;
  }
}
/*定期便リンク*/
.coanPurchaseTxtSubsc {
 margin: 0.75em 1.25rem 0;
    text-align: center;
    font-size: 23px;
    line-height: 1;
    color: #009F3D;
}
@media screen and (max-width:540px) {
  .coanPurchaseTxtSubsc {
    font-size: 4.5vw;
  }
}
/*-------------------上下余白-------------------*/
.coanOrgMt10 {
  margin-top: 10px !important;
}
.coanOrgMt20 {
  margin-top: 20px !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*/