@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;
}

html {
	overflow-y: scroll;
}

html, body {
	background: #FFF;
}

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

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

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

strong {
	font-weight: bold;
}

a {
	color: #FFF;
	text-decoration: none;
	transition: opacity .3s;
}

a:focus {
	outline: none;
}

@media screen and (min-width: 751px) {
	a:hover {
		color: #FFF;
		opacity: .8;
	}
}

img {
	max-width: 100%;
	height: auto;
}

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

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

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

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

#header {
	background-color: #fdd000;
	padding: 7px 0 11px;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	#header {
		padding: 3px 0 5px;
	}
}

#header .logo {
	float: right;
	margin-right: 20px;
	font-size: 0;
}

@media screen and (max-width: 750px) {
	#header .logo {
		width: 86px;
		height: auto;
		margin-right: 10px;
	}
}

#footer .footer-head {
	background-color: #e71a0f;
	padding: 64px 0 130px;
}

@media screen and (max-width: 750px) {
	#footer .footer-head {
		padding: 8% 4%;
	}
}

#footer .footer-head .tpl-inner {
	display: flex;
}

@media screen and (max-width: 750px) {
	#footer .footer-head .tpl-inner {
		display: block;
	}
}

#footer .footer-head .title {
	width: 244px;
}

@media screen and (max-width: 750px) {
	#footer .footer-head .title {
		width: 100%;
		margin-bottom: 6%;
	}
}

#footer .footer-head .title img {
	width: 190px;
	height: auto;
}

@media screen and (max-width: 750px) {
	#footer .footer-head .title img {
		width: 45%;
	}
}

#footer .footer-head .title span {
	display: block;
	font-size: 14px;
	margin-top: 1em;
}

@media screen and (max-width: 750px) {
	#footer .footer-head .title span {
		font-size: 10px;
	}
}

#footer .footer-head .caution {
	margin-top: 1em;
	font-size: 14px;
	font-weight: 300;
	text-indent: -1em;
	margin-left: 1em;
}

@media screen and (max-width: 750px) {
	#footer .footer-head .caution {
		font-size: 11px;
	}
}

#footer .footer-bot {
	background-color: #f7b52b;
	padding: 7px 0 11px;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	#footer .footer-bot {
		padding: 11px 0 15px;
	}
}

#footer .footer-bot .logo {
	float: right;
	margin-right: 20px;
	font-size: 0;
}

@media screen and (max-width: 750px) {
	#footer .footer-bot .logo {
		width: 172px;
		height: auto;
		margin-right: 15px;
	}
}

#footer .blank {
	text-decoration: underline;
	padding-right: 18px;
	background: url(../img/icon-blank.png) right 50% no-repeat;
}

.main-kv {
	text-align: center;
	background: url(../img/bg-main.jpg) 50% 0 no-repeat;
	margin-bottom: 34px;
}

@media screen and (max-width: 750px) {
	.main-kv {
		background: none;
		margin-bottom: 6%;
	}
}

@media screen and (max-width: 750px) {
	.kv-img {
		margin-bottom: 4%;
	}
}

.kv-limited {
	background: url(../img/bg-limited.jpg) 50% 0 no-repeat;
	position: relative;
}

@media screen and (max-width: 750px) {
	.kv-limited {
		background: none;
	}
}

.kv-limited .closed {
	opacity: .5;
}

@media screen and (max-width: 750px) {
	.kv-limited .closed {
		opacity: 1;
	}
}

.kv-limited .close-txt {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
	.kv-limited .close-txt {
		top: 10%;
	}
}

.main-read {
	text-align: center;
	background-color: #FFF;
	text-align: center;
	padding-bottom: 56px;
}

@media screen and (max-width: 750px) {
	.main-read {
		padding-bottom: 10%;
	}
}

.sec-bnr .item + .item {
	margin-top: 14px;
}

.sec-bnr .item a {
	display: block;
	width: 940px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 750px) {
	.sec-bnr .item a {
		width: 100%;
	}
}

.sec-bnr .bnr01 {
	background: url(../img/bg-bnr01.gif) 50% -10% repeat;
	padding: 50px 0 30px;
}

@media screen and (max-width: 750px) {
	.sec-bnr .bnr01 {
		background-position: 50% -10%;
		background-size: 20% auto;
		padding: 7% 0 5%;
	}
}

.sec-bnr .bnr02 {
	background: url(../img/bg-bnr02.gif) 50% -13% repeat;
	padding: 63px 0 64px;
}

@media screen and (max-width: 750px) {
	.sec-bnr .bnr02 {
		background-position: 50% -10%;
		background-size: 19% auto;
		padding: 7% 0 5%;
	}
}

.sec-bnr .icon {
	position: absolute;
	right: 30px;
	top: -30px;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.sec-bnr .icon {
		width: 20%;
		right: 2%;
		top: -4%;
	}
}

.sec-logos {
	padding: 50px 0;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.sec-logos {
		padding: 10% 8%;
	}
}

.sec-logos .link-item {
	display: inline-block;
}

.sec-logos .link-item + .link-item {
	margin-top: 23px;
}

@media screen and (max-width: 750px) {
	.sec-logos .link-item + .link-item {
		margin-top: 5%;
	}
}
