@charset "utf-8";

/*
/////breakpoint/////
default - PC
max-width:960px - tablet
max-width:600px - SP
*/


/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #000;
}
.notosans {
  font-family: 'Noto Sans JP', sans-serif;
}
.notoserif {
  font-family: 'Noto Serif JP', serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}

/* test delete */
#trial-banner {
	display: none!important;
}

/* height-100% */
html, body {
	height: auto;
}
@media screen and (max-width: 960px) {
	html, body {
		height: auto;
	}
}

/* reset */
a {
	color: #505E6B;
	text-decoration: none;
}
a:hover {
	color: #2A9BCD;
	text-decoration: none !important;
}


/* ---------------------------------------------------------------- */
/* header */
/* ---------------------------------------------------------------- */

. p-news-notifier a{
    color: white !important;
}

/* headerTopic */
.__limited-free-1 .headerTopic {
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 40px;
	padding: 8px 5px;
	background-color: #eb6d8e;
}
.__limited-free-1 .headerTopic p {
	margin: 0;
	padding: 0;
	color: #fff;
}

.__limited-free-2 .headerTopic {
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 40px;
	padding: 8px 5px;
	background-color: #eb6d8e;
}
.__limited-free-2 .headerTopic p {
	margin: 0;
	padding: 0;
	color: #fff;
}

.__limited-free-3 .headerTopic {
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 40px;
	padding: 8px 5px;
	background-color: #eb6d8e;
}
.__limited-free-3 .headerTopic p {
	margin: 0;
	padding: 0;
	color: #fff;
}


/* headerNews */
.p-news-notifier > ul li.__item {
	background-color: #505e6b !important;
}
.p-news-notifier > ul li.__item .__inner {
	max-width: 100%;
}
.p-news-notifier > ul li.__item .__inner p.__content {
	width: 100%;
	display: flex inline;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 0 10px;
	padding: 8px 40px 8px 5px;
}
.p-news-notifier > ul li.__item .__inner p.__content a {
	padding-top: 2px;
	font-size: 14px;
	color: white !important;
}
.p-news-notifier > ul li.__item .__inner span.__close {
	display: block;
	position: absolute;
	top: calc(50% - 16px);
	right: 6px;
	margin: 0;
	cursor: pointer;
}
.p-news-notifier > ul li.__item .__inner span.__close:before {
	display: block;
	content: "" !important;
	width: 32px;
	height: 32px;
	margin: 0;
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/close.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: center center;
}


/* original header navi */
/* -------------------- */
.headerPCInner {
	position: relative;
	width: 100%;
}
.headerPCInner h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.headerPCInner h1 a {
	display: block;
	height: 80px;
	padding: 20px 32px;
	line-height: 1;
}
.headerPCInner h1 a img {
	height: 40px;
}
.headerPCNavi ul {
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}
.headerPCNavi ul li {
	list-style: none;
	width: 80px;
	height: 80px;
	opacity: 1;
	transition: opacity 0.3s;
}
body .headerPCNavi .contact {
	display: block;
	width: auto;
	padding: 0 8px;
}
body .headerPCNavi .howto {
	display: block;
	width: auto;
	padding: 0 16px 0 8px;
}
.headerPCNavi ul li.login,
.headerPCNavi ul li.mypage {
	background-color: #2A9BCD;
}
.headerPCNavi ul li.logout {
	background-color: #62788c;
}
.headerPCNavi ul li.regist {
	background-color: #F9A407;
}
.headerPCNavi ul li.cart {
	background-color: #13B5B1;
}
.headerPCNavi ul li.navi {
	background-color: #62788c;
}
.headerPCNavi ul li:hover {
	opacity: 0.7;
}
body .headerPCNavi .login {
	display: block;
}
body .headerPCNavi .regist,
body .headerPCNavi .logout,
body .headerPCNavi .mypage,
body .headerPCNavi .navi {
	display: none;
}
.headerPCNavi ul li.howto p,
.headerPCNavi ul li.contact p {
	color: #333;
}
body.__is-member .headerPCNavi .login,
body.__is-member .headerPCNavi .regist {
	display: none;
}
body.__is-member .headerPCNavi .logout,
body.__is-member .headerPCNavi .mypage {
	display: block;
}
.headerPCNavi ul li a,
.headerPCNavi ul li label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.headerPCNavi ul li a:link,
.headerPCNavi ul li a:visited,
.headerPCNavi ul li a:hover,
.headerPCNavi ul li label:hover {
	text-decoration: none;
	user-select: none;
}
.headerPCNavi ul li p {
	margin: 0;
	padding: 2px;
	color: #fff;
}
.headerPCNavi ul li p img {
	width: 32px;
	height: 32px;
	vertical-align: bottom;
}
.headerPCNavi ul li.howto p,
.headerPCNavi ul li.contact p {
	color: #333;
}
@media screen and (max-width: 600px) {
	.headerPCInner h1 a {
		height: 16.6vw;
		padding: 4.1vw 5.3vw;
	}
	.headerPCInner h1 a img {
		height: 8.4vw;
	}
	.headerPCNavi ul li {
		width: 16.6vw;
		height: 16.6vw;
	}
	body .headerPCNavi .regist,
	body .headerPCNavi .logout,
	body .headerPCNavi .mypage,
	body .headerPCNavi .howto,
	body .headerPCNavi .contact {
		display: none;
	}
	body.__is-member .headerPCNavi .logout {
		display: none;
	}
	body .headerPCNavi .navi {
		display: block;
	}
	.headerPCNavi ul li a,
	.headerPCNavi ul li label {
		font-size: 16px;
	}
	.headerPCNavi ul li p img {
		width: 4vw;
		height: 4vw;
	}
	.headerPCNavi ul li a,
	.headerPCNavi ul li label {
		font-size: 2.8vw;
	}
	.headerPCNavi ul li p {

		padding: 0.3vw;
	}
	.headerPCNavi ul li p img {
		width: 6.8vw;
		height: 6.8vw;
	}
}


