@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;700&family=Kiwi+Maru&display=swap');

/* all */
:root {
	--kaisei-decol: "Kaisei Decol", serif;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	scroll-behavior: smooth;
}
body {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
	color: #000;
	animation: fadeIn 0.4s ease 0s 1 normal;
}
body, header, footer, article, main, aside, section, div, table, ol, ul, dl, h1, h2, h3, h4, p {
	box-sizing: border-box;
	margin: 0;
}
ul, ol, dl {
	list-style: none;
	padding: 0;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	pointer-events: none;
}
h2,
.info-detail h1 {
	margin: -15px 0 0;
	padding: 0 0 20px;
	font-family: var(--kaisei-decol);
	font-size: 1.25rem;
	line-height: 1.43;
	text-align: center;
	color: #7D71AF;
	position: relative;
}
.info-detail h1 {
	margin: 20px 0 0;
	font-size: 1rem;
}
h2::after {
	content: "";
	width: 25px;
	height: 5px;
	background: #FFA16F;
	position: absolute;
	bottom: 0;
	left: calc(50% - 13px);
}
.over-md {
	display: none;
}
.narrow-inner,
.middle-inner,
.wide-inner {
	margin: 0 15px;
	position: relative;
}
@media screen and (min-width: 48em) { /* 768px md */
	h2,
	.info-detail h1 {
		margin: -30px 0 0;
		font-size: 2.5rem;
	}
	.info-detail h1 {
		margin: 30px 0 0;
		font-size: 1.5rem;
	}
	h2::after {
		width: 50px;
		left: calc(50% - 25px);
	}
	.under-md {
		display: none;
	}
	.over-md {
		display: block;
	}
	.narrow-inner {
		width: 740px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 64em) { /* 1024px lg */
	.middle-inner {
		width: 970px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 80em) { /* 1280px xl */
	.wide-inner {
		width: 1200px;
		margin: 0 auto;
	}
}

/* header */
header {
	height: 45px;
	background: #fff;
	position: relative;
	z-index: 10;
}
header .logo {
	height: 100%;
	display: flex;
	align-items: center;
}
header .logo img {
	display: inline-block;
	max-width: 150px;
	height: auto;
}
main {
	position: relative;
	z-index: 1;
}
footer {
	position: relative;
	z-index: 5;
}

/* gnav */
#gnav {
	width: 100%;
	height: 60px;
	background: #FF7C98;
	position: fixed;
	bottom: 0;
	z-index: 9990;
}
#gnav ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
#gnav ul li {
	width: 25%;
	font-size: 0.5rem;
	text-align: center;
	line-height: 1.6;
	position: relative;
}
#gnav ul li::after {
	content: '';
	width: 1px;
	height: 70%;
	background: #fff;
	position: absolute;
	top: 15%;
	right: 0;
}
#gnav ul li:last-child::after {
	content: none;
}
#gnav ul li a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 7px 0 0;
	color: #fff;
	text-decoration: none;
	transition: all .2s;
}
#gnav ul li a:hover {
	background: #fff6;
}
#gnav ul li a img {
	max-height: 30px;
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	#gnav ul li {
		font-size: 0.625rem;
	}
}

