@charset "UTF-8";

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

img {
	display: block;
	margin: 0 auto;
}

.c_red {
	color: #EC0002;
}

#content {
	overflow: hidden;
}

.m-kv {
	width: 100%;
	background-image: url("img/first_bg.jpg");
	position: relative;
}

.m-kv__inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	font-size: 18px;
}

@media only screen and (max-width: 1300px) {
	.m-kv__inner {
		font-size: 1.3846153846vw;
	}
}

.m-kv__inner img {
	width: 100%;
}

.fs_08 {
	font-size: 0.7em;
}

h3.light {
	text-align: center;
}

h3.light p {
	display: inline-block;
	vertical-align: top;
	font-size: 2.5vw;
	position: relative;
	color: #ff7f02;
	margin: 20px auto 0px;
}

h3.light p::before,
h3.light p::after {
	content: '';
	display: block;
	width: 3rem;
	height: 3.5rem;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	margin: auto;
	top: 10%;
}

h3.light p::before {
	background-image: url(img/icon_light_L.png);
	left: -3rem;
}

h3.light p::after {
	background-image: url("img/icon_light_R.png");
	right: -3.5rem;
}

.tt_sb {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	h3.light p {
		font-size: 4vw;
	}
}

@media only screen and (max-width: 599px) {
	h3.light {
		padding: 0 0 0.5em 0;
		margin: 0;
	}

	h3.light.line {
		border-bottom: 2px solid #0755a9;
	}

	h3.light p {
		display: inline-block;
		vertical-align: top;
		font-size: 1.25rem;
		position: relative;
		max-width: 78vw;
		line-height: 1.5;
	}

	h3.light p::before,
	h3.light p::after {
		content: '';
		display: block;
		width: 1.43rem;
		height: 1.87rem;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% auto;
		position: absolute;
		bottom: 0;
		margin: auto;
	}

	h3.light p::before {
		background-image: url(img/icon_light_L.png);
		left: -2rem;
	}

	h3.light p::after {
		background-image: url("img/icon_light_R.png");
		right: -2rem;
	}

	h3.light p span {
		font-size: 1rem;
	}

	.tt_sb {
		font-size: 1rem;
		font-weight: normal;
	}
}

.main_container {
	padding: 50px 0 0px;
	position: relative;
}

.main_container__inner {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
}

.main_container H1 {
	text-align: center;
	margin: 5.4945054945% auto;
	letter-spacing: 0.3em;
}

.main_container H2 {
	text-align: center;
	font-size: 2em;
}

@media only screen and (max-width: 1024px) {
	.main_container {
		padding-top: 5%;
		padding-bottom: 2%;
	}

	.main_container__inner {
		width: 97%;
	}

	.main_container H2 {
		font-size: 3vw;
	}
}

@media only screen and (max-width: 640px) {
	.main_container {
		padding-top: 6vw;
		padding-bottom: 2vw;
		background-size: 10vw;
	}

	.main_container__inner {
		width: 94%;
	}

	.main_container H1 {
		font-size: 5vw;
	}

	.main_container H2 {
		font-size: 4.5vw;
		line-height: 6vw;
	}
}


/*-----賞品-----*/
.presents_product_name {
	padding: 0px;
	margin: 200px 0px 0px;
	text-align: center;
}

.presents_bg {
	background-color: #f5f5f5;
	text-align: center;
	position: relative;
	padding: 20px 0 100px;
}

.presents_bg_2 {
	background-color: #f5f5f5;
	text-align: center;
	position: relative;
	padding: 20px 0 60px;
}

