@charset "utf-8";

.mainv {
	background-image: none;
	position: relative;
	z-index: 0;
}

.mainv_ttl {
	position: relative;
	z-index: 1;
}

.mainv_ttl img {

	max-width: 195px;
}

@media screen and (max-width: 1700px) {
	.mainv_ttl img {
		max-width: 180px;
	}

}

.mainv_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.mainv_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.lead {
	text-align: center;
	margin: 120px auto 70px;
}

.caption {
	margin-top: 20px;
}

.video {
	position: relative;
}

.video::before {
	content: "";
	z-index: 2;
	position: absolute;
	background: url(../img/common/btn01.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 71px;
	height: 71px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.messageBoxWrap {
	background-color: #E4E9E8;
	margin: 120px auto;
	padding: 120px 3%;
}

.messageBoxWrap.__mt {}

.messageBoxWrap.__mt02 {
	margin-top: 55px;
}

.messageBox {
	max-width: 1200px;
	margin: 0 auto;
}

.messageBox .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 50px;
}

.messageBox p {
	line-height: 2;
}

.messageBox .name {
	text-align: right;
	margin-top: 30px;
}

.messageBox .info {
	margin-top: 50px;
}

.messageBox .img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 0;
	margin-top: 60px;
}


.messageBox .img a,
.messageBox a.img {
	overflow: hidden;
}

.messageBox .img a img,
.messageBox a.img img {
	transition: all 500ms ease;
}

.messageBox .img a:hover img,
.messageBox a.img:hover img {
	transform: scale(1.03);
}

.messageBox .img.__col2 {
	justify-content: space-between;
}


.messageBox .img figure {
	width: 46.9%;
	overflow: hidden;

}


.messageBox .img figure.__full {
	width: 50%;
}

.messageBox .img figure a {
	display: block;
}

.pageNaviWrap {
	margin-bottom: 120px;
}

.pageNavi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.pageNavi.__center {
	justify-content: center;
}

.pageNavi li {}

.pageNavi li a {
	display: block;
	padding: 0 0 12px 34px;
	border-bottom: 1px solid #ccc;
	background: url("../img/common/arrow05.svg") no-repeat left 12px top 0.7em/ 7px auto;

}

.pageNaviImg {
	margin: 120px 0 200px;
}

.exhibitionImg {
	margin: 120px 0;
}

.article {
	margin-top: 120px;
}

.article.__mb {
	margin-bottom: 180px;
}

.articleTtl {
	font-size: 32px;
	line-height: normal;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
}

.articleTtlSmall {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.5;
}

.articleTtlSmall.__mt {
	margin-top: 55px;
}

.articleBtn {
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	width: 369px;
	height: 92px;
	margin: 50px 0 0;
}

.articleBtn.__disable {
	pointer-events: none;
}

.articleCol2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.articleCol2.__movie {
	gap: 100px 0;

}

.articleCol2+.articleCol2 {
	margin-top: 100px;
}

.articleCol2Movie {
	width: 45.8%;
}

.articleCol2Movie .movie {
	position: relative;
	margin-bottom: 35px;
	aspect-ratio: 550/309;
	overflow: hidden;
}

.articleCol2Movie img {
	transition: all 500ms ease;
}

.articleCol2Movie a {
	display: block;
}

.articleCol2Movie a:hover img {
	transform: scale(1.1);
}

.articleCol2Movie .movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.articleCol2Contents {
	width: 50%;
}

.articleCol2Contents p {
	line-height: 2;
}

.articleCol2Img {
	width: 45%;
}

.articleSlider {
	padding-bottom: 60px;
	overflow: visible;
}

.articleSlider.__mt {
	margin-top: 60px;
}


.articleSlider .swiper-pagination {
	bottom: 5px !important;
}

.articleSlider .swiper-slide img {
	aspect-ratio: 1200/700;
	object-fit: cover;
}

.articleSliderThumbnail {
	max-width: 904px;
	margin: 0 auto;
	padding: 0 16px;
}

.articleSliderThumbnail::before,
.articleSliderThumbnail::after {
	content: '';
	display: block;
	width: 5%;
	height: 110%;
	background: #fff;
	position: absolute;
	top: -5%;
	z-index: 9;
}

.articleSliderThumbnail::before {
	left: -3.5%;
}

.articleSliderThumbnail::after {
	right: -3.5%;
}

