@charset "utf-8";
*{margin: 0;padding: 0;box-sizing: inherit; }
/* fsコマクリ用 */
p{margin:0;}
h1,h2,h3,h4,h5{font-weight: bold;margin:0;}
/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }
.mininner {
	width: 85%;
	max-width: 1150px;
	margin: 0 auto 100px;
	padding-top: 5px;
}
@media screen and (max-width:1090px) {
	.mininner{width:96%;}
} 
.slim-colum{
	width: 85%;
	max-width: 800px;
	margin: 0 auto 100px;
	padding-top: 5px;
}
.slider,.new-list,.slick-5,.fs-c-productCarouselMainImage__carousel{
  opacity:0;
  transition: opacity .3s linear;
}
.slider.slick-initialized,.new-list.slick-initialized,.slick-5.rcmd-slick-initialized,.slick-5.slick-initialized,.fs-c-productCarouselMainImage__carousel.slick-initialized,.fs-c-productCarouselMainImage__carousel.rcmd-slick-initialized,.new-list.rcmd-slick-initialized{
  opacity: 1;
}
.slider img{
	width: 100%;
}
body{
  font: 14px "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",arial,Osaka,Sans-Serif;
	margin: 0;
	padding: 0;
  height: 100%;
  width: 100%;
  line-height: 1.7;
  color: #1a1a1a;
}
.sp{display: none !important;}
a{
  outline: none;
  color: #353535;
  text-decoration: none;
}
a:hover{
  color: #959595;
  text-decoration: none;
}
a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: “alpha( opacity=75 )”;
}
a:active, a:focus{
  outline: 0;
}
img{
  border: 0;
  vertical-align: bottom;
  height:auto;
  max-width: 100%;
}
ul,li{list-style: none;}
.clear{clear: both;}
.underline{text-decoration: underline !important;}
.center{text-align: center;}
.bordernone{border: none !important;}
.block{display: block;}
.border-bnone{border-bottom: none !important;}
.fs16 {font-size: 16px !important;}
.mgt7{margin-top: 7px !important;}
.mgt10{margin-top: 10px !important;}
.mgt15{margin-top: 15px !important;}
.mgt20{margin-top: 20px !important;}
.mgt30{margin-top: 30px !important;}
.mgt40{margin-top: 40px !important;}
.mgt50{margin-top: 50px !important;}
.mgt60{margin-top: 60px !important;}
.mgt80{margin-top: 80px !important;}
.mgb10{margin-bottom: 10px !important;}
.mgb70{margin-bottom: 70px !important;}
.mgl9{margin-left: 9px !important;}
.mgl25{margin-left: 25px !important;}
.mgl60{margin-left: 60px !important;}
.mgl80{margin-left: 80px !important;}
.mgr0{margin-right: 0 !important;}
.pdb60{padding-bottom: 60px !important;}
.pdl20{padding-left: 20px !important;}
.f-samewidth{flex: 1;}
.slider,.new-list{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized,.new-list.slick-initialized,.new-list.rcmd-slick-initialized{
  opacity: 1;
}
.farfont {
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 1px;
}
.hamburger{
	display: none;
}
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
}
.headinner{
	position: relative;
	max-width: 1100px;
  margin: 10px auto;
  display: flex;
	justify-content: space-between;
	align-items: center;
}
.t-headinner{
	max-width: 1170px;
  margin: 10px auto;
  display: flex;
	justify-content: space-between;
	align-items: center;
}
.h-logoarea{
	-webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  align-items: center;
}
.h-iconarea{
	align-items: center;
/* 	margin-right: 142px; */
}
.h-logo{
	width: 110px;
	margin-right: 15px;
}
.h-amazon{
	width: 91px;
	position: absolute;
	top:7px;
	right:0px;
	display: none;
}
.cashless{
	width: 200px;
	position: absolute;
	top:4px;
	right:0;
}
.h-maint{
  font-weight: normal;
  font-size: 11px;
}
.trecode .h-maint{
  font-weight: normal;
  font-size: 10px;
}
@media(min-width: 1150px){
	.trecode .h-maint{max-width:270px;}
  .trecode .h-amazon{top:15px;}
  .trecode .cashless{top:11px;}
}
.b-toplogo{
	width: 160px;
	margin: 15px auto 0;
}
.ff-toplogo{
	width: 160px;
}
.ff-classical-logo{
	width: 160px;
}
.ff-headerlogoarea{
	width: 350px;
	margin: 15px auto 0;
	display: flex;
	justify-content: space-between;
}
@media(max-width: 908px){
	.h-amazon{
  	width: 119px;
  	position: absolute;
  	top:48px;
  	right:39px;
  }
}	
@media(max-width: 1150px){
  .headinner{display: block;}
  .h-logoarea{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
  .h-maint{font-size:10px;margin-bottom:15px;text-align: center;}
  .h-logo {width: 22%;margin-right: 0px;}
  .trecode .h-logo,.farfalle .h-logo {display: none;}
  .h-iconarea{margin: 10px auto;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  .trecode .h-iconarea{margin: 42px auto 10px;}
  .farfalle .h-iconarea{margin: 60px auto 10px;}
  .h-flogoarea{width: 345px;margin: 10px auto;}
  .b-toplogo {
    width: 20%;
    max-width:181px;
    margin: 15px auto 0;
    position: absolute;
    top: 39px;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .ff-headerlogoarea{
	  max-width: 250px;
    margin: 15px auto 0;
    position: absolute;
    top: 39px;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .ff-toplogo,
  .ff-classical-logo{
	  width: 120px;
  }
}
@media(max-width: 1200px){
  .t-headinner{display: block;}
  .h-tlogoarea{width: 490px;margin: 10px auto;}
  .t-iconarea{width: 685px;margin: 10px auto;}
}
.hedtopnav{
	font-size: 13px;
}
.hedtopnav li {
  padding: 0 5px;
  border-right: 1px solid #a7a7a7;
  line-height: 1.2;
}
.hedtopnav li:last-child {
  border-right: none;
}
.hedsns li{
	margin: 0 7px;
	font-size: 19px;
}
.headnewsbox,.headnewsbox-top{
  background: #000;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding: 10px 0 8px;
}
.headnews a {
  color: #fff;
  padding-left: 15px;
}
.gnavi{
	margin: 30px auto 0;
	position: relative;
}
.farfalle .gnavi,.trecode .gnavi{
	margin-top:21px;
}
.site-menunavi{
	max-width: 915px;
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}
#site-menu li {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}
#site-menu ul.site-menunavi .brandcatenavi li p {
  font-size: 16px;
}
li.menu__mega ul.menu__second-level {
  position: absolute;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.97);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 5px;
  border: 1px solid #eee;
  top: 31px ;
}
li.menu__mega {
  padding-bottom: 7px;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
li.menu__mega:hover ul.menu__second-level {
  visibility: visible;
  opacity: 1;
}
#site-menu ul.site-menunavi .brandcatenavi ul {
  overflow: hidden;
}
li.menu__mega ul.menu__second-level.brandcatenavi{
	max-width: 1030px;
	width: 90%;
	padding: 30px 4px 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: auto;
}
.menu__second-level>li:nth-child(2){
  border-left: 1px solid #ccc;
}
.menu__second-level h2{
	font-size:19px;
	text-align: center;
}
.bdcatenavi-in{
	margin: 20px auto 0px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width:378px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
   justify-content: center;
}
.bdcatenavi-in li{
	width: 50%;
	font-weight: normal !important;
	font-size: 13px !important;
	line-height: 40px;
}
.t-cate,.f-cate{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.t-cate li{
	width: 25%;
	text-align: center;
	font-weight: normal !important;
	font-size: 13px !important;
	margin-bottom:10px;
	line-height: 2.6em;
}
.f-cate li{
	width: 25%;
	text-align: center;
	font-weight: normal !important;
	font-size: 13px !important;
	margin-bottom:18px;
}
.menu__second-level.t-cate>li:nth-child(2),.menu__second-level.f-cate>li:nth-child(2){
  border-left: none;
}
.f-cate li img{
	display: inline-block;
	width: 60px;
	vertical-align: middle;
	margin-right: 10px;
}
.brandnavi{
	width:160px;
  transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  padding: 10px 0;
  text-align: center;
  line-height: 2.7em;
}
.slidemenu02 {
  width: 300px;
  position: absolute;
  transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  background: #fff;
  border: 1px solid #ccc;
  z-index: 2;
  padding: 10px 15px 8px;
  margin-left:-190px;
  top:40px;
}
@media screen and (max-width:1070px) { 
  .slidemenu02{margin-left:-232px;}
}
#searchkeyplace {
  padding: 4px 5px 6px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.slidemenu02 .submit01 {
  background: #000;
  border: none;
  color: #fff;
  width: 150px;
  padding: 4px 0 2px;
  margin: 10px auto 0;
  font-size: 13px;
  cursor: pointer;
}
.b-footer{
	background: #000;
	color: #fff;
	padding-top:30px;
}
.b-footer a{
	color: #fff;
}
.finner{
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 20px 0;
	display: flex;
	justify-content: space-between;
}
.gf-maint{
	text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 24px;
}
.flogo{
	width: 167px;
	margin-bottom: 18px;
}
.res-fbox{
	display: flex;
	justify-content: space-between;
	width: 70%;
}
.f-date>div p{
  line-height: 1.4em;
  font-size: 13px;
  margin-bottom: 4px;
  letter-spacing: 1px;
}
.f-date>div a,.f-icon a{
	color: #fff;
}
.footsnsicon{
	margin-top:13px;
}
.footsnsicon .fab{
	font-size:17px;
	margin-right: 10px;
}
.fbox{
	width: 335px;
	min-width: 275px;
	flex-shrink: 0;
}
.ftitlebox{
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ftitlebox h2{
	font-size: 16px;
  letter-spacing: 2px;
  margin-right: 15px;
}
.ftitlebox i{
	font-size: 18px;
	margin-right: 15px;
}
.fbox ul{
	width:50%;
	padding-left:10px;
}
.fbox li{
	margin-bottom: 5px;
	font-size: 12px;
}
@media(max-width: 1060px){
  .fbox{width: 45%;}
  .fboxmgl{margin-left: 20px;}
}
@media(max-width: 900px){
  .res-fbox{width: 100%;flex-wrap: wrap;justify-content: space-around;margin-top:60px;}
  .finner{display: block;}
}
.copy{
  text-align: center;
  font-size: 11px;
  color: #fff;
  padding: 30px 0 15px 0;
  letter-spacing:1px;
}
.inner{
	max-width: 1100px;
	width:88%;
	margin: 0 auto;
	overflow: hidden;
}
.topinner{
	max-width: 1030px;
}
.gf-box{
	padding: 50px 0 80px;
	background: #f2f2f2;
	position: relative;
  z-index: 1;
}
.shopguidebox{
	justify-content: space-between;
	margin-top:50px;
}
.gf-chbox{
	letter-spacing: 1px;
  line-height: 25px;
  flex:1;
}
.gf-chbox:nth-child(2){
	margin:0 50px;
}
@media screen and (max-width:900px) { 
	.gf-chbox:nth-child(2){margin:0 15px;}
}
@media screen and (max-width:1000px) { 
	.inner{width:94%;}
}
.gf-box h3{
	font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 5px;
}
.gf-box h4{
	padding-left:15px;
	position: relative;
	font-weight: normal;
	font-size:14px;
}
.gf-box h4:before{
  position: absolute;
  top: 8px;
  left: 0px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #000;
}
footer .btntype1{
	margin-top:40px;
}
.footnavi{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ffbox{
	flex:1;
	margin-left: 6%;
}
.flogarea{
	width:220px;
	font-size:13px;
}
.farfalle .flogo{
	width:151px;
}
.trecode .flogo{
	width:177px;
	margin-bottom:25px;
}
@media screen and (max-width:900px) { 
  .footnavi{
  	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .ffbox{margin:0 auto;width:90%;}
  .flogo{/* margin:0 auto 20px; */width:24%;}
  .f-date{text-align: center;}
  .f-date .flogo{width:36%;}
  .flogarea{width:100%;text-align: center;margin-bottom:30px;}
  .footsnsicon{justify-content: center;margin-top:15px;}
  .footsnsicon .fab{font-size:24px;}
}
.fftitlebox{
	border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  margin-bottom: 10px;
  line-height: 20px;
}
.ffbox h2{
	font-size: 15px;
  letter-spacing: 1px;
  margin-right: 15px;
}
.ffbox-logo{
	font-size: 15px;
  letter-spacing: 1px;
  margin-right: 15px;
}
.fftitlebox i{
	font-size:17px;
	padding-right:13px;
}
.ffnavi{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ffnavi a{
	font-size: 12px;
}
.ffnavi ul li{
	margin-bottom:3px;
}
#page-top{
  position: fixed;
  bottom: 0px;
  right: 30px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ccc;
}
#page-top img{
	width: 23px;
	margin: 16px 0 0 13px;
}
.footlineicon{
	position: fixed;
	bottom: 120px;
    right: 80px;
    width: 150px;
    height: 220px;
  border-radius: 0;
  background: none;
  z-index: 9999;
}
.footlineicon img{
	width: 100%;
	margin:0;
}

/* TOP */
.main2top{
  max-width: 1600px;
  margin: 13px auto 0;
}
.main2top li{
	position: relative;
	width:50%;
}
.main2top li:first-child{
	background:#f6e2ee;
}
.main2top li:last-child{
	background:#f7c8bf;
}
.main2top li .top-fback{
	width:26%;
	margin:0 auto;
	padding:138px 0 133px;
}
.main2top li .top-tback{
	width:30%;
	margin:0 auto;
	padding:67px 0 154px;
}
.main2top li img{
	width:100%;
}
.main2top li a{
	display: block;
}
.shoplink{
	position: absolute;
	bottom: 10px;
	 left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-family: 'Vollkorn', serif;
  font-weight: 400;
  font-size:42px;
  letter-spacing:1px;
  color:#282828;
}
.main2top li:first-child .shoplink{
	color:#9f8fc2;
}
@media screen and (max-width:1000px) { 
	.shoplink{font-size:32px;}
}

/* 閲覧履歴 */
.wrapper {
  position: relative;
  max-width: 1125px;
  width: 100%;
  margin: 0 auto;
}
.side_check{
	font-size: 12px;
	letter-spacing: 1px;
}
.stickywrap {
  position: absolute;
  top: 175px;
  right: 0;
}
.sticky{
  float: right;
  background-color: #fff;
  border: 1px solid #999999;
  width: 75px;
  position: -webkit-sticky;
  position: fixed;
  z-index: 999;
  padding: 8px 0px 3px;
  text-align: center;
  font-size: 16px;
  min-height: 36px;
}

/* サイド */
.subPcontainar{
	margin-top:10px;
}
.sidearea{
	width: 220px;
	margin-right: 40px;
}
@media screen and (max-width:900px) {
.sidearea{display: none;}
}
.mypage{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.mypage li{
	text-align: center;
	width:48%;
}
.mypage li a{
  display: block;
  background: #6a6a6a;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 14px 0 12px;
  border: 1px solid #6a6a6a;
  transition: all .3s;
}
.mypage li a:hover{
	background: #fff;
  color: #000 !important;
}
.sidearea h3{
	font-weight: normal;
	margin-top: 30px;
}
.searchbtn{
	text-align: center;
}
.searchbtn input{
	width: 70%;
	border:none;
	margin:0 auto 30px;
	padding: 5px 0 3px;
	color:#fff;
	font-weight: bold;
	letter-spacing:5px;
  font-size: 15px;
  border: 1px solid #6a6a6a;
  background:#6a6a6a;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.search-text-box {
  padding: 10px 0 10px 8px;
  width: 100%;
  border: 1px solid #777;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.searchbtn input:hover{
	background:#fff;
	color:#000;
}
#side .searchbox {
  width: 220px;
  background: #ae9bc9;
  padding: 3px 0 2px;
  font-size: 15px;
  border: none;
  margin: 5px auto 0;
  cursor: pointer;
  display: block;
  color: #fff;
}
.sidearea .bnarea{
	margin:25px 0;
}
.sidearea .bnarea li{
	margin-bottom:12px;
}
.title04{
  border-bottom: 1px solid #2b2b2b;
  margin-top: 40px !important;
}
.sideshoplist {
  width: 80%;
  margin: 20px auto 30px;
}
.sideshoplist li {
  text-align: center;
  margin-bottom: 10px;
}
.sideshoplist li a {
  background: #666666;
  padding: 6px 0 4px;
  display: block;
  color: #fff;
  border: 1px solid #666666;
}
.sideshoplist li a:hover{
	background:#fff;
	color:#000;
}
.side_social {
  padding: 20px 0 0 10px;
  margin-bottom:40px;
}
.side_social li {
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.side_social li a {
  display: block;
}
.side_social li i {
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  width:20px;
  padding-right: 8px;
}
.custom-dropdown{
  position: relative;
}
.custom-dropdown select {
  width: 100%;
  height: 30px;
  padding: 5px 0 3px 8px;
  -webkit-appearance: button;
  border: 1px solid #777;
  border-radius: 0;
  background: #fff;
  box-sizing: border-box;
}
.custom-dropdown::after {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0px;
  background: #ae9bc9;
  width: 25px;
  height: 23px;
  text-align: center;
  padding: 6px 0 0 1px;
  color: #fff;
}
input.search-text-box2 {
  padding: 4px 5px 2px;
  width: 162px;
  border: 1px solid #777;
  font-size: 13px;
  margin-bottom: 10px;
}
.side-searchbox{
  width: 220px;
  background: #ae9bc9;
  padding: 3px 0 2px;
  font-size: 15px;
  border: none;
  margin: 5px auto 0;
  cursor: pointer;
  display: block;
  color: #fff;
}
.hotkeybox{
	margin-top:30px;
}
.hotkeylist{
  background: #eee;
  overflow: hidden;
  padding: 10px 5px 8px;
  margin-top:4px;
}
.hotkeylist li{
	margin: 6px 5px 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
   justify-content: center;
}
.hotkeylist li a{
	display: inline-block;
  text-decoration: underline;
  background: #fff;
  padding: 4px 8px 2px;
}
.sidemenu li {
  border-bottom: 1px dashed #8d8d8d;
  font-size: 13px;
}
.sidemenu li a {
  display: block;
  padding: 15px 0 13px 7px;
  color: #000;
}
.sidemenu li img {
  vertical-align: middle;
  width: 61px;
  margin-right: 10px;
}
.side_calender{
	margin-top:20px;
	text-align: center;
}
/* メイン */
.accbox label{
  display: block;
  padding : 15px 0 13px 7px;
  cursor :pointer;
  transition: all 0.5s;
  border-top: 1px solid #6f6f6f;
  position: relative;
}
.bordernone{
  border: none !important;
}
.accbox label:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300; 
  content: "\f067";
  position: absolute;
  right: 15px;
   top: 16px;
  font-size: 11px;
  color:#353535;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.cssacc:checked + label + .accshow {
  height: auto;
  opacity: 1;
}
.accbox .accshow li {
  border-bottom: 1px dotted #cfcfcf; 
}
.accbox .accshow li a{
	display: block;
	padding: 10px 0 7px 20px;
}
.accshowT{
	padding: 10px 0 8px 5px;
	font-weight: bold;
}
.cssacc:checked + label:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300; 
  content: "\f068";
}
.tresidemenu {
  border-top: 1px solid #6f6f6f;
}
.tresidemenu li{
  border-bottom: 1px solid #6f6f6f;
  position: relative;
}
.tresidemenu li:before {
	font-family: "Font Awesome 5 Pro";
  font-weight: 300; 
  content: '\f105';  
  position: absolute;
  right: 15px;
  top: 16px;
  color:#353535;
}
.tresidemenu li a{
	display: block;
  padding : 15px 0 13px 7px;
}
.bordernone{
  border-bottom: none !important;
}
.tresidemenu li a:hover,
.accbox .accshow li a:hover,
.accbox label:hover{
	background: #f8f8f8;
	color: #000;
}
.generalsec{
	margin-bottom:60px;
}
.mainarea{
	flex:1;
	overflow: hidden;
}
.keytitle{
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding: 0 0 0px 8px;
  margin-bottom:20px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.keysubtitle{
	font-size: 13px;
  padding-left: 10px;
  color: #ae9bc9;
}
.trecode .keysubtitle{
	color: #ffa8a8;
}
.n-keytitle{
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 8px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.t-keysubtitle{
	font-size: 13px;
  padding-left: 10px;
	color: #ffa8a8;
}
.newitem ul{
	margin:0 3%;
}
.newitem ul .slick-slide > div{
	margin:0 8px;
}
.new-list .slick-prev,.new-list .slick-next{
	top:44%;
}
.newitem ul li{
	margin:0 8px;
	font-size: 13px;
	letter-spacing:1px;
}
.newitem ul li img{
	width:100%;
}
.recoitem{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.recoitem li{
	width: 31%;
	margin-right: 3.5%;
	margin-bottom:20px;
}
.recoitem li img{
	width:100%;
	margin-bottom:10px;
}
.recoitem li:nth-child(n + 4) {
	width:18%;
	margin-right: 2.5%;
}
.recoitem li:nth-child(3),.recoitem li:nth-child(8){
	margin-right: 0;
}
.recoitem li:nth-child(n + 4) .item-name{
	font-size:12px;
}
@media screen and (max-width:950px) { 
  .recoitem li:last-child {display: none;}
  .recoitem li:nth-child(n + 4) {width:23.5%;margin-right: 2%;}
  .recoitem li:nth-child(7){margin-right: 0;}
}
@media screen and (max-width:950px) { 
	.recoitem li:nth-child(7) {display: none;}
  .recoitem li:nth-child(n + 4) {width:31%;margin-right: 3.5%;}
  .recoitem li:nth-child(6){margin-right: 0;}
}
.recoitem li .price{
	margin-top:5px;
}
.featurelist{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.featurelist li{
	width:48%;
	margin-right: 3.5%;
	margin-bottom:20px;
}
.featurelist li:nth-of-type(2n){
	margin-right: 0;
}
.featurelist li img{
	width:100%;
	margin-bottom:10px;
}
.bloglist{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bloglist li{
	width:23.5%;
	margin-right: 2%;
	margin-bottom:15px;
}
@media screen and (min-width:901px) { 
  .bloglist li:nth-of-type(4n){margin-right: 0;}
}
@media screen and (max-width:900px) { 
  .bloglist li{width: 31%;margin-right: 3.5%;}
  .bloglist li:nth-of-type(3n){margin-right: 0;}
  .bloglist li:nth-of-type(n+7){display: none;}
}
.bloglist li img{
	width:100%;
	margin-bottom:10px;
}
.blogday {
	letter-spacing: 1px;
	font-size: 13px;
}
.bloglist .blogday span{
	margin-left: 10px;
	color: #fff;
	background: #f29c9f;
	padding: 4px 5px 2px;
}
.btntype1{
  width: 230px;
  margin: 30px auto 0;
}
ul.newslist{
  margin: 0 20px 35px;
}
ul.newslist li{
	border-bottom: 1px dashed #727272;
  padding: 15px 10px 10px;
}
.slidein-l:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #000;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
}
.slidein-l:hover:before {
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.slidein-l{
	position: relative;
	background: #FFF;
	z-index: 2;
}
.slidein-l:hover{
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.linkbtn{
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: 'Quicksand', sans-serif;
}
.linkbtn a{
	border: 1px solid #000;
  padding: 6px 0 4px;
  display: block;
}
.featurebanner{
	margin:50px 0;
}
.featurebanner ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin: 20px 0;
}
.featurebanner ul li:nth-child(2){
	margin-left:20px;
}
.featurebanner ul li{
	flex:1;
	width:100%;
}
.featurebanner ul li img{
	width:100%;
}
.featurebanner ul li a{
	display:block;
}
.checkitemarea{
	margin:70px auto;
	width: 100%;
	max-width: 1150px;
}
.checkitemarea h3.keytitle{
	border-bottom:1px solid #2b2b2b;
}
.checkitemarea ul{
	margin:0 3%;
}
.checkitemarea .rcmd-slick-prev,.checkitemarea .rcmd-slick-next,.checkitemarea .slick-prev,.checkitemarea .slick-next{
	top:52.5%;
}
.checkitemarea ul li,.checkitemarea .slick-slide > div{
	margin:0 15px;
	text-align:center;
	font-size: 12px;
}
.checkitemarea ul li img{
	width:100%;
	margin-bottom:10px;
}
.bnlist02 {
    width: 75%;
    margin: 20px auto 30px;
}
.bnlist02 img{
	width:100%;
}

/* wordpress側 */
.mincho {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.itemlist4{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.itemlist4 li{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom:20px;
}
.itemlist4 li:nth-of-type(4n){
	margin-right: 0;
}
.itemlist4 li img{
	width:100%;
	margin-bottom:7px;
}
.itemlist4 li .price{
	font-size: 13px;
	text-align: right;
}
.subblog {
	margin: 30px auto 50px; 
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.subblog li{
	width:31%;
	margin-right: 3.5%;
	margin-bottom:30px;
}
.subblog li:nth-child(3n){
	margin-right: 0;
}
.subblog li img{
	width:100%;
	margin-bottom:7px;
}
#farfalleP .blogday span{
	margin-left: 10px;
	color: #ae9bc9;
	background:none;
	padding:0;
}
.blogcont{
	font-size: 14px;
	font-weight: normal;
}



/* BLOG */
.subpage01{
	overflow: hidden;
	margin-bottom:40px;
}
.subP {
  padding-top: 50px;
}
.title03 {
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 8px;
}
.rank-far{
	font-size: 16px;
	color: #d3a142;
	margin-right: 10px;
}
.list3 li img{
	width: 100%;
	height: auto;
}
#next {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
}
.kanrenbox h4 {
	font-size: 18px;
	padding: 50px 0 5px !important;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	font-weight: normal;
	background: none !important;
}
.kanrenlist {
  overflow: hidden;
}
.kanrenlist li {
  float: left;
  width: 175px;
  margin: 0 10px 20px;
}
.kanrenlist li:nth-child(4n+1) {
  clear: both;
}
.kanrenlist li img {
  width: 100%;
  height: auto;
}
.wp-caption-text{
	margin: 10px;
}
/* NEWS */
.subnewslist li {
	border-bottom: 1px dashed #ccc;
	padding: 15px 10px 13px;
}
/* EVENT */
.subpage01 h4 {
  font-size: 18px;
  background: #eee;
  padding: 6px 10px 4px;
  border-radius: 3px;
}
/* 催事一覧 */
.partlist{
	overflow: hidden;
	margin-top: 20px;
}
.partlist li{
	float: left;
	padding-right: 15px;
	font-size: 12px;
	text-align: center;
}
.othershop {
  font-size: 17px;
  margin: 20px 40px 70px;
  text-align: center;
}
.othershop a {
  color: #fff;
  display: block;
  background: #ae9bc9;
  padding: 10px;
}
.eventlist{
	padding: 20px 20px 18px;
	border: 1px dashed #ccc;
	border-radius: 3px;
	margin: 20px 0 30px;
	overflow: hidden;
}
.eventimg{
	width: 200px;
	float: right;
	padding-left: 25px;
}
.eventimg img{
	width: 100%;
	height: auto;
}
.prefecture{
	font-size: 16px;
	margin: 5px 0 10px;
}
.eventday{
	font-size: 17px;
	font-weight: bold;
}
.eventhp{
	font-size: 13px;
	margin-top: 20px;
}
.eventhp a{
	text-decoration: underline;
}
.eventlink{
	float: right;
	text-align: right;
	clear: both;
}
.eventmap{
	padding-top: 20px;
}
.shopurl{
	font-size: 12px;
	border-radius: 3px;
	margin-left: 12px;
	display: inline-block;
}
.shopurl a{
	color: #fff;
	padding: 5px 10px;
	background: #000;
}
.shopurl a:hover{
	text-decoration: underline;
}
.eventlist02{
	overflow: hidden;
	margin: 30px 0 0;
}
.eventlist02 li{
	width: 350px;
	float: left;
	margin: 0 20px 50px;
}
.eventlist02 li img{
	width: 100%;
	padding-bottom: 10px;
}
@media screen and (min-width: 768px){
.eventlist:hover {
  background: #f8f8f8;
}

}
/* 右サイド */
#eventside{
	width: 220px;
	margin-left:40px;
}
@media screen and (max-width: 900px){
	#eventside{display: none;}
}
#eventside h3{
	background: #eee;
	font-size: 16px;
	border-radius: 3px;
	padding: 4px 10px 2px;
	margin-bottom: 15px;
}
.eventarea dt{
	border-top: 1px solid #ccc;
	font-size: 16px;
	padding: 20px 0 0 5px;
	margin-top: 18px;
}
.eventarea dd{
	padding: 0 5px;
}
.eventarealist{
	overflow: hidden;
	padding-top: 15px;
}
.eventarealist li{
	float: left;
	width: 30%;
	margin: 0 5% 15px 0;
	text-align: center;
}
.eventarealist li:nth-child(3n){
	margin-right: 0;
}
.eventarealist li a{
	background: #eee;
	padding: 3px 0 1px;
	display: block;
	transition: all .3s;
	font-size: 13px;
}
.eventarealist li a:hover{
	background: #000;
	color: #fff;
}
/* EVENT single */
.subpage01 h3 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.subpage01 h1 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.fontstyle01 {
  font-weight: bold;
  font-size: 18px;
  margin:30px 0 15px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 7px;
}
.eventmap {
  padding-top: 20px;
}
.topbnarea{
	margin:50px auto;
	width:86%;
}
.topbnarea ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.topbnarea ul li img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
.topbnarea ul li.bn01{
	margin:0 1.5% 10px;
	width: 100%;
}
.topbnarea ul li.bn02{
	width:47%;
	margin:0 1.5% 10px;
}
.topbnarea ul li.bn01 a{
	display:block;
}

#farfalleP .newsarea{
	margin-bottom:35px;
}

.newsarea{
width: 80%;
margin: 0 auto;
padding: 15px 0 40px;
}


#nextL {
	float: left;
}
#nextR {
  float: right;
}
#nextR, #nextL {
  margin-top: 80px;
  width: 100px;
  text-align: center;
  background: #eee;
  border-radius: 3px;
}
.fs16 {
  font-size: 16px;
}
#pnavi {
	text-align: center;
	padding: 50px 0;
}
.wp-pagenavi a{
  text-decoration: none;
  padding: 5px 7px !important;
  margin: 5px !important;
  color: #131313;
}
.wp-pagenavi span {
  text-decoration: none;
  padding: 5px 7px !important;
  margin: 5px !important;
  color: #131313;
  border-radius: 3px;
}
.wp-pagenavi span.current {
  font-weight: normal !important;
  background: #474747;
  color: #fff;
}


.guideflex{
	display: flex;
	justify-content: flex-start;
}

.guideflex div{
	border: 1px solid #eee;
	padding: 10px;
	margin-right: 4%;
}

iframe.iframe-calendar-g {
  height: 320px;
}

@media screen and (min-width:480px) and (max-width:1265px) /* 画面サイズ480pxから1265pxまではこのファイルのスタイルが適用される。 */  {
	.guideflex{
		display: flex;
		justify-content: flex-start;
	}
}  


.ribbon-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.ribbon-list li{
	width: 22%;
	margin: 20px 4% 0 0;
}
.ribbon-list li:nth-child(4n){
	margin-right: 0 !important;
}
.ribbon-t{
	margin-top: 10px;
	font-weight: bold;
}
.ribbon-list li img{
	width: 100%;
	margin: 0 auto;
}
.brandmg{
	margin-top: 20px;
}
.brand li{
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
}


/* guideindex */


.allguidebox{
	border: 1px solid #eee;
	padding: 30px;
}
.titleguide{
	text-align: center;
	font-size: 26px;
	margin-top: 30px;
}
.allguide{
	margin-top: 00px;
	display: flex;
	flex-wrap: wrap;
}
.guidebox{
	width: 30%;
	margin-top: 30px;
	margin-right: 3.5%;
}
.guidebox:nth-child(3n){
	margin-right: 0;
}
.subguide{
	text-align: center;
	font-size: 15px;
	background: #eee;
	padding: 4px 8px;
}
.guided{
	width: 90%;
	margin: 22px auto;
}
.guided li{
	margin-top: 10px;
	font-size: 14px;
}
.guided li a:before{
	margin: 0px 5px 0 5px;
	content: " ";
	display: inline-block;
	width: 6px;
	height: 8px;
	background: url(https://www.cloche.shop/s/images/guidearrow.svg) no-repeat left top;
	background-size: contain;
	vertical-align: middle;
	z-index: 1;
}
.guided li a{
	display: block;
	padding: 2px 0;
}
.guided li a:hover{
	background: #f3f3f3;
}

.catein{
	display: flex;
	justify-content: space-between;
}
.catesub{
	width: 44%;
}
.bguide{
	text-align: center;
	margin-top: 20px;
	background: #eee;
	padding: 4px 6px;
  letter-spacing: 2px;
  font-size: 14px;
}

.ls2 li{
  letter-spacing: 2px;
}

/* サイド変更 8/3 */
.tresidemenu li:last-child{
	border-bottom: none !important;
}

.tresidemenu2 {
  border-top: 1px solid #6f6f6f;
}
.tresidemenu2 li{
  border-bottom: 1px solid #6f6f6f;
  position: relative;
}
.tresidemenu2 li:before {
	font-family: "Font Awesome 5 Pro";
  font-weight: 300; 
  content: '\f105';  
  position: absolute;
  right: 15px;
  top: 16px;
  color:#353535;
}
.tresidemenu2 li a{
	display: block;
  padding : 15px 0 13px 7px;
}

.jpmenu{
	display: block;
	font-size: 11px;
	margin-top: 5px;
	color: #666;
	text-align: center;
	letter-spacing: 0px;
	font-weight: normal;
	font-family: "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",arial,Osaka,Sans-Serif;
}
.site-menunavi{
	text-align: center;
}

.loginimg{
	width:80%;
	max-width:800px;
	margin:20px auto;
}
.loginimg img{
	border:1px solid #bdbdbd;
}

/* popup */
	.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
/*   background-color: #fff; */
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #fff;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}



#btn {
    margin-top: 10px;
    text-align: center;
    color: #fff;
    background: none;
    border:none;
    display: block;
    font-size: 15px;
    cursor: pointer;
    width:100%;
}





* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}
.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	background: #000;
}
.layer_board {
	display: none;
	position: fixed;
	width:50%;
	max-width:500px;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
	  margin: auto;
	text-align: center;
	z-index: 2000;
}
.layer_board img{
	width:100%;
}
.btn_close{
	font-size: 15px;
	font-weight: bold;
}
.btn_close a{
	color: #fff;
}
.recommenditem{
	margin-top: 60px;
}
.fs-c-coordinationCatalog--product{
	margin-top: 60px;
}




/* 離脱防止用 */
.simpleheader h1.h-maint{
	font-size: 10px;
	padding-top: 6px;
	text-align: center;
}
.simpleheader .headinner {
    position: relative;
    max-width: 1250px;
    width:92%;
    margin:0 auto;
    display: block;
}
.simpleheader .h-logo{
	width: 160px;
    margin:8px auto 20px;
}
.simpleheader .h-iconarea{
	position: absolute;
	right:0;
	top:30px;
}
.simpleheader .h-iconarea .hedtopnav{
	align-items: flex-end;
}
.simpleheader .h-iconarea .hedtopnav li{
	text-align: center;
	border:none;
	font-size:10px;
}
.simpleheader .h-iconarea .hedtopnav li i{
	display: block;
	font-size: 20px;
	margin-bottom:8px;
	color:#515151;
}
.h-cart{
	width: 40px;
	position: relative;
}
.h-cart i{
	font-size: 19px !important;
}
.count {
   background: #c46415;
    color: #fff !important;
    font-size: 10px !important;
    position: absolute;
    top: -7px;
    right: 0px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
}
.fs-client-cart-count--0{
	display: none !important;
}
.simpleheader .headnewsbox-top{
	background:#363636;
	font-size:13px;
}
.simplefooter{
	background:#1d1d1d;
	color: #fff;
}
.simplefooter .finner{
	max-width: 1250px;
	position: relative;
    margin: 0 auto;
    padding: 30px 20px 0;
    display: block;
}
.footcontents{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}
.footcontents .footlogo{
	width:175px;
}
.footcontents .footbrandarea{
	display: flex;
	justify-content: center;
	margin-top: 70px;
	width: 100%;
}
.footbrandsec{
	width:22%;
	margin: 0 1.5%;
	max-width: 230px;
	margin-bottom: 40px;
}
.footbrandsec h2{
	font-size:16px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.45);
	margin:0 0 14px;
	text-align: center;
}
.footbrandsec h2 a{
	color:#fff !important;
}
.footbrandsec h2 img{
	display: none;
}
.brandsns{
	display: flex;
	justify-content: center;
}
.brandsns a{
	padding:5px 11px;
}
.brandsns a i{
	color:#fff;
	font-size:23px;
}
.brandsns a img{
	width:22px;
}

