@charset "utf-8";


/* --------------------------------------------------- */
/* 定期宅配 */
/* --------------------------------------------------- */
#regular .inner {
  margin: 0 auto;
  width: 92%;
  max-width: 960px;
}

/* タイトル */
/* --------------------------------------------------- */
#regular .pgtitle  {
  display: block;
  margin: 50px auto 0;
  width: 100%;
  max-width: 1080px;
  padding: 180px 5%;
  background-image: url('../../regular/image/title02.jpg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.3;
}
#regular .pgtitle h2 {
//  text-shadow: -5px 0 10px rgba(255,255,255,1.0), 5px 0 10px rgba(255,255,255,1.0), 0 5px 10px rgba(255,255,255,1.0);
  color: #ffffff;
//  color: #13980b;
  font-size: 70px;
//  font-size: 42px;
  font-weight: 600;
}
#regular .pgtitle h3 {
  text-shadow: -5px 0 10px rgba(255,255,255,1.0), 5px 0 10px rgba(255,255,255,1.0), 0 5px 10px rgba(255,255,255,1.0);
  border: none;
  color: #111;
  color: #111;
  font-size: 18px;
  font-weight: 600;
 }
#regular .lead {
  margin: 50px auto 0;
  width: 92%;
  max-width: 960px;
  text-align: center;
}
#regular .lead h3 {
  margin-bottom: 16px;
  font-family: 'Noto Serif JP', selif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}
#regular .lead h3 em {
  position: relative;
  display: inline-block;
  color: #13980b;
}
#regular .lead h3 em::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #fff388;
}
#regular .lead h3 em span {
  position: relative;
  z-index: 2;
  font-weight: 600;
}
#regular .lead p {
  font-size: 18px;
}
#regular .lead p em {
  color: #13980b;
  font-weight: 600;
}

@media screen and (max-width: 1079px) {
  #regular .pgtitle  { margin: 0 auto; }
}
@media screen and (max-width: 767px) {
  #regular .pgtitle  { padding: 150px 5%; }
  #regular .pgtitle h2 { font-size: 32px; }
  #regular .pgtitle h3 { font-size: 16px; }
  #regular .lead { margin: 40px auto 0; }
  #regular .lead h3 {  font-size: 24px; }
  #regular .lead p { font-size: 16px; }
}
@media screen and (max-width: 419px) {
  #regular .pgtitle  { padding: 120px 5%; }
  #regular .pgtitle h2 { font-size: 28px; }
  #regular .pgtitle h3 { font-size: 14px; }
  #regular .lead { margin: 30px auto 0; }
  #regular .lead h3 {  font-size: 21px; }
  #regular .lead h3 em::before { height: 6px; }
}


/* --------------------------------------------------- */
/* ラインナップ*/
/* --------------------------------------------------- */
#lineup {
  margin: 50px auto 0;
  width: 92%;
  max-width: 960px;
}
#lineup h2 {
  position: relative;
  text-align: center;
}
#lineup h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  border-top: 1px solid #13980b;
}
#lineup h2 span {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  background-color: #fff;
  color: #13980b;
  font-size: 24px;
  font-weight: 600;
}
#lineup h3 {
  margin: 32px 0 16px;
  padding: 5px 8px;
  background-color: #F9FCF1;
  color:#65B721;
  font-size: 18px;
  font-weight: 600;
}
#lineup p {  font-size: 16px;}
#lineup p a {
  display: inline-block;
  color:#65B721;
  border-bottom: 1px dashed #65B721;
}
#lineup .items {
  display: flex;
  justify-content: space-between;
}
#lineup .items dl {
  margin: 30px 0 0;
  width: 29%;
}
#lineup .items dl dt img { width: 100%; height: auto; }
#lineup .items dl dd { margin: 12px 0 0; }
#lineup .items h4 {
  position: relative;
  color: #13980b;
  font-size: 21px;
  font-weight: 600;
}
#lineup .items h4::after {
  content: attr(data-size)'';
  display: inline-block;
  margin: 0 0 0 8px;
  width: 28px;
  background-color:#13980b;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}
#lineup .items p.info::before {
  content: attr(data-label)'';
  display: block;
  margin: 6px 0;
  width: 180px;
  font-size: 14px;
  background-color: #e9f5c7;
  text-align: center;
}
#lineup .items p.info span { font-size: 16px; }
#lineup .items p.price {
  color: #ee3300;
  font-size: 24px;
  font-weight: 600;
  text-align: right;
}
#lineup .items p.price::after {
  content: '円(税込)';
  font-size: 14px;
}
#lineup .postage { margin-top: 16px; font-size: 12px; }

@media screen and (max-width: 767px) {
  #lineup { margin: 40px auto 0; }
  #lineup h2 span { font-size: 21px; }
  #lineup h3 {
    margin: 32px 0 12px;
    font-size: 16px;
  }
  #lineup .items {
    display: flex;
   flex-direction: column;
  }
  #lineup .items dl {
    margin: 20px 0 0;
    display: table;
    width: 100%;
  }
  #lineup .items dl dt {
    width:180px;
    float: left;
  }
  #lineup .items dl dd { margin: 0 0 0 200px; }
  #lineup .items h4 {
    font-size: 18px;
  }

}
@media screen and (max-width: 419px) {
  #lineup { margin: 30px auto 0; }
  #lineup h2 span { font-size: 18px; }
  #lineup p {  font-size: 14px;}
  #lineup .items dl dt {
    width:100px;
    float: left;
  }
  #lineup .items dl dd { margin: 0 0 0 112px; }
  #lineup .items p.info::before {
    width: 100%;
    font-size: 12px;
  }
  #lineup .items p.info span { font-size: 14px; }
  #lineup .items p.price { font-size: 21px; }
  #lineup .items p.price::after { font-size: 12px; }
  #lineup .postage { margin-top: 12px; font-size: 10px; }
}


