/** Shopify CDN: Minification failed

Line 879:2 Expected ":"

**/
/****************************************
Product - common
****************************************/

.product_details_section * {
	min-width: auto;
	min-height: auto;
}

.product_details_section {
	max-width: 1100px;
	margin: 0 auto;
}

.product_details_section h2 {
	font-family: \6e38\660e\671d\4f53, Yu Mincho, YuMincho, \30d2\30e9\30ae\30ce\660e\671d Pro, Hiragino Mincho Pro, MS P\660e\671d, MS PMincho, serif;
	font-size: 1.125em;
	line-height: 1.875em;
}

.product_details_section p {
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 1em;
	color: #000;
}

.product_details_section span {
	display: block;
	font-size: 1.875em;
}

.product_details_section img,
.original_recipe_section img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


.product_information_wrapper {
	position: relative;
	width: 90%;
	margin: 5em auto 5em;
}

.product_information_wrapper .olive_image img {
	max-width: none;
	width: auto;
}

.product_information_wrapper ul .content .masuya_comment p span {
	background: url(/cdn/shop/files/masuya-chef-comment-ul.png) repeat-x bottom;
}

@media screen and (max-width: 1000px) {
	.product_details_section {
		padding: 2%;
	}

	.product_details_section p {
		font-size: 1.125em;
	}

	.product_information_wrapper {
		margin: 2em auto !important;
		width: 95% !important;
	}

	.product_information_wrapper ul h3 {
		width: 100%;
	}

	.product_information_wrapper ul {
		flex-direction: column;
	}

	.product_information_wrapper .olive_image img {
		width: 100%;
		max-width: none;
	}
}
/***************売り切れ表示**************/
/* .badge.price__badge-sold-out.color-inverse {
    display: block;
    margin: 1.5rem 0;
    padding: 1rem 2rem;
    width: fit-content;
    background-color: #FF0000;
    font-size: 2rem;
}
 */


/****************************************
Product - Picual
****************************************/
.product_information_wrapper .product_information_picual {
	margin-bottom: 3em;
}

.product_information_wrapper .product_information_picual ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.product_information_wrapper .product_information_picual li {
	position: relative;
}

.product_information_wrapper .product_information_picual ul h3 {
	margin: 0 0 1rem -10px;
	width: 65%;
}

.product_information_wrapper .product_information_picual ul h3 img {
	width: 100%;
}

.product_information_wrapper .product_information_picual ul .bottle_image {
	display: block;
	position: absolute;
	right: 0;
	top: -3%;
	overflow: visible;
	width: 22%;
}

.product_information_wrapper .product_information_picual ul .bottle_image img {
	width: 100%;
}

.product_information_wrapper .product_information_picual ul .content {
	padding: 0 1.875em 1.875em;
	font-size: 0.875em;
}

.product_information_wrapper .product_information_picual ul .content .taste_description {
	width: 80%;
}

.product_information_wrapper .product_information_picual ul .content .taste_chart {
	margin: 2em 0;
	width: 40%;
}

.product_information_wrapper .product_information_picual ul .content .taste_chart img {
	width: 100%;
}

.product_information_wrapper .product_information_picual ul .content .masuya_comment {
	position: relative;
	background-color: #f3f0e8;
	width: 98%;
	margin: 3em auto 0;
	padding: 4% 3% 3%;
	box-sizing: border-box;
}

.product_information_wrapper .product_information_picual ul .content .masuya_comment:before {
	content: '';
	display: block;
	position: absolute;
	top: -15px;
	left: -1%;
	background: url(/cdn/shop/files/masuya-chef-16.png) no-repeat;
	background-size: contain;
	width: 150px;
	height: 40px;
}

.product_information_wrapper .product_information_picual ul .content .masuya_comment:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: -6%;
	background: url(/cdn/shop/files/masuya-chef-06.png) no-repeat;
	background-size: contain;
	width: 106px;
	height: 114px;
}

.product_information_wrapper .product_information_picual ul .content .masuya_comment p {
	width: 90%;
	margin: 0;
	padding: 0;
}

.product_information_wrapper .product_information_picual ul .content .masuya_comment span {
	display: inline-block;
	font-size: inherit;
}

