@charset "utf-8";


/* all
-------------------------------------------------------------------*/
html {
	background:#FFFFFF;
	color:#333333;
	font-family: 'Noto Sans JP',  "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:16px;
	line-height:1.4;
}
html .goti,
html .goti form *{
	font-family:  'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html .min,
html .min form *{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
	width: 100%;
	font-size: 100%;
	text-align: center;
}

.sitewrap {
	width: 1000px;
	min-width:1000px;
	overflow:hidden;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media screen and (max-width:1024px) {
	.sitewrap {
		width: 100%;
		min-width:0;
	}
}
@media screen and (max-width:768px) {
	html {
		color:#000000;
		font-size:14px;
	}
	.sitewrap {
		width: 100%;
		min-width:0;
	}
}


/* header
-------------------------------------------------------------------*/
header {
}
header#fix_menu{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index: 500;
	transition:top .4s .2s;
	background:rgba(255,255,255,0.9);
}
.menu_top {
   	position:relative;
}
.menu_top #site_ttl {
	float:left;
	padding: 0 15px;
	display: flex;
	height: 80px;
	align-items: center;
	white-space:nowrap;
}
.menu_top #site_ttl a,
.menu_top #site_ttl p{
	display:inline-block;
	vertical-align:middle;
}
.menu_top #site_ttl p{
	margin-left:10px;
	font-size:12px;
}
.menu_top .users_menu{
	float:right;
	padding:15px;
	text-align:right;
	display:flex;
	align-items:center;
	justify-content:center;
}
.menu_top .users_menu li{
	display:inline-block;
	vertical-align:middle;
}
.menu_top .users_menu li + li{
	margin-left:50px;
}
.menu_top .users_menu li a{
	text-decoration:underline;
}
.menu_top .users_menu li a:hover{
	text-decoration:none;
}
.menu_top .users_menu li a span{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	font-weight:bold;
}
.menu_top .users_menu li.name{
	display:flex;
	align-items:center;
	border-right:dotted 1px #555;
	padding-right: 30px;
}
.menu_top .users_menu li.name p{
	color:#d33b4d;
	margin-right: 20px;
}
.menu_top .users_menu li.name a{
	border:#555555 solid 1px;
	background:#555555;
	color:#fff;
	display:block;
	font-size:75%;
	padding:2px 4px;
	text-decoration:none;
	transition:color .4s,background .4s;
}
.menu_top .users_menu li.name a:hover{
	color:#555555;
	background:#fff;
	opacity:1;
}
.menu_top .users_menu li.cart a{
	background:#d33b4d;
	color:#fff;
	padding:10px;
	width:254px;
	text-align:center;
	border:solid 1px #d33b4d;
	border-radius:30px;	
}
.menu_top .users_menu li.cart a img{
	vertical-align:middle;
	margin-right:10px;
	width: 24px;
	height: auto;
}

#sidebar{
	display:block;
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	padding: 134px 12px 12px;
	width:264px;
	z-index: 400;
}
.drop_menu{
	max-width:100%;
	margin:auto;
	text-align:left;
}

.drop_menu #NavWrap {
	padding: 0;
}
#sidebar .users_menu{
	display:none;
}
#sidebar dt{
	margin-bottom:30px;
}
#sidebar dt p{
	font-size:227.5%;
	font-weight:bold;
	margin-bottom: 10px;
}
#sidebar dd.form_elm{
	margin-bottom:25px;
	overflow-y:auto;
	max-height:calc(100vh - 394px);
	padding-right:12px;
}
#sidebar dd.form_elm::-webkit-scrollbar {
	height: 5px;
	width:5px;
}
#sidebar dd.form_elm::-webkit-scrollbar-track {
	border-radius: 10px;
	background: rgba(100,100,100,0.2);
}

#sidebar dd.form_elm::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(100,100,100,0.8);}

