/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

.mod_main {
	margin-top: .8rem;
}

.u-relative { position: relative; }
.u-anchor { position: absolute;	top: -150px; }
.u-anchor-target { scroll-margin-top: 150px; }

hr.line {
	border-top: 1px solid #000;
	width: 100%;
}

.summer2026 {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: normal;
	font-style: normal;
	color: #231815;
	
	background-image: url("../img/bg-mv-pc.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	
	overflow: hidden;
}
.windchime {
	background-image: url("../img/bg-bottom-pc.jpg");
	background-repeat: no-repeat;
	background-size: 1920px auto;
	background-position: top -260px center;
}


@media (max-width: 1500px) {
	.summer2026 {
		background-size: calc(100vw * (1920 / 1500)) auto;
	}
	.windchime {
		background-size: 1920px auto;
	}
}
@media (max-width: 1360px) {
	.windchime {
		background-size: calc(100vw * (1920 / 1360)) auto;
		background-position: top calc(100vw * (-290 / 1360)) center;
	}
}
@media (max-width: 767px) {
	.summer2026 {
		background-size: 100%;
	}
	.windchime {
		background-size: 100%;
		background-position: top calc(100vw * (20 / 390)) center;
	}
}
.summer2026_mv {
	width: 1500px;
	min-height: 832px;
	margin-left: auto;
	margin-right: auto;
}

.mv-txt {
	width: 800px;
	color: #fff;
	position: absolute;
	left: 674px;
	top: 195px;
}
.mv-txt .mv-txt-sub {
	font-size: 31px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
.mv-txt .mv-txt-main {
	font-size: 64px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin-bottom: 0.2em;
}
.mv-txt p {
	font-size: 20px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	letter-spacing: -0.1em;
}

@media (max-width: 1500px) {
	.summer2026_mv {
		width: 100%;
		min-height: calc(100vw * (832/1500));
	}
	.mv-txt {
		width: calc(100vw * (800/1500));
		color: #fff;
		position: absolute;
		left: calc(100vw * (674/1500));
		top: calc(100vw * (195/1500));
	}
	
	.mv-txt .mv-txt-sub {
		font-size: calc(100vw * (31/1500));
	}
	.mv-txt .mv-txt-main {
		font-size: calc(100vw * (64/1500));
	}
	.mv-txt p {
		font-size: calc(100vw * (20/1500));
	}
	
}

@media (max-width: 767px) {
	.mv-txt {
		width: calc(100vw * (320/390));
		position: static;
		margin-left: auto;
		margin-right: auto;
		padding-top: calc(100vw * (70/390));
	}
	.mv-txt .mv-txt-sub {
		font-size: calc(100vw * (12/390));
		text-shadow: calc(100vw * (1/390)) calc(100vw * (1/390)) calc(100vw * (2/390)) rgba(0,0,0,0.7);
	}
	.mv-txt .mv-txt-main {
		font-size: calc(100vw * (25/390));
		text-shadow: calc(100vw * (2/390)) calc(100vw * (2/390)) calc(100vw * (3/390)) rgba(0,0,0,0.7);
	}
	.mv-txt p {
		display: none;
	}

}
.page-nav {
	display: block;
	width: 1360px;
	margin-left: auto;
	margin-right: auto;
}
.page-nav ul {
	display: flex;
	justify-content: center;
	gap: 44px;
}
.page-nav ul li {
	display: flex;
	justify-content: center;
	width: 360px;
}
.page-nav ul li a {
	display: flex;
	justify-content: center;
	width: 360px;
	text-align: center;
	color: #fff;
	font-size: 26.8px;
	border-radius: 20px;
	padding: 0.2em;
	background-color: #7a598c;
	box-shadow: 3px 4px #59657b;
}
@media (hover: hover) {
	.page-nav ul li a {
		transition: opacity 0.2s;
	}
	.page-nav ul li a:hover {
		opacity: 0.7;
	}
}
@media (max-width: 1360px) {
	.page-nav {
		width: 100%;
	}
	.page-nav ul {
		gap: calc(100vw * (44/1360));
	}
	.page-nav ul li {
		width: calc(100vw * (360/1360));
	}
	.page-nav ul li a {
		width: calc(100vw * (360/1360));
		font-size: calc(100vw * (26.8/1360));
		border-radius: calc(100vw * (20/1360));
		box-shadow: calc(100vw * (3/1360)) calc(100vw * (4/1360)) #59657b;
	}
}

@media (max-width: 767px) {
	.page-nav ul {
		flex-direction: column;
		align-items: center;
		gap: calc(100vw * (14/390));
	}
	.page-nav ul li {
		width: calc(100vw * (180/390));
	}
	.page-nav ul li a {
		width: calc(100vw * (180/390));
		font-size: calc(100vw * (14.34/390));
		border-radius: calc(100vw * (10/390));
		box-shadow: calc(100vw * (2/390)) calc(100vw * (2/390)) #59657b;
	}
}

.summer2026_header {
	padding-top: 86.8px;
}
.summer2026_header .logo {
	display: flex;
	justify-content: center;
	width: 1360px;
	margin-left: auto;
	margin-right: auto;
}
.summer2026_header .logo img {
	width: 414.59px;
}
.summer2026_header h1 {
	display: flex;
	justify-content: center;
	font-size: 45.35px;
	text-align: center;
	font-weight: 600;
	gap: 20px;
	margin-top: 58px;
	margin-bottom: 0;
}
.summer2026_header p {
	font-size: 26.1px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0;
	line-height: 1.6;
}

@media (max-width: 1360px) {
	.summer2026_header {
		padding-top: calc(100vw * (86.8/1360));
	}
	.summer2026_header .logo {
		width: 100%;
	}
	.summer2026_header .logo img {
		width: calc(100vw * (414.59/1360));
	}
	.summer2026_header h1 {
		font-size: calc(100vw * (45.35/1360));
		gap: calc(100vw * (20/1360));
		margin-top: calc(100vw * (58/1360));
	}
	.summer2026_header p {
		font-size: calc(100vw * (26.1/1360));
		margin-top: calc(100vw * (40/1360));
	}
}

@media (max-width: 767px) {
	.summer2026_header {
		padding-top: calc(100vw * (20/390));
	}
	.summer2026_header .logo {
		justify-content: flex-start;
		width: calc(100vw * (320/390));
	}
	.summer2026_header .logo img {
		width: calc(100vw * (182/390));
	}
	.summer2026_header h1 {
		width: calc(100vw * (320/390));
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		font-size: calc(100vw * (23.8/390));
		gap: 0;
		margin-top: calc(100vw * (19/390));
	}
	.summer2026_header p {
		width: calc(100vw * (320/390));
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		font-size: calc(100vw * (11/390));
		padding-left: 1em;
	}
}

.event-wrap {
	display: flex;
	justify-content: center;
	width: 1360px;
	padding-top: 135px;
	margin-left: auto;
	margin-right: auto;

	flex-wrap: wrap;
}

@media (max-width: 1360px) {
	.event-wrap {
		width: 100%;
		padding-top: calc(100vw * (135/1360));
	}
}
@media (max-width: 767px) {
	.event-wrap {
		flex-direction: column !important;
		padding-top: calc(100vw * (20/390));
	}
}

.event-description {
	width: 660px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items:flex-end;
	position: relative;
}
.event-description .event-txt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.8;
	text-align: left;

}
.event-description .event-txt h3 {
	font-size: 28px;
	line-height: 1.8;
	margin-left: 1em;
	letter-spacing: 0.05em;
}
.event-description .event-txt p {
	font-size: 21.5px;
	line-height: 1.4;
	letter-spacing: 0;
}

@media (max-width: 1360px) {
	.event-description {
		width: calc(100vw * (660/1360));
	}
	.event-description .event-txt h3 {
		font-size: calc(100vw * (28/1360));
	}
	.event-description .event-txt p {
		font-size: calc(100vw * (21.5/1360));
	}
}

@media (max-width: 767px) {

	.event-description {
		padding-top: calc(100vw * (30/390));
		width: calc(100vw * (320/390));
		margin-left: auto;
		margin-right: auto;
		align-items: stretch;
	}
	.event-description .event-txt {
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		height: auto;
		width: 100%;
	}
	.event-description .event-title {
		font-size: calc(100vw * (27/390));
		margin-bottom: calc(100vw * (10/390));
	}
	.event-description .event-txt h3 {
		font-size: calc(100vw * (16/390));
		margin-left: 0;
		letter-spacing: -0.01em;
		line-height: 1.3;
		margin-bottom: calc(100vw * (15/390));
	}
	.event-description .event-txt p {
		font-size: calc(100vw * (11/390));
	}
	
}

.event-information {
	width: 660px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.event-information .event-title {
	font-size: 68px;
	margin: 0;
	line-height: 1;
}
.event-information .event-sub-title {
	font-size: 45.35px;
}
.event-information .event-date {
	margin-top: 55px;
	font-size: 57.9px;
	font-weight: 700;
	padding: 0.3em;
	text-align: left;
	letter-spacing: normal;
}

.event-information .event-date span {
	font-size: 35.5px;
	font-weight: 500;
	letter-spacing: normal;
}
.event-information .event-date-kome {
	font-size: 17px;
	padding: 0.5em;
}

.event-information .schedule {
	display: flex;
	line-height: 1;
	margin-top: 35px;
	margin-bottom: 45px;
}
.event-information .schedule .label {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #231814;
	border-radius: 10px;
	color: #fff;
	font-size: 18.14px;
	padding: 0.2em 1em;
	margin-right: 1em;
	line-height: 1;
}
.event-information .schedule .txt {
	display: flex;
	font-size: 25.5px;
	font-weight: 700;
}

@media (max-width: 1360px) {

	.event-information {
		width: calc(100vw * (660/1360));
	}

	.event-information .event-title {
		font-size: calc(100vw * (68/1360));
	}
	.event-information .event-sub-title {
		font-size: calc(100vw * (45.35/1360));
	}
	.event-information .event-date {
		margin-top: calc(100vw * (55/1360));
		font-size: calc(100vw * (57.9/1360));
	}
	.event-information .event-date span {
		font-size: calc(100vw * (35.5/1360));
	}
	.event-information .event-date-kome {
		font-size: calc(100vw * (17/1360));
	}

	.event-information .schedule {
		margin-top: calc(100vw * (35/1360));
		margin-bottom: calc(100vw * (45/1360));
	}
	.event-information .schedule .label {
		border-radius: calc(100vw * (10/1360));
		font-size: calc(100vw * (18.14/1360));
	}
	.event-information .schedule .txt {
		font-size: calc(100vw * (25.5/1360));
	}


}

@media (max-width: 767px) {

	.event-information {
		width: calc(100vw * (320/390)) !important;
		margin-left: auto;
		margin-right: auto;
	}

	.event-information .event-date {
		margin-top: calc(100vw * (50/390));
		font-size: calc(100vw * (29/390));
		padding: 0.3em 0.3em;
	}
	.event-information .event-date span {
		font-size: calc(100vw * (17.8/390));
	}
	.event-information .event-date-kome {
		font-size: calc(100vw * (9/390));
	}

	.event-information .schedule {
		margin-top: calc(100vw * (16/390));
		margin-bottom: calc(100vw * (12/390));
	}
	.event-information .schedule .label {
		border-radius: calc(100vw * (5/390));
		font-size: calc(100vw * (9.6/390));
	}
	.event-information .schedule .txt {
		font-size: calc(100vw * (13/390));
	}
}

.event-price {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: 30px;
}
.event-price .label {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 22.7px;
	background-color: #7dacbf;
	border-radius: 10px;
	color: #fff;
	padding: 0.2em 0.5em;
	margin-right: 1em;
	line-height: 1;
}
.event-price .price {
	font-size: 65.21px;
	font-weight: 700;
	line-height: 1.2;
}
.event-price .yen {
	font-size: 39.12px;
	font-weight: 400;
}
.event-price .tax {
	font-size: 15.59px;
}

.event-child {
	font-size: 33.9px;
}
.event-child span {
	font-size: 17.95px;
}

.event-contents {
	display: flex;
	justify-content: flex-start;
	background-color: #8296b4;
	color: #fff;
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
	font-size: 21.26px;
}
.event-contents .label {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #777086;

	font-size: 19.84px;
	padding: 0.5em 0.5em;

	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: left;
}
.event-contents .contents {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5em 0.5em;
}

.event-period {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	padding: 2.5em 0.5em;
	margin: 65px 0 0 0;
}
.event-period .label {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%);
	line-height: 0;
	padding: 0.5em 0.5em 0.5em 0;
	margin: 0;
	font-size: 28.34px;
}
.event-period .txt {
	font-size: 25.5px;
}
ul.dot-list {
	margin: 50px 0 0 0;
}
ul.dot-list li {
	font-size: 15.59px;
}

.reservation-btn {
	width: 100%;
}
.reservation-btn a {
	display: inline-flex;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 20.4px;
	border-radius: 15px;
	min-width: 482px;
	padding: 0.3em 0;
	background-color: #c68ca2;
	box-shadow: 3px 4px rgba(35,25,20,0.67);
}
@media (hover: hover) {
	.reservation-btn a {
		transition: opacity 0.2s;
	}
	.reservation-btn a:hover {
		opacity: 0.7;
	}
}
@media (max-width: 1360px) {

	.event-price {
		margin-bottom: calc(100vw * (30/1360));
	}
	.event-price .label {
		font-size: calc(100vw * (22.7/1360));
		border-radius: calc(100vw * (10/1360));
	}
	.event-price .price {
		font-size: calc(100vw * (65.21/1360));
	}
	.event-price .yen {
		font-size: calc(100vw * (39.12/1360));
	}
	.event-price .tax {
		font-size: calc(100vw * (15.59/1360));
	}

	.event-child {
		font-size: calc(100vw * (33.9/1360));
	}
	.event-child span {
		font-size: calc(100vw * (17.95/1360));
	}

	.event-contents {
		border-radius: calc(100vw * (15/1360));
		font-size: calc(100vw * (21.26/1360));
	}
	.event-contents .label {
		font-size: calc(100vw * (19.84/1360));
	}

	.event-period {
		margin: calc(100vw * (65/1360)) 0 0 0;
	}
	.event-period .label {
		font-size: calc(100vw * (28.34/1360));
	}
	.event-period .txt {
		font-size: calc(100vw * (25.5/1360));
	}
	ul.dot-list {
		margin: calc(100vw * (50/1360)) 0 0 0;
	}
	ul.dot-list li {
		font-size: calc(100vw * (15.59/1360));
	}
	.reservation-btn a {
		font-size: calc(100vw * (20.4/1360));
		border-radius: calc(100vw * (15/1360));
		min-width:	calc(100vw * (482/1360));
		box-shadow: calc(100vw * (3/1360)) calc(100vw * (4/1360)) rgba(35,25,20,0.67);
	}
}

@media (max-width: 767px) {

	.event-price {
		margin-bottom: calc(100vw * (25/390));
	}
	.event-price .label {
		font-size: calc(100vw * (12.7/390));
		border-radius: calc(100vw * (10/390));
	}
	.event-price .price {
		font-size: calc(100vw * (36.5/390));
	}
	.event-price .yen {
		font-size: calc(100vw * (21.9/390));
	}
	.event-price .tax {
		font-size: calc(100vw * (9/390));
	}

	.event-child {
		font-size: calc(100vw * (22.4/390));
	}
	.event-child span {
		font-size: calc(100vw * (11.8/390));
	}

	.event-contents {
		margin-top: calc(100vw * (10/390));
		border-radius: calc(100vw * (20/390));
		font-size: calc(100vw * (18.4/390));
		letter-spacing: -0.1em;
	}
	.event-contents .label {
		font-size: calc(100vw * (19.8/390));
		padding: 1em 0.3em 0.5em 0.3em;
		justify-content: flex-start;
	}

	.event-period {
		margin: calc(100vw * (65/390)) 0 0 0;
	}
	.event-period .label {
		font-size: calc(100vw * (19.3/390));
	}
	.event-period .txt {
		font-size: calc(100vw * (17.4/390));
	}
	ul.dot-list {
		margin: calc(100vw * (50/390)) 0 0 0;
	}
	ul.dot-list li {
		font-size: calc(100vw * (9/390));
	}
	.reservation-btn a {
		width: 100%;
		min-width: auto;
		padding-left: 0;
		padding-right: 0;
		font-size: calc(100vw * (13.55/390));
		border-radius: calc(100vw * (999/390));
		box-shadow: calc(100vw * (2/390)) calc(100vw * (3/390)) rgba(35,25,20,0.67);
	}

}

/* event01
-----------------------------------------------------------------*/
#event01 .event-wrap {
	flex-direction: row-reverse;
}
#event01 .event-description {
	min-height: 1260px;
}
#event01 .event-description .event-img {
	width: 700px;
	position: absolute;
	left: 60px;
	bottom: 0px;
}
#event01 .event-information {
	width: 600px;
	margin-left:60px;
}
#event01 .event-description::before  {
	content: '';
	background-image: url("../img/bg.svg");
	background-repeat: no-repeat;
	background-size: 286.9px;
	width: 286.9px;
	height: 579.3px;
	background-position: top center;
	position: absolute;
	left: 285px;
	top: -145px;
	z-index: -1;
}
#event01 .event-description::after  {
	content: '';
	background-image: url("../img/img-somen-pc.webp");
	background-repeat: no-repeat;
	background-size: 711px;
	width: 711px;
	height: 649px;
	background-position: top center;
	position: absolute;
	left: 60px;
	bottom: -20px;
	z-index: -1;
}

