* {
    box-sizing: border-box;
}


/*Reset*/
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	border-collapse: collapse;
	vertical-align: top;

}

textarea,
input{
  -webkit-appearance:none;
}
/* ------------------------------------------------*/
html {
	font-size:62.5%;
	height: 100%;
}

body {
	margin:0 auto;
	padding:60px 0 0 0;
  font-family:"Shuei Mincho M","Times New Roman" , YuMincho, '游明朝' , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;

	background: #fff;
	color: #111;
	height: 100%;
  overflow-x: hidden;
}

textarea,
select,
input[type="text"],
input[type="email"],
input[type="tel"]{
  padding: 0.2em 0.4em;
  background: #dddddd;
  border:2px solid #ddd;
  border-radius: 0;
  font-size:14px;
  font-size:1.6rem;
}

a{
  text-decoration: none;
}
button{
  cursor: pointer;
}
input,
textarea{
  width: 100%;
}

em{
  font-style: normal;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.s{
  background: url(images/common/sprite.png) no-repeat 0 0 / 500px 500px;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.sb:before{
  content: '';
  background: url(images/common/sprite.png) no-repeat 0 0 / 500px 500px;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.pc{
  display: none;
}

.l_t{
  margin-top:30px;
}

.button,
.link{
  text-align: center;
}
.link a,
button{
  padding: 0.4em 2em;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size:16px;
  font-size:1.6rem;
}
.img{
  margin: 0 auto;
}
.img.frame{
  margin:0 10px;
}
img{
  width: 100%;
  height: auto;
}

/* font */
.font_bold{
  font-family:"Shuei Mincho B","Times New Roman" , YuMincho, '游明朝' , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.text_right{
  text-align: right;
}
.text_center{
  text-align: center;
}
.text_shadow{
  text-shadow: 0 0 10px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9),0 0 10px rgba(0,0,0,0.9);
}
.author{
  margin-top:10px;
  text-align: right;

}

/* nav */
#button_menu{
  background: #000;
  position: fixed;
  left:10px;
  top:20px;
  width: 30px;
  height: 30px;
  z-index: 3;
  transition: all 200ms;
  transform:scale(0);
}
#button_menu.button_open{
  transform:scale(1);
}
#button_menu span{
  position: absolute;
  height: 2px;
  width: 22px;
  top:14px;
  left:4px;
  background: #fff;
  transition: all 200ms;
}
#button_menu span:before,
#button_menu span:after{
  content: '';
  position: absolute;
  height: 2px;
  width: 22px;
  background: #fff;
  transform:translateY(-7px);
  transition: all 200ms;
}
#button_menu span:after{
transform:translateY(7px);
}




header{
  width: 100%;
  height: 60px;
  position: fixed;
  background: #9f9fa0;
  padding:0px;
  z-index: 10;
	top: 0;
	left: 0;
  transition:transform 500ms;
}

header .credit{
  position: absolute;
  top:10px;
  left:10px;
  width: 117px;
  height: 40px;
}
header .logo{
  margin:-20px 0 0 -42px;
  position: absolute;
  top:50%;
  left:50%;
  width: 83px;
  height: 40px;
  background-position: -130px 0;
}
header .sw{
  position: absolute;
  top:10px;
  right:10px;
  width: 40px;
  height: 40px;
  display: block;
  background: #fff;
  z-index: 10;
}
header .sw span{
  margin:-1px 0 0 -15px;
  position: absolute;
  height: 2px;
  width: 30px;
  background: #111;
  border-radius: 2px;
  top:50%;
  left:50%;
  transition:all 500ms;
}
header .sw span::before,
header .sw span::after{
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 30px;
  top:0;
  left:0;
  transform:translateY(-8px);
  background: #111;
  transition:all 500ms;
}
header .sw span::after{
  transform:translateY(8px);
}
header.open .sw span{
  transform:rotate(360deg);
  background: #fff;
}
header.close{
  transform:translateY(-100px);
}