@media screen and (max-width: 1000px) {
	.product_information_wrapper .product_information_picual ul .content {
		padding: 0 0 1.875em;
	}

	.product_information_wrapper .product_information_picual ul h3 {
		width: 80%;
		margin: 0 0 1rem;
	}

	.product_information_wrapper .product_information_picual ul .bottle_image {
		top: 1em;
	}

	.product_information_wrapper .product_information_picual ul .content .taste_chart {
		width: 60%;
	}

	.product_information_wrapper .product_information_picual ul .content .masuya_comment p {
		width: 80%;
	}

	.product_information_wrapper .product_information_picual ul .content .masuya_comment:after {
		right: 0;
	}
}

@media screen and (max-width: 520px) {
	.product_information_wrapper .product_information_picual li picture {
		margin-bottom: 1em;
		display: block;
	}

	.product_information_wrapper .product_information_picual ul h3 {
		width: 100%;
	}

	.product_information_wrapper .product_information_picual ul .bottle_image {
		top: 5em;
	}

	.product_information_wrapper .product_information_picual ul .content .masuya_comment {
		padding: 8% 3% 5%;
	}

	.product_information_wrapper .product_information_picual ul .content .masuya_comment:before {
		width: 170px;
		height: 50px;
	}

	.product_information_wrapper .product_information_picual ul .content .masuya_comment p {
		width: 70%;
	}
}

/****************************************
Product - Arbequina
****************************************/

.product_information_wrapper {
	position: relative;
	width: 90%;
	margin: 5em auto 5em;
}

.product_information_wrapper .product_information_arbequina ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.product_information_wrapper .product_information_arbequina li {
	position: relative;
}

.product_information_wrapper .product_information_arbequina ul h3 {
	margin: 0 0 1rem;
	width: 65%;
}

.product_information_wrapper .product_information_arbequina ul h3 img {
	width: 100%;
}

.product_information_wrapper .product_information_arbequina ul .bottle_image {
	display: block;
	position: absolute;
	right: 1%;
	top: 0;
	overflow: visible;
	width: 22%;
}

.product_information_wrapper .product_information_arbequina ul .bottle_image img {
	width: 100%;
}

.product_information_wrapper .product_information_arbequina ul .content {
	padding: 0 1.875em 1.875em;
	font-size: 0.875em;
}

.product_information_wrapper .product_information_arbequina ul .content .taste_description {
	width: 80%;
}

.product_information_wrapper .product_information_arbequina ul .content .taste_chart {
	margin: 2em 0;
	width: 40%;
}

.product_information_wrapper .product_information_arbequina ul .content .taste_chart img {
	width: 100%;
}

.product_information_wrapper .product_information_arbequina ul .content .masuya_comment {
	position: relative;
	background-color: #f3f0e8;
	width: 94%;
	margin: 3em 0 0;
	padding: 4% 3% 3%;
	box-sizing: border-box;
}

.product_information_wrapper .product_information_arbequina ul .content .masuya_comment:before {
	content: '';
	display: block;
	position: absolute;
	top: -15px;
	left: -1%;
	background: url(/cdn/shop/files/masuya-chef-16.png) no-repeat;
	background-size: contain;
	width: 150px;
	height: 40px;
}

.product_information_wrapper .product_information_arbequina ul .content .masuya_comment:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: -8%;
	background: url(/cdn/shop/files/masuya-chef-06.png) no-repeat;
	background-size: contain;
	width: 106px;
	height: 114px;
}

.product_information_wrapper .product_information_arbequina ul .content .masuya_comment p {
	width: 90%;
	margin: 0;
	padding: 0;
}

.product_information_wrapper .product_information_arbequina ul .content .masuya_comment span {
	display: inline-block;
	font-size: inherit;
}

