@charset "UTF-8";

header {
	top: 0;
}

.header {
	position: relative;
}

main {
	font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
	color: #000;
}

main p {
	font-weight: 500;
}

footer {
	border-bottom: 35px solid #056A37;
}

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	main {
		display: block;
		overflow: hidden;
	}

	/* IE11 */
}

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	footer {
		margin-bottom: -30px;
	}

	/* IE11 */
}

/* �p�����b�N�X */
.inV {
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
}

.inVright {
	transform: translate(40px, 0);
	-webkit-transform: translate(40px, 0);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
}

.inVleft {
	transform: translate(-40px, 0);
	-webkit-transform: translate(-40px, 0);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
}

.inVopen {
	transform: scale(.5);
	-webkit-transform: scale(.5);
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
	transition-delay: 0.8s;
}

.inValpha {
	filter: alpha(opacity=0);
	opacity: 0.0;
	-moz-opacity: 0.0;
	transition: .8s;
	transition-delay: 0.8s;
}

.inAnime {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity: 1.0;
}

/* to top */
#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: -60px;
	opacity: 0.6;
	z-index: 99;
}

#page_top a {
	width: 60px;
	height: 60px;
	text-decoration: none;
}

#page_top a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f139';
	font-size: 50px;
	color: #333;
}

main a:hover {
	opacity: 0.8 !important;
}

nav {
	position: relative;
	background: rgb(252, 209, 62);
	background: linear-gradient(90deg, rgba(252, 209, 62, 1) 16%, rgba(234, 109, 151, 1) 43%, rgba(84, 194, 240, 1) 73%, rgba(106, 188, 120, 1) 100%);
	background: -ms-linear-gradient(left, rgba(252, 209, 62, 1) 16%, rgba(234, 109, 151, 1) 43%, rgba(84, 194, 240, 1) 73%, rgba(106, 188, 120, 1) 100%);
	/* IE */
	width: 100%;
	z-index: 98;
	display: flex;
	justify-content: center;
	transition: 0.25s;
}

nav ul {
	display: flex;
	width: 1280px;
}

nav li {
	width: calc(1280px / 2);
}

nav a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	color: #fff;
	text-decoration: none;
	height: 70px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
}

nav a:hover {
	opacity: 0.8;
}

nav a span {
	border-right: 1px solid #fff;
	display: flex;
	width: 100%;
	text-align: center;
	line-height: 1.2;
	align-items: center;
	justify-content: center;
	max-height: 1.5em;
	font-weight: 500;
}

nav li:last-child span {
	border-right: none;
}

nav a span:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0d7';
	font-size: 2.8rem !important;
	padding-left: 0.5em;
}

nav.fixed {
	position: fixed;
	top: 0;
	z-index: 999;
}

.anchor {
	display: block;
	padding-top: 7rem;
	margin-top: -7rem;
}

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	#challenge .contents:nth-child(1) {
		padding: 65px 0 65px 35px;
	}

	/* IE11 */
}

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	#challenge .contents:nth-child(2) {
		padding: 55px 35px 55px 0;
	}

	/* IE11 */
}

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	#challenge .contents:nth-child(1) h2 {
		margin-top: 70px;
	}

	#challenge .contents:nth-child(3) h2 {
		margin-top: 80px;
	}

	/* IE11 */
}

@-moz-document url-prefix() {
	.contents_g>div {
		margin-top: -1px;
	}
}

.youtube_wrap01,
.youtube_wrap02 {
	position: relative;
	background: #fff;
	width: 1000px;
	margin: 90px auto 120px;
	padding-bottom: 60px;
	border: 1px solid #000;
}

.youtube_wrap02 {
	margin: 70px auto 80px;
}

.youtube_wrap01 h3,
.youtube_wrap02 h3 {
	position: absolute;
	left: -27px;
	top: -38px;
}

.youtube_wrap02 h3 {
	width: 283px;
}

.youtube_wrap01>p,
.youtube_wrap02>p {
	color: #E60012;
	margin-left: 290px;
	padding: 1em 0;
	font-size: 3.0rem;
	font-weight: 900;
	line-height: 1.5;
}

.youtube_wrap01 .movie {
	width: 880px;
	margin: 0 auto;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	background: rgb(191, 222, 169);
	background: linear-gradient(135deg, rgba(191, 222, 169, 1) 0%, rgba(148, 202, 130, 1) 35%, rgba(148, 202, 130, 1) 100%);
	text-align: center;
}

.youtube_wrap01>div:last-child {
	background: rgb(240, 146, 174);
	background: linear-gradient(135deg, rgba(240, 146, 174, 1) 0%, rgba(237, 122, 155, 1) 35%, rgba(237, 122, 155, 1) 100%);
	flex-direction: row-reverse;
}

.youtube_wrap01 .movie>div:first-child {
	display: flex;
	flex-wrap: wrap;
	width: 230px;
}

.youtube_wrap01>div:last-child>div:first-child {
	width: 220px;
}

.youtube_wrap01 .movie>div:last-child,
.youtube_wrap02 .movie>div:first-child {
	width: 580px;
	text-align: left;
}

