@charset "utf-8";
/*=====================================================
 * Style URL: /common/css/contents.css
 * Version: 1.0
 * Last Up Date: 2021/06/xx
 *
 * Markup Reference:
 *
=====================================================*/

/*
===== index (top page) ===========================*/

/* loading
--------------------*/
.loading {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #FFF33F;
	text-align: center;
	z-index: 10000;
}

.loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 750px;
	transform: translate(-50%,-50%);
}

.l-main #index {
	background: #FFF33F;
	opacity: 0;
	z-index: 10001;
	transition: all .5s ease;
}

.l-main #index.show {
	opacity: 1;
}

/* sec_main
--------------------*/
.l-main #index .sec_main {
	position: relative;
	width: 100%;
	padding: 0 0 54px;
}

.l-main #index .sec_main h1 {
	position: absolute;
	top: 30px;
	left: 50px;
	width: 250px;
	z-index: 2;
}

@media only screen and (max-width: 1200px) {
	.l-main #index .sec_main h1 {
		width: 20.833%;
	}
}

.l-main #index .sec_main .sec_slide {
	padding: 0 0 20px;
}

.l-main #index .sec_main .sec_slide .slick-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12px;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.l-main #index .sec_main .sec_slide .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 7.5px !important;
	padding: 0 !important;
	background: #ffffff;
	border-radius: 50%;
	text-indent: -9999px;
	outline: 0;
	cursor: pointer;
}

.l-main #index .sec_main .sec_slide .slick-dots li.slick-active {
	background-color: #005EAD;
}

.l-main #index .sec_main .sec_slide .slick-disabled span {
	display: none !important;
}

.l-main #index .sec_main .sec_slide .has_modal {
	position: relative;
}

.l-main #index .sec_main .sec_slide .has_modal nav {
	position: absolute;
	right: 2.142%;
	bottom: 9.687%;
	width: 43.5%;
}

.l-main #index .sec_main .sec_slide .has_modal nav a:hover {
	opacity: 0.5;
}

.modal-video-body {
  max-width: 1050px !important;
  padding: 0 25px !important;
}

.modal-video-inner {
	padding: 10px 0 !important;
}

.modal-video {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.modal-video-close-btn {
	top: -27px !important;
	right: -120px !important;
	width: 60px !important;
	height: 60px !important;
	background: url(/products/brand/meijimiraful/img/nav_close.png) no-repeat 50% 50% !important;
	background-size: 60px auto !important;
	cursor: pointer;
	transition: all .3s ease !important;
}

@media only screen and (max-width: 1280px) {
	.modal-video-close-btn {
		top: -80px !important;
		right: -10px !important;
	}
}

.modal-video-close-btn:hover {
	opacity: 0.5;
}

.modal-video-close-btn::before,
.modal-video-close-btn::after {
	display: none !important;
}

.l-main #index .bg_panda {
	position: relative;
	background: url(/products/brand/meijimiraful/img/bg_panda.png) repeat 50% 0;
	background-size: 800px auto;
}

.l-main #index .bg_panda:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: url(/products/brand/meijimiraful/img/bg_gra.png) repeat-x 0 100%;
	background-size: auto 50px;
	z-index: 2;
}

/* sec_01
--------------------*/
.l-main #index .sec_01 {
	position: relative;
}

.l-main #index .sec_01 h2 {
	width: 81.666%;
	margin: 0 auto;
}

.l-main #index .sec_01 .ms {
	position: relative;
	width: 81.666%;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 20px;
}

.l-main #index .sec_01 .ms_01 ul {
	padding: 4.018% 4.018% 0;
}

.l-main #index .sec_01 .ms_01 li {
	float: left;
	width: 23.333%;
	margin: 0 2.222% 0 0;
}

.l-main #index .sec_01 .ms_01 li:last-child {
	margin: 0;
}

.l-main #index .sec_01 .ms_01 li:nth-child(1) {
	width: 24.033%;
	margin-left: -0.71%;
}

.l-main #index .sec_01 .ms_01 li span {
	display: block;
	margin: 10px 0 0;
	color: #005EAD;
	font-weight: bold;
	line-height: 1.666;
	letter-spacing: 0.05em;
	text-align: center;
}

.l-main #index .sec_01 .ms_01 ul + p {
	margin: 3.571% 2.040% 0;
	padding: 3.571% 0 0;
	border-top: 1px solid #CCDFEF;
	color: #005EAD;
	font-weight: bold;
	line-height: 1.777;
	letter-spacing: 0.05em;
	text-align: center;
}

.l-main #index .sec_01 .ms_01 ul + p i {
	font-weight: bold;
}

.l-main #index .sec_01 .ms_01 ul + p i.red { color: #EA66A1; }
.l-main #index .sec_01 .ms_01 ul + p i.green { color: #75BC3E; }
.l-main #index .sec_01 .ms_01 ul + p i.blue { color: #08A9E3; }
.l-main #index .sec_01 .ms_01 ul + p i.orange { color: #F39800; }

.l-main #index .sec_01 .ms_01 nav {
	width: 40.816%;
	margin: 0 auto;
	padding: 3.571% 0 4.018%;
}

.l-main #index .sec_01 .ms_01 nav a {
	display: block;
	background: url(/products/brand/meijimiraful/img/nav_01_ov.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

.l-main #index .sec_01 .ms_01 nav a img {
	transition: all .3s ease;
}

.l-main #index .sec_01 .ms_01 nav a:hover img {
	opacity: 0;
}

.l-main #index .sec_01 .ms_02 figure {
	width: 55.612%;
	padding: 4.018% 0 0 4.018%;
}

.l-main #index .sec_01 .ms_02 figure + figure {
	position: absolute;
	top: 0;
	right: 0;
	width: 32.142%;
	padding: 5.306% 4.018% 0 0;
}

.l-main #index .sec_01 .ms_02 ul {
	padding: 18px 4.018% 4.018%;
	color: #005EAD;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",YuGothic,"Yu Gothic","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	line-height: 1.333;
	letter-spacing: 0.05em;
}