#sidebar .input_search label{
	display:block;
	margin-bottom:25px;
}
#sidebar .input_search label span{
	display:block;
	margin-bottom:5px;
}
#sidebar dd label input[type="search"],
#sidebar dd label input[type="tel"],
#sidebar dd label input[type="text"]{
	appearance:none;
	display:block;
	background:#fff;
	border:solid 1px #a0a0a0;
	border-radius:3px;
	width:100%;
	height:2em;
	line-height:2em;
	font-size:1rem;
	padding:0 0.5em;
	box-shadow:none;
}
#sidebar .maker_search{
	margin-top:70px;	
}
#sidebar .maker_search p{
	border-bottom:solid 1px #a0a0a0;
	padding-bottom:5px;
	margin-bottom:10px;
}
#sidebar .maker_search label{
	margin-bottom:10px;
	position:relative;
	display:block;
}
#sidebar .maker_search label span{
	padding-left:25px;
	display:inline-block;
	position:relative;
}
#sidebar .maker_search label input[type="checkbox"]{
	display:none;
}
#sidebar .maker_search label input[type="checkbox"] + span:before,
#sidebar .maker_search label input[type="checkbox"] + span:after{
	content:"";
	display:inline-block;
	position:absolute;
	left:0;	
}
#sidebar .maker_search label input[type="checkbox"] + span:before{
	border:solid 1px #a0a0a0;
	background:#fff;
	border-radius:3px;
	width:16px;
	height:16px;
	display:inline-block;
	position:absolute;
	top:5px;
	left:0;
}
#sidebar .maker_search label input[type="checkbox"] + span:after{
	top:7px;
	left:2px;
	width:10px;
	height:6px;
	border-top:solid 3px #555;
	border-right:solid 3px #555;
	transform:rotate(135deg);
	opacity:0;
}
#sidebar .maker_search label input[type="checkbox"]:checked + span:after{
	opacity:1;
}

.btn_wrap{
	background:#555555;
	color:#fff;
	padding:0;
	max-width:254px;
	text-align:center;
	border:solid 1px #555555;
	border-radius:30px;
	transition:background .4s;
	box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
	position:relative;
	z-index:2;
}
.btn_wrap input,
.btn_wrap a{
	appearance:none;
	border:none;
	display:block;
	background:transparent;
	color:#fff;
	font-size:1rem;
	text-align:center;
	padding:10px;
	width:100%;
	position:relative;
	z-index:5;
	text-decoration: none;
	cursor:pointer;
	transition:color .4s;
}
.btn_wrap:after{
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	border-top:solid 1px #fff;
	border-right:solid 1px #fff;
	position:absolute;
	right:25px;
	top:0;
	bottom:0;
	z-index:-1;
	margin:auto;
	transform:rotate(45deg);
	transition:border-color .4s;
}
.btn_wrap:hover{
	background:#fff;
}
.btn_wrap:hover input,
.btn_wrap:hover a{
	color:#555555;
}
.btn_wrap:hover:after{
	border-color:#555555;
}
.btn_wrap.back{
	border-color:#8a8a8a;
	background:#fff;
}
.btn_wrap.back:after{
	border-color:#8a8a8a;
}
.btn_wrap.back input,
.btn_wrap.back a{
	color:#8a8a8a;
}
.btn_wrap.back:hover{
	background:#8a8a8a;
}
.btn_wrap.back:hover:after{
	border-color:#fff;
}
.btn_wrap.back:hover input,
.btn_wrap.back:hover a{
	color:#fff;
}
.btn_wrap.long{
	width: 280px;
	max-width: 100%;
}
.btn_wrap.long input{
	letter-spacing:-0.03em;
	font-size:0.975rem;
}
.btn_wrap.long:after{
	right:20px;
}
#sidebar dd.form_send p + p{
	margin-top:15px;
}

.drop_menu #switch {
   position: absolute;
   display: none;
   opacity: 0;
}

main{
	display: block;
	margin-top:134px;
	margin-left:264px;
	padding: 0 7% 7%;
	text-align:left;
}
body.common_page main,
body.common_page footer{
	margin-left:0;
}
body.common_page #sidebar{
	display:none;
}

