@charset "utf-8";

body {
	margin: 0;
}

/*ページ内共通設定ここから*/
#main #anniversary_page * {
	--main-color: #00314c;
	--sub01-color: #2c3e50;
	--sub02-color: #f8f9fa;
	--accent01-color: #a68b5b;
	--accent02-color: #a93838;
	--event01-color: #72040f;
	--event02-color: #00301e;
	--event03-color: #001358;
	--event04-color: #ab9363;

	color: var(--sub01-color);
}

#main {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

#main .min {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

#main {
	margin: 0;
}

#main * {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

#main h2,
#main h3,
#main h4,
#main p,
#main ul,
#main ol,
#main li {
	margin: 0;
	padding: 0;
	line-height: normal;
	color: var(--text-color);
}

#main #anniversary_page strong {
	font-weight: bold;
	color: var(--accent01-color);
}

#main a {
	text-decoration: none;
	transition: .4s all;
	text-align: center;
}

#main ul,
#main ol {
	list-style: none;
}

#main figure {
	margin: 0;
	padding: 0;
}

#main img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
}

#main h2 {
	font-weight: bold;
	text-shadow: unset;
	background: transparent;
	border: none;
	color: var(--main-color);
	text-align: center;
}

#main h3 {
	border: none;
}

#main .visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

#main .content_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}

.pc_none {
	display: none;
}

#main #anniversary_page .mb-180 {
	margin-bottom: 180px;
}

#main #anniversary_page .mb-120 {
	margin-bottom: 120px;
}

#main #anniversary_page .mb-80 {
	margin-bottom: 80px;
}

#main #anniversary_page .mb-60 {
	margin-bottom: 60px;
}

#main #anniversary_page .mb-40 {
	margin-bottom: 40px;
}

#main #anniversary_page .mb-20 {
	margin-bottom: 20px;
}

#main #anniversary_page .mb-10 {
	margin-bottom: 10px;
}

@media screen and (max-width:1250px) and (min-width:1025px) {
	#main .content_inner {
		padding: 0 20px;
	}
}

@media screen and (min-width:1025px) {
	#main a:hover {
		opacity: 1;
	}
}

@media screen and (max-width:1024px) {
	#main .content_inner {
		padding: 0 10px;
	}

	#main #anniversary_page .mb-180 {
		margin-bottom: 160px;
	}

	#main #anniversary_page .mb-120 {
		margin-bottom: 100px;
	}

	#main #anniversary_page .mb-80 {
		margin-bottom: 60px;
	}

	#main #anniversary_page .mb-60 {
		margin-bottom: 40px;
	}

	#main #anniversary_page .mb-40 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:767px) {
	.sp_none {
		display: none;
	}

	.pc_none {
		display: block;
	}

	#main #anniversary_page .mb-180 {
		margin-bottom: 70px;
	}

	#main #anniversary_page .mb-120 {
		margin-bottom: 50px;
	}

	#main #anniversary_page .mb-80 {
		margin-bottom: 40px;
	}

	#main #anniversary_page .mb-60 {
		margin-bottom: 30px;
	}

	#main #anniversary_page .mb-20 {
		margin-bottom: 10px;
	}
}

/*ページ内共通設定ここまで*/
#main #anniversary_page header {
	overflow: hidden;
}

@media screen and (min-width:1501px) {
	#main #anniversary_page header {
		height: 504px;
	}

	#main #anniversary_page .mv_cnt {
		position: relative;
		left: calc(50% - 960px);
		width: 1920px;
	}
}

@media screen and (max-width:1500px) and (min-width:768px) {
	#main #anniversary_page header {
		aspect-ratio: 485 / 170;
	}

	#main #anniversary_page .mv_cnt {
		position: relative;
		left: calc(50% - calc(1vw * (960 / 15.8)));
		width: calc(1vw * calc(1920 / 15.8));
	}
}

#main #anniversary_page .read_cnt h2 {
	font-size: 80px;
	color: var(--accent01-color);
}