/* original header MV */
/* ---------------------- */
.headerPCMV {
	height: 8px;
	background-image: linear-gradient(90deg, #1172B2 0%, #24A2AB 50%, #2A9BCD 100%);
}
body.body-home .headerPCMV {
	display: block;
	height: auto;
	padding-left: 75px;
}
.headerPCMV img {
	display: none;
}
body.body-home .headerPCMV img {
	display: inline;
	width: auto;
	height: 200px;
}
@media screen and (max-width: 960px) {
	body.body-home .headerPCMV {
		padding: 0 50px;
	}
	body.body-home .headerPCMV img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 600px) {
	body.body-home .headerPCMV {
		width: 100%;
		height: 8px;
		background: #2A9BCD;
	}
	body.body-home .headerPCMV img {
		display: none;
	}
}


/* original header Search */
/* ---------------------- */
.searchBox {
	width: 100%;
	padding: 0;
}
.searchBox form > div {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
.searchBox form > div .title {
	position: relative;
	width: 256px;
	height: 80px;
	padding: 17px 0 0 64px;
	font-size: 16px;
	color: #fff;
	background-color: #505E6B;
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/search.png);
	background-repeat: no-repeat;
	background-size: 32px auto;
	background-position: 14px center;
}
.searchBox form > div .title span {
	display: block;
	position: static;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.searchBox input[type="text"] {
	width: calc(100% - 416px);
	height: 80px;
	padding: 0 32px;
	font-size: 14px;
	background-color: #F6F6F6;
	border: none;
	outline: none;
	border-radius: 0;
	appearance: none;
}
.searchBox button {
	width: 160px;
	height: 80px;
	background-color: #1172B2;
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/search.png);
	background-repeat: no-repeat;
	background-size: 32px auto;
	background-position: center 14px;
	border: none;
	outline: none;
	outline: none;
	appearance: none;
	border-radius: 0;
	transition: 0.3s;
}
.searchBox .c-button:hover,
.searchBox .c-button-submit:hover,
.searchBox .c-button:focus,
.searchBox .c-button-submit:focus {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/search.png);
	opacity: 0.7;
}
.searchBox button span {
	display: block;
	padding-top: 40px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
@media screen and (max-width: 600px) {
	.searchBox form > div {
		flex-wrap: wrap;
	}
	.searchBox form > div .title {
		width: 100%;
		height: 10.4vw;
		padding: 2vw 0 0 9.4vw;
		font-size: 4.1vw;
		background-size: 6.2vw auto;
		background-position: 2vw center;
	}
	.searchBox form > div .title span {
		position: absolute;
		right: 3vw;
		top: 3vw;
		font-size: 3.1vw;
	}
	.searchBox input[type="text"] {
		width: calc(100vw - 16.6vw);
		height: 16.6vw;
		padding: 0 4.1vw;
		font-size: 3.5vw;
		background-color: #F6F6F6;
		border: none;
		outline: none;
		border-radius: 0;
		appearance: none;
	}
	.searchBox button {
		width: 16.6vw;
		height: 16.6vw;
		background-color: #1172B2;
		background-image: url(https://files.bcart.jp/s-trd/uploads/icon/search.png);
		background-repeat: no-repeat;
		background-size: 6.8vw auto;
		background-position: center 2.8vw;
		border: none;
		outline: none;
		outline: none;
		appearance: none;
		border-radius: 0;
		transition: 0.3s;
	}
	.searchBox .c-button:hover,
	.searchBox .c-button-submit:hover,
	.searchBox .c-button:focus,
	.searchBox .c-button-submit:focus {
		background-image: url(https://files.bcart.jp/s-trd/uploads/icon/search.png);
		opacity: 0.7;
	}
	.searchBox button span {
		display: block;
		padding-top: 7.5vw;
		font-size: 2.8vw;
		font-weight: 500;
		color: #fff;
	}
}


/* gnav-sp */
.gnav-sp .__drawer .__menu .__content .__search--category,
.gnav-sp .__drawer .__menu .__content .__search--feature,
.gnav-sp .__drawer .__menu .__content .__search--keyword {
	display: none;
}
.gnav-sp .__drawer .__menu {
	padding-top: 0;
	background-color: #505E6B;
}
.gnav-sp .__drawer .__menu .__toggle-close {
	position: relative;
	height: 16.6vw;
	background-color: #505E6B;
	border: none;
}
.gnav-sp .__drawer .__menu .__toggle-close label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 16.6vw;
	height: 16.6vw;
	margin: 0;
	background-color: #62788C;
	border-radius: 0;
}
.gnav-sp .__drawer .__menu .__toggle-close label span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.gnav-sp .__drawer .__menu .__toggle-close label span:before {
	display: block;
	content: "" !important;
	width: 6.8vw;
	height: 6.8vw;
	margin: 0 !important;
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/close.png);
	background-repeat: no-repeat;
	background-size: 6.8vw auto;
	background-position: center center;
}
.gnav-sp .__drawer .__menu .__toggle-close label span:after {
	content: "閉じる" !important;
	font-size: 2.8vw;
	font-weight: 700;
	color: #fff;
}
body .gnav-sp .__drawer .__menu .__content {
	position: relative;
	padding-top: 40vw;
}
body.__is-guest .gnav-sp .__drawer .__menu .__content {
	position: relative;
	padding-top: 40vw;
}
.gnav-sp .__drawer .__menu .__member {
	position: absolute;
	top: 4vw;
	left: 0;
	width: 100%;
}
.gnav-sp .__drawer .__menu .__member .__heading {
	display: none;
}
.gnav-sp .__drawer .__menu .__member .__body ul {
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	gap: 0 4vw;
	width: 92vw;
	margin: 0 auto !important;
	padding: 0 !important;
}
.gnav-sp .__drawer .__menu .__member .__body ul li {
	width: 50%;
	border: none !important;
}
.gnav-sp .__drawer .__menu .__member.__is-guest .__body ul.__sub-menu li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 32vw;
	padding: 2vw 0 1vw;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 4.8vw;
	line-height: 1.6;
	text-decoration: none;
	color: #fff;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	transition: 0.3s;
}
.gnav-sp .__drawer .__menu .__member.__is-guest .__body ul.__sub-menu li a:before {
	display: inline-block;
	content: "";
	width: 13vw;
	height: 13vw;
	padding: 0 0 1.4vw;
	background-repeat: no-repeat;
	background-size: 13vw auto;
	background-position: center center;
}
.gnav-sp .__drawer .__menu .__member.__is-guest .__body ul.__sub-menu li a:after {
	display: none;
}
.gnav-sp .__drawer .__menu .__member.__is-guest .__body ul.__sub-menu li.__login a {
	background-color: #2A9BCD;
}
.gnav-sp .__drawer .__menu .__member.__is-guest .__body ul.__sub-menu li.__login a:before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/login.png);
}
.gnav-sp .__drawer .__menu .__member.__is-guest .__body ul.__sub-menu li.__regist a {
	background-color: #F9A407;
}
.gnav-sp .__drawer .__menu .__member.__is-guest .__body ul.__sub-menu li.__regist a:before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/beginner.png);
}

