@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

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

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

object,
embed {
	vertical-align: top;
}

hr, legend {
	display: none;
	border: none;
}

abbr, acronym, fieldset {
	border: 0;
}

tr, th, td, caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

input[type="text"],
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
	outline-offset: -2px;
	border: 0;
}

input:focus, button:focus {
	outline: 0;
	border: 0;
}

button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

button::-webkit-search-decoration::-webkit-search-decoration {
	display: none;
}

button:focus {
	outline-offset: -2px;
}

button, select, input {
	font-family: 'Noto Sans Japanese','Hiragino Kaku Gothic Pro',sans-serif;
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

button::-ms-expand, select::-ms-expand, input::-ms-expand {
	display: none;
}

label {
	cursor: pointer;
}

/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	/*overflow-y: scroll;*/
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

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

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

object,
embed {
	vertical-align: top;
}

hr, legend {
	display: none;
	border: none;
}

abbr, acronym, fieldset {
	border: 0;
}

tr, th, td, caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.6;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 750px) {
	body {
		min-width: 320px;
	}
}

input, textarea {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

a:focus {
	outline: none;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/*////////////////////////////////////////

padding, margin

////////////////////////////////////////*/
.padT0 {
	padding-top: 0 !important;
}

.padT1 {
	padding-top: 0.5em !important;
}

.padT2 {
	padding-top: 1em !important;
}

.padT3 {
	padding-top: 1.5em !important;
}

.padT4 {
	padding-top: 2em !important;
}

.padT5 {
	padding-top: 2.5em !important;
}

.padL0 {
	padding-left: 0 !important;
}

.padL1 {
	padding-left: 0.5em !important;
}

.padL2 {
	padding-left: 1em !important;
}

.padL3 {
	padding-left: 1.5em !important;
}

.padL4 {
	padding-left: 2em !important;
}

.padL5 {
	padding-left: 2.5em !important;
}

.padR0 {
	padding-right: 0 !important;
}

.padR1 {
	padding-right: 0.5em !important;
}

.padR2 {
	padding-right: 1em !important;
}

.padR3 {
	padding-right: 1.5em !important;
}

.padR4 {
	padding-right: 2em !important;
}

.padR5 {
	padding-right: 2.5em !important;
}

.padB0 {
	padding-bottom: 0 !important;
}

.padB1 {
	padding-bottom: 0.5em !important;
}

.padB2 {
	padding-bottom: 1em !important;
}

.padB3 {
	padding-bottom: 1.5em !important;
}

.padB4 {
	padding-bottom: 2em !important;
}

.padB5 {
	padding-bottom: 2.5em !important;
}

.marT0 {
	margin-top: 0 !important;
}

.marT1 {
	margin-top: 0.5em !important;
}

.marT2 {
	margin-top: 1em !important;
}

.marT3 {
	margin-top: 1.5em !important;
}

.marT4 {
	margin-top: 2em !important;
}

.marT5 {
	margin-top: 2.5em !important;
}

.marL0 {
	margin-left: 0 !important;
}

.marL1 {
	margin-left: 0.5em !important;
}

.marL2 {
	margin-left: 1em !important;
}

.marL3 {
	margin-left: 1.5em !important;
}

.marL4 {
	margin-left: 2em !important;
}

.marL5 {
	margin-left: 2.5em !important;
}

.marR0 {
	margin-right: 0 !important;
}

.marR1 {
	margin-right: 0.5em !important;
}

.marR2 {
	margin-right: 1em !important;
}

.marR3 {
	margin-right: 1.5em !important;
}

.marR4 {
	margin-right: 2em !important;
}

.marR5 {
	margin-right: 2.5em !important;
}

.marB0 {
	margin-bottom: 0 !important;
}

.marB1 {
	margin-bottom: 0.5em !important;
}

.marB2 {
	margin-bottom: 1em !important;
}

.marB3 {
	margin-bottom: 1.5em !important;
}

.marB4 {
	margin-bottom: 2em !important;
}

.marB5 {
	margin-bottom: 2.5em !important;
}

/*////////////////////////////////////////

汎用class

////////////////////////////////////////*/
@media screen and (min-width: 751px) {
	.only-sp {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.only-pc {
		display: none;
	}
}

.align-c {
	text-align: center !important;
}

.align-l {
	text-align: left !important;
}

.align-r {
	text-align: right !important;
}

.alpha-over {
	transition: opacity 0.3s;
}

.alpha-over:hover {
	opacity: 0.7;
}

.white-over {
	position: relative;
	overflow: hidden;
}

.white-over::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	transition: opacity 0.3s;
	opacity: 0;
}

@media screen and (min-width: 751px) {
	.white-over:hover::after {
		opacity: 0.3;
	}
}

.mincho-jp {
	font-family: "Sawarabi Mincho",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.mincho-en {
	font-family: 'Sorts Mill Goudy',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* .tpl-inner-wrap
-----------------------------*/
.tpl-inner-wrap {
	min-width: 1200px;
	width: auto;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.tpl-inner-wrap {
		min-width: 320px;
	}
}

/* #tpl-header
-----------------------------*/
#tpl-header {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	pointer-events: none;
}

#tpl-header .tpl-inner-wrap {
	height: 100%;
	position: relative;
}

#tpl-header .header-inner {
	position: relative;
	height: 100%;
}

#tpl-header .search-box {
	pointer-events: auto;
	margin-bottom: -10px;
	display: none;
}

