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

/*
-----------------------------------------------
** 追加
----------------------------------------------- */
.fadein {
  opacity: 0;
  transform: translateY(0);
  animation: fadein 2.6s forwards;
}

@keyframes fadein {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header_in .logo{
}

.header_in .logo a img{
width:100% !important;
}

.hover:hover{
opacity:0.6
}


/*
-----------------------------------------------
** 表示・非表示
----------------------------------------------- */

.spOnly{
	display: none;
}
@media screen and (max-width: 950px){
	.over950{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.pcOnly{
		display: none;
	}
	.spOnly{
		display: block;
	}
}

/*
-----------------------------------------------
** swiper
----------------------------------------------- */
.swiper-button-next{
	left: 78.3%;
	color: #333;

}
.swiper-button-prev{
	left: unset;
	right: 78.3%;
	color: #333;

}

.swiper-button-next,
.swiper-button-prev{
	width: 40px;
	height: 40px;
	margin-top: -2.4em;
}

.swiper-button-next::after,
.swiper-button-prev::after{
	content: "";
	width: 20px;
	height: 20px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.swiper-button-next::after{
	transform: rotate(45deg);
}

.swiper-button-prev::after{
	transform: rotate(-135deg);
}
.top_gallery{
	margin-bottom: 190px;
}
.caption{
	font-size: 1.5rem;
	font-weight: 300;
	margin-top: 0.4em;
}
@media screen and (max-width: 768px){
	.swiper-button-next,
.swiper-button-prev{
	width: 30px;
	height: 30px;
	margin-top: -3.4em;
}
	.swiper-button-next::after,
.swiper-button-prev::after{
	width: 10px;
	height: 10px;
}
}
@media screen and (max-width: 500px){
	.swiper-button-next{
	left: 86.7%;
}
.swiper-button-prev{
	right: 86.7%;
}
	.caption{
		font-size: 1.4rem;
	}
	.top_gallery{
		margin-bottom: 60px;
	}
}
/*
-----------------------------------------------
** top コンテンツ
----------------------------------------------- */
.main_vis{
	/* margin-top: 240px; */
	margin-top: 9%;
	margin-bottom: 150px;
}
.top_txt{
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 2.5;
	font-size: 1.5rem;
	font-weight: 300;
	margin-bottom: 142px;
}
.top_img02{
	width: 80%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 128px;
}
.caption02{
	font-size: 1.5rem;
	font-weight: 300;
	margin-top: 0.2em;
}
.top_img03{
	width: 70%;
	max-width: 1133px;
	margin-left: auto;
	margin-bottom: 138px;
}
@media screen and (min-width: 1500px){
	.top_in01{
		max-width: 1500px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 1050px){
	.top_txt{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 950px){
	.top_txt{
		text-align: left;
		width: 80%;
		margin-bottom: 100px;
	}
	.main_vis{
		margin-top: 140px;
		margin-bottom: 100px;
	}
	.top_img02,
	.top_img03{
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 600px){
	.top_txt{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 50px;
	}
	.caption02{
		font-size: 1.4rem;
	}
	.main_vis{
		margin-top: 70px;
		margin-bottom: 50px;
	}
	.top_img02{
		width: 90%;
		margin-bottom: 50px;
	}
	.top_img03{
		width: 75%;
		margin-bottom: 70px;
	}
}

/*
-----------------------------------------------
** gallery
----------------------------------------------- */
.top_in02{
	padding-left: 200px;
	padding-right: 200px;
}
.h01{
	font-size: 2.5rem;
	font-weight: 400;
	color: #666666;
	padding-bottom: 0.2em;
	border-bottom: solid 1px #666666;
	margin-bottom: 3em;
}
@media screen and (min-width: 1500px){
	.top_in02{
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1300px){
	.top_in02{
		padding-left: 10vw;
		padding-right: 10vw;
	}
}
@media screen and (max-width: 767px){
	.top_in02{
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.h01{
		font-size: 2.2rem;
		margin-bottom: 2em;
	}
}
@media screen and (max-width: 500px){
	.top_in02{
		padding-left: 20px;
		padding-right: 20px;
	}
	.h01{
		font-size: 2rem;
	}
}

/*
-----------------------------------------------
** 右から左に流れるテキスト
----------------------------------------------- */
.main_vis{
	position: relative;
	isolation:isolate;
	background-color: #fff;
}
.move_wrap{
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: -0.2%;
	transform: translateY(-50%);
	z-index: 5;
	mix-blend-mode: screen;
	width: 100%;
}
.move_track{
	display: flex;
	width: max-content;
	animation: moveText 30s linear infinite;
}
.move_text{
	padding-right: 0.5em;
	font-size: 13.7rem;
	font-weight: 300;
	color: #595657;
}
.main_img{
	position: relative;
	z-index: 1;
}
@keyframes moveText{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 767px){
	.move_text{
		font-size: 8rem;
	}
}
@media screen and (max-width: 500px){
	.move_text{
		font-size: 5rem;
	}
}
