@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

html {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			box-sizing: border-box;
}
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
		 -moz-box-sizing: inherit;
			box-sizing: inherit;
}

html {
	font-size: 62.5%;
}
body {
	position: relative;
	background: #fff;
	color: #151515;
	font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
	/* system-ui, -apple-system, BlinkMacSystemFont, */
	font-size: 1.4em;
	font-weight: 400;
	font-style: normal;
	line-height: 1.44;
	word-wrap: break-word;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
a {
	color: #f00;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:visited {
	color: #808080;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: inherit;
}
img {
	outline: 0;
	vertical-align: bottom;
	line-height: 1.0;
}

input:focus {
	outline: 0;
}
::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
/* IE 10 later */
:-ms-input-placeholder {
	color: #ccc;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

html.js body {
	opacity: 0;
}

.container {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1219px) {
	.container {
		width: 100%;
	}
}

/* Header
------------------------------------------------*/
.header {
	position: relative;
	padding: 20px 0;
	background: url("../img/heade_bg.jpg") center top no-repeat;
}
.header .container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1219px) {
	.header .container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (min-width: 1220px) {
	.header .container {
		width: 1160px;
	}
}

.header_l,
.header_r {
	position: relative;
	-ms-flex: 0 1 120px;
	flex: 0 1 120px;
}

.header-logo,
.header-caption {
	width: 100%;
	height: auto;
}

.header a.PcLoginBtn {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 120px;
	height: 30px;
	padding: 7px 0;
	border-radius: 15px;
	background: #999;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
	cursor: pointer;
	z-index: 9999999;
	transition: all .3s ease-out;
}
.header a.PcLoginBtn::before {
	content: "ログイン";
	color: #fff;
	text-align: center;
}
.header a.PcLoginBtn.peke {
	width: 40px;
	height: 40px;
	padding: 3px 0;
	border-radius: 20px;
	font-size: 30px;
	background: #333;
	transition: all .3s ease-out;
}
.header a.PcLoginBtn.peke::before {
	content: "×";
}

/* Drawr
------------------------------------------------*/
.drawr {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 18% 0 0 0;
	text-align: center;
	background-image: url("../img/Map.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 900px;
	background-color: rgba(240,240,240,.90);
	color: #ffffff;
	z-index: 999;
}
.drawrInner{
	width: 750px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 4px;
	background: rgba(102,102,102,.85);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}
.drawrInner h3 {
	margin: 10px 0 20px;
	font-size: 1.5em;
}
.drawrInner h5 {
	margin: 0 0 16px;
	text-align: center;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.5em;
}
.drawrInner form {
	width: 80%;
	margin: 0 auto;
}
.drawrInner dl {
	width: 80%;
	margin: 0 auto;
}
.drawrInner dt {
	margin-bottom: 3px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}
.drawrInner dd {
	margin: 0 0 5px 0;
}
.drawrInner form input[type="text"] {
	width: 100%;
	height: 35px;
	border: solid 1px #d5d6d7;
	border-radius: 0;
	color: #333333;
	-webkit-appearance: none;
}
.drawrInner form button[type="submit"] {
	width: 50%;
	height: 50px;
	margin: 15px auto 10px;
	border: 0 none;
	border-radius: 25px;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	background: #6c0;
}
.mistype,
.forget {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 1em;
	color: #ff9;
}
.forget a {
	color: #ff9;
	text-decoration: underline
}


/* Main Contents
------------------------------------------------*/
.keyvisual {
	position: relative;
	margin: 0 0 8px;
	padding: 175px 0 60px;
	text-align: center;
}
.keyvisual-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 640px;
	background: url("../img/main_visual.jpg?1") center top/cover no-repeat;
}
@media screen and (max-width: 1219px) {
	.keyvisual-bg {
		height: 500px;
	}
}
.keyvisual-title {
	margin: 0 0 20px;
}
.keyvisual-catch {
	font-size: 1.6rem;
	font-weight: 700;
}

.PcEntry .regist_form {
	margin-bottom: 10px
}
.PcEntry .regist_form input[type="text"] {
	width: 540px;
	padding: 1rem;
	border: 1px solid #aaaaaa;
	border-radius: 6px;
	box-shadow: inset 2px 2px 4px rgba(0,0,0,.2);
	font-size: 2.4rem;
	line-height: 1.0;
}
.PcEntryBtn {
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 350px;
	height: 80px;
	margin: 0;
	padding: 12px 0;
	border-radius: 40px;
	border: 0;
	color: #fff;
	background: -moz-linear-gradient(top,  #f02222 0%, #a92222 100%);
	background: -webkit-linear-gradient(top,  #f02222 0%,#a92222 100%);
	background: linear-gradient(to bottom,  #f02222 0%,#a92222 100%);
	cursor: pointer;
}

.PcEntryBtn > strong {
	-ms-flex: 0 1 90%;
	flex: 0 1 90%;
	font-size: 2.4rem;
}
.PcEntryBtn > .text {
	-ms-flex: 0 1 90%;
	flex: 0 1 90%;
	font-size: 1.2rem;
}
@keyframes arrow_blink {
	0,100% { border-left-color: #ff0; }
	75% { border-left-color: #f60; }
}
@-webkit-keyframes arrow_blink {
	0,100% { border-left-color: #ff0; }
	75% { border-left-color: #f60; }
}
@-ms-keyframes arrow_blink {
	0,100% { border-left-color: #ff0; }
	75% { border-left-color: #f60; }
}

.PcEntryBtn > .icon-triangle {
	position: absolute;
	top: calc(40px-6px);
	right: 10px;
	width: 12px;
	height: 12px;
	border: 12px solid transparent;
	border-left: 12px solid #ff0;
	animation: arrow_blink 1s step-end infinite;
	-webkit-animation: arrow_blink 1s step-end infinite;
	-ms-animation: arrow_blink 1s step-end infinite;
}


/* Merit */
@-webkit-keyframes slide-top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
				transform: translateY(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
}
@keyframes slide-top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
				transform: translateY(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}
}
.slide-top {
	-webkit-animation: slide-top 0.6s ease-out both;
			animation: slide-top 0.6s ease-out both;
}

.icon-horse-head {
	width: auto;
	height: 1.2em;
	vertical-align: middle;
}
.merit-title-sub .icon-horse-head:nth-of-type(2) {
	transform: rotateY(180deg);
	transform-origin: center center;
}

.merit-title {
	margin: 0;
	text-align: center;
}
.merit-title-sub {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	color: #008619;
}
.merit-title-sub > span {
	margin: 0 .5em;
	vertical-align: middle;
}
.merit-title-main {
	display: block;
	margin: 20px 0;
	padding: 20px 0;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.0;
	background: #000;
	color: #fdd56b;
}
.merit-section {
	width: 960px;
	margin: 100px auto;
	text-align: center;
}
.merit-section:first-of-type {
	margin-top: 80px;
}
html.js .merit-section {
	opacity: 0;
}

.merit-section-title {
	margin: 0 0 25px;
	font-size: 4.0rem;
	font-weight: 700;
	color: #008619;
}
.merit-section-description {
	margin: 2.5rem 0;
	font-size: 1.8rem;
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
	.merit-section {
		width: 100%;
	}
	.merit-section-image img {
		width: 100%;
		height: auto;
	}
	.merit-step {
		margin-left: 15px;
		margin-right: 15px;
	}
}



/* Support */
.support {
	text-align: center;
}
.support-title {
	margin: 0 0 50px;
	padding: 20px 0;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.0;
	background: #000;
	color: #fdd56b;
}
.support-section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 700px;
	margin: 0 auto 80px;
}
.support-section-image {
	-ms-flex: 0 1 100px;
	flex: 0 1 100px;
}
.support-section-image img {
	width: 86px;
	height: auto;
}
.support-section-text {
	-ms-flex: 0 1 600px;
	flex: 0 1 600px;
	font-size: 1.8rem;
	line-height: 1.66;
}


/* Footer
------------------------------------------------*/
.footer {
	padding: 45px 0 90px;
	background: #c0c0c0;
	text-align: center;
}
.footer_nav {
	margin: 0 0 70px;
}
.footer_nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;

	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer_nav > ul > li {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-right: 2em;
}
.footer_nav > ul > li:last-of-type {
	margin-right: 0;
}
.footer_nav > ul a {
	font-size: 1.2rem;
	font-weight: 700;
	color: #333;
	text-decoration: none;
}
.footer_nav > ul a:hover {
	color: #666;
}

.footer_copyright .footer-logo {
	width: 150px;
	height: auto;
}
.footer_copyright > small {
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 2px;
}
