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

@common

v 1.0

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

html,body{
	
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:1px;
	
	background:#000;
	overflow-x: hidden;
	/*
	overflow-y: hidden;
	*/
}

img { -ms-interpolation-mode: bicubic; }


#wrapper{
	width:100%;
	height:100%;
	min-width:1264px;
	opacity:0;
	padding:68px 0 0;
	margin:0 auto;
}


@font-face{
  font-family: 'BebasNeueBold';
  src: url('../font/BebasNeueBold.otf') format('opentype');
}

.bebas {
	font-family: "BebasNeueBold","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.basic-serif {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.hover-img {
	opacity: 1;
	transition: .2s ease;
}

.hover-img:hover {
	opacity: .7;
}

.w980	{
	width: 980px;
	margin: 0 auto;
}

.w1024	{
	width: 1024px;
	margin: 0 auto;
}

.small-item-r {
	font-size: 0.5em;
}

#main{
	
}

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

@contents

-------------------------------*/
#contents{
	min-height:650px;
	overflow:hidden;
}

.activate{
	display:block;
}

.deactivate{
	
	display:none;
}

.disable-select{
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chrome */
	-ms-user-select: none; /* IE10 */
}



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

@navi

-------------------------------*/
#common-head-nav {
	height: 70px;
	width: 100%;
	min-width: 1024px;
	background: #000;
	color: #fff;
	position: fixed;
	border-bottom: 1px solid #555;
	z-index: 100;
	text-align: left;
}

#common-head-nav img {
	width: 100%;
}

#common-head-nav a {
	text-decoration: none;
}

#head-nav-logo {
	width: 120px;
	height: auto;
	display: block;
	position: absolute;
	top: 15px;
	left: 20px;
}

#head-nav-list {
	position: absolute;
	width: calc(100% - 170px);
	height: 100%;
	right: 10px;
	top: 0;
	display: flex;
	justify-content: flex-end;
	font-size: 24px;
}

.head-nav-item-link {
	height: 100%;
	padding: 0 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: .2s ease;
	color: #fff;
}

li.head-nav-item {
	font-size: 20px;
	padding: 0;
}

.head-nav-item-link:not(#head-nav-trailer) {
	padding: 2px 8px 0;
}

.head-nav-item:hover .head-nav-item-link,
.head-nav-item-link:hover {
	color: #e60012;
}

.head-nav-item-link .ja,
.head-nav-item-link .sub-nav-icon {
	display: none;
}


.head-nav-item .small-icon {
	font-size: 16px;
	margin-left: 2px;
}

.sub-head-nav-container {
	width: 100%;
	position: fixed;
	top: 70px;
	left: 0;
	background: rgba(255, 255, 255, 0.95);
	color: #000;
	max-height: calc(100vh - 60px);
	overflow-y: scroll;
	z-index: -100;
	opacity: 0;
	pointer-events: none;
	padding: 0 0 16px;
}

.sub-head-nav-container a {
	color: #000;
}

.head-nav-item-link:hover ~ .sub-head-nav-container,
.sub-head-nav-container:hover {
	opacity: 1;
	z-index: 99;
	pointer-events: auto;
}

.sub-nav-bg {
	font-size: 150px;
	color: rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 64px;
	right: -5px;
	display: inline-block;
	line-height: 1;
	z-index: 100;
}

.sub-nav-ttl {
	font-size: 36px;
	margin: 20px 0 10px;
	z-index: 101;
	vertical-align: middle;
}

.sub-nav-ttl span {
	font-size: 15px;
	display: inline-block;
	margin: 0 0 0 15px;
}

.sub-head-nav-container-inner {
	padding: 0 20px;
	box-sizing: border-box;
	min-width: 1024px;
}

.sub-head-nav-container ul {
	display: flex;
	/* justify-content: center; */
	flex-wrap: wrap;
	position: relative;
	z-index: 101;
}

.sub-head-nav-container li {
	width: calc(100%/5 - 16px);
	font-size: 14px;
	line-height: 1.4;
	margin: 0 20px 24px 0;
	box-sizing: border-box;
}

@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.sub-head-nav-container li {
		width: calc(100%/5 - 20px);
	}
}

.sub-head-nav-container li:nth-child(5n) {
	margin: 0 0 24px;
}

.sub-head-nav-container a {
	display: block;
}

/* .sub-head-thumb {
	border: 1px solid #555;
} */

.sub-head-thumb-txt {
	margin: 10px 0 0;
	transition: .2s ease;
}

.thumb-item {
	overflow: hidden;
	background: #000;
	line-height: 0;
	position: relative;
}

