@charset "UTF-8";
/* CSS Document */
.event_area {
animation-name:eventAnime;
animation-duration:0.2s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes eventAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fs-p-cartItemNumber {
    background: #1F2E55 !important;
    line-height: 1.4;
    padding: 0em 0.5em 0.25em;
}
@media screen and (max-width:640px) {
	.fs-p-cartItemNumber {
		line-height: 1;
		padding: 0.35em 0.5em 0.25em;
	}
}
html,body,div,p,img,a,ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
}
body{
	color: #6B6B6B;
	letter-spacing: .2em;
	line-height: 1.6;
	font-size: 12px;
	font-family: "kozuka-gothic-pro", sans-serif;
	font-weight: 200;
	font-style: normal;
}
a{
	color:#6B6B6B;
}
a:hover{
	color:#B7B7B7;
}
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/huit/top/images/common/Icon_search.png") no-repeat;
	background-image:url("https://shirai.itembox.design/item/common/huit/top/images/common/Icon_search.png");
	background-repeat: no-repeat;
	background-color: #707070;
	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: #707070;
    border: #707070 1px solid;
    color: #ffffff;
    width: 72%;
    height: 40px;
    background-image: url(https://shirai.itembox.design/item/common/huit/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%;
	max-width: 1200px;
	padding: 15px 0 20px;
	margin: 0 auto;
	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 22px 0 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/huit/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: 100px;
}
/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive {
	opacity: 1;
	z-index: 3;
	background-color: rgba(0, 0, 0, .6);
	display: flex;
	justify-content: center;
	align-items: center;
}

/*==検索窓のエリア*/

#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;
	font-size: 0.9em;
}

 #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/huit/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{
	width: 38px;
	padding: 9px;
	margin: 0 9px;
}
.header_area dt li:last-child{
	width: 38px;
	padding: 8px;
	margin: 0;
}
.header_area dt li a{
	background-image: url("https://shirai.itembox.design/item/common/huit/top/images/common/icon_member.svg");
    background-repeat: no-repeat;
	height: 29px;
    background-size: 100% 100%;
    display: block;
}
.header_area dt li:last-child a{
	background-image: url("https://shirai.itembox.design/item/common/huit/top/images/common/icon_cart.svg");
    background-repeat: no-repeat;
	height: 29px;
    background-size: 100% 100%;
    display: block;
}
.header_area dt li.icon_cart{
	position: relative;
}
.header_area dt li.icon_member{
	position: relative;
}
.header_area dt li img{
	width: 100%;
}
.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: 100px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
	background-image: url("https://shirai.itembox.design/item/common/huit/top/images/common/logo.svg?220830143130");
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 3px;
	position: absolute;
	top: auto;
	left: 0;
}
.header_area dd h1 a{
	width: 100px;
    height: 50px;
	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;
}
.more_btn_right {
	margin: 0 auto;
	padding: 0px 0 0;
	position: absolute;
	top: 130px;
	right: 0;
}
#event_area .more_btn_right {
	top: 30px;
}
.more_btn_right a{
	width: 100%;
	margin: 0;
	padding: 5px 0px;
	font-weight: normal;
	display: block;
	color: #6B6B6B;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.more_btn_right a b{
	display: inline-block;
	font-weight: normal;
}
.more_btn_right a b img{
	width: 100%;
}
.more_btn_right a:hover{
	color:#999999;
}
.tse-scrollbar {
	display: none!important;
}
.header_message{
	width: 100%;
	margin: 0 auto;
	background-color: #F0F0F0;
	color: #3B4043;
}
.header_message ul{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}
.header_message li{
	list-style-type: none;
}
.header_message a{
	display: block;
	padding: 6px 0;
	text-align: left;
	text-decoration: none;
	color: #3B4043;
}
.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/huit/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/huit/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;
	position: relative;
}
.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: calc( 100% / 3 );
	padding:1% 25px 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: 82px;
	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: 15px;
	margin: 0;
	letter-spacing: .08em;
}
.common_day{
	display: block;
}
.common_price{
	text-align: left;
	font-size: 15px;
	margin: 0;
	letter-spacing: .08em;
}
.common_tax{
}
.common_saleprice{
	color: #CB0000;
	padding: 0 5px;
}
.common_arrow{
	text-align: right;
	display: flex;
	justify-content: flex-end;
	width: 900px;
	margin: 0 auto;
	column-gap: 20px;
}
.common_arrow.re_2307{
	width: 1020px;
}
.common_arrow.re_2307_long{
	width: 100%;
}
.common_arrow img{
	width: 100%;
}
.common_arrow dt{
	width: 40px;
	padding: 10px 0;
	margin-top: -15px;
}
.common_arrow dd{
	width: 40px;
	padding: 10px 0;
	margin-top: -15px;
}
	
