
:root {
  --text-color-primary: #232320;
  --text-color-secondary: #797978;
  --color-accent: #FF126D;
  --font-jp:'Noto Sans JP', sans-serif;
  --font-en:'Montserrat', sans-serif;
  --font-accent:'Poppins', sans-serif;
}


/*---------------------------------------------
  RESET
---------------------------------------------*/

body {
	font-family: var(--font-jp);
	font-weight: 500;
	line-height:2;
	font-size:16px;
	text-align: left;
	color:var(--text-color-primary);
	background: #fff;
	margin: 0;
	-webkit-text-size-adjust: none;
}

@media screen and (min-width: 990px) {
	body {
		font-size:20px;
	}
}

#wrap {
	clear:both;
	overflow: hidden;
}

*{box-sizing: border-box;}
*:focus { outline: none;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;padding:0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: normal;
}

ul {
	list-style:none;
}

dt {
	font-weight:normal;
}

a {
	color:var(--text-color-primary);
	text-decoration:none;
	word-wrap:break-word;
	word-break: break-all;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

a:hover {
	opacity:0.8;
	text-decoration:none;
}

input[type="text"],input[type="password"],textarea,select{ 
	font-family: inherit;
	font-size:inherit;
	font-weight:inherit;
    -webkit-appearance: none;
}

img { 
	width: 100%;
	pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    user-select: none;
}

/*---------------------------------------------
  SETTING
---------------------------------------------*/

/*** bp ***/
@media screen and (min-width: 990px) {
.sp {display: none;}
}
@media screen and (max-width: 989px) {
.pc {display: none;}
}

/*** color ***/
.accent { color: var(--color-accent); }

/*** font ***/
.font-accent { font-family: 'Montserrat', sans-serif; }
.font-poppins { font-family: 'Poppins', sans-serif; }

/*** width ***/
.w-100 {width: 100%;}
.w-50 {width: 50%;}

/*** clear ***/
.clear {
	overflow: hidden;
	clear: both;
}

/*** deco ***/
.tdu {
	text-decoration: underline;
}


/*** list ***/
ul.indent {
	padding-left: 1em;
	text-indent: -1em;
}

/*** button ***/
.btn-box {
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}

.btn-box a {
	width: 80%;
	max-width: 303px;
	margin: 0 auto;
	padding: 26px 0;
	font-family: var(--font-en);
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	display: block;
	color: #fff;
	border-radius: 3rem;
	background: -moz-linear-gradient(270deg, rgba(255,18,109,1) 0%, rgba(141,220,255,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(255,18,109,1) 0%, rgba(141,220,255,1) 100%);
	background: linear-gradient(270deg, rgba(255,18,109,1) 0%, rgba(141,220,255,1) 100%);
	box-shadow: 1px 1px 20px rgb(0,0,0,.16);
	position: relative;
}

.btn-box a::after {
	content: url("../images/btn-arrow.svg");
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.btn-box a:hover {
	opacity: 1;
}

.btn-box a:hover::after {
	right: 13px;
}


@media screen and (min-width: 990px) {
	.btn-box {
		margin-top: 60px
	}

	.btn-box a {
		padding: 30px 0;
		font-size: 16px;
	}

	.btn-box a::after {
		right: 30px;
	}

	.btn-box a:hover::after {
		right: 26px;
	}
}

/*---------------------------------------------
  HEADER
---------------------------------------------*/

header {
	width: 100%;
	background: #fff;
	overflow: hidden;
	clear: both;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

header.scroll {
	box-shadow: 0px 3px 6px rgb(147,147,147,.16);
}


/*** ticket button ***/

header .ticket-btn {
	float: left;
	padding: 8px;
	background: var(--color-accent);
}

header .ticket a {
	display: block;
	line-height: 1;
}

header .ticket .icon {
	width: 26px;
	margin: 0 auto;
	line-height: 1;
}

header .ticket span{
	font-family: var(--font-en);
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #fff;
}


@media screen and (min-width: 990px) {

	header .ticket-btn {
		padding: 20px 34px;
	}

	header .ticket a {
		display: block;
		line-height: 1;
	}

	header .ticket .icon {
		width: 33px;
	}

	header .ticket span{
		font-size: 14px;
	}
}


/*** logo ***/

header h1 {
	width: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@media screen and (min-width: 990px) {

	header h1 {
		width: 237px;
	}
}


/*** hamburger ***/

header .hamburger-menu {
	float: right;
	padding: 0 14px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

@media screen and (min-width: 990px) {

	header .hamburger-menu {
		padding: 0 30px;
		border-left: solid 1px #E3E3E3;
	}
	
}

/*** hamburger icon ***/

.hamburger {
  position: relative;
  display: block;
  width: 30px;
  height: 21px;
  z-index: 99999;
  transition: all .4s;
  box-sizing: border-box;
  cursor:pointer;
}

.hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #232320;
  margin: 0 auto;
}

.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 9px;
}
.hamburger span:nth-of-type(3) {
  bottom: 0;
}

.hamburger span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .75s forwards;
  animation: menu-ber01 .75s forwards;

}
.hamburger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.hamburger span:nth-of-type(3) {
  -webkit-animation: menu-ber02 .75s forwards;
  animation: menu-ber02 .75s forwards;
}

.active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
 
}
.active span:nth-of-type(2) {
  opacity: 0;
}
.active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .75s forwards;
  animation: active-menu-ber03 .75s forwards;
}

@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(10.5px) rotate(35deg);
  }
  50% {
    -webkit-transform: translateY(10.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}


@keyframes menu-ber01 {
  0% {
    transform: translateY(10.5px) rotate(35deg);
  }
  50% {
    transform: translateY(10.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}


@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-7.5px) rotate(-35deg);
  }
  50% {
    -webkit-transform: translateY(-7.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}


@keyframes menu-ber02 {
  0% {
    transform: translateY(-7.5px) rotate(-35deg);
  }
  50% {
    transform: translateY(-7.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}


@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10.5px) rotate(35deg);
  }
}


@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10.5px) rotate(0);
  }
  100% {
    transform: translateY(10.5px) rotate(35deg);
  }
}


