﻿/*  全体
----------------------------------------------- */
@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;
	background:none;
	}

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

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

h2 { font-size : 2.4em; line-height: 1.4; font-weight: 700; }
h3 { font-size : 1.5em; line-height: 1.4; font-weight: 700; }

hr {
	border:none;
	border-bottom:1px solid #279d99;
	height:1px;
	margin: 0 0 20px 0 ;
	}

hr.hr1,hr.hr2,hr.hr3 {
	border:none;
	height:5px;
	width:30%;
	max-width:150px;
	margin:10px auto 50px;
	}
hr.hr1 { border-bottom:3px solid #d1b288; }
hr.hr2 { border-bottom:3px solid rgba(255,255,255,0.7); }
hr.hr3 { border-bottom:3px solid #7156a3; }

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

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

img.full,img.full2,img.full3,img.full4,img.full5,img.full6 { display: block; margin:auto; height:auto; }

img.full { width:100%; }
img.full2 { width:96%; max-width:950px; }
img.full3 { width:94%; }
img.full4 { width:90%; }
img.full5 { width:20%; max-width:100px; }
img.full6 { width:35%; max-width:142px; }
img.bdr { border-radius:15px; }

img.alignleft,img.alignleft2,img.alignleft3 { display: block; float:left; width:33.333333%; }
img.alignleft3 { width:46%; margin: 0 2%; }
img.alignright {
	float:right;
	width:45%;
	max-width:320px;
	margin: 0 -150px 1em 1.5em;
	border:10px solid #fff;
	border-bottom:30px solid #fff;
	display: inline;
	-webkit-box-shadow:3px 3px 12px rgba(0,0,0,0.2);
	box-shadow:3px 3px 12px rgba(0,0,0,0.2);
	-webkit-transform: rotate( 2deg );
	transform: rotate( 2deg );
	}

img.ya {
	display: block;
	margin:auto;
	width:18%;
	max-width:100px;
	}
img.ya2 {
	display: block;
	margin:10px auto -40px;
	width:35%;
	max-width:250px;
	}
img.emoji {
	display: inline;
	height:1em;
	width:auto;
	}

.data { margin:auto; display:block; width:calc(100% - 2px); max-width: 600px; border:1px solid #ccc; }
.data img { width:100%; }

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

.header1 { background:#f7f3f0 url(../images/header-bg3.jpg) no-repeat top; background-size:100% auto; }

.ttitle1 {
	position: relative;
	display:block;
	z-index: 999;
	margin-left:5%;
	width:76%;
	background: url(../images/header-d1e.png) no-repeat center 20%;
	background-size:100% auto;
	}
.ttitle1:after { content: ""; display: block; clear: both; padding-top: 28%; }

.header-inner { background:url(../images/logo.png) no-repeat 12px 8px; background-size:9% auto; }

.entry-cover {
	background: url(../images/entry-bg2.jpg) no-repeat center;
	background-size:cover;
	}
.entry {
	margin:auto;
	box-sizing:border-box;
	width:94%;
	max-width:950px;
	padding:50px 6.5%;
	background: rgba(255,255,255,0.9);
	border-radius:20px;
	line-height:1.5;
	}
.header-entry { margin:auto; width:94%; max-width:900px; padding:30px 50px; background: #f7f1ed; }
.entry p { margin-bottom:1em; }

form {
	margin: auto;
	max-width:700px;
	text-align:center;
	}

label { display:none; }

input.touroku_mail {
	margin: 0 auto;
	width:calc(96% - 24px);
	height:50px;
	padding:10px;
	font-size:30px;
	text-align:center;
	border:6px solid #ff9327;
	background: #fff url(../images/mail2.png) no-repeat center;
	background-size: 70% auto;
	-webkit-border-radius:10px;
	border-radius:10px;
	}


input.touroku_mail2 { border-color:#ea4e98; }
#entry1 input.touroku_mail { font-size:20px; height:40px; padding:7px; }

input[type="text"]:focus,input[type="email"]:focus,input[type="text"]:active,input[type="email"]:active { background:#fff;}

input.touroku_mail::placeholder { font-weight:700; color: #999; }

input[type="image"] { width:100%; }
input.sp { display:none; }


.heart { animation: heart 1.2s ease 1s infinite; }
/* 鼓動 */
@keyframes heart {
	0% { transform:scale(1) }
	50% { transform:scale(0.95) }
	to { transform:scale(1) }
	}


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


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


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

.content {
	width: 100%;
	margin:0;
	padding:0;
	overflow:hidden;
	}

.sec-top { height:15px; }

.sec-title { margin: auto; padding:30px 2% 60px 2%; }
.sec-title2 { margin: auto; padding:25px 2% 40px; }

h2.t-title, h2.t-title2 {
	font-size : 2.2em;
	line-height: 1.6;
	font-weight: 700;
	text-align:center;
	letter-spacing:0.2em;
	}
h2.exp { font-size:1.6em; line-height:1.3; font-weight: 700; }

h3.subtitle {
	padding:25px 0 10px 0;
	font-size : 1.8em;
	line-height: 1.3;
	font-weight:700;
	text-align:center;
	}

h4.subt1, h4.subt2, h4.subt3 {
	padding:12px 0 12px 15px;
	font-size : 1.4em;
	line-height: 1.4;
	font-weight:700;
	}
h4.subt1 { border-left:8px solid #3c5281; color: #3c5281; background:#fff; }
h4.subt2 { border-left:8px solid #798331; color: #798331; background:#fff; }
h4.subt3 { border-left:8px solid #933b4f; color: #933b4f; background:#fffafa; }

.bg01 { background: url(../images/bg01.png) no-repeat top; background-size:100% auto; }
.bg02 { background: url(../images/bg02.png) no-repeat bottom; background-size:100% auto; }
.bg03 { background: url(../images/bg03.png) no-repeat top; background-size:100% auto; }

.cover-gold { background: url(../images/bg-gold.jpg) repeat; }

.cover1 { background: url(../images/bg01.jpg) no-repeat 55% top; }
.cover2 { background: url(../images/bg02.jpg) no-repeat top; }
.cover3 { background: #f5f5f5 url(../images/bg03.jpg) no-repeat top; background-size:100% auto; }
.cover4 { background: url(../images/bg04.jpg) repeat; }
.cover5 { background: url(../images/bg05.jpg) no-repeat 10% top; }
.cover6 { background: url(../images/bg06.jpg) repeat-y top; background-size:100% auto; }
.cover7 { background: url(../images/bg07.jpg) no-repeat 65% 80%; }
.cover1,.cover2,.cover5,.cover7 { background-size:cover; }
.cover1,.cover3,.cover5,.cover7 { background-attachment:fixed; }

.honbun,.honbun2 { 
	margin: auto;
	width:calc(94% - 200px); 
	max-width: 750px;
	padding: 0 100px 10px;
	font-size:19px;
	}
.honbun { 
	background: #fff;
	padding: 40px 100px 25px;
	border-radius:20px;
	}
.honbun p,.honbun2 p {margin-bottom:1.8em;}

ul.tokuten {
	margin:auto;
	width:94%;
	max-width:950px;
	text-align:center;
	}

ul.tokuten li { display:inline-block; list-style: none; padding:0 0.5%; width:32%; }
ul.tokuten li img { width:100%; }

dl.ex1,dl.ex2 {
	display: -webkit-flex;
	display: flex;
	margin:auto;
	width:calc(94% - 100px); 
	max-width: 800px;
	padding: 30px 50px; 
	background: #fff;
	border-radius:20px;
	}
dl.ex1 {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	}

dl.ex1 dt,dl.ex2 dt { width:20%; }
dl.ex1 dt img,dl.ex2 dt img { display: block; width:100%; }

dl.ex1 dd,dl.ex2 dd {
	box-sizing:border-box;
	width:80%;
	padding:0 3% 0 0;
	font-size:17px;
	line-height:1.5;
	}
dl.ex2 dd { padding:0 0 0 3%; }
dl.ex1 dd p,dl.ex2 dd p { margin-bottom:0.5em; }

.vname { padding:4px 2%; background:#f7f0e8; margin-bottom:1em; }

.voice1 { background:url(../images/ya.png) no-repeat center 47%; }
.voice2 { background:url(../images/ya2.png) no-repeat center 47%; }
.voice1,.voice2 { background-size:5% auto; }

.voice-inner1,.voice-inner2 {
	width:46.2%;
	box-sizing:border-box;
	padding:3px;
	text-align:center;
	font-weight:700;
	background: #fff;
	border-radius:10px;
	}
.voice-inner1 div,.voice-inner2 div { padding:3px 0 1px; }
.voice-inner1 { float:left; }
.voice-inner2 { float:right; }
.voice-inner1 img,.voice-inner2 img { display:block; width:100%; border-top-left-radius:7px; border-top-right-radius:7px; }

.role,.role2 {
	display:inline-block;
	padding:2px 4%;
	margin-bottom:30px;
	border: 1px solid #fff;
	font-size : 16px;
	letter-spacing:0.2em;
	font-weight:700;
	color:#fff;
	-webkit-border-radius:50px;
	border-radius:50px;
	}

.role2 { border-color:#b28247; color:#b28247; }

.movie-title {
	margin:auto;
	width:70%;
	max-width: 500px;
	padding:12px 0 10px;
	position:relative;
	background: #933b4f;
	font-size : 30px;
	line-height:1;
	font-weight:700;
	text-align:center;
	color: #fff;
	letter-spacing:0.1em;
	}
.movie-title:before,.movie-title:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top:0;
	}
.movie-title:before {
	right: 0;
	border-top: 25px solid transparent;
	border-right: 15px solid #fff;
	border-left: 15px solid  transparent;
	border-bottom:25px solid transparent;
	}
.movie-title:after {
	left: 0;
	border-top: 25px solid transparent;
	border-right: 15px solid transparent;
	border-left: 15px solid #fff;
	border-bottom:25px solid transparent;
	}

.movie_top {background: url(../images/movie-bg.png) repeat-x;}
.movie_bottom {background: url(../images/movie-bg2.png) repeat-x;}
.movie_top,.movie_bottom {
	width:100%;
	height:20px;
	background-size:auto 20px;
	}

.merit {
	display: -webkit-flex;
	display: flex;
	margin:0 auto 30px;
	width:94%;
	max-width:950px;
	}
.merit p { margin-bottom:1em; }

.merit .me1 { background: url(../images/maru3.png) no-repeat; }
.merit .me2 { background: url(../images/maru4.png) no-repeat; }
.merit .me3 { background: url(../images/maru5.png) no-repeat; }
.merit .me4 { background: url(../images/maru6.png) no-repeat; }
.merit .me1,.merit .me2,.merit .me3,.merit .me4 {
	box-sizing:border-box;
	width:50%;
	padding:3em 2%;
	font-size:18px;
	line-height:1.5;
	text-align:center;
	background-size:100% 100%;
	}
img.icon2 { display: block; margin: auto; width:20%; max-width:80px; margin-bottom:1em; }
.merit .me1,.merit .me3 { margin:0 4% 0 0; }

.profile-cover,.profile-cover2 {
	margin:auto;
	width:94%;
	max-width: 750px;
	background: url(../images/profile.png) no-repeat left top;
	background-size:53% auto;
	}
.profile-cover2 { max-width: 1000px; background-size:40% auto; }

.profile-honbun,.profile-honbun2 { 
	margin-left:48%;
	width: 52%;
	padding: 40px 0 20px; 
	font-size: 1.2em;
	}
.profile-honbun2 { margin-left:30%; width: 70%; padding: 60px 0 20px; text-align:center; }

.profile-honbun h2,.profile-honbun2 h2 {
	font-size : 2.6em;
	line-height: 1.3;
	font-weight: 700;
	}
.profile-honbun h2 { letter-spacing:0.1em; }

.profile-honbun p,.profile-honbun2 p { line-height: 1.5; margin-bottom:1.6em; }

.profile-s { padding:0.2em 0; border-bottom:1px solid #ccc; }

img.pro-img { float:left; display:block; width:50%; }
.pro-cap{ background:#fff; padding:8px 15px; box-shadow: 0 0 7px rgba(0,0,0,0.2); line-height:1.4; }


dl.bonus1, dl.bonus2, dl.bonus3 {
	display: -webkit-flex;
	display: flex;
	margin:auto;
	width:94%; 
	max-width: 950px;
	background: #fff;
	border-radius:20px;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	}
dl.bonus1 dt { background: url(../images/tokuten1.jpg) no-repeat center; }
dl.bonus2 dt { background: url(../images/tokuten2.jpg) no-repeat center; }
dl.bonus3 dt { background: url(../images/tokuten3.jpg) no-repeat center; }
dl.bonus1 dt,dl.bonus2 dt,dl.bonus3 dt { background-size:cover; width:30%;  border-top-right-radius:20px;  border-bottom-right-radius:20px; }

dl.bonus1 dd,dl.bonus2 dd,dl.bonus3 dd {
	box-sizing:border-box;
	width:70%;
	padding:30px 4%;
	font-size:17px;
	line-height:1.5;
	}


ul { line-height: 1.5; }
ul.program { margin:auto; max-width:620px; }
li.ya1 {
	background: url(../images/ya3a.png) no-repeat 0 9px;
	background-size:12px auto;
	padding: 0 0 0 18px;
	list-style: none;
	line-height: 1.4;
	font-size: 1.3em;
	margin-bottom: 10px;
	}

li.ya2 { background: url(../images/ya-gold2.png) no-repeat 0 9px; }
li.ya3 { background: url(../images/ya-gold.png) no-repeat 0 9px; }
li.ya2,li.ya3,li.ya4,li.ya5 {
	list-style: none;
	line-height: 1.4;
	font-weight:700;
	margin-bottom: 3px;
	padding: 5px 0 5px 36px;
	background-size:25px auto;
	font-size: 1.3em;
	}
li.ya4 { display:inline; background: url(../images/ya-gold.png) no-repeat 0 9px; background-size:30px auto; padding: 5px 0 5px 45px; font-size: 1.75em; }
li.ya5 { display:inline; background: url(../images/ya-red.png) no-repeat 0 9px; background-size:30px auto; padding: 5px 0 5px 45px; font-size: 1.75em; }
li.ya5 span { font-size: 1.2em; }

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

.qa-q {
	background: url(../images/q.png) no-repeat 0 20px;
	background-size:30px;
	padding: 20px 10px 25px 50px;
	border-top: 1px dotted #ef7c2a;
	line-height: 1.8;
        color:#ef7c2a;
	font-weight: bold;
	}
.qa-a {
	background: url(../images/a.png) no-repeat 0 15px;
	background-size:30px;
	padding: 12px 10px 30px 50px;
	line-height: 1.8;
	margin-bottom: 1.8em;
	}
.qa-a p { margin-bottom: 1em; }

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

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

table.schedule th {
	width: 30%;
	text-align:center;
	font-weight:bold;
	padding: 15px;
	background:#999;
	color:#fff;
	line-height:1.5;
	}
table.schedule tr:nth-child(2n+1) th { background:#aaa; }

table.schedule td {
	padding: 15px;
	line-height:1.4;
	}

table.schedule .b14 {line-height:1.1;}

table.info {
	margin: auto;
	width:calc(97% - 10px);
	max-width:800px;
	border:none;
	margin-bottom:30px;
	border:none;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-top:1px solid #999;
	}

table.info th {
	width:20%;
	padding:15px;
	background:#efefef;
	border:none;
	border-bottom:1px solid #999;
	font-weight:bold;
	font-size: 1.1em;
	line-height:1.5;
	text-align:center;
	}

table.info td {
	border:1px solid #999;
	padding:15px;
	background:#fff;
	border:none;
	border-bottom:1px solid #999;
	line-height:1.5;
	}

#entryform { position:relative; z-index:10000; }
#count { position:relative; z-index:9000; }
.bottomline {
	display:block;
	position:fixed;
	width: 20%;
	bottom:15px;
	right:15px;
	height:auto;
	}

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

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

.shadow {
	color:#fff;
	text-shadow:0 0 10px rgba(0,0,0,0.3);
	}

.shadow2 {
	color:#007884;
	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:700;}
.sbold {font-weight:900;}
.center {text-align:center;}

.p11,.b11,.p12,.b12 {line-height: 1.6;}
.p14,.p16,.b14,.b16 {line-height: 1.4;}
.p20,.p24,.b20,.b24 {line-height: 1.3;}
.p30,.b30,.p32,.p36,.b32,.b36 {line-height: 1;}

h2.t-title .p12, h2.t-title .p14 {line-height: 1.2;}
h2.t-title .p16 {line-height: 1;}

.b11,.b12,.b14,.b16,.b18,.b20,.b24,.b30,.b32,.b36 {font-weight:700;}

.p05{font-size: 0.5em;}
.p07{font-size: 0.7em;}
.p08{font-size: 0.8em;}
.p11,.b11{font-size: 1.1em;}
.p12,.b12{font-size: 1.2em;}
.p14,.b14{font-size: 1.4em;}
.p16,.b16{font-size: 1.6em;}
.p18,.b18{font-size: 1.8em;}
.p20,.b20{font-size: 2.0em;}
.p24,.b24{font-size: 2.4em;}
.p30,.b30{font-size: 3.0em;}
.p32,.b32{font-size: 3.2em;}
.p36,.b36{font-size: 3.6em;}

#content .b20 { line-height: 1.6; letter-spacing:0.2em; }

.yellow {color: #ffeb5a!important;}
.red {color: #933b4f!important;}
.blue { color:#3a9994!important; }
.green {color:#798331!important; }
.black {color: #000!important;}
.white {color: #fff!important;}
.gray {color: #666!important;}
.gold { color: #b28247!important; }
.gold2 {
	background: #e2c4a2;
	background: -webkit-linear-gradient(0deg, #d9b183, #ecd8c2);
	background: linear-gradient(0deg, #d9b183, #ecd8c2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}

.mkr { display:inline; background: url(../images/marker.png)repeat-x bottom; }
.mkr2 { display:inline; background: #725739; padding:3px 10px; }

.u { border-bottom:1px solid #933b4f; height:1px; }
.u2 { border-bottom:1px solid #ffeb5a; height:1px; }
.u3 { border-bottom:1px solid #7170b4; height:1px; }

.m0 {margin-bottom:0px;}
.m10 {margin-bottom:10px!important;}
.m20 {margin-bottom:20px!important;}
.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!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;}

.t-30 {margin-top:-30px!important;}
.m-60 {margin-bottom:-60px!important;}

.pm0 {padding-bottom:0;}
.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, p.pc, span.pc {display:inline!important;}
br.sp, p.sp, span.sp {display:none!important;}

img.pc,div.pc,input.pc {display:block!important;}
img.sp,div.sp,input.sp {display:none!important;}
.data-cap{ margin:auto; background:#eee; padding:10px 15px; font-size: 0.8em; }

/*  フッター
----------------------------------------------- */
footer {
        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) { 
	img.alignright { margin: 0 -120px 1em 1.5em; }

	h2.t-title, h2.t-title2 { font-size:1.9em; }

	.honbun,.honbun2 { 
		width:calc(94% - 150px); 
		padding: 0 75px 10px;
		}
	.honbun { padding: 40px 75px 25px; }

	dl.ex1 dd,dl.ex2 dd { font-size:17px; }
	}

@media only screen and (max-width: 960px) { 
	img.alignright { margin: 0 -60px 1em 1.5em; }

	h2.t-title, h2.t-title2 { font-size:1.8em; } 
	h3.subtitle { font-size : 1.6em; }
	h4.subt1, h4.subt2, h4.subt3 { font-size : 1.5em; }

	.honbun,.honbun2 { 
		width:calc(94% - 100px); 
		padding: 0 50px 10px;
		}
	.honbun { padding: 40px 50px 25px; }
	dl.ex1 dd,dl.ex2 dd { font-size:16px; }
	}

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

	body { font-size: 16px; line-height:1.8; }

	h2 { font-size : 1.8em; line-height:1.3; }
	h3,.riyu h3,.suisen2 h3 { font-size : 1.6em; }

	hr {margin: 0 0 25px 0 ;}
	hr.hr1,hr.hr2,hr.hr3 {
		height:4px;
		max-width:100px;
		margin:5px auto 30px;
		}

	img.bdr { border-radius:10px; }
	img.alignleft2 { width:50%; }
	img.alignright {
		margin: 0 -6% 1em 1em;
		border:5px solid #fff;
		border-bottom:20px solid #fff;
		-webkit-box-shadow:2px 2px 8px rgba(0,0,0,0.2);
		box-shadow:2px 2px 8px rgba(0,0,0,0.2);
		}

	img.ya { width:14%; margin-bottom:5px; }
	img.ya2 { margin:10px auto -25px; }

	.header1 { background:#f7f3f0 url(../images/header-bg3csp.jpg) no-repeat top; background-size:100% auto; }

	.ttitle1 {
		margin-left:2%;
		width:94%;
		background: url(../images/header-d1esp.png) no-repeat center 25%;
		background-size:100% auto;
		}
	.ttitle1:after { padding-top:94%; }

	.header-inner { background:none; }

	.entry { padding:30px 4%; border-radius:10px; font-size:12px; font-weight:700; }
	.header-entry { padding:25px 3%; }

	input.touroku_mail {
		width:calc(96% - 14px);
		height:40px;
		padding:2px;
		font-size:20px;
		background-size: 90% auto;
		-webkit-border-radius:8px;
		border-width:4px;
		border-radius:8px;
		line-height:1;
		}
	#entry1 input.touroku_mail { height:30px; }

	.sec-top { height:10px; }

	.sec-title, .sec-title2 { padding:15px 2% 25px; }

	h2.t-title { font-size:1.6em; line-height: 1.4; letter-spacing:0.1em; }
	h2.t-title2 { font-size:1.7em; line-height: 1.4; } 
	h2.exp { font-size:1.5em; }
	h3.subtitle { padding:25px 0 5px 0; font-size : 1.5em; }
	h4.subt1, h4.subt2, h4.subt3 {
		padding:6px 0 6px 8px;
		font-size : 1.4em;
		border-left-width:5px;
		}

	.cover1,.cover3,.cover5,.cover7 { background-attachment:scroll; }
	.cover4 { background-size:100px auto; }

	.honbun,.honbun2 { width: 90%; font-size:16px; }
	.honbun {
		width: 88%;
		padding: 30px 4% 25px; 
		border-radius:15px;
		}
	.honbun2 { padding: 15px 0; }

	.honbun p,.honbun2 p {margin-bottom:1.6em;}

	ul.tokuten li { width:47%; padding:0 1% 10px; }

	dl.ex1,dl.ex2 {
		width:88%; 
		padding: 25px 4%; 
		border-radius:10px;
		}

	dl.ex1 dt,dl.ex2 dt { width:25%; }

	dl.ex1 dd,dl.ex2 dd {
		width:75%;
		padding:0 2% 0 0;
		line-height:1.6;
		}
	dl.ex2 dd { padding:0 0 0 2%; }
	dl.ex1 dd p.bold,dl.ex2 dd p.bold { font-size:0.9em; }

	dl.ex1 dd p,dl.ex2 dd p { margin-bottom:1.2em; }

	.voice-inner1,.voice-inner2 { padding:2px; font-size : 0.9em; border-radius:7px; }
	.voice-inner1 img,.voice-inner2 img { border-top-left-radius:5px; border-top-right-radius:5px; }

	.role,.role2 { font-size : 0.8em; padding:1px 8%; margin-bottom:20px; }

	.movie-title { padding:9px 0 7px; font-size : 20px; }
	.movie-title:before {
		border-top: 20px solid transparent;
		border-right: 10px solid #fff;
		border-left: 10px solid  transparent;
		border-bottom:20px solid transparent;
		}
	.movie-title:after {
		border-top: 20px solid transparent;
		border-right: 10px solid transparent;
		border-left: 10px solid #fff;
		border-bottom:20px solid transparent;
		}

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

	.merit { margin:0 auto; display: block; width:96%; }
	.merit .me1,.merit .me2,.merit .me3,.merit .me4 {
		margin:0 0 20px;
		width:94%;
		padding:1.5em 5% 2em;
		font-size:16px;
		}

	.merit .me2,.merit .me4 { margin:0 0 20px 6%; }
	img.icon2 { display: block; max-width:70px; }

	.profile-bg { background-size:200% auto; }

	.profile-cover,.profile-cover2 {
		width:100%;
		background-position: -15% 0;
		background-size:53% auto;
		}
	.profile-cover2 { background-size:50% auto; }

	.profile-honbun { 
		margin-left:36%;
		width: 60%;
		padding: 30px 4% 10px 0; 
		font-size: 18px;
		}
	.profile-honbun2 {
		margin-left:30%;
		width: 66%;
		padding: 40px 4% 0 0;
		font-size: 18px;
		text-align:left;
		}

	.profile-honbun h2 { font-size : 2em; }
	.profile-honbun2 h2 { font-size : 2em; }
	.profile-honbun2 h3 { font-size : 1.5em; }

	.profile-s { padding:0.1em 0; }

	.pro-cap{ font-size: 0.9em; }

	dl.bonus1, dl.bonus2, dl.bonus3 {
		border-radius:10px;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		flex-direction: column;
		}
	dl.bonus2 dt { background-position: center 5%; }
	dl.bonus3 dt { background-position: center 85%; }
	dl.bonus1 dt,dl.bonus2 dt,dl.bonus3 dt { width:100%; border-top-left-radius:10px; border-top-right-radius:10px;  border-bottom-right-radius:0; }
	dl.bonus1 dt:after,dl.bonus2 dt:after,dl.bonus3 dt:after { content: ""; display: block; padding-top:50%; }

	dl.bonus1 dd,dl.bonus2 dd,dl.bonus3 dd {
		width:100%;
		padding:1.5em 4%;
		}

	li.ya1 {
		background-position: 0 7px;
		padding: 0 0 0 15px;
		background-size:8px auto;
		font-size: 1.05em;
		}

	li.ya2,li.ya3 {
		background-position: 0 7px;
		background-size:20px auto;
		padding: 5px 0 5px 30px;
		font-size: 1.1em;
		}
	li.ya4,li.ya5 { background-position: 0 9px; background-size:25px auto; padding: 5px 0 5px 35px; font-size: 1.5em; }
	li.ya5 span { font-size: 1.1em; }

	.qa-q {
		background-position:0 18px;
		padding: 15px 0px 25px 30px;
		background-size:20px;
		}

	.qa-a {
		background-position:0 8px;
		padding: 5px 0px 30px 30px;
		background-size:20px;
		margin-bottom: 1.5em;
		}

	table.schedule th { padding: 10px; }
	table.schedule td { padding: 10px; }

	table.info th,table.info td { padding:10px; font-size: 16px; }

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

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

	#content .b20 { font-size: 1.4em; line-height: 1.8; }

	.m0 {margin-bottom:0px;}
	.m10 {margin-bottom:5px!important;}
	.m20 {margin-bottom:10px!important;}
	.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:70px!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;}

	#bonus .m50 {margin-bottom:35px!important;}
	#bonus.pt50 {padding-top:35px!important;}

	.data-cap{ padding:3px 3%; }

	h4 {margin-top:30px!important;}
	h4.t60 {margin-top:45px!important;}
	h4.m20 {margin-bottom:20px!important;}

	br.pc, p.pc, span.pc {display:none!important;}
	br.sp, p.sp, span.sp {display:inline!important;}

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

	}

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

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

	hr.hr1,hr.hr2,hr.hr3 { margin-bottom:25px; }
	img.ya2 { margin:5px auto -20px; }

	.entry { padding:20px 4% 30px; }
	.header-entry { padding:13px 3% 20px; }

	.sec-title, .sec-title2 { padding:10px 2% 20px; }

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

	h3.subtitle { padding:15px 0 5px 0; font-size : 1.3em; }
	h4.subt1, h4.subt2, h4.subt3 { font-size : 1.25em; }
	h2.exp { font-size:1.4em; }

	.honbun,.honbun2 { padding: 10px 0; font-size:15px; }
	.honbun { padding: 25px 4% 15px; border-radius:10px; }

	.role,.role2 { font-size : 0.7em; padding:1px 6%; margin-bottom:15px; }
	ul.tokuten li { padding:0 1% 5px; }

	dl.ex1,dl.ex2 { padding: 20px 4%; }

	.movie-title { font-size : 18px; }
	.movie-title:before {
		border-top: 18px solid transparent;
		border-right: 8px solid #fff;
		border-left: 8px solid  transparent;
		border-bottom:18px solid transparent;
		}
	.movie-title:after {
		border-top: 18px solid transparent;
		border-right: 8px solid transparent;
		border-left: 8px solid #fff;
		border-bottom:18px solid transparent;
		}

	.merit .me1,.merit .me2,.merit .me3,.merit .me4 {
		margin:0 0 15px;
		width:95%;
		padding:1.5em 6% 2em;
		font-size:15px;
		}
	.merit .me2,.merit .me4 { margin:0 0 15px 5%; }

	.profile-cover {
		background-position: -25% 0;
		background-size:60% auto;
		}
	.profile-cover2 { background-position: -20% 0; }

	.profile-honbun { padding: 10px 4% 10px 0; font-size:15px; }
	.profile-honbun2 { padding: 25px 4% 0 0; }

	.profile-honbun h2 { font-size : 1.8em; }
	.profile-honbun2 h2 { font-size : 1.6em; }
	.profile-honbun2 h3 { font-size : 1.3em; }
	.profile-honbun2 p { margin-bottom:1em; }

	.profile-s { padding:0.1em 0; font-size : 0.8em; }

	dl.bonus1 dd,dl.bonus2 dd,dl.bonus3 dd { font-size:15px; }

	li.ya2,li.ya3 {
		background-size:15px auto;
		padding: 5px 0 5px 20px;
		}
	li.ya4,li.ya5 { background-position: 0 9px; background-size:17px auto; padding: 5px 0 5px 22px; font-size: 1.4em; }

	.sen,.sen2 { margin:10px 0; }
	table.info th,table.info td { padding:6px; font-size: 14px; }
	}

@media only screen and (max-width: 420px) {
	h2.t-title { font-size:1.4em; }
	h2.t-title2 { font-size:1.4em; } 
	#jisseki h2.t-title { font-size:1.25em; }
	h2.exp { font-size:1.3em; }
	.movie-title { font-size : 16px; }
	dl.ex1 dd,dl.ex2 dd { font-size:15px; }
	table.schedule { font-size:14px; width:104%; margin:0 -2%; }
	table.schedule th { padding: 10px 5px; }
	table.schedule td { padding: 10px 5px; }
	.profile-honbun2 h2 { font-size : 1.5em; }
	}

@media only screen and (max-width: 380px) {
	h3,.riyu h3 { font-size : 1.2em; }

	.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;}
	#content .b20 { font-size: 1.3em; }
	}

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

	.sec-title, .sec-title2 { padding:10px 0 20px; }
	h2.t-title { font-size:1.2em; }
	h2.t-title2 { font-size:1.3em; } 
	h3.subtitle { font-size : 1.25em; }
	h3,.riyu h3 { font-size : 1.1em; }
	}