@media screen and (max-width: 750px) {
	#tpl-header .search-box {
		margin-bottom: -5px;
	}
}

#tpl-header .gsc-control-wrapper-cse {
	width: 920px;
	margin: auto;
}

@media screen and (max-width: 750px) {
	#tpl-header .gsc-control-wrapper-cse {
		width: 84%;
		margin: auto;
	}
}

#tpl-header .gsc-control-cse {
	border: none;
	padding: 50px 0;
}

@media screen and (max-width: 750px) {
	#tpl-header .gsc-control-cse {
		padding: 30px 0 25px;
	}
}

#tpl-header .gsc-input {
	padding-right: 0;
	border-bottom: 1px solid #B4B4B4;
}

#tpl-header .gsc-input-box {
	border: none;
}

#tpl-header .gsib_a {
	padding: 0;
}

#tpl-header .gsib_b {
	display: none;
}

#tpl-header input.gsc-input {
	/*font-size: 30px;*/
	height: 90px !important;
}

@media screen and (max-width: 750px) {
	#tpl-header input.gsc-input {
		height: 60px !important;
	}
}

#tpl-header input.gsc-input::-webkit-input-placeholder {
	color: #CFCFD0;
	font-size: 17px;
}

@media screen and (max-width: 750px) {
	#tpl-header input.gsc-input::-webkit-input-placeholder {
		font-size: 15px;
	}
}

#tpl-header .gsc-search-button-v2 {
	width: 90px;
	height: 90px;
	background-color: #BD0008;
	border: none;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../search-icon.png);
	margin-left: 30px;
	outline: none;
	cursor: pointer;
}

@media screen and (max-width: 750px) {
	#tpl-header .gsc-search-button-v2 {
		width: 60px;
		height: 60px;
		background-size: 13px auto;
		margin-left: 15px;
	}
}

#tpl-header .gsc-search-button-v2 svg {
	display: none;
}

#tpl-header .menu-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: black;*/
	opacity: 0;
	pointer-events: none;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	cursor: pointer;
}

#tpl-header .menu-bg.show {
	pointer-events: auto;
	opacity: 1;
}

#tpl-header .logo-bar {
	position: absolute;
	width: 100%;
	height: 90px;
	z-index: 4;
	top: 0;
	transition-property: background-color;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	pointer-events: auto;
	background-color: white;
}

@media screen and (max-width: 750px) {
	#tpl-header .logo-bar {
		z-index: 5;
		height: 60px;
	}
}

#tpl-header.white .logo-bar {
	background-color: white;
}

#tpl-header .logo-bar img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition-property: opacity;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	width: 235px;
}

@media screen and (max-width: 750px) {
	#tpl-header .logo-bar img {
		width: 46.66667vw;
	}
}

#tpl-header .logo-bar .site-logo-white {
	opacity: 1;
}

#tpl-header.white .logo-bar .site-logo-white, #tpl-header .logo-bar .site-logo {
	opacity: 1;
}

#tpl-header.white .logo-bar .site-logo {
	opacity: 1;
}

@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

#tpl-header {
	z-index: 10000;
}

#tpl-header.hide {
	z-index: 9999;
}

.login_pc2 {
	position: absolute;
	z-index: 9987;
	top: 22px;
	right: 20px;
	display: block;
	pointer-events: auto;
}

.login_pc2:hover {
	opacity: 0.8;
}

/* #tpl-topicpath
-----------------------------*/
#tpl-topicpath {
	width: 100%;
}

@media screen and (max-width: 750px) {
	#tpl-topicpath {
		display: none;
	}
}

#tpl-topicpath ul {
	overflow: hidden;
	padding: 10px;
}

#tpl-topicpath li {
	display: inline-block;
}

/* #tpl-contents
-----------------------------*/
body.under-layer #tpl-contents {
	margin: 0 10px;
	padding-top: 100px;
}

@media screen and (max-width: 750px) {
	body.under-layer #tpl-contents {
		margin: 0 5px;
		padding-top: 65px;
	}
}

/* #tpl-pagetop
-----------------------------*/
#tpl-pagetop {
	text-align: right;
}

/* #tpl-footer
-----------------------------*/
#tpl-footer .tpl-inner-wrap {
	background: none;
	padding: 110px 0;
	width: 1200px;
	text-align: center;
}

#tpl-footer h2 img {
	width: 234px;
}

#tpl-footer .footer-link {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	margin-bottom: 50px;
}

#tpl-footer .footer-link li {
	margin-left: 30px;
}

#tpl-footer .footer-link li a {
	font-size: 13px;
	color: inherit;
}

#tpl-footer .footer-link li a[target="_blank"]:after {
	content: "";
	width: 12px;
	height: 12px;
	background-image: url(../img/blank-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 7px;
	transform: translateY(2px);
	display: inline-block;
}