.youtube_wrap01 .movie>div:last-child p {
	font-weight: 300;
}

.youtube_wrap01 .movie>div:last-child p:nth-child(2) {
	margin: 1em 0 1.5em;
}

.youtube_wrap01>div .logo_tube {
	width: 168px;
	margin-top: 20px;
}

.youtube_wrap01>div:last-child .logo_tube {
	width: 120px;
	margin: 0 0 0 90px;
}

.youtube_wrap02>div {
	width: 880px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.youtube_wrap02>div:last-child {
	background: url(../images/line.svg) center top no-repeat;
	padding-top: 75px;
	margin-top: 85px;
}

.youtube_wrap02>div p.catch {
	color: #000;
	font-size: 3.2rem;
	font-weight: 900;
	background: linear-gradient(transparent 80%, #F7C9DD 0%);
	background-position: center bottom 0.125em;
	margin-top: 0.5em;
	display: inline-block;
}

.youtube_wrap02>div:last-child p.catch {
	background: linear-gradient(transparent 80%, #BAE3F9 0%);
	background-position: center bottom 0.125em;
}

.youtube_wrap02>div>p {
	width: 283px;
}

.youtube_wrap02>div:last-child>p {
	width: 277px;
}

.youtube__wrap {
	padding: 0 10vw;
}

.youtube {
	position: relative;
	width: 100%;
}

.youtube:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie_frame,
#ytplayer {
	border: 1px solid #000;
	border-radius: 1em;
}

#info .link img {
	max-width: 285px;
}

.info01,
.info02,
.info03,
.info04,
.info05,
.info06 {
	position: relative;
	background: #fff;
	width: 1000px;
	margin: 0 auto 60px;
	padding-bottom: 60px;
	border: 1px solid #000;
}

.info01 {
	padding: 35px;
}

.info01 div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 920px;
	margin: 0 auto 25px;
}

.info01 p {
	font-size: 1.6rem;
}

.info01 p span {
	font-size: 2.2rem;
	font-weight: 500;
	display: block;
}

.info01>p {
	text-align: center;
}

.info02 {
	position: relative;
	padding: 25px;
	text-align: center;
}

.info02 p:nth-child(2),
.info02 p:nth-child(3) {
	position: absolute;
	top: 210px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	line-height: 1.4;
}

.info02 p:nth-child(3) {
	top: 280px;
	width: 285px;
}

.info03 {
	padding: 25px 44px 40px;
}

.info04 {
	padding: 35px 30px;
	margin-top: 60px;
}

.info04 p {
	font-size: 2.2rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.5;
}

.info04 p:nth-child(2) {
	margin: 1em 0;
}

