@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;600&display=swap');
/*======================
					 mb					 
======================*/
@media screen and (max-width: 768px) {
	/* --------- 調整・消去 --------- */
	body .box-white{/*全体背景*/
		background-color: #dbcbb8;
	}
	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: #1b1814;
		padding-bottom: 10px;
		background-color: #89674b;
	}
	body #topic p,
	body #topic th,
	body #topic td,
	body #topic li,
	body #topic dt,
	body #topic dd{
		font-size:14px;
		line-height:1.75em;
		color: #fff;
	}
	#topic h2,
	#topic h3,
	#topic h4,
	#topic h5{
		font-family: "Zen Maru Gothic";
		line-height:1.4em;
		font-feature-settings : "palt";
		color: #1b1814;
		margin: 0;
	}
	#topic h2{
	}
	#topic p{
		line-height:2em;
		margin:0 0 15px 0;
		font-size:14px;
	}
	
	#topic .centering_img{
		text-align: center;
		margin: 60px 0;
	}
	#topic figure{
		margin: 40px 0;
	}
	
	/*-------------------------------------- header */

	#topic header .centering_img{
		margin: 60px 50px;
	}

	#topic #intro_outer{
		margin:20px 7vw 40px;
	}
	#topic #intro_outer .intro_txt{
		padding-top: 20px;
	}
	#topic #intro_outer .intro_txt p{
		color: #fff;
		font-family: "Zen Maru Gothic";
		line-height:1.5em;
		font-feature-settings : "palt";
		font-size: 1.2em;
		margin: 20px 0 0;
	}


	/*-------------------------------------- intro */

	#topic #intro{
		padding: 70px 0 100px;
		text-align: center;
	}
	#topic #intro p{
		text-align: left;
		margin: 0 5vw;
	}
	#topic #intro p > b{
		font-size: 1.3em;
		font-weight: bold;
		color: #fff;
	}
	#topic #intro h2{
		margin: 0 5vw;
	}
	#topic #intro h3{
		margin: 50px 5vw 10px;
	}

	#topic #intro figure{
		margin: 40px 5vw;
	}


	/*-------------------------------------- product */

	#topic #product{
		background-color: #bfab9a;
		padding: 20px 5vw 50px;
		text-align: center;
	}
	#topic #product h2{
		margin: 60px 0 20px;
		color: #432105;
	}
	#topic #product h3{
		color: #432105;
		font-size: 1.4em;
		text-align: left;
		margin: 0 auto 15px;
	}
	#topic #product p{
		color: #432105;
		text-align: left;
	}
	#topic #product h3 + p{
		margin: 0 auto;
	}
	#topic #function{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0 5%;
		margin-top: 50px;
	}
	#topic #function .function_box{
		width: 47%;
	}
	#topic #function .function_box p{
		margin-top: 10px;
		font-size: 12px;
	}
	#topic #function .function_box p > b{
		color: #432105;
		font-size: 1.15em;
	}


	#topic .product_outer p.price + p{
		text-align: center;
	}

	#topic .product_outer h5{
		margin: 50px auto 0;
		text-align: left;
		font-size: 1.4em;
		color: #fff;
		letter-spacing: 0.05em;
	}
	#topic .product_outer h5 span{
		background-color: #d2684b;
		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: #1b1814;
	}

	/*-------------------------------------- sales_info */

	#topic #sales_info{
		padding: 80px 5vw;
	}
	#topic #sales_info #sales_outer{
		margin: 30px auto;
	}
	#topic #sales_outer .imgbox{
	}
	#topic #sales_outer .txtbox{
	}
	#topic #sales_info h1{
		color: #fff;
		margin-top: 30px;
	}
	#topic #sales_info h1 strong{
		font-size: 1.4em;
		color: #fff;
	}
	#topic #sales_info p{
		margin-top: 20px;
	}
	#topic #sales_info p.price{
		font-weight:bold;
		text-align: right;
		margin: 5px auto 0;
	}
	#topic #sales_info p.price span{
		font-size: 1.6em;
	}

	#topic #misinfaq h2{
		color: #ffffff;
		font-size: 1.25em;
		line-height: 2em;
		margin-bottom: 40px;
	}
	#topic #misinfaq h2 span{
		font-size: 1.6em;
	}

	#topic #misinfaq dl{
		margin: 40px auto;
	}
	#topic #misinfaq dt{
		background-color: #cfbeaf;
		border-radius: 3em;
		color: #4d3622;
		padding: 1em 1.5em;
	}
	#topic #misinfaq dd{
		background-color: #f3eee9;
		border-radius: 2em;
		color: #4d3622;
		padding: 1.5em;
		font-weight: normal;
		margin: 30px 0 30px 60px;
	}

	#topic #sales_info h5{
		color: #ffffff;
		font-size: 1.7em;
		margin: 70px 0 0;
		text-align: center;
	}

	#topic #sales_info table{
		margin: 30px auto 0;
		border-collapse: collapse;
		max-width: 780px;
		border: 1px solid #4d3622;
	}
	#topic #sales_info th,
	#topic #sales_info td{
		padding: 10px 20px;
		border: 1px solid #4d3622;
		background-color: #f3eee9;
	}
	#topic #sales_info th{
		color: #4d3622;
		border-right: 0px solid #4d3622;
		background-color: #d2c1b3;
	}
	#topic #sales_info td{
		border-left: 0px solid #4d3622;
		color: #4d3622;
	}

	/*-------------------------------------- button_buy */

	#topic .button_buy{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 40px auto 50px;
		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: #2aa5cd;
		border: 2px solid #2aa5cd;
		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: #2aa5cd;
	}
	#topic .button_form a:hover:before {
		border-top: 2px solid #2aa5cd;
		border-right: 2px solid #2aa5cd;
	}


}