/* お米 */
/* --------------------------------------------------- */
#lineup .rice { text-align: center; }
#lineup .rice h4 {
  position: relative;
  display: inline-block;
  margin: 32px 0 24px;
}
#lineup .rice h4::before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #fff388;

}
#lineup .rice h4 span {
  position: relative;
  color: #13980b;
  font-size: 32px;
  font-weight: 600;
  z-index: 2;
}
#lineup .rice dl {
  display: table;
  width: 100%;
  border-top:1px solid #ddd;
}
#lineup .rice dl dt {
  padding: 12px 0 0;
  width: 75%;
  float: left;
  text-align: left;
}
#lineup .rice dl dd {
  padding: 12px 0 12px 75%;
  width: 25%;
  border-bottom:1px solid #ddd;
  text-align: right;
}
#lineup .rice h5 {
  position: relative;
  display: inline-block;
  padding-left: 72px;
  width: 240px;
  box-sizing: border-box;
  font-size: 16px;

}
#lineup .rice h5::before {
  content: attr(data-state)'';
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  background-color: #65B721;
  width: 64px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}
#lineup .rice p {
  display: inline-block;
}
#lineup .rice p.price {
  color: #ee3300;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}
#lineup .rice p.price::after {
  content: '円(税込)';
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #lineup .rice h4 { margin: 32px 0 12px; }
  #lineup .rice h4 span { font-size: 28px; }

}
@media screen and (max-width: 639px) {
  #lineup .rice dl dt {
    padding: 12px 0 0;
    width: 100%;
    float: none;
  }
  #lineup .rice dl dd {
    padding: 6px 0 12px 0;
    width: 100%;
  }
}
@media screen and (max-width: 419px) {
  #lineup .rice h4 { margin: 32px 0 8px; }
  #lineup .rice h4 span { font-size: 24px; }
  #lineup .rice dl dd {
    margin-top: -30px;
    padding: 0 0 12px 0;
    width: 100%;
  }
  #lineup .rice h5 {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
  }
  #lineup .rice h5::before { top: 3px; }
  #lineup .rice p {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }

}

/* 売り切れ対応 */
#lineup .rice.soldout dl { opacity: 0.3; }
#lineup .rice.soldout { position: relative; }
#lineup .rice.soldout .shortage {
  position: absolute;
  top: 60%;
  left: 50%;
  display: table;
  width: 420px;
  padding: 60px 0;
  background-color: #dd0000;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  transform: translate(-50%, -50%) rotate(-10deg);
}

@media screen and (max-width: 639px) {
  #lineup .rice.soldout .shortage {
    width: 320px;
    padding: 40px 0;
    font-size: 21px;
  }
}
@media screen and (max-width: 419px) {
  #lineup .rice.soldout .shortage {
    width: 240px;
    padding: 30px 0;
    font-size: 18px;
  }
}





/* --------------------------------------------------- */
/* 必読 */
/* --------------------------------------------------- */
#mustread {
  margin: 50px auto 0;
  padding: 50px 0;
  background-color: #f3f3f3;
}
#mustread h2 {
  margin-bottom: 20px;
  color: #ee0000;
  font-size:24px;
  font-weight: 600;
  text-align: center;
}
#mustread dl {
  margin-top: 20px;
}
#mustread dt {
  padding: 8px 24px;
  background-color: #00b0f0;;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 10px 10px 0 0;
}
#mustread h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
#mustread dd {
  padding: 24px 24px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
}
#mustread dd .scrbox {
  overflow: scroll;
  width: 100%;
  height: 320px;
}
#mustread dd .scrbox p  {
  margin-top: 18px;
  font-size: 14px;
}
#mustread dd .scrbox p em {
  color: #ee0000;
  font-size: 16px;
  font-weight: 600;
}
#mustread dd .scrbox h4 { margin-top: 18px; font-weight: 600; }
#mustread dd .scrbox h4 + p { margin-top: 4px; }
#mustread dd .scrbox p a {
  display: inline-block;
  color:#65B721;
  border-bottom: 1px dashed #65B721;
}
#mustread dd .scrbox h5 { margin-top: 18px; }
#mustread dd .scrbox h5 span {
  display: inline-block;
  padding: 0 8px;
  background-color: #666;
  color: #fff;
}
#mustread dd .scrbox h5 + p { margin-top: 4px; }

@media screen and (max-width: 419px) {
  #mustread {
    margin: 30px auto 0;
    padding: 30px 0;
  }
  #mustread h2 {
    margin-bottom: 12px;
    font-size:20px;
  }
  #mustread dl { margin-top: 10px; }
  #mustread dt { padding: 4px 12px; }
  #mustread h3 { font-size: 16px; }
  #mustread dd { padding: 12px 12px 24px; }
  #mustread dd .scrbox { height: 240px; }
  #mustread dd .scrbox p  {
    margin-top: 12px;
    font-size: 14px;
  }
  #mustread dd .scrbox p em { font-size: 14px; }
  #mustread dd .scrbox h4 { margin-top: 12px; font-weight: 600; }
  #mustread dd .scrbox h4 + p { margin-top: 4px; }
  #mustread dd .scrbox h5 { margin-top: 12px; }
  #mustread dd .scrbox h5 + p { margin-top: 4px; }

}


/* --------------------------------------------------- */
/* お申し込み */
/* --------------------------------------------------- */
#order {
  padding: 50px 0;
}
#order h2 {
  position: relative;
  margin-bottom: 18px;
  text-align: center;
}
#order h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  border-top: 1px solid #13980b;
}
#order h2 span {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  background-color: #fff;
  color: #13980b;
  font-size: 24px;
  font-weight: 600;
}
#order em {
  position: relative;
  display: inline-block;
  color: #13980b;
  font-weight: 600;
}

#order form h3 {
  margin-top: 24px;
  padding: 4px 12px;
  background-color: #65B721;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
#order form dl {
  display: table;
  width: 100%;
}
#order form dl dt {
  padding: 12px 0 0 0;
  width: 240px;
  float: left;
}
#order form dl dd {
  padding: 12px 0 12px 240px;
  border-bottom: 1px solid #ddd;
}
#order form h4 {
  color: #65B721;
  font-size: 16px;
  font-weight: 600;
}
#order form .vline label {
  display: block;
}
#order form .cycle label {
  display: inline-block;
  width: 31%;
}


