@charset "utf-8";
/* CSS Document */
html {
	visibility: hidden;
}
html.wf-active,html.loading-delay{
	visibility: visible;
}
body {
	background: #000;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}
body.sp { touch-action: none; }
a,button{
	cursor: pointer;
}
img { max-width: 100%; }
a{
	transition: all 0.3s;
}
.pc-none{
	display: none;
}
.viewmore ,.btn{
	margin: 110px auto;
	text-align: center;
}
.viewmore a,button ,.btn a{
	display: inline-block;
	padding: 45px 0;
    text-align: center;
    color: #00ffff;
    border: 2px solid;
	max-width: 600px;
	width: 90%;
	font-family: din-condensed, sans-serif;
	font-size: 38px;
	position: relative;
	z-index: 5;
	transition: all 0.3s;
}
.viewmore a:hover,button:hover ,.btn a:hover{
	/* background-color: #0d2348;
	color: #fff;
	border: solid 2px #0d2348; */
	opacity: 0.6;
}
header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-color: #0d2348;
	position: sticky;
	top: 0;
	z-index: 700;
}

header ul {
	display: flex;
    flex-wrap: nowrap;
    margin: 0 50px 0 0;
    flex-direction: row;
    align-items: center;
}

header li {
	margin: 0 15px;
}
header li a{
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 30px;
	transition: all 0.3s;
}
header li a:hover{
	opacity: 0.7;
}
header #navArea{
	display: flex;
	align-items: center;
}
header #navArea .inner{
	width: 100%;
}
header .Twitter{
	padding:0 60px 0 0;
}
header .Twitter img{
	width: 100%;
}
header .Twitter a:hover{
	opacity: 0.7;
}
.mainvisual img{
	width: 100%;
}

h2 {
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 150px;
	margin-bottom: 100px;
}
.inner{
	max-width: 1320px;
	margin: 0 auto;
	width: 90%;
}
.contentInner{
	max-width: 1130px;
	margin: 0 auto;
	width: 100%;
}

.bgB{
	background-color: #000;
	position: relative;
	z-index: -2;
}
#kv{
	background: #fff;
}
#kv img{
	width: 100%;
	
}
#kv a{
	transition: all 0.3s;
}
#kv a:hover{
	/* filter: brightness(1.10);  */
	opacity: 0.8;
}
/* NEWS */
#news{
	position: relative;
	padding-top: 70px;
	margin-bottom: 150px;
}
#news::after{
	position: absolute;
	content: "";
	width: 100%;
	top: 500px;
	height: 900px;
	background: url(../img/main/bg01.png) no-repeat bottom;
	
	z-index: -1;
}
#news::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 900px;
	background: url(../img/main/bg02.png) no-repeat bottom;
	background-size: 100% 70%;
	z-index: 0;
	top: 200px;
}
#news .title dt{
	font-family: din-condensed, sans-serif;
	color: #a1a1a1;
	font-size: 24px;
	line-height: 1;
	margin-top: 30px;
}
#news .title dd span{
	display: block;
	font-size: 22px;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.75;
}

#news ul{
	margin-top: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

#news li {
	width: calc(90%/3);
	font-size: 14px ;
	line-height:2.5;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

#news li img{
	width: 100%;
	/* object-fit: cover;
	height: 100%; */
}

#news li a:hover{
	opacity: 0.8;
}

/* EVENT */
#event{
	position: relative;
	padding-bottom: 200px;
}
#event::after{
	position: absolute;
	content: "";
	width: 100%;
	top: 500px;
	height: 900px;
	background: url(../img/main/bg03.png) no-repeat bottom;
	z-index: -1;
	background-color: #000;
}
#event ul{
	display: flex;
	justify-content: space-between;
}

#event ul li{
	width: calc(95%/2);
}
#event dl{
	line-height: 1.75;
}
#event dl dt{
	font-size: 24px;
	font-weight: 500;
	padding: 40px 0;
	position: relative;
}
#event dl dd::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 3px;
	width: 50px;
	background-color: #fff;
}
#event dl dd{
	margin-top: 20px;
}

