
/* =================================================================================================
　Enter“tainment”key
　https://www.wowow.co.jp/
　Copyright (C) WOWOW INC. ALL RIGHTS RESERVED.
================================================================================================= */


/* ----------------------------------------------------------------------------
　スクロール禁止
---------------------------------------------------------------------------- */
@media screen and (max-width:592px){	
html.noscroll{
	overflow-y:hidden;
}
}


/* ----------------------------------------------------------------------------
　リセット
---------------------------------------------------------------------------- */
main ul,
main ul li,
#modal ul,
#modal ul li{
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.clearfix{display: inline-block;}
/* Exclude Mac IE \*/
.clearfix{display: block;}
/**/
.clearfix:after{content:".";display:block;clear:both;height:0;visibility: hidden;}



/* ----------------------------------------------------------------------------
　フォント（PCのみ）
---------------------------------------------------------------------------- */
/*@media screen and (min-width:593px){*/
main,#modal{
	font-family: 'Noto Sans Japanese', serif;
}
/*}*/


main h1,
main h2,
main h3,
main h4,
main h5,
#modal h1,
#modal h2,
#modal h3,
#modal h4,
#modal h5{
	font-weight:normal;
}


/* ----------------------------------------------------------------------------
　リンク
---------------------------------------------------------------------------- */
main a{
	text-decoration:underline;
}
main a:hover{
	text-decoration:none;
}



/* ----------------------------------------------------------------------------
　共通コンテナ
---------------------------------------------------------------------------- */
.container2{
	width:1300px;
	margin:0 auto;
	position:relative;
}

/* 1366px以下（xld） */
@media screen and (max-width:1366px){
.container2{
	width:1024px;
}
}
/* 1024px以下（ld） */
@media screen and (max-width:1024px){	
.container2{
	width:94%;
}
}


main{
	background-color:#fff;
	/*transform: skew(0deg, -10deg);*/
	padding:0rem 0 3rem !important;
}



/* ----------------------------------------------------------------------------
　パララックスアニメ
---------------------------------------------------------------------------- */
main .anime{
	opacity:0;
	transform: translateY(30px);
}
main .animeted{
	opacity:1;
	transition: 0.5s ease-in-out;
	transform: translateY(0px);
}


main .anime .anime_2nd{
	opacity:0;
	transform: translateY(30px);
}
main .animeted .anime_2nd{
	opacity:1;
	transition: 0.5s ease-in-out;
	transition-delay:0.3s;
	transform: translateY(0px);
}


main .anime .anime_3rd{
	opacity:0;
	transform: translateY(30px);
}
main .animeted .anime_3rd{
	opacity:1;
	transition: 0.5s ease-in-out;
	transition-delay:0.6s;
	transform: translateY(0px);
}




/* ----------------------------------------------------------------------------
　タイトルエリア
---------------------------------------------------------------------------- */
#title_area{
	background-color:#fff;
	margin-bottom:2rem;
	padding:3rem 0 3rem;
}


#title_area .title_area_inner{
	width:1020px;
	margin:0 auto;
}
#title_area h1{
	margin-bottom:1rem;
	text-align:center;
}
#title_area h1 img{
	width:94.60784313%;
}
#title_area .text{
	text-align:center;
	color:#666;
	line-height:180%;
	margin-bottom:2rem;
}

@media screen and (max-width:1020px){
#title_area .title_area_inner{
	width:100%;
}
}

/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
#title_area{
	margin-bottom:0rem;
}
#title_area h1 img{
	width:90%;
}
}



/* 動画 */
#title_area .movie{
	margin-bottom:3rem;
}
#title_area .movie .thumbnail img{
	width:100%;
}
#title_area .movie a{
	transition: 0.2s ease-in-out;
	display:block;
	position:relative;
	color:#fff;
}
#title_area .movie .play{
	position:absolute;
	top:38%;
	left:0%;
	text-align:center;
	z-index:2;
	width:100%;
}
#title_area .movie .play img{
	display:block;
	margin:0 auto 1rem;
	transition: 0.2s ease-in-out;
}