.info05 {
	padding: 35px 30px 35px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info05 div {
	width: 430px;
}

.info05 div:last-child {
	width: 435px;
}

.info05 .link,
.info06 .link {
	text-align: center;
}

.info05>div p:nth-child(2) {
	margin: 2.5em 0 1.5em;
}

.info06 {
	padding: 30px 50px 25px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info06 div {
	width: 505px;
}

.info06 div:last-child {
	width: 360px;
}

.info06>div:last-child p:nth-child(2) {
	margin: 1em 0;
}

.attension {
	width: 1000px;
	margin: 45px auto 0;
	font-family: YakuHanJP, "Noto Sans JP", Meiryo, sans-serif;
	font-size: 1.2rem;
	line-height: 2.0;
}

.center {
	text-align: center;
}

.pc_only {
	display: block !important;
}

.sp_only {
	display: none !important;
}

@media (max-width: 768px) {
	.header {
		width: 100vw;
	}

	footer {
		border-bottom: 4.67vw solid #056A37;
	}

	nav ul {
		width: 100%;
		background: none;
	}

	nav li {
		width: calc(100vw / 2);
		background-size: contain;
	}

	nav a {
		height: 9.33vw;
		padding: 2.42vw 0;
		font-size: 3.0vw;
	}

	nav a span {
		flex-wrap: wrap;
		line-height: 1.0;
	}

	nav li:first-child span {
		border-left: none;
	}

	nav li:last-child span {
		border-right: none;
	}

	nav a span:after {
		font-size: 3.58vw !important;
		padding-left: 0;
		width: 100%;
	}


	.youtube_wrap01,
	.youtube_wrap02 {
		position: relative;
		background: #fff;
		width: 93.33vw;
		margin: 4.8vw auto 8vw;
		padding-bottom: 8vw;
	}

	.youtube_wrap02 {
		padding-bottom: 5.97vw;
	}

	.youtube_wrap01 h3,
	.youtube_wrap02 h3 {
		position: relative;
		left: 0;
		top: 0;
		width: 35.02vw;
		margin: 4.45vw auto 0;
	}

	.youtube_wrap02 h3 {
		width: 40.5vw;
	}

	.youtube_wrap01>p,
	.youtube_wrap02>p {
		width: 95%;
		margin: 0 auto;
		padding: 1em 0;
		font-size: 3vw;
		text-align: center;
	}

	.youtube_wrap01 .movie {
		width: 85.33vw;
		margin: 0 auto;
		padding: 2.75vw 0 5vw;
		flex-direction: column;
		position: relative;
	}

	.youtube_wrap01>div:last-child {
		flex-direction: column;
	}

	.youtube_wrap01 .movie>div:first-child {
		width: 100%;
	}

	.youtube_wrap01>div:last-child>div:first-child {
		width: 100%;
	}

	.youtube_wrap01 .movie>div:last-child,
	.youtube_wrap02 .movie>div:first-child {
		width: 100%;
		text-align: center;
	}

	.youtube_wrap01 .movie>div:last-child p:nth-child(2) {
		margin: 0.5em 0 1.0em;
		font-weight: 500;
	}

	.youtube_wrap01>div .logo_tube {
		width: 29.84vw;
		margin-top: 2.29vw;
		position: absolute;
		left: 5.8vw;
	}

	.youtube_wrap01>div:last-child .logo_tube {
		width: 23.84vw;
		margin: 2.14vw 0 0 0;
		left: 8.25vw;
	}

	.youtube_wrap01 .movie>div:first-child p:last-child {
		position: absolute;
		left: 6.73vw;
		top: 23.37vw;
	}

	.youtube_wrap01 .movie>div:last-child p:last-child {
		left: 6.49vw;
		top: 21.9vw;
	}

	.youtube_wrap02>div {
		width: 88vw;
		margin: 0 auto;
		flex-direction: column;
	}

	.youtube_wrap02>p {
		padding: 1em 0 0;
	}

	.youtube_wrap02 .movie>div:first-child {
		display: contents;
	}

	.youtube_wrap02>div:last-child {
		padding-top: 6.68vw;
		margin-top: 7.65vw;
	}

	.youtube_wrap02>div p.catch {
		font-size: 3.35vw;
		margin: 0.5em auto 0.75em;
		width: fit-content;
		order: -1;
	}

	.youtube_wrap02>div>p {
		width: 100%;
	}

	.youtube_wrap02>div:last-child>p {
		width: 100%;
	}

	.youtube {
		width: 77.25vw;
		margin: 0 auto 3.19vw;
	}

	.youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}

body {
	position: relative;
}

.br_sp {
	display: none;
}

.br_pc {
	display: block;
}

h1 {
	background-color: #fff;
	color: #221714;
	padding: 0;
}

h1 img {
	height: 65rem;
	object-fit: cover;
	padding: 0;
}

.flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.flex_sp {
	display: flex;
	flex-wrap: nowrap;
}

main {
	background-image: url('../images/bg.png');
	background-repeat: repeat-y;
	background-size: contain;
}

.contents__wrap {
	background: #fff;
	border-radius: 1.5rem;
	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
	margin: 0 auto 7.5rem;
	max-width: 100rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.contents__wrap-header {
	align-items: end;
	background: #4d1e22;
	border-radius: 1.4rem 1.4rem 0 0;
	color: #fff;
	display: flex;
	font-size: 2.2rem;
	justify-content: center;
	left: 0;
	height: 4.2rem;
	text-align: center;
	padding: 1rem;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.table__wrap {
	border: 1px solid #000;
	font-size: 2.4rem;
	font-weight: 500;
	margin: 0 auto 2.5rem;
	max-width: 88rem;
	padding: 8rem 3rem 4rem;
	position: relative;
	width: 100%;
}

.table__wrap-header {
	background: #4d1e22;
	color: #fff;
	display: flex;
	font-size: 2.4rem;
	font-weight: 500;
	height: 4rem;
	justify-content: center;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.table__wrap h3 {
	align-items: center;
	font-size: 3.5rem;
	font-weight: 900;
	height: 4rem;
	justify-content: space-between;
	line-height: 1;
}

.table__wrap span {
	font-size: 1.8rem;
	font-weight: 300;
}

.bg-t {
	background-image: url('../images/bg-t.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

.bg-u {
	background-image: url('../images/bg-u.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

.bold {
	color: #1f2c5c;
	font-size: 4rem;
	font-weight: 900;
	line-height: 5rem;
}

h2.gradient {
	display: inline-block;
	background: linear-gradient(0deg, rgba(252, 209, 62, 1) 16%, rgba(234, 109, 151, 1) 43%, rgba(84, 194, 240, 1) 73%, rgba(106, 188, 120, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(252, 209, 62, 1) 16%, rgba(234, 109, 151, 1) 43%, rgba(84, 194, 240, 1) 73%, rgba(106, 188, 120, 1) 100%);
	background: -ms-linear-gradient(left, rgba(252, 209, 62, 1) 16%, rgba(234, 109, 151, 1) 43%, rgba(84, 194, 240, 1) 73%, rgba(106, 188, 120, 1) 100%);
	/* IE */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

section {
	position: relative;
}

section p {
	font-family: "Noto Sans JP", Meiryo, sans-serif;
	font-size: 1.8rem;
	line-height: 3.15rem;
}

.absolute {
	position: absolute;
}

span.point {
	color: #d61619;
	font-weight: 700;
}

.column {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.column .flex {
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 1rem 0;
}


.column .flex_sp {
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 1rem 0;
}

.align_center {
	align-items: center;
}

.flex_wrap {
	flex-wrap: wrap;
}

.dt {
	height: 3rem;
	text-align: center;
	width: 5.5rem;
}

.dt span {
	align-items: center;
	background: #221714;
	color: #fff;
	display: flex;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.dd {
	color: #221714;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1;
	padding: 0 0 0 1rem;
}

.dd span {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
}



.link_btn {
	margin: 0 auto;
	width: 28.5rem;
}

.sec_line {
	display: block;
	background: linear-gradient(0deg, rgba(252, 209, 62, 1) 16%, rgba(234, 109, 151, 1) 43%, rgba(84, 194, 240, 1) 73%, rgba(106, 188, 120, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(252, 209, 62, 1) 16%, rgba(234, 109, 151, 1) 43%, rgba(84, 194, 240, 1) 73%, rgba(106, 188, 120, 1) 100%);
	background: -ms-linear-gradient(left, rgba(252, 209, 62, 1) 16%, rgba(234, 109, 151, 1) 43%, rgba(84, 194, 240, 1) 73%, rgba(106, 188, 120, 1) 100%);
	/* IE */
	width: 100%;
	z-index: 0;
}

.sec-title {
	padding-top: 2rem;
	position: relative;
	z-index: 1;
}

.sec-announce {
	position: relative;
	z-index: 1;
}

.taisho.sp_only {
	font-size: 2.5vw;
	padding-top: 1rem;
}

.taisho.pc_only {
	text-align: left;
	margin: 5rem auto 0;
}

#program .sec4_mimg {
	background-image: url('../images/program/sec4_mimg.png');
	background-repeat: no-repeat;
	background-size: contain;
	height: 34.4rem;
	max-width: 88.6rem;
	width: 100%;
}

#program .sec4 .over {
	position: relative;
	width: 100%;
}

#program .sec4 .over .ww40 {
	position: absolute;
	right: 0;
}

#program .sec4 .column .w880 {
	position: relative;
}

#program .sec4 .column .w880 .link_btn {
	bottom: 0;
	position: absolute;
	right: 5rem;
}

#program .sec4 .dd span {
	display: inline-block !important;
}

#program .temp {
	align-items: baseline;
	background: #221714;
	color: #fff;
	display: flex;
	justify-content: center;
	letter-spacing: .5rem;
	height: 3rem;
	margin: auto;
}

#event .bold {
	color: #0a3380;
	font-size: 3.1rem;
	font-weight: 900;
}

#event .sec1_mimg {
	background-image: url('../images/event2/sec1_mimg.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
}

#event .sec5_mimg {
	background-image: url('../images/event2/sec5_mimg-bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 88rem;
	width: 100%;
}

#event .ticket .column__wrap {
	width: 100%;
}

#event .ticket .flex_sp {
	margin-top: 1rem;
	position: relative;
}

#event .ticket .flex_sp .dt {
	font-weight: 700;
	height: auto;
	width: 100%;
}

#event .ticket .flex_sp .dd {
	position: absolute;
	right: 0;
	width: 8.6rem;
}

#event .special {
	background: #fff33f;
	display: inline-block;
	padding: 0 0.5rem;
}

#event .sec5 .top {
	border-bottom: 1px solid #000;
	margin: 0 auto 50px;
	padding: 0 0 50px;
}