#main #anniversary_page .read_cnt p {
	font-size: 25px;
	color: var(--sub01-color);
	text-align: center;
	line-height: 2;
}

#main #anniversary_page .calendar_section h2,
#main #anniversary_page .cleaner_section h2,
#main #anniversary_page .history_section h2 {
	font-size: 50px;
	color: var(--main-color);
}

#main #anniversary_page .calendar_section h2+p {
	font-size: 25px;
	color: var(--sub01-color);
	text-align: center;
}

#main #anniversary_page .calendar_section .col12 {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
}

#main #anniversary_page .calendar_section .calendar_wrapper {
	grid-column: 1 / 13;
}

#main #anniversary_page .calendar_section .calendar_cnt {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 1px;
}

#main #anniversary_page .calendar_section .calendar_day {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	background: var(--main-color);
	color: #fff;
	font-size: 20px;
}

#main #anniversary_page .calendar_section .calendar_date {
	padding: 10px;
	background: #e3e8ed;
	aspect-ratio: 4 / 3.5;
	text-align: left;
	color: var(--main-color);
	font-size: 18px;
}

#main #anniversary_page .calendar_section .calendar_date.first_date {
	color: #888;
}

#main #anniversary_page .calendar_section .event-bar {
	position: relative;
	bottom: 50px;
	background-color: var(--main-color);
	color: white;
	padding: 4px 8px;
	font-size: 16px;
	border-radius: 4px;
	align-self: end;
	margin-top: -56px;
	z-index: 2;
	font-weight: bold;
}

#main #anniversary_page .calendar_section .event00 {
	grid-column: 1 / 2;
	grid-row: 3;
	background: transparent;
}

#main #anniversary_page .calendar_section .event01 {
	background: var(--event01-color);
}

#main #anniversary_page .calendar_section .event01.pt1 {
	grid-column: 2 / 8;
	grid-row: 3;
}

#main #anniversary_page .calendar_section .event01.pt2 {
	grid-column: 1 / 2;
	grid-row: 5;
}

#main #anniversary_page .calendar_section .event02 {
	background: var(--event02-color);
}

#main #anniversary_page .calendar_section .event02.pt1 {
	grid-column: 2 / 8;
	grid-row: 5;
}

#main #anniversary_page .calendar_section .event02.pt2 {
	grid-column: 1 / 2;
	grid-row: 7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	overflow: hidden;
}

#main #anniversary_page .calendar_section .event03 {
	background: var(--event03-color);
}

#main #anniversary_page .calendar_section .event03.pt1 {
	grid-column: 2 / 8;
	grid-row: 7;
}

#main #anniversary_page .calendar_section .event03.pt2 {
	grid-column: 1 / 2;
	grid-row: 9;
}

#main #anniversary_page .calendar_section .event04 {
	grid-column: 2 / 8;
	grid-row: 9;
	background: transparent;
}

#main #anniversary_page .calendar_section .event05 {
	bottom: 10px;
	background: var(--event04-color);
}

#main #anniversary_page .calendar_section .event05.pt1 {
	grid-column: 2 / 8;
	grid-row: 3;
}

#main #anniversary_page .calendar_section .event05.pt2 {
	grid-column: 1 / 8;
	grid-row: 5;
}

#main #anniversary_page .calendar_section .event05.pt3 {
	grid-column: 1 / 8;
	grid-row: 7;
}

#main #anniversary_page .calendar_section .event05.pt4 {
	grid-column: 1 / 8;
	grid-row: 9;
}

#main #anniversary_page .calendar_section .event05.pt5 {
	bottom: 10px;
	grid-column: 1 / 4;
	grid-row: 11;
}

#main #anniversary_page .calendar_section ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}

#main #anniversary_page .calendar_section ul li {
	width: calc(calc(100% - 40px) / 2);
}

#main #anniversary_page .calendar_section ul li:not(:last-of-type) {
	display: flex;
	align-items: stretch;
	justify-content: center;
	aspect-ratio: 3.3 / 1;
	border: 3px solid var(--event01-color);
}

