@charset "utf-8";
/* CSS Document */

/* ------------------------------------
　　　　　　リセット
------------------------------------  */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/* ------------------------------------
　　　　　　　共通
------------------------------------  */

html{
	margin: 0;
	padding: 0;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-size: 62.5%;
	color:#2e2e2e;
}

/* iphone5用 */

@media screen and ( max-width:320px) {
	html{
		font-size:9px;
	}
}

body{
	font-size:1.3rem;
	line-height:1.5;
	overflow-x: hidden;
}

main{
	overflow-x: hidden;
}

img{
	width:100%;
	vertical-align:top;
}

a{
	text-decoration:none;
	color:#2e2e2e;
}

ul{
	list-style:none;
}

/* iphone用リセット */

input[type=search] {
  -webkit-appearance: none;
}

/* 見出し */

h2{
	margin-bottom: 2rem;
}

/* もっと読むボタン */

.more a{
	color: #0095d8;
	text-decoration: underline;
	font-size: 1.2rem;
	padding-left: 1.1rem;
	background: url(../images/arrow_b.gif) left center no-repeat;
	background-size: 0.8rem;
}

.btn{
	display: block;
	width: 80%;
	margin: 16px auto;
	border-radius: 8px ;
	border: 1px solid #333;
	color: #333;
	background: #efeeee;
	text-align: center;
	padding: 16px 0 14px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
.btn i{
	vertical-align: bottom;
	padding-right: 4px;
	font-size: 20px;
}
.btn .image{
	position: absolute;
	bottom: 0;
	right: 8px;
	width: 68px;
}
.btn .text{
	padding-right: 56px;
  font-weight: bold;
}

.hide{
  display: none;
}
/* ------------------------------------
　　　　　　コンテンツ
------------------------------------  */

/*-------- ヘッダー --------*/

header{
	padding: 1.5rem 0;
	position: relative;
}

header h1{
	width: 40%;
	margin: 0 auto;
}

#cart{
	width: 8%;
	position: absolute;
	top: 25%;
	right: 2%;
}

/*-------- メインナビ --------*/

#main_nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
  margin-top: 4px;
}

#main_nav li{
	font-size: 1.2rem;
	width: 33%;
	-webkit-flex-grow: 1;
	flex-grow:        1;
	text-align: center;
}

#main_nav li:not(:last-child){
	border-right: 1px solid #fff;
}

#main_nav li a{
	display: block;
	background: #f4f4f4;
	padding: 1.6rem 0;
}

#main_nav li:first-child a::before{
	content: "";
	display: inline-block;
	width: 1.4rem;
	height: 1.5rem;
	background: url(../../images/header_ico_ch.png) center no-repeat;
	background-size: contain;
	vertical-align: text-top;
	margin-right: 0.3rem;
}

#main_nav li:nth-child(3){
	background: #f4f4f4;
	padding: 1.6rem 0;
}

/*---- 送料表記 ----*/

#delivery{
	color: #fff;
	text-align: center;
	background: #313131;
	padding: 0.5rem 0;
	margin-bottom: 1rem;
}

#delivery span{
	color: #FD5157;
}

/*-------- 重要なお知らせ --------*/

#info{
	width: 95%;
	margin: 0 auto 1rem;
}

#info p:not(:last-child){
	margin-bottom: 0.3rem;
}

#info a{
	display: block;
	color: #FD5157;
	text-decoration: underline;
}

#info span{
	font-size: 1rem;
	color: #fff;
	background: #FD5157;
	display: inline-block;
	padding: 0 0.5rem;
	margin-right: 0.5rem;
}

/*-------- ぶち抜き --------*/
.banner_full{
  width: 100%;
  margin: 0 auto 0.8rem;
}

/*-------- スライダー --------*/

.main_slider{
	display: none;
	margin-bottom: 2rem;
}

.main_slider li{
	margin: 0 5px;
}

.sub_slider{
	display: none;
	width: 95%;
	margin: 0 auto 7rem;
}

.sub_slider li{
	margin: 0 0.5rem;
}

.sub_slider_ttl{
	text-align: center;
	margin-bottom: 0.5rem;
}

/* -------- チャンネル --------*/

#channel{
	margin-bottom:5rem;
	padding: 0 0 3rem;
	background: #f0eeef;
}

#channel::before{
	content: "";
	display: block;
	width: 100%;
	height: 4rem;
	background: url(../images/channel/bg.gif)center top no-repeat;
	background-size: contain;
}

#channel h2{
	width: 85%;
	margin: -6.5rem auto 2rem;
}

