﻿/* CSS Document */
/*-------------------共通-------------------*/
.wrapCoan {
  margin-bottom: 0;
}
.wrapCoan img {
  display: block;
  width: 100%;
  height: auto;
}
.wrapCoan h1 {
  margin: 0;
  padding: 0;
}
/*-------------------幅-------------------*/
.coanOrgLayW370Typ01, .coanOrgLayW500Typ01, .coanOrgLayW560Typ01, .coanOrgLayW370Typ02, .coanOrgLayW500Typ02, .coanOrgLayW560Typ02, .coanOrgLayW450Typ02, .coanOrgLayW450Typ01, .coanOrgLayW400Typ01, .coanOrgLayW400Typ02{
  margin: 0 auto;
}
.coanOrgLayW370Typ02, .coanOrgLayW500Typ02, .coanOrgLayW560Typ02, .coanOrgLayW450Typ02, .coanOrgLayW400Typ02{
  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;
  }
}
/*----幅450px 左右に余白を作らない----*/
.coanOrgLayW450Typ01 {
  max-width: 450px;
}
@media screen and (max-width:450px) {
  .coanOrgLayW450Typ01 {
    width: 100%;
    max-width: inherit;
  }
}
/*----幅450px 左右に余白を20px----*/
.coanOrgLayW450Typ02 {
  max-width: 490px;
}
@media screen and (max-width:490px) {
  .coanOrgLayW450Typ02 {
    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 {
  /*background: url("../img/bg_001_0510.jpg")50% 0% / 100% auto;*/
  background: url("../../img/250509/bg.jpg")50% 0% / 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #d7e5c1;
}
/*----背景 02----*/
.coanOrgBgTyp02 {
  background-color: #fff;
	padding-bottom: 20px;
}
/*----背景 03----*/
.coanOrgBgTyp03 {
  background-color: #E6FFE0;
	padding-top: 40px;
	padding-bottom: 30px;
}
/*----背景 04----*/
.coanOrgBgTyp04 {
  background-color: #FFE8EB;
	padding-top: 40px;
	padding-bottom: 30px;
}
/*----背景 05----*/
.coanOrgBgTyp05 {
  background-color: #FFF8E1;
	padding-top: 40px;
	padding-bottom: 30px;
}
/*----背景 06----*/
.coanOrgBgTyp06 {
  background-color: #E1EBF3;
	padding-top: 40px;
	padding-bottom: 30px;
}
/*-------------------本文-------------------*/
/*----文字色----*/
.wrapCoan {
  color: #000000;
}
/*----テキスト 01----*/
.coanOrgTxtTyp01 {
	font-size: 16pt;
	font-weight: 600;
	line-height: 1.8;
	color: #262626;
}

/*----テキスト 02----*/
.coanOrgTxtTyp02 {
	font-size: 14pt;
	font-weight: 600;
	line-height: 1.4;
	color: #3caa82;
	text-align: center;
	margin-top: 10px;
}

/*----テキスト 03----*/
.coanOrgTxtTyp03 {
	font-size: 14pt;
	font-weight: 600;
	line-height: 1.4;
	color: #ff7c96;
	text-align: center;
	margin-top: 10px;
}

/*----テキスト 04----*/
.coanOrgTxtTyp04 {
	font-size: 14pt;
	font-weight: 600;
	line-height: 1.4;
	color: #e6b478;
	text-align: center;
	margin-top: 10px;
}

/*----テキスト 05----*/
.coanOrgTxtTyp05 {
	font-size: 14pt;
	font-weight: 600;
	line-height: 1.4;
	color: #788fdf;
	text-align: center;
	margin-top: 10px;
}
@media screen and (max-width:768px) {
	.coanOrgTxtTyp01 {
	font-size: 14pt;
	}
	.coanOrgTxtTyp02 {
	font-size: 12pt;
	}
	.coanOrgTxtTyp03 {
	font-size: 12pt;
	}	
  	.coanOrgTxtTyp04 {
	font-size: 12pt;
	}
	.coanOrgTxtTyp05 {
	font-size: 12pt;
	}
}
/*-------------------期間限定特別価格-------------------*/
.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;
  background: #ffffff;
}
.coanPurchaseTyp02 {
  margin: 0 auto;
  max-width: 500px;
  padding: 30px 0 0;
  background: #ffffff;
}
.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.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: #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;
  }
}
/*購入ボタン*/
.coanPurchaseBtnBuy {
  display: block;
  font-size: 27px;
  line-height: 1;
  padding: 13px 0 18px;
  border-radius: 4em;
  border: 2px solid #222222;
  background: #222222;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: background .2s, border .2s;
}
.coanPurchaseBtnBuy:hover {
  border-color: #838C94;
  background: #ffffff;
  color: #838C94;
}
.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;
  }
}
/*-------------------追加要素-------------------*/
/*横並び*/
.coanOrgFlexContainer {
	display: flex;
	padding: 20px;
        justify-content: center;
}
.coanOrgFlexContainer a {
	margin: 10px;
        width: 154px;
}
/*-------------------上下余白-------------------*/
.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*/