/* 新TOPページ */
main.toppage{
	max-width:1000px;
	width:88%;
	margin:50px auto;
}
.topbanner{
	display: flex;
	flex-wrap:wrap;
}
.topbanner li{
	width:49%;
	margin-right: 2%;
	margin-bottom:20px;
	border:1px solid #eaeaea;
	padding:10px;
	-webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	      -ms-box-sizing: border-box;
	             box-sizing: border-box;
}
.topbanner li:nth-child(2n){
	margin-right: 0;
}
.topbanner li img{
	width:100%;
}
.cloche-common-footer a{
	font-size: 10px;
	color: #fff;
}
/* trトップバナー */
.featurebanner02{
	margin:50px 0;
}
.featurebanner02 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.featurebanner02 ul li:nth-child(n+2){
	margin-left:15px;
}
.featurebanner02 ul li{
	flex:1;
	width:100%;
}
.featurebanner02 ul li img{
	width:100%;
}
.featurebanner02 ul li a{
	display:block;
}
.blog-date{
	text-align: right;
	padding-top: 25px;
}
.blog_tag {
  text-align: right;
}
.blog_tag a{
  font-size: 12px;
  color: #000;
}
.blog_tag a::before{
	content: "#";
  margin-left: 5px;
}

/* classicalロゴ追加 */
.fftitlebox h2:nth-of-type(n+2){
	margin-left: 40px;
}
@media screen and (max-width: 900px){
	.flogo-box {
    display: flex;
    justify-content: center;
	}
	.flogo-box p{
		margin-bottom: 20px;
	}
	.flogo-box p:nth-of-type(n+2){
	    margin-left: 20px;
	}
}