#channel .update{
	display: block;
	font-size: 1.1rem;
	text-align: right;
	margin-top: 0.2rem;
}

#channel .ch_time{
	margin-bottom: 0.5rem;
}

#channel .ch_time::before{
	content: "";
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/channel/clock.gif) center no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
	margin-right: 0.3rem;
}

#channel .ch_contents{
	width: 90%;
	margin: 0 auto;
}

#channel .ch_contents h3{
	width: 80%;
	margin: 0 auto 1rem;
}

#channel .more{
	text-align: right;
}

#channel .more a{
	text-decoration: none;
}

/* ニュース */

#news{
	width: 90%;
	margin: 0 auto 2rem;
}

.news_inner{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	-webkit-align-items: center;
	align-items: center;
}

.news_inner>p{
	width: 25%;
}

.news_inner div{
	width: 70%;
}

.news_inner div p:first-child::before{
	content: "NEWS";
	display: inline-block;
	background: #2e2e2e;
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
	border-radius: 0.3rem;
	padding:0.3rem 0.5rem;
	margin: 0 0.5rem 0.3rem 0;
}

.news_inner div p:first-child a{
	display: block;
	text-decoration: underline;
	margin-bottom: 0.5rem;
}

.news_inner div p:nth-child(2){
	text-align: right;
}

.ojitter {
	font-size: 1.1rem;
	position: relative;
	background: #ffffff;
	border: 1px solid #2e2e2e;
	border-radius: 2rem;
	padding: 1rem;
	margin-top: 1.3rem;
}
.ojitter:after, .ojitter:before {
	bottom: 100%;
	left: 12%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ojitter:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.ojitter:before {
	border-color: rgba(46, 46, 46, 0);
	border-bottom-color: #2e2e2e;
	border-width: 11px;
	margin-left: -11px;
}

/* チャンネル(当日更新) */

#channel .ch_contents>div:first-of-type{
	background: #fff;
	margin: 0 auto 2rem;
	padding: 2rem;
	position: relative;
}

#channel .ch_contents>div:first-of-type>span{
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
}

#channel .ch_contents>div:first-of-type dl{
	margin-bottom: 1rem;
}

#channel .ch_contents>div:first-of-type dt{
	margin-bottom: 1.5rem;
}

#channel .ch_contents>div:first-of-type dd p:first-of-type{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

/* チャンネル(その他) */

#channel .ch_contents>div:not(:first-of-type){
	background: #fff;
	position: relative;
	padding: 1.5rem;
	margin-bottom: 2rem;
}

#channel .ch_contents>div:not(:first-of-type) h3{
	width: 60%;
}

#channel .ch_contents>div:not(:first-of-type)>span{
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
}

#channel .ch_contents>div:not(:first-of-type) dl{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#channel .ch_contents>div:not(:first-of-type) dt{
	width: 45%;
}

#channel .ch_contents>div:not(:first-of-type) dd {
	width: 53%;
}

#channel .ch_contents>div:not(:first-of-type) dd p:first-of-type{
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

#channel .ch_contents>div:not(:first-of-type) dd p:last-child{
	font-size: 1.1rem;
}


/* 新着 */

#new_arrival{
	margin-bottom: 5rem;
}

#new_arrival h2+p{
	font-size: 1.1rem;
	text-align: right;
	margin:0 5% 2rem 0;
}

#new_arrival h2{
	width: 85%;
	margin: 0 auto 0.5rem;
}

#new_arrival .new_arrival_inner_1 li{
	width: 76%;
	margin: 0 auto 6rem;
}

#new_arrival .new_arrival_inner_1 li p span{
	display: block;
	text-align: center;
	margin: 1rem 0;
}

#new_arrival .new_arrival_inner_1 dl{
	position: relative;
	border: 1px solid #2e2e2e;
	padding: 1.5rem 1.5rem 3rem;
	border-radius: 1rem;
}

#new_arrival .new_arrival_inner_1 dt{
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5rem;
}

#new_arrival .new_arrival_inner_1 dl::before{
	content: "";
	display: block;
	width: 6rem;
	height: 7rem;
	position: absolute;
	bottom:-5rem;
	right: 5%;
}

#new_arrival .new_arrival_inner_1 dl::after{
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/new_hukidashi.gif) center no-repeat;
	background-size: contain;
	position: absolute;
	bottom:-1.5rem;
	right: 30%;
}

#new_arrival .new_arrival_inner_2{
	width: 90%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#new_arrival .new_arrival_inner_2 li{
	width: 48%;
	margin-bottom: 5rem;
}