/* eSPORTS */
#eSPORTS{
	background: url("../img/event/event_back.png") no-repeat;
	background-size: cover;
	padding: 160px 0 300px;
}
#eSPORTS ul li span{
	font-size: 24px;
	font-weight: bold;
	display: block;
	line-height: 1;
}
#eSPORTS ul li{
	line-height: 2.25;
	margin-bottom: 50px;
}
#eSPORTS ul li small{
	display: block;
	text-align: right;
}
#eSPORTS p{
	line-height: 2.25;
}
/* ABOUT */
#about{
	background-color: #0d2348;
	background-size: cover;
	padding: 80px 0 160px;
	position: relative;
}
#about::before{
	position: absolute;
	content: "";
	width: 100%;
	bottom: -300px;
	height: 500px;
	background: url(../img/main/bg01.png) no-repeat bottom;
	z-index: 0;
}
#about::after{
	position: absolute;
	content: "";
	width: 70%;
	right: 0;
	bottom: -300px;
	height: 930px;
	background: url(../img/main/bg03.png) no-repeat bottom;
	z-index: 0;
}

#about p{
	line-height: 2.25;
	margin-bottom: 120px;
}
#about h3{
	font-size: 48px;
	margin-bottom: 45px;
	font-weight: bold;
}
#about ul{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
#about ul li{
	width: calc(97%/3);
	border: solid 1px #fff;
	text-align: center;
	padding: 45px 10px;
	line-height: 1.8;
}
#about ul li span{
	display: block;
	font-size: 23px;
	font-weight: 500;
	position: relative;
	margin-bottom: 50px;
	z-index: 1;
}
#about ul li span::after{
	position: absolute;
	content: "";
	width: 50px;
	height: 3px;
	background: #fff;
	bottom: -30px;
	right: 0;
	left: 0;
	margin: auto;
}

/* MEMBER */
#member{
	
	padding: 80px 0 180px;
	background-color: #0d2348;
}
.memberWrap{
	position: relative;
	
	
}
.memberWrap::before{
	position: absolute;
	content: "";
	width: 100%;
	top: -100px;
	height: 900px;
	background: url(../img/main/bg04.png) no-repeat bottom;
	z-index: 1;
	left: 0;
}

#member h2{
	position: relative;
	z-index: 1;
}
#member table{
	position: relative;
	z-index: 1;
	width: 100%;
}
#member table tr th,#member table tr td{
	padding: 30px 0 30px 40px;
	border:  solid 1px #fff;
}
#member table tr th{
	width: 15%;
}
#member table tr .second{
	width: 20%;
}

/* CONTACT */
#contact{
	background-color: #0d2348;
	padding-bottom: 50px;
	padding-top: 100px;
}
.contactWrap{
	position: relative;
}

.contactWrap::after{
	position: absolute;
	content: "";
	width: 100%;
	top: 0;
	height: 830px;
	background: url(../img/main/bg03.png) no-repeat bottom;
	z-index: 0;
}
#contact h2{
	position: relative;
	z-index: 1;
	line-height: 1;
}
#contact table{
	position: relative;
	z-index: 1;
}
#contact table caption{
	text-align: right;
}
#contact table caption span{
	color: red;
}
#contact table tr{
	display: flex;
}
#contact table tr th{
	font-weight: 500;
	font-size: 24px;
	width: 30%;
}
#contact table tr th small{
	color: red;
}
#contact table tr th span{
	display: block;
	font-family: din-condensed, sans-serif;
	color: #a1a1a1;
	font-weight: bold;
	margin-top: 10px;
}

#contact table tr td{
	width: 70%;
}
#contact table tr td p{
	margin-bottom: 10px;
	color: red;
	letter-spacing: 0.057em;
}
#contact table tr td input{
	border: solid 1px #fff;
	background: inherit;
}

#contact table tr td textarea{
	border: solid 1px #fff;
	background: inherit;
}

#contact .btn{
	text-align: center;
}

#contact .btn button{
	background: inherit;
	border: #00ffff solid 1px;
	color: #00ffff;
	font-size: 25px;
	letter-spacing: 0.057em;
}
#contact .btn button:hover{
	opacity: 0.6;
}
#contact .comfirm-btn{
	display: flex;
	flex-direction: column;
	margin: 100px auto;
}
#contact .comfirm-btn button{
	margin: 0 auto;
}
#contact .comfirm-btn .return{
	margin-top: 50px;
}
table {
    border-collapse: collapse;
}