#event .yurucam {
	border: 5px solid #f4b3c2;
	padding: 3rem 2rem 2rem;
	position: relative;
}

#event .yurucam .yamaha {
	position: absolute;
	right: 2rem;
	top: 1rem;
}

#event .yurucam .flex {
	align-items: flex-end;
}

#event .yurucam p {
	font-size: 2.6rem;
	line-height: 4rem;
}

#event .yurucam .dt span {
	background: #ef858c;
}

#yell .sec5 {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

#yell .sec5 .contents__wrap {
	max-width: 480px;
	width: 100%;
}

#yell .sec6 .contents__wrap-header {
	background: linear-gradient(90deg, rgba(252, 209, 62, 1) 16%, rgba(234, 109, 151, 1) 43%, rgba(84, 194, 240, 1) 73%, rgba(106, 188, 120, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(252, 209, 62, 1) 16%, rgba(234, 109, 151, 1) 43%, rgba(84, 194, 240, 1) 73%, rgba(106, 188, 120, 1) 100%);
	background: -ms-linear-gradient(left, rgba(252, 209, 62, 1) 16%, rgba(234, 109, 151, 1) 43%, rgba(84, 194, 240, 1) 73%, rgba(106, 188, 120, 1) 100%);
	height: 6rem;
	padding: 2rem 0 1rem;
}

#yell .sec5 .flex {
	margin: 0 auto;
	width: 300px;
}

#yell .flex_sp.img img {
	padding: 1rem 0.5rem 0;
	width: calc(100% / 3 - 0.5rem);
}

