@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://use.typekit.net/ems6gfr.css");

/* reset start */
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

a,
a img {
	overflow: hidden;
	text-decoration: none;
	border: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
}

a:hover,
a:active {
	border: none;
	outline: none;
}

a:hover img,
a:active img {
	opacity: 1;
	border: none;
	outline: none;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	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;
	margin: 0 auto;
}

* {
	box-sizing: border-box;
	outline: none;
}

/* reset finish */



.sp {
	display: block;
}

.pc {
	display: none;
}

.system_operation_block {
	bottom: 0;
}

body {
	font-size: 3.2vw;
	line-height: 1.75;
	color: #000;
	background-color: #fffcdd;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	text-align: center;
}

.loading {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.main {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

/* menu  */
.contents_head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 1em;
	padding: 30px 10px;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

.contents_head_img {
	width: 100%;
	max-width: 40px;
	opacity: 1;
}

.fix_menu {
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background-color: #000000;
	text-align: center;
	overflow: hidden;
	z-index: 100;
}

.menu_on .fix_menu {
	z-index: 9600;
}

.menu-trigger {
	width: 40px;
	height: 40px;
	position: relative;
	top: 2px;
	transition: .4s;
}

.menu-trigger.active {
	background: none;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 20px;
	height: 2px;
	background-color: #fff;
	border-radius: 0;
	transition: .4s;
}

.menu-trigger span:nth-of-type(1) {
	top: 12px;
}

.menu-trigger span:nth-of-type(2) {
	top: 18px;
}

.menu-trigger span:nth-of-type(3) {
	top: 24px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

.gnavi {
	overflow: auto;
	height: 100vh;
	background-color: #000000;
	position: fixed;
	top: 0;
	right: 0;
	width: 80%;
	z-index: 9500;
	-webkit-overflow-scrolling: touch;
	display: none;
}

.contents_head .menu_box .menu_inner {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
}

.menu_inner {
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.menu_inner ul {
	margin-bottom: 6em;
}


.contents_head .menu_box ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contents_head .menu_box ul li {
	margin-top: 2em;
}

.contents_head .menu_box ul li a {
	position: relative;
	color: #ffffff;
	font-weight: 900;
	font-size: 2.3em;
}

.share_btn.menu {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.share_btn li a {
	display: block;
	width: 2.1em;
	overflow: unset;
}

.contents_head .menu_box .share_btn ul {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.contents_head .menu_box .share_btn ul li {
	margin: 3em 1em 0;
}

.contents_head .menu_box .share_btn ul li a {
	width: 1.2em;
}



/* ----------------共通---------------- */

.contents {
	width: 90%;
	margin: 5em auto;
	max-width: 1200px;
	box-sizing: border-box;
	padding: 2em 2em 4em 2em;
	border-radius: 2em;
	background-color: rgba(255, 255, 255, 0.2705882353);
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	box-shadow: 0 5px 10px #25002c52;
}


.inner-box {
	background-color: #ffffff;
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
	padding: 2.2rem 1rem;
	border-radius: 1em;
}

.inner-box.sec {
	margin-top: 2rem;
}

.inview {
	opacity: 0;
	transform: translateY(20px);
	transition: .6s;
}

.in.inview {
	opacity: 1;
	transform: translateY(0);
}

.fade {
	opacity: 0;
	transition: .6s;
}

.in.fade {
	opacity: 1;
}


.din {
	font-family: "dinosaur", sans-serif;
	font-weight: 900;
	font-style: normal;
}

h1 {
	font-weight: normal;
	line-height: 1;
	margin-bottom: 1em;
}

h2 {
	font-family: "dinosaur", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 3em;
	line-height: 1;
	margin-bottom: 2rem;
}

h3 {
	font-weight: 900;
	font-size: 2em;
	line-height: 1;
	color: #2ab4c6;
}

h4 {
	width: 100%;
	font-size: 1.2em;
	font-weight: 900;
}

h5 {
	font-weight: 900;
	font-size: 1.42em;
	line-height: 1.5;
}



/* -------ボタン--------- */

.btn a {
	color: #000;
	font-size: 1.2em;
	padding: 1em;
	position: relative;
	background-color: #f97c84;
	font-weight: 900;
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	transition: .2s;
}

.btn a::after {
	content: "";
	background-image: url(../images/external-link-fill_bl.svg);
	background-repeat: no-repeat;
	display: inline-block;
	height: 1.1em;
	width: 1.1em;
	vertical-align: middle;
	position: absolute;
	right: 6%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.6em;
}

.btn.fc a {
	width: 24em;
}


.btn a span, .btn.fc a span {
	font-size: 1.15em;
}


/* header  */

.header {
	width: 100%;
	transition: all 0.6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.kvimg {
	width: 100%;
	height: 100vh;
	opacity: 1;
	position: relative;
	z-index: 1;
}

.kvimg::after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 179.0216%;
	opacity: 1;
	background: url(../images/sp_kv.jpg) no-repeat center center;
	background-position: top;
	background-size: cover;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: -1;
}

.kvimg::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	background: linear-gradient(180deg, rgba(255, 252, 221, 1) 0%, rgba(255, 252, 208, 1) 49%, rgba(44, 179, 198, 1) 50%);
}

/* comment */

#comment .inner-box {
	padding: 0;
}

.commentimg {
	width: 100%;
	max-width: 1100px;
}

/* schedule */


#schedule .inner-box {
	background-color: #fff;
	color: #000;
}

.tit {
	font-size: 1.9em;
	line-height: 1;
}

.tit-l {
	font-size: 1.1em;
	line-height: 1.5;
}

.txt {
	margin: 2rem 0 0;
}

.tit.din {
	color: #F97B84;
}

#schedule h3 {
	margin-bottom: .3rem;
}

p.tit {
	font-weight: 900;
	display: inline;
	line-height: 1.5;
}

.txt span {
	font-size: 1.6em;
	display: inline;
	vertical-align: bottom;
	font-weight: 900;
	margin: 0 -0.5rem;
}

p.time {
	font-size: 1.5em;
	font-weight: 900;
}

.info {
	text-align: center;
}

.sponsor {
	text-align: left;
	padding-top: 1rem;
	display: inline-block;
	font-size: .89em;
}

/* ticket */
h3 span {
	font-size: .7em;
	color: #000;
	line-height: 0;
}

.notes li {
	padding-left: 1em;
	position: relative;
	font-weight: normal;
	margin: 0 0 0.8em;
}

.notes li::after {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.notetxt {
	font-size: .95em;
	text-align: left;
}

.fc ul.notes {
	padding-top: 1em;
	display: inline-block;
	margin: 0 auto;
}

.borderbottom {
	background: linear-gradient(transparent 60%, #fadf37 0%);
}

.price_box {
	margin-top: 1.3rem;
}

.price {
	display: inline;
	font-size: 2em;
	font-weight: 900;
}

#ticket h4 {
	display: inline;
	font-weight: 800;
	padding-right: .5rem;
}

.box {
	font-size: .9em;
	width: 100%;
	background-color: #f4f1eb;
	padding: .6rem;
	max-width: 825px;
	margin: .5rem auto 0;
}

.box ul.notes {
	font-size: .87em;
	font-weight: normal;
	padding-top: .5rem;
}

.reception {
	font-size: 1.2em;
	margin: 1.5rem 0;
}


/* fanclub */

#fanclub {
	background-color: rgba(0, 0, 0, .7)
}

#fanclub h2 {
	color: #fff;
}

#fanclub .inner-box {
	padding: 0;
}