.gnav-sp .__drawer .__menu .__page {
	width: 92vw;
	margin: 0 auto;
}
.gnav-sp .__drawer .__menu .__page form {
	display: flex;
	width: 100%;
	height: 16.6vw;
}
.gnav-sp .__drawer .__menu .__page form input[type="text"] {
	width: calc(100% - 72px);
	height: 16.6vw;
	padding: 0 4.2vw;
	font-size: 3.6vw;
	background-color: #F6F6F6;
	border: none;
	outline: none;
	outline: none;
	appearance: none;
	border-radius: 0;
}
.gnav-sp .__drawer .__menu .__page form button {
	width: 16.6vw;
	height: 16.6vw;
	background-color: #1172B2;
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/search.png);
	background-repeat: no-repeat;
	background-size: 6.8vw auto;
	background-position: 21px center;
	border: none;
	outline: none;
	appearance: none;
	border-radius: 0;
	opacity: 1;
	transition: none;
}
.gnav-sp .__drawer .__menu .__page .c-button:hover,
.gnav-sp .__drawer .__menu .__page .c-button-submit:hover,
.gnav-sp .__drawer .__menu .__page .c-button:focus,
.gnav-sp .__drawer .__menu .__page .c-button-submit:focus {
	opacity: 1;
}
.gnav-sp .__drawer .__menu .__page form button span {
	display: none;
}
.gnav-sp .__drawer .__menu .__page ul {
	display: flex;
	flex-wrap: wrap;
	gap: 4vw;
	margin: 0;
	padding: 4vw 0;
}
.gnav-sp .__drawer .__menu .__page li {
	list-style: none;
	width: 100%;
}
.gnav-sp .__drawer .__menu .__page li a,
.gnav-sp .__drawer .__menu .__page li label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 4vw 4vw 4vw 3vw;
	font-size: 4.8vw;
	color: #fff;
	background-color: #62788C;
	border-radius: 0;
}
.gnav-sp .__drawer .__menu .__page li a:before,
.gnav-sp .__drawer .__menu .__page li label:before {
	display: block;
	content: "";
	width: 8vw;
	height: 8vw;
	margin: 0 3vw 0 0;
	background-repeat: no-repeat;
	background-size: 8vw auto;
	background-position: center center;
}
.gnav-sp .__drawer .__menu .__page li.o-category1 a:before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/history.png);
}
.gnav-sp .__drawer .__menu .__page li.o-category2 label:before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/category.png);
}
.gnav-sp .__drawer .__menu .__page li.o-category3 label:before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/kumo.png);
}
.gnav-sp .__drawer .__menu .__page li.beginner a:before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/howto_blue.png);
}
.gnav-sp .__drawer .__menu .__page li.contact a:before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/contact_blue.png);
}
.gnav-sp .__drawer .__menu .__page li.o-category1 a {
	padding: 3vw;
	font-size: 5.6vw;
	background-color: #1172B2;
}
.gnav-sp .__drawer .__menu .__page li.o-category1 a:before {
	width: 15vw;
	height: 15vw;
	background-size: 15vw auto;
}
.gnav-sp .__drawer .__menu .__page li.contact,
.gnav-sp .__drawer .__menu .__page li.beginner {
	width: calc(50% - 2vw);
}
.gnav-sp .__drawer .__menu .__page li.contact a,
.gnav-sp .__drawer .__menu .__page li.beginner a {
	font-size: 3.8vw;
	color: #333;
	background-color: #fff;
}
.gnav-sp .__drawer .__menu .__page li.contact a:before,
.gnav-sp .__drawer .__menu .__page li.beginner a:before {
	margin: 0 2vw 0 0;
}
.gnav-sp .__drawer .__menu .__member.__is-member {
	width: 100%;
	padding: 0;
}
.gnav-sp .__drawer .__menu .__member.__is-member .__body {
	width: 92vw;
	margin: 0 auto !important;
}
.gnav-sp .__drawer .__menu .__member.__is-member .__body .__message {
	border: none;
}
.gnav-sp .__drawer .__menu .__member.__is-member .__body .__name {
	font-size: 4.2vw;
	text-align: center;
	color: #fff;
}
.gnav-sp .__drawer .__menu .__member.__is-member ul.__sub-menu li {
	border: none !important;
}
.gnav-sp .__drawer .__menu .__member.__is-member ul.__sub-menu li a {
	display: block;
	width: 100%;
	padding: 8vw 4vw !important;
	font-size: 4vw;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background-color: #62788C;
}
.gnav-sp .__drawer .__menu .__member.__is-member ul.__sub-menu li a span {
	color: #fff;
}
.gnav-sp .__drawer .__menu .__content .__member.__is-member span.__js-toggle {
	display: none !important;
}
body.body-cart .gnav-sp .__drawer .__menu .__page li.o-category,
body.body-contact .gnav-sp .__drawer .__menu .__page li.o-category,
body.body-login .gnav-sp .__drawer .__menu .__page li.o-category,
body.body-mypage .gnav-sp .__drawer .__menu .__page li.o-category,
body.body-page .gnav-sp .__drawer .__menu .__page li.o-category,
body.body-password-form .gnav-sp .__drawer .__menu .__page li.o-category,
body.body-regist .gnav-sp .__drawer .__menu .__page li.o-category {
	display: none;
}


/* default header */
.header .__banner .__wrap a.__logo {
	display: none;
}
section.__banner, nav.gnav-pc {
	display: none !important;
}




