@charset "utf-8";
/* CSS Document */
/*------------ smartphone ------------*/

@media screen and (max-width: 800px) {

html {
  height:100%;
  font-size: 100%;
}

body{
  font-size: 0.96rem;
  line-height: 1.6;
		-webkit-text-size-adjust: 100%;
}

.is-sp{
	display: block;
}
.is-pc{
	display: none;
}

img{
	max-width: 100%;
	height: auto;
}

.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);
    background-size: 64px;
    width: 64px;
    height: 64px; }

.wrap{
		min-width: 100vw;
		max-width: 800px;
}

.wrap::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: #030b16 url(../img/bg_pc.jpg) center top / cover no-repeat;
  -webkit-background-size:cover;
  }

/*-----------header------------*/
.header{
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
  position: relative;
		z-index: 1;
}

.header__inner{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.headerBox{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.headerBox .poster{
  display: none;
}

.headerBox .titleBox{
  display: block;
  width: 100%;
  height: auto;
		margin-bottom: 8vw;
  background: url(../img/yamato_line.png) center bottom no-repeat;
  background-size: 76% auto;
		z-index: 1;
}

.headerBox .titleBox h1{
  display: block;
  width: 96%;
  margin: -20vw auto 6vw auto;
		z-index:5;
}
.headerBox .titleBox h2{
  display: block;
  width: 86%;
  margin: 0 auto 12vw auto;
}

.headerBox .titleBox ul.navMain{
  display: flex;
  width: 100%;
  margin: 0 auto 8vw auto;
		padding: 2vw 2vw 24vw 2vw;
  flex-wrap: wrap;
  justify-content: center;
}

.headerBox .titleBox ul.navMain.onBnr{
		padding: 2vw 2vw 4vw 2vw;
  margin: 0 auto 4vw auto;
}
.navMain li{
  display: block;
  width: 46vw;
  height: auto;
  margin: 2vw 1vw ;
}

.corner{
  width: 12vw;
  height: 12vw;
  background: url(../img/corner_left.png);
	background-size: 100%;
  margin: 0 auto 16px 0;
}

/*-----------intro------------*/

.introWrap{
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #fff;
		background: #041123 url(../img/spbg_intro.jpg) center top no-repeat;
		background-size: 100% auto;
}

.introWrap h1{
  display: block;
  width: 90%;
  max-width: 720px;
  height: auto;
  background: rgba(3,40,56,0.5);
  border: 1px solid #7d7d7d;
  margin: 0 auto 2vw auto;
  text-align: center;
  position: relative;
}
.introWrap h1 img{
  width: 100%;
}

.introWrap h2{
  display: block;
  width: 98%;
	max-width: 760px;
  margin: 0 auto 2vw auto;
}

div.txtBox_1{
  width: 90%;
  height: auto;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto;
  padding-bottom: 8vw;
}

/*-----------trailer-----------*/
.movieWrap{
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #fff;
		background: #041123 url(../img/spbg_movie.jpg) center center no-repeat;
		background-size: cover;
}

.movieWrap h1{
  display: block;
  width: 90%;
  max-width: 720px;
  height: auto;
  background: rgba(150,180,193,0.5);
  border: 1px solid #fff;
  margin: -5vw auto 0 auto;
  text-align: center;
  position: relative;
}
.movieWrap h1 img{
  width: 100%;
}

#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:2vw auto;
	text-align:center;
	position:relative;
	font-size:0;
	line-height:0;
  /*border-bottom: 1px solid #949494;*/
}

#trailer ul.movieNav li{
		display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48%;
		height: auto;
  font-size: 0.9rem;
  text-align: center;
		margin-bottom: 6px;
}

#trailer ul.movieNav li.lge{
  width: calc(96% + 2px);
		height: auto;
}