.contents_ttl{
	text-align: center;
	font-size: 30px;
	padding-bottom: 30px;
	letter-spacing: .25em;
	font-family: "amster", serif;
	font-weight: 100;
	font-style: normal;
}
.contents_subttl{
	text-align: center;
	font-size: 11px;
	font-family: "amster", serif;
	font-weight: 100;
	font-style: normal;
	padding-bottom: 40px;
	letter-spacing: .2em;
}
.contents_ttl.en_font{
	padding-bottom: 0;
}
.area_inner{
	width: 100%;
	overflow-x: scroll;
	padding: 10px 0 10px;
	margin: 0px;
}
.area_inner ul{
	width: auto;
	display: flex;
	column-gap: 40px;
	margin: 0 auto;
}
.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;
}
.area_inner.re_2307 li{
	padding:0 0px 5px 0px;
	width: 320px;
}
.area_inner.re_2307_long li{
	padding:0 0px 5px 0px;
	width: 360px;
}
.mainjs_area{
	width: 100%;
	padding: 35px 0 0px;
}
.mainjs_area_inner{
	max-width: 1200px;
	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;
	overflow: hidden;
	margin: 0 0px;
	position: relative;
}
.mainjs_area li img{
	width: 100%;
	box-sizing: border-box;
}
.mainjs_area .slide_caption{
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	width: 400px;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: .1em;
	font-size: 13px;
	overflow: hidden;
	text-shadow: 0px 0px 5px #666;
	z-index: 2;
	
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
}
.mainjs_area .slide_caption span{
	display: block;
	text-align: right;
	font-family: "amster", serif;
	font-weight: 100;
	font-style: normal;
	font-size: 21px;
	letter-spacing: .2em;
	padding-bottom: 10px;
}
.mainjs_area .slick-slide{
	position: relative;
}
.mainjs_area .slick-slide a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,.6), rgba(0,0,0,0) 30.31%);
	z-index: 0;
}
.mainjs_area .slick-slide a.img_only::after {
	display: none;
}
.mainjs_area .slick-slider{
	padding-top: 50px;
}
.event_area{
	padding: 140px 0 100px;
	margin: 180px 0 90px 0;
	box-sizing: border-box;
	background:rgba(31,46,85,0.05);
}
.event_inner{
	width: 96%;
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	overflow-x: scroll;
	justify-content: center;
}
.event_area ul{
	width: auto;
	display: flex;
	column-gap: 40px;
	margin: 0 auto;
}
.event_area li{
	padding: 0 0px 5px 0px;
	width: 360px;
	list-style-type: none;
}
.event_area li a{
	text-decoration: none;
}
.event_photo_area{
	width: 100%;
	padding-bottom: 2px;
	position: relative;
}
.event_photo{
	width: 100%;
}
.event_photo img{
	width: 100%;
	overflow: hidden;
}
.event_name{
	text-align: left;
	font-size: 16px;
	padding-bottom: 6px;
	font-family: "amster", serif;
	font-weight: 100;
	font-style: normal;
	letter-spacing: .15em;
}
.event_text{
	text-align: left;
	font-size: 12px;
	letter-spacing: .15em;
	padding-bottom: 10px;
}

/* TOPページ・ランキングアイコン*/
#ranking_area li {
	counter-increment: rank;
	position: relative;
}

#ranking_area li::before {
	position: absolute;
	top: 8px;
	left: 8px;
	content: counter(rank) "";
	color: #fff;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background-color: #6B6B6B;
	text-align: center;
	z-index:1;
	border-radius: 50%;
	font-family: 'Tiro Devanagari Marathi', serif;
	font-size: 24px;
}









.concept_area{
	width: 100%;
	padding: 140px 0 80px;
	box-sizing: border-box;
	font-family: "amster", serif;
	font-weight: 100;
	font-style: normal;
}
.concept_inner{
	width: 830px;
	margin: 0 auto;
	border: 1px solid #6B6B6B;
}
.concept_area dl{
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-around;
	align-items: center;
}
.concept_area dt{
	width: 50%;
	line-height: 1px;
}
.concept_area dt img{
	width: 100%;
}
.concept_area dd{
	width: 50%;
}
.concept_ttl01{
	font-size: 18px;
	padding-bottom: 30px;
	text-align: center;
}
.concept_text01{
	font-size: 14px;
	padding-bottom: 30px;
	text-align: center;
	line-height: 1.7;
}
.concept_text02{
	font-size: 14px;
	text-align: center;
	line-height: 2;
	letter-spacing: .1em;
}
.concept_text02 a{
	border: 0.5px solid #707070;
	border-radius: 20px;
	text-decoration: none;
	padding: 6px 10px;
}

