<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*---------------------------
 CSS Document 
-----------------------------*/
/*============================
画像フェードイン
============================*/
.itembox .is-lazyloaded {
	animation: fadeIn 1s;
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/*============================
共通
============================*/
#breadcrumbs {
	margin: 0;
}
.hed {
}
img {
	width: 100%;
}
a:hover, a:hover img, a:hover p, a:hover div {
	opacity: 0.8;
	transition: all 0.2s ease-out 0s;
}
.arrow_next:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	right: 5%;
	top: 40%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow_next.bk:after {
	border-color: #000;
}
.arrow_down:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 48%;
	bottom: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gs_width {
	max-width: 1100px;
	margin: 0 auto 80px;
	width: 90%;
}
.sp {
	display: none;
}
/*============================
共通ボタン
============================*/
.top_btn {
}
.top_btn a {
	background-color: #07738E;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 10px;
	position: relative;
	max-width: 500px;
	width: 80%;
}
.link_btn a {
	background-color: #07738E;
	font-size: 20px;
	color: #fff;
	margin: 0 auto 0;
	display: block;
	text-align: center;
	padding: 10px;
	position: relative;
	max-width: 500px;
	width: 80%;
}
.link_btn.top a {
	margin: 50px auto 0;
}
/*============================
ヘッダ
============================*/
.copy {
}
.copy_logo {
	max-width: 200px;
	margin: 40px auto 0;
}
.copy_txt {
	text-align: center;
	margin: 20px 0 0;
	font-size: 16px;
}
/*============================
item
============================*/
.itembox {
	margin: 0 0 60px;
}
.item_ttl {
	text-align: center;
	line-height: 1;
	margin: 40px 0 60px;
}
.item_ttl span {
	font-size: 70px;
	position: relative;
}
.item_ttl span:after {
	content: "";
	height: 5px;
	width: 110%;
	position: absolute;
	left: -5%;
	bottom: 7px;
	background-color: black;
}
.item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.item_list {
	width: 33%;
	text-align: center;
	padding: 0 2% 6% 2%;
	box-sizing: border-box;
	margin: 0 0 50px;
	position: relative;
}
.item_img {
}
.item_name {
	font-size: 16px;
}
.item_plice {
}
.tax {
	font-size: 12px;
}
.item_btn {
	position: absolute;
	bottom: 0;
	width: 90%;
}
.item_btn a {
	background-color: #000;
	display: block;
	color: #fff;
	padding: 8px 5%;
	margin: 15px 5% 0;
	position: relative;
	font-size: 14px;
}
.link_bt {
}
.link_bt a {
	display: block;
	max-width: 50%;
	border: solid 1px #000;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	position: relative;
	box-shadow: 2px 2px 0 0 rgb(0 0 0 / 20%);
}
.link_bt a:hover {
	box-shadow: none;
}
.link_bt_all {
}
.link_bt_all a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 10px;
	text-align: center;
	width: 70%;
	margin: 30px auto;
	font-size: 28px;
	position: relative;
	box-sizing: border-box;
}
.link_bt_top a {
	display: block;
	background-color: #888;
	color: #fff;
	padding: 10px;
	text-align: center;
	width: 70%;
	margin: 30px auto;
	font-size: 28px;
	position: relative;
}


/*====================================
	リキッド表示設定
	1100pxより変形
====================================*/
@media only screen and (max-width: 1100px) {
}
 @media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 786px) {
/*---------------------------
共通
-----------------------------*/
.sp_br {
	display: block;
}
.no_br br {
	display: none;
}
.gs_width {
	margin: 0 auto 15%;
}
.sp {
	display: block;
}
.pc {
	display: none !important;
}
/*============================
ヘッダ
============================*/
.copy {
}
.copy_logo {
}
.copy_txt {
	text-align: left;
}
/*============================
item
============================*/
.itembox {
	margin: 0 0 10%;
}
.item_ttl {
}
.item_ttl span {
	font-size: 50px;
}
.item_ttl span:after {
	bottom: 0;
	height: 2px;
}
.item_wrap {
	justify-content: space-between;
}
.item_list {
	width: 48%;
	padding: 0 0 10%;
	margin-bottom: 10%;
}
.item_img {
}
.item_name {
	font-size: 14px;
	line-height: 1.2;
}
.item_plice {
	font-size: 14px;
}
.tax {
	font-size: 80%;
}
.item_btn {
	width: 100%;
}
.item_btn a {
	margin: 0;
	font-size: 12px;
}
.link_bt {
}
.link_bt a {
	max-width: 80%;
}
.link_bt a:hover {
}
.link_bt_all {
}
.link_bt_all a {
	font-size: 18px;
	width: 100%;
	margin: 0;
}
.link_bt_top a {
	box-sizing: border-box;
	width: 100%;
	font-size: 18px;
}
}
</pre></body></html>