@charset "UTF-8";
/* CSS Document */
.section-title{
	padding-top: 2em;
	padding-bottom: 2em;
}
.content{
	max-width: 1180px;
	margin: 0 auto;
}
.product-wrap2{
	margin-top: 30px;
}
ul.pro-pickup-list{
	display: flex;
	flex-wrap: wrap;
	border-top:1px solid #c5a85f;
	border-bottom:1px solid #c5a85f;
}
ul.pro-pickup-list li:first-child{
	border-left:none;
}
ul.pro-pickup-list li{
	border-left:1px solid #c5a85f;
	background: #f3ecdc;
	font-size: 16px;
}
ul.pro-pickup-list li img{
	width: 100%;
	height: auto;
}
@media screen and (min-width:1000px){
	ul.pro-pickup-list li{
		width: 16.66%;
	}
}
@media screen and (max-width:999px){
	ul.pro-pickup-list li{
		width: 25%;
	}
}
@media screen and (max-width:640px){
	ul.pro-pickup-list li{
		width: 50%;
	}
}

.product-image-wrap{
	positon:relative;
}
.badge-sale{
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	background: #ef3c62;
	color: #fff;
	padding:10px;
}
.badge-soldout{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	z-index:1;
	background:rgba(198,198,198,0.5);
	color: #fff;
	padding:10px;
}
ul.pro-pickup-list .product-caption-wrap{
	padding: 10px;
}
.item-list-sale-price{
	color: #EB503C;
}
.product-caption-wrap{
	line-height: 1.3;
}
.product-name2 {
    text-align: left;
    height: 50%;
    overflow: hidden;
    font-size: 1rem;
}
.product-price2{
	text-align: right;
}
.item-list-category-name{
	background:#c5a85f;
	font-size: 0.8em;
	padding:3px 5px;
	margin-bottom:10px;
}
.item-list-category-name a{
	color: #FFF;
}
.detail-product-sale-price {
	color: #EB503C;
	font-weight: bold;
	font-size: 22px;
	text-align: right;
	margin-bottom: 10px;
}
.product-sale-price {
    color: #EB503C;
    font-weight: bold;
	text-align: right;
}
.detail-product-sale-price small{
	font-size:0.5em;
}
ul.pick_bnr{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1080px;
	margin: 20px auto;
}
ul.pick_bnr li{
	text-align: center;
}
ul.pick_bnr li:nth-child(odd){
	width: 48%;
	margin:10px 0.5% 10px 1%;
}
ul.pick_bnr li:nth-child(even){
	width: 48%;
	margin:10px 1% 10px 0.5%;
}
ul.pick_bnr li img{
	width: 100%;
	height: auto;
	
}
@media screen and (max-width:999px){
	ul.pick_bnr{
		display: inherit;
	}
	ul.pick_bnr li:nth-child(odd),
	ul.pick_bnr li:nth-child(even){
		width: 90%;
		margin: 10px 5% 10px 5%;
	}
	ul.pick_bnr li img{
		max-width: 450px;
	}
}
.ranking2{
	background: #f3ecdc;
	padding: 20px 10px;
}
.ranking2 ul.inner-ranking2{
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ranking2 ul.inner-ranking2 li{
	padding-top: 30px;
	text-align: center;
	margin: 0 0.5%;
}
.ranking2 ul.inner-ranking2 li img{
	width: 100%;
	height: auto;
	border:1px solid #CCC;
}
.ranking2 ul.inner-ranking2 li::before{
	color: #c5a85f;
	font-weight: bold;
	font-family: 'Marcellus', serif;
}
.ranking2 ul.inner-ranking2 li:nth-child(1)::before{
	content: "No.1";
}
.ranking2 ul.inner-ranking2 li:nth-child(2)::before{
	content: "No.2";
}
.ranking2 ul.inner-ranking2 li:nth-child(3)::before{
	content: "No.3";
}
.ranking2 ul.inner-ranking2 li:nth-child(4)::before{
	content: "No.4";
}
.ranking2 ul.inner-ranking2 li:nth-child(5)::before{
	content: "No.5";
}
.ranking2 ul.inner-ranking2 li:nth-child(6)::before{
	content: "No.6";
}
@media screen and (min-width:1000px){
	.ranking2 ul.inner-ranking2 li{
		width: 15%;
	}
	/*.ranking2 ul.inner-ranking2 li:nth-child(1){
	background: url(../img/i_rank1.png) no-repeat left top;
	background-size: 40px auto;
	}
	.ranking2 ul.inner-ranking2 li:nth-child(2){
	background: url(../img/i_rank2.png) no-repeat left top;
	background-size: 40px auto;
	}
	.ranking2 ul.inner-ranking2 li:nth-child(3){
	background: url(../img/i_rank3.png) no-repeat left top;
	background-size: 40px auto;
	}
	.ranking2 ul.inner-ranking2 li:nth-child(4){
	background: url(../img/i_rank4.png) no-repeat left top;
	background-size: 40px auto;
	}
	.ranking2 ul.inner-ranking2 li:nth-child(5){
	background: url(../img/i_rank5.png) no-repeat left top;
	background-size: 40px auto;
	}
	.ranking2 ul.inner-ranking2 li:nth-child(6){
	background: url(../img/i_rank6.png) no-repeat left top;
	background-size: 40px auto;
	}*/
}
@media screen and (max-width:999px){
	.ranking2 ul.inner-ranking2 li{
		width: 49%;
	}
	.ranking2 ul.inner-ranking2 li img{
		width: 100%;
		height: auto;
	}
	/*
	.ranking2 ul.inner-ranking2 li:nth-child(1){
		background: url(../img/i_rank1.png) no-repeat left 30px top 10px;
		background-size: 40px auto;
	}
	.ranking2 ul.inner-ranking2 li:nth-child(2){
		background: url(../img/i_rank2.png) no-repeat left 30px top 10px;
		background-size: 40px auto;
	}
	.ranking2 ul.inner-ranking2 li:nth-child(3){
		background: url(../img/i_rank3.png) no-repeat left 30px top 10px;
		background-size: 40px auto;
	}
	.ranking2 ul.inner-ranking2 li:nth-child(4){
		background: url(../img/i_rank4.png) no-repeat left 30px top 10px;
		background-size: 40px auto;
	}
	.ranking2 ul.inner-ranking2 li:nth-child(5){
		background: url(../img/i_rank5.png) no-repeat left 30px top 10px;
		background-size: 40px auto;
	}
	.ranking2 ul.inner-ranking2 li:nth-child(6){
		background: url(../img/i_rank6.png) no-repeat left 30px top 10px;
		background-size: 40px auto;
	}*/
}
ul.top-new-list{
	display: flex;
	justify-content: center;
}
ul.top-new-list li{
	line-height: 1.3;
}
ul.top-new-list li img{
	width: 100%;
	height: auto;
}
ul.top-new-list li .top-new-price{
	text-align: right;
}
ul.top-new-list li .top-new-name{
	height: 40px;
	overflow: hidden;
}
@media screen and (min-width:1000px){
	ul.top-new-list li{
		width: 12%;
		margin: 0 2%;
	}
}
@media screen and (max-width:999px){
	ul.top-new-list{
		flex-wrap: wrap;
	}
	ul.top-new-list li{
		width: 46%;
		margin:0 2% 20px 2%;
	}
}
ul.item-list{
	display: flex;
	justify-content: center;
}
ul.item-list li{
	line-height: 1.3;
}
ul.item-list li img{
	width: 100%;
	height: auto;
}
ul.item-list li .top-new-price{
	text-align: right;
}
@media screen and (min-width:1000px){
	ul.item-list li{
		width: 12%;
		margin: 0 2%;
	}
}
@media screen and (max-width:999px){
	ul.item-list{
		flex-wrap: wrap;
	}
	ul.item-list li{
		width: 46%;
		margin:0 2% 20px 2%;
	}
}
ul.limited-list{
	max-width: 1080px;
	margin: 0 auto;
}

ul.limited-list li{
	overflow: hidden;
	text-align: center;
}
ul.limited-list li:nth-child(1){
	position: relative;
	background: #000;
	line-height: 0.7;
}
ul.limited-list li img{
	opacity: 0.6;
}
.limited-name{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	color: #FFF;
	line-height: 1.2;
	text-align: center;
}
ul.limited-list li img{
	width:auto;
	height: 100%;
}
@media screen and (min-width:1000px){
	ul.limited-list{
		display: flex;
	}
	ul.limited-list li:nth-child(1){
		width: 66.3%;
	}
	ul.limited-list li:nth-child(2){
		width: 32%;
		margin-left: 1.7%;
	}
	dl.limited-list-sub dd:nth-child(2){
		margin-top: 15px;
	}
}
ul.limited-list a{
	display: block;
}

dl.limited-list-sub dd{
	position: relative;
	background: #000;
	overflow: hidden;
	line-height: 0.7;
	text-align: center;
}
dl.limited-list-sub dd img{
	width:auto;
	height: 100%;
}
.btn_official{
	width: 90%;
	max-width: 400px;
	margin: 30px auto;
}
.btn_official img{
	width: 100%;
	height: auto;
}
.btn_viewall{
	border:1px solid #c5a85f;
	padding: 10px;
	text-align: center;
	margin: 20px auto;
	max-width: 300px;
	width: 70%;
	background: url(../img/i_btn_arrow.png) no-repeat right 20px center;
	background-size: 19px auto;
}
.btn_viewall a{
	color: #c5a85f;
}
.main-visual{
    margin-top:0;
}
ul.item-share{
	display: flex;
	justify-content: center;
	margin-top:30px;
}
ul.item-share li{
	padding:5px;
}
/*特定商取引法表示*/
.contract-section-title{
	border-bottom: 1px dotted #CCC;
}
.guide-section{
	
}
.guide-section-title{
	border-bottom: 1px dotted #CCC;
}
/*商品詳細ページ*/
.detail{
	margin-top: 15px;
}
ul.item-image {
	margin-bottom: 2rem;
}
.detail-right p.dr-catch{
	line-height: 1.3;
}
.detail-right p.dr-copy{
	line-height: 1.5;
	margin-top: 15px;
}
.product-price-block{
	font-size: 22px;
	font-weight: 700;
	text-align: right;
	margin-bottom: 15px;
}
.product-price-block small{
	font-size: 0.5em;
	font-weight: normal;
}
h2.product-name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 16px;
	letter-spacing: normal;
}
	@media screen and (min-width:770px){
		.detail-left{
			width: 50%;
		}
		.detail-right{
			padding-top: 10px;
			width: 50%;
		margin-left: 3%;
		}		
	}
	@media screen and (max-width:769px){
		ul.item-image {
			width: 100%;
			}
		.detail-right {
			padding-top: 0;
			width: 100%;
			margin-left:0;
			}
	}