@media screen and (max-width:1300px) {
	.menu_top #site_ttl {
		padding: 0 10px;
	}
	.menu_top #site_ttl a{
		height:48px;
	}
	.menu_top #site_ttl img{
		max-width: 100%;
		max-height:100%;
	}
	.menu_top .users_menu{
		padding:15px 10px;
	}
	.menu_top .users_menu li + li{
		margin-left:20px;
	}
	.menu_top .users_menu li.name{
		padding-right: 15px;
	}
	.menu_top .users_menu li.name p{
		margin-right: 15px;
	}
	.menu_top .users_menu li.cart a{
		width:200px;
	}
}
@media screen and (max-width:1024px) {
	.menu_top{
		position:relative;
	}
	.menu_top #site_ttl{
		float:none;
		margin:auto;
		justify-content: center;
	}
	.menu_top .users_menu{
		float:none;
		position:absolute;
		top:0;
		bottom:0;
		margin:auto;
		right:0px;
	}
	.menu_top .users_menu li:not(.cart){
		display:none;
	}
	#sidebar {
	    position: static;
	    padding: 0;
	    width: auto;
	}
	body.common_page #sidebar{
		display:block;
	}
	#sidebar .users_menu{
		display:block;
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:solid 2px #8a8a8a;
	}
	#sidebar .users_menu li + li{
		margin-bottom:10px;
	}
	#sidebar .users_menu li + li a{
		text-decoration:underline;
	}
	#sidebar .users_menu li + li a:hover{
		text-decoration:none;
	}	
	.drop_menu #switch ~ label {
	   display: block;
	   cursor: pointer;
	   position: fixed;
	   top:0;
	   left:0;
	   z-index:900;
	   -webkit-transition: 0.5s transform;
	   transition: 0.5s transform, left 0.2s,background .2s;
	   padding: 12px;
	   width: 60px;
	   height: 60px;
	   box-sizing:border-box;
	   background:#fff;
	   text-align:center;
		margin:10px;
		border:solid 1px #ddd;
	}
	.drop_menu #switch ~ label p{
	   z-index:2;
	   width:100%;
	   margin-bottom: 0;
	}
	.drop_menu #switch ~ label span{
	   cursor: -webkit-grabbing;
	   display:block;
	   width:40px;
	   height:3px;
	   background: #999;
	   -webkit-transition:transform 0.2s, background 0.5s;
	   transition: transform 0.2s , background 0.5s;
	   position:absolute;
	   top: 50%;
	   left:0;
	   right:0;
	   margin:auto;
	   margin-top:-2px;
	}
	.drop_menu #switch ~ label span:before,
	.drop_menu #switch ~ label span:after{
	   content:"";
	   display:block;
	   width:40px;
	   height:3px;
	   background:#999;
	   position:absolute;
	   margin-top:0;
	}
	.drop_menu #switch ~ label span:before{
	   top:-12px;
	}
	.drop_menu #switch ~ label span:after{
	   top:12px;
	}
	.drop_menu #switch:checked ~ label span{
	   -webkit-transform:rotate(-45deg) ;
			   transform:rotate(-45deg) ;
	}
	.drop_menu #switch:checked ~ label span:before{
	   top:0;
		background:#fff;
	}
	.drop_menu #switch:checked ~ label span:after{
	   -webkit-transform:rotate(270deg);
			   transform:rotate(270deg);
		top:0;
		margin-top:0;
		background:#fff;
	}
	.drop_menu #switch:checked ~ label{
		left: 264px;
		background: #555555;
	}
	.drop_menu #NavWrap{
		position: fixed;
		top: 0;
		bottom: 0;
		left: -264px;
		width:264px;
		z-index: 800;
		padding: 12px 6px 12px 12px;
		visibility: hidden;
		background:rgba(232,232,232,0.9);
		box-sizing: border-box;
		transition:all 0.25s;
	}
	.drop_menu #NavWrap .scrollwrap{
		padding-right:6px;
		overflow: auto;
		height:100%;
		max-height:calc(100vh - 24px);
	}
	.drop_menu #NavWrap .scrollwrap::-webkit-scrollbar {
		height:4px;
		width:4px;
	}
	.drop_menu #NavWrap .scrollwrap::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #b3b3b3;
	}
	.drop_menu #NavWrap .scrollwrap::-webkit-scrollbar-thumb {
		border-radius: 10px;
	}
	.drop_menu #switch:checked ~ label+#NavWrap{
		visibility:visible;
		left: 0;
	}
	.drop_menu #NavWrap > ul {
		width: 100%;
		margin-right: 0;
		margin-left: auto;
	}
	main{
		margin-left:0;
	}
	.drop_menu .name{
		border-bottom:dotted 1px #555;
		padding-bottom:15px;
		margin-bottom:10px;
	}
	.drop_menu .name p{
		color:#d33b4d;
		margin-bottom:5px;
	}
	.drop_menu .name a{
		border:#555555 solid 1px;
		background:#555555;
		color:#fff;
		display:inline-block;
		font-size:75%;
		padding:2px 4px;
		text-decoration:none;
		transition:color .4s,background .4s;
	}
	.drop_menu .name a:hover{
		color:#555555;
		background:#fff;
		opacity:1;
	}
	#sidebar dt{
		margin-bottom: 20px;		
	}
	#sidebar dt p{
		margin-bottom: 0px;
	}
	#sidebar dd.form_elm{
		max-height:100%;
		padding: 0;
	}
	#sidebar .input_search label{
		margin-bottom:10px;
	}
	#sidebar .maker_search{
		margin-top:30px;	
	}
	#sidebar .maker_search label{
		font-size:.875rem;
		margin:0 0 5px;
	}
	#sidebar .maker_search label span{
		padding-top: 0.25rem;
	}
}
@media screen and (max-width:767px) {
    header#fix_menu,
    header#fix_menu.fixedMenu{
    	top:0;
    	transition: none;
    	position: fixed;
    }
	header .menu_top {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		z-index: 700;
		background: none;
		padding: 0;
		box-sizing: border-box;
    	background:rgba(255,255,255,0.8);
	}
	header .menu_top #site_ttl{
		padding: 10px 5px;
		height: 60px;max-width: calc(100% - 130px);
	}
	header .menu_top #site_ttl img{
		max-height: 50px;
		width:auto;
	}
	.menu_top #site_ttl a{
		height:auto;
	}

	header .menu_top #site_ttl p{
		display:none;
	}
	.menu_top .users_menu li.cart a{
		border-radius:3px;
		width: auto;
	}
	.menu_top .users_menu li.cart a img{
		margin:0;
	}
	.menu_top .users_menu li.cart a span{
		display: none;
	}
	.drop_menu #switch ~ label {
	   padding: 12px;
	   width: 50px;
	   height: 50px;
		margin:5px;
	}
	.drop_menu #switch ~ label span{
	   width:30px;
	   height:3px;
	}
	.drop_menu #switch ~ label span:before,
	.drop_menu #switch ~ label span:after{
	   width:30px;
	   height:3px;
	}
	.drop_menu #switch ~ label span:before{
	   top:-8px;
	}
	.drop_menu #switch ~ label span:after{
	   top:8px;
	}
	.drop_menu #switch:checked ~ label{
		left: 212px;
	}
	.drop_menu #NavWrap{
		width:212px;
	}
	.drop_menu #NavWrap .scrollwrap{
		padding-bottom: 40px;
		
	}
}

