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

@PC - common.css
Copyright (c) ULM Co.,Ltd. - http://www.ulm-design.com

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

*{
	box-sizing: border-box;
}

html, body{
	background: #fff;
  font-size: 13px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  /*font-family: "ヒラギノ角ゴ 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 */
	
	height: 100%;
}

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

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

#wrapper

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

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

#header

-------------------------------*/
#header{
	width: 100%;
	height: 50px;
	background: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}


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

@nav

-------------------------------*/
#nav {
	font-size: 14px;
	font-weight:  bold;
	background: #fff;
	height: 60px;
	box-shadow: 0px 5px 9px -5px rgba(0, 72, 101, 0.18);
	-webkit-box-shadow: 0px 5px 9px -5px rgba(0, 72, 101, 0.18);
	-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.6);
}


#nav-container{}


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


.nav-btn{
	position:relative;
	display: block;
	color: #0073be;
}

.nav-btn:after{
	position:absolute;
	content:url(../img/contents/cursor.svg);
  top: 23px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}


.nav-btn.selected,
.nav-btn:not(.coming):hover {
	opacity: .5;
}


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


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

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

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

#preloader

-------------------------------*/
#preloader {
  background: #1da1d2;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  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 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 195px;
	z-index: 4;
}


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

#preloaderAnime img{
	width: 100%;
}

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

colorbox

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

#cboxLoadedContent {
	padding: 0;
	background: #fff;
}

#cboxContent {
	margin: 50px 0 0;
	border: 1px solid #000;
}

#cboxClose {
	top: -50px;
	width: 50px;
	height: 50px;
	background: url(../common/colorbox/images/close.png) no-repeat 0 0;
}

#cboxClose:hover {
    background-position: 0 -50px;
}



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

@banner

-------------------------------*/
#banner-container{
  z-index:  100;
  position:  absolute;
  top: 225px;
  left: 27px;
}


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


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


.banner-img{
  width: 100%;
  height: auto;
}


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

@SNS

-------------------------------*/
#social-container{
	padding: 30px;
  
}


.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{}


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


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

@modules

--------------------------------------------------------------*/
.en-font{ font-family: Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif; }
.font10 { font-size: 77%; }
.font11 { font-size: 85%; }
.font12 { font-size: 93%; }
.font13 { font-size: 100%; }
.font14 { font-size: 108%; }
.font15 { font-size: 116%; }
.font16 { font-size: 124%; }
.font17 { font-size: 131%; }
.font18 { font-size: 139%; }
.font19 { font-size: 147%; }
.font20 { font-size: 154%; }
.font21 { font-size: 162%; }
.font22 { font-size: 169%; }
.font23 { font-size: 177%; }
.font24 { font-size: 185%; }
.font25 { font-size: 192%; }
.font26 { font-size: 200%; }


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

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


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

clearfix

-------------------------------*/
.clearfix {}
.clearfix:after{
	content : '';
	display : block;
	clear : both;
}


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

float

-------------------------------*/
.float-left{ float: left; }
.float-right{ float: right; }
.clear{ clear: both; }


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

align

-------------------------------*/
.align-right{ text-align: right; }
.align-left{ text-align: left; }
.align-center{ text-align: center; }


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

letter-spacing

-------------------------------*/
.space-none{ letter-spacing: 0; }
.space-narrow{ letter-spacing: 0.1em; }
.space-normal{ letter-spacing: 2px; }


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

a

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


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

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