#main #anniversary_page .calendar_section ul li:first-of-type {
	border-color: var(--event01-color);
}

#main #anniversary_page .calendar_section ul li:nth-of-type(2) {
	border-color: var(--event02-color);
}

#main #anniversary_page .calendar_section ul li:nth-of-type(3) {
	border-color: var(--event03-color);
}

#main #anniversary_page .calendar_section ul li>div.ticket_main {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 75%;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}

#main #anniversary_page .calendar_section ul li:last-of-type p:first-of-type::after {
	content: "GMT 20th Anniversary";
	position: absolute;
	top: 3px;
	left: 10px;
	font-size: 12px;
}

#main #anniversary_page .calendar_section ul li:first-of-type>div.ticket_main::after {
	color: var(--event01-color);
}

#main #anniversary_page .calendar_section ul li:nth-of-type(2)>div.ticket_main::after {
	color: var(--event02-color);
}

#main #anniversary_page .calendar_section ul li:nth-of-type(3)>div.ticket_main::after {
	color: var(--event03-color);
}

#main #anniversary_page .calendar_section ul li>div.ticket_main p {
	width: 100%;
	font-size: 23px;
	font-weight: bold;
	text-align: left;
}

#main #anniversary_page .calendar_section ul li>div.ticket_main p:first-of-type {
	margin-bottom: 10px;
}

#main #anniversary_page .calendar_section ul li>div.ticket_main p:nth-of-type(2),
#main #anniversary_page .calendar_section ul li>div.ticket_main p:last-of-type {
	text-align: right;
}

#main #anniversary_page .calendar_section ul li>div.ticket_main p:last-of-type {
	margin-top: 10px;
}

#main #anniversary_page .calendar_section ul li>div.ticket_main p a {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	font-size: 18px;
	color: var(--accent01-color);
	transition: .8s all;
}

#main #anniversary_page .calendar_section ul li>div.ticket_main p a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 5%;
	height: 80%;
	clip-path: polygon(0 0, 100% 50%, 0 100%, 0 90%, 80% 50%, 0 10%);
	background: var(--accent01-color);
}

#main #anniversary_page .calendar_section ul li>div.ticket_main p a:hover {
	opacity: .6;
}

#main #anniversary_page .calendar_section ul li:first-of-type>div.ticket_main p {
	color: var(--event01-color);
}

#main #anniversary_page .calendar_section ul li:nth-of-type(2)>div.ticket_main p {
	color: var(--event02-color);
}

#main #anniversary_page .calendar_section ul li:nth-of-type(3)>div.ticket_main p {
	color: var(--event03-color);
}

#main #anniversary_page .calendar_section ul li>div.ticket_sub span.first_txt {
	position: absolute;
	top: 18px;
	left: 0;
	transform: rotate(180deg);
	color: #fff;
	font-size: 16px;
	font-weight: 100;
}

#main #anniversary_page .calendar_section ul li>div.ticket_sub span.last_txt {
	position: absolute;
	top: 7px;
	left: -3px;
	transform-origin: top;
	transform: rotate(-90deg);
	color: #fff;
	font-size: 16px;
	font-weight: 100;
}

#main #anniversary_page .calendar_section ul li>div.ticket_sub {
	position: relative;
	display: flex;
	align-items: end;
	justify-content: end;
	width: 25%;
	padding: 8px 0;
	background: var(--event01-color);
	color: #fff;
	border-left: 3px dotted #fff;
	writing-mode: vertical-lr;
	font-weight: bold;
	font-size: 22px;
}

#main #anniversary_page .calendar_section ul li>div.ticket_sub::before,
#main #anniversary_page .calendar_section ul li>div.ticket_sub::after {
	content: "";
	position: absolute;
	width: 28px;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 50%;
}

#main #anniversary_page .calendar_section ul li>div.ticket_sub::before {
	top: -19px;
	left: -17px;
}

#main #anniversary_page .calendar_section ul li>div.ticket_sub::after {
	bottom: -19px;
	left: -17px;
}