#new_arrival .new_arrival_inner_2 p span{
	display: block;
	margin: 0.5rem 0;
	text-align: center;
}

#new_arrival .new_arrival_inner_2 dl{
	position: relative;
	border: 1px solid #2e2e2e;
	padding: 1rem 1rem 3rem;
	border-radius: 1rem;
}

#new_arrival .new_arrival_inner_2 dt{
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5rem;
}

#new_arrival .new_arrival_inner_2 dd{
	font-size: 1.1rem;
}

#new_arrival .new_arrival_inner_2 dl::before{
	content: "";
	display: block;
	width: 6rem;
	height: 7rem;
	position: absolute;
	bottom:-4rem;
	right: 5%;
}

#new_arrival .new_arrival_inner_2 dl::after{
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/new_hukidashi.gif) center no-repeat;
	background-size: contain;
	position: absolute;
	bottom:-1.5rem;
	right: 50%;
}

.new_asamin dl::before{
	background: url(../../images/new_ico_asamin.png) center no-repeat;
	background-size: contain;
}

.new_tanapi dl::before{
	background: url(../../images/new_ico_tanapi.png) center no-repeat;
	background-size: contain;
}

.new_tomochin dl::before{
	background: url(../../images/new_ico_tomochin.png) center no-repeat;
	background-size: contain;
}

.new_uchi dl::before{
	background: url(../../images/new_ico_uchi.png) center no-repeat;
	background-size: contain;
}

.new_yoshi dl::before{
	background: url(../../images/new_ico_yoshi.png) center no-repeat;
	background-size: contain;
}

.staff_comment{
	width: 80%;
	margin: 2rem auto;
}

#new_arrival .more{
	text-align: center;
}

/*今週の新作アイテム　ヘッダー、フッター*/
#new_arrival_item_header h2+p{
    font-size: 1.1rem;
    text-align: right;
    margin:0 5% 2rem 0;
}

#new_arrival_item_header h2{
    width: 85%;
    margin: 0 auto 0.5rem;
}

#new_arrival_item_footer {
    text-align:center;
    margin-bottom: 6rem;
}

/*今週の新作アイテム　オリジナルアイテム*/

.new_original_item {
	width: 90%;
	margin: 25px auto;
}

#new_arrival_original_item{
	margin-bottom: 7rem;
}

#new_arrival_original_item h2+p{
	font-size: 1.1rem;
	text-align: right;
	margin:0 5% 2rem 0;
}

#new_arrival_original_item h2{
	width: 85%;
	margin: 0 auto 0.5rem;
}

#new_arrival_original_item .new_arrival_inner_1 li{
	width: 76%;
	margin: 0 auto 8rem;
}

#new_arrival_original_item .new_arrival_inner_1 li p span{
	display: block;
	text-align: center;
	margin: 1rem 0;
}

#new_arrival_original_item .new_arrival_inner_1 dl{
	position: relative;
	border: 1px solid #2e2e2e;
	padding: 1.5rem 1.5rem 3rem;
	border-radius: 1rem;
}

#new_arrival_original_item .new_arrival_inner_1 dt{
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5rem;
}

#new_arrival_original_item .new_arrival_inner_1 dl::before{
	content: "";
	display: block;
	width: 6rem;
	height: 7rem;
	position: absolute;
	bottom:-5rem;
	right: 5%;
}

#new_arrival_original_item .new_arrival_inner_1 dl::after{
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/new_hukidashi.gif) center no-repeat;
	background-size: contain;
	position: absolute;
	bottom:-1.5rem;
	right: 30%;
}

#new_arrival_original_item .new_arrival_inner_2{
	width: 90%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#new_arrival_original_item .new_arrival_inner_2 li{
	width: 48%;
	margin-bottom: 7rem;
}

#new_arrival_original_item .new_arrival_inner_2 p span{
	display: block;
	margin: 0.5rem 0;
	text-align: center;
}

#new_arrival_original_item .new_arrival_inner_2 dl{
	position: relative;
	border: 1px solid #2e2e2e;
	padding: 1rem 1rem 3rem;
	border-radius: 1rem;
}

#new_arrival_original_item .new_arrival_inner_2 dt{
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5rem;
}

#new_arrival_original_item .new_arrival_inner_2 dd{
	font-size: 1.1rem;
}

#new_arrival_original_item .new_arrival_inner_2 dl::before{
	content: "";
	display: block;
	width: 6rem;
	height: 7rem;
	position: absolute;
	bottom:-4rem;
	right: 5%;
}