.l-main #index .sec_01 .ms_03 {
	display: flex;
	margin-bottom: 8.333%;
	padding: 2.018% 0;
}

.l-main #index .sec_01 .ms_03 dl {
	float: none;
	width: calc(40.816% - 1px);
	padding:  20px 5.102% 20px 4.081%;
	border-right: 1px solid #CCDFEF;
}

.l-main #index .sec_01 .ms_03 dl + dl {
	width: 40.816%;
	padding:  20px 4.081% 20px 5.102%;
	border-right: none;
}

.l-main #index .sec_01 .ms_03 dl dd {
	margin: 9% 0 0;
	padding: 0;
	color: #005EAD;
	font-weight: bold;
	line-height: 1.666;
	letter-spacing: 0.05em;
	text-align: center;
}

.l-main #index .sec_01 .ms_03 dl dd.has_img {
	position: relative;
	padding: 0 22.75% 0 1%;
	text-align: left;
}

.l-main #index .sec_01 .ms_03 dl dd.has_img img {
	position: absolute;
	top: 50%;
	right: -1%;
	transform: translateY(-50%);
	width: 21.5%;
}

.l-main #index .sec_01 .ms_03 dl figure {
	margin: 8.8% 0 0;
}

.l-main #index .sec_01 .ms_03 dl.rs figure {
	margin: 6.2% 0 0;
}

.l-main #index .sec_01 .sec_movie {
	display: flex;
	align-items: center;
	gap: 1.25%;
	width: 81.666%;
	margin: 8.333% auto 5.833%;
}

.l-main #index .sec_01 .sec_movie a:hover {
	opacity: 0.7;
}

/* hr_01
--------------------*/
.l-main #index .hr_01 {
	background: #ffffff;
}

/* sec_02
--------------------*/
.l-main #index .sec_02 {
	position: relative;
	background: #ffffff;
}

.l-main #index .sec_02 h2 {
	width: 81.666%;
	margin: 0 auto;
	padding: 5% 0 0;
}

.l-main #index .sec_02 figure {
	width: 85%;
	margin: 50px auto 0;
}

.l-main #index .sec_02 p {
	margin: 24px auto 0;
	padding: 0 0 5.333%;
	color: #005EAD;
	font-weight: bold;
	line-height: 1.666;
	letter-spacing: 0.05em;
	text-align: center;
}

.l-main #index .sec_02 p span {
	font-weight: bold;
}

.l-main #index .sec_02 p span.blue { color: #00B1ED; }
.l-main #index .sec_02 p span.red { color: #EA609E; }
.l-main #index .sec_02 p span.navy { color: #005EAD; }
.l-main #index .sec_02 p span.brown { color: #6D0000; }

/* hr_02
--------------------*/
.l-main #index .hr_02 {
	background: #ffffff;
}

/* sec_03
--------------------*/
.l-main #index .sec_03 .h {
	position: relative;
	z-index: 2;
}

.l-main #index .sec_03 h2 {
	position: relative;
	width: 81.666%;
	margin: 0 auto;
	padding: 2.5% 0 4.166%;
}

.l-main #index .hr_03 {
	position: relative;
	z-index: 2;
}

.l-main #index .sec_03_01 {
	position: relative;
	margin: -5.714% 0 0;
	padding: 0 0 20%;
	background: url(/products/brand/meijimiraful/img/bg_03.png) no-repeat 50% 0;
	background-size: cover;
}

.l-main #index .sec_03_01 .ms {
	position: relative;
	width: 81.666%;
	margin: 0 auto;
	padding: 10% 0 5%;
}

.l-main #index .sec_03_01 .ls {
	float: left;
	width: 43.877%;
}

.l-main #index .sec_03_01 .rs {
	float: right;
	width: 50%;
	padding: 3.775% 0 0;
}

.l-main #index .sec_03_02 {
	position: relative;
	margin: -20% 0 0;
	padding: 0 0 20%;
	background: url(/products/brand/meijimiraful/img/bg_16.png) no-repeat 50% 0;
	background-size: cover;
}

.l-main #index .sec_03_02 .ms {
	position: relative;
	width: 81.666%;
	margin: 0 auto;
	padding: 10% 0 5%;
}

.l-main #index .sec_03_02 .ls {
	float: left;
	width: 50%;
	padding: 3.775% 0 0;
}

.l-main #index .sec_03_02 .rs {
	float: right;
	width: 50%;
}

.l-main #index .sec_03_03 {
	position: relative;
	margin: -20% 0 0;
	padding: 0 0 20%;
	background: url(/products/brand/meijimiraful/img/bg_13.png) no-repeat 50% 0;
	background-size: cover;
}

.l-main #index .sec_03_03 .ms {
	position: relative;
	width: 81.666%;
	margin: 0 auto;
	padding: 10% 0 5%;
}

.l-main #index .sec_03_03 .ls {
	float: left;
	width: 45.612%;
}

.l-main #index .sec_03_03 .rs {
	float: right;
	width: 50%;
	padding: 5.714% 0 0;
}

.l-main #index .sec_03_04 {
	position: relative;
	margin: -20% 0 0;
	padding: 0 0 20%;
	background: url(/products/brand/meijimiraful/img/bg_04.png) no-repeat 50% 0;
	background-size: cover;
}

.l-main #index .sec_03_04 .ms {
	position: relative;
	width: 81.666%;
	margin: 0 auto;
	padding: 10% 0 2.5%;
}

.l-main #index .sec_03_04 .rs {
	float: left;
	width: 45.918%;
}

.l-main #index .sec_03_04 .ls {
	float: right;
	width: 50%;
	padding: 11.428% 0 0;
}

.l-main #index .sec_03 nav {
	position: relative;
	padding: 0 0 7.142%;
	text-align: center;
	z-index: 2;
}

.l-main #index .sec_03 nav a {
	display: block;
	width: 23.166%;
	margin: 0 auto;
}

