@charset "UTF-8";

/* ==========================================================================
   Foundation
========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html,body {
	height: 100%;
}
body {
    background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	color: inherit;
	box-sizing: content-box;
}
 select::-ms-expand {
 display: none;
}
em {
	font-style: normal;
}
main {
	display: block;
}
html, body {
	height: 100%;
	width: 100%;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 400;
	letter-spacing: 0.4pt;
	color: #333333;
	line-height: 1.8;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
}
a {
	/*transition: all 0.3s linear;*/
	color: #181818;
	text-decoration: none;
}
* {
	box-sizing: border-box;
}
*:focus {
	outline: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
	height: auto;
}

/* -------------------------------
	HEADER
------------------------------- */
#header {
	height: 64px;
	background: url("../../../images/gmenu_logo.png") no-repeat center center #2ebace;
    background-size: contain;
	text-indent: -9999px;
    display: flex;
}
.btn-home {
	display: block;
	width: 64px;
	height: 64px;
}
.btn-home a {
	display: block;
	width: 64px;
	height: 64px;
	position: relative;
	background: #2ebace;
}
.btn-home a::after {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 32px;
	left: 20px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	transform: rotateZ(-45deg);
	transform-origin: left top;
}

/* -------------------------------
	Global Nav
------------------------------- */
.cover {
	display: none;
	position: fixed;
	background: #FFF;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1099;
}
#gNav {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	overflow: scroll;
	background: #29a6be url(../images/gnav_bg.jpg) no-repeat right bottom;
	background-size: cover;
}
#gNav .nav-a {
	position: relative;
}
#gNav .nav-a ul {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: auto;
	background: none;
	padding-bottom: 100px;
	padding-top: 64px;
}
#gNav li {
	width: 100%;
	margin: 0 auto;
}
#gNav li:first-child {
	border-top: none;
}
#gNav .nav-a li.sp {
	display: block;
}

#gNav .nav-a li a,
#gNav .nav-a li span.cs {
	width: 100%;
	text-align: center;
	line-height: 3.2em;
	color: #fff;
	font-size: 1.7rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	letter-spacing: 0.2pt;
	display: block;
	position: relative;
}

#gNav .nav-a li span.cs {
	color: #fff;
	opacity: 0.3;
}
#gNav .nav-a li span.cs::after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	position: absolute;
	top: 1.5em;
	left: 15px;
	background: #fff;
}

#gNav li a, #gNav li span.cs {
	display: block;
}
.menu {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
	padding: 0;
	z-index: 1101;
}
.menu-trigger, .menu-trigger span.menu-bar {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 56px;
	height: 64px;
}
.menu-name {
	font-size: 14px;
	color: #fff;
	margin-left: auto;
	margin-right: 15px;
}
.menu-trigger span.menu-bar {
	position: absolute;
	left: 14px;
	width: 28px;
	height: 1px;
	background-color: #fff;
}
.menu-trigger span.menu-bar:nth-of-type(1) {
	top: 22px; /* 16足した */
}
.menu-trigger span.menu-bar:nth-of-type(2) {
	top: 31px;
}
.menu-trigger span.menu-bar:nth-of-type(3) {
	top: 40px;
}
.menu-trigger.active {
	margin-top: 10px;
}
.menu-trigger.active span.menu-bar:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
.menu-trigger.active span.menu-bar:nth-of-type(2) {
	opacity: 0;
	-webkit-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
/*background: #FFF;*/ }
.menu-trigger.active span.menu-bar:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg);
}
/*.area-title {
	font-size: 3rem;
}
 .header-img,
 .footer-img {
 	width: 100%;
 }*/

/* -------------------------------
	INTRO
------------------------------- */
#intro {
	padding: 30px 15px;
    text-align: left;
}
#intro h2 {
	width: 118px;
	margin: 0 auto 35px;
}
#intro h3 {
	font-size: 1.6rem;
    color: #00a6cb;
	margin-bottom: 30px;
}
#intro p , #intro .img {
	margin-bottom: 30px;
}
#intro p:last-child {
	margin-bottom: 0;
}

/* -------------------------------
	STORY
------------------------------- */
#story {
	padding: 30px 15px;
    text-align: left;
}
#story h2 {
	width: 51px;
	margin: 0 auto 30px;
}
#story p , #story .img {
	margin-bottom: 30px;
}
#story p:last-child {
	margin-bottom: 0;
}

/* -------------------------------
	CAST
------------------------------- */
#cast {
	padding: 30px 15px;
    text-align: left;
}
#cast h2 {
	/*width: 135px;*/
	width: 115px;
	margin: 0 auto 45px;
}
#cast h3 {
	margin-bottom: 15px;
}
#cast p {
	margin-bottom: 80px;
}
#cast p:last-child {
	margin-bottom: 0;
}

/* -------------------------------
	STAFF
------------------------------- */
#staff {
	padding: 30px 15px;
    text-align: left;
}
#staff h2 {
	/*width: 146px;*/
	width: 120px;
	margin: 0 auto 40px;
}
#staff h3 {
	font-size: 1.7rem;
    color: #00a6cb;
	margin-bottom: 10px;
}
#staff p {
	margin-bottom: 50px;
}
#staff a {
    text-decoration: underline;
}

/* -------------------------------
	FOOTER
------------------------------- */
footer{
    width: 100%;
    padding: 30px 15px;
    display: flex;
    justify-content: flex-end;
}
.btn-ptop {
    text-indent: -9999px;
	display: block;
	width: 54px;
	height: 54px;
}
.btn-ptop a {
	display: block;
	width: 54px;
	height: 54px;
	position: relative;
	background: #2ebace;
}
.btn-ptop a::after {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 19px;
	left: 27px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	transform: rotateZ(45deg);
	transform-origin: left top;
}
