@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.content-wrap{
	margin: 0 auto;
	width: 100%;
}

.content-wrap img{
	display: block;
	line-height: 0;
}

.hezy-head{
	position: sticky;
	top: 0;
	z-index: -1;
	width: 100%;
	/*height: 100vh;*/
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding-top: 23%;
	background-color: #eae8eb;
}

.hezy-head picture {
    display: block;
    width: 100%;
    height: 100%;
}

.hezy-head img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	animation: blurToClear 1.0s ease-out forwards;
}

@keyframes blurToClear {
    0% {
        filter: blur(15px); /* 開始時のぼかし具合 */
        transform: scale(1.1); /* 少し拡大しておくと、端の余白が隠れて綺麗です */
    }
    100% {
        filter: blur(0px);   /* 最終的にぼかしをゼロにする */
        transform: scale(1.0); /* 元のサイズに戻す */
    }
}

.hezy-head .logo{
	position: absolute;
	z-index: 2;
	width: 160px;
	top: 5%;
}

.pc-box{
	display: none;
}

.sticky-contner{	
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5%;
	background-color: #00823b;
}

.mv{
	margin: 0 auto;
	padding: 10% 0;
}

.mv img{
	width: 40%;
	margin: 0 auto;
}

.mv p{
	font-size: 14px;
	line-height: 2;
	margin: 10% auto;
	color: #fff;
	text-align: center;
}

.movie{
	width: 90%;
	margin: 10% auto;
}

.movie-title{
	width: 80%;
	margin: 2% auto;
	filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}

video{
	width: 100%;
	margin: 5% auto;
}

.about{
	width: 90%;
	margin: 15% auto;
}

.about-title{
	width: 70%;
	margin: 2% auto;
	filter: drop-shadow(3px 3px 0 rgba(0, 0, 0, 0.5));
}

.about-profile{
	margin: 10% 0;
	display: flex;
	column-gap: 20px;
	align-items: center;
	justify-content: center;
}

.about-profile img{
	width: 30%;
	box-sizing: border-box;
	border-radius: 50%;
}

.about-profile__sns p{
	font-size: 20px;
	line-height: 1.4;
	margin: 0 0 3% 0;
	font-weight: normal;
	font-family: arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 1px;
	color: #fff;
}

.about-profile__sns p span{
	font-size: 14px;
}

.about-profile__sns__icon{
	display: flex;
	column-gap: 5px;
	margin: 2% auto 0;
}

.about-profile__sns__icon .staffbord a {
    background: #fff url("https://www.dot-st.com/static/docs/bayflow/pages/241119_newbasic_bj/images/sb.jpg") 50% 50% no-repeat;
    background-size: 80% auto;
}

.about-profile__sns__icon .instagram a {
    background: #fff url(https://www.dot-st.com/static/docs/c/pages/cp-staffboard/images/icon_instagram.png) 50% 50% no-repeat;
    background-size: 24px auto;
}

.about-profile__sns__icon a{
	display: block;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.qa{
	margin: 10% auto 30%;
}

.qa-box{
	margin: 0 auto 10%;
	position: relative;
}

.qa-box__left{
	width: 85%;
	padding-bottom: 13%;
}

.qa-box__right{
	width: 85%;
	margin-left: 15%;
	padding-bottom: 13%;
}

.qa-box__right__bottom20{
	padding-bottom: 20%;
}

.qa-box__anser{
	font-size: 15px;
	line-height: 1.7;
	/*letter-spacing: 1px;*/
	white-space: nowrap;
	display: flex;
	flex-direction: column;
}

.qa-box__anser span{
	background-color:rgba(255, 255, 255, 0.8);
	padding: 0 1%;
	display: inline-block;
	margin-bottom: 4px;
}

.text-right{
	text-align: right;
}

.position-01{
	position: absolute;
	right: 0;
	bottom: 0;
	align-items: flex-end;
}

.position-02{
	position: absolute;
	left: 0;
	bottom: 0;
	align-items: flex-start;
}

.look{
	margin: 15% auto 30%;
}

.look-title{
	width: 70%;
	margin: 0 auto 3%;
	filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}

.swiper{
	padding: 0!important;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 5% auto;
}

.swiper-button-prev,
.swiper-button-next {
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
}
    
/* 矢印の位置調整（余白部分に配置する） */
.swiper-button-prev {
	left: 10px !important; /* 左端からの距離 */
}

.swiper-button-next {
	right: 10px !important; /* 右端からの距離 */
}

.swiper-button-prev:after,
.swiper-button-next:after {
	color: #fff;
	font-size: 24px !important;
}

/* 画像の幅をコンテナに合わせる */
.swiper-slide img {
	width: 80%;
	margin: 0 auto;
	height: auto;
}

.behind{
	margin: 15% auto 5%;
}

.behind-title{
	width: 90%;
	margin: 0 auto 5%;
	filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}

.move-wrap{
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 5px 0;
	column-gap: 5px;
}

.move-slide{
	display: flex;
	column-gap: 5px;
    animation: loop-slide 22s infinite linear 1s both;
}

.move-slide2{
	display: flex;
	column-gap: 5px;
    animation: loop-slide2 20s infinite linear 1s both;
}

.move-slide-img{
	width: 220px;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.all{
	width: 70%;
	margin: 10% auto;
}

.all a{
	display: block;
	border: solid 1px #fff;
	box-sizing: border-box;
	padding: 5% 20%;
}

.all img{
	filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.3));
}

@media(min-width:750px){
	
	.hezy-head{
		height: 100vh;
		padding-top: 0%;

	}
	
	.hezy-head .logo{
		position: absolute;
		z-index: 2;
		width: 200px;
		right: 5%;
		top: 10%;
	}
	
	.sticky-contner{
		display: flex;
		background-color:#daede2;
	}
	
	.pc-box{
		width: 33%;
		height: 100vh;
		position: sticky;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.pc-box__left{
		width: 24vh;
	}
	
	.wrapper{
		width: 35%;
	}
	
	.pc-box__right{
		width: 34vh;
	}
	
	.pc-box__right a{
		display: block;
		border: solid 1px #00823b;
		box-sizing: border-box;
		padding: 10% 10% 13%;
		position: relative;
		z-index: 2;            /* 文字を背景（z-index:1）より上に配置 */
		transition: color 0.3s;
		position: relative;
	}

	.pc-box__right a:before{
		display: inline-block;
		position: absolute;
		bottom: 8%;
		left: 50%;
		transform: translateX(-50%);
		width: 8px;
		height: 8px;
		border-top: 2px solid #00823b;
		border-right: 2px solid #00823b;
		content: "";
		transform: translateY(-50%) rotate(135deg);
	}
	
	.pc-box__right a:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;              /* 最初は幅ゼロ */
		height: 100%;
		background-color: #f0e800; /* 塗りたい色（例：黄色） */
		z-index: 1;            /* 文字の下、liの背景の上に配置 */
		transition: width 0.4s ease-out; /* 伸びるアニメーション */
	}

	#item-list-content {
    		padding-top: 10% !important;
	}
	
	.qa-box__right__bottom20{
		padding-bottom: 13%;
	}

}
