#event01 .event-information .event-date {
	width: auto;
	background-image: linear-gradient(#ffffff 50%, #e68188);
	line-height: 1;
}
#event01 .reservation-btn {
	margin-top: 65px;
	width: 100%;
}

@media (max-width: 1360px) {

	#event01 .event-description {
		min-height: calc(100vw * (1260/1360));
	}
	#event01 .event-title {

	}
	#event01 .event-description .event-img {
		width: calc(100vw * (700/1360));
		left: calc(100vw * (60/1360));
	}
	#event01 .event-information {
		width: calc(100vw * (600/1360));
		margin-left: calc(100vw * (60/1360));
	}
	#event01 .event-description::before  {
		background-size: calc(100vw * (286.9/1360));
		width: calc(100vw * (286.9/1360));
		height: calc(100vw * (579.3/1360));
		left: calc(100vw * (285/1360));
		top: calc(100vw * (-145/1360));
	}
	#event01 .event-description::after  {
		background-size: calc(100vw * (711/1360));
		width: calc(100vw * (711/1360));
		height: calc(100vw * (649/1360));
		left: calc(100vw * (60/1360));
		bottom: calc(100vw * (-20/1360));
	}

	#event01 .reservation-btn {
		margin-top: calc(100vw * (65/1360));
	}

}

