@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: unset;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

*, ::after, ::before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit;
}

#limited {
	width: unset;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	/*background: #000;
	color: #fff;*/
}

#limited img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}


#limited h1,
#limited h2,
#limited h3,
#limited h4,
#limited h5{
	color: #000;
	text-align:center;
	font-weight:normal;
	background: none;
	border: none;
	font-family: 'futura-pt','Noto Sans JP', sans-serif;
}

#limited h1{
	font-size:4em;
	margin: 50px auto 50px;
	line-height: 110%;
}

#limited h1 span{
	display: block;
	font-size: 0.34em;
}

#limited h2{
	font-size: 2.5em;
	line-height: 140%;
	letter-spacing: 2px;
    margin-bottom: 30px;
}

#limited h2 img{
	width: 20%;
    max-width: 150px;
}

#limited h3{
	margin-bottom: 30px;
}

#limited h3 img{
	width: 35%;
	max-width: 200px;
}

#limited .limited_wrap{
	width:95%;
	max-width:1100px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

#limited p{
	font-size: 1.3em!important;
	line-height: 180%;
	text-align: center;
}

#limited .flex,
#limited .brandlist,
#limited .itemlist{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

#limited .main_text{
	margin: 0 auto 100px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 100%;
	max-width: 1000px;
}

#limited p.main_text span{
	color: #fff798;
	font-weight: bold;
}

#limited section.style{
	padding: 100px 0;
	position: relative;
	width: 100%;
    background: #efdecd;
}

#limited section.style .itemline{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: -1;
}

#limited section.item{
	width: 90%;
    max-width: 600px;
    margin: auto;
	padding: 5% 5%;
    background: #dce2eb;
}

#limited section.item img{
	width: 90%;
	max-width: 400px;
    margin-bottom: 30px;
}

#limited section.item p.itemtext{
	text-align: left;
	margin: 20px auto!important;
}

#limited section.item p.itemtext a{
	text-decoration: underline;
	color: #000;
}

#limited section.style .styling{
	width: 90%;
	margin: auto;
	padding-bottom: 50px;
}

#limited .style .textaria{
	margin: 40px auto;
	width: 100%;
}

#limited .style .textaria p.text{
	text-align: left;
	margin: 0 auto 20px!important;
}

#limited .style .textaria p.model{
	margin: 20px auto 0!important;
	font-size: 0.8em!important;
}

#limited section.style .itemlist{
 font-size: 0.8em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 padding: 12px 0;
 border-top: 1px #000000 solid;
 margin: auto;
}

#limited section.style .itemlist:last-of-type{
	border-bottom: 1px #000000 solid;
}

#limited section.style .itemlist div:first-child{
	width: 75%;
	padding: 4px 1% 3px 0;
	line-height: 180%;
}

#limited section.style .itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}

#limited section.style p.itemname{
	margin: 20px auto 5px!important;
	font-size: 0.95em!important;
}

#limited section.style p.price{
	margin: 0 auto 20px !important;
	font-size: 1.2em!important;
	display: block;
}

#limited section.style p.price{
	margin: 0 auto!important;
	font-size: 1.2em!important;
	display: block;
}

#limited p.price span{
	color: #C52F32;
	font-size: 1.2em!important;
	font-weight: bold;
}

#limited section.newitem{
	margin: -100px auto 100px;
	padding-top: 100px;
}

#limited section.brand{
	margin: 80px auto 50px!important;
    max-width: 90%;
}

#limited .brandlist div{
	flex-basis: calc(100% / 3);
	padding: 4%
}

#limited section.newitem .itemlist p.itemname{
	text-align: center;
	margin: 20px auto 10px !important;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 0.95em!important;
    line-height: 180%;
}

#limited section.newitem .itemlist p.itemname span{
    color: #C52F32;
    font-size: 0.8em!important;
}

#limited section.newitem .itemlist p.price{
	margin: 0 auto!important;
	text-align: center;
}

/* 購入ボタン */

#limited .buy,
#limited a.other{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	border-radius: 8px;
}