input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  color: #fff;
}
input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s !important;
	-webkit-text-fill-color: white !important;
}

input[type="text"],
textarea {
  display: block;
  font-size: 16px;
  padding: 26px 15px;
  width: 100%;
  transition: 0.8s;
  border-radius: 0;
}

input[type="text"]:focus,
textarea:focus {;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table {
  width: 100%;
  margin-top: 120px;
}

.form-table th,
.form-table td {
  padding: 20px 0;
}


/* THANKS */
#thanks{
	text-align: center;
	padding: 100px 0;
}
#thanks h2{
	font-size: 60px;
	font-weight: bold;
}
#thanks p{
	line-height: 1.57;
	font-size: 20px;
}


footer {
	text-align: center;
	padding: 50px 0 25px;
	background-color: #0d2348;
}
footer p{
	font-size: 30px;
	font-family: din-condensed, sans-serif;
	margin-top: 30px;
}

footer ul{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
	gap: 20px;
}

footer ul li a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 1200px){
	#news li{
		width: calc(95%/3);
	}
	#about ul{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#about ul li{
		width: calc(95%/2);
	}
	#about ul li:last-child{
		margin-top: 30px;
	}
}
@media screen and (max-width: 960px) {
	header ul {
		margin: 0px 30px;
	}
	
	header li {
		margin: 0 5px;
	}
	
	

	#news ul{
		flex-wrap: wrap;
	}
	#news ul li{
		width: calc(95%/2);
	}
	#news ul li:last-child{
		margin-top: 40px;
	}
	#news::before{
		height: 100%;
		top: 0;
		background-size: 100% 85%;
	}
	.about ul {
		display: block;
	}
	.about li {
		width: 100%;
		text-align: center;
	}
	dd {
		text-align: left;
	}
	.category {
    width: 40%;
	}
	
	.member ul {
		width: 100%;
		margin-top: 100px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	

}


@media (max-width: 1100px) {
	#kv{
		padding-top: 63px;
	}
	header{
		position: fixed;
		height: 63px;
	}
	header h1 img{
		width: 300px;
	}
	header .Twitter{
		padding-right: 70px;
	}
	header .Twitter img{
		width: 32px;
	}
	nav {
		display: none;
		position: fixed;
		top: 60px;
		bottom: 0;
		left: 0; 
		width: 100%;
		background: #0d2348;
		/* background:rgba(228, 239, 255, 0.85); */
		/* overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch; */
		
	}

	/* nav::before{
		position: absolute;
		height: 60px;
		width: 100%;
		background-color: #fff;
		content: "";
		top: 0;
		left: 0;
		z-index: 600;
	} */
	
	nav .inner {
		position: relative;
		
	}
	nav .inner ul {
		list-style: none;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: url(none);
		position: relative;
	}
	nav .inner ul li {
		position: relative;
		margin: 0;
		padding-right: 0;
		width: 100%;
	}
	nav .inner ul li a {
		display: block;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-bottom: #fff solid 1px;
		padding-bottom: 5px;
		letter-spacing: 2px;
		padding: 30px;
		width: 100%;
		font-size: 20px;
	}


	@media screen and (min-width: 1101px) {
	nav {
		right: -220px;
		width: 220px;
	}
	}
	/*============
		.toggle_btn
		=============*/
	.toggle_btn {
		display: block;
		position: fixed;
		top: 17px;
		right: 15px;
		width: 30px;
		height: 30px;
		transition: all 0.5s;
		cursor: pointer;
		z-index: 3;
		z-index: 600;
	}
	.toggle_btn span {
		display: block;
		position: absolute;
		left: 0;
		width: 30px;
		height: 1px;
		background-color: #fff;
		border-radius: 4px;
		transition: all 0.5s;
	}
	.toggle_btn span:nth-child(1) {
		top: 4px;
	}
	.toggle_btn span:nth-child(2) {
		top: 14px;
	}
	.toggle_btn span:nth-child(3) {
		bottom: 4px;
	}
	.open .toggle_btn span {
		background-color: #fff;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform:rotate(-315deg);
		transform:rotate(-315deg);
		top: 15px;
	}
	.open .toggle_btn span:nth-child(2) {
		opacity: 0;
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform:rotate(315deg);
		transform:rotate(315deg);
		top: 15px;
	}
	
}