/* #mv */
#mv {
	width: 100%;
	height: 420px;
	background: #FF7C98 url(../img/mv-back-all.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#mv-gallery-slick {
	height: 55%;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	overflow: hidden;
}
#mv-gallery-slick .slider-item {
	margin: 0;
	height: 100%;
}
#mv-gallery-slick .slider-item img {
	height: 230px;
	width: auto;
}
.slider-front {
	position: absolute;
	top: 0;
	left: 0;
}
.slick-slider div { transition: none; }
@media screen and (min-width: 35.5em) { /* 568px sm */
	#mv-gallery-slick .slider-item img {
		height: 265px;
	}
}
@media screen and (min-width: 48em) { /* 768px md */
	#mv-gallery-slick .slider-item img {
		height: 320px;
	}
}
@media screen and (min-width: 64em) { /* 1024px lg */
	#mv-gallery-slick .slider-item img {
		height: 430px;
	}
}
#mv-title {
	width: 55%;
	padding: 10px 0 0;
	font-family: var(--kaisei-decol);
	font-weight: bold;
}
#mv-title h1 {
	font-size: 2.125rem;
	line-height: 1.2;
	text-align: center;
	color: #CD3B9F;
}
#mv-title h1 span {
	font-size: 80%;
}
#mv-title p {
	margin: 10px 0 0;
	padding: 5px 0;
	display: inline-block;
	font-size: 0.6875rem;
	letter-spacing: 0.26em;
	color: #8A236D;
	border-top: #8A236D 1px solid;
	border-bottom: #8A236D 1px solid;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#mv-logo {
	max-width: 240px;
	width: 58%;
	position: absolute;
	top: 10px;
	left: 45%;
}
#mv-logo p:first-child {
	padding-left: 40%;
	font-size: 0.625rem;
	letter-spacing: 0.58em;
	color: #49004E;
}
#mv-logo p:last-child {
	margin: 10px;
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	#mv {
		height: 500px;
	}
	#mv-title h1 {
		font-size: 2.75rem;
	}
	#mv-title p {
		font-size: 1rem;
	}
	#mv-logo {
		left: 50%;
	}
}
@media screen and (min-width: 48em) { /* 768px md */
	#mv {
		height: 600px;
	}
	#mv-title h1 {
		font-size: 3.5rem;
	}
	#mv-title p {
		margin: 20px 0 0;
		font-size: 1.25rem;
	}
	#mv-logo {
		max-width: 300px;
	}
}
@media screen and (min-width: 64em) { /* 1024px lg */
	#mv {
		height: 800px;
	}
	#mv-gallery .scroll-item {
		animation: infinity-scroll-left 50s infinite linear 0.5s both;
	}
	#mv-title h1 {
		font-size: 5rem;
	}
	#mv-logo {
		max-width: none;
		width: 55%;
		left: 45%;
	}
}

/* counter */
#counter {
	height: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
}
#counter::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .65;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#counter-area {
	height: 100%;
	position: relative;
	z-index: 2;
	font-size: 1.25rem;
	font-family: var(--kaisei-decol);
	font-weight: bold;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.before-txt {
	width: 100%;
	margin: 0 0 10px;
	writing-mode: vertical-rl;
	color: #fff;
	display: flex;
	align-items: center;
}
.counter-txt {
	width: 100%;
	font-size: 125%;
	color: #fff;
}
.counter-day {
	width: 100%;
	font-size: 375%;
	line-height: 1;
	color: #FFF600;
}
@media screen and (min-width: 48em) { /* 768px md */
	#counter {
		height: 400px;
	}
	#counter-area {
		font-size: 2rem;
	}
}
@media screen and (min-width: 64em) { /* 1024px lg */
	#counter {
		height: 600px;
	}
	#counter-area {
		font-size: 3rem;
	}
}

/* greeting */
#greeting {
	padding: 0 0 60px;
	position: relative;
}
#greeting::before {
	content: "135Festival";
	display: inline-block;
	width: 100%;
	margin: -13px 0 0;
	font-family: var(--kaisei-decol);
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	color: #CD3B9F0f;
	text-align: center;
	overflow: hidden;
}
#greeting h3 {
	margin: 50px 0 0;
	font-size: 0.78125rem;
	font-weight: normal;
	text-align: center;
}
.greeting-img {
	margin: 15px 0 0;
	text-align: center;
}
.greeting-img img {
	max-width: 150px;
}
.greeting-position {
	margin: 15px 0 0;
	font-size: 0.625rem;
	line-height: 2;
	text-align: center;
}
.greeting-position span {
	font-size: 125%;
}
.greeting-txt {
	margin: 15px 0 0;
	font-size: 0.78125rem;
	line-height: 1.76;
}
.qr-code {
	margin: 30px 0 0;
	text-align: center;
}
.qr-code a {
	display: inline-block;
	width: 150px;
	padding: 8px 0;
	font-size: 0.78125rem;
	text-decoration: none;
	color: #000;
	border: #0009 1px solid;
	border-radius: 16px;
}
.qr-code img {
	max-width: 150px;
}
@media screen and (min-width: 48em) { /* 768px md */
	#greeting {
		padding: 0 0 100px;
	}
	#greeting::before {
		margin: -24px 0 0;
		font-size: 8rem;
	}
	#greeting h3 {
		margin: 80px 0 0;
		font-size: 1rem;
	}
	.greeting-img img {
		max-width: 250px;
	}
	.greeting-position {
		font-size: 0.875rem;
	}
	.greeting-txt {
		margin: 30px 0 0;
		font-size: 0.9375rem;
	}
	.qr-code a {
		width: auto;
		padding: 0;
		border: none;
		border-radius: 0;
		cursor: pointer;
	}
}

