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

@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/1em "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);
}

.w100 {
	width: 100%;
}

.h100 {
	height: 100%;
}

.br-sp{
	display: block;
}

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

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

#wrapper

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

.loader {
  position: relative;
  font-size: 60px;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 1;
}

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

#header

-------------------------------*/
#header {
	width: 100%;
	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;
}


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

@nav

-------------------------------*/
#nav {
	font-size: 14px;
}

#nav-container {}

.nav-box {
	position: relative;
	height: 14px;
  padding: 18px 15px;
}

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

.nav-btn.selected,
.nav-btn:not(.coming):hover {
	color: #ff0000;
}

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

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

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

#footer

-------------------------------*/
#footer {
	background: #fff;
}


	/*-----------------------
	ムビチケ　メイジャー
	------------------------*/
	#tickets{
		position:relative;
		width:302px;/*2枚*/
		/*width:146px;*//*1枚*/
		margin:30px auto 0;
	}
	#ma{
		position:relative;
		width:146px;
		height:auto;
	}
	#mv{
		position:absolute;
		right:0;
		top:0;
		width:146px;
		height:auto;
	}
	#sns_text {
		margin: 20px auto -5px;
	}
  .hash{
    display: block;
    font-size: 24px;
    color: #000;
    text-align: center;
    margin: 30px 0 10px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    cursor: pointer;
    transition: all .4s;
  }
  
  .hash:hover{
    opacity: 0.7;
  }
	/*-----------------------
	footer
	------------------------*/
	#footer_wrap {
		height: 330px!important;
}
	
	fotter {
		height: 330px!important;
	}

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

#main

-------------------------------*/
#main {
	display: block;
}

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

#preloader

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

#preloader-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: prebg 10s linear forwards;
}

@keyframes prebg {
  0% {
		transform: scale(1,1);
  }
  100% {
		transform: scale(1.2,1.2);
  }
}

#preloader-inner {
	width: 500px;
	height: 300px;
	position: absolute;
	z-index: 10000;
	top: calc(50% - 150px);
	left: calc(50% - 250px);
}

#preloader-ttl {
	display: block;
    position: absolute;
    z-index: 3;
    top: -10px;
    left: 0;
    width: 390px;
    margin: auto;
    right: 0;
}

#preloader-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
}

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

#progress-txt {
	width: 100%;
	display: block;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 203px;
	left: 0;
	z-index: 4;
	text-align: center;
	font-size: xx-small;
}

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

.loading,
.loading::before,
.loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

.loading {
  margin: -25px 0 0 -25px;
  height: 50px;
  width: 50px;
  -webkit-animation: animation-rotate 1000ms linear infinite;
  -moz-animation: animation-rotate 1000ms linear infinite;
  -o-animation: animation-rotate 1000ms linear infinite;
  animation: animation-rotate 1000ms linear infinite;
}

.loading::before {
  content: "";
  margin: -23px 0 0 -23px;
  height: 44px;
  width: 44px;
  -webkit-animation: animation-rotate 1000ms linear infinite;
  -moz-animation: animation-rotate 1000ms linear infinite;
  -o-animation: animation-rotate 1000ms linear infinite;
  animation: animation-rotate 1000ms linear infinite;
}

.loading::after {
  content: "";
  margin: -29px 0 0 -29px;
  height: 56px;
  width: 56px;
  -webkit-animation: animation-rotate 2000ms linear infinite;
  -moz-animation: animation-rotate 2000ms linear infinite;
  -o-animation: animation-rotate 2000ms linear infinite;
  animation: animation-rotate 2000ms linear infinite;
}

@-webkit-keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes animation-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes animation-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes animation-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (min-width:1024px) {
	#preloader-bg {
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  z-index: 10000;
	}
}
/*-------------------------------

@banner

-------------------------------*/
#banner-container {
}

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


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


.banner-img {
  width: 180px;
  height: auto;
}


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

@SNS

-------------------------------*/
#social-container {
  margin: 30px 5% 0;
}

.sns-btn {
	display: block;
	height: 20px;
	padding: 0 10px 0 0;
}

.sns-btn:nth-last-child(1) {
	padding: 0;
}

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

/* Twitterカスタム */
.custom-twitter-btn {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
  position: relative;
  height: 20px;
  box-sizing: border-box;
  padding: 1px 8px 1px 6px;
  background-color: #1b95e0;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
}

.custom-twitter-btn:active, .custom-twitter-btn:focus, .custom-twitter-btn:hover {
  background-color: #0c7abf;
}

.custom-twitter-btn .nav-icon {
  font-size: 13px;
  position: relative;
  top: 1px;
  display: inline-block;
  width: 13px;
  height: 14px;
  padding: 0;
}

.custom-twitter-btn .share-link-btn-label {
  margin-left: 4px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}

/* Facebookカスタム */
.custom-facebook-btn {
  padding-bottom: 1px;
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 2px;
  box-sizing: border-box;

  background: #4267b2;
  border: 1px solid #4267b2;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-user-select: none;
  white-space: nowrap;
}

.custom-facebook-btn:hover {
  background: #365899;
  border: 1px solid #365899;
}

.custom-facebook-btn .nav-icon {
  font-size: 12px;
  position: relative;
  top: 1px;
  left: 3px;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
}

.custom-facebook-btn .share-link-btn-label {
  font-family: Helvetica, Arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
  padding-left: 8px;
  padding-right: 4px;
  font-weight: bold;
}

/* Lineカスタム */
.custom-line-btn {
  position: relative;
  min-width: 49px;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  background-color: #00b833;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-align: left;
  border-radius: 4px;
}
.custom-line-btn:hover {
  background-color: #02a52f;
}

.custom-line-btn .nav-icon {
  font-size: 17px;
  position: relative;
  top: 2px;
  left: 1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
}

.custom-line-btn .share-link-btn-label {
  font-family: Helvetica, Arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
  color: #fff;
  display: inline-block;
  letter-spacing: .5px;
  padding-left: 6px;
  padding-right: 4px;
  padding-bottom: 5px;
  vertical-align: middle;
}

.share-link-btn {
  transition: all .1s ease;
  text-shadow: 1px 1px 0 rgba(0,0,0,.1);
}

.share-link-btn:active {
  transform: scale(.95);
}

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


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

responsive

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

.pc {
	display: none;
}

/* PC */
@media screen and (min-width:1024px) {
	.sp {
		display: none;
	}

	.pc {
		display: block;
	}
}

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

@modules

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

a

-------------------------------*/
a {
	color: #d70c19;
	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; }

.min {
	font-family: a-otf-midashi-mi-ma31-pr6n, serif;
	font-weight: 600;
	font-style: normal;
}

.small {
	font-size: .8em;
}

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

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;
}


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

animation

-------------------------------*/
.fade {
  opacity: 0;
}

.fadein {
  opacity: 0;
  /* transform: translate(0px, 20px); */
  transition: all 2s ease;
}

.fadein.fadein-anime {
  animation: fadein 1s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