#fanclub h3 {
	font-size: 1.4em;
	color: #000;
}

#fanclub span {
	font-size: .5em;
	vertical-align: middle;
}

#fanclub .btn {
	margin: 2.2rem 1rem 0;
}

#fanclub .btn a {
	background-color: #fadf37;
}

p.lead {
	color: #fff;
	font-size: 1.2em;
	font-weight: 800;
	letter-spacing: 0;
}

.fclogo {
	width: 75%;
	margin: 0 auto;
}

.boxinner {
	margin-top: 2rem;
}


.boxtitle {
	background-color: #f97c84;
	color: #000;
	font-weight: bold;
	padding: 1em 0;
}

.boxdetail {
	padding: 2em;
	background-color: #fff;
	border-top: none;
}

.boxdetaitxt:last-child {
	margin-top: 1rem;
}

.red {
	color: #c31313;
}

.green {
	color: #369010;
}


/* music */
.youtube {
	margin: 0 auto;
	max-width: 1100px;
}

.youtube .youtubein {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.apple {
	margin-top: 2rem;
}

.youtube {
	margin-top: 2rem;
}

/* footer */
.footer {
	position: relative;
	z-index: 2;
	text-align: center;
	background: none;
}

.footer .copyright {
	padding-top: 1em;
	font-size: .8em;
	color: #000;
}

#footer .share_btn {
	text-align: center;
	margin: 3em 0 0;
}