@media screen and (max-width: 1000px) {
	.product_information_wrapper .product_information_arbequina ul {
		flex-direction: column-reverse;
	}

	.product_information_wrapper .product_information_arbequina ul .content {
		padding: 0 0 1.875em;
	}

	.product_information_wrapper .product_information_arbequina ul h3 {
		width: 80%;
		margin: 0 0 0 0;
	}

	.product_information_wrapper .product_information_arbequina ul .bottle_image {
		top: 1em;
		right: 0;
	}

	.product_information_wrapper .product_information_arbequina ul .content .taste_chart {
		width: 60%;
	}

	.product_information_wrapper .product_information_arbequina ul .content .masuya_comment {
		width: 100%;
	}

	.product_information_wrapper .product_information_arbequina ul .content .masuya_comment p {
		width: 80%;
	}

	.product_information_wrapper .product_information_arbequina ul .content .masuya_comment:after {
		right: 0;
	}
}

@media screen and (max-width: 520px) {
	.product_information_wrapper .product_information_arbequina li picture {
		margin-bottom: 1em;
		display: block;
	}

	.product_information_wrapper .product_information_arbequina ul h3 {
		width: 100% !important;
	}

	.product_information_wrapper .product_information_arbequina ul .bottle_image {
		top: 5em;
	}

	.product_information_wrapper .product_information_arbequina ul h3 {
		width: 70%;
		margin: 0 0 0 0;
	}

	.product_information_wrapper .product_information_arbequina ul .content .masuya_comment {
		padding: 8% 3% 5%;
	}

	.product_information_wrapper .product_information_arbequina ul .content .masuya_comment:before {
		width: 170px;
		height: 50px;
	}

	.product_information_wrapper .product_information_arbequina ul .content .masuya_comment p {
		width: 70%;
	}
}

/****************************************
Profile
****************************************/
.profile-section {
	max-width: 1100px;
	margin: 0 auto;
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif !important;
}

.profile-section h2 {
	font-family: \6e38\660e\671d\4f53, Yu Mincho, YuMincho, \30d2\30e9\30ae\30ce\660e\671d Pro, Hiragino Mincho Pro, MS P\660e\671d, MS PMincho, serif;
	font-size: 1.875em;
}

.profile-section h3,
.profile-section h4 {
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.profile-section h3 {
	font-size: 1.25em;
}

.profile-section h4 {
	font-size: 1em;
}

.profile-section p {
	font-size: 1em;
	color: #000;
}

.profile-section .profile_wrapper {
	padding: 8%;
	background: #f3f3f3;
}

.profile-section .profile_wrapper p {
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 1em;
	color: #000;
}

.profile-section .profile_wrapper>ul {
	display: flex;
	list-style: none;
	padding: 0;
}

.profile-section .profile_wrapper .left_box {
	width: 35%;
}

.profile-section .profile_wrapper .right_box {
	width: 65%;
}

.profile-section .profile_wrapper .left_box img {
	width: 100%;
}

@media screen and (max-width: 1000px) {
	.profile-section {
		padding: 5%;
	}

	.profile-section .profile_wrapper {
		padding: 10% 8%;
	}

	.profile-section .profile_wrapper>ul {
		flex-direction: column;
		align-items: center;
	}

	.profile-section .profile_wrapper .left_box {
		width: 80%;
		margin-bottom: 3em;
	}

	.profile-section .profile_wrapper .right_box {
		width: 100%;
	}
}

.profile-section .profile_wrapper .profile_detail_wrapper {
	padding: 0 5%;
}

.profile-section .profile_wrapper .profile_detail_wrapper>ul {
	display: flex;
	list-style: none;
	padding: 0;
}

.profile-section .profile_wrapper .sns {
	margin: 4% 0;
}

.profile-section .profile_wrapper .sns>ul {
	display: flex;
	list-style: none;
	padding: 0;
}

.profile-section .profile_wrapper .sns li {
	width: 30px;
	height: auto;
	margin: 0 10px 0 0;
}

.profile-section .profile_wrapper .sns li img {
	width: 100%;
}

@media screen and (max-width: 1000px) {
	.profile-section .profile_wrapper .profile_detail_wrapper {
		padding: 0;
	}

	.profile-section .profile_wrapper .profile_detail_wrapper h3 {
		text-align: center;
	}

	.profile-section .profile_wrapper .profile_detail_wrapper>p {
		text-align: center;
	}

	.profile-section .profile_wrapper .sns>ul {
		justify-content: center;
	}
}

.profile-section .profile_wrapper .restaurant_information>ul {
	display: flex;
	list-style: none;
	padding: 0;
}

.profile-section .profile_wrapper .restaurant_information_left_box {
	width: 25%;
	vertical-align: top;
}

.profile-section .profile_wrapper .restaurant_information_left_box .logo {
	width: 80%;
}

.profile-section .profile_wrapper .restaurant_information_left_box img {
	width: 100%;
}

.profile-section .profile_wrapper .restaurant_information_left_box img {
	width: 100%;
}

.profile-section .profile_wrapper .restaurant_information_left_box img {
	width: 100%;
}

.profile-section .profile_wrapper .restaurant_information>ul .restaurant_information_right_box ul {
	display: flex;
	list-style: none;
	padding: 0;
}

.profile-section .profile_wrapper .restaurant_information_right_box li {
	flex-grow: 1;
}

.profile-section .profile_wrapper .restaurant_information_right_box {
	width: 75%;
}

.profile-section .profile_wrapper .restaurant_information_right_box a {
	color: #000;
}

.profile-section .profile_wrapper .restaurant_information_right_box h4 {
	margin: 0 0 0.625em;
	font-weight: normal;
}

.profile-section .profile_wrapper .address,
.profile-section .profile_wrapper .url {
	margin: 0 0 0.625em;
}

.profile-section .profile_wrapper .restaurant_information_right_box .comment {
	font-size: 14px;
	border: 1px solid #000;
	padding: 1% 2%;
	width: fit-content;
}

.profile-section .history_wrapper {
	margin-top: 3rem;
	padding: 0;
}

.profile-section .history_wrapper p {
	font-size: 1em;
}

.profile-section .history_wrapper dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 1em;
	color: #000;
	line-height: 1.875em;
}