#limited section.newitem .buy{
    margin: 10px auto;
    max-width: 100px;
}

#limited a.other{
	width: 80%;
	max-width: 600px;
	margin: 30px auto 100px;
	padding: 10px 0;
	font-size: 1.2em;
}

#limited .buy:hover,
#limited a.other:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

/* 回遊リンク */

#limited .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#limited .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
    letter-spacing: 3px;
}

#limited .Banner4 ul {
	display:inline;
}

#limited .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

#limited .style .slide ul{
	width: 100%;
	max-width: 510px;
}

#limited .style .slide ul li img{
	width: 100%;
	max-width: 510px;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

#limited h3{
    font-size: 2.5em;
}

#limited h3 span{
    font-size: 0.65em;
    margin-left: 10px;
}

#limited .pcflex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

#limited .pcflex .inner{
    flex-basis: 40%;
    margin: 0 auto;
}

#limited section.point{
    width: 1000px;
}

#limited .style .item{
	flex-basis: 45%;
	margin: 1%;
	padding: 80px 0;
}

#limited .style .styling{
	flex-basis: 49%;
	margin: 1%;
	padding: 80px 0;
}

#limited .brandlist div{
	flex-basis: calc(100% / 3);
	padding: 6%
}

#limited section.newitem .itemlist div{
	flex-basis: calc(100% / 2);
	padding: 1%
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

@media screen and (max-width:748px) {

.sp_none {
	display:none;
}

#limited h1{
	font-size: 11vw;
    line-height: 100%;
}

#limited h1 span{
	font-size: 3.5vw;
	letter-spacing: 1px;
}

#limited h2{
	font-size: 8.25vw;
    margin-bottom: 5.5vw;
}

#limited h3{
	font-size: 7.25vw;
    line-height: 120%;
    margin-bottom: 3.5vw;
}

#limited h3 span{
	font-size: 4.85vw;
    background: linear-gradient(transparent 50%, #dce2eb 50%);
}

#limited p,
#limited div{
	font-size: 3.5vw!important;
	line-height: 180%;
	text-align: left;
}

#limited .main_text{
	margin: 12.125vw auto!important;
	width: 90%;
}

#limited section.item{
	padding: 10% 5%;
}

#limited section.point{
    margin: 17.125vw auto 0;
}

#limited ul.point_slider li .point_inner{
    width: 100vw;
    margin: 8vw auto;
    padding: 0 5%;
    opacity: 0;
}

#limited ul.point_slider li.slick-active .point_inner{
    opacity: 1;
    margin-left: -11vw;
}

#limited ul.point_slider li{
	padding: 0 0.3%;
}

#limited section.style{
	padding: 10.5vw 0;
    width: 100%;
}

#limited section.style .pcflex div.inner{
    width: 90%;
    margin: 0 auto 8.125vw;
}

#limited .style .textaria{
	/*width: 90%;*/
	margin: 10.25vw auto 0;
}

#limited section.white{
	margin: 48.25vw auto 10.5vw;
}

#limited .itemlist div{
	font-size: 2.7vw!important;
}

#limited .itemlist p.price{
	font-size: 4vw!important;
}

#limited section{
	margin: 50px auto;
}

#limited section.newitem{
	margin: -100px auto 100px;
	padding-top: 100px;
}

#limited section.brand{
	margin: 10.5vw auto 50px!important;
    max-width: 90%;
}

#limited section.newitem{
	margin: -70px auto 60px;
	padding-top: 70px;
}

#limited section.newitem .itemlist div{
	flex-basis: 50%;
	padding: 3%;
	margin-bottom: 10px;
}

#limited a.other{
    margin: 0 auto 80px;
}

#limited section.newitem .itemlist p.itemname{
	height: auto;
    font-size: 3vw!important;
}

#limited section.newitem .itemlist p.itemname span{
    font-size: 3.5vw!important;
}

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#limited .Banner4 {
	text-align: center;
	width: 100%;
}

#limited .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#limited .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}



/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#limited .header{
	position: relative;
	/*height: 145.5vw;*/
}

}