#info {
	background: #fff;
	background-image: url(../images/info/bg-u.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.sp_flex img {
	display: block;
}

#info .sec-title {
	top: -5rem;
}

#info .wrap {
	padding-bottom: 5rem;
}

#info .wrap div {
	display: block;
	max-width: 100rem;
	width: 100%;
}

#info span {
	display: block;
	line-height: 1;
}

#info .wrap div.hr {
	margin: 2rem auto;
}

.bb {
	border-bottom: 1px solid #000;
}

.bl {
	border-left: 1px solid #000;
}

.br {
	border-right: 1px solid #000;
}

.db {
	display: block;
}

.fs14 {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 2.1rem;
}

.fs15 {
	display: inline-block;
	font-size: 1.5rem;
}

.fs19 {
	display: inline-block;
	font-size: 1.9rem;
	line-height: 2.3rem;
}

.fs24 {
	font-size: 2.4rem;
	line-height: 3.3rem;
}

.fs30 {
	font-size: 3rem;
	line-height: 4.6rem;
}

.fs36 {
	font-size: 3.6rem;
	line-height: 6.72rem;
}

.fs40 {
	display: inline-block;
	font-size: 4.0rem;
	line-height: 4.6rem;
}

.fs55 {
	display: inline-block;
	font-size: 5.5rem;
}

.fw700 {
	font-weight: 700;
}

.fw900 {
	font-weight: 900;
}

.lh27 {
	line-height: 2.7rem;
}

.lh28 {
	line-height: 2.8rem;
}

.lh29 {
	line-height: 2.9rem;
}

.lh23 {
	line-height: 2.3rem;
}

.h20 {
	height: 2rem;
}

.h25 {
	height: 2.5rem;
}

.h30 {
	height: 3rem;
}

.h45 {
	height: 4.5rem;
}

.h50 {
	height: 5rem;
}

.h52 {
	height: 5.2rem;
}

.h60 {
	height: 6rem;
}

.h70 {
	height: 7rem;
}

.h80 {
	height: 8rem;
}

.h110 {
	height: 11.0rem;
	line-height: 11.0rem;
}

.h155 {
	height: 15.5rem;
}

.h170 {
	height: 17.0rem;
}

.h180 {
	height: 18.0rem;
}

.h350 {
	height: 35rem;
}

.ma {
	margin: auto;
}

.mt0 {
	margin-top: 0;
}

.mb10 {
	margin-bottom: 1rem;
}

.mb15 {
	margin-bottom: 1.5rem;
}

.mb17 {
	margin-bottom: 1.7rem;
}

.mb20 {
	margin-bottom: 2rem;
}

.mb23 {
	margin-bottom: 2.3rem;
}

.mb25 {
	margin-bottom: 2.5rem;
}

.mb26 {
	margin-bottom: 2.6rem;
}

.mb30 {
	margin-bottom: 3.0rem;
}

.mb35 {
	margin-bottom: 3.5rem;
}

.mb50 {
	margin-bottom: 5rem;
}

.mb57 {
	margin-bottom: 5.7rem;
}

.mla {
	margin-left: auto;
}

.ml40 {
	margin-left: 4rem;
}

.ml60 {
	margin-left: 6rem;
}

.mr60 {
	margin-right: 6rem;
}

.mt0 {
	margin-top: 0rem;
}

.mt25 {
	margin-top: 2.5rem;
}

.mt30 {
	margin-top: 3rem;
}

.mt50 {
	margin-top: 5.0rem;
}

.mt60 {
	margin-top: 6.0rem;
}

.p10 {
	padding: 1rem;
}

.pb10 {
	padding-bottom: 1rem;
}

.pb15 {
	padding-bottom: 1.5rem;
}

.pb25 {
	padding-bottom: 2.5rem;
}

.pb35 {
	padding-bottom: 3.5rem;
}

.pb45 {
	padding-bottom: 4.5rem;
}

.pb50 {
	padding-bottom: 5rem;
}

.pb55 {
	padding-bottom: 5.5rem;
}

.pb75 {
	padding-bottom: 7.5rem;
}

.pb85 {
	padding-bottom: 8.5rem;
}

.pb105 {
	padding-bottom: 10.5rem;
}

.pb115 {
	padding-bottom: 11.5rem;
}

.pb135 {
	padding-bottom: 13rem;
}

.pb140 {
	padding-bottom: 14rem;
}

.pl45 {
	padding-left: 4.5rem;
}

.pr35 {
	padding-right: 3.5rem;
}

.pt05 {
	padding-top: 0.5rem;
}

.pt10 {
	padding-top: 1rem;
}

.pt35 {
	padding-top: 3.5rem;
}

.pt45 {
	padding-top: 4.5rem;
}

