/* --------------------main------------------- */
/* toparea */
.toparea{
	width: 100%;
	margin: 0 auto;
}
.topflex li{
	align-items: center;
}
.topflex li:nth-of-type(2n){
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.topflex__txt__ttl {
  display: flex;
  flex-grow: 2;
}
.topflex__txt{
	width: 60%;
	background-color: #cccccc;
	padding: 20px 0;
	height: 210px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.topflex__txt__ttl,
.topflex__txt__date{
	width: 80%;
	margin: 0 auto;
}
.topflex__txt__ttl{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
}
.topflex__txt__date{
	font-weight: bold;
	font-size: 11px;
}
.topflex__img{
	width: 40%;
	overflow: hidden;
}
.topflex__img img{
	width: 100%;
	height: 210px;
	object-fit: cover;
	vertical-align: bottom;
}
/* new-arrival */
.new-arrival{
	background-color: #000;
	padding: 60px 0;
	overflow: hidden;
}
.new-arrival h2{
	color: #fff;
	font-weight: bold;
	font-size: 25px;
}
.new-arrival-slider{
	opacity: 1 !important;
	padding: 0 5% 20px;
	display: flex;
	overflow: scroll;
	padding-bottom: 13px;
}
.new-arrival-slider .slick-slide{
	margin-right: 5px;
}
.new-arrival-slider .slick-prev::before,
.new-arrival-slider .slick-next::before{
	display: none;
}
.new-arrival-slider li{
	background-color: #000;
	min-width: 130px;
  max-width: 130px;
  margin-right: 15px;
}
.new-arrival__desc{
	padding-top: 5px;
}
.new-arrival__desc a{
	color: #fff;
}
.new-arrival__price{
	color: #fff;
	margin-top: 5px;
}
.search-btn{
	text-align: center;
	width: 50%;
	margin: 40px auto 0;
	display: block;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 0;
	position: relative;
}
.search-btn:hover{
	background-color: #fff;
	color: #000;
}
.search-btn i{
	font-size: 18px;
	position: absolute;
  right: 10px;
  top: 11px;
}
/* magazine */
.top-magazine{
	padding: 30px 3% 60px;
}
.top-magazine h2{
	font-weight: bold;
	font-size: 25px;
}
.post-img,
.post-img img{
	width: 100%;
}
.post-img{
	margin-bottom: 15px;
}
.postlist li{
	margin-bottom: 40px;
}
.postlist li:nth-child(n+3){
	display: none;
}
.postlist__img{
	width: 100%;
}
.postlist__img img{
	width: 100%;
}
.postlist__ttl{
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.post__date{
	margin-top: 10px;
	font-size: 15px;
}
.btn{
	text-align: center;
	border: 3px solid #000;
	width: 35%;
	margin: 40px auto 0;
}
.btn a{
	display: block;
	padding: 10px 0px 8px;
	font-weight: bold;
}
.btn a:hover{
	background: #000;
	color: #fff;
}
.topguide ul li{
	width: 100%;
}
.topguide ul li{
	background-color: #000;
	margin-bottom: 8px;
}
.topguide ul li a{
	display: block;
	padding: 20px 0;
	font-size: 18px;
	font-weight: bold;
	padding-left: 90px;
}
.topguide ul li a:hover{
	opacity: 0.7;
}
.aboutus a{
	color: #ffe100;
	position: relative;
}
.brandartist a{
	color: #008cd2;
	position: relative;
}
.allitem a{
	color: #e51d9b;
	position: relative;
}
.visit a{
	color: #ff7d00;
	position: relative;
}
.aboutus a::before,
.brandartist a::before,
.allitem a::before,
.visit a::before{
	position:absolute;
	left:5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"";
	display:inline-block;
	width:50px;
	height:50px;
}
.aboutus a::before{
	background:url(../images/top/aboutus-l.png) no-repeat;
	background-size:contain;
}
.brandartist a::before{
	background:url(../images/top/brandartist-l.png) no-repeat;
	background-size:contain;
}
.allitem a::before{
	background:url(../images/top/allitem-l.png) no-repeat;
	background-size:contain;
}
.visit a::before{
	background:url(../images/top/visit-l.png) no-repeat;
	background-size:contain;
}

.aboutus a::after,
.brandartist a::after,
.allitem a::after,
.visit a::after{
	position:absolute;
	right: 2%;
	top: 40%;
	content:"";
	display:inline-block;
	width:25px;
	height:25px;
}
.aboutus a::after{
	background:url(../images/top/aboutus-r.png) no-repeat;
	background-size:contain;
}
.brandartist a::after{
	background:url(../images/top/brandartist-r.png) no-repeat;
	background-size:contain;
}
.allitem a::after{
	background:url(../images/top/allitem-r.png) no-repeat;
	background-size:contain;
}
.visit a::after{
	background:url(../images/top/visit-r.png) no-repeat;
	background-size:contain;
}

/*  */
.free-sub {
  padding: 40px 0 60px;
  width: 90%;
  margin: 0 auto;
}
.free-sub2{
	padding-top: 0 !important;
}
/* バイヤーの方へ */
.buyer-cap {
  text-align: center;
  margin-top: 30px;
}
.link-joor {
  text-align: center;
}
.link-joor a {
  display: inline-block;
  margin: 20px auto 0;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
}
form.contact-form {
  margin: 50px auto 0;
}
.form-title {
  margin-top: 40px;
  position: relative;
}
.form-title span {
  color: #c30000;
}
form.contact-form p input {
  margin-top: 20px;
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #000;
  font-size: 16px;
  outline: none;
  padding: 7px 0;
}
form.contact-form p textarea {
  margin-top: 20px;
  width: 100%;
  height: 200px;
  border: 2px solid #000;
}
.submit{
  margin: 40px auto 0 !important;
  background: #000;
  color: #fff;
  font-size: 14px !important;
  display: block;
  padding: 10px 0 8px !important;
  width: 70% !important;
}
/* スタッフスタート */
.staff-s {
  padding: 60px 3%;
  overflow: hidden;
}
.staff-s h2{
	font-weight: bold;
	font-size: 25px;
}
#staffstart__staff .fs-c-coordinationList__list{
	display: flex;
	overflow: scroll;
	padding-bottom: 13px;
}
#staffstart__staff .fs-c-coordinationList__list article{
	min-width: 130px;
	margin-right: 15px;
}
#staffstart__staff .fs-c-coordinationList__list article:nth-child(n+11){
	display: none;
}
.fs-c-coordinationList__list .fs-c-coordinationListItem__creationDate, .fs-c-coordinationList__list .fs-c-coordinationNewMark, .fs-c-coordinationList__list .fs-c-coordinationListItem__publicationDate, .fs-c-coordinationList__list .fs-c-coordinationListItem__coordinationHeight {
	display: none;
}
.product__recommendarea .fs-c-coordinationCatalog__title{
	display: none;
}
.fs-c-coordinationCatalog__list{
	display: flex;
	overflow: scroll;
	padding-bottom: 13px;
}
.fs-c-coordinationCatalog__list article{
	min-width: 130px;
	margin-right: 15px;
}
.fs-c-coordinationCatalog__list article:nth-child(4n){
	margin-right: 0;
}
.fs-c-coordinationCatalog__list article:nth-child(n+5){
	display: none;
}
.fs-c-coordinationCatalog__list .fs-c-coordinationListItem__creationDate, .fs-c-coordinationCatalog__list .fs-c-coordinationNewMark, .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__publicationDate, .fs-c-coordinationCatalog__list .fs-c-coordinationListItem__coordinationHeight {
	display: none;
}
.fs-c-coordinationListItem__staffInfo__name,.fs-c-coordinationListItem__staffInfo__shop{
	display	:block;
	width: 100%;
}
.fs-c-coordinationListItem__staffInfo {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 8px;
	align-items: start;
	margin: 8px 0;
}
.fs-c-coordinationListItem__staffInfo__image {
	width: 36px;
	height: 36px;
}
.fs-c-staffImage {
	display: block;
	display: grid;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.fs-c-staffImage img {
	width: 100%;
	border-radius: 50%;
}
.fs-c-coordinationListItem__staffInfo__profile {
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	line-height: 1.5;
	color:#999;
}
.fs-c-coordinationListItem__staffInfo__profile a{
	color:#727272;
}
.fs-c-coordinationListItem__staffInfo__profile {
	flex-basis: 100%;
	word-break: break-all;
}
.fs-c-coordinationListItem__staffInfo__ruby,.fs-c-coordinationListItem__staffInfo__label{
	display: none;
}
.fs-c-coordinationListItem__staffInfo__shop,.fs-c-coordinationListItem__staffInfo__height{
	font-size:10px;
}
.fs-c-coordinationListItem__staffInfo__profile .fs-c-coordinationListItem__staffInfo__height::before, .fs-c-coordinationListItem__staffInfo__profile .fs-c-coordinationListItem__staffInfo__shop::before {
	content: "#";
	padding-right: 2px;
}
.fs-c-coordinationCatalog__footer{
	text-align: center;
	width:180px;
	margin:0 auto;
}
.fs-c-coordinationCatalog__footer a{
	text-decoration: underline;
	display: block;
	padding:8px 0 6px;
	font-size:11px;
}
/* お買い物ガイド */
.spinner {
    width: 88%;
    margin: 0 auto;
}
.guidetitle#henpin{
	margin-top: 0;
}
.guidetitle{
	font-size: 21px;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 2px;
    margin-top: 45px;
    border-bottom: 1px solid #ebebeb;
}
.black-ptitle{
	font-size: 21px;
  padding: 0 0 3px 28px;
  position: relative;
  border-bottom: 1px dashed #aaaaaa;
}
.black-ptitle:before{
	content: '';
  width: 12px;
  height: 6px;
  display: inline-block;
  background: #000;
  position: absolute;
  top: 14px;
  left: 8px;
}
.text-secbox{	margin-top: 20px;
	padding-bottom: 30px;
}
.text-secbox .bg-title{
	margin-bottom: 20px;
	background: #f5f5f5;
	padding:7px 0 5px 10px;
	font-weight: normal;
	color:#121212;
}
ul.dotlist{
	margin:15px 0 25px;
}
.dotlist li {
  list-style-type: square !important;
  margin: 5px 0 0 20px;
}

.returnaboutarea{
	border:1px solid #313131;
	padding:15px 20px;
	margin:20px 0;
}
.returntitle{
	font-size:17px;
	font-weight:bold;
	margin-bottom:5px;
}
.numberlist{
	margin:15px 0 20px 20px;
}
.numberlist li{
	list-style-type: decimal;
	margin-bottom:12px;
	padding-left:5px;
}
h4.secbox__title{
	margin-top: 45px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}
iframe.iframe-calendar-g {
    min-height: 570px;
    width: 80%;
    margin: 0 auto;
    height: 30vw;
    display: block;
}
.pankuzuarea{
	margin: 30px 3% 10px;
	font-size: 10px;
	color: #7c7c7c;
}
.pankuzu{
	margin:30px 0 23px;
	font-size:11px;
	color:#7c7c7c;
	letter-spacing:0px;
	display: flex;
	flex-wrap: wrap;
}
.pankuzu li a{
	text-decoration: underline;
	color:#7c7c7c;
}
.pankuzu li::before{
	content: " > ";
	padding-left:8px;
}
.pankuzu li:first-child::before{
	content: none;
}
.top-magazine .btn{
	margin-bottom: 40px;
}