@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#fcfbf5;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color:#111;
	height:100%;
	box-sizing: border-box;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}


.pcview{
	width:100%;
}

.spview{
	display: none;
}



.scrollShowEffect1 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 1.0s;
	   -moz-transition: all 1.0s;
	    -ms-transition: all 1.0s;
	     -o-transition: all 1.0s;
	        transition: all 1.0s;
	-webkit-transition-delay: 1.0s;
	   -moz-transition-delay: 1.0s;
	    -ms-transition-delay: 1.0s;
	     -o-transition-delay: 1.0s;
	        transition-delay: 1.0s;
	opacity:0;
}


.scrollShowEffect-R {
	-webkit-transform: translate3d(30%, 0%, 0);
	   -moz-transform: translate3d(30%, 0%, 0);
	    -ms-transform: translate3d(30%, 0%, 0);
	     -o-transform: translate3d(30%, 0%, 0);
	        transform: translate3d(30%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-30%, 0%, 0);
	   -moz-transform: translate3d(-30%, 0%, 0);
	    -ms-transform: translate3d(-30%, 0%, 0);
	     -o-transform: translate3d(-30%, 0%, 0);
	        transform: translate3d(-30%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50px, 0);
	   -moz-transform: translate3d(0, 50px, 0);
	    -ms-transform: translate3d(0, 50px, 0);
	     -o-transform: translate3d(0, 50px, 0);
	        transform: translate3d(0, 50px, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -50px, 0);
	   -moz-transform: translate3d(0, -50px, 0);
	    -ms-transform: translate3d(0, -50px, 0);
	     -o-transform: translate3d(0, -50px, 0);
	        transform: translate3d(0, -50px, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.2);
}


.scrollShowEffect1.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect2.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.scrollShowEffect3.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}


.loading{
  width: 100vw;
  height: 100vh;
  background-color: #f5f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 250px;
}

#header_wrapper{
	width:100%;
    height:50px;
	position: fixed;
	padding:18px 2% 10px 2%;
	overflow: hidden;
	background-color:#fcfbf5;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 1px;
    left:0;
    top:0;
	z-index: 100;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
	box-sizing: border-box;
}
  
.showNavi #header_wrapper{
  opacity:1;
  -webkit-transition-delay:1.3s;
  transition-delay:1.3s;
}

.menu{
	float: left;
	padding:0 1%;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
}

.menu:nth-child(1) {
  padding-left:0;
}

.menu:last-child {
	border-right: none;
}

.menu a {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #000;
}

.menu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #927855;
}

#spmain{
	display:none;
}

#spmenu_wrapper{
	display: none;
}

#top_wrapper{
    width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-top:50px;
}

#top_wrapper img{
	width:100%;
	height: auto;
}

#top_main{
	width:100%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
  
.showNavi #top_main{
  opacity:1;
  -webkit-transition-delay:0.3s;
  transition-delay:0.3s;
}

#topcatch1{
	width:6%;
	position: absolute;
	left:1.5%;
	top:4%;
	opacity: 0;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -o-transition: all 1.0s;
    -ms-transition: all 1.0s;
    transition: all 1.0s;
    transform: translateY(-50px);/* X軸方向に100px */
}
  
.showNavi #topcatch1{
  opacity:1;
  -webkit-transition-delay:1.6s;
  transition-delay:1.6s;
  transform: translateY(0);
}

#top_bottom{
	width:100%;
	overflow: hidden;
	padding:2.5% 3.5%;
	box-sizing: border-box;
}

#toplogo{
	width:27%;
	float: right;
	opacity: 0;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -o-transition: all 1.0s;
    -ms-transition: all 1.0s;
    transition: all 1.0s;
}
  
.showNavi #toplogo{
  opacity:1;
  -webkit-transition-delay:0.8s;
  transition-delay:0.8s;
}

#top_left{
	width:45%;
	float: left;
}

#topbiling{
	width:60%;
	opacity: 0;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -o-transition: all 1.0s;
    -ms-transition: all 1.0s;
    transition: all 1.0s;
	margin-bottom: 20px;
}
  
.showNavi #topbiling{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
}


#topcatch2{
	width:95%;
	opacity: 0;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -o-transition: all 1.0s;
    -ms-transition: all 1.0s;
    transition: all 1.0s;
	margin-bottom: 30px;
}
  
.showNavi #topcatch2{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}


#topday{
	width:75%;
	opacity: 0;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -o-transition: all 1.0s;
    -ms-transition: all 1.0s;
    transition: all 1.0s;
	margin-bottom: 30px;
}
  
