@charset "utf-8";

.header_wrap, .footer_wrap {
	display: none;
}

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
background: url("../img/movie50/bg_torasan_2.jpg") center top / cover no-repeat;
justify-content: center;
background-size: auto 1160px;
background-color: #6E5A4F;
}

img {
	width: 100%;
}

main {
	padding: 0px;
	margin: 0px;
	display: block;
	line-height: inherit;
	}

a {
	transition: 0.3s;
	display: block;
	text-decoration: none;
	color: #000;
 }

a:hover {
	opacity: 0.7;
 }

ul{list-style: none;}

.logo img{
	width: 116px;
	margin-top: -15px;
	position: absolute;
	left: 20px;
	top: 40px;
}

ul.sns{
	display: flex;
	position: absolute;
	right: 20px;
	top: 20px;
}

.btn_theaters {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 3;
}

.btn_theaters a{
	display: block;
	width: 124px;
	height: 124px;
	background: #b4f9ff;
	border-radius: 100px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #fff;
	box-shadow: 0px 0px 0px 4px #b4f9ff;
	letter-spacing: 0.1rem;
	line-height: 1.7;
}
.btn_theaters a::after {
    content: '';
    width: 11px;
    height: 11px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 72%;
    left: 44%;
}
.btn_theaters span{
	display: block;
	font-size: 10px;
	color: #515151;
	padding-top: 30px;
	letter-spacing: 0.08rem;
}


ul.sns li{
	width: 38px;
	margin-left: 14px;
}

.logo{
	padding-top: 0px;
}

.content {
	width: 100%;
	max-width: 960px;
	margin: 0px auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}
.bnr a img {
    position: absolute;
    top: 632px;
    left: 25%;
    width: 180px;
    cursor: pointer;
}
img.copy{
	position: relative;
	display: block;
	width: 54px;
	top:310px;
	left: 320px;
	right: 0;
	text-align: left;
}
.main_area {
   position: relative;
	 left: 420px;
	 top: 0px;
	 text-align: center;
	 width: 540px;
}

.main_area h1{
	margin-bottom: 40px;
}

.main_area h1 img{
	width: 480px;
}
.main_area h2{
	font-size: 32px;
	color: #000;
	font-feature-settings: 'palt';
	margin-top: -16px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.main_area h2 small{
	font-size: 22px;
	padding-right: 6px;
}
.main_area ul.btn_tora{
	width: 530px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0px auto 26px;
	padding: 0px;
}
.main_area ul.btn_tora li{
	margin:0px 13px 13px 0px;
}
.main_area ul.btn_tora li:nth-child(even){
	margin-right: 0px;
}
.main_area ul.btn_tora li a{
	width: 254px;
	height: 60px;
	background: #fffcb3;
	display: block;
	font-size: 18px;
	line-height: 60px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 0px 3px #fffcb3;
}

.main_area ul.btn_tora li:first-child a,
.main_area ul.btn_tora li:nth-child(2) a{
	position: relative;
  display: inline-block;
}

.main_area ul.btn_tora li:nth-child(3) a p::after{
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 17px;/*画像の幅*/
  height: 18px;/*画像の高さ*/
  background: url("../img/movie50/icon_info.png") no-repeat;
  background-size: contain;
	position: relative;
	left: 22px;
	top: 2px;
}

.main_area img.credit{
	width: 530px;
}

.main_area img.bnr_tora{
	width: 240px;
	margin-top: 30px;
}


.main_area ul.btn_tora li:last-child a::after{
	content: '';
  display: inline-block;
  width: 20px;
  height: 22px;
  background: url("../img/movie50/icon_movie.png") no-repeat;
  background-size: contain;
	position: relative;
	left: 20px;
	top: 3px;
}
.main_area ul.btn_tora li:last-child a p{
	display: inline-block;
}

.credit_link{
	margin-top: 130px;
}

h3{
	color: #e2cd93;
	font-size: 16px;
    margin: 30px auto 20px;
	font-weight: normal;
	display: flex;
	letter-spacing: 1px;
	align-items: center;
}

h3:before, h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #e2cd93;
	display: block;
}
h3:before {
	margin-right: .8em;
}
h3:after {
	margin-left: .8em;
}
.credit_link ul{
	display: flex;
	margin: 0px auto;
	padding: 0px;
	justify-content: center;
}

