@charset "utf-8";
@keyframes sdl {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	25% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}

	70% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	90% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
@keyframes fuwa {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-15px);
	}
}
@keyframes fuwa2 {
	0%, 100% {
		transform: translateY(-15px);
	}
	50% {
		transform: translateY(0);
	}
}
.ovh {
	overflow: hidden;
}
.slide-up {
	transition: 0.6s;
	transform: translateY(150%);
}
.slide-up.is-hot {
	transform: none
}
.fade-up {
	opacity: 0;
	transition: 0.8s;
	transform: translateY(30px);
}
.fade-up.is-hot {
	opacity: 1;
	transform: none;
}
.deco, .deco01, .deco02 {
	opacity: 0;
	transition: .3s;
}
.deco.is-hot, .deco01.is-hot {
	opacity: 1;
	animation: 3s fuwa infinite !important;
}
.deco02.is-hot {
	opacity: 1;
	animation: 3s fuwa2 infinite !important;
}

main {
	background: none;
}
.content {
	/* background: url(../img/bg_content.jpg) 0 0 / cover no-repeat;
	background-attachment: fixed; */
	position: relative;
}
.bg-content {
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
	width: 100vw;
	height: 100vh;
}
.bg-content video {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
}
.mainvis {
	position: relative;
	height: 670px;
	display: flex;
	align-items: center;
}

