@charset "UTF-8";
/* CSS Document */

html,body,div,p,img,a,ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
}
body{
	color: #000;
	letter-spacing: .2em;
	line-height: 1.6;
	font-size: 12px;
	font-family: yantramanav, sans-serif;
}
a{
	color:#000;
}
a:hover{
	color:#666;
}
a:hover img.imghover{
	filter:alpha(opacity=70);
	opacity:0.7;
}

.pc_none{
	display: none !important;
}
.sp_none{
	display: block !important;
}
.bgcolor_black{
	background-color: #000 !important;
}
.open .bgcolor_black{
	background-color: #fff !important;
}
.header_fixed {
    position: fixed;
    z-index: 100;
    width: 100%;
    top:32px;
    background:rgba(255,255,255,1);
	transition: 0.2s all;
	padding-bottom: 6px;
}
.header_bg_active {
    top:0px;
    background:rgba(255,255,255,1);
}
.search_area_leftnav{
	padding-top: 25px;
	width: 100%;
}
.search_area_leftnav form{
	width: 100%;
	letter-spacing: -.40em;
}
.search_area_leftnav input[type="text"]{
	width: calc(100% - 46px);
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	list-style-type: none;
	margin-right: 6px;
	height: 40px;
    border-radius: 0;
	font-size: 0.9em;
}
.search_area_leftnav input[type="submit"]{
	width: 40px;
	height: 40px;
	background: url( "https://shirai.itembox.design/item/common/mimitoujours/top/images/common/Icon_search.png") no-repeat;
	background-image:url("https://shirai.itembox.design/item/common/mimitoujours/top/images/common/Icon_search.png");
	background-repeat: no-repeat;
	background-color: #000;
	background-size: 16px 16px;
	background-position: center center;
	border: none;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	list-style-type: none;
	border-radius: 0;
}
.header__searchbox{
	width: 100%;
	background-color: #EFEFEF;
	padding: 14px;
	box-sizing: border-box;
	margin-top: 20px;
}

	
.header__searchbox input[type="text"],
.header__searchbox input[type="number"],
.header__searchbox input[type="checkbox"],
.header__searchbox select,
.header__searchbox__submit__item button,
.header__searchbox__submit__item input[type="reset"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
	background-color: #fff;
}

.header__searchbox input[type="text"],
.header__searchbox select {
    border: #C4CED7 1px solid;
    width: 100%;
    line-height: 2em;
    padding: 0 5px;
    font-size: 0.9em;
    height: 40px;
}

.header__searchbox__detail {
    display: flex;
    align-items: center;
    padding-top: 12px;
}

.header__searchbox__detail__title {
    width: calc(100% - 180px);
	font-size: 8px;
	letter-spacing: 0.1em;
}

.header__searchbox__detail__input {
    width: 180px;
    display: flex;
}

.header__searchbox__input input[type="text"] {
    height: 40px;
    padding-right: 50px;
	box-sizing: border-box;
	font-size: 0.9em;
}

.header__serachbox__detail__deco {
    position: relative;
    width: 100%;
}

.header__searchbox .header__serachbox__detail__deco:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    right: 11px;
    top: 45%;
    transform: translateY(-50%) rotate(135deg);
}

.header__searchbox__detail[data-type="price"] span {
    padding: 0 2px;
	width: 30px;
}

.header__searchbox__detail[data-type="price"] span:first-child {
	width: calc(50% - 15px);
}
.header__searchbox__detail[data-type="price"] span:last-child {
    padding-right: 0;
	width: calc(50% - 15px);
}

.header__searchbox__detail[data-type="price"] span.header__searchbox__detail__yen {
    position: relative;
    bottom: -6px;
}