#title_area .movie a:hover{
	opacity:0.8;
}
#title_area .movie .play img{
	background-size:100% auto;
}
#title_area .movie a:hover .play img{
	transform: translateY(5px);
}


@media screen and (max-width:800px){
#title_area .movie .play img{
	width:70px;
}
}


/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
#title_area .movie{
	padding:0 1rem;
}
#title_area .movie .play{
	top:30%;
}
#title_area .movie .play img{
	width:50px;
}

}




/* ----------------------------------------------------------------------------
　SNS
---------------------------------------------------------------------------- */
.sns{
	width:320px;
	margin:0 auto !important;
}
.sns{display: inline-block;}
/* Exclude Mac IE \*/
.sns{display: block;}
/**/
.sns:after{content:".";display:block;clear:both;height:0;visibility: hidden;}

.sns li{
	float:left;
	width:25%;
	text-align:center;
}
.sns a{
	transition: 0.2s ease-in-out;
	text-decoration:none;
	font-size:2.1rem;
}
.sns a:hover{
	opacity:0.8;
}

.sns2{
	margin:0 auto 3rem !important;
}


/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
.sns{
	width:70%;
	margin:0 auto 2rem;
}
}



/* ----------------------------------------------------------------------------
　キャッチ
---------------------------------------------------------------------------- */
#catch{
	margin-bottom:5.5rem;
}
#catch h2{
	position:absolute;
	top:8%;
	left:0%;
	z-index:2;
	padding:1rem;
	background-color: rgba(0,153,255,0.8);
	font-size:1.3rem;
	font-weight:500;
	line-height:160%;
	color:#fff;
}
#catch .photo{
	position:relative;
	background: url("../img/catch_photo.jpg") center top no-repeat;
	background-size:auto 500px;
	background-color:#000;
	height:500px;
}
#catch .photo .container2{
	position:relative;
	height:100%;
}

#catch .photo span{
	position:absolute;
	top:20%;
	right:2%;
	z-index:2;
	color:#fff;
	font-size:2.7rem;
	font-weight:normal;
	line-height:160%;
		
	text-shadow:
	0 0 25px #003916,
	0 0 20px #003916,
	0 0 0.40px #003916;
	display:none;
}
@media screen and (max-width:1300px){
#catch .photo span{
	font-size:2rem;
	right:6%;
}
}
@media screen and (max-width:1000px){
#catch .photo span{
	font-size:1.8rem;
	right:6%;
}
}
@media screen and (max-width:800px){
#catch .photo span{
	font-size:1.4rem;
	right:6%;
}
}





@media screen and (max-width:1300px){
#catch .photo{
	background-size:auto 350px;
	height:350px;
}
}
@media screen and (max-width:800px){
#catch .photo{
	background-size:auto 250px;
	height:250px;
}
}




/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
#catch{
	width:100%;
	margin-bottom:2rem;
}


#catch .photo .container2{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:2;
}


#catch .photo{
	background:none;
	height:auto;
}
#catch .photo img{
	width:100%;
}
#catch .photo span{
	font-size:1.7rem;
	top:5%;
	left:5%;
}



}


/* ----------------------------------------------------------------------------
　スペック見出し
---------------------------------------------------------------------------- */
.spec_title{
	font-size:1.9rem;
	color:#003354;
	text-align:center;
	margin-bottom:1.5rem;
}
/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
.spec_title{
	font-size:1.4rem;
}
}


/* ----------------------------------------------------------------------------
　スペック
---------------------------------------------------------------------------- */

/* 共通設定 */
@media screen and (min-width:593px){
.spec{
	position:relative;
}
.spec .container2{
	position:relative;
	height:100%;
}

.spec .photo img{
	width:100%;
}

.spec .copy{
	height:100%;
	position:absolute;
	top:0px;
	box-sizing:border-box;
	padding:2rem;
}
.spec .copy .logo_img img{
	position:absolute;
	top:0px;
	left:0px;
}
.spec .copy .logo{
	margin-bottom:3rem;
}
.spec .copy h2{
	font-size:1.8rem;
	font-weight:bold;
	line-height:130%;
	color:#fff;
	margin-bottom:1.2rem;
}
.spec .copy .text{
	line-height:160%;
	color:#fff;
}
.spec .copy .inner{
	position:absolute;
	padding-left:6.2rem;
	padding-top:2rem;
	padding-right:1rem;
}
}