@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10.5px) rotate(-35deg);
  }
}


@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-7.5px) rotate(0);
  }
  100% {
    transform: translateY(-7.5px) rotate(-35deg);
  }
}


/*** navigation ***/

#navigation {
	position: fixed;
	display: none;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999;
	background: url("../images/menu-bg-sp.png") no-repeat top center #fff;
	background-size: cover;
	color: #fff;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#navigation .navi-container {
	width: 100%;
	padding: 130px 20px 34px;
}

#navigation .navi-container nav a {
	color: #fff;
}

#navigation .navi-container nav li {
	margin-bottom: 30px;
	font-family: var(--font-en);
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	
}

#navigation .navi-container nav li span {
	margin-left: 1em;
	font-family: var(--font-jp);
	font-size: 16px;
	font-weight: normal;
}

#navigation .navi-container .overview-box {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto;
}

#navigation .navi-container .overview-box .logo {
	margin-bottom: 16px;
}

#navigation .sub-container {
	width: 100%;
	padding: 34px 20px 80px;
	font-size: 16px;
	text-align: center;
}

#navigation .sub-container .organizer {
	margin-bottom: 16px;
}

#navigation .sub-container .copyright {
	font-family: var(--font-accent);
}

@media screen and (min-width: 750px) {

	#navigation .navi-container nav {
		display: flex;
	}

	#navigation .navi-container nav ul {
		width: 50%;
	}
}

@media screen and (min-width: 1200px) {

	#navigation {
		background: url("../images/menu-bg.png") no-repeat top center #fff;
		background-size: cover;
	}

	#navigation .navi-container {
		max-width: 1440px;
		margin: 0 auto;
		padding: 180px 120px 60px;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}

	#navigation .navi-container nav ul {
		width: auto;
		margin-right: 60px;
	}

	#navigation .navi-container nav li {
		margin-bottom: 60px;
		font-size: 2.25vw;

	}

	#navigation .navi-container nav li span {
		margin-left: 1em;
		font-size: .8vw;
	}

	#navigation .navi-container .overview-box {
		margin: 0 0 60px 0;
		flex-basis: 330px;
		font-size: 16px;
	}

	#navigation .sub-container {
		width: 100%;
		padding: 30px 46px 80px;
		overflow: hidden;
		clear: both;
		font-size: 16px;
	}

	#navigation .sub-container .organizer {
		float: left;
		margin-bottom: 0;
	}

	#navigation .sub-container .copyright {
		float: right;
	}

}