.profile-section .history_wrapper dt {
	width: 10%;
	line-height: 1.875em;
}

.profile-section .history_wrapper dd {
	width: 90%;
	margin: 0;
	line-height: 1.875em;
}

@media screen and (max-width: 850px) {

	.profile-section .history_wrapper dt {
		width: 15%;
	}

	.profile-section .history_wrapper dd {
		width: 75%;
		margin: 0;
	}
}

@media screen and (max-width: 580px) {
	.profile-section .history_wrapper dt {
		width: 25%;
	}

	.profile-section .history_wrapper dd {
		width: 75%;
		margin: 0;
	}
}

/****************************************
recipe
****************************************/
.original_recipe_section {
	width: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 5em;
}

.original_recipe_section .origianl_recipe_section_title {
	margin: 5.625rem 0;
	text-align: center;

}

.original_recipe_section .origianl_recipe_section_title h2 {
	font-weight: normal;
	line-height: 1em;
	margin-top: 0.5em;
}

.original_recipe_section .origianl_recipe_section_title span {
	display: block;
	color: #b3a363;
	font-family: "Playfair Display", serif;
	font-weight: 500;
}

.original_recipe_section .origianl_recipe_section_title span.title_en_01 {
	font-size: 1.875em;
}

.original_recipe_section .origianl_recipe_section_title span.title_en_02 {
	font-size: 3.75em;
	line-height: 1.25em;
}

.original_recipe_section .tab-container .tab-buttons {
	max-width: 1100px;
	margin: 0 auto;
	font-size: 0;
}

.original_recipe_section .tab-container .tab-button {
	display: inline-block;
	margin-right: 2%;
	padding: 1rem 0 1.825rem;
	width: 49%;
	font-size: 1.875em;
	font-weight: bold;
	border: 2px solid #927c51;
	color: #3e444e;
}

.original_recipe_section .tab-container .tab-button img {
	width: 90%;
	max-width: 210px;
}

.original_recipe_section .tab-container .tab-button P {
	display: block;
	margin: 0;
	font-family: \6e38\660e\671d\4f53, Yu Mincho, YuMincho, \30d2\30e9\30ae\30ce\660e\671dPro, Hiragino Mincho Pro, MS P\660e\671d, MS PMincho, serif;
	line-height: 2.5rem;
}

.original_recipe_section .tab-container .tab-button:last-child {
	margin-right: 0;
}