h4.detail_ttl{
	font-weight: bold;
	margin-top:30px;
	line-height: 1.3;
}
dl.item-spec{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	border-top:1px solid #CCC;
}
dl.item-spec dt,
dl.item-spec dd{
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
	line-height: 1.3;
}
dl.item-spec dt{
	width: 27%;
	white-space: nowrap;
	padding:5px 3%;
	background: #ededed;
}
dl.item-spec dd{
	width: 73%;
	padding-left: 3%;
}
ul.item-cation{
	padding-left: 1em;
	margin-top: 30px;
}
ul.item-cation li{
	text-indent: -1em;
	padding: 3px 0;
	line-height: 1.3;
	font-size: 0.8em;
}
ul.figure{
	display: flex;
	justify-content: flex-end;
	margin: 15px 0;
	margin-right: 15px;
}
ul.figure li:nth-child(1){
	line-height: 40px;
	margin-right: 10px;
}
.item-group,
.recently{
max-width:1180px;
margin:20px auto;
padding:0 10px;
}
.item-group h2.item-group_ttl,
.recently h2.recently_ttl{
font-size:1.3em;
	letter-spacing: normal;
}
ul.item-list-com{
display: flex;
justify-content: center;
margin-top:15px;
}
ul.item-list-com li{
line-height: 1.3;
}
ul.item-list-com li img{
width: 100%;
height: auto;
}
ul.item-list-com li .top-new-price{
text-align: right;
}
	@media screen and (min-width:1000px){
	ul.item-list-com li{
		width: 12%;
		margin: 0 2%;
	}
	}
	@media screen and (max-width:999px){
	ul.item-list-com{
		flex-wrap: wrap;
	}
	ul.item-list-com li{
		width: 46%;
		margin:0 2% 20px 2%;
	}
	}
