@charset "utf-8";
/* CSS Document */

.campaign.sc-anime.campaignSp{
	display: none;
}

.main-wrap > div{
	margin-bottom: 150px;
}

.main-img.on{
	position: relative;
	height: 100vh;
	min-height: 800px;
	overflow: hidden;
}
.main-img::after{
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	display: none;
}
.main-img.on::after{
	display: block;
}
.main-img.on .swiper-container{
	width: 100%;
	height: calc(50% + 1px);
	pointer-events: none;
	position: absolute;
	z-index: 1;
}
.main-img.on .swiper-container.slide1{
	top: 0;
	left: 0;
}
.main-img.on .swiper-container.slide2{
	bottom: 0;
	left: 0;
}
.main-img.on .swiper-container .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.main-img.on .swiper-container .swiper-slide img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
  width:auto;
	height: 100%;
}
.main-img.on .swiper-container .swiper-slide img.fv-sp{
display:none;
}
.main-img.on .txt-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 50%;
}
.main-img .txt-box h1{
	color: #fff;
	white-space: nowrap;
}


.section .img-box{
	position: relative;
	z-index: 1;
}
.section .txt-box{
	position: relative;
	z-index: 2;
	transform: translateY(-100px);
	background-color: #fff;
	width: 80%;
	padding: 5% 5% 0;
	box-sizing: border-box;
	border-top: 1px solid #B5A796;
}
.section:nth-of-type(odd) .txt-box{
	margin-left: auto;
	margin-right: 0;
	border-left: 1px solid #B5A796;
}
.section:nth-of-type(even) .txt-box{
	margin-right: auto;
	margin-left: 0;
	border-right: 1px solid #B5A796;
}
.section .txt-box .top-title-box{
	gap: 10px;
	margin-bottom: 40px;
}
.section .txt-box .top-title-box img{
	width: 42px;
}
.section .txt-box .top-title-box h2{
	line-height: 1.3;
	margin-bottom: 20px;
}
.section .txt-box > p{
	margin-bottom: 50px;
}
.section .img-box2{
	gap: 20px;
}
.section .img-box2 .swiper-slide{
	opacity: 1!important;
}
.section .img-box2 > div{
	width: calc( 100% / 5 - 80px / 4);
}
.section .img-box2 > div a{
	display: block;
	transition: ease 0.3s;
}
.section .img-box2 > div a:hover{
	opacity: 0.5;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1000px ~ ---------- */
@media screen and (max-width: 1000px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.main-wrap > div{
		margin-bottom: 100px;
	}
	
	.main-img .txt-box{
		width: 60%;
	}
	
	.section .txt-box{
		width: 90%;
		transform: translateY(-60px);
	}
	.section .txt-box .top-title-box{
		margin-bottom: 30px;
	}
	.section .txt-box .top-title-box img{
		width: 36px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){

	.campaign.sc-anime.campaignSp{
		display: block;
	}

	.campaign.sc-anime.campaignPc{
		display: none;
	}

	.campaign.sc-anime.bottomin {
		margin: -20px auto 60px;
	}

	.main-wrap > div{
		margin-bottom: 80px;
	}

	.main-img.on{
		margin-top: 60px;
		height: 45vh;
		min-height: 400px;
	}
	.main-img .main-item{
		width: 100%;
	}
	.main-img .swiper-container{
		width: 100%;
	}
	.main-img.on .swiper-container .swiper-slide img{
		width: 100%!important;
		height: auto!important;
	}
  .main-img.on .txt-box{
		width: 70%;
	}
	.main-img.on .swiper-container .swiper-slide img:not(.fv-sp){
	display:none;
	}
	.main-img.on .swiper-container .swiper-slide img.fv-sp{
	display:block;
	}
	.section .txt-box{
		width: calc(100% - 20px);
		transform: translateY(-50px);
		padding-bottom: 20px;
	}
	.section .txt-box .top-title-box h2{
		line-height: 1.8;
		margin-bottom: 10px;
	}
	.section .img-box2{
		display: block;
		gap: 0;
	}
	.section .img-box2 > div{
		width: calc(100% - 40px)!important;
		margin: 0 auto;
	}
	.section .img-box2 .square-img{
		margin: 0 5px;
	}
	.section .img-box2 {
		position: relative;
	}
	.section .img-box2 .slick-arrow{
		border: none!important;
		background-color: transparent;
		background-color: rgba(255,255,255,0.9);
		z-index: 99;
		position: absolute;
		width: 30px;
		height: 30px;
		border-radius: 50%;
      opacity: 0.7;
	}
	.section .img-box2 .slick-arrow:focus{
		border: none;
	}
	.section .img-box2 .slick-arrow i{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.section .img-box2 .slick-prev{
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
	}
	.section .img-box2 .slick-next{
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

.txt-box {
    max-width: 647px;
}