#new_arrival_original_item .new_arrival_inner_2 dl::after{
	content: "";
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/new_hukidashi.gif) center no-repeat;
	background-size: contain;
	position: absolute;
	bottom:-1.5rem;
	right: 50%;
}

#new_arrival_original_item .more{
	text-align: center;
}

#new_arrival_original_item .new_arrival_inner_1 li dl dd{
	height:115px;
}

#new_arrival_original_item .new_arrival_inner_2 li dl dd{
	height:160px;
}

.new_arrival_inner_1 .new_original_item_icon {
    margin-top:13px;
    line-height:0px;
    height:20.14px;
    overflow: hidden;
}
.new_arrival_inner_1 .new_original_item_icon .newtype{
    height:20.14px;
    width:67.84px;
    float: left;
    /*background-size:102.4px 30.4px;*/
    background-size: contain;

    margin-right:5px;
}
.new_arrival_inner_2 .new_original_item_icon {
    margin-top:10px;
    line-height:0px;
    height:20.14px;
    overflow: hidden;
}
.new_arrival_inner_2 .new_original_item_icon .newtype{
    height:20.14px;
    width:67.84px;
    float: left;
    /*background-size:67.84px 20.14px;*/
    background-size: contain;
    margin-right:4px;
}
.new_size{
    background-image:url(../../images/new_size.gif);
}
.new_color{
    background-image:url(../../images/new_color.gif);
}
.new_renew{
    background-image:url(../../images/new_renew.gif);
}



/*今週の新作アイテム　セレクトアイテム*/

.new_select_item {
    width: 95%;
    margin-top:65px;
    margin-bottom:30px;
    margin: 25px auto;
}

#new_arrival_select_item{
    margin-bottom: 0.5rem;
}

#new_arrival_select_item h2+p{
    font-size: 1.1rem;
    text-align: right;
    margin:0 5% 2rem 0;
}

#new_arrival_select_item h2{
    width: 85%;
    margin: 0 auto 0.5rem;
}

#new_arrival_select_item .new_arrival_inner_1 li{
    width: 76%;
    margin: 0 auto 6rem;
}

#new_arrival_select_item .new_arrival_inner_1 li p span{
    display: block;
    text-align: center;
    margin: 1rem 0;
}

#new_arrival_select_item .new_arrival_inner_2{
    width: 92%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 2.0rem;
}

#new_arrival_select_item .new_arrival_inner_2 li{
    width: 48%;
    margin-bottom: 18px;
}

#new_arrival_select_item .new_arrival_inner_2 img{
    margin-bottom: 0.6rem;
}

#new_arrival_select_item .new_arrival_inner_2 p span{
    display: block;
    text-align: center;
    line-height: 1.1;
    /*font-size: 1.0rem;*/
}

#new_arrival_select_item .more{
    text-align: center;
}

/*-------- 再入荷/予約 --------*/

#re_arrival{
	margin-bottom: 5rem;
}

#re_arrival h2+p{
	font-size: 1.1rem;
	text-align: right;
	margin:0 5% 2rem 0;
}

#re_arrival h2{
	width: 85%;
	margin:0 auto 0.5rem;
}

#re_arrival li{
	width: 90%;
	margin: 0 auto 2rem;
}

#re_arrival dl{
	padding: 2rem 0 0;
}

#re_arrival dl::after{
	content: "";
	display: block;
	width: 100%;
	height: 5rem;
}

.ra_asamin dl::after{
	background: url(../../images/re_ico_asamin1.gif) right 7% bottom 0 no-repeat;
	background-size: contain;
}

.rs_asamin dl::after{
	background: url(../../images/re_ico_asamin2.gif) right 7% bottom 0 no-repeat;
	background-size: contain;
}

.ra_mu dl::after{
	background: url(../../images/re_ico_mu1.gif) right 7% bottom 0 no-repeat;
	background-size: contain;
}

.rs_mu dl::after{
	background: url(../../images/re_ico_mu2.gif) right 7% bottom 0 no-repeat;
	background-size: contain;
}

.ra_takki dl::after{
	background: url(../../images/re_ico_takki1.gif) right 7% bottom 0 no-repeat;
	background-size: contain;
}

.rs_takki dl::after{
	background: url(../../images/re_ico_takki2.gif) right 7% bottom 0 no-repeat;
	background-size: contain;
}

#re_arrival dt, #re_arrival dd{
	width: 85%;
	margin: 0 auto;
}

#re_arrival dt span{
	display: block;
	text-align: center;
	margin: 1rem 0;
}