/* information */
#information {
	padding: 0 0 30px;
	background-image:
	linear-gradient(225deg, rgba(255, 231, 158, 1)10%, rgba(255, 255, 255, 0) 50%),
	linear-gradient(90deg, rgba(255, 201, 179, 1) 30%, rgba(255, 255, 255, 0)),
	linear-gradient(45deg, rgba(247, 185, 159, 1), rgba(255, 255, 255, 0) 30%),
	linear-gradient(315deg, rgba(254, 202, 138, 1) 50%, rgba(255, 255, 255, 0));
	position: relative;
}
#information::before {
	content: "NEWS";
	display: inline-block;
	width: 100%;
	margin: -13px 0 0;
	font-family: var(--kaisei-decol);
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	color: #fff4;
	text-align: center;
	overflow: hidden;
}
#information.info-detail::before {
	content: "INFORMATION";
}
#info-area {
	margin-top: 40px;
	padding: 5px 20px 30px;
	background: #fff;
	border-radius: 10px;
	font-size: 0.78125rem;
}
#info-area li {
	margin-top: 15px;
}
#info-area .up_ymd {
	display: block;
	font-size: 9px;
}
#info-area .catName {
	display: inline-block;
	width: 6em;
	margin: 0 5px 0 0;
	padding: 3px 8px;
	/* font-size: 0.6875rem; */
	font-size: 9px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	color: #fff;
	background: #FFA16F;
	border-radius: 6px;
}
#info-area .catName.category1 {
	background: #FF7C98;
}
#info-area .title a {
	color: #000;
}
#info-area .newMark {
	font-size: 85%;
	color: #FF7C98;
}
#info-area .detailUpfile {
	text-align: center;
}
.information-btn {
	margin: 20px 0 0;
	text-align: center;
}
.information-btn a {
	display: inline-block;
	width: 120px;
	padding: 8px 0;
	font-size: 0.625rem;
	text-decoration: none;
	color: #fff;
	border: #fff9 1px solid;
	border-radius: 12px;
	background: #FF7C98aa;
	transition: all .2s;
}
.information-btn a:hover {
	background: #FF7C9844;
}
#up_ymd {
	margin: 0;
	font-size: 0.625rem;
	text-align: right;
}
.event-icon {
	margin: 5px 0 0;
}
.event-icon span {
	display: inline-block;
	margin: 0 10px 2px 0;
	padding: 4px 1em;
	font-size: 0.625rem;
	line-height: 1;
	text-align: center;
	border-radius: 15px;
	color: #fff;
	background-color: #FFA16F;
}
.event-icon span small {
	font-size: 8px;
}
.event-icon span.icon-port {
	background-color: #4C9CD0;
}
.event-icon span.icon-arise {
	background-color: #4CB37D;
}
#detail {
	font-size: 0.75rem;
	line-height: 1.6;
}
.detailUpfile {
	margin: 10px 0;
}
#information #newsList {
	padding: 0 0 20px;
}
#information .pager {
	margin: 1em 0;
	text-align: center;
}
#information .pager a {
	padding: 0 8px;
	color: #FF7C98;
	border-radius: 4px;
}
#information .pager a.current {
	background: #FFCBD6;
}
@media screen and (min-width: 48em) { /* 768px md */
	#information {
		padding: 0 0 100px;
	}
	#information::before {
		margin: -24px 0 0;
		font-size: 8rem;
	}
	#info-area {
		font-size: 0.9375rem;
	}
	#info-area .up_ymd {
		font-size: 0.625rem;
	}
	#info-area .catName {
		font-size: 0.875rem;
	}
	.information-btn {
		margin: 40px 0 0;
	}
	.information-btn a {
		width: 200px;
		font-size: 0.9375rem;
		border-radius: 20px;
	}
	#up_ymd {
		font-size: 0.75rem;
	}
	.event-icon {
		margin: 10px 0 0;
	}
	.event-icon span {
		margin: 0 10px 3px 0;
		padding: 4px 1em;
		font-size: 0.875rem;
		line-height: 1;
	}
	.event-icon span small {
		font-size: 0.625rem;
	}
	.event-icon.type-icon span {
		background-color: #FFA16F;
	}
	#detail {
		font-size: 0.9375rem;
		line-height: 1.5;
	}
}

