body {
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
}
h2 {
	line-height: 1em;
	width: 100%;
}
.sp_s {
	padding-bottom: 1em;
}
.sp_m {
	padding-bottom: 3em;
}
.sp_l {
	padding-bottom: 5em;
}
.content_width {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
}
a {
	transition-duration: 0.4s;
	width: 100%;
	height: auto;
	text-decoration: none;
	color: #000000;
}
a:hover {
	width: 130%;
	height: auto;
	transition-duration: 0.8s;
}
/* ############################################################ */
.header {
	width: 100%;
	padding-bottom: 10px;
	height: auto;
	background-color: #FFFFFF;
}
.header .content_width {
	width: auto;
	margin-left: 5vw;
	overflow-y: visible;
}
.header .block01 {
	float: left;
	display: inline-block;
	width: 25vw;
	height: 25vw;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.header .block01 img {
	width: 100%;
	height: auto;
	margin-top: 1vw;
}
.header .content_menu {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-around;
	float: right;
	height: auto;
	width: 60vw;
	margin-right: 5vw
}
.header .content_menu .point01 {
	margin-top: 6vw;
	width: 20vw;
}
.header .content_menu .point01 img {
	width: 100%;
	height: auto;
	mix-blend-mode: difference;
}
.header .content_menu .point02 {
	margin-top: 3vw;
	width: 54vw;
	height: auto;
}
.header .content_menu .point02 img {
	mix-blend-mode: difference;
}
.header .content_menu .iconsns {
	text-decoration: line-through;
	margin-left: 6vw;
	height: 5vw;
	width: auto;
	margin-top: 0.5vw;
}
.header .content_menu img {
	transform: scale(1);
	transition-duration: 0.5s;
	ransition-timing-function: ease-in-out;
}
.header .content_menu img:hover {
	transform: scale(1.2);
}
/* ############################################################ */
/* ############################################################ */
.category_header {
	width: 100%;
	padding-bottom: 10px;
	height: auto;
	background-color: #FFFFFF;
}
.category_header .content_width {
	width: auto;
	margin-left: 5vw;
	overflow-y: visible;
}
.category_header .block01 {
	float: left;
	display: inline-block;
	width: 25vw;
	height: 25vw;
	background-color: #FFFFFF;
	overflow: hidden;
}
.category_header .block01 img {
	width: 100%;
	height: auto;
	margin-top: 1vw;
}
.category_header .content_menu {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-around;
	float: right;
	height: auto;
	width: 60vw;
	margin-right: 5vw
}
.category_header .content_menu .point01 {
	margin-top: 6vw;
	width: 20vw;
}
.category_header .content_menu .point01 img {
	width: 100%;
	height: auto;
	mix-blend-mode: difference;
}
.category_header .content_menu .point02 {
	margin-top: 3vw;
	width: 54vw;
	height: auto;
}
.category_header .content_menu .point02 img {
	mix-blend-mode: difference;
}
.category_header .content_menu .iconsns {
	text-decoration: line-through;
	margin-left: 6vw;
	height: 5vw;
	width: auto;
	margin-top: 0.5vw;
}
.category_header .content_menu img {
	transform: scale(1);
	transition-duration: 0.5s;
	ransition-timing-function: ease-in-out;
}
.category_header .content_menu img:hover {
	transform: scale(1.2);
}
/* ############################################################ */
.billboard {
	display: block;
	overflow: hidden;
	margin-top: 0px;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 1em;
	z-index: 1;
	background-color: #FFFFFF;
}
.billboard .img_photo {
	width: 100%;
	height: auto;
	display: block;
	z-index: 50;
}
.billboard img {
	display: block;
	width: 100%;
	height: auto;
}
.billboard .img_pixel {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	background-repeat: repeat;
	background-image: url(../core-img/pixel_musk.png);
	top: 0px;
	position: absolute;
	left: 0px;
	z-index: 50;
}
/* ############################################################ */
.category_title {
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: center;
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 1em;
	background-color: #FFFFFF;
	line-height: 1.2em;
}
.catch_area01 {
	width: 95vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 5vw;
	margin-bottom: 2em;
}
/* ############################################################ */
.category_billboard {
	display: block;
	overflow: hidden;
	margin-top: 0px;
	width: 100%;
	position: relative;
	margin-bottom: 5vw;
	z-index: 1;
	background-color: #FFFFFF;
}
.category_billboard .img_photo {
	width: 100vw;
	height: 75vw;
	display: block;
	position: relative;
}
.category_billboard .img_photo video {
	width: 100%;
	height: auto;
}
.category_billboard .img_photo iframe {
	width: 100%;
	height: 100%;
}
.category_billboard img {
	display: block;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.category_billboard .img_pixel {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	background-repeat: repeat;
	background-image: url(../core-img/pixel_musk.png);
	top: 0px;
	position: absolute;
	left: 0px;
	z-index: 50;
}
/* ############################################################ */
#recipe {
	padding-top: 2em;
	padding-bottom: 2em;
}
#recipe h2 {
	margin-bottom: 2em;
	text-align: left;
	display: block;
}
#recipe h2 img {
	width: auto;
	height: 2.5em;
}
#recipe .area01 {
	width: 95vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 5vw;
}
#recipe .block01 {
	width: 42.5vw;
	margin-right: 5vw;
	margin-bottom: 3em;
}
#recipe .block01:last-child {
	justify-content: left;
}
#recipe .block01 a {}
#recipe .parts01 {
	overflow: hidden;
	display: block;
	height: auto;
	margin-bottom: 0.5em;
}
#recipe .parts01 img {
	width: 100%;
	height: auto;
	transition-duration: 1s;
	ransition-timing-function: ease-in-out;
	display: block;
	transform: scale(1);
}
#recipe .parts01 img:hover {
	transform: scale(1.1);
	transition-duration: 1s;
	ransition-timing-function: ease-in-out;
}
#recipe .parts02 {}
#recipe .font01 {
	font-weight: 500;
	display: block;
	letter-spacing: 0.1em;
}
/* ############################################################ */
#mycf_content_ingredients {
	padding-top: 6vw;
	padding-bottom: 6vw;
}
#mycf_content_ingredients h2 {
	margin-bottom: 3vw;
	text-align: left;
	display: block;
}
#mycf_content_ingredients h2 img {
	width: auto;
	height: 6vw;
	min-height: 2em;
	max-height: 5em;
}
#mycf_content_ingredients .area01 {
	width: 95vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 5vw;
}
#mycf_content_ingredients .block01 {
	width: 24vw;
	margin-right: 4vw;
	margin-bottom: 3vw;
	min-width: 12em;
}
#mycf_content_ingredients .block01:last-child {
	justify-content: left;
}
#mycf_content_ingredients .block01 a {}
#mycf_content_ingredients .parts01 {
	overflow: hidden;
	display: block;
	height: auto;
	margin-bottom: 0.5em;
}
#mycf_content_ingredients .parts02 {}
#mycf_content_ingredients .font01 {
	display: block;
	letter-spacing: 0.1em;
}
#mycf_content_ingredients .font02 {
	display: block;
	letter-spacing: 0.1em;
	font-weight: bold;
}
/* ############################################################ */
#mycf_content_instructions {
	width: 100%;
	padding-top: 6vw;
	padding-bottom: 6vw;
}
#mycf_content_instructions h2 {
	margin-bottom: 3vw;
	text-align: left;
	display: block;
}
#mycf_content_instructions h2 img {
	width: auto;
	height: 6vw;
	min-height: 2em;
	max-height: 5em;
}
#mycf_content_instructions .area01 {
	width: 95vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 5vw;
}
#mycf_content_instructions .block01 {
	width: 90vw;
	margin-right: 5vw;
	margin-bottom: 4vw;
}
#mycf_content_instructions .number img {
	width: auto;
	height: 4em;
}
#mycf_content_instructions .block01:last-child {
	justify-content: left;
}
#mycf_content_instructions .block01 a {}
#mycf_content_instructions .parts01 {
	width: 100%;
	overflow: hidden;
	display: block;
	height: auto;
	margin-bottom: 1vw;
	background-color: #D19697;
}
#mycf_content_instructions .parts01 img {
	width: 100%;
	height: auto;
	transition-duration: 1s;
	display: block;
}
#mycf_content_instructions .parts02 {}
#mycf_content_instructions .font01 {
	font-weight: 500;
	display: block;
	letter-spacing: 0.1em;
}
/* ############################################################ */
#mycf_about {
	padding-top: 4em;
	padding-bottom: 4em;
}
#mycf_about .area01 {
	width: 90vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 5vw;
}
#mycf_about h2 {
	margin-bottom: 3em;
	text-align: left;
}
#mycf_about h2 img {
	width: auto;
	height: 1.75em;
}
#mycf_about .area01 p {}
/* ############################################################ */
#mycf_contact {
	padding-top: 4em;
	padding-bottom: 4em;
}
#mycf_contact .area01 {
	width: 95vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 5vw;
}
#mycf_contact .block01 {
	text-align: center;
}
#mycf_contact h2 {
	margin-bottom: 3em;
	text-align: left;
}
#mycf_contact h2 img {
	width: auto;
	height: 1.75em;
}
#mycf_contact .parts01 {
	text-align: center;
}
#mycf_contact form {
	width: 100%;
}
#mycf_contact form .block02 {
	padding-top: 2em;
	padding-bottom: 2em;
	border-top: 1px solid #DDDDDD;
}
#mycf_contact form .block02 .element01 {
	display: inline-table;
	float: left;
	width: 30%;
}
#mycf_contact form .block02 .element02 {
	display: inline-table;
	float: right;
	width: 70%;
}
#mycf_contact form .block02 .element03 {
	padding-top: 5em;
}
#mycf_contact form .block02 .element02 input {
	height: 2em;
	width: 100%;
}
#mycf_contact form .block03 {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#mycf_contact form .block03 .element01 {
	display: inline-table;
	float: left;
	width: 30%;
}
#mycf_contact form .block03 .element02 {
	display: inline-table;
	float: right;
	width: 70%;
	vertical-align: text-top;
}
#mycf_contact form .block04 {
	text-align: center;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.area06 form .block04 .wpcf7-submit {
	font-weight: 400;
	font-size: 1em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
#mycf_contact form .wpcf7-validation-errors {
	font-weight: 400;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	background-color: #FFDADB;
	text-align: center;
	color: #B00000;
	border-style: none;
}
#mycf_contact form .wpcf7-not-valid-tip {
	color: #B00000;
}
#mycf_contact form textarea {
	resize: none;
}
/* ############################################################ */
#contact {
	padding-top: 4em;
	padding-bottom: 4em;
}
#contact .area01 {
	width: 90vw;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 5vw;
}
#contact .block01 {
	text-align: center;
}
#contact h2 {
	margin-bottom: 3em;
	text-align: left;
}
#contact .block01 h2 p {
	transform: skewX(25deg);
}
#contact .parts01 {
	text-align: center;
}
#contact form {
	width: 100%;
}
#contact form .block02 {
	padding-top: 2em;
	padding-bottom: 2em;
	border-top: 1px solid #DDDDDD;
}
#contact form .block02 .element01 {
	display: inline-table;
	float: left;
	width: 30%;
}
#contact form .block02 .element02 {
	display: inline-table;
	float: right;
	width: 70%;
}
#contact form .block02 .element03 {
	padding-top: 5em;
}
#contact form .block02 .element02 input {
	height: 2em;
	width: 100%;
}
#contact form .block03 {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#contact form .block03 .element01 {
	display: inline-table;
	float: left;
	width: 30%;
}
#contact form .block03 .element02 {
	display: inline-table;
	float: right;
	width: 70%;
	vertical-align: text-top;
}
#contact form .block04 {
	text-align: center;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.area06 form .block04 .wpcf7-submit {
	font-weight: 400;
	font-size: 1em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
#contact form .wpcf7-validation-errors {
	font-weight: 400;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	background-color: #FFDADB;
	text-align: center;
	color: #B00000;
	border-style: none;
}
#contact form .wpcf7-not-valid-tip {
	color: #B00000;
}
#contact form textarea {
	resize: none;
}
/* ############################################################ */
/* ############################################################ */
#mycf_footer {
	padding-top: 2em;
	padding-bottom: 2em;
	border-top: 1px solid #EBEBEB;
	background-color: #ffffff;
	margin-top: 1em;
	width: 100%;
}
#mycf_footer .content_width {
	width: 100%;
}
#mycf_footer .block01 {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: auto;
	width: 95%;
}
#mycf_footer .block01 .logo img {
	width: auto;
	height: 15vw;
	display: none;
}
#mycf_footer .block01 .menu {
	width: 20%;
	height: auto;
	display: inline-block;
}
#mycf_footer .block01 .menu img {
	width: 100%;
	height: auto;
	mix-blend-mode: difference;
	margin-top: 0vw;
	transform: scale(0.85);
	transition-duration: 0.5s;
	ransition-timing-function: ease-in-out;
}
#mycf_footer .block01 .menu img:hover {
	transform: scale(1);
	transition-duration: 0.5s;
	ransition-timing-function: ease-in-out;
	height: auto;
}
#mycf_footer .block02 {
	font-size: 0.75em;
	text-align: center;
}
#mycf_footer .font01 {
	font-size: 0.75em;
	line-height: 1.5em;
}
/* ############################################################ */
/* ############################################################ */
/* ############################################################ */