@charset "UTF-8";


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

.Pla-cont {
	width: 960px;
}
.Pla_grayZone {
	background-image: url(../images_2016/top/gray_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 38px;
	background-color: #b7ddf7;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.Pla-Wn-title {
	margin-bottom: 10px;
	width: auto;
}
.Pla-WnZone {
	width: 455px;
	float: left;
}
.Pla-WnBox {
	background-color: #FFF;
	border: 8px solid #0068B6;
	padding: 10px;
	height: 93px;
	overflow: scroll;
}
.Pla-OsusumeZone {
	float: right;
	width: 474px;
	position: relative;
	/* [disabled]min-height: 280px; */
}
.Pla-OsusumeBox {
	border: 8px solid #FFF;
	z-index: 100;
	position: absolute;
	top: 46px;
	width: 458px;
}

/*test*/

.Pla-OsusumeBox2 {
	border: 8px solid #FFF;
	z-index: 100;
	top: 46px;
	width: 458px;
	margin-top: 70px;
}



/**/

.Pla-Osusume-title {
	width: 409px;
	position: absolute;
	top: -16px;
	left: 27px;
	z-index: 1;
}
.Pla-2ndZone.clearfix {
	margin-bottom: 10px;
}
.Pla-HajimeteZone {
	float: left;
	width: 476px;
}
.Pla-HajimeteTitle {
	background-image: url(../images_2016/top/hajimete-bg.jpg);
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.hajime-Box-L {
	float: left;
	width: 234px;
}
.Osusume2017-Box-R {
    background-color: #0069B7;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 47px;
    float: right;
    width: 224px;
    background-image: url(../images_2016/top/osusume_title_03.png);
    background-position: 0% bottom;
    background-size: contain;
    background-repeat: no-repeat;
}





.btm4px {
	margin-bottom: 4px;
}


.hajime-Box-pic {
	border: 4px solid #FFF;
	margin-bottom: 10px;
}
.hajime-Box-T {
	text-align: center;
	margin-bottom: 5px;
}
.pla-MovZone476 {
	float: right;
	width: 476px;
}
.pla-MovZone476 iframe {
	height: 268px;
	width: 476px;
}
.Pla-sp-infoBox-pic {
	margin-bottom: 3px;
}
.Pla-sp-infoBox {
	float: left;
	width: 314px;
	margin-right: 9px;
	margin-bottom: 9px;
}

.Pla-sp-infoBox:nth-child(3n+0) {
	float: left;
	width: 314px;
	margin-right: 0px;
	margin-bottom: 9px;
}


.Pla-sp-infoZone {
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0068B6;
	margin-bottom: 10px;
}





/*WN*/
.wn-box .wn-pic {
	width: 80px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}
.wn-box {
	width: auto;
	background-image: url(../images/top_img/line_gray.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
}
.wn-box .wn-info {
	float: left;
	width: 315px;
}
.info-ctg {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0069B7;
	padding: 3px;
	margin-right: 5px;
}
.info-date {
	font-size: 12px;
	padding: 3px;
	margin-right: 5px;
	color: #0069B7;
}
.info-txt {
	margin-bottom: 4px;
}
/*a--------------------リンク*/


.wn-info a:link,.wn-info a:visited {
	font-size: 12px;
	color: #666666;
}
.wn-info a:hover,.wn-info a:active {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

/*WE-end*/




.new-mov-title {
	margin-bottom: 10px;
}
.Toplineupzone-title {
	background-image: url(../images_2016/top/lineupzone-title.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5555px;
	height: 39px;
	width: 960px;
}
.Sakid-banner-zone {
	background-image: url(../images_2016/top/sakidori-banner2016.jpg);
	background-repeat: no-repeat;
	width: 960px;
	height: 68px;
	margin-bottom: 20px;
	text-indent: -5555px;
}
.phaku-banner-zone {
	background-image: url(../images_2016/top/plarailhaku_in_tokyo_2016.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 68px;
	margin-bottom: 20px;
text-indent: -5555px;
}


/*モーダル*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 1111;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;

}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
	overflow: scroll;
	height: 90vh;
	font-size: 1.2em;
line-height: 1.5em;
}


/*モーダル2*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content2{
    margin: 0 auto;
    padding: 40px;
}
.modal2{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index:1000;
}
.modal__bg2{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content2{
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
}

/*モーダル3*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal3{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 1111;
}
.modal__bg3{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;

}
.modal__content3{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
	overflow: scroll;
	height: 90vh;
}


/*モーダル4*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal4{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 1111;
}
.modal__bg4{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;

}
.modal__content4{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
	overflow: scroll;
	height: 90vh;
}







.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 10px;
} .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }





/*owabi_box*/
.owabi_box{
    background-color: #CC0000;
	color: white;
	margin-bottom: 10px;
	padding: 10px;
}