.original_recipe_section .tab-container .tab-buttons .active {
	background: #3e444e;
	color: #FFF;
}

/****タブ切り替え***/

.original_recipe_section .tab-container .tab-content {
	display: none;
}

.original_recipe_section .tab-container .tab-content.active {
	display: block;
}

.original_recipe_section .tab-container .tab-contents-wrapper {
	position: relative;
	margin-top: -2px;
	padding-bottom: 3em;
	width: 100%;
	font-size: 1em;
	background: url(/cdn/shop/files/recipe_bg.png) no-repeat;
	background-size: cover;
	border-top: 7px solid #3e444e;
}

.original_recipe_section .tab-container .tab-contents {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
}

.original_recipe_section .tab-container .tab-content .recipe_title {
	position: absolute;
	padding: 2.25em 0;
	right: 0;
	top: -1px;
	width: 507px;
	height: 397px;
	background: url(/cdn/shop/files/recipe_maintitle_bg.png) no-repeat top;
	background-size: cover;
	box-sizing: border-box;
	z-index: 999;
}

.original_recipe_section .tab-container .tab-content .recipe_title .recipe_title_text {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 1.5em;
	font-family: \6e38\660e\671d\4f53, Yu Mincho, YuMincho, \30d2\30e9\30ae\30ce\660e\671dPro, Hiragino Mincho Pro, MS P\660e\671d, MS PMincho, serif;
}

.original_recipe_section .tab-container .tab-content .corn_pasta .recipe_title_text {
	font-size: 1.25em;
}

.original_recipe_section .tab-container .tab-content .recipe_title .recipe_title_text p {
	font-family: \6e38\660e\671d\4f53, Yu Mincho, YuMincho, \30d2\30e9\30ae\30ce\660e\671dPro, Hiragino Mincho Pro, MS P\660e\671d, MS PMincho, serif;
}

.original_recipe_section .recipe_title .recipe_title_text h2 {
	font-size: 1.5em;
	color: inherit;
	line-height: inherit;
}

.original_recipe_section .recipe_title .recipe_title_text.corn_pasta h2 {
	font-size: 1.25em;
}

.original_recipe_section .recipe_title .recipe_title_text h2:after {
	display: block;
	content: '';
	background: url(/cdn/shop/files/recipe_maintitle_divider.png) no-repeat center;
	background-size: contain;
	width: 88px;
	height: 25px;
	margin: 1em auto;
}

.original_recipe_section .recipe_title .recipe_title_text h2 span {
	display: block;
	font-size: 1.25em;
	font-weight: bold;
}

.original_recipe_section .recipe_title .recipe_title_text h2 .corn_pasta_title {
	line-height: 1em;
}

.recipe_content_wrapper {
	display: flex;
}

.original_recipe_section .image_content {
	width: 56%;
	padding: 50px 0;
}

.original_recipe_section .image_content .recipe_image {
	margin-bottom: 1em;
}

.original_recipe_section .image_content .recipe_image img {
	width: 100%;
}

.original_recipe_section .image_content .recipe_movie {
	margin-bottom: 2.5em;
	max-width: 460px;
}

.original_recipe_section .image_content .recipe_movie img {
	width: fit-content;
}

.original_recipe_section .image_content .recipe_used_product {
	width: 100%;
	color: #FFF;
}

.original_recipe_section .image_content .recipe_used_product:before {
	content: '';
	display: block;
	width: 100%;
	background: url(/cdn/shop/files/recipe_used_poduct_bg_01.png) no-repeat;
	background-size: cover;
	height: 33px;
	s
}

.original_recipe_section .image_content .recipe_used_product:after {
	content: '';
	display: block;
	width: 100%;
	background: url(/cdn/shop/files/recipe_used_poduct_bg_03.png) no-repeat;
	background-size: cover;
	height: 33px;
}

.original_recipe_section .image_content .recipe_used_product .content {
	position: relative;
	background: url(/cdn/shop/files/recipe_used_poduct_bg_02.png) repeat-y;
	background-size: contain;
	padding: 1em 0;
	box-sizing: border-box;
}

.original_recipe_section .image_content .recipe_used_product .product_image {
	width: 282px;
	margin: 0 auto;
}

