<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main{
	margin-top: 50px;
}

.top_youtube{
	background: #ff0000;
	color: #fff;
	padding: 50px 20px;
}
.top_h2{
	font-size: 1.7em;
	line-height: 1.5em;
}
.top_h2_sub{
	border-bottom: 1px solid #fff;
	max-width: 200px;
	width: 100%;
	padding: 5px 0;
	line-height: 1.5em;
	margin: auto;
	position: relative;
}
.top_h2_sub::before,.top_h2_sub::after{
	content: "";
	display: block;
	position: absolute;
}
.top_h2_sub::before{
	width: 22px;
	height: 1px;
	background: #ff0000;
	bottom: -1px;
	left: calc(50% - 5px);
}

.top_h2_sub::after{
	width: 20px;
	height: 1px;
	background: #fff;
	bottom: -8px;
	left: 50%;
	transform: rotate(-45deg);
}
.top_youtube_wrap{
	margin-top: 50px;
}
.top_btn_wrap{
	margin-top: 50px;
}
a.top_btn{
	display: inline-block;
	border-radius: 30px;
	font-size: 1.2em;
	padding: 7px 25px;
}
a.top_youtube_btn{
	background: #fff;
	color: #ff0000;
	border: solid 2px #fff;
	transition: 0.3s ease-in-out;
}
.top_youtube_wrap figure{
	margin: 0;
}
.top_youtube_wrap .wp-block-embed__wrapper{
	position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.top_youtube_wrap .wp-block-embed__wrapper iframe{
	position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.top_message,
.top_prof{
	padding: 80px 20px;
}
.top_message_h3{
	font-size: 1.5em;
	margin-top: 80px;
}
.top_message_copy{
	font-size: 1.7em;
	margin-top: 50px;
	align-items: center;
	gap: 10px;
}
.top_message_line{
	height: 1px;
	flex: 1;
	border-bottom: 1px solid #ffc21b;
}
.top_massage_txt{
	margin-top: 30px;
}

.top_fb{
	background: #1877f2;
	color: #fff;
	padding: 50px 20px;
}
.top_fb_wrap{
	max-width: 500px;
	width: 100%;
	margin: 30px auto 0;
}
.top_fb iframe{
	width: 100%;
}
a.top_fb_btn{
	background: #fff;
	color: #1877f2;
	border: solid 2px #fff;
	transition: 0.3s ease-in-out;
}

.top_h2_sub_wh{
	border-bottom: 1px solid #555;
}
.top_h2_sub_wh::before{
	background: #fff;
}
.top_h2_sub_wh::after{
	background: #555;
}
.top_prof_wrap {
	flex-wrap: wrap;
	gap: 50px;
}
.top_prof_img{
	margin-top: 30px;
}
.top_prof_name{
	font-size: 1.7em;
}
.top_prof_txt{
	margin-top: 20px;
}
a.top_prof_btn{
	color: #22a1da;
	border: solid 3px #22a1da;
	transition: 0.3s ease-in-out;
	min-width: 200px;
}

.top_policy{
	padding: 0 20px 80px;
}
.top_policy_wrap{
	margin-top: 80px;
	flex-wrap: wrap;
	gap: 50px;
}
.top_policy_box{
	width: 100%;
}
.top_policy_ttl{
	font-size: 1.5em;
	line-height: 1.5em;
}
.top_policy_txt{
	margin-top: 20px;
}

.top_insta{
	padding: 80px 20px;
	background: linear-gradient(100deg, #c938c5 0%,#f63838 50%,#ffde51 100%);
	color: #fff;
}
a.top_is_btn{
	background: #fff;
	color: #fc5338;
	border: solid 2px #fff;
	transition: 0.3s ease-in-out;
}

.top_insta{
	padding: 80px 20px;
}
.top_insta_wrap{
	margin-top: 50px;
}

.top_bnr_area{
	padding: 80px 20px;
}
.top_bnr_wrap{
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.top_bnr{
	transition: 0.3s ease-in;
}

.top_info{
	padding: 80px 20px;
	background: #22a1da;
	color: #fff;
}
.top_h2_sub_bl::before{
	background: #22a1da;
}
.top_info_wrap{
	margin-top: 70px;
}
.top_gmap{
	margin-top: 50px;
}
#manga_bnr{
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 10;
	max-width: 30%;
}

@media only screen and (min-width:1025px) {
	/* .top_main_img picture{
		height: calc(100vh - 60px);
		display: block;
	}
	.top_main_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top;
	} */

	.top_youtube{
		padding: 100px 20px;
	}
	.top_youtube_wrap{
		margin: 100px auto 0;
		max-width: 760px;
	}
	.top_btn_wrap{
		margin-top: 100px;
	}
	a.top_youtube_btn:hover{
		background: #ff0000;
		color: #fff;
	}

	.top_message,
	.top_prof,
	.top_fb,
	.top_info{
		padding: 100px 20px;
	}
	.top_massage_txt,.top_message_copy{
		max-width: 500px;
		margin: 30px auto 0;
	}

	a.top_fb_btn:hover{
		background: #1877f2;
		color: #fff;
	}

	.top_prof_wrap{
		display: flex;
		justify-content: space-between;
		gap: 40px;
	}
	.top_prof_img,.top_prof_txt_box{
		max-width: 520px;
		width: 49%;
	}
	.top_prof_name{
		margin: 0;
	}
	.top_prof_btn_wrap{
		margin-top: 50px;
	}
	a.top_prof_btn:hover{
		background: #22a1da;
		color: #fff;
	}

	.top_policy{
		padding: 100px 20px;
	}

	.top_insta{
		padding: 100px 20px;
	}
	a.top_is_btn:hover{
		background: #fc5338;
		color: #fff;
	}

	.top_bnr_wrap{
		flex-wrap: nowrap;
		gap: 2%;
	}
	.top_bnr{
		width: 32%;
	}
	.top_bnr:hover{
		transform: scale(1.05);
	}

	.top_info_wrap{
		max-width: 500px;
		margin: 70px auto 0;
	}
	#manga_bnr{
		max-width:300px;
	}
	#manga_bnr:hover{
		opacity: 0.8;
	}
}</pre></body></html>