.credit_link ul li{
	width: 172px;
	margin-right: 25px;
}

.credit_link ul li:last-child{
	margin-right: 0px;
}
.campaign_bnrs{
	margin-top: 30px;
    border-top: solid 1px #e2cd93;
}
.campaign_bnrs ul{
	display: flex;
	flex-wrap:wrap;
	margin-top: 20px;
	justify-content: center;
}
.campaign_bnrs li{
	width: 172px;
	margin: 0 25px 25px 0;
}
.campaign_bnrs li:nth-of-type(5n){
	margin-right:0;
}
.campaign_bnrs li:nth-of-type(8){
	margin-right: 0;
}
p.copyright{
	font-family: "游ゴシック", "Yu Gothic";
	font-size: 13px;
	color: #e2cd93;
	letter-spacing: 1px;
	margin: 30px auto;
}

.overlay_tora{
    display:none;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    position:fixed;
    z-index:1;
}
.btn_area{
    width:300px;
    height:150px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-75px;
    margin-left:-150px;
    background-color:#fff;
    z-index:2;
}
.btn_area p{
    padding:15px;
}
.btn_area button{
    display:block;
    margin:0 auto;
}

.btn_close {
	position: fixed;
	top: 50px;
	right: 50px;
	z-index: 1000;
	width: 100px;
	height: 100px;
	transition: .4s;
	text-align: center;
	display: block;
}

.btn_close span {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 2px;
    height: 68px;
    background: #fff;
    transform: rotate(45deg);
}

.btn_close span:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -32px;
    width: 68px;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}

#modal-content{
width:80%;
margin:0;
padding:0;
position:fixed;
display:none ;
z-index:99999;
}

#modal-content .inner{
position:relative;
width:100%;
padding-top:56.25%;
overflow:hidden;
}

#modal-content .inner #player{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

#modal-overlay{
z-index:9999;
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:120%;
background-color:rgba( 0,0,0, 0.75 );
}

/* modal torasan about */
#modalbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color:rgba( 0,0,0, 0.75 );
    z-index:9999;
    display: none;
}

#modalWrap #modalDetail.about{
	width: 960px;
	height: 700px !important;
	margin-top: -350px;
	margin-left: -480px;
}

#modalWrap #modalDetail.about .block1{
	width: 460px;
	padding: 80px 400px 0 70px;
}

#modalWrap #modalDetail p.text_line{
	display: inline-block;
	position: relative;
	align-items: center;
}

#modalWrap #modalDetail p.text_line::after{
	content: "";
	bottom: 12px;
	width: 40px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	margin-left: 0.4rem;
}

#modalWrap #modalDetail.about .block2{
	width: 310px;
	height: 170px;
	font-size: 14px;
	position: absolute;
	right: 36px;
	bottom: 36px;
	background: url(/tora-san/resources/img/movie50/about_img.png) no-repeat;
}

#modalWrap #modalDetail.story .block1{
	width: 440px;
	padding: 174px 400px 0 90px;
}

#modalWrap #modalDetail.about .block1 p{
	margin-bottom: 1em;
	font-size: 14px;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Verdana, sans-serif;
	letter-spacing: 0.08rem;
	line-height: 1.4rem;
}
#modalWrap #modalDetail.about .block1 h2{
	font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 36px;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 50px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0.1rem;
}

#modalWrap #modalDetail.story .block1 h2{
	position: relative;
}

#modalWrap #modalDetail.story .block1 h2:after{
	position: absolute;
  content: " ";
  display: block;
	bottom: -6px;
  width: 30%;
  border-bottom: 1px solid #fff;
}

