@charset "utf-8";
/* CSS Document */


/*------------ 全体 ------------*/
html {
  height:100%;
  font-size: 100%;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
}

body {
  height:100%;
  min-height: 100%;
	background: #030b16 url(../img/bg_pc.jpg) center top no-repeat fixed;
  background-size: cover;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
  font-size: 15px;  /* 15px */
  line-height: 1.8;
  color: #fff;
  margin: 0;
  padding: 0;
}

a{  color:#7df4ff; }

img{
	max-width: 100%;
	height: auto;
}

.is-pc{ display: block; }
.is-sp{	 display: none; }

.loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #07213f; }
  .loadingOverlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    margin: auto;
    display: block;
    background: url(../../img/loading.gif);
    width: 128px;
    height: 128px; }

.wrap{
  display: block;
  opacity: 0;
  transition: 0.2s ease;
  width: 100vw;
  min-width: 1200px;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0; }
.wrap.is-show{  opacity: 1; }

/*-----------header------------*/
.header{
  display: block;
  width: 100%;
  height: 784px;
  border-bottom: 2px solid #fff;
  margin: 0;
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width: 1680px) {
  .header{
    background:
     url(../img/header_right.png) right bottom no-repeat,
     url(../img/header_left.png) left top no-repeat;
   }
}

.header__inner{
  display: block;
  width: 100%;
  max-width: 1364px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 1270px) {
  .header__inner{
    background:
     url(../img/header_right2.png) right center no-repeat,
     url(../img/header_left2.png) left center no-repeat;
  }
}

.headerBox{
  display: flex;
  width: 1180px;
  height: 744px;
  margin: 0 auto;
  position: relative;
}

.headerBox .poster{
  display: block;
  width: 560px;
  height: 744px;
  overflow-y: hidden;
}

.headerBox .titleBox{
  display: block;
  width: 620px;
  height: 744px;
  background: url(../img/yamato_line.png) center center no-repeat;
  background-size: auto 100%;
}

.headerBox .titleBox h1{
  display: block;
  width: 700px;
  margin-top: 44px;
  /*margin-top: 24px;*/
  margin-left: -78px;
  margin-bottom: 16px;
  /*margin-bottom: 0;*/
}

.headerBox .titleBox h2{
  display: block;
  width: 436px;
  /*margin: 0 auto 24px auto;*/
  margin: -15px auto 5px auto;
}

.headBnr img{
  display: block;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
 .headBnr img{
  display: block;
  width: 90%;
  margin: 0 auto;
}

}

.headerBox .titleBox ul.navMain{
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.navMain li{
  display: block;
  width: 260px;
  height: auto;
  margin: 10px;
  /*margin: 4px 10px;*/
}

.navMain li.cs{
  background: url(../img/nav_off.png);
  background-size: 100%;
}

.navMain li.cs img{
  opacity:0.4;
}

.navMain li.bnr_pc{
  width: 380px;
  height: auto;
  margin: 12px 10px;
}

.navMain a{
  display: block;
  width: 100%;
  height: auto;
  background: url(../img/nav_off.png);
  background-size: 100%;
}

.navMain a:hover{
  background: url(../img/nav_on.png);
  background-size: 100%;
}

.corner{
  width: 74px;
  height: 74px;
  background: url(../img/corner_left.png);
  margin: 0 auto 20px 0;
}

/*-----------intro------------*/
.introWrap{
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #fff;
	background: #041123 url(../img/pcbg_intro.jpg) center center no-repeat fixed;
  background-size: cover;
}
.introWrap h1{
  display: block;
  width: 90%;
  max-width: 800px;
  height: auto;
  background: rgba(3,40,56,0.5);
  border: 1px solid #7d7d7d;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.introWrap h1 img{
  max-width: 720px;
}

.introWrap h2{
  width: 90%;
  height: auto;
  max-width: 980px;
  margin: 0 auto;
}

div.txtBox_1{
  width: 980px;
  height: auto;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto;
  padding-bottom: 40px;
}

div.txtBox_1 h3{
  text-align: left;
}

.history_txt{
  display: block;
  width: 96%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  font-size: 16px;
}

/*-----------trailer-----------*/
.movieWrap{
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #fff;
	background: #041123 url(../img/pcbg_movie.jpg) center center no-repeat fixed;
  background-size: cover;
}

.movieWrap h1{
  display: block;
  width: 90%;
  max-width: 800px;
  height: auto;
  background: rgba(150,180,193,0.5);
  border: 1px solid #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#trailer{
	display:block;
	width:90%;
  max-width: 980px;
	height:auto;
	margin:0 auto;
	padding:20px 0 50px 0;
	background:transparent;
	text-align:center;
	position:relative;
}

#player{
	width:100%;
	margin:0 auto;
	position:relative;
	padding-bottom: 56.25%;
	padding-top:20px;
	height:0;
	overflow:hidden;
}