#main #anniversary_page .calendar_section ul li:nth-of-type(2)>div.ticket_sub {
	background: var(--event02-color);
}

#main #anniversary_page .calendar_section ul li:nth-of-type(3)>div.ticket_sub {
	background: var(--event03-color);
}

#main #anniversary_page .calendar_section ul li:last-of-type {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(50% - 20px);
	aspect-ratio: 3.3 / 1;
	background: #fff;
	border: 3px solid var(--event04-color);
}

#main #anniversary_page .calendar_section ul li:last-of-type::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20%;
	aspect-ratio: 1 / 1;
	background: var(--event04-color);
	clip-path: polygon(0 0, 100% 100%, 70% 100%, 0 30%);
	opacity: .3;
}

#main #anniversary_page .calendar_section ul li:last-of-type::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	aspect-ratio: 1 / 1;
	background: var(--event04-color);
	clip-path: polygon(0 0, 100% 100%, 100% 70%, 30% 0);
	opacity: .3;
}

#main #anniversary_page .calendar_section ul li:last-of-type p {
	position: relative;
	width: 100%;
	font-size: 20px;
	color: var(--event04-color);
	font-weight: bold;
}

#main #anniversary_page .calendar_section ul li:last-of-type p:first-of-type {
	width: auto;
	padding-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

#main #anniversary_page .calendar_section ul li:last-of-type p:first-of-type::after {
	top: 0;
	left: auto;
	right: 0;
	color: var(--event04-color);
}

#main #anniversary_page .calendar_section ul li:last-of-type p:last-of-type {
	text-align: center;
	font-size: 18px;
	color: var(--accent02-color);
}

#main #anniversary_page .calendar_section small {
	display: block;
	margin-top: 20px;
	text-align: right;
	color: var(--accent02-color);
	font-size: 14px;
	line-height: 1.8;
}

#main #anniversary_page .cleaner_section h2+figure {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 0 0;
}

#main #anniversary_page .cleaner_section h2+figure+p {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 750px;
	aspect-ratio: 3 / 1;
	margin-top: -130px;
	margin-left: auto;
	margin-right: 0;
	background: rgba(227, 232, 237, .5);
	font-size: 35px;
	line-height: 1.8;
	text-align: right;
	backdrop-filter: blur(20px);
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, .2);
	font-weight: bold;
	border-radius: 20px 0 20px 0;
}

#main #anniversary_page .cleaner_section ul {
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 60px;
}

#main #anniversary_page .cleaner_section ul li {
	width: 50%;
	background: #fff;
	box-sizing: border-box;
}

#main #anniversary_page .cleaner_section ul li>a {
	position: relative;
	display: block;
}

#main #anniversary_page .cleaner_section ul li h3 {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 20px;
	font-size: 28px;
	color: var(--sub01-color);
	text-align: left;
	font-weight: bold;
	z-index: 1;
}

#main #anniversary_page .cleaner_section ul li h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: var(--main-color);
	transition: .5s all;
}

#main #anniversary_page .cleaner_section ul li figure {
	width: 80%;
	margin: 0 auto 0 0;
	overflow: hidden;
}

#main #anniversary_page .cleaner_section ul li figure img {
	position: relative;
	transform: scale(1);
	transition: .5s all;
}

#main #anniversary_page .cleaner_section ul li p {
	font-size: 18px;
	color: var(--sub01-color);
}

#main #anniversary_page .cleaner_section ul li div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	margin: -75px 0 0 auto;
	padding: 30px 20px;
	background: rgba(227, 232, 237, .5);
	backdrop-filter: blur(20px);
	box-sizing: border-box;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, .2);
}

#main #anniversary_page .cleaner_section ul li div>p {
	width: 90%;
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
}

#main #anniversary_page .cleaner_section ul li div>span {
	position: relative;
	transform: translateX(0);
	width: 5%;
	aspect-ratio: 1 / 2;
	clip-path: polygon(0 0, 100% 50%, 0 100%, 0 90%, 80% 50%, 0 10%);
	background: var(--main-color);
	transition: .5s all;
}

