﻿/*  全体
----------------------------------------------- */

@charset "utf-8";

* 	{
	margin: 0;
	padding: 0;
	}

body {
	color:#000;
	font-size : 1em;
	line-height: 1.8;
	font-family:'Century Gothic','Futura','游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	background:none;
	}



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

a {
	color:#ff0054;
	}

a:hover {
	color: #ff0054;
	}

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 #ff0054;
	height:1px;
	margin: 0 0 25px 0 ;
	}

hr.hr2 {
	border:none;
	border-bottom:10px solid #ff0054;
	height:10px;
	width:50%;
	max-width:300px;
	margin: auto;
	}

hr.hr3 {
	border:none;
	border-bottom:10px solid #fff;
	height:10px;
	width:50%;
	max-width:300px;
	margin:15px 0 25px 0;
	}

.clearfix {
  zoom: 1;
}

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



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

img.full {
	width:100%;
	height:auto;
	}

img.w70 {
	margin:auto;
	margin-bottom:20px;
	width:70px;
	height:auto;
	}

img.sign {
	float:right;
	width:40%;
	height:auto;
	}


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

.count-bg {
	position:fixed;
	z-index:10000;
	top:0;
	left: 50%;
	transform: translate(-50%, 0);
	margin:0 auto;
	padding:2px 0 4px 0;
	width:98%;
	max-width : 800px; 
	height:45px;
	background: #ff0054;
	-webkit-border-radius:35px;
	-moz-border-radius:35px;
	-o-border-radius:35px;
	border-radius:35px;
	color : #FFF;
	text-align:center;
	}

.count-bg .timeform {zoom:1.2;}

.count-bg .timeform .ezso2_soadv {display:inline-block;font-weight:bold;margin-top:-2px;}

header {
	display: block;
	margin: 0;
	background: #fff url(../images/bg-lp5b.jpg) no-repeat top;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	background-size:100% auto;
	border-bottom:15px solid #ff0054;
	}

