@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	background-color: #E5902C;
	color: #3b3838;
	box-sizing: border-box;
	padding: 0 0 5%;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.pcBox{
	display: none;
}

.top{
	box-sizing: border-box;
	padding: 5% 1%;
	margin-bottom: 10%;
}

.top h1{
	text-align: center;
	font-size: 20px;
	line-height: 1.7;
	margin: 3% auto;
}

.top p{
	font-size: 13px;
	line-height: 2;
	text-align: center;
	margin: 8% auto;
}

.main{
	width: 75%;
	margin: 10% auto;
}

.main h1{
	text-align: center;
	font-family: "arial", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 1.3;
}

.main h1 span{
	background-color: #3b3838;
	color: #E5902C;
	padding: 0 10%;
	border-radius: 90px;
}

.main p{
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	margin: 8% auto;
}

.box{
	margin: 20% auto;
}

.box h2{
	text-align: center;
	font-size: 25px;
	font-family: "arial", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 3% auto;
}

.main .box p{
	margin: 3% auto 6%;
}

.kadomaru{
	border-radius: 10px;
}

.gremlins1{
	width: 60%;
	margin: 0 auto;
}

.flex{
	display: flex;
	margin-top: 10%;
	column-gap: 20px;
	justify-content: center;
}

.gremlins2{
	width: 95%;
	margin: 30% auto 0;
}

.gremlins3{
	width: 95%;
	margin: 0 auto;
}

.gremlins5{
	width: 90%;
	margin: 30% auto 0;
}

.item{
	margin: 10% auto;
}

.item p{
	text-align: center;
}

.all {
	width: 90%;
	margin: 0 auto 15%;
}

.all p{
	text-align: center;
	font-size: 13px;
	margin: 3% auto;
}

.all .kome{
	font-size: 11px;
}

.item__link{
	width: 90%;
	margin: 10% auto;
}

.item__link p{
	text-align: center;
	font-size: 15px;
	line-height: 1.6;
	margin: 3% auto;
}

.item__link a{
	display: block;
	width: 50%;
	margin: 2% auto 10%;
	text-align: center;
	background-color: #3b3838;
	color: #E5902C;
	font-size: 17px;
	text-decoration: none;
	position: relative;
	line-height: 2;
	font-family: "arial", sans-serif;
	font-weight: 700;
}

.item__link a:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #E5902C;
	border-right: 2px solid #E5902C;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.item__link ul{
	padding: 0;
	display: flex;
	list-style: none;
	column-gap: 10px;
}

.foot{	
	margin: 15% auto 10%;
}

.foot h1{
	text-align: center;
	font-size: 20px;
	margin: 2% auto;
}

.foot p{
	text-align: center;
	font-size: 13px;
	line-height: 1.6;
}

@media(min-width:750px){
	.sticky__container{
		display: flex;
		background-color: #e1d8d1;
	}
	.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;
		padding-bottom: 0;
	}
	
	.leftBox img{
		display: block;
		width: 43vh;
	}
	
	.snsBOX{
		font-family: 'Arial',sans-serif;
	}
	
	.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%;
	}
	
	.br_s{
		display: none;
	}
	}

