/* ===================================================================
CSS / elephant studio
=================================================================== */
@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/*reset-----------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

/*base-----------------------------------------------------*/
body{
  font: 15px/1.6 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
  -webkit-text-size-adjust:100%;
  overflow-x: hidden;
  color: #333;
  background: #fff;
}
body, h2, h3, h4, h5, h6, p, ul, ol, li {
    text-align: justify; /* 両端揃え */
    text-justify: inter-ideograph; /* 両端揃えの種類 Edgeで必要 */
}
h1, h2{
  font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}
img {
    border: none;
    width: 100%;
    height: auto;
}
a img:hover {
    opacity: 0.7; /*要素の透明度を指定*/
    transition: all 0.3s ease;
}
a:active, a:focus,input:active, input:focus {
  outline:none; /*画像リンクの破線・青線を消す*/
}
a{
  color: #0066ff;
  text-decoration: none;
}
section{clear:both;}

section h2{
  font-size: 22px;
  font-weight:normal;
  text-align: center;
}
.inner{
  width: 94%;
  margin: 0 auto;
  padding-bottom: 0px;
}
.col2 li{
    display: inline-block;
    width: 100%;
    margin: 20px 0 20px 0;
}
.col3 li{
    margin-bottom: 50px;
}

.col3 img{
    max-width: 288px;
    display: block;
    margin: -5px auto 20px;
}
.fadein {
    display: none; /*アクセス時のフェードイン */
}
.menu_hide {
    opacity: 0.5;/*未公開のメニューを半透明にする */
}


@media screen and (min-width:800px) { /*pc時に隠す */
.sp_only {
    display: none;
}
}
@media screen and (max-width:799px) { /*sp時に隠す */
.pc_only {
    display: none;
}
}

#preloadedImages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url("/images/comme_mika.png"); /* 読ませたいイメージ */
}

/*index-----------------------------------------------------*/
body#index {
}

/*menu-----------------------------------------------------*/
.luxbar-menu {
    min-height: 30px;
    transition: 0.6s ease;
    width: 100%;
}
.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden;
    height: 30px;
}
.luxbar-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    padding: 0px 10px;
}

.luxbar-hamburger span, .luxbar-hamburger span::before, .luxbar-hamburger span::after {
    display: block;
    height: 2px;
    width: 35px;
}
.luxbar-hamburger span::before {
    margin-top: -9px;
}
.luxbar-hamburger span::after {
    margin-top: 9px;
}

.luxbar-item {
    font-size: 20px;
    height: auto;
}
.luxbar-item a {
    padding: 11px 8px 13px 8px;
    display: block;
    text-align: center;
    color: #fff;
}
.luxbar-item .btn_img {
    padding-top: 0;
}
.luxbar-item a img {
    display: inline;
    width: 80px;
}
.sns_icon1 a {
    padding: 7px 5px 7px 5px;
}
.sns_icon2 a {
    padding: 7px 5px 7px 5px;
}
.luxbar-menu-dark .luxbar-item:hover {
    transition: all 0.3s ease;
    background-color: #6a3906;
    color: #fff;
}
.luxbar-menu-dark, .luxbar-menu-dark .dropdown ul {
    background-color: #291205;
    color: #fff;
}
.luxbar-menu-dark .luxbar-hamburger span, .luxbar-menu-dark .luxbar-hamburger span::before, .luxbar-menu-dark .luxbar-hamburger span::after {
    background-color: #fff;
}
.luxbar-menu-left .luxbar-navigation, .luxbar-menu-left .luxbar-header {
    justify-content: center;
}

@media screen and (max-width: 799px) {
  .sp_hide {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .sns_icon2 {
    margin-left: 20px;
  }
  .luxbar-navigation li:first-child {
    margin-left: 30px;
  }
  .luxbar-item {
    height: 50px;
    font-size: 14px;
  }
  .pc_hide {
    display: none;
  }
  .luxbar-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: left;
    height: 50px;
  }
  .luxbar-checkbox:not(:checked) ~ .luxbar-menu {
    overflow: hidden;
    height: 50px;
  }
  .luxbar-item a img {
    width: 36px;
}
}

@media screen and (min-width: 855px) {
  .luxbar-item {
    font-size: 16px;
  }
}

/*header-----------------------------------------------------*/
#header{
	position: relative;
    overflow:hidden;
    width:100%;
    height:auto;
}

.mainimg_pc {
  height: 928px;
  background-image: url("../images/mainImg_pc.jpg");
  background-position: 50% 0;
}

#slogan{
	position: absolute;
  top: 60%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}
#slogan h1{
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	font-weight:normal;
}

/* billing------------------------------------------------------------*/
#billing{
  /* background-color: #a9c7bf; */
  background-color: #fff;
  padding: 30px 0 5px 0;
}
#billing .inner p{
  text-align: center;
}
#billing .inner img{
  width: 800px;
}