/* ---------------------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------------------- */
.wrapper {
	height: 100%;
}
.wrapper .__inner {
	display: flex;
	justify-content: start;
	align-items: stretch;
	flex-direction: row-reverse;
	width: 100%;
	max-width: 100%;
	height: 100%;
	padding: 0;
	background-color: #fff !important;
}
.wrapper.wrapper--column-1 .__inner {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-direction: row;
	background-color: #fff !important;
}
@media screen and (max-width: 960px) {
	.wrapper .__inner {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.wrapper .__inner {
		position: relative;
	}
}




/* ---------------------------------------------------------------- */
/* main */
/* ---------------------------------------------------------------- */

.wrapper .__inner .main {
	width: calc(100% - 256px) !important;
	height: auto;
	padding: 1.5em 0 2em;
	background-color: #fff;
}
.wrapper .__inner .main.main--home {
	padding: 0;
	background-color: transparent;
}
.wrapper .__inner .main.main--news-detail {
	padding: 1.5em 1em 2em;
}
.wrapper .__inner .main.main--howto {
	padding: 1.5em 2em 2em;
}
.main section.__breadcrumb {
	padding: 0;
}
.main section.__article {
	padding: 0;
}
.wrapper.wrapper--column-2 .__inner .main--product-detail,
.wrapper.wrapper--column-2 .__inner .main--product-list {
	padding: 1.5em 0 0;
}
@media screen and (max-width: 960px) {
	.wrapper .__inner .main {
		width: 100% !important;
		padding: 0;
	}
	.wrapper.wrapper--column-1 .__inner .main {
		padding: 1.5em 0 2em;
	}
	.main--product-list-keyword .c-h1{
		font-size:1em;
	}
}
@media screen and (max-width: 600px) {
	.wrapper .__inner .main {
		position: static;
		width: 100% !important;
		max-width: 100%;
		padding: 3.2vw 0;
	}
	.wrapper.wrapper--column-2 .__inner .main {
		position: static;
		width: 100% !important;
		max-width: 100%;
		padding: 3.2vw 0;
	}
	body.body-home .wrapper.wrapper--column-2 .__inner .main {
		padding: 0;
		background-color: #f6f6f6;
	}
	.wrapper .__inner .main.main--news-detail {
		padding: 0;
	}
	.wrapper.wrapper--column-2 .__inner .main--product-detail,
	.wrapper.wrapper--column-2 .__inner .main--product-list {
		padding: 3.2vw 0 0;
	}
}


/* alert */
.__alert-top {
	position: static;
	width: 100%;
	margin: 0 !important;
}
.c-alert {
	text-align: center;
	color: #fff;
	background-color: #2A9BCD !important;
	border-radius: 0;
}
@media screen and (max-width: 600px) {
	.__alert-top {
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
}


/* block */
.main section.__block {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	margin-bottom: 0 !important;
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 600px) {
	.main section.__block {
		display: block;
	}
}


/* heading */
.main section.__block h2.__heading {
	position: relative;
	width: 256px;
	/*
	PCでお知らせが3件以下の時に高さが足らない時の解決方法別に作りました。
	トップページのおすすめ、営業日等のタイトルが伸びてしまっていたので外しました。
	min-height: 10em;
	*/
	margin: 0;
	padding: 20px 0 0 16px;
	font-size: 21px;
	font-weight: 500;
	color: #505E6B !important;
	border: none;
	border-top: 8px solid #bbb;
}
.main section.__block h2.__heading:before {
	display: block;
	content: "";
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
}
.main section.__block--news h2.__heading:before {
	content: "Information";
}
.main section.__block--recommend h2.__heading:before,
.main section.__block--pro-recommend h2.__heading:before {
	content: "Recommended";
}
.main section.__block--pro-ranking h2.__heading:before {
	content: "Most popular";
}
.main section.__block--recommend h2.__heading,
.main section.__block--pro-recommend h2.__heading,
.main section.__block--pro-ranking h2.__heading {
	border-top: 8px solid #2a9bcd;
}
.main section.__block h3.__heading {
	position: relative;
	width: 256px;
	margin: 0;
	padding: 18px 0 0 16px;
	font-size: 21px;
	font-weight: 500;
	color: #505E6B !important;
	border: none;
	border-top: 8px solid #bbb;
}
.main section.__block h3.__heading:before {
	display: block;
	content: "Information";
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
}
@media screen and (max-width: 960px) {

}
@media screen and (max-width: 600px) {
	.main section.__block h2.__heading {
		width: 100%;
		padding: 2.3vw 0 2.5vw 2.4vw;
		font-size: 4.1vw;
		border-top: 8px solid #bbb;
	}
	.main section.__block h2.__heading:before {
		position: absolute;
		top: 3.2vw;
		right: 2.4vw;
		font-size: 3.1vw;
	}
	.main section.__block--recommend h2.__heading {
		border-bottom: 1px solid #bbb;
	}
}


/* body */
.main.main--home section.__block .__body {
	border-top: 8px solid #ddd;
	border-left: 1px solid #ddd;
	width: calc(100% - 256px);
	min-height: 10em;
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 600px) {
	.main.main--home section.__block .__body {
		width: 100%;
		border-top: 1px solid #ddd;
		border-left: none;
	}
}


/* news */
.main.main--home section.__block.__block--news {
	position: relative;
}
.main.main--home section.__block.__block--news .__body ul li > a,
.main.main--home section.__block.__block--news .__body ul li > span,
.main.main--news section.__news ul li > a,
.main.main--news section.__news ul li > span {
	display: block;
	padding: 16px 0 14px 24px;
}
.main.main--home section.__block.__block--news .__body ul li,
.main.main--news section.__news ul li {
	display: block;
	border-bottom: 1px solid #e6e6e6;
}
.main.main--home section.__block.__block--news .__body ul li > a span.__date,
.main.main--home section.__block.__block--news .__body ul li > span span.__date,
.main.main--news section.__news ul li > a span.__date,
.main.main--news section.__news ul li > span span.__date {
	width: 100px;
	padding: 0 60px 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	vertical-align: text-top;
	text-decoration: none !important;
	color: #333 !important;
	border-bottom: none;
}
.main.main--home section.__block.__block--news .__body ul li > a span.__title,
.main.main--home section.__block.__block--news .__body ul li > span span.__title,
.main.main--news section.__news ul li > a span.__title,
.main.main--news section.__news ul li > span span.__title {
	width: 100%;
	padding: 0 0 8px;
	vertical-align: text-top;
	text-decoration: none !important;
	border-bottom: none;
}
.main.main--home section.__block.__block--news .__body ul li > a span.__title span.__subject,
.main.main--home section.__block.__block--news .__body ul li > span span.__title span.__subject,
.main.main--news section.__news ul li > a span.__title span.__subject,
.main.main--news section.__news ul li > span span.__title span.__subject {
	font-size: 16px;
	color: #333 !important;
}
.c-news-label {
	display: none;
}
figure {
	margin: 1em 0;
}

@media screen and (max-width: 600px) {
	.main.main--home section.__block.__block--news {
		position: relative;
		width: calc(50vw - 1px);
		min-height: 69vw;
		border-right: 1px solid #fff;
	}
	.main.main--home section.__block.__block--news .__body {
		padding-bottom: 10vw;
	}
	.main.main--home section.__block.__block--news .__body ul {
		width: 100%;
	}
	.main.main--home section.__block.__block--news .__body ul li {
		padding: 0;
	}
	.main.main--home section.__block.__block--news .__body ul li:last-child,
	.main.main--news section.__news ul li:last-child {
		border-bottom: 1px solid #e6e6e6;
	}
	.main.main--home section.__block.__block--news .__body ul li > a,
	.main.main--home section.__block.__block--news .__body ul li > span,
	.main.main--news section.__news ul li > a,
	.main.main--news section.__news ul li > span {
		padding: 2.4vw;
	}
	.main.main--home section.__block.__block--news .__body ul li > a span.__date,
	.main.main--home section.__block.__block--news .__body ul li > span span.__date,
	.main.main--news section.__news ul li > a span.__date,
	.main.main--news section.__news ul li > span span.__date {
		display: block;
		width: 100%;
		padding: 0;
		font-size: 2.9vw;
	}
	.main.main--home section.__block.__block--news .__body ul li > a span.__title,
	.main.main--home section.__block.__block--news .__body ul li > span span.__title,
	.main.main--news section.__news ul li > a span.__title,
	.main.main--news section.__news ul li > span span.__title {
		width: 100%;
		padding: 0;
	}
	.main.main--home section.__block.__block--news .__body ul li > a span.__title span.__subject,
	.main.main--home section.__block.__block--news .__body ul li > span span.__title span.__subject,
	.main.main--news section.__news ul li > a span.__title span.__subject,
	.main.main--news section.__news ul li > span span.__title span.__subject {
		font-size: 3.1vw;
	}
}


/* feature, pro-new */
.main.main--home section.__block.__block--feature .__body ul,
.main.main--home section.__block.__block--pro-new .__body ul {
	display: flex;
	flex-wrap: wrap;
	gap: 3vw 3%;
	margin: 0;
	padding: 24px 0 0;
}
.main.main--home section.__block.__block--feature .__body ul li,
.main.main--home section.__block.__block--pro-new .__body ul li {
	width: 48.5%;
	margin: 0;
	padding: 0;
}
.main.main--home section.__block.__block--feature .__body ul li a img,
.main.main--home section.__block.__block--pro-new .__body ul li a img {
	border-radius: 8px;
}
@media screen and (max-width: 600px) {
	.main.main--home section.__block.__block--feature .__body ul,
	.main.main--home section.__block.__block--pro-new .__body ul {
		gap: 2.6vw 2%;
		padding: 2.6vw 0 0;
	}
	.main.main--home section.__block.__block--feature .__body ul li,
	.main.main--home section.__block.__block--pro-new .__body ul li {
		width: 32%;
	}
}


/* pro-recommend */
.main.main--home section.__block.__block--pro-recommend .__body ul.__product {
	display: flex;
	flex-wrap: wrap;
	gap: 3vw 3%;
	margin: 0;
	padding: 0;
}

.main.main--home section.__block.__block--pro-recommend .__body ul.__product .slick-list li a .__title{
	font-size:16px !important;
}
@media screen and (max-width: 600px) {
	.main.main--home section.__block.__block--pro-recommend .__body ul.__product {
		gap: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.main.main--home section.__block.__block--pro-recommend .__body ul.__product li {
		width: 100%;
	}
}


/* recommend */
.main section.__block--recommend {
	position: relative;
}
.main section.__block--recommend:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.main section.__block--recommend .__body {
	border-top: 8px solid #ddd;
	border-left: 1px solid #ddd;
	width: calc(100% - 256px);
}
.main section.__block--recommend .__body ul.__product {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
}
.main section.__block--recommend .__body ul.__product li {
	width: 25%;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.main section.__block--recommend .__body ul.__product li a {
	height: auto;
	padding: 16px;
}
.main section.__block--recommend .__body ul.__product li a .__title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #333;
}
.main section.__block--recommend .__body .__more {
	display: none;
}
@media screen and (max-width: 1300px) {
	.main section.__block--recommend .__body ul.__product li {
		width: 33.3%;
	}
}
@media screen and (max-width: 960px) {
	.main section.__block--recommend .__body ul.__product li {
		width: 50%;
	}
}
@media screen and (max-width: 600px) {
	.main section.__block--recommend .__body {
		border-top: none;
		border-left: none;
		width: 100%;
	}
	.main section.__block--recommend .__body ul.__product {
		gap: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.main section.__block--recommend .__body ul.__product li:nth-child(even) {
		border-right: none;
	}
}


/* pro-ranking */
.main.main--home section.__block--pro-ranking {
	position: relative;
}
.main.main--home section.__block--pro-ranking:after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.main.main--home section.__block--pro-ranking .__body ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
}
.main.main--home section.__block.__block--pro-ranking .__body ul li {
	width: 20%;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.main.main--home section.__block.__block--pro-ranking .__body ul li a {
	height: auto;
	padding: 16px;
}
.main.main--home section.__block.__block--pro-ranking .__body ul li a img {
	border-radius: 8px;
}
.main.main--home section.__block.__block--pro-ranking .__rank {
	display: none;
}
.main.main--home section.__block.__block--pro-ranking .__body ul li a .__title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #333;
}

.main.main--home section.__block.__block--pro-ranking .__body ul li a .__description {
	display: none;
}
@media screen and (max-width: 1300px) {
	.main.main--home section.__block.__block--pro-ranking .__body ul li {
		width: 33.3%;
	}
}
@media screen and (max-width: 960px) {
	.main.main--home section.__block.__block--pro-ranking .__body ul li {
		width: 50%;
	}
}
@media screen and (max-width: 600px) {
	.main.main--home section.__block.__block--pro-ranking .__body ul {
		gap: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}
}


/* more button */
.c-more {
	padding: 16px;
}
.c-more a {
	display: flex inline;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #505E6B;
	opacity: 1;
	transition: 0.3s;
}
.c-more a:before {
	display: none;
}
.c-more a:after {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	margin-left: 4px;
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/arrow_more.png);
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: center center;
}
.c-more a:hover {
	opacity: 0.7;
}
.main.main--home section.__block.__block--news .c-more {
	position: absolute;
	top: 104px;
	left: 0;
	padding: 16px;
}
.main.main--home section.__block.__block--pro-recommend .c-more {
	display: none;
}
@media screen and (max-width: 600px) {
	.c-more {
		padding: 2.6vw;
	}
	.c-more a {
		font-size: 3.1vw;
	}
	.c-more a:after {
		width: 3.1vw;
		height: 3.1vw;
		margin-left: 1.6vw;
		background-size: 3.1vw auto;
	}
	.main.main--home section.__block.__block--news .c-more {
		position: absolute;
		top: auto;
		left: auto;
		bottom: 0;
		right: 0;
		padding: 2.6vw;
	}
}


/* back button */
.__to-list {
	text-align: right;
}
.__to-list a {
	display: flex inline;
	justify-content: flex-end;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #505E6B;
	opacity: 1;
	transition: 0.3s;
}
.__to-list a:before {
	display: none !important;
}
.__to-list a:after {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	margin-left: 4px;
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/arrow_more.png);
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: center center;
}
.__to-list a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 600px) {
	.__to-list a {
		font-size: 3.1vw;
	}
	.__to-list a:after {
		width: 3.1vw;
		height: 3.1vw;
		margin-left: 1.6vw;
		background-size: 3.1vw auto;
	}
}