#order form .vline label + label { margin-top: 8px; }
#order form dd p { margin-top: 8px; font-size: 12px; }
#order form select { margin-top: 10px; }
#order form .btn-area {
  text-align: center;
}
#order form .btn-area p span { display: inline-block; }




@media screen and (max-width: 767px) {
  #order form dl dt {
    padding: 8px 0 0 0;
    width: 100%;
    float: none;
  }
  #order form dl dd { padding: 6px 0 8px 0; }
  #order form h4 br { display: none; }
}
@media screen and (max-width: 419px) {
  #order { padding: 30px 0; }
  #order h2 { margin-bottom: 12px; }
  #order h2 span { font-size: 21px; }
  #order form h4 { font-size: 14px; }
  #order form .btn-area { margin-top: 20px; }
#order form .cycle label {
  display: inline-block;
  width: 100%;
}
}

/* --------------------------------------------------- */
/* フォーム */
/* --------------------------------------------------- */
#regular *:focus { outline: none; }

form input[type=text],
form input[type=email] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	padding: 4px 6px;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
}
form *::placeholder {
  color: #aaa;
	font-size: 16px;
}
form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	padding: 4px 6px;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
  height: 240px;
}
form input[type=submit],
form input[type=reset] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	margin: 8px 8px 0;
	padding: 12px 0;
	width: 240px;
	border: 0;
	border-radius: 5px;
	transition: all .3s;
	cursor: pointer;
	font-size: 14px;
  font-weight: 600;
}
form input[type=submit] {
	color: #fff;
	background-color: #ee6600;
}
form input[type=reset] {
	color: #222;
	background-color: #ddd;
}
form input[type=submit]:hover,
form input[type=button]:hover { opacity: 0.5; }



.s-wide { width:120px; }
.m-wide { width: 240px; }
.l-wide { width: 100%; }

@media screen and (max-width: 767px) {
  form input[type=submit],
  form input[type=reset] { width: 160px; }
}
@media screen and (max-width: 419px) {
  .s-wide { width:100px; }
  form input[type=submit],
  form input[type=reset] { width: 130px; }
}



/* --------------------------------------------------- */
/* サンクス */
/* --------------------------------------------------- */
#thanks h2 span { display: inline-block; }
#thanks h2 + p { margin-top: 20px; font-size: 16px; }
#thanks .box-block h3 {
  margin: 0;
  border-bottom: none;
}

@media screen and (max-width: 419px) {
  #thanks h2 + p { margin-top: 20px; font-size: 14px; }
}











/* --------------------------------------------------- */
/* LP */
/* --------------------------------------------------- */

#regular_lp {
  margin: 20px auto 0;
  width: 92%;
  max-width: 960px;
}
#regular_lp p {
  font-size: 16px;
}
#regular_lp p img {
  width: 100%;
  margin: 30px 0 0 0;
}
#regular_lp p.btn img {
  width: 50%;
  margin: 20px auto 0;
}
#regular_lp p em {
  font-size: 16px;
  color:#385723;
  display: inline-block;
}

#regular_lp .blind {
	position: relative;
	margin-top: 8px;
	border-radius: 20px;
	background-color: #f9fcf1;
}
#regular_lp .blind h3 {
	position: relative;
	margin: 0;
	padding: 5px 16px;
	background-color: transparent;
	cursor: pointer;
}
#regular_lp .blind h3::after {
	content: '';
	position: absolute;
	top: 25%;
	right: 24px;
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(45deg);
	transition: all .3s;
}
#regular_lp .blind h3.opened::after {
	top: 40%;
	transform: rotate(-135deg);
}
#regular_lp .blind .shutter {
	padding: 8px 3% 16px;
}
#regular_lp .blind .innerbox {
	padding: 16px 3%;
	background-color: #fff;
	border-radius: 5px;
}
#regular_lp .blind table {
	width: 100%;
	border-right: 1px solid #dbedbf;
	border-bottom: 1px solid #dbedbf;
}
#regular_lp .blind table th,
#regular_lp .blind table td {
	padding: 8px;
	border-left: 1px solid #dbedbf;
	border-top: 1px solid #dbedbf;
	text-align: center;
}
#regular_lp .blind table th { background-color: #f6faf0; }
#regular_lp .blind table td { background-color: #fff; }
#regular_lp .blind span { display: inline-block; }
#regular_lp .blind .shutter { display: none; }
#regular_lp .btn-season a {
	position: relative;
	display: block;
	margin: 8px auto 0;
	padding: 5px 16px;
	max-width: 420px;
	background-color: #65b721;
	border-radius: 19px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
#regular_lp .btn-season a::after {
	content: '';
	position: absolute;
	top: 35%;
	right: 24px;
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
	transition: all .3s;
}




@media screen and (max-width: 419px) {
  #regular_lp { padding: 30px 0; }
  #regular_lp img { width: 100%; }
}
@media screen and (max-width: 767px) {
  #regular_lp img { width: 100%; }
}



#regular_lp h2 {
  margin: 30px 0 0 0;
  position: relative;
  text-align: center;
}
#regular_lp h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  border-top: 1px solid #13980b;
}
#regular_lp h2 span {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  background-color: #fff;
  color: #13980b;
  font-size: 24px;
  font-weight: 600;
}




#regular_lp h3 {
  margin: 32px 0 16px;
  padding: 5px 8px;
  background-color: #F9FCF1;
  color:#65B721;
  font-size: 18px;
  font-weight: 600;
}



/* --------------------------------------------------- */
/* 定期便が使いやすくなります */
/* --------------------------------------------------- */
#notice {
  margin: 50px auto 0;
  padding: 50px 0;
  text-align: center;
  background-color: #00b0f0;
}
#notice h2 {
  margin-bottom: 20px;
  color: #ee0000;
  font-size:24px;
  font-weight: 600;
  text-align: center;
  color: #00b0f0;
  background-color: #ffffff;
}
#notice p {
  font-size:24px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}



/* --------------------------------------------------- */
/* 定期便のご利用方法 */
/* --------------------------------------------------- */
#fixedpurchase {
  padding: 50px 0;
}
#fixedpurchase h2 {
  position: relative;
  margin-bottom: 18px;
  text-align: center;
}
#fixedpurchase h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  border-top: 1px solid #13980b;
}
#fixedpurchase h2 span {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  background-color: #fff;
  color: #13980b;
  font-size: 24px;
  font-weight: 600;
}
#fixedpurchase em {
  position: relative;
  display: inline-block;
  color: #13980b;
  font-weight: 600;
}