/*bnr------------------------------------------------------------*/
#bnr{
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}
#bnr .inner{
  width: 80%;
  display: flex;
  justify-content: center;
}
.child {
  margin: 3px 3px;
}

@media screen and (max-width: 800px) {
#bnr .inner {
  flex-wrap: wrap;
  }
}

@media screen and (max-width: 400px) {
  .parent {
  display: block;
  }
  .child {
  width: 90%;
  }
}

/* trailer_sp------------------------------------------------------------*/

#trailer_wrp  {
  padding-bottom: 15px;
}
#trailer_wrp p {
  margin-top: 15px;
}
.trailer_wrp1 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.trailer_wrp1 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.trailer_wrp2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.trailer_wrp2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* intro------------------------------------------------------------*/
#intro{
  background-color: #e4d6cd;
}
.wrap{
	clear: both;
	width: 100%;
	background: #e4d6cd;
}
.bg{
	line-height: 0;
}
.txt h2{
	padding: 0 0 20px !important;
}
.midashi{
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 15px;
  color: #2a1101;
  border-left: solid 8px #6a3906;
  padding-left: 10px;
}
.intro_txt{
  padding-bottom: 15px;
}


/* image------------------------------------------------------------*/
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;
}
@media only screen and (max-width: 799px){
.parallax-bg {
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;
}
}
.parallax-bg .inner {
  height: 500px;
}
/*各背景の画像*/
.img-bg-01 {
  background-image: url(../images/bg_img01.jpg);
}
.img-bg-02 {
  background-image: url(../images/bg_img02.jpg);
}


/* cast staff------------------------------------------------------------*/
#cast,#staff{
	padding-top: 30px;
  background-color: #fff;
}
.cast_box,.staff_box {
  border-bottom: solid 1px #ccc;
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.cast_img,.staff_img{
}
.staff_img1 img{
  width: 300px;
  margin: 0 auto;
}
.staff_img2 img{
  width: 300px;
}
.cast_name1,.staff_name1 {
  color: #c61722;
    font-weight: bold;
}
.cast_name2,.staff_name2 {
  color: #c61722;
    font-weight: bold;
    font-size: 18px;
    border-bottom: solid 1px #c61722;
    margin-bottom: 10px;
    padding-bottom: 7px;
    line-height: 135%;
}


/* comment------------------------------------------------------------*/
#comment {
  background-color: #e4d6cd;
  padding-bottom: 100px;
}
.comment_box {
  width: 44%;
  font-size: 16px;
  margin: 10px 10px;
  padding: 1.5% 1.5%;
  background-color: #fff;
  border-radius:6px;
  filter: drop-shadow(0px 0px 3px rgba(0,0,0,.3));
}
.comment_txt {
  
}
@media screen and (max-width:980px) {
.comment_box {
  width: 87%;
  padding: 4% 4%;
}
}
.comment_txt {
  margin-bottom: 15px;
}
.comment_name {
  color: #2a1101;
  font-size: 18px;
  text-align: right;
  margin-top: 5px;
  line-height: 19px;
  font-feature-settings: "palt";
}
.comment_name span {
  font-size: 12px;
}



/*moin-----------------------------------------------------*/
#moin {
  background-color: #e4d6cd;
  text-align: right;
}
#moin img{
  width: 300px;
  margin: 0 0 0 auto;
}

/*footer-----------------------------------------------------*/
#footer{
  clear: both;
  padding: 50px 10px 50px 0px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #291205;
}
#footer p {
  text-align: center;
}
#footer img {
  width: 35%;
  margin: 0 auto 50px;
}
#footer .releasedate{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 50px;
}
#footer .fontsize_s{
  font-size: 16px;
}
#footer .copyright{
}

/*column-----------------------------------------------------*/
#column{
  background-color: #e4d6cd;
}
#column h2{
  color: #2a1101;
  font-weight: bold;
}
#column .column_name{
  text-align: center;
  margin-bottom: 40px;
}
.column_txt{
  width: 50%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.column_txt img{
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .column_txt {
    width: 80%;
  }
}

/* RESPONSIVE設定----------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
		padding-bottom: 50px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:15px;
	}

	/* SEC02-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #e4d6cd;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 80px;
		vertical-align: middle;
	}

	/* SEC03-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 29%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}

	/* SEC05-----------------*/
	#sec05{
		padding-top: 60px;
	}
  #footer{
		padding: 30px 10px 10px 0;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 45%;
		padding: 0 2%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 799px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}

	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}
    #footer img {
  width: 90%;
}
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
  #billing{
  padding: 15px 0 50px 0;
}
  #billing .inner img{
  width: 80%;
}
#moin img{
  width: 200px;
}
}