.pt90 {
	padding-top: 9rem;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.w85 {
	width: 8.5rem;
}

.w100 {
	width: 100%;
}

.w250 {
	max-width: 25rem;
	width: 100%;
}

.w300 {
	max-width: 30rem;
	width: 100%;
}

.w340 {
	max-width: 34rem;
	width: 100%;
}

.w370 {
	max-width: 37rem;
	width: 100%;
}

.w380 {
	max-width: 38rem;
	width: 100%;
}

.w400 {
	max-width: 40rem;
	width: 100%;
}

.w420 {
	max-width: 42rem;
	width: 100%;
}

.w430 {
	max-width: 43rem;
	width: 100%;
}

.w440 {
	max-width: 44rem;
	width: 100%;
}

.w450 {
	max-width: 44rem;
	width: 100%;
}

.w510 {
	max-width: 51rem;
	width: 100%;
}

.w580 {
	max-width: 58rem;
	width: 100%;
}

.w630 {
	max-width: 63rem;
	width: 100%;
}

.w740 {
	max-width: 74rem;
	width: 100%;
}

.w780 {
	max-width: 78rem;
	width: 100%;
}

.w800 {
	max-width: 80rem;
	width: 100%;
}

.w840 {
	max-width: 84rem;
	width: 100%;
}

.w860 {
	max-width: 86rem;
	width: 100%;
}

.w880 {
	max-width: 88rem;
	width: 100%;
}

.w890 {
	max-width: 89rem;
	width: 100%;
}

.w920 {
	max-width: 92rem;
	width: 100%;
}

.w1000 {
	max-width: 100rem;
	width: 100%;
}

.w1100 {
	max-width: 110rem;
	width: 100%;
}


@media(max-width:768px) {
	.anchor {
		padding-top: 3rem;
		margin-top: -3rem;
	}

	.youtube__wrap {
		padding: 1rem 0;
	}

	.sp_only {
		display: block !important;
	}

	.pc_only {
		display: none !important;
	}

	h1 img {
		height: auto;
	}

	section p {
		font-size: 2.8vw;
		line-height: 4.5vw;
	}

	.column .flex_sp {
		margin: 0 0 0.5rem 0;
	}

	.link_btn {
		max-width: 38vw;
	}

	.dt {
		font-size: 2.8vw;
		line-height: 1.25;
		height: 6vw;
		width: 8vw;
	}

	.dd {
		font-size: 4vw;
		padding-left: 2vw;
	}

	.dd span {
		font-size: 2.2vw;
		line-height: 1;
	}

	.br {
		border-bottom: 1px solid #000;
	}

	.bg-t {
		background-image: url('../images/bg-t@sp.png');
		background-size: contain;
	}

	.bg-u {
		background-image: url('../images/bg-u@sp.png');
		background-size: contain;
		background-position: left 0 bottom -3rem;
	}

	.bold {
		font-size: 4vw;
		line-height: 5vw;
	}

	.fs14 {
		font-size: 2.2vw;
	}

	.fs19 {
		font-size: 3.5vw;
		line-height: 1.25;
	}

	.fs30 {
		font-size: 4vw;
		line-height: 1.25;
	}

	.fs36 {
		font-size: 3.6vw;
		line-height: 6.72vw;
	}

	.fs40 {
		font-size: 6vw;
		line-height: 1.25;
	}

	.sfs34 {
		font-size: 3.4vw;
		line-height: 1.5;
	}

	.lh28 {
		line-height: 1.25;
	}

	.mt60 {
		margin-top: 1rem;
	}

	.h45 {
		height: 3.6vw;
	}

	.h50 {
		height: 7vw;
	}

	.h52 {
		height: 7vw;
	}

	.h70 {
		height: 12vw;
	}

	.h110 {
		height: 18vw;
	}

	.h155 {
		height: auto;
	}

	.h350 {
		height: 28vw;
	}

	.sh220 {
		height: 22rem;
	}

	.sha {
		height: auto;
	}

	.sh20 {
		height: 2rem;
	}

	.sh7 {
		height: 7vw;
	}

	.sh8 {
		height: 8vw;
	}

	.sh11 {
		height: 11vw;
	}

	.sh13 {
		height: 13vw;
	}

	.sh16 {
		height: 16vw;
	}

	.sh70 {
		height: 7rem;
	}

	.w340,
	.w370,
	.w400,
	.w420,
	.w430,
	.w440,
	.w510 {
		max-width: 100%;
	}

	.slha {
		line-height: 1.25;
	}

	.sma {
		margin: auto;
	}

	.sm0 {
		margin: 0 !important;
	}

	.smb0 {
		margin-bottom: 0;
	}

	.smb5 {
		margin-bottom: .5rem !important;
	}

	.smb10 {
		margin-bottom: 1rem;
	}

	.smb20 {
		margin-bottom: 2rem;
	}

	.smb30 {
		margin-bottom: 3rem;
	}

	.sml05 {
		margin-left: .5rem !important;
	}

	.smt10 {
		margin-top: 1rem;
	}

	.smt20 {
		margin-top: 2rem;
	}

	.smt30 {
		margin-top: 3rem;
	}

	.smt50 {
		margin-top: 5rem;
	}

	.sp0 {
		padding: 0;
	}

	.sp05 {
		padding: .5rem;
	}

	.spl20 {
		padding-left: 2rem;
	}

	.spb0 {
		padding-bottom: 0;
	}

	.spb05 {
		padding-bottom: 0.5rem;
	}

	.spb15 {
		padding-bottom: 1.5rem;
	}

	.spb20 {
		padding-bottom: 2rem;
	}

	.spr15 {
		padding-right: 1.5rem;
	}

	.spt0 {
		padding-top: 0;
	}

	.spt10 {
		padding-top: 1rem;
	}

	.spt15 {
		padding-top: 1.5rem;
	}

	.spt50 {
		padding-top: 5rem;
	}

	.spt90 {
		padding-top: 9rem;
	}

	.br_pc {
		display: none;
	}

	.br_sp {
		display: block;
	}

	.flex {
		flex-direction: column;
	}

	.reverse {
		flex-direction: column-reverse;
	}

	.contents__wrap {
		border-radius: 0.5rem;
		margin: 0 auto 4vw;
		max-width: calc(100vw / 750 * 650);
		padding: calc(100vw / 750 * 25);
	}

	.contents__wrap-header {
		align-items: center;
		border-radius: 0.5rem 0.5rem 0 0;
		height: 3rem;
	}

	.contents__wrap-header img {
		height: 1.5rem;
	}

	.table__wrap {
		font-size: 4.5vw;
		padding: 4rem 5vw 2rem;
	}

	.table__wrap-header {
		font-size: 4.5vw;
		height: auto;
	}

	.table__wrap h3 {
		align-items: center;
		font-size: 6vw;
		font-weight: 900;
		height: auto;
		justify-content: space-between;
		line-height: 1;
		margin-bottom: 1rem;
	}

	.table__wrap h3 img {
		max-width: 40%;
		width: auto;
	}

	.table__wrap p {
		font-size: 3.8vw;
		line-height: 1.5;
	}

	.table__wrap span {
		font-size: 3vw;
		line-height: 1.25;
	}

	.sec-title {
		text-align: center;
	}

	.sec-title img {
		max-width: calc(100vw / 750 * 650);
	}

	.attension {
		width: 93.33vw;
		margin: 2em auto 0;
		font-size: 2.95vw;
	}

	#program .sec2_mimg {
		background-image: url('../images/program/sec2_mimg@sp.png');
		height: auto;
	}

	#program .temp {
		height: 2rem;
	}

	#program .sec3_mimg {
		background-image: url('../images/program/sec3_mimg.png');
		height: auto;
	}

	#program .sec4_mimg {
		background-image: url('../images/program/sec4_mimg.png');
		height: auto;
	}

	#program .sec4 .dd span.pc_only {
		display: none !important;
	}

	#program .sec4 .column .w880 .link_btn {
		margin-top: 2rem;
		position: relative;
		right: 0;
	}

	#event .sec1_mimg {
		height: auto;
	}

	#event .column.ticket {
		flex-direction: row;
		margin-bottom: 0;
	}

	#event .ticket .flex_sp {
		align-items: flex-start;
		flex-direction: column;
		margin: 0;
		padding-left: 1.5rem;
	}

	#event .ticket .flex_sp .dt {
		font-size: 3.4vw;
	}

	#event .ticket .flex_sp .dd {
		padding: 0;
		position: relative;
	}

	#event .ticket .flex_sp .dd img {
		height: 15vw;
		width: auto;
	}

	#event .sec3 .column.sps,
	#event .sec3 .column__wrap.sps .bold,
	#event .sec3 .column__wrap.sps .flex_sp {
		padding: 0 2rem;
	}

	#event .bold {
		font-size: 5vw;
	}

	#event .yurucam {
		border: 3px solid #f4b3c2;
		padding: .5rem 1rem;
		position: inherit;
	}

	#event .yurucam .yamaha {
		display: block;
		margin: 0 0 1rem auto;
		position: inherit;
		right: 0;
		top: 0;
		width: 45%;
	}

	#event .yurucam p {
		font-size: 3.6vw;
		line-height: 1.5;
	}

	#yell .sec4 .contents__wrap,
	#yell .sec5 .contents__wrap {
		max-width: calc(100vw / 750 * 650);
	}

	#yell .sec3.contents__wrap,
	#yell .sec6.contents__wrap {
		padding: 0 calc(100vw / 750 * 25) calc(100vw / 750 * 25);
	}

	#yell .sec6 .contents__wrap-header {
		height: 3.5rem;
	}

	#yell .sec4 img,
	#yell .sec6 img {
		height: auto;
	}

	#yell .flex_sp.img {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#yell .flex_sp.img img {
		width: calc(100% / 2);
	}

	#info .sec-title {
		top: 0;
	}

	#info .sec_line {
		background: none;
		height: auto;
	}

	#info h2.sec-title {
		background: linear-gradient(0deg, rgba(252, 209, 62, 1) 16%, rgba(234, 109, 151, 1) 43%, rgba(84, 194, 240, 1) 73%, rgba(106, 188, 120, 1) 100%);
		background: -webkit-linear-gradient(0deg, rgba(252, 209, 62, 1) 16%, rgba(234, 109, 151, 1) 43%, rgba(84, 194, 240, 1) 73%, rgba(106, 188, 120, 1) 100%);
		background: -ms-linear-gradient(left, rgba(252, 209, 62, 1) 16%, rgba(234, 109, 151, 1) 43%, rgba(84, 194, 240, 1) 73%, rgba(106, 188, 120, 1) 100%);
		/* IE */
		display: block;
		height: auto;
		padding-bottom: 2rem;
		width: 100%;
		z-index: 0;
	}

	#info .wrap {
		padding: 0 5vw;
	}

	#info .wrap div.hr {
		margin: 1rem auto;
	}

	#info h2 img {
		width: 86.6vw;
	}

	.sp_flex {
		align-items: center;
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 0 2rem;
		width: 100%;
	}

	.sp_flex h3 {
		margin: 0;
	}

	.fit {
		object-fit: contain;
		width: 50%;
	}

	.ww {
		width: 100%;
	}

	.ww20 {
		width: 20%;
	}

	.ww30 {
		width: 30%;
	}

	.ww40 {
		width: 40%;
	}

	.ww45 {
		width: 45%;
	}

	.ww50 {
		width: 50%;
	}

	.ww55 {
		width: 55%;
	}

	.ww60 {
		width: 60%;
	}

	.ww70 {
		width: 70%;
	}

	.ww75 {
		width: 75%;
	}

	.ww80 {
		width: 80%;
	}

	.ww85 {
		width: 85%;
	}

	.ww90 {
		width: 90%;
	}

	.ww95 {
		width: 95%;
	}

	.w60 {
		width: 60vw;
	}

	.w70 {
		width: 70vw;
	}

	.w85 {
		width: 14vw;
	}

	.space_bet {
		justify-content: space-between !important;
	}

	.space_center {
		justify-content: center;
	}

	.space_inherit {
		justify-content: inherit;
	}
}


