@charset "utf-8";

#contents{
	width: 100%;
	margin:-1% auto 0;
	padding: 0;
	background-color:#FFF;
    position:relative;
    z-index:100;
}

.font_16{
	font-size: 16px;
}

#main_wrap{
	background:#d1c8c3;
	width: 100%;
}

#main{
	background-size:contain;
	position:relative;
	z-index:1;
	max-width:1440px;
	margin:0 auto;
}

#main_tb {
    display: none;
}

.mainVideo__overlay {
	position: absolute;
	top: 0;
	left: 0;
}


/* movie　1段のみ */
#main .movie_container_block1{
	position:absolute;
	width:205px;
	height:150px;
	z-index:1;
	right:22px;
	/*bottom: 6px;*/
	bottom: 20px;
}
#main .movie_container_block1 .new{
	position:absolute;
	top: -6px;
	left:-32px;
	z-index:2;
}

/* movie　下にもう一段ある場合 */
#main .movie_container{
	position:absolute;
	width:205px;
	height:150px;
	z-index:1;
	right:22px;
	/*bottom: 6px;*/
	/*bottom: 20px;*/
	bottom: 140px;
}
#main .movie_container .new{
	position:absolute;
	top: -6px;
	left:-32px;
	z-index:2;
}

/* movie　共通 */
#main .movie{
	position:absolute;
	z-index:1;
	background:rgba(0,0,0,0.2);
	width:203px;
}
#main .movie img{
	width:96%;
}
#main .movie p{
	z-index:2;
	color:#ffffff;
	width:100%;
	padding: 1% 0;
}
#main .movie:hover{
	background:#000;
}
/*
#main .new{
	position:absolute;
	bottom: 225px;
	right:203px;
	z-index:2;
}
*/


/* poster */
#main .poster_container{
	position: relative;
	bottom: 20px;
	left: 0;
}
#main .poster_container .new{
	position:absolute;
	right:203px;
	z-index:2;
	bottom: 85px;
}
#main .poster{
	position:absolute;
	z-index:1;
	background:rgba(0,0,0,0.2);
	right: 22px;
	width:203px;
	/*bottom: 175px;*/
	bottom: 20px;
}

#main .poster img{
	width:96%;
}

#main .poster p{
	z-index:2;
	color:#ffffff;
	width:100%;
	padding: 1% 0;
	text-align: center;
}

#main .poster:hover{
	background:#000;
}


/* リーフレット込み 縦に3つの広告がある
#main .poster_container{
	position:absolute;
	width:205px;
	height:150px;
	z-index:1;
	right:22px;
	width:203px;
	bottom: 283px;
}
#main .poster_container .new{
	position:absolute;
	top: -6px;
	left:-32px;
	z-index:2;
}
#main .poster{
	position:absolute;
	z-index:1;
	background:rgba(0,0,0,0.2);
}

#main .poster img{
	width:96%;
}
#main .poster p{
	z-index:2;
	color:#ffffff;
	width:100%;
	padding: 1% 0;
	text-align: center;
}
#main .poster:hover{
	background:#000;
}

#main .e-book_container{
	position:absolute;
	width:205px;
	height:150px;
	z-index:1;
	right:22px;
	width:203px;
	bottom: 180px;
}
#main .e-book{
	position:absolute;
	z-index:1;
	background:rgba(0,0,0,0.2);
	width:203px;
}
#main .e-book img{
	width:96%;
}
#main .e-book p{
	z-index:2;
	color:#ffffff;
	width:100%;
	padding: 1% 0;
}
#main .e-book:hover{
	background:#000;
}
#main .e-book_container .new_ebook{
	position:absolute;
	  top: -6px;
	left:-32px;
	z-index:2;
}

 */
 

/* e-book
#main .e-book_container{
	position:absolute;
	width:205px;
	height:150px;
	z-index:1;
	bottom: 285px;
	right:22px;
	width:203px;
}
#main .e-book{
	position:absolute;
	z-index:1;
	background:rgba(0,0,0,0.2);
	width:203px;
}
#main .e-book img{
	width:96%;
}
#main .e-book p{
	z-index:2;
	color:#ffffff;
	width:100%;
	padding: 1% 0;
}
#main .e-book:hover{
	background:#000;
}
#main .e-book_container .new_ebook{
	position:absolute;
	  top: -6px;
	left:-27px;
	z-index:2;
}
 */