.original_recipe_section .image_content .recipe_used_product .product_image img {
	width: 100%;
	padding: 0;
	margin: 0;
}

.original_recipe_section .image_content .recipe_used_product h3 {
	margin: 0 0 1em 0;
	color: #b3a363;
	text-align: center;
	font-size: 1.25em;
}

.original_recipe_section .image_content .recipe_used_product h3:before {
	content: '';
	margin-right: 30px;
	display: inline-block;
	background: url(/cdn/shop/files/recipe_used_product_title_deco.png) repeat-x center top;
	width: 120px;
	height: 10px;
}

.original_recipe_section .image_content .recipe_used_product h3:after {
	content: '';
	margin-left: 30px;
	display: inline-block;
	background: url(/cdn/shop/files/recipe_used_product_title_deco.png) repeat-x center top;
	width: 120px;
	height: 10px;
}

.original_recipe_section .image_content .recipe_used_product ul {
	display: flex;
	margin: 0;
	padding: 0 2em;
	list-style: none;
}

.original_recipe_section .image_content .recipe_used_product li {
	padding: 0 2em;
}

.original_recipe_section .image_content .recipe_used_product ul p {
	margin: 0;
}

.original_recipe_section .image_content .recipe_used_product ul p img {
	width: fit-content;
}

.original_recipe_section .image_content .recipe_used_product li p {
	font-size: 1em;
}

.original_recipe_section .image_content .recipe_used_product .product_name {
	margin: 0.5em 0;
	font-size: 1.25em;
}

.original_recipe_section .image_content .recipe_used_product .comment {
	margin: 1em 0 2em;
	font-size: 0.875em;
}

.original_recipe_section .image_content .recipe_used_product .purchase_button a {
	display: block;
	padding: 0.25em 0;
	width: 100%;
	border: 1px solid #FFF;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	transition: 0.2s;
}

.original_recipe_section .image_content .recipe_used_product .purchase_button a:hover {
	background-color: rgba(0, 0, 0, 0.45);
	font-weight: bold;
}

.original_recipe_section .recipe_detail_content {
	width: 40%;
	margin: 410px 0 auto auto;
	padding: 2em;
	background: #FFF;
	box-sizing: border-box;
}

.original_recipe_section .recipe_detail_content h3 {
	margin: 0 0 1em;
	font-size: 1.25em;
	text-align: center;
	font-weight: normal;
}

.original_recipe_section .recipe_detail_content h3:nth-child(2) {
	margin: 1em 0;
}

.original_recipe_section .recipe_detail_content h3:after {
	content: '';
	margin: 0 auto;
	display: block;
	width: 121px;
	height: 16px;
	background: url(/cdn/shop/files/recipe_used_recipe_deco.png) no-repeat;
}

.original_recipe_section .recipe_detail_content table:not([class]) {
	table-layout: auto;
	border-collapse: collapse;
	font-size: inherit;
	border-style: hidden;
	box-shadow: none;
}

.original_recipe_section .recipe_detail_content th {
	padding: 0 10px 10px 0;
	text-align: left;
	font-weight: normal;
	line-height: 1em;
	background: url(/cdn/shop/files/recipe_dot.png) repeat-x top;
}

.original_recipe_section .recipe_detail_content table:not([class]) td,
.original_recipe_section .recipe_detail_content table:not([class]) th {
	border: none;
	padding: 0 5px 10px 0;
}

.original_recipe_section .recipe_detail_content th p {
	padding: 0 1em 0 0;
	margin: 0;
	width: fit-content;
	background: rgba(255, 255, 255, 1);
	font-size: 1em;
	line-height: inherit;
}

.original_recipe_section .recipe_detail_content th span {
	font-size: 0.875em;
	font-weight: normal;
}

.original_recipe_section .recipe_detail_content td {
	padding-bottom: 10px;
	line-height: 1em;
	text-align: right;
	vertical-align: top;
}

.original_recipe_section .recipe_detail_content ol {
	margin: 0;
	padding: 0 1em;
}

.original_recipe_section .recipe_detail_content li {
	margin-bottom: 5px;
	list-style: inherit;
}