.l-main #index .sec_03 nav span {
	display: block;
	background: url(/products/brand/meijimiraful/img/nav_02_ov.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

.l-main #index .sec_03 nav a img {
	transition: all .3s ease;
}

.l-main #index .sec_03 nav a:hover img {
	opacity: 0;
}

.l-main #index .sec_03 .ms figure {
	position: absolute;
	top: 0;
}

.l-main #index .sec_03 .ms .illust_01 { width: 17.24%; left: -16.530%; margin-top: 32.346%; }
.l-main #index .sec_03 .ms .illust_02 { width: 17.346%; right: -6.122%; margin-top: 8.163%;}
.l-main #index .sec_03 .ms .illust_03 { width: 10.408%; left: -3.469%; margin-top: 8.877%;}
.l-main #index .sec_03 .ms .illust_04 { width: 16.734%; right: -9.734%; margin-top: 28.163%;}
.l-main #index .sec_03 .ms .illust_05 { width: 18.571%; left: -16.836%; margin-top: 43.877%;}
.l-main #index .sec_03 .ms .illust_06 { width: 15.612%; right: -5.102%; margin-top: 13.469%;}

/* hr_04
--------------------*/
.l-main #index .hr_04 {
	position: relative;
	margin: -20% 0 0;
	z-index: 2;
}

/* hr_05
--------------------*/
.l-main #index .hr_05 {
	position: relative;
	z-index: 2;
}

/* sec_04
--------------------*/
.l-main #index .sec_04 {
	position: relative;
	margin: -20% 0 0;
	padding: 0 0 12.857%;
	background: url(/products/brand/meijimiraful/img/bg_05.png) no-repeat 50% 0;
	background-size: cover;
}

.l-main #index .sec_04 h2 {
	position: relative;
	width: 81.666%;
	margin: 0 auto;
	padding: 12.5% 0 0;
}

.l-main #index .sec_04 h2 + ul {
	width: 83.333%;
	margin: 0 auto;
}

.l-main #index .sec_04 h2 + ul li {
	float: left;
	width: 25%;
}

.l-main #index .sec_04 h2 + ul li dd {
	margin: 0;
	color: #0060b3;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
}

.l-main #index .sec_04 figure {
	margin: 2.916% -10px 0;
}

.l-main #index .sec_04 p {
	margin: -7% 0 0;
	color: #005EAD;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
}

.l-main #index .sec_04 p + ul {
	width: 81.666%;
	margin: 5.166% auto 0;
}

.l-main #index .sec_04 p + ul li {
	float: left;
	width: 30.612%;
	margin: 0 4.081% 0 0;
}

.l-main #index .sec_04 p + ul li:last-child {
	margin: 0;
}

.l-main #index .sec_04 p + ul + figure {
	width: 41.25%;
	margin: 4.166% auto 0;
}

.l-main #index .sec_04 .sec_desc {
	position: relative;
	width: 81.666%;
	margin: 2.5% auto 0;
	padding: 0 0 3.333%;
	background: #ffffff;
	border-radius: 20px;
}

.l-main #index .sec_04 .sec_desc p {
	position: relative;
	margin: 0;
	color: #005EAD;
	font-weight: bold;
	line-height: 1.666;
	letter-spacing: 0.05em;
	text-align: center;
	z-index: 2;
}

.l-main #index .sec_04 .sec_desc p i {
	font-weight: bold;
}

.l-main #index .sec_04 .sec_desc p i.red { color: #EA66A1; }
.l-main #index .sec_04 .sec_desc p i.green { color: #75BC3E; }
.l-main #index .sec_04 .sec_desc p i.blue { color: #08A9E3; }
.l-main #index .sec_04 .sec_desc p i.orange { color: #F39800; }

.l-main #index .sec_04 .sec_desc p.note {
	margin: 1.2% 0 0;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",YuGothic,"Yu Gothic","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	line-height: 1.333;
}

.l-main #index .sec_04 .sec_desc figure {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
}

/* hr_06
--------------------*/
.l-main #index .hr_06 {
	position: relative;
	background: #ffffff;
	z-index: 2;
}

/* sec_06
--------------------*/
.l-main #index .sec_06 {
	position: relative;
	background: #ffffff;
	z-index: 2;
}

.l-main #index .sec_06 h2 {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.l-main #index .sec_06 h2 img {
	width: 81.666%;
}

.l-main #index .sec_06 h2 + p {
	margin: 22px 0 57px;
	color: #0060B3;
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",YuGothic,"Yu Gothic","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
}

.l-main #index .sec_06 .sec_slide {
	padding: 0 0 260px;
}

.l-main #index .sec_06 .sec_slide .slick-list {
  overflow: visible;
}

.l-main #index .sec_06 .sec_slide ul {
  max-width: 999px;
  margin: 0 auto;
  padding: 0;
}

.l-main #index .sec_06 .sec_slide ul li {
	float: left;
	width: 33.333%;
}

.l-main #index .sec_06 .sec_slide ul li dl {
	padding: 0 3.003%;
}

.l-main #index .sec_06 .sec_slide ul li dt {
	display: table-cell;
	padding: 0 4.389% 0 6.389%;
	border-radius: 18px;
	vertical-align: middle;
}

.l-main #index .sec_06 .sec_slide ul li.red dt { background: #E73371; }
.l-main #index .sec_06 .sec_slide ul li.blue dt { background: #08A9E3; }
.l-main #index .sec_06 .sec_slide ul li.orange dt { background: #F18B00; }

.l-main #index .sec_06 .sec_slide ul li dt em {
	display: block;
	padding: 6.370% 0 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.666;
	letter-spacing: 0.05em;
}

.l-main #index .sec_06 .sec_slide ul li dt span {
	display: block;
	padding: 4.920% 0 6.689%;
	color: #ffffff;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.04em;
}

.l-main #index .sec_06 .sec_slide ul li dd {
	position: relative;
}

.l-main #index .sec_06 .sec_slide ul li dd:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 8px;
	background-size: 10px 8px !important;
	z-index: 2;
}

