@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&amp;subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');
/*======================
					 mb					 
======================*/
@media screen and (max-width: 768px) {
	/* --------- 調整・消去 --------- */
	body .box-white{/*全体背景*/
		background-color: #fbf9f3;
		background-image:
			radial-gradient(#85b65e 4%, #85b65e 7%, transparent 7%),
			radial-gradient(#85b65e 4%, #85b65e 7%, transparent 7%),
			linear-gradient(#fbf9f3 5%,#fbf9f3 5%, transparent 15%, transparent 15%),
			linear-gradient(45deg, transparent 30%, transparent 49%, #85b65e 49%, #85b65e 50%, transparent 50%, transparent 100%),
			linear-gradient(-45deg, transparent 30%, transparent 49%, #85b65e 49%, #85b65e 50%, transparent 50%, transparent 100%);
		background-position: 50px 50px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
		background-size: 50px 50px,50px 50px,50% 4px,50px 50px,50px 50px;
	}
	body .box-white,
	body .post-content{
		padding: 0 0 0;
	}
	body .group{
		padding: 0 0 80px;
	}
	body main > .title_area,
	body .group::before,
	body .inner > header,
	body .inner dl.periodText{
		display: none !important;
	}
	body .group .inner{
		width: 100%;
	}
	body .post-content p{
		margin: 0;
	}
	#topic .pc { display: none !important; }
	#topic .sp { display: block !important; }


	/*------------------------
					 個別Style				
	------------------------*/

	#topic #contentDetail {
		color: #3c3835;
		padding-bottom: 10px;
	}
	body #topic p,
	body #topic th,
	body #topic td,
	body #topic li,
	body #topic dt,
	body #topic dd{
		font-family: 'Wix Madefor Text','Noto Sans JP','メイリオ','Meiryo',sans-serif;
		font-size:14px;
		line-height:1.75em;
		color: #3c3835;
	}
	#topic h2,
	#topic h3,
	#topic h4,
	#topic h5{
		font-family: 'Wix Madefor Text','Zen Maru Gothic';
		line-height:1.4em;
		font-feature-settings : "palt";
		color: #3c3835;
		margin: 0;
	}
	#topic h2{
		text-align: center;
		color: #fff;
		background-color: #5d9f2c;
		font-size: 1.4em;
		padding: 15px 0;
		font-weight: bold;
		letter-spacing: 0.075em;
		margin: 40px 0 ;
	}
	#topic p{
		line-height:2em;
		margin:0 0 15px 0;
		font-size:14px;
	}
	/*-------------------------------------- header */

	#topic header {
	}

	/*-------------------------------------- intro */

	#topic #intro{
		margin: 0 2%;
		background-color: #ffffff;
		padding: 70px 0 0;
		text-align: center;
	}
	#topic #intro h3{
		font-style: italic;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0;
	}
	#topic #intro figure{
		margin: 25px 10% 40px;
	}
	#topic #bg_red{ background: linear-gradient(to bottom, #ad5a2d 0%, #ad5a2d 35%, #ffffff 35%, #ffffff 100%);}
	#topic #bg_green{ background: linear-gradient(to bottom, #bdcea8 0%, #bdcea8 35%, #ffffff 35%, #ffffff 100%);}

	#topic .collabobox{
		padding: 10px 0;
	}
	#topic #intro h4{
		color: #fff;
		line-height: 2em;
		font-size: 1.2em;
		letter-spacing: 0.05em;
		margin: 20px 0 20px;
	}
	#topic #intro h4 span{
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
		padding: 0 15px;
	}
	#topic #intro p{
		margin: 25px 4%;
		text-align: left;
	}
	#topic #intro img{
		border-radius: 30px;
		margin: 0 4%;
		width: 90%;
	}

	/*-------------------------------------- product */

	#topic .product_outer{
		margin: 0 2% 50px;
		background-color: #ffffff;
		padding: 70px 4% 50px;
		text-align: center;
	}
	#topic .line_red{ border-top: 5px solid #e70012;}
	#topic .line_green{ border-top: 5px solid #bdcea8;}

	#topic .product_outer h3{
		color: #e70012;
		font-size: 1.1em;
		margin-bottom: 40px;
	}
	#topic .product_outer h3 b{
		color: #e70012;
		font-size: 2em;
		font-style: italic;
		font-family: 'Wix Madefor Text','Zen Maru Gothic';
		line-height: 1.3em;
	}
	#topic .product_outer h3 + img{
		width: 200px;
	}
	#topic .product_outer h4{
		margin: 50px auto 40px;
		font-size: 1.8em;
		letter-spacing: 0.05em;
	}
	#topic .product_outer h4 > span{
		border-bottom: 3px solid #3c3835;
		font-size: 1.7em;
		letter-spacing: 0em;
		margin-right: 15px;
	}
	#topic .product_outer p{
		margin: 20px auto 40px;
		text-align: left;
	}
	#topic .product_img{
		margin-top: 30px;
	}
	#topic .product_outer figure{
		margin: 40px auto 20px;
	}
	#topic .product_outer h1{
		font-size: 1.2em;
		color: #3c3835;
	}
	#topic .product_outer p.price{
		font-weight:bold;
		text-align: center;
		margin: 5px auto 0;
	}
	#topic .product_outer p.price span{
		font-size: 1.6em;
	}
	#topic .product_outer p.price + p{
	}

	#topic .product_outer h5{
		margin: 70px auto 0;
		font-size: 1.2em;
		color: #fff;
		letter-spacing: 0.05em;
	}
	#topic .product_outer h5 span{
		background-color: #5d9f2c;
		border-radius: 2em;
		padding: 12px 25px;
	}
	#topic .product_outer p.period{
		font-size: 1.7em;
		margin-bottom: 0;
		text-align: center;
	}
	#topic .product_outer p.period + p > b{
		font-size: 1.1em;
		color: #3c3835;
	}
	#topic .product_outer ul{
		text-align: left;
		max-width: 720px;
		margin: 20px auto 20px 20px;
	}
	#topic .product_outer li{
		list-style: disc;
		margin-bottom: 5px;
	}

	/*-------------------------------------- profile */

	#topic #profile{
		margin: 0 2% 50px;
		padding: 30px 5%;
		background-color: #ffffff;
		border-radius: 30px;
	}
	#topic #profile .outer{
	}
	#topic #profile .imgbox{
		width: 220px;
		margin: 0 auto;
	}
	#topic #profile h1{
		font-size: 1.4em;
		color: #3c3835;
		text-align: center;
		margin-top: 10px;
	}
	#topic #profile p{
		margin-top: 20px;
	}

	/*-------------------------------------- buttons */

	#topic .buttons{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin: 40px 4% 50px;
		gap: 10px;
	}
	#topic .buttons a {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		position: relative;
		background: #e70012;
		border: 2px solid #e70012;
		border-radius: 30px;
		box-sizing: border-box;
		padding: 0 25px 0 25px;
		color: #fff;
		font-size: 1.2em;
		line-height: 1.3;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}
	#topic .buttons a:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(135deg);
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -6px;
	}
	#topic .buttons a:hover {
		background: #fff;
		color: #e70012;
	}
	#topic .buttons a:hover:before {
		border-top: 2px solid #e70012;
		border-right: 2px solid #e70012;
	}
	a.hukidashi {
		position: relative;
	}
	a.hukidashi span {
		font-size: 0.9em;
		text-align: center;
		position: absolute;
		top: -1.9rem;
		display: block;
		width: 90%;
		padding: 0.2rem 0;
		color: #7d2c00;
		border: 2px solid #f0b710;
		border-radius: 100vh;
		background: #f0b710;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	a.hukidashi span:before,
	a.hukidashi span:after {
		position: absolute;
		left: calc(50% - 10px);
		content: "";
	}
	a.hukidashi span:before {
		bottom: -10px;
		border-width: 10px 10px 0 10px;
		border-style: solid;
		border-color: #f0b710 transparent transparent transparent;
	}
	a.hukidashi span:after {
		bottom: -7px;
		border-width: 10px 10px 0 10px;
		border-style: solid;
		border-color: #f0b710 transparent transparent transparent;
	}

	/*-------------------------------------- button_buy */

	#topic .button_buy{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin: 40px 4% 50px;
		gap: 10px;
	}
	#topic .button_buy a {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		position: relative;
		background: #d62323;
		border: 2px solid #d62323;
		box-sizing: border-box;
		padding: 0 25px;
		color: #fff;
		font-size: 1.2em;
		line-height: 1.3;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}
	#topic .button_buy a:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 25px;
		margin-top: -6px;
	}
	#topic .button_buy a:hover {
		background: #fff;
		color: #d62323;
	}
	#topic .button_form a:hover:before {
		border-top: 2px solid #d62323;
		border-right: 2px solid #d62323;
	}

	/*-------------------------------------- button_form */

	#topic .button_form{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 30px auto 60px;
	}
	#topic .button_form a {
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 1;
		height: 60px;
		position: relative;
		background: #d62323;
		border: 2px solid #d62323;
		box-sizing: border-box;
		padding: 0 25px;
		color: #fff;
		font-size: 1.2em;
		line-height: 1.3;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}
	#topic .button_form a:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 25px;
		margin-top: -6px;
	}
	#topic .button_form a:hover {
		background: #fff;
		color: #d62323;
	}
	#topic .button_form a:hover:before {
		border-top: 2px solid #d62323;
		border-right: 2px solid #d62323;
	}


}