#main .playWrapper {
	position:absolute;
	top: 71.6418%;
	width: 100%;
	text-align: center;
}
#main .mainVideo .playWrapper a{
	color: #fff;
	text-decoration:none;
}

#main .mainVideo .playWrapper a:hover{
	color: #595654;
	text-decoration:none;
}


#main .play{
	width:16%;
	position: relative;
}

#contents .inner{
	width: 82%;
	margin: 0 auto;
	position:relative;
	z-index:105;
	max-width:1274px;
}

#contents .movie_tb {
    display: none;
}

#contents .inner .menu{
	margin: 0 auto;
	list-style-type: none;
}

#contents .inner .menu ul{
	float: left;
    left: 50%;
    list-style-type: none;
	position: relative;
    text-align: center;
	padding: 42px 0 20px
}

#contents .inner .menu li{
	display: inline-block;
    float: left;
    height: 40px;
    left: -50%;
    position: relative;
    text-align: center;
    width: 60px;
}

#contents .inner .menu ul li a{
	color: #595452;
	text-decoration: none;
	font-size: 17px;
	padding: 0 5px 20px;
}

#contents .inner .menu a:hover{
    background: url(../../images/top/menu_bg.gif)  0 0 no-repeat;
	background-position: center;
}

#contents .border_01{
	background: #D1C8C3;
	width: 100%;
	height: 1px;
	margin: 1% auto 0;
}

#contents .sec_01 .title_01{
	margin: 47px auto 30px;
	width: 71px;
	height: 28px;
}

#contents .sec_01 .title_02{
	margin: 0 auto 17px;
	width: 236px;
	height: 19px;
}

#contents .sec_01 p{
	color: #7F6C72;
	font-size: 16px;
    line-height: 210%;
	margin: 0 auto 55px;
}

#contents .sec_01 .img{
	margin: 0 auto 45px;
	position: relative;
}

#contents .sec_01 .img .graphic{
	display:none;
	background: none repeat scroll 0 0 #343434;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    left: 0;
	right: 0;
    top: 44%;
    margin: 0 auto;
    padding: 6px 20px 6px 25px;
    position: absolute;
    width: 220px;
}

#contents .sec_01 .img:hover .graphic{
	display:block;
}

#contents .sec_01 .img .graphic span{
    display: inline-block;
	padding-left: 4px;
	padding-top: 1px;
    vertical-align: middle;
}

#contents .sec_01 .graphic_img {
    background: url(../../images/top/findmytokyo_off.jpg)  0 0 no-repeat;
	background-size: contain;
	padding-top: 36%;
}

#contents .sec_01 .graphic_img:hover, #contents .sec_01 .img:hover .graphic_img {
    background: url(../../images/top/findmytokyo_on.jpg)  0 0 no-repeat;
	background-size: contain;
	padding-top: 36%;
}

/* 20150701公開の豊洲 */
#contents .sec_01 .graphic_img_toyosu {
    background: url(../../images/top/findmytokyo_toyosu_off.jpg)  0 0 no-repeat;
	background-size: contain;
	padding-top: 36%;
}

#contents .sec_01 .graphic_img_toyosu:hover, #contents .sec_01 .img:hover .graphic_img_toyosu {
    background: url(../../images/top/findmytokyo_toyosu_on.jpg)  0 0 no-repeat;
	background-size: contain;
	padding-top: 36%;
}

/* 20151001公開の池袋 */
#contents .sec_01 .graphic_img_ikebukuro {
    background: url(../../images/top/findmytokyo_ikebukuro_off.jpg)  0 0 no-repeat;
	background-size: contain;
	padding-top: 36%;
}

#contents .sec_01 .graphic_img_ikebukuro:hover, #contents .sec_01 .img:hover .graphic_img_ikebukuro {
    background: url(../../images/top/findmytokyo_ikebukuro_on.jpg)  0 0 no-repeat;
	background-size: contain;
	padding-top: 36%;
}



dl,dt,dd{
	line-height : 1;
}

#contents .sec_02 {
	width: 83.2%;
	margin: 0 auto;
	position:relative;
	z-index:105;
	max-width:1274px;
}

#contents .sec_02 .title {
    height: 23px;
    margin: 0 auto 17px;
    width: 62px;
}

#contents .sec_02 .slider dl{
	width : 250px;
	padding-right : 20px;
	float : left;
}