.original_recipe_section .recipe_detail_content .advice {
	margin: 3em 0 0;
	padding: 1em;
	border: 1px solid #6a635b;
}

.original_recipe_section .recipe_detail_content .advice-title {
	width: fit-content;
	margin: -1.5em auto 0;
}

.original_recipe_section .smp {
	display: none;
}

@media screen and (max-width: 1050px) {
	.original_recipe_section .tab-container .tab-contents-wrapper {
		padding: 0 1.5em 3em 1.5em;
		box-sizing: border-box;
	}

	.recipe_content_wrapper {
		display: block;
	}

	.original_recipe_section .image_content {
		width: 100%;
	}

	.original_recipe_section .recipe_detail_content {
		margin: 0 auto;
		width: 100%;
	}

	.original_recipe_section .tab-container .tab-content .recipe_title {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		background-size: cover;
		background-position: bottom;
	}

	.original_recipe_section .image_content .recipe_movie img {
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.original_recipe_section {
		margin-bottom: 3em;
	}

	.original_recipe_section .origianl_recipe_section_title span.title_en_01 {
		font-size: 1.25em;
	}

	.original_recipe_section .origianl_recipe_section_title span.title_en_02 {
		font-size: 2em;
	}

	.original_recipe_section .tab-container .tab-contents-wrapper {
		padding: 0 0.5em 3em 0.5em;
		box-sizing: border-box;
		background: url(/cdn/shop/files/recipe_bg_smp.png) no-repeat bottom center;
	}

	.original_recipe_section .smp {
		display: block;
	}

	.original_recipe_section .tab-container .tab-buttons {
		width: 90%;
	}

	.original_recipe_section .tab-container .tab-button p {
		line-height: 1.25rem;
		font-size: 1.25rem;
	}

	.original_recipe_section .tab-container .tab-button {
		padding: 1rem 0 1.25rem;
	}

	.original_recipe_section .tab-container .tab-content .recipe_title {
		margin: -1px auto 0;
		padding: 2em 0;
		width: 95%;
		height: auto;
	}

	.original_recipe_section .recipe_title .recipe_title_text h2 {
		font-size: inherit;
	}

	.original_recipe_section .tab-container .tab-content .recipe_title .recipe_title_text p {
		font-size: 0.875em;
	}

	.original_recipe_section .recipe_title .recipe_title_text h2 span {
		font-size: 1.5em;
		line-height: 1.5em !important;
	}

	.original_recipe_section .tab-container .tab-content .recipe_title .recipe_title_text {
		font-size: 1.25em;
		line-height: 1.5em;
	}

	.original_recipe_section .tab-container .tab-content .corn_pasta .recipe_title_text {
		line-height: 1.5em;
	}

	.original_recipe_section .image_content {
		padding: 0 0 20px;
		margin-top: -20px;
	}

	.original_recipe_section .recipe_detail_content table,
	.original_recipe_section .recipe_detail_content th,
	.original_recipe_section .recipe_detail_content td {
		font-size: 0.9375em;
	}

	.original_recipe_section .recipe_detail_content td {
		width: 23%;
	}

	.original_recipe_section .image_content .recipe_used_product ul {
		flex-direction: column;
	}

	.original_recipe_section .image_content .recipe_used_product .content {
		background-size: contain;
	}

	.original_recipe_section .image_content .recipe_used_product:before {
		background-position: bottom;
		background-size: contain;
	}

	.original_recipe_section .image_content .recipe_used_product:after {
		background-position: top;
		background-size: contain;
	}

	.original_recipe_section .image_content .recipe_used_product h3:before {
		margin-right: 10px;
		width: 10%;
		height: 10px;
	}

	.original_recipe_section .image_content .recipe_used_product h3:after {
		margin-left: 10px;
		width: 10%;
		height: 10px;
	}

	.original_recipe_section .image_content .recipe_used_product li {
		padding: 0 1em;
	}

	.original_recipe_section .image_content .recipe_used_product li:first-child {
		text-align: center;
	}

	.original_recipe_section .image_content .recipe_used_product li img {
		width: inherit;
	}

	.original_recipe_section .image_content .recipe_used_product .product_image {
		width: 60%;
		margin-bottom: 2em;
	}

	.original_recipe_section .image_content .recipe_used_product .product_image img {
		width: 100%;
	}
}

/****動画****/
.original_recipe_section .popup {
	display: none;
	z-index: 999;
	left: 0;
	top: 0;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	animation: fadeIn 0.5s ease;
	transform-origin: center;
	/* アニメーションを適用 */
}

.original_recipe_section .popup.open {
	position: fixed;
	width: 100%;
	height: 100vh;
	display: block;
}

.original_recipe_section .popup2 {
	display: none;
	z-index: 999;
	left: 0;
	top: 0;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	animation: fadeIn 0.5s ease;
	transform-origin: center;
	/* アニメーションを適用 */
}

.original_recipe_section .popup2.open {
	position: fixed;
	width: 100%;
	height: 100vh;
	display: block;
}

.original_recipe_section .popup-content {
	position: absolute;
	width: fit-content;
	height: 80vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}

.original_recipe_section .close {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: -50px;
	right: 0;
}

.original_recipe_section .close2 {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: -50px;
	right: 0;
}

.original_recipe_section .close:hover,
.original_recipe_section .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.original_recipe_section .close2:hover,
.original_recipe_section .close2:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.original_recipe_section .video-container {
	width: fit-content;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.original_recipe_section #videoPlayer {
	max-width: 100%;
	/* ブラウザ幅にフィット */
	max-height: 100%;
	/* ブラウザ高さにフィット */
	object-fit: cover;
	/* 縦横比を保ちつつ、画面にフィット */
	background-color: transparent;
	/* 背景を透過 */
}

.original_recipe_section #videoPlayer2 {
	max-width: 100%;
	/* ブラウザ幅にフィット */
	max-height: 100%;
	/* ブラウザ高さにフィット */
	object-fit: cover;
	/* 縦横比を保ちつつ、画面にフィット */
	background-color: transparent;
	/* 背景を透過 */
}