.animate-cover {position: relative!important;}
.animate-cover2 {position: relative!important;background:#48c6f8;}

.animate {
	opacity: 0;
	position:absolute;
	width:18%;
	}

.animate img {width:100%;height:auto;}

.fadeIn{
	top:30px;
	left:2%;
	-webkit-animation: fadeIn 0.5s ease-in-out 0s 1 forwards;
	animation: fadeIn 0.5s ease-in-out 0s 1 forwards;
}

.fadeIn2{
	top:30px;
	left:79%;
	-webkit-animation: fadeIn 0.5s ease-in-out 0.5s 1 forwards;
	animation: fadeIn 0.5s ease-in-out 0.5s 1 forwards;
}

.fadeIn3{
	top:260px;
	left:2%;
	-webkit-animation: fadeIn 0.5s ease-in-out 1s 1 forwards;
	animation: fadeIn 0.5s ease-in-out 1s 1 forwards;
}

.fadeIn4{
	top:260px;
	left:79%;
	-webkit-animation: fadeIn 0.5s ease-in-out 1.5s 1 forwards;
	animation: fadeIn 0.5s ease-in-out 1.5s 1 forwards;
}

.fadeIn6{
	top:500px;
	left:79%;
	-webkit-animation: fadeIn 0.5s ease-in-out 2s 1 forwards;
	animation: fadeIn 0.5s ease-in-out 2s 1 forwards;
}

.animate2 {
	opacity: 0;
	width:100%;
	margin-bottom:-10px;
	}

.animate2 img {width:100%;height:auto;}

.fadeIn5{

	-webkit-animation: fadeIn 0.5s ease-in-out 1.5s 1 forwards;
	animation: fadeIn 0.5s ease-in-out 1.5s 1 forwards;
}

.fadeIn img,.fadeIn4 img{
	-webkit-transform: rotate( -3deg );
	-moz-transform: rotate( -3deg );
	-o-transform: rotate( -3deg );
	transform: rotate( -3deg );
	border:7px solid #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.fadeIn2 img,.fadeIn3 img,.fadeIn6 img{
	-webkit-transform: rotate( 3deg );
	-moz-transform: rotate( 3deg );
	-o-transform: rotate( 3deg );
	transform: rotate( 3deg );
	border:7px solid #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}
}

.topform {
	margin: 0 auto;
	width:47%;
	padding:0 3%;
	}

img.botan {
	position: relative;
	width:40%;
	height:auto;
	z-index: 999;
	}

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




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

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

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

.top-bg {
	width:100%;
	padding:0 0 50px 0;
	background: #fff url(../images/bg02.jpg) no-repeat top;
	-webkit-background-size:110% auto;
	-moz-background-size:110% auto;
	-o-background-size:110% auto;
	background-size:110% auto;
	}

.top-bg img {
	width:95%;
	max-width:1000px;
	height:auto;
	}

.entry {
	clear:both;
	margin: 0 auto;
	width: 95%;
	max-width:900px;
	padding:40px 0 30px 0;
}

.entry p {
	line-height:1.6;
	margin-bottom:0;
	}

form {
	margin: auto;
	text-align:center:
	}

label {
	display:none;
	}

input.touroku_mail {
	width:calc(100% - 30px);
	height:50px;
	margin: 10px 0 0 0 ;
	padding:10px;
	font-size:30px;
	text-align:center;
	border:5px solid #ff0054;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	}

.mv_btn a {
	display: block;
	width: 100%;
	margin: 30px 0 15px 0 ;
	background: #ff0054 url(../images/botan5.png) no-repeat center;
	-webkit-background-size:94% auto;
	-moz-background-size:94% auto;
	-o-background-size:94% auto;
	background-size:94% auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	text-align: center;
	position: relative;
	transition: all 0.25s ease;
}
.mv_btn a:hover {
	background: #ff7ba6 url(../images/botan5.png) no-repeat center;
	-webkit-background-size:94% auto;
	-moz-background-size:94% auto;
	-o-background-size:94% auto;
	background-size:94% auto;
}
.mv_btn a .main {
	position: relative;
	z-index: 2;
}

.mv_btn a input[type="image"] {
	padding: 30px 34.3% 25px 34.3%;
	width:31.4%;

}

.mv_btn a .ripple {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
    box-shadow: 0 0 5px rgba(255,255,255,1);
    animation-name: rippleAnimation;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-animation-name: rippleAnimation;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-name: rippleAnimation;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 2s;
}

@keyframes rippleAnimation {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
	
}
@-webkit-keyframes rippleAnimation {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
@-moz-keyframes rippleAnimation {
    0% {
        -moz-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.2, 1.2);
        opacity: 0;
    }
}


.countDown {
	max-width:675px;
	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;
	margin-top:20px;
}

.countDown h2 {
	background: #ff0054;
	width:90%;
	padding:10px 5%;
	text-align:center;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	margin-bottom:17px;
	}

.countDown .num {
	background: #ff0054;
	color:#fff;
	position: relative;
	width: 140px;
	height: 140px;
}
.countDown .num + .num {
	margin-left: 37px;
}
.countDown .num + .num:before {
	position: absolute;
	left: -37px;
	content: "";
	display: inline-block;
	border-left: solid 3px #ff0054;
	margin-left: 17px;
	margin-right: 17px;
	height: 100%;
}

.countDown .num > div {
	font-size: 64px;
	line-height:1.5;
}
.countDown .num > .timer_ttl {
	font-style: italic;
	color: #fff;
	font-size: 20px;
	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: #333;
	}
.movie_bottom {background: url(../images/movie-bg2.png) repeat-x;}

.movie_box {
	position: relative;
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:900px;
	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%;
	}

.youtube {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width:900px;
	margin-top: -56.25%;
}
.youtube img {display: block;width: 100%;}

.youtube::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}
.youtube:hover::before {
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: all 0.3s;
}

.cover1 { 
	background: url(../images/bg-blue.png) repeat;
	padding: 50px 0;
	}

.cover2 { 
	background: url(../images/runmi.jpg) no-repeat center left;
	background-attachment:fixed;
	padding: 50px 0;
	}

.cover3 { 
	background: url(../images/bg-pink2.png) repeat;
	padding: 50px 0;
	}

.cover4 { 
	background: url(../images/bg01.jpg) no-repeat center left;
	background-attachment:fixed;
	padding: 50px 0;
	}


@media only screen and (min-width: 1500px) {

	.cover2,.cover4 { 
		-webkit-background-size:100% auto;
		-moz-background-size:100% auto;
		-o-background-size:100% auto;
		background-size:100% auto;
		}
	}


.honbun { 
	margin: auto;
	width: 900px;
	padding: 50px 0; 
	font-size: 1.2em;
	}

#honbun1 .honbun { 
	padding: 50px 0 0 0 ; 
	}