.showNavi #topday{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
}


#snsbtn_wrapper{
	width:100%;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -o-transition: all 1.0s;
    -ms-transition: all 1.0s;
    transition: all 1.0s;
}
  
.showNavi #snsbtn_wrapper{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}


.snsbtn{
	width:24%;
	float: left;
	box-sizing: border-box;
	margin-right: 1.333333%;
	line-height: 100%;
    transition: 0.7s;
}

.snsbtn:nth-child(4) {
	margin-right:0;
}

.snsbtn a{
	display: block;
	color: #fff;
	border:1px solid #927855;
	box-sizing: border-box;
    transition: 0.7s;
}

.snsbtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:#f4f4ce;
}

.pcbr {
display:inline;
}

.pagetitle_wrapper1{
	width:100%;
	margin-bottom: 50px;
}

.pagetitle_wrapper2{
	width:100%;
	text-align: center;
	margin-bottom: 50px;
}

.pagetitle{
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #927855;
	border-bottom:1px solid #927855;
	padding:0 10px 5px 10px;
}

#intro_wrapper{
	width:100%;
	overflow: hidden;
}

#intro_wrapper img{
	width:100%;
	height: auto;
}

#intro_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7% 10%;
}

.intro_text{
	width:54%;
	float: left;
}

.intro_photo{
	width:42%;
	float: right;
}

.intro_main{
	width:100%;
	margin-bottom: 2%;
}

.intro_sub{
	width:49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.intro_sub:nth-child(2n) {
  margin-right:0;
}


#storycast_wrapper{
	width:100%;
	overflow: hidden;
}

#storycast_wrapper img{
	width:100%;
	height: auto;
}

#storycast_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7% 7%;
}

.storycastbox{
	width:30%;
	float: left;
	margin-right: 5%;
}

.storycastbox:nth-child(3) {
  margin-right:0;
}

.storycast_midashi{
	width:40%;
	margin:0 auto;
	margin-bottom: 30px;
}

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

.add_wrapper img{
	width:100%;
	height: auto;
}

.add{
	width:50%;
	float: left;
}

.add2{
	width:25%;
	float: left;
}

.add3{
	width:33.33333333%;
	float: left;
}


#director_wrapper{
	width:100%;
	overflow: hidden;
}

#director_wrapper img{
	width:100%;
	height: auto;
}

#director_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7% 15%;
}

.director_midashi{
	width:100%;
	font-size:14px;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-align: right;
	border-bottom: 1px solid #927855;
	color: #927855;
}

.director_photo{
	width:32%;
	float: left;
}

.director_prof{
	width:65%;
	float: right;
}

.name{
	width:100%;
	color: #927855;
	font-size: 20px;
	margin-bottom: 10px;
}


#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:5% 0;
}

#footer_wrapper img{
	width:100%;
	height: auto;
}

.footerlogo{
	width:15%;
	margin:0 auto;
	outline: none;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.footerbtn{
	width:20%;
	margin:0 auto;
	box-sizing: border-box;
}


.footerbtn a{
	display: block;
	color: #927855;
	padding:0.5% 1%;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	border:1px solid #927855;
	border-radius: 5px;
}

.footerbtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:#f4f4ce;
}

#movie_wrapper{
	width:100%;
	overflow: hidden;
}

#movie_wrapper img{
	width:100%;
	height: auto;
}

#movie_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7% 10%;
}

div.moviebox {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 20px;
}
 
div.moviebox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#jisyu_wrapper{
	width:100%;
	overflow: hidden;
}

#jisyu_wrapper img{
	width:100%;
	height: auto;
}

#jisyu_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7% 20% 3% 20%;
}

.jisyu_logo{
    width:60%;
    margin:0 auto 50px;
}

.jisyu_text1{
    width:100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 50px;
}

.jisyu_text2{
    width:100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 50px;
    text-align: center;
}

.jisyu_midashi1{
    width:100%;
    font-size: 15px;
    line-height: 15px;
    background-color:#927855;
    padding:12px 0;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}

.jisyu_midashi2{
    width:100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    box-sizing: border-box;
    margin-bottom: 10px;
    color: #927855;
    text-align: center;
}

.jisyu_midashi3{
    width:100%;
    font-size: 15px;
    line-height: 15px;
    background-color:#656c9b;
    padding:12px 0;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}


.jisyubtn{
	width:33%;
	float: left;
	margin-right: 0.5%;
}

.jisyubtn:nth-child(3) {
  margin-right:0;
}

