@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/

html{ font-size: 62.5%; }

article#miragro_ag {
	font-family: 'A1 Mincho', 'Shippori Mincho', 'Noto Serif JP',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#595757;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	background:#FFF;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;/* safari:transitionでテキストが細くなる対策 */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

#miragro_ag .f_en{
	font-family: 'Bebas Neue', cursive;
}
#miragro_ag .f_go {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#miragro_ag .f_min02{
	font-family: 'A1 Mincho','Noto Serif JP',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

article#miragro_ag *{ padding: 0; margin: 0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

article#miragro_ag img{
	width: 100%;
	height: auto;
}
article#miragro_ag img { -ms-interpolation-mode: bicubic; }

article#miragro_ag a{
	text-decoration: none;
	outline: none;
	transition-duration: 0.5s;
	transition-property: opacity, color;
}

article#miragro_ag a:hover{
	text-decoration: none;
	opacity: 0.7;
}

article#miragro_ag section.miragro_ag_slider .slider{
    display: none;
}

article#miragro_ag section.miragro_ag_slider .slider.slick-initialized{
    display: block;
}

/*----DWナビゲート用----*/
.pc{}
.sp{}
.img-switch{}


@media print, screen and (min-width: 768px){
	article#miragro_ag .sp{
		display: none!important;
	}
	
	article#miragro_ag {
		margin-top: -50px;
	}
	
	article#miragro_ag section.miragro_ag_main {
		width: 100%;
		height: 55.37vw;
		background: url("../img/milagro_new/page_title_bg.jpg") no-repeat;
		/*background: url("../images/page_title_bg.jpg") no-repeat;*/
		background-size: cover;
		line-height: 0;
		position: relative;
	}
	
	article#miragro_ag section.miragro_ag_main h2{
		width: 28.9%;
		min-width: 300px;
		position: absolute;
		top: 17.5%;
		right: 12.4%;
	}
	
	article#miragro_ag section.miragro_ag_main h2 + p{
		width: 25.6%;
		position: absolute;
		bottom: -13%;
		right: 8.2%;
		z-index: 5;
	}
	
	article#miragro_ag section.miragro_ag_main p + p.pre{
		width: 12.4%;
		position: absolute;
		top: 17.7%;
		left: 17.7%;
		z-index: 5;
	}
	
	article#miragro_ag section.miragro_ag_main span{
		width: 56.33%;
		position: absolute;
		top: 11.2%;
		left: 6.9%;
		z-index: 3;
	}
	
	article#miragro_ag div.inner{
		width: 95%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	article#miragro_ag div.inner h2{
		font-size: 30px;
		font-size: 3.0rem;
		font-weight: 400;
		letter-spacing: 0.15em;
		line-height: 1.8;
		margin-bottom: 30px;
		text-align: center;
	}
	
	article#miragro_ag section.miragro_ag_info {
		width: 100%;
		background: url("../img/milagro_new/info_bg.png") repeat;
		/*background: url("../images/info_bg.png") repeat;*/
		background-size: 43px 47px;
		padding: 4.13vw 0 80px;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner{
		position: relative;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner span.deco01{
		width: 87px;
		position: absolute;
		top: 42.2%;
		right: 40px;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner span.deco02{
		width: 67px;
		position: absolute;
		top: 73.4%;
		left: 56px;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner h1{
		width: 305px;
		margin: 0 auto 30px;
		line-height: 0;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner h3{
		font-size: 34px;
		font-size: 3.4rem;
		font-weight: 400;
		text-align: center;
		letter-spacing: 0.15em;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner h3 + p{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: 500;
		text-align: center;
		letter-spacing: 0.2em;
		line-height: 2.3;
		margin-bottom: 35px;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner ul{
		width: 69%;
		max-width: 690px;
		margin: 0 auto;
		list-style: none;
		padding: 30px 0 30px 75px;
		border-radius: 18px;
		box-shadow: 0 0 4px #ccc;
		background: #FFF;
		position: relative;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner ul li{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.5;
		font-weight: 500;
		letter-spacing: 0.2em;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner ul li + li{
		margin-top: 5px;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner ul li span.photo{
		width: 45.5%;
		max-width: 314px;
		line-height: 0;
		margin: 0;
		position: absolute;
		bottom: -140px;
		right: -21%;
		z-index: 5;
	}
	
	article#miragro_ag section.miragro_ag_support {
		padding: 100px 0 120px;
	}
	
	article#miragro_ag section.miragro_ag_support h2 + p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2.4;
	}
	
	article#miragro_ag section.miragro_ag_support {
		padding: 100px 0 120px;
	}
	
	article#miragro_ag section.miragro_ag_support .block {
		width: 100%;
		background: #EAF0F5;
		margin-top: 60px;
		padding: 40px 0 60px;
	}
	
	article#miragro_ag section.miragro_ag_support .block .box {
		width: 100%;
		margin-top: -90px;
	}
	
	article#miragro_ag section.miragro_ag_support .block .box figure{
		width: 104%;
		z-index: 5;
		margin-right: -4%;
		position: relative;
	}
	
	article#miragro_ag section.miragro_ag_support .block .box p{
		width: 41.7%;
		position: absolute;
		top: -100px;
		right: -34%;
		z-index: 3;
	}
	
	article#miragro_ag section.miragro_ag_support .block .box p::after{
		content: "";
		width: 144px;
		height: 41px;
		background: url("../img/milagro_new/support_text01_sd.png") no-repeat;
		/*background: url("../images/support_text01_sd.png") no-repeat;*/
		background-size: contain;
		position: absolute;
		bottom: -40%;
		left: -webkit-calc(50% - 65px);
        left: -moz-calc(50% - 65px);
        left: calc(50% - 65px);
	}
	
	article#miragro_ag section.miragro_ag_support .block .box02 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-top: -10px;
	}
	
	article#miragro_ag section.miragro_ag_support .block .box02 figure{
		width: 14%;
	}
	
	article#miragro_ag section.miragro_ag_support .block .box02 p{
		width: 82%;
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.8;
	}
	
	article#miragro_ag section.miragro_ag_slider {
		padding: 120px 0 60px;
	}
	
	article#miragro_ag section.miragro_ag_slider h3{
		font-size: 35px;
		font-size: 3.5rem;
		font-weight: 400;
		line-height: 1.4;
		color: #202859;
		text-align: center;
		margin-bottom: 30px;
	}
	
	article#miragro_ag section.miragro_ag_slider h3 span.title{
		display: inline-block;
	}
	
	article#miragro_ag section.miragro_ag_slider h3 span.title::before{
		content: "";
		width: 18px;
		height: 32px;
		background: url("../img/milagro_new/slider_title_img_l.svg") no-repeat;
		/*background: url("../images/slider_title_img_l.svg") no-repeat;*/
		background-size: contain;
		display: inline-block;
		line-height: 0;
		margin-bottom: -5px;
		margin-right: 5px;
	}
	
	article#miragro_ag section.miragro_ag_slider h3 span.title::after{
		content: "";
		width: 18px;
		height: 32px;
		background: url("../img/milagro_new/slider_title_img_r.svg") no-repeat;
		/*background: url("../images/slider_title_img_r.svg") no-repeat;*/
		background-size: contain;
		display: inline-block;
		line-height: 0;
		margin-bottom: -5px;
		margin-left: 5px;
	}
	
	article#miragro_ag section.miragro_ag_slider .slider .slick-slide{
		margin: 0 0.7vw;
	}
	
	article#miragro_ag section.miragro_ag_slider figure{
		position: relative;
	}
	
	article#miragro_ag section.miragro_ag_slider figure figcaption{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
		position: absolute;
		bottom: 3.7%;
		left: 2%;
		color: #FFF;
	}
	
	article#miragro_ag section.miragro_ag_functional{
		padding: 60px 0 130px;
	}
	
	article#miragro_ag section.miragro_ag_functional div.inner figure{
		width: 89.3%;
		margin: 60px auto 30px;
	}
	
	article#miragro_ag section.miragro_ag_functional div.inner p.gift{
		width: 85%;
		margin: 0 auto 60px;
	}
	
	article#miragro_ag section.miragro_ag_functional div.inner a{
		width: 46.6%;
		min-width: 466px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1;
		display: block;
		color: #FFF;
		background: #3C3A39;
		margin: 0 auto;
		padding: 24px 0;
		text-align: center;
		position: relative;
	}
	
	article#miragro_ag section.miragro_ag_functional div.inner a::after{
		content: "";
		width: 48px;
		height: 15px;
		background: url("../img/milagro_new/btn_arrow.svg") no-repeat;
		/*background: url("../images/btn_arrow.svg") no-repeat;*/
		background-size: contain;
		position: absolute;
		bottom: 16px;
		right: 20px;
		z-index: 3;
	}
	
	article#miragro_ag section.miragro_ag_detail {
		width: 100%;
		background: #EAF0F5;
		padding: 80px 0;
	}
	
	article#miragro_ag section.miragro_ag_detail h3,
	article#miragro_ag section.miragro_ag_feature h3,
	article#miragro_ag section.miragro_ag_other h3{
		font-size: 28px;
		font-size: 2.8rem;
		font-weight: 400;
		line-height: 1;
		background: #202859;
		color: #FFF;
		padding: 15px 30px 18px;
		margin-bottom: 30px;
	}
	
	article#miragro_ag section.miragro_ag_detail dl{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 80px;
	}
	
	article#miragro_ag section.miragro_ag_detail dl dt,
	article#miragro_ag section.miragro_ag_detail dl dd{
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		line-height: 1.5;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #3C3A39;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	article#miragro_ag section.miragro_ag_detail dl dt{
		width: 23%;
		font-size: 18px;
		font-size: 1.8rem;
		
	}
	
	article#miragro_ag section.miragro_ag_detail dl dd{
		width: 77%;
		font-size: 15px;
		font-size: 1.5rem;
	}
	
	article#miragro_ag section.miragro_ag_detail h6,
	article#miragro_ag section.miragro_ag_detail p,
	article#miragro_ag section.miragro_ag_detail ul{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2;
	}
	
	article#miragro_ag section.miragro_ag_detail h6{
		margin-top: 2em;
		font-weight: 400;
	}
	
	article#miragro_ag section.miragro_ag_detail ul{
		list-style: none;
	}
	
	article#miragro_ag section.miragro_ag_detail div.box{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-top: 25px;
	}
	
	article#miragro_ag section.miragro_ag_detail div.box span.phone{
		font-size: 14px;
		font-size: 1.4rem;
		display: inline-block;
		margin-right: 25px;
	}
	
	article#miragro_ag section.miragro_ag_detail div.box a{
		width: 190px;
		display: inline-block;
		border: 1px solid #595757;
		border-radius: 10px;
		padding: 12px 14px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
		color: #595757;
	}
	
	article#miragro_ag section.miragro_ag_feature {
		padding: 100px 0 80px;
	}
	
	article#miragro_ag section.miragro_ag_feature .block {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 8vw;
	}
	
	article#miragro_ag section.miragro_ag_feature .block .text_box{
		width: 39%;
	}
	
	article#miragro_ag section.miragro_ag_feature .block .text_box h4{
		font-size: 32px;
		font-size: 3.2rem;
		font-weight: 400;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	
	article#miragro_ag section.miragro_ag_feature .block .text_box h4 span.num{
		font-size: 46px;
		font-size: 4.6rem;
		font-family: 'Bebas Neue', cursive;
		line-height: 1;
		margin-bottom: 10px;
		display: block;
	}
	
	article#miragro_ag section.miragro_ag_feature .block .text_box p{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 400;
		line-height: 1.8;
	}
	
	article#miragro_ag section.miragro_ag_feature .block .photo{
		width: 65.7%;
		margin-right: -10%;
	}
	
	article#miragro_ag section.miragro_ag_feature .block.rev .photo{
		width: 65.7%;
		margin-right: 0;
		margin-left: -10%;
	}
	
	article#miragro_ag section.miragro_ag_feature .block.rev {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 10vw 0;
	}
	
	article#miragro_ag section.miragro_ag_feature h3 {
		margin-top: 60px;
	}
	
	article#miragro_ag section.miragro_ag_feature .block + h3 {
		margin-top: 8vw;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box,
	article#miragro_ag section.miragro_ag_other div.box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2.4;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box.box01 p{
		width: 63.6%;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box.box01 figure{
		width: 32.6%;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box.box02{
		flex-direction: row-reverse;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box.box02 p{
		width: 50%;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box.box02 figure{
		width: 48%;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box.box03 p{
		width: 100%;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box.box03 figure{
		width: 77%;
		margin: 0 auto 40px;
	}
	
	article#miragro_ag section.miragro_ag_other {
		background: #EAF0F5;
		padding-bottom: 80px;
	}
	
	article#miragro_ag section.miragro_ag_other h3{
		margin-top: 80px;
	}
	
	article#miragro_ag section.miragro_ag_other figure.img01{
		width: 41.5%;
		margin: 40px auto;
	}
	
	article#miragro_ag section.miragro_ag_other p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2.4;
	}
	
	article#miragro_ag section.miragro_ag_other div.box figure{
		width: 25.3%;
	}
	
	article#miragro_ag section.miragro_ag_other div.box p{
		width: 71.5%;
	}
	
	article#miragro_ag section#buy{
		padding-top: 100px;
	}
	
	.productPage-freeArea {
		width: 100%;
	}
	
	.productPage-freeArea p{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.2em;
		margin: 50px 0 20px;
		color: #595757;
		text-align: center;
		/*font-family: "Ryumin Medium KL";*/
		font-family: a-otf-ryumin-pr6n, serif;
		font-style: normal;
		font-weight: 300;
	}
	
	.productPage-freeArea .expecting_img{
		width: 711px;
		margin: 0 auto;
	}
	
	.productPage-freeArea .expecting_img img{
		width: 100%;
		height: auto;
	}
	
}