#re_arrival dd{
	margin-bottom: 1rem;
}

#re_arrival dd p:first-child{
	font-size: 1.7rem;
	text-align:center;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

#re_arrival li>p{
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	width: 70%;
	padding: 0.5rem 0;
	margin: 0 auto;
	position: relative;
}

#re_arrival .ra_box>p{
	padding-left: 3rem;
}

#re_arrival .ra_box>p::after{
	content: "再入荷";
	font-size: 1.8rem;
	margin-left: 0.5rem;
}

#re_arrival .ra_box>p::before{
	content: "";
	display: block;
	width: 5.5rem;
	height: 4rem;
	background: url(../../images/re_ico_yo1.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: -15%;
	left: 6%;
}

#re_arrival .ra_box>p{
	background: #55af8c;
}

#re_arrival .ra_box dl{
	border: 2px solid #55af8c;
	border-radius: 1rem;
}

#re_arrival .rs_box>p{
	padding-left: 1.5rem;
}

#re_arrival .rs_box>p::after{
	content: "予約";
	font-size: 1.8rem;
	margin-left: 0.5rem;
}

#re_arrival .rs_box>p::before{
	content: "";
	display: block;
	width: 5.5rem;
	height: 4rem;
	background: url(../../images/re_ico_yo2.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: -15%;
	left: 2%;
}

#re_arrival .rs_box>p{
	background: #608fc7;
}

#re_arrival .rs_box dl{
	border: 2px solid #608fc7;
	border-radius: 1rem;
}

.re_honne{
	width: 90%;
	margin: 3rem auto 0;
}

.re_honne p:first-child{
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	background: #0ea16a;
	padding: 1rem;
}

.re_honne span{
	font-size: 1.2rem;
	display: block;
	padding: 0.3rem 0 0;
}

.re_honne p:nth-child(2){
	margin-bottom: 1rem;
}

.re_honne .more{
	text-align: right;
}

#re_arrival .re_soon {
	width: 90%;
	text-align: center;
	border: 1px solid #ccc;
	margin: 2rem auto 0;
	padding: 3rem 0;
}

#re_arrival .re_soon  img{
	width: 30%;
}

/*-------- SALE --------*/
.sold{
  width: 90%;
  margin: 3rem auto;
}
.ico_sale {
	margin:2px 0 0 4px;
	display:block;
	text-align:center;
	font-weight:bold;
}
.ico_sale:before {
	content:"UP";
	margin-right:6px;
	padding:2px 8px;
	background:#f21b19;
	font-size:9px;
	color:#fff;
	vertical-align: middle;
}

/*-------- 特集 --------*/

#feature{
	margin-bottom: 2rem;
	padding-bottom: 4rem;
	border-bottom: 1px solid #eee;
}

#feature h2{
	width: 90%;
	margin: 0 auto 2rem;
}

#feature ul {
	width: 90%;
	margin: 0 auto 1.5rem;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
}
#feature li {
	width:48%;
	margin-bottom:1.5rem;
}

#feature li p:first-child{
	margin-bottom: 0.5rem;
}

#feature li p:last-child{
	font-size: 1rem;
}

#feature>p{
	width: 80%;
	margin: 0 auto;
}

/*---- instagram ----*/

#instagram{
	margin-bottom: 8rem;
}

#instagram div{
	width: 90%;
	margin: 0 auto;
	position:relative;
}

#instagram a{
	position:absolute;
	display:block;
	width:100%;
	left:0;
}

/*---- アイテムカテゴリー ----*/

#search{
	padding-bottom: 1rem;
	border-bottom: 1px solid #eee;
	margin-bottom: 4rem;
}

#search h2{
	width: 50%;
	margin: 0 auto 3rem;
}

#search div{
	width: 90%;
	margin: 0 auto;
}

#search .search_item{
	margin-bottom: 3rem;
}

#search .search_item p{
	font-size: 1.4rem;
	border-bottom: 1px solid #ddd;
	padding: 1rem;
}

#search .search_item p a{
	display: block;
}

#search .search_item p:first-of-type{
	border-top: 1px solid #ddd;
}

#search .search_item li a{
	display: block;
	background: #efefef;
	padding: 0.8rem 2rem;
	border-bottom: 1px solid #fff;
}

.toggle_btn{
	position: relative;
}

.toggle_btn.active::after {
    transform: rotateZ( 180deg ) ;
}
.toggle_btn::after {
    content: "";
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/cate_arrow.gif)center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 10%;
	margin-top: -0.7rem;
	transition: .5s ;
	transform: rotateZ( 0deg ) ;
}

