
.shot-area{
	background-color: #ebebeb;
    hight:8000px;
	width: 100vw;
}
.shot-area h3{
	text-align: center;
	padding-top: 120px;
	padding-bottom: 60px;
	font-size: 28px;
}
.large-group{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:15%;
	padding-bottom: 200px;
}
.pc-shot{
	width: 220px;
	height: 100%;
	background-size:100%;
	margin: auto;
}
.pc-shot1{
	background-image: url("../image/pc-shot.jpg");
	height: 2315px;
}
.sp-shot{
	width: 120px;
	height: 100%;
	background-size:100%;
	margin: auto;
}
.sp-shot1{
	background-image: url("../image/sp-shot.jpg");
	height: 2483px;
}









@media screen and (max-width: 800px) {


.shot-area{
    hight:8000px;
}
.shot-area h3{
	text-align: center;
	padding-top: 120px;
	padding-bottom: 60px;
	font-size: 20px;
}
.large-group{
	display: flex;
	justify-content: center;
	align-items: center;
	gap:15%;
	padding-bottom: 200px;
	flex-flow: column;
	
}
 
}