/* モーダル */
.coming-soon {
	min-height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	font-weight: bold;
}
.modal-act {
	width: 60%;
	margin: 10px auto;
	font-size: 0.75rem;
	text-align: center;
}
.modal-act img {
	cursor: pointer;
}
.swipe-area {
	position: relative;
	overflow: hidden;
}
.swipe-contents {
	font-size: 0.75rem;
	overflow: scroll !important;
	width: 100%;
	height: calc(100vh - 220px);
}
.swipe-contents img {
	margin-top: 10px;
	max-width: 600px;
}
.md-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	z-index: 9999;
}
.md-contents {
	display: none;
	position: fixed;
	top: calc(50% - 30px);
	left: 50%;
	width: 95%;
	height: auto;
	overflow: hidden;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10000;
}
.md-inner {
	padding: 60px 20px 20px;
	background: #fff;
	height: auto;
}
.md-xmark {
	position: absolute;
	top: 16px;
	right: 20px;
	width: 32px;
	height: 28px;
	z-index: 9999;
	cursor: pointer;
}
.md-xmark span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333;
	border-radius: 4px;
}
.md-xmark span:nth-of-type(1) {
	top: 0;
	transform: translateY(13px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
	bottom: 0;
	transform: translateY(-13px) rotate(45deg);
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	.swipe-contents img {
		max-width: 1000px;
	}
}
@media screen and (min-width: 48em) { /* 768px md */
	.modal-act {
		width: 100%;
	}
	.swipe-icon {
		display: none;
	}
}

/* schedule */
#schedule {
	padding: 0 0 60px;
	position: relative;
}
#schedule::before {
	content: "SCHEDULE";
	display: inline-block;
	width: 100%;
	margin: -13px 0 0;
	font-family: var(--kaisei-decol);
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	color: #CD3B9F0f;
	text-align: center;
	overflow: hidden;
}
.schedule-area {
	margin-top: 40px;
	padding: 10px;
	border: #FF7C98 2px solid;
	border-radius: 10px;
}
@keyframes swipe-icon {
	0% {top: 45%; left: 40%;}
	50% {top: 55%; left: 65%;}
	100% {top: 45%; left: 40%;}
}
.swipe-icon {
	display: block;
	position: absolute;
	top: 45%;
	left: 40%;
	transform: translateX(-50%) translateY(-50%);
	animation: swipe-icon 1.8s ease-in-out 0s infinite normal;
	pointer-events: none;
}
@media screen and (min-width: 48em) { /* 768px md */
	#schedule {
		padding: 0 0 100px;
	}
	#schedule::before {
		margin: -24px 0 0;
		font-size: 8rem;
	}
}

/* guidemap */
#guidemap {
	padding: 0 0 30px;
	background-image:
	linear-gradient(225deg, rgba(254, 219, 147, 1) , rgba(255, 255, 255, 0) 40%),
	linear-gradient(135deg, rgba(253, 193, 205, 1) 30%, rgba(255, 255, 255, 0)),
	linear-gradient(45deg, rgba(254, 193, 188, 1), rgba(255, 255, 255, 0) 50%),
	linear-gradient(315deg, rgba(255, 195, 138, 1) 60%, rgba(255, 255, 255, 0));
	position: relative;
	width: 100%;
	overflow: hidden;
}
#guidemap::before {
	content: "CAMPUS MAP";
	display: inline-block;
	width: 200%;
	margin: -13px 0 0 -50%;
	font-family: var(--kaisei-decol);
	font-size: 3.75rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #fff4;
	text-align: center;
	overflow: hidden;
}
#guidemap h2 {
	margin-bottom: 50px;
}
#guidemap h3 {
	font-size: 0.8125rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.guidemap-area {
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}
@media screen and (min-width: 48em) { /* 768px md */
	#guidemap h3 {
		font-size: 1.125rem;
	}
}