/*--------------------------------------------------------
　TB
--------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1200px){
	
	article#miragro_ag section.miragro_ag_feature .block .photo{
		width: 60%;
		margin-right: -2.5%;
	}
	
	article#miragro_ag section.miragro_ag_feature .block.rev .photo{
		width: 60%;
		margin-right: 0;
		margin-left: -2.5%;
	}
	
	article#miragro_ag section.miragro_ag_detail div.box span.tel a{
		width: auto;
		display: inline-block;
		border: none;
		border-radius: 0;
		padding: 0;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1;
		text-align: left;
		color: #595757;
	}
	
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 767px){
	
	article#miragro_ag .pc{
		display: none!important;
	}
	
	article#miragro_ag {
        font-size: 14px;
        font-size: 1.4rem;
		margin-top: -24px;
    }
	
	article#miragro_ag section.miragro_ag_main {
		width: 100%;
		height: 55.37vw;
		background: url("../img/milagro_new/page_title_bg.jpg") no-repeat;
		/*background: url("../images/page_title_bg.jpg") no-repeat;*/
		background-size: cover;
		line-height: 0;
		position: relative;
	}
	
	article#miragro_ag section.miragro_ag_main h2{
		width: 38.9%;
		position: absolute;
		top: 17.5%;
		right: 6.4%;
	}
	
	article#miragro_ag section.miragro_ag_main h2 + p{
		width: 25.6%;
		position: absolute;
		bottom: -13%;
		right: 8.2%;
		z-index: 5;
	}
	
	article#miragro_ag section.miragro_ag_main p + p.pre{
		width: 12.4%;
		position: absolute;
		top: 17.7%;
		left: 17.7%;
		z-index: 5;
	}
	
	article#miragro_ag section.miragro_ag_main span{
		width: 56.33%;
		position: absolute;
		top: 11.2%;
		left: 6.9%;
		z-index: 3;
	}
	
	article#miragro_ag div.inner{
		width: 95%;
		margin: 0 auto;
	}
	
	article#miragro_ag div.inner h2{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 400;
		/*letter-spacing: 0.15em;*/
		line-height: 1.8;
		margin-bottom: 30px;
		text-align: center;
	}
	
	article#miragro_ag section.miragro_ag_info {
		width: 100%;
		background: url("../img/milagro_new/info_bg.png") repeat;
		/*background: url("../images/info_bg.png") repeat;*/
		background-size: 6%;
		padding: 10vw 0 80px;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner{
		position: relative;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner span.deco01{
		width: 8vw;
		position: absolute;
		top: 2%;
		right: 40px;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner span.deco02{
		width: 8vw;
		position: absolute;
		bottom: -15%;
		left: 10%;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner h1{
		width: 152px;
		margin: 0 auto 30px;
		line-height: 0;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner h3{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 400;
		text-align: center;
		letter-spacing: 0.15em;
		line-height: 1.5;
		margin-bottom: 30px;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner h3 + p{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 500;
		text-align: center;
		/*letter-spacing: 0.2em;*/
		line-height: 1.8;
		margin-bottom: 35px;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner ul{
		width: 90%;
		margin: 0 auto;
		list-style: none;
		padding: 20px 5% 20px;
		border-radius: 18px;
		box-shadow: 0 0 4px #ccc;
		background: #FFF;
		position: relative;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner ul li{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		font-weight: 500;
		letter-spacing: 0.2em;
		text-indent: -1.2em;
		padding-left: 1.2em;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner ul li + li{
		margin-top: 5px;
	}
	
	article#miragro_ag section.miragro_ag_info div.inner ul li span.photo{
		width: 45.5%;
		max-width: 314px;
		line-height: 0;
		margin: 0;
		position: absolute;
		bottom: -130px;
		right: 0;
		z-index: 5;
	}
	
	article#miragro_ag section.miragro_ag_support {
		padding: 100px 0 120px;
	}
	
	article#miragro_ag section.miragro_ag_support h2 + p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2.4;
	}
	
	article#miragro_ag section.miragro_ag_support {
		padding: 100px 0 0;
	}
	
	article#miragro_ag section.miragro_ag_support .block {
		width: 100%;
		background: #EAF0F5;
		margin-top: 60px;
		padding: 50px 0 40px;
	}
	
	article#miragro_ag section.miragro_ag_support .block .box {
		width: 100%;
		margin-top: -60px;
	}
	
	article#miragro_ag section.miragro_ag_support .block .box figure{
		width: 100%;
		z-index: 5;
		position: relative;
	}
	
	article#miragro_ag section.miragro_ag_support .block .box p{
		width: 41.7%;
		position: absolute;
		top: -56%;
		right: -34%;
		z-index: 3;
	}
	
	article#miragro_ag section.miragro_ag_support .block .box p::after{
		content: "";
		width: 62px;
		height: 20px;
		background: url("../img/milagro_new/support_text01_sd.png") no-repeat;
		/*background: url("../images/support_text01_sd.png") no-repeat;*/
		background-size: contain;
		position: absolute;
		bottom: -74%;
		left: -webkit-calc(50% - 36px);
        left: -moz-calc(50% - 36px);
        left: calc(50% - 36px);
	}
	
	article#miragro_ag section.miragro_ag_support .block .box02 {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-top: -10px;
	}
	
	article#miragro_ag section.miragro_ag_support .block .box02 figure{
		width: 14%;
	}
	
	article#miragro_ag section.miragro_ag_support .block .box02 p{
		width: 82%;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	
	article#miragro_ag section.miragro_ag_slider {
		padding: 60px 0 0;
	}
	
	article#miragro_ag section.miragro_ag_slider h3{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.4;
		color: #202859;
		text-align: center;
		margin-bottom: 30px;
	}
	
	article#miragro_ag section.miragro_ag_slider h3 span.title{
		display: inline-block;
	}
	
	article#miragro_ag section.miragro_ag_slider h3 span.title::before{
		content: "";
		width: 9px;
		height: 16px;
		background: url("../img/milagro_new/slider_title_img_l.svg") no-repeat;
		/*background: url("../images/slider_title_img_l.svg") no-repeat;*/
		background-size: contain;
		display: inline-block;
		line-height: 0;
		margin-bottom: -5px;
		margin-right: 5px;
	}
	
	article#miragro_ag section.miragro_ag_slider h3 span.title::after{
		content: "";
		width: 9px;
		height: 16px;
		background: url("../img/milagro_new/slider_title_img_r.svg") no-repeat;
		/*background: url("../images/slider_title_img_r.svg") no-repeat;*/
		background-size: contain;
		display: inline-block;
		line-height: 0;
		margin-bottom: -5px;
		margin-left: 5px;
	}
	
	article#miragro_ag section.miragro_ag_slider .slider .slick-slide{
		margin: 0 0.7vw;
	}
	
	article#miragro_ag section.miragro_ag_slider figure{
		position: relative;
	}
	
	article#miragro_ag section.miragro_ag_slider figure figcaption{
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1;
		position: absolute;
		bottom: 3.7%;
		left: 2%;
		color: #FFF;
	}
	
	article#miragro_ag section.miragro_ag_functional{
		padding: 60px 0 80px;
	}
	
	article#miragro_ag section.miragro_ag_functional div.inner figure{
		width: 89.3%;
		margin: 60px auto 30px;
	}
	
	article#miragro_ag section.miragro_ag_functional div.inner p.gift{
		width: 85%;
		margin: 0 auto 60px;
	}
	
	article#miragro_ag section.miragro_ag_functional div.inner a{
		width: 80%;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
		display: block;
		color: #FFF;
		background: #3C3A39;
		margin: 0 auto;
		padding: 24px 0;
		text-align: center;
		position: relative;
	}
	
	article#miragro_ag section.miragro_ag_functional div.inner a::after{
		content: "";
		width: 48px;
		height: 15px;
		background: url("../img/milagro_new/btn_arrow.svg") no-repeat;
		/*background: url("../images/btn_arrow.svg") no-repeat;*/
		background-size: contain;
		position: absolute;
		bottom: 16px;
		right: 20px;
		z-index: 3;
	}
	
	article#miragro_ag section.miragro_ag_detail {
		width: 100%;
		background: #EAF0F5;
		padding: 80px 0;
	}
	
	article#miragro_ag section.miragro_ag_detail h3,
	article#miragro_ag section.miragro_ag_feature h3,
	article#miragro_ag section.miragro_ag_other h3{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1;
		background: #202859;
		color: #FFF;
		padding: 15px 14px 18px;
		margin-bottom: 30px;
		text-align: center;
	}
	
	article#miragro_ag section.miragro_ag_detail dl{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 80px;
	}
	
	article#miragro_ag section.miragro_ag_detail dl dt{
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		line-height: 1.5;
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #ccc;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	article#miragro_ag section.miragro_ag_detail dl dd{
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		line-height: 1.5;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #3C3A39;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	article#miragro_ag section.miragro_ag_detail dl dt{
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		
	}
	
	article#miragro_ag section.miragro_ag_detail dl dd{
		width: 100%;
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	article#miragro_ag section.miragro_ag_detail h6,
	article#miragro_ag section.miragro_ag_detail p,
	article#miragro_ag section.miragro_ag_detail ul{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2;
	}
	
	article#miragro_ag section.miragro_ag_detail h6{
		margin-top: 2em;
		font-weight: 400;
	}
	
	article#miragro_ag section.miragro_ag_detail ul{
		list-style: none;
	}
	article#miragro_ag section.miragro_ag_detail ul li{
		text-indent: -0.8em;
		padding-left: 1em;
		line-height: 1.5;
		margin-bottom: 8px;
	}
	
	article#miragro_ag section.miragro_ag_detail div.box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-top: 25px;
	}
	
	article#miragro_ag section.miragro_ag_detail div.box span.phone{
		font-size: 14px;
		font-size: 1.4rem;
		display: inline-block;
		margin-right: 25px;
	}
	
	article#miragro_ag section.miragro_ag_detail div.box a{
		width: 170px;
		display: inline-block;
		border: 1px solid #595757;
		border-radius: 10px;
		padding: 12px 10px;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1;
		text-align: center;
		color: #595757;
	}
	
	article#miragro_ag section.miragro_ag_detail div.box span.tel a{
		width: auto;
		display: inline-block;
		border: none;
		border-radius: 0;
		padding: 0;
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1;
		text-align: left;
		color: #595757;
	}
	
	article#miragro_ag section.miragro_ag_feature {
		padding: 60px 0 80px;
	}
	
	article#miragro_ag section.miragro_ag_feature .block {
		width: 100%;
		margin-top: 8vw;
	}
	
	article#miragro_ag section.miragro_ag_feature .block .text_box{
		width: 100%;
	}
	
	article#miragro_ag section.miragro_ag_feature .block .text_box h4{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	
	article#miragro_ag section.miragro_ag_feature .block .text_box h4 span.num{
		font-size: 20px;
		font-size: 2.0em;
		font-family: 'Bebas Neue', cursive;
		line-height: 1;
		margin-bottom: 5px;
		display: block;
	}
	
	article#miragro_ag section.miragro_ag_feature .block .text_box p{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1.8;
	}
	
	article#miragro_ag section.miragro_ag_feature .block .photo{
		width: 100%;
		margin-top: 15px;
	}
	
	article#miragro_ag section.miragro_ag_feature .block.rev .photo{
		width: 100%;
		margin-top: 15px;
	}
	
	article#miragro_ag section.miragro_ag_feature .block.rev {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 10vw 0;
	}
	
	article#miragro_ag section.miragro_ag_feature h3 {
		margin-top: 60px;
	}
	
	article#miragro_ag section.miragro_ag_feature .block + h3 {
		margin-top: 8vw;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box,
	article#miragro_ag section.miragro_ag_other div.box{
		width: 100%;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box.box01 p{
		width: 100%;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box.box01 figure{
		width: 80%;
		margin: 20px auto 0;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box.box02 p{
		width: 100%;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box.box02 figure{
		width: 80%;
		margin: 20px auto 0;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box.box03 p{
		width: 100%;
	}
	
	article#miragro_ag section.miragro_ag_feature div.box.box03 figure{
		width: 80%;
		margin: 0 auto 20px;
	}
	
	article#miragro_ag section.miragro_ag_other {
		background: #EAF0F5;
		padding-bottom: 80px;
	}
	
	article#miragro_ag section.miragro_ag_other h3{
		margin-top: 80px;
	}
	
	article#miragro_ag section.miragro_ag_other figure.img01{
		width: 41.5%;
		margin: 40px auto 20px;
	}
	
	article#miragro_ag section.miragro_ag_other p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	
	article#miragro_ag section.miragro_ag_other div.box figure{
		width: 25.3%;
		margin: 0 auto 20px;
	}
	
	article#miragro_ag section.miragro_ag_other div.box p{
		width: 100%;
	}
	
	article#miragro_ag section#buy{
		padding-top: 60px;
	}
	
	.productPage-freeArea {
		width: 90%;
		margin: 60px auto 0;
	}
	
	.productPage-freeArea p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0.2em;
		margin: 0 0 40px;
		color: #595757;
		text-align: center;
		/*font-family: "Ryumin Medium KL";*/
		font-family: a-otf-ryumin-pr6n, serif;
		font-style: normal;
		font-weight: 300;
	}
	
	.productPage-freeArea .expecting_img{
		width: 80%;
		max-width: 372px;
		margin: 0 auto;
	}
	
	.productPage-freeArea .expecting_img img{
		width: 100%;
		height: auto;
	}
	
}

@media screen and (max-width: 320px){
	article#miragro_ag section#buy h2{
		font-size: 16px;
		font-size: 1.6rem;
	}
}