#loading {
	align-items: center;
	background-color: #fff;
	display: flex;
	height: 100vh;
	justify-content: center;
	margin: 0;
	transition: all 1s;
	padding-bottom: 5vh;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100vw;
	z-index: 10000;
}

#loading img {
	animation: zoomin 2s cubic-bezier(0.25, 1, 0.5, 1) 1 both;
}

@keyframes zoomin {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

.bg_ribbon__wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.bg_ribbon {
	position: absolute;
	width: 100%;
	overflow: hidden;
}

.bg_ribbon_inner {
	position: absolute;
	top: 0;
	width: 100%;
}

.bg_ribbon:nth-child(odd),
.bg_ribbon:nth-child(odd) .bg_ribbon_inner {
	left: 0;
}

.bg_ribbon:nth-child(even),
.bg_ribbon:nth-child(even) .bg_ribbon_inner {
	right: 0;
}

.bg_ribbon_0 {
	display: none;
}

.bg_ribbon_1 {
	height: 90rem;
	top: 20rem;
}

#event .bg_ribbon_1,
#yell .bg_ribbon_1 {
	top: 35rem;
}

.bg_ribbon_2 {
	height: 90rem;
	top: 180rem;
}

#event .bg_ribbon_2 {
	top: 220rem;
}

.bg_ribbon_3 {
	height: 90rem;
	top: 350rem;
}

