@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.pcBox{
	display: none;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.Smoothy-Regular{
	font-family: "smoothy", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.Smoothy-Slanted{
	font-family: "smoothy", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.title{
	margin: 8% auto 10%;
}

.title h1{
	text-align: center;
	font-size: 70px;
	margin: 1% 0;
	line-height: 0.8;
}

.title h2{
	text-align: center;
	margin: 0;
	font-size: 30px;
}

.move-img{
	margin: 2% auto;
}

.move-wrap{
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 0;
	column-gap: 10px;
}

.slideshow{
	display: flex;
	column-gap: 10px;
    animation: loop-slide 22s infinite linear 1s both;
}

.slideshow2{
	display: flex;
	column-gap: 10px;
    animation: loop-slide2 22s infinite linear 1s both;
}

.content{
	width: 130px;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop-slide2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.movie{
	width: 90%;
	margin: 10% auto 10%;
}
video{
	width: 100%;
	height: auto;
}

.main_content{
	margin: 20% auto 10%;
}

.box{
	width: 90%;
	margin: 0 auto 20%;
}

.box h1{
	text-align: center;
	font-size: 16px;
	margin: 3% auto;
}

.box h1 span{
	display: inline-block;
	padding: 1% 3%;
	position: relative;
}

.box h1 span:before, .box h1 span:after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
}

.box h1 span:before {
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	top: 0;
	left: 0;
}

.box h1 span:after {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	bottom: 0;
	right: 0;
}

.style{
	margin: 3% auto;
}

.flex{
	display: flex;
}

.box p{
	text-align: center;
	font-size: 12px;
	line-height: 2;
	margin: 8% auto;
}

.box a{
	display: block;
	width: 50%;
	margin: 3% auto;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	line-height: 2;
}

.all{
	display: block;
	width: 80%;
	margin: 0 auto 10%;
	text-align: center;
	color: #000;
	border: solid 1px #000;
	font-size: 16px;
	text-decoration: none;
	line-height: 3;
}

@media(min-width:750px){
	.sticky__container{
		display: flex;
		background-color: #f9f7f5;
	}
	.pcBox{
		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;
		background-color: #fff;
		padding-bottom: 3%;
	}
	
	.leftBox img{
		display: block;
		width: 43vh;
	}
		
	.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%;
	}

	.box h1{
		font-size: 21px;
	}
	
	.box p{
		font-size: 14px;
		margin: 10% auto;
	}
	
	.box a{
		line-height: 2.3;
	}
	}