.thumb-item img {
	opacity: .9;
	transition: .2s ease;
	backface-visibility: hidden;
	position: relative;
	z-index: 100;
	width: 100%;
}

.thumb-item .thumb-tag {
	background: #555;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	overflow: hidden;
}

.thumb-item .thumb-tag.new {
	background: #E60012;
	/* animation: newAnime 1.5s linear infinite; */
}

@keyframes newAnime {
	0% {
		color: #fff;
	}
	20% {
		color: #E60012;
	}
	80% {
		color: #fff;
	}
	100% {
		color: #fff;
	}
}

a:hover .thumb-item img{
	transform: scale(1.1);
	opacity: 1;
}

.sub-head-nav-container a:hover .sub-head-thumb-txt {
	color: #e60012;
}


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

@footer

-------------------------------*/
footer{
	/* width:1024px; */
	margin:0 auto 30px;
	color:#CCC;
	display:none;
}

#cc{
	font-size:10px;
}
#cc span{
	display:block;
}

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

@footer-sns

-------------------------------*/
#footer-sns {
	height: 245px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	padding: 50px 0 0;
	margin: 0 0 50px;
	box-sizing: border-box;
	position: relative;
	background: rgba(0, 0, 0, 0.9)
}

#footer-sns a {
	text-decoration: none!important;
	color: #fff;
	display: block;
}

#footer-sns a:hover {
	text-decoration: none!important;
}

.footer-sns-bg {
	position: absolute;
	font-size: 280px;
	top: 13px;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	z-index: 10;
	line-height: 1;
}

@media all and (-ms-high-contrast: none){
	.footer-sns-bg {
		top: 8px;
	}
}

@supports (-ms-accelerator: true) {
	.footer-sns-bg {
		top: 8px;
	}
}


.bg-txt {
	color: rgba(255, 255, 255, .2);
}

.footer-sns-ttl {
	font-size: 32px;
	text-align: center;
	color: #fff;
	margin: 0 0 35px;
	position: relative;
	z-index: 12;
}

#footer-sns ul {
	display: flex;
	width: 1024px;
	margin: 0 auto;
	position: relative;
	z-index: 11;
}

.footer-sns-item {
	width: calc(100%/5);
	text-align: center;
}

.footer-sns-item span {
	font-size: 50px;
	margin: 0;
	color: #fff;
	display: block;
}

.footer-sns-item span::before {
	color: #fff;
}

#footer-sns li:first-child a:hover span::before {
	color: #e60012!important;
}

#footer-sns li:nth-child(2) a:hover span::before {
	color: #1da1f2!important;
}

#footer-sns li:nth-child(3) a:hover span::before {
	background: url(../img/common2/insta_bg.jpg) no-repeat;
	background-size: 100%;
	background-clip: text;
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	overflow: hidden;
}

#footer-sns li:nth-child(5) a:hover span::before {
	color: #3b5998!important;
}

#footer-sns li:nth-child(6) a:hover span::before {
	color: #00c300!important;
}

.footer-sns-item p {
	text-align: center;
}


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

@preloader

-----------------------------------*/
#preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	z-index: 9999;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}


.preloader-inner {
	position: relative;
	width: 100px;
	height: 60px;

}

#progress-bar {
	position: absolute;
	width: 100px;
	height: 2px;
	display: block;
	background: #fff;
	top: 30px;
	right: 0;
	left: auto;
	animation-play-state: running;
	animation:progress-anime .8s ease infinite;
}

@keyframes progress-anime {
	0%{
		width: 0;
		left: 0;
		right: auto;
	}
	50%{
		width: 100px;
		left: 0;
		right: auto;
	}
	51%{
		width: 100px;
		left: 0;
		right: auto;
	}
	100%{
		width: 0;
		left: 100px;
		right: auto;
	}
}

#progress-txt {
	display: block;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ccc;
    z-index: 4;
		position: absolute;
		width: 100%;
		top: 0px;

}

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

@SNS

-------------------------------*/
#social-container{
	margin:0 auto;
	width:220px;
	position: absolute;
	z-index:1000;
	top:-100px;
}

#social-container2{
	margin:0 auto 20px;
	width:210px;
}

#social-container li,
#social-container2 li{
	float:left;
	display:block;
	height:24px;
	vertical-align: top;
    line-height: 1;
}

.twitter{
	padding:0 0 4px;
	width:90px;
}

.facebook-like{
	padding:0 0 3px;
	width:102px;
}

.line-btn{
	padding:0 0 3px;
	width:105px;
}




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

@modules

-------------------------------*/
a{
	color:#FFF;
}

a:hover{
}



.inner{
}

.red{
	color:#E60012;
}


._open-window{}
._change-img{}

.inherit{
	width:inherit;
	height:inherit;
}