/*======================
					 pc					
======================*/
@media print, screen and (min-width: 769px) {
	/* --------- 調整・消去 --------- */
	body .box-white{/*全体背景*/
		background-color: #fbf9f3;
		background-image:
			radial-gradient(#85b65e 4%, #85b65e 7%, transparent 7%),
			radial-gradient(#85b65e 4%, #85b65e 7%, transparent 7%),
			linear-gradient(#fbf9f3 5%,#fbf9f3 5%, transparent 15%, transparent 15%),
			linear-gradient(45deg, transparent 30%, transparent 49%, #85b65e 49%, #85b65e 50%, transparent 50%, transparent 100%),
			linear-gradient(-45deg, transparent 30%, transparent 49%, #85b65e 49%, #85b65e 50%, transparent 50%, transparent 100%);
		background-position: 50px 50px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
		background-size: 50px 50px,50px 50px,50% 4px,50px 50px,50px 50px;
	}
	body .box-white,
	body .post-content{
		padding: 0 0 0;
	}
	body .group{
		padding: 0 0 80px;
	}
	body main > .title_area,
	body .group::before,
	body .inner > header,
	body .inner dl.periodText{
		display: none !important;
	}
	body .group .inner{
		width: 100%;
		max-width: 1480px;
	}
	body .post-content p{
		margin: 0;
	}
	#topic .pc { }
	#topic .sp { display: none !important; }

	/*------------------------
					 個別Style				
	------------------------*/

	#topic #contentDetail {
		color: #3c3835;
		padding-bottom: 10px;
	}
	body #topic p,
	body #topic th,
	body #topic td,
	body #topic li,
	body #topic dt,
	body #topic dd{
		font-family: 'Wix Madefor Text','Noto Sans JP','メイリオ','Meiryo',sans-serif;
		font-size:14px;
		line-height:1.75em;
		color: #3c3835;
	}
	#topic h2,
	#topic h3,
	#topic h4,
	#topic h5{
		font-family: 'Wix Madefor Text','Zen Maru Gothic';
		line-height:1.4em;
		font-feature-settings : "palt";
		color: #3c3835;
		margin: 0;
	}
	#topic h2{
		color: #fff;
		text-align: center;
		background-color: #5d9f2c;
		font-size: 1.4em;
		padding: 20px 0;
		font-weight: bold;
		letter-spacing: 0.075em;
		margin: 50px 0 ;
	}
	#topic p{
		line-height:2em;
		margin:0 0 15px 0;
		font-size:14px;
	}
	/*-------------------------------------- header */

	#topic header {
		max-width: 960px;
		margin: 0 auto;
	}


	/*-------------------------------------- intro */

	#topic #intro{
		max-width: 960px;
		margin: 0 auto;
		background-color: #ffffff;
		padding: 70px 0 0;
		text-align: center;
	}
	#topic #intro h3{
		font-style: italic;
		font-size: 1.5em;
		font-weight: bold;
		margin: 0;
	}
	#topic #intro figure{
		margin: 40px 0;
	}
	#topic #bg_red{ background: linear-gradient(to bottom, #ad5a2d 0%, #ad5a2d 60%, #ffffff 60%, #ffffff 100%);}
	#topic #bg_green{ background: linear-gradient(to bottom, #bdcea8 0%, #bdcea8 60%, #ffffff 60%, #ffffff 100%);}

	#topic .collabobox{
		padding: 40px 0;
	}
	#topic #intro h4{
		color: #fff;
		line-height: 2em;
		font-size: 1.2em;
		letter-spacing: 0.05em;
		margin: 20px 0 30px;
	}
	#topic #intro h4 span{
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
		padding: 0 15px;
	}
	#topic #intro p{
		max-width: 720px;
		margin: 25px auto;
		text-align: left;
	}
	#topic #intro img{
		border-radius: 30px;
	}

	/*-------------------------------------- product */

	#topic .product_outer{
		max-width: 960px;
		margin: 0 auto 50px;
		background-color: #ffffff;
		padding: 70px 0 50px;
		text-align: center;
	}
	#topic .line_red{ border-top: 5px solid #e70012;}
	#topic .line_green{ border-top: 5px solid #bdcea8;}

	#topic .product_outer h3{
		color: #e70012;
		font-size: 1.2em;
		margin-bottom: 40px;
	}
	#topic .product_outer h3 b{
		color: #e70012;
		font-size: 2.5em;
		font-style: italic;
		font-family: 'Wix Madefor Text','Zen Maru Gothic';
		line-height: 1.2em;
	}
	#topic .product_outer h3 + img{
		width: 240px;
	}
	#topic .product_outer h4{
		text-align: left;
		max-width: 720px;
		margin: 50px auto 40px;
		font-size: 2em;
		letter-spacing: 0.05em;
	}
	#topic .product_outer h4 > span{
		border-bottom: 3px solid #3c3835;
		font-size: 2em;
		letter-spacing: 0em;
		margin-right: 20px;
	}
	#topic .product_outer p{
		max-width: 720px;
		margin: 20px auto 40px;
		text-align: left;
	}
	#topic .product_img{
		margin-top: 30px;
	}
	#topic .product_outer figure{
		max-width: 450px;
		margin: 40px auto 20px;
	}
	#topic .product_outer h1{
		font-size: 1.3em;
		color: #3c3835;
	}
	#topic .product_outer p.price{
		font-weight:bold;
		text-align: center;
		margin: 5px auto 0;
	}
	#topic .product_outer p.price span{
		font-size: 1.6em;
	}
	#topic .product_outer p.price + p{
		text-align: center;
	}

	#topic .product_outer h5{
		max-width: 720px;
		margin: 50px auto 0;
		text-align: left;
		font-size: 1.4em;
		color: #fff;
		letter-spacing: 0.05em;
	}
	#topic .product_outer h5 span{
		background-color: #5d9f2c;
		border-radius: 2em;
		padding: 12px 25px;
	}
	#topic .product_outer p.period{
		font-size: 2em;
		margin-bottom: 0;
	}
	#topic .product_outer p.period + p > b{
		font-size: 1.3em;
		color: #3c3835;
	}
	#topic .product_outer ul{
		text-align: left;
		max-width: 720px;
		margin: 20px auto;
	}
	#topic .product_outer li{
		list-style: disc;
	}

	/*-------------------------------------- profile */

	#topic #profile{
		max-width: 960px;
		margin: 0 auto 50px;
		padding: 10px 0;
		background-color: #ffffff;
		border-radius: 30px;
	}
	#topic #profile .outer{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
		max-width: 720px;
		margin: 30px auto;
	}
	#topic #profile .imgbox{
		width: 260px;
	}
	#topic #profile .txtbox{
		flex: 1;
	}
	#topic #profile h1{
		font-size: 1.4em;
		color: #3c3835;
	}
	#topic #profile p{
		margin-top: 20px;
	}

	/*-------------------------------------- buttons */

	#topic .buttons{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 60px auto 40px;
		width: 720px;
		flex: 1 1 1 40%;
	}
	#topic .buttons a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40%;
		height: 50px;
		position: relative;
		background: #e70012;
		border: 2px solid #e70012;
		border-radius: 30px;
		box-sizing: border-box;
		padding: 0 25px 0 25px;
		color: #fff;
		font-size: 1.2em;
		line-height: 1.3;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}
	#topic .buttons a:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(135deg);
		position: absolute;
		top: 50%;
		right: 25px;
		margin-top: -6px;
	}
	#topic .buttons a:hover {
		background: #fff;
		color: #e70012;
	}
	#topic .buttons a:hover:before {
		border-top: 2px solid #e70012;
		border-right: 2px solid #e70012;
	}
	a.hukidashi {
		position: relative;
	}
	a.hukidashi span {
		font-size: 0.95em;
		text-align: center;
		position: absolute;
		top: -1.9rem;
		display: block;
		width: 200px;
		padding: 0.2rem 0;
		color: #7d2c00;
		border: 2px solid #f0b710;
		border-radius: 100vh;
		background: #f0b710;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	a.hukidashi span:before,
	a.hukidashi span:after {
		position: absolute;
		left: calc(50% - 10px);
		content: "";
	}
	a.hukidashi span:before {
		bottom: -10px;
		border-width: 10px 10px 0 10px;
		border-style: solid;
		border-color: #f0b710 transparent transparent transparent;
	}
	a.hukidashi span:after {
		bottom: -7px;
		border-width: 10px 10px 0 10px;
		border-style: solid;
		border-color: #f0b710 transparent transparent transparent;
	}

	/*-------------------------------------- button_buy */

	#topic .button_buy{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 40px auto 80px;
		width: 720px;
		flex: 1 1 1 40%;
		gap: 20px 30px;
	}
	#topic .button_buy a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40%;
		height: 50px;
		position: relative;
		background: #d62323;
		border: 2px solid #d62323;
		box-sizing: border-box;
		padding: 0 25px;
		color: #fff;
		font-size: 1.2em;
		line-height: 1.3;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}
	#topic .button_buy a:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 25px;
		margin-top: -6px;
	}
	#topic .button_buy a:hover {
		background: #fff;
		color: #d62323;
	}
	#topic .button_form a:hover:before {
		border-top: 2px solid #d62323;
		border-right: 2px solid #d62323;
	}

	/*-------------------------------------- button_form */

	#topic .button_form{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 30px auto 60px;
		width: 720px;
		flex: 1 1 1 40%;
	}
	#topic .button_form a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40%;
		height: 60px;
		position: relative;
		background: #d62323;
		border: 2px solid #d62323;
		box-sizing: border-box;
		padding: 0 25px;
		color: #fff;
		font-size: 1.2em;
		line-height: 1.3;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}
	#topic .button_form a:before {
		content: '';
		width: 8px;
		height: 8px;
		border: 0;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 25px;
		margin-top: -6px;
	}
	#topic .button_form a:hover {
		background: #fff;
		color: #d62323;
	}
	#topic .button_form a:hover:before {
		border-top: 2px solid #d62323;
		border-right: 2px solid #d62323;
	}

}