/* special */
#special {
	padding: 0 0 60px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
#special::before {
	content: "SPECIAL PROGRAM";
	display: inline-block;
	width: 200%;
	margin: -13px 0 0 -50%;
	font-family: var(--kaisei-decol);
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.1em;
	color: #CD3B9F0f;
	text-align: center;
	overflow: hidden;
}
#special .slider {
	margin: 30px auto 0;
	width: 100%;
}
#special .slider .slider-item {
	padding: 0 10px;
	text-align: center;
}
#special .slider .slider-item img {
	width: 100%;
}
#special .slider .slider-item a:hover img {
	opacity: .8;
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	#special::before {
		font-size: 4rem;
	}
}
@media screen and (min-width: 48em) { /* 768px md */
	#special {
		padding: 0 0 100px;
	}
	#special .slider {
		margin: 60px auto 0;
	}
	#special .slider .slider-item {
		padding: 0 20px;
	}
}

/* eventguide */
#eventguide {
	padding: 0 0 60px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
#eventguide::before {
	content: "EVENT GUIDE";
	display: inline-block;
	width: 200%;
	margin: -13px 0 0 -50%;
	font-family: var(--kaisei-decol);
	font-size: 3.75rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.05em;
	color: #CD3B9F0f;
	text-align: center;
	overflow: hidden;
}
.eventguide-txt {
	margin: 40px 0 0;
	font-size: 0.78125rem;
	text-align: center;
}
@media screen and (min-width: 48em) { /* 768px md */
	#eventguide::before {
		font-size: 4rem;
	}
	.eventguide-txt {
		font-size: 0.9375rem;
	}
}