/*======================
					 pc					
======================*/
@media print, screen and (min-width: 769px) {
	/* --------- 調整・消去 --------- */
	body .box-white{/*全体背景*/
		background-color: #dbcbb8;
	}
	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: #1b1814;
		padding-bottom: 10px;
		background-color: #89674b;
		max-width: 1100px;
		margin: 0 auto;
	}
	body #topic p,
	body #topic th,
	body #topic td,
	body #topic li,
	body #topic dt,
	body #topic dd{
		font-size:14px;
		line-height:1.75em;
		color: #fff;
	}
	#topic h2,
	#topic h3,
	#topic h4,
	#topic h5{
		font-family: "Zen Maru Gothic";
		line-height:1.4em;
		font-feature-settings : "palt";
		color: #1b1814;
		margin: 0;
	}
	#topic h2{
	}
	#topic p{
		line-height:2em;
		margin:0 0 15px 0;
		font-size:14px;
	}
	
	#topic .centering_img{
		text-align: center;
		margin: 60px 0;
	}
	#topic figure{
		margin: 40px 0;
	}

	/*-------------------------------------- header */

	#topic header {
	}

	#topic #intro_outer{
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
	}
	#topic #intro_outer{
		display: flex;
		margin:20px 0 40px;
		justify-content: center;
		flex-wrap: reverse;
		align-items: flex-start;
		gap: 20px;
	}
	#topic #intro_outer .intro_txt{
		width: 386px;
		padding-top: 70px;
	}
	#topic #intro_outer .intro_txt p{
		color: #fff;
		font-family: "Zen Maru Gothic";
		line-height:1.5em;
		font-feature-settings : "palt";
		font-size: 1.55em;
		margin: 20px 0 0;
	}
	#topic #intro_outer .intro_img{
		width:400px;
	}


	/*-------------------------------------- intro */

	#topic #intro{
		padding: 70px 0 100px;
		text-align: center;
	}
	#topic #intro p{
		width: 600px;
		text-align: left;
		margin: 0 auto;
	}
	#topic #intro p > b{
		font-size: 1.3em;
		font-weight: bold;
		color: #fff;
	}

	#topic #intro h3{
		margin: 50px 0 10px;
	}

	#topic #intro figure{
		margin: 40px 0;
	}


	/*-------------------------------------- product */

	#topic #product{
		background-color: #bfab9a;
		padding: 70px 0 50px;
		text-align: center;
	}
	#topic #product h2{
		margin: 60px 0 20px;
		color: #432105;
	}
	#topic #product h3{
		color: #432105;
		font-size: 1.4em;
		text-align: left;
		width: 600px;
		margin: 0 auto 15px;
	}
	#topic #product p{
		color: #432105;
		text-align: left;
	}
	#topic #product h3 + p{
		width: 600px;
		margin: 0 auto;
	}
	#topic #function{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px 50px;
		margin-top: 50px;
	}
	#topic #function .function_box{
		width: 260px;
	}
	#topic #function .function_box p{
		width: 260px;
		margin-top: 10px;
	}
	#topic #function .function_box p > b{
		color: #432105;
		font-size: 1.15em;
	}


	#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: #d2684b;
		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: #1b1814;
	}
	#topic .product_outer ul{
		text-align: left;
		max-width: 720px;
		margin: 20px auto;
	}
	#topic .product_outer li{
		list-style: disc;
	}

	/*-------------------------------------- sales_info */

	#topic #sales_info{
		padding: 80px 0;
	}
	#topic #sales_info #sales_outer{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
		max-width: 720px;
		margin: 30px auto;
	}
	#topic #sales_outer .imgbox{
		width: 360px;
	}
	#topic #sales_outer .txtbox{
		flex: 1;
	}
	#topic #sales_info h1{
		color: #fff;
		margin-top: 30px;
	}
	#topic #sales_info h1 strong{
		font-size: 1.4em;
		color: #fff;
	}
	#topic #sales_info p{
		margin-top: 20px;
	}
	#topic #sales_info p.price{
		font-weight:bold;
		text-align: right;
		margin: 5px auto 0;
	}
	#topic #sales_info p.price span{
		font-size: 1.6em;
	}

	#topic #misinfaq h2{
		color: #ffffff;
		font-size: 1.25em;
		line-height: 2em;
		margin-bottom: 40px;
	}
	#topic #misinfaq h2 span{
		font-size: 1.6em;
	}

	#topic #misinfaq dl{
		width: 680px;
		margin: 40px auto;
	}
	#topic #misinfaq dt span{
		background-color: #cfbeaf;
		border-radius: 3em;
		color: #4d3622;
		padding: 1.5em;
	}
	#topic #misinfaq dd{
		background-color: #f3eee9;
		border-radius: 2em;
		color: #4d3622;
		padding: 2em;
		font-weight: normal;
		margin: 30px 0 30px 100px;
	}

	#topic #sales_info h5{
		color: #ffffff;
		font-size: 1.7em;
		margin: 70px 0 0;
		text-align: center;
	}

	#topic #sales_info table{
		margin: 30px auto 0;
		border-collapse: collapse;
		max-width: 780px;
		border: 1px solid #4d3622;
	}
	#topic #sales_info th,
	#topic #sales_info td{
		padding: 10px 20px;
		border: 1px solid #4d3622;
		background-color: #f3eee9;
	}
	#topic #sales_info th{
		color: #4d3622;
		border-right: 0px solid #4d3622;
		background-color: #d2c1b3;
	}
	#topic #sales_info td{
		border-left: 0px solid #4d3622;
		color: #4d3622;
	}

	/*-------------------------------------- button_buy */

	#topic .button_buy{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 40px auto 50px;
		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: #2aa5cd;
		border: 2px solid #2aa5cd;
		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: #2aa5cd;
	}
	#topic .button_form a:hover:before {
		border-top: 2px solid #2aa5cd;
		border-right: 2px solid #2aa5cd;
	}

}