#fixedpurchase .fxblock {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#fixedpurchase .fxblock .fxbox {
	margin-top: 3%;
	width: 100%;
}
#fixedpurchase .fxblock .fxbox.size50 {
	width: 48%;
}
#fixedpurchase h3 {
	margin-bottom: 0.5em;
	background-color: #65b721;
	border-radius: 480px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.2;
	text-align: center;
}
#fixedpurchase h4 {
	display: block;
	color: #65b721;
	font-size: 18px;
	font-weight: 600;
}
#fixedpurchase p + h4 { margin-top: 1.0em; }

#fixedpurchase .fxbox p { font-size: 16px; }
#fixedpurchase .fxbox p.note { font-size: 90%; }
#fixedpurchase .fxbox p a { color: #65b721; }
#fixedpurchase .fxbox p em {
	display: block;
	margin-top: 0.75em;
	border: 1px solid #e33;
	color: #e33;
	font-size: 110%;
	line-height: 1.8;
	text-align: center;
}
#fixedpurchase strong { color: #65b721; }
#fixedpurchase  img { width: 100%; height: auto; }
#fixedpurchase figure {
	margin: 1.0em auto 0;
	width: 100%;
}
#fixedpurchase figure.addorder { max-width: 320px; }
#fixedpurchase figure.lineup { max-width: 480px; }

@media screen and (max-width: 767px) {
#fixedpurchase .fxblock .fxbox.size50 {
	width: 100%;
}

}
@media screen and (max-width: 420px) {
  #fixedpurchase { padding: 30px 0; }
  #fixedpurchase h2 { margin-bottom: 12px; }
  #fixedpurchase h2 span { font-size: 21px; }
	#fixedpurchase h3 {
		margin-bottom: 0.5em;
		font-size: 16px;
	}
	#fixedpurchase h4 {
		font-size: 16px;
	}
	#fixedpurchase .fxbox p { font-size: 14px; }
}


.btn-fixedpurchase a {
	position: relative;
	display: block;
	margin: 2.0em auto 0;
	padding: 21px 16px;
	width: 92%;
	max-width: 420px;
	background: -moz-linear-gradient(top, #fea120, #f19149);
	background: -webkit-linear-gradient(top, #fea120, #f19149);
	background: linear-gradient(to bottom, #fea120, #f19149);
	box-shadow: 2px 2px 12px rgba(0,0,0,0.25);
	border-radius: 12px;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.btn-fixedpurchase a::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: calc(100% - 6px);
	height: calc(50% - 2px);
	background-color: rgba(255,255,255,0.125);
	border-radius: 10px 10px 5px 5px;
}
.btn-fixedpurchase a::after {
	content: '';
	position: absolute;
	top: 42%;
	right: 24px;
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
	transition: all .3s;
}
.btn-fixedpurchase .note {
	margin: 2.0em auto 0;
	width: 92%;
	font-size: 14px;
	text-align: center;
}
.btn-fixedpurchase .note span { display: inline-block; }
.btn-fixedpurchase .note + a { margin: 1.0em auto 0; }

@media screen and (max-width: 420px) {
	.btn-fixedpurchase a {
		margin: 1.5em auto 0;
		padding: 12px 8px;
		width: 82%;
		box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
		border-radius: 8px;
		font-size: 16px;
	}
	.btn-fixedpurchase a::before {
		top: 2px;
		left: 2px;
		display: block;
		width: calc(100% - 4px);
		height: calc(50% - 2px);
		border-radius: 6px 6px 3px 3px;
	}
	.btn-fixedpurchase a::after {
		top: 41%;
		right: 14px;
	}
}



/* --------------------------------------------------- */
/* 定期リニューアル */
/* --------------------------------------------------- */
/* ページタイトル */
/* --------------------------------------------------- */
#regular .pgfoot {
	display: block;
	margin: 0 auto;
	width: 92%;
}
#regular .pgfoot> div {
	display: flex;
	margin: 5% auto 2%;
	width: 540px;
	justify-content: space-between;
	align-items: center;
}
#regular .pgfoot h2 { width: 180px; }
#regular .pgfoot h2 img { width: 100%; height: auto; }
#regular .pgfoot h3 {
	font-size: 36px;
	font-weight: 600;
}
#regular .pgfoot p {
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	line-height: 2.0;
}
#regular .pgfoot p em {
	color: #13980b;
	font-size: 120%;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	#regular .pgfoot > div {
		margin: 6% auto 3%;
		width: 100%;
		flex-direction: column;
	}
	#regular .pgfoot h2 { display: none; }
	#regular .pgfoot h3 { font-size: 28px; }
	#regular .pgfoot p {
		font-size: 18px;
		text-align: left;
		line-height: 1.8;
	}
	#regular .pgfoot p br.pc { display: none; }
}
@media screen and (max-width: 420px) {
	#regular .pgfoot > div {
		margin: 8% auto 5%;
	}
	#regular .pgfoot p { font-size: 16px; }
}

/* 動画 */
/* --------------------------------------------------- */
#regular #movie {
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
}
#regular #movie .vmbox {
	position: relative;
	margin-top: 7%;
	width: 100%;
	padding-top: 56.6%;
}
#regular #movie .vmbox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#regular #movie .vmbox .poster {
	position: absolute;
	top: 20%;
	left: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 90%;
	height: 60%;
	z-index: 2;
	color: #fff;
	text-align: center;
}
#regular #movie .vmbox .poster h2 {
	font-size: 96px;
	font-weight: 600;
	text-shadow: 3px 3px 12px rgba(0,0,0,0.5);
}
#regular #movie .vmbox .poster h3 {
	margin-top: 0.25em;
	font-size: 64px;
	font-weight: 600;
	line-height: 1.4;
	text-shadow: 3px 3px 12px rgba(0,0,0,0.5);
}
#regular #movie .vmbox .poster h4 {
	font-size: 48px;
	font-weight: 600;
	text-shadow: 3px 3px 12px rgba(0,0,0,0.5);
}