/* contents
-------------------------------------------------------------------*/

.news_area{
	margin-bottom:30px;
}
.news_area dt{
	background:#c9cdcc;
	padding:10px;
}
.news_area dd li{
	border-bottom:solid 1px rgba(138,138,138,0.3);
}
.news_area dd li > *{
	padding:10px;
	display:flex;
	width:100%;
	transition:background .4s;
}
.news_area dd li time{
	display:block;
	width:5.5em;
	margin-right:30px;
}
.news_area dd li a:hover{
	background:#f6f6f6;
	text-decoration:none;
}
.news_area dd li a p{
	color:#359ad9;
	text-decoration:underline;
	transition:color .4s;
}
.news_area dd li a:hover p{
	color:#333;
	text-decoration:none;
}
.pager_style ul li{
	border-radius: 50%;
}
.item_area .item_head h1{
	font-size:2.25rem;
	font-weight:bold;
	text-align:center;
	padding:10px;
	color:#242424;
	border-bottom:solid 1px #242424;
	margin-bottom:30px;
}
.item_area .item_head h1 div{
	text-align:left;
	display:inline-block;
}
.item_area .item_body ul{
	display:flex;
	flex-wrap:wrap;
	margin-left:-80px;
}
.item_area .item_body ul li{
	width:210px;
	margin-left:80px;
	margin-bottom:50px;
}
.item_area .item_body ul li a{
	display:block;
	width:200px;
	max-width:100%;
	margin: 0 auto 15px;
	color:#359ad9;
	text-decoration:underline;
	transition:color .4s;
}
.item_area .item_body ul li .img_fit{
	margin-bottom:10px;
}
.img_fit{
	position:relative;
	width:100%;
	padding-bottom:150%;
	overflow:hidden;
	background:#f0f0f0;
}
.img_fit img{
	position:
	absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:
	auto;
	max-width:100%;
	max-height: 100%;
	transition:
	transform .4s;
}
a:hover .img_fit img{
	transform:scale(1.05);
}
.item_area .item_body ul li .data{
	margin-bottom:20px;
}
.item_area .item_body ul li .data dt{
	float:left;
	clear:left;
	margin-bottom:5px;
}
.item_area .item_body ul li .data dd{
	margin-bottom:5px;
}
.item_area .item_body ul li .price {
	margin-bottom:10px;
}
.item_area .item_body ul li .price strong{
	font-size:1.625rem;
	color:#d33b4d;
}
.item_area .item_body ul li .unit{
	margin-bottom: 20px;
	display: block;
}
.item_area .item_body ul li .unit input{
	display:inline-block;
	padding:0 0.5em;
	height:2.5em;
	line-height:2.5em;
	width:4em;
	margin:0 0.5em;
	border:solid 1px #a0a0a0;
	font-size: 1rem;
}
.cart_in button{
	background:#d33b4d;
	color:#fff;
	padding:0;
	max-width:254px;
	text-align:center;
	border:solid 1px #d33b4d;
	border-radius:30px;
	transition:background .4s;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	position:relative;
	z-index:2;
	cursor:pointer;
	display:block;
	width:100%;
	padding:10px;
	font-weight:bold;
}
.cart_in button img{
	display:inline-block;
	width:21px;
	height:aut;
	margin-right:5px;
}
.cart_in button:hover{
	background:#ee5566;
}
@media screen and (max-width:1200px) {
	main{
		padding:0 4% 8%;
	}
	.item_area .item_body ul{
		margin-left:0;
	}
	.item_area .item_body ul li{
		margin-left:0;
		margin-right:3%;
		width:31%;
		font-size:0.875rem;
	}
	.item_area .item_body ul li:nth-child(3n){
		margin-right:0;
	}
	.cart_in button{
		padding: 10px 5px;
		font-size:0.875rem;

	}
	.cart_in button img{
		width:18px;
		margin-right:4px;
	}
}
@media screen and (max-width:768px) {
	main{
		padding: 0 15px;
		margin-bottom: 0;
		margin-top:75px;
	}
	.news_area dd li > *{
		flex-wrap:wrap;
	}
	.item_area .item_head h1{
		font-size:1.75rem;
	}
}
@media screen and (max-width:480px) {
	.item_area .item_body ul li,
	.item_area .item_body ul li:nth-child(3n){
		margin-left:0;
		margin-right: 4%;
		width: 48%;
	}
	.item_area .item_body ul li:nth-child(2n){
		margin-right:0;
	}
	.item_area .item_body ul li a{
		width:auto;
	}
}