/*---------------------------------------------
  CONTENTS
---------------------------------------------*/

#contents {
	overflow: hidden;
	clear: both;
	margin-top: 50px;
}

#contents #title {
	width: 100%;
	height: 132px;
	background: url("../images/title_bg.png") no-repeat bottom center;
	background-size: cover;
	position: relative;
}

#contents #title h2 {
	width: 100%;
	padding: 0 16px;
	font-family: var(--font-en);
	font-weight: bold;
	font-size: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#contents #title h2 span {
	display: block;
	margin-top: 8px;
	font-family: var(--font-jp);
	font-weight: normal;
	font-size: 14px;
	color: var(--text-color-secondary);
}


@media screen and (min-width: 750px) {

	#contents #title {
		height: 250px;
	}
}

@media screen and (min-width: 990px) {

	#contents {
		margin-top: 80px;
	}

	#contents #title {
		height: 424px;
	}
	
	#contents #title h2 {
		max-width: 1440px;
		padding: 0 120px;
		font-size: 40px;
	}

	#contents #title h2 span {
		font-size: 16px;
	}
}



/*---------------------------------------------
  FOOTER
---------------------------------------------*/

footer {
	padding: 30px 20px;
	color: #fff;
	background: -moz-linear-gradient(200deg, rgba(255,18,109,1) 10%, rgba(141,220,255,1) 100%);
	background: -webkit-linear-gradient(200deg, rgba(255,18,109,1) 10%, rgba(141,220,255,1) 100%);
	background: linear-gradient(200deg, rgba(255,18,109,1) 10%, rgba(141,220,255,1) 100%);
}

footer .navi-container {
	margin-bottom: 60px;
}

footer .navi-container .overview-box {
	margin: 0 auto 40px;
	max-width: 500px;
}

footer .navi-container nav a {
	color: #fff;
	display: block;
}

footer .navi-container nav li {
	margin-bottom: 16px;
	background: url("../images/menu-arrow.svg") no-repeat right center;
}

footer .sub-container {
	text-align: center;
}

footer .sub-container .organizer {
	margin-bottom: 16px;
}

footer .sub-container .copyright {
	margin-bottom: 16px;
	font-family: var(--font-accent);
}

@media screen and (min-width: 750px) {
	
	footer .navi-container nav {
		display: flex;
		margin: 0 -5%;
	}
	
	footer .navi-container nav ul {
		width: 50%;
		margin: 0 5%;
	}
	
}

@media screen and (min-width: 1200px) {

	footer {
		padding: 60px 60px 22px;
		font-size: 16px;
		background: -moz-linear-gradient(270deg, rgba(255,18,109,1) 0%, rgba(141,220,255,1) 100%);
		background: -webkit-linear-gradient(270deg, rgba(255,18,109,1) 0%, rgba(141,220,255,1) 100%);
		background: linear-gradient(270deg, rgba(255,18,109,1) 0%, rgba(141,220,255,1) 100%);
	}
	
	footer .navi-container {
		overflow: hidden;
		clear: both;
		display: flex;
		justify-content: space-between;
	}
	
	footer .navi-container .overview-box {
		width: 456px;
		margin: 0;
	}
	
	footer .navi-container .overview-box .logo {
		margin-bottom: 16px;
	}
	
	footer .navi-container nav {
		margin:0;
	}
	
	footer .navi-container nav ul {
		margin: 0 0 0 60px;
		width: auto;
	}
	
	footer .navi-container nav li {
		width: 184px;
		margin: 0 0 8px;
	}

	footer .sub-container {
		overflow: hidden;
		clear: both;
	}

	footer .sub-container .organizer {
		float: left;
		margin-bottom: 0;
	}

	footer .sub-container .copyright {
		float: right;
	}
}







