@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

body{
	background: url("../image/bg01.png");
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 62.5%;
}
#pc #inner{
	width:100%;
	margin: auto;
}
.pink{
	font-size: 1.4rem;
	color:#E5005A;
}
hr{
	width: 100%;
	height: 10px;
	margin: 50px 0 50px 0;
	background: url("../image/hr.png") repeat-x;
	border: none;
}

.mb_30{
	margin-bottom: 30px;
}
.mb_50{
	margin-bottom: 50px;
}
.mt_50{
	margin-top: 50px;
}
header{
	width:100%;
	margin-bottom: 50px;
}

header img{
	text-align: center;
	width:100%;
}

/* top *****************************/
#top{
	width: 100%;
}
#top p{
	margin: 20px 20px 20px 20px;
	font-size:1.2rem;
	line-height: 180%;	
	width: auto;
	color: #666;
	text-align: left;
}
#top p a,#top p a:link{
	color: #333;
	text-decoration: underline;
}
#top p span{
	background:#E5005A ;
	padding: 5px;
	margin-right: 1em;
}


/* introduction ***********************/
#intro{
	width: 100%;
}
#intro div#intro_top{
	width: 100%;
	height: 80px;
	background: url("../image/intro_top.png");
	background-size: cover;
  	background-position: center top;
}
#intro div#intro_main{
	background: #F0F0F0;
	padding: 30px;
}
#intro div#intro_main h2{
	font-size:1.3rem;
	text-align: center;
	color: #E5005A;
	line-height: 140%;
	margin-bottom: 30px;
	border-bottom: #E5005A 1px solid;
}
#intro div#intro_main p{
	font-size: 1rem;
	line-height: 180%;
	text-align: left;
}
#intro div#intro_main ul{
	list-style: none;
	margin: 0 auto;
}
#intro div#intro_main li{
	font-size: 1.2rem;
	margin-bottom: 1.2em;
	line-height: 120%;
}
#intro div#intro_main li a,#intro div#intro_main li a:link{
	color: #666;
	text-decoration:underline;
}
#intro div#intro_main li span{
	color: #fff;
	background: #E5005A;
	padding: 3px;
	margin-right: 1em;
}
#intro div#intro_main li.end{
	text-decoration: line-through;
}
#intro div#intro_main ul{
	margin-top: 50px;
}
#intro div#intro_main img{
	width: 90%;
}
#intro div#intro_main p span{
	color: #E5005A;
}
#intro div#intro_bottom{
	width: 100%;
	height: 80px;
	background: url("../image/intro_bottom.png");
	background-size: cover;
  	background-position: center bottom;
}

/* movie ***********************/
#movie{
	width: 100%;
}
#movie .tit_mov{
	width: 100%;
	margin: 70px 0 50px 0;
}

#movie div.door{
	margin-bottom: 70px;
}
#movie div.door img{
		width: 80%;
}
#movie div.door p{
	text-align: center;
	font-size:1.0rem;
	margin: 1em;
}
#movie div.door span{
	background:#E5005A ;
	padding: 5px;
	margin-right: 1em;
	color: #fff;
}

.modal{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
	height: 100%;
}
.modal__bg{
	margin: 0 auto;
    background: rgba(0,0,0,0.8);
    position: absolute;
    width: 100%;
	height: 100%;
}
.modal__content{
    background: #ffffff;
    padding: 30px;
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
	text-align: center;
}
.modal__content .js-modal-close{
	margin: 20px 0 0;
	padding: 10px 50px;
	background-color: #e5005a;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

/* footer ***********************/
footer{
	background: #FFFFFF;
	width: 100%;
	padding-top: 30px;
	border-top: #122D38 3px solid;
	margin-top: 100px;
}

.link_btn{
	width:80%;
	margin-bottom: 50px;
}

footer p{
	margin: 80px 0 50px 0;
	font-size: 0.8rem;
}

#pc #inner #intro_main{
	width:80%;
	margin: auto;
}

#pc #inner #intro_main img{
	width:200px;
	margin: auto;
}

#pc footer img{
	width: 300px;
	margin-bottom: 20px;
}
#pc footer{
	padding-bottom: 50px;
}