#main #anniversary_page .cleaner_section ul li>a:hover h3::before {
	background: var(--accent01-color);
}

#main #anniversary_page .cleaner_section ul li>a:hover figure img {
	transform: scale(1.1);
}

#main #anniversary_page .cleaner_section ul li>a:hover div>span {
	transform: translateX(5px);
	background: var(--accent01-color);
}

#main #anniversary_page .history_section div.cnt_btn {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

#main #anniversary_page .cleaner_section ul li div a,
#main #anniversary_page .history_section div.cnt_btn a {
	position: relative;
	display: block;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid var(--main-color);
	transition: .5s all;
	color: var(--main-color);
}

#main #anniversary_page .cleaner_section ul li div a::after,
#main #anniversary_page .history_section div.cnt_btn a::after {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 15px;
	aspect-ratio: 1 / 1;
	background: var(--main-color);
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	transition: .5s all;
}


#main #anniversary_page .cleaner_section ul li div a:hover,
#main #anniversary_page .history_section div.cnt_btn a:hover {
	color: var(--accent01-color);
	border-radius: 10px 0 0 0;
}

#main #anniversary_page .cleaner_section ul li div a:hover::after,
#main #anniversary_page .history_section div.cnt_btn a:hover::after {
	background: var(--accent01-color);
}

#main #anniversary_page .history_section ul li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
}

#main #anniversary_page .history_section ul li a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	width: 30px;
	aspect-ratio: 1 / 2;
	background-color: var(--main-color);
	clip-path: polygon(0 0, 100% 50%, 0 100%, 0 90%, 80% 50%, 0 10%);
	transition: .5s all;
}

#main #anniversary_page .history_section ul li a figure {
	width: 30%;
	overflow: hidden;
}

#main #anniversary_page .history_section ul li a figure img {
	position: relative;
	transform: scale(1);
	transition: .5s all;
}

#main #anniversary_page .history_section ul li a .history_cnt {
	position: relative;
	width: 70%;
}

#main #anniversary_page .history_section ul li a .history_cnt .week {
	color: var(--accent01-color);
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}

#main #anniversary_page .history_section ul li a .history_cnt .title {
	color: var(--main-color);
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}

#main #anniversary_page .history_section ul li a .history_cnt .main {
	color: var(--sub01-color);
	font-size: 25px;
	text-align: left;
}

#main #anniversary_page .history_section ul li.no_public a {
	pointer-events: none;
	background: var(--main-color);
}

#main #anniversary_page .history_section ul li.no_public a .history_cnt p {
	text-align: center;
}

#main #anniversary_page .history_section ul li.no_public a .history_cnt p:not(.week) {
	color: #fff;
}

#main #anniversary_page .history_section ul li a:hover::after {
	background: var(--accent01-color);
}

#main #anniversary_page .history_section ul li a:hover figure img {
	transform: scale(1.08);
}

@media screen and (max-width:1250px) and (min-width:1025px) {}

@media screen and (max-width:1024px) {
	#main #anniversary_page .read_cnt h2 {
		font-size: min(calc(1vw * calc(60 / 7.68)), 80px);
	}

	#main #anniversary_page .read_cnt p {
		font-size: min(calc(1vw * calc(22 / 7.68)), 25px);
	}

	#main #anniversary_page .calendar_section h2,
	#main #anniversary_page .cleaner_section h2,
	#main #anniversary_page .history_section h2 {
		font-size: min(calc(1vw * calc(40 / 7.68)), 50px);
	}

	#main #anniversary_page .calendar_section h2+p {
		font-size: min(calc(1vw * calc(22 / 7.68)), 25px);
	}

	#main #anniversary_page .calendar_section .calendar_day {
		font-size: min(calc(1vw * calc(18 / 7.68)), 20px);
	}

	#main #anniversary_page .calendar_section .calendar_date {
		font-size: min(calc(1vw * calc(16 / 7.68)), 18px);
	}

	#main #anniversary_page .calendar_section .event-bar {
		bottom: 5px;
		font-size: min(calc(1vw * calc(10 / 7.68)), 16px);
	}

	#main #anniversary_page .calendar_section .event-bar:not(.event05) {
		bottom: calc(1vw * calc(40 / 10.24));
	}

	#main #anniversary_page .calendar_section ul {
		gap: 20px;
	}

	#main #anniversary_page .calendar_section ul li:not(:last-of-type) {
		width: calc(calc(100% - 20px) / 2);
		aspect-ratio: 3.3 / 1;
	}

	#main #anniversary_page .calendar_section ul li>div.ticket_sub {
		font-size: min(calc(1vw * calc(18 / 7.68)), 20px);
	}

	#main #anniversary_page .calendar_section ul li:last-of-type {
		width: calc(50% - 10px);
		aspect-ratio: 3.3 / 1;
	}

	#main #anniversary_page .cleaner_section h2+figure {
		max-width: calc(1vw * calc(700 / 10.24));
	}

	#main #anniversary_page .cleaner_section h2+figure+p {
		max-width: calc(1vw * calc(750 / 10.24));
		font-size: min(calc(1vw * calc(25 / 7.68)), 35px);
	}

	#main #anniversary_page .cleaner_section ul {
		gap: 40px;
	}

	#main #anniversary_page .cleaner_section ul li {
		padding: 20px;
	}

	#main #anniversary_page .cleaner_section ul li h3 {
		font-size: min(calc(1vw * calc(20 / 7.68)), 28px);
	}

	#main #anniversary_page .cleaner_section ul li p {
		font-size: 16px;
	}

	#main #anniversary_page .cleaner_section ul li div {
		margin: -40px 0 0 auto;
		padding: 15px 15px;
	}

	#main #anniversary_page .cleaner_section ul li div>p {
		font-size: 14px;
	}

	#main #anniversary_page .cleaner_section ul li div a,
	#main #anniversary_page .history_section div.cnt_btn a {
		padding: 15px;
		font-size: 16px;
	}

	#main #anniversary_page .history_section ul li a {
		gap: 40px;
	}

	#main #anniversary_page .history_section ul li a .history_cnt .week {
		font-size: min(calc(1vw * calc(25 / 7.68)), 30px);
	}

	#main #anniversary_page .history_section ul li a .history_cnt .title {
		font-size: min(calc(1vw * calc(20 / 7.68)), 30px);
	}

	#main #anniversary_page .history_section ul li a .history_cnt .main {
		font-size: min(calc(1vw * calc(20 / 7.68)), 25px);
	}

	#main #anniversary_page .history_section ul li a::after {
		right: 20px;
		width: 20px;
	}

	#main #anniversary_page .calendar_section ul li>div.ticket_main p,
	#main #anniversary_page .calendar_section ul li>div.ticket_main p a {
		font-size: min(calc(1vw * calc(18 / 7.68)), 20px);
	}

	#main #anniversary_page .calendar_section ul li:last-of-type p {
		font-size: min(calc(1vw * calc(18 / 7.68)), 20px);
	}

	#main #anniversary_page .calendar_section ul li:last-of-type p:last-of-type {
		font-size: min(calc(1vw * calc(16 / 7.68)), 18px);
	}

	#main #anniversary_page .calendar_section ul li>div.ticket_sub span.first_txt,
	#main #anniversary_page .calendar_section ul li>div.ticket_sub span.last_txt {
		font-size: min(calc(1vw * calc(12 / 7.68)), 16px);
	}

	#main #anniversary_page .calendar_section ul li>div.ticket_sub::before,
	#main #anniversary_page .calendar_section ul li>div.ticket_sub::after {
		width: 18px;
	}

	#main #anniversary_page .calendar_section ul li>div.ticket_sub::before {
		top: -12px;
		left: -11px;
	}

	#main #anniversary_page .calendar_section ul li>div.ticket_sub::after {
		bottom: -12px;
		left: -11px;
	}
}

