@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap');
* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 2;
	font-family: "M PLUS 1", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
}
a {
	overflow: hidden;
	vertical-align: bottom;
	text-decoration: none;
}
a:link, a:visited,a:hover {
	color: #333;
}
input,textarea {
	border: 0;
	padding: 5px;
	font-family: "M PLUS 1", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #333;
}
figure {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
.inner {
	width: 90%;
	max-width: calc(100% - 340px);
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.align-center {
	text-align: center;
}
.sp-block {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width:1200px) {
	.inner {
		max-width: calc(90% - 115px);
		margin: 0 5% 0 auto;
	}
}
@media screen and (max-width:767px) {
	body,
	input,textarea {
		font-size: 1.4rem; 
	}
	.pc-block {
		display: none !important;
	}
	.sp-block {
		display: block !important;
	}
	.inner {
		max-width: none;
		margin: 0 auto;
	}
}
/* visual
------------------------------------------------*/
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.splash {
  display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 110;
	background: #000;
}
.controlls {
	display: none;
}
.visual {
	height: 100vh;
	overflow: hidden;
	position: relative;
	background: #000;
}
.visual:after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 631px;
	height: 672px;
	background: url("img/visual_bg.png") no-repeat center/100% 100%;
	transform: translate(-50%, -50%);
	content: "";
	z-index: 100;
}
.visual_logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 111;
}
.visual_logo p {
	width: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}
