@charset "UTF-8";

/* main */
main {
	display: none;
	position: relative;
}

.bg1 {
	background: url(../images/bg1.png) no-repeat;
	background-size: contain;
	width: 284.5px;
	height: 616px;
	position: absolute;
	top: 649px;
	left: -2.5%;
	opacity: 1;
	z-index: 1;
}

.bg2 {
	background: url(../images/bg2.png) no-repeat;
	background-size: contain;
	width: 370px;
	height: 465px;
	position: absolute;
	top: 100px;
	right: -3.5%;
	opacity: 1;
	z-index: 1;
}

main .container {
	position: relative;
	height: 640px;
	background-image: url(../images/section01_bg.jpg);
	background-size: cover;
	background-position: center;
	max-width: 1440px;
	background-repeat: no-repeat;
	margin: 0 auto;
}

main .title_container {
	padding-top: 40px;
	font-family: 'Hiragino Kaku Gothic Pro';
}

main .title_container h1 {
	position: relative;
	display: block;
	padding: 18px;
	color: #fff;
	line-height: 150%;
	letter-spacing: 0.04em;
	font-size: 14px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

main .title_container p {
	font-weight: 600;
	font-size: 28px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.04em;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

main .read_container {
	position: relative;
	margin: -76px 20px 0;
	font-family: 'Hiragino Kaku Gothic Pro';
	z-index: 10;
}

main .read_container .read {
	margin: 0 auto;
}

main .read_container h2 {
	display: block;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	color: #D4A700;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	letter-spacing: 0.03em;
}

main .read_container h2>span {
	font-size: 32px;
}

main .read_container .read h3 {
	display: block;
	margin-bottom: 30px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
	main {
		display: none;
		position: relative;
	}

	main .read_container .read p {
		text-align: center;
		margin: 0 auto;
		max-width: 335px;
	}

}

@media screen and (max-width: 350px) {
	main .read_container .read p>br {
		display: none !important;
	}

}

/* section01 */
#schedule {
	position: relative;
	z-index: 10;
}

#schedule .schedule_title_container {
	position: relative;
	margin: 0 auto;
}

#schedule .schedule_title {
	padding-top: 47px;
	margin-bottom: 0;
}

#schedule h2,
#entry h2,
#summary h2 {
	position: relative;
	display: block;
	padding: 24px;
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#schedule h2:before,
#entry h2:before,
#summary h2:before {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safari用 */
	transform: translate(-50%, -50%);
	width: 35px;
	height: 1px;
	content: '';
	background: #D4A700;
}

#schedule h2:after,
#entry h2:after,
#summary h2:after {
	position: absolute;
	display: block;
	top: 4%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safari用 */
	transform: translate(-50%, -50%);
	width: 35px;
	height: 1px;
	content: '';
	background: #D4A700;
}

#entry h3,
.other_container h3 {
	font-family: var(--font_hiragino);
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 150%;
	color: var(--gold);
}

@media(max-width: 768px) {

	#entry h3,
	.other_container h3 {
		font-size: 24px;
	}
}

#schedule .information_schedule p {
	padding-bottom: 8px;
}

#schedule .information_schedule {
	padding: 0 20px 0;
	margin: -3px 0;
}

#schedule .information_schedule table {
	background-color: #fff;
	color: #000;
	font-family: 'Hiragino Kaku Gothic Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.04em;
	margin: 0 auto;
}

#schedule .information_schedule table .schedule_date {
	background-color: #826700;
	color: #fff;
	border: solid 2px #000;
	padding: 8px 20px;
	text-align: right;
}

#schedule .information_schedule table .schedule_title {
	background-color: #fff;
	color: #000;
	border: solid 2px #000;
	padding: 8px 20px;
}

/*bg_wave*/
#lineup::before {
	content: "";
	background: url(../images/bg_wave.png) top center/cover no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7vw;
	margin-top: -7vw;
	z-index: 0;

}

/* section02 */
#lineup {
	background: #F4E9DD;
	color: #fff;
	padding-bottom: 38px;
	margin-top: -10vw;
	font-family: var(--font_hiragino);
	position: relative;
	/* overflow: hidden; */
	padding-top: 2.8rem;
	transition: all ease 0.3s;
}
@media (min-width:1758px) {
#lineup {
	margin-top: -4vw;
}	
}
#lineup .lineup_title_container {
	position: relative;
	margin: 0 auto;
}

#lineup .lineup_title {
	padding-top: 46px;
	margin-bottom: 46px;
}

#lineup .lineup_title h2 {
	position: relative;
	display: block;
	padding: 18px;
	color: var(--black);
	/* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}

#lineup .lineup_title h2:before {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safari用 */
	transform: translate(-50%, -50%);
	width: 35px;
	height: 1px;
	content: '';
	background: #D4A700;
}