@media screen and (max-width: 768px) {
	.viewmore ,button ,.btn{
		margin: 50px auto;
	}
	.viewmore a,button ,.btn a{
		font-size: 20px;
		padding: 20px 0;
	}
	header li a{
		font-size: 16px;
	}

	h2 {
		font-size: 70px;
		margin-bottom: 30px;
	}
	.pc-none{
		display: block;
	}

	/* NEWS */
	#news{
		margin-bottom: 0px;
		padding-top: 40px;
	}
	#news ul{
		margin-top: 30px;
	}
	#news ul li{
		width: 100%;
		margin-bottom: 40px;
	}
	#news ul li:last-child{
		margin-top: 0;
	}
	#news .title dt{
		margin-top: 15px;
		font-size: 18px;
	}
	#news .title dd{
		line-height: 1.57;
		font-size: 14px;
	}
	#news .title dd span{
		line-height: 1.57;
		padding: 10px 0;
		font-size: 18px;
	}

	/* EVENT */
	#event{
		padding-bottom: 20px;
		padding-top: 70px;
	}
	#event::after{
		top: inherit;
		bottom: 0;
	}
	#event ul{
		flex-direction: column;
	}
	#event ul li{
		width: 100%;
		line-height: 1.57;
		margin-bottom: 40px;
	}
	#event dl dt{
		padding: 15px 0;
		font-size: 18px;
	}
	#event dl dd{
		margin-top: 10px;
		font-size: 14px;
	}

	/* eSPORTS */
	#eSPORTS{
		padding: 70px 0 0px;
	}
	#eSPORTS ul li{
		line-height: 1.75;
		font-size: 14px;
	}
	#eSPORTS ul li span{
		font-size: 18px;
		margin-bottom: 10px;
	}
	#eSPORTS ul li small{
		margin-top: 10px;
	}
	#eSPORTS p{
		line-height: 1.75;
		font-size: 14px;
	}
	/* ABOUT */
	#about{
		padding: 70px 0 0px;
	}
	#about p{
		font-size: 16px;
		margin-bottom: 50px;
		line-height: 1.8;
	}
	#about h3{
		font-size: 30px;
		margin-bottom: 25px;
	}
	#about ul{
		flex-direction: column;
	}
	#about ul li{
		width: 100%;
		margin-bottom: 30px;
		padding: 20px 10px;
		font-size: 14px;
	}
	#about ul li:last-child{
		margin-top: 0;
	}
	#about ul li span{
		font-size: 18px;
		margin-bottom: 30px;
	}
	#about ul li span::after{
		bottom: -15px;
	}
	/* MEMBER */
	#member{
		padding: 70px 0 40px;
	}
	#member::before{
		height: 100%;
    top: -100px;
    background-size: 100% 85%;
	}
	.memberWrap::before{
		background-size: cover;
		height: 1030px;
		top: 45px;
	}
	#member table tr th, #member table tr td{
		padding:20px 10px;
	}
	#member table tr{
		display: flex;
		flex-direction: column;
	}
	#member table tr th{
		width: 100%;
		background: #fff;
		color: #000;
	}
	#member table tr .second{
		width: 100%;
	}

	/* CONTACT */
	input[type="text"], textarea{
		padding: 15px 10px;
	}
	#contact{
		padding-top: 70px;
		padding-bottom: 100px;
	}
	.contactWrap::after{
		bottom: -203px;
	}
	#contact table tr{
		flex-direction: column;
	}
	#contact table tr th{
		width: 100%;
		padding: 20px 0 0 0;
		font-size: 18px;
	}
	#contact table tr td{
		width: 100%;
		padding: 10px 0;
	}
	#contact .btn button{
		font-size: 20px;
		margin: 0 auto;
	}
	#contact .comfirm-btn{
		margin: 50px auto;
	}

	.form-table {
		width: 100%;
		margin-top: 20px;
	}
	
	.form-table th,
	.form-table td {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	footer p{
		font-size: 20px;
	}
	footer ul{
		flex-direction: column;
		margin-bottom: 30px;
	}
	footer .footer-logo{
		flex-direction: row;
	}
	/* THANKS */
	#thanks h2{
		font-size: 30px;
	}
	#thanks p{
		font-size: 16px;
	}
}
@media screen and (max-width: 480px) {
	
	
	header .Twitter{
		padding-right: 0;
		margin-right: 55px;
	}
	header h1 img{
		width: 280px;
	}
	.form-table {
		width: 100%;
		margin-top: 20px;
	}
	
	.form-table th,
	.form-table td {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	

	.ab_right dt {
	font-size: 20px;
	}
	.back_color {
		height: 5015px;
	}
	footer {
	text-align: center;
	padding: 25px 10px;
	background-color: #0d2348;
	}
	footer p{
		font-size: 18px;
	}
}

@media screen and (max-width: 320px) {
	.back_color {
		height: 5110px;
}
	.backgrand_1 {
    height: 3100px;
}
}
@media screen and (max-width: 301px) {
	.back_color {
		height: 5250px;
}
	.backgrand_1 {
    height: 3120px;
}
}
@media screen and (max-width: 284px) {
	.back_color {
		height: 5400px;
}
.backgrand_1 {
    height: 3200px;
}
}

/* 下層ページ */
#pageTtl{
	position: relative;
}
#pageTtl::before{
	position: absolute;
	content: "";
	width: 100%;
	top: -100px;
	height: 500px;
	background: url(../img/event/bg.png) no-repeat bottom;
	z-index: -1;
}
#pageTtl h2{
	padding: 200px 0;
	margin-bottom: 0;
}