#search h4{
	width: 90%;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 auto 1rem;
}

#search .search_size{
	width: 90%;
	margin: 0 auto 3rem;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#search .search_size li{
	width: 13%;
}

#search .search_size li a{
	text-align: center;
	display: block;
	color: #fff;
	background: #444444;
	padding: 1rem ;
	border-radius: 0.3rem;
}

#search .search_price{
	width: 90%;
	margin: 0 auto 2.5rem;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#search .search_price li{
	width: 32%;
	margin-bottom: 0.5rem;
}

#search .search_price li a{
	display: block;
	font-size: 1.2rem;
	text-align: center;
	border: 1px solid #2e2e2e;
	padding: 0.5rem 0;
	border-radius: 0.3rem;
}

#search .search_color{
	width: 90%;
	margin: 0 auto 2rem;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#search .search_color li{
	width: 13%;
	margin:0 4% 1rem 0;
}

#search .search_color li:nth-child(6), #search .search_color li:last-child{
	margin-right: 0;
}

#search .search_color li a{
	height: 3rem;
	display: block;
	border-radius: 0.3rem;
}

.white{
	border: 1px #eee solid;
}

.black{
	background:#2e2e2e;
}

.gray{
	background:#B6B6B6;
}

.brown{
	background:#8F573C;
}

.ivory{
	background:#CEB08E;
}

.green{
	background:#07503D;
}

.blue{
	background:#143385;
}

.purple{
	background:#5F4173;
}

.yellow{
	background:#CAA928;
}

.pink{
	background:#E5988E;
}

.red{
	background:#A62430;
}

.orange{
	background:#CA5532;
}

#search .search_brand{
	width: 95%;
	margin: 0 auto;
}

#search .search_brand a{
	display: block;
}

/*---- メルマガ/SNS ----*/

#sns{
	/*margin-bottom: 5rem;脱皮バナーを削除したらこっち*/
	margin-bottom: 3rem;
}

#sns h4{
	width: 45%;
	margin: 0 auto 3rem;
}

#sns ul{
	margin-bottom: 2rem;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
}

#sns li{
	width: 12%;
}

#sns li:not(:last-child){
	margin-right: 3%;
}

#sns p{
	width: 90%;
	margin: 0 auto;
}

/*---- フッターナビ ----*/

#footer_nav{
	background: #efefef;
	padding:4rem 0 2rem;
}

#footer_nav h5{
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}

#footer_nav div{
	width: 90%;
	padding-bottom: 2rem;
	margin: 0 auto 2rem;
	border-bottom: 1px solid #ccc;
}

#footer_nav .footer_inquiry p{
	padding-left: 1rem;
}

#footer_nav .footer_inquiry p:first-of-type{
	margin-bottom: 0.5rem;
}

#footer_nav .footer_inquiry p:first-of-type a{
	font-size: 2rem;
	font-weight: bold;
	background: url(../images/tel_icon.png) left center no-repeat;
	background-size: contain;
	padding-left: 2.5rem;
}

#footer_nav .footer_inquiry p:nth-of-type(2){
	margin-bottom: 0.5rem;
}

#footer_nav .footer_inquiry p:last-of-type a{
	display: inline-block;
	background: url(../images/mail_icon.png) left 7% center no-repeat;
	background-size:8%;
	border: 1px solid #777;
	border-radius: 0.5rem;
	padding:1rem 1.5rem 1rem 12%;
}

#footer_nav .footer_delivery p{
	padding-left: 1rem;
}

#footer_nav .footer_payment ul{
	padding-left: 1rem;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer_nav .footer_payment li{
	width: 24%;
	margin:0 1% 0.5rem 0;
}

#footer_nav .footer_qa li{
	padding-left:  1.5rem;
}


#footer_nav .footer_qa li a{
	font-size: 1.2rem;
	display:block;
	padding:0.5rem 0 0.5rem 1.1rem;
	background: url(../images/arrow.gif) left center no-repeat;
	background-size: 0.8rem;
}

#footer_nav .footer_qa div{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

#footer_nav .footer_qa p:first-of-type a{
	border-right: 1px solid #2e2e2e;
	padding-right: 1rem;
}


#footer_nav .footer_qa p:last-of-type a{
	display: inline-block;
	background: url(../images/mail.png) no-repeat;
	background-position: left 1rem center;
	background-size: 2rem;
	padding-left:1rem;
}

#footer_nav .footer_link{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
}

#footer_nav .footer_link li:not(:last-child){
	border-right: 1px solid #2e2e2e;
}