header.open .sw span::before{
  transform:rotate(45deg);
}
header.open .sw span::after{
  transform:rotate(-45deg);
}
header nav{
  top:0;
  left:0;
  position: fixed;
  width: 100%;
  height:100%;
  box-sizing: border-box;
  opacity: 0;
  transform:scale(0);
  transition:all 500ms;
}
header.open nav{
  opacity: 1;
  transform:scale(1);
}
header nav ul{
  background: rgba(0,0,0,0.8);
  display: flex;
  flex-direction:column;
  justify-content:space-between;
  width: 100%;
  height: 100%;
}
header nav li{
  display: flex;
  flex:auto;
  align-items: center;
  text-align: center;
}
header nav a{
  padding:10px 0;
  display: block;
  width: 100%;
  color: #fff;
}
header nav em{
  display: block;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-style: normal;
  line-height:1.5;
}
header nav span{
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  font-style: normal;
  line-height:1.5;
}
main{
  position: relative;
	z-index: 2;
  height: 100%;
  background: #fff;
}



#copy_release{
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}


ul.sns{
  margin: 10px auto 0 auto;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 20px;
  table-layout: fixed;
}
ul.sns li.l_c{
  display: table-cell;
}
ul.sns li.l_c:after{
  display: none;
}

ul.sns a{
  padding: 0.7em;
  display: block;
  text-align: center;
  font-size:16px;
  font-size:1.6rem;
  background: #3B5998;
  color: #eee;
  line-height: 1;
  transition:all 100ms;
  border-radius: 2px;
}
ul.sns a:hover{
  background: #23355B;

}

ul.sns li.tw a{
  background: #236bad
}
ul.sns li.tw a:hover{
  background: #55ACEE
}
ul.sns li.line a{
  background: #088500
}
ul.sns li.line a:hover{
  background: #1DCD00
}

footer{
  margin:20px 0 0 0;
  padding: 0px 10px 20px 10px;
  background: #111;
}
footer ul{
  padding-top:10px;
}
footer li{
  font-size:1.4rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

footer a{
  color: #fff;
}
#go2pagetop{
  right: 10px;
  bottom:10px;
  background: #000;
  z-index: 2;
  position: fixed;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translateY(100px);
  transition:all 500ms;
}
#go2pagetop a{
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  height: 100%;
}
#go2pagetop a:before{
  position: absolute;
  content: '';
  border-left:2px solid #fff;
  border-top:2px solid #fff;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  left:13px;
  top:15px;
  z-index:10;
}

#go2pagetop.open{
  transform: translateY(0);
}



.br_sp:before{
  content: "\A" ;
  white-space: pre ;
}

#black{
  background: rgba(0,0,0,0.8);
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.youtube{
  position: fixed;
  z-index: 1;
  top:50%;
  left:50%;
  margin: -95px 0 0 -175px;
  width:350px;
  height:190px;
  border: 5px solid #000;
  background: #fff;
}
.youtube span{
  position: absolute;
  overflow: hidden;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  width: 40px;
  height: 40px;
  top:-40px;
  right:-5px;
  background: #000;
  z-index: 20;
  cursor: pointer;

}
.youtube span:before,
.youtube span:after{
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top:20px;
  left:5px;
  transform: rotate(-45deg);
}
.youtube span:after{
  transform: rotate(45deg);
}
.youtube p{
  margin:0;
  
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
    position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width:100%;

}
iframe{
  margin: 10px 0 0 10px;
  width:320px;
  height:160px;
  overflow: hidden;
  border-style: none;
}


section{
  padding:30px 0;
}

main p{
  margin:2em 0 0 0;
  padding: 0 20px;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
}


dt{
  margin: 0 10px 0 10px;
  padding: 1em 0 0 0;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: bold;
}
dd{
  margin: 0 10px 0 10px;
  padding: 1em 0 0 0;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}