.l-main #index .sec_06 .sec_slide ul li.red dd:after {
	background: url(/products/brand/meijimiraful/img/arrow_voice_red.png) no-repeat 50% 50%;
}

.l-main #index .sec_06 .sec_slide ul li.blue dd:after {
	background: url(/products/brand/meijimiraful/img/arrow_voice_blue.png) no-repeat 50% 50%;
}

.l-main #index .sec_06 .sec_slide ul li.orange dd:after {
	background: url(/products/brand/meijimiraful/img/arrow_voice_orange.png) no-repeat 50% 50%;
}

@media only screen and (max-width: 1200px) {
.l-main #index .sec_06 .sec_slide ul li dt em {
	font-size: 1.5vw;
}

.l-main #index .sec_06 .sec_slide ul li dt span {
	font-size: 1vw;
}
}

.l-main #index .sec_06 .sec_slide .nav_prev {
	position: absolute;
	right: 74.074%;
	bottom: -159px;
	cursor: pointer;
	z-index: 10;
}

.l-main #index .sec_06 .sec_slide .nav_next {
	position: absolute;
	left: 74.074%;
	bottom: -159px;
	cursor: pointer;
	z-index: 10;
}

.l-main #index .sec_06 .sec_slide .nav_prev span,
.l-main #index .sec_06 .sec_slide .nav_next span {
	display: block;
	width: 80px;
	height: 80px;
	background-size: 80px auto !important;
	transition: all .3s ease;
}

.l-main #index .sec_06 .sec_slide .nav_next span {
	background: url(/products/brand/meijimiraful/img/nav_next.png) no-repeat 50% 50%;
}

.l-main #index .sec_06 .sec_slide .nav_prev span {
	background: url(/products/brand/meijimiraful/img/nav_prev.png) no-repeat 50% 50%;
}

.l-main #index .sec_06 .sec_slide .nav_prev span:hover,
.l-main #index .sec_06 .sec_slide .nav_next span:hover {
	opacity: 0.7;
}

.l-main #index .sec_06 .sec_slide .slick-dots {
	position: absolute;
	left: 0;
	bottom: -125px;
	width: 100%;
	height: 12px;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.l-main #index .sec_06 .sec_slide .slick-dots li {
	display: inline-block;
	float: none;
	width: 12px;
	height: 12px;
	margin: 0 0.75% !important;
	padding: 0 !important;
	background: #ccdff0;
	border-radius: 50%;
	text-indent: -9999px;
	outline: 0;
	cursor: pointer;
}

.l-main #index .sec_06 .sec_slide .slick-dots li.slick-active {
	background-color: #0060b3;
}

.l-main #index .sec_06 .sec_slide .slick-disabled span {
	display: none !important;
}

/* hr_07
--------------------*/
.l-main #index .hr_07 {
	position: relative;
	background: #DAF1FB;
	z-index: 2;
}

/* hr_10
--------------------*/
.l-main #index .hr_10 {
	position: relative;
	margin: -5.714% 0 0;
	z-index: 2;
}

/* hr_08
--------------------*/
.l-main #index .hr_08 {
	position: relative;
	background: #005EAD;
	z-index: 2;
}

/* sec_07
--------------------*/
.l-main #index .sec_07 {
	position: relative;
	background: #fff33f url(/products/brand/meijimiraful/img/bg_08.png) no-repeat 50% 0;
	background-size: 1400px auto;
}

@media only screen and (max-width: 1200px) {
.l-main #index .sec_07 {
	background-size: 116.666% auto;
}
}

.l-main #index .sec_07 h2 + p {
	margin: -6px 0;
	color: #005EAD;
	font-size: 22px;
	font-weight: bold;
	line-height: 2.045;
	letter-spacing: 0.05em;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
.l-main #index .sec_07 h2 + p {
	font-size: 1.85vw;
}
}

/* hr_09
--------------------*/
.l-main #index .hr_09 {
	position: relative;
	background: #ffffff;
	z-index: 2;
}

/* sec_08
--------------------*/
.l-main #index .sec_08 {
	position: relative;
	background: #fff33f url(/products/brand/meijimiraful/img/bg_panda.png) repeat 50% 0;
	background-size: 800px auto;
}

.l-main #index .sec_08:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: url(/products/brand/meijimiraful/img/bg_gra.png) repeat-x 0 100%;
	background-size: auto 50px;
	z-index: 2;
}

@media only screen and (max-width: 1200px) {
.l-main #index .sec_08 {
	background-size: 800px auto;
}
}

.l-main #index .sec_08 h2 {
	width: 81.666%;
	margin: 0 auto;
}

.l-main #index .sec_08 h2 + p {
	color: #005ead;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.l-main #index .sec_08 ul {
	display: flex;
	flex-wrap: nowrap;
	width: 81.666%;
	margin: 5% auto 0;
}

.l-main #index .sec_08 ul li {
	width: 30.612%;
	margin: 0 4.081% 0 0;
}

.l-main #index .sec_08 ul li:last-child {
	margin: 0;
}

.l-main #index .sec_08 nav {
	width: 25.416%;
	margin: 0 auto;
	padding: 5% 0 8.333%;
}

.l-main #index .sec_08 nav a {
	display: block;
	background: url(/products/brand/meijimiraful/img/nav_03_ov.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

.l-main #index .sec_08 nav a img {
	transition: all .3s ease;
}

.l-main #index .sec_08 nav a:hover img {
	opacity: 0;
}

/* hr_11
--------------------*/
.l-main #index .hr_11 {
	position: relative;
	margin: 0;
	background: #ffffff;
	z-index: 2;
}

/* sec_09
--------------------*/
.l-main #index .sec_09 {
	position: relative;
	background: #fff33f url(/products/brand/meijimiraful/img/bg_panda.png) repeat 50% 0;
	background-size: 800px auto;
}

.l-main #index .sec_09:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: url(/products/brand/meijimiraful/img/bg_gra.png) repeat-x 0 100%;
	background-size: auto 50px;
	z-index: 2;
}