#modalWrap #modalDetail.about .block1 h2 span{
	display: block;
	font-size: 20px;
	letter-spacing: 0.04rem;
	margin-top: 10px;
}
#modalWrap #modalDetail.about .block1 h3{
	font-size: 36px;
	line-height: 1;
	margin-bottom: 25px;
	color: #fff;
}

#modalWrap #next {
    width: 40px;
    height: 80px;
    background: url(/tora-san/resources/img/movie50/btn_next.gif) no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -40px;
    cursor: pointer;
}

#modalWrap #prev {
    width: 40px;
    height: 80px;
    background: url(/tora-san/resources/img/movie50/btn_prev.gif) no-repeat 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
    cursor: pointer;
}

#modalWrap #modalDetail.about .block2 p{
	padding: 24px 24px 24px 30px;
	font-size: 14px;
	letter-spacing: 0.07rem;
	line-height: 1.8;
	font-feature-settings: "palt";
}
/* torasan toha story */
#modalWrap #modalDetail.about.story{
	background: url(/tora-san/resources/img/movie50/bg_story.jpg) #fff no-repeat center bottom;
}
/* torasan toha intro */
#modalWrap #modalDetail.about.intro{
	background: url(/tora-san/resources/img/movie50/bg_intro.jpg) #fff no-repeat center bottom;
}
#modalWrap #modalDetail.about .modalin{
	background: none;
	padding-top: 0;
}

#modal-content ul#playlist{
	display: flex;
	width: 80%;
	margin: 40px auto;
}

#modal-content ul#playlist li{
	width: 48%;
	margin-right: 10%;
}

#modal-content ul#playlist li:last-child{
	margin-right: 0px;
}

#modal-content ul#playlist li a{
	width: 100%;
	height: 60px;
	background: #fffcb3;
	display: block;
	font-size: 18px;
	line-height: 60px;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 0px 3px #fffcb3;
	text-align: center;
}

/* header */
#movietop-header_bg{
	height: 70px;
	background: #fff;
	width: 100%;
	position: fixed;
}
.movie-header{
    font-family: "游明朝", YuMincho, serif;
    padding: 0 20px 0 20px;
    height: 70px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-y: scroll;
    position: fixed;
    width: calc(100% - 50px);
    max-width: 1760px;
    z-index: 999;
		margin: 0px auto;
		left: 0;
		right: 0;
}
.movie-header > div,
.movie-header > div > ul {
    display: flex;
    align-items: center;
}
.movie-header__nav {
    margin-right: 20px;
}
.movie-header__nav-img {
    margin-right: 24px;
}
.movie-header__nav-list {
    min-width: 1020px;
}
.ie .movie-header__nav-list {
    min-width: 1200px;
}
.movie-header__nav-list li {
    position: relative;
    text-align: center;
}
.movie-header__nav-list li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background-color: #000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.movie-header__nav-list li:first-of-type::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background-color: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.movie-header__nav-list li a {
    font-size: 14px;
    display: block;
    padding: 0 22px;
}
.movie-header__nav-list .en {
    display: block;
    font-size: 8px;
    letter-spacing: 0.1em;
}
.movie-header__sns-img {
    margin-right: 29px;
}
.movie-header__sns-list li:not(:last-of-type) {
    margin-right: 10px;
}
.movie-header__nav-list li .ja {
    position: relative;
    z-index: 1;
}
.movie-header__nav-list li .ja::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 8px;
    background-color: #FFFCB3;
    z-index: -1;
    transition: .3s all;
}
.movie-header__nav-list li a:hover{
	opacity:1;
}

.movie-header__nav-list li:hover .ja:before {
    width: 100%;
}
.movie-header__nav-list li .ja.active::before {
    width: 100%;
}
.container {
	min-height: calc(100% - 80px);
}
.movie-header__nav-img a img {
	width: 164px;
}
.movie-header__sns-img a img {
	width: 66px;
}
.movie-header__sns-list li a img {
	width: 30px;
}
main {
	max-width: 100%!important;
}