.articleSliderThumbnail .swiper-slide {
	position: relative;
	bottom: 0;
	width: 13%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	border-radius: 0;
	overflow: visible;
	opacity: 1;
	margin: 0 !important;
	padding: 5px;
	outline: none;
	cursor: pointer;
}


.articleSliderThumbnail .swiper-slide::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #000;
	transition: 0.5s;
	opacity: 0;
	box-sizing: border-box;
}

.articleSliderThumbnail .swiper-slide.swiper-slide-thumb-active::before {
	opacity: 1;
}

.articleSliderThumbnail .swiper-slide img {
	aspect-ratio: 157/92;
	-o-object-fit: cover;
	object-fit: cover;
	transition: 0.5s;
}

.articleSliderThumbnail .swiper-navigation-icon {
	display: none;
}

.articleSliderThumbnail .swiper-button-prev,
.articleSliderThumbnail .swiper-button-next {
	width: 36px;
	height: 36px;
	background: url("../img/common/slide_arrow_01.svg") no-repeat center center/ contain;
	z-index: 10;
}

.articleSliderThumbnail .swiper-button-prev {

	left: 0;
}

.articleSliderThumbnail .swiper-button-next {
	background-image: url("../img/common/slide_arrow_02.svg");
	right: 0;
}

.photographer {
	margin: 56px 0 180px;
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {

	/*----------------------------------*/
	.mainv_ttl img {
		max-width: 58px;
		margin-left: -7px;
	}

	.lead {
		margin: 45px auto;
	}

	.video::before {
		width: 36px;
		height: 36px;
	}

	.messageBoxWrap {
		margin: 60px auto;
		padding: 60px 6%;
	}

	.messageBoxWrap.__mt {
		margin-top: 20px;
	}

	.messageBoxWrap.__mt02 {
		margin-top: 30px;
	}

	.messageBox .title {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.messageBox .name {
		margin-top: 20px;
	}

	.messageBox .info {
		margin-top: 40px;
	}

	.messageBox .img {
		margin-top: 40px;

	}

	.messageBox .img figure {
		width: 100%;
	}

	.pageNaviWrap {
		margin-bottom: 60px;
	}

	.pageNavi li a {
		display: block;
		padding: 0 0 10px 20px;
		background-position: left 8px top 0.7em;

	}

	.pageNaviImg {
		margin: 40px 0 60px;
	}

	.exhibitionImg {
		margin: 60px 0;
	}

	.article {
		margin-top: 60px;
	}

	.article.__mb {
		margin-bottom: 60px;
	}

	.articleTtl {
		font-size: 18px;
		padding-bottom: 15px;
	}

	.articleTtlSmall {

		font-size: 15px;
		margin-bottom: 10px;
	}

	.articleTtlSmall.__mt {
		margin-top: 30px;
	}

	.articleBtn {
		margin: 25px auto 0;
		width: 80%;
		height: 60px;
	}

	.articleCol2 {
		margin-top: 30px;
	}

	.articleCol2.__movie {
		gap: 50px 0;
	}

	.articleCol2+.articleCol2 {
		margin-top: 60px;
	}

	.articleCol2Contents {
		width: 100%;
		margin-top: 20px;
		order: 2;
	}

	.articleCol2Img {
		width: 100%;
		order: 1;
	}


	.articleCol2Movie {
		width: 100%;
	}

	.articleCol2Movie .movie {
		margin-bottom: 15px;
	}

	.articleSlider {
		padding-bottom: 20px;
	}

	.articleSlider.__mt {
		margin-top: 30px;
	}

	.articleSliderThumbnail {
		margin: 0 -16px;
	}

	.articleSliderThumbnail .swiper-slide {
		width: 15%;
		padding: 4px;
	}

	.articleSliderThumbnail .swiper-slide::before {}

	.articleSliderThumbnail .swiper-button-prev,
	.articleSliderThumbnail .swiper-button-next {
		width: 30px;
		height: 30px;
		transform: translateY(7px);
	}

	.articleSliderThumbnail::before {
		left: -1.5%;
	}

	.articleSliderThumbnail::after {
		right: -1.5%;
	}

	.photographer {
		margin: 30px 0 60px;
	}

}

/* .acd_item::after{
		content:"";
		width:250px;
		display: block;
		}
	
	.acd_item3::after{
			width:500px;
			}
} */