/* ---------------------------------------------------------------- */
/* aside */
/* ---------------------------------------------------------------- */

.wrapper.wrapper--column-2 .__inner .aside {
	position: relative;
	width: 256px;
	height: auto;
	padding: 0;
	border-right: solid 8px #505E6B;
	background-color: #fff !important;
}
@media screen and (max-width: 960px) {
	.wrapper.wrapper--column-2 .__inner .aside {
		width: 100%;
		height: auto;
		border-right: none;
	}
}
@media screen and (max-width: 600px) {
	.wrapper.wrapper--column-2 .__inner .aside {
		position: static;
	}
}


/* block */
.aside section.__block {
	padding: 0;
	background-color: #fff;
}
.aside section.__block:not(:last-child) {
	margin-bottom: 32px;
}
.aside section.__block.__block--free {
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}

/* heading */
.aside section.__block .__heading.__heading--default,
.aside section.__block .__heading.__heading--custom {
	position: relative;
	margin: 0;
	padding: 18px 0 0 16px;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #505E6B;
	background-color: transparent;
	border: none;
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 600px) {
	
}


/* login */
.aside section.__block.__block--login.__is-guest {
	display: none;
	position: relative;
	background-color: transparent;
}
.aside section.__block.__block--login.__is-guest:before {
	display: block;
	content: "はじめての方はこちら";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
	text-align: center;
}
.aside section.__block.__block--login h3 {
	display: none;
}
.aside section.__block.__block--login.__is-guest .__body {
	padding: 16px 0 0;
}
.aside section.__block.__block--login.__is-guest .__body .__login-link {
	display: none;
}
.aside section.__block.__block--login.__is-guest .__body ul.__menu li a {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 12px 4px 12px 0;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 24px;
	line-height: 1.6;
	text-decoration: none;
	background-color: #48be46;
	color: #fff;
	border: solid 4px #fff;
	border-radius: 16px;
	box-sizing: border-box;
	transition: 0.3s;
}
.aside section.__block.__block--login.__is-guest .__body ul.__menu li a:hover {
	background-color: #25a423;
}
.aside section.__block.__block--login.__is-guest .__body ul.__menu li a:before {
	display: inline-block;
	content: "";
	width: 40px;
	height: 40px;
	margin-right: 6px;
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/regist.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: center center;
}
@media screen and (max-width: 960px) {
	.aside section.__block.__block--login.__is-guest {
		display: block;
	}
}


/* logout */
.aside section.__block.__block--login.__is-member {
	width: 100%;
	padding: 8px 0 0;
}
.aside section.__block.__block--login.__is-member .__body {
	width: 100%;
	margin: 0 auto !important;
	padding: 1em;
	background-color: #fff;
	border-radius: 16px;
}
.aside section.__block.__block--login.__is-member .__body .__name {
	display: block;
	margin: 0;
	text-align: center;
}
.aside section.__block.__block--login.__is-member ul.__menu {
	display: flex;
	justify-content: center;
	gap: 0 2%;
	width: 100%;
	margin: 0 auto !important;
	padding: 24px 0 0 !important;
}
.aside section.__block.__block--login.__is-member ul.__menu li {
	width: 48%;
	border: none !important;
}
.aside section.__block.__block--login.__is-member ul.__menu li a {
	display: block;
	width: 100%;
	padding: 8px 0 !important;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	text-decoration: none;
	background-color: #e8e8e8;
	border-radius: 8px;
}
.aside section.__block.__block--login.__is-member ul.__menu li a:before {
	display: none;
}
.aside section.__block.__block--login.__is-member ul.__menu li a span {
	color: #333;
}