/* EVENT PAGE */

.eventBlock h3{
	font-size: 30px;
	padding-bottom: 20px;
	padding-left: 80px;
	border-bottom: solid 3px #fff;
	position: relative;
	margin-bottom: 80px;
}
.eventBlock{
	position: relative;
	padding-bottom: 150px;
}
.eventBlock::before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 300px;
    height: 700px;
    background: url(../img/main/bg01.png) no-repeat bottom;
    z-index: -1;
}
.eventBlock h3::before{
	position: absolute;
	content: "";
	background: url(../img/event/icon.png) no-repeat;
	width: 54px;
	height: 63px;
	left: 0;
	bottom: 25px;
}
.eventBlock dl .des{
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

.eventBlock dl .des dt{
	width: 48%;
}
.eventBlock dl .des dt p{
	font-weight: 400;
	line-height: 1.875;
	margin-top: 70px;
}
.eventBlock dl .des dt img{
	width: 100%;
}
.eventBlock dl .des dd{
	width: 48%;
}
.eventBlock dl .des dd p{
	line-height: 1.875;
	margin-bottom: 70px;
}
.eventBlock table{
	width: 100%;
}
.eventBlock dl .des dd tbody{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
}
.eventBlock dl .des dd tbody tr{
	display: flex;
	width: 100%;
	border:  solid 1px #fff;
}
.eventBlock dl .des dd tbody tr th{
	width: 25%;
	border-right: solid 1px #fff;
	padding: 25px 0 25px 25px;
}
.eventBlock dl .des dd tbody tr td{
	width: 75%;
	padding: 25px 0 25px 25px;
}
.eventBlock .img{
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
	flex-wrap: wrap;
}
.eventBlock .img_c{
	justify-content: center;
}
.newsBlock .img{
	max-width: 1100px;
	margin: 0 auto 50px;

}
.eventBlock .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* aspect-ratio: 4 / 3; */
}
.one_img img{
	width: 100%;
}
.eventBlock .img dt,.eventBlock .img dd{
	width: 48%;
}
.eventBlock .img li{
	width: 48%;
}
.eventBlock .many_img::after{
	content: "";
	width: calc(97%/3);
}
.eventBlock .many_img li{
	width: calc(97%/3);
	margin-bottom: 18px;
}
.eventBlock .des02{
	line-height: 2.25;
	max-width: 1100px;
	margin: 0 auto 400px;
}
.newsBlock .des02{
	margin: 0 auto 100px;
}
.eventBlock .mainDes_img{
	margin-bottom: 0px;
}
.eventBlock .mainDes_img img{
	max-width: 1000px;
	margin: 0 auto;
}
/* .eventBlock .des02 span{
	display: block;
	font-size: 36px;
	margin-bottom: 50px;
	line-height: 1;
} */
.eventBlock .des02 span.contact_block{
	display: inline-block;
	border: solid 1px #fff;
	padding: 10px 20px;
	margin-top: 20px;
}
.eventBlock .des02 span.contact_block a{
	border-bottom: solid 1px #fff;
}
.eventBlock .des02 span.contact_block a:hover{
	border-bottom: solid 1px #ffffff00;
	opacity: 0.7;
}