#footer .share_btn .footerlogo {
	font-size: 1.1em;
	margin-bottom: 2em;
	font-weight: 400;
	letter-spacing: .2em;
	text-indent: .2em;
}

#footer .share_btn li {
	display: inline-block;
	vertical-align: top;
	margin: 0 1em;
}

#footer .share_btn li a {
	display: block;
	width: 2.1em;
	overflow: unset;
}

.sns {
	padding-top: 2em;
}

.footer_contents {
	background-color: #fffcdd;
}

.foot-link-area {
	display: flex;
	justify-content: center;
	margin: 0 auto 3em;
	flex-direction: column;
}

.foot-link-inner {
	width: 90%;
	margin: 0 auto 2em;
}

.foot-link-inner a {
	color: #fff;
	overflow: initial;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: relative;
	font-size: 1.15em;
	padding: 10px;
	font-weight: 900;
	min-height: 5em;
}

.foot-link-inner a::after {
	content: "";
	background-image: url(../images/external-link-fill.svg);
	color: white;
	background-repeat: no-repeat;
	display: inline-block;
	height: 1.1em;
	width: 1.1em;
	vertical-align: middle;
	position: absolute;
	right: 7%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.6em;
}

.pcnone {
	display: none;
}

/* -----------ipad----------- */
@media screen and (min-width:429px) and (max-width:959px) {
	.kvimg::after {
		padding-top: 100%;
		background: url(../images/square.jpg) no-repeat center center;
		background-size: contain;
		top: auto;
		transform: none;
	}

	.kvimg::before {
		display: none;
	}

	.header {
		position: relative;
		padding-top: 100%;
		width: 100%;
		transition: all 0.6s;
		animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
	}

	.kvimg {
		left: 0;
		top: 0;
		width: 100%;
		position: absolute;
		height: 100%;
		opacity: 1;
		z-index: 1;
	}

	#comment.contents {
		margin: 0 auto;
	}

	.contents {
		font-size: 16px;
		padding: 3em 2em 4em;
	}

	.inner-box {
		padding: 2em;
	}

	.contents_head .menu_box ul {
		font-size: 1rem;
	}

	.share_btn.menu {
		font-size: 1rem;
	}

	/* ---------ボタン--------- */

	.btn a:hover {
		background-color: #fadf37;
		opacity: 2;
		content: none
	}


	#fanclub .btn a:hover {
		background-color: #2ab4c6;
		opacity: 2;
		content: none
	}

	.foot-link-inner a:hover {
		background-color: #fadf37;
		color: #000;
	}

	.foot-link-inner a:hover::after {
		right: 5%;
		background-image: url(../images/external-link-fill_bl.svg);
	}

	.btn a:hover::after {
		right: 4%;
	}
}


@media (orientation: landscape) {
	.fix_menu.sp {
		display: none;
	}

	.contents_head {
		padding: 1em 2em 1em 1em;
		font-size: .8em;
		background-color: #000000;
	}

	.contents_head .menu_box_pc {
		display: flex;
		justify-content: flex-end;
		margin-left: auto;
		opacity: 1;
	}

	.contents_head .menu_box_pc ul {
		line-height: 1;
	}

	.contents_head .menu_box_pc ul li {
		margin-left: 2em;
	}

	.contents_head .menu_box_pc ul li a {
		color: #fff;
		font-weight: 900;
	}

	.contents_head .menu_box_pc ul {
		display: flex;
		line-height: 1;
	}

	.contents_head .menu_box_pc ul li a:hover {
		opacity: .5;
		color: #fff;
	}

	.pcnone {
		display: inline;
	}

}



/* ----------------PC----------------- */


@media screen and (min-width: 960px) {
	.sp {
		display: none;
	}

	.pc {
		display: block;
	}

	body {
		font-size: 16px;
	}

	/* menu */
	.contents_head {
		padding: 14px 30px 14px 14px;
		font-size: 1.5em;
		background-color: #000000;
	}

	.contents_head .menu_box_pc {
		display: flex;
		justify-content: flex-end;
		margin-left: auto;
		opacity: 1;
	}

	.contents_head .menu_box_pc ul li {
		margin-left: 2em;
	}

	.contents_head .menu_box_pc ul li a {
		color: #fff;
		font-weight: 900;
	}

	.contents_head .menu_box_pc ul {
		display: flex;
		line-height: 1;
	}

	.contents_head .menu_box_pc ul li a:hover {
		opacity: .5;
		color: #fff;
	}


	/* --------------共通------------ */

	.contents {
		width: 50%;
		margin: 8rem auto;
		padding: 3rem 2rem 5rem;
	}

	#comment.contents {
		margin: 0 auto;
	}

	h2 {
		font-size: 3.5em;
		margin-bottom: 3rem;
	}

	h3 {
		font-size: 1.5em;
	}

	h4 {
		font-size: 1.3em;
	}

	.inner {
		width: 100%;
	}

	.inner-box {
		padding: 3rem;
	}

	.spnone {
		display: none;
	}


	/* ---------ボタン--------- */

	.btn a:hover {
		background-color: #fadf37;
		opacity: 2;
		content: none
	}


	#fanclub .btn a:hover {
		background-color: #2ab4c6;
		opacity: 2;
		content: none
	}

	.foot-link-inner a:hover {
		background-color: #fadf37;
		color: #000;
	}

	.foot-link-inner a:hover::after {
		right: 5%;
		background-image: url(../images/external-link-fill_bl.svg);
	}

	.btn a:hover::after {
		right: 4%;
	}

	/* header */

	header {
		height: auto;
		padding-top: 50px;
	}

	.kvimg {
		width: 100%;
		height: auto;
		padding-top: 56.25%;
		opacity: 1;
		position: relative;
		z-index: 1;
	}

	.kvimg::after {
		content: '';
		display: block;
		width: 100%;
		padding-top: 56.25%;
		opacity: 1;
		background: url(../images/pc_kv.jpg) no-repeat;
		background-position: bottom;
		background-size: cover;
		position: fixed;
		top: 50px;
		left: 0;
		z-index: -1;
		transform: none;
	}

	.kvimg::before {
		display: none;
	}

	/* schedule */

	.tit {
		font-size: 2em;
	}

	.tit-l {
		font-size: 1.3em;
	}

	#schedule h3 {
		margin-bottom: 1rem;
		font-size: 2em;
	}

	h3 span {
		font-size: 1em;
	}

	.txt {
		margin: 3rem auto 0;
		max-width: 1100px;
	}

	.txt span {
		font-size: 1.4em;
	}

	p.time {
		font-size: 1.5em;
	}

	p.tit {
		line-height: 0;
	}

	.tit span {
		font-size: .9em;
	}

	p.at {
		font-size: 1.8em;
		line-height: 1.5;
	}

	.sponsor {
		font-size: 1em;
	}


	/* ticket */
	.box {
		padding: 2em 1em;
		font-size: 1em;
	}

	.box ul.notes {
		padding-top: 2rem;
	}

	.price_box {
		margin-top: 2.5rem;
	}

	.reception {
		margin: 3rem 0 2rem;
	}


	/* fc */
	p.lead {
		font-size: 1.3em;
	}

	.fc-contents {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		max-width: 1100px;
		margin: 2rem auto 0;
	}

	.boxinner {
		width: calc(50% - 0.5em);
		margin-bottom: 1em;
	}

	.boxinner:nth-child(even) {
		margin-left: auto;
	}

	.fc-contents .boxinner .boxdetail {
		min-height: 290px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	/* music */

	.flex {
		display: flex;
		max-width: 1100px;
		margin: 0 auto;
	}

	.spotify, .apple {
		width: calc(50% - 0.5em);
		margin: 0 auto;
	}

	.youtube {
		margin-top: 5rem;
	}

	/* footer */

	.footer {
		padding: 8rem 0 0;
		margin: 0 auto;
	}


	#footer .share_btn {
		margin: 0 auto;
	}

	.foot-link-inner {
		margin-bottom: 8rem;
	}


	.foot-link-area {
		max-width: 1100px;
		margin: 0 auto;
		flex-direction: row;
	}

	.foot-link-inner {
		width: 45%;
	}

	.sns {
		margin-bottom: 2rem;
	}


	#footer .share_btn li a {
		width: 2.8em;
	}
}


@media screen and (min-width:768px) and (max-width:1024px) {
	.foot-link-inner a {
		font-size: .8em;
	}
}


@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1440px) {}

.goods__h3{
	color: #000;
	line-height: 1.4;
	font-size: 1.3em;
	margin-top:1.3em;
}

.goods__main__text{
	margin-top:1rem;
	margin-bottom:1em;
	color: #000;
	line-height: 1.4;
	font-size: 1.3em;;
}

p.mony {
	font-size: 0.9em;
	font-weight:500;
	text-align: left;
}

.goos__inner{
	margin-top:2rem;
}

.goods__h4{
	display: inline;
	margin-right:.5;
}

.goods__text{
	font-size:1em;
	margin-top:1em;
	font-weight: 500;
}

.goods__din{
	font-size: 2em;
	margin-bottom:.6;
}

.goods__txt{
	margin-top:1em;
	margin-bottom:1em;
}

.black{
	color: #000;
}

.mony__top{
	margin-top:1em;
}

.notetxt__top{
	margin-top:0.8em;
}

.box__01{
	font-size: .9em;
	width: 100%;
	background-color: #f4f1eb;
	padding: .6rem;
	max-width: 825px;
	margin: .5rem auto 0;
}

.box__01 ul.notes {
	font-size: .87em;
	font-weight: normal;
	padding-top: .5rem;
}


.goods__tit{
	font-size:1.3em;
	font-weight:900;
}

.reception {
	font-size: 1.2em;
	margin: 1.5rem 0;
}

.mony__h4{
	font-weight: 500;
	font-size: 1em;
}

.goods__box {
	font-size: .95em;
}

#goods .btn a {
    background-color:#2ab4c6;
	margin-top:1.5em;
}

.goods__padding{
	padding-top:1em;
}

#goods .notes li{
	margin:0;
}

.ul__400{
	font-weight: 400;
}

.pc__br{
	display:none;
}



@media screen and (min-width: 960px) {
	.goods__h3{
		margin-top:2.4rem;
		color: #000;
		line-height: 1.4;
		font-size:2em;
	}

	.notes__goods{
		padding-top:0rem;
	}

	.box__01{
		padding: 2em 1em;
		font-size: 1em;
	}

	.reception {
		margin:1rem 0 1rem;
	}

	.goods__box {
        padding: 2em 1em;
        font-size: 1em;
    }

	.goods__padding{
		padding-top:1em;
	}

}

@media screen and (min-width: 768px) {
	.sp__br{
		display:none;
	}

	.pc__br{
		display:block;
	}
}