/* footer
-------------------------------------------------------------------*/
#top_link {
    position: fixed;
    bottom: 15px;
    right: 5%;
    z-index: 500;
}
#top_link a{
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content: center;width:70px;
	height:70px;
	background:#fff;
	font-weight:bold;
	font-size:125%;
	text-decoration:none;
	color:#d33b4d;
	border:solid 1px #d33b4d;
	border-radius:50%;
	box-shadow:0 0 5px 0 rgb(0 0 0 / 30%);
    transition: color .4s,background .4s;
}
#top_link a:before{
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: solid 2px #d33b4d;
    border-right: solid 2px #d33b4d;
    z-index: 5;    
    transform: rotate(-45deg);
    transition: border-color .4s;
}
#top_link a:hover{
	background:#d33b4d;
	color:#fff;	
}
#top_link a:hover:before{
	border-color:#fff;	
}
footer{
	background:#282828;
	padding:15px 0;
	display: block;
	margin-left:264px;
}
footer small{
	color:#fff;
}


@media screen and (max-width:1024px) {
	footer{
		padding:15px;
		margin-left:0;
	}

}

@media screen and (max-width:768px) {
	#top_link {
		right:10px;
		bottom:10px;
	}
	#top_link a{
		width:60px;
		height:60px;
		font-size:100%;
	}

	.in_footer{
		margin:40px auto 0;
	}
	.in_footer ul{
		border-top:solid 1px #ddd;
	}
	.in_footer ul:after{
		content:none;
	}
	.in_footer li{
		font-size: 15px;
	    display: block;
	    text-align: left;
	    padding: 0;
		border-bottom:solid 1px #ddd;
	}
	.in_footer li a{
		display: block;
		padding: 20px;
		position:relative;
	}
	.in_footer a:before,
	.in_footer a:after{
		display: inline-block;
		content: "";
		width:0;
		height:0;
		border: 8px solid transparent;
		border-left: 8px solid #888888;
		position:absolute;
		top:50%;
		margin-top:-8px;
		right:10px;
	}
	.in_footer a:after{
		border: 8px solid transparent;
		border-left: 8px solid #fff;
		right:13px;
	}
	footer{ padding:30px 0;}
	#foot_left,
	#foot_right ul{ display:none;}
	#foot_right{ 
		text-align:center; 
		width:auto;
		float:none;
	}
	#foot_right small{
		font-size:10px;
	}
	
	.page_link {
	    margin-top: -60px;
	    padding-top: 60px!important;
	    display: block;
	}
}