@media screen and (max-width: 1080px) {
	#regular #movie .vmbox { margin-top: 0; }
	#regular #movie .vmbox .poster h2 { font-size: 9.5vw; text-shadow: 3px 3px 6px rgba(0,0,0,0.5); }
	#regular #movie .vmbox .poster h3 { margin-top: 0; font-size: 7.0vw; text-shadow: 3px 3px 6px rgba(0,0,0,0.5); }
	#regular #movie .vmbox .poster h4 { font-size: 5.2vw; text-shadow: 3px 3px 6px rgba(0,0,0,0.5); }
}


/* パネル */
/* --------------------------------------------------- */
#regular #eggpannel {
	display: block;
	margin: 1% auto 4%;
	padding: 18px;
	width: 100%;
	max-width: 1080px;
	background-color: #eaf4d8;
	box-sizing: border-box;
}
#regular #eggpannel > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#regular #eggpannel > div > div {
	position: relative;
	width: 32%;
	background-position: 50% 50%;
	background-size: cover;
}
#regular #eggpannel > div > div::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 66%;
} 
#regular #eggpannel > div > div p {
	position: absolute;
	display: block;
	width: 90%;
	left: 5%;
	bottom: 4%;
	z-index: 1;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.75);
}
#regular #eggpannel > div > div p span {
	display: block;
	font-size: 14px;
}
#regular #eggpannel > div > div:first-child {background-image: url('../../regular/image/egp01.jpg');}
#regular #eggpannel > div > div:nth-child(2) {background-image: url('../../regular/image/egp02.jpg');}
#regular #eggpannel > div > div:nth-child(3) {background-image: url('../../regular/image/egp03.jpg');}
#regular #eggpannel > div > div:nth-child(4) {background-image: url('../../regular/image/egp04.jpg');}
#regular #eggpannel > div > div:nth-child(5) {background-image: url('../../regular/image/egp05.jpg');}
#regular #eggpannel > div > div:last-child {background-image: url('../../regular/image/egp06.jpg');}
#regular #eggpannel > div > div:nth-child(-n+4) { text-align: center; }
#regular #eggpannel > div > div:nth-last-child(-n+2) { text-align: right; }

@media screen and (min-width: 961px) {
	#regular #eggpannel > div > div:nth-last-child(-n+3) { margin-top: 18px; }
}
@media screen and (max-width: 960px) {
	#regular #eggpannel {
		margin: 0 auto 4%;
		padding: 2%;
	}
	#regular #eggpannel > div > div:nth-last-child(-n+3) { margin-top: 2%; }
	#regular #eggpannel > div > div p {
		width: 92%;
		left: 4%;
		bottom: 4%;
		font-size: 3.6vw;
		text-shadow: 3px 3px 6px rgba(0,0,0,0.75);
	}
	#regular #eggpannel > div > div p span { font-size: 1.6vw; }
}
@media screen and (max-width: 767px) {
	#regular #eggpannel > div > div {
		width: 49%;
	}
	#regular #eggpannel > div > div:nth-last-child(-n+3) { margin-top: 0; }
	#regular #eggpannel > div > div:nth-last-child(-n+4) { margin-top: 2%; }
	#regular #eggpannel > div > div p {
		font-size: 5.0vw;
		text-shadow: 3px 3px 6px rgba(0,0,0,0.75);
	}
	#regular #eggpannel > div > div p span { font-size: 1.2vw; }
}

/* チャレンジ */
/* --------------------------------------------------- */
#regular #challenge {
	margin: 0 auto;
	width: 92%;
	max-width: 960px;
}
#regular #challenge h2 {
	font-size: 64px;
	font-weight: 600;
	text-align: center;
}
#regular #challenge h3 {
	margin-bottom: 1.2em;
	color: #13980b;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
}
#regular #challenge h3 span {
	display: inline-block;
	font-weight: inherit;
}
#regular #challenge p {
	font-size: 18px;
}
#regular #challenge p em {
	padding: 0 0.25em;
	background-color: #fefd81;
	color: #13980b;
	font-size: 110%;
	font-weight: 500;
}

@media screen and (max-width: 560px) {
	#regular #challenge h2 {
		font-size: 12vw;
	}
	#regular #challenge h3 {
		margin-bottom: 1.2em;
		font-size: 6vw;
		line-height: 1.3;
	}
	#regular #challenge p { font-size: 16px; }
}




/* 卵10個＆自然栽培野菜セット */
/* --------------------------------------------------- */
#regular #egg_set {
	margin: 64px auto 0;
	width: 100%;
	max-width: 1080px;
}
#regular #egg_set .msgbox {
	margin: 0 auto;
	padding: 24px;
	width: 92%;
	max-width: 800px;
	border: 4px solid #f19149;
	border-radius: 20px;
	box-sizing: border-box;
	text-align: center;
}
#regular #egg_set .msgbox p {
	font-size: 16px;
	font-weight: 500;
}
#regular #egg_set .msgbox > h4 {
	font-size: 21px;
	font-weight: 600;
}
#regular #egg_set .msgbox > h4 em {
	color: #13980b;
	font-size: 115%;
	font-weight: 600;
}
#regular #egg_set .msgbox p a { color: #f19149; text-decoration: underline; }
#regular #egg_set h2 {
	font-size: 64px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}
#regular #egg_set h2 span {
	display: inline-block;
	font-weight: inherit;
}
#regular #egg_set > p {
	display: block;
	margin: 0 auto;
	width: 92%;
	font-size: 18px;
	text-align: center;
}
#regular #egg_set > p span { display: inline-block; }
#regular #egg_set ul {
	display: flex;
	margin-top: 36px;
}
#regular #egg_set ul li { width: 50%; }
#regular #egg_set ul li img { width: 100%; height: auto; }