/* select_panel　絞り込み検索 */
.select_panel {
	/* outline: red 1px solid; */
}
.select_panel h3 {
	font-size: 0.625rem;
	font-weight: bold;
	color: #FF7C98;
	text-align: center;
}
.select_content {
	margin: 20px 0 0;
}
.search-date {
	margin: 10px 0 0;
	display: flex;
	justify-content: space-between;
}
.search-type {
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.search-date .filter_check {
	width: 24%;
}
.search-type .filter_check {
	width: 32.3%;
	margin-right: 1.5%;
	margin-bottom: 5px;
}
.search-type .filter_check:nth-child(3n) {
	margin-right: 0;
}
.select_panel input {
	display: none;
}
.filter_check {
	/* display: inline-block; */
}
.filter_check label .select_btn {
	display: block;
	cursor: pointer;
	padding: 4px 0;
	font-size: 0.625rem;
	text-align: center;
	border-radius: 15px;
}
.search-type .filter_check label .select_btn {
	padding: 6px 0;
}
.filter_check label .select_btn.small {
	padding: 7px 0 8px;
	font-size: 8px;
}
.search-date .filter_check label .select_btn small {
	font-size: 6px;
}
.filter_check input + label .select_btn {
	color: #FF7C98;
	border: 1px solid #FF7C9899;
	background-color: #FFF2F5;
	transition: all 0.2s;
}
.filter_check input + label .select_btn:hover {
	background-color: #FFCBD6;
}
.filter_check input[type=checkbox]:checked + label .select_btn,
.filter_check input[type=radio]:checked + label .select_btn {
	color: #fff;
	border: 1px solid #FF7C98;
	background-color: #FF7C98;
}
.search_release {
	width: 32.3%;
	margin: 20px auto 0;
	padding: 6px 0;
	font-size: 0.625rem;
	font-weight: bold;
	text-align: center;
	color: #808080;
	border: 1px solid #808080;
	background-color: #fff;
	border-radius: 15px;
	cursor: pointer;
	transition: all 0.2s;
}
.search_release::after {
	content: "×";
	margin-left: .5em;
	color: #999;
}
.search_release:hover {
	background-color: #ddd;
}
.searchResult {
	margin: 15px 0 0;
	font-size: 0.625rem;
	color: #FF7C98;
	text-align: center;
}
.planArea .search_target {
	display: none;
}
.planArea .search_target.search_selected {
	display: block;
}
.no-plan {
	padding: 20px 0 60px;
	font-size: 1rem;
	text-align: center;
}
@media screen and (min-width: 48em) { /* 768px md */
	.select_content {
		margin: 40px 0 0;
	}
	.select_panel h3 {
		font-size: 1rem;
	}
	.search-date {
		margin: 20px 0 0;
	}
	.search-type {
		margin: 20px 0 0;
	}
	.search-type .filter_check {
		margin-bottom: 15px;
	}
	.filter_check label .select_btn {
		padding: 8px 0;
		font-size: 1rem;
		border-radius: 25px;
	}
	.search-type .filter_check label .select_btn {
		padding: 10px 0;
	}
	.filter_check label .select_btn.small {
		padding: 10px 0;
		font-size: initial;
	}
	.search-date .filter_check label .select_btn small {
		font-size: 0.8125rem;
	}
	.search_release {
		padding: 10px 0;
		font-size: 1rem;
		border-radius: 25px;
	}
	.searchResult {
		font-size: 0.875rem;
	}
}

/* event-list */
.planArea {
	margin-top: 20px;
	padding: 10px 0;
	max-height: 700px;
	overflow-y: scroll;
}
.event-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.event-list li.search_target {
	box-sizing: border-box;
	width: 48%;
	margin: 0 1% 15px;
	background-image:
	linear-gradient(225deg, rgba(249, 227, 234, 1) , rgba(255, 255, 255, 0) 50%),
	linear-gradient(135deg, rgba(255, 221, 217, 1) , rgba(255, 255, 255, 0) 90%),
	linear-gradient(45deg, rgba(255, 228, 198, 1) 20%, rgba(255, 255, 255, 0) 50%),
	linear-gradient(315deg, rgba(255, 242, 206, 1) 50%, rgba(255, 255, 255, 0));
	transition: all .2s;
}
.event-list li.search_target:hover {
	background-image:
	linear-gradient(45deg, rgba(254, 193, 188, 1), rgba(255, 255, 255, 0) 50%),
	linear-gradient(135deg, rgba(253, 193, 205, 1) 30%, rgba(255, 255, 255, 0)),
	linear-gradient(225deg, rgba(254, 219, 147, 1) , rgba(255, 255, 255, 0) 40%),
	linear-gradient(315deg, rgba(255, 195, 138, 1) 60%, rgba(255, 255, 255, 0));
}
.event-card {
	display: block;
	text-decoration: none;
	padding: 5px 8px 10px;
}
.event-card img {
	width: 100%;
}
.event-card h4 {
	height: 3.5em;
	margin: 5px 0 0;
	font-size: 0.75rem;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	letter-spacing: -0.05em;
	color: #FF7C98;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	overflow: hidden;
}
.event-card p {
	height: 6em;
	margin: 5px 0 0;
	font-size: 0.625rem;
	line-height: 1.65;
	color: #000;
}
.icon-list {
	margin: 0;
	line-height: 0.4;
}
.icon-list > li {
	display: inline-block;
	margin: 0;
	padding: 0.2em 0.5em 0.3em;
	font-size: 8px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.1em;
	color: #fff;
	background: #FFA16F;
	border-radius: 5px;
}
.icon-list > li.icon-port {
	background: #4C9CD0;
}
.icon-list > li.icon-arise {
	background: #4CB37D;
}
@media screen and (min-width: 48em) { /* 768px md */
	.planArea {
		margin-top: 40px;
	}
	.planArea {
		max-height: 1300px;
	}
	.event-list li.search_target {
		width: 31%;
		margin: 0 1% 15px;
	}
	.event-card {
		padding: 10px 15px 15px;
	}
	.event-card h4 {
		height: 3.54em;
		margin: 10px 0 0;
		font-size: 0.9375rem;
		letter-spacing: 0;
	}
	.event-card p {
		height: 6em;
		margin: 10px 0 0;
		font-size: 0.8125rem;
	}
	.icon-list {
		line-height: 1;
	}
	.icon-list > li {
		font-size: 0.625rem;
	}
}
@media screen and (min-width: 64em) { /* 1024px lg */
	.event-list li.search_target {
		width: 23%;
		margin: 0 1% 20px;
	}
}

/* access */
#access {
	padding: 0 0 30px;
	background-image:
	linear-gradient(90deg, rgba(252, 199, 218, 1) , rgba(254, 198, 161, 1));
	position: relative;
	width: 100%;
	overflow: hidden;
}
#access::before {
	content: "ACCESS MAP";
	display: inline-block;
	width: 200%;
	margin: -13px 0 0 -50%;
	font-family: var(--kaisei-decol);
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #fff4;
	text-align: center;
	overflow: hidden;
}
#access h2 {
	margin-bottom: 40px;
}
.access-area {
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
}
.access-area h3 {
	margin: 15px 0 0;
	font-size: 1.09375rem;
	font-weight: bold;
	text-align: center;
	color: #7D71AF;
}
.access-img {
	margin: 30px 0 0;
	text-align: center;
}
.access-img img {
	border-radius: 10px;
}
.access-address {
	margin: 5px 0 0;
	font-size: 0.75rem;
	line-height: 1.5;
}
.access-area iframe {
	display: block;
	width: 100%;
	height: 220px;
	margin: 30px 0 0;
	border-radius: 10px;
}
.access-area h4 {
	margin: 30px 0 0;
	padding: 0 0 3px;
	font-size: 0.8125rem;
	font-weight: bold;
	border-bottom: #666 1px solid;
}
.access-txt {
	margin: 5px 0 10px;
	font-size: 0.625rem;
	line-height: 1.6;
}
.access-txt strong {
	font-weight: bold;
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	.access-area iframe {
		height: 340px;
	}
}
@media screen and (min-width: 48em) { /* 768px md */
	.access-area h3 {
		font-size: 1.5rem;
	}
	.access-address {
		font-size: 0.9375rem;
	}
	.access-area iframe {
		height: 500px;
	}
	.access-area h4 {
		font-size: 1.25rem;
	}
	.access-txt {
		font-size: 0.9375rem;
	}
}