@media screen and (max-width:767px) {
	#main #anniversary_page .read_cnt h2 {
		font-size: min(calc(1vw * calc(30 / 3.75)), 60px);
	}

	#main #anniversary_page .read_cnt p {
		font-size: min(calc(1vw * calc(16 / 3.75)), 22px);
		line-height: 1.8;
		text-align: left;
	}

	#main #anniversary_page .calendar_section h2,
	#main #anniversary_page .cleaner_section h2,
	#main #anniversary_page .history_section h2 {
		font-size: min(calc(1vw * calc(25 / 3.75)), 40px);
	}

	#main #anniversary_page .calendar_section h2+p {
		font-size: min(calc(1vw * calc(16 / 3.75)), 22px);
	}

	#main #anniversary_page .calendar_section .calendar_day {
		font-size: min(calc(1vw * calc(12 / 3.75)), 18px);
	}

	#main #anniversary_page .calendar_section .calendar_date {
		padding: 4px;
		font-size: min(calc(1vw * calc(10 / 3.75)), 16px);
		aspect-ratio: 1 / 1.3;
	}

	#main #anniversary_page .calendar_section .event-bar {
		bottom: 4px;
		padding: 2px 8px;
		font-size: 8px;
	}

	#main #anniversary_page .calendar_section .event-bar:not(.event05) {
		bottom: 22px;
	}

	#main #anniversary_page .calendar_section .event01.pt2,
	#main #anniversary_page .calendar_section .event02.pt2,
	#main #anniversary_page .calendar_section .event03.pt2 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		overflow: hidden;
	}

	#main #anniversary_page .calendar_section ul {
		flex-direction: column;
	}

	#main #anniversary_page .calendar_section ul li:not(:last-of-type) {
		width: 100%;
		aspect-ratio: 3.3 / 1;
	}

	#main #anniversary_page .calendar_section ul li>div.ticket_sub {
		font-size: min(calc(1vw * calc(16 / 3.75)), 18px);
	}

	#main #anniversary_page .calendar_section ul li>div.ticket_main p,
	#main #anniversary_page .calendar_section ul li>div.ticket_main p a {
		font-size: min(calc(1vw * calc(16 / 3.75)), 18px);
	}

	#main #anniversary_page .calendar_section ul li:last-of-type {
		width: 100%;
	}

	#main #anniversary_page .calendar_section ul li:last-of-type p {
		font-size: min(calc(1vw * calc(16 / 3.75)), 20px);
	}

	#main #anniversary_page .calendar_section ul li:last-of-type p:last-of-type {
		font-size: min(calc(1vw * calc(14 / 3.75)), 18px);
	}

	#main #anniversary_page .calendar_section small{
		font-size: min(calc(1vw * calc(10 / 3.75)), 14px);
	}

	#main #anniversary_page .cleaner_section h2+figure {
		width: 90%;
		max-width: none;
	}

	#main #anniversary_page .cleaner_section h2+figure+p {
		max-width: calc(1vw * calc(700 / 7.67));
		margin-top: -50px;
		font-size: min(calc(1vw * calc(16 / 3.75)), 25px);
	}

	#main #anniversary_page .cleaner_section ul {
		flex-direction: column;
		gap: 30px;
	}

	#main #anniversary_page .cleaner_section ul li {
		width: 100%;
	}

	#main #anniversary_page .cleaner_section ul li h3 {
		font-size: min(calc(1vw * calc(20 / 3.75)), 28px);
	}

	#main #anniversary_page .cleaner_section ul li p {
		text-align: left;
	}

	#main #anniversary_page .cleaner_section ul li div>p {
		font-size: 16px;
	}

	#main #anniversary_page .cleaner_section ul li div {
		gap: 10px;
		width: 85%;
		padding: 10px;
	}

	#main #anniversary_page .history_section ul li a {
		gap: 20px;
		padding: 10px;
	}

	#main #anniversary_page .history_section ul li a .history_cnt .week {
		margin-bottom: 10px;
		font-size: min(calc(1vw * calc(14 / 3.75)), 25px);
	}

	#main #anniversary_page .history_section ul li a .history_cnt .title {
		margin-bottom: 10px;
		font-size: min(calc(1vw * calc(15 / 3.75)), 20px);
	}

	#main #anniversary_page .history_section ul li a .history_cnt .main {
		font-size: min(calc(1vw * calc(12 / 3.75)), 20px);
	}

	#main #anniversary_page .history_section ul li a::after {
		right: 10px;
		width: 10px;
	}

	#main #anniversary_page .calendar_section ul li>div.ticket_sub span.first_txt,
	#main #anniversary_page .calendar_section ul li>div.ticket_sub span.last_txt {
		font-size: 12px;
	}
}

