@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	font-family: helvetica-lt-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color: #FFF2CC;
	overflow: hidden;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.pcBox{
	display: none;
}

.top{
	box-sizing: border-box;
	padding: 5%;	
}

.top-title{
	width: 80%;
	margin: 14% auto;
}

.movie{
	width: 90%;
	margin: 10% auto 15%;
}

video{
	width: 100%;
	height: auto;
}

.profile{
	width: 90%;
	margin: 10% auto;
	box-sizing: border-box;
	border: solid 1px #ff2525;
	padding: 7% 5%;
	position: relative;
}

.profile-flex{
	display: flex;
	column-gap: 30px;
	justify-content: center;
	align-items: center;
	margin-bottom: 5%;
}

.profile-flex img{
	width: 40%;
	border-radius: 50%;
}

.profile .profile-flex p{
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.profile .profile-flex a{
	display: inline-block;
	color: #000;
	text-decoration: none;
	margin-bottom: 4px;
}

.profile .profile-flex a:after{
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	color: #000;
	background-image: url('https://www.dot-st.com/static/docs/c/css/include/images/icon_sns_insta_color.png');
  	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin: 0 auto;
}

.profile p{
	font-size: 13px;
	line-height: 2;
	font-weight: normal;
	text-align: center;
	margin: 0;
}

.profile h2{
	position: absolute;
	margin: 0;
	top: -5%;
	left: -5%;
	font-size: 40px;
	transform: rotate(-15deg)!important;
	color: #ff2525;
	font-family: "cc-spaghetti-western-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 1%;
}

.massege{
	width: 90%;
	margin: 10% auto 5%;
	box-sizing: border-box;
	border: solid 1px #494080;
	padding: 10% 5%;
	position: relative;
}

.massege p{
	font-size: 13px;
	line-height: 2;
	font-weight: normal;
	text-align: center;
}

.massege h2{
	position: absolute;
	margin: 0;
	top: -6%;
	left: -5%;
	font-size: 36px;
	transform: rotate(-15deg)!important;
	color: #494080;
	font-family: "cc-spaghetti-western-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 1%;
}

.item{
	margin: 10% auto;
}

.item h1{
	text-align: center;
	background-color: #ff6a30;
	color: #fff;
	font-size: 30px;
	padding: 2% 0;
}

.item ul{
	margin: 3% auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	column-gap: 10px;
	width: 90%;
}

.item ul li p{
	text-align: center;
	margin: 3% 0;
	font-size: 14px;
}

.content{
	margin: 15% auto;
	width: 90%;
}

.box{
	margin: 0 auto 30%;
	position: relative;}

.flex{
	display: flex;
	flex-wrap: wrap;
	gap:10px 10px;
	justify-content: center;
}

.flex img{
	width: calc(50% - 10px);
}

.flex .full-img{
	width: calc(100% - 10px);
}

.title{
	position: absolute;
	margin: 0;
	top: -3%;
	left: -3%;
	font-size: 40px;
	transform: rotate(-15deg)!important;
	color: #ff6a30;
	font-family: "cc-spaghetti-western-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 1%;
}

.glid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	column-gap: 10px;
	grid-row-gap: 10px;
}

.glid img:nth-child(1){
	grid-row: 1 / 3;
	grid-column: 1 / 3;
	box-sizing: border-box;
	padding: 1px;
}


.box a{
	display: block;
	width: 50%;
	margin: 8% auto;
	text-decoration: none;
	color: #fff;
	background-color: #494080;
	font-size: 15px;
	text-align: center;
	line-height: 2.5;
}

.box_last{
	margin-bottom: 15%;
}

.all{
	display: block;
	width: 100%;
	margin: 5% auto 2%;
	text-align: center;
	background-color: #ff6a30;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	line-height:1.3;
	padding: 4% 0;
}


@media(min-width:750px){
	.sticky__container{
		display: flex;
		background-color: #fffaeb;
	}
	.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;
	}
	
	.leftBox img{
		display: block;
		width: 40vh;
	}
	
	.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%;
	}
	
	.profile h2, .massege h2, .title{
		font-size: 50px;
	}

	}








