﻿/*  全体
----------------------------------------------- */
@charset "utf-8";
* 	{
	margin: 0;
	padding: 0;
	}

body {
	color:#000;
	font-size : 16px;
	line-height: 2;
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight:400;
	background:none;
	}

a img {
	    -webkit-transition: 0.3s ease-in-out;
	            transition: 0.3s ease-in-out;
	}
a:hover img { opacity: 0.6; filter: alpha(opacity=60); }

a { color:#d20c08; }
a:hover { color: #d20c08; }

h2 { font-size : 2.4em; line-height: 1.4; }
h3 { font-size : 2em; line-height: 1.4; }

hr {
	border:none;
	border-bottom:1px solid #999;
	height:1px;
	margin: 0 0 50px 0 ;
	}

hr.hr1,hr.hr2 {
	border:none;
	height:10px;
	max-width:100px;
	margin:1px 0 25px 0;
	}
hr.hr1 { border-bottom:10px solid #d20c08; }
hr.hr2 { border-bottom:10px solid #ff6464; }

.clearfix { zoom: 1; }
.clearfix:after { content: ""; display: block; clear: both; }

/*  画像
----------------------------------------------- */

img.full, img.h-title { width:100%; height:auto; }

img.full2 {
	display: block;
	margin:auto;
	width:100%;
	height:auto;
	max-width:800px;
	}

img.top1,img.top2 {
	margin:auto;
	display:block;
	height:auto;
	}

img.top1 { width:98%; max-width:950px; }
img.top2 { width:92%; max-width:800px; }

img.ya {
	display: block;
	margin:auto;
	width:18%;
	max-width:100px!important;
	margin-bottom:10px;
	}

/*  ヘッダー
----------------------------------------------- */

.count-bg {
	position:fixed;
	z-index:10000;
	top:0;
	width: 100%;
	margin:0;
	padding:0;
	}

.count-bg iframe {
	margin: 0 auto;
	width:100%;
	height:64px;
	margin: 0;
	}

header {
	display: block;
	margin: 0;
	background: none;
	overflow:hidden;
	padding-bottom: 50px;
	}

header img { position: relative; z-index: 10; }

header::before {
	background: #fff url(../images/bg03.jpg) no-repeat 65% top;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
	}

.entry {
	margin: 0 auto;
	width: 86%;
	padding: 40px 5%;
	max-width: calc(900px - 10%);
	background: #fff;
	border:15px solid #2DAF12;
	text-align:center;
	font-weight:bold;
	}

.entry-inner,.entry-inner2 {
	margin: 0 auto;
	margin-top:30px;
	width: 96%;
	padding: 20px 0;
	background: #2CBF13;
	}

.entry-inner img { width: 80%; }
.entry-inner2 img { width: 94%; }

.line-bg {
	margin: 0 auto;
	margin-bottom:50px;
	width: 100%;
	max-width:750px;
	background: url(../images/line-bg2b.png) no-repeat top;
	-webkit-background-size:100% auto;
	background-size:100% auto;
	}
.line-bg:before { content:""; display: block; padding-top: 53%; }
.line-bg img.qr { float:right;width:30%; }

/* はねる */

.bounce {
	animation:
		bounce 2s ease infinite normal 0s none running
	;
	-webkit-animation:
		bounce 2s ease infinite normal 0s none running
	;
	-ms-animation:
		bounce 2s ease infinite normal 0s none running
	;
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
	    transform: translateY(0px);
	}
	40% {
	    transform: translateY(-30px);
	}
	60% {
	    transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
	    transform: translateY(0px);
	}
	40% {
	    transform: translateY(-30px);
	}
	60% {
	    transform: translateY(-15px);
	}
}

/* 点滅 */
.blinking{
	-webkit-animation:blink .8s ease-in-out infinite alternate;
    -moz-animation:blink .8s ease-in-out infinite alternate;
    animation:blink .8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/*  トップページ
----------------------------------------------- */

#container {
	z-index:100;
	display: block;
	position: relative;
	}

.content {
	width: 100%;
	margin:0;
	padding:0;
	z-index:1000;
	}

.bar { background: #279d99;}

.sp-cover { background: url(../images/h-bg04.jpg) no-repeat center; }
.sp-cover2 { background: url(../images/h-bg02.jpg) no-repeat center; }

.sp-cover,.sp-cover2 {
	padding:20px 0 30px 0;
	-webkit-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	}

.sp-cover img,.sp-cover2 img { display:block; margin-bottom:15px; width:25%; max-width:200px; }
.sp-cover img.t,.sp-cover2 img.t { margin-top:15px; width:96%; max-width:700px; }
.sp-cover img.t2,.sp-cover2 img.t2 { margin-top:15px; width:90%; max-width:500px; }

.sec-title {
	margin: auto;
	width:98%;
	max-width:1000px;
	color:#FFF;
	}

h2.t-title, h2.t-title2 {
	font-size : 3.2em;
	line-height: 1.4;
	font-weight:bold;
	}
h2.t-title2 { font-size : 2.4em; }
h2.t-title br.tt, h2.t-title2 br.tt { display:none; }

.cover1 { background: url(../images/bg-gray.png) repeat; }

.honbun{ 
	margin: auto;
	max-width: 800px;
	padding: 50px 65px 25px 65px; 
	font-size: 20px;
	background: #fff;
	}
.honbun p {margin-bottom:1.8em;}

dl#bonus1 dt { background: #ccc url(../images/tokuten1b.jpg) no-repeat center; }
dl#bonus2 dt { background: #ccc url(../images/tokuten2.jpg) no-repeat bottom; }
dl#bonus3 dt { background: #eee url(../images/tokuten3b.jpg) no-repeat center; }
dl#bonus4 dt { background: #ccc url(../images/tokuten4c.jpg) no-repeat top; }

dl.bonus {
	margin:auto;
	margin-top:40px;
	max-width: 1010px;
	width:calc(96% - 20px);
	border:10px solid #82C4C1;
	background:#fff;
	}

dl#bonus1 dt, dl#bonus2 dt, dl#bonus3 dt, dl#bonus4 dt, dl#bonus5 dt, dl#bonus6 dt {
	float:left;
	width:38%;
	-webkit-background-size:cover;
	background-size:cover;
	}

dl.bonus dt img { display:block; width:108%; margin:-35px -3% 0 -5%; }
dl#bonus1 dt:after,dl#bonus2 dt:after,dl#bonus3 dt:after,dl#bonus4 dt:after { content:""; display: block; padding-top: 40%; }
dl#bonus2 dt:after { padding-top: 35%; }
dl#bonus3 dt:after { padding-top: 25%; }

dl.bonus dd {
	float:right;
	width:57%;
	padding:20px 2% 5px 0;
	font-size: 18px;
	line-height: 1.5;
	}

dl.bonus dd p { margin-bottom: 1em; }

dl.bonus dd h3 {
	font-size: 1.7em;
	line-height: 1.4;
	font-weight:bold;
	padding-bottom: 15px;
	border-bottom:1px solid #279D99;
	margin-bottom: 10px;
	color: #264B5A;
	}

table.info { width:100%; }

table.info td,table.info th {
	border-bottom:1px solid #CCC;
	padding:15px;
	}

table.info th { width:25%; text-align:center; }


/*  フォント
----------------------------------------------- */

.mincho { font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif; }

.bold {font-weight:bold;}
.center {text-align:center;}

.p12,.p14,.p16,.p20,.b12,.b14,.b16,.b20 {line-height: 1.6;}

.p24,.p30,.b24,.b30 {line-height: 1.4;}

.p32,.p36,.b32,.b36 {line-height: 1.3;}

.p05{font-size: 0.5em;}
.p07{font-size: 0.7em;}
.p08{font-size: 0.8em;}
.p09{font-size: 0.9em;}
.p12{font-size: 1.2em;}
.p14{font-size: 1.4em;}
.p16{font-size: 1.6em;}
.p20{font-size: 2.0em;}
.p24{font-size: 2.4em;}
.p30{font-size: 3.0em;}
.p32{font-size: 3.2em;}
.p36{font-size: 3.6em;}

.b12{font-size: 1.2em;font-weight:bold;}
.b14{font-size: 1.4em;font-weight:bold;}
.b16{font-size: 1.6em;font-weight:bold;}
.b20{font-size: 2.0em;font-weight:bold;}
.b24{font-size: 2.4em;font-weight:bold;}
.b30{font-size: 3.0em;font-weight:bold;}
.b32{font-size: 3.2em;font-weight:bold;}
.b36{font-size: 3.6em;font-weight:bold;}

.red {color: #ff6464!important;}
.yellow {color: #ffdf40;}
.white {color: #fff;}
.gray {color: #333;}
.blue {color: #279d99;}
.blue2 {color: #264b5a;}

.mkr { display:inline; background: url(../images/marker.png)repeat-x bottom; }
.u { border-bottom:1px solid #ff6464; height:1px; }

.m0 {margin-bottom:0px!important;}
.m10 {margin-bottom:10px;}
.m20 {margin-bottom:20px;}
.m30 {margin-bottom:30px;}
.m40 {margin-bottom:40px;}
.m50 {margin-bottom:50px;}
.m60 {margin-bottom:60px;}
.m70 {margin-bottom:70px;}
.m80 {margin-bottom:80px;}
.m100 {margin-bottom:100px;}

.t-10 {margin-top:-10px;}
.t-20 {margin-top:-20px;}
.t-30 {margin-top:-30px;}
.t-40 {margin-top:-40px;}
.t-50 {margin-top:-50px;}
.t-60 {margin-top:-60px;}
.t-70 {margin-top:-70px;}
.t10 {margin-top:10px;}
.t20 {margin-top:20px;}
.t30 {margin-top:30px;}
.t40 {margin-top:40px;}
.t50 {margin-top:50px;}
.t60 {margin-top:60px;}
.t70 {margin-top:70px;}
.t80 {margin-top:80px;}
.t100 {margin-top:100px;}

.pm10 {padding-bottom:10px;}
.pm20 {padding-bottom:20px;}
.pm30 {padding-bottom:30px;}
.pm40 {padding-bottom:40px;}
.pm50 {padding-bottom:50px;}
.pm60 {padding-bottom:60px;}
.pm70 {padding-bottom:70px;}
.pm80 {padding-bottom:80px;}
.pm100 {padding-bottom:100px;}

.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}
.pt60 {padding-top:60px;}
.pt70 {padding-top:70px;}
.pt80 {padding-top:80px;}
.pt100 {padding-top:100px;}

br.pc {display:inline;}
br.sp {display:none;}

img.pc {display:block!important;}
img.sp {display:none!important;}

div.pc {display:block;}
div.sp {display:none;}

/*  フッター
----------------------------------------------- */
footer {
	z-index:1000;
	position: relative;
        clear:both;
	font-size: 12px;
	color:#FFF;
        padding: 10px 0;
	text-align: center;
	background: #000;
	}

footer a {color:#FFF;}

.mv1{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: 1.2s;
	}
.mv2{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
	}


/*media Queries 
----------------------------------------------------*/

@media only screen and (max-width: 1200px) { h2.t-title { font-size:2.8em; } }

@media only screen and (max-width: 1000px) { h2.t-title { font-size:2.4em; } }


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

	body { font-size: 1em; line-height:1.8; }

	h2 { font-size : 2em; line-height:1.3; }
	h3 { font-size : 1.8em; }

	hr { margin: 0 0 10px 0; }

	.count-bg iframe {
		font-size:0.8em;
		width:97%;
		height:50px;
		}

	header { padding-bottom: 30px; }

	header::before { 
		-webkit-background-size:cover;
		background-size:cover;
		}

	.entry { width: calc(90% - 20px); padding: 30px 3%; border:10px solid #2DAF12; }

	.entry-inner, .entry-inner2 { margin-top:20px; width: 94%; padding: 10px 3%; }

	.entry-inner img, .entry-inner2 img { width: 100%; }

	.line-bg { margin-bottom:0; }

	.sp-cover,.sp-cover2 { padding:15px 0 20px 0; background-attachment:scroll; background-position: 0 39%; }
	.sp-cover img,.sp-cover2 img { margin-bottom:10px; }
	.sp-cover img.t,.sp-cover2 img.t { margin-top:10px; }
	.sp-cover img.t2,.sp-cover2 img.t2 { margin-top:10px; }

	h2.t-title { font-size:2.1em; }
	h2.t-title2 { font-size:1.7em; }

	h2.t-title br, h2.t-title2 br { display: none; }
	h2.t-title br.tt, h2.t-title2 br.tt { display:inline; }

	.cover1 { -webkit-background-size:50px auto; background-size:50px auto; }

	.honbun { 
		font-size:16px;
		width: 90%;
		padding: 25px 5% 10px 5%; 
		}
	.honbun p {margin-bottom:1.6em;}

	dl.bonus {
		margin-top:15px;
		width:calc(96% - 10px);
		border:5px solid #82C4C1;
		}

	dl#bonus1 dt, dl#bonus2 dt, dl#bonus3 dt, dl#bonus4 dt, dl#bonus5 dt, dl#bonus6 dt {
		float:none;
		width:85%;
		padding:0 15% 0 0;
		}

	dl#bonus1 dt,dl#bonus3 dt { -webkit-background-size:100% auto; -moz-background-size:100% auto; }

	dl.bonus dt img { width:100%; margin: 0; }
	dl#bonus1 dt:after,dl#bonus2 dt:after,dl#bonus3 dt:after,dl#bonus4 dt:after { padding-top: 18%; }

	dl.bonus dd {
		float:none;
		width:90%;
		padding:15px 5% 10px 5%;
		font-size: 16px;
		line-height: 1.8;
		}

	dl.bonus dd h3 {
		font-size: 1.6em;
		padding-bottom: 5px;
		margin-bottom: 15px;
		}

	li.ya {
		padding: 0 0 0 15px;
		-webkit-background-size:10px auto;
		-moz-background-size:10px auto;
		-o-background-size:10px auto;
		background-size:10px auto;
		background-position:0 5px;
		font-size: 1.1em;
		line-height: 1.4;
		margin-bottom: 10px;
		}

	li.ya2 {
		padding: 5px 0 5px 25px;
		-webkit-background-size:18px auto;
		-moz-background-size:18px auto;
		-o-background-size:18px auto;
		background-size:18px auto;
		background-position:0 6px;
		font-size: 1.1em;
		line-height: 1.4;
		margin-bottom: 5px;
		}


	.p12,.p14,.p16,.p20,.b12,.b14,.b16,.b20 {line-height: 1.5;}
	.p24,.p30,.b24,.b30 {line-height: 1.3;}
	.p32,.p36,.b32,.b36 {line-height: 1.2;}

	.p12,.b12{font-size: 1.1em;}
	.p14,.b14{font-size: 1.2em;}
	.p16,.b16{font-size: 1.3em;}
	.p20,.b20{font-size: 1.5em;}
	.p24,.b24{font-size: 1.8em;}
	.p30,.b30{font-size: 2.0em;}
	.p32,.b32{font-size: 2.2em;}
	.p36,.b36{font-size: 2.4em;}

	.m-10 {margin-bottom:-5px;}
	.m-20 {margin-bottom:-10px;}
	.m-30 {margin-bottom:-15px;}
	.m0 {margin-bottom:0px;}
	.m10 {margin-bottom:5px;}
	.m20 {margin-bottom:10px;}
	.m30 {margin-bottom:15px;}
	.m40 {margin-bottom:20px;}
	.m50 {margin-bottom:25px;}
	.m60 {margin-bottom:30px;}
	.m70 {margin-bottom:35px;}
	.m80 {margin-bottom:40px;}
	.m100 {margin-bottom:50px;}

	.t-10 {margin-top:-5px;}
	.t-20 {margin-top:-10px;}
	.t-30 {margin-top:-15px;}
	.t-40 {margin-top:-25px;}
	.t-50 {margin-top:-25px;}
	.t-60 {margin-top:-30px;}
	.t-70 {margin-top:-35px;}
	.t10 {margin-top:5px;}
	.t20 {margin-top:10px;}
	.t30 {margin-top:15px;}
	.t40 {margin-top:20px;}
	.t50 {margin-top:25px;}
	.t60 {margin-top:30px;}
	.t70 {margin-top:35px;}
	.t80 {margin-top:40px;}
	.t100 {margin-top:50px;}

	.pm10 {padding-bottom:5px;}
	.pm20 {padding-bottom:10px;}
	.pm30 {padding-bottom:15px;}
	.pm40 {padding-bottom:20px;}
	.pm50 {padding-bottom:25px;}
	.pm60 {padding-bottom:30px;}
	.pm70 {padding-bottom:35px;}
	.pm80 {padding-bottom:40px;}
	.pm100 {padding-bottom:50px;}

	.pt10 {padding-top:5px;}
	.pt20 {padding-top:10px;}
	.pt30 {padding-top:15px;}
	.pt40 {padding-top:20px;}
	.pt50 {padding-top:25px;}
	.pt60 {padding-top:30px;}
	.pt70 {padding-top:35px;}
	.pt80 {padding-top:40px;}
	.pt100 {padding-top:30px;}

	dl.bonus .b12 { font-size: 1em; }

	#honbun1.pt50 {padding-top:0;}
	.honbun.m60 {margin-bottom:10px;}

	br.pc {display:none;}
	br.sp {display:inline;}

	img.pc {display:none!important;}
	img.sp {display:block!important;}

	div.pc {display:none;}
	div.sp {display:block;}


	.b30 br, .b32 br {display:none;}

	}

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

	h2 { font-size : 1.6em; }
	h3 { font-size : 1.5em; }

	img.ya { max-width:80px!important; margin-bottom:10px; }

	h2.t-title {font-size:1.6em; }

	.sec-title h2.t-title {font-size:2em;}

	.entry { width: calc(90% - 10px); padding: 20px 3%; border:5px solid #2DAF12; }

	dl.bonus dd { font-size: 15px; }
	dl.bonus dd h3 { font-size: 1.4em; }

		@keyframes bounce {
			0%, 100%, 20%, 50%, 80% {
			    transform: translateY(0px);
			}
			40% {
			    transform: translateY(-15px);
			}
			60% {
			    transform: translateY(-8px);
			}
		}
		@-webkit-keyframes bounce {
			0%, 100%, 20%, 50%, 80% {
			    transform: translateY(0px);
			}
			40% {
			    transform: translateY(-15px);
			}
			60% {
			    transform: translateY(-8px);
			}
		}
	}

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

	h2 { font-size : 1.5em; }
	h3 { font-size : 1.4em; }

	h2.t-title {font-size:1.5em;}

	.sec-title h2.t-title {font-size:1.8em;}

	h3.subhead {font-size: 1.3em;}

	.honbun { font-size:15px;}

	dl.bonus dd h3 { font-size: 1.4em; }

	.p14,.b14{font-size: 1.15em;}
	.p16,.b16{font-size: 1.2em;}
	.p20,.b20{font-size: 1.3em;}
	.p24,.b24{font-size: 1.6em;}
	.p30,.b30{font-size: 1.6em;}
	.p32,.b32{font-size: 1.7em;}
	.p36,.b36{font-size: 1.8em;}
	.count-bg .b16{font-size: 1.6em;}
	}


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

	h2.t-title {font-size:1.45em;}
	}

