@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: #000;
  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%;
}

/*
.serif {
  font-family: 'PT Serif', serif;
  font-weight: 700;
}
*/

@font-face {
  font-family: "KnivesOut";
  src: url("../common/font/KnivesOut.woff2") format("woff2"),
       url("../common/font/KnivesOut.woff") format("woff");
}

.serif{
  font-family: "KnivesOut";
}

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

#wrapper

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


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

#header

-------------------------------*/
#header {
  width: 80px;
  height: 176px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
}


#header-sns-container {
  line-height: 50px;
}


#drawer-btn {
  position: relative;
}


#drawer-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


#drawer-line-box {
	width: 50px;
	height: 28px;
	padding: 4px 0 0;
	position: absolute;
	top: 37px;
	left: 15px;
}

.drawer-knives {
  position: relative;
  transition: all .5s;
  transform-origin: 39px 39px;
}


.drawer-knives.open {
  /* transform: rotate(90deg) translate(-2px, -58px);
  transform-origin: left top; */
  transform: rotate(450deg);
}


.drawer-line {
  width: 30px;
  height: 2px;
  background: #cbcac7;
  display: block;
  margin: 0 auto 6px 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(6px,-6px);
	transform:rotate(-405deg) translate(6px,-6px);
}


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

@nav

-------------------------------*/
#drawer-container{
  width:400px;
  height:100%;
  position: fixed;
  z-index: 99;
  top: 0;
  right: -500px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: rgba(0,0,0,.9);
  padding: 150px 0 0 0;
}


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


#nav-container{
  font-size: 24px;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
}


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


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


.nav-btn{
	color: #ffca00;
	text-decoration: none;
	display: block;
  padding: 15px 0;
}

.nav-btn:hover {
	color: #e03263;
}


.nav-box.selected{
}

.nav-btn {
  position: relative;
}

.nav-btn.selected{
	color: #fff;
  background: #ff0000;
	text-shadow: none;
}

.nav-btn.coming {
  color: rgba(255,202,0,.5);
}

.nav-btn.coming::after {
    content: "coming soon...";
    text-decoration: none;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
}

.nav-box.small {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 0em;
}

.drawer-sns-ttl {
	display: inline-block;
  color: #ffca00;
  text-align: center;
  font-size: 13px;
  padding: 20px 10px 0 0;
}

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

#footer

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

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

#preloader

-------------------------------*/
#preloader {
  background: url(../img/common/preloader_bg.jpg) no-repeat bottom center #000;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

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

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

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

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

#progress-txt {
	width: 100%;
	display: block;
	font-size: 30px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
	color: #f4c621;
	text-align: center;
	position: absolute;
	top: 145px;
	z-index: 4;
}

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


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

@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-wrap{
  padding: 0;
  text-align: center;
}

#social-container{
  padding: 0 0 30px 0;
}

#share-ttl {
	font-size: 24px;
  padding: 20px 0;
  text-align: center;
  color: #eee;
}

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

#eiga-com,#filmarks{
  display: inline-block;
  vertical-align: middle;
}

#filmarks {
  border: 1px solid #333;
  border-radius: 3px;
}


/* shareカスタム */
.sns-btn {
  display: block;
  background: rgb(73,73,73);
  background: linear-gradient(140deg, rgba(73,73,73,1) 0%, rgba(255,255,255,1) 50%, rgba(73,73,73,1) 100%);
  margin: 0 7px;
  padding: 3px;
  border-radius: 50%;
}

.share-link-btn {
  color: #eee;
  background: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-icon {
	font-size: 26px;
}

.share-link-btn:hover {
	color: #ffd800;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
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;
}

#cboxOverlay{
	background: #000;
}
