@charset "UTF-8";
/* CSS Document */

@media print { 
body { 
	-webkit-print-color-adjust: exact; 
}
}

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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul, li {
	list-style: none;
}
ul {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, "sans-serif";
	font-size: 14px;
	color: #333;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-print-color-adjust: exact;
	line-height: 200%;
}
p {
	font-size: 13px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
h2, h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
	margin: 0 auto;
}

/*InView*/
.inview {
     opacity: 0; 
     -webkit-transform: translate(0px, 100px); 
     transform: translate(0px, 100px); 
     -webkit-transition: opacity 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), -webkit-transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04); 
     transition: opacity 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), -webkit-transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04); 
     transition: opacity 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04); 
     transition: opacity 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04), -webkit-transform 2s cubic-bezier(0.18, 1.01, 0.29, 1.04); 
}
.up {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
}


/*メニュー
----------------------------------------------------------------------------------*/
.menu1, .menu2, .menu3 {
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
}
.menuclick1 {
	top: 10px !important;
	-moz-transform: rotate(405deg);
	-webkit-transform: rotate(405deg);
	-o-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	transform: rotate(405deg);
}
.menuclick2 {
	opacity:0;
}
.menuclick3 {
	top: 10px !important;
	-moz-transform: rotate(-405deg);
	-webkit-transform: rotate(-405deg);
	-o-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	transform: rotate(-405deg);
}
.menupage {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 9999;
	background: #fff;
	opacity: 0.9;
	text-align: center;
}
.menupage ul {
	width: 100%;
}
.menupage ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	font-weight: 100;
	padding-top: 42px;
    letter-spacing: 4px;
	display: block;
}
.menupage ul li:first-child {
	padding-top: 0;
}
.menupage ul li a {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.menupage ul li a:hover {
	color: #db2533;
}

/*ページトップ*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 70%;
}
#page-top a {
	display: block;
    background: #222;
    text-decoration: none;
    color: #fff;
    width: 50px;
	height: 50px;
    text-align: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#page-top a:before {
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#page-top a:hover {
    background: #660066;
}


/*フッター
----------------------------------------------------------------------------------*/
footer {
	clear: both;
	margin: 120px auto 100px;
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
}



/*レスポンシブ
----------------------------------------------------------------------------------*/
@media screen and (max-width: 1039px){	
	/*メニュー*/
	.menu {
		top: 55px;
		right: 20px;
		position: fixed;
		margin: 0;
	}
	.menupage ul li a {
		display: block;
	}
}


@media screen and (max-width: 480px){	
	body {
		font-size: 12px;
		line-height: 220%;
	}
	
	/*メニュー*/
	.menu {
    	top: 40px;
	}
	.menupage ul {
		position: relative;
		top: -20px;
	}
	.menupage ul li {
		font-size: 24px;
		letter-spacing: 2px;
		padding-top: 30px;
	}
	
	/*ページトップ*/
	#page-top {
		position: fixed;
		bottom: 0;
		right: 5%;
	}
	#page-top a {
		width: 40px;
		height: 40px;
	}
	#page-top a:before {
		position: absolute;
		top: 7px;
	}
	
	/*フッター*/
	footer {
		margin: 80px auto;
		line-height: 2;
	}
}