p.note{
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

h1{
  position: relative;
  background: url(images/introduction/h1_back_sp.jpg) no-repeat center bottom;
  background-size: cover;
  height: 350px;
  width: 100%;
  display: table;
}
h1 em{
  display: table-cell;
  vertical-align: middle;

  z-index: 2;
  color: #fff;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
}
h1 span{
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
}
h1 .eng{
  font-size: 40px;
  font-size: 4rem;
}

h2{
  padding:20px 20px 0 20px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-family:"Shuei Mincho B","Times New Roman" , YuMincho, '游明朝' , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  line-height: 1.5;
}

h3{
  padding:30px 20px 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family:"Shuei Mincho B","Times New Roman" , YuMincho, '游明朝' , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

strong{
  font-family:"Shuei Mincho B","Times New Roman" , YuMincho, '游明朝' , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: bold;
}

.title_border::before{
  margin:0 0 15px 0;
  content: '';
  width: 90px;
  height: 5px;
  background: #000;
  display: block;
}
.title_border{
  padding-left:20px;
  text-align: left;
}

/* home */
#page_home{
  padding-top:0;
}

#page_home #space_intro{
  height: 400px;
  position: relative;
  overflow: hidden;
}
#page_home #space_intro::before,
#page_home #space_intro::after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;

  background: #000;
  z-index: 10;
  top:0;
  left:0;
  opacity: 0;
  transition:all 5000ms;
}
#page_home #space_intro::after{
  margin:-15px 0 0 -15px;
  top:50%;
  left:50%;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: rgb(255,255,255);
}

#page_home #space_intro.loading::before,
#page_home #space_intro.loading::after{
  opacity:1;
  transition:all 5000ms;
}
#page_home #space_intro.loading::after{
  animation : animation_loading 1000ms linear 0ms infinite;
}

@keyframes animation_loading{
  0%{
    transform:scale(0);
    opacity:0;
  }
  50%{
    opacity:1;
  }
  100%{
    opacity:0;
    transform:scale(1.5);
  }
}
#page_home h1{
  margin:-98px 0 0 -168px;
  position: absolute;
  top:50%;
  left:50%;
  width: 335px;
  height: auto;
  background-image: none;
}
#page_home .bg{
  position: relative;
  height: 100%;
  z-index: -1;
}
#page_home .bg div{
  position: absolute;
  background-repeat:no-repeat;
  background-position: 0 0;
  background-size: cover;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
#page_home .bg div.hide{
    transform: scale(1.1);
    animation: anime_top_image_hide linear 3000ms 0s forwards;
}
#page_home .bg div.display{
  transform:scale(1.1);
  opacity: 1;
  animation: anime_top_image_display linear 3000ms 0s forwards;
}

@keyframes anime_top_image_display{
  0%{
    opacity:0;
    transform:scale(1);
  }
  50%{
    opacity:1;
  }
  100%{
    transform:scale(1.1);
    opacity:1;
  }
}
@keyframes anime_top_image_hide{
  0%{
    opacity:1;
    transform:scale(1.1);
  }

  100%{
    opacity:0;
    transform:scale(1.3);
  }
}
#page_home .bg #bg_1{
  background-image: url(images/home/main1_sp.jpg);
}
#page_home .bg #bg_2{
  background-image: url(images/home/main2_sp.jpg);
}
#page_home .bg #bg_3{
  background-image: url(images/home/main3_sp.jpg);
}
#page_home .bg #bg_4{
  background-image: url(images/home/main4_sp.jpg);
}
#page_home #space_copies{
  padding:20px 10px;
  background: #9f9fa0;
}
#page_home #space_copies p:first-child{
  margin-top:0;
}

.space_information{
  margin:15px;
  padding-bottom: 15px;
  border:5px solid #9f9fa0;
}