.l-main #index .sec_09 h2 {
	width: 81.666%;
	margin: 0 auto;
}

.l-main #index .sec_09 h2 + p {
	position: relative;
	color: #005ead;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	z-index: 2;
}

.l-main #index .sec_09 figure {
	width: 81.666%;
	margin: -4.5% auto 0;
}

.l-main #index .sec_09 nav {
	width: 21.666%;
	margin: 0 auto;
	padding: 0 0 8.333%;
}

.l-main #index .sec_09 nav a {
	display: block;
	background: url(/products/brand/meijimiraful/img/nav_04_ov.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

.l-main #index .sec_09 nav a img {
	transition: all .3s ease;
}

.l-main #index .sec_09 nav a:hover img {
	opacity: 0;
}

/* hr_12
--------------------*/
.l-main #index .hr_12 {
	position: relative;
	margin: 0;
	background: #ffffff;
	z-index: 2;
}

/* sec_10
--------------------*/
.l-main #index .sec_10 {
	position: relative;
	padding: 0 0 100px;
	background: #ffffff url(/products/brand/meijimiraful/img/bg_15.png) no-repeat 50% 100%;
	background-size: 100% auto;
}

.l-main #index .sec_10 .sec_inner {
	background: url(/products/brand/meijimiraful/img/bg_14.png) no-repeat 50% 0%;
	background-size: 100% auto;
}

.l-main #index .sec_10 h2 {
	width: 81.666%;
	margin: 0 auto;
	padding: 5% 0 0;
}

.l-main #index .sec_10 h2 + p {
	position: relative;
	margin: 45px 0 0;
	color: #005ead;
	font-weight: 700;
	line-height: 1.666;
	letter-spacing: 0.05em;
	text-align: center;
	z-index: 2;
}

.l-main #index .sec_10 figure {
	width: 81.666%;
	margin: 45px auto 0;
}

.l-main #index .sec_10 nav {
	width: 22.166%;
	margin: 50px auto 0;
}

.l-main #index .sec_10 nav a {
	display: block;
	background: url(/products/brand/meijimiraful/img/nav_05_ov.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

.l-main #index .sec_10 nav a img {
	transition: all .3s ease;
}

.l-main #index .sec_10 nav a:hover img {
	opacity: 0;
}

/* sec_news
--------------------*/
.l-main #index .sec_news {
	position: relative;
	margin: -30px 0 100px;
}

.l-main #index .sec_news p {
	width: 81.666%;
	margin: 0 auto;
	padding: 21px 36px 19px;
	background: #ffffff;
	border: 4px solid #EA3739;
	border-radius: 20px;
}

.l-main #index .sec_news p a {
	padding: 0 0 0 36px;
	background: url(/products/brand/meijimiraful/common/img/bullet_arrow_01.png) no-repeat 0 50%;
	background-size: 15px auto;
	color: #005EAD;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}

.l-main #index .sec_news p span {
	color: #EA3739;
}



/* modal
--------------------*/
.modal_news_wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
}

.modal_news_wrapper .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.4);
	z-index: 1000;
}

.modal_news_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 30px);
	max-width: 1280px;
	max-height: calc(100vh - 130px);
	z-index: 1001;
}

.modal_news_inner .close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background: url(/products/brand/meijimiraful/img/nav_close.png) no-repeat 50% 50%;
	background-size: 60px auto;
	transition: .3s all;
	cursor: pointer;
}

.modal_news_inner .close:hover {
	opacity: 0.5;
}

.modal_news_content {
	background: #ffffff;
	border: 10px solid #EA3739 !important;
	border-radius: 32px;
}

.modal_news_content .wrapper {
	max-height: calc(100vh - 130px);
	margin: 10px;
	overflow: hidden;
	overflow-y: auto;
}

.modal_news_content h3 {
	width: 598px;
	margin: 0 auto;
	padding: 70px 0 0;
	text-align: center;
}

.modal_news_content h3 img {
	max-width: 472px;
	margin: 0 20px;
}

.modal_news_content h3 + p {
	margin: 42px 0 0;
	color: #005EAD;
	font-size: 18px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
}

.modal_news_content figure {
	padding: 32px 0 70px;
	text-align: center;
}


/*
===== feature ===========================*/

/* sec_01
--------------------*/
.l-main #feature .sec_01 {
	padding: 0 0 100px;
	background: #fff33f url(/products/brand/meijimiraful/feature/img/bg_01.png) no-repeat 50% 0;
	background-size: 1400px auto;

}

@media only screen and (max-width: 1200px) {
.l-main #feature .sec_01 {
	padding: 0 0 7.142%;
	background-size: 115% auto;
}
}

.l-main #feature .sec_01 h2 img {
	margin-top: -20px;

}

.l-main #feature .sec_01 p {
	margin: -6px 0;
	color: #0060b3;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
.l-main #feature .sec_01 p {
	font-size: 1.5vw;
}
}

/* sec_02
--------------------*/
.l-main #feature .sec_02 {
	padding: 0 0 100px;
	background: #ffffff url(/products/brand/meijimiraful/feature/img/bg_02.png) no-repeat 50% 0;
	background-size: 1400px auto;

}

@media only screen and (max-width: 1200px) {
.l-main #feature .sec_02 {
	padding: 0 0 7.142%;
	background-size: 115% auto;
}
}

.l-main #feature .sec_02 .ms {
	padding: 0 6.25% 0 12.5%;
}

.l-main #feature .sec_02 .ms .ls {
	width: 34.051%
}

.l-main #feature .sec_02 .ms .rs {
	width: 65.949%;
}

.l-main #feature .sec_02 .ms .rs p {
	margin: -6px 0;
	padding: 7.787% 0;
	color: #0060b3;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
.l-main #feature .sec_02 .ms .rs p {
	font-size: 1.5vw;
}
}

.l-main #feature .sec_02 .ms .rs nav {
	width: 57.519%;
	margin: 0 auto;
}