@media (max-width: 767px) {
	#event01 .event-wrap {
		margin-bottom: calc(100vw * (40/390));
	}
	#event01 .event-description {
		min-height: auto;
	}
	#event01 .event-description::before  {
		background-size: calc(100vw * (118.26 / 390));
		width: calc(100vw * (118.26 / 390));
		height: calc(100vw * (238.74 / 390));
		left: auto;
		right: calc(100vw * (-20 / 390));
		top: calc(100vw * (130 / 390));
	}
	#event01 .event-description::after  {
		display: none;
	}
	#event01 .event-information {
		width: calc(100vw * (320 / 390));
		margin-left: auto;
	}
	#event01 .reservation-btn {
		margin-top: calc(100vw * (20/390));
		margin-bottom: calc(100vw * (35/390));
	}
	#event01 .event-price {
		margin-bottom: calc(100vw * (10 / 390));
	}
	
	#event01 ul.dot-list {
		margin: calc(100vw * (20 / 390)) 0 0 0;
	}
	
}

/* event02
-----------------------------------------------------------------*/
#event02 .event-description {
	align-items: flex-start;
}
#event02 .event-header {
	position: relative;
}
#event02 .event-header::after {
	content: '';
	background-image: url("../img/ico_limit.svg");
	background-repeat: no-repeat;
	background-size: 110px;
	width: 110px;
	height: 110px;
	background-position: top center;
	position: absolute;
	right: 0;
	top: 0;
}
#event02 .event-information {
	width: 600px;
	margin-right:60px;
}
#event02 .event-information .event-date {
	background-image: linear-gradient(#ffffff 50%, #49966e);
	line-height: 1;
	white-space: nowrap;
	margin-right: -0.3em;
}
#event02 .event-information .event-date {
	font-size: 51.4px;
	letter-spacing: -0.03em;
}
#event02 .event-information .event-date span {
	font-size: 31.6px;
	letter-spacing: -0.05em;
}
#event02 .event-description::before  {
	content: '';
	background-image: url("../img/bg-firefly.webp");
	background-repeat: no-repeat;
	background-size: 699px;
	width: 699px;
	height: 699px;
	background-position: top center;
	position: absolute;
	left: -200px;
	top: -235px;
	z-index: -1;
}
#event02 .event-description::after  {
	content: '';
	background-image: url("../img/img-firefly-pc.webp");
	background-repeat: no-repeat;
	background-size: 711px;
	width: 711px;
	height: 650px;
	background-position: top center;
	position: absolute;
	left: -95px;
	bottom: -20px;
	z-index: -1;
}
#event02 .reservation-btn {
	margin-top: 65px;
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 1360px) {
	#event02 .event-information {
		width: calc(100vw * (600/1360));
		margin-right: calc(100vw * (60/1360));
	}
	#event02 .event-information .event-date {
		font-size: calc(100vw * (51.4/1360));
	}
	#event02 .event-information .event-date span {
		font-size: calc(100vw * (31.6/1360));
	}
	#event02 .event-description::before  {
		background-size: calc(100vw * (699/1360));
		width: calc(100vw * (699/1360));
		height: calc(100vw * (699/1360));
		left: calc(100vw * (-200/1360));
		top: calc(100vw * (-235/1360));
	}
	#event02 .event-description::after  {
		background-size: calc(100vw * (711/1360));
		width: calc(100vw * (711/1360));
		height: calc(100vw * (650/1360));
		left: calc(100vw * (-95/1360));
		bottom: calc(100vw * (-20/1360));
	}
	#event02 .reservation-btn {
		margin-top: calc(100vw * (65/1360));
	}
}

