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

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

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

a { color:#1a3487; }
a:hover { color: #ed1e79; }

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

hr {
	border:none;
	border-bottom:1px solid #8b6abf;
	height:1px;
	margin: 0 0 25px 0 ;
	}

hr.hr1,hr.hr2 {
	border:none;
	height:5px;
	width:30%;
	max-width:70px;
	margin: auto;
	margin-bottom:50px;
	}
hr.hr1 { border-bottom:5px solid #fff; }
hr.hr2 { border-bottom:5px solid #5d6ab9; }

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

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

img.full, img.full2, img.full3, img.ya {
	display:block;
	margin:auto;
	height:auto;
	}

img.full { width:100%; }
img.full2 { width:95%; max-width:1000px; }
img.full3 { width:92%; }

img.ya {
	width:18%;
	max-width:100px!important;
	}

img.alignright {
	display: inline;
	float: right;
	margin: 0 0 0.5em 1em;
	width:45%;
	max-width:280px;
	}

a.ent { display:block; margin:auto; width:94%; max-width:800px; }
a.ent img { display:block; width:100%; }

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

header { overflow:hidden; }
header img, .middle-title img { margin:auto; display:block; }

.header { background: #1A0844 url(images/header-bg01.jpg) no-repeat top; }
.middle-title { background: #f9f5fc url(images/header-bg02.jpg) no-repeat top; padding-bottom:60px; }
.header, .middle-title {
	position: relative;
	display: block;
	margin: 0 auto;
	background-size:100% auto;
	}

.caution {
	padding: 10px 3% 8px;
	color:#fff;
	background:#ed1e79;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	}

.headimg1 {
	display:block;
	margin:auto;
	width:89%;
	height:auto;
	background: url(images/topmesse1.png) no-repeat center 60%;
	background-size:100% auto;
	}
.headimg1:after { content: ""; display: block; clear: both; padding-top:74%; }

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


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

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

.line-box {
	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:20px;
	width: 96%;
	padding: 20px 0;
	background: #2CBF13;
	}

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

.blog-header {
	display: block;
	margin: 0 auto;
	background: url(../images/header-bg1.jpg) no-repeat center 51%;
	background-size:cover;
	overflow:hidden!important;
	}
img.thimg1,img.thimg2 { margin:auto; display:block; height:auto; }
img.thimg1 { width:35%; }
img.thimg2 { width:50%; }

.menu {
	margin:0 auto;
	display:block;
	padding: 15px 0;
	width:92%;
	max-width:700px;
	}

.menu img {
	float:left;
	padding:0;
	margin:0 1%;
	width:23%;
	}

.countDown {
	margin: 0 auto;
	max-width:600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	}

.countDown h2 {
	width:90%;
	padding:0 5% 5px 5%;
	text-align:center;
	font-size:1.8em;
	color:#552e89;
	font-weight:bold;
	}

.countDown .num {
	background: url(../images/time-bg2.png) no-repeat center;
	background-size:100% auto;
	color:#552e89;
	position: relative;
	height: 110px;
	width: 135px;
	padding:25px 0 0 0;
	}

.countDown .num > div {
	font-size: 68px;
	line-height:1;
	}
.countDown .num > .timer_ttl {
	color: #552e89;
	font-size: 18px;
	line-height:1;
	display: block;
	}

.movie_top,.movie_bottom {
	width:100%;
	height:30px;
	}

.movie_top {background: url(images/movie-bg.png) repeat-x;}
.movie_center {
	position: relative;
	width: 100%;
	background: url(images/movie-bg.jpg) repeat-y top;
	background-size:100% auto;
	}
.movie_bottom {background: url(images/movie-bg2.png) repeat-x;}

.movie_box {
	position: relative;
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:800px;
	overflow:hidden;
	}

.movie_box:before {
	content:"";
	display: block;
	padding-top: 56.25%; /* iframe高さと幅の比を16:9に固定。9/16*100=56.25 */
	}

.movie_box iframe {
	position: absolute;
	margin:0 auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


.sec-top {
	width: 100%;
	height:10px;
	background: url(../images/bar.png) repeat-y;
	background-size:100% auto;
	}

.sec-title { margin: auto; padding:10px 2% 40px 2%; }
.sec-title2 { margin: auto; padding:20px 2% 40px 2%; }

img.logo { display:block; margin: auto; width:25%; max-width:180px; }

h2.t-title, h2.t-title2 {
	font-size : 3em;
	line-height: 1.3;
	font-weight: 700;
	text-align:center;
	}
h2.t-title2 { font-size : 2.4em; }

h3.subtitle {
	padding:35px 0 10px 0;
	font-size : 1.8em;
	line-height: 1.3;
	font-weight:900;
	text-align:center;
	color: #381777;
	}

h3.detail {
	padding:0.6em 20px;
	margin: 2.5em 0 1em 0;
	font-size:1.4em;
	font-weight:bold;
	background:#f9f5fc;
	border-top:1px solid #6b4296;
	}

.cover0 { background: url(../images/bg01.jpg) repeat-y top; }
.cover1 { background: url(images/bg01.jpg) repeat-y top; }
.cover2 { background: url(images/cover1.jpg) no-repeat top,url(images/cover1-inner.jpg) repeat-y top; background-size:100% auto,100% auto; }
.cover3 { background: url(images/bg05.jpg) repeat-y top; }
.cover4 { background: url(images/bg04.jpg) repeat-y top; }
.cover5 { background: url(images/bg02.jpg) repeat-y top; }
.cover6 { background: url(images/bg06.jpg) repeat-y top; }
.cover7 { background: url(../images/h-bg1.jpg) no-repeat top; background-size:cover; }

.profile-cover { background: #faf6ee url(../images/profile.jpg) no-repeat top left; padding: 30px 0 50px 0; }

.cover0, .cover1, .cover3, .cover4, .cover5, .cover6, .profile-cover { background-size:100% auto; }

.honbun,.honbun2 { 
	margin: auto;
	width:calc(94% - 200px); 
	max-width: 800px;
	padding: 25px 100px; 
	font-size: 19px;
	}

.honbun {
	background: #fff;
	padding: 50px 100px 35px 100px;
	}
.honbun p,.honbun2 p {margin-bottom:1.8em;}

.middle-title p { padding-left: 2.5%; }

.p-honbun { 
	background:rgba(255,255,255,0.95);
	margin-left:35%;
	width: 51%;
	padding: 50px 4% 20px 4%; 
	font-size: 19px;
	}
.p-honbun p { margin-bottom:1.8em; }

.p-honbun img.name { width: 60%; margin-bottom:1em; }

.paper { 
	background: url(images/paper.jpg) repeat-y top;
	background-size:100% auto;
	}

.cause {font-size:0.9em;line-height:1.5;}
.cause p {margin-bottom:0.5em;}

table.schedule {
	width:100%;
	border:none;
	margin-bottom: 15px;
	padding: 0px;
	}

table.schedule tr {padding: 0;}

table.schedule th {
	background:#552e89;
	text-align:center;
	font-weight:bold;
	padding: 10px;
	border-bottom:0px;
	color:#fff;
	border-right:1px solid #fff;
	line-height:1.6;
	}

table.schedule th.w1 { width: 25%; }
table.schedule th.w2 { width: 25%; }
table.schedule th.w3 { width: 25%; }

table.schedule td {
	text-align:center;
	padding: 10px;
	border-bottom:0px;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:1.3;
	}

table.schedule td:first-child { border-left:none; }

table.schedule td.yl {
	font-weight:bold;
	font-size:1.1em;
	border-left:none;
	}

table.schedule tr:nth-child(2n+1) {background:#f9f9f9;}

table.schedule .b16 {line-height:1.2;}


.tokuten-cover {
	background: url(images/bg12.jpg) repeat-y top;
	background-size:100% auto;
	background-attachment:fixed;
	}
.tokuten-inner { background: url(images/shadow.png) repeat-x top; background-size:10% auto; padding:60px 0; }

.t-bg01 { background: url(images/t-bg01.jpg) no-repeat center bottom; }
.t-bg02 { background: url(images/t-bg02.jpg) no-repeat center bottom; }
.t-bg03 { background: url(images/t-bg03.jpg) no-repeat center bottom; }
.t-bg04 { background: url(images/t-bg04.jpg) no-repeat center bottom; }
.t-bg05 { background: url(images/t-bg05.jpg) no-repeat center bottom; }
.t-bg06 { background: url(images/t-bg06.jpg) no-repeat center bottom; }
.t-bg07 { background: url(images/t-bg07.jpg) no-repeat center bottom; }
.t-bg01,.t-bg02,.t-bg03,.t-bg04,.t-bg05,.t-bg06,.t-bg07 {
	margin: auto;
	margin-bottom:-60px;
	width:97%;
	max-width:1000px;
	background-size:100% auto;
	}

.t-bg01 img,.t-bg02 img,.t-bg03 img,.t-bg04 img,.t-bg05 img,.t-bg06 img,.t-bg07 img { display: block; margin: auto; width:76%; height:auto; }
.t-bg01:after,.t-bg02:after,.t-bg03:after,.t-bg04:after,.t-bg05:after,.t-bg06:after,.t-bg07:after { content: ""; display: block; clear: both; padding-top: 10.1%; }

.digest { display:inline-block; width:49%; margin-bottom:0!important; }
.digest img { width:86%; }
.digest.t-bg01:after,.digest.t-bg02:after,.digest.t-bg03:after,.digest.t-bg04:after,.digest.t-bg05:after,.digest.t-bg06:after,.digest.t-bg07:after { padding-top: 4.8%; }


.t-honbun {
	margin: auto;
	width:calc(94% - 150px); 
	max-width: 750px;
	padding: 50px 75px; 
	background: #fff;
	font-size: 18px;
	border-radius:10px;
	line-height: 1.65;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	}
.t-honbun p {margin-bottom:1.4em;}

dl.point {
	display: -webkit-flex;
	display: flex;
	margin:auto;
	width:94%;
	max-width:1150px;
	}

dl.point dt { width:50%; }
dl.point dt.p1 { background: url(images/p01.jpg) no-repeat center 40%; }
dl.point dt.p2 { background: url(images/p02.jpg) no-repeat center; }
dl.point dt.p3 { background: url(images/p03.jpg) no-repeat center; }
dl.point dt.p4 { background: url(images/p04.jpg) no-repeat center 40%; }
dl.point dt.p5 { background: url(images/p05.jpg) no-repeat center 10%; }
dl.point dt.p6 { background: url(images/p06.jpg) no-repeat center 70%; }
dl.point dt.p1,dl.point dt.p2,dl.point dt.p3,dl.point dt.p4,dl.point dt.p5,dl.point dt.p6 { background-size:cover; }

dl.point2 {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	}

dl.point dd {
	width:40%;
	padding:35px 5% 20px;
	font-size:19px;
	line-height:1.75;
	background: #fff;
	}
dl.point dd p {margin-bottom:1.4em;}


.voice-bg {
	display:block;
	color:#666;
	padding: 30px 0 10px 0;
	font-size: 1.1em;
	line-height:1.5;
	font-weight:bold;
	background: url(images/voice-bg.png) no-repeat top left;
	background-size:auto 30px;
	margin-bottom: 30px;
	}

.voice-bg img {
	display: inline;
	float: right;
	margin: 0 0 0.5em 1em;
	width:32%;
	max-width:250px;
	}

.voice-bg h3 {
	padding: 15px 0 25px 10px;
	font-size: 2em;
	font-weight:bold;
	line-height:1.4;
	color:#381777;
	}

.voice-bg div { padding: 7px 12px; background:#f1f1f1; font-size: 16px; }

.pr { padding:0.1em 0.5em; background:#ed1e79; color:#fff!important; font-size:0.75em; margin-right:0.8em; }

.box {
	background: #fff;
	padding:30px 3% 25px 5%;
	border:1px solid #ed1e79;
	}

li.ya {
	background: url(images/ya4.png) no-repeat 0 8px;
	background-size:10px auto;
	padding: 0 0 0 22px;
	list-style: none;
	font-size: 20px;
	line-height: 1.5;
	color:#552e89;
	font-weight:bold;
	margin-bottom: 10px;
	}
li.ya2 { background: url(images/check2.png) no-repeat 0 11px; }
li.ya3 { background: url(images/check3.png) no-repeat 0 11px; color:#fff; }

li.ya2,li.ya3 {
	background-size:25px auto;
	padding: 5px 0 5px 35px;
	list-style: none;
	font-size: 24px;
	line-height: 1.5;
	font-weight:bold;
	margin-bottom: 3px;
	}

.sen { background: url(images/sen.png) repeat; height: 5px; margin-top:25px; margin-bottom:25px; }
.sen2 { background: url(images/sen2.png) repeat; height: 5px; margin-top:15px; margin-bottom:15px; }

.qa-q1 { background: url(images/q1.png) no-repeat 0 42%; }
.qa-q2 { background: url(images/q2.png) no-repeat 0 42%; }
.qa-q3 { background: url(images/q3.png) no-repeat 0 42%; }
.qa-q4 { background: url(images/q4.png) no-repeat 0 42%; }
.qa-q5 { background: url(images/q5.png) no-repeat 0 42%; }
.qa-q6 { background: url(images/q6.png) no-repeat 0 42%; }
.qa-q7 { background: url(images/q7.png) no-repeat 0 42%; }
.qa-q8 { background: url(images/q8.png) no-repeat 0 42%; }
.qa-q9 { background: url(images/q9.png) no-repeat 0 42%; }

.qa-q1,.qa-q2,.qa-q3,.qa-q4,.qa-q5,.qa-q6,.qa-q7,.qa-q8,.qa-q9 {
	background-size:70px;
	padding: 20px 10px 25px 90px;
	border-top: 1px dotted #ed1e79;
	line-height: 1.8;
        color:#ed1e79;
	font-weight: bold;
	}

.qa-a1 { background: url(images/a1.png) no-repeat 0 6px; }
.qa-a2 { background: url(images/a2.png) no-repeat 0 6px; }
.qa-a3 { background: url(images/a3.png) no-repeat 0 6px; }
.qa-a4 { background: url(images/a4.png) no-repeat 0 6px; }
.qa-a5 { background: url(images/a5.png) no-repeat 0 6px; }
.qa-a6 { background: url(images/a6.png) no-repeat 0 6px; }
.qa-a7 { background: url(images/a7.png) no-repeat 0 6px; }
.qa-a8 { background: url(images/a8.png) no-repeat 0 6px; }
.qa-a9 { background: url(images/a9.png) no-repeat 0 6px; }

.qa-a1,.qa-a2,.qa-a3,.qa-a4,.qa-a5,.qa-a6,.qa-a7,.qa-a8,.qa-a9 {
	background-size:70px;
	padding: 12px 10px 30px 90px;
	line-height: 1.8;
	margin-bottom: 1.8em;
	}

.qa-a1 p,.qa-a2 p,.qa-a3 p,.qa-a4 p,.qa-a5 p,.qa-a6 p,.qa-a7 p,.qa-a8 p,.qa-a9 p { margin-bottom: 1em; }

#entryform { position:relative; z-index:10000; }
#count { position:relative; z-index:9000; }
.bottomline {
	display:block;
	position:fixed;
	bottom:10px;
	right:10px;
	width:10%;
	max-width:120px;
	height:auto;
	}
#pre { position:relative; z-index:20000; }

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

.mincho { font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif; font-weight:500; }

.shadow { text-shadow:0 0 10px #000; }
.shadow2 { text-shadow:0 0 10px rgba(255,255,255,1),0 0 10px rgba(255,255,255,1); }
.shadow3 { box-shadow:0 0 10px rgba(0,0,0,0.2); }

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

.p12,.b12 {line-height: 1.6;}
h2.t-title .p12, h2.t-title2 .p12 { line-height: 1.1!important; }

.p14,.p16,.p20,.b14,.b16,.b20 {line-height: 1.4;}
.p24,.b24,.p30,.b30 {line-height: 1.1;}
.p32,.p36,.b32,.b36 {line-height: 1;}

.p05{font-size: 0.5em;}
.p08{font-size: 0.8em;}
.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: #d00000!important;}
.blue {color: #381777!important;}
.pink {color: #ed1e79!important;}
.yellow {color: #efcc3a!important;}
.brown {color:#A57528!important;}
.white {color: #FFF!important;}
.gold {color: #a98740!important;}
.gold2 {color: #e8c26b!important;}

.mkr {
	display:inline;
	background: url(../images/marker.png)repeat-x bottom;
	}

.mkr2 {
	display:inline;
	background: url(../images/marker2.png)repeat-x bottom;
	}

.u { border-bottom:3px solid #efd76f; height:3px; }
.u2 { border-bottom:1px solid #efcc3a; height:3px; }

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

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

.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;}
img.sp {display:none;}

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; }


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

@media only screen and (max-width: 1100px) { 
	h2.t-title { font-size:2.6em; }
	h2.t-title2 { font-size:1.9em; }
	.honbun,.honbun2 { 
		width:calc(94% - 150px);
		padding: 25px 75px;
		}
	.honbun { padding: 50px 75px 25px 75px; }
	}

@media only screen and (max-width: 960px) {
	h2.t-title { font-size:2.4em; }
	h2.t-title2 { font-size:1.8em; } 
	h3.subtitle { font-size : 1.6em; }
	.honbun,.honbun2 { 
		width:calc(94% - 100px);
		padding: 15px 50px;
		}
	.honbun { padding: 50px 50px 25px 50px; }
	.t-honbun, .t-honbun2 { width:calc(94% - 100px); padding: 40px 50px; }

	.countDown h2 { padding:0 5%; }

	.countDown .num {
	width: 16vmax;
	height: 16vmax;
	padding-top:4vmax;
	}
	.countDown .num > div { font-size: 8vmax; }
	.countDown .num > .timer_ttl { font-size: 2vmax; }

	.voice-bg h3 {font-size: 1.65em;}
	}

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

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

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

	h3 { font-size : 1.5em; }

	hr { margin: 0 0 20px 0 ; }
	hr.hr1,hr.hr2 {
		height:4px;
		max-width:50px;
		margin-bottom:30px;
		border-bottom-width:4px;
		}

	.header { background: #1A0844 url(images/header-bg01sp.jpg) no-repeat top; background-size:100% auto; }
	.middle-title { background: #f9f5fc url(images/header-bg02sp.jpg) no-repeat 90% top; background-size:115% auto; padding-bottom:40px; }

	.caution { font-size:24px; }

	.headimg1 {
		width:99%;
		background: url(images/topmesse1sp.png) no-repeat center 60%;
		background-size:100% auto;
		}
	.headimg1:after { padding-top:160%; }

	.blog-header { background-position: center 49%; }
	.blog-header:before,.blog-header:after { content: ""; display: block; clear: both; padding-top:2%; }

	img.thimg1 { width:70%; }
	img.thimg2 { width:90%; }
	.menu { padding: 10px 0 15px; }
	.menu img { margin:0 2%; width:21%; }

	.countDown { margin:0 auto; width:92%; }
	.countDown h2 {
		width:96%;
		padding:0 2%;
		font-size:1.1em;
		}
	.countDown .num {
	    width: 21vmin;
	    height: 17vmin;
	    padding-top:6vmin;
	}
	.countDown .num > div { font-size: 8vmin; padding-bottom:0.5vmin; }
	.countDown .num > .timer_ttl { font-size: 3.5vmin; }

	.movie_top,.movie_bottom {
		height:20px;
		background-size:auto 20px;
		}

	.sec-top { height:6px; }

	.sec-title { padding:5px 2% 30px 2%; }
	.sec-title2 { padding:10px 2% 30px 2%; }

	h2.t-title { font-size:2em; }
	h2.t-title2 { font-size:1.7em; } 
	h3.subtitle { padding:25px 0 5px 0; font-size : 1.5em; }

	.cover2 { background-size:120% auto,150% auto; }
	.cover1, .cover3, .cover4, .cover5, .cover6 {
		padding:0;
		background-size:240% auto;
		background-attachment:scroll;
		}

	.profile-cover {
		padding: 15px 0 25px 0;
		background: #faf6ee url(../images/profile-sp.jpg) no-repeat top;
		background-size:100% auto;
		background-attachment:scroll;
		}

	.honbun,.honbun2 { width: 90%; font-size:18px; }
	.honbun { 
		width: 87%;
		padding: 30px 4%; 
		}
	.honbun2 { padding: 15px 0; }
	.honbun p, .honbun2 p, .p-honbun p {margin-bottom:1.6em;}

	.p-honbun { 
		font-size:18px;
		margin-left:2%;
		width: 88%;
		padding: 30px 4% 20px 4%; 
		}
	.p-honbun img.name { width: 80%; margin:0.3em 0 0.3em 0.2em; }

	.cause p {margin-bottom:0.5em;}

	table.schedule {
		font-size : 0.9em;
		line-height:1.4;
		}

	table.schedule th { padding: 6px 4px; }
	table.schedule th.w1 { width: 32%; }
	table.schedule th.w2 { width: 32%; }
	table.schedule th.w3 { width: 21%; }

	table.schedule td { padding: 6px 1px; }
	table.schedule td.yl { font-size:1em; }

	.tokuten-cover { background-attachment:scroll; background-size:200% auto; }
	.tokuten-inner { padding:30px 0 40px 0; background-size:20% auto; }

	.t-bg01,.t-bg02,.t-bg03,.t-bg04,.t-bg05,.t-bg06,.t-bg07 { margin-bottom:-40px; background-position:center 65%; }
	.t-bg01 img,.t-bg02 img,.t-bg03 img,.t-bg04 img,.t-bg05 img,.t-bg06 img,.t-bg07 img { width:86%; }
	.t-bg01:after,.t-bg02:after,.t-bg03:after,.t-bg04:after,.t-bg05:after,.t-bg06:after,.t-bg07:after { padding-top: 7%; }

	.digest { background-position:center 50%; background-size:110% auto; }
	.digest img { width:100%; }
	.digest.t-bg01:after,.digest.t-bg02:after,.digest.t-bg03:after,.digest.t-bg04:after,.digest.t-bg05:after,.digest.t-bg06:after,.digest.t-bg07:after { padding-top: 6%; }

	.t-honbun {
		padding: 30px 5%;
		width: 84%;
		font-size:16px;
		border-radius:5px;
		}
	.t-honbun p {margin-bottom:1em;}

	dl.point {
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		flex-direction: column;
		}

	dl.point dt { width:100%; }
	dl.point dt:after { content: ""; display: block; clear: both; padding-top:30%; }

	dl.point2 {
		-webkit-align-items: flex-start;
		align-items: flex-start;
		}

	dl.point dd {
		width:90%;
		padding:25px 5% 15px;
		font-size:18px;
		}
	dl.point dd p {margin-bottom:1em;}

	.voice-bg {
		padding: 20px 0 10px 0;
		-webkit-background-size:auto 20px;
		background-size:auto 20px;
		font-size: 1em;
		margin-bottom: 25px;
		}

	.voice-bg img { margin: 0 0 0.5em 0.5em; }
	.voice-bg h3 { padding: 15px 0; font-size: 1.5em; }
	.voice-bg div { padding: 5px 10px; font-size: 15px; }

	.box { padding:20px 3% 5px 3%; }

	li.ya {
		padding: 0 0 0 16px;
		background-position:0 7px;
		font-size: 1em;
		margin-bottom: 15px;
		}

	li.ya2,li.ya3 {
		padding: 5px 0 5px 25px;
		background-size:18px auto;
		font-size: 1.1em;
		}
	dl.point dd li.ya2 { font-size: 1.2em; }

	.sen,.sen2 { margin-top:10px; margin-bottom:10px; }

	.qa-q1,.qa-q2,.qa-q3,.qa-q4,.qa-q5,.qa-q6,.qa-q7,.qa-q8,.qa-q9 {
		background-position:0 12px;
		padding: 7px 0px 25px 50px;
		background-size:40px;
		}

	.qa-a1,.qa-a2,.qa-a3,.qa-a4,.qa-a5,.qa-a6,.qa-a7,.qa-a8,.qa-a9 {
		background-position:0 8px;
		padding: 5px 0px 30px 50px;
		background-size:40px;
		margin-bottom: 1.5em;
		}
	.qa-a1 p,.qa-a2 p,.qa-a3 p,.qa-a4 p,.qa-a5 p,.qa-a6 p,.qa-a7 p,.qa-a8 p,.qa-a9 p { margin-bottom: 1em; }

	.bottomline {bottom:5px; right:5px; width:25%;}

	.p12,.b12 {line-height: 1.5;}

	.p14,.p16,.p20,.p24,.p30,.b14,.b16,.b20,.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;}

	h2.t-title .p12, h2.t-title2 .p12 { font-size: 1.15em; line-height: 1.2!important; }

	.middle-title .honbun .b16 {font-size: 1.6em;}

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

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

	.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;}

	.u { border-bottom-width:2px; }

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

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

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

	footer { padding: 10px 0 80px 0; }
	}

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

	h3 { font-size : 1.4em; }
	hr.hr1,hr.hr2 { margin-bottom:25px; }

	.caution { padding: 8px 2% 6px; font-size:20px; }

	.sec-title, .sec-title2 { padding:5px 1% 20px 1%; }
	h2.t-title { font-size:1.6em; }
	h2.t-title2 { font-size:1.5em; } 
	h3.subtitle { padding:15px 0 5px 0; font-size : 1.45em; }
	h3.detail { font-size:1.3em; }

	.honbun,.honbun2 { padding: 10px 0; font-size:16px; }
	.honbun { padding: 20px 4% 10px 4%; }
	.p-honbun { padding: 20px 4% 10px 4%; font-size:16px; }

	.box { width:calc(98% - 2px); margin:0 -2% 20px -2%; padding:20px 3% 15px 3%; }

	.voice-bg h3 { padding: 10px 0; font-size: 1.4em; }
	.voice-bg div { font-size: 14px; }

	.t-bg01,.t-bg02,.t-bg03,.t-bg04,.t-bg05,.t-bg06,.t-bg07 { margin-bottom:-30px; }

	dl.point dt:after { padding-top:40%; }
	dl.point dd { padding:20px 5% 10px; font-size:16px; }

	.qa-q1,.qa-q2,.qa-q3,.qa-q4,.qa-q5,.qa-q6,.qa-q7,.qa-q8,.qa-q9 { padding: 7px 0px 15px 45px; }
	.qa-a1,.qa-a2,.qa-a3,.qa-a4,.qa-a5,.qa-a6,.qa-a7,.qa-a8,.qa-a9 { padding: 5px 0px 20px 45px; }
	}

@media only screen and (max-width: 420px) {
	h2.t-title { font-size:1.5em; }
	h2.t-title2 { font-size:1.35em; } 
	h3.subtitle { font-size : 1.35em; }
	.honbun, .honbun2, .p-honbun { font-size:15px; }
	dl.point dd { font-size:15px; }

	.t-bg01,.t-bg02,.t-bg03,.t-bg04,.t-bg05,.t-bg06,.t-bg07 { margin-bottom:-25px; }
	.t-honbun { width: 85%; padding: 20px 4%; }
	.voice-bg div { font-size: 13px; }

	li.ya2,li.ya3 {
		background-position:0 10px;
		background-size:16px auto;
		}
	}

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

	.caution { font-size:18px; }
	h2.t-title { font-size:1.4em; }
	h2.t-title2 { font-size:1.25em; } 
	h3.subtitle { font-size : 1.3em; }

	.voice-bg h3 {font-size: 1.35em;}
	.t-bg01,.t-bg02,.t-bg03,.t-bg04,.t-bg05,.t-bg06,.t-bg07 { margin-bottom:-20px; }

	li.ya2,li.ya3 { font-size: 1.04em; }

	.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;}

	.middle-title .honbun .b16 {font-size: 1.6em;}

	table.schedule { font-size : 0.85em; }
	}


@media only screen and (max-width: 330px) {
	.caution { font-size:16px; }
	table.schedule { font-size : 0.8em; }
	}

 .youtube-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 のアスペクト比 */
  }

  .youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }