/*
Theme Name: アナザーエデン 音楽の祭典2026
Author: T.Oka
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@charset "UTF-8";

html {
	margin: 0 !important;
	padding: 0 !important;
	scroll-behavior: smooth;
}
body {
	font-family: 'Shippori Mincho';
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.wrapper {
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
}
.heading {
	width: 100%;
	height: auto;
	padding: 80px 15%;
}
.common-h2 {
	text-align: center;
	font-size: 80px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #458AB8;
	text-transform: uppercase;
	margin: 0;
}
.common-h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 0 0 50px 0;
}

a:hover {
	opacity: 0.7;
}
img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 960px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.heading {
		padding: 40px 5.128%;
	}

	.common-h2 {
		font-size: 50px;
	}
}

/* ===== header ===== */
.header {
	position: fixed;
	width: 100%;
	background: #fff;
	display: flex;
	height: 60px;
	justify-content: space-between;
	z-index: 999;
}
a.logo {
	width: 160px;
	height: auto;
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
}
a.logo img {
	width: 100%;
	height: auto;
}
.header nav {
	float: right;
	display: flex;
}
.header ul {
	display: flex;
	align-items: center;
	margin: 0 14px 0 0;
}
.header ul li {
	list-style: none;
}
a.header_text {
	text-align: center;
	font: normal normal bold 18px/32px Shippori Mincho;
	letter-spacing: 0px;
	color: #000000;
	text-decoration: none;
	margin-right: 16px;
}

@media screen and (max-width: 960px) {
	.header_sp {
		position: fixed;
		width: 100%;
		background: #fff;
		height: 50px;
		display: flex;
		justify-content: space-between;
		z-index: 999;
	}
	a.logo {
		width: 128px;
		height: auto;
		margin-left: 10px;
		margin-top: 5px;
	}
	.drawer__button {
		position: relative;
		width: 50px;
		height: 50px;
		border: none;
		cursor: pointer;
		background: #458AB8 0% 0% no-repeat padding-box;
	}
	.drawer__button > span {
		display: block;
		position: absolute;
		top: 40%;
		left: 50%;
		width: 25px;
		height: 2px;
		background: #fff;
		transform: translateX(-50%);
	}
	.drawer__button::after {
		display: block;
		content: "MENU";
		text-align: center;
		font: normal normal bold 9px/24px Shippori Mincho;
		letter-spacing: 0px;
		color: #FFFFFF;
		text-transform: uppercase;
		padding-top: 26px;
	}
	.drawer__button > span:first-child {
		transform: translate(-50%, calc(-50% - 0.5rem));
		transition: transform 0.3s ease;
	}
	.drawer__button > span:nth-child(2) {
		transform: translate(-50%, -50%);
		transition: opacity 0.3s ease;
	}
	.drawer__button > span:last-child {
		transform: translate(-50%, calc(-50% + 0.5rem));
		transition: transform 0.3s ease;
	}
	.drawer__button.active > span:first-child {
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	.drawer__button.active > span:nth-child(2) {
		opacity: 0;
	}
	.drawer__button.active > span:last-child {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.drawer__nav {
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		transition: opacity 0.3s ease;
		opacity: 0;
		visibility: hidden;
	}
	.drawer__nav.active {
		opacity: 1;
		visibility: visible;
	}
	.drawer__nav__inner {
		position: relative;
		width: 100%;
		height: 100%;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		padding: 0;
		margin: -1px 0 0 auto;
		overflow: scroll;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		text-align: center;
	}
	.drawer__nav.active .drawer__nav__inner {
		transform: translateX(0);
	}
	.drawer__nav__menu {
		list-style: none;
		padding-left: 0;
		margin-top: 32vw;
	}
	.drawer__nav__item {
		margin-bottom: 5.333vw;
	}
	.drawer__nav__link {
		text-align: center;
		font: normal normal bold 18px/32px Shippori Mincho;
		letter-spacing: 0px;
		color: #000000;
		text-decoration: none;
		line-height: 36px;
	}
	body.active {
		height: 100%;
		overflow: hidden;
	}
}

/* ===== fv ===== */
.fv {
	width: 100%;
	/* height: 57vw; */
	padding: 30px 0 0 0;
}

.fv-wrapper {
	position: relative;
}

.background {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}


.fv-logo {
	width: 30%;
	height: auto;
	margin: 8.333vw auto 0 auto;
}

.fv-text-area {
	width: 89%;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fv-h1 {
	text-align: center;
	font-size : 3vw;
	margin: 0;
	color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 0, 0.8); 
}

.fv-text1 {
	text-align: center;
	font-size : 5vw;
	margin: 0;
	color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 0, 0.8); 
}

@media screen and (max-width: 960px) {
	.fv {
		padding: 25px 0 0 0;
	}

	.fv-logo {
		width: 55%;
	}


	.fv-h1 {
	font-size : 5vw;
}

.fv-text1 {
	font-size : 6vw;
	}

}

/* ===== fv2 ===== */
#fv2 {
	position: relative;
	background: #fff;
}

.fv2-h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
    color: #333333;
    margin: 0 0 20px 0;
}

.fv2-text1 {
	text-align: center;
	font-size: 22px;
    color: #333333;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.fv2-text1:last-child {
	margin: 0;
}

@media screen and (max-width: 960px) {
	.fv2-h2 {
		font-size: 25px;
	}

	.fv2-text1 {
		font-size: 19px;
	}

}

/* ===== about / access ===== */
#about {
	position: relative;
}
.access_area1 {
	background: rgba(0,0,0,0.6);
	border-radius: 5px;
	padding: 3.333vw;
}
p.access_text1,
p.access_text3 {
	text-align: center;
	font: normal normal bold 23px/34px Shippori Mincho;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 0 0 10px 0;
}
p.access_text1 span {
	font: normal normal bold 17px/25px Shippori Mincho;
	margin: 0;
}
p.access_text2 {
	text-align: center;
	font: normal normal normal 14px/25px Shippori Mincho;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 0 0 10px 0;
}
p.access_text2:last-of-type {
	margin: 0 0 40px 0;
}
img.access1_img {
	width: 70%;
	margin: 10px auto;
}
.access_area2 {
	display: flex;
	justify-content: center;
}
img.access2_img {
	width: 70%;
	margin: 0 auto;
}

@media screen and (max-width: 960px) {
	.access_area1 {
		padding: 5.333vw;
	}
	.access_area2 {
		display: block;
	}
	img.access2_img,
	img.access3_img {
		width: 100%;
	}
	img.access2_img {
		margin: 0 0 20px 0;
	}
	p.access_text1 {
		font: normal normal bold 20px/25px Shippori Mincho;
		margin: 0 0 5px 0;
	}
	img.access1_img {
		width: 100%;
	}
}

/* ===== aftertalk ===== */
.aftertalk_area {
	background: rgba(0,0,0,0.6);
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	padding: 2.5vw 3.333vw;
	margin: 40px 0 0 0;
}
.aftertalk-h4 {
	text-align: center;
	font-size: 24px;
	color: #458AB8;
	margin: 0 0 15px 0;
}
p.aftertalk_text1 {
	text-align: left;
	font: normal normal normal 14px/25px Shippori Mincho;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 0 0 10px 0;
}
p.aftertalk_text2 {
	text-align: right;
	font: normal normal bold 14px/25px Shippori Mincho;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 0;
}

@media screen and (max-width: 960px) {
	.aftertalk_area {
		padding: 5.333vw;
	}

	.aftertalk-h4 {
		font-size: 18px;
	}
}

/* ===== ticket ===== */
#ticket {
	position: relative;
}
img.ticket1_img {
	width: 66%;
	margin: 0 auto 20px auto;
}
.ticket_wrapper {
	width: 100%;
	overflow-x: auto;
}
img.ticket2_img {
	width: 100%;
	height: auto;
}
.ticket_note_area {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 5px;
	padding: 1.667vw;
	margin: 20px 0 30px 0;
}
p.ticket_text1 {
	text-align: left;
	font: normal normal normal 14px/25px Shippori Mincho;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 0;
}

/* チケット価格テーブル */
.ticket_price_area {
	margin: 40px 0;
}
.ticket_price_h4 {
	text-align: center;
	font: normal normal bold 30px/41px Shippori Mincho;
	letter-spacing: 0px;
	color: #458AB8;
	margin: 0 0 20px 0;
}
.ticket_table_wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 6px;
	overflow: hidden;
    overflow-x: scroll;
    	-ms-overflow-style: none;
	scrollbar-width: none;
}
.ticket_table {
	width: 100%;
	min-width: 700px;
	border-collapse: collapse;
}
/* ヘッダー行 */
.ticket_table thead tr {
	background: #2b2b3a;
}
.ticket_table th {
	padding: 12px 10px;
	text-align: center;
	font: normal normal bold 15px/1.5 Shippori Mincho;
	color: #FFFFFF;
	border: 1px solid rgba(255,255,255,0.15);
	vertical-align: middle;
	box-sizing: border-box;
}
.ticket_table th.th-name {
	min-width: 160px;
}
.ticket_table th.th-price {
	min-width: 90px;
}
.ticket_table th.th-benefit {
	min-width: 80px;
	vertical-align: middle;
	padding-bottom: 0;
}
.th-sub-row {
	display: flex;
	margin-top: 6px;
	border-top: 1px solid rgba(255,255,255,0.15);
}
.th-sub {
	flex: 1;
	display: block;
	padding: 6px 4px;
	font-size: 13px;
	font-weight: normal;
}
.th-sub + .th-sub {
	border-left: 1px solid rgba(255,255,255,0.15);
}
.th-day  { background: rgba(255,200,50,0.15); }
.th-night { background: rgba(80,100,180,0.2); }
.th-note {
	font-size: 10px;
	font-weight: normal;
	display: block;
	margin-top: 4px;
}
/* データ行 */
.ticket_table td {
	padding: 8px 8px;
	text-align: center;
	font-size: 15px;
	color: #FFFFFF;
	border: 1px solid rgba(255,255,255,0.1);
	vertical-align: middle;
	box-sizing: border-box;
}
.ticket_table td.td-name {
	font-weight: bold;
	line-height: 1.6;
}
.ticket_table td.td-price {
	font-weight: bold;
	white-space: nowrap;
}
.ticket_table td.td-check {
	font-size: 22px;
	color: #FFFFFF;
}
.ticket_table tr.tsuushi_row td {
	background: #c9a227;
	color: #fff;
}
.ticket_table tr.tsuushi_row td.td-check {
	color: #fff;
}
.ticket_table tr.hiru_row td {
	background: #2D9CDB;
}
.ticket_table tr.yoru_row td {
	background: #6a8aaa;
}

/* チケット購入ボタン */
a.ticket_btn {
	background: #012145;
	color: #ffffff;
	border-radius: 0.25em;
	padding: 1em 3em 0.8em;
	line-height: 1;
	display: inline-block;
	font: normal normal bold 18px/26px Shippori Mincho;
	text-decoration: none;
}

.reception_area {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 5px;
	padding: 2.5vw 3.333vw;
	margin: 30px 0 0 0;
	text-align: center;
}
p.reception_text {
	text-align: center;
	font: normal normal bold 20px/25px Shippori Mincho;
	letter-spacing: 0px;
	color: #333333;
	margin: 0 0 10px 0;
}
p.reception_text span {
	font: normal normal normal 16px/25px Shippori Mincho;
	color: #333333;
}
.reception_note_area {
	background: rgba(255,255,255,0.1);
	border-radius: 5px;
	padding: 2.5vw 3.333vw;
	margin: 20px 0 0 0;
}
h3.flower_h3 {
	text-align: left;
	font: normal normal 800 18px/26px Shippori Mincho;
	letter-spacing: 0px;
	margin: 0 0 20px 0;
	color: #FFFFFF;
}
.reception_note_area li {
	text-align: left;
	font: normal normal normal 14px/25px Shippori Mincho;
	letter-spacing: 0px;
	color: #FFFFFF;
}

#purchase {
	padding-top: 60px;
	margin-top: -60px;
}

@media screen and (max-width: 960px) {
	img.ticket1_img {
		width: 100%;
	}
	img.ticket2_img {
		width: 840px;
		height: auto;
	}
	.ticket_note_area {
		padding: 5.333vw;
	}
	.reception_area {
		padding: 5.333vw;
	}
	.ticket_table th {
	padding: 6px 4px;
	font-size: 14px;
	}
	.ticket_table td {
		font-size: 14px;
		padding: 6px 6px;

	}
	p.reception_text {
		font: normal normal bold 14px/25px Shippori Mincho;
	}
	p.reception_text span {
		font-size: 12px;
	}
	.reception_note_area {
		padding: 5.333vw;
	}
}

/* ===== cast / music ===== */
#cast,
#music {
	position: relative;
}
#cast h2,
#music h2 {
	margin: 0 0 50px 0;
}
#cast img {
	width: 100%;
	margin: 0 auto 40px auto;
}
#music img {
	margin: 0 auto 40px auto;
}



h3.cast_sub_h3 {
	text-align: center;
	font: normal normal 800 18px/26px Shippori Mincho;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 40px 0 30px 0;
}
.band_area {
	margin: 0 0 50px 0;
}
h4.band_name {
	text-align: left;
	font: normal normal bold 22px/32px Shippori Mincho;
	letter-spacing: 0px;
	color: #458AB8;
	margin: 0 0 20px 0;
	border-left: 4px solid #458AB8;
	padding-left: 12px;
}
p.music_text {
	text-align: center;
	font: normal normal normal 14px/25px Shippori Mincho;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 20px 0 0 0;
}

@media screen and (max-width: 960px) {
	h4.band_name {
		font: normal normal bold 18px/28px Shippori Mincho;
	}
}

/* ===== goods ===== */
#goods {
	position: relative;
	text-align: center;
}
.goods_text {
	text-align: center;
	font: normal normal normal 24px/36px Shippori Mincho;
	letter-spacing: 0px;
	color: #333333;
	margin: 0;
}

/* ===== caution ===== */
#caution {
	position: relative;
}
#caution h4 {
	text-align: center;
	font: normal normal bold 28px/41px Shippori Mincho;
	letter-spacing: 0px;
	color: #458AB8;
	margin: 0 0 20px 0;
}
.caution_area {
	display: flex;
}
.caution_left {
	width: 50%;
	margin-right: 4.5%;
}
.caution_right {
	width: 50%;
}
.caution_left h5,
.caution_right h5 {
	text-align: left;
	font: normal normal normal 20px/29px Shippori Mincho;
	letter-spacing: 0px;
	color: #FFFFFF;
	border-bottom: solid 1px #fff;
	margin: 0 0 10px 0;
	padding: 0 0 6px 0;
}
.caution_left ul,
.caution_right ul {
	margin: 0 0 30px 0;
}
.caution_left li,
.caution_right li,
.caution_under li {
	text-align: left;
	font: normal normal normal 14px/25px Shippori Mincho;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.caution_under {
	margin-top: 20px;
}
.caution_under ul {
	margin: 10px 0 0 0;
}

@media screen and (max-width: 960px) {
	.caution_area {
		display: block;
	}
	.caution_left,
	.caution_right {
		width: 100%;
		margin-right: 0;
	}
}

/* ===== contact ===== */
#contact {
	position: relative;
	text-align: center;
}
p.contact_text,
a.contact_mail {
	font-size: 20px;
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
}
@media screen and (max-width: 960px) {
	p.contact_text {
		font-size: 15px;
	}

	a.contact_mail {
		font-size: 16px;
	}

}
/* ===== music section ===== */
#music {
	position: relative;
}
h2.music-h2 {
	margin: 0 0 50px 0;
}
h3.music-h3 {
	text-align: center;
	letter-spacing: 2px;
	color: #FFFFFF;
	margin: 60px 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	font-size: 36px;
	color: #458AB8;
}

.music-h4 {
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	margin: 0 0 20px 0;
}
.band-section {
	margin-bottom: 60px;
}
img.band-logo {
	width: auto;
	max-width: 360px;
	height: auto;
	margin: 0 auto 30px auto;
	display: block;
}

.edens-logo {
	max-width: 300px;
	width: 100%;
}
/* ホシノオトシモノ全体画像 */
img.band-fullimg {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
/* 人物カードグリッド */
.music-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 16px;
	margin: 0 0 80px 0;
	box-sizing: border-box;
}
.music-block {
	width: calc(20% - 16px);
	min-width: 120px;
	text-align: center;
}
.music-img-wrapper {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #1a2535;
  margin-bottom: 10px;
}

.music-img-wrapper img.music-img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.4s ease;
}

.music-img-wrapper:hover img.music-img1 {
  transform: scale(1.05);
}

p.music-text1 {
	text-align: center;
	font-size: 1.5vw;
	color: #FFFFFF;
	margin: 0;
}
p.music-text2 {
	text-align: center;
	font-size: 1.2vw;
	color: #FFFFFF;
	margin: 0;
}
p.music-text2 span {
	font-size: 0.8vw;
}
p.music-text1 span {
	font-size: 1.167vw;
	font-weight: normal;
	display: block;
}
p.music_text {
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	margin: 30px 0 0 0;
}
@media screen and (max-width: 960px) {
	.music-block {
		width: calc(33.333% - 14px); /* 3列 */
		min-width: 90px;
	}
	img.band-logo {
		max-width: 240px;
	}
	h3.music-h3 {
		margin: 40px 0 20px 0;
		font-size: 32px;
	}
	p.music-text2 {
	font-size: 4.8vw;
}
p.music-text2 span {
	font-size: 3.333vw;
}
p.music-text1 span {
	font-size: 3.333vw;
}

	p.music-text1 {
		font-size: 4.8vw;
	}
}
@media screen and (max-width: 480px) {
	.music-block {
		width: calc(50% - 10px);
	}
}

/* ===== footer ===== */
footer {
	position: relative;
	z-index: 2;
}
.footer {
	background: #000;
	padding: 4.167vw 10%;
}
.footer_area1 {
	width: 100%;
}
a.footer_logo {
	width: 26.19%;
	height: auto;
	display: inline-block;
}
a.footer_logo img {
	margin-bottom: 60px;
}
.footer_area2 {
	display: flex;
}
a.wfs {
	width: 16.66%;
	height: auto;
	display: inline-block;
	margin-right: 2.85%;
}
a.victor {
	width: 17.857%;
	height: auto;
	display: inline-block;
	margin-right: 12%;
}
a.wfs img,
a.victor img {
	margin-bottom: 0;
}
.copy_area {
	width: 50%;
	height: auto;
	display: inline-block;
}
.copy_area p {
	text-align: right;
	font: normal normal normal 12px/18px Shippori Mincho;
	letter-spacing: 0px;
	color: #FAFAFA;
	display: block;
	margin: 0;
}
.arrow_wrapper {
	width: 150px;
	height: 150px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	cursor: pointer;
}

@media screen and (max-width: 960px) {
	.footer_area2 {
		display: block;
	}
	a.footer_logo {
		width: 48.57%;
	}
	a.footer_logo img {
		margin-bottom: 30px;
	}
	a.wfs {
		width: 31.42%;
		margin-right: 2.85%;
		margin-bottom: 20px;
	}
	a.victor {
		width: 32.85%;
		margin-bottom: 20px;
	}
	.copy_area {
		width: 100%;
	}
	.copy_area p {
		text-align: left;
	}
	.arrow_wrapper {
		width: 110px;
		height: 110px;
	}
}

/* ===== animations ===== */
.fadeIn1 {
	animation-name: fadeInAnime1;
	animation-duration: 4s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeInAnime1 {
	from { opacity: 0; }
	to   { opacity: 1; }
}
.fadeIn2 {
	animation-name: fadeInAnime2;
	animation-duration: 6s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeInAnime2 {
	from { opacity: 0; }
	to   { opacity: 1; }
}
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(80px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
