@charset "utf-8";

/* -----------------------------------------------------------
Reset
----------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border:0 ;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
	vertical-align: middle;
}

/* -----------------------------------------------------------
Utility
----------------------------------------------------------- */
.fs80 {font-size: 80%;}
.fs85 {font-size: 85%;}
.fs90 {font-size: 90%;}
.fs95 {font-size: 95%;}
.fs105 {font-size: 105%;}
.fs110 {font-size: 110%;}
.fs115 {font-size: 115%;}
.fs120 {font-size: 120%;}
.fs140 {font-size: 140%;}
.fs150 {font-size: 150%;}
.fs160 {font-size: 160%;}
.fs170 {font-size: 170%;}
.fs180 {font-size: 180%;}
.fs190 {font-size: 190%;}
.fs200 {font-size: 200%;}

.fontB {font-weight: bold;}

.fontC01 {color: #009ea9;} /* Blue01 */
.fontC02 {color: #d6226d;} /* Pink */
.fontC03 {color: #;} /*  */
.fontC04 {color: #;} /*  */
.fontC05 {color: #;} /*  */
.fontC06 {color: #;} /*  */
.fontC07 {color: #;} /*  */
.fontC08 {color: #;}
.fontC09 {color: #;}

.txt-L {text-align: left !important;}
.txt-C {text-align: center !important;}
.txt-R {text-align: right !important;}

.mincho {
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3',
	'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

@media only screen and (max-width:640px) {

	.sp-block{display: block;}

}

/* -----------------------------------------------------------
Link
----------------------------------------------------------- */
a, a:link, a:active {
	color: #fff;
	text-decoration: none;
	outline: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

a:hover {
	color: #666;
	text-decoration: underline;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

a img {
	border: none;
	-moz-transition: .5s;
	-webkit-transition: 05s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

a:hover img {
	filter: alpha(opacity=80);
	opacity: .8;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

/* -----------------------------------------------------------
Keyframes
----------------------------------------------------------- */
@-webkit-keyframes blink {
    0% {opacity: .2;}
    100% {opacity: .8;}
}
@-moz-keyframes blink {
    0% {opacity: .2;}
    100% {opacity: .8;}
}
@keyframes blink {
    0% {opacity: .2;}
    100% {opacity: .8;}
}

@-webkit-keyframes moving {
	0% {height: 0; top: -6rem;}
	50% {height: 6rem; top: -6rem;}
	100% {height: 0; top: 0;}
}
@-moz-keyframes moving {
	0% {height: 0; top: -6rem;}
	50% {height: 6rem; top: -6rem;}
	100% {height: 0; top: 0;}
}
@keyframes moving {
	0% {height: 0; top: -6rem;}
	50% {height: 6rem; top: -6rem;}
	100% {height: 0; top: 0;}
}

/* -----------------------------------------------------------
Effect
----------------------------------------------------------- */
.effectIn {
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
	transition: 1.5s;
	opacity: .1;
	-moz-transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	-o-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	transform: translate(0, 20px);
}

.effectOut {
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
	transition: 1.5s;
	opacity: 1.0;
	-moz-transform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	transform: translate(0, 0px);
}

/* -----------------------------------------------------------
Common
----------------------------------------------------------- */
html {
	font-size: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, '游ゴシック',
	'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ',
	 arial, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 2;
	color: #fff;
	background: #000;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	letter-spacing: .15rem;
}

section {
	padding: 4rem 0 6rem;
}

img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.wrapper {
}

.container {
	width: 1240px;
	margin: 0 auto;
}

.text-box {
	width: 800px;
	margin: 0 auto 3rem;
}

.title {
	font-family: 'Aldrich';
	font-size: 3.6rem;
	color: #d6226d;
	text-align: center;
	padding-top: 1rem;
	margin-bottom: 2rem;
	position: relative;
}

.title:after {
	content: "";
	position: absolute;
	left: 49.9%;
	right: 50.1%;
	background: #fff;
	width: 1px;
	animation: moving 1.8s ease-in-out infinite;
	-webkit-animation: moving 1.8s ease-in-out infinite;
	-moz-animation: moving 1.8s ease-in-out infinite;
}

@media only screen and (max-width: 1240px) {

	.container {
		width: 90%;
	}

}

@media only screen and (max-width: 980px) {

	html {
		font-size: 90%;
	}

}

@media only screen and (max-width: 980px) {

	.text-box {
		width: 90%;
		margin: 0 5% 3rem;
	}

}

@media only screen and (max-width: 640px) {

	.title {
		font-size: 10vw;
	}

}

@media only screen and (max-width: 486px) {

	html {
		font-size: 80%;
	}

}


/* -----------------------------------------------------------
Gloabal Nav
----------------------------------------------------------- */
#global-nav {
	width: 100%;
}

#global-nav a {
	display: block;
	font-family: 'Aldrich';
	color: #fff;
	text-decoration: underline;
}

#global-nav a:hover {
	color: #d6226d;
}

.menu-top {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-between;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	z-index: 100;
}

.menu-bottom {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: space-between;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	z-index: 110;
}

.menu-top li, .menu-bottom li {
	width: 31.3333%;
}

.menu-L {
	text-align: left;
	margin-left: 1%;
}

.menu-C {
	text-align: center;
}

.menu-R {
	text-align: right;
	margin-right: 1%;
}

.page-top {
	margin-bottom: -2px;
}

.page-top i {
	color: #fff;
	font-size: 2rem;
	display: block;
}

.page-top i:hover {
	color: #d6226d;
}

/* -----------------------------------------------------------
Footer
----------------------------------------------------------- */
footer {
	width: 100%;
	background: #009ea9;
	padding-bottom: 1.2rem;
}

footer .copy {
	font-size: .8rem;
	background: #000;
	text-align: center;
	padding: 1rem 0;
	margin-bottom: 1rem;
}






















