@charset "UTF-8";
/* CSS Document */

/***
* common_sp.css
*/

@media only print, only screen and (min-width: 18.75em){
	
.tab,
.pc,
.pc_tab{
	display:none;
}

.sp{
	display:block;
}

.hover:hover{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

.hyphen{
  position: relative;
  top: -0.5vw;
}

/* layout */

body{
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  background-size: contain;
}

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background: url("../img/bg_paper_sp.jpg") no-repeat;
  background-size:cover;
}

/* header */

#header{
  width: 100%;
  min-height: 56px;
  background: #fff;
  border-bottom: 1px solid #000;
  font-size: 15px;
  font-family:'Century Schoolbook W01', Georgia, "Times New Roman", Times, "serif";
  letter-spacing: 0.1em;
  position: fixed;
  z-index: 7777;
  transform: translateY(-76px);
  transition: all 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#header.show{
  transform: translateY(0);
  transition: all 1000ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#header::after{
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 2px;
}

#btnMenu,
#btnClose{
  position: absolute;
  top: 21px;
  left: 20px;
  font-family:'Century Schoolbook W01', Georgia, "Times New Roman", Times, "serif";
  font-size: 12px;
  transform: scale(0.9, 1);
  transform-origin: top left;
}

#logoSp{
  width: 120px;
  margin: 0 auto;
  padding-top: 15px;
}

#navSp{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3333;
  text-align: center;
  background: #000 url("../img/bg_navsp.mp4") center no-repeat;
  transform: translate3d(-100%, 0, 0);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

#navSp.active{
  transform: translate3d(0, 0, 0);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
}

#btnClose{
  color: #fff;
}

#logoNav{
  width: 160px;
  margin: 36px auto 60px;
}

#navSpMain{
  margin-bottom: 50px;
}

#navSpMain a{
  color: #fff;
  font-family:'Century Schoolbook W01', Georgia, "Times New Roman", Times, "serif";
  font-size: 6.4vw;
  line-height: 1.9;
  letter-spacing: 0.08em;
  display: inline-block;
}

#navSpMain .active a{
  color: #b7a57a;
}

.snsBtns{
  width: 190px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.snsBtns ul{
  width: 220px;
}

.snsBtns li{
  float: left;
  margin-right: 27px;
  position: relative;
}

.btnA24{
  width: 45px;
  top: 2px;
}

.btnFilm{
  width: 22px;
}

.btnTw{
  width: 22px;
  top: 2px;
}

.btnIg{
  width: 20px;
  top: 2px;
}

#navSp h6{
  position: absolute;
  bottom: 21px;
  left: 20px;
  color: #fff;
  font-size: 10px;
  font-family: Arial, Helvetica, "sans-serif";
  letter-spacing: 0.02em;
}

#closeOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
  left:0;
  z-index:2222;
  display: none;
}

/* main */

#top{
  position: relative;
}

#bg{
  width: 100%;
  height: 100%;
}

#bgTop{
  overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#bg video{
  position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: 100vh;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}

#logoTop{
  width: 65vw;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#topCopy{
  width: 4.53vw;
  position: absolute;
  top: 15px;
  left: 15px;
}

#topSubSp{
  width: 88.26vw;
  position: absolute;
  bottom: 90px;
  left: 20px;
}

#topCredit{
  width: 100%;
  position: absolute;
  top: 18px;
  color: #fff;
  font-size: 10px;
  line-height: 1.6;
  font-family: a-otf-gothic-bbb-pr6n, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  transform: scale(0.9, 1);
  transform-origin: top center;
}

#btnArrow{
  width: 100%;
  height: 80px;
  background: url("../../top/img/icon_arrow.svg") center no-repeat;
  background-size: 30px;
  position: absolute;
  bottom: 0;
}

#bnrMovie{
  width: 300px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 7777;
}

#bnrMovie ul{
  width: 320px;
}

#bnrMovie li{
  width: 100px;
  margin-right: 10px;
  float: left;
}

#bnrMovie a{
  filter: grayscale(100%);
  transition-duration: 0.5s;
}

#bnrMovie a:hover{
  filter: grayscale(0);
  transition-duration: 0.5s;
}