/* テキストサイズ調整 */
@media screen and (max-width:1366px) and (min-width:593px){
.spec .copy .logo_img img{
	width:60px;
}
.spec .copy .inner{
	padding-left:4.5rem;
	padding-top:1.5rem;
}
.spec .copy .logo{
	margin-bottom:2rem;
}
.spec .copy h2{
	font-size:1.6rem;
}
.spec .copy .text{
	font-size:0.875rem;
}
}
@media screen and (max-width:950px) and (min-width:593px){
.spec .copy .logo_img img{
	width:50px;
}
.spec .copy .inner{
	padding-left:4.5rem;
	padding-top:1.2rem;
}
.spec .copy .logo{
	margin-bottom:1.5rem;
}
.spec .copy h2{
	font-size:1.4rem;
}
.spec .copy .text{
	font-size:0.875rem;
}
}
@media screen and (max-width:800px) and (min-width:593px){
.spec .copy .logo_img img{
	width:40px;
}
.spec .copy .inner{
	padding-left:3.5rem;
	padding-top:0.8rem;
}
.spec .copy .logo{
	margin-bottom:1.0rem;
}
.spec .copy h2{
	font-size:1.0rem;
}
.spec .copy .text{
	font-size:0.7rem;
}
}




/* spec1 */
@media screen and (min-width:593px){
.spec1 .copy{
	width:46.07692307%;
	right:0px;
	background: url("../img/spec1_bg.png") 0 bottom no-repeat;
}
.spec1 .copy .inner{
	top:25%;
	left:22%;
}
}

@media screen and (max-width:900px) and (min-width:593px){
.spec1 .copy .inner{
	top:15%;
	left:20%;
}
}



/* spec2 */
@media screen and (min-width:593px){
.spec2 .copy{
	width:53.92307692%;
	left:0px;
	background: url("../img/spec2_bg.png") right top no-repeat;
}
.spec2 .copy .inner{
	top:20%;
	left:10%;
}
}

@media screen and (max-width:900px) and (min-width:593px){
.spec2 .copy .inner{
	top:15%;
	left:5%;
}
}



/* spec3 */
@media screen and (min-width:593px){
.spec3 .copy{
	width:61.53846153%;
	right:0px;
	background: url("../img/spec3_bg.png") 0 bottom no-repeat;
}
.spec3 .copy .inner{
	top:20%;
	left:20%;
}
}

@media screen and (max-width:900px) and (min-width:593px){
.spec3 .copy .inner{
	top:15%;
	left:20%;
}
}





/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
.spec{
	width:100%;
}
.spec .photo img{
	width:100%;
}


.spec1 .copy,
.spec2 .copy,
.spec3 .copy{
	padding:2rem 1.5rem 3rem;
}