.user_coordinate_area{
	width: 100%;
	padding: 100px 0;
	margin: 100px 0 0;
	background: rgba(31,46,85,0.05);
}
.staff_coordinate_area{
	width: 100%;
	padding: 100px 0 0;
	/*margin: 100px 0 0;*/
}
.instagram_area{
	width: 100%;
	padding: 100px 0 20px;
}
.instagram_main{
	width: 96%;
	max-width: 823px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.instagram_main dl{
	width: 100%;
	display: flex;
	align-items: center;
}
.instagram_main dt{
	width: 50%;
	padding: 1px;
	box-sizing: border-box;
}
.instagram_main dt img{
	width: 100%;
	margin: 0 auto;
}
.instagram_main dd{
	width: 50%;
	padding: 0 0 0 0%;
	box-sizing: border-box;
}
.instagram_main dd ul{
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
.instagram_main dd li{
	text-align: center;
	list-style-type: none;
}
.instagram_main_link img{
	width: 40px;
}
.instagram_main_logo{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 14px;
}
.instagram_main_logo img{
	width: 117px;
}
.instagram_main_ttl{
	font-size: 14px;
	padding-bottom: 20px;
	text-align: center;
	font-family: "amster", serif;
}
.instagram_main_text{
	font-size: 12px;
	text-align: center;
	line-height: 2;
}
.instagram_main_link{
	text-align: center;
	padding-top: 10px;
}


.item_lineup_btn {
	text-align: center;
	font-size: 24px;
	font-family: "amster", serif;
	font-weight: 100;
	font-style: normal;
}
.item_lineup_btn a{
	padding-bottom: 2px;
	border-bottom: 2px solid #614C3F;
	text-decoration: none;
}
.item_lineup_btn span.link_btn{
	padding-bottom: 2px;
	border-bottom: 2px solid #614C3F;
	text-decoration: none;
	letter-spacing: .05em;
	cursor: pointer;
}
.footer_bg{
	background: url("https://shirai.itembox.design/item/common/huit/top/images/common/footer_bg.png") repeat-x;
	width: 100%;
	height: 250px;
	background-size: 2000px;
	background-position: center -24px;
	opacity: 20%;
}
.footer_breadcrumbs{
	text-align: center;
	padding: 9px 10px 14px;
	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: rgba(31,46,85,0.05);
	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-family: "amster", serif;
	font-weight: 300;
	font-style: normal;
}
.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: 113px;
	padding-bottom: 6px;
}
@media screen and (max-width:640px) {
	body{
		font-weight: 300;
	}
	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: 30%;
		padding: 0;
	}
	.header_area dd{
		width: 40%;
	}
	.header_area dd h1{
		width: 73px;
		height: 39px;
		margin-top: 0px;
		position: static;
	}
	.header_area dd h1 a{
		width: 150px;
		height: 35px;
	}
	#search-wrap {
	  top: 56px;
	  height: 80px;
	}
	#search-wrap.panelactive .search-area {
	  width: 90%;
	}
	.close-btn {
	  top: -56px;
	  right: 48px;
	}
	.header_message a{
		text-align: center;
	}
	.common_area_wrapper{
	}
	.common_area{
		padding: 80px 0 0px;
	}
	.common_area_wrapper .common_area{
	}
	.common_area li{
		width: 50%;
		padding: 2% 2% 6%;
	}
	.common_photo_icon span{
		width: 14vw;
	}
	.common_name{
		font-size: 13px;
	}
	.common_price{
		font-size: 13px;
	}
	.common_saleprice{
		display: inline-block;
	}
	.more_btn_right {
	  position: static;
	}
	.more_btn_right a {
		padding: 15px 0px 0;
		text-align: right;
		justify-content: flex-end;
	}
	.tse-scrollbar {
		display: block !important;
	}
	.common_arrow{
		display: none;
	}
	.area_inner{
		padding: 10px 0 10px;
		margin-bottom: 0px;
	}
	.area_inner ul{
	column-gap: 20px;
	}
	.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 {
		font-size: 24px;
	  padding-bottom: 16px;
	}
	.mainjs_area{
		padding: 60px 0 0;
		/*padding: 0;*/
	}
	.mainjs_area .slide_caption{
		text-align: left;
		bottom: 20px;
		right: 4vw;
		width: 92vw;
		font-size: 13px;
		text-shadow: 0px 0px 5px #666;
	  -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
	}
	.mainjs_area .slide_caption span{
		text-align: left;
		font-size: 18px;
		padding-bottom: 0px;
	}
	.mainjs_area .slick-slider{
		padding-top: 2px;
	}
	.mainjs_area .slick-slide a::after {
		background: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,0) 35.31%);
	}
	.event_area{
		padding: 80px 0 50px;
		margin: 100px 0 0;
	}
	.event_inner{
		display: block;
		width: 96% !important;
		margin: 0 auto;
	}
	.event_area ul{
		column-gap: 25px;
	}
	.event_area li{
		width: 85vw;
	}
	.event_photo_area{
		padding-bottom: 0px;
	}
	.event_photo{
		padding-bottom: 6px;
	}
	.event_name{
		font-size: 14px;
		padding-bottom: 6px;
	}
	.event_text{
		font-size: 12px;
	}
	
	
	
	
	
	
	
	.user_coordinate_area{
		padding: 80px 0;
		margin-top: 80px;
	}
	.staff_coordinate_area{
		padding: 80px 0 0;
		/*margin-top: 80px;*/
	}
	.instagram_area{
		width: 100%;
		padding: 70px 0 0;
	}
	.instagram_main{
		width: 96%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.instagram_main dl{
		display: block;
	}
	.instagram_main dt{
		width: 100%;
		padding: 0 25%;
	}
	.instagram_main dd{
		width: 100%;
		padding: 0 5%;
	}
	.instagram_main dd ul{
		width: 100%;
		padding: 20px 0;
	}
	.instagram_main dd li{
	}
	.instagram_main_logo{
		text-align: center;
		padding-top: 0px;
		padding-bottom: 4px;
	}
	.instagram_main_logo img{
		width: 82px;
	}
	.instagram_main_ttl{
		font-size: 14px;
		padding-bottom: 20px;
	}
	.instagram_main_text{
		font-size: 12px;
	}
	.instagram_main_link{
		padding-top: 10px;
	}
	.instagram_main_link img{
		width: 40px;
	}
	.concept_area{
		padding: 50px 0 10px;
	}
	.concept_inner{
		width: 90%;
	}
	.concept_area dt{
		display: none;
	}
	.concept_area dd{
		width: 100%;
	}
	.concept_ttl01{
		width: 95px;
		margin: 0 auto;
		padding: 50px 0 30px;
	}
	.concept_text01{
		font-size: 11px;
		padding-bottom: 20px;
		line-height: 1.8;
	}
	.concept_text02{
		font-size: 14px;
		padding-bottom: 50px;
	}
	.concept_text02 span{
		display: block;
	}

	
	
	
	#ranking_area li::before {
      left: 6px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      font-size: 12px;
    }
	
	
	
	
	
	.item_lineup_btn {
		padding-top: 10px;
	}
	.footer_bg{
		height: 150px;
		background-size: 1200px;
		background-position: center -17px;
	}
	.footer_breadcrumbs {
		text-align: center;
		font-size: 11px;
		padding: 7px 0px 12px;
	}
	.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: 60px;
	}
	.footer_copy li{
	}
	.footer_copy li img{
		width: 95px;
	}
}
@media screen and (max-width:360px) {
	.header__searchbox__detail__title {
		width: calc(100% - 140px);
	}

	.header__searchbox__detail__input {
		width: 140px;
	}
}




