.lead {
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  line-height: 1.8;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin: 30px 0 12px;
}

.wrapper2 {
  padding-top: 10px;
}

#products {
  width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.product {
  background: #FFFFFF;
  padding: 20px;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
  margin: 20px 0 40px;
}

.productInner {
  border: 2px solid #FFB800;
  padding: 60px 45px;
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  line-height: 1.8;
}

.productInner h2, .productInner h3, .productInner p {
  font-weight: bold;
}

.productInner h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 50px;
}

.standard .productInner h2 {
  border-bottom: 4px solid #FFB800;
  padding-bottom: 22px;
}

.overview {
  width: 810px;
  margin: 0 auto;
}

.type {
  text-align: center;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 110%;
  margin: 10px 0;
}

.standard ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.standard li {
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.standard li:first-child {
  display: flex;
}

.standard li:last-child {
  padding-top: 56px;
}

.standard li:nth-child(2), .standard li:nth-child(3) {
  width: 390px;
  margin-bottom: 0;
}

.standard li:nth-child(2) .pkg, .standard li:nth-child(3) .pkg {
  margin: 0 auto;
}

.standard .pkg {
  width: 342px;
  margin: 0 0 0 24px;
}

.standard .text {
  width: 390px;
}

.standard .text h3 {
  background-color: #FFF5E5;
  font-size: 26px;
  padding: 0.4em 0.6em;
  margin-bottom: 15px;
  position: relative;
}

.standard .text h3::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 20px 20px;
	border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.standard .text p {
  font-size: 120%;
  line-height: 2;
  color: #754C24;
}

.sweet {
  text-align: center;
  color: #814B1B;
  border-top: 1px solid #814B1B;
  border-bottom: 1px solid #814B1B;
  width: 342px;
  margin: 0 auto 15px;
  font-size: 110%;
  line-height: 2.2;
}

.linkBtn {
  width: 229px;
  margin: 30px auto 0;
}

.hot {
  background: url("../../../products/images/pc/bg_hot.png") bottom 150px right 30px no-repeat #FFFFFF;
}

.hot .overview {
  width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.hot .text {
  width: 390px;
}

.hot .text p {
  font-size: 120%;
  line-height: 2;
  margin-top: 10px;
}

.hot .text p span {
  color: #C20000;
  font-weight: bold;
}

.spice .overview {
  width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.spice .text {
  width: 390px;
}

.spice .text p {
  font-size: 120%;
  line-height: 2;
  color: #754C24;
}

.txtS {
  font-size: 60%;
  font-weight: bold;
}

h3.tt_preference {
  background: url("../../../products/images/pc/bg_preference.png") center center no-repeat;
  width: 811px;
  line-height: 68px;
  margin: 40px auto 0;
  text-align: center;
  color: #320000;
  font-size: 130%;
}

.spice .attention {
  font-size: 75%;
  color: #754C24;
  margin-top: 6px;
  text-align: center;
}

.spice .preference {
  width: 811px;
  margin: 30px auto 0;
  display: flex;
}

.spice .preference div {
  width: 50%;
  font-size: 110%;
  line-height: 2;
  padding: 0 60px;
  background: url("../../../products/images/pc/bg_spice01.jpg") left bottom no-repeat;
  padding-bottom: 240px;
}

.spice .preference div:last-child {
  border-left: 1px solid #B78A43;
  background: url("../../../products/images/pc/bg_spice02.jpg") right bottom no-repeat;
}

.powder .overview {
  width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.powder .text {
  width: 440px;
}

.powder .text p {
  font-size: 120%;
  line-height: 2;
  color: #754C24;
}

.powder .preference {
  width: 811px;
  margin: 30px auto 0;
  display: flex;
}

.powder .preference div {
  width: 33.33%;
  font-size: 105%;
  line-height: 1.6;
  border-left: 1px solid #B78A43;
  box-sizing: border-box;
}

.powder .preference div:first-child {
  border-left: none;
  padding-right: 25px;
}

.powder .preference div:nth-child(2) {
  padding: 0 25px;
}

.powder .preference div:last-child {
  padding-left: 25px;
}

.powder .preference div.point {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 120%;
  line-height: 1.3;
  color: #734C24;
  margin-bottom: 15px;
  padding: 0;
}

.powder .preference div.point .num {
  margin-right: 10px;
}

.powder .preference .attention {
  margin-top: 20px;
  font-size: 70%;
  font-weight: normal;
}

.powder .banner {
  width: 600px;
  margin: 30px auto 0;
}

.retort .overview {
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.retort .text {
  width: 360px;
}

.retort .text h3 {
  font-size: 140%;
  line-height: 1.5;
  color: #CE0000;
}

.retort .text p {
  font-size: 110%;
  line-height: 1.8;
  color: #754C24;
  margin-top: 20px;
}

.retort .linkBtn {
  margin-top: 40px;
}

.retort_spice .overview {
  width: 680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.retort_spice .text {
  width: 440px;
}

.retort_spice .text h3 {
  font-size: 140%;
  line-height: 1.5;
  color: #CE0000;
}

.retort_spice .text p {
  font-size: 110%;
  line-height: 1.8;
  color: #754C24;
  margin-top: 20px;
}

.hayashi {
  background: #F7F1D9;
  margin-bottom: 0;
}

.hayashi .productInner {
  border: 2px solid #D6CCA0;
}

.hayashi .headline {
  color: #754C24;
  text-align: center;
  font-size: 150%;
  line-height: 1;
  margin-bottom: 40px;
}

.hayashi .overview {
  width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.hayashi .text {
  width: 350px;
}

.hayashi .text p {
  font-size: 130%;
  line-height: 2;
  margin-top: 30px;
  color: #754C24;
}

.hayashi .linkBtn {
  margin-top: 10px;
}