@media screen and (max-width: 960px) {
	#regular #egg_set { margin: 10% auto 0; }
}
@media screen and (max-width: 767px) {
	#regular #egg_set .msgbox {
		padding: 4%;
		border: 3px solid #f19149;
		border-radius: 16px;
	}
	#regular #egg_set h2 {
		font-size: 8vw;
		line-height: 1.3;
	}
	#regular #egg_set > p {
		font-size: 16px;
		text-align: center;
	}

}
@media screen and (max-width: 640px) {
	#regular #egg_set .msgbox { text-align: left; }
	#regular #egg_set .msgbox p { display: inline; font-size: 14px; }
	#regular #egg_set .msgbox > h4 { display: inline; font-size: 16px; }
	#regular #egg_set .msgbox > h4 br { display: none; }

}
@media screen and (max-width: 420px) {
	#regular #egg_set .msgbox { margin-bottom: 6%; }
	#regular #egg_set h2 {
		font-size: 12.0vw;
	}
	#regular #egg_set > p  { text-align: left; }
	#regular #egg_set .regonly + p  { margin-top: 1.0em; }
	#regular #egg_set > p span { display: inline; }
	#regular #egg_set ul {
		flex-direction: column;
		width: 92%;
		margin: 5% auto 0;
	}
	#regular #egg_set ul li { width: 100%; }
}

/* トークライブ */
/* --------------------------------------------------- */
#regular #talklive {
	margin: 48px auto;
	padding: 0 0 32px;
	background-color: #92d051;
}
#regular #talklive .regonly h5 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}
#regular #talklive .regonly h2 {
	color: #fff;
	font-size: 80px;
	font-weight: 600;
	line-height: 1.1;
}
#regular #talklive .regonly { padding-bottom: 1.5em; }
//#regular #talklive .regonly::before { content: '会員限定'; background-color: #ffff33; color: #13980C;}
#regular #talklive .regonly::before { content: '会員限定'; background-color: #92d051; color: #92d051;}

#regular #talklive .liveinfo {
	margin: 0 auto;
	width: 92%;
	max-width: 960px;
}
#regular #talklive .liveinfo h2 {
	color: #fff;
	font-size: 56px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.10);
}
#regular #talklive .liveinfo h3 {
	margin: 0 auto;
	padding: 0.3em 0;
	max-width: 720px;
	border-top: 1px solid #ffff33;
	border-bottom: 1px solid #ffff33;
	color: #ffff33;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}
#regular #talklive .liveinfo h4 {
	position: relative;
	display: table;
	margin: 1.0em auto 0;
	text-align: center;
}
#regular #talklive .liveinfo h4 span {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	z-index: 1;
}
#regular #talklive .liveinfo h4::before {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 0;
	display: block;
	width: 100%;
	height: 8px;
	background-color: rgba(255,255,255,0.2);
}
#regular #talklive .liveinfo h5 {
	margin-top: 1.0em;
	text-align: center;
}
#regular #talklive .liveinfo h5 span {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
#regular #talklive .liveinfo p {
	color: #fff;
	font-size: 18px;
}
#regular #talklive .trailer {
	position: relative;
	margin: 0 auto;
	width: 92%;
	max-width: 960px;
}
#regular #talklive .trailer figure { margin: 0 auto; width: 100%; max-width: 560px;}
#regular #talklive .trailer figure img { width: 100%; height: auto;  border-radius: 50%; }
#regular #talklive .trailer .date {
	position: absolute;
	top: 20%;
	left: 0;
	width: 33%;
}
#regular #talklive .trailer .date .vol {
	margin-bottom: 0.5em;
	padding: 0 0.5em;
	background-color: #13980C;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
}
#regular #talklive .trailer .date h4 {
	display: inline-block;
	color: #fff;
	font-size: 96px;
	font-weight: 600;
	line-height: 1.0;
	text-shadow: 2px 2px 12px rgba(0,0,0,0.15);
}
#regular #talklive .trailer .date h4 span {
	font-size: 50%;
	font-weight: 600;
}
#regular #talklive .trailer .date h4 + p {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
}
#regular #talklive .trailer .guest {
	position: absolute;
	bottom: 3%;
	right: 0;
	width: 30%;
}
#regular #talklive .trailer .guest h5 {
	margin-bottom: 0.5em;
	border-bottom: 1px solid #ffff33;
	color: #ffff33;
	font-size: 21px;
	font-weight: 600;
	text-align: right;
}
#regular #talklive .trailer .guest h3 {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.3;
	text-shadow: 2px 2px 12px rgba(0,0,0,0.15);
}
#regular #talklive .trailer .guest h3 span {
	font-size: 65%;
	font-weight: 600;
}
#regular #talklive .trailer .guest h3 + p {
	color: #fff;
	font-size: 18px;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}



#regular #talklive .livecontents {
	display: block;
	margin: 2.0em auto;
	width: 92%;
	max-width: 960px;
}
#regular #talklive .livecontents > div {
	padding: 12px 3%;
	width: 75%;
	background-color: rgba(255,255,255, 0.65);
	border-radius: 480px;
}
#regular #talklive .livecontents > div p { text-align: center; }
#regular #talklive .livecontents > div p span {
	color: #13980C;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.3;
}
#regular #talklive .livecontents > div:first-child {
	margin: 0 auto 0 0;
	box-shadow: -3px 3px 12px rgba(0,0,0,0.1);
}
#regular #talklive .livecontents > div:last-child {
	margin: 1.0em 0 0 auto;
	box-shadow: 3px 3px 12px rgba(0,0,0,0.1);
}
#regular #talklive .livecontents ul {
	display: flex;
}
#regular #talklive .livecontents ul li {
	position: relative;
	width: 25%;
	background-size: cover;
	background-position: 50% 0;
}
#regular #talklive .livecontents ul li::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 120%;
}
#regular #talklive .livecontents ul li p {
	position: absolute;
	display: block;
	left: 0;
	bottom: 3%;
	width: 100%;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-shadow: -1px 0 2px rgba(255,255,255,0.9),
	1px 0 2px rgba(255,255,255,0.9),
	0 -1px 2px rgba(255,255,255,0.9),
	0 1px 2px rgba(255,255,255,0.9);
}
#regular #talklive .livecontents ul li p em {
	color: #333;
	font-size: 140%;
	font-weight: 600;
}
#regular #talklive .livecontents ul li.kondo { background-image: url('../../regular/image/cast01.jpg'); }
#regular #talklive .livecontents ul li.matsuura { background-image: url('../../regular/image/cast02.jpg'); }
#regular #talklive .livecontents ul li.inamoto { background-image: url('../../regular/image/cast03.jpg'); }
#regular #talklive .livecontents ul li.oguro { background-image: url('../../regular/image/cast04.jpg'); }
#regular #talklive .livecontents ul li.kamiko { background-image: url('../../regular/image/cast05.jpg'); }
#regular #talklive .livecontents ul li.moreguest { background-image: url('../../regular/image/cast06.jpg'); }
#regular #talklive .watch {
	margin: 0 auto;
	width: 92%;
	max-width: 720px;
}
#regular #talklive .watch p {
	color: #fff;
	font-size: 18px;
}
#regular #talklive .watch .needlogin {
	margin: 1.0em 0;
	border: 3px solid #ffff33;
	background-color: #fff;
	color: #65B721;
	text-align: center;
}
#regular #talklive .watch .needlogin span {
	font-size: 24px;
	font-weight: 600;
}
#regular #talklive .watch p em {
	color: #ffff33;
	font-weight: 600;
}
#regular #talklive .watch .btn-login {
	margin: 1.5rem auto 0;
	width: 75%;
	max-width: 420px;
}
#regular #talklive .watch .btn-login a {
	display: block;
	width: 100%;
	height: 48px;
	background-color: #ffbb20;
	border-radius: 8px;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 48px;
	text-align: center;
}