/*アニメーション対応*/
#main #anniversary_page .read_cnt p {
	opacity: 0;
	transition: .8s all;
}

#main #anniversary_page .read_cnt.active p {
	opacity: 1;
}

#main #anniversary_page .calendar_section .calendar_wrapper {
	opacity: 0;
	transition: .8s .3s all;
}

#main #anniversary_page .calendar_section.active .calendar_wrapper {
	opacity: 1;
}

#main #anniversary_page .calendar_section .event-bar {
	clip-path: inset(0 100% 0 0);
	transition: .8s all;
}

#main #anniversary_page .calendar_section .event-bar.event01 {
	transition-delay: .8s;
}

#main #anniversary_page .calendar_section .event-bar.event02 {
	transition-delay: 1.4s;
}

#main #anniversary_page .calendar_section .event-bar.event03 {
	transition-delay: 2s;
}

#main #anniversary_page .calendar_section .event-bar.event05 {
	transition-delay: 2.6s;
}

#main #anniversary_page .calendar_section.active .event-bar {
	clip-path: inset(0 0 0 0);
}

#main #anniversary_page .calendar_section ul li {
	opacity: 0;
	transition: .8s all;
}

#main #anniversary_page .calendar_section ul li:first-of-type {
	transition-delay: .8s;
}

#main #anniversary_page .calendar_section ul li:nth-of-type(2) {
	transition-delay: 1.4s;
}

#main #anniversary_page .calendar_section ul li:nth-of-type(3) {
	transition-delay: 2s;
}

#main #anniversary_page .calendar_section ul li:last-of-type {
	transition-delay: 2.6s;
}

#main #anniversary_page .calendar_section.active ul li {
	opacity: 1;
}

#main #anniversary_page .cleaner_section h2+figure {
	position: relative;
	transform: scale(1.1);
	opacity: 0;
	transition: .8s .3s all;
}

#main #anniversary_page .cleaner_section.active h2+figure {
	transform: scale(1);
	opacity: 1;
}

#main #anniversary_page .cleaner_section h2+figure+p {
	position: relative;
	transform: translateY(-50px);
	opacity: 0;
	transition: .8s .6s all;
}

#main #anniversary_page .cleaner_section.active h2+figure+p {
	transform: translate(0);
	opacity: 1;
}

#main #anniversary_page .cleaner_section ul li {
	opacity: 0;
	transition: .8s 1s all;
}

#main #anniversary_page .cleaner_section ul li:last-of-type {
	transition-delay: 1.5s;
}

#main #anniversary_page .cleaner_section.active ul li {
	opacity: 1;
}

#main #anniversary_page .history_section ul li {
	position: relative;
	transform: translateY(-50px);
	opacity: 0;
	transition: .8s all;
}

#main #anniversary_page .history_section ul li:nth-of-type(2) {
	transition-delay: .5s;
}

#main #anniversary_page .history_section ul li:nth-of-type(3) {
	transition-delay: 1s;
}

#main #anniversary_page .history_section ul li:last-of-type {
	transition-delay: 1.5s;
}


#main #anniversary_page .history_section.active ul li {
	transform: translateY(0);
	opacity: 1;
}