<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
	body {
		background-size: 100%;
		color: #161616;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 16px;
		line-height: 30px;
		min-width: 1100px;
	}
	img {
		display: block;
		width: 100%;
		height: auto;
	}
	a {
		width: 100%;
		display: block;
	}
	/*=========================
▼▼共通▼▼
===========================*/
	.pc_none {
		display: none;
	}
	.mincho {
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
	}
	.barlow {
		font-family: 'Barlow', sans-serif;
		font-weight: 500;
	}
	.auto {
		width: 1100px;
		margin: 0 auto;
	}
	/*=========================
▲▲共通▲▲
===========================*/
	#container {
		width: 100%;
		clear: both;
		float: left;

	}
	header {
		width: 100%;
		height: 100px;
		padding: 17px 0 28px;
		-webkit-box-sizing: border-box;
		moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		clear: both;
		margin: 0 auto;
		border-bottom: 2px solid #f7f7f7;
	}
	header h1 {
		width: 148px;
		float: left;
	}
	header .sns_link {
		width: 433px;
		float: right;
		padding-top: 20px;
		letter-spacing: -.4em;
		text-align: right;
	}
	header .sns_link li {
		width: 132px;
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
		margin-right: 18px;
	}
	header .sns_link li:last-of-type {
		margin-right: 0;
	}

	#contents {
		width: 100%;
		clear: both;
		float: left;
		margin-bottom: 160px;
	}


	.product_area {
		width: 100%;
		float: left;
		clear: both;
	}
	.product_area .auto {
		width: 854px;
	}
	.product_area h3 {
		display: inline-block;
		font-size: 20px;
		background-color: #ffffff;
		position: relative;
		padding-right: 37px;
		margin-bottom: 20px;
	}
	.product_area h3::before {
		content: "";
		display: block;
		width: 854px;
		height: 2px;
		background-color: #000000;
		position: absolute;
		left: 0;
		top: 12px;
		z-index: -1;
	}
	.product_area h3::after {
		content: "";
		display: block;
		width: 854px;
		height: 1px;
		background-color: #000000;
		position: absolute;
		left: 0;
		top: 16px;
		z-index: -1;
	}
	.product_area .box_wrapper {
		width: 100%;
		float: left;
		clear: both;
	}
	.product_area .box_wrapper .box {
		width: 417px;
		float: left;
		display: table;
		margin-bottom: 20px;
	}
	.product_area .box_wrapper .box:nth-of-type(2n) {
		float: right;
	}
	.product_area .box_wrapper .box .img {
		width: 170px;
		height: 170px;
		display: table-cell;
		vertical-align: middle;
		background-color: #ffffff;
		overflow: hidden;
	}
	.product_area .box_wrapper .box .img a {
		width: 100%;
		height: 100%;
		position: relative;
		transition-duration: .6s;
	}
	.product_area .box_wrapper .box .img a:hover {
		transform: scale(1.06);
	}
	.product_area .box_wrapper .box .img img {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		padding: 0;
	}
	.product_area .box_wrapper .box .text_box {
		width: 228px;
		display: table-cell;
		vertical-align: middle;
		padding-left: 20px;
		-webkit-box-sizing: border-box;
		moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 15px;
		line-height: 23px;
	}
	.product_area .box_wrapper .box .text_box .new {
		width: 55px;
		margin-bottom: 5px;
	}
	.product_area .box_wrapper .box .text_box .name {
		margin-bottom: 18px;
	}
	.product_area .box_wrapper .box .text_box .btn {
		width: 200px;
		font-size: 14px;
		text-align: center;
	}
	.product_area .box_wrapper .box .text_box .btn a {
		border: 1px solid #b1b1b1;
		-webkit-box-sizing: border-box;
		moz-box-sizing: border-box;
		box-sizing: border-box;
		text-decoration: none;
		padding: 12px 0 11px;
		background-image: url("../img/share/icon_01.png");
		background-repeat: no-repeat;
		background-position: right 14px center;
		background-size: 6px;
		transition-duration: .3s;
	}
	.product_area .box_wrapper .box .text_box .btn a:hover {
		background-color: #b1b1b1;
		color: #ffffff;
		background-image: url("../img/share/icon_01w.png");
	}

	footer {
		width: 100%;
		clear: both;
		float: left;
		border-top: 1px solid #f3f3f3;
		padding-top: 32px;
		padding-bottom: 26px;
		font-size: 10px;
		line-height: 1.3;
		color: #bcbbbb;
	}
	footer .under_banner {
		float: left;
		font-size: 11px;
		line-height: 18px;
		letter-spacing: normal;
	}
	footer .under_banner a {
		text-decoration: none;
		display: inline;
	}
	footer .under_banner dl {
		display: inline-block;
	}
	footer .under_banner dl dt {
		display: inline-block;
		vertical-align: middle;
		margin-right: 3px;
	}
	footer .under_banner dl dt img {
		width: 151px;
	}
	footer .under_banner dl dd {
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}
	footer .copy {
		float: right;
		margin-top: 20px;
	}
	#back-top {
		display: none;
		bottom: 80px;
		right: 30px;
		clear: both;
		float: left;
		position: fixed;
		width: 48px;
		z-index: 99;
	}
	#back-top img {
		display: block;
		width: 100%;
		height: auto;
	}
}</pre></body></html>