@charset "UTF-8";

/**
 * body
 */
body#container {
	background-color: #000;
}


/**
 * #loading
 */
#loading {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100000000;
}
#loading > div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}
#loading > div:first-child {
	background: #fff url('../img/logo_b.svg') fixed no-repeat center center / 12.5vw auto;
}
#loading > div:last-child {
	height: 0;
	background: #000 url('../img/logo.svg') fixed no-repeat center center / 12.5vw auto;
}
@media only screen and (max-width:768px) {
	#loading > div:first-child {
		background-size: 25vw auto;
	}
	#loading > div:last-child {
		background-size: 25vw auto;
	}
}


/**
 * #splash
 */
#splash {
	display: none;
	position: fixed;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	text-align: center;
	z-index: 1000000;
}
#splash img {
	width: 95%;
}


/**
 * .header
 */
#contents {
	display: none;
}
#contents .header .btn_menu div {
	background-color: #000;
	transition: background 0.8s;
}
#contents .header.main .btn_menu div {
	background-color: #F4F4F4;
}
@media only screen and (max-width:768px) {
	#contents .header .logo,
	#contents .header .logo3d {
		position: fixed;
		z-index: 1;
	}
	#contents .header.main .white {
		opacity: 1;
	}
	#contents .header .logo3d {
		width: 172px;
		background: none;
		border: none;
		padding: 0;
	}
	#contents .header .logo3d a {
		position: relative;
		display: block;
		border: solid 3px #fff;
		padding: 11px 60px 11px 30px;
	}
	#contents .header .logo3d::after {
		display: none;
	}
	#contents .header .logo3d a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 23px;
		width: 12px;
		height: 12px;
		margin: auto;
		background: url('../img/icon_blank.svg') no-repeat center center / contain;
		content: '';
	}
	#contents .header .logo3d.foot {
		position: fixed;
		left: 20px;
		bottom: 15px;
		width: calc(100% - 40px);
		border-color: #000;
		background-color: #fff;
		transform: translateY(65px);
		transition: transform 0.8s;
		z-index: 1000;
	}
	#contents .header .logo3d.foot a {
		position: relative;
		display: block;
		border: solid 3px #000;
		padding: 11px 30px 11px 30px;
	}
	#contents .header.main .logo3d.foot {
		transform: translateY(0);
	}
	#contents .header.main .logo3d.foot::after {
		display: block;
		background-image: url('../img/icon_blank_b.svg');
	}
}

/**
 * #contents #mv
 */
#contents #mv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
#contents #mv.inact {
	pointer-events: none;
}
/*#contents #mv::before,
#contents #mv::after {
	display: block;
	position: absolute;
	width: 10vw;
	height: 100vh;
	background-color: #000;
	content: '';
	z-index: 1;
}*/
#contents #mv::before {
	top: 0;
	left: 0;
}
#contents #mv::after {
	top: 0;
	right: 0;
}