.header__searchbox__detail__input label {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.header__searchbox__detail__input label:last-child {
    padding-bottom: 0;
}

.header__searchbox__detail__input input[type="checkbox"] {
    border: #C4CED7 1px solid;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.header__searchbox__detail__input input[type="checkbox"]:checked {
    background-color: #A2B8CB;
    border-color: #A2B8CB;
}

.header__searchbox__detail[data-type="price"] .header__searchbox__detail__input {
    align-items: baseline;
}

.header__searchbox__detail[data-type="else"] .header__searchbox__detail__input,
.header__searchbox__detail[data-type="zaiko"] .header__searchbox__detail__input {
    flex-direction: column;
}

.header__searchbox__submit {
    padding-top: 25px;
    font-size: 0.9em;
}

.header__searchbox__submit__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__searchbox__submit__item button {
    background-color: #000;
    border: #000 1px solid;
    color: #ffffff;
    width: 72%;
    height: 40px;
    background-image: url(https://shirai.itembox.design/item/common/mimitoujours/top/images/common/Icon_search.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 10px center;
    padding-left: 15px;
}

.header__searchbox__submit__item input[type="reset"] {
    border: #A2B8CB 1px solid;
    color: #969696;
    width: 25%;
    height: 40px;
	text-align: center;
	box-sizing: border-box;
	padding-left: 9px;
}
.header_area{
	width: 100%;
	padding: 12px 0 0px;
	position: relative;
	z-index: 1000;
}
.header_area dl{
	width: 96%;
	margin: 0 auto;
	padding: 0;
	letter-spacing: -.40em;
}
.header_area dt{
	width: 40%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.header_area dt:last-child{
	text-align: right;
}
.header_area dt p{
	width: 100%;
	margin: 0 auto;
	padding:6px 0 0;
}
.header_area dt ul{
	width: 100%;
	margin: -4px auto 0;
	padding:0px 0 0;
	letter-spacing: -.40em;
}
.header_area dt li{
	width: 40px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	list-style-type: none;
	padding: 8px;
	margin: 0;
	text-align: left;
	position: relative;
}
.header_area dt li.open-btn {
	background-image: url("https://shirai.itembox.design/item/common/mimitoujours/top/images/common/Icon_nav_search.svg");
	background-repeat: no-repeat;
	height: 29px;
	background-size: 100% 100%;
	cursor: pointer;
	margin-top: 9px;
}
/*==検索窓背景のエリア*/

#search-wrap {
	position: absolute;
	top: 63px;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: all 0.4s;
	width: 100%;
	height: 1px;
}
/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive {
	opacity: 1;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-wrap_bg_active {
	opacity: 1;
	z-index: -1;
	background-color: rgba(0, 0, 0, .6);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100vh;
}
/*==検索窓のエリア*/

#search-wrap .search-area{
  display: none;/*検索窓のエリアは、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive .search-area {
  display: block;
  width: 80%;
  position: relative;
}

/*==検索フォームの設定*/
#search-wrap form {
	position: relative;
	height: 50px;
}

/*==テキスト入力とボタンinput共通設定*/
#search-wrap input {
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  color: #000;
}

/*テキスト入力input設定*/
#search-wrap input[type="text"] {
  width: 100%;
  padding: 20px;
  border: none;
  border-bottom: 0px solid #666;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  cursor: auto;
  box-sizing: border-box;
  height: 50px;
	border-radius: 0;
}

 #search-wrap input[type="text"]:focus {
  background:#fff;
}

/*ボタンinput設定*/
 #search-wrap input[type="submit"] {
	position: absolute;
	top:0;
	right:0px;
	background:url("https://shirai.itembox.design/item/common/mimitoujours/top/images/common/Icon_search.png") no-repeat 15px center;/*虫眼鏡アイコンを背景に表示*/
	background-size: 25px 25px;
	background-position: 50% 50%;
	width:50px;
	height: 50px;
	background-color: #000;
	border: none;
	border-radius: 0;
}
/*=======　閉じるための×ボタン　========*/
.close-btn {
  position: absolute;
  top: -60px;
  right: 65px;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
  
.close-btn span {
  display: inline-block;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 0px;
  background-color: #000;
}

/*×マーク*/
.close-btn span:nth-of-type(1) {
  top: 21px;
  left: 16px;
  transform: translateY(6px) rotate(-135deg);
  width: 50%;
}
.close-btn span:nth-of-type(2) {
  top: 33px;
  left: 16px;
  transform: translateY(-6px) rotate(135deg);
  width: 50%;
}
.header_area dt li:last-child{
	width: 38px;
	padding: 8px;
	margin: 0;
}
.header_area dt li:last-child a{
	background-image: url("https://shirai.itembox.design/item/common/mimitoujours/top/images/common/icon_cart_black.svg?220830143130");
    background-repeat: no-repeat;
	height: 29px;
    background-size: 100% 100%;
    display: block;
}
.header_area dt li.icon_cart{
	position: relative;
}
.header_area dt li img{
	width: 100%;
}
.header_area dt ul #search-wrap.panelactive {
	align-items: baseline;
}
.header_area dt ul #search-wrap.panelactive .search-area {
    width: 350px;
    background-color: none;
}	
.header_area dt ul .header__searchbox {
    background-color: #EFEFEF;
    margin-top: 50px;
}	
.header_area dt ul #search-wrap form {
    /* position: relative; */
    /* height: 50px; */
}	
.header_area dt ul #search-wrap form {
    position: static;
    height: auto;
}	
.header_area dt ul dl {
    width: auto;
    margin: auto;
    padding: 12px 0 0 0;
}	
.header_area dt ul dt {
    width: calc(100% - 180px);
    letter-spacing: 0.1em;
	font-size: 12px;
}
.header_area dt ul dd {
    width: 180px;
    display: flex;
	letter-spacing: 0.1em;
}




	
	