@media screen and (max-width: 960px) {
	.eventBlock{
		padding-bottom: 50px;
	}
	.eventBlock dl .des dd p{
		margin-bottom: 40px;
	}
	.eventBlock dl .des dd tbody tr{
		flex-direction: column;
	}
	.eventBlock dl .des dd tbody tr th{
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #fff;
		background: #fff;
		color: #000;
		padding: 10px;
	}
	.eventBlock dl .des dd tbody tr td{
		width: 100%;
		padding: 15px 10px;
	}
}

@media screen and (max-width: 768px){
	
	#pageTtl h2{
		font-size: 50px;
		padding: 155px 0;
	}
	#pageTtl::before{
		height: 400px;
	}
	#eventTtl h2{
		padding: 60px 0 60px 0px;
	}
	#eventTtl::before{
		background-size: 100% 100%;
		height: 150px;
		top: 0;
	}
	.socialTtl h2{
		padding: 155px 0 !important;
	}
	.eventBlock h3{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.eventBlock dl .des{
		flex-direction: column;
		margin-bottom: 60px;
	}
	.eventBlock dl .des dt{
		width: 100%;
	}
	.eventBlock dl .des dt p{
		margin-top: 10px;
	}
	.eventBlock dl .des dd{
		width: 100%;
	}
	.eventBlock dl .des dd p{
		margin: 20px 0;
	}
	.eventBlock .img{
		margin-bottom: 40px;
	}
	.eventBlock .des02{
		line-height: 1.57;
		margin: 0 auto 200px;
	}
	.newsBlock .des02{
		margin: 0 auto 50px;
	}
	/* .eventBlock .des02 span{
		font-size: 25px;
		margin-bottom: 30px;
	} */

	.eventBlock .many_img li{
		width: calc(98%/2);
		margin-bottom: 12px;
	}
}

/* プライバシーポリシー PAGE */
#privacyBlock .mainDes{
	line-height: 1.8;
	margin-bottom: 50px;
}
#privacyBlock ol .list{
	margin-bottom: 80px;
}
#privacyBlock ol li h3{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
}
#privacyBlock ol li p{
	line-height: 1.75;
}
#privacyBlock ol .list ul{
	margin-top: 20px;
	padding-left: 30px;
}
#privacyBlock ol .list ul li{
	margin-bottom: 10px;
	position: relative;
}
#privacyBlock ol .list ul li::before{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    top:6.5px;
    left: -20px;
    border-radius: 50%;
}
#privacyBlock .lastP{
	padding-top: 70px;
	text-align: right;
	margin-bottom: 150px;
}
#privacyBlock .des{
	margin-top: 20px;
}
#privacyBlock .des ul{
	margin-top: 0 !important;
}

@media screen and (max-width: 768px){
	#privacyBlock .mainDes{
		font-size: 14px;
	}
	#privacyBlock ol li h3{
		font-size: 20px;
		margin-bottom: 10px;
	}
	#privacyBlock ol li p{
		font-size: 14px;
	}
	#privacyBlock ol .list{
		margin-bottom: 40px;
	}
	#privacyBlock ol .list ul li{
		font-size: 14px;
	}
	#privacyBlock .lastP{
		padding-top: 40px;
		margin-bottom: 100px;
	}
}