﻿/*--------------------------------------------------*/
/* フォント */
/*--------------------------------------------------*/
@font-face {
	font-family: 'HG明朝E';
	src: url(../font/HGRME_0.TTC);
}


/*--------------------------------------------------*/
/* 基本設定 */
/*--------------------------------------------------*/
html {}

body {
	background-color: transparent;
}

img {
	width: 100%;
}

a:link {
	display: inline-block;
	width: 100%;
	height: 100%;
}


/*--------------------------------------------------*/
/* ハンバーガーメニュー */
/*--------------------------------------------------*/
.open {
	position: absolute;
	top: 1%;
	right: 5.33%;
	width: 11.46%;
	z-index: 5;
}

.gmenu {
	opacity: 0;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../img/menu/bg.jpg) no-repeat 0 0;
	background-size: cover;
	overflow-y: scroll;
	z-index: 20;
}

.gmenu .mclose {
	position: absolute;
	top: 2%;
	right: 5.33%;
	width: 11.46%;
}

.gmenu .menu-left {
	float: left;
}

.gmenu .menu-right {
	width: 54%;
	float: right;
}

.gmenu .menu-left {
	width: 46%;
}

.gmenu .menu-left .logo {
	width: 46.66%;
	margin: 42% auto 0;
}

.gmenu .menu-left .mleaf {
	width: 81.15%;
	margin: 47% auto 0;
	z-index: 30;
}

.gmenu .menu-right .menu-list {
	margin: 35% auto 0;
}

/* lang */
.lang {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.lg {
	width: 20.24%;
}

.lang {
	margin: 24% auto 31%;
}

.lang .jp {
	width: 22.22%;
}
.lang .en {
	width: 10.86%;
}
.lang .ch {
	width: 12.09%;
}

.lang .item {
	margin-right: 8%;
}


/*--------------------------------------------------*/
/* Youtube */
/*--------------------------------------------------*/
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	/*background-color: rgba(0, 0, 0, 0.8);*/
	background-color: rgba(255, 255, 255, 0.95);
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 50;
}

.overlay.transparent {
	background-color: rgba(255, 255, 255, 0.9);
}

.overlay:after {
	position: relative;
}

.overlay .close {
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: url(../img/common/close.png) no-repeat 0 0 transparent;
	background-size: 40px 40px;
	cursor: pointer;
	z-index: 150;
}

/*
.player {
	display: block;
	width: 100%;
}
*/

.video {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	z-index: 100;
}

.video:after {
	display: relative;
}

.loader {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
	width: 100px;
	height: 100px;
	z-index: 0;
}


.video .tabs {
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
	margin: auto auto;
	width: 100%;
	/*overflow: hidden;*/
	z-index: 200;
}

.video .tab {
	/*float: left;*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #8face6;
	width: 50%;
	height: 50px;
	font-size: 13px;
	font-weight: bold;
	padding: 2% 0;
	background-color: #fff;
	border: 1px solid #8face6;
	text-align: center;
	cursor: pointer;

	border-collapse: collapse;
	border-spacing: 0;
}

.video .tab.active {
	color: #fff;
	background-color: #8face6;
	cursor: auto;
}

.new {
	color: #fff;
	background-color: #ff209c;
	padding: 4% 0;
    width: 30%;
}

/*--------------------------------------------------*/
/* その他 */
/*--------------------------------------------------*/
.container {
	opacity: 0;
}

.inview,
.inview02,
.inview03 {
	opacity: 0;
}