.mainvis .bg-vis {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	overflow: hidden;
}
.mainvis .bg-vis video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}
.mainvis .vis-in {
	/* padding: 0 35px; */
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mainvis .vis-in > div {
	max-width: 1270px;
	width: 100%;
}
.mainvis .lead {
	margin: 0 0 36px;
	overflow: hidden;
}
.mainvis .lead p {
	display: table;
	margin: 0 auto 7px;
	text-align: center;
	font-size: 2.1rem;
	padding: 3px 13.3px 6px;
	position: relative;
}
.mainvis .lead p::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	transition: .3s;
}
.mainvis .lead p.is-hot::before {
	width: 100%;
}
.mainvis .lead span {
	font-weight: bold;
	position: relative;
	background: linear-gradient(to right, #040f68 0%, #dc416d 50%, #eeaa3d 100%);
	-webkit-background-clip: text;
	color: transparent;
	display: block;
}
.mainvis .lead span > * {
	position: relative;
	z-index: 20;
}
.mainvis .logo-in {
	overflow: hidden;
}
.mainvis h1 {
	max-width: 611px;
	margin: 0 auto 33px;
	overflow: hidden;
}
.mainvis h1 span {
	display: block;
}
.mainvis .tit-data {
	max-width: 442px;
	margin: 0 auto 64px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mainvis .tit-data dt {
	background: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.3rem;
	border-radius: 60px;
	padding: 5px 0 7px;
	margin-bottom: 15px;
}
.mainvis .tit-data dd {
	color: #fff;
	font-size: 1.35rem;
	font-weight: bold;
	padding: 0 10px 8px;
	border-bottom: 3px solid #fff;
}
.mainvis .tit-data dd span {
	font-family: 'Poppins';
	font-size: 4.5rem;
	margin-right: 2px;
	font-weight: 500;

}
.mainvis .tit-data .day02 dd {
	display: inline-flex;
}
.mainvis .tit-data .day02 p span:nth-of-type(2) {
	margin-left: 16px;
}
.mainvis .tit-data .day02 .place {
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.545;
	margin-left: 16px;
	align-self: center;
}
.mainvis .btn a {
	max-width: 301px;
	height: 62px;
	margin: 0 auto;
	font-size: 1.5rem;
}
.mainvis .btn a::before {
	width: 12px;
	height: 9px;
}
.mainvis .scroll-dwn {
	position: absolute;
	color: #fff;
	font-family: 'Poppins';
	font-weight: 300;
	writing-mode: vertical-rl;
	padding-bottom: 85px;
	margin-left: 20px;
	bottom: 64px;
}
.mainvis .scroll-dwn::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 77px;
	background: #fff;
	animation: sdl 2.5s linear infinite;
}

/*終了対応*/
.mainvis.end {
	height: 485px;
}
.mainvis.end .bg-vis video {
	top: 0;
	bottom: 0;
	margin: auto;
}
.mainvis.end .tit-data {
	margin-bottom: 0;
}
.end-txt {
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
	color: #fff;
	background: #2f2e2e;
	font-feature-settings: initial;
	padding: 30px 0 50px;
}
.end-txt p:first-child {
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.09em;
	margin-bottom: 5px;
}
.end-txt .btn a {
	max-width: 365px;
	margin: 35px auto 0;
	font-size: 1.7rem;
	height: 78px;
}
.about {
	display: flex;
}
.about > * {
	width: 50%;
}
.about .ab-txt {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about .ab-txt p {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2.25;
}
.about .ab-txt p + p {
	margin-top: 1.5em;
}
.about .ab-txt p span {
	display: inline-block;
	transform: skewX(-10deg);
	font-weight: 500;
}
.tit-area {
	text-align: center;
	height: 200px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tit-area h2 {
	font-weight: 500;
	font-size: 4.5rem;
	padding-bottom: 5px;
}
.tit-area h2 span {
	font-family: 'Poppins';
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	display: block;
	margin-bottom: 20px;
}
.highlight .inner {
	background: url(../img/bg_highlight03.png) right bottom / 960px auto no-repeat, #fff;
	padding: 100px 20px 140px;
	position: relative;
}
.highlight .high-lead {
	position: relative;
	max-width: 908px;
	margin: 0 auto;
}
.highlight .high-lead::before {
	content: "";
	position: absolute;
	display: block;
	width: 951px;
	height: 418px;
	top: 110px;
	margin: 0 calc(50% - 50vw);
	background: url(../img/bg_highlight01.png) 0 0 / contain no-repeat;
}
.highlight .digest {
	max-width: 990px;
	margin: 0 auto 80px;
}
.highlight .digest a {
	display: block;
}
.highlight .high-lead .date {
	display: flex;
	align-items: center;
	padding: 0 0 15px 16px;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}
.highlight .high-lead .date::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 6px;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right, #ed862c 0%, #e62260 52%, #7c48d3 100%);
	transition: .3s;
}
.highlight .high-lead .date.is-hot::before {
	width: 100%;
}
.highlight .high-lead .date .slide-up {
	transition: .5s;
}
.highlight .high-lead .date dl {
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}


.highlight .high-lead .date dt {
	font-weight: bold;
	font-size: 1.3rem;
	border-radius: 60px;
	background: linear-gradient(to right, #ed862c 0%, #e62260 52%, #7c48d3 100%);
	color: #fff;
	padding: 8px 16px 9px;
	margin: 0 10px 6px 0;
	flex-shrink: 0;
}
.highlight .high-lead .date dd {
	font-weight: 500;
	font-size: 1.86rem;
}
.highlight .high-lead .date dd span {
	font-weight: 500;
	font-family: 'Poppins';
	font-size: 6.2rem;
	margin-right: 5px;
	position: relative;
	bottom: -3px;
}
.highlight .high-lead .date .day02 {
	display: flex;
	margin-left: 27px;
}
.highlight .high-lead .date p {
	font-weight: 500;
	font-size: 3.7rem;
	letter-spacing: 0;
}
.highlight .high-lead .date span {
	font-weight: 500;
	font-size: 3.9rem;
}
.highlight .high-lead .date em {
	font-size: 6.2rem;
	font-family: 'Poppins';
	font-weight: 500;
}
.highlight .high-lead .date + p {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2;
	font-feature-settings: initial;
}
.highlight .high-about {
	max-width: 815px;
	margin: 73px auto 0;
	position: relative;
	z-index: 1;
}
.highlight .about-img {
	position: relative;
}
.highlight .about-img .deco {
	position: absolute;
	display: block;
	width: 162px;
	height: 158px;
	right: 0;
	bottom: 3px;
	background: url(../img/deco_highlight01.png) 0 0 / contain no-repeat;
}

.highlight .high-about p {
	font-size: 1.6rem;
	line-height: 2;
	margin-top: 73px;
	font-feature-settings: initial;
}

.high-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.high-box > * {
	position: relative;
	z-index: 1;
}
.highlight .high-box h2 {
	margin-bottom: 30px;
	width: 100%;
	order: 0;
}
.highlight .high-box h2 i {
	display: block;
	font-size: 1.6rem;
	font-family: 'Poppins';
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 17px;
	padding-left: 52px;
	position: relative;
}
.highlight .high-box h2 i::before {
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 44px;
	height: 1px;
	background: #2f2e2e;
}
.highlight .high-box .tit-bg {
	position: relative;
	font-size: 3.5rem;
	padding: 9px 11.5px 15px;
	display: inline-block;
	overflow: hidden;
}
.highlight .high-box .tit-bg::after {
	content: "";
	position: absolute;
	display: block;
	background: #2f2e2e;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	transition: .3s;
}
.highlight .high-box .tit-bg.is-hot::after {
	width: 100%;
}
.highlight .high-box .tit-bg span {
	color: #fff;
	position: relative;
	z-index: 1;
	font-weight: 500;
	letter-spacing: 0.07em;
	display: block;
}
.highlight .high-txt {
	width: 420px;
	order: 1;
}
.highlight .high-txt p {
	font-size: 1.6rem;
	line-height: 2;
	font-feature-settings: initial;
}
.highlight .high-txt p + p {
	margin-top: 1em;
}
.highlight .high-txt .btn a {
	max-width: 200px;
	height: auto;
	font-size: 1.6rem;
	margin: 20px 0 0;
	padding: 15px 0 15px;
}
.highlight .high-txt .btn a::before {
	right: 10px;
	width: 15px;
	height: 8px;
}
.highlight .high-img {
	order: 2;
}
.highlight .high-se {
	position: relative;
	max-width: 1100px;
	margin: 140px auto 130px;
}
.highlight .high-se::before {
	content: "";
	position: absolute;
	display: block;
	width: 947px;
	height: 555px;
	top: -55px;
	left: 0;
	margin: 0 calc(50% - 50vw);
	background: url(../img/bg_highlight02.png) 0 0 / contain no-repeat;
}
.highlight .high-se h2 {
	margin-top: 150px;
	margin-left: 100px;
}
.highlight .high-se .high-txt {
	margin-left: 100px;
}
.highlight .high-se .high-img {
	max-width: 525px;
	margin-top: -280px;
	top: 0;
}
.highlight .high-ex {
	position: relative;
	max-width: 1036px;
	margin: 0 auto 69px;
	flex-direction: row-reverse;
}
.highlight .high-ex h2 {
	width: 100%;
	margin-left: 530px;
}
.highlight .high-ex .high-txt {
	margin-right: 86px;
}
.highlight .high-ex .high-img {
	margin: -200px 0 0 -25px;
}
.highlight .btn a {
	max-width: 486px;
	height: 100px;
	margin: 0 auto;
	font-size: 2rem;
}
.highlight .btn a::after {
	width: 30px;
	height: 31px;
	left: 34px;
}
.highlight .btn a::before {
	width: 20px;
	height: 14px;
	right: 40px;
}
.feature .inner {
	background: url(../img/bg_timetable01.png) left 530px / 1078px auto no-repeat, url(../img/bg_timetable02.png) right bottom / 990px auto no-repeat, #ececec;
	padding: 100px 20px 140px;
	position: relative;
}
.feature .keynote {
	margin-bottom: 100px;
}
.feature .keynote p {
	text-align: center;
	font-size: 2.4rem;
	line-height: 2;
	font-feature-settings: initial;
}
.feature .keynote ul {
	max-width: 1045px;
	margin: 65px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.feature .keynote li {
	margin-bottom: 70px;
}
.feature .keynote dt {
	font-weight: 500;
	display: inline-block;
	background: #2f2e2e;
	color: #fff;
	font-size: 2.3rem;
	padding: 2px 6px 5px;
	margin-top: 20px;
}
.feature .keynote dt span {
	font-size: 1.61rem;
}
.feature .keynote dd {
	font-size: 1.5rem;
	line-height: 1.733333;
	margin-top: 9px;
}
.feature .keynote .btn a {
	margin-top: 0;
}
.fe-box {
	max-width: 990px;
	margin: 0 auto;
}
.fe-box {
	margin-top: 80px;
	padding-top: 67px;
	border-top: 1px solid #d4d4d4;
}
.fe-box h2 {
	font-size: 2.48rem;
	font-weight: 500;
	margin-bottom: 25px;
}
.fe-box h2 span {
	font-family: 'Poppins';
	display: inline-block;
	font-weight: 500;
	font-size: 5rem;
	margin: 0 5px 0 0;
	position: relative;
	bottom: -4px;
}
.fe-box dt {
	position: relative;
	display: inline-block;
	margin-bottom: 22px;
}
.fe-box dt::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: linear-gradient(to right, #ed862c 0%, #e62260 52%, #7c48d3 100%);
	transition: .3s;

}
.fe-box dt.is-hot::before {
	width: 100%;
}
.fe-box dt span {
	display: inline-block;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 2.3rem;
	padding: 4px 10px 8px;
}
.fe-box dt i {
	position: absolute;
	width: 11em;
	left: 14.5em;
	bottom: 0;
	margin-left: 10px;
	font-size: 1.2rem;
	color: #000;
}
.fe-box dd {
	font-size: 1.4rem;
	line-height: 2;
	font-feature-settings: initial;
}
.fe-box ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.fe-box li {
	width: 15.9595959%;
	text-align: center;
	margin-left: 5%;
	font-weight: bold;
	font-size: 1.8rem;
}
.fe-box li:nth-of-type(5n+1) {
	margin-left: 0;
}
.fe-box li img {
	margin-bottom: 15px;
}
.fe-box li span {
	font-size: 1.3rem;
	display: block;
	margin-top: 10px;
	line-height: 1.4;
}
.feature .btn a {
	max-width: 486px;
	height: 100px;
	margin: 90px auto 0;
	font-size: 2rem;
}
.btn.time a::before {
	width: 20px;
	height: 14px;
	right: 40px;
}
.archive {
	background: #fff;
	padding: 140px 20px 185px;
}
.archive-box {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.archive-box h2 {
	width: 380px;
	font-size: 4.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.48888;
	margin: 0 0 40px 55px;
	order: 0;
}
.archive-box h2 span {
	display: block;
	font-weight: 500;
}
.archive-box p {
	width: 370px;
	font-size: 1.6rem;
	line-height: 2;
	font-feature-settings: initial;
	order: 1;
	margin-left: 55px;
	position: relative;
	z-index: 1;
}
.arc-img {
	max-width: 580px;
	margin: 0 40px -150px 0;
	position: relative;
}
.arc-img .deco01 {
	position: absolute;
	display: block;
	width: 114px;
	height: 114px;
	top: -57px;
	right: -37px;
	background: url(../img/deco_archive01.png) 0 0 / contain no-repeat;
}
.arc-img .deco02 {
	position: absolute;
	display: block;
	width: 218px;
	height: 230px;
	bottom: -103px;
	left: -69px;
	background: url(../img/deco_archive02.png) 0 0 / contain no-repeat;
}
.arc-img a {
	display: block;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.arc-img a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0;
	left: 0;
	opacity: 0;
}
.arc-img a::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 122px;
	height: 122px;
	background: url(../img/ico_movie.svg) 0 0 / contain no-repeat;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.9;
	z-index: 1001;
}
.mfp-close {
	font-size: 5vw;
	font-family: 'Poppins';
	opacity: 1;
	font-weight: 100;
}
.sponsor .tit-area {
	background: #2f2e2e;
}
.sponsor dl {
	max-width: 990px;
	margin: 0 auto;
	padding: 100px 0 140px;
}
.sponsor dt {
	font-weight: 600;
	font-family: 'Poppins';
	font-size: 2.6rem;
	margin-bottom: 25px;
}
.sponsor dd + dt {
	margin-top: 55px;
}
.sponsor dd ul {
	display: flex;
	flex-wrap: wrap;
}
.sponsor dd li {
	margin-left: 1.3%;
	margin-bottom: 15px;
}
.sponsor .col1 li {
	width: 59.3%;
	margin-left: 0;
}
.sponsor .col2 li {
	width: 49.3%;
}
.sponsor .col3 li {
	width: 32.4%;
}
.sponsor .col5 li {
	width: 18.9%;
}
.sponsor .col2 li:nth-child(2n+1),
.sponsor .col3 li:nth-child(3n+1),
.sponsor .col5 li:nth-child(5n+1) {
	margin-left: 0;
}
.campaign {
	background: url(/updata/2022/img/bg_highlight03.png) right 100px / 50% auto no-repeat, url(/updata/2022/img/bg_highlight02.png) left -50px bottom -150px / 50% auto no-repeat, #fff;
}
.campaign .tit-area {
	background: #2f2e2e;
}
.cmp-box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 120px 20px;
}
.campaign figure {
	max-width: 1000px;
}
.campaign .btn a {
	margin: 60px auto 0;
	max-width: 486px;
	height: 100px;
	font-size: 2rem;
}

.outline {
	padding: 130px 20px;
	background: #2f2e2e;
	color: #fff;
}
.outline-box {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;

}
.outline h2 {
	max-width: 190px;
	font-weight: 500;
	font-size: 4.5rem;
	text-align: center;
	margin: 6px 0 0 50px;
}
.outline h2 span {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: 'Poppins';
	margin-bottom: 22px;
}
.outline-txt {
	width: 745px;
}
.outline-txt dl {
	display: flex;
	border-bottom: 1px solid #5e5e5e;
	font-size: 1.5rem;
	font-feature-settings: initial;
	line-height: 2;
}
.outline-txt dl + dl {
	margin-top: 18px;
}
.outline-txt dt {
	width: 102px;
	flex-shrink: 0;
	padding: 0 0 20px 12px;
	position: relative;

}
.outline-txt dt::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -1px;
	background: linear-gradient(to right, #ed862c 0%, #e62260 100%);
}
.outline-txt dd {
	flex: 1;
	padding: 0 0 20px 46px;
}
.outline-txt dd p span {
	font-weight: bold;
}
.outline-txt dd p + p {
	margin-top: 1em;
}
.outline-txt dd a {
	color: #fff;
	text-decoration: underline;
	display: inline-block;
	position: relative;
}
.outline-txt dd a::before {
	content: "";
	position: absolute;
	display: block;
	width: 7px;
	height: 7px;
	top: 4px;
	bottom: 0;
	right: -13px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.entry-box {
	padding: 100px 0;
	text-align: center;
	position: relative;
}
.entry-box .bg-entry {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	overflow: hidden;
}
.entry-box .bg-entry video {
	position: absolute;
	top: 0;
	bottom: 0%;
	right: 0;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
}
.entry-box h2 {
	font-weight: 500;
	color: #fff;
	font-size: 3.2rem;
	margin-bottom: 45px;
	position: relative;
}
.entry-box .btn a {
	background: #fff;
	color: #000;
	width: 486px;
	height: 100px;
	margin: 0 auto;
	font-size: 2rem;
}
.entry-box .btn a::after {
	width: 30px;
	height: 31px;
	left: 34px;
}
.entry-box .btn a::before {
	width: 20px;
	height: 14px;
	right: 40px;
}
/* ----------------------------------------------------
メディアクエリ設定   1441px～
---------------------------------------------------- */
@media screen and (min-width: 1441px) {
	.mainvis {
		height: 737px;
	}

}
/* ----------------------------------------------------
メディアクエリ設定    769px～
---------------------------------------------------- */
@media screen and (min-width: 769px) {
	body {
		min-width: 0;
	}
	main {
		min-width: 1240px;
		padding-top: 60px;
	}
	header, .clone-nav {
		min-width: 0;
		width: 100%;
	}
	header {
		position: fixed;
		width: 100%;
	}
	.head-inner {
		min-width: 0;
		padding: 0 30px;
	}
	.drawer-nav {
		width: 100%;
	}
	header .logo {
		display: none;
		width: 0;
	}
	.drawer-menu {
		margin-left: 0;
	}
	header .w-logo {
		max-width: 97px;
		margin-left: 34px;
	}
	header .w-logo a {
		display: block;
	}
	.about {
		height: 760px;
	}
	.ab-img img {
		overflow: hidden;
		position: relative;
		height: 760px;
		width: 100%;
		object-fit: cover;
	}

}

/* ----------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {
	header .w-logo a,
	.highlight .digest a,
	.arc-img a::after {
		transition: .3s;
	}
	header .w-logo a:hover,
	.highlight .digest a:hover {
		opacity: 0.7;
	}
	.arc-img a:hover::after {
		opacity: 0.3;
	}
}


/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	main {
		background: none;
	}
	.content {
		background: none;
		position: relative;
	}
	.bg-content {
		display: none;
	}
	.content::before {
		content: "";
		position: fixed;
		display: block;
		width: 100%;
		height: 100vh;
		background: url(../img/bg_content_sp.jpg) 0 0 / cover no-repeat;
		z-index: -1;
	}
	.mainvis {
		height: 0;
		padding-top: 173.4375%;
		background: url(../img/bg_main_sp.jpg) 0 0 / cover no-repeat;
	}

	.mainvis .bg-vis {
		display: none;
	}
	.mainvis .vis-in {
		padding: 9.375vw 0 0 0;
		align-items: flex-start;
	}
	.mainvis .lead {
		margin-bottom: 10.9375vw;
	}
	.mainvis .lead p {
		font-size: 5.0075vw;
		margin-bottom: 1.5625vw;
		padding: 0.8vw 2.1vw 1.4vw;
	}
	.mainvis h1 {
		width: 78.75%;
		margin-bottom: 10.9375vw;
	}
	.mainvis .tit-data {
		max-width: none;
		width: 82.8125%;
		margin-bottom: 9.375vw;
	}
	.mainvis .tit-data dt {
		font-size: 2.43vw;
		padding: 1.0vw 0 1.3vw;
		margin-bottom: 2.3vw;
	}
	.mainvis .tit-data dd {
		font-size: 2.5vw;
		border-width: 0.625vw;
		padding: 0 1.5625vw 1vw;
	}
	.mainvis .tit-data dd span {
		font-size: 8.4375vw;
		margin-right: 0.5vw;
	}
	.mainvis .tit-data .day02 p span:nth-of-type(2) {
		margin-left: 2vw;
	}
	.mainvis .tit-data .day02 .place {
		font-size: 2.1vw;
		margin-left: 2.8vw;
	}
	.mainvis .btn a {
		max-width: none;
		width: 78.125%;
		height: 16.25vw;
		font-size: 4.0625vw;
	}
	.mainvis .btn a::before {
		width: 3.125vw;
		height: 2.3438vw;
		right: 5.3125vw;
	}
	.mainvis .scroll-dwn {
		font-size: 3.4375vw;
		width: 1em;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding-bottom: 21.09375vw;
	}
	.mainvis .scroll-dwn::before {
		height: 18.125vw;
		margin-left: -1px;
	}

	/*終了対応*/
	.mainvis.end {
		height: 0;
		padding-top: 117%;
		background-position: 0 center;
	}
	.mainvis.end .lead {
		margin-bottom: 8vw;
	}
	.end-txt {
		padding: 9.375vw 0 10.15625vw;
		font-size: 3.75vw;
		line-height: 1.8333;
	}
	.end-txt p:first-child {
		font-size: 4.375vw;
		line-height: 2.07;
		margin-bottom: 3.4375vw;
		font-weight: bold;
	}
	.end-txt .btn a {
		width: 78.125vw;
		height: 16.25vw;
		font-size: 4.0625vw;
		margin-top: 7.8125vw;
		padding-bottom: 1vw;
	}
	.about {
		display: flex;
		flex-direction: column-reverse;
	}
	.about .ab-txt {
		width: 100%;
		padding: 13.28125vw 6.25vw 16.40625vw;
	}
	.about .ab-txt p {
		font-size: 4.0625vw;
		line-height: 1.923;
	}
	.about .ab-txt p + p {
		margin-top: 7vw;
	}
	.about .ab-img {
		width: 100%;
	}
	.tit-area {
		height: 46.875vw;
	}
	.tit-area h2 {
		font-size: 8.125vw;
		padding-bottom: 1vw;
	}
	.tit-area h2 span {
		font-size: 3.125vw;
		margin-bottom: 3.75vw;
	}
	.highlight .inner {
		padding: 10.9375vw 6.25vw 20.3125vw;
		background-image: none;
	}
	.highlight .digest {
		margin-bottom: 10vw;
	}
	.highlight .high-lead::before {
		width: 100vw;
		height: 40.15625vw;
		left: 0;
		top: 68vw;
		background-image: url(../img/bg_highlight01_sp.png);
	}
	.highlight .high-lead .date {
		flex-wrap: wrap;
		justify-content: center;
		border: none;
		padding: 0;
		margin-bottom: 6.25vw;
	}
	.highlight .high-lead .date::before {
		display: none;
	}
	.highlight .high-lead .date dl {
		align-items: center;
	}
	.highlight .high-lead .day01,
	.highlight .high-lead .day02 {
		border-bottom: 0.78125vw solid #ed862c;
		border-image: linear-gradient(to right, #ed862c 0%, #e62260 52%, #7c48d3 100%);
		border-image-slice: 1;
		padding-bottom: 1.09375vw;
	}

	.highlight .high-lead .date dt {
		font-size: 2.34375vw;
		text-align: center;
		line-height: 1.2667;
		margin: 0 2.65625vw 0 0;
		padding: 0 3vw;
		display: flex;
		align-items: center;
		min-height: 8.75vw;
	}
	.highlight .high-lead .date dd {
		font-size: 2.90625vw;
	}
	.highlight .high-lead .date dd span {
		font-size: 9.6875vw;
		bottom: -0.78125vw;
	}
	.highlight .high-lead .date .day02 {
		margin: 3.75vw 0 0 0;
	}
	.highlight .high-lead .date p {
		font-size: 5.78125vw;
		position: relative;
		bottom: -0.78125vw;
		margin-left: 1.40625vw;
	}
	.highlight .high-lead .date span {
		font-size: 6.09375vw;
	}
	.highlight .high-lead .date em {
		font-size: 9.6875vw;
	}
	.highlight .high-lead .date + p {
		font-size: 3.75vw;
		line-height: 1.791;
	}
	.highlight .high-about {
		margin: 14vw 0 0;
	}
	.highlight .high-about .about-img {
		margin: 0 -2.34375vw;
	}
	.highlight .about-img .deco {
		width: 25.3125vw;
		height: 24.6875vw;
		right: -2.5vw;
		bottom: -2.8125vw;
	}
	.highlight .high-about p {
		font-size: 3.75vw;
		line-height: 1.791;
		margin-top: 12vw;
	}
	.high-box {
		flex-direction: column;
	}
	.highlight .high-box h2 {
		margin: 14.431538vw 0 7.8125vw;
	}
	.highlight .high-box h2 i {
		font-size: 3.340625vw;
		padding-left: 10.9375vw;
		margin-bottom: 3.125vw;
	}
	.highlight .high-box h2 i::before {
		width: 9.375vw;
	}
	.highlight .high-box .tit-bg {
		font-size: 7.34375vw;
		padding: 1.5625vw 2vw 3vw;
	}
	.highlight .high-box .high-img {
		margin-bottom: 7.8125vw;
	}
	.highlight .high-txt {
		width: 100%;
	}
	.highlight .high-txt p {
		font-size: 3.75vw;
		line-height: 1.79;
	}
	.highlight .high-se {
		flex-direction: column;
		margin: 0 auto;
	}
	.highlight .high-se::before {
		width: 100vw;
		height: 42.5vw;
		top: 87vw;
		background-image: url(../img/bg_highlight02_sp.png);
	}
	.highlight .high-se h2 {
		order: 0;
	}
	.highlight .high-se .high-txt {
		order: 2;
		margin-left: 0;
	}
	.highlight .high-se .high-img {
		margin-top: 0;
		top: auto;
		order: 1;
		text-align: center;
		max-width: none;
	}
	.highlight .high-ex {
		margin: 0 0 15.625vw;
	}
	.highlight .high-ex::before {
		content: "";
		position: absolute;
		display: block;
		width: 100vw;
		height: 43.90625vw;
		margin: 0 calc(50% - 50vw);
		right: 0;
		top: 3.125vw;
		background: url(../img/bg_highlight03_sp.png) 0 0 /contain no-repeat;
	}
	.highlight .high-ex h2 {
		margin-left: 43.75vw;
		margin-bottom: 3.125vw;
	}
	.highlight .high-ex .high-txt {
		margin: 0;
		order: 2;
	}
	.highlight .high-txt .btn a {
		max-width: none;
		width: 45vw;
		font-size: 3.15vw;
		padding: 3.15vw 2vw 3.15vw 0;
	}
	.highlight .high-txt .btn a::before {
		width: 3.125vw;
		height: 2.34375vw;
		right: 3.125vw;
	}
	.highlight .high-ex .high-img {
		text-align: center;
		margin-top: 0;
		margin-left: -6.25vw;
		order: 1;
	}
	.highlight .btn a {
		max-width: none;
		font-size: 4.0625vw;
		width: 78.125vw;
		height: 16.25vw;
	}
	.highlight .btn a::after {
		width: 4.6875vw;
		height: 5vw;
		left: 5.3125vw;
	}
	.highlight .btn a::before {
		width: 3.125vw;
		height: 2.34375vw;
		right: 5.3125vw;
	}
	.feature .inner {
		background: url(../img/bg_timetable01_sp.png) center 0 / 100% auto repeat-y, #ececec;
		padding: 9.375vw 6.25vw 20.3125vw;
	}
	.feature .keynote {
		margin-bottom: 12.5vw;
	}
	.feature .keynote p {
		font-size: 4.375vw;
	}
	.feature .keynote ul {
		margin-top: 8.125vw;
		display: block;
	}
	.feature .keynote li {
		width: 56.5625vw;
		margin: 0 auto 13.125vw;
	}
	.feature .keynote li img {
		max-width: none;
		width: 100%;
	}
	.feature .keynote dt {
		font-size: 6.25vw;
		margin-top: 4.6875vw;
		padding: 0.9375vw 1.25vw 1.25vw;
	}
	.feature .keynote dt span {
		font-size: 4.375vw;
	}
	.feature .keynote dd {
		font-size: 4.0625vw;
		margin-top: 2.8125vw;
		line-height: 1.615;
	}
	.fe-box {
		max-width: none;
		position: relative;
	}
	.fe-box {
		margin-top: 7.1875vw;
		padding-top: 10.78125vw;
	}
	.fe-box h2 {
		font-size: 4vw;
		margin-bottom: 3.125vw;
	}
	.fe-box h2 span {
		font-size: 7.96875vw;
		bottom: -0.5vw;
	}
	.fe-box dt {
		margin-bottom: 2.65625vw;
	}
	.fe-box dt span {
		font-size: 4.84375vw;
		padding: 2.1875vw 2.03125vw;
	}
	.fe-box dt i {
		font-size: 2.5vw;
	}
	.fe-box dd {
		font-size: 3.75vw;
		line-height: 1.91;
	}
	.fe-box ul {
		justify-content: space-around;
		margin: 7.8125vw 1vw 0;
	}
	.fe-box li {
		width: 32.03125vw;
		margin: 0 0 4.6875vw 0;
		font-size: 3.75vw;
	}
	.fe-box li img {
		max-width: none;
		width: 100%;
		margin-bottom: 3.125vw;
	}
	.fe-box li span {
		font-size: 3.125vw;
		line-height: 1.3;
		margin-right: 2.34375vw;
	}
	/* .fe-box.fe02::before {
		content: "";
		position: absolute;
		display: block;
		top: -26.5625vw;
		left: 0;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		height: 94.53125vw;
		background: url(../img/bg_timetable01_sp.png) 0 0 / contain no-repeat;
	} */
	.feature .btn a {
		max-width: none;
		width: 78.125vw;
		height: 16.25vw;
		margin-top: 10.46875vw;
		font-size: 4.0625vw;
	}
	.feature .btn a::after {
		width: 4.375vw;
		height: 4.84375vw;
		left: 5.3125vw;
	}
	.btn.time a::before {
		width: 3.125vw;
		height: 2.34375vw;
		right: 5.3125vw;
	}
	.archive {
		padding: 13.28125vw 6.25vw 15.625vw;
		overflow: hidden;
	}
	.archive-box h2 {
		text-align: left;
		width: auto;
		font-size: 8.125vw;
		margin: 0 0 10.377vw;
	}
	.archive-box p {
		order: 2;
		width: 100%;
		margin: 7.1875vw 0 0 0;
		font-size: 3.75vw;
		line-height: 1.91;
	}
	.arc-img {
		order: 1;
		width: 82.8125vw;
		max-width: none;
		margin: 0 0 0 0;
		position: relative;
		right: -10.9375vw;
	}
	.arc-img .deco01 {
		width: 17.8125vw;
		height: 17.8125vw;
		top: -10vw;
		right: 2.34375vw;
	}
	.arc-img .deco02 {
		width: 34.0625vw;
		height: 35.9375vw;
		bottom: -14.0625vw;
		left: -14.0625vw;
	}
	.arc-img a::before {
		width: 19.0625vw;
		height: 19.0625vw;
	}
	.mfp-close {
		font-size: 15vw;
	}
	.sponsor dl {
		padding: 11.71875vw 6.25vw 17.1875vw;
	}
	.sponsor dt {
		font-size: 5vw;
		margin-bottom: 4.0625vw;
	}
	.sponsor dd + dt {
		margin-top: 5.46785vw;
	}
	.sponsor dd li {
		margin: 0 0 3.125vw 3.125vw;
		background: #fff;
		text-align: center;
	}
	.sponsor .col1 li,
	.sponsor .col2 li,
	.sponsor .col3 li {
		width: 100%;
		margin-left: 0;
	}
	.sponsor .col1 li img,
	.sponsor .col2 li img {
		width: 87.03125vw;
	}
	.sponsor .col3 li img {
		width: 59.21875vw;
	}
	.sponsor .col5 li {
		width: 48.2142%;
	}
	.sponsor .col5 li:nth-child(5n+1) {
		margin-left: auto;
	}
	.sponsor .col5 li:nth-child(odd) {
		margin-left: 0;
	}
	.sponsor .col5 li img {
		width: 39.21875vw;
	}
	.outline {
		padding: 11.25vw 6.25vw 15.625vw;
	}
	.outline-box {
		display: block;
	}
	.outline h2 {
		max-width: none;
		margin: 0 0 13.28125vw 0;
		font-size: 7.0313vw;
	}
	.outline h2 span {
		font-size: 2.8125vw;
		margin-bottom: 2.34375vw;
	}
	.outline-txt {
		width: 100%;
	}
	.outline-txt dl {
		font-size: 3.4vw;
		line-height: 1.9;
	}
	.outline-txt dl + dl {
		margin-top: 4.53125vw;
	}
	.outline-txt dt {
		width: 21.5625vw;
		padding: 0 0 0 2.65625vw;
		font-size: 4.125vw;
	}

	.outline-txt dd {
		padding: 0 0 5.5vw 5.3125vw;
	}
	.outline-txt .long-txt {
		flex-wrap: wrap;
	}
	.outline-txt .long-txt dt::before {
		display: none;
	}
	.outline-txt .long-txt dd {
		flex: auto;
		width: 100%;
		padding-left: 2.65625vw;
		padding-top: 3vw;
		position: relative;
	}
	.outline-txt .long-txt dd::before {
		content: "";
		position: absolute;
		display: block;
		width: 21.5625vw;
		height: 2px;
		left: 0;
		bottom: -1px;
		background: linear-gradient(to right, #ed862c 0%, #e62260 100%);
	}
	.entry-box {
		padding: 15.46875vw 10.9375vw 15.625vw;
		background: url(../img/bg_entry.png) right bottom / 55.46875vw auto no-repeat;
	}
	.bg-entry {
		display: none;
	}
	.entry-box h2 {
		font-size: 6.5625vw;
		margin-bottom: 6.5625vw;
	}

	.entry-box .btn a {
		max-width: none;
		font-size: 4.0625vw;
		width: 78.125vw;
		height: 16.25vw;
	}
	.entry-box .btn a::after {
		width: 4.6875vw;
		height: 5vw;
		left: 5.3125vw;
	}
	.entry-box .btn a::before {
		width: 3.125vw;
		height: 2.34375vw;
		right: 5.3125vw;
	}
	.cmp-box {
		padding: 11.71875vw 6.25vw 17.1875vw;
	}
	.campaign .btn a {
		max-width: none;
		width: 78.125vw;
		height: 16.25vw;
		margin-top: 6vw;
		font-size: 4.0625vw;
	}
}