@media screen and (max-width: 960px) {
	#regular #talklive {
		margin: 7% auto;
	}
	#regular #talklive figure { width: 100%; }
	#regular #talklive figure { margin-top: 4%; width: 100%; }
	#regular #talklive .trailer figure { margin: 0 auto; width: 60%; }

	#regular #talklive .livecontents {
		display: block;
		margin: 2.0em auto;
		width: 100%;
		max-width: 960px;
	}
	#regular #talklive .livecontents > div:first-child {
		margin: 0 auto 0 0;
		border-radius: 0 480px 480px 0;
	}
	#regular #talklive .livecontents > div:last-child {
		margin: 1.0em 0 0 auto;
		border-radius: 480px 0 0 480px;
	}

}
@media screen and (max-width: 767px) {
	#regular #talklive { overflow-x: hidden; }
	#regular #talklive .livecontents ul li p {
		left: 0;
		bottom: 3%;
		width: 100%;
		font-size: 2.0vw;
	}
	#regular #talklive .trailer { margin: 1.0em auto 2.0em; }
	#regular #talklive .trailer figure { margin: 0 -15% 0 auto; width: 68%;}
	#regular #talklive .trailer .date {
		position: absolute;
		top: 48%;
		left: 0;
		width: 60%;
		transform: translateY(-100%);
	}
	#regular #talklive .trailer .date .vol {
		margin-bottom: 0.25em;
		padding: 0 0.5em;
		font-size: 18px;
	}
	#regular #talklive .trailer .date h4 {
		font-size: 14.0vw;
		line-height: 1.1;
	}
	#regular #talklive .trailer .date h4 + p { font-size: 24px; }
	#regular #talklive .trailer .guest {
		top: 52%;
		bottom: initial;
		right: initial;
		left: 0;
		width: 60%;
	}
	#regular #talklive .trailer .guest h5 {
		margin-bottom: 0.25em;
		font-size: 16px;
		text-align: left;
	}
	#regular #talklive .trailer .guest h3 {
		font-size: 8.0vw;
		line-height: 1.5;
		text-shadow: 2px 2px 12px rgba(0,0,0,0.15);
	}
	#regular #talklive .trailer .guest h3 + p { font-size: 16px; }
	#regular #talklive .watch p { font-size: 16px; }
	#regular #talklive .watch .needlogin { border: 2px solid #ffff33; }
	#regular #talklive .watch .needlogin span { font-size: 3.0vw; }
	#regular #talklive .watch .btn-login {
		margin: 1.5rem auto 0;
		width: 80%;
		max-width: 420px;
	}
	#regular #talklive .watch .btn-login a {
		height: 42px;
		border-radius: 6px;
		font-size: 16px;
		line-height: 42px;
	}
}

@media screen and (max-width: 640px) {
	#regular #talklive .liveinfo h2 { font-size: 8.6vw; }
	#regular #talklive .liveinfo h4 span { font-size: 4.6vw; }
	#regular #talklive .liveinfo p { font-size: 16px; }
	#regular #talklive .livecontents.cast {
		margin: 2.0em auto;
		width: 92%;
	}
	#regular #talklive .livecontents ul {
		display: flex;
		flex-wrap: wrap;
	}
	#regular #talklive .livecontents ul li {
		position: relative;
		width: 50%;
		background-size: cover;
		background-position: 50% 0;
	}
	#regular #talklive .livecontents ul li::before {
		content: '';
		display: block;
		width: 100%;
		padding-top: 100%;
	}
	#regular #talklive .trailer figure {
		position: absolute;
		top: 50%;
		right: -22%;
		margin: 0;
		width: 68%;
		transform: translateY(-50%);
	}
	#regular #talklive .trailer .date {
		position: relative;
		top: initial;
		left: initial;
		width: 70%;
		transform: none;
		z-index: 2;
	}
	#regular #talklive .trailer .guest {
		position: relative;
		top: initial;
		bottom: initial;
		right: initial;
		left: initial;
		margin-top: 2.0em;
		width: 70%;
	}
	#regular #talklive .trailer .guest h5 {
		margin-bottom: 0.25em;
		font-size: 16px;
		text-align: left;
	}
	#regular #talklive .trailer .guest h3 {
		font-size: 8.0vw;
		line-height: 1.5;
		text-shadow: 2px 2px 12px rgba(0,0,0,0.15);
	}
	#regular #talklive .trailer .guest h3 + p { font-size: 16px; }
}
@media screen and (max-width: 420px) {
	#regular #talklive {
		margin-bottom: 8%;
		padding: 6% 0;
	}
	#regular #talklive .regonly h5 {
		font-size: 5.0vw;
		line-height: 1.2;
	}
	#regular #talklive .regonly h2 {
		color: #fff;
		font-size: 24.0vw;
		line-height: 1.0;
	}
	#regular #talklive .liveinfo { width: 92%; }
	#regular #talklive .liveinfo h3 { font-size: 5.0vw; }
	#regular #talklive .liveinfo h5 span {
		font-size: 16px;
	}
	#regular #talklive .trailer figure {
		top: 33%;
		right: -22%;
		width: 75%;
	}
	#regular #talklive .trailer .date {
		width: 64%;
		transform: none;
		z-index: 2;
	}
	#regular #talklive .trailer .date .vol {
		margin-bottom: 0.25em;
		padding: 0 0.5em;
		font-size: 14px;
	}
	#regular #talklive .trailer .date h4 {
		font-size: 19.0vw;
		line-height: 1.1;
	}
	#regular #talklive .trailer .guest {
		position: relative;
		top: initial;
		bottom: initial;
		right: initial;
		left: initial;
		margin-top: 1.5em;
		width: 100%;
	}
	#regular #talklive .trailer .guest h5 { font-size: 12px; }
	#regular #talklive .livecontents > div p span {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.3;
	}
	#regular #talklive .livecontents ul li {
		width: 50%;
	}
	#regular #talklive .livecontents ul li p {
		bottom: 3%;
		font-size: 3.0vw;
	}
	#regular #talklive .watch .needlogin span { font-size: 5.4vw; }
	#regular #talklive .watch .btn-login a {
		height: 36px;
		border-radius: 6px;
		font-size: 14px;
		line-height: 36px;
	}



}