/* ffトップ修正 */
.top_calender{
	max-width: 850px;
  margin: 0 auto 60px;
}
.top_calender .iframe-calendar{
	height: 223px;
}
.top_social{
	width: 80%;
	margin: 0 auto;
}
.top_social_list{
	margin-top: 10px;
	display: flex;
}
.top_social_list li{
	width: 50%;
	text-align: center;
	font-size: 20px;
}

.bluelink a,a.bluelink{
	color:#0c66ee;
}
/* トレコードタグ説明 */
.tag-disc-title{
	margin-bottom: 15px;
}
.tag-disc{
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 30px;
}




.slick-prev:before{
    content: '\f104' !important;
}
.slick-next:before {
    content: '\f105' !important;
}

.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300 !important;
    font-size: 38px !important;
    line-height: 1 !important;
    color: #616161 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}



#farblog img, #treblog img {
    max-width: 100% !important;
    height: auto;
}

/* 記事折返し */
pre {
    white-space: pre-wrap;
}
/* 吹き出し */
.imgauto{
	width: 100%;
}
.fukidashi-area {
  padding: 10px 0 30px;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
}
.fukidashi {
  width: 100%;
  margin: 30px 0 0;
  display: flex;
}
.fukidashi .faceicon {
  width: 80px;
}
.fukidashi .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 2px solid #eee;
}
.fukidashi-name{
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}
.fukidashi .fukidashi-com {
  width: 100%;
  text-align: left;
  margin-top: 1em;
}
.f-com {
  display: block;
  position: relative; 
  margin: 0 15px;
  padding: 10px 15px;
  border-radius: 12px;
  letter-spacing: .1em;
  line-height: 1.6;
  max-width: 500px;
}
.f-com.f-com-left p {
  text-align: justify;
}
.f-com-left:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.f-com p {
  margin: 0;
  padding: 0;
}
.fukidashi-right{
	flex-direction: row-reverse;
}
.f-com.f-com-right {
  margin-left: auto;
}
.f-com-right:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
/* u-komi */
.generalsec.u-komi-sec {
  margin-bottom: 90px;
}
/* イベント終了文グレーアウト */
.eventlist.fin {
  pointer-events: auto;
  filter: grayscale(1);
  position: relative;
}
.eventlist.fin .eventlink{
	z-index: 3;
  position: relative;
  filter: opacity(0.5);
}
.eventlist.fin::before {
  content: "";
  background: #eee;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}
p.event-fin {
  padding: 5px 7px 4px;
  background: #eee;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
}
/* テーブル崩れ */
#treblog tr, #treblog td {
  height: auto !important;
}
/* おすすめ商品 */
h2.fs-c-featuredProduct__title {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  border-bottom: 1px solid #2b2b2b;
  padding: 0 0 0px 8px;
}
.fs-c-featuredProduct__list .slick-slide {
	margin: 0 15px;
	width: clamp(108px,15vw,187px);
	/* max-width: 187px; */
	/* min-width: 108px; */
}
.fs-c-featuredProduct__list .slick-slide .fs-c-productName__name{
	font-size:11px;
}
.fs-c-featuredProduct__list .slick-slide .fs-c-productPrice__main__price.fs-c-price{
	font-size: 10px !important;
	padding-right: 0;
}
.fs-c-featuredProduct__list .slick-slide .fs-c-productPrice__addon{
	display: inline !important;
}
.fs-c-featuredProduct__list .slick-slide .fs-c-productPrice__addon .fs-c-productPrice__addon__label{
	font-size: 10px !important;
}
.fs-c-featuredProduct__list .slick-slide .fs-c-productPrice__addon .fs-c-productPrice__addon__label:before{
	content:"(";
}
.fs-c-featuredProduct__list .slick-slide .fs-c-productPrice__addon .fs-c-productPrice__addon__label:after{
	content:")";
}
.fs-c-featuredProduct__list .fs-c-productListItem__control{
	display: none;
}
.fs-c-featuredProduct__list .fs-c-button--carousel .fs-c-button__label {
	display: none;
}
.fs-c-featuredProduct__list .fs-c-button--carousel--prev:before {
	content: "\f104";
}
.fs-c-featuredProduct__list .fs-c-button--carousel--next:before {
	content: "\f105";
}
.fs-c-featuredProduct__list .fs-c-button--carousel:before {
	font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 38px;
    line-height: 1;
    color: #616161;
    -webkit-font-smoothing: antialiased;
}
.fs-c-featuredProduct__list.fs-c-productListCarousel{
	position: relative;
}
.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl {
	position: absolute;
	top: 30%;
	z-index:999;
}
.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--prev{
	left: 7px;
}
.fs-c-featuredProduct__list .fs-c-productListCarousel__ctrl.fs-c-productListCarousel__ctrl--next{
	right: 0;
	min-width: 20px;
}
.fs-c-featuredProduct__list .fs-c-productPrice--listed{
	display: none;
}
.fs-c-productListCarousel__list.fs-c-slick.slick-initialized.slick-slider {
  margin: 0 3%;
}
article.fs-c-productListCarousel__list__item.fs-c-productListItem {
  margin: 0;
}
.fs-c-productListCarousel__list__itemTrack.slick-slider {
  margin-left: 1.5%;
}