@media (max-width: 767px) {
	#event02 .event-description {
		align-items: stretch;
	}
	#event02 .event-description .event-header {
		margin-bottom: calc(100vw * (15 / 390));
	}
	#event02 .event-description .event-title {
		font-size: calc(100vw * (27 / 390));
		margin-bottom: 0;
		line-height: 1.2;
	}
	#event02 .event-description .event-sub-title {
		font-size: calc(100vw * (19.84 / 390));
		margin-bottom: 0;
		line-height: 1.2;
	}
	#event02 .event-header::after {
		background-size: calc(100vw * (54.8/390));
		width: calc(100vw * (54.8/390));
		height: calc(100vw * (54.8/390));
	}
	#event02 .event-description::before  {
		background-size: calc(100vw * (197/390));
		width: calc(100vw * (197/390));
		height: calc(100vw * (197/390));
		left: auto;
		right: calc(100vw * (-30/390));
		top: 0;
	}
	#event02 .event-description::after  {
		display: none;
	}
	
	#event02 .reservation-btn {
		margin-top: calc(100vw * (20/390));
		margin-bottom: calc(100vw * (35/390));
	}
	
	#event02 .event-information {
		width: calc(100vw * (320 / 390));
		margin-left: auto;
		margin-right: auto;
	}
	#event02 .event-information .event-date {
		font-size: calc(100vw * (25.7 / 390));
		margin-right: 0;
	}
	#event02 .event-information .event-date span {
		font-size: calc(100vw * (15.79 / 390));
	}
	
	#event02 ul.dot-list {
		margin: calc(100vw * (20 / 390)) 0 0 0;
	}
	
}

