@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", 'Zen Kaku Gothic New', sans-serif;
}

.flex {
  display: flex;
}

.img_box img {
  width: 100%;
}

h2 {
  font-size: 3.9rem;
  font-weight: bold;
  color: #fff;
  font-family: 'Scada', sans-serif;
}

h2 span {
	font-size: 0.7em;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.grd_wrap {
  background-image: linear-gradient(0deg, rgba(90, 190, 193, 1), rgba(16, 77, 198, 1));
  overflow: hidden;
  padding-bottom: 11.43vw;
  position: relative;
}

.mv {
  position: relative;
}

.mv_wrap {
  overflow: hidden;
  border-bottom-left-radius: 1000px 300px;
  border-bottom-right-radius: 1000px 300px;
  margin-left: -100px;
  margin-right: -100px;
  margin-bottom: 2.29vw;
  padding-left: 100px;
  padding-right: 100px;
}

.hexagon {
  max-width: 584px;
  width: 41.71vw;
  position: absolute;
  top: 40%;
  right: 0;
}

.mv_title {
  max-width: 740px;
  width: 52.86vw;
  margin-bottom: 2.29vw;
}

.cont_wrap {
  padding: 0 7vw;
}

.title_wrap {
  max-width: 740px;
  width: 52.86vw;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}

.cont_list {
  color: #fff;
  /* padding: 0 10vw;
  margin-top: 9.43vw; */
  max-width: 980px;
  margin: 7.43vw auto 0;
}

.cont_list .flex {
  flex-wrap: wrap;
}

.cont_list .list_item {
  width: calc(100%/4);
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #fff;
  box-sizing: border-box;
  transition: .3s;
}

.cont_list .list_item:not(:has(> span)):hover {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.cont_list .list_item:hover .btn1 {
  border: 1px solid #fff;
  box-shadow: none;
}

.cont_list .list_item:nth-child(4n+1) {
  border-left: none;
}

.cont_list .list_item:nth-child(-n+4) {
  border-top: none;
}

.cont_list .list_item .flex {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  /* padding: 3.71vw 1.9vw 2.71vw; */
  padding: 35px 15px;
  box-sizing: border-box;
}

.cont_list .list_item dt {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.71vw;
  word-break: break-word;
  line-height: 1.2;
}

.cont_list .list_item dt span {
  font-size: 1.6rem;
}

.cont_list .list_item dd {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 36px;
	text-align: center;
}

.btn1 {
  max-width: 170px;
  width: 100%;
  height: 30px;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0px 3px 5px 1px rgba(49, 112, 142, 0.9);
  border: 1px solid #fff;
  transition: .3s;
}

.btn1 p,
.btn1 a {
  display: block;
  color: #16528d;
  font-size: 1.5rem;
  text-align: center;
  padding: 7px 0;
  position: relative;
  transition: .3s;
}

.btn1:has(+ .btn1) {
	margin-bottom: 5px;
}

.btn1 p::after,
.btn1 a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #16528d;
  border-bottom: 1px solid #16528d;
  transform: rotate(-45deg);
  position: absolute;
  top: 37%;
  right: 15px;
  transition: .3s;
}

.sheep {
  max-width: 124px;
  position: absolute;
  left: 17vw;
  bottom: 0;
}

.news_wrap {
  overflow: hidden;
}

.news_back {
  border-bottom-left-radius: 1000px 300px;
  border-bottom-right-radius: 1000px 300px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  background: #58b331 url(../image/cow.png) no-repeat;
  background-size: 27.86vw auto;
  background-position: right 14vw bottom;
}

.news_list {
  padding: 3.93vw 10vw 12vw;
}

.news_list ul {
  width: 41.57vw;
  margin-top: 2.14vw;
}

.news_item {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.news_item:last-child {
  margin-bottom: 0;
}

.news_item a {
	color: #fff;
	text-decoration: underline;
}

.news_list .btn1:hover {
  background-color: #284885;
  box-shadow: none;
  border: 1px solid #284885;
}

.news_list .btn1:hover a {
  color: #fff;
}

.news_list .btn1:hover a::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.flyer_wrap {
  padding: 9.29vw 10vw 0;
}


.introduction_wrap {
  padding: 9.29vw 10vw 6vw;
}

.sponsor-wrap h2,
.flyer_wrap h2{
  color: #fff;
  text-align: center;
}

.cont_wrap h2{
  text-align: center;
}

.introduction_wrap h2,
.link_wrap h2,
.banner_wrap h2,
.contact_wrap h2{
  color: #284885;
  text-align: center;
}

.flyer_list,
.introduction_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  justify-content: center;
  grid-gap: 2.14vw;
  margin-top: 4.29vw;
}

.flyer_list{
  margin-top: 0;
}

.flyer_list.list_1col{
  grid-template-columns: repeat(auto-fit, 600px);
}

.introduction_list.list_1col{
  grid-template-columns: repeat(auto-fit, 400px);
}

.flyer_list .list_item dt {
  transition: .3s;
}
.introduction_list .list_item dt {
  margin-bottom: 15px;
  transition: .3s;
}

.introduction_list.list_1col .list_item dt {
	margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.introduction_list.list_1col .list_item dt p {
  color: #284886;
  font-size: initial;
  margin-top: 5px;
}

.flyer_list .list_item:hover dt ,
.introduction_list .list_item:hover dt {
  opacity: .8;
}

.btn2 {
  max-width: 138px;
  width: 100%;
  background-color: #284885;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: 0 auto;
  transition: .3s;
}

.btn2 p,
.btn2 a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  padding: 7px 0;
  position: relative;
  transition: .3s;
}

.btn2 p::after,
.btn2 a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 37%;
  right: 15px;
  transition: .3s;
}

