@charset "utf-8";
#yakinori p,
#yakinori li {
	line-height: 1.5;
}
#yakinori h2 {
	font-size: 30px;
}
#yakinori h2 span {
	font-size: 24px;
	margin-left: .5em;
}
#yakinori h3 {
	font-weight: bold;
}



#yakinori {
	max-width:1280px;
	margin: 0 auto;
	margin-bottom: 120px;
}
.contents {
	padding: 20px 40px;
}
#yakinori img {
	max-width: 100%;
}

/*ナビ*/
#yakinori .contents-left {
	padding: 0 0 0 3%;
}

#yakinori nav {
	max-width: 210px;
	padding: 40px 22px 0 0;
}
#yakinori .left_nav ul {
	padding: 6px 0 10px;
}
#yakinori .left_nav ul:first-of-type {
	padding: 20px 0 10px;
}
#yakinori .left_nav ul+ul {
	border-top: 1px solid #000;
}


/*メイン画像*/
#yakinori .main_v img {
	max-width: 100%;
}


/*youtube*/

#yakinori .movie {

	width: 855px;
	max-width: 100%;
	padding-bottom: 53%;
	height:0px;
	position: relative;
	margin: 40px auto 0;
}
#yakinori .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 854px;
	height: 480px;
	max-width: 100%;
	max-height: 100%;
}

/*説明*/

#yakinori section {
	margin-top: 60px;
}
#yakinori section h2 {
	padding: 10px 0;
	margin: 0 0 30px;
}
#yakinori section h3 {
	padding: 10px 0;
	margin: 0 0 12px;
}
#yakinori section .lede {
	line-height: 1.5;
	font-size: 18px;
}
#yakinori section .lede p {
	margin-bottom: 15px;
}

#yakinori .shop_btn {
	width: 350px;
	margin: 30px auto 0;
}
#yakinori .shop_btn a {
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	display: block;
	background: #363;
	color: #fff;
	text-align: center;
}
#yakinori .shop_btn + section {
	margin-top: 30px;
}
/*about*/
#yakinori section .about_list {
	display: flex;
	flex-wrap: wrap;
}
#yakinori section .about_list li {
	width: 50%;
	box-sizing: border-box;
	padding: 10px 10px 20px;
}

#yakinori section .purchase_list {
	list-style-type: disc;
	padding-left: 2em;
	font-size: 16px;
}

/*商品*/
#yakinori #products .products {
	display: flex;
	align-items: center;
	margin: 20px 0 40px;
	padding: 0 1%;
}
#yakinori #products .products .flex_img {
	width: 40%;
	margin-right: 20px;
}
#yakinori #products .products p {
	font-size: 20px;
	width: 58%;
}

#yakinori #products .product_list {
	/*display: flex;*/
	flex-wrap: wrap;
}
#yakinori #products .product_list li {
	float: left;
	width: 33.3%;
	padding:0 1%;
	box-sizing:border-box;
	margin-bottom: 30px;
}
#yakinori #products .product_list li a {
	display: block;
	background: #000;
	width: 100%;
}
#yakinori #products .product_list li figure figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	background:#000;
	color:#fff;
	text-align:center;
	padding: 5px 5px 8px;
	font-weight:800;
	text-decoration:none;
	font-size: 16px;
}
#yakinori #products .product_list li p {
	padding: 18px 15px 0;
}
#yakinori #products .souryou {
	border: 2px solid #000;
	padding: 20px;
	font-size: 17px;
}
#yakinori #products .souryou .souryou_ttl {
	font-size: 24px;
	font-weight: bold;
	color: #e41c21;
	margin-bottom: 5px;
	text-align: center;
}

/*introduction*/

#yakinori .introduction > img {
	max-width: 100%;
	margin-bottom: 20px;
}
#yakinori .introduction .material {
	display: flex;
}

#yakinori .introduction .material .flex_img {
	width: 44%;
	margin-right: 20px;
}
#yakinori .introduction .material h3 {
	border: 0;
	padding: 20px 0 0;
}
#yakinori .introduction .material h3 span {
	font-size: 18px;
	margin-left: .5em;
}
#yakinori .introduction .material dl {
	font-size: 20px;
	line-height: 1.5;
}
#yakinori .introduction .material dl dd {
	margin: 0 0 .5em 1em;
}