/* sponsors */
#sponsors {
	padding: 0 0 60px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
#sponsors::before {
	content: "SPONSORS";
	display: inline-block;
	width: 200%;
	margin: -13px 0 0 -50%;
	font-family: var(--kaisei-decol);
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.05em;
	color: #CD3B9F0f;
	text-align: center;
	overflow: hidden;
}
.sponsors-area {
	margin-top: 40px;
}
.sponsors-txt {
	font-size: 0.78125rem;
	line-height: 1.76;
}
.sponsors-list {
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.sponsors-list li {
	width: 28%;
	margin: 0 2.6% 15px;
	font-size: 0.75rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.sponsors-list li a {
	display: block;
	color: #000;
	text-decoration: none;
	transition: all .2s;
}
.sponsors-list li a:hover {
	color: #FF7C98;
}
.sponsors-list li a img {
	transition: all .2s;
}
.sponsors-list li a:hover img {
	opacity: .75;
}
@media screen and (min-width: 48em) { /* 768px md */
	.sponsors-txt {
		font-size: 0.9375rem;
		text-align: center;
	}
	.sponsors-list {
		margin: 60px 0 0;
	}
	.sponsors-list li {
		width: 15%;
		margin: 0 2.5% 20px;
		font-size: 0.9375rem;
	}
}

/* footer */
footer {
	padding: 50px 0 0;
}
.footer-organization {
	font-size: 1.3125rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.footer-organization small {
	font-size: 60%;
}
.footer-address {
	margin: 15px 0 0;
	font-size: 9px;
	text-align: center;
}
address {
	margin: 25px 0 0;
	padding: 5px 0 75px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	color: #fff;
	background: #000;
}
@media screen and (min-width: 48em) { /* 768px md */
	.footer-organization {
		font-size: 2rem;
	}
	.footer-address {
		font-size: 1rem;
	}
	address {
		font-size: 0.75rem;
	}
}

/* page_top */
#page_top {
	position: fixed;
	bottom: 90px;
	right: 0;
	cursor: pointer;
	z-index: 9999;
	transition: all .2s;
}
#page_top:hover {
	filter: brightness(1.2);
}

@media screen and (min-width: 35.5em) { /* 568px sm */
}
@media screen and (min-width: 48em) { /* 768px md */
}
@media screen and (min-width: 64em) { /* 1024px lg */
}
@media screen and (min-width: 80em) { /* 1280px xl */
}
@media screen and (min-width: 120em) { /* 1920px xxl */
}
