<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('../jquery/css/slick/fonts/slick.eot');
	src: url('../jquery/css/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../jquery/css/slick/fonts/slick.woff') format('woff'), url('../jquery/css/slick/fonts/slick.ttf') format('truetype'), url('../jquery/slick/css/fonts/slick.svg#slick') format('svg');
}

/** ã‚·ãƒ§ãƒƒãƒ—ãƒˆãƒƒãƒ— */

#Shop .contents {
	max-width: 100%;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
}

/* title */
.logo_title {
	margin-right: 15px;
}
.logo_title + .sub_title {
	display: inline-block;
	padding: 5px 0;
	line-height: 1;
}

/* ãƒ¡ã‚¤ãƒ³ãƒãƒŠãƒ¼ */


/* ãƒŠãƒŽã«ã¤ã„ã¦ */
.about_nano_wrap,
.info_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 50px;
}

.info_wrap {
	margin-bottom: 80px;
}

.about_nano_wrap .about_nano,
.info_wrap .info {
	width: 50%;
	padding: 0 15px;
}

.about_nano_wrap .about_nano_box {
	border: 1px solid #e5e5e5;
	height: 100%;
}

.about_nano_wrap .about_nano_box a {
	color: #222;
}

.about_nano_wrap .about_nano_box a:hover {
	text-decoration: none;
}

.about_nano_wrap .about_nano_ex {
	padding: 10px 20px;
}

.about_nano_wrap .about_nano_ex .about_nano_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.about_nano_wrap .about_nano_ex .logo_title {
	display: inline-block;
	padding: 5px 0;
}
.about_nano_wrap .about_nano_ex .sub_title {
	font-size: 0.8em;
}

.info_wrap .info_box {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height: 100%;
	padding: 0 5px;
}

.info_wrap .news_title {
	font-size: 28px;
	padding: 10px 0;
	border-bottom: 1px dotted #e5e5e5;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.info_wrap .news_title .sub_title {
	font-size: 1rem;
	margin-left: 15px;
}
.info_wrap .news_title .link_all {
	font-size: 16px;
	font-family: "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
	display: inline-block;
	margin-left: auto;
	
}

.info_wrap .news_list {
	padding: 15px 0;
	max-height: 100px;
	overflow-y: auto;
}

.info_wrap .news_list .news a {
	display: flex;
	margin-bottom: 5px;
}

.info_wrap .news_list .news .news_date {
	padding-right: 15px;
	width: 100px;
}

.info_wrap .news_list .news .news_contents {
	flex: 1;
}

.info_wrap .link_wrap .info_box {
	display: flex;
	padding: 20px 0;
}

.info_wrap .link_wrap .info_box .link {
	width: 50%;
}

.info_wrap .link_wrap .info_box .link a {
	padding: 0 15px;
	display: block;
	height: 100%;
	color: #222;
}

.info_wrap .link_wrap .info_box .link a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.info_wrap .link_wrap .info_box .link.begginers_guide a {
	border-right: 1px solid #e5e5e5;
}

.info_wrap .link_wrap .info_box .link .link_title {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0 10px;
}

.info_wrap .link_wrap .info_box .link .link_title img {
	vertical-align: middle;
	margin-right: 5px;
}

@media screen and (max-width: 768px) {
	.about_wrap {
		display: flex;
		width: 100%;
		flex-direction: column-reverse;
	}
	.about_nano_wrap .about_nano, .info_wrap .info {
		width: 100%;
		padding: 0 15px 30px;
	}
	.info_wrap {
		margin-bottom: 0;
	}
	.about_nano_wrap {
		margin-bottom: 20px;
	}
	.about_nano_wrap .about_nano_box {
		height: auto;
	}
	.about_nano_wrap .about_nano_box a {
		display: flex;
		flex-wrap: wrap;
	}
	.about_nano_wrap .about_nano_box .about_nano_image {
		width: 60%;
	}
	.about_nano_wrap .about_nano_box .about_nano_image img {
		height: 100% !important;
		width: auto;
		object-fit: cover;

	}
	.about_nano_wrap .about_nano_ex {
		width: 40%;
	}
}

@media screen and (max-width: 510px) {
	.about_nano_detail {
		font-size: 0.95em;
		line-height: 1.5;
	}
	.info_wrap .news_title {
		font-size: 1.3em;
	}
	.info_wrap .link_wrap .info_box {
		padding: 10px 0;
	}
	.info_wrap .link_wrap .info_box .link a {
		text-align: center;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.info_wrap .link_wrap .info_box .link .link_title img {
		display: block;
		margin: 0 auto 5px;
	}
	.info_wrap .link_wrap .info_box .link .link_title {
		font-size: 1em;
		padding: 0;
	}
	.info_wrap .link_wrap .info_box .link_detail {
		display: none;
	}
	.info_wrap .news_list {
		font-size: 0.95em;
		line-height: 1.5;
	}
	.about_nano_wrap .about_nano_box .about_nano_image img {
		height: auto !important;
		width: 100%;
	}
	.about_nano_wrap .about_nano_box .about_nano_image,
	.about_nano_wrap .about_nano_ex {
		width: 100%;
	}
}


/* ãƒ©ãƒ³ã‚­ãƒ³ã‚° */

.ranking {
	background: linear-gradient(#eaeaea, #ffffff) no-repeat;
	background-size: 100% 400px
}

.ranking_wrap {
	padding: 50px 20px;
}

.ranking_wrap .goodsInfo {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.rank_category_title {
	line-height: 1;
	margin-bottom: 30px;
}

.rank_category_title .title {
	font-size: 1.7em;
}

/*.rank_category_title .sub_title {
	display: inline-block;
	padding: 5px 0;
}

.rank_category_title .logo_title {
	margin-right: 15px;
}*/

.ranking .results .goodsItem a::after {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #eaeaea;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ranking .results .goodsItem:nth-child(1) a::after {
	content: "1";
	color: #fff;
	background-color: #222;
}
.ranking .results .goodsItem:nth-child(2) a::after {
	content: "2";
}
.ranking .results .goodsItem:nth-child(3) a::after {
	content: "3";
}
.ranking .results .goodsItem:nth-child(4) a::after {
	content: "4";
}

[class*="goodsIcon"].imgWrap {
	display: inline-block;
	width: 33%;
	margin-right: 5px;
}

@media screen and (max-width: 768px) {
	.ranking .results .goodsItem:nth-child(n + 4) {
		display: none;
	}
	[class*="goodsIcon"].imgWrap {
		width: 100%;
		margin: 5px 0 0 0;
	}
}

@media screen and (max-width: 510px) {
	.ranking .results .goodsItem:nth-child(n + 4) {
		display: block;
	}
	.rank_category_title .title {
		font-size: 1.4em;
	}
	.ranking .results .goodsItem a::after {
		width: 30px;
		height: 30px;
		font-size: 1em;
	}

}
.rank_category .goodsItem {
	display: inline-block;
}



}</pre></body></html>