#event .bg_ribbon_3 {
	top: 400rem;
}

#yell .bg_ribbon_3 {
	top: 335rem;
}

.bg_ribbon_4 {
	height: 90rem;
	top: 480rem;
}

#event .bg_ribbon_4 {
	top: 565rem;
}

.bg_ribbon_5 {
	height: 90rem;
	top: 650rem;
}

#event .bg_ribbon_5 {
	top: 735rem;
}

.bg_ribbon_6 {
	height: 900px;
	top: 820rem;
}

.bg_ribbon_7 {
	height: 900px;
	top: 990rem;
}

.bg_ribbon_8 {
	height: 900px;
	top: 1120rem;
}

.bg_ribbon_9 {
	height: 900px;
	top: 1290rem;
}

.bg_ribbon_10 {
	height: 900px;
	top: 1460rem;
}

@media(max-width:768px) {
	#loading img {
		max-width: 80%;
	}

	.bg_ribbon_0 {
		display: block;
		height: 90rem;
		top: 10rem;
	}

	.bg_ribbon_1 {
		top: 10rem;
	}

	#event .bg_ribbon_1 {
		top: 75rem;
	}

	#yell .bg_ribbon_1 {
		top: 10rem;
	}

	.bg_ribbon_2 {
		top: 90rem;
	}

	#event .bg_ribbon_2 {
		top: 145rem;
	}

	.bg_ribbon_3 {
		top: 160rem;
	}

	#event .bg_ribbon_3 {
		top: 225rem;
	}

	.bg_ribbon_4 {
		top: 480rem;
	}

	#event .bg_ribbon_4 {
		top: 300rem;
	}

	#event .bg_ribbon_5 {
		top: 370rem;
	}

	#event .bg_ribbon_6 {
		top: 465rem;
	}

	#event .bg_ribbon_7 {
		top: 550rem;
	}
}