@charset "UTF-8";

/* Eric meyer's Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: 400;
	font: inherit;
	vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: none;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}




/* Common styles */

html,
body {
	min-height: 100%;
	width: 100%;
}
html {
	font-size: 62.5%;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}





/**/

#oc-icon,
#ocnav-icon {
	display: block;
	width: 30px;
	height: 30px;
	position: fixed;
	right: 10px;
	z-index: 9999;
}
#oc-icon img,
#ocnav-icon img {
	width: 100%;
	height: auto;
}
#oc-icon {
	top: 60px;
}
#ocnav-icon {
	top: 100px;
}


#gNav {
	position: relative;
	z-index: 9999;
	width: 100%;
	position: fixed;
	top: -100%;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}
#gNav.active {
	top: 0%;
	opacity: 1;
}

#gNavHead {
	display: table;
	width: 100%;
	background-color: #fff;
}
#gNavHead p {
	display: table-cell;
	vertical-align: middle;
}
#gNavHead #siteid {
	padding: 10px;
}
#gNavHead #siteid a img {
	height: 46px; height: 14vw;
	max-height: 46px;
	width: auto;
}



#header .toggle-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: table;
	width: 24px;
	height: 30px;
	max-height: 30px;
}
#header .toggle-btn > span {
	display: table-cell;
	vertical-align: middle;
}
#header .toggle-btn > span > span {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #bb4e8d;
}
#header .toggle-btn-close > span > span {
	background-color: transparent;
}

#header .toggle-btn > span > span:before,
#header .toggle-btn > span > span:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #bb4e8d;
}
#header .toggle-btn-open > span > span:before {
	top: -8px;
}
#header .toggle-btn-open > span > span:after {
	bottom: -8px;
}
#header .toggle-btn-close > span > span:before {
	-webki-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header .toggle-btn-close > span > span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



#header #open-btn {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 50px;
	padding: 10px 20px;
	z-index: 9999;
}
#header #open-btn:after {
	content: "";
	display: block;
	height: 46px; height: 14vw;
	max-height: 46px;
	width: 100%;
}

#header #close-btn {
	position: relative;
	width: 50px;
}



#gNav > ul {
	background-color: #bb4e8d;
}

#gNav li {
	border-top: solid 1px #b14a87;
}

#gNav li a {
	display: block;
	font-size: 13px;
	line-height: 160%;
	padding: 10px 15px;
	color: #fff;
	border-top: solid 1px #ca67a7;
}
#gNav ul li ul {
	height: 0;
	overflow: hidden;
}
#gNav ul li.current ul {
	height: auto;
}
#gNav ul li ul li a {
	padding-left: 30px;
}





/* TOP */

#top {
	position: relative;
	height: 768px; height: 100vh;
	margin-bottom: 320px; margin-bottom: 50vh;
	width: 100%;
	z-index: 0;
}
#top .image-container {
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 768px; height: 100vh;
	width: 100%; max-width: 1080px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	-webkit-transition: 1s;
	transition: 1s;
}
#top .image-container .image-container-inner {
	position: relative;
	margin: 0 8%;
	width: 84%;
	height: 100%;
}
#top .item {
	position: absolute;
}
#top .top-bg {
	top: 6%;
	right: 0%;
	width: 64.29%;
	max-width: 486px;
	height: auto;
}
#top .top-title {
	top: 6%;
	left: 0%;
	width: 76.61%;
	max-width: 570px;
	height: auto;
}
#top .top-person {
	bottom: 0;
	right: 0%;
	width: 66.14%;
	max-width: 500px;
	height: auto;
}

.top-summary {
	position: absolute;
	width: 41.4%;
	max-width: 308px;
	top: 60.8%;
	left: 0;
}
#top .top-label {
	position: relative;
	width: 100%;
	height: auto;
}
#top .top-caption {
	position: relative;
	width: 100%;
	height: auto;
}

#top .image-container {
	opacity: 1;
}

#top.hook-01 .image-container {
	opacity: 0;
}
#top .hook-01 {
	position: absolute;
	bottom: 50%; bottom: 50vh;
}

.navigation-info {
	position: absolute;
	display: inline-block;
	bottom: 80px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}
.navigation-info span {
	display: inline-block;
	background-color: #a64a97;
	color: #fff;
	font-size: 14px;
	line-height: 150%;
	padding: 6px 12px;
	border-radius: 22px;
	margin-bottom: 20px;
}

@media screen and (orientation: portrait) and (max-width:640px) {
	#top .top-summary {
		position: absolute;
		width: 60%;
		top: 32%;
	}
	#top .top-person {
		width: 100%;
		height: auto;
	}
	.navigation-info span {
		font-size: 10px; font-size: 2.333vw;
	}
}








#footer {
	position: relative;
	display: table;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	height: 100%; height: 100vh;
	background-color: #fff;
	z-index: 9998;
}
#fuji-nav-bnr {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	position: relative;
}
.bnr-container {
	position: absolute;
	display: inline-block;
	width: 487px;
	height: 212px;
	padding-right: 180px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.last_bnr {
	display: block;
	position: relative;
	z-index: 999;
}
.last_bnr img {
	width: 100%;
	height: auto;
}
.last_bnr_01 {
	margin-top: -50px;
}
.last_bnr_02 {
	margin-top: 168px;
}

@media screen and (max-width:640px) {
	#fuji-nav-bnr > img {
		width: 100%;
		height: auto;
	}
	.bnr-container {
		width: 64.933vw;
		height: 28.266vw;
		padding-right: 24vw;
	}
	.last_bnr_01 {
		margin-top: -6.666vw;
	}
	.last_bnr_02 {
		margin-top: 22.4vw;
	}
}

@media screen and (orientation: portrait) {

	#footer {
		height: auto;
		min-height: 100%; min-height: 100vh;
		margin-top: 640px; margin-top: 100vh;
	}
}

/*
#footer {
	position: relative;
	display: table;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	height: 100%; height: 100vh;
	background-color: #fff;
	z-index: 9998;
}
#fuji-nav-bnr {
	display: table-cell;
	vertical-align: middle;
	width: 100%;text-align: center;
}
#fuji-nav-bnr a {
	display: block;
}

@media screen and (max-width:640px) {
	#fuji-nav-bnr a img {
		width: 100%;
		height: auto;
	}
}

@media screen and (orientation: portrait) {

	#footer {
		height: auto;
		min-height: 100%; min-height: 100vh;
		margin-top: 640px; margin-top: 100vh;
	}
}
*/




#modal {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%; width: 100vw;
	height: 100%; height: 100vh;
	background: #000 url(../img/loader.gif) center no-repeat;
}





#scroll {
	position: fixed;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 60px;
	height: 40px;
	color: #000;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 150%;
	text-align: center;
	z-index: 9999;
/*
	-webkit-animation: bh 1s ease 0s infinite alternate;
	animation: bh 1s ease 0s infinite alternate;
*/
}

#scroll:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
	border-top: 12px solid #000;
/*
	-webkit-animation: bh2 1s ease 0s infinite alternate;
	animation: bh2 1s ease 0s infinite alternate;
*/
}

@-webkit-keyframes bh {
	  0% { color: #000; }
	100% { color: #fff; }
}
@keyframes bh {
	  0% { color: #000; }
	100% { color: #fff; }
}


@-webkit-keyframes bh2 {
	  0% { border-top-color: #000; }
	100% { border-top-color: #fff; }
}
@keyframes bh2 {
	  0% { border-top-color: #000; }
	100% { border-top-color: #fff; }
}