@charset "UTF-8";

main img {
	width: 100%;
	height: auto;
}
dl {
	margin-block-start: 0;
	margin-block-end: 0;
}
dd {
	margin-bottom: 0;
	margin-inline-start: 0;
}
ul {
	padding-inline-start: 0;
}
.header {
	position: sticky;
	top: 0;
	z-index: 999;
	max-width: 100%!important;
	background-color: #fff;
	margin-right: 0;
	margin-left: 0;
}
.header_bar {
	max-width: 1366px;
	margin-inline: auto;
}
.flex_start {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	margin-top: 48px;
}
.navbar-brand {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 0;
}
.mainvisual {
	position: fixed;
	z-index: -1;
	top: 82px;
	width: 100%;
	text-align: center;
}
.mainvisual img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top center;
}
main {
	margin-top: clamp(400px, 45vw, 600px);
	background-color: #fff;
}
#box {
	padding: 80px 0 100px;
	width: 95%;
}
.h2_title_main {
	text-align: center;
	color: #00A893;
	font-size: 3.4rem;
	margin-bottom: 24px;
}
.h2_title {
	font-size: 2.8rem;
	position: relative;
	margin-bottom: 36px;
}
.h2_title::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	border-bottom: 2px solid #00A893;
	bottom: -10px;
	left: 0;
}
.flex_right_content {
	margin-left: 36px;
	padding-left: 36px;
	border-left: 1px solid #E1E1E1;
}
.image100 {
	position: relative;
}
.image100 img {
	width: 100%;
	height: auto;
}
.image100 .content {
	position: absolute;
	right: 0;
	bottom: -20px;
	background-color: #fff;
	padding: 16px 24px;
}
.content_wrap {
	padding: 80px 0 100px;
	width: 95%;
	margin-inline: auto;
}
.program_content {
	padding-bottom: 100px;
	width: 95%;
	max-width: 1120px;
	margin-inline: auto;
}
.flex_midashi {
	display: flex;
	align-items: center;
	font-size: 2rem;
}
.flex_midashi dt {
	color: #00A893;
	font-weight: bold;
}
.flex_midashi dt::after {
	content: "：";
}
.anniversary_midashi {
	max-width: 1120px;
	width: 95%;
	margin-inline: auto;
}
.anniversary_midashi > dt {
	font-size: 1.8rem;
	background-color: #00A893;
	color: #fff;
	padding-left: 24px;
}
.anniversary_midashi > dd {
	padding: 12px 24px 24px;
	font-size: 1.6rem;
}
.anniversary_midashi2 {
	padding-left: 24px;
}
.anniversary_midashi2 dt {
	font-weight: bold;
}
.bg_gray {
	background-color: #f8f8f8;
	padding: 80px 0 100px;
}
.h2_title_center {
	font-size: 2.8rem;
	position: relative;
	margin-bottom: 60px;
	text-align: center;
}
.h2_title_center::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	border-bottom: 2px solid #00A893;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}
.movie_content {
	text-align: center;
}
.movie_content img {
	max-width: 1120px;
	height: auto;
}
.program_content .anniversary_midashi {
	max-width: 1120px;
	margin-inline: auto;
}
.program_gallery ul {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 60px 0;
}
.memorial_content {
	padding: 80px 0 100px;
}
.memorial_content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 60px;
	max-width: 1120px;
	margin-inline: auto;
}
.memorial_content ul li {
	flex-basis: 20%;
	text-align: center;
}
.memorial_thumbnail {
	border: 1px solid #ccc;
}
.memorial_thumbnail img {
	height: 360px;
	width: auto;
}
.memorial_title {
	font-size: 1.8rem;
	color: #000;
}
.movie_content p {
	padding-top: 16px;
	font-size: 1.6rem;
}
.red {
	color: #f00;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1.4s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


/* ----------------------------------------
   レスポンシブ対応
---------------------------------------- */

.pc {
	display: block;
}
.sp {
	display: none!important;
}
.slick-prev,
.slick-next {
	display: block;
	z-index: 999;
}
.slick-prev {
	left: 10px!important;
}
.slick-next {
	right: 10px!important;
}
@media screen and (max-width:768px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
	#box {
		padding: 40px 0 60px;
	}
	main {
		margin-top: clamp(25rem, 4.127rem + 89.06vw, 46.875rem);
	}
	.flex_midashi {
		flex-direction: column;
	}
	.image100 .content {
		position: static;
	}
	.flex_midashi dt::after {
		content: "";
	}
	.anniversary_midashi2 {
		padding-left: 0;
	}
  .footer .rapper .right {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto 30px auto;
		padding: 0;
	}
	.footer .rapper .left {
		display: block;
		width: 100%;
		text-align: center;
		margin: 30px auto;
		padding: 0;
	}
}