#trailer ul.movieNav li a,
#trailer ul.movieNav li.lge a{
  color: #fff;
  width: 100%;
  height: auto;
  padding: 16px 4vw;
  /*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: 1rem;
  line-height: 0;
		transition: .3s;
  border: 1px solid #949494;
}

#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;
}

.theaterWrap h1{
  display: block;
  width: 90%;
  max-width: 720px;
  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: 720px;
  margin: 4vw auto;
  text-align: center;
}

.th_tokutenBox{
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 4vw 0;
  position: relative;
}

.th_tokutenBox div.tokutenTxt{
  display: block;
  width: 100%;
  padding: 2vw 0 0 0;}

.tokutenTxt li{
  margin-bottom: 8px;}

.infoTxt{
  margin: 6vw 0 8vw 0;
	font-size: 0.92rem;}

.th_tokutenBox div.tokuten_photo{
  display: block;
  width: 80%;
  margin: 0 auto;
}

.theaterWrap h3{
  width: 44%;
		max-width: 350px;
  margin: 0 auto 1vw auto;
		padding: 0;
  position: relative;}

.theaterWrap h3 img{
	margin: 0 2vw 0 -2vw;
	width: 100%;
}

.thListBox{
  display: block;
  width: 98%;
		max-width: 560px;
  height: auto;
  margin: 2vw auto;
  padding: 4vw 1vw 8vw 1vw;
}
.thListBox div.th__list{
  display: flex;
  justify-content: space-between;
		align-content: center;
  width: 96%;
		max-width: 520px;
  border-bottom: 1px dotted #fff;
  margin: 0 auto;
  padding: 8px 4px;
}

.th__list div.region{
  width: 18%;
	font-size: 0.88rem;
	padding-top: 1px;
	padding-left: 8px;
}
.th__list div.thLink{
  display: flex;
		flex-direction: column;
	flex-wrap: wrap;
  width: 74%; 
}
.thLink div.thName{
  width: 100%;
	font-size: 0.9rem;
	padding-left: 0;
}

.thLink div.tel{
  width: 100%;
}
.th__list div.maru{
  width: 8%;
	font-size: 0.9rem;
}




/*-----------footer------------*/
.snsBox ul li img{
	width: 43px;
}
.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80px;
  display: none;
  z-index: 10;
 }
  .pagetop img {
    width: 100%;
    z-index: 10;
 }

p.goHome{
	margin: 0 auto 30px auto;
  width: 60%;
  max-width: 320px;
}

.mt-8per{
	margin-top:-8%;
}

/*-----------bddvd------------*/
.bdpkg_tit{
  width: 90%;
  max-width: 720px;
  margin: 4px auto 12px auto;
}

/*-----------GOODS------------*/
.goodsWrap{
  border-top: 1px solid #fff;
  padding-bottom: 50px;
}

.goodsWrap h1{
  display: block;
  width: 90%;
  max-width: 720px;
  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: 100%;
}

.goodsItem_wrap{
  display: block;
  width: 96%;
		max-width: 768px;
  margin: 0 auto;
}

.goodsItem_wrap .goodsItem{
  width: 92%;
  margin: 0 auto 6vw auto;
  padding: 12px 10px;
  border: rgba(255, 255, 255, 0.3) 1px solid;
  background-color: #112658;
  position: relative;
  overflow: hidden;
  box-sizing: content-box; }

  .goodsItem dl {
    clear:both;
    width: 100%; }
  .goodsItem dt {
    width:100%; }
  .goodsItem dd {
    padding-top: 20px;
    text-align: left;
    font-size: 0.88rem; }

/*-----etc------*/
.bnrbtn{
  display: block;
		width: 100%;
		margin: 0;
		padding-bottom: 10px;
		line-height: 0;
}

.bnrbtn li{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 8px 0;
		line-height: 1.0;
}

.bnrbtn li a{
  display: block;
  width: 100%
  padding: 5px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 8px;
  font-size: 15px;
		text-align: center;
	  white-space: nowrap;
}

.bnrbtn li a:hover{
  background: #960108;
  color: #fff;
  text-decoration: none;
}
.breakword{
	word-wrap:break-word;
	}
}