.honbun2 { 
	background:rgba(255,255,255,0.9);
	margin-left:28%;
	width: 60%;
	padding: 50px 4% 20px 4%; 
	font-size: 1.2em;
	}

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

.honbun2 p.p08 {
	line-height:1.4;
	margin-bottom:0;
	}

.ptm50 {
	padding:0 0 30px 0;
	}

.worry {
	display:block;
	float:left;
	margin:0px 4% 20px 4%;
	width:25%;
	}

.worry img {
	width:100%;
	height:auto;
	}

.message {
	display:table;
	width:100%;
	padding: 0;
	background:#fff;
	margin-bottom:-8px;
	}

.message .message1 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:0 5%;
	width:40%;
	}

.message .message2 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	margin:0;
	width:40%;
	background: url(../images/bg-logo.png) no-repeat left bottom;
	-webkit-background-size:55% auto;
	-moz-background-size:55% auto;
	-o-background-size:55% auto;
	background-size:55% auto;
	}

.message .sp {
	display:none;
	}

.message .message1 img,.message .message2 img {width:100%;}

img.caution {
	width:240px;
	height:auto;
	margin-top:-120px;
	}

/* 点滅 */
.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;}
}

li.ya {
	background: url(../images/caution.png) no-repeat 0 5px;
	-webkit-background-size:25px auto;
	-moz-background-size:25px auto;
	-o-background-size:25px auto;
	background-size:25px auto;
	padding: 5px 0 5px 32px;
	list-style: none;
	font-size: 1.2em;
	line-height: 1.2;
	color:#ff0054;
	font-weight:bold;
	margin-bottom: 10px;
	}

dl.point1,dl.point2 {
	width:100%;

	}

dl.point1 dt, dl.point2 dd {float:right;}
dl.point1 dd, dl.point2 dt {float:left;}

dl.point1 dt, dl.point2 dt {
	width:50%;
	padding:0;
	margin-top:-8px;
	}

dl.point1 dt img, dl.point2 dt img {width:100%;}

dl.point1 dd, dl.point2 dd {
	width:42%;
	line-height: 1.8;
	font-size : 1.4em;
	border-bottom:1px solid #ff0054;
	}

dl.point1 dd {padding:30px 4% 0 0;margin-left:4%;}
dl.point2 dd {padding:30px 0 0 3%;margin-right:5%;}

dl.point1 dd h3, dl.point2 dd h3 {
	background: url(../images/caution.png) no-repeat 0 6px;
	-webkit-background-size:35px;
	-moz-background-size:35px;
	-o-background-size:35px;
	background-size:35px;
	padding:0 0 5px 40px;
	font-family: 'Times New Roman','游明朝',YuMincho,'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
	font-size : 1.5em;
	line-height: 1.4!important;
	}

#profile {
	margin:auto;
	width:920px;
	padding:30px 40px 25px 40px;
	background: #fff;
	border: 1px solid #ff0054;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	line-height: 1.8;
	}

.profile1, .profile2 {
	float:left;
	width:45%;
	}

.profile1 {
	padding:0 40px 0 0;
	border-right: 1px dotted #ff0054;
	}

.profile2 {
	padding:0 0 0 40px;
	}

#profile img {
	width:80%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	}

.role {
	display:inline-block;
	background: #ff0054;
	padding:1px 5% 2px 5%;
	margin:5px 0 15px 0;
	font-size : 0.9em;
	font-weight:bold;
	color:#fff;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-o-border-radius:50px;
	border-radius:50px;
	}



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: 'Times New Roman','游明朝',YuMincho,'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif; 
	}

.shadow {
	-webkit-text-shadow: 0px 0px 15px #fff,0px 0px 15px #fff;
	-moz-text-shadow: 0px 0px 15px #fff,0px 0px 15px #fff;
	-o-text-shadow: 0px 0px 15px #fff,0px 0px 15px #fff;
	text-shadow: 0px 0px 15px #fff,0px 0px 15px #fff;
	}

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

.pink {color: #ff0054;}

.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 #ffe819;
	height:3px;
	}