@media screen and (max-width: 1050px) {
	.original_recipe_section .popup-content {
		width: 80%;
		height: 65vh;
	}

	.original_recipe_section .video-container {
		width: 100%;
	}
}

/* フワッと出てくるアニメーション */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.9);
		/* 少し小さく表示 */
	}

	to {
		opacity: 1;
		transform: scale(1);
		/* 元のサイズに */
	}
}

/****************************************
recipe archive
****************************************/
.original_recipe_archive_section {
	margin: 0 auto 5em;
	max-width: 1100px;
	text-align: left;
}

.original_recipe_archive_section h2 {
	color: #c1a355;
	font-size: 1.5em;
	margin-bottom: 20px;
	text-align: left;
}

.original_recipe_archive_section .recipe-list {
	list-style: none;
	/* liのデフォルトのスタイルを削除 */
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px;
}

.original_recipe_archive_section .recipe-card {
	flex: 0 1 calc(100%/4 - 50px);
	/* 横3列に配置する */
	background-color: #fff;
	text-align: left;
	display: flex;
	flex-direction: column;
}

.original_recipe_archive_section .recipe-card a {
	text-decoration: none;
}

.original_recipe_archive_section .recipe-card img {
	width: 100%;
	height: auto;
	display: block;
}

.original_recipe_archive_section .recipe-card-content {
	padding: 0;
	flex: 1;
}

.original_recipe_archive_section .recipe-card-content h3 {
	margin: 10px 0;
	font-size: 1.2em;
	color: #333;
}

.original_recipe_archive_section .recipe-card-content p {
	font-size: 0.9em;
	color: #666;
}

@media (max-width: 768px) {
	.original_recipe_archive_section .recipe-card {
		flex: 1 1 calc(50% - 50px);
		/* 2列表示 */
	}
}

@media (max-width: 480px) {
	.original_recipe_archive_section {
		padding: 5vw;
	}

	.original_recipe_archive_section {
		margin: 0 auto 2em;
	}

	.original_recipe_archive_section .recipe-card {
		flex: 1 1 100%;
		/* 1列表示 */
	}

	.original_recipe_archive_section .no_content {
		display: none;
	}
}