.spec1 .copy{
	background: -moz-linear-gradient(60deg, #00CC99, #019BFD);/* FF3.6+ */
	background: -webkit-linear-gradient(60deg, #00CC99, #019BFD);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(60deg, #00CC99, #019BFD);/* IE10+, W3C */
}
.spec2 .copy{
	background: -moz-linear-gradient(60deg, #8086FF, #C16AF5);/* FF3.6+ */
	background: -webkit-linear-gradient(60deg, #8086FF, #C16AF5);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(60deg, #8086FF, #C16AF5);/* IE10+, W3C */
}
.spec3 .copy{
	background: -moz-linear-gradient(60deg, #E5A319, #E9423C);/* FF3.6+ */
	background: -webkit-linear-gradient(60deg, #E5A319, #E9423C);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(60deg, #E5A319, #E9423C);/* IE10+, W3C */
}

.spec .copy .flex{
	display:flex;
	align-items : center;
	margin-bottom:1rem;
}
.spec .copy .logo_img img{
	width:80px;
}
.spec .copy .logo_img{
	margin-right:1rem;
}
.spec .copy h2{
	color:#fff;
	font-size:1.4rem;
	font-weight:bold;
	margin-bottom:0.8rem;
}
.spec .copy .text{
	color:#fff;
	line-height:160%;
}

}



/* ----------------------------------------------------------------------------
　仕様
---------------------------------------------------------------------------- */
.outline{
	margin-top:6rem;
	margin-bottom:6rem;
	display:flex;
	background-color:#005f9e;
}

.outline .copy{
	width:50%;
	color:#fff;
	box-sizing:border-box;
	padding:2rem;
	font-size:0.95rem;
}
.outline .copy h2{
	font-size:1.4rem;
	margin-bottom:0.8rem;
}

.outline .copy dl{
}
.outline .copy dl dd{
	padding-left:1rem;
	line-height:160%;
}

.outline .photo{
	width:50%;
	display:flex;
	align-items : center;
}
.outline .photo img{
	width:100%;
}


/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
.outline{
	margin-top:2rem;
	margin-bottom:2rem;
	width:100%;
	display:block;
}
.outline .copy{
	width:100%;
}
.outline .photo{
	width:100%;
}
}


/* ----------------------------------------------------------------------------
　コメント
---------------------------------------------------------------------------- */
.comment{
	margin-bottom:6rem;
	background: url("../img/comment_photo.png") 0 bottom no-repeat;
	background-color:#000;
	background-size:100% auto;
	display:flex;
	justify-content: space-between; /* 等間隔に横並び */
	box-sizing:border-box;
	padding:3rem 3rem 20rem;
}

.comment h2{
	padding-right:2rem;
	color:#fff;
	font-weight:bold;
}
.comment h2 .text1{
	line-height:160%;
	margin-bottom:0.2rem;
	display:block;
}
.comment h2 .text2{
	font-size:2.5rem;
	line-height:120%;
}

.comment .copy{
	width:70%;
	box-sizing:border-box;
	color:#fff;
}
.comment .copy .text{
	font-size:1rem;
	line-height:150%;
	margin-bottom:2rem;
}
.comment .copy .cap{
	border:1px solid #0099ff;
	background-color: rgba(0,0,0,0.8);
	font-size:0.875rem;
	line-height:180%;
	padding:1.5rem;
	box-sizing:border-box;
	width:70%;
	margin:0 auto;
}



@media screen and (max-width:800px){
.comment{
	width:100%;
	display:block;
	padding:2rem 0 18rem;
	margin-bottom:2rem;
}
.comment h2{
	margin-bottom:2rem;
	padding:0 2rem;
}
.comment .photo img{
	width:100%;
}
.comment .copy{
	width:100%;
	padding:0 2rem;
	box-sizing:border-box;
}
.comment .copy .cap{
	width:100%;
}
	
}

/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
.comment{
	background:none;
	background-color:#000;
	padding:2rem 0 0;
}
}


/* ----------------------------------------------------------------------------
　快適に
---------------------------------------------------------------------------- */
.comfortable{
	margin-bottom:6rem;
	text-align:center;
}
.comfortable h2{
	font-size:1.8rem;
	font-weight:500;
	margin-bottom:1.5rem;
}
.comfortable ul{
	display:flex;
	justify-content: space-between; /* 等間隔に横並び */
}
.comfortable ul li{
	width:32.3076923%;
	position:relative;
}
.comfortable ul li img{
	width:100%;
}
.comfortable ul li .text{
	width:100%;
	font-size:1.6rem;
	color:#000;
	text-align:center;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:2;
	padding:7rem 0 4rem;
}


.comfortable ul .photo01 .text{
	background: url("../img/comfortable_photo01_bg.png") right 0 no-repeat;
	background-size:100% auto;
}
.comfortable ul .photo02 .text{
	background: url("../img/comfortable_photo02_bg.png") right 0 no-repeat;
	background-size:100% auto;
}
.comfortable ul .photo03 .text{
	background: url("../img/comfortable_photo03_bg.png") right 0 no-repeat;
	background-size:100% auto;
}


/* 1366px以下（xld） */
@media screen and (max-width:1366px){
.comfortable ul li .text{
	font-size:1.4rem;
}
}
/* 1024px以下（ld） */
@media screen and (max-width:1024px){
.comfortable ul li .text{
	font-size:1.2rem;
}
}
/* 800px */
@media screen and (max-width:800px){
.comfortable ul li .text{
	font-size:1rem;
}
}


/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
.comfortable{
	width:100%;
	margin-bottom:2rem;
}
.comfortable ul{
	display:block;
}
.comfortable ul li{
	width:100%;
	margin-bottom:1rem;
}
.comfortable ul li .text{
	font-size:2rem;
	padding:10rem 0 5rem;
}
}



/* ----------------------------------------------------------------------------
　注文する
---------------------------------------------------------------------------- */
.order{
	background: url("../img/order_bg.jpg") center center no-repeat;
	text-align:center;
	padding:5rem 0;
	box-sizing:border-box;
	margin-bottom:3rem;
}
.order .text{
	margin-bottom:2.8rem;
}
.order .text img{
	width:74.23076923%;
}
.order .btn a{
	width:738px;
	height:185px;
	display:flex;
	
	align-items : center;
	justify-content: center;
	
	color:#fff;
	background: url("../img/order_btn.png") center center no-repeat;
	font-size:1.8rem;
	font-weight:bold;
	box-sizing:border-box;
	text-decoration:none;
	transition: 0.2s ease-in-out;
	position:relative;
	margin:0 auto;
	text-shadow:0 0 5px #000;
}
.order .btn a:hover{
	background: url("../img/order_btn_on.png") center center no-repeat;
}
.order .btn a span{
	position:absolute;
	top:42%;
	right:4rem;
	font-size:1.8rem;
}



/* 1366px以下（xld） */
@media screen and (max-width:1366px){
.order .btn a span{
	top:43%;
}
}

@media screen and (max-width:800px){
.order .btn a{
	width:100%;
	height:auto;
	padding:5rem 0 5rem;
	background-size:100% auto;
}

.order .btn a:hover{
	background: url("../img/order_btn_on.png") center center no-repeat;
	background-size:100% auto;
}

}


/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
.order{
	width:100%;
	background-size:300%;
}
.order .text img{
	width:90%;
}
.order .btn a{
	font-size:1.2rem;
	padding:3.5rem 0 3.5rem;
}
.order .btn a span{
	font-size:0.875rem;
	top:46%;
}
}



/* ----------------------------------------------------------------------------
　加入ボタン
---------------------------------------------------------------------------- */
.btn_kanyu a{
	width:580px;
	display:block;
	color:#fff;
	text-align:center;
	background-color:#0057a7;
	font-size:1.8rem;
	font-weight:500;
	padding:1.8rem 0;
	text-decoration:none;
	transition: 0.2s ease-in-out;
	position:relative;
	margin:0 auto;
	border-radius: 3px;
}
.btn_kanyu a:hover{
	opacity:0.8;
}
.btn_kanyu a span{
	position:absolute;
	top:36%;
	right:2rem;
	font-size:1.8rem;
}



@media screen and (max-width:650px){
.btn_kanyu a{
	width:95%;
}
}


/* ----------------------------------------------------------------------------
　youtube
---------------------------------------------------------------------------- */
#youtube{
	position:fixed;
	z-index:2147483647;
	background-color:#000;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	display:none;
}
#youtube.active{
	display:block;
}
@media screen and (max-width:930px){
#youtube.active{
}
}