/* event03
-----------------------------------------------------------------*/
#event03 .event-wrap {
	flex-direction: row-reverse;
}
#event03 .event-information {
	width: 600px;
	margin-left:60px;
}
#event03 .event-description {
	width: 600px;
	margin-right:60px;
}
#event03 .event-information .event-date {
	background-image: linear-gradient(#ffffff 50%, #e19f50);
	line-height: 1;
}
#event03 .event-information .event-title {
	font-size: 58px;
}
#event03 .event-information .event-price-wrap {
	width: 415px;
}
#event03 .event-price div {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
#event03 .event-price div.tax {
	justify-content: flex-end;
	align-items: flex-end;
}
#event03 .event-information .schedule {
	display: flex;
	justify-content: flex-start;
	line-height: 1;
	margin-top: 35px;
	margin-bottom: 45px;
}
#event03 .event-information .schedule .label {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #231814;
	border-radius: 10px;
	color: #fff;
	font-size: 18.14px;
	padding: 0.2em 1em;
	margin-right: 1em;
	line-height: 1;
	width: 2em;
	height: 1em;
}
#event03 .event-information .schedule .txt {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
#event03 .event-information .schedule .txt .kome {
	font-size: 19.8px;
	margin-top: 0.5em;
}
#event03 .event-description::before  {
	content: '';
	background-image: url("../img/img-erhu1-pc.webp");
	background-repeat: no-repeat;
	background-size: 344px;
	width: 344px;
	height: 344px;
	background-position: top center;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 0;
}
#event03 .event-description::after  {
	content: '';
	background-image: url("../img/img-erhu2-pc.svg");
	background-repeat: no-repeat;
	background-size: 231px;
	width: 231px;
	height: 362px;
	background-position: top center;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}