.introduction_list .list_item:hover .btn2,
.btn2:hover {
  background-color: #fff;
  border: 1px solid #284885;
}

.introduction_list .list_item:hover .btn2 p,
.btn2:hover a {
  color: #284885;
}

.introduction_list .list_item:hover .btn2 p::after,
.btn2:hover a::after {
  border-right: 1px solid #284885;
  border-bottom: 1px solid #284885;
}

.download_wrap h2 {
  color: #284885;
  text-align: center;
}

.download_wrap dl {
  max-width: 358px;
  margin: 30px auto 0;
}

.download_wrap dt {
  max-width: 135px;
  margin: 0 auto;
}

.download_wrap dd {
  font-size: 1.3rem;
  margin-top: 15px;
  line-height: 1.3;
}

.download_wrap dd p {
  margin-bottom: 15px;
}

.sponsor-wrap {
  margin-top: 60px;
}

.link_wrap .cont_wrap {
  padding: 9.29vw 15vw 0;
  margin-bottom: 60px;
  /* padding: 9.29vw 15vw 5vw; */
}

.link_wrap .link_list {
  max-width: 980px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-around;
}

.link_wrap .list_item {
  width: calc(50% - 10px);
  transition: .3s;
  margin-bottom: 10px;
}

.link_wrap .list_item.item1 {
  background-color: #104dc6;
}

.link_wrap .list_item.item2 {
  background-color: #6db23f;
}

.link_wrap .list_item.item3 {
  background-color: #e39d00;
}

.link_wrap .list_item:hover {
  opacity: .8;
}

.link_wrap .list_item a {
  padding: 1.43vw 2.14vw;
  justify-content: center;
}

.link_wrap .list_item .img_box {
  width: 72px;
}

.link_wrap .list_item p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 72px);
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}


footer {
  background-color: #285fcc;
  text-align: center;
  padding: 10px 0;
}

footer p {
  color: #fff;
  font-size: 1.2rem;
}

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

  .sp {
    display: block;
  }

  .grd_wrap {
    padding-bottom: 150px;
  }

  .cont_wrap {
    padding: 0 15px;
  }

  .hexagon {
    width: 53.34vw;
    top: 23%;
  }

  .title_wrap {
    width: 92vw;
  }

  .mv_title {
    max-width: 92%;
    width: 100%;
  }

  .cont_list {
    padding: 0;
  }

  .cont_list .flex :nth-child(n+18) {
    flex-direction: column;
    display: none;
  }

  .cont_list .list_item {
    width: 100%;
    border-width: 0 0 1px 0;
    padding: 20px 15px 35px;
  }

  .cont_list .list_item:last-child {
    border-bottom: 0;
  }

  .cont_list .list_item dt {
    margin: 0 auto 3.71vw;
  }

  .sheep {
    left: 8vw;
  }

  .news_back {
    background-size: 36.8vw auto;
    background-position: right 105px bottom
  }

  .news_list {
    padding: 12vw 0 42.67vw;
  }

  .news_list h2 {
    text-align: center;
  }

  .news_list ul {
    width: 100%;
    margin-top: 40px;
  }

  .news_item {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .news_item:has(+ .btn1) {
    border-bottom: none;
  }

  .flyer_wrap {
    padding: 9.29vw 0 0;
  }

  .introduction_wrap {
    padding: 9.29vw 0 60px;
  }

  .introduction_list {
    grid-template-columns: repeat(auto-fit, calc(50% - 7.5px));
    grid-gap: 15px;
  }

  .flyer_list.list_1col ,
  .introduction_list.list_1col {
    grid-template-columns: repeat(auto-fit, calc(100% - 7.5px));
  }

  .introduction_list .list_item {
    margin-bottom: 10px;
  }

  .introduction_list .list_item dt {
    margin-bottom: 10px;
  }

  .download_wrap {
    padding: 9.29vw 0 0;
  }

  .link_wrap .cont_wrap {
    padding: 0 15px;
    margin: 80px 0 60px;
  }

  .link_wrap .link_list {
    flex-direction: column;
  }

  .link_wrap .list_item {
    width: 100%;
  }

  .link_wrap .list_item.item1 {
    margin-bottom: 15px;
  }

  .link_wrap .list_item a {
    padding: 20px;
  }

  .link_wrap .list_item .img_box {
    width: 50px;
  }

  .link_wrap .list_item p {
    font-size: 1.6rem;
  }
}