#bnrSecret{
  width: 110px;
  position: absolute;
  bottom: 20px;
  right: 15px;
  z-index: 7777;
}

/* section */

section{
  width: 100%;
  min-height: 100%;
  position: relative;
}

#second{
  height: auto;
  padding: 80px 0 60px;
  border-bottom: 1px solid #000;
}

#ttl_secondCopy{
  width: 15.2vw;
  position: relative;
  margin: 0 auto;
  padding-top: 73px;
}

#award{
  padding: 0 15px 0;
  position: relative;
}

#awardL{
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-bottom: 0;
  overflow: hidden;
}

#awardL ul{
  width: auto;
}

#awardL li{
  width: 100%;
  float: none;
  margin: 0 30px 20px 0;
}

#awardS{
  width: calc(100% - 30px);
  margin: 0 auto 20px;
  overflow: hidden;
}

#awardS ul{
  width: calc(100% + 27px);
}

#awardS li{
  width: calc(50% - 26px);
  float: left;
  margin: 0 26px 15px 0;
}

#awardTxt{
  width: calc(100% - 30px);
  margin: 0 auto;
}

/* introduction */

#introduction{
  margin-bottom: 60px;
  padding-top: 120px;
}

#ttlIntroduction{
  width: 160px;
  margin: 0 auto 80px;
}

#introductionTxt{
  float: none;
  margin-left: 0;
  transform: scale(0.9, 1);
  transform-origin: top center;
}

#introduction h4{
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-family: Shuei Mincho M, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#introduction p{
  width: 100%;
  font-size: 12px;
  line-height: 2;
  font-family: Shuei Mincho M, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: justify;
}

#bgStamp{
  width: 17.3vw;
  position: absolute;
  top: 40vw;
  right: 30px;
  animation: 30s linear infinite rotation;
}

#introductionImgPhoto{
  width: 90vw;
  height: 80vw;
  margin: 0 auto;
  position: relative;
  top: -50px;
  right: 0;
}

#introductionImgPhoto li{
  position: relative;
  list-style-type: none;
}

#introductionImgPhoto li:hover{
  z-index: 1111;
}

#introductionImg1{
  width: 60vw;
  top: 0;
  left: 22.5%;
}

#introductionImg2{
  width: 41.3vw;
  top: -15vw;
  right: -47vw;
}

#introductionImg3{
  width: 60vw;
  top: -56vw;
  left: 0;
}

@keyframes rotation{
  0%{ transform:rotate(0); }
  100%{ transform:rotate(360deg); }
}

/* story */

#story{
  min-height: calc(100vh - 73px);
  padding-top: 57px;
}

#storyImg{
  width: 100%;
  height: auto;
  overflow: hidden;
}

#storyImg video{
  position: relative;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
  height: auto;
	min-width: 100%;
	min-height: 100%;
}

#storyTxt{
  width: 100%;
  height: auto;
  float: none;
  background: #fff;
}

#storyTxtInner{
  padding: 20px;
  height: auto;
}

#storyTxtInner h3{
  width: 70px;
  margin: 40px auto 50px;
}

#storyTxtInner h4{
  width: 220px;
  margin: 0 auto 40px;
}

#storyTxtInner p{
  padding: 0 20px;
  transform: scale(0.9, 1);
}

#storyTxtInnerWrap{ 
  border: 3px solid #000;
}

#storyTxtInner p{
  margin-bottom: 70px;
  font-size: 11px;
  line-height: 2;
  text-align: justify;
}

/* comment */

#comment{
  padding-top: 120px;
}

#ttlComment{
  width: 104px;
  margin: 0 auto 50px;
}

#commentImg1,
#commentImg2,
#commentImg3{
  position: absolute;
  top: 0;
  z-index: 0;
}

#commentImg1{
  width: 20vw;
  top: 370px;
  left: -10px;
}

#commentImg2{
  width: 18.4vw;
  top: 560px;
  right: 0;
}

#commentImg3{
  width: 25.3vw;
  top: 1000px;
  left: -20px;
}

#commentList{
  margin-bottom: 60px;
}

#commentList li{
  margin-bottom: 40px;
  transform: scale(0.9, 1);
  text-align: center;
}

#commentList h4{
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: -0.02em;
}

