@charset "utf-8";
/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}li,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}

/*-------------------------------

html

-------------------------------*/
html, body {
	background: #fff;
  font: 13px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;

  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";/*文字間詰め*/
	-webkit-text-size-adjust: 100%; /* adjust */
}

*, *:before, *:after{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hover {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.click {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.click:active {
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
  transform: scale(.95);
}

.pc{
  display: none;
}

.sp{
  display: block;
}

.w100 {
  width: 100%;
}


/* PC tablet */
@media screen and (min-width:768px) {
  html,body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }

  .pc{
    display: block;
  }

  .sp{
    display: none;
  }
}

/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
	width: 100%;
	display: block;
  position: relative;
}


/*-------------------------------

#header

-------------------------------*/
#header {
	width: 100%;
	height: 50px;
	background: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#theater-btn{
  padding: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: #a0823a;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
}


#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 45px;
  height: 50px;
  margin: 0px 10px;
  background: url(../img/common/icon.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}


#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0;
}


#drawer-line-box {
  height: 28px;
  padding: 14px 0 0;
}


.drawer-line {
  width: 30px;
  height: 2px;
  background: #FFF;
  display: block;
  margin: 0 auto 4px auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}


.drawer-line.open:nth-child(1){
	-webkit-transform:rotate(405deg) translate(5px,5px);
	transform:rotate(405deg) translate(5px,5px);
}


.drawer-line.open:nth-child(2){
  -webkit-opacity: 0;
  opacity:0;
}


.drawer-line.open:nth-child(3){
	-webkit-transform:rotate(-405deg) translate(4px,-4px);
	transform:rotate(-405deg) translate(4px,-4px);
}



/*-------------------------------

@nav

-------------------------------*/
#nav {
	font-size: 20px;
  font-family: 'Times New Roman',  serif;
  letter-spacing: 1.5px;
}

#nav-container {}

.nav-box {
  position: relative;
  line-height: 50px;
  padding: 0 15px;
}

.nav-btn {
	display: block;
  color: #53b7e5;
}

.nav-btn:not(.coming):hover {
	color: #895c0b;;
}

.nav-btn.coming {
	opacity: .5;
}

.nav-icon {
	font-size: 100%;
	/* padding: 0 5px 0 0; */
}


/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container{
  width:100%;
  height:100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  
  background: #fff;
  padding: 50px 0 80px 0;
}


#drawer-container-inner{
	width: 100%;
  padding: 6% 0;
	position: relative;
	z-index: 1;
}


#drawer-nav-container{
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}


.drawer-nav-box{
  display: block;
  margin: 0 0 3% 0;
}


.drawer-nav-box:last-child{
  margin: 0 auto;
}


.drawer-nav-btn{
  font-family: 'Times New Roman',  serif;
	color: #53b7e5;
	text-decoration: none;
	display: block;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
}


.drawer-nav-box.selected{
}



/*-------------------------------

#footer

-------------------------------*/
#footer {}

/*-------------------------------

#main

-------------------------------*/
#main {
	display: block;
	padding: 50px 0 0 0;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
	width: 500px;
	height: 300px;
	z-index: 1;
	top: calc(50% - 150px);
  left: calc(50% - 250px);
  position: relative;
}

#preloader-ttl {
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
  left: 0;
}

#preloader-txt {
	position: absolute;
	top: 50%;
	left: 50%;
  z-index: 2;
  display: block;
}

#preloader-anime {
	position: absolute;
	top: 115px;
	left: 310px;
  z-index: 3;
  display: block;
}

#progress-txt {
	width: 60px;
	display: block;
	font: 11px/1em Arial, Helvetica, sans-serif;
	color: #895c0b;
	text-align: center;
	position: absolute;
  top: 60%;
  z-index: 4;
}

#preloaderAnime {
	position: absolute;
	top: calc(50% - 8px);
  left: calc(50% - 8px);
  display: block;
}

.la-ball-spin{
  display: block;
  color: #53b7e5;
}

/*-------------------------------

@banner

-------------------------------*/
#banner-container {
  padding: 5%;
}

.banner-item {
  margin: 0 10px 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
  padding-bottom: 10px;
}


.banner-item:hover {
  opacity: .6;
}

.banner-img {
  width: 100%;
}

/* PC tablet */
@media screen and (min-width:768px) {
  #banner-container {
    position: absolute;
    right: 30px;
    bottom: 20px;
    padding: 0;
    width: 100%;
    flex-direction: row-reverse;
  }

  .banner-item {
    width: 25%;
    max-width: 230px;
  }
}

/*-------------------------------

@SNS

-------------------------------*/
#social-container {
  margin: 20px;
}

.sns-btn {
  background: url(../img/common/ballicon.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 55px;
  width: 55px;
  margin: 10px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.share-link-btn {
  margin: 0 auto;
  display: block;
  font-size: 24px;
  color: #fff;
}

/* .icon-twitter{
  font-size: 30px;
  color: #fff;
}

.icon-facebook2{
  font-size: 30px;
  color: #fff;
}

.icon-line{
  font-size: 30px;
  color: #fff;
} */

#twitter-share {}
#twitter-follow {}
#facebook-like {}
#line-share {}
#line-like {}
#eiga-com {}


/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name='google_conversion_frame'] { height: 0 !important; width: 0 !important; line-height: 0 !important; font-size: 0 !important; margin-top: -13px;}


/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
	text-decoration: none;
	display: inline-block;
}
a:link {}
a:visited {}
a:hover {}
a:active {}


/*-------------------------------

@flex

-------------------------------*/
.flex {
	display: -webkit-flex;
	display: flex;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}


/*-------------------------------

font-weight

-------------------------------*/
.bold { font-weight: bold; }


/*-------------------------------

font-style

-------------------------------*/
.italic { font-style: italic; }


/*-------------------------------

display

-------------------------------*/
.none { display: none; }
.block { display: block; }


/*-------------------------------

position

-------------------------------*/
.relative { position: relative; }
.margin-auto { margin: 0 auto; }


/*-------------------------------

guard

-------------------------------*/
.guard{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
	background-repeat: repeat;
}

.protect{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

img {
  vertical-align: middle;
}