@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
a{
	text-decoration: none;
}
*:focus {
  outline: none;
}
/* ===============================================================================
Body Setting
=============================================================================== */
html{
	font-size: 62.5%;
}
body {
  font-family: sans-serif;
  font-size: 1.6rem;
  color: #3E3A39;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.88;
  letter-spacing: .1rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;			
	}
}

a {
  color: #3E3A39;
  text-decoration: none;
}
a:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}
img {
  vertical-align: top;
  max-width: 100%;
	height: auto;
}
.spOnly {
	display: none !important;
}
.hoverOp:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.fukuBtn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	-webkit-animation: scale-in-br 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-br 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.fukuBtn.small{
	-webkit-animation: scale-out-br 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: scale-out-br 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-5-24 17:7:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 @-webkit-keyframes scale-in-br {
	0% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	  -webkit-transform-origin: 100% 100%;
			  transform-origin: 100% 100%;
	  opacity: 1;
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  -webkit-transform-origin: 100% 100%;
			  transform-origin: 100% 100%;
	  opacity: 1;
	}
  }
  @keyframes scale-in-br {
	0% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	  -webkit-transform-origin: 100% 100%;
			  transform-origin: 100% 100%;
	  opacity: 1;
	}
	100% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	  -webkit-transform-origin: 100% 100%;
			  transform-origin: 100% 100%;
	  opacity: 1;
	}
  }
  @-webkit-keyframes scale-out-br {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes scale-out-br {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  .spOnly{
	display: block !important;
  }
  .fukuBtn{
	  width: 135px;
	  right: 10px;
  }
}

/* ===============================================================================
HeaderArea
=============================================================================== */
header{
	width: 100%;
	height: 100%;
    top: 0;
    z-index: 20;
	/* display: none; */
}
.v-enter-active,
.v-leave-active {
    transition: .3s ease-out;
}
.v-enter,
.v-leave-to {
	opacity: 0;
	transform: translateY(-70px);
}
header.open{
	position: fixed;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.header__menu{
	background-color: #C7B299;
	position: fixed;
	top: 0;
    width: 100%;
	z-index: 21;
}
.header__title{
	height: 70px;
	margin-left: 20px;
}
header .gnav_ico {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    overflow: hidden;
		display: flex;
		align-items: center;
}
header .gnav_ico span {
    width: 70px;
    height: 70px;
    display: block;
}
header .gnav_ico .o {
    background-repeat: no-repeat;
    background-image: url(../img/common/gnav_ico.svg);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}
.open .gnav_ico .o {
    opacity: 0;
    transform: scale(0.8);
    transition-delay: 0s;
    transition-duration: .25s;
}
header .gnav_ico .c {
    background-repeat: no-repeat;
    background-image: url(../img/common/gnav_ico_c.svg);
    background-position: center;
    background-size: contain;
}
.gnav_ico .c {
    opacity: 0;
    transform: scale(0.8);
    transition: transform, opacity;
    transition-duration: .25s;
    transition-delay: 0s;
}
.open .gnav_ico .c {
    opacity: 1;
    transform: scale(1);
    transition-delay: .35s;
    transition-duration: .45s;
}

@media screen and (max-width: 768px) {
	.header__title {
		height: 40px;
		margin-left: 5px;
	}
	.header__title img{
		width: auto;
		height: 40px;
	}
	header .gnav_ico span{
		width: 40px;
		height: 40px;
	}
	header .search_ico img {
		width: 30px;
	}
}
/* ===============================================================================
navigation
=============================================================================== */
nav{
	background-color: rgba(255,255,255,.95);
	width: 100%;
	margin-top: 70px;
	opacity: 0;
    transition: all 0.7s;
	position: absolute;
	z-index: -1;
}
.open nav{
	opacity: 1;
}
nav .wrapper{
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 10px;
}
nav .nav__btn{
	display: flex;
    align-items: center;
	font-size: 2.2rem;
	margin-bottom: 20px;
}
nav .nav__btn p:last-of-type{
	font-weight: bold;
	padding-left: 15px;
}
nav .nav__btn span{
	font-size: 1.3rem;
	font-weight: normal;
	display: block;
}
nav form{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
nav h2 {
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.5;
	margin: 15px auto;
}
nav h2 img{
	margin-right: .2em;
}
nav h3 {
	font-size: 1.4rem;
	font-weight: bold;
}
nav a {
	cursor: pointer;
}
nav .nav_link {
	margin: 0 auto;
	font-size: 1.8rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	font-weight: bold;
}
nav .nav_link img, nav .nav_hobo img{
	margin-right: .5em;
	vertical-align: middle;
}
nav .nav_link .like:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../img/common/icon_like.svg);
	background-size: contain;
	vertical-align: middle;
	margin-right: .5em;
}
nav .nav_link .like.cancel:before {
	background-image: url(../img/common/icon_like_off.svg);
}
select {
	width: 238px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	box-sizing: content-box;
	border: 1px solid #3E3A39;
	font-size: 1.2rem;
	padding: 10px;
	background-image: url(../img/common/form_arrow_down.svg);
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: 95% 50%;
	box-sizing: content-box;
}
select.price {
	width: 83px;
	display: inline-block;
	margin-bottom: 10px;
}
select.price + span{
	vertical-align: 3px;
}
input[type="checkbox"]{
	display:none;
}
input[type="checkbox"] + label{
	font-weight: bold;
	cursor:pointer;
	display: block;
	margin: 15px auto 30px;
	font-size: 1.4rem;
}
input[type="checkbox"] + label:before{
	height: 25px;
	border:1px solid #3E3A39;
	content: " ";
	display: inline-block;
	width: 25px;
	vertical-align: middle;
	margin-right: 10px;
	position:relative;
	top:-1px;
}
input[type="checkbox"]:checked + label:before{
	background-image: url(../img/common/baseline-done.svg);
	background-size: contain;
}
.search__btn input{
	width: 240px;
	border: 1px solid #3E3A39;
	background-color: #3E3A39;
	color: #ffffff;
	padding: 10px 0;
	margin-bottom: 15px;
	font-size: 1.5rem;
	cursor: pointer;
	border-radius: 10px !important;
	font-weight: bold;
}
.reset__btn input{
	width: 240px;
	border: 1px solid #9F9D9C;
	background-color: #9F9D9C;
	color: #fff;
	padding: 10px 0;
	font-size: 1.5rem;
	cursor: pointer;
	border-radius: 10px;
	font-weight: bold;
}
.search__btn input:hover,
.reset__btn input:hover {
	opacity: .5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  user-select: none;
  position: relative;
  border-bottom: 1px solid;
  padding-left: 10px;
}
.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  right: 10px;
  content: " ";
  top: 8px;
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.active:after {
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion li > div{
	padding: 15px 0 5px 10px;
	opacity: 0;
	height: 0;
    transition: all .1s ease-in-out;
}
.accordion a.active + div{
	opacity: 1;
	height: auto;
}
.checkbox {
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    cursor: pointer;
	position: relative;
    display: block;
}
.checkbox input {
    position: absolute;
    left: -9999px;
}
.checkbox i{
	position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    outline: none;
    border-width: 1px;
    border-style: solid;
	border-color: #3e3a39;
	border-radius: 50%;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.checkbox input:checked + i {
	border-color: #3e3a39;
    background-color: #3e3a39;
}
.checkbox input:checked + i:after{
	opacity: 1;
}
.checkbox input + i:after{
	content: "\e876";
    width: 15px;
    height: 15px;
    font: bold 16px 'Material Icons';
    text-align: center;
	position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.checkbox input + i:after{
	color: #fff;
}
nav .nav_hobo{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	font-size: 1.8rem;
	padding-top: 40px;
    padding-bottom: 40px;
	border-top: 1px dashed;
    border-bottom: 1px dashed;
	font-weight: bold;
}
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
@media screen and (max-width: 1024px) {
	select {
		width: 190px;
	}
	select.price{
		width: 76px;
	}
	.search__btn input ,
	.reset__btn input{
		width: 210px;
	}

}
@media screen and (max-width: 768px) {
	nav{
		margin-top: 40px;
		height: calc(100vh - 40px);
	}
	nav .wrapper{
		padding: 5px 0 40px;
	}
	nav .nav__btn{
		font-size: 1.5rem;
		padding: 0 10%;
		margin-top: 20px;
		position: relative;
	}
	nav .nav__btn span{
		font-size: 1.2rem;
		line-height: 1.6;
	}
	nav .nav__btn img {
		width: 40px;
	}
	nav .nav__btn > div.spOnly{
		color: #727171;
		width: 15px;
		height: 15px;
		border-right: 1px solid;
		border-bottom: 1px solid;
		position: absolute;
		right: 10%;
		content: " ";
		top: 18px;
		transform: rotate(45deg);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	nav form{
		display: block;
		background-color: #dcdbdc;
		padding: 15px 0 80px;
		position: relative;
	}
	nav form > div{
		width: 80%;
		margin: 0 auto;
	}
	nav.clicked form{
		display: block;
		margin: 70px auto;
		width: 90%;
	}
	nav.clicked {
		height: 100%;
		width: 100%;
		background-color: rgba(255,255,255,.95);
		overflow: scroll;
		bottom: 0;
		left: 0;
	}
	nav.clicked .nav__btn{
		width: 90%;
		position: fixed;
		left: 5%;
		bottom: 10px;
		z-index: 1;
		background-color: rgba(255,255,255,1);
		border: 1px solid;
		text-align: center;
		padding: 10px 0 0;
	}
	select {
		width: 93%;
		font-size: 1.6rem;
	}
	select.price {
		width: 36.6%;
	}
	.search__btn input, .reset__btn input {
		width: 100%;
	}
	nav .nav_link {
		margin: 0 auto;
		padding: 0;
		display: block;
		font-size: 1.5rem;
		border-top: none;
		border-bottom: 1px dashed;
	}
	nav .nav_link p{
		border-bottom: 1px dashed;
		padding: 10px 10%;
	}
	nav .nav_link p:last-of-type{
		border-bottom: none;
	}
	nav .nav_link img, nav .nav_hobo img{
		width: 35px;
	}
	nav .nav_link .like:before{
		width: 35px;
		height: 35px;
	}
	nav .nav_hobo{
		display: block;
		font-size: 1.5rem;
		border-bottom: none;
		border-top: none;
		margin-top: 0;
		padding: 0;
	}
	nav .nav_hobo li{
		border-bottom: 1px dashed;
		padding: 10px 10%;
	}
}
/* ===============================================================================
news
=============================================================================== */
.news{
	width: 100%;
	margin: 50px auto 0;
	background-color: #fad7a0;
}
.news .swiper-custom-parent{
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.news .recommend {
	max-width: 1140px;
	width: 88%;
	margin: 0 auto;
	padding: 15px 0 35px;
    box-sizing: border-box;
}
.news .recommend .flex{
	display: flex;
}
.news .recommend .desc{
	max-width: 520px;
	margin-right: 35px;
	display: flex;
	justify-content: space-between;
}
.news .recommend .item__info{
	margin: 0;
    padding-right: 40px;
}
.news .item__img{
	padding-top: 0;
	width: 240px;
}
.news .recommend .post__header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px dashed;
}
.news .recommend .post__text{
	max-width: 27em;
}
.news .recommend .post__header .avatar{
	display: table;
}
.news .recommend .post__header .avatar img{
	width: 67px;
}
.news .recommend .post__header .avatar p{
	display: table-cell;
    vertical-align: middle;
	font-size: 2.2rem;
}
.news .recommend .post__header .avatar p small{
	font-size: 80%;
}
.news .recommend .desc a{
    display: block;
    border: 1px solid;
    padding: 3px 0;
	margin-top: 10px;
    text-align: center;
    border-radius: 10px;
    color: #727171;
    font-size: 1.5rem;
	line-height: 1.6;
}
.swiper-button-next, .swiper-button-prev{
	z-index: 8;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -5px !important;
	width: auto !important;
    height: auto !important;
	z-index: 5 !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -5px !important;
	width: auto !important;
    height: auto !important;
	z-index: 5 !important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: '' !important;
    background-image: url(../img/common/button-next.svg);
    background-size: contain;
    background-repeat: no-repeat;
	width: 40px;
    height: 40px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '' !important;
    background-image: url(../img/common/button-prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
	width: 40px;
    height: 40px;
}
@media screen and (max-width: 768px) {
	.news{
		width: 100%;
		display: block;
	}
	.news .swiper-container {
		width: 90%;
		margin: 0 auto;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 5% !important;
		top: auto !important;
    	bottom: 10px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		right: 5% !important;
		top: auto !important;
	    bottom: 10px;
	}
	.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
		width: 30px;
    	height: 30px;
	}
	.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
		width: 30px;
    	height: 30px;
	}
	.news .recommend{
		padding: 15px 0 50px;
	}
	.news .recommend .flex{
		display: block;
	}
	.news .recommend .desc{
		max-width: 100%;
		margin-right: 0;
	}
	.news .item__img {
		padding-top: 0;
		width: 42%;
		height: auto;
	}
	.news .recommend .desc a{
		font-size: 1.3rem;
		margin-top: 5px;
	}
	.news .recommend .post__text{
		max-width: 100%;
		padding-top: 20px;
	}
	.news .recommend .item__info {
		margin: 0;
		padding-right: 10px;
	}	
}
/* ===============================================================================
container
=============================================================================== */
.top__title{
	position: relative;
}
.top__title img{
	width: 100%;
}
.top__title a{
    position: absolute;
	width: 15.5%;
    bottom: 5px;
    right: 0.8%;
}
.container {
	display: flex;
	width: 1120px;
	margin: 0 auto;
}
.container .list__contents{
	margin: 90px 0 0;
}
@media screen and (max-width: 1024px) {
	.container {
		width: 98%;
		margin: 0 auto;
	}
	.container .list__contents {
		margin-left: 10px;
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.top__title a{
		width: 17.083%;
		right: 1.25%;
	}
	.container {
		width: 100%;
		display: block;
	}
	.container .list__contents{
		margin: 30px auto;
		width: 90%;
		z-index: -1;
	}
}
@media screen and (max-width: 320px) {
	.container .list__contents {
		width: 98%;
	}
}
/* ===============================================================================
list__contents
=============================================================================== */
.tabs {
	width: 100%;
    float: left;
    height: 120px;
}
.tabs li, .tabs li:before {
    cursor: pointer;
    position: relative;
    border: 2px solid #3e3a39;
    border-bottom: 0;
    transform: skewX(13deg);
    float: left;
    height: 88px;
    margin: 30px 0 0 28px;
    padding: 0 15px;
    width: calc(50% - 82px);
    border-radius: 10px 10px 0 0;
    background: #aaaaaa;
	color: #fff;
	text-align: center;
}
.tabs li:before {
    content: '';
    position: absolute;
    left: -28px;
    top: -2px;
    transform: skewX(154deg);
    border-right: 0;
    margin: 0 !important;
    padding: 0;
    width: 52px;
    border-radius: 10px 0 0 0;
}
.tabs li:nth-child(1) {
    z-index: 7;
    margin-left: 37px;
	margin-right: 19px;
}
.tabs li:nth-child(2) {
    z-index: 6;
}
.tabs li img {
    z-index: 9;
    position: absolute;
    left: -70px;
    top: 3px;
    width: 65px;
}
.tabs li span {
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
    left: -28px;
	top: 8px;
    margin: 0 auto;
    transform: skewX(-13deg);
	width: 340px;
    height: 70px;
}
.tabs li:first-of-type span {
	background-image: url(../img/common/tab_sale_white.png);
	background-size: contain;
}
.tabs li:first-of-type.active span{
	background-image: url(../img/common/tab_sale_gray.png);
	background-size: contain;
}
.tabs li:last-of-type span {
	background-image: url(../img/common/tab_1ten_white.png);
	background-size: contain;
}
.tabs li:last-of-type.active span{
	background-image: url(../img/common/tab_1ten_gray.png);
	background-size: contain;
}
.tabs li.active, .tabs li.active:before {
    z-index: 0;
    background: #fff;
    height: 90.5px;
    border-color: #3e3a39;
	color: #3e3a39;
}
.bar {
    z-index: -1;
    position: relative;
    clear: both;
    border-top: 2px solid #3e3a39;
}
.paging_top {
	padding-top: 15px;
	margin-bottom: -90px;
}
.list__drilldown{
	max-width: 1080px;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
    padding: 40px 0 0;
	margin-bottom: -90px;
}
.list__drilldown li{
	margin-right: 20px;
	margin-bottom: 15px;
    border: 1px solid;
    border-radius: 5px;
    padding: 1px 10px 0px 10px;
	color: #727171;
	cursor: pointer;
}
.list__drilldown li::before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../img/common/icon_close.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: .2em;
	position: relative;
    top: 2px;
}
.list__drilldown li:hover {
    opacity: .5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.alertModal {
	background-color: #feecf0;
	color: #cc0f35;
	border-radius: .375em;
	padding: 1.25rem;
}
@media screen and (max-width: 768px) {
	.tabs{
		height: 70px;
	}
	.tabs li.active, .tabs li.active:before{
		height: 45.5px;
	}
	.tabs li, .tabs li:before{
		width: calc(50% - 70px);
		margin: 25px 0 0 28px;
		height: 43px;
	}
	.tabs li:before{
		width: 37px;
	}
	.tabs li:nth-child(1){
		margin-left: 31px;
	    margin-right: 9px;
	}
	.tabs li span{
		width: 46%;
		height: 43px;
		top: 4px;
	}
	.paging_top {
		padding-top: 0px;
		margin-bottom: -20px;
	}
	.list__drilldown {
		display: flex;
		padding: 20px 0 0;
		margin-bottom: -20px;
	}
	.list__drilldown li {
		margin-right: 10px;
		margin-bottom: 10px;
		font-size: 1.3rem;
		padding: 2px 10px 0;
	}
	.list__drilldown li::before{
		width: 12px;
    	height: 12px;
	}
}
@media screen and (max-width: 640px) {
	.tabs li span{
		width: 90%;
		left: -35px;
		top: 7px;
	}
}
@media screen and (max-width: 320px) {
	.tabs li span{
		width: 100%;
    	bottom: 5px;
	}
}
.no_list{
	font-weight: bold;
}
.list__contents ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.list__contents ul li{
	width: 240px;
	padding: 25px 20px;
	position: relative;
}
.list__contents ul li a{
	display: block;
}
.list__contents ul li.lottery .item__img::before{
	position: absolute;
    content: "";
    display: inline-block;
    width: 54px;
    height: 35px;
    background-image: url(../img/common/icon_lottery.svg);
    background-size: contain;
	background-repeat: no-repeat;
    top: 0;
    left: 0;
	z-index: 10;
}
.item__img{
	width: 100%;
    padding-top: 100%;
	background-size: cover;
	position: relative;
}
.illust__img{
	width: 92%;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
}
.item__img .btn__like {
	background-image: url(../img/common/icon_like_off.svg);
	background-size: contain;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 30px;
	height: 30px;
}
.item__img .btn__like.on {
	background-image: url(../img/common/icon_like.svg);
	background-size: contain;
}
.item__info {
	margin: 8px auto 13px;
	font-feature-settings: "palt";
}
.item__info > div{
	min-height: 6em;
}
.lottery .item__info > div{
	min-height: 5em;
}
.item__brand{
	font-size: 1.2rem;
}
.item__name{
	line-height: 1.3125;
	margin-bottom: .25em;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item__name3 {
	font-size: 1.3rem;
    margin-bottom: .5em;
}
.item__size{
	display: block;
}
.regular__price{
	color: #727171;
	margin-bottom: 3px;
}
.sale__price{
	color: #FF0000;
}
.sub{
	width: 74px;
	display: inline-block;
	font-size: 1.2rem;
	padding: 0 5px;
	margin-right: .5em;
	border: 1px solid;
}
.off, .small{
	font-size: 1.2rem;
}
.off{
	margin-left: .2em;
}
/* .cart__btn {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
} */
.cart__btn a{
	width: 100%;
	text-align: center;
	background-color: #FF0000;
	border: 1px solid #FF0000;
	color: #fff;
	font-size: 1.5rem;
	line-height: 2.2;
	font-weight: bold;
	border-radius: 10px;
	cursor: pointer;
}
.lottery .cart__btn a {
    background-color: #009650;
    border: 1px solid #009650;
}
.cart__btn.sold a {
	background-color: #ffffff;
	border: 1px solid #727171;
	color: #727171;
	font-weight: normal;
	pointer-events: none;
}
@media screen and (max-width: 1024px) {
	.list__contents ul li {
		width: calc((100%/4) - 20px);
		padding: 10px;
	}
}
@media screen and (max-width: 768px) {
	.list__contents ul {
		justify-content: space-between;
	}
	.list__contents ul li {
		width: 47%;
		padding: 10px 0;
	}
	.item__img {
		width: 100%;
		height: 0;
		padding-top: 100%;
	}
}
@media screen and (max-width: 640px) {
	.list__contents ul li.lottery .item__img::before{
		width: 35px;
		height: 24px;
		top: -1px;
	}
	.item__img .btn__like {
		width: 20px;
		height: 20px;
		right: 5px;
		bottom: 5px;
	}
	.item__brand {
		font-size: 1.1rem;
	}
	.item__name {
		font-size: 1.3rem;
	}
	.item__name3{
		font-size: 1.2rem;
	}
	.sub {
		width: 5.5em;
		font-size: 1.1rem;
	}
	.off, .small {
		font-size: 1.1rem;
	}
	.off {
		margin-left: 7em;
		line-height: 1.2;
		display: block;
	}
	.cart__btn a{
		font-size: 1.3rem;
	}
}
/* ===============================================================================
PagerArea
=============================================================================== */
.pager{
	max-width: 1080px;
    margin: 0 auto;
	padding-top: 25px;
}
.pager .pagination {
  text-align: right;
}
.pager .pagination li {
  display: inline;
  margin: 0 6px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.pager .pagination li.pre,
.pager .pagination li.next{
  display: inline-block;
  width: 20px;
  height: 30px;
  margin: 0;
}
.pager .pagination li.pre a, .pager .pagination li.next a{
	background-color: #fff;
}
.pager .pagination li.pre a{
	text-align: left;
}
.pager .pagination li.next a{
	text-align: right;
}
.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	color: #727171;
	background: #e6e6e6;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover{
	opacity: .5;
}
.pager .pagination li a.active{
	background: #fff366;
}
.pager .pagination li.dotted{
	background: none;
	border: none;
	margin: 0;
	pointer-events: none;
}
@media only screen and (max-width: 767px){
	.pager .pagination{
		text-align: center;
	}
	.pager .pagination li.pre, .pager .pagination li.next{
		width: 10px;
	}
}

/* ===============================================================================
FooterArea
=============================================================================== */
footer {
	width: 100%;
	font-size: 1.3rem;
}
footer .share{
	background-color: #C7B299;
}
footer .share div ,
footer .footer__menu div{
	display: flex;
	align-items: center;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
footer .share div {
	height: 120px;
}
footer .footer__menu div {
	height: 90px;
}
footer p{
	width: 20%;
  text-align: right;
}
footer ul {
	display: flex;
	width: 80%;
}
footer .share li {
	margin-right: 55px;
}
footer .footer__menu li{
	margin-right: 30px;
}
@media screen and (max-width: 768px) {

	footer {
		font-size: 1.2rem;
	}
	footer ul {
		justify-content: space-between;
		width: 50%;
	}
	footer .footer__menu div {
		display: block;
		padding: 30px 0;
	}
	footer .share div{
		justify-content: space-between;
	}
	footer .share li {
		margin-right: 0;
	}
	footer .share li img{
		width: 30px;
	}
	footer p {
		width: 40%;
		text-align: center;
		line-height: 1;
	}
	footer .footer__menu ul {
		width: 100%;
		display: block;
	}
	footer .footer__menu ul li {
		display: inline-block;
		margin-right: 15px;
	}
	footer .copyright{
		width: 100%;
		padding-top: 20px;
		font-size: 1.1rem;
	}

}