/*パンくず*/
.breadcrumb{
	font-size: 14px;
	padding-top: 2em;
	padding-bottom: 2em;
}
.breadcrumb-item::before{
	content: '>';
    padding: 0 0.5em;
}
.breadcrumb-home::before {
    content: none;
}
.add-btn{
	width: 100%;
}
/*ニュース*/
.index-news{
	max-width:700px;
	width:90%;
	margin:20px auto;
}
ul.news-list li{
	display:flex;
	padding: 24px 0;
	border-bottom: 1px dotted #ccc;
	line-height:1.5;
}
.info-detail-section{
	min-height:300px;
}
ul.news-list li .news-list-date{
	width: 20%;
	margin-right: 16px;
	font-size: 0.9rem;
	color: #999;
}
ul.news-list li .news-list-detail{
	text-align: left;
	flex: 1;
}
.news-list-content{
	font-size:0.8em;
}
.news-list-content::after{
	content: "…";
}
.news-more {
	text-align: right;
	margin-top: 16px;
	font-size:0.8em;
}
.news-more::after{
	content: " >";
}
h2.page_ttl{
	font-size:1.5em;
	margin:30px 0;
	border-bottom:solid 1px #CCC;
	border-left:5px solid #c5a85f;
	padding-bottom:5px;
	padding-left:15px;
	letter-spacing:normal;
}
/*会社概要*/
.company-section{
	line-height:1.5;
}
/*カレンダー*/
.cal-left,
.cal-right{
	float: left;
	width: 48%;
}
.cal-left{
	margin-right: 1%;
}
.cal-right{
	margin-left:1%;
}
#ftr .ftr-inner-box p.cal-month{
	margin:5px 0;
	line-height:1;
}
.makeshop-calendar1 tbody td.sunday, .makeshop-calendar2 tbody td.sunday {
	background: #f8cd84;
}
.makeshop-calendar1 td, .makeshop-calendar2 td {
	background: #fff;
	font-weight:normal;
	padding: 5px 0;
}
.makeshop-calendar1 th.sunday, .makeshop-calendar2 th.sunday {
	color: #fff;
	background: #f8cd84;
}
.makeshop-calendar1 th.saturday, .makeshop-calendar2 th.saturday {
	color: #fff;
	background: #f8cd84;
}
.makeshop-calendar1 tbody td.saturday, .makeshop-calendar2 tbody td.saturday {
	background: #f8cd84;
}
table.makeshop-calendar1,
table.makeshop-calendar2{
	width: 100%;
}
/*ログイン後に表示される情報*/
.members-info{
	max-width:1180px;
	margin:0 auto 10px auto;
	padding: 10px;
	background: rgba(245,245,245,1.00);
	font-size: 0.8em;
}
.item-title{
	letter-spacing: normal;
}
/*定期購入*/
.subs_price{
	margin-top: 0.5em;
}
.annual-charge{
	line-height: 1.3;
}
.makeshop-option-wrap{
	margin-top: 1em;
}