.visual_logo p img {
	max-width: 300px;
	height: auto;
}
.visual .img_area {
	display: flex;
	height: 100%;
	background: #000;
	position: relative;
	z-index: 2;
}
.visual .img_area .pos_left,
.visual .img_area .pos_right {
	width: 50%;
	overflow: hidden;
}
.visual .img_area li {
	position: relative;
	width: 50vw;
	height: 100vh;
}
.visual .img_area li .txt {
	position: absolute;
	z-index: 10;
	width: 300px;
	line-height: 2;
	letter-spacing: 0.03em;
	font-size: 1.2rem;
	color: #fff;
}
.visual .img_area .pos_left .txt {
	top: 50%;
	left: 25px;
	transform: translate(0, -50%);
}
.visual .img_area .pos_right .txt {
	top: 50%;
	right: 25px;
	transform: translate(0, -50%);
	text-align: right;
}
.visual .img_area li .txt span {
	display: block;
}
.visual .img_area .img {
	position: absolute;
	width: 100%;
	left: 0;
	display: block;
	height: calc(100% + 10vh);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.visual .img_area .pos_left .img.bg01 {
	background-image: url(img/slideimg-left01.jpg);
}
.visual .img_area .pos_left .img.bg02 {
	background-image: url(img/slideimg-left02.jpg);
}
.visual .img_area .pos_left .img.bg03 {
	background-image: url(img/slideimg-left03.jpg);
}
.visual .img_area .pos_left .img.bg04 {
	background-image: url(img/slideimg-left04.jpg);
}
.visual .img_area .pos_right .img.bg01 {
	background-image: url(img/slideimg-right01.jpg);
}
.visual .img_area .pos_right .img.bg02 {
	background-image: url(img/slideimg-right02.jpg);
}
.visual .img_area .pos_right .img.bg03 {
	background-image: url(img/slideimg-right03.jpg);
}
.slidesWrap .slides .slide .txt {
	opacity: 0;
	transition: all 1s;
}
.img_area.active .slidesWrap .slides .slide.active .txt {
	opacity: 1;
}
/*@media all and (min-width: 768px) {スマホ時横スライド*/
	.visual .img_area .js_wiper01 .img {
		top: -6vh;
	}
	.visual .img_area .js_wiper01 li.on .img {
		animation: tobottom 5s linear forwards;
	}
	.visual .img_area .js_wiper02 .img {
		bottom: 0;
	}
	.visual .img_area .js_wiper02 li.on .img {
		animation: totop 5s linear forwards;
	}
/*}*/
@media all and (max-width: 767px) {
	.visual {
		height: 100svh;
	}
	#visual:after {
		width: 70%;
		height: 46.7%;
	}
	.visual_logo p {
		width: 200px;
	}
	.visual_logo p img {
		max-width: 200px;
	}
	.visual .img_area {
		position: relative;
	}
	.visual .img_area .pos_left,
	.visual .img_area .pos_right {
		width: 100%;
		height: 50%;
	}
	.visual .img_area .pos_right {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
	}
	.visual .img_area li {
		height: 50vh;
		width: 100vw;
	}
/* スマホ時横スライド */
/*	.visual .img_area .img {
		height: 100%;
		width: 108vw;
	}
	.visual .img_area .js_wiper01 .img {
		top: 0;
		right: 8vw;
	}
	.visual .img_area .js_wiper01 li.on .img {
		animation: toLeft 5s linear forwards;
}
	.visual .img_area .js_wiper02 .img {
		top: 0;
		bottom: auto;
		left: -8vw;
	}
	.visual .img_area .js_wiper02 li.on .img {
		animation: toRight 5s linear forwards;
	}
*/
	.visual .img_area .pos_left .txt {
		left: 20px;
	}
	.visual .img_area .pos_right .txt {
		right: 20px;
	}
	.visual .img_area li .txt {
		line-height: 1.7;
	}
}
/* logo
------------------------------------------------*/
#logo {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 1;
	width: 130px;
	height: 45px;
	margin: 0;
}
#logo a,
#logo img {
	display: block;
}
#logo img {
	max-width: 100%;
	height: auto;
}
#logo a:hover img {
	opacity: 0.5;
}
@media screen and (max-width:767px) {
	#logo {
		display: none;
	}
}
/* main
------------------------------------------------*/
#main {
	display: block;
	max-width: 1800px;
}
#main h2 img {
	display: block;
	max-width: 100%;
	height: auto;
}
#main .morelink a,
#main .morelink span {
	display: inline-block;
	position: relative;
	padding: 0 0 0 100px;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .morelink a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: #333;
	width: 90px;
	height: 2px;
	margin: 1px 0 0;
	opacity: 1;
	animation: extend_line 1.5s ease-in-out infinite;
}
#main .morelink a:hover {
	opacity: 0.5;
}
#main .morelink span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	background: #333;
	width: 90px;
	height: 2px;
	margin: 1px 0 0;
}
#main .font-color-red {
	color: #e60012;
}
#main .hr {
	margin: 50px 0;
	border-top: 1px solid #333;
}
#main .hr hr {
	display: none;
}
#main #story {
	padding: 100px 0;
}
#main #story h2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
}
#main #story h2 span:nth-child(1) {
	width: 20%;
	padding: 0 0.5em 0 0;
}
#main #story h2 span:nth-child(2) {
	width: 50%;
	padding: 0 1em 0 0;
}
#main #story h2 span:nth-child(3) {
	width: 30%;
	letter-spacing: 0.1em;
	font-size: 2.2rem;
	font-weight: 400;
}
#main #story p.en_txt {
	margin-top: 4em;
}
#main #frontman {
	background: #f4f3e8;
	padding: 100px 0;
}
#main #frontman .flex img {
	display: block;
	max-width: 100%;
	height: auto;
}
#main #frontman .img {
	width: 30%;
}
#main #frontman .txt {
	width: 65%;
}
#main #frontman h2 {
	margin: 0 0 30px;
}
#main #frontman h3 {
	margin: 0;
	font-size: 3.5rem;
	font-weight: 400;
}
#main #frontman .txt .flex {
	align-items: flex-end;
}
#main #frontman .txt .flex p {
	width: 120px;
	text-align: center;
	font-size: 1.2rem;
}
#main #frontman dl {
	width: calc(100% - 160px);
	margin: 0;
}
#main #frontman dt {
	font-size: 3rem;
	font-weight: 300;
}
#main #frontman dd {
	margin: 0 0 15px;
}
#main #frontman dd.morelink {
	text-align: right;
} 
#main #arts {
	position: relative;
	background: #161b39;
	padding: 100px 0;
	color: #fff;
}
#main #arts h2 {
	margin: 0;
}
#main #arts .box {
	position: relative;
	width: 43%;
}
#main #arts .box + .box {
	width: 52%;
}
#main #arts .flex + .flex .box {
	width: 35%;
	margin: 50px 0 0;
}
#main #arts .flex + .flex .box + .box {
	width: 60%;
}
#main #arts .box .img {
  position: relative;
}
#main #arts .box .img img {
	display: block;
	max-width: 100%;
	height: auto;
}
#main #arts dl {
	margin: 0 0 15px;
	line-height: 1.4;
}
#main #arts dt span {
	margin: 0 1em 0 0;
	font-size: 2.8rem;
	font-weight: 400;
}
#main #arts dd {
	margin: 5px 0 0;
}
#main #arts .box .hover-txt {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity .6s ease;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: auto;
	font-size: 1.2rem;
  color: #fff;
  opacity: 0;
	cursor: pointer;
}
#main #arts .box .hover-txt:hover {
  opacity: 1;
}
#main #arts .box .hover-txt .pos {
	position: absolute;
	width: 70%;
	margin: auto;
}
#main #arts .box .art01 {
	margin: 50px 0;
}
#main #arts .box .art03 {
	position: relative;
	top: -50px;
	text-align: right;
}
#main #arts .box .art04 {
	display: flex;
	flex-direction: row-reverse;
	margin: 50px 0;
}
#main #arts .box .art04 .img {
	width: 60%;
}
#main #arts .box .art04 dl {
	width: calc(40% - 20px);
	margin: 0 0 0 20px;
}
#main #arts .box .art04 dt span {
	display: block;
	margin: 0 0 5px;
}
#main #arts .box .art05 {
	text-align: right;
}
#main #arts .box .art06 dl,
#main #arts .box .art07 dl {
	margin: 15px 0 0;
}
#main #arts .box .art01 .hover-txt .pos {
	top: 20px;
	left: 20px;
}
#main #arts .box .art02 .hover-txt .pos {
	top: 20px;
	right: 20px;
}
#main #arts .box .art03 .hover-txt .pos {
	right: 20px;
	bottom: 20px;
}
#main #arts .box .art04 .hover-txt .pos {
	top: 0;
	left: 20px;
	width: calc(100% - 40px);
}
#main #arts .box .art05 .hover-txt .pos {
	left: 20px;
	bottom: 20px;
	text-align: left;
}
#main #arts .box .art06 .hover-txt .pos {
	top: 20px;
	right: 20px;
}
#main #arts .box .art07 .hover-txt .pos {
	right: 20px;
	bottom: 20px;
}
#main #experience {
	background: #f4f3e8;
	padding: 100px 0 0;
}
#main #event {
	background: #f4f3e8;
	padding: 50px 0 0;
}
#main #experience h2,
#main #event h2 {
	margin: 0;
}
#main #experience .flex,
#main #event .flex,
#main #crowdfunding .flex,
#main #giveaway .flex {
	margin: 40px 0 0;
}
#main #experience .img,
#main #event .img,
#main #crowdfunding .img,
#main #giveaway .img {
	width: 40%;
	margin: 0 0 40px;
}
#main #experience .img img,
#main #event .img img,
#main #crowdfunding .img img,
#main #giveaway .img img {
	display: block;
	max-width: 100%;
	height: auto;
}
#main #experience .txt,
#main #event .txt,
#main #crowdfunding .txt,
#main #giveaway .txt {
	width: 55%;
}
#main #experience .txt h3,
#main #event .txt h3,
#main #crowdfunding .txt h3,
#main #giveaway .txt h3 {
	margin: 0 0 20px;
	line-height: 1.4;
	font-size: 3.3rem;
	font-weight: 400;
}
#main #experience .txt h3 span,
#main #event .txt h3 span,
#main #crowdfunding .txt h3 span,
#main #giveaway .txt h3 span {
	font-size: 3rem;
	font-weight: 300;
}
#main #experience .txt h4,
#main #event .txt h4,
#main #crowdfunding .txt h4,
#main #giveaway .txt h4 {
	margin: 0 0 10px;
	font-size: 2rem;
	font-weight: 500;
}
#main #experience .txt .morelink,
#main #event .txt .morelink {
	text-align: right;
}
#main #visionary {
	background: #f4f3e8;
	padding: 50px 0 100px;
}
#main #visionary h2 {
	margin: 0;
}
#main #visionary h2.small,
#main #visionary h2.topmargin {
	margin-top: 120px;
}
#main #visionary .flex dl {
	width: 27%;
	margin: 30px 0 0;
	line-height: 1.8;
}
#main #visionary .flex dt img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}
#main #visionary .flex dd {
	margin: 20px 0 0;
	font-size: 1.2rem;
}
#main #visionary .flex dd strong {
	font-size: 1.6rem;
	font-weight: 500;
}
#main #visionary .flex dd.morelink {
	margin: 10px 0 0;
	text-align: right;
}
#main #visionary .flex dd.morelink a {
	font-size: 1.4rem;
}
#main #venue {
	position: relative;
	padding: 100px 0;
}
#main #venue h2 {
	margin: 0;
}
#main #venue p {
	margin: 0;
}
#main #venue p img {
	max-width: 100%;
	height: auto;
}
#main #venue .flex {
	position: relative;
	justify-content: flex-start;
	align-items: flex-end;
	margin: 0 0 50px;
}
#main #venue dl {
	margin: 0 0 0 20px;
	line-height: 1;
}
#main #venue dt {
	font-size: 3rem;
	font-weight: 300;
}
#main #venue dd {
	margin: 20px 0 10px;
	font-size: 2rem;
}
#main #venue dd + dd {
	margin: 0;
	font-size: 1.5rem;
}
#main #venue .flex p {
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 120px;
}
#main #venue p small {
	display: block;
	margin: 5px 0 10px;
	line-height: 1.5;
}
#main #venue .txt {
	position: absolute;
	bottom: 100px;
	right: 0;
	width: 270px;
}
#main #sponsor {
	padding: 100px 0;
}
#main #thanks h2,
#main #sponsor h2,
#main #crowdfunding h2,
#main #giveaway h2 {
	margin: 0;
}
#main #thanks h2 img,
#main #sponsor h2 img,
#main #crowdfunding h2 img,
#main #giveaway h2 img {
	margin: 0 auto;
}
#main #thanks {
	background: #333;
	padding: 100px 0;
	color: #fff;
}
#main #thanks .hr {
	border-color: #fff;
}
#main #thanks .attention {
	margin: 50px 0 0;
	font-size: 1.1rem;
}
#main #sponsor .flex {
	justify-content: flex-start;
	align-items: center;
	margin: 40px 0 0;
}
#main #sponsor .flex p {
	margin: 0;
}
#main #sponsor .flex p + p {
	margin-left: 30px;
}
#main #sponsor .flex + p {
	margin-top: 0;
}
#main #crowdfunding {
	background: #f4f3e8;
	padding: 100px 0 50px;
}
#main #crowdfunding .txt p,
#main #giveaway .txt p {
	font-size: 1.2rem;
}
#main #crowdfunding .txt h4 + p,
#main #giveaway .txt h4 + p {
	font-size: 1.5rem;
}
#main #crowdfunding .txt .morelink {
	text-align: right;
}
#main #crowdfunding .linkbtn {
	margin: 20px 0 0;
}
#main #crowdfunding .linkbtn a {
  display: block;
  position: relative;
  background: #333;
  height: 70px;
	padding: 15px;
  overflow: hidden;
}
#main #crowdfunding .linkbtn a:hover {
	opacity: 0.6;
}
#main #crowdfunding .linkbtn a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 50px;
	height: 100%;
	background: #ccc;
	animation: btn_animation 4s ease-in-out infinite;
}
#main #crowdfunding .linkbtn img {
	display: block;
	width: auto;
	max-height: 100%;
	margin: 0 auto;
}
#main #giveaway {
	background: #f4f3e8;
	padding: 30px 0 100px;
}
#main #contact h2 {
	background: #888;
	margin: 0;
	padding: 40px 0 0;
	cursor: pointer;
}
#main #contact h2:hover {
	background: #777;
}
#main #contact h2 img {
	margin: 0 auto;
}
#main #contact h2 span {
	position: relative;
	display: block;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 400;
	color: #fff;
}
#main #contact h2 .arrow {
  position: relative;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
}
#main #contact h2 .arrow i {
	display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 10px;
  opacity: 0;
	animation: arrow 1.5s ease-in-out infinite;
}
#main #contact h2 .arrow i:before,
#main #contact h2 .arrow i:after {
  position: absolute;
  content: '';
  top: 0;
  width: 16px;
  height: 2px;
  background: #fff;
}
#main #contact h2 .arrow i:before {
  left: 0;
  transform: rotate(30deg);
}
#main #contact h2 .arrow i:after {
  right: 0;
  transform: rotate(-30deg);
}
#main #contact h2.on .arrow i:before,
#main #contact h2.on .arrow i:after {
	content: none;
}
#main #sns {
	background: #575757;
	padding: 50px 0;
	color: #fff;
}
#main #sns h2 {
	margin: 0 0 30px;
}
#main #sns ul li {
	margin: 5px 0;
	font-size: 2rem;
}
#main #sns ul li a {
	text-decoration: underline;
	color: #fff;
}
#main #sns ul li a:hover {
	text-decoration: none;
}
#main #enquete {
	background: #3e3a3a;
}
#main #enquete a {
	display: block;
	padding: 30px 0;
	color: #fff;
}
#main #enquete a:hover {
	opacity: 0.6;
}
#main #enquete .inner {
	display: flex;
	align-items: center;
}
#main #enquete h2 {
	margin: 0 20px 0 0;
}
#main #enquete p {
	font-size: 2rem;
	font-weight: 700;
}
@media screen and (max-width:1200px) {
	#main #arts .box .art04 .img {
		width: 65%;
	}
	#main #arts .box .art04 dl {
		width: calc(35% - 20px);
	}
}
@media screen and (max-width:1024px) {
	#main #story,
	#main #frontman,
	#main #arts,
	#main #venue,
	#main #sponsor,
	#main #thanks,
	#main #crowdfunding {
		padding: 60px 0;
	}
	#main #experience {
		padding: 60px 0 0;
	}
	#main #event {
		padding: 30px 0 0;
	}
	#main #visionary,
	#main #giveaway {
		padding: 30px 0 60px;
	}
	#main #story h2 span:nth-child(1) {
		width: 15%;
	}
	#main #story h2 span:nth-child(2) {
		width: 50%;
		padding: 0 0.5em 0 0;
	}
	#main #story h2 span:nth-child(3) {
		width: 35%;
		font-size: 1.8rem;
	}
	#main #frontman h3 {
		font-size: 3rem;
	}
	#main #frontman dt {
		font-size: 2.5rem;
	}
	#main #frontman .txt .flex p {
		width: 110px;
		margin: 0 0 0 auto;
	}
	#main #frontman dl {
		width: 100%;
	}
	#main #arts .box,
	#main #arts .box + .box,
	#main #arts .flex + .flex .box,
	#main #arts .flex + .flex .box + .box {
		width: 100%;
	}
	#main #arts .box .art01 {
		margin: 30px 0;
	}
	#main #arts .box .art03 {
		top: 0;
		margin: 30px 0;
		text-align: left;
	}
	#main #arts .box .art05 {
		text-align: left;
	}
	#main #arts .box .art06,
	#main #arts .box .art07 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#main #arts .box .art06 dl,
	#main #arts .box .art07 dl {
		margin: 0 0 15px;
	}
	#main #arts .box .art06 dt .pc-block,
	#main #arts .box .art07 dd .pc-block  {
		display: none;
	}
	#main #experience .txt h3,
	#main #event .txt h3,
	#main #crowdfunding .txt h3,
	#main #giveaway .txt h3 {
		font-size: 3rem;
	}
	#main #experience .txt h3 span,
	#main #event .txt h3 span
	#main #crowdfunding .txt h3 span,
	#main #giveaway .txt h3 span {
		font-size: 2.8rem;
	}
	#main #venue h2 {
		width: 100%;
	}
	#main #venue dl {
		margin: 30px 0 0;
	}
	#main #venue .flex p {
		width: 110px;
	}
	#main #venue dt {
		font-size: 2.5rem;
	}
	#main #venue dd {
		font-size: 1.8rem;
	}
	#main #venue .txt {
		bottom: 60px;
		width: 250px;
	}
}
@media screen and (max-width:767px) {
	#main .morelink a {
		font-size: 1.6rem;
	}
	#main .wrap_map {
		position: relative;
		height: 0;
		padding-top: 56.25%;
	}
	#main .wrap_map iframe,
	#main .wrap_map object,
	#main .wrap_map embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#main .hr {
		margin: 30px 0;
	}
	#main #story,
	#main #frontman,
	#main #arts,
	#main #venue,
	#main #sponsor,
	#main #thanks,
	#main #crowdfunding {
		padding: 40px 0;
	}
	#main #experience {
		padding: 40px 0 0;
	}
	#main #event {
		padding: 20px 0 0;
	}
	#main #visionary,
	#main #giveaway {
		padding: 20px 0 40px;
	}
	#main #story h2 span:nth-child(1) img {
		max-width: none;
		width: auto;
		height: 46px;
	}
	#main #story h2 span:nth-child(1) {
		width: 100%;
	}
	#main #story h2 span:nth-child(2),
	#main #story h2 span:nth-child(3) {
		width: 100%;
		margin: 10px 0 0;
		font-size: 1.7rem;
	}
	#main #frontman .img {
		width: 100%;
		margin: 0 0 20px;
	}
	#main #frontman .txt {
		width: 100%;
	}
	#main #frontman h3 {
		font-size: 2.5rem;
	}
	#main #frontman dt {
		font-size: 2rem;
	}
	#main #arts dt span {
		display: block;
		margin: 0;
		font-size: 2rem;
	}
	#main #arts .box .hover-txt {
		font-size: 1rem;
	}
	#main #arts .box .hover-txt .pos {
		width: 100%;
		padding: 0 10px;
	}
	#main #arts .box .art01 .hover-txt .pos {
		top: 0;
		left: 0;
	}
	#main #arts .box .art02 .hover-txt .pos {
		top: 0;
		left: 0;
		right: auto;
	}
	#main #arts .box .art03 .hover-txt .pos {
		top: 0;
		left: 0;
		right: auto;
		bottom: auto;
	}
	#main #arts .box .art04 .hover-txt .pos {
		left: 0;
	}
	#main #arts .box .art05 .hover-txt .pos {
		top: 0;
		left: 0;
		bottom: auto;
	}
	#main #arts .box .art06 .hover-txt .pos {
		top: 0;
		left: 0;
	}
	#main #arts .box .art07 .hover-txt .pos {
		top: 0;
		left: 0;
		bottom: auto;
	}
	#main #arts .box .art04 {
		display: block;
	}
	#main #arts .box .art04 dl {
		width: 100%;
		margin: 0 0 15px;
	}
	#main #arts .box .art04 .img {
		width: 100%;
	}
	#main #experience .img,
	#main #event .img,
	#main #crowdfunding .img,
	#main #giveaway .img {
		width: 100%;
		margin: 0;
	}
	#main #experience .txt,
	#main #event .txt,
	#main #crowdfunding .txt,
	#main #giveaway .txt {
		width: 100%;
		margin: 20px 0 0;
	}
	#main #experience .txt h3,
	#main #event .txt h3,
	#main #crowdfunding .txt h3,
	#main #giveaway .txt h3 {
		font-size: 2.5rem;
	}
	#main #experience .txt h3 span,
	#main #event .txt h3 span,
	#main #crowdfunding .txt h3 span,
	#main #giveaway .txt h3 span {
		font-size: 2rem;
	}
	#main #experience .txt h4,
	#main #event .txt h4,
	#main #crowdfunding .txt h4,
	#main #giveaway .txt h4 {
		font-size: 1.6rem;
	}
	#main #visionary h2.small,
	#main #visionary h2.topmargin {
		margin-top: 70px;
	}
	#main #visionary .flex dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	#main #visionary .flex dt {
		width: 170px;
	}
	#main #visionary .flex dd {
		width: calc(100% - 200px);
		margin: 0;
	}
	#main #visionary .flex dd.morelink {
		width: 100%;
	}
	#main #venue .flex {
		margin: 0 0 30px;
	}
	#main #venue .flex p {
		bottom: auto;
		top: -10px;
	}
	#main #venue dt {
		font-size: 2.2rem;
	}
	#main #venue dd {
		font-size: 1.6rem;
	}
	#main #venue dd + dd {
		line-height: 1.4;
	}
	#main #venue .morelink {
		text-align: right;
	}
	#main #venue .txt {
		position: inherit;
		bottom: auto;
		width: 200px;
		margin: 0 0 20px auto;
	}
	#main #crowdfunding .linkbtn a {
		height: 50px;
	}
	#main #sponsor .flex {
		display: block;
		margin: 30px 0 0;
	}
	#main #sponsor .flex p {
		margin-bottom: 0;
	}
	#main #sponsor .flex p + p {
		margin: 0;
		text-align: right;
	}
}
@media screen and (max-width:480px) {
	#main #visionary .flex dl {
		display: block;
	}
	#main #visionary .flex dt {
		width: 200px;
		margin: 0 auto 10px;
	}
	#main #visionary .flex dd {
		width: 100%;
	}
	#main #visionary h2.small,
	#main #visionary h2.topmargin {
		margin-top: 50px;
	}
}
@keyframes tobottom {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(5vh);
	}
}
@keyframes totop {
	0% {
		transform: translateY(5vh);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes toLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-8vw);
	}
}
@keyframes toRight {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(8vw);
	}
}
@keyframes extend_line {
	0% {
		width: 0;
		opacity: 1;
	}
	90% {
		width: 90px;
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes arrow {
	0% {
		top: 20%;
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes btn_animation {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		transform: scale(100) rotate(45deg);
		opacity: 0;
	}
}
/* mailform
------------------------------------------------*/
#main .mailform {
	background: #ddd;
	padding: 50px 0;
}
#main h2 + .mailform {
	display: none;
}
#main .mailform form {
	max-width: 800px;
	margin: 0 auto;
}
#main .mailform li {
	background: #fff;
	margin: 0 0 20px;
	padding: 20px;
	color: #888;
}
#main .mailform li li {
	margin: 5px 0;
	padding: 0;
	color: #333;
}
#main .mailform li input[type="text"],
#main .mailform li textarea {
	width: 100%;
	padding: 10px;
}
#main .mailform .submitbtn {
	border: 1px solid #888;
	padding: 10px 20px;
	cursor: pointer;
}
#main .mailform .backbtn {
	background: #777;
	border: 1px solid #777;
	padding: 10px 20px;
	font-size: 1.3rem;
	color: #fff;
	cursor: pointer;
}
#main #contact.mailcheck .title {
	margin: 0 0 20px;
}
#main #contact.mailcheck .title img {
	display: block;
	width: 300px;
	height: auto;
	margin: 0 auto;
}
#main #contact.mailcheck h3 {
	margin: 0 0 20px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 400;
}
#main #contact.mailcheck h3 + p {
	text-align: center;
}
#main #contact.mailcheck .bg_w {
	background: #fff;
	margin: 20px 0;
	padding: 20px;
}
#main #contact.mailcheck table {
	background: #fff;
	width: 100%;
	border-collapse: collapse;
}
#main #contact.mailcheck table th {
	width: 240px;
	padding: 10px 0 10px 20px;
	text-align: left;
	font-weight: 400;
}
#main #contact.mailcheck table td {
	padding: 10px 20px;
}
#main #contact.mailcheck table + p {
	text-align: center;
}
#main #contact.mailcheck .submitbtn {
	font-size: 2rem;
}
/* footer
------------------------------------------------*/
#footer {
	background: #151b39;
	padding: 50px;
	color: #fff;
}
#footer img {
	max-width: 100%;
	height: auto;
}
#footer p {
	width: 200px;
	margin: 0;
}
#footer a {
	display: block;
}
#footer a:hover img {
	opacity: 0.8;
}
#footer small {
	display: block;
	text-align: right;
}
@media screen and (max-width:767px) {
	#footer {
		padding: 30px 5% 20px;
	}
	#footer p {
		width: 130px;
		margin: 0 auto 20px;
	}
	#footer small {
		text-align: center;
	}
}