.l-main #feature .sec_02 .ms .rs nav a {
	display: block;
	background: url(/products/brand/meijimiraful/feature/img/bt_01_ov.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

.l-main #feature .sec_02 .ms .rs nav a img {
	transition: all .3s ease;
}

.l-main #feature .sec_02 .ms .rs nav a:hover img {
	opacity: 0;
}

/* sec_03
--------------------*/
.l-main #feature .sec_03 {
	padding: 0 0 100px;
	background: #fff33f url(/products/brand/meijimiraful/feature/img/bg_03.png) no-repeat 50% 0;
	background-size: 1400px auto;

}

@media only screen and (max-width: 1200px) {
.l-main #feature .sec_03 {
	padding: 0 0 7.142%;
	background-size: 115% auto;
}
}

.l-main #feature .sec_03 .ms figure {
	float: left;
	width: 50%;

}

.l-main #feature .sec_03 nav {
	width: 30.916%;
	margin: 0 auto;
}

.l-main #feature .sec_03 nav a {
	display: block;
	background: url(/products/brand/meijimiraful/feature/img/bt_01_ov.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

.l-main #feature .sec_03 nav a img {
	transition: all .3s ease;
}

.l-main #feature .sec_03 nav a:hover img {
	opacity: 0;
}


/*
===== nutrition ===========================*/

/* sec_01
--------------------*/
.l-main #nutrition .sec_01 {
	padding: 0 0 100px;
	background: #fff33f url(/products/brand/meijimiraful/nutrition/img/bg_01.png) no-repeat 50% 0;
	background-size: 1400px auto;

}

@media only screen and (max-width: 1200px) {
.l-main #nutrition .sec_01 {
	padding: 0 0 7.142%;
	background-size: 115% auto;
}
}

.l-main #nutrition .sec_01 p.desc {
	margin: 0 0 -6px;
	color: #0060b3;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
.l-main #nutrition .sec_01 p.desc {
	font-size: 1.5vw;
}
}

.l-main #nutrition .sec_01 nav {
	max-width: 1100px;
	margin: 0 auto;
}

.l-main #nutrition .sec_01 nav ul {
	max-width: 1000px;
	margin: 0 50px;
}

.l-main #nutrition .sec_01 nav li {
	float: left;
	width: 20%;
	padding: 4.7% 0 0;
}

.l-main #nutrition .sec_01 nav li a:hover {
	opacity: 0.7;
}

.l-main #nutrition .sec_01 .item {
	position: relative;
	max-width: 1000px;
	margin: 0 8.333%;
}

.l-main #nutrition .sec_01 .item figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.l-main #nutrition .sec_01 .item > div {
	margin: 0 10px;
	padding: 40px 0;
	background: #ffffff;
	border-radius: 17px;
	text-align: center;
}

.l-main #nutrition .sec_01 .item.second {
	margin-top: 20px;
}

.l-main #nutrition .sec_01 .item div h3 {
	position: relative;
	margin: -7px 0;
	color: #0060b3;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	z-index: 3;
}

.l-main #nutrition .sec_01 .item h3 + figure {
	position: relative;
}

.l-main #nutrition .sec_01 .item div p {
	position: relative;
	margin: -6px 0;
	color: #0060b3;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.05em;
	word-break: break-all;
	z-index: 3;
}

.l-main #nutrition .sec_01 .item div p i {
	font-style: italic;
	font-weight: bold;
}

@media only screen and (max-width: 1200px) {
.l-main #nutrition .sec_01 .item div p {
	font-size: 1.5vw;
}
}

.l-main #nutrition .sec_01 .item_02 {
	position: relative;
	max-width: 1000px;
	margin: 0 8.333%;
	color: #0060b3;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.l-main #nutrition .sec_01 .item_02 div.ms {
	position: relative;
	margin: 0 10px;
	background: #ffffff;
	border-radius: 17px;
	text-align: left;
}

.l-main #nutrition .sec_01 .item_02 div.ms .note {
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",YuGothic,"Yu Gothic","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	line-height: 1.333;
}

.l-main #nutrition .sec_01 .item_02 div.ms_01 {
	margin-top: -3.5%;
	padding: 4% 0 4.8%;
}

.l-main #nutrition .sec_01 .item_02 div.ms_01 h3 {
	width: 72.142%;
	margin: 0 auto;
	font-weight: bold;
}

.l-main #nutrition .sec_01 .item_02 div.ms_01 h3 + p {
	margin: 4.081% 0 3.061%;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.l-main #nutrition .sec_01 .item_02 div.ms_01 h3 + p em {
	display: inline-block;
	margin: 0 10px 0 0;
	font-weight: bold;
	vertical-align: -3px;
}