#lineup .lineup_title h2:after {
	position: absolute;
	display: block;
	top: 4%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	/* Safari用 */
	transform: translate(-50%, -50%);
	width: 35px;
	height: 1px;
	content: '';
	background: #D4A700;
}

#lineup .lineup_information_container {
	position: relative;
	z-index: 10;
	margin: 0 15px;
	color: var(--black);
}


#lineup .lineup_information_container .artist_container {
	margin-bottom: 0;
}

#lineup .lineup_information_container .artist_container .artist_inner {
	margin-bottom: 40px;
}

.artist_inner hr {
	margin: 55px auto;
	border: none;
	height: 30px;
	max-width: 984px;
	background: url('../images/line.png') center center / cover no-repeat;
	padding: 0;
}
@media (max-width: 500px) {
.artist_inner hr {
		background-size: contain;
		width: 90%;
	}
}
#lineup .lineup_information_container .artist_container .information_artist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 984px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}



#lineup .lineup_information_container .artist_container .information_artist:last-child {
	margin-top: 24px;
	display: block;
}

@media (max-width: 500px) {
	#lineup .lineup_information_container .artist_container .information_artist:last-child {
		margin-top: -10px;
	}

}

#lineup .lineup_information_container .artist_container .information_artist:last-child .profile_img_box {
	width: 522px;
	margin: 0 auto;
}

#lineup .lineup_information_container .artist_container .information_artist:last-child .profile_text_box {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#lineup .lineup_information_container .artist_container .information_artist:last-child h2.information_artist-title {
	text-align: center;
	padding-top: 24px;
}

#lineup .lineup_information_container .artist_container .information_artist-img {
	padding-bottom: 8px;
}

#lineup .lineup_information_container .artist_container .profile_img_box {
	width: 252px;
}

#lineup .lineup_information_container .artist_container .profile_img_box img {
	width: 100%;
}

#lineup .lineup_information_container .artist_container .profile_text_box {
	width: calc(100% - 252px);
	padding-left: 40px;
}

#lineup .lineup_information_container .artist_container h2.information_artist-title {
	display: block;
	text-align: left;
	margin-bottom: 18px;
	font-family: var(--font_hiragino);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* color: #D4A700;
			text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
	color: var(--dark_gold);
	letter-spacing: 0.02em;
}

#lineup .lineup_information_container .artist_container p.information_artist-text {
	text-align: left;

	font-family: var(--font_hiragino);
	font-weight: 300;
	font-size: 16px;
	line-height: 175%;
	letter-spacing: 0.04em;
}


#lineup .lineup_information_container .artist_container .other_container {
	margin: 130px 20px 0;
}

#lineup .lineup_information_container .artist_container .other_artists {
	max-width: 668px;
	border-top: 1px solid #D4A700;
	border-bottom: 1px solid #D4A700;
	padding: 11px 0;
	margin: 98px auto 24px;
}

#lineup .lineup_information_container .artist_container .other_artists h4 {
	color: #fff;
}





#lineup .lineup_information_container .artist_container .information_artist-title>span {
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic Pro';
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0.04em;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
	#lineup {
		margin-top: -26px;
	}

	.bg1 {
		top: 91.3%;
		left: -55px;
	}

	.bg2 {
		top: 32%;
		right: -18%;
	}

	#lineup .lineup_title {
		padding-top: 10px;
	}

	#lineup .lineup_information_container {
		margin: 0;
	}

	#lineup .lineup_information_container.artist_container .artist_inner {
		margin: 60px;
	}

	#lineup .lineup_information_container .artist_container .information_artist {
		display: block;
		width: 100%;
		margin-bottom: 40px;
	}

	#lineup .lineup_information_container .artist_container .profile_img_box {
		width: 68%;
		margin: 0 auto;
	}

	#lineup .lineup_information_container .artist_container h2.information_artist-title {
		text-align: center;
		margin-top: 24px;
	}

	#lineup .lineup_information_container .artist_container .profile_text_box {
		width: 100%;
		padding-left: 0;
	}

	#lineup .lineup_information_container .artist_container p.information_artist-text {
		margin: 0 20px;
	}

	#lineup .lineup_information_container .artist_container .information_artist:nth-child(2n) {
		margin-left: 0;
	}

	#lineup .lineup_information_container .artist_container .information_artist-img {
		width: 50%;
	}

	#lineup .lineup_information_container .artist_container .other_artists {
		max-width: 335px;
	}

	#lineup .lineup_information_container .artist_container .information_artist-title>span {
		display: block;
	}

	#lineup .lineup_information_container .artist_container .information_artist:last-child p.information_artist-text {
		margin: 0 20px;
	}

	#lineup .lineup_information_container .artist_container .information_artist:last-child .profile_img_box {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}

	#lineup .lineup_information_container .artist_container .information_artist:last-child .profile_text_box {
		padding: 0;
	}

	#lineup .lineup_information_container .artist_container .information_artist:last-child h2.information_artist-title {
		text-align: center;
		padding-top: 24px;
	}
}