#event03 .dot-list-wrap {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
#event03 .dot-list-wrap ul {
	margin-bottom: 2em;
}

@media (max-width: 1360px) {
	#event03 .event-information {
		width: calc(100vw * (600/1360));
		margin-left: calc(100vw * (60/1360));
	}

	#event03 .event-description {
		width: calc(100vw * (600/1360));
		margin-right: calc(100vw * (60/1360));
	}

	#event03 .event-information .event-title {
		font-size: calc(100vw * (58/1360));
	}
	#event03 .event-information .event-price-wrap {
		width: calc(100vw * (415/1360));
	}
	#event03 .event-information .schedule {
		margin-top: calc(100vw * (35/1360));
		margin-bottom: calc(100vw * (45/1360));
	}
	#event03 .event-information .schedule .label {
		border-radius: calc(100vw * (10/1360));
		font-size: calc(100vw * (18.14/1360));
	}
	#event03 .event-information .schedule .txt .kome {
		font-size: calc(100vw * (19.8/1360));
	}
	
	#event03 .event-description::before  {
		background-size: calc(100vw * (344/1360));
		width: calc(100vw * (344/1360));
		height: calc(100vw * (344/1360));
	}
	#event03 .event-description::after  {
		background-size: calc(100vw * (231/1360));
		width: calc(100vw * (231/1360));
		height: calc(100vw * (362/1360));
	}
	#event03 .dot-list-wrap {
		width: calc(100vw * (1200/1360));
	}

}