.header-wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	position: fixed;
	z-index: 999;
}

.header-logo {
	width: 200px;
	margin-left: 30px;
}
.header-logo img{
	width: 100%;
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.1));
}

.header-nav {
	position: relative;
	display: flex;
	/* margin-right: 30px; */
}

.header-nav a {
	color: #fff;
	font-family: "Noto Sans JP", 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.3rem;
	line-height: 1.5;
}

.header-nav li {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
	height: 70px;
	padding: 0 0.7em;
	text-align: center;
	position: relative;
}

.header-nav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header-nav li:not(:last-child) {
	border-right: solid 1px #a8bfe4;
}

.header-wrapper::before {
	content: '';
	position: absolute;
	/* background-color: rgba(49, 99, 196, 0.8); */
	height: 70px;
	width: 100%;
	z-index: -1;
	transition: .3s;
}

.header-wrapper.fixed::before {
	background-color: rgba(49, 99, 196, 0.8);
}

#g-nav{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position:fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
top:0;
	right: -120%;
width:100%;
	height: 100vh;/*ナビの高さ*/
background:#2958bb;
	/*動き*/
transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
	right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999; 
	width: 100%;
	height: 100vh;/*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	z-index: 999;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
	text-align: center;
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.2;
}

.header-nav {
	display: none;
}
.header-wrapper{
	justify-content: flex-start;
}
.header-wrapper.fixed::before{
	background: none;
}
/* @media screen and (max-width: 1265px) { */

	.header-wrapper {
		display: flex;
		justify-content: space-between;
		width: 100%;
		position: fixed;
	}

	.hamburger-lines {
		position: relative;/*ボタン内側の基点となるためrelativeを指定*/
		cursor: pointer;
			width: 50px;
			height:50px;
			margin-top: 10px;
			margin-right: 5px;
			z-index: 999;
	}

	.hamburger-lines .line {
		display: inline-block;
		transition: all .4s;/*アニメーションの設定*/
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
		width: 55%;
	}

	.hamburger-lines .line1 {
		top:15px;
	}

	.hamburger-lines .line2 {
		top:23px;
	}

	.hamburger-lines .line3 {
		top:31px;
	}

	.hamburger-lines.active .line1 {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 40%;
	}

	.hamburger-lines.active .line2 {
		opacity: 0;
		/*真ん中の線は透過*/
	}

	.hamburger-lines.active .line3 {
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 40%;
	}

/* } */

@media screen and (max-width: 768px) {
	.header-logo {
		width: 180px;
	}
}

.flyer_wrap h2,
.banner_wrap h2,
.link_wrap h2,
.sponsor-wrap h2,
.contact_wrap h2 {
	margin-bottom: 15px;
}
.contact_wrap p{
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.3;
	margin-bottom: 80px;
}

.link_wrap .list_item.item3 a p {
	font-size: 2rem;
	line-height: 1.2;
	display: block;
}
.link_wrap .list_item.item3 a p span{
	font-size: 0.7em;
	display: block;
}

.banner_wrap .banner_list{
	max-width: 900px;
	margin: auto;
}
.banner_wrap .banner_list *{
	box-sizing: border-box;
}
.banner_wrap .banner_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.banner_wrap .banner_list ul li{
	max-width: 600px;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0 auto 10px;
}
.banner_wrap .banner_list ul.split2 li{
	/* max-width: 440px; */
	max-width: calc((100% - 20px)/2);
}
.banner_wrap .banner_list ul.split3 li{
	/* max-width: 290px; */
	max-width: calc((100% - 30px)/3);
}
.banner_wrap .banner_list ul li img{
	width: 100%;
	object-fit: contain;
	height: 75px;
}
.banner_wrap .banner_list ul.split2 li img{
	height: 55px;
}
.banner_wrap .banner_list ul.split3 li img{
	height: 35px;
}
@media screen and (max-width:769px) {
	.banner_wrap .banner_list ul.split2 li,
	.banner_wrap .banner_list ul.split3 li{
		max-width: calc(50% - 10px)!important;
	}
	.banner_wrap .banner_list ul li img{
		height: 50px;
	}
	.banner_wrap .banner_list ul.split2 li img,
	.banner_wrap .banner_list ul.split3 li img{
		height: 40px!important;
	}
}