.l-main #nutrition .sec_01 .item_02 div.ms_01 p.note {
	margin: 1.632% 0 0 4.081%;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 {
	margin-top: 20px;
	padding: 4%;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .ls {
	width: 45.555%;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .ls h3 {
	font-weight: bold;
	line-height: 1;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .ls h4 {
	margin: 9.756% 0 6.097%;
	font-weight: bold;
	line-height: 1;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .ls dl {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .ls dt {
	width: calc(100% - 120px);
	font-weight: bold;
	line-height: 1.666;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 + .ms_02 .ls dt {
	width: 100%;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .ls dd {
	width: 100px;
	margin: 0 0 0 20px;
	font-weight: bold;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .ls .note {
	margin: 12px 0 0;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .ls figure {
	float: right;
	width: 107px;
	margin: 20px 0 0;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 + .ms_02 .ls figure {
	width: 150px;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .rs {
	width: 50%;
	padding: 3.469% 0 3.877%;
	background: #FDEBEC;
	border-radius: 10px;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 + .ms_02 .rs {
	background: #D9F1FB;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .rs dl {
	display: flex;
	flex-wrap: nowrap;
	justify-content: left;
	align-items: center;
	width: 82.222%;
	margin: 0 auto;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .rs dt {
	font-weight: bold;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .rs dd {
	margin: 0 0 0 10px;
	font-weight: bold;
	line-height: 1.666;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .rs dd em {
	color: #E73371;
	font-weight: bold;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .rs figure {
	width: 82.222%;
	margin: 3.333% auto 0;
}

.l-main #nutrition .sec_01 .item_02 div.ms_02 .rs .note {
	width: 82.222%;
	margin: 4% auto 0;
	letter-spacing: 0;
}

.l-main #nutrition .sec_01 .kurakihoikuen {
	padding: 6.666% 0 0;
}

.l-main #nutrition .sec_01 .kurakihoikuen h3 {
	width: 81.666%;
	margin: 0 auto;
}

.l-main #nutrition .sec_01 .kurakihoikuen nav {
	width: 54.166%;
	margin: 3.333% auto 0;
}

.l-main #nutrition .sec_01 .kurakihoikuen nav a:hover {
	opacity: 0.7;
}

/* sec_02
--------------------*/
.l-main #nutrition .sec_02 {
	position: relative;
	background: url(/products/brand/meijimiraful/nutrition/img/bg_02.png) no-repeat 50% 100%;
	background-size: cover;
	z-index: 2;
}


/*.l-main #nutrition .sec_02_inner {
	background: url(/products/brand/meijimiraful/nutrition/img/bg_03.png) no-repeat 50% 0;
	background-size: 1400px auto;

}

@media only screen and (max-width: 1200px) {
.l-main #nutrition .sec_02_inner {
	padding: 0 0 7.142%;
	background-size: 116.666% auto;
}
}*/

.l-main #nutrition .sec_02 h2 {
	margin: 0 -20px;
}

.l-main #nutrition .sec_02 nav {
	width: 27.25%;
	margin: 0 auto;
	padding: 7% 0 12.333%;
}

.l-main #nutrition .sec_02 nav a {
	display: block;
	background: url(/products/brand/meijimiraful/nutrition/img/bt_01_ov.png) no-repeat 50% 50%;
	background-size: 100% auto;
}

.l-main #nutrition .sec_02 nav a img {
	transition: all .3s ease;
}

.l-main #nutrition .sec_02 nav a:hover img {
	opacity: 0;
}


/*
===== product ===========================*/

/* sec_01
--------------------*/
.l-main #product .sec_01 {
	padding: 0 0 7.833%;
	background: #fff33f url(/products/brand/meijimiraful/product/img/bg_01.png) repeat-y 50% 0;
	background-size: 1400px auto;

}

@media only screen and (max-width: 1200px) {
.l-main #product .sec_01 {
	background-size: 115% auto;
}
}

.l-main #product .sec_01 hr {
	width: 81.666%;
	height: 0;
	margin: 54px auto 0;
	padding: 1px 0 0;
	background: #ccd656;
	border: none;
	font-size: 0;
	line-height: 0;
}

.l-main #product .sec_01 h2 img {
	margin: -17px 0 0;
}

.l-main #product .sec_01 h3 {
	margin: 60px 0 0;
}
.l-main #product .sec_01 h3 + p {
	color: #0060b3;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
}

.l-main #product .sec_01 .ms {
	margin: 60px 0 0;
}

.l-main #product .sec_01 .ms .ls {
	width: 45.125%;
}

.l-main #product .sec_01 .ms .rs {
	width: 54.875%;
}

.l-main #product .sec_01 .ms .rs dd {
	position: relative;
	margin: -6px 18% -6px 0;
	color: #0060b3;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

@media only screen and (max-width: 1200px) {
.l-main #product .sec_01 .ms .rs dd {
	font-size: 1.33vw;
}
}

.l-main #product .sec_01 .ms + figure {
	margin: 60px 0 0;
}

.l-main #product .sec_01 .note {
	margin: 8px 9.166% 0;
	color: #0060b3;
	font-size: 12px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",YuGothic,"Yu Gothic","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	line-height: 1.333;
	letter-spacing: 0.05em;
	text-align: right;
}

.l-main #product .sec_01 .note p {
	display: inline-block;
	text-align: left;
}

@media only screen and (max-width: 1200px) {
.l-main #product .sec_01 .note {
	font-size: 1vw;
}
}


/*
===== recipe ===========================*/
/* pnav
--------------------*/
.l-main #recipe .pnav {
	padding: 20px 0 5.714%;
	background: #fff33f;
}

.l-main #recipe .pnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 85%;
	margin: 0 auto;
	padding: 0 0 65px;
}

.l-main #recipe .pnav ul li {
	width: 18%;
	margin: 0 -0.980%;
}

.l-main #recipe .pnav ul li a:hover {
	opacity: 0.7;
}

.l-main #recipe .pnav ul li:nth-child(1) {
	width: 20.5%;
	margin: 0 0 -0.25%;
	padding: 0 38%;
}

/* sec_01
--------------------*/
.l-main #recipe .sec_01 {
	background: #fff33f;
}

.l-main #recipe .sec_01 h2 img {
	margin: -1.416% 0 0;
}

.l-main #recipe .sec_01 h2 + p {
	margin: 3.083% 0 0;
	color: #005ead;
	font-weight: 700;
	line-height: 1.666;
	text-align: center;
}

/* sec_02
--------------------*/
.l-main #recipe .sec_02 {
	padding: 0 0 5.714%;
}

.l-main #recipe .sec_02_06 {
	padding: 0;
}

.l-main #recipe .sec_02_01,
.l-main #recipe .sec_02_03,
.l-main #recipe .sec_02_05 {
	background: #fff33f;
}

.l-main #recipe .hr_01 {
	margin: -5.714% 0 0;
	background: #fff33f;
}

.l-main #recipe .hr_02 {
	margin: -5.714% 0 0;
	background: #ffffff;
}

.l-main #recipe .sec_02 h3 {
	margin: 0 auto;
}

