@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;800;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::before, *::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	font-family: 'M PLUS Rounded 1c', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, arial, sans-serif;
	color: #333;
  font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .08em;
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

@media (max-width: 960px) {
	html {
		font-size: .78125vw;
	}
}
@media (max-width: 750px) {
	html {
		font-size: 62.5%;
	}
}

/* common
--------------------------------------------------*/
.inner {
	margin: 0 auto;
	width: 90%;
	max-width: 120rem;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.c_hdl_01 {
	margin-bottom: 2rem;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}
.c_hdl_02 {
	margin-top: -13rem;
	margin-bottom: 5rem;
	padding: 2rem 8rem;
	color: #fff;
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
	border-radius: 5rem;
	background-color: #00508E;
}
.c_border {
	display: block;
  width: 100%;
  margin: 0 auto 30px;
}
.c_sec {
	padding: 6rem 0;
	border-radius: 3rem;
}
.c_sec .box {
	margin: 0 auto;
	width: 90%;
}
p {
	margin-bottom: 1.5rem;
	font-size: 2rem;
	line-height: 1.8;
}
p:last-of-type {
	margin-bottom: 0;
}
.sp {
	display: none !important;
}
@media (max-width: 750px) {
	.c_hdl_01 {
		font-size: 2.4rem;
	}
	.c_hdl_02 {
		font-size: 2rem;
		margin-bottom: 3rem;
		padding: 1.6rem 1rem;
	}
	.c_sec {
		padding: 3rem 0;
	}
	p {
		font-size: 1.5rem;
	}
	.sp {
		display: block !important;
	}
}

.flex.desc {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.flex.desc:not(:last-of-type) {
	margin-bottom: 4rem;
}
.flex.desc h3 {
	padding: .5rem 0;
	width: 16%;
	color: #fff;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.8;
	text-align: center;
	border-radius: 2rem;
	background-color: #38A1DB;
}
.flex.desc p {
	margin-top: 1rem;
	width: 75%;
}
@media (max-width: 750px) {
	.flex.desc {
		display: block;
	}
	.flex.desc h3 {
		padding: .8rem 0;
		width: 100%;
		font-size: 1.4rem;
	}
	.flex.desc p {
		width: 100%;
	}
}

.img.flex {
	margin: 5rem auto;
}
.img.flex .item {
	width: 48%;
}
.img.flex .item p,
.img.flex .text p {
	margin-top: 1rem;
	font-size: 1.8rem;
}
.img.flex .text {
	width: 100%;
}
.img.flex .text p {
	text-align: center;
}
@media (max-width: 750px) {
	.img.flex {
		margin: 2.5rem auto;
	}
	.img.flex {
		width: 90%;
	}
	.img.flex .item {
		width: 100%;
	}
	.img.flex .item:not(:first-child) {
		margin-top: 2rem;
	}
	.img.flex .item p,
	.img.flex .text p {
		font-size: 1.5rem;
	}
}

.img.flex.small {
	width: 80%;
}
@media (max-width: 750px) {
	.img.flex.small {
		width: inherit;
	}
}

/* mv
--------------------------------------------------*/
.mv {
	margin: 0 auto;
	width: 90%;
	max-width: 120rem;
}
.mv img {
	width: 100%;
	height: auto;
}
@media (max-width: 750px) {
	.mv {
		width: 100%;
	}
}

/* lead
--------------------------------------------------*/
.lead {
	margin: 6rem auto;
	width: 90%;
	max-width: 120rem;
}
.lead p {
	color: #d60050;
	font-size: 5rem;
	font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.lead p:first-of-type {
	color: #d60050;
	font-size: 4rem;
}
.lead p:last-of-type {
	color: #f29600;
	font-size: 8rem;
}
@media (max-width: 750px) {
	.lead {
		margin: 4rem auto;
	}
	.lead p:first-of-type {
		font-size: 2.4rem;
	}
	.lead p:last-of-type {
		font-size: 3.6rem;
	}
}

/* event
--------------------------------------------------*/
.event {
	margin-bottom: 5rem;
	background-color: #C8E9EF;
}
.event .c_hdl_01 {
	color: #005A93;
}
.event .box:not(:last-of-type) {
	margin-bottom: 6rem;
}
.event a {
	color: inherit;
}
.event .box:nth-child(2) .img.flex .item:nth-of-type(-n+2) {
	margin-bottom: 2rem;
}
@media (max-width: 750px) {
	.event .box:nth-child(2) .img.flex .item:nth-of-type(-n+2) {
		margin-bottom: 0;
	}
}
.event .box:nth-child(3) .img.flex:first-of-type .item {
	width: 32%;
}
@media (max-width: 750px) {
	.event .box:nth-child(3) .img.flex:first-of-type .item {
		width: 100%;
	}
}
.event .box:last-of-type .img.flex:last-of-type {
	margin-bottom: 0;
}

/* shiome
--------------------------------------------------*/
.shiome {
	margin-bottom: 5rem;
	background-color: #efe5c8;
}
.shiome .c_hdl_01 {
	color: #933c00;
}

/* winner
--------------------------------------------------*/
.winner {
	margin-bottom: 5rem;
	background-color: #FFF68E;
}
.winner .c_hdl_01 {
	color: #F15A29;
}
.winner .list-dep {
	margin-top: 6rem;
}
.winner .list-dep .item {
	padding: 4rem;
	border-radius: 2rem;
	background-color: #fff;
}
.winner .list-dep .item:not(:last-of-type) {
	margin-bottom: 6rem;
}
.winner .list-dep .item h3 {
	margin-bottom: 2rem;
	color: #F15A29;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.8;
}
.winner .list-dep .flex .txt {
	width: 62%;
}
.winner .list-dep .flex .img {
	width: 32%;
}
.winner .list-dep ul {
	margin-left: 2rem;
}
.winner .list-dep dl {
	margin-bottom: 1.5rem;
}
.winner .list-dep dt {
	width: 12rem;
	font-size: 2rem;
	line-height: 1.8;
}
.winner .list-dep dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 2rem;
	line-height: 1.8;
}
@media (max-width: 750px) {
	.winner .list-dep {
		margin-top: 4rem;
	}
	.winner .list-dep .item:not(:last-of-type) {
		margin-bottom: 4rem;
	}
	.winner .list-dep .item.flex {
		display: block;
		padding: 2rem 2rem 3rem 2rem;
	}
	.winner .list-dep .flex .txt {
		margin-bottom: 3rem;
	}
	.winner .list-dep .item.flex .txt,
	.winner .list-dep .item.flex .img {
		width: 100%;
	}
	.winner .list-dep .item h3 {
		font-size: 2rem;
	}
	.winner .list-dep ul {
		margin-left: 0;
	}
	.winner .list-dep dl {
		display: block;
	}
	.winner .list-dep dt,
	.winner .list-dep dd {
		font-size: 1.5rem;
	}
}

/* eat
--------------------------------------------------*/
.eat {
	background-color: #CDE7CA;
}
.eat .box:not(:last-of-type) {
	margin-bottom: 6rem;
}
.eat .c_hdl_01 {
	color: #009344;
}
.eat h3 {
	margin-bottom: 4rem;
	font-size: 3.5rem;
	font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.eat h4 {
	margin-bottom: 2rem;
	font-size: 3.2rem;
	font-weight: 900;
  line-height: 1.4;
}
.eat .img.flex .item:nth-of-type(-n+2) {
	margin-bottom: 2rem;
}
.eat .box:last-of-type .img.flex {
	margin-bottom: 0;
}

.eat .opening_img .youtube_wrap {
	position: relative;
	margin: 0 auto;
	width: 80%;
}
.eat .opening_img .youtube_wrap iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eat .opening_img .youtube_wrap::before {
	content: '';
  display: block;
  padding-top: 56.25%;
}
@media (max-width: 750px) {
	.eat h3 {
		margin-bottom: 2.5rem;
		font-size: 2rem;
	}
	.eat h4 {
		font-size: 2rem;
	}
	.eat .img.flex .item:nth-of-type(-n+2) {
		margin-bottom: 0;
	}
	.eat .opening_img .youtube_wrap {
		width: 100%;
	}
}

/* bottom
--------------------------------------------------*/
.bottom {
	padding-top: 10rem;
	padding-bottom: 10rem;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(10,162,213,1) 100%);
}
@media (max-width: 750px) {
	.opening {
		margin-top: 7rem;
	}
}

/* overview
--------------------------------------------------*/
.overview {
	margin-top: 3rem;
	margin-bottom: 5rem;
	padding-top: 10rem;
	background-color: #F7FDFD;
}
@media (max-width: 750px) {
	.overview .c_hdl_02 {
		margin-bottom: 6rem;
	}
}

/* shinchi
--------------------------------------------------*/
.shinchi {
	margin-top: 9rem;
  margin-bottom: 5rem;
  padding-top: 10rem;
  background-color: #FFF;
}
.shinchi .img {
	margin-bottom: 3rem;
	text-align: center;
}
.sinchi_txt {
	margin-top: 3rem;
	font-size: 3rem;
	font-weight: 900;
	text-align: center;
}
.sinchi_txt a {
	color: inherit;
}
@media (max-width: 750px) {
	.shinchi .img img {
		width: 80%;
	}
	.sinchi_txt {
		font-size: 2.2rem;
	}
}