#footer_nav .footer_link li a{
	display: block;
	font-size: 1.1rem;
	text-align: center;
	padding:0 1rem;
}

/* ------------------------------------
　　　　　　フッター
------------------------------------  */

footer small{
	display: block;
	color: #fff;
	background: #2e2e2e;
	text-align: center;
	padding: 0.5rem 0;
}

/* ------------------------------------
　　　　ドロワーメニュー
------------------------------------  */

.drawer-nav{
	width: 70%;
	padding: 2rem;
}

.drawer-hamburger{
	padding:0.5rem 1rem 0;
	border: 1px solid #2e2e2e;
	border-radius: 5px;
	background: rgba(999,999,999,0.8);
}

.drawer--left .drawer-hamburger{
	left: 2%;
	top: 0.6vh;
}

.drawer-hamburger:hover{
	background: rgba(999,999,999,0.8);
}

.drawer--left .drawer-nav{
	left: -70%;
}

.drawer--left.drawer-open .drawer-hamburger{
	left: 71%;
}

.drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
	top: -6px;
}

.drawer-hamburger-icon:after{
	top: 6px;
}

.drawer-hamburger-title{
	display: inline-block;
	font-size: 1.1rem;
	margin:0.8rem 0 0 -0.5rem;
}

/* お客様情報 */

.FS2_repeater{
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ddd;
}

.FS2_repeater span{
	color: #FD5157;
}

.FS2_repeater p:first-child{
	margin-bottom: 1rem;
}

.FS2_repeater p a{
	display: block;
	padding: 0.5rem 0;
}

/* 検索窓 */

#drawer-search{
	margin: 2rem 0;
}

input[type="text"]{
	width: 80%;
	border: 1px solid #2e2e2e;
	padding: 0.8rem;
	margin-right: 0.5rem;
}

input[type="submit"]{
	background: url(../images/search_icon.png) no-repeat center;
	background-size: contain;
	width: 2rem;
	text-indent: -9999px;
}

.drawer-menu>p a{
	display: block;
	padding: 0.5rem 0;
}

/* アイテム検索 */