@media (max-width: 767px) {

	#event03 .event-description::before  {
		display: none;
	}
	#event03 .event-description::after  {
		background-size: calc(100vw * (115.6/390));
		width: calc(100vw * (115.6/390));
		height: calc(100vw * (180.7/390));
		right: calc(100vw * (-10/390));
		bottom: 0;
		z-index: 0;
	}
	
	#event03 .reservation-btn {
		margin-top: calc(100vw * (20/390));
		margin-bottom: calc(100vw * (35/390));
	}
	
	#event03 .event-information {
		width: calc(100vw * (320/390));
		margin-left: auto;
	}
	#event03 .event-description {
		width: calc(100vw * (320/390));
		margin-right: auto;
	}
	#event03 .event-information .schedule {
		margin-top: calc(100vw * (10/390));
		margin-bottom: calc(100vw * (10/390));
	}
	#event03 .event-information .schedule .label {
		border-radius: calc(100vw * (5 / 390));
		font-size: calc(100vw * (9.6 / 390));
	}
	#event03 .event-information .schedule .txt .kome {
		font-size: calc(100vw * (11.3/390));
	}
	
	#event03 .event-information .event-price-wrap {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
	#event03 .event-information .event-price {
		width: calc(100vw * (234 / 390));
	}
	#event03 .dot-list {
		margin-top: calc(100vw * (10 / 390));
		margin-bottom: calc(100vw * (50 / 390));
	}
}

/* windchime
-----------------------------------------------------------------*/
#windchime .event-wrap {
	padding-top: 190px;
	margin-bottom: 50px;
	flex-direction: row-reverse;
}

#windchime .event-description {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 600px;
}
#windchime .event-description .event-txt {
	padding-top: 95px;
}

#windchime .event-information {
	padding-top: 535px;
	position: relative;
}
#windchime .event-information .event-date {
	background-image: linear-gradient(#ffffff 50%, #32b6b7);
	line-height: 1;
}
#windchime .event-information::after {
	content: '';
	background-image: url("../img/img-windchime1-pc.webp");
	background-repeat: no-repeat;
	background-size: 261px;
	width: 261px;
	height: 261px;
	background-position: top center;
	position: absolute;
	left: -40px;
	top: 0;
	z-index: 0;
}
.event-description-bottom {
	width: 600px;
	display: flex;
	justify-content: flex-start;
}
.event-description-bottom .description-img {
	margin-left: -60px;
}
.event-description-bottom .description-img img {
	width: 230px;
}
.event-description-bottom .description-txt {
	width: 330px;
}
.event-balloon {
	width: 290px;
	padding: 0.5em;
	font-size: 20.42px;
	border: 1px solid #000;
	margin-top: 20px;
	margin-left: 40px;
	position: relative;
}
.event-balloon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 0 40px 18px 0;
	border-color: transparent #000000 transparent transparent;
	translate: -100% -50%;
}

.event-balloon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 0 35.3px 15.9px 0;
	border-color: transparent #ffffff transparent transparent;
	translate: -100% -50%;
}
.description-txt .reservation-btn {
	margin-top: 40px;
	margin-left: 17px;
}
.description-txt .reservation-btn a {
	padding: 0.3em 1em;
	letter-spacing: -0.05em;
	min-width: auto;
}