/*howto*/
#yakinori .howto {
	display: flex;
	flex-wrap: wrap;
}
#yakinori .howto li {
	width: 50%;
	box-sizing: border-box;
	padding: 10px 10px 20px;
	font-size: 16px;
}
#yakinori .howto li img {
	max-width: 100%;
}
#yakinori .howto li span {
	padding: 0 5px;
	display: block;
}
#yakinori .howto li .num {
	display: block;
	color: #bf9000;
	font-size: 22px;
	font-weight: bold;
}


/*story*/
#yakinori .story {
	display: flex;
	align-items: center;
	flex-flow: row-reverse;
}
#yakinori .story .flex_img {
	margin-right: 20px;
}
#yakinori .story .lede {
	width: 75%;
}
/*story*/
#yakinori section .story h3 {
	border: 0;
	margin: 0;
}
/*#yakinori section .story p {
	font-size: 18px;
}*/
/*logo*/
#yakinori .logo {
	display: flex;
	align-items: center;
}
#yakinori .logo .flex_img {
	margin: 0 20px 0 30px;
}
#yakinori .logo .logo_list {
	margin: 10px 0 20px;
	color: #e41c21;
	font-size: 19px;
	font-weight: bold;
}
#yakinori .logo .lede {
	width: 80%;
}

.page-top {
	position: relative;
}



#yakinori section h2 {
	font-size: 24px;
	margin: 0 0 16px;
}
#yakinori h2 span {
	font-size: 16px;
	margin: 0;
}
#yakinori {
	overflow: hidden;
}
.contents-right {
	padding: 0;
}
.contents {
	padding: 20px 16px;
}
#yakinori img {
	width: 100%;
}

/*動画*/
#yakinori .movie {
	margin-top: 20px;
}
/*説明*/

#yakinori section {
	margin-top: 40px;
}
#yakinori section .lede {
	font-size: 16px;
}
#yakinori .sp_cl {
	display: block !important;
}
#yakinori .sp_cl > *{
	width: 100% !important;
}
#yakinori .sp_menu {
	text-align: center;
	display: block;
	border: 1px solid #999;
	border-radius: 10px;
	margin: 20px 16px;
}
#yakinori .sp_menu a {
	display: block;
}
#yakinori .sp_menu .acd-label {
	display: flex;
	align-items: center;
	height: 40px;
	font-size: 20px;
	padding: 4px 20px 2px;
	font-weight: bold;
	position: relative;
}
#yakinori .sp_menu .acd-label::after {
	content: "";
	background: url(../img/arr.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 20px;
	width: 16px;
	height: 8px;
	transition: .3s;
}
#yakinori .sp_menu #acd-check1[type="checkbox"]:checked + .acd-label::after {
	transform: rotate(-180deg);
	padding-top: 1px;
}
.acd-check{
	display: none;
}

.acd-content{
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
	height: 460px;
	opacity: 1;
	padding: 0 0 10px;
	visibility: visible;
}


/*メイン画像*/
#yakinori .sp_head img {
	width: auto;
	text-align: center;
	margin: 14px auto 10px;
	display: block;
}
#yakinori .shop_btn {
	width: 100%;
}
/*商品*/
#yakinori #products .products img {
	width: 100%;
	max-width: 100%;
}
#yakinori #products .product_list li {
	width: 50%;
}
#yakinori #products .product_list li figure figcaption {
	font-size: 14px;
}
#yakinori #products .products > p {
	font-size: 18px;
}
#yakinori #products .product_list li p {
	padding: 16px 8px 0;
}
/*souryou*/
#yakinori .souryou img {
	margin: 3px 0 1em;
}
#yakinori .souryou {
	font-size: 15px;
}
#yakinori .introduction .material dl {
	font-size: 17px;
}
#yakinori .introduction .material dl dt {
	margin-top: .4em;
}
#yakinori .howto li {
	padding: 0  0 30px;
}
#yakinori .howto li:last-child {
	padding: 0  0 10px;
}
/*story*/
#yakinori .story .flex_img {
	text-align: center;
	margin: 0 auto 20px;

}
#yakinori .story .flex_img img{
	width: auto;
}

/*logo*/
#yakinori .logo .flex_img {
	text-align: center;
	margin: 0 auto 20px;

}
#yakinori .logo .flex_img img{
	width: auto;
}

#yakinori section .purchase_list {
	padding-left: 1.5em;
}