.m-20 {margin-bottom:-20px;}
.m-30 {margin-bottom:-30px;}
.m-110 {margin-bottom:-110px;}
.m-120 {margin-bottom:-120px;}
.m0 {margin-bottom:0px;}
.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;}
.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;}
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;
	}


.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: 640px) {

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

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

h3 {
	font-size : 1.6em;
	}

hr {
	margin: 0 0 20px 0 ;
	}

hr.hr2 {
	border-bottom:7px solid #ff0054;
	height:7px;
	width:40%;
	}

hr.hr3 {
	border-bottom:7px solid #fff;
	height:7px;
	width:40%;
	margin:5px 0 10px 0;
	}

img.w70 {
	margin-bottom:5px;
	width:45px;
	}

.count-bg {height:40px;padding:4px 0 2px 0;}
.count-bg .timeform {zoom:0.8;}

header {
	background: #fff url(../images/bg-lp5sp.jpg) no-repeat top;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
	background-size:100% auto;
	border-bottom:10px solid #ff0054;
	}

.animate2 img {margin-bottom:-8px;}

.topform {
	width:100%;
	padding:0 0;
	}

img.botan {
	width:60%;
	}

.top-bg {
	padding:20px 0;
	}

.top-bg img {
	width:100%;
	height:auto;
	}

.entry {
	width: 92%;
	padding:10px 0 20px 0;
	}

.entry p { font-size:0.8em }

.entry p.b14 br { display:none; }

img.full4 {
	display: block;
	width:90%;
	}

.entry img {
	width:108%;
	margin-left:-4%;
	}

.entry img.full4 {
	display: block;
	width:90%;
	}

.entry img.title2 {
	display:none;
	}

input.touroku_mail {
	width:calc(100% - 10px);
	height:40px;
	margin: 5px 0 0 0 ;
	padding:2px;
	font-size:20px;
	border:3px solid #ff0054;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	}

.mv_btn a {
	margin: 20px 0 10px 0 ;
	background: #ff0054 url(../images/botan5sp.png) no-repeat center;
	-webkit-background-size:94% auto;
	-moz-background-size:94% auto;
	-o-background-size:94% auto;
	background-size:94% auto;
}
.mv_btn a:hover {
	background: #ff7ba6 url(../images/botan5sp.png) no-repeat center;
	-webkit-background-size:94% auto;
	-moz-background-size:94% auto;
	-o-background-size:94% auto;
	background-size:94% auto;
}

.mv_btn a input[type="image"] {
	padding: 5px 0 5px 0;
	width:100%;

}

@keyframes rippleAnimation {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        transform: scale(1.08, 1.08);
        opacity: 0;
    }
	
}
@-webkit-keyframes rippleAnimation {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.08, 1.08);
        opacity: 0;
    }
}
@-moz-keyframes rippleAnimation {
    0% {
        -moz-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.08, 1.08);
        opacity: 0;
    }
}


.countDown h2 {
	padding:7px 5%;
	font-size:1em;
	margin-bottom:10px;
	}

.countDown .num {
    width: 18vmin;
    height: 16vmin;
    padding-top:2vmin;
}
.countDown .num > div {
    font-size: 7vmin;
    line-height:1.3;
}
.countDown .num > .timer_ttl {
    font-size: 8px;
}

.countDown .num + .num {
    margin-left: 5vmin;
}
.countDown .num + .num:before {
    top:0;
    left: -8vmin;
    border-left: solid 2px #ff0054;
    margin-left: 4.4vmin;
    margin-right: 3.6vmin;
    height: 100%;
}


.movie_top,.movie_bottom {
	height:20px;
	}

.movie_top,.movie_bottom {
	-webkit-background-size:auto 20px;
	-moz-background-size:auto 20px;
	-o-background-size:auto 20px;
	background-size:auto 20px;
	}

.movie_box {
	width:100%;
	}


.cover1,.cover2,.cover3,.cover4 {
	padding: 25px 0;
	}

.cover2 {
	background: url(../images/runmi.jpg) no-repeat 0 -5%;
	-webkit-background-size:200% auto;
	-moz-background-size:200% auto;
	-o-background-size:200% auto;
	background-size:200% auto;
	background-attachment:absolute;
	}