.sponsorship{
  margin-top: 60px;
}

.sponsorship img{
  width: 100%;
	border: 1px solid #ddd;
}

.sponsorship > div{
  display: flex;
	justify-content: center;
  gap: 1.5%;
	line-height: 1.3;
}

.sponsorship > div h3{
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 5px;
}

.sponsorship > div > div > div{
	max-width: 290px;
	margin-bottom: 5px;
	background: #fff;
	padding: 15px 20px;
	border-radius: 5px;
	min-height: 680px;
}

.sponsorship h2{
	margin-bottom: 20px;
}

.sponsorship > div > div > div p{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #284885;
}

.sponsorship > div > div > div p.limit{
	font-size: 1.5rem;
	/* text-align: left; */
	font-weight: normal;
}

.sponsorship > div > div > div p.booth{
	font-size: 1.4rem;
	text-align: left;
	margin-bottom: 5px;
}

.sponsorship > div > div > div p.booth+p.booth{
	font-weight: normal;
}

.sponsorship > div > div > div a{
	display: block;
	transition: .3s;
	margin-bottom: 10px;
}

.sponsorship > div > div > div a:hover{
	opacity: 0.8;
}

.sponsorship > div > div > div ul li{
	font-size: 1.4rem;
	margin-bottom: 3px;
	list-style-type: disc;
	/* margin-left: 1em; */
}

.sponsorship > div > div > div ul li a{
	/* color: #fff; */
	text-decoration: underline;
	color: #284885;
}

.sponsorship > div > div > div ul li a:hover{
	text-decoration: none;
}

.sponsorship > div > div > div ul li:last-child{
	margin-bottom: 0;
}

@media screen and (max-width:769px) {
	.sponsorship > div{
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.sponsorship > div > div > div{
		min-height: auto;
	}
	.sponsorship > div > div > div{
		margin-bottom: 20px;
	}	
	.sponsorship > div > div > div:last-child{
		margin-bottom: 0;
	}
}






/*250515追記 スポンサーバナーエリア */

.sponsor-inner {
  margin-top: 2.14vw;
}

.sponsor-inner h3 {
  font-size: 4rem;
	font-weight: bold;
	font-family: 'Scada', sans-serif;
  color: #ddee04;
	/* text-align: center; */
  margin-bottom: 1em;
}

.sponsor-bnr {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.brands {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.brands_item {
  margin: 0 1% 0;
}

.brands_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.brands_item img:hover {
  opacity: 0.8;
}

.crown .brands_item {
  margin-bottom: 2.29vw;
}

.crown .brands_item img {
  display: block;
  max-width: 100%;
  height: 128px;
  object-fit: contain;
}

.diamond .brands_item {
  /* flex: 0 0 calc(50% - 20px); */
  /* 2列幅 */
  margin-bottom: 2.29vw;
}

.diamond .brands_item img {
  display: block;
  max-width: 100%;
  height: 80px;
  object-fit: contain;
}


.platinum .brands_item {
  flex: 0 0 calc(33.33% - 20px); /* 3列幅 */
  margin-bottom: 2.29vw;
}

.platinum .brands_item img {
  margin: 0 20%;
  display: block;
  max-width: 100%;
  height: 60px;
  object-fit: contain;
}

.gold .brands_item {
  flex: 0 0 calc(25% - 20px); /* 4列幅 */
  margin-bottom: 2.29vw;
}

.gold .brands_item img {
  margin: 0 20%;
  display: block;
  max-width: 100%;
  height: 40px;
  object-fit: contain;
}

.silver .brands_item {
  flex: 0 0 calc(25% - 20px); /* 4列幅 */
  margin-bottom: 2.29vw;
}

.silver .brands_item img {
  margin: 0 20%;
  display: block;
  max-width: 100%;
  height: 40px;
  object-fit: contain;
}

.bronze .brands_item {
  flex: 0 0 calc(25% - 20px); /* 4列幅 */
  margin-bottom: 2.29vw;
}

.bronze .brands_item img {
  margin: 0 20%;
  display: block;
  max-width: 100%;
  height: 40px;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .sponsor-inner h2:not(:first-child) {
    margin-top: 20%;
  }

	.brands {
    flex-direction: column;
  }

  .brands_item {
    margin: 5% 0 5% 0;
  }

  .gold,.silver,.bronze .brands_item {
    flex: 0 0 calc(50% - 20px); /* 2列幅 */
    margin-bottom: 2.29vw;
  }
}

.cont_list .list_item.no_effect {
	pointer-events: none;
}