.drawer-item h5{
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.drawer-item .drawer-item_new,
.drawer-item .drawer-item_sale{
	margin-bottom: 3rem;
}

.drawer-item .drawer-item_new span,
.drawer-item .drawer-item_sale span{
	display: block;
	margin-top: 0.5rem;
}

.drawer-item .drawer-item_new span::before,
.drawer-item .drawer-item_sale span::before{
	content: "NEW";
	display: inline-block;
	background: #f99095;
	font-size: 1rem;
	color: #fff;
	letter-spacing: 0.1rem;
	margin-right: 0.3rem;
	padding: 0.3rem 0.5rem;
}
.drawer-item .drawer-item_sale span::before{
	content: "UP";
	background: #f21b19;
}

.drawer-item .drawer-item_category{
	margin-bottom: 3rem;
}

.drawer-item .drawer-item_category p{
	padding: 1rem 0;
	border-bottom: 1px solid #ddd;
}
.drawer-item .drawer-item_category p a{
  display: block;
}
.drawer-item .drawer-item_category p:first-of-type{
	border-top: 1px solid #ddd;
}

.drawer-item .drawer-item_category ul{
	margin-bottom: 1rem;
}

.drawer-item .drawer-item_category li a{
	display: block;
	padding: 0.8rem 1rem;
	background: #efefef;
	border-bottom: 1px solid #fff;
}

.drawer-item .drawer-item_size{
	margin-bottom: 3rem;
}

.drawer-item .drawer-item_size ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.drawer-item .drawer-item_size li{
	width: 13%;
}

.drawer-item .drawer-item_size li a{
	display: block;
	color: #fff;
	text-align: center;
	background: #444540;
	border-radius: 0.3rem;
	padding: 0.3rem 0;
}

.drawer-item .drawer-item_price{
	margin-bottom: 2.5rem;
}

.drawer-item .drawer-item_price ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.drawer-item .drawer-item_price li{
	width: 49%;
	margin-bottom: 0.5rem;
}

.drawer-item .drawer-item_price li a{
	display: block;
	font-size: 1.2rem;
	text-align: center;
	border: 1px solid #2e2e2e;
	padding: 0.5rem 0;
	border-radius: 0.3rem;
}

.drawer-item .drawer-item_color{
	margin-bottom: 3rem;
}

.drawer-item .drawer-item_color ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.drawer-item .drawer-item_color li{
	width: 15%;
	margin-bottom: 0.5rem;
}

.drawer-item .drawer-item_color li a{
	height: 3rem;
	border-radius: 5px;
	display: block;
}

.drawer-item .drawer-item_brand{
	border-top: 1px solid #eee;
	padding-top: 1.5rem;
}

/* soulberryチャンネル */

.drawer-channel h4{
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.drawer-news{
	margin-bottom: 3rem;
}

.drawer-news dt{
	width: 80%;
	margin: 0 auto 1rem;
}

.drawer-news dd p:first-child a{
	text-decoration: underline;
}

.drawer-news dd p:first-child span{
	display: block;
	font-size: 1.1rem;
}

.drawer-news dd p:last-child{
	text-align: right;
}

.drawer-news dd p:last-child a{
	color: #0095d8;
	font-size: 1.2rem;
	padding-left: 1.1rem;
	background: url(../images/arrow_b.gif) left center no-repeat;
	background-size: 0.8rem;
}

.drawer-channel_inner{
	margin-bottom: 2.5rem;
}

.drawer-channel_inner p{
	text-align: right;
}

.drawer-channel_inner dt img{
	display: block;
	width: 70%;
	margin: 0 auto;
}

.drawer-channel_inner dt span img{
	margin: 0.5rem 0 0;
	width: 100%;
}

.drawer-channel_inner dd{
	margin-top: 1rem;
}

.drawer-channel_inner>p{
	position: relative;
	margin-bottom: 1rem;
}

.drawer-channel_inner>p::before{
	font-size: 1.5rem;
	font-weight: bold;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 0.3rem 2rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.drawer-channel_inner.d_mon>p{
	border-bottom: 5px solid #e7f7f6;
}

.drawer-channel_inner.d_mon>p::before{
	content: "月";
	color: #a0cac6;
	background: #e7f7f6;
}

.drawer-channel_inner.d_tue>p{
	border-bottom: 5px solid #feeedf;
}

.drawer-channel_inner.d_tue>p::before{
	content: "火";
	color: #e6a970;
	background: #feeedf;
}

.drawer-channel_inner.d_wed>p{
	border-bottom: 5px solid #e9f2fb;
}

.drawer-channel_inner.d_wed>p::before{
	content: "水";
	color: #93bcea;
	background: #e9f2fb;
}

.drawer-channel_inner.d_thu>p{
	border-bottom: 5px solid #ffeceb;
}

.drawer-channel_inner.d_thu>p::before{
	content: "木";
	color: #f0a9a7;
	background: #ffeceb;
}

.drawer-channel_inner.d_fri>p{
	border-bottom: 5px solid #fdf7dd;
}

.drawer-channel_inner.d_fri>p::before{
	content: "金";
	color: #d9d55a;
	background: #fdf7dd;
}

/* ガイド */

.drawer-guide {
	border-top:1px solid #2e2e2e;
	margin-top:2rem;
	padding:1.5rem 0 5rem;
}

.drawer-guide p:last-of-type{
	margin-bottom: 1rem;
}

.drawer-guide p a{
	display:block;
	padding:0.5rem 0 0.5rem 1.1rem;
	background: url(../images/arrow.gif) left center no-repeat;
	background-size: 0.8rem;
}

.drawer-guide ul{
	display: -webkit-flex;
	display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 64px;
}

.drawer-guide li{
	width:33%;
  padding: 8px;
  box-sizing: border-box;
}

/*---- ヘッダーに戻るボタン ----*/

#top_btn{
	display: none;
	width: 10%;
	position: fixed;
	right: 0.5rem;
	bottom: 0.5rem;
}

/*---- iphone5 ----*/

@media screen and ( max-width:320px) {
	.sub_slider{
		margin-bottom: 50px;
	}
	#channel{
		padding: 0 0 20px;
		margin-bottom: 30px;
	}
	#channel h2{
		margin-top: -60px;
	}
	#new_arrival h2+p{
		margin: 0 5% 10px 0;
	}
	#new_arrival .new_arrival_inner_2 dl::before{
		width: 50px;
		height: 60px;
	}
	#new_arrival .new_arrival_inner_1 li{
		width: 80%;
	}
	#new_arrival .new_arrival_inner_2{
		width: 95%;
	}
	#new_arrival .new_arrival_inner_2 li{
		width: 49%;
	}
	.staff_comment{
		margin: 10px auto;
	}
	#re_arrival{
		margin-bottom: 30px;
	}
	#prize>div:last-of-type{
		width: 95%;
	}
	.drawer-nav{
		padding: 20px 10px;
	}
}