.header_area dd{
	width: 20%;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.header_area dd h1{
	width: 200px;
    height: 45px;
    margin: 0 auto;
    padding: 0;
	background-image: url("https://shirai.itembox.design/item/common/mimitoujours/top/images/common/logo.svg?220830143130");
    background-repeat: no-repeat;
    background-position: 0 3px
}
.header_area dd h1 a{
	width: 200px;
    height: 45px;
	display: block;
}
.common_btn{
	width: 70%;
	max-width: 260px;
	margin: 0 auto;
	padding: 0px 0 0;
}
.common_btn a{
	width: 100%;
	margin: 0;
	padding: 10px 10px;
	font-weight: bold;
	display: block;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}
.common_btn a:hover{
	color: #028553;
}
.header_message{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #000;
	color: #fff;
}
.header_message li{
	list-style-type: none;
}
.header_message a{
	display: block;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.header_message .slick-arrow:before,
.header_message .slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 4px;
    left: 0;
  }
.header_message .slick-next:before,
.header_message .slick-next:before{
    background: url("https://shirai.itembox.design/item/common/mimitoujours/top/images/common/icon_arrow_white.svg")!important;
    background-size: 12px 12px !important;
	background-repeat: no-repeat !important;
  }
.header_message .slick-prev:before,
.header_message .slick-prev:before{
    background: url("https://shirai.itembox.design/item/common/mimitoujours/top/images/common/icon_arrow_white.svg")!important;
    background-size: 12px 12px !important;
	background-repeat: no-repeat !important;
	transform:rotate(180deg);
  }
.header_message .slick-next,
.header_message .slick-next{
    right: 15px;
	z-index: 2;
}
.header_message .slick-prev,
.header_message .slick-prev{
	left: 15px;
	z-index: 2;
	display: none !important;
}

.common_area_wrapper{
	width: 100%;
	background-color: #fff;
	z-index: 1;
	padding: 0;
}
.common_area{
	width: 96%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 100px 0 0;
}
.common_area_wrapper .common_area{
}
.common_area ul{
	width: 100%;
	letter-spacing: -.40em;
	padding: 0;
	margin: 0;
}
.common_area li{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding:1% 0% 3%;
	margin: 0;
	box-sizing: border-box;
	list-style-type: none;
}
.common_area li a{
	text-decoration: none;
}
.common_photo_area{
	width: 100%;
	position: relative;
}
.common_photo_icon{
	position: absolute;
	top:0px;
	left: 0px;
	letter-spacing: -.40em;
}
.common_photo_icon span{
	width: 40px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0px;
}
.common_photo_icon span img{
	width: 100%;
}
.common_photo{
	width: 100%;
	padding-bottom: 3px;
}
.common_photo img{
	width: 100%;
}
.common_name{
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding-right: 15px;
	font-family: sans-serif;
}
.common_day{
	display: block;
}
.common_price{
	font-size: 11px;
	padding-top: 6px;
	padding-right: 15px;
	font-family: sans-serif;
}
.common_tax{
	font-size: 9px;
	padding: 0 6px;
}
.common_saleprice{
	font-size: 11px;
	margin: 0;
	color: #CB0000;
}

	
.contents_subttl{
	text-align: center;
	font-size: 11px;
	padding-bottom: 4px;
	font-weight: bold;
}
.contents_ttl{
	text-align: center;
	font-size: 18px;
	padding-bottom: 30px;
	font-weight: bold;
	letter-spacing: .05em;
}
.contents_ttl.en_font{
	font-size: 24px;
	letter-spacing: .1em;
}
.area_inner{
	width: 100%;
	overflow-x: scroll;
	padding: 10px 0 10px;
	margin: 0px;
}
.area_inner ul{
	width: 190%;
}
.area_inner li{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 10%;
	padding:0 0% 1.5%;
	margin: 0;
	box-sizing: border-box;
	list-style-type: none;
}

.mainjs_area{
	width: 100%;
	padding: 20px 0 0px;
}
.mainjs_area_inner{
	width: 100%;
	margin: 0 auto;
}
.mainjs_area ul{
	width: 100%;
	letter-spacing: -.40em;
	box-sizing: border-box;
}
.mainjs_area li{
	width: 100%;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 50px 0 50px 0;
	overflow: hidden;
	margin: 0 10px;
	position: relative;
}
.mainjs_area li img{
	width: 100%;
	box-sizing: border-box;
}
.mainjs_area .slide_caption{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	padding:12px;
	box-sizing: border-box;
	opacity: 70%;
	background-color: #fff;
	color: #000;
	letter-spacing: .1em;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mainjs_area .slick-slider{
	padding-top: 50px;
}
.tag_area{
	width: 100%;
	padding: 50px 0 0px;
}
.tag_area_inner{
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
}
.tag_area ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
.tag_area li{
	list-style-type: none;
}
.tag_area li a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid #000;
	text-decoration: none;
	padding:6px 10px;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: .1em;
}
.tag_area li a:hover{
	background-color: #000;
	color: #fff;
}
.influencer_area{
	width: 100%;
	padding: 100px 0 0px;
	box-sizing: border-box;
}
.influencer_inner{
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	overflow-x: scroll;
	justify-content: center;
}
.influencer_area ul{
	display: flex;
}
.influencer_area li{
	width: 220px;
	min-width: 220px;
	padding: 0px;
	box-sizing: border-box;
	list-style-type: none;
}
.influencer_photo_area{
	width: 100%;
	padding-bottom: 10px;
	position: relative;
}
.influencer_photo{
	width: 100%;
}
.influencer_photo img{
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.influencer_icon{
	position: absolute;
	border-radius: 6px;
	text-align: center;
	font-size: 11px;
	top: 4px;
	left: 4px;
	background-color: #fff;
	padding:2px 4px;
	font-weight: bold;
	box-sizing: border-box;
	color: #000;
	letter-spacing: .1em
}
.influencer_name{
	text-align: center;
	font-size: 10px;
	padding-bottom: 15px;
	font-weight: bold;
	letter-spacing: .15em;
}
.influencer_link{
	width: 75%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}
.influencer_link img{
	height: 25px;
	margin: 0 1px;
}
.category_area{
	width: 100%;
	padding: 100px 0 0px;
}
.category_inner{
	width: 92%;
	max-width: 1100px;
	margin: 0 auto;
}
.category_area ul{
	width: 80%;
	margin: 0 auto;
	letter-spacing: -.40em;
	padding-bottom: 40px;
}
.category_area li{
	letter-spacing: .1em;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
}
.category_area li a{
	padding: 14px 0;
	font-size: 21px;
	display: block;
	text-align: center;
	text-decoration: none;
	border-top: 2px solid #000;
	font-weight: bold;
}
.category_area li span{
	padding: 0px 0 6px;
	font-size: 9px;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: .2em;
}
.category_area dl{
	width: 100%;
	letter-spacing: -.40em;
}
.category_area dt{
	letter-spacing: .1em;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
}
.category_area dt a{
	padding: 15px 0;
	font-size: 18px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
.category_area dt a:hover{
	background-color: #666;
}
/* TOPページ・ランキングアイコン*/
#ranking_area li {
	counter-increment: rank;
	position: relative;
}

#ranking_area li::before {
	position: absolute;
	top: 6px;
	right: 6px;
	content: counter(rank) "";
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #000;
	text-align: center;
	z-index:1;
	border-radius: 50%;
}









.concept_area{
	width: 100%;
	padding: 100px 0;
	box-sizing: border-box;
}
.concept_inner{
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
}
.concept_area dl{
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-items: center;
}
.concept_area dt{
	width: 100%;
}
.concept_ttl01{
	font-size: 18px;
	padding-bottom: 30px;
	text-align: center;
	font-weight: bold;
}
.concept_text01{
	font-size: 12px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 2;
	font-weight: bold;
}
.concept_text02{
	font-size: 14px;
	text-align: center;
	line-height: 2;
	padding-bottom: 40px;
	letter-spacing: .1em;
	font-weight: bold;
}
.concept_text03{
	font-size: 10px;
	text-align: center;
	line-height: 2;
	color: #989898;
	letter-spacing: .1em;
}

.user_coordinate_area{
	width: 100%;
	padding: 100px 0;
	margin: 100px 0 0;
	background-color: #EFEFEF;
}
.styletaste_area{
	width: 100%;
	padding: 100px 0 0px;
	box-sizing: border-box;
}
.styletaste_inner{
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	overflow-x: scroll;
	justify-content: center;
}
.styletaste_area ul{
	display: flex;
}
.styletaste_area li{
	width: 275px;
	min-width: 275px;
	padding: 0px;
	box-sizing: border-box;
	list-style-type: none;
}
.styletaste_area li a{
	text-decoration: none;
	color: #fff;
}
.styletaste_banner{
	width: 100%;
	text-align: center;
	line-height: 100px;
	font-size: 21px;
	font-weight: bold;
	border-radius: 15px 0 15px 0;
	box-shadow: 2px 2px 2px 2px rgba(100, 100, 100, .2);
}
.styletaste_area li:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}