/* 送料 */
/* --------------------------------------------------- */
#regular #regpostage {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
#regular #regpostage figure { margin: 0 auto; width: 92%; }
#regular #regpostage figure img { width: 100%; height: auto; }

@media screen and (max-width: 420px) {
	#regular #regpostage .regonly + figure { margin-top: 4%; }

}


/* Your Journey Start Here. */
/* --------------------------------------------------- */
#regular #start_here {
	margin: 0 auto;
	width: 92%;
	max-width: 960px;
	text-align: center;
}
#regular #start_here h2 {
	font-size: 50px;
	font-weight: 600;
	text-align: center;
}
#regular #start_here h2 span {
	display: inline-block;
	font-weight: inherit;
}
#regular #start_here p {
	font-size: 18px;
	margin: 30px 0 0 0;
}
#start_here p img {
  width: 100%;
  margin: 50px 0 30px 0;
}

@media screen and (max-width: 420px) {
  #start_here img { width: 100%; }
	}
@media screen and (max-width: 767px) {
  #start_here img { width: 100%; }
	}




/* 定期限定 */
/* --------------------------------------------------- */
#regular .regonly {
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 5% 0;
	text-align: center;
}
#regular .regonly::before {
	content: '定期限定';
	position: absolute;
	right: 100%;
	top: 50%;
	display: block;
	padding: 22px 14.7px;
	width: 72px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	background-color: #13980b;
	border-radius: 50%;
	transform: translate( -15%,-50%) rotate(-10deg);
}


#regular .regonly > p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
#regular .regonly > p span { display: inline-block; font-weight: inherit; }

@media screen and (max-width: 767px) {
	#regular .regonly::before {
		position: static;
		margin: 0 auto;
		padding: 17px 10px;
		width: 64px;
		font-size: 21px;
		transform: translate( 0,-15%) rotate(-10deg);
	}
	#regular .regonly > p { font-size: 21px; }
}
@media screen and (max-width: 420px) {
	#regular .regonly {
		position: relative;
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 92%;
	}
	#regular .regonly::before {
		margin-bottom: 3%;
		padding: 6px 0;
		width: 100%;
		font-size: 14px;
		border-radius: 200px;
		transform: translate( 0,-15%) rotate(0);
	}
	#regular .regonly > p { font-size: 18px; }
}




/* 定期限定 */
/* --------------------------------------------------- */
#regular #option { margin-top: 4.0em; }
#regular #option ul {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 92%;
	max-width: 960px;
}
#regular #option ul li { width: 33%; }
#regular #option ul li img { width: 100%; height: auto; }

@media screen and (max-width: 560px) {
	#regular #option ul li { width: 50%; }
}


/* --------------------------------------------------- */
/* サブスク */
/* --------------------------------------------------- */

#subscription {
  margin: 20px auto 0;
  width: 92%;
  max-width: 960px;
}
#subscription figure { width: 100%; }
#subscription figure img { width: 100%;  height: auto;}
#subscription h2 {
  margin: 30px 0 0 0;
  color: #13980b;
  font-size: 24px;
  text-align: center;
}
#subscription h2 span {
	display: inline-block;
	font-weight: 600;
	line-height: 1.3;
}
#subscription ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#subscription ul li {
	margin-top: 1%;
	width: 49%;
	background-color: #f9fcf1;
	color: #65b721;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.2;
	text-align: center;
}
#subscription .sprit {
	display: flex;
	margin: 2.0em auto 1.0em;
	flex-wrap: wrap;
	justify-content: space-between;
}
#subscription .sprit > div {
	box-sizing: border-box;
	width: 48.5%;
	padding: 2%;
	background-color: #65b721;
	border-radius: 8px;
}
#subscription h3 {
	color: #fff300;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
}
#subscription .sprit p {
	color: #fff;
	font-size: 16px;
}
#subscription .ast {
	padding: 0 0 0 1em;
	text-indent: -1.0em;
	font-size: 14px;
}


@media screen and (max-width: 560px) {
	#subscription h2 {
		font-size: 21px;
	}
	#subscription ul li {
		margin-top: 1%;
		width: 100%;
		font-size: 16px;
	}
	#subscription .sprit {
		margin: 2.0em auto 1.0em;
		gap:  0.5em 0;
	}
	#subscription .sprit > div {
		box-sizing: border-box;
		width: 100%;
		padding: 2% 4%;
	}
}
@media screen and (max-width: 420px) {
	#subscription { padding: 30px 0; }
	#subscription .ast { font-size: 12px; }
}








/* レスポンシブ */
/* --------------------------------------------------- */
/* PC */
@media screen and (min-width: 768px) {
} 
/* SP */
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 420px) {
}