#youtube iframe{
	width: 100% !important;
	height: 100% !important;
}


#youtube_bg{
	background-color: rgba(0,0,0,0.8);
	position:fixed;
	top:50%;
	left:50%;
	z-index:2147483646;
	width:0%;
	height:0%;
	transition: 0.5s ease-in-out;
	opacity:0;
}
#youtube_bg.active{
	width:100%;
	height:100%;
	top:0%;
	left:0%;
	opacity:1;
}

#youtube .youtube_close a{
	position:absolute;
	top:4rem;
	right:4rem;
	width:0px;
	height:0px;
	color:#fff;
	transition: 0.5s ease-in-out;
	overflow:hidden;
	display:block;
	z-index:200;
}



#youtube.active .youtube_close a{
	width:40px;
	height:40px;
	text-align:center;
	background: url("../img/modal_close.svg") 0 0 no-repeat;
	background-size:100% auto;
}
#youtube .youtube_close a:hover{
	transform: rotate(180deg);
}


/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
#youtube .youtube_close a{
	right:1.5rem;
}
}



/* ----------------------------------------------------------------------------
　注文モーダル
---------------------------------------------------------------------------- */
#modal_order h2{
	text-align:center;
	font-size:1.9rem;
	font-weight:bold;
}
/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
#modal_order h2{
	font-size:1.5rem;
}
}