@media (max-width: 1360px) {
	#windchime .event-wrap {
		padding-top: calc(100vw * (190/1360));
		margin-bottom: calc(100vw * (50/1360));
	}
	#windchime .event-description {
		width: calc(100vw * (600/1360));
	}
	#windchime .event-description .event-txt {
		padding-top: calc(100vw * (95/1360));
	}
	#windchime .event-information {
		padding-top: calc(100vw * (535/1360));
	}
	#windchime .event-information::after {
		background-size: calc(100vw * (261/1360));
		width: calc(100vw * (261/1360));
		height: calc(100vw * (261/1360));
		left: calc(100vw * (-40/1360));
	}
	.event-description-bottom {
		width: calc(100vw * (600/1360));
	}
	.event-description-bottom .description-img {
		margin-left: calc(100vw * (-60/1360));
	}
	.event-description-bottom .description-img img {
		width: calc(100vw * (230/1360));
	}
	.event-description-bottom .description-txt {
		width: calc(100vw * (330/1360));
	}

	.event-balloon {
		width: calc(100vw * (291/1360));
		font-size: calc(100vw * (20.42/1360));
		margin-top: calc(100vw * (20/1360));
		margin-left: calc(100vw * (40/1360));
	}
	.event-balloon::before {
		border-width: 0 calc(100vw * (40/1360)) calc(100vw * (18/1360)) 0;
	}
	.event-balloon::after {
		border-width: 0 calc(100vw * (35.3/1360)) calc(100vw * (15.9/1360)) 0;
	}
	.description-txt .reservation-btn {
		margin-top: calc(100vw * (40/1360));
		margin-left: calc(100vw * (17/1360));
	}

}

@media (max-width: 767px) {
	#windchime .event-wrap {
		padding-top: calc(100vw * (0 / 1360));
		margin-bottom: calc(100vw * (50 / 1360));
	}
	#windchime .event-description {
		padding-top: calc(100vw * (100 / 390));
		width: calc(100vw * (320/390));
		margin-left: auto;
		margin-right: auto;
	}
	#windchime .event-description::before  {
		content: '';
		background-image: url("../img/img-windchime1-pc.webp");
		background-repeat: no-repeat;
		background-size: calc(100vw * (165 / 390));
		width: calc(100vw * (165 / 390));
		height: calc(100vw * (165 / 390));
		background-position: top center;
		position: absolute;
		right: calc(100vw * (-69 / 390));
		top: calc(100vw * (143 / 390));
		z-index: 0;
	}
	#windchime .event-description .event-txt {
		padding-top: calc(100vw * (0/1360));
		font-size: calc(100vw * (31.4/390));
	}
	
	#windchime .event-information {
		padding-top: calc(100vw * (0/390));
		margin-left: auto;
		margin-right: auto;
	}

	#windchime .event-information .event-title {
		font-size: calc(100vw * (31.4/390));
	}
	#windchime .event-information .event-date {
		margin-top: calc(100vw * (20/390));
	}
	#windchime .event-information::after {
		display: none;
	}
	#windchime .event-description-bottom {
		width: calc(100vw * (320/390));
		margin-top: calc(100vw * (20/390));
		margin-left: auto;
		margin-right: auto;
	}
	
	#windchime .event-description-bottom .description-img {
		margin-left: 0;
	}
	#windchime .event-description-bottom .description-img img {
		width: calc(100vw * (128/390));
	}
	#windchime .event-description-bottom .description-txt {
		width: calc(100% - (100vw * (128/390)));
	}
	
	.event-balloon {
		width: calc(100vw * (156/390));
		font-size: calc(100vw * (11/390));
		margin-top: calc(100vw * (10/390));
		margin-left: calc(100vw * (20/390));
	}
	.event-balloon::before {
		border-width: 0 calc(100vw * (20/390)) calc(100vw * (10/390)) 0;
	}
	.event-balloon::after {
		border-width: 0 calc(100vw * (15.8/390)) calc(100vw * (7.9/390)) 0;
	}
	.description-txt .reservation-btn {
		margin-top: calc(100vw * (20/390));
		margin-left: calc(100vw * (12/390));
	}
	.description-txt .reservation-btn a {
		width: auto;
		padding: 0.4em 1em;
		font-size: calc(100vw * (11.3/390));
	}
	
}