@charset "utf-8";
/* メインビジュアル */
.mv_area {
  overflow: hidden;
}
.mv_area .swiper-autoheight .swiper-wrapper {
	overflow: hidden;
}
.swiper.hero_mv_swiper {
  position: relative;
  width: 100%;
  padding: 50px 0 96px;
}
.mv_slide_img {
  width: 100%;
}
.mv_slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.mv_area .hero_mv_swiper .swiper-pagination {
  bottom: 75px;
  display: flex;
  justify-content: center;
  gap: 0 12px;
}
.mv_area .hero_mv_swiper .swiper-pagination span {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #EBE8E8;
}
.mv_area .hero_mv_swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #F58158;
}
@media only screen and (min-width:768px) {
	.swiper.hero_mv_swiper {
		padding: 50px 0 218px;
	}
  .mv_slide_img img {
    aspect-ratio: 1431 / 805;
  }
  .mv_area .hero_mv_swiper .swiper-pagination {
    bottom: 195px;
    gap: 0 23px;
  }
}
@media only screen and (min-width:1024px) {
  .swiper.hero_mv_swiper {
    padding: 130px 0 214px;
  }
	.mv_area .hero_mv_swiper .swiper-pagination {
    bottom: 175px;
  }
  .mv_area .hero_mv_swiper .swiper-pagination span {
    width: 17px;
    height: 17px;
  }
}
@media only screen and (min-width:1680px) {
  .swiper.hero_mv_swiper {
    padding: 255px 0 214px;
  }
	.mv_area .hero_mv_swiper .swiper-pagination {
    bottom: 145px;
  }
}
/* news */
.news_area {
  padding: 0 0 60px;
  background: #F9F9F9;
}
.news_sec_ttl {
	padding: 41px 0 0 37px;
	font-size: 48px;
	color: #555;
}
.news_swiper_wrap {
  padding: 52px 0 0;
}
.news_slide {
	position: relative;
  display: grid;
  place-content: center;
  padding: 0 53px 0 44px;
  border-radius: 20px;
  background: #fff;
	overflow: hidden;
}
.top_news_time {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.top_news_ttl {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.post_contents {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 30px 20px 20px;
}
.post_contents.bg_a {
	background: url(../images/top/news_ttl_bg_gray.png) left top/cover no-repeat;
}
.post_contents.bg_b {
	background: url(../images/top/news_ttl_bg_white.png) left top/cover no-repeat;
}
.post_contents_inner {
	display: inline-block;
}
.post_thumb {
	position: absolute;
	z-index: 1;
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
}
.post_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_area .swiper-button-next:after, .news_area .swiper-button-prev:after {
  display: none;
}
.news_area .swiper-button-next, .news_area .swiper-button-prev {
  width: 20px;
}
.news_area .swiper-button-prev {
  left: 70px;
}
.news_area .swiper-button-next {
  right: 70px;
}
.news_area .swiper-button-prev {
  left: 46px;
}
.news_area .swiper-button-next {
  right: 46px;
}
.news_link_btn {
  padding: 30px 0 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
	.news_sec_ttl {
		width: 300px;
	}
  .top_news_time {
    font-size: 20px;
  }
  .top_news_ttl {
		margin: 16px 0 0;
    font-size: 20px;
  }
	.post_contents {
		padding: 70px 20px 55px 40px;
	}
	.news_area .swiper-button-next, .news_area .swiper-button-prev {
		width: 30px;
	}
	.news_area .swiper-button-prev {
		left: 107px;
	}
	.news_area .swiper-button-next {
		right: 107px;
	}
	.news_link_btn {
		padding: 92px 0 0;
	}
}
@media only screen and (min-width:900px) {
    .news_area .slider__items {
      padding: 0 0 0 85vw;
    }
}
@media only screen and (min-width:1024px) {
  .news_area .swiper-button-next, .news_area .swiper-button-prev {
    width: 37px;
  }
  .news_slide {
    padding: 0 48px 0 63px;
    border-radius: 26px;
  }
	.post_contents {
		padding: 40px 30px 20px;
	}
}
@media only screen and (min-width:1280px) {
  .news_area {
    padding: 0 0 76px;
  }
  .news_area .slider__items {
    padding: 0 0 0 45vw;
  }
	.news_sec_ttl {
		padding: 31px 0 0 60px;
	}
	.top_news_ttl {
		margin: 11px 0 0;
  }
	.post_contents {
		padding: 60px 30px 35px;
	}
}
/* リストテキストのところ */
.list_block + .list_block {
	margin: 35px 0 0;
}
.list_block {
	line-height: 2;
}
.list_block_ttl {
	position: relative;
	padding-left: 18px;
	color: #000;
	font-size: 18px;
}
.list_block_ttl::before {
	content: "";
	display: block;
	background: #9FB1DC;
	width: 6px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 11px;
}
.list_block_txt_group {
	margin: 15px 0 0;
}
.list_block_txt {
	color: #363636;
	font-size: 18px;
	font-weight: 400;
}
.list_block_txt + .list_block_txt {
	margin: 20px 0 0;
}
.list_block_txt span {
	margin: 0 1em 0 0;
	font-weight: 400;
}
@media only screen and (min-width: 768px) {
	.list_block_ttl {
		font-size: 24px;
	}
	.list_block_ttl::before {
		width: 11px;
		height: 30px;
	}
	.list_block_txt_group {
		margin: 20px 0 0;
	}
	.list_block_txt {
		font-size: 24px;
	}
	.list_block_txt + .list_block_txt {
		margin: 35px 0 0;
	}
}
@media only screen and (min-width: 769px) {
	.list_block_txt br {
		display: none;
	}
}
@media only screen and (min-width: 1280px) {
	.list_block + .list_block {
		margin: 40px 0 0;
	}
	.list_block_ttl {
		padding-left: 25px;
		font-size: 20px;
	}
	.list_block_ttl::before {
		width: 8px;
		height: 24px;
		top: 10px;
	}
	.list_block_txt_group {
		margin: 20px 0 0;
	}
	.list_block_txt {
		font-size: 20px;
	}
	.list_block_txt + .list_block_txt {
		margin: 8px 0 0;
	}
}
/* Hachioji Arts Festival */
.festival_wrap {
	padding: 100px 0 30px;
	position: relative;
	color: #000;
}
.festival_ttl_img {
	width: 343px;
	position: absolute;
	left: 0;
	top: 15px;
}
.festival_body_01 {
	width: 100%;
	padding: 0 33px;
}
.festival_lead_txt {
	font-size: 28px;
	font-weight: 700;
	line-height: 2;
}
.festival_lead_txt_02 {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	margin: 30px 0 0;
}
.festival_lead_txt_02 br {
	display: none;
}
.festival_year_body {
	width: 100%;
	padding: 0 31px;
}
.festival_year_list_wrap {
	margin: 60px 0 0;
}
.festival_year_list {
	display: flex;
	justify-content: center;
	gap: 0 7px;
}
.festival_year_current {
	position: relative;
}
.festival_year_current::after {
	position: absolute;
	top: 95%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	display: block;
	background: url(../images/top/festival_year_item.svg)no-repeat;
	background-size: 100% 100%;
	width: 15px;
	height: 100px;
}
.festival_year_box {
	margin: 120px 0 0;
	padding: 0 25px 70px;
	background: rgba(200, 201, 125, 0.25);
	border-radius: 0 0 15px 15px;
	position: relative;
}
.festival_year_box::before {
	content: "";
	display: block;
	background: url(../images/top/festival_year_bg_sp.webp) no-repeat center top;
	background-size: 100% 100%;
	width: 100%;
	height: 90px;
	position: absolute;
	top: -90px;
	left: 0;
}
.festival_year_ttl {
	font-size: 30px;
	font-weight: 700;
}
.festival_year_ttl span {
	margin: 0 0 0 5px;
}
.festival_year_lead_txt_wrap {
	padding: 30px 0;
	margin: 60px 0 0;
	position: relative;
}
.festival_year_lead_txt_wrap::before,
.festival_year_lead_txt_wrap::after {
	content: "";
	display: block;
	background: url(../images/top/festival_year_line.svg) repeat-x;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
}
.festival_year_lead_txt_wrap::before {
	top: 0;
}
.festival_year_lead_txt_wrap::after {
	bottom: 0;
}
.festival_year_lead_txt {
	font-size: 30px;
	font-weight: 700;
	line-height: 2.5;
}
.festival_year_txt_01 {
	margin: 35px 0 0;
}
.festival_year_txt_01 p {
	font-size: 16px;
	font-weight: 700;
}
.festival_year_txt_01 p + p {
	margin: 12px 0 0;
}
.festival_year_txt_small {
	font-size: 13px;
}
.festival_year_txt_02 {
	font-size: 15px;
	font-weight: 400;
	line-height: 2.5;
	margin: 30px 0 0;
}
.festival_year_txt_02 p + p {
	margin: 20px 0 0;
}
.br_01 {
	display: none;
}
.festival_year_txt_03 {
	font-size: 16px;
	font-weight: 400;
	margin: 50px 0 0;
}
.festival_year_txt_03_item {
	display: flex;
}
.festival_year_txt_03_item + .festival_year_txt_03_item {
	margin: 20px 0 0;
}
.festival_year_txt_03_ttl {
	width: 64px;
}
.festival_year_txt_03_item_txt {
	width: calc(100% - 64px);
}
.festival_year_btn .btn_01 {
	background: #C7C872;
	color: #FFF;
}
.festival_year_btn_sp {
	margin: 50px 0 0;
	text-align: center;
}
.festival_year_btn_pc {
	display: none;
}
@media only screen and (min-width: 768px) {
	.festival_wrap {
		padding: 195px 0 46px;
	}
	.festival_body_01 {
		padding: 0 75px;
	}
	.festival_ttl_img {
		width: 525px;
	}
	.festival_lead_txt {
		font-size: 40px;
	}
	.festival_lead_txt_02 {
		font-size: 24px;
		margin: 72px 0 0;
	}
	.festival_year_lead_txt {
		font-size: 36px;
	}
	.festival_year_list_wrap {
		margin: 164px 0 0;
	}
	.festival_year_list {
		gap: 0 23px;
	}
	.festival_year_item {
		width: 116px;
	}
	.festival_year_current::after {
		top: 52px;
		width: 22px;
		height: 185px;
	}
	.festival_year_box {
		margin: 150px 0 0;
		padding: 40px 60px 115px;
		border-radius: 0 0 20px 20px;
	}
	.festival_year_box::before {
		height: 107px;
		top: -107px;
	}
	.festival_year_ttl {
		font-size: 48px;
	}
	.festival_year_lead_txt_wrap {
		padding: 40px 0 37px;
		margin: 93px 0 0;
	}
	.festival_year_txt_01 {
		margin: 70px 0 0;
	}
	.festival_year_txt_01 p {
		font-size: 24px;
	}
	.festival_year_txt_01 p + p {
		margin: 20px 0 0;
	}
	.festival_year_txt_small {
		font-size: 20px;
	}
	.festival_year_txt_02 {
		font-size: 20px;
		line-height: 3;
		max-width: 580px;
	}
	.festival_year_txt_02 p + p {
		margin: 65px 0 0;
	}
	.br_01 {
		display: block;
	}
	.festival_year_txt_03 {
		font-size: 20px;
		margin: 152px 0 0;
	}
	.festival_year_txt_03_ttl {
		width: 85px;
	}
	.festival_year_txt_03_item_txt {
		width: calc(100% - 85px);
	}
	.festival_year_btn_sp {
		margin: 168px 0 0;
	}
}
@media only screen and (min-width: 1280px) {
	.festival_wrap {
		padding: 203px 0 160px;
	}
	.festival_body_01 {
		width: 1250px;
		padding: 0;
		margin: auto;
	}
	.festival_ttl_img {
		width: 465px;
		top: 27px;
	}
	.festival_lead_txt {
		text-align: center;
	}
	.festival_lead_txt br {
		display: none;
	}
	.festival_lead_txt_02 br {
		display: block;
	}
	.festival_lead_txt_02 {
		text-align: center;
		margin: 51px 0 0;
	}
	.festival_year_body {
		padding: 0 27px;
	}
	.festival_year_list_wrap {
		margin: 104px 0 0;
	}
	.festival_year_list {
		gap: 0 22px;
	}
	.festival_year_item {
		width: 109px;
	}
	.festival_year_box::before {
		background: url(../images/top/festival_year_bg_pc.webp) no-repeat center cover;
		height: 108px;
		top: -108px;
	}
	.festival_year_box {
		display: flex;
		justify-content: center;
		gap: 0 78px;
	}
	.festival_year_lead_txt {
		font-size: 32px;
		line-height: 2.1;
	}
	.festival_year_lead_txt_wrap {
		padding: 30px 0;
		margin: 30px 0 0;
	}
	.festival_year_txt_01 {
		margin: 30px 0 0;
	}
	.festival_year_txt_01 p {
		font-size: 20px;
	}
	.festival_year_txt_01 p br {
		display: none;
	}
	.festival_year_txt_small {
		font-size: 16px;
	}
	.festival_year_txt_02 {
		margin: 0;
		line-height: 2.4;
		max-width: 650px;
	}
	.festival_year_txt_02 p + p {
		margin: 40px 0 0;
	}
	.festival_year_txt_03 {
		margin: 61px 0 0;
	}
	.festival_year_txt_03_item + .festival_year_txt_03_item {
		margin: 15px 0 0;
	}
	.festival_year_txt_03_ttl {
		width: unset;
	}
	.festival_year_txt_03_item_txt {
		width: unset;
	}
	.festival_year_txt_03_item_txt br {
		display: none;
	}
	.festival_year_btn .btn_01 {
		font-size: 16px;
	}
	.festival_year_btn_sp {
		display: none;
	}
	.festival_year_btn_pc {
		display: block;
		text-align: center;
		margin: 48px 0 0;
	}
}
/* festival_year_slide */
/* .festival_year_swiper_wrap .festival_year_swiper {
	padding: 119px 0 80px;
}
.festival_year_slide {
	position: relative;
}
.festival_year_img {
	max-width: 187px;
	width: 100%;
}
.festival_year_slide_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease-out;
	font-size: 35px;
	font-weight: 700;
}
.swiper-slide-action .festival_year_slide_txt {
	text-shadow: 0 0 12px rgba(255,255,255,1);
}
.festival_year_swiper .swiper-slide {
	cursor: pointer;
	transition: all 0.5s ease-out;
}
.festival_year_swiper .swiper-slide.comingsoon_slide {
	cursor: default;
}
.festival_year_swiper .swiper-slide img {
	transition: all 0.5s ease-out;
}
.festival_year_swiper .swiper-slide:hover img {
	transform: scale(1.15);
}
.festival_year_swiper .swiper-slide:hover .festival_year_slide_txt {
	transform: translate(-50%, -50%) scale(1.15);
}
.festival_year_swiper .swiper-slide-action.swiper-slide-on img {
	transform: scale(1.15);
}
.festival_year_swiper .swiper-slide-action.swiper-slide-on .festival_year_slide_txt {
	transform: translate(-50%, -50%) scale(1.15);
}
.swiper-slide-action img {
  animation: anime1 1s ease 0s infinite alternate;
  transform-origin:center;
}
.swiper-slide-action .festival_year_slide_txt {
  animation: anime2 1s ease 0s infinite alternate;
}
.festival_year_swiper .swiper-slide.swiper-slide-off {
	transform: scale(.9);
}
.festival_year_swiper .swiper-slide-action.swiper-slide-on {
	transform: scale(1);
}
.festival_year_swiper .swiper-slide-action.swiper-slide-on img {
	transform: scale(1.15);
}
.festival_year_swiper .swiper-slide-action.swiper-slide-on .festival_year_slide_txt {
	transform: translate(-50%, -50%) scale(1.15);
}
.swiper-slide-action.swiper-slide-on img {
  animation: unset;
}
.swiper-slide-action.swiper-slide-on .festival_year_slide_txt {
  animation: unset;
}
@keyframes anime1 {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1.15);
  }
}
@keyframes anime2 {
  from {
    transform: translate(-50%, -50%) scale(0.9);
  }
  to {
    transform: translate(-50%, -50%) scale(1.15);
  }
}
.festival_year_swiper .swiper-slide.comingsoon_slide:hover img {
	transform: scale(1);
}
.festival_year_swiper .swiper-slide.comingsoon_slide:hover .festival_year_slide_txt {
	transform: translate(-50%, -50%) scale(1);
}
.festival_year_swiper .swiper-slide.swiper-slide-active img {
	transform: scale(1.15);
}
.festival_year_swiper .swiper-slide.swiper-slide-active .festival_year_slide_txt {
	transform: translate(-50%, -50%) scale(1);
}
.festival_year_wrap {
	background: rgba(195, 196, 113, 0.09);
}
@media only screen and (min-width: 768px) {
	.festival_year_swiper_wrap .festival_year_swiper {
		padding: 200px 0 150px;
	}
	.festival_year_slide_txt {
		font-size: clamp(35px, 3.75vw, 48px);
	}
	.festival_year_img {
		max-width: 311px;
	}
}
@media only screen and (min-width: 900px) {
	.festival_year_slide_area .slider__items {
		padding: 0 0 0 85vw;
	}
	.festival_year_swiper .swiper-slide.swiper-slide-active img {
		transform: scale(1);
	}
	.festival_year_swiper .swiper-slide.swiper-slide-active .festival_year_slide_txt {
		transform: translate(-50%, -50%);
	}
	.festival_year_swiper .swiper-slide-action.swiper-slide-on {
		transform: scale(1);
	}
	.festival_year_swiper .swiper-slide-action.swiper-slide-on img {
		transform: scale(1.15);
	}
	.festival_year_swiper .swiper-slide-action.swiper-slide-on .festival_year_slide_txt {
		transform: translate(-50%, -50%) scale(1.15);
	}
}
@media only screen and (min-width: 1280px) {
	.festival_year_swiper_wrap .festival_year_swiper {
		padding: 300px 0 220px;
	}
  .festival_year_slide_area .slider__items {
    padding: 0 0 0 45vw;
  }
	.festival_year_slide_txt {
		font-size: 48px;
	}
	.festival_year_img {
		max-width: 487px;
	}
} */
/* About */
.about_wrap {
	padding: 160px 0 60px;
	position: relative;
}
.about_ttl_img {
	width: 130px;
	position: absolute;
	top: 40px;
	left: 0;
}
.about_body {
	width: 100%;
	padding: 0 33px;
}
.about_contents {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 100px 0;
}
.about_contents_img {
	width: 216px;
}
.about_txt_01 {
	line-height: 2.2;
	color: #000;
	font-size: 18px;
	font-weight: 400;
}
.about_organizers_wrap {
	margin: 70px 0 0;
}
@media only screen and (min-width: 768px) {
	.about_wrap {
		padding: 275px 0 80px;
	}
	.about_ttl_img {
		width: 208px;
	}
	.about_body {
		padding: 0 75px;
	}
	.about_contents {
		gap: 160px 0;
	}
	.about_contents_img {
		width: 326px;
	}
	.about_txt_01 {
		font-size: 24px;
	}
	.about_organizers_wrap {
		margin: 80px 0 0;
	}
}
@media only screen and (min-width: 1280px) {
	.about_wrap {
		padding: 330px 0 100px;
	}
	.about_ttl_img {
		top: 75px;
		width: 198px;
	}
	.about_body {
		width: 1130px;
		padding: 0;
		margin: auto;
	}
	.about_contents {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0;
	}
	.about_contents_img {
		width: 311px;
		margin: 30px 0 0;
	}
	.about_txt_area {
		max-width: 664px;
	}
	.about_txt_01 {
		font-size: 20px;
	}
}
/* Contact */
.contact_wrap {
	padding: 40px 0 100px;
}
.contact_body {
	width: 100%;
	padding: 0 33px;
}
.contact_txt_01 {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	line-height: 2;
	margin: 30px 0 0;
}
.contact_txt_02 {
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
@media only screen and (min-width: 768px) {
	.contact_wrap {
		padding: 61px 0 133px;
	}
	.contact_txt_box {
		width: 580px;
		margin: auto;
	}
	.contact_txt_01 {
		font-size: 24px;
		margin: 63px 0 0;
	}
	.contact_txt_01 br {
		display: none;
	}
	.contact_txt_02 {
		font-size: 24px;
	}
}
@media only screen and (min-width: 1280px) {
	.contact_wrap {
		padding: 35px 0 130px;
	}
	.contact_body {
		padding: 0 60px;
	}
	.contact_txt_box {
		width: unset;
		margin: 52px 0 0;
		text-align: center;
	}
	.contact_txt_01 {
		line-height: 1.5;
		margin: 0 0.5em 0 0;
		text-align: center;
		display: inline-block;
	}
	.contact_txt_02 {
		text-align: center;
		display: inline-block;
	}
}
@media only screen and (min-width: 1400px) {
	.contact_body {
		width: 1307px;
		padding: 0;
		margin: auto;
	}
}