/* cart */
.aside section.__block.__block--cart {
	border: solid 8px #fabf45;
}
.aside section.__block.__block--cart h3.__heading {
	display: flex;
	justify-content: center;
	align-items: center;
}
.aside section.__block.__block--cart h3.__heading:before {
	display: inline-block;
	content: "";
	width: 48px;
	height: 48px;
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/cart.png);
	background-repeat: no-repeat;
	background-size: 48px auto;
	background-position: top center;
}


/* category */
.aside section.__block.__block--category {
	margin-bottom: 0;
	border-radius: 0;
}
.aside section.__block.__block--category h3 {
	position: relative;
	width: 256px;
	height: 80px;
	padding: 17px 0 0 64px !important;
	font-size: 16px;
	background-color: #505E6B !important;
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/category.png);
	background-repeat: no-repeat;
	background-size: 32px auto;
	background-position: 14px center;
}
.aside section.__block.__block--category h3:before {
	display: block;
	content: "Category";
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff !important;
}
.aside section.__block.__block--category h3 span {
	font-size: 16px;
	font-weight: 500;
	color: #fff !important;
}
.aside section.__block.__block--category .__body {
	padding-bottom: 0;
}
.aside section.__block.__block--category .__body ul.__tree > li.__item {
	margin: 0;
	padding: 0;
	border-top: none;
	border-bottom: solid 1px #ccc;
	background-color: #fff;
}
.aside section.__block.__block--category .__body ul.__tree > li.__item a {
	padding: 12px 48px 12px 16px;
	color: #000;
	border: none;
}
.aside section.__block.__block--category .__body ul.__tree > li.__item > ul {
	padding-bottom: 16px;
}
.aside section.__block.__block--category .__body ul.__tree > li.__item > ul > li.__item {
	background-color: #f6f6f6;
	border-bottom: solid 1px #fff;
}
.aside section.__block.__block--category .__body ul.__tree > li.__item > ul > li.__item > ul > li.__item {
	background-color: #f5e1e1;
	border-bottom: solid 1px #faf0f0;
}
.aside section.__block.__block--category .__body ul.__tree > li.__item.__item--has-children > span.__js-toggle {
	display: inline-block;
}
.aside section.__block.__block--category .__body ul.__tree > li.__item.__item--has-children > ul {
	display: none;
}
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle {
	padding: 11px 8px;
	box-sizing: content-box;
}
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle:before {
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	margin: 0;
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/plus.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: center center;
}
.aside section.__block.__block--category .__body ul.__tree li.__item.__item--has-children span.__js-toggle.__is-open:before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/minus.png);
}
@media screen and (max-width: 960px) {
	.aside section.__block.__block--category {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		margin-bottom: 0 !important;
		background-color: #f6f6f6;
	}
	.aside section.__block.__block--category .__body {
		width: calc(100% - 256px);
		border-top: 8px solid #ddd;
	}
	.aside section.__block.__block--category .__body ul.__tree > li.__item a {
		padding: 12px 48px 12px 16px;
		color: #000;
		border: none;
	}
}
@media screen and (max-width: 600px) {
	.aside section.__block.__block--category {
		display: block;
	}
	.aside section.__block.__block--category h3 {
		width: 100%;
		height: 10.4vw;
		margin: 0;
		padding: 2vw 0 0 9.4vw !important;
		background-size: 6.2vw auto;
		background-position: 2vw center;
	}
	.aside section.__block.__block--category h3 span {
		font-size: 4.1vw !important;
		line-height: 1.5 !important;
	}
	.aside section.__block.__block--category h3:before {
		position: absolute;
		right: 3vw;
		top: 3vw;
		font-size: 3.1vw;
	}
	.aside section.__block.__block--category .__body {
		width: 100%;
		border-top: none;
	}
	.aside section.__block.__block--category .__body ul.__tree > li.__item a {
		padding: 3.2vw 14vw 3.2vw 4vw;
		font-size: 3.8vw;
	}
	.aside section.__block.__block--category .__body ul.__tree > li.__item a span {
		padding-left: 1vw;
		font-size: 3.1vw;
	}
}