#contents .sec_02 .slider dl.last{
	padding-right: 0;
}

#contents .sec_02 .slider dt{
	text-align : center;
}

#contents .sec_02 .slider dt img{
	margin-bottom : 18px;
	display : block;
}

#contents .sec_02 .slider dd{
	font-size : 20px;
	font-style: italic;
	text-align : center;
	color: #595452;
}

#contents .sec_02 .slide_dot{
	margin: 50px auto;
}

#contents .sec_03 {
	background: #F6F4F3;
	padding: 3% 0 4.5%;
	position:relative;
	z-index:107;
	width: 100%;
}

#contents .sec_03 .shadow {
	background: url("../../images/top/links_shadow.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    height: 15px;
    position: absolute;
    top: 0;
    width: 100%;
}

#contents .sec_03 .title{
	color: #B69F9B;
	font-size : 29px;
	font-style: italic;
	text-align : center;
}


#contents .sec_03 .spot_list{
	width: 82%;
	margin: 2% auto 0;
	overflow:hidden;
	max-width:1274px;
}

#contents .sec_03 .spot_list dl{
	float: left;
    height: 85%;
    margin: 0 1% 2.2%;
    width: 47%;
}

#contents .sec_03 .spot_list dl:hover{
	background: #EFEBEA;
}
/* リンクが無いとき用 */
#contents .sec_03 .spot_list dl.nolink:hover{
	background: #F6F4F3 !important;
}

#contents .sec_03 .spot_list dt{
	float: left;
	padding: 2%;
	width: 52%;
}

#contents .sec_03 .spot_list dt img{
	display : block;
	width: 100%;
}

#contents .sec_03 .spot_list dd{
	color: #595252;
    float: left;
    font-size: 14px;
    line-height: 140%;
    margin: 0 2% 0 4%;
    text-align: left;
    width: 38%;
}

#contents .sec_03 .spot_list dd.name{
	float: left;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2;
    margin: 7% 0 2% 4%;
}

#contents .sec_03 .spot_list dd a{
	color : #595553;
	text-decoration: none;
}

#contents .sec_03 .spot_list .blank{
	display:inline-block;
	background: url(../../common/images/blank.png)  no-repeat;
	width: 12px;
	height:12px;
	vertical-align: middle;
	margin-left: -3px;
	background-size: 12px 12px;
}

.pala {
	background-image:url(../images/pala01.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	position:absolute;
	overflow-y: hidden;
	z-index:103;
}
.pala2 {
	background-image:url(../images/pala02.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	position:absolute;
	overflow-y: hidden;
	z-index:102;
}

#tubular-player{
	width:100%!important;
	left:0!important;
	top:0!important;
}

.sp_none{
	display:block;
}
.pc_none{
	display:none;
}

.mainVideo {
	position: relative;
	max-width: 2048px;
}

.mainVideo:after {
	padding-top: 56.25%;
	display: block;
	content: "";

}

.mainVideo > .content {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.mainVideo > .content iframe {
	width: 100%;
	height: 100%;
}

.mainVideo__overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.mainVideo__altTb {
	display: block;
}

.mainVideo__altSp {
	display: none;
}

.mainVideo__logo {
	width: 36.8333%;
}

.mainVideo__logoWrapper {
	position: absolute;
	top: 16%;
	width: 100%;
	text-align: center;
}

.mainUeno__logo {
	width: 22.8333%;
}

.mainUeno__logoWrapper {
	position: absolute;
	top: 41.2%;
	width: 100%;
	text-align: center;
}
.mainSpMovie__logo {
	width: 18.833%;
}

.mainSpMovie__logoWrapper {
	position: absolute;
	top:  67.5%;
	width: 100%;
	text-align: center;
}

/*
 * storyToggle
 */
#contents .sec_01 p.storyToggle__upper {
	margin-bottom: 0;
}

.storyToggle__upper{
	display: none;
}

.storyToggle {
	display: none;
}

.btnStoryToggle {
	display:none;
}

a#btnStoryToggle:hover{
	text-decoration: none;
}

.btnStoryToggle__text--open {
	display: none;
}


@media screen and (min-width: 767px) and (max-width: 1024px) {

.mainVideo__altTb {
	display: block;
}

}


 .mB30{ margin-bottom:30px;}
 .mB_space{ margin-bottom:110px;}
 .mB_space2{ margin-bottom:40px;}
 
