@charset "utf-8";		h2 {
			text-align: center;
			font-size: 30px;
		}
		.top_content {
			padding-bottom: 30%;
			position: relative;
			max-width: 1025px;
			margin: 0 auto;
		}
		.swiper-slide > img {
			height: 100%;
		}
		.siteMain {
			padding: 0 0 0 290px;
			width: 100%;
		}
		.top_content_inner {
			position: fixed;
			z-index: -2;
			max-width: 1025px;
			text-align: center;
			height: 85%;
			margin: 0 auto;
		}
		.p-top__mv-scroll {
			width: 1px;
			height: 70px;
			background: #000;
			margin: 0 auto;
		}
		.p-top__mv-scroll span {
			display: block;
			width: 100%;
			height: 100%;
		}
		.top_content_inner p {
			font-size: 20px;
			text-align: center;
		}
		.js-fade-item {
			opacity: 0;
			transform: translateY(20px);
			transition: opacity 0.6s ease, transform 0.6s ease;
		}
		.js-fade-item.is-visible {
			opacity: 1;
			transform: translateY(0);
		}
		.js-fade-item.is-hidden {
			opacity: 0;
			transform: translateY(20px);
		}
		.top_logo_title img {
		/*	filter: invert(100%); */
			max-width: none;
		}
		.top_logo_title {
			opacity: 0;
			transform: translateY(20px);
			animation: fadeInUp 0.8s ease-out forwards;
			animation-delay: 0.3s;
			width: 30%;
			margin: 0 auto;
			padding-top: 30%;
		}
		@keyframes fadeInUp {
			0% {
				opacity: 0;
				transform: translateY(20px);
			}
			100% {
				opacity: 1;
				transform: translateY(0);
			}
		}
		.top_logo {
			text-align: center;
		}
		.top_text {
			text-align: center;
			color: #fff;
			padding-top: 10%;
			font-family: '游明朝'
		}
		.top_text p {
			line-height: 3;
			font-size: 14px;
			color: #000;
		}
		.top_wrapper {
			background: #fff;
			min-height: 100vh;
		}
		.collabo_inner {
			background: #fff;
		}
		.collabo_list {
			width: 70%;
			margin: 0 auto;
			text-align: center;
		}
		.collabo_item {
			margin-bottom: 15%;
		}
		.collabo_title {
			padding-top: 10%;
			margin: 10% 0;
			animation: fadeInUp 0.8s ease-out forwards;
			animation-delay: 0.3s;
		}
		.more {
			text-align: center;
			font-size: 20px;
		}
		#event {
			height: 100%;
		}
		#event, #contents {
			margin-top: 30%;
		}
		.event_title, .contents_title {
			margin: 10% 0;
		}
		.event_graph {
			position: relative;
			padding: 10% 0 1%;
			border-left: 4px double;
			font-size: 26px;
			margin: 0 0 10% 20%;
		}
		.event_item {
			margin-bottom: 25%;
		}
		.event_list {
			width: 70%;
		}
		.event_list p, .event_list h3 {
			padding-left: 5%;
			font-size: 30px;
		}
		.event_item_title {
			border-bottom: solid 1px;
		}
		.contents_list {
			width: 70%;
			margin: 0 auto;
		}
		.contents_item {
			margin-bottom: 10%;
		}
		.contents_text {
			margin-top: 2%;
			font-size: 16px;
		}
		.event_erea {
			padding: 15% 0;
		}
		.bottom {
			margin: 10% 0 0;
			text-align: center;
			font-size: 20px;
			padding-bottom: 10%;
		}
		.bottom a {
			text-decoration: underline;
		}
		.bg-detail {
			background: #EEE8CA;
			transition: background-color 0.5s, color 0.5s;
		}
		.event_erea:not(.bg-detail) {
			background: #fff;
			transition: background-color 0.5s, color 0.5s;
		}
		.fade {
			opacity: 0;
			visibility: hidden;
			transform: translateY(50px);
			transition: opacity 1s,visibility 1s, transform 1s;
		}
		.scroll {
			opacity: 1;
			visibility: visible;
			transform: translateY(0px);
		}
		.siteFooter {
			margin-top: unset;
			background-color: #fff;
		}

		@media only screen and (max-width: 1024px) {
			.top_content_inner {
			/*	text-align: unset;*/
				max-width: 100vw;
				margin: 0 auto;
			}
			.top_content {
				/*padding-bottom: unset;*/
			}
			.top_logo_title {
				height: 80vh;
				width: 45%;
			}
		}
		@media only screen and (max-width: 750px) {
			.siteMain {
				padding: 60px 0 0 0;
			}
			h2 {
				font-size: 16px;
			}
			span {
				font-size: 14px;
			}
			.event_list p, .event_list h3 {
				font-size: 16px;
			}
			.bottom {
				font-size: 14px;
			}
			.contents_list {
				width: 93%;
			}
			.contents_text {
				padding-left: 3%;
			}
			.top_content_inner {
				height: unset;
			}
			.swiper-slide > img {
				height: unset;
			}
			.collabo_list {
				width: 93%;
			}
			.siteFooter {
				margin-top: 50px;
			}
			.top_content {
				padding-bottom: 0;
			}
			.top_logo_title {
				height: unset;
			}
			.top_text {
				padding: 20% 0 30%;
			}
			.collabo_title {
				margin: 0 0 10%;
			}
		}