#commentList h5{
  font-family: a-otf-gothic-bbb-pr6n, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 12px;
  line-height: 1.4;
}

#commentImg li{
  width: calc(100% / 2);
  float: left;
}

/* movie */

#trailer{
  padding: 120px 0 60px;
  background: url("../../second/bg_movie") center no-repeat;
  background-size: cover;
}

#ttlMovie{
  width: 93px;
  margin: 0 auto 50px;
}

#movieMain{
  width: calc(100% - 30px);
  margin: 0 auto 60px;
  text-align: center;
}

#movieMain a,
#movieSub a{
  position: relative;
  display: block;
}

#movieMain a::after{
  content: '';
  width: 60px;
  height: 40px;
  margin-top: -20px;
  background: url("../../second/icon_play.svg") center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#movieSub a::after{
  content: '';
  width: 40px;
  height: 28px;
  margin-top: -20px;
  background: url("../../second/icon_play.svg") center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#movieMain p,
#movieSub p{
  margin-top: 20px;
}

#movieSub{
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

#movieSub ul{
  width: 100%;
}

#movieSub li{
  width: 100%;
  float: none;
  margin: 0 0 40px 0;
  text-align: center;
}

#modal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 7777;
}

#bgModal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 7778;
  background: #000;
  opacity: 0.9;
  cursor: pointer;
}

#modalInner{
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  z-index: 7779;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#btnTrailerClose{
  width: 17px;
  position: absolute;
  top: -30px;
  right: 20px;
  display: block; 
}

#modalTab li a{
  width: calc(100% / 3 - 1px);
  padding: 15px 0;
  background: #fff;
  font-size: 12px;
  text-align: center;
  float: left;
}

#trailer1Tab.active a,
#trailer2Tab.active a,
#trailer3Tab.active a{
  background: #b7a57a;
}

#modal iframe{
  width: 100%;
  height: 50vw;
}

/* cast */

#cast{
  padding: 120px 0 0;
}

#ttlCast{
  width: 142px;
  margin: 0 auto 60px;
}

.castInner{
  margin: 0 15px;
  padding-top: 35px;
  background: url("../img/bd.gif") repeat-x;
  background-size: 5px;
}

.castList{
  width: 100%;
}

.castList ul{
  width: 100%;
}

.castList li{
  width: 100%;
  min-height: auto;
  margin: 0 0 30px 0;
  padding-right: 0;
  float: none;
  border-right: none;
}

.castList li:last-child{
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.castList h2{
  margin-bottom: 10px;
  font-family: 'CenturySchlbkMTW01-Ital', Georgia, "Times New Roman", Times, "serif";
  font-size: 26px;
  line-height: 1.2;
}

.castList h3{
  margin-bottom: 22px;
  font-family: a-otf-gothic-bbb-pr6n, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 11px;
}

.castImg{
  margin-bottom: 26px;
}

.castList h4{
  margin-bottom: 25px;
  font-family: Shuei Mincho M, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 14px;
  line-height: 2;
  transform: scale(0.9, 1);
  transform-origin: top left;
  letter-spacing: 0;
}

.castList h5{
  margin-bottom: 26px;
  font-family: Shuei Mincho M, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.09em;
  transform: scale(0.9, 1);
  transform-origin: top left;
}

.castList p{
  font-family: a-otf-gothic-bbb-pr6n, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 11px;
  line-height: 1.65;
  text-align: justify;
}

.crewList{
  width: 100%;
  overflow: hidden;
}

.crewList ul{
  width: 100%;
  display: block;
  flex-wrap: wrap;
}

.crewList li{
 width: 100%;
 margin: 0 60px 50px 0;
 text-align: center;
}

.crewList h4{
  margin-bottom: 10px;
  font-family:'Century Schoolbook W01', Georgia, "Times New Roman", Times, "serif";
  font-size: 19px;
  letter-spacing: 0.06em;
}

.crewList h5{
  margin-bottom: 20px;
  font-family: Shuei Mincho M, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 16px;
}

.crewList p{
  font-family: a-otf-gothic-bbb-pr6n, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 11px;
  line-height: 1.65;
  text-align: justify;
}

/* footer */

#footer{
  background: #fff;
}

#footerInnerSp{
  padding: 20px 20px;
}

}