#player iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  background: #000;
  border: 1px solid #333;
}

#trailer ul.movieNav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
	width:100%;
  max-width : 980px;
	height:auto;
	margin:16px auto;
	text-align:center;
	position:relative;
	font-size:0;
	line-height:0;
  /*border-bottom: 1px solid #949494;*/
}

#trailer ul.movieNav li{
  margin-right: 1px;
  margin-left: 1px;
  margin-bottom: 6px;
}

#trailer ul.movieNav li a{
	display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  width: auto;
  height: 46px;
  padding: 0 31px;
  /*background: url(../img24/trailer/btn_off.png) 0 0 repeat-x;
  background-size: auto 100%;*/
  background: rgba(0,0,10,0.4);
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 0;
	transition: .3s;
  border: 1px solid #949494;
}

#trailer ul.movieNav li.lge a{
  font-size: 17px;
  height: 46px;
  padding: 0 14px;
}

#trailer ul.movieNav li a:hover{
  background: rgba(255,255,255,0.6);
  color: #000;
  border: 1px solid #fff;
}

#trailer ul.movieNav li.active a{
  background: rgba(166,14,21,0.6);
  color: #fff;
	cursor: default;
}

.movieNav li a span{
  font-size:0.60rem;
  color: #ff0814;
}

/*-----------劇場・チケットr------------*/
.theaterWrap{
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.theaterWrap h1{
  display: block;
  width: 90%;
  max-width: 800px;
  height: auto;
  background: rgba(150,180,193,0.5);
  border: 1px solid #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;}

.theaterWrap h2.th_lead01{
  display: block;
  width: 90%;
  max-width: 898px;
  margin: 24px auto;
  text-align: center;}

.th_tokutenBox{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 980px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 60px 0;
  position: relative;}

.th_tokutenBox div.tokutenTxt{
  display: block;
  width: 640px;
  padding: 0;}

.tokutenTxt li{
  margin-bottom: 6px;}

.infoTxt{
  margin-top: 50px;
	color: #ccc;
	font-size: 14px;
  line-height: 1.6;}

.th_tokutenBox div.tokuten_photo{
  display: block;
  width: 334px;}

.theaterWrap h3{
  width: 270px;
  margin: 0 auto 4px auto;
  padding-left: -10px;
  position: relative;}

.thListBox{
  display: block;
  width: 980px;
  height: auto;
  margin: 10px auto;
  padding: 50px 0;
  background: rgba(0,89,130,0.3);
  border: 1px solid #7d7d7d;
}


.thListBox div.th__list{
  display: flex;
  justify-content: space-between;
  width: 700px;
  border-bottom: 1px dotted #fff;
  margin: 0 auto;
  padding: 8px 4px;
}

.th__list div.region{
  color: #deff44;
  font-weight: bold;
  width: 100px;
  padding-left: 12px;
}

.th__list div.thLink{
  display: flex;
  width: 600px; 
}
.thLink div.thName{
  width: 400px; 
  padding-left: 16px;
}
.thLink div.thName a{
  color: #fff;
}
.thLink div.tel{
  width: 200px;
}
.th__list div.maru{
  font-weight: bold;
  width: 60px;
  text-align: center;
}

/*-----------bddvd------------*/
.bd_spec{
  width: 90%;
  max-width: 700px;
  margin: 0 auto 20px auto;
}

.bd_spec2{
  width: 90%;
  max-width: 860px;
  margin: 0 auto 20px auto;
}
.bdpkg_tit{
  width: 90%;
  max-width: 712px;
  margin: 16px auto 10px auto;
}

.bdpkg_tit2{
  width: 80%;
  max-width: 712px;
  margin: 0 auto 10px auto;
}

.bd_tokutenBox{
  display: block;
  width: 100%;
  max-width: 880px;
  text-align: left;
  margin: 0 auto 30px auto;
  padding: 20px 30px;
  background: rgba(31,66,103,0.6);
  border: 1px solid #387ec6;
}

/*-----------goods------------*/
.goodsWrap{
  display: block;
  width: 100%;
  height: auto;
	background: url(../img/bg_goods.png) left top repeat-x;
  border-top: 2px solid #fff;
  padding-bottom: 50px;
}
.goodsWrap h1{
  display: block;
  width: 90%;
  max-width: 800px;
  height: auto;
  background: rgba(11,16,31,0.4);
  border: 1px solid #fff;
  margin: 0 auto 20px auto;
  text-align: center;
  position: relative;
}

.goodsWrap h1 img{
  max-width: 720px;
}

.goodsItem_wrap{
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.goodsItem {
  width: 100%;
  max-width: 980px;
  margin: 12px auto 28px auto;
  padding: 12px 10px 12px 12px;
  border: rgba(255, 255, 255, 0.3) 1px solid;
  background-color: #112658;
  position: relative;
  overflow: hidden;
  box-sizing: content-box; }
  .goodsItem .goodsItemImg {
    float: left;
    width: 34%; }
  .goodsItem dl {
    float: right;
    width: 64%; }
  .goodsItem dt {
    width:100%; }
  .goodsItem dd {
    padding-top: 20px;
    text-align: left; }

.notice_link{
  width: 100%;
  max-width: 520px;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.notice_link a{
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 20px 10px 10px;
  background: url("../img/goods_notice_allow.png") right center no-repeat;
  background-size: auto 40%;
  background-color: rgba(0, 108, 255, 0.4);
  border-radius: 10px;
  justify-content: left;
  align-items: center;
  line-htight: 0;
}

.notice_link a:hover{
  background-color: rgba(0, 108, 255, 1.0);
}

.notice_link img{
  width: 90%;
  max-width: 310px;
}

.notice_link img.flower{
  margin-top: 0;
  max-width: 190px;
}




/*-----------footer------------*/
.snsBox{
  padding-top: 30px;
	margin-bottom: 30px;
}

p.goHome{
	margin: 0 auto 30px auto;
  width: 410px;
}

p.goHome a:hover img {
 opacity: 0.5;
}
 
p.goHome a img {
 transition: opacity 0.3s ease-out;
}

.snsBox ul{
	display: flex;
	justify-content: center;
}
.snsBox ul li{
	margin-right: 3px;
	margin-left: 3px;
}
.snsBox ul li img{
	width: 58px;
}
.copyright{
	text-align: center;
  font-size: 0.7rem;
	color: #c7c7c7;
  padding-top: 20px;
  padding-bottom: 30px;
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 5px;
  width: 140px;
  display: none;
  font-size:0;
  line-height:0;
  z-index: 10;
 }
  .pagetop img {
    width: 100%;
    z-index: 10; }



/*-----明朝------*/
.ffMin{
  font-family: 'Noto	Serif JP', serif;
  font-weight: 400;
}

.ffMin-B{
  font-family: 'Noto	Serif JP', serif;
  font-weight: 600;
}

/*-----box下line------*/
.u_line_red{
  display: block;
  border-top: 1px solid #ae0400;
  border-bottom: 1px solid #ae0400;
  padding: 12px 8px;
  line-height: 1;
  background: rgba(117,0,6,0.2);
}

.u_line_blue{
  display: block;
  border-top: 1px solid #0784b8;
  border-bottom: 1px solid #0784b8;
  padding: 12px 8px;
  line-height: 1;
  background: rgba(11,78,106,0.3);
}

/*-----padding------*/

.pt5per{
	padding-top:5%;
}

.pl5{
	padding-left: 5px;
}

.pl10{
	padding-left: 10px;
}

.pl20{
	padding-left: 20px;
}



.pr10{
	padding-right: 10px;
}

.mb5{
	margin-bottom: 5px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mb40{
	margin-bottom: 40px;
}

.fz14{
  font-size: 0.96rem;
}

.bold{
  font-weight: 700;
}

.lineh20{
  line-height: 26px;
}


/*-----etc------*/

ul.disc li{
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.35rem;
  padding-right: 0;
  text-indent: -1.35rem; 
}

.red_1{ color: #ff0000;}
.blue1{ color: #c3dbe3;}
.yellow1{color: #fff88e}

.indent_1 {
  padding-left: 1rem;
  padding-right: 0;
  text-indent: -1rem; }

.indent_16 {
  padding-left: 16px;
  padding-right: 0;
  text-indent: -16px; }

.indent_05 {
  padding-left: 0.5rem;
  padding-right: 0;
  text-indent: -0.5rem; }

.indent_4 {
  padding-left: 4.2rem;
  padding-right: 0;
  text-indent: -4.2rem; }

.indent_6 {
  padding-left: 6rem;
  padding-right: 0;
  text-indent: -6rem; }

.hide {
  font-size:0px;
  line-height:0px;
  text-indent:100%;
  white-space:nowrap;
  color:transparent;
  overflow: hidden;
}

.no_wrap{
  white-space: nowrap
}

.LineBox{
  border-bottom: 1px dotted #3989c0;
  border-top: 1px dotted #3989c0;
  padding-top: 10px;
  padding-bottom: 8px;
}

.bnrbtn{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bnrbtn li{
  width: auto;
  height: auto;
  margin: 0 4px;
}

.bnrbtn li a{
  width: 100%
  height: 100%;
  padding: 16px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
}

.bnrbtn li a:hover{
  background: #960108;
  color: #fff;
  text-decoration: none;
}


.indent_1 {
  padding-left: 15px;
  text-indent: -15px; }

.indent_2 {
  padding-left: 30px;
  text-indent: -30px; }

.indent_3 {
  padding-left: 45px;
  text-indent: -45px; }

.ind-1 {
  text-indent: -15px; }

