﻿@charset "utf-8";
.price-size.keycolor01.overcolor01{
	color:#ffffff !important;
}
.newslistlink.new:before{
	background:#020202 !important;
}

/*----------------------------
	idx
---------------------------- */
.idx_wrap{
	height:100vh;
	position:relative;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('../usrimg/idx_topimg_pc.jpg');
}
.idx_wrap::before{
	content:'';
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:linear-gradient(rgb(255 255 255 / 30%), rgb(0 0 0 / 30%)),url(../usrimg/dot01.png);
}
.idx_loginarea{
	width:600px;
	height:initial;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	background:rgba(255,255,255,0.8);
	box-shadow:0 1px 3px 1px rgba(0,0,0,0.15);
	padding:2.0rem;
}
.indexlogo{
	width:320px;
}
.idx_flex{
	display:flex;
	justify-content: space-around;
	width:100%;
	max-width:480px;
	margin:0 auto;
}
.idx_top_btn{
	width:48%;
	padding:1.0rem 2.0rem;
	text-center;
	display:block;
}
.idx_cont-title{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 auto 2rem;
	position:relative;
}
.idx_cont-title::after{
	width:2.4rem;
	height:2px;
	position:absolute;
	left:calc(50% - 1.2rem);
	bottom:-1.0rem;
	background:#555555;
	content:'';
}
.home_link_btn{
	padding: 0.8rem 1.3rem !important;
	border-radius: 0.5em !important;
	letter-spacing: 0.1em !important;
	display: block !important;
	margin: 0 auto !important;
	line-height: 1.5rem !important;
	font-family: "Meiryo",sans-serif !important;
	-webkit-appearance: none !important;
	transition: all 0.3s linear !important;
	width:100%;
	max-width:350px !important;
	border:1px solid !important;
	font-weight:normal;
}


/*---------------------------------
	main
----------------------------------*/
.hidden_btn{
	display:none !important;
}
.headerlogolink{
	cursor: pointer;
}
.headerlogolink:hover{
	opacity:0.5;
}

a[href*="main"],a[href*="order_list"]{
	display:none;
}