.space_information dt{
  margin-top:30px;
  font-size: 20px;
  text-align:center;
  line-height: 1.4;
}
.space_information dt:first-child{
  margin-top:0;
}
.space_information dd{
  margin:0 15px;
  padding-top:0px;

}
.space_information p{
  padding:0;
  margin-top:10px;
  line-height: 1.6;
}
.space_information .img{
  width: 224px;
}
.space_information .title_black{
  margin:20px 0 10px 0 ;
  padding:0.6em 0.3em 0.4em 0.5em;
  line-height: 1;
  background: #111;
  color: #fff;
  display: inline-block;
  border-radius: 60px;
}
.played .space_information{
  display: none;
}

#page_intro #space_prizes{
  padding:10px 0 30px 0;
  background: #ccc;
}
#page_intro #space_prizes p{
  text-align: center;
}
#page_intro #space_prizes img{
  max-width:670px;  
}

#page_intro p.intro{
  margin-top:-30px;
  margin-bottom: 10px;
  padding:10px 0 30px 0;
  background: #111;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
#page_intro p.intro em{
  font-size: 40px;
  font-size: 4rem;
}

#page_background h1{
  background-image:url(images/background/h1_back_sp.jpg);
  background-position: center top;
}

#page_director h1{
  background-image: url(images/director/h1_back_sp.jpg);
}

#page_comments h1{
  background-image: url(images/comments/h1_back_sp.jpg);
}

#page_comments .comments{
  margin:0 15px;
}
#page_comments .comments li{
  margin:80px 0 0 0;
  line-height: 1.5;
}

#page_comments .comments li em{
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Midashi Min MA31';
  color: #222;

}
#page_comments .comments li span::before{
  margin:0 5px 0 0;
  content: '';
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #111;
  vertical-align: middle;

}
#page_comments .comments li span{
  position: relative;
  margin-top:10px;
  font-family: 'Gothic MB101 Bold';
  display: block;
  font-size: 20px;
  font-size: 2rem;
  text-align: right;
  color: #444;
}
#page_comments .comments li span span::before{
  display: none;
}
#page_comments .comments li span span{
  position: static;
  margin:0;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
}

#page_theaters section{
  padding-top:20px;
  border-top:1px dotted #999;
}
#page_theaters .wrapper section:first-child{
  border-style: none;
}
#page_theaters .wrapper .played section:first-child{
  border-top:1px dotted #999;
}
#page_theaters h1{
  background-image: url(images/theaters/h1_back_sp.jpg);
}
#page_theaters .space_information{
  margin:0 auto;
  border-style: none;
}
#page_theaters .space_information dt{
  font-size: 16px;
  font-size: 1.6rem;
}
#page_theaters .played p{
  position: relative;
}
#page_theaters .played p::before{
  content: '';
  background: rgba(255,255,255,0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
}
#page_theaters .played p::after{
  content: '上映終了';
  position: absolute;
  text-align: center;
  top:25%;
  left:0;
  width: 100%;
  font-size:16px;
  font-style: 1.6rem;
  opacity: 1;
  font-weight: bold;
}
#postcard{
  width: 224px;
}


@media screen and (min-width:768px){
  .br_sp:before{
    display: none;
  }
  .br_pc:before{
    content: "\A" ;
    white-space: pre ;
    }
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }

  .l_t{
    margin-left:auto;
    margin-right:auto;
    display: table;
    width: 100%;
  }
  .l_c{
    display: table-cell;
    direction: ltr;
  }

  .l_t.contrary{
    direction: rtl;
  }
  .l_c.img{
    padding:0px 10px 0 0;
    width: 40%;
    position: relative;
    height: 100%;
  }
  .l_t.contrary .l_c.img{
    padding:0 0 0 10px;
  }

  header .pc{
    display: none;
  }
  header .sp{
    display: block;
  }
  nav a{

    font-size:16px;
    font-size:1.6rem;
  }

  #copy_release{
    font-size: 30px;
    font-size: 3rem;
  }


  .youtube{
    margin: -195px 0 0 -335px;
    width: 670px;
    height:390px;
  }
  iframe{
    width: 640px;
    height:360px;
  }

  main p{
    font-size: 16px;
    font-size: 1.6rem;
  

  }
  #page_home h1{
    margin:-335px 0 0 -470px;
    width: 940px;
  }
  #page_home h1 .sp{
    display: none;
  }
  #page_home h1 .pc{
    display: inline-block;
  }
  #page_home #space_intro{
    height: 70vh;
  }
  #page_home .bg #bg_1{
    background-image: url(images/home/main1_pc.jpg);
  }
  #page_home .bg #bg_2{
    background-image: url(images/home/main2_pc.jpg);
  }
  #page_home .bg #bg_3{
    background-image: url(images/home/main3_pc.jpg);
  }
  #page_home .bg #bg_4{
    background-image: url(images/home/main4_pc.jpg);
  }

  .space_information{
    margin:40px auto;
    max-width: 750px;
  }
  .space_information p{
    text-align: center;
  }
  .space_information .img{
    width: 260px;
  }

  #page_theaters section{
    padding-bottom:50px;
  }

}