/*----------カテゴリリンクエリア----------*/
.area_inner_category{
	width:95%;
	max-width: 800px;
	margin:auto;
}
/*リンクエリア：フレックスボックス*/
.area_inner_category{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*align-items: center;*/

	text-align: center;
	font-size:1.5em;
}
.area_inner_category > div {
	/*列数と間の余白の設定*/
	width: calc( ( 100% - 30px ) / 4 );
	margin-right: 10px;

	padding-bottom:30px;
}
/*右端のマージンをゼロ設定*/
.area_inner_category > div:nth-child( 4n ),
.area_inner_category > div:last-child {
	margin-right: 0;
}
/*最下段のボトムマージンをゼロ設定*/
.area_inner_category > div:nth-last-child(-n+4){
	padding-bottom:0;
}
.area_inner_category a{
	text-decoration: none;
}
@media (max-width: 768px) {
	.area_inner_category{

	}
	.area_inner_category > div {
		/*列数と間の余白の設定*/
		width: calc( ( 100% - 2vw ) / 3 );
		margin-right: 1vw;

		padding-bottom:0.8em;
	}
	/*右端のマージンをゼロ設定*/
	.area_inner_category > div:nth-child( 3n ),
	.area_inner_category > div:last-child {
		margin-right: 0;
	}
	/*最下段のボトムマージンをゼロ設定*/
	.area_inner_category > div:nth-last-child(-n+4){
		padding-bottom:0.8em;
	}
	.area_inner_category > div:nth-last-child(-n+3){
		padding-bottom:0;
	}
}




/*----------メインビジュアル下表示エリア----------*/
.jstop_banner{
	width:94%;
	max-width: 640px;
	margin: auto;
}
.jstop_banner img{
	width:100%;
}
.jstop_banner_item{
	margin-bottom:10px;
}
.jstop_banner > div:first-child{
	margin-top:100px;
}
.jstop_banner_item > div:last-child{
	margin-bottom:0;
}