.item_lineup_btn {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.item_lineup_btn a{
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.footer_breadcrumbs{
	text-align: center;
	padding: 14px 10px;
	width: 90%;
	margin: 0 auto;
}
.footer_breadcrumbs ol{
	padding: 0;
	margin: 0;
}
.footer_breadcrumbs li{
	list-style-type: none;
	display: inline;
}
.footer_breadcrumbs a{
	text-decoration: none;
}
.footer_breadcrumbs a:hover{
	text-decoration: underline;
}



.btn_pagetop{
	width: 50px;
	position: fixed;
	bottom:10px;
	right: 20px;
	opacity: 0%;
	z-index: 2;
}
.pagetop_active{
	opacity: 80%;
	transition: 1s;
}

.btn_pagetop a{
	cursor: pointer;
}
.btn_pagetop img{
	width: 100%;
}
.footer{
	background-color: #E3E3E3;
	width: 100%;
	padding: 60px 0;
}
.footer_inner{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.footer_menu{
	width: 100%;
}
.footer_menu dl{
	width: 100%;
	letter-spacing: -.40em;
}
.footer_menu dt{
	padding-right: 30px;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
}
.footer_menu dt ul{
}
.footer_menu dt li{
	list-style-type: none;
	font-size: 12px;
	letter-spacing: .1em;
}
.footer_menu dt li a{
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
}
.footer_menu dd{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
}
.footer_menu dd p{
	width: 100%;
}
.footer_menu dd p img{
	width: 100%;
}
.footer_ttl{
	font-size: 18px;
	padding-bottom: 12px;
	letter-spacing: .05em;
	font-weight:700;
}
.footer_text{
	font-size: 12px;
	padding-bottom: 10px;
	letter-spacing: .1em;
}
.footer_text2{
	font-size: 8px;
	padding-bottom: 10px;
	letter-spacing: .1em;
}
.footer_copy{
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer_copy ul{
}
.footer_copy li{
	list-style-type: none;
}
.footer_copy li img{
	width: 200px;
	padding-bottom: 6px;
}
@media screen and (max-width:640px) {
	a:hover img.imghover{
		filter:alpha(opacity=100);
		opacity:1;
	}
	.pc_none{
		display: block !important;
	}
	.sp_none{
		display: none !important;
	}
	.header{
		padding: 10px 0;
	}
	.header_area{
		padding: 9px 0 0px;
	}
	.header_area dt{
		width: 25%;
	}
	.header_area dd{
		width: 50%;
	}
	.header_area dd h1{
		width: 150px;
		height: 35px;
		margin-top: 3px;
	}
	.header_area dd h1 a{
		width: 150px;
		height: 35px;
	}
	#search-wrap {
	  top: 56px;
	}
	.header_area dt ul #search-wrap.panelactive .search-area {
		width: 90%;
	}
	.header_area dt ul .header__searchbox {
		margin-top: 20px;
	}	
	.search_area_leftnav input[type="text"]{
		font-size: 16px;
	}
	.header__searchbox__input input[type="text"] {
		padding-right: 0px;
		font-size: 16px;
	}
	.close-btn {
	  top: -56px;
	  right: 48px;
	}
	.common_area_wrapper{
	}
	.common_area{
		padding: 80px 0 0px;
	}
	.common_area_wrapper .common_area{
	}
	.common_area li{
		width: 50%;
		padding: 2% 0 6%;
	}
	.common_saleprice{
		display: inline-block;
	}
	.area_inner{
		padding: 10px 0 10px;
		margin-bottom: 0px;
	}
	.area_inner ul{
		width: 450%;
	}
	.area_inner li{
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
		width: 10%;
		padding:0 0% 1.5%;
		margin: 0;
		box-sizing: border-box;
		list-style-type: none;
	}
	.contents_ttl {
	  padding-bottom: 16px;
	}
	.mainjs_area{
		padding: 60px 0 0;
	}
	.mainjs_area .slick-slider{
		padding-top: 2px;
	}
	.tag_area{
		width: 100%;
		padding: 30px 0 0px;
	}
	.influencer_area{
		padding: 80px 0 0;
	}
	.influencer_inner{
		display: block;
		width: 96% !important;
		margin: 0 auto;
	}
	.influencer_area ul{
		display: block;
		padding-bottom: 0px;
		letter-spacing: -.40em;
		width: 660px;
	}
	.influencer_area li{
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
	}
	.influencer_photo_area{
		padding-bottom: 0px;
	}
	.influencer_photo{
		padding-bottom: 0px;
	}
	.influencer_name{
		font-size: 11px;
		padding-bottom: 12px;
	}
	.influencer_link img{
		width: 30px;
	}
	.category_area{
		padding: 80px 0 0px;
	}
	.category_area ul{
		width: 100%;
		padding-bottom: 10px;
	}
	.category_area li{
		width: calc(100% / 3);
		padding: 0 6px;
	}
	.category_area li a{
		padding: 7px 0 14px;
		font-size: 18px;
	}
	.category_area li span{
		padding: 0;
		font-size: 9px;
	}
	.category_area dt{
		width: 50%;
		padding: 10px 5px 0 0;
	}
	.category_area dt:nth-child(2n){
		padding: 10px 0 0 5px;
	}
	.category_area dt a{
		padding: 14px 0;
		font-size: 14px;
	}

	
	
	
	
	
	
	
	
	.user_coordinate_area{
		padding: 80px 0;
		margin-top: 80px;
	}
	.styletaste_area{
		padding: 80px 0 0;
	}
	.styletaste_inner{
		display: block;
		width: 96% !important;
		margin: 0 auto;
	}
	.styletaste_area ul{
		display: block;
		padding-bottom: 0px;
		letter-spacing: -.40em;
		width: 660px;
	}
	.styletaste_area li{
		letter-spacing: normal;
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
	}
	.styletaste_area li:hover{
		filter:alpha(opacity=100);
		opacity:1.0;
	}
	.styletaste_photo{
		padding-bottom: 6px;
	}
	.styletaste_name{
		font-size: 11px;
		padding-bottom: 12px;
	}
	.styletaste_banner{
		line-height: 130px;
	}
	.concept_area{
		padding: 80px 0 30px;
	}
	.concept_ttl01{
		font-size: 18px;
		padding-bottom: 16px;
	}
	.concept_text01{
		font-size: 11px;
		padding-bottom: 20px;
		line-height: 1.8;
	}
	.concept_text02{
		font-size: 14px;
		padding-bottom: 30px;
	}
	.concept_text02 span{
		display: block;
	}
	.concept_text03{
		font-size: 9px;
		padding-bottom: 40px;
	}
	.concept_text03 span{
		display: block;
	}

	
	
	
	
	
	
	
	
	
	#ranking_area li::before {
      right: 6px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      font-size: 12px;
    }
	
	
	
	
	
	.item_lineup_btn {
		padding-top: 10px;
	}
	.footer_breadcrumbs {
		text-align: left;
		font-size: 11px;
		padding: 14px 0px;
	}
	.btn_pagetop{
		width: 30px;
		bottom: 40px
	}
	.footer{
		padding: 30px 0;
	}
	.footer_ttl{
		padding-bottom: 2px;
	}
	.footer_menu dt{
		padding-right: 0px;
		width: 100%;
		padding-bottom: 30px;
	}
	.footer_menu dd{
		width: 100%;
	}
	.footer_menu dd p{
		width: 80%;
		margin: 0 auto;
	}
	.footer_menu dd p img{
		width: 100%;
	}
	.footer_copy{
		position: static;
		bottom: auto;
		left: auto;
		text-align: center;
		padding-top: 30px;
	}
	.footer_copy li{
	}
	.footer_copy li img{
		width: 120px;
	}
}