@media only screen and (min-width : 1100px){
  .wrapper{
    margin-left:auto;
    margin-right: auto;
    width: 1100px;
  }
  .wrapper.narrow{
    width: 800px;
  }
  #button_menu{
    display: none;
  }
  .youtube{
    margin: -225px 0 0 -400px;
    width: 830px;
    height:480px;
  }
  .youtube p{
    font-size: 20px;
    font-size: 2rem;
  }
  iframe{
    width: 800px;
    height:450px;
  }

  .l_c.img{
    position: relative;
  }
  .l_c.img img{
    position: absolute;
    display: block;
    top:40px;
    min-width: 500px;
    left:auto;
    right:20px;
  }
  .l_t.contrary .l_c.img img{
    left:20px;
    right:auto;
  }
  /*
  .l_c.img{
    padding:0px 10px 0 0;
    width: 40%;
  }

  */

  header{
    padding: 0;
    width: 100%;
    height: 90px;
    background: rgba(0,0,0,1);
    transition:  all 0.5s;
    overflow: hidden;;
  }

  header .sp{
    display: none;
  }
  header .pc{
    display: block;
  }



  header nav{
    margin:7px 0 0 0;
    position: static;
    transform:scale(1);
    opacity: 1;
    height: 100%;
  }
  header nav ul{
    width: 100%;
    flex-direction: row;
    justify-content:space-around;
    background: transparent;
  }
  header nav li{
    display: flex;
    flex:auto;
    align-items: center;
    text-align: center;
  }
  header nav .logo{
    margin:0;
    position: static;
    display: flex;
    width: 156px;
    height: 73px;
  }
  header .wrapper .logo a{
    width: 156px;
    height: 73px;
    background-position: 0 -50px;
  }
  ul.sns{
    margin-top:50px;
    width: 600px;
  }
  ul.sns li.line{
    display: none;
  }

  footer ul{
    padding-top:20px;
    text-align: center;
  }
  footer dl{
    margin: 5px 0;
    text-align: center;
  }


  footer dt,
  footer dd li{
    font-size: 14px;
    font-size: 1.4rem;
  }

  
  h1{
    height: 670px;
    background-image:url(images/introduction/h1_back_pc.jpg);
  }
  h2{
    padding:40px 0 0 0;
    font-size: 29px;
    font-size: 2.9rem;
  }

  #page_home #space_copies{
    padding:40px 10px;
  }
  #page_home #space_intro{
    height: 800px;
  }

  #page_intro p.intro{
    padding:30px 0 40px 0;
    font-size: 27px;
    font-size: 2.7rem;
  }
  #page_intro p.intro em{
    font-size: 48px;
    font-size: 4.8rem;
  }

  #page_background h1{
    background-image:url(images/background/h1_back_pc.jpg);
  }
  #page_director h1{
    background-image:url(images/director/h1_back_pc.jpg);
  }

  #page_comments h1{
    background-image:url(images/comments/h1_back_pc.jpg);
  }

  #page_comments .comments li span span{
    display: inline;
  }

  #page_theaters h1{
    background-image: url(images/theaters/h1_back_pc.jpg);
  }
}