#tpl-footer .copyright {
	font-size: 12px;
}

@media screen and (max-width: 750px) {
	#tpl-footer .tpl-inner-wrap {
		background: none;
		padding: 70px 0 100px;
		width: auto;
		display: block;
	}
	#tpl-footer h2 {
		text-align: center;
		margin-bottom: 40px;
	}
	#tpl-footer h2 img {
		width: 150px;
	}
	#tpl-footer .footer-link {
		display: block;
		margin-bottom: 40px;
	}
	#tpl-footer .footer-link li {
		margin-left: 0;
		margin-bottom: 5px;
		text-align: center;
	}
	#tpl-footer .footer-link li a {
		font-size: 12px;
	}
	#tpl-footer .footer-link li a[target="_blank"]:after {
		width: 10px;
		margin-left: 5px;
		transform: translateY(3px);
	}
	#tpl-footer .copyright {
		font-size: 10px;
		text-align: center;
	}
}

/* .page-logo
-----------------------------*/
.page-logo {
	text-align: center;
	height: 90px;
	margin-top: 10px;
	background-color: red;
	position: relative;
	z-index: 1;
}

/* .scroll-line
-----------------------------*/
.under-layer .scroll-line {
	position: absolute;
	transform: rotate(90deg);
	left: -10px;
	bottom: 65px;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 750px) {
	.under-layer .scroll-line {
		/*left: -33px;
		bottom: 55px;*/
		display: none;
	}
}

.under-layer .scroll-line {
	opacity: 1;
}

.under-layer .scroll-line .inner {
	position: relative;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-align-items: center;
	/* Safari */
	align-items: center;
}

.under-layer .scroll-line .inner p {
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #d92128;
	padding-right: 20px;
}

@media screen and (max-width: 750px) {
	.under-layer .scroll-line .inner p {
		font-size: 11px;
		padding-right: 10px;
	}
}

.under-layer .scroll-line .inner::after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #d92128;
	animation-name: scroll-line;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

@keyframes scroll-line {
	0% {
		transform-origin: left center;
		transform: scale(0, 1);
	}
	45% {
		transform-origin: left center;
		transform: scale(1, 1);
	}
	55% {
		transform-origin: right center;
		transform: scale(1, 1);
	}
	100% {
		transform-origin: right center;
		transform: scale(0, 1);
	}
}

#tpl-contents {
	margin: 0 10px;
	padding-top: 150px;
}

@media screen and (max-width: 750px) {
	#tpl-contents {
		margin: 0;
		padding-top: 100px;
	}
}

.btn-list {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	/* flex */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

@media screen and (max-width: 750px) {
	.btn-list {
		width: 73.33%;
		min-width: 268px;
	}
}

.btn-list-center {
	justify-content: center;
}

.btn {
	width: 283px;
	height: 60px;
	margin: 0 10px;
}

@media screen and (max-width: 750px) {
	.btn {
		width: 100%;
		height: 50px;
	}
}

.btn:nth-child(n + 4) {
	margin-top: 20px;
}

@media screen and (max-width: 750px) {
	.btn:nth-child(n + 4) {
		margin-top: 0;
	}
}

@media screen and (max-width: 750px) {
	.btn:nth-child(n + 2) {
		margin-top: 15px;
	}
}

.btn.disabled a {
	pointer-events: none;
	background-color: #444444;
}

.loading {
	display: none;
}

body {
	background: #fff;
	font-size: 16px;
	line-height: 1.5;
}

body * {
	box-sizing: border-box;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 750px) {
	body {
		min-width: 320px;
	}
}

a {
	color: #09f;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a:hover {
	color: #09f;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

/*////////////////////////////////////////

汎用class

////////////////////////////////////////*/
@media screen and (min-width: 751px) {
	.SP {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	.PC {
		display: none !important;
	}
}

.indent {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.fs-s {
	font-size: 0.8em;
	line-height: 1em;
}

.alpha-over {
	transition: opacity 0.3s;
}

.alpha-over:hover {
	opacity: 0.7;
}

.white-over {
	position: relative;
	overflow: hidden;
}

.white-over::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	transition: opacity 0.3s;
	opacity: 0;
}

@media screen and (min-width: 751px) {
	.white-over::hover::after {
		opacity: 0.3;
	}
}

.mincho-jp {
	font-family: "Sawarabi Mincho",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.mincho-en {
	font-family: 'Sorts Mill Goudy',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* .tpl-inner-wrap
-----------------------------*/
.tpl-inner-wrap {
	min-width: 1200px;
	width: auto;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.tpl-inner-wrap {
		min-width: 320px;
	}
}

.tpl-inner {
	width: 980px;
	margin: auto;
}

@media screen and (max-width: 750px) {
	.tpl-inner {
		width: 100%;
		padding: 0 20px;
	}
}

/* #tpl-contents
-----------------------------*/
body.under-layer #tpl-contents {
	margin: 0 10px;
	padding-top: 100px;
}

@media screen and (max-width: 750px) {
	body.under-layer #tpl-contents {
		margin: 0 5px;
		padding-top: 65px;
	}
}