#contents #mv .photo li {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
#contents #mv .photo img {
	max-width: none;
}
#contents #mv .photo .port {
	width: auto;
	height: 48vw;
}
#contents #mv .photo .land,
#contents #mv .photo .square {
	width: 48vw;
	height: auto;
}
#contents #mv .name li {
	display: none;
	position: absolute;
	top: 50%;
	left: 15%;
	width: 30vw;
	transform: translate(0, -50%);
}
#contents #mv .name li div {
	margin-top: 0.5vw;
	line-height: 0;
}
#contents #mv .name li h3,
#contents #mv .name li h4 {
	line-height: 1;
	display: inline-block;
	font-size: 0.7vw;
	font-weight: 300;
	color: #e5e5e5;
}
#contents #mv .name li h4 {
	margin-right: 1em;
}
#contents #mv .name li h4 em {
	font-weight: 700;
}
#contents #mv .pos {
	position: absolute;
	top: 50%;
	right: 4.9vw;
	transform: translateY(-50%);
	height: 170px;
	z-index: 2;
}
#contents #mv .pos .bar {
	position: relative;
	width: 1px;
	height: 100%;
	background-color: rgba(255,255,255,0.4);
}
#contents #mv .pos .bar div {
	position: absolute;
	width: 1px;
	height: 0px;
	background-color:#fff;
}
#contents #mv .pos span {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	font-size: 11px;
	color: #fff;
}
#contents #mv .pos span.page {
	left: -2em;
	font-weight: 500;
}
#contents #mv .pos span.total {
	right: -2em;
	font-weight: 100;
}
#contents #mv .scroll {
	position: fixed;
	bottom: 30px;
	right: 3.1vw;
	padding-right: 15px;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #fff;
	z-index: 2;
}
#contents #mv .scroll::after {
	display: block;
	position: absolute;
	top: 2px;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 13px;
	height: 10px;
	background: url('../img/icon_arrow2.svg') no-repeat center center / contain;
	content: '';
}
@media only screen and (max-width:768px) {
	#contents #mv::before {
		width: 100%;
		height: 120px;
	}
	#contents #mv::after {
		display: none;
	}

	#contents #mv .photo li {
		top: calc(50% + 60px);
		transform: translate(-50%, -50%);
	}

	#contents #mv .name li {
		top: 125px;
		left: 20px;
		width: calc(100vw - 40px);
		transform: none;
	}
	#contents #mv .name img {
		max-width: 65%;
	}
	#contents #mv .name li div {
		margin-top: 2vw;
		display: flex;
		justify-content: space-between;
	}
	#contents #mv .name li h3,
	#contents #mv .name li h4 {
		font-size: 3vw;
	}

	#contents #mv .photo .port {
		height: 90vw;
	}
	#contents #mv .photo .land,
	#contents #mv .photo .square {
		width: 90vw;
	}

	#contents #mv .pos {
		top: calc(50% + 60px);
		right: 6.5vw;
		height: 100px;
	}
	#contents #mv .pos span {
		font-size: 7px;
	}
	#contents #mv .pos span.page {
		left: -2em;
		font-weight: 500;
	}
	#contents #mv .pos span.total {
		right: -2em;
		font-weight: 100;
	}
	
	#contents #mv .scroll {
		bottom: 20px;
		right: 20px;
	}
}


/**
 * main
 */
#contents main {
	display: none;
	position: relative;
	padding: 0 10vw;
	background-color: #F4F4F4;
}
#contents #links ul {
	display: flex;
	padding: 110px 30px 160px 30px;
}
#contents #links li {
	position: relative;
	width: 100%;
	border-right: solid 1px #707070;
	text-align: center;
}
#contents #links li > a {
	display: block;
	opacity: 1 !important;
	padding: 40% 0 15% 0;
}
#contents #links li.gallery > a {
	padding-top: 28%;
}
#contents #links li.gallery > a:hover {
	opacity: 0.6 !important;
}
#contents #links li:first-child {
	border-left: solid 1px #707070;
}
#contents #links li::before {
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
	width: 24px;
	height: 30px;
	margin: auto;
	background: url('../img/icon_link.svg') no-repeat center center / contain;
	content: '';
}
#contents #links li.gallery::before {
	display: none;
}
#contents #links h2 {
	margin-bottom: 1em;
	font-weight: 700;
	letter-spacing: 0.25em;
}
#contents #links h3 {
	margin-bottom: 3em;
	font-weight: 700;
	letter-spacing: 0.25em;
}
#contents #links li.gallery h2 {
	margin-bottom: 5.2em;
}
#contents #links li.gallery span {
	position: relative;
	display: block;
	font-size: 12px;
}
#contents #links li.gallery span::before {
	position: absolute;
	left: 0;
	right: 0;
	width: 24px;
	height: 24px;
	margin: auto;
	background: url('../img/icon_blank_l.svg') no-repeat center center / contain;
	content: '';
}
#contents #links li.gallery > a {
	display: block;
	transition: opacity 0.3s;
}
#contents #links li.gallery > a:hover {
	opacity: 0.5;
}
#contents #links li:nth-child(2) .ani_btn {
	transition-delay: 0.4s !important;
}
#contents #links li:nth-child(3) .ani_btn {
	transition-delay: 0.8s !important;
}
#contents #links .btn_link {
	width: 200px;
	max-width: 80%;
	min-width: 0;
}