.presents_bg img {
	padding-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
	.presents_product_name {
		margin: 30px 0px 0px;
	}

	.presents_product_name img {
		width: 30vw;
	}

	.presents_bg img,
	.presents_bg_2 img {
		width: 85%;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.presents_product_name {
		margin: 10px 0px 0px;
	}

	.presents_bg {
		padding-bottom: 30px;
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 1300px) {
	.presents_product_name img {
		width: 30vw;
	}

	.presents_bg img,
	.presents_bg_2 img {
		width: 85%;
		padding-bottom: 20px;
	}
}

/*-----対象商品-----*/
.applicable-list_container {
	padding: 50px 0 100px;
	position: relative;
	background-image: url("img/bg.png");
}

.applicable-list_container__inner {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
}

@media only screen and (max-width: 1024px) {
	.applicable-list_container {
		padding-top: 3%;
		padding-bottom: 2%;
	}

	.applicable-list_container__inner {
		font-size: 1.6363636364vw;
		width: 97%;
	}
}

@media only screen and (max-width: 640px) {
	.applicable-list_container {
		padding: 5vw 0;
		background-size: 10vw;
	}

	.applicable-list_container__inner {
		width: 100%;
	}

	.applicable-list_container H1 {
		font-size: 5vw;
	}
}


/*対象商品-PC*/
.applicable-list-pc,
.presents-list-pc {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	/* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE10 */
	text-align: center;
	/* 内容は中央配置 */
}

.presents-list-pc>div {
	width: 50%;
	padding: 10px 0px 10px;
}

.applicable-list-pc>div {
	width: 50%;
	padding: 10px 0px 50px;
}

.applicable-list-pc img,
.presents-list-pc img {
	width: 95%;
}

.applicable-list-pc p {
	font-size: 0.90.9em;
	line-height: 1.5em;
	font-weight: normal;
	font-feature-settings: "palt";
}

@media screen and (max-width: 1090px) {

	.applicable-list-pc>div,
	.presents-list-pc>div {
		width: 33.33333%;
	}
}

@media screen and (max-width: 640px) {
	.presents-list-pc>div {
		width: 90%;
		margin: 0 auto;
	}

	.applicable-list-pc {
		display: none;
	}
}

/*対象商品-横スクロール-SP*/
.applicable-list-sp {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	padding-bottom: 10%;
	-ms-overflow-style: none;
	/* IE, Edge 対応 */
	scrollbar-width: none;
	/* Firefox 対応 */
}

.applicable-list-sp::-webkit-scrollbar {
	/* Chrome, Safari 対応 */
	display: none;
}

.applicable-list__item {
	scroll-snap-align: center;
	margin: 0 3%;
}

.applicable-list__item img {
	width: 80vw;
}

.applicable-list-sp div.applicable-list__item:last-child {
	scroll-snap-align: end;
	padding-right: 5%;
}

@media screen and (min-width: 640px) {
	.applicable-list-sp {
		display: none;
	}
}


/*応募要項*/
.blue_c {
	color: #007ae3;
}

.btn_ins {
	display: block;
	width: 600px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	text-decoration: none;
	border-radius: 50px;
	font-size: 1.5vw;
	font-weight: bold;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.btn_ins {
	background-color: #ed0000;
	margin: 15px 0 60px;
}

.btn_ins span {
	color: #FFF;
	position: relative;
	padding-left: 30px;
}

.btn_ins span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg);
	margin-top: -5px;
}


@media only screen and (max-width: 1024px) {
	.btn_ins {
		font-size: 3vw;
	}
}

@media only screen and (max-width: 640px) {
	.btn_ins {
		width: 100%;
		font-size: 5vw;
		height: 25px;
		line-height: 1.5;
		padding: 15px 0;
		margin: 20px auto 30px;
	}
}

/*協賛*/
.sponsor_container {
	padding: 50px 0 70px;
	position: relative;
}

.sponsor_container__inner {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
}

@media only screen and (max-width: 640px) {
	.sponsor_container {
		padding-top: 5vw;
		padding-bottom: 2vw;
	}

	.sponsor_container__inner {
		width: 94%;
	}
}

.ta02 {
	width: 900px;
	max-width: 100%;
	display: block;
	font-size: 0.8em;
	margin: 0 auto;
}

.ta02 th {
	width: 130px;
	vertical-align: top;
	line-height: 3rem;
}

.ta02 td {
	width: 770px;
	text-align: left;
	vertical-align: top;
}

.ta02 td p {
	margin: 1%;
	word-break: normal;
	line-height: 2rem;
}

@media screen and (max-width:599px) {
	.ta02 {
		font-size: 3.5vw;
		line-height: 1.6em;
	}

	.ta02 tr {
		margin-bottom: 10px;
	}

	.ta02 tr,
	.ta02 th,
	.ta02 td {
		display: block;
		width: 100%;
	}

	.ta02 th {
		font-size: 4vw;
	}
}

/*協賛end*/



@media only screen and (max-width: 767px) {
	body {
		min-width: 0;
	}
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.wow:first-child {
	visibility: hidden;
}

.cl {
	clear: both;
}

#photogallery {
	background: #ebeeee;
	padding-top: 90px;
	padding-bottom: 60px;
}

.content {}

.box-wrap-first H1 {
	font-size: 4.5em;
	margin: 15px 0 30px;
	color: #FFF;
}

.box-wrap-first H2 {
	font-size: 1.5em;
	margin: 15px 0 30px;
	color: #FFF;
}

.box-wrap-first {
	max-width: 1200px;
	margin: 0 auto;
}


.second {
	position: relative;
	padding: 50px 20px 70px 20px;
	background-image: url("img/second_bg.gif");
	background-position: center top;
	background-repeat: repeat;
}

.box-wrap-second {
	max-width: 900px;
	margin: 20px auto;
	color: #142554;
}

.box-wrap-second H1 {
	font-size: 2.2em;
	line-height: 2em;
	margin-bottom: 40px;
	padding: 1rem 2rem;
	text-align: center;
}

.box-wrap-second H2 {
	font-size: 1.5em;
	line-height: 1.7em;
	margin-bottom: 40px;
	padding: 1rem 2rem;
	text-align: left;
	color: #ed0000;
}

.box-wrap-second p {
	text-align: left;
	line-height: 2em;
	margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
	.box-wrap-second H2 {
		font-size: 4.5vw;
		line-height: 1.7em;
		margin-bottom: 20px;
		padding: 1.4rem 1.2rem;
		background-color: #fff3a3;
		border-radius: 10px;
	}
}

.fifth {
	padding: 0px 20px;
	background-color: #ecf2fb;
}

.cl {
	clear: both;
}

.third {
	position: relative;
	padding: 60px 20px 50px 20px;
	background-color: #046cc5;
	text-align: center;
}

.box-wrap-third,
.box-wrap-fifth {
	max-width: 1240px;
	margin: 20px auto;
}

.box-wrap-third p {
	text-align: center;
	line-height: 2em;
	margin-bottom: 40px;
	color: #FFF;
}

.top_contents_title {
	width: 300px;
	height: auto;
	margin: 0 auto 30px;
	padding: 0;
	text-align: center;
	line-height: 15px;
}

.top_contents_title h1 {
	color: #FFF;
	text-align: center;
	margin: 0px;
	letter-spacing: 3px;
	font-size: 3em;
}

.top_contents_title p {
	letter-spacing: 15px;
	text-align: center;
	margin: 20px;
	color: #f3f94f;
}

.box-wrap-fifth p {
	line-height: 200%;
	margin-bottom: 50px;
	text-align: center;
}

header,
article {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}


.br-pc {
	display: block;
}

.br-sp {
	display: none;
}

.fadein p {
	padding-top: 10px;
}


.ta01 {
	width: 900px;
	max-width: 100%;
	display: block;
	font-size: 1.15em;
	margin: 0 auto;
	color: #142554;
}

.ta01 th {
	width: 15%;
	line-height: 2.5;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

.ta01 td {
	width: 85%;
	text-align: left;
	vertical-align: top;
}

.ta01 td p {
	margin: 1%;
	word-break: normal;
}

.ta01 ul {
	line-height: 1.6em;
	margin: 10px 0 0;
	padding-left: 30px;
}

@media only screen and (max-width: 640px) {
	.br-pc {
		display: none;
	}

	.br-sp {
		display: block;
	}
}

@media screen and (max-width:1024px) {
	.box-wrap-second p {
		font-size: 1.7em;
	}

	.ta01 th {
		font-size: 2.5vw;
	}

	.ta01 td {
		font-size: 1.5vw;
	}

	.ta01 ul {
		font-size: 2.5vw;
	}

	.line {
		font-size: 1.2em;
	}

	.box-wrap-third p {
		font-size: 2em;
	}


}

@media screen and (max-width:599px) {
	.ta01 th {
		line-height: 1.5;
		font-size: 2.5vw;
	}

	.ta01 td p {
		line-height: 7vw;
		font-size: 4vw
	}

	.ta01 tr {
		padding-bottom: 10px;
	}

	.ta01 ul {
		font-size: 4vw;
	}

	.box-wrap-first H1 {
		font-size: 1.9em;
		line-height: 1.4em;
		margin: 10px 0 10px;
	}

	.box-wrap-first H2 {
		font-size: 0.95em;
		font-weight: normal;
		margin: 0px;
	}

	.second {
		padding: 30px 20px;
	}

	.box-wrap-second p {
		font-size: 1em;
	}

	.box-wrap-second H1 {
		font-size: 1.5em;
		line-height: 1.4em;
		border: 0px;
		margin-bottom: 25px;
		padding: 0rem;
	}

	.third {
		padding-bottom: 40px;
	}

	.box-wrap-third {
		margin: 0;
	}

	.top_contents_title h1 {
		font-size: 2em;
	}

	.top_contents_title p {
		letter-spacing: 15px;
		text-align: center;
		margin: 20px;
	}

	.box-wrap-third p {
		font-size: 1em;
	}

	.ta01 {
		font-size: 0.95em;
	}

	.ta01 tr {
		margin-bottom: 20px;
	}

	.ta01 tr,
	.ta01 th,
	.ta01 td {
		display: block;
		width: 100%;
	}

	.ta01 th {
		font-size: 1.2em;
		width: 100%;
		border: none;
	}

	.ta01 td {
		width: 100%;
		border: none;
	}


}





@media screen and (max-width:320px) {
	.box-wrap-first H2 {
		font-size: 0.8em;
		line-height: 1.7em;
	}

	.ta01 {
		font-size: 0.85em;
	}

	.ta01 th {
		font-size: 1.2em;
	}
}