/* vermin */
.aside section.__block.__block--vermin {
	margin-bottom: 0;
	border-radius: 0;
}
.aside section.__block.__block--vermin h3 {
	position: relative;
	width: 256px;
	height: 80px;
	padding: 17px 0 0 64px !important;
	font-size: 16px;
	background-color: #505E6B !important;
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/kumo.png);
	background-repeat: no-repeat;
	background-size: 32px auto;
	background-position: 14px center;
}
.aside section.__block.__block--vermin h3:before {
	display: block;
	content: "Vermin";
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff !important;
}
.aside section.__block.__block--vermin h3 span {
	font-size: 16px;
	font-weight: 500;
	color: #fff !important;
}
.aside section.__block.__block--vermin .__body {
	padding-bottom: 0;
}
.aside section.__block.__block--vermin .__body ul.__tree {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.aside section.__block.__block--vermin .__body ul.__tree > li.__item {
	margin: 0;
	padding: 0;
	border-top: none;
	border-bottom: solid 1px #ccc;
	background-color: #fff;
}
.aside section.__block.__block--vermin .__body ul.__tree > li.__item a {
	display: block;
	padding: 12px 48px 12px 16px;
	color: #000;
	border: none;
}
.aside section.__block.__block--vermin .__body ul.__tree > li.__item a span {
	display: block;
	font-size: 12px;
}
@media screen and (max-width: 960px) {
	.aside section.__block.__block--vermin {
		display: flex;
		flex-wrap: nowrap;
		width: 100%;
		margin-bottom: 0 !important;
		background-color: #f6f6f6;
	}
	.aside section.__block.__block--vermin .__body {
		width: calc(100% - 256px);
		border-top: 8px solid #ddd;
	}
	.aside section.__block.__block--vermin .__body ul.__tree > li.__item a {
		padding: 12px 48px 12px 16px;
		color: #000;
		border: none;
	}
	.aside section.__block.__block--vermin .__body ul.__tree > li.__item a span {
		display: inline;
		padding-left: 6px;
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.aside section.__block.__block--vermin {
		display: block;
	}
	.aside section.__block.__block--vermin h3 {
		width: 100%;
		height: 10.4vw;
		margin: 0;
		padding: 2vw 0 0 9.4vw !important;
		background-size: 6.2vw auto;
		background-position: 2vw center;
	}
	.aside section.__block.__block--vermin h3 span {
		font-size: 4.1vw !important;
		line-height: 1.5 !important;
	}
	.aside section.__block.__block--vermin h3:before {
		position: absolute;
		right: 3vw;
		top: 3vw;
		font-size: 3.1vw;
	}
	.aside section.__block.__block--vermin .__body {
		width: 100%;
		border-top: none;
	}
	.aside section.__block.__block--vermin .__body ul.__tree > li.__item a {
		padding: 3.2vw 4vw;
		font-size: 3.8vw;
	}
	.aside section.__block.__block--vermin .__body ul.__tree > li.__item a span {
		padding-left: 1vw;
		font-size: 3.1vw;
	}
}


/* calendar */
.aside section.__block.__block--free {
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}
.aside section.__block.__block--free h3.heading-calendar {
	padding: 20px 0 0 16px;
	border-top: 8px solid #bbb;
	border-radius: 0;
}
.aside section.__block.__block--free h3.heading-calendar:before {
	display: block;
	content: "Business day";
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #505E6B;
}
.aside section.__block.__block--free h3.heading-calendar span {
	font-size: 21px;
	font-weight: 500;
	color: #505E6B;
}
.aside section.__block.__block--calendar {
	margin-bottom: 0;
	border-radius: 0;
}
.aside section.__block.__block--calendar ul {
	padding: 0;
	margin: 0;
}
.aside section.__block.__block--calendar ul li {
	margin: 24px 0 16px;
}

.aside section.__block.__block--calendar ul li table.cal thead th {
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}
.aside section.__block.__block--calendar ul li table.cal tbody th,
.aside section.__block.__block--calendar ul li table.cal tbody td {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	background-color: transparent !important;
}

.aside section.__block.__block--calendar ul li table.cal tbody th:first-child {
	color: #a43854 !important;
}
.aside section.__block.__block--calendar ul li table.cal tbody th:last-child {
	color: #3183B1 !important;
}
.aside section.__block.__block--calendar ul li table.cal tbody td span {
	padding: 6px 0;
	border-radius: 0;
}
.aside section.__block.__block--calendar ul li table.cal tbody td span strong {
	font-weight: 900;
	color: #eb6d8e;
}
.aside section.__block.__block--calendar ul li table.cal tbody td span.cal-week-close strong {
	font-weight: 900;
	color: #fe0;
}
.aside section.__block.__block--free p.calendarNote {
	margin: 0;
	padding: 0 16px 16px;
	font-size: 14px;
	text-align: right;
	background-color: #fff;
	border-radius: 0;
}
.aside section.__block.__block--free p.calendarNote span {
	color: #505E6B;
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 600px) {
	.aside section.__block.__block--free h3.heading-calendar {
		padding: 2.2vw 0 2.3vw 2.4vw;
	}
	body.body-home .aside section.__block.__block--free h3.heading-calendar {
		position: absolute;
		top: 0;
		right: 0;
		width: 50vw;
		padding: 2.3vw 0 2.5vw 2.4vw;
		font-size: 4.1vw;
		border-top: 8px solid #bbb;
	}
	.aside section.__block.__block--free h3.heading-calendar span {
		font-size: 4.1vw;
		color: #505E6B;
	}
	.aside section.__block.__block--free h3.heading-calendar span > span {
		display: none;
	}
	.aside section.__block.__block--free h3.heading-calendar:before {
		position: absolute;
		top: 3.2vw;
		right: 2.4vw;
		font-size: 3.1vw;
	}
	.aside section.__block.__block--calendar {
		padding-bottom: 4vw;
	}
	body.body-home .aside section.__block.__block--calendar {
		position: absolute;
		top: calc(10.95vw + 8px);
		right: 0;
		width: 50vw;
		padding: 0;
		background-color: #f6f6f6;
	}
	.aside section.__block.__block--calendar:after {
		display: block;
		content: "■は定休日です";
		padding-right: 4vw;
		font-family: 'Roboto', sans-serif;
		font-size: 3.1vw;
		font-weight: 500;
		color: #505E6B;
		text-align: right;
	}
	.aside section.__block.__block--calendar ul {
		display: flex;
		flex-wrap: nowrap;
		border-top: 1px solid #ddd;
	}
	.aside section.__block.__block--calendar ul li {
		width: 50%;
		margin: 3vw 0 2.6vw;
	}
	body.body-home .aside section.__block.__block--calendar ul li {
		width: 100%;
	}
	body.body-home .aside section.__block.__block--calendar ul li:nth-of-type(2) {
		display: none;
	}
	.aside section.__block.__block--calendar ul li table.cal thead th {
		padding-bottom: 2vw;
		font-size: 3.2vw;
	}
	.aside section.__block.__block--calendar ul li table.cal tbody th,
	.aside section.__block.__block--calendar ul li table.cal tbody td {
		font-size: 2.8vw;
		border-left: 1vw solid transparent;
		border-right: 1vw solid transparent;
		border-top: 0.5vw solid transparent;
		border-bottom: 0.5vw solid transparent;
	}
	.aside section.__block.__block--calendar ul li table.cal tbody th {
		padding: 1vw 0;
	}
	.aside section.__block.__block--calendar ul li table.cal tbody td span {
		padding: 1vw 0;
	}
	.aside section.__block.__block--free p.calendarNote {
		display: none;
	}
}


/* credit */
.aside section.__block.__block--b-credit {
	padding: 20px 0;
}




/* ---------------------------------------------------------------- */
/* footer */
/* ---------------------------------------------------------------- */

footer {
	width: 100%;
	padding: 0;
	background-color: #505E6B !important;
}
footer a {
	color: #f6f6f6;
	text-decoration: none;
}

footer .__link1 {
	width: 100%;
}
footer .__link1 ul {
	display: flex;
	flex-wrap: nowrap;
	gap: 0 1px;
	margin: 0;
	padding: 8px 0 0;
}
footer .__link1 li {
	list-style: none;
	width: 50%;
}
footer .__link1 li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 16px;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	border-radius: 0;
}
footer .__link1 li a:before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
	background-repeat: no-repeat;
	background-size: 24px auto;
	background-position: center center;
}
footer .__link1 li.beginner a:before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/howto_blue.png);
}
footer .__link1 li.contact a:before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/contact_blue.png);
}

footer .__link2 {
	display: none;
}