#modal_order .photo{
	text-align:center;
	margin-bottom:1rem;
}


/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:700px){
#modal_order .photo img{
	width:100%;
}
}




#modal_order .text{
	font-size:1.2rem;
	text-align:center;
	margin-bottom:2rem;
}
#modal_order .sns{
	margin:0 auto 2.5rem !important;
}

#modal_order .bnr{
	width:600px;
	margin:0 auto;
	display:flex;
	justify-content: space-between; /* 等間隔に横並び */
	margin-bottom:1.8rem;
}
#modal_order .bnr li{
	width:46%;
	display:flex;
}
#modal_order .bnr li a{
	width:100%;
	display:flex;
	border:1px solid #0055a8;
	color:#0055a8;
	align-items : center;
	padding:0.5rem 1rem;
}
#modal_order .bnr li a:hover{
	opacity:0.8;
}
#modal_order .bnr .pict{
	margin-right:0.7rem;
}


/* 加入バナー */
#modal_order .bnr .kanyu .text1{
	font-size:0.875rem;
	margin-bottom:0.3rem;
}
#modal_order .bnr .kanyu .text2{
	font-size:1.1rem;
}

/* 友達バナー */
#modal_order .bnr .friend .text1{
	font-size:1rem;
	margin-bottom:0.3rem;
}
#modal_order .bnr .friend .text2{
	font-size:1.4rem;
}

/* iPadバナー */
#modal_order .bnr .ipad .text1{
	font-size:1rem;
	margin-bottom:0.3rem;
}
#modal_order .bnr .ipad .text2{
	font-size:0.875rem;
}

/* lpgaバナー */
#modal_order .bnr .lpga .text1{
	font-size:1rem;
	margin-bottom:0.3rem;
}
#modal_order .bnr .lpga .text2{
	font-size:0.875rem;
}


@media screen and (max-width:700px){
#modal_order .bnr{
	width:100%;
}
}


/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
#modal_order .bnr{
	display:block;
	margin:0 0 0 0;
}
#modal_order .bnr li{
	width:100%;
	margin-bottom:1rem;
}
}



#modal_order .bnr2{
	width:650px;
	margin:0 auto;
	display:flex;
	justify-content: space-between; /* 等間隔に横並び */
	margin-bottom:1.8rem;
}
#modal_order .bnr2 li{
	width:47.69230769%;
	display:flex;
}
#modal_order .bnr2 li img{
	width:100%;
}
@media screen and (max-width:750px){
#modal_order .bnr2{
	width:100%;
}
}
/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
#modal_order .bnr2{
	width:100%;
	display:block;
	margin:0 0 0 0;
}
#modal_order .bnr2 li{
	width:100%;
	margin-bottom:1rem;
	display:block;
}
}


