<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 599px) {
	body.menu_active {
		overflow: hidden;
	}
}




/*============================
繝倥ャ繝繝ｼ
============================*/
header {
	transition: transform 0.5s 0.3s;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: fixed;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	min-width: 1080px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

@media screen and (max-width: 599px) {
	header {
		border-top: 0.05rem solid #003554;
		min-width: auto;
		height: 0.60rem;
	}
}

/* 繝倥ャ繝繝ｼ縺御ｸ翫↓豸医∴繧� */
header.hide {
	/*	transform: translateY(-1.50rem);*/
}

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺ｧ陦ｨ遉ｺ縺輔ｌ縺溽憾諷� */
header.scr {}

/* 繝ｭ繧ｴ */
header .logo {
	padding: 0.40rem 0.50rem;
}

@media screen and (max-width: 599px) {
	header .logo {
		padding: 0.15rem 0.20rem;
	}
}

header .logo a:hover {
	opacity: 0.7;
}

header .logo img {
	width: 2.50rem;
	display: block;
}

@media screen and (max-width: 599px) {
	header .logo img {
		width: 2.00rem;
	}
}

/* 繧ｰ繝ｭ繝ｼ繝舌Ν繝翫ン */
header .glo_navi {
	padding-right: 0.60rem;
}

header .glo_navi .list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header .glo_navi .list .link {
	padding-right: 0.50rem;
}

header .glo_navi .list .link a {
	font-size: 0.16rem;
	font-weight: 500;
	letter-spacing: 0.10em;
	color: #000;
	text-decoration: none;
	position: relative;
	display: block;
}

header .glo_navi .list .link a:after {
	position: absolute;
	bottom: -0.08rem;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

header .glo_navi .list .link a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

header .glo_navi .list .link.active a:after {
	background: #29abe2;
	transform-origin: left top;
	transform: scale(1, 1);
}

/* Facebook繧｢繧､繧ｳ繝ｳ */
header .glo_navi .list .sns {
	width: 0.27rem;
}

header .glo_navi .list .sns a {
	display: block;
}

header .glo_navi .list .sns a:hover {
	opacity: 0.7;
}

header .glo_navi .list .sns a img {
	display: block;
}

/*============================
SP繝｡繝九Η繝ｼ
============================*/
header .sp_menu {
	position: fixed;
	width: 100%;
	top: 0.55rem;
	left: 0;
	z-index: 10;
	background-color: rgba(242, 242, 242, 0.90);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	display: none;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	min-height: calc(100% - 0.55rem);
}

footer .sp_menu {
	background-color: rgba(242, 242, 242, 0.90);
}

.sp_menu .menu_box {
	border-bottom: 1px solid #CCC;
}

.sp_menu .menu_box a {
	display: block;
	padding: 0.18rem 0.20rem;
	position: relative;
	font-size: 0.16rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #111;
	text-decoration: none;
}

/* 騾壼ｸｸ縺ｮ繝�く繧ｹ繝医Μ繝ｳ繧ｯ */
.sp_menu .menu_box a.link::after {
	content: "";
	width: 0.16rem;
	height: 0.08rem;
	background-image: url(../img/sp_menu_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.3;
}

/* 繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ繝ｪ繝ｳ繧ｯ */
.sp_menu .menu_box a.acc::after {
	content: "";
	width: 0.12rem;
	height: 0.12rem;
	background-image: url(../img/sp_acc_plus.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.12rem;
	top: 50%;
	transform: translateY(-50%);
}

.sp_menu .menu_box a.acc.open::after {
	background-image: url(../img/sp_acc_minus.svg);
}

/* 譁ｰ縺励＞繧ｦ繧｣繝ｳ繝峨え */
.sp_menu .menu_box a.link.newwin::after {
	height: 0.12rem;
	background-image: url(../img/sp_menu_newwin.svg);
	opacity: 1;
}


.sp_menu .menu_box .acc_list_wrap {
	display: none;
}

.sp_menu .menu_box .acc_list {
	padding-bottom: 0.15rem;
}

.sp_menu .menu_box .acc_list a {
	font-size: 0.15rem;
	font-weight: 400;
	line-height: 2.21;
	padding: 0;
	padding-left: 0.20rem;
}

.sp_menu .menu_box .acc_list a::before {
	content: "";
	width: 0.16rem;
	height: 0.08rem;
	display: inline-block;
	background-image: url(../img/sp_menu_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: -0.01rem;
}

.sp_menu .menu_box .sub_title {
	font-size: 0.16rem;
	font-weight: 700;
	padding: 0.10rem 0 0.08rem;
	margin-left: 0.20rem;
	width: calc(100% - 0.40rem);
	margin-bottom: 0.10rem;
	border-bottom: 1px solid #003554;
	line-height: 1.35;
}

/*============================
蜈ｱ騾�
============================*/
/*
main {
	margin-top: 1.10rem;
}

@media screen and (max-width: 599px) {
	main {
		margin-top: 0.60rem;
	}
}
*/

/* 譏取悃 */
.f_serif {
	font-family: 'Noto Serif JP', serif;
}

/* popins */
.f_popins {
	font-family: 'Poppins', sans-serif;
}

/* 繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ繧ｿ繧､繝医Ν */
.sec_title {
	font-size: 0.36rem;
	line-height: 1.6;
	letter-spacing: 0.13em;
	padding-bottom: 0.05rem;
	margin: auto;
	text-align: center;
	padding-top: 0.90rem;
	padding-bottom: 0.45rem;
	color: #003554;
}

@media screen and (max-width: 599px) {
	.sec_title {
		font-size: 0.24rem;
		padding-top: 0.50rem;
		padding-bottom: 0.20rem;
	}
}

.sec_title span {
	border-bottom: 3px solid #003554;
}

/* 繝懊ち繝ｳ */
.btn_common {
	width: 3rem;
}

.btn_common a {
	width: 100%;
	font-size: 0.18rem;
	font-weight: 500;
	color: #fff;
	background: #003554;
	border: 1px solid #003554;
	display: block;
	padding: 0.18rem 0.15rem 0.20rem;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.btn_common a {
		font-size: 0.16rem;
		padding: 0.17rem 0.15rem 0.19rem;
	}
}

.btn_common a::after {
	content: '';
	display: block;
	width: 0.30rem;
	height: 0.06rem;
	background: url(../img/arrow_wh.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 0.15rem;
	transform: translateY(-50%);
	transition: all .3s;
}


.btn_common a:hover {
	color: #003554;
	background: #fff;
	border: 1px solid #003554;
}

.btn_common a:hover::after {
	width: 0.25rem;
	background: url(../img/arrow_navy.svg) no-repeat center;
	right: 0.12rem;
}

/* 繝懊ち繝ｳ逋ｽ */
.btn_common.btn_wh a {
	color: #003554;
	background: #fff;
	border: 1px solid #fff;
}

.btn_common.btn_wh a::after {
	background: url(../img/arrow_navy.svg) no-repeat center;
}


.btn_common.btn_wh a:hover {
	color: #fff;
	background: #003554;
}

.btn_common.btn_wh a:hover::after {
	width: 0.25rem;
	background: url(../img/arrow_wh.svg) no-repeat center;
	right: 0.12rem;
}

/* 繝懊ち繝ｳ逋ｽ繝懊�繝繝ｼ */
.btn_common.btn_wh_border a {
	border: 1px solid #fff;
}

.btn_common.btn_wh_border a::after {
	background: url(../img/arrow_wh.svg) no-repeat center;
}


.btn_common.btn_wh_border a:hover {
	color: #003554;
	background: #fff;
}

.btn_common.btn_wh_border a:hover::after {
	width: 0.25rem;
	background: url(../img/arrow_navy.svg) no-repeat center;
	right: 0.12rem;
}


/* 繝懊ち繝ｳ譁�ｭ嶺ｸｭ螟ｮ */
.btn_center {
	text-align: center;
}


/*============================
繝輔ャ繧ｿ繝ｼ
============================*/
footer {
	background: #F2F2F2;
}

@media screen and (max-width: 599px) {
	footer {
		background: #FFF;
	}
}

/* 蜀咏悄 */
footer .ph_list {
	display: flex;
	flex-wrap: wrap;
}

footer .ph_list .item {
	width: 25%;
	min-height: 2.70rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	footer .ph_list .item {
		min-height: auto;
		height: auto;
	}
}

footer .ph_list .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

@media screen and (max-width: 599px) {
	footer .in {
		padding: 0;
	}
}

/* 縺雁撫縺�粋繧上○ */
footer .contact {
	background: #003554;
	padding: 0.40rem 0;
	position: relative;
	top: -0.30rem;
}

@media screen and (max-width: 599px) {
	footer .contact {
		padding: 0.25rem 0.20rem;
		top: 0;
	}
}

footer .contact .box {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 599px) {
	footer .contact .box {
		display: block;
	}
}

footer .contact .box .cont_title {
	font-size: 0.16rem;
	font-weight: bold;
	letter-spacing: 0.075em;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	footer .contact .box .tel .cont_title {
		padding-bottom: 0.10rem;
	}
}

/* 繧ｿ繧､繝医Ν */
footer .contact .box .title {
	width: 23%;
	color: #fff;
	text-align: center;
	font-size: 0.24rem;
	font-weight: bold;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 599px) {
	footer .contact .box .title {
		width: auto;
		padding-bottom: 0.25rem;
	}

	footer .contact .box .title span {
		border-bottom: 2px solid #FFF;
	}
}

/* 髮ｻ隧ｱ */
footer .contact .box .tel {
	width: 37%;
	color: #fff;
	text-align: center;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	padding: 0.20rem 0;
}

@media screen and (max-width: 599px) {
	footer .contact .box .tel {
		width: 100%;
		background-color: rgba(255, 255, 255, 0.2);
		border: 0;
		margin-bottom: 0.15rem;
	}
}

footer .contact .box .tel a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 0.28rem;
	letter-spacing: 0.075em;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}


footer .contact .box .tel a img {
	position: relative;
	width: 0.45rem;
	top: 0.03rem;
	padding-right: 0.1rem;
}

footer .contact .box .tel span {
	display: block;
	padding-top: 0.15rem;
	font-size: 0.13rem;
}

@media screen and (max-width: 599px) {
	footer .contact .box .tel span {
		padding-top: 0.10rem;
	}
}

/* 繝｡繝ｼ繝ｫ */
footer .contact .box .mail {
	width: 40%;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 599px) {
	footer .contact .box .mail {
		width: 100%;
		background-color: rgba(255, 255, 255, 0.2);
		border: 0;
		padding: 0.20rem 0;
	}
}

footer .contact .box .mail .btn_common {
	margin: auto;
}

@media screen and (max-width: 599px) {
	footer .contact .box .mail .btn_common {
		max-width: 2.75rem;
	}
}

footer .contact .box .mail .btn_common a {
	border: 1px solid #fff;
	font-size: 0.14rem;
	font-weight: bold;
}

@media screen and (max-width: 599px) {
	footer .contact .box .mail .btn_common a {
		background-color: transparent;
	}

	footer .contact .box .mail .btn_common a:hover {
		color: #FFF;
	}
}

footer .contact .box .mail .btn_common a::after {
	content: none;
}

footer .contact .box .mail .btn_common a::before {
	content: '';
	width: 0.23rem;
	height: 0.15rem;
	display: inline-block;
	background: url(../img/footer_mail_icon.svg) no-repeat;
	background-size: cobntain;
	position: relative;
	top: 0.02rem;
	left: -0.10rem;
	transition: all .3s;
}

footer .contact .box .mail .btn_common a:hover::before {
	background: url(../img/footer_mail_icon_navy.svg) no-repeat;
}

@media screen and (max-width: 599px) {
	footer .contact .box .mail .btn_common a:hover {
		background-color: #FFF;
		color: #003554;
	}
}

/* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ */
footer .cont_wrap {
	display: flex;
	padding: 0.20rem 0 0.60rem;
}

@media screen and (max-width: 599px) {
	footer .cont_wrap {
		display: block;
		padding: 0;
	}
}

footer .cont_wrap .nav {
	width: 65%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 599px) {
	footer .cont_wrap .nav {
		display: none;
	}
}

footer .cont_wrap .nav .nav_box {}

footer .cont_wrap .nav .nav_box .list {
	margin-bottom: 0.15rem;
}

footer .cont_wrap .nav .nav_box .list.single {
	margin-bottom: 0;
}

/* 繝ｪ繧ｹ繝�2縺､逶ｮ莉･髯� */
footer .cont_wrap .nav .nav_box .list .item a {
	font-size: 0.14rem;
	line-height: 1.85;
	letter-spacing: 0.075em;
	text-decoration: none;
	color: #000;
	display: inline-block;
	margin: 0.03rem 0;
}

footer .cont_wrap .nav .nav_box .list .item a:hover {
	opacity: 0.7;
}

/* 繝ｪ繧ｹ繝�1縺､逶ｮ */
footer .cont_wrap .nav .nav_box .list .item:nth-child(1) a {
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 1.625;
	letter-spacing: 0.075em;
	border-bottom: 1px solid #000;
	margin-bottom: 0.1rem;
}

/* 蟾ｦ */
footer .cont_wrap .nav .nav_box:nth-child(1) {
	width: 27%;
}

/* 荳ｭ螟ｮ */
footer .cont_wrap .nav .nav_box:nth-child(2) {
	width: 45%;
}

/* 蜿ｳ */
footer .cont_wrap .nav .nav_box:nth-child(3) {
	width: 28%;
}

/* 莨夂､ｾ諠��ｱ */
footer .cont_wrap .company {
	width: 35%;
}

@media screen and (max-width: 599px) {
	footer .cont_wrap .company {
		width: 100%;
		padding-bottom: 0.10rem;
		border-bottom: 1px solid #CCC;
	}
}

/* 繝ｭ繧ｴ */
footer .cont_wrap .company .logo {
	width: 3rem;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	footer .cont_wrap .company .logo {
		width: 2.30rem;
		margin: 0.40rem auto 0.30rem;
	}
}

/* 菴乗園 */
footer .cont_wrap .company .address_box {
	margin-bottom: 0.25rem;
}

@media screen and (max-width: 599px) {
	footer .cont_wrap .company .address_box {
		padding: 0 0.30rem;
	}
}

footer .cont_wrap .company .address_box .title {
	font-size: 0.16rem;
	font-weight: bold;
}

footer .cont_wrap .company .address_box .title a {
	color: #000;
	text-decoration: none;
}

footer .cont_wrap .company .address_box .title a:hover {
	color: #00A73C;
}

footer .cont_wrap .company .address_box .title span {
	border-bottom: 1px solid #00A73C;
	display: inline-block;
	padding-bottom: 0.05rem;
	margin-bottom: 0.10rem;
}

footer .cont_wrap .company .address_box .title::after {
	content: '';
	display: inline-block;
	letter-spacing: 0.05em;
	width: 0.11rem;
	height: 0.15rem;
	background: url(../common/img/footer_access_icon.svg) no-repeat center;
	background-size: contain;
	position: relative;
	left: 0.05rem;

}

footer .cont_wrap .company .address_box address {
	font-size: 0.12rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

/* 繧ｳ繝斐�繝ｩ繧､繝� */
.copyright {
	font-size: 0.12rem;
	line-height: 2.1;
	letter-spacing: 0.075em;
	padding: 0.34rem 0;
	text-align: center;
	display: block;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 599px) {
	.copyright {
		font-size: 0.10rem;
		line-height: 1.6;
		padding: 0.15rem 0;
	}
}

/*============================
荳句ｱ､蜈ｱ騾�
============================*/
/* MV */
#lower_mv {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#lower_mv .title {
	font-size: 0.48rem;
	padding: 1.2rem 0;
	letter-spacing: 0.14em;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 599px) {
	#lower_mv .title {
		font-size: 0.28rem;
		padding: 0.80rem 0;
		letter-spacing: 0.10em;
	}
}

/* 繝代Φ縺上★ */
#pankz {
	margin-top: 0.20rem;
}

#pankz .list {
	display: flex;
	width: 100%;
	overflow: hidden;
}

#pankz .list .item {
	font-size: 0.12rem;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	padding-left: 0.30rem;
}

@media screen and (max-width: 599px) {
	#pankz .list .item {
		font-size: 0.10rem;
		padding-left: 0.20rem;
	}
}

#pankz .list .item:first-child {
	padding-left: 0;
}

@media screen and (max-width: 599px) {
	#pankz .list .item:last-child {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

#pankz .list .item a {
	text-decoration: none;
	color: #000;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.2;
}

#pankz .list .item a:hover {
	text-decoration: underline;
}

#pankz .list .item a::after {
	content: '';
	width: 0.07rem;
	height: 0.01rem;
	display: inline-block;
	background: #B3B3B3;
	position: relative;
	top: -0.03rem;
	left: 0.15rem;
}

@media screen and (max-width: 599px) {
	#pankz .list .item a::after {
		left: 0.10rem;
	}
}

/*============================
蟷�1600px縺ｮ蜃ｦ逅�
============================*/
html {
	background-color: #FAFAFA;
}

body {
	max-width: 16.00rem;
	background-color: #FFF;
	box-shadow: 0 0 0.06rem rgba(0,0,0,0.2);
	margin: 0 auto;
	padding-top: 1.10rem;
}

@media screen and (max-width: 599px) {
	body {
		padding-top: 0.60em;
	}
}

header {
	max-width: 16.00rem;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 1080px) {
	header {
	left: 0;
	transform:none;
}
}</pre></body></html>