
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400&family=M+PLUS+Rounded+1c:wght@100;300;400&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400&display=swap');


@charset "utf-8";

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

/******************************************************************
base
******************************************************************/
@media screen and (max-width: 768px) {
	body { font-size: 0.9rem!important; line-height: 3!important; }
	body main { font-size: 0.85rem; line-height: 1.5; }
	/*Android*/
	html.android body main{ font-size: 0.7rem; line-height: 1.2; }
 }

a { color: #3865e0; text-decoration: none; }
h1, h2 { line-height: 2.1; }
h3 { line-height: 2.3; }
h4 { line-height: 2.4; }
img { max-width: 100%; height: auto; vertical-align: middle; -webkit-backface-visibility: hidden; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #B5C1CC; }
button, input, optgroup, select, textarea { color: #000; line-height: inherit; }
body {animation: fadein 3s forwards; overflow-x: hidden;color: #1e1318; font-family: "Noto Sans JP", sans-serif; font-weight: 350; font-size: 1.0rem; letter-spacing: 0;}



@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

a.over{
     opacity: 1;
      transition: opacity 0.3s ease; /* アニメーション設定 */
    }

    a.over:hover {
      opacity: 0.6; /* マウスオーバー時に半透明に */
    }

/******************************************************/
/* ローディング */
/******************************************************/

.loading {
  /*ローディング画面の縦横幅を画面いっぱいになるように指定*/
  width: 100vw;
  height: 100dvh;
  /*ローディング画面の表示位置を固定*/
  position: fixed;
  top: 0;
  left: 0;
  background: #f9f7f3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*ローディング画面を0.5秒かけて非表示にする*/
  transition: all 0.5s linear;
  z-index: 500;
}

/*ローディング画面を非表示にする*/
.loading.loaded {
  /*0.5秒かけてopacityを0にする*/
  opacity: 0;
  visibility: hidden;
}

.loading-text {
  color: #216e92;
  font-size: 70%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  margin-top: 5px;
}

.spinner {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #b7ddee;
  border-left-color: #1381b4; 
  /* アニメーションを1秒かけて実行 */
  animation: spinner-rotation 1s linear infinite;
}

/* アニメーションの設定 */
@keyframes spinner-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}


/******************************************************************
header
******************************************************************/

header{
	z-index: 50;
	position: fixed;
}

header .sns.sns_head{
	z-index: 50;
	position: fixed;
	top: 13px;
	right: -10px;
	margin: 0;
	width: 140px;
}

.sns.sns_head li img{
	width: 45%;
}

.sns.sns_head li.fb img{
	width: 30%;
}

@media only screen and (max-width:768px){
	header .sns.sns_head{
		top: 0;
		width: 110px;
	}
}


/******************************************************************
pagetop
******************************************************************/
#pagetop{
	width: 40px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index:500;
}




/******************************************************************
main
******************************************************************/

/* tit_set */
.tit_set{
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}


.tit_set .tit_left{
	width: 40%;
	z-index: 5;
	text-align: center;
}


.tit_set .tit_left img{
	width: 80%;
	margin:-2vw 0 0 4vw;
}

.tr_wrapper{
	position: relative;
	width: 60%;
}

.tr_wrapper .main_cover{
	z-index: 2;
	width: 18vw;
	margin-left: -60px;
	position: absolute;
	top: 0;
}

.main_txt{
	z-index: 2;
	width: 25vw;
	position: absolute;
	bottom: 15px;	
	right: 15px;
	filter: drop-shadow(1px 1px 2px rgba(000, 000, 000, 0.5)); 
}


.main_left{
	position: absolute;
	max-width: 93px;
	left: 0;
	top: 0;
}

.tit_set .tit_right img{
	width: 100%!important;
    position: relative;
}



@media only screen and (max-width:768px){
	/* tit_set */
	.tit_set{
		position: relative;
		height: 100dvh;
		display: block;
	}

	.tit_set .tit_left{
		width: 100%;
	}

	.tit_set .tit_left img{
		width: 85%;
		margin:55px 0 0 0;
	}

	.tr_wrapper{
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.tr_wrapper .main_cover{
		display: none;
	}

	.main_left{
		max-width: 55px;
	}

	.main_txt{
		width: 180px;
		bottom: 10px;	
		right: 10px;
	}
}


/******************************************************/
/* content */
/******************************************************/

.content_waeapper{
	background:url("/img/bg_blue.svg") no-repeat left 25vh; 
	width: 100%;
	background-size: 100%;
	position: relative;
}


.scroll-infinity_top{
	position: absolute;
	top:3.5vw;
}


.content{

	box-sizing: border-box;
	position: relative;
}

.read_set{
	max-width: 1400px;
	margin: auto;
	padding: 0 100px 50px 100px;
	width: 100%;
	margin-top: -8vw;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}


h3.title_line{
	width: 100%;
	border-bottom: 1px solid #000;
	line-height: 300%;
}

.title_under{
	margin-left: 11.5vw;
	font-size: 140%;
	padding-top: 5px;
}


h3.title_line span{
	width: 100%;
	font-size: 200%;
	border-bottom: 3px solid #000;
	margin-left: 11vw;
	font-weight: 500;
	font-style: italic;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
}

h3.title_line span > span{
	margin-left:0;
	font-size: 60%;
	border-bottom: none;

}


p.rider{
	width:30%;
}

.rider img{
	max-width: 324px;
}


.txt_set{
	margin-top: 14vw;
	width: 65%;
}

.read_set h2{
	font-size: 280%;
	font-weight: 700;
	font-style: italic;
	line-height: 160%;
}

.read_set h2 span{
	font-size: 150%;
	display: block;
	padding-left: 20px;
	color: #72bb2a;
}

.read_set p{
	margin-top: 2vw;
	line-height: 250%;
}


  /*SP*/
  @media screen and (max-width: 768px) {

	.content_waeapper{
	background:url("/img/bg_blue_sp.svg") no-repeat left 12vh; 
	}

	.scroll-infinity_top{
		top:0;
	}


	.read_set{
		max-width: 100%;
		padding: 0 25px 0 25px;
		margin-top: -45px;
		display: block;
	}

	p.rider{
		width:100%;
		text-align: center;
	}

	.rider img{
		max-width: 100px;
	}


	.txt_set{
		margin-top: 15px;
		width: 100%;
	}

	
	.read_set h2{
		font-size: 180%;
		line-height: 160%;
	}

	.read_set h2 span{
		font-size: 130%;
		padding-left: 10px;
	}

	.read_set p{
		margin-top: 15px;
		line-height: 200%;
	}


	h3.title_line{
		width: 100%;
		line-height: 270%;
		margin: 15px 0 0 0;
	}

	.title_under{
		margin:-10px 0 15px 25px;
		font-size: 100%;
		padding-top: 0;
	}


	h3.title_line span{
		font-size: 140%;
		margin-left: 25px;
	}

		
	h3.title_line span > span{
		font-size: 70%;

}

}


/******************************************************/
/* categorie */
/******************************************************/
.categorie{
	max-width: 1400px;
	margin: auto;
	padding: 0 100px 50px 100px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-top: 2.5vw;
	line-height: 180%;
	align-items: center;
}


.categorie .cat_title{
	width: 57%;
}


.cat_read{
	margin-bottom: 20px;
}

.categorie .cat_title dl{
	display: flex;
	font-size: 90%;
}


.categorie .cat_title dl dt{
	width: 120px;
}

.categorie .cat_title dl dd{
	width: 85%;
}


.categorie .cat_title img{
	width: 100%;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	padding-bottom: 20px;
}


.categorie .ca_img{
	width: 40%;
}


.categorie .o1{
 order: 1;
}
.categorie .o2{
 order: 2;
}


.btn_entry{
	background-size: 10px;
	display: block;
	background: #000;
	color: #fff;
	max-width: 380px;
	padding: 12px 35px 12px 25px;
	box-sizing: border-box;
	font-size: 120%;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, calc(100% - 30px) 100%, 0 100%);
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}

	a.btn_entry::before {
		content: "";
		width: 100%;
		position: absolute;
		top: -10px;
		right: -60px;
		z-index: -1;
		border-right: 80px solid transparent;
		border-bottom: 120px solid #4e9209;
		transform: translateX(-100%);
		transition: transform ease .4s;
	}

	a.btn_entry:hover::before {
		transform: translateX(0);
	}



.btn_entry span{
	background:url("/img/cate_icon.png") no-repeat left center; 
	background-size: 30px;
	padding-left: 35px;
}


/*SP*/
@media screen and (max-width: 768px) {

	.categorie{
		max-width: 100%;
		padding: 0 25px 0 25px;
		display: block;
		margin:0 0 40px 0;
		line-height: 140%;
	}

	.categorie.cat01{
		background:url("/img/bg_blue01_sp.svg") no-repeat left 18vw!important;
		background-size: 150%!important;
	}


	.categorie.cat02{
		background:url("/img/bg_blue02_sp.svg") no-repeat right 18vw!important;
		background-size: 150%!important;
	}

	.categorie.cat03{
		background:url("/img/bg_blue03_sp.svg") no-repeat left -30vw!important;
		background-size: 250%!important;
	}



	.categorie .cat_title{
		width: 100%;
	}


	.categorie .ca_img{
		width: 70%;
		margin: 0 auto 30px auto;
	}
}

/******************************************************************
spec_box
******************************************************************/
.content_narrow{
	max-width: 1400px;
	margin: 0 auto 0 auto;
	padding: 0 100px 100px 100px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 2.5vw;
	line-height: 180%;
}

.spec_box{
	border: solid 1px #d1d1d1;
	padding: 12px 12px 5px 12px;
	margin-top: -30px;
}

.spec_box dl{
	display: flex;
	margin-bottom: 1px;
}

.spec_box dl:nth-child(2n) dt,
.spec_box dl:nth-child(2n) dd{
	background: none;
}

.spec_box dl dt{
	padding: 10px 5px 10px 15px;
	width: 180px;
	background-color: rgb(226 226 226 / 0.5);	
}
.spec_box dl dd{
	padding: 10px 5px 10px 15px;
	width: 90%;
	background-color: rgb(236 236 236 / 0.5);	
}

.spec_box dl dd span{
	display: block;
	font-size: 80%;
}
.cap{
	display: block;
	font-size: 80%;
	padding-top: 5px;
	text-indent: -1em;
	margin-left: 1em;
}

/*SP*/
@media screen and (max-width: 768px) {

.spec_box{
	padding: 5px 5px 2px 5px;
	margin-top: 0;
}

	.content_narrow{
		max-width: 100%;
		padding: 0 25px 0 25px;
		margin-top: 0;
		line-height: 150%;
		font-size: 90%;
		margin-bottom: 30px;
	}

	.spec_box dl dt{
		padding: 7px 10px 7px 10px;
		width: 120px;
		box-sizing: border-box;
	}
	.spec_box dl dd{
		padding: 7px 10px 5px 10px;
		width: 90%;
		box-sizing: border-box;
	}

	.cap{
		padding-top: 7px;
		line-height: 150%;
	}


}

/******************************************************************
others
******************************************************************/
.banenr{
	margin: auto;
}


/*SP*/
@media screen and (max-width: 768px) {
	.banenr{
		max-width: 100%;
	}
}


/******************************************************************
sponsor
******************************************************************/
.sponsor{
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}

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


h3.sideline {
	font-size: 1.3vw;
	color: #478807;
	font-weight: 600;
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
	margin-bottom: 50px;
}
	h3.sideline:before, h3.sideline:after {
		border-top: 1px solid #7f7f7f;
		content: "";
		width: 40%; /* 線の長さ */
	}
	h3.sideline:before {
		margin-right: 1em; /* 文字の右隣 */
	}
	h3.sideline:after {
		margin-left: 1em; /* 文字の左隣 */
	}


.sponsor ul{
	display: flex;
	justify-content: space-between;
	width: 50%;
	margin: auto;
}


.spo01{width: 40%;}
.spo02{width: 100%;}
.spo03{width: 60%;}


/*SP*/
@media screen and (max-width: 768px) {

.sponsor{
	margin-bottom: 30px;
}


h3.sideline {
	font-size: 100%;
	margin-bottom: 20px;
}
	h3.sideline:before, h3.sideline:after {
		width: 30%; /* 線の長さ */
	}

.sponsor ul{
	width: 100%;
}

.spo01{width: 70%;}
.spo02{width: 90%;}
.spo03{width: 50%;}

}



/******************************************************************
entry
******************************************************************/

.entry{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.entry img{
	width: 92%;
}

.notice{
	line-height: 150%;
	margin-top: 20px;
}

.notice dt{
	font-weight: 600;
	margin-bottom: 5px;
}

.notice dd{
	font-size: 80%;
}

/******************************************************************
result
******************************************************************/

.result{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.result a{
	font-weight: 600;
	width: 100%;
	max-width: 275px;
	font-size: min(1.3vw, 16px);
	text-align: center;
	display: block;
	color: #fff;
	background: #007cd3;
	padding: 20px 4vw 20px 4vw;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	position: relative;
	clip-path: polygon(
		0% 0%,   /* 左上 */
		95% 0%,  /* 右上の斜め開始点 */
		100% 25%,/* 右上の斜め終点 */
		100% 100%,/* 右下 */
		0% 100%  /* 左下 */
	);
}


/*SP*/
@media screen and (max-width: 768px) {

	.result{
		margin-bottom: -15px;
	}


	.result a{
		width: 150px;
		margin-bottom: 15px;
		font-size: 90%;
		padding: 10px;
		box-sizing: border-box;
	}

}


/******************************************************************
gallery
******************************************************************/

.gallery{
	padding-bottom: 100px;
}

/*SP*/
@media screen and (max-width: 768px) {

.gallery{
	padding-bottom: 20px;
}


}

/******************************************************/
/* footer */
/******************************************************/

footer{
	background:url("/img/bg_foot.svg") no-repeat top center; 
	background-size: 100%;
	padding: 11vw 0 7vw 0;
	text-align: center;
	letter-spacing:0;
	font-size: 80%;
	letter-spacing: 0.1em;
	line-height: 220%;
}

footer p img{
	width: 30%;
	margin-bottom: 5vw;
}

.sns{
	display: flex;
	justify-content: space-between;
	width: 200px;
	align-items: center;
	margin: 30px auto ;
}

.sns li img{
	width: 35%;
}

.sns li.fb img{
	width: 20%;
}

/*SP*/
@media screen and (max-width: 768px) {

	footer{
		padding:60px 0 45px 0 ;
		font-size: 80%;
		line-height: 220%;
		letter-spacing: 0.1em;
	}

	footer p img{
		width: 50%;
		margin-bottom: 20px;
	}


	footer p img{
		width: 70%;
		margin-bottom: 30px;
	}

	.sns{
		width: 200px;
		margin: 30px auto ;
	}
	.sns li img{
		width: 45%;
	}

}