/* スペシャルバナー */
#modal_order .btn_special a{
	width:650px;
	box-sizing:border-box;
	margin:0 auto;
	display:block;
	border:1px solid #ccc;
	padding:1.5rem 2rem 1.5rem 0.5rem;
	position:relative;
	font-size:0.95rem;
	line-height:130%;
}
#modal_order .btn_special a:hover{
	opacity:0.8;
}
#modal_order .btn_special a span{
	position:absolute;
	top:39%;
	right:1rem;
}
@media screen and (max-width:750px){
#modal_order .btn_special a{
	width:100%;
}
}



/* ----------------------------------------------------------------------------
　モーダル
---------------------------------------------------------------------------- */
#modal{
	position:fixed;
	top:50%;
	left:50%;
	z-index:2147483647;
	background-color:#fff;
	width:0%;
	height:0%;
	transition: 0.5s ease-in-out;
}
#modal.active{
	width:900px;
	height:80%;
	top:10%;
	left:calc((100% - 900px) / 2);
}


@media screen and (max-width:930px){
#modal.active{
	width:100%;
	top:60px;
	left:0%;
	height : calc(100% - 60px);
}
}


/* 閉じるボタン */
#modal .modal_close a{
	position:absolute;
	top:-50px;
	right:0px;
	width:0px;
	height:0px;
	color:#fff;
	transition: 0.5s ease-in-out;
	overflow:hidden;
	display:block;
}
/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
#modal .modal_close a{
	right:10px;
}
}

#modal.active .modal_close a{
	width:35px;
	height:35px;
	text-align:center;
	background: url("../img/modal_close.svg") 0 0 no-repeat;
	background-size:100% auto;
}
#modal .modal_close a:hover{
	transform: rotate(180deg);
}



/* 閉じるボタン2 */
#modal .modal_close2{
	text-align:center;
	margin-top:1rem;
}
#modal .modal_close2 a{
	font-size:3rem;
	color:#ccc;
}



.modal_scroll{
	height:100%;
	overflow:hidden;
	position:relative;
	box-sizing:border-box;
}

.modal_contents{
	display:none;
	box-sizing:border-box;
	padding:3rem;
}

/* 592px以下（sd）ここからスマホ */
@media screen and (max-width:592px){
.modal_contents{
	padding:2rem;
}
}


/* 背景 */
#modal_bg{
	background-color: rgba(0,0,0,0.6);
	position:fixed;
	top:50%;
	left:50%;
	z-index:2147483646;
	width:0%;
	height:0%;
	transition: 0.5s ease-in-out;
	opacity:0;
}
#modal_bg.active{
	width:100%;
	height:100%;
	top:0%;
	left:0%;
	opacity:1;
}



/* スクロールバー */
.iScrollHorizontalScrollbar {
	position: absolute;
	z-index: 9999;
	height: 5px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
.iScrollHorizontalScrollbar.iScrollBothScrollbars {
	right: 18px;
}
.iScrollVerticalScrollbar {
	position: absolute;
	z-index: 9999;
	width: 5px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
.iScrollVerticalScrollbar.iScrollBothScrollbars {
	bottom: 18px;
}
.iScrollIndicator {
	position: absolute;
}
.iScrollHorizontalScrollbar .iScrollIndicator {
	height: 100%;
}
.iScrollVerticalScrollbar .iScrollIndicator {
	width: 100%;
}

.iScrollVerticalScrollbar .iScrollIndicator{
	background-color:#aaa;
}
.iScrollHorizontalScrollbar .iScrollIndicator {
	background-color:#aaa;
}



/* ----------------------------------------------------------------------------
　フォント
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'entertainmentkey0401_font';
  src:  url('fonts/entertainmentkey0401_font.eot?e6e2ux');
  src:  url('fonts/entertainmentkey0401_font.eot?e6e2ux#iefix') format('embedded-opentype'),
    url('fonts/entertainmentkey0401_font.ttf?e6e2ux') format('truetype'),
    url('fonts/entertainmentkey0401_font.woff?e6e2ux') format('woff'),
    url('fonts/entertainmentkey0401_font.svg?e6e2ux#entertainmentkey0401_font') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'entertainmentkey0401_font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-line_a:before {
  content: "\e902";
}
.icon-hatena:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e904";
}