.jisyubtn a{
    padding:10px 0 10px 0;
    display: block;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    border:1px solid #927855;
    background-color: #f4f4ce;
    border-radius: 20px;
    box-sizing: border-box;
    line-height: 13px;
    transition: all  0.3s ease;
}


.jisyubtn a:hover{
    border:1px solid #927855;
    background-color: #fff;
}

.jisyubox{
    width:100%;
    background-color:#656c9b;
    margin-bottom: 20px;
}

.jisyu_td{
    width:50%;
    background-color: #fff;
    box-sizing: border-box;
    padding:1% 0;
    text-align: center;
}


.jisyubtn2{
	width:100%;
    margin:0 auto 20px;
}


.jisyubtn2 a{
    padding:10px 0 10px 0;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    background-color: #666;
    border-radius: 20px;
    box-sizing: border-box;
    line-height: 13px;
    transition: all  0.3s ease;
}


.jisyubtn2 a:hover{
    background-color: #927855;
    color: #fff;
}

@media screen and (max-width:1024px){

.loading img{
  width: 250px;
}

#header_wrapper{
	display: none;
}

.btn-trigger_fix{
	width:70px;
	height:70px;
	border-radius: 50%;
	position: fixed;
	top:2%;
	right: 2%;
    z-index: 60;
	background: #927855;
	border:1px double #fcfbf5;
}

.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 15.5px;
  margin-top:17.8px;
  z-index: 60;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fcfbf5;
  border-radius: 2px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 14.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(315deg);
  transform: translateY(-14px) rotate(315deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index : 50;
  top  : 0;
  left : 0;
  background-color:rgba(252,251,245,0.95);
  box-sizing: border-box;
  padding:10% 10% 10% 10%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  text-align: center;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-left:0;
}

.globalMenuSp img{
	width:100%;
	height: auto;
}

.menu{
	width:100%;
	float: none;
	padding:0;
	box-sizing: border-box;
	border-right: none;
	margin-bottom: 20px;
}

.menu a {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #927855;
}

	
#spmain{
	display: inherit;
	width:100%;
}

#spmain img{
	width:100%;
	height: auto;
}
	
.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}

.pcbr {
	display:none;
}
	
#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
	overflow: hidden;
}

#top_main{
	display: none;
}

#topcatch1{
	display: none;
}
  
#top_bottom{
	width:100%;
	overflow: hidden;
	padding:3% 4% 10% 4%;
	box-sizing: border-box;
}

#toplogo{
	display: none;
}

#top_left{
	width:100%;
	float: none;
}

#topbiling{
	display: none;
}
  
#topcatch2{
	display: none;
}

#topday{
	width:100%;
	opacity: 1;
	margin-bottom: 30px;
}

#snsbtn_wrapper{
	width:100%;
	overflow: hidden;
	opacity: 1;
}

.snsbtn{
	width:49%;
	float: left;
	box-sizing: border-box;
	margin-right: 2%;
	margin-bottom: 2%;
	line-height: 100%;
    transition: 0.7s;
}

.snsbtn:nth-child(2n) {
	margin-right:0;
}

#intro_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:15% 7%;
}

.intro_text{
	width:100%;
	float: none;
}

.intro_photo{
	width:100%;
	float: none;
	margin-bottom: 20px;
}

#storycast_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:15% 7%;
}

.storycastbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 70px;
}

.storycast_midashi{
	width:40%;
	margin:0 auto;
	margin-bottom: 20px;
}

.add2{
	width:50%;
	float: left;
}

.add3{
	width:33.33333333%;
	float: left;
}

#director_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:15% 7%;
}

.director_photo{
	width:100%;
	float: none;
	margin-bottom: 20px;
}

.director_prof{
	width:100%;
	float: none;
}


#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:5% 0;
}

#footer_wrapper img{
	width:100%;
	height: auto;
}

.footerlogo{
	width:30%;
	margin:0 auto;
	outline: none;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.footerbtn{
	width:80%;
	margin:0 auto;
	box-sizing: border-box;
}

#movie_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:15% 7%;
}


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

#jisyu_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:15% 7%;
}

.jisyu_logo{
    width:100%;
    margin:0 auto 50px;
}

.jisyubtn{
	width:100%;
	float: none;
	margin-right:0;
    margin-bottom: 10px;
}

.jisyu_td{
    width:50%;
    background-color: #fff;
    box-sizing: border-box;
    padding:2% 0;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
}


.jisyubtn2{
	width:100%;
    margin:0 auto 20px;
}

	
}