footer nav {
	display: flex;
	flex-wrap: nowrap;
	gap: 0 32px;
	width: 100%;
	padding: 80px 10% 40px;
	max-width: 100% !important;
}
footer nav div {
	width: 27%;
}
footer nav div:first-child {
	width: 19%;
}
footer nav div:first-child img {
	width: 100%;
	max-width: 160px !important;
}
footer nav div p {
	margin: 0 !important;
	padding: 0 0 12px 0 !important;
	font-size: 14px;
	color: #dfe7ec;
	border-bottom: 1px solid #74848e;
}
footer nav div ul {
	padding: 16px 0 !important;
}
footer nav div:last-child ul {
	padding: 0 !important;
	margin: -5px 0 0 !important;
}
footer nav div ul li {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}
footer nav div ul li a {
	display: inline-block !important;
	padding: 5px 0 !important;
	font-size: 14px;
	border-right: none !important;
}
.footer .__copyright {
	width: 100%;
	max-width: 100% !important;
	margin: 0;
	padding: 0 10% 70px;
	font-size: 12px;
	text-align: right;
	color: #dfe7ec;
}
.footer .__copyright span {
	display: block;
}
.footer .__copyright a {
	color: #13b5b1;
	text-decoration: none;
}
@media screen and (max-width: 960px) {
	footer {
		padding: 0;
		height: auto;
	}
	
	footer nav {
		display: flex;
		flex-wrap: wrap;
		gap: 40px 0;
		width: 100%;
		padding: 60px 10%;
	}
	footer nav div {
		display: none;
		width: 100%;
		text-align: center;
	}
	footer nav div:first-child,
	footer nav div:last-child {
		display: block;
		width: 100%;
	}
	footer nav div:first-child img {
		width: 240px;
		max-width: 240px !important;
	}
	footer nav div:last-child ul {
		width: 320px;
		margin: 0 auto !important;
	}
	footer nav div ul li {
		padding: 3px !important;
	}
	footer nav div ul li a {
		display: inline-block !important;
		width: 100%;
		padding: 16px 0 !important;
		background-color: #485765;
	}
	.footer .__copyright {
		padding: 0 0 50px;
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	footer {
		padding: 12vw 16vw 34vw;
	}
	
	footer .__link1 {
		display: none;
	}
	
	footer .__link2 {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	footer .__link2 ul {
		display: flex;
		flex-wrap: nowrap;
		gap: 0 8px;
		margin: 0;
		padding: 8px;
		background-color: #505E6B;
		box-shadow: 0 -1vw 4vw rgb(0 0 0 / .3);
	}
	footer .__link2 li {
		list-style: none;
		width: 50%;
	}
	footer .__link2 li a,
	footer .__link2 li label {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 2vw;
		font-size: 2.6vw;
		color: #fff;
		background-color: #62788C;
		border-radius: 0;
	}
	footer .__link2 li a:before,
	footer .__link2 li label:before {
		display: block;
		content: "";
		width: 6.8vw;
		height: 6.8vw;
		margin: 0 0 1.6vw 0;
		background-repeat: no-repeat;
		background-size: 6.8vw auto;
		background-position: center center;
	}
	footer .__link2 li.o-category1 a:before {
		background-image: url(https://files.bcart.jp/s-trd/uploads/icon/history.png);
	}
	footer .__link2 li.o-category2 label:before {
		background-image: url(https://files.bcart.jp/s-trd/uploads/icon/category.png);
	}
	footer .__link2 li.o-category3 label:before {
		background-image: url(https://files.bcart.jp/s-trd/uploads/icon/kumo.png);
	}
	
	footer nav {
		gap: 10vw 0;
		padding: 0;
	}
	footer nav div:first-child img {
		width: 80%;
		max-width: 80% !important;
	}
	footer nav div:last-child ul {
		width: 100%;
	}
	footer nav div ul li a {
		padding: 4vw 0 !important;
		font-size: 3.2vw;
	}
	.footer .__copyright {
		padding: 10vw 0 0;
	}
}


/* go to top */
.c-pagetop {
	display: none;
}




/* ---------------------------------------------------------------- */
/* page - howto */
/* ---------------------------------------------------------------- */

/* step */
.main.main--howto .__step h2,
.main.main--howto .__content-bottom h2 {
	margin-top: 3em;
}
.main.main--howto .__step .__body ul.__list li.__item {
	position: relative;
	margin-top: 2em;
	padding-top: 100px;
	padding-left: 0;
}
.main.main--howto .__step .__body ul.__list li.__item:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: inline-block;
	height: 80px;
	width: 80px;
	background-repeat: no-repeat;
	background-size: 80px auto;
	background-position: center center;
}
.main.main--howto .__step .__body ul.__list li.__item:nth-of-type(1):before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/step01.png);
}
.main.main--howto .__step .__body ul.__list li.__item:nth-of-type(2):before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/step02.png);
}
.main.main--howto .__step .__body ul.__list li.__item:nth-of-type(3):before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/step03.png);
}
.main.main--howto .__step .__body ul.__list li.__item:nth-of-type(4):before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/step04.png);
}
.main.main--howto .__step .__body ul.__list li.__item:nth-of-type(5):before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/step05.png);
}
.main.main--howto .__step .__body ul.__list li.__item:nth-of-type(6):before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/step06.png);
}
.main.main--howto .__step .__body ul.__list li.__item:nth-of-type(7):before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/step07.png);
}
.main.main--howto .__step .__body ul.__list li.__item:nth-of-type(8):before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/step08.png);
}
.main.main--howto .__step .__body ul.__list li.__item:nth-of-type(9):before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/step09.png);
}
.main.main--howto .__step .__body ul.__list li.__item:nth-of-type(10):before {
	background-image: url(https://files.bcart.jp/s-trd/uploads/icon/step10.png);
}
.main.main--howto .__step .__body ul.__list li.__item .__description {
	padding-bottom: 3em;
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 600px) {
	.main.main--howto .__step .__body ul.__list li.__item {
		margin-top: 3em;
		padding-top: 0;
		padding-left: 100px;
	}
}




/* ---------------------------------------------------------------- */
/* page - product */
/* ---------------------------------------------------------------- */

.wrapper .main--product-list .__breadcrumb,
.wrapper .main--product-list .__heading,
.wrapper .main--product-list .__child,
.wrapper .main--product-list .__content-top,
.wrapper .main--product-list .__pagination,
.wrapper .main--product-list .__information,
.wrapper .main--product-list .__content-bottom,
.wrapper .main--product-detail .__breadcrumb,
.wrapper .main--product-detail .__heading,
.wrapper .main--product-detail .__child,
.wrapper .main--product-detail .__content-top,
.wrapper .main--product-detail .__pagination,
.wrapper .main--product-detail .__information,
.wrapper .main--product-detail .__content-bottom {
	padding-left: 2em;
	padding-right: 2em;
}
.wrapper .main--product-detail .__description{
	margin:1em;
}
.wrapper .main--product-detail .__description table{
	margin-top:1em;
}
@media screen and (max-width: 600px) {
	.wrapper .main--product-list .__breadcrumb,
	.wrapper .main--product-list .__heading,
	.wrapper .main--product-list .__child,
	.wrapper .main--product-list .__content-top,
	.wrapper .main--product-list .__pagination,
	.wrapper .main--product-list .__information,
	.wrapper .main--product-list .__content-bottom,
	.wrapper .main--product-detail .__breadcrumb,
	.wrapper .main--product-detail .__heading,
	.wrapper .main--product-detail .__child,
	.wrapper .main--product-detail .__content-top,
	.wrapper .main--product-detail .__pagination,
	.wrapper .main--product-detail .__information,
	.wrapper .main--product-detail .__content-bottom {
		padding-left: 0;
		padding-right: 0;
	}
}




/* ---------------------------------------------------------------- */
/* page - news */
/* ---------------------------------------------------------------- */
.wrapper--news .main--news section.__breadcrumb {
	padding: 0 2em !important;
}
.wrapper--news .main--news section.__article .__title,
.wrapper--news .main--news section.__article .__date,
.wrapper--news .main--news section.__to-list {
	padding: 0 2em !important;
}
.wrapper--news .main--news section.__article .__content figure {
	text-align: center;
}
@media screen and (max-width: 600px) {
	.wrapper--news .main--news {
		padding: 3.2vw 0 !important;
	}
	.wrapper--news .main--news section.__breadcrumb {
		padding: 0 1em !important;
	}
	.wrapper--news .main--news section.__article .__title,
	.wrapper--news .main--news section.__article .__date,
	.wrapper--news .main--news section.__to-list {
		padding: 0 1em !important;
	}
}