#contents #links h2 {
	font-size: 1.44vw;
}
#contents #links h3 {
	font-size: 0.96vw;
}
#contents #links li::before {
	width: 1.28vw;
	height: 1.6vw;
}
#contents #links li.gallery h2 img {
	width: 8vw;
}
#contents #links li.gallery span {
	font-size: 0.64vw;
}
#contents #links li.gallery span::before {
	top: -3em;
	width: 1.2vw;
	height: 1.2vw;
}
#contents #links li .btn_link {
	font-size: 0.8vw;
	padding: 0.64vw 1.6vw;
	width: auto;
}

@media only screen and (max-width:768px) {
	#contents main {
		padding: 60px 20px 0 20px;
		z-index: 2;
	}
	#contents #links ul {
		margin: 0 -20px;
		padding: 20px 0 12vw 0;
	}
	#contents #links li {
		border-right: none;
	}
	#contents #links li > a {
		padding: 35% 0 10% 0;
	}
	#contents #links li:first-child {
		border-left: none;
		border-right: solid 1px #707070;
	}
	#contents #links li.gallery {
		display: none;
	}
	#contents #links h2 {
		font-size: 3.8vw;
	}
	#contents #links h3 {
		font-size: 2.4vw;
	}
	#contents #links li::before {
		top: 7vw;
		width: 3vw;
		height: 4vw;
	}
	#contents #links li .btn_link {
		font-size: 2vw;
		padding: 1vw 3.5vw;
		width: auto;
	}
}


#contents #movie {
	margin-bottom: 130px;
	text-align: center;
}
#contents #movie > div {
	position: relative;
	display: inline-block;
	width: 70%;
}
#contents #movie > div::before {
	display: block;
	padding-top: 56.25%;
	content: '';
}
#contents #movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width:768px) {
	#contents #movie {
		margin-bottom: 12vw;
	}
	#contents #movie > div {
		width: 100%;
	}
}

#contents #about .cf > div {
	box-sizing: border-box;
	float: left;
	width: 50%;
	margin-bottom: 130px;
}
#contents #about .cf > div:first-child {
	text-align: right;
}
#contents #about .cf > div:first-child img {
	width: 40%;
}
#contents #about .cf > div:last-child {
	padding: 0 6.5%;
}
#contents #about .txt h3 {
	letter-spacing: 0.2em;
	font-size: 24px;
	font-weight: 400;
}
#contents #about .txt p {
	margin-top: 1.5em;
	font-size: 16px;
	font-weight: 100;
}
#contents #about .en h3 {
	font-weight: 500;
}
#contents #about .en p {
	font-weight: 200;
}
#contents #about .en {
	display: none;
}
#contents #about .lang {
	margin-top: 1em;
	font-size: 18px;
	font-weight: 700;
}
#contents #about .lang span {
	cursor: pointer;
}
#contents #about .lang span:first-child {
	padding: 0.2em 0.6em 0.2em 0;
	border-right: solid 1px #707070;
}
#contents #about .lang span:last-child {
	padding: 0.2em 0 0.2em 0.6em;
}
#contents #about .lang span.act {
	pointer-events: none;
	color: #a3a3a3;
}
@media only screen and (max-width:768px) {
	#contents #about .cf > div {
		float: none;
		width: 100%;
		margin-bottom: 0;
	}
	#contents #about .cf > div:first-child {
		text-align: center;
	}
	#contents #about .cf > div:first-child img {
		width: 40%;
	}
	#contents #about .cf > div:last-child {
		padding: 0;
		margin: 2em 0 3em 0;
	}
	#contents #about .txt h3 {
		font-size: 20px;
	}
	#contents #about .txt p {
		margin-top: 1em;
		font-size: 16px;
	}
	#contents #about .lang {
		font-size: 14px;
	}
	#contents #about .lang span {
		cursor: pointer;
	}
}


#contents #support {
	padding: 70px 0;
	border-top: solid 1px #777;
	text-align: center;
}
#contents #support h2 {
	font-weight: 100;
}
#contents #support * + h2 {
	margin-top: 6em;
}
#contents #support ul {
	transform: scale(0.85);
}
#contents #support li {
	display: inline-block;
	margin: 3em 5%;
	vertical-align: middle;
}
@media only screen and (max-width:768px) {
	#contents #support ul {
		transform: scale(1);
	}
	#contents #support li {
		display: block;
		margin: 3em 2%;
		transform: scale(0.8);
	}
}