.cover3 { 
	-webkit-background-size:15px auto;
	-moz-background-size:15px auto;
	-o-background-size:15px auto;
	background-size:15px auto;
	}

.cover4 {
	background: url(../images/bg01.jpg) no-repeat  6%  -5%;
	-webkit-background-size:200% auto;
	-moz-background-size:200% auto;
	-o-background-size:200% auto;
	background-size:200% auto;
	background-attachment:absolute;
	}

.honbun { 
	font-size:16px;
	margin: auto;
	width: 88%;
	padding: 30px 4% 20px 4%; 
	}

#honbun1 .honbun { 
	padding: 20px 0 0 0 ; 
	}

.honbun2 { 
	font-size:16px;
	margin-left:2%;
	width: 88%;
	padding: 30px 4% 20px 4%; 
	}

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

.w90p {
	margin:auto;
	width:95%;
	}

.ptm50 {
	padding:70px 0 80px 0;
	}

.worry {
	margin:0px 5% 15px 5%;
	width:40%;
	}

.message .message1 {
	display:block;
	padding:20px 5%;
	width:90%;
	}

.message .message2 {
	display:block;
	width:100%;
	}

.message .sp {
	display:block;
	margin-bottom:110px;
	}

.message .pc {
	display:none;
	}

img.caution {
	width:200px;
	margin-top:-120px;
	}

dl.point1 dt, dl.point1 dd, dl.point2 dt, dl.point2 dd {float:none;}

dl.point1 dt, dl.point2 dt {
	width:100%;
	padding:0;
	margin-top:0px;
	}

dl.point1 dd, dl.point2 dd {
	width:94%;
	padding:10px 3% 25px 3%;
	border-bottom:none;
	margin-left:0;
	margin-right:0;
	}

dl.point1 dt img, dl.point2 dt img {width:100%;}

dl.point1 dd h3, dl.point2 dd h3 {
	font-size : 1em;
	}


#profile {
	margin:auto;
	width:88%;
	padding:20px 3% 10px 3%;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	font-size:16px;
	}

.profile1, .profile2 {
	width:100%;
	padding:0;
	}

.profile1 {
	border-right: none;
	}

#profile p { font-size:0.9em; }

.role {
	font-weight:normal;
	}


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

.count-bg .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;}
.m20 {margin-bottom:10px;}
.m30 {margin-bottom:15px;}
.m40 {margin-bottom:20px;}
.m50 {margin-bottom:20px;}
.m60 {margin-bottom:30px;}
.m70 {margin-bottom:35px;}
.m80 {margin-bottom:40px;}
.m100 {margin-bottom:50px;}

.t-5 {padding:0;margin-top:-5px;}
.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;}
.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;}

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

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

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

img.w20 {
	width:20px;
	height:auto;
	}

img.w30 {
	width:30px;
	height:auto;
	}

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

}

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

.count-bg {height:30px;}
.count-bg .timeform {zoom:0.7;font-weight:normal;}

h2 br {display:none;}

.entry {
	padding:10px 3% 20px 3%;
	}

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


.u {
	border-bottom:2px solid #ffe819;
	height:2px;
	}

.message .sp {
	margin-bottom:100px;
	}

img.caution {
	width:180px;
	margin-top:-110px;
	}

img.sign {
	width:60%;
	}

}


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

	.count-bg {height:25px;}
	.count-bg .timeform {zoom:0.65;}

.ptm50 {
	padding:50px 0 60px 0;
	}

.honbun { 
	padding: 20px 4% 10px 4%; 
	font-size:14px;
	}

.honbun2 { 
	padding: 20px 4% 10px 4%; 
	font-size:14px;
	}

dl.point1 dd, dl.point2 dd {
	padding:5px 3% 20px 3%;
	font-size : 1.2em;
	}

dl.point1 dd h3, dl.point2 dd h3 {
	-webkit-background-size:25px;
	-moz-background-size:25px;
	-o-background-size:25px;
	background-size:25px;
	font-size : 1em;
	padding:0 0 5px 35px;
	}

dl.point1 dd h3 br, dl.point2 dd h3 br {display:none;}

.message .sp {
	margin-bottom:90px;
	}

img.caution {
	width:160px;
	margin-top:-100px;
	}

#profile {
	font-size:14px;
	}

.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: 360px) {

	.count-bg .timeform {zoom:0.6;}

}