.l-main #recipe .sec_02_01 h3 img { margin-top: 0.833%; }
.l-main #recipe .sec_02_02 h3 img { margin-top: -2.5%; }
.l-main #recipe .sec_02_03 h3 img { margin-top: -1.666%; }
.l-main #recipe .sec_02_04 h3 img { margin-top: -0.833%; }
.l-main #recipe .sec_02_05 h3 img { margin-top: -0.833%; }
.l-main #recipe .sec_02_06 h3 img { margin-top: -0.833%; }

.l-main #recipe .sec_02 .sec_inner {
	max-width: 1295px;
}

.l-main #recipe .sec_02 .sec_inner h3 {
	text-align: center;
}

.l-main #recipe .sec_02 .sec_inner h3 img {
	width: 92.664%;
}

.l-main #recipe .sec_02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 79.352%;
	margin: 0 auto;
	padding: 0 0 5.833%;
}

.l-main #recipe .sec_02_07 ul {
	width: 100%;
}

.l-main #recipe .sec_02 ul li {
	width: 22.755%;
	margin: 0 2.959% 2.959% 0;
}

.l-main #recipe .sec_02_07 ul li {
	width: 17.220%;
	margin: 0 2.316% 2.316% 0;
}

.l-main #recipe .sec_02 ul li:nth-child(4n),
.l-main #recipe .sec_02 ul li:last-child {
	margin-right: 0;
}

.l-main #recipe .sec_02_07 ul li:nth-child(4n) {
	margin-right: 2.316%;
}

.l-main #recipe .sec_02_07 ul li:nth-child(5n),
.l-main #recipe .sec_02_07 ul li:last-child {
	margin-right: 0;
}

/*
.l-main #recipe .sec_02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 81.666%;
	margin: 0 auto;
	padding: 0 0 5.833%;
}

.l-main #recipe .sec_02 ul li {
	width: 22.755%;
	margin: 0 2.959% 2.959% 0;
}

.l-main #recipe .sec_02 ul li:nth-child(4n),
.l-main #recipe .sec_02 ul li:last-child {
	margin-right: 0;
}
*/

.l-main #recipe .sec_02 ul li a:hover {
	opacity: 0.7;
}

.modal_wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1000;
}

.modal_wrapper .overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0, 0.4);
	z-index: 10
}

.modal_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100vw - 160px);
	padding: 0 80px;
	text-align: center;
	z-index: 20;
}

.modal_content {
	display: inline-block;
	position: relative;
	max-width: 1026px;
	margin: 0 auto;
	text-align: center;
}

.modal_content .zoom_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 90vh;
}

.modal_content .close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	visibility: hidden;
}

.modal_content .close img {
	transition: all .3s ease;
}

.modal_content .close img:hover {
	opacity: 0.7;
}

.modal_content .insta {
	display: none;
}

.modal_content .insta.insta_show {
	display: block;
}

.modal_content .insta a {
	display: block;
	position: absolute;
	top: 52.602%;
	left: 66.307%;
	width: 20.076%;
	height: 10.447%;
	background: url(/products/brand/meijimiraful/recipe/img/nav_recipe.png) no-repeat 50% 50%;
	background-size: contain;
}

.modal_content .insta.col1 a {
	top: 49.402%;
}

.modal_content .insta a img {
	transition: all .3s ease;
}

.modal_content .insta a:hover img {
	opacity: 0;
}


/*
===== faq ===========================*/

.l-main #faq {
	background: #fff33f;

}

.l-main #faq h2 {
	width: 81.666%;
	margin: -15px auto 0;

}

.l-main #faq .sec_faq {
	width: 81.666%;
	margin: 60px auto 0;
	padding: 0 0 100px;

}

.l-main #faq .sec_faq li {
	background: #ffffff;
	border-radius: 20px;
}

.l-main #faq .sec_faq li + li {
	margin: 20px 0 0;
}

.l-main #faq .sec_faq .q {
	padding: 0 70px 0 0;
	background: url(/products/brand/meijimiraful/faq/img/icon_down.png) no-repeat right 30px center;
	background-size: 15px auto;
	cursor: pointer;
}

.l-main #faq .sec_faq .q.open {
	background: url(/products/brand/meijimiraful/faq/img/icon_up.png) no-repeat right 30px center;
	background-size: 15px auto;
}

.l-main #faq .sec_faq .a {
	display: none;
	position: relative;
}

.l-main #faq .sec_faq .a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 40px);
	height: 1px;
	background: #CCDFEF;
	font-size: 0;
	line-height: 0;
}

.l-main #faq .sec_faq dl {
	display: flex;
	align-items: center;
	width: 100%;
}

.l-main #faq .sec_faq dt {
	width: 98px;
	padding: 30px 0;
	text-align: center;
}

.l-main #faq .sec_faq dd {
	flex: 1;
	padding: 15px 0;
	color: #0060b3;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.l-main #faq .sec_faq .a dl {
	align-items: inherit;
}

.l-main #faq .sec_faq .a dt {
	padding: 40px 0;
}

.l-main #faq .sec_faq .a dd {
	padding: 35px 40px 35px 0;
	font-size: 18px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",YuGothic,"Yu Gothic","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
}

.l-main #faq .sec_faq .a figure {
	margin: 14px 0 5px;
}

.l-main #faq .sec_faq .a nav {
	margin: 14px 0 5px;
}

.l-main #faq .sec_faq .a nav a:hover {
	opacity: 0.5;
}

.l-main #faq .sec_faq .a .note {
	padding: 12px 0 0;
}

.l-main #faq .sec_faq .a .note li {
	margin: 0 0 0 2.5em;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuPro-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",YuGothic,"Yu Gothic","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	line-height: 16px;
	text-indent: -2.5em;
}

.l-main #faq .sec_faq .a .note li span {
	display: inline-block;
	width: 2.5em;
	text-indent: 0;
}

.l-main #faq .sec_faq .a .note_02 li {
	margin: 0 0 0 1.5em;
	text-indent: -1.5em;
}

.l-main #faq .sec_faq .a .note_02 li span {
	width: 1.5em;
}






























