@charset "UTF-8";
/* Scss Document */

select {
  outline:none;
}
a {outline:none;}
a:focus {outline:none;}
#l-products h1,#l-products h2{
	font-size: 2.9rem;
    color: #320506;
    text-align: center;
    margin: 100px 10px 50px;
    font-family: "HGS明朝E", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: .08em;
    font-weight: 300;
}
.main-text {
    width: 75%;
    margin: 50px auto 80px;
    text-align: center;
    color: #320506;
}
.main-text p+p{
	margin-top: 25px;
}
.main-text a{text-decoration: underline;}
.result {
    width: 90%;
    margin: 100px auto 50px;
}
.result .result-top {
    background: #F4F4F4;
    color: #320506;
    border-top: solid 1px #320506;
	border-bottom:solid 1px #320506;
    font-size: 1.2rem;
	margin-bottom: 40px;
	padding: 18px;
    overflow: hidden;
}
.result .result-top p {
    float: left;
	font-weight: bold;
}
.result-top-right{
	float: right;
    width: 30%;
	position: relative;
}
.result-top-right .chenge-number {
   position: absolute;
	top: 3px;
	left: 0;
	width: 55%;
    overflow: hidden;
}
.result-top-right .chenge-number span{float: left;}
.result-top-right .chenge-number .chenge-number-select {
    float: left;
	margin-left: 5px;
}
.result .result-top .chenge-display-select {
    position: absolute;
    right: 0;
    top: 3px;
}
.result .result-top .chenge-display-select select{
    width: 75px;
}
.result .result-top select{
	cursor: pointer;
	border: none;
    background: none;
}
.result ul li {
    width: 17.5%;
    text-align: center;
    margin: 20px 3% 30px 0px;
	position: relative;
	list-style:none;
}
.result ul li img{width: 100%;}
.result ul li:nth-child(5n) {
    margin-right: 0;
}
.result ul li p {
    line-height: 1.5;
    font-size: 1.2rem;
    padding: 0px 10px;
}
.result ul li span{display: none;}
.result ul li.soldout span{
	display: block;
    background: rgba(111, 111, 111, 0.85);
    color: #FFF;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%;
    z-index: 2;
    padding: 15px 10px;
    font-size: 1.1rem;
}
.result ul li.soldout img {
    opacity: 0.4;
}
.other-material{
	margin: 100px auto;
	width: 90%;
}
.other-material ul li{
	width: 24.2%;
    text-align: center;
    margin: 10px 1% 0 0;
	border: solid 1.5px #FFF;
	border-radius: 8px;
}
.other-material ul li:nth-child(4n) {
    margin-right: 0;
}
.other-material ul li a{
	display: block;
	color: #340505;
	font-size: 1.3rem;
	border: solid 3px #FFF;
	border-radius: 8px;
}
.other-material ul li a span{
	display: block;
	border: solid 1px #340505;
	padding: 18px 10px;
	border-radius: 7px;
}
.other-material ul li:hover{border-color:#340505;}
.other-material ul li:hover span{
	background: #340505;
	color: #FFF;
}

.other-material ul li.on{
	border-color:#340505;
}
.other-material ul li.on a{pointer-events: none;}
.other-material ul li.on a span{
	background: #340505;
	color: #FFF;
}


.search{
	margin: 100px auto;
	width: 90%;
	border: solid 1px #320506;
	text-align: center;
	padding: 50px;
}
.search h2{margin-top: 40px!important;}
.search .search-btn{
	margin: 40px auto;
	width: 250px;
}
.search .search-btn a{
	color: #FFF;
	display: block;
	background: #320506;
	padding: 15px;
}


@media (min-width: 1080px) {
.result,.other-material,.search {
	width: 950px;
}
.result-top-right{
	width: 23%;
}
}
@media (max-width: 768px) {
.result-top-right{
	width: 40%;
}
}
@media (max-width: 600px) {
#l-products h1,#l-products h2 {
	font-size: 2.6rem;
	margin: 50px 10px 30px;
}
.result ul li {
	width: 48%;
	margin: 30px 3% 0 0;
}
.result ul li:nth-child(2n) {
        margin-right: 0;
 }
.result-top-right{
	width: 50%;
}
.other-material ul{
		width: 80%;
	margin: 0px auto;
}
.other-material ul li{
	width: 49%;
    margin: 10px 1% 0 0;
}
.other-material ul li:nth-child(2){margin-right: 0;}
.search{padding: 30px;}
}

@media (max-width: 480px) {
#l-products h1,#l-products h2 {
	font-size: 2.4rem;
	margin: 50px 0px 0px;
}
.main-text {
    width: 85%;
    margin: 30px auto 0px;
    text-align: left;
}
.result {
	width: 100%;
	margin: 50px auto;
}
.result .result-top {
	background: none;
	border-bottom: none;
	padding: 0px;
	margin-bottom: 10px;
}
.result .result-top p {
	padding: 12px 20px;
	float: none;
}
.result .result-top .result-top-right {
	width: 100%;
	float: none;
	background: #F4F4F4;
	padding: 15px 20px;
	overflow: hidden;
}
.result-top-right .chenge-number{
	position: static;
	float: left;
}
.result .result-top .chenge-display-select{
	position: static;
	float: right;
}
.result-display{
	width: 90%;
	margin: 0px auto;
}
.result ul li {
	width: 50%;
	margin-right: 0 !important;
}
.other-material{
	margin: 70px auto 0px;
	width: 85%;
}
.other-material ul {
	width: 100%;
	margin: 20px auto 0px;
}
.search {
    margin: 50px auto 70px;
	padding: 20px 30px 0px;
	border: none;
	border-top: solid 1px #320506;
	width: 100%;
}
.search h2 {
    margin: 40px 0px 30px!important;
}
.search p{text-align: left;}
.search .search-btn {
    width: 100%;
}
}