@charset "utf-8";
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;
	vertical-align:baseline;
	background:transparent;
	list-style-type: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, 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;
	font-size:100%;
	text-decoration:none;
	background:transparent;
	color:#000;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:900 !important;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/*------------------------------------------------------------------------------ SET --*/
.pcv {
	display:block !important;
}
.spv {
	display:none !important;
}
/*
a img{
	transition: .4s ease-out;
}
a:hover img{
	opacity:0.6;
}
*/
@media screen and (max-width:750px) {
.pcv {
	display:none !important;
}
.spv {
	display:block !important;
}
img {
	width:100% !important;
	height:auto !important;
}
a {
	-webkit-tap-highlight-color:rgba(0,0,0,0) !important;
}
}
.dispNon {
	display:none !important;
}
/*------------------------------------------------------------------------------ COMMON --*/
html {
	font-size: 62.5%;
}
@media screen and (max-width:750px) {
html {
	font-size: 40%;
}
}
@media screen and (max-width:479px) {
html {
	font-size: 31.25%;
}
}
body {
	width:100%;
	margin: 0;
	padding:0;
	color:#000;
	background:#fff;
	text-align:left;
	/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
	font-family: 'Kosugi Maru', sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	position:relative;
	line-height:0;
	font-weight: 300;
}
@media screen and (min-width:1021px) {
	body {
		overflow-x:hidden;
	}
}
body.bg-active {
	overflow: hidden;
}
header {
	position:fixed;
	width:100%;
	height:100px;
	min-width:1020px;
	margin:0 auto;
	background:#fff;
	z-index:1000;
}
header h1 {
	position:relative;
	padding:20px 60px 20px 80px;
	width:100%;
	margin:0 auto;
	display: flex;
  justify-content: space-between;
}
@media screen and (max-width:1020px) {
header h1 {
	padding:20px 30px;
}	
}
a img {
	transition: .4s ease-out;
}
a:hover img {
	opacity:0.6;
}
#wrapper {
	position:relative;
}
footer {
	position:relative;
	width:100%;
	margin:0;
	padding:30px;
	background:#4f72b2;
	text-align:center;
}
footer .cc{
	position:relative;
	font-size:1.4rem;
	line-height:1.1;
	letter-spacing:0em;
	font-weight:300px;
	color:#fff;
}

@media screen and (max-width:750px) {
body {
	min-width:320px;
}
header {
	position:fixed;
	width:100%;
	height:13vw;
	min-width:320px;
	margin:0 auto;
	background:#fff;
	z-index:1000;
}
header h1 {
	position:relative;
	padding:2.5vw 6.6vw;
	width:100%;
	margin:0 auto;
}
header >h1 a img{
	height:8vw !important;
	width:auto !important;
}
a img {
	transition: .4s ease-out;
}
a:hover img {
	opacity:1;
}
#wrapper {
	position:relative;
}
footer {
	position:relative;
	width:100%;
	margin:0;
	padding:7.3vw 3vw;
	background:#4f72b2;
	text-align:center;
}
footer .cc{
	position:relative;
	font-size:2.8rem;
	line-height:1.1;
	letter-spacing:0em;
	font-weight:300px;
	color:#fff;
}
}
/* ----------------------------------------------------------
#preloader
---------------------------------------------------------- */ 
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 99998;
}
.spinner {
	text-align: center;
	width: 50px;
	height: 50px;
	background: url(../img/loading_100.gif) no-repeat center center;
	background-size:50px 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 99999;
	color:#fff;
}
/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */ 
.ham img {
	width: 60px;
	height: auto;
	cursor: pointer;
}
.ham.close {
	position: fixed;
	right: 60px;
}
.ham-menu {
	width: 100%;
	height: 100vh;
	display: none;
	padding: 20px 60px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
}
.ham-menu.is-active {
	display: block;
}
.ham-menu >ul {
	margin: 40px auto;
	width: 270px;
	text-align: center;
}
.ham-menu >ul li + li {
	margin-top: 60px;
}
.ham-menu >ul li >span {
	display: block;
}
.ham-menu >ul li >span a {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	color: #4f72b2;
	text-decoration: underline;
	text-decoration-color: #4f72b2;
	text-underline-offset: .5em;
}
.ham-menu >ul li span + span {
	margin-top: 30px;
}
.ham-menu >ul li >.sub {
	padding-left: 120px;
}
.ham-menu >ul li >.sub span a {
	margin-top: 25px;
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 1;
	color: #4f72b2;
}
.ham-menu >ul li span .lnk {
	position: relative;
}
.ham-menu >ul li span .lnk::after {
	content: "";
	width: 1em;
	height: 1em;
	background-image: url(../img/url.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
}
@media screen and (max-width:750px) {
	.ham img {
		width: 9vw !important;
	}
	.ham.close {
		top: 2.5vw;
		right: 6.6vw;
	}
	.ham-menu {
		padding: 2.5vw 6.6vw;
	}
	.ham-menu >ul {
		margin: 17vw auto;
		width: 76vw;
	}
	.ham-menu >ul li + li {
		margin-top: 15vw;
	}
	.ham-menu >ul li >span a {
		font-size: 2.8rem;
		line-height: 1;
	}
	.ham-menu >ul li span + span {
		margin-top: 6vw;
	}
	.ham-menu >ul li >.sub {
		padding-left: 35vw;
	}
	.ham-menu >ul li >.sub span a {
		margin-top: 6vw;
		font-size: 2.6rem;
	}
	.ham-menu >ul li span .lnk {
		position: relative;
	}
	.ham-menu >ul li span .lnk::after {
		right: -7vw;
	}
}