/* #lineup .btn {
	margin-top: 100px;
	background: #282828;
} */

#lineup .btn a {
	margin-bottom: 0;
}

.concert_buttons {
	max-width: 397px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.concert_buttons {
		max-width: 333px;
	}
}

.btn-sub-row {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.btn-sub-row .btn {
	flex: 1;
	margin-top: 0;
}

/* override button settings */
.btn {
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	background: var(--black);
	max-width: unset;
}

.btn a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: block;
	position: relative;
	color: var(--black);
	text-align: center;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-family: var(--font_hiragino);
}

.btn.btn_red a {
	background: linear-gradient(to bottom, #DD0060, #FF0000);
	border: 1px solid #DD0060;
	color: var(--white);
	font-size: 20px;
	padding: 24px 0 26px;
}

.btn a span {
	color: var(--white);
	font-size: 16px;
}

.btn.btn_gold a {
	background: var(--gold);
	border: 1px solid var(--gold);
	color: var(--black);
	padding: 18px;
	max-width: 339px;
	margin: 0 auto;
}

.btn.btn_black a {
	background: #434343;
	border: 1px solid #434343;
	color: var(--white);
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.04em;
	padding: 15px 0;
}

.btn a:hover {
	opacity: 0.6;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

#entry {
	margin: 90px 0 309px;
}
@media (max-width: 768px) {
#entry {
		margin: 87px 0 130px;
	}
}
#entry>p {
	font-family: var(--font_hiragino);
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.04em;
	color: var(--gold);
	margin: -8px 0;
}

#entry>.note {
	font-family: var(--font_hiragino);
	font-style: normal;
	margin: 33px auto;
	width: auto;
}

@media (max-width: 768px) {
#entry>.note {
		margin: 24px auto;
		width: 87%;
		font-weight: 300;
		font-size: 16px;
		line-height: 175%;
		letter-spacing: 0.04em;
	}
}


#entry>.note>p {
	font-family: var(--font_hiragino);
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 175%;
	letter-spacing: 0.04em;

	color: #FFFFFF;

}

@media (max-width: 768px) {
	#entry>p{
	font-family: var(--font_hiragino);
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	/* ボックスの高さと同一、または36px */
	text-align: center;
	letter-spacing: 0.04em;
	}
#entry>.note>p {
		font-family: var(--font_hiragino);
		font-style: normal;
		font-weight: 300;
		font-size: 16px;
		line-height: 175%;
		letter-spacing: 0.04em;
		color: #FFFFFF;
		text-indent: -1rem;
		margin-left: 1rem;
		text-align: left;
	}
}

#entry .concert_buttons {
	margin: 33px auto 0;
}

#lineup .concert_buttons {
	margin: 150px auto 76px;
}

#summary {
	background: url(../images/bg_concert.png) top center / cover no-repeat;
	padding: 74px 0 60px;
	margin: 0;
	position: relative;
}

@media (max-width: 768px) {
	#summary {
		padding: 74px 0 33px;
	}
}

#summary h2 {
	text-shadow: none;
	color: var(--black);
}

.summary_container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 17vw;
}

@media (max-width: 768px) {
	.summary_container {
		margin: 0 auto 70px;
		max-width: 90%;
	}
}

.summary_container>div {
	max-width: 718px;
	width: 100%;
	text-align: left;
	font-family: var(--font_hiragino);
}

.summary_container h4 {
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: var(--black);
	background: var(--white);
	padding: 5px 10px;
	border-bottom: var(--gold) 2px solid;
}

.summary_container p,
.summary_container ul {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	color: var(--black);
	margin-bottom: 15px;
}

.summary_container p {
	padding: 12px 11px;
}

@media (max-width: 768px) {
	.summary_container p {
		padding: 12px 0 0 9px;
		margin-bottom: 26px;
	}
}

.summary_container ul {
	padding: 16px 18px;
}

.summary_container p span.red,
.summary_container ul li span.red {
	color: var(--red);
}

.summary_container ul li {
	position: relative;
	padding-left: 1em;
}

.summary_container ul li::before {
	content: '\00B7';
	position: absolute;
	left: 0;
	font-size: 1em;
	line-height: 1;
}

.other_container {
	padding: 68px 0 151px;
	position: relative;
}

.other_container .btn.btn_gold {
	margin-top: 5rem;
}

.other_container h3 {
	display: block;
	margin-bottom: 4rem;
}