@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	background-color: #F2F2F2;
	padding: 5% 0;
	font-family: "ivymode", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.top{
	width: 90%;
	margin: 0 auto;
}

.top p{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 10% auto;
}

.move-wrap{
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 2% 0 10%;
	column-gap: 10px;
}

.slideshow{
	display: flex;
	column-gap: 10px;
    animation: loop-slide 30s infinite linear 1s both;
}

.content{
	width: 130px;
}

.content img{
	border-radius: 0px;
	box-sizing: border-box;
	/*border: solid 1px #000;*/
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.content p{
	margin: 2% 0;
	text-align: center;
	font-size: 13px;
}

.all {
	display: block;
	width: 60%;
	margin: 8% auto;
	text-align: center;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	line-height: 3;
}

.main-content{
	margin: 15% auto;
}

.box{
	width: 90%;
	margin: 0 auto 20%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 3%;
}

.box_last{
	margin-bottom: 5%;
}

.box h1{
	text-align: center;
	font-size: 25px;
	margin: 2% auto;
	font-weight: normal;
}

.flex{
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap: 10px;
}

.style-sub{
	position: relative;
}

.thm{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.thm p{
	margin: 2% 0;
	text-align: center;
	line-height: 1.8;
	font-size: 15px;
}

.thm a{
	display: block;
	width: 80%;
	margin: 2% auto;
	background-color: #999;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	position: relative;
}

.thm a:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}


.daily{
	margin: 10% auto 5%;
}

.daily h2{
	text-align: center;
	font-size: 20px;
	margin: 2% auto;
	font-weight: normal;
}

.daily ul{
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 10px;
}

.daily ul a{
	display: block;
	background-color: #999;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	line-height: 2;
	position: relative;
}

.daily ul a:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.daily66{
	width: 66%;
	margin: 0 auto;
}

.all{
	display: block;
	width: 60%;
	margin: 0 auto;
	position: relative;
	font-size: 16px;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.profile{
	width: 90%;
	margin: 10% auto;
	background-color: #fff;
	box-sizing: border-box;
	padding: 5%;
}

.profile-flex{
	/*display: flex;*/
	column-gap: 20px;
}

.profile-img{
	border-radius: 50%;
	width: 50%;
	margin: 0 auto;
}

.img-box ul{
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	column-gap: 10px;
	margin: 5% auto;
}

.img-box ul li img{
	width: 40px;
	height: auto;
}

.profile-lead p{
	font-size: 13px;
	line-height: 1.8;
	margin: 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.profile-lead span{
	font-size: 18px;
	/*font-weight: 600;*/
	font-family: "ivymode", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.movie{
	width: 90%;
	margin: 10% auto 10%;
}

video{
	width: 100%;
	height: auto;
}

@media(min-width:750px){
	.sticky-content{
		display: flex;
		background-color: #EAEAEA;
	}
	
	.pc-box{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.wrapper{
		width: 35%;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 2% 0;
	}
	
	.leftBox img{
		display: block;
		width: 40vh;
	}
		
	.snsBOX__inner{
		border-radius: 15px;
		text-align: center;
	}
	
	.snsBOX__list01{
		display: flex;
		padding: 0;
		list-style: none;
		justify-content: center;
		margin: 0;
	}
	
	.snsBOX__list01 li{
		margin: 0 7px;
		line-height: 0;
	}
	
	.snsBOX__list01 li img{
		width: 50px;
		height: auto;
	}
	
	.header_logo_bayflow{
		width: 65%;
		margin: 2% auto 4%;
	}
	
}






