@charset "utf-8";
/*リセット*/
*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
p{
  margin: 0;
}
article, header, footer, aside, figure, figcaption, nav, section, main { 
  display:block;
}
html{
  height: 100%;
}
body{
  font-family: '游ゴシック体','游ゴシック','Yu Gothic','YuGothic','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;
  font-weight: 300;
  height: 100%;
  width: 100%;
  color: #000;
  background-color: #fff;  
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  letter-spacing: .5px;
  overflow-x: hidden;
}
@media screen and (min-width:768px){
  body{
    font-size: 16px;
  }
}
@media screen and (max-width:767px){
  body{
    font-size: 14px;
  }
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a{
  text-decoration: none;
  color: #000;
  outline: none;
  transition: .3s;
}
@media screen and (min-width:768px){
  a:hover{
    color: #8a8f8c;
    opacity: .8;
    transition: .3s;
    text-decoration: none;
  }
  a:hover img{
    opacity: 0.8;
    filter:alpha(opacity=80);
    -ms-filter: “alpha( opacity=80 )”;
  }  
}
ul li{
  list-style: none;
}
ol,ul{
  list-style: none;
  list-style-type: none;
}
.flex{
  display: flex;
}
.center{
  text-align: center;
}
.inner{
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width:768px){
  .inner{
    max-width: 1200px;
  }
}
@media screen and (min-width:768px){
  .sp{
    display: none !important;
  }
}
@media screen and (max-width:767px){
  .pc{
    display: none !important;
  }
}
/*header*/
.top-head{
  position: relative;
}
@media screen and (min-width:768px){
  .top-logobox{
    width: 160px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
}
@media screen and (max-width:767px){
  .top-logobox{
    margin: 5px auto 0;
    width: 140px;
  }
  .top-logobox a{
    display: block;
  }
}
.top-logo{
  margin: 0;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #070707;
}
@media screen and (max-width:767px){
  .top-logo{
    padding: 0 10px;    
  }
  .top-logo img{
    vertical-align: middle;
  }
}
.top-logotext{
  padding-top: 5px;
  text-align: center;
  letter-spacing: .1em;
}
@media screen and (max-width:767px){
  .top-navi{
    position: absolute;
    right: 0;
    top: 10px;
  }
}
.top-navilist{
  padding-top: 30px;
  justify-content: flex-end;
}
.top-navilist li:nth-of-type(n+2){
  margin-left: 10px;
}
@media screen and (max-width:767px){
  .top-navilist{
    justify-content: center;
  }
  .top-navilist li:nth-of-type(n+2){
    margin-left: 5px;
  }
}
.top-navilist li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-navilist .logo-icon{
  width: 23px;
}
.top-navilist .logo-text{
  margin-top: 3px;
  font-size: 10px;
}
.under-head{
  margin-top: 20px;
  background: #393939;
  padding: 7px 0;
  height: 30px;
}
@media screen and (max-width:767px){
  .under-head{
    margin-top: 10px;
  }
}
.head-news{
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width:768px){
  .head-news{
    font-size: 14px;
  }
}
@media screen and (max-width:767px){
  .head-news{
    font-size: 13px;
  }
}
.top-shoplist{
  justify-content: space-between;
}
@media screen and (max-width:767px){
  .top-shoplist{
    flex-direction: column;
  }
}
@media screen and (min-width:768px){
  .top-shoplist li{
    width: 49%;
  }
}
@media screen and (max-width:767px){
  .top-shoplist li:nth-of-type(n+2){
    margin-top: 10px;
  }
}
.top-shoplist a{
  position: relative;
  display: block;
}
.top-shoplist a .top-shopimg{
  border: 1px solid #555555;
}
.top-shoplist a .shop-logo{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.top-shoptext{
  text-align: center;
  color: #4e4449;
  font-weight: 900;
}
@media screen and (min-width:768px){
  .top-shoptext{
    margin-top: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width:767px){
  .top-shoptext{
    margin-top: 10px;
    font-size: 16px;
  }
}
/*footer*/
.footer-area{
  margin-top: 50px;
  padding: 30px 0;
  color: #fff;
  background: #393939;
}
.footer-area a{
  color: #fff !important;
}
.foot-logo{
  margin: 0 auto;
}
@media screen and (min-width:768px){
  .foot-logo{
    width: 250px;
  }
}
@media screen and (max-width:767px){
  .foot-logo{
    width: 200px;
  }
}
.foot-navilist{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
@media screen and (min-width:768px){
  .foot-navilist{
    justify-content: center;
  }
}
@media screen and (max-width:767px){
  .foot-navilist{
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width:767px){
  .foot-navilist li{
    width: 44%;
  }
  .foot-navilist li:nth-last-of-type(odd){
    margin: 0 2% 10px 2%; 
  }
  .foot-navilist li:nth-last-of-type(even){
    margin: 0 2% 10px 2%; 
  }
}
@media screen and (min-width:768px){
  .foot-navilist li a{
    font-size: 12px;
  }
}
@media screen and (max-width:767px){
  .foot-navilist li a{
    color: #393939 !important;
    background: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    padding: 3px 0;  
    border-radius: 3px;
  }
}
@media screen and (min-width:768px){
  .foot-navilist li a:after{
    margin: 0 5px;
    content: "/";
    display: inline-block;
  }
  .foot-navilist li:last-of-type a:after{
    content: none;
  }
}
.copy{
  margin-top: 30px;
  font-size: 10px;
  text-align: center;
}
/*FS用*/
#wrapper{
  width: 90%;
  max-width: 1200px;
}
@media screen and (min-width:768px){
  #wrapper{
    margin: 50px auto 0;
  }
}
@media screen and (max-width:767px){
  #wrapper{
    margin: 20px auto 0;
  }  
}
#wrapper.slim-colum{
  max-width: 950px;
}
/*サイドナビ*/
#sidearea{
  margin-right: 50px;
  width: 220px;
  min-width: 220px;
}　
.side-formbox .head-searchbox{
	position: relative;
  transform: translate(0,0);
  width: 100%;
}
.side-formbox .searchbox{
	flex: 1;
}
.side-formbox .search-text-box{
	width: 100%;
	padding: 7px 8px 5px;
	box-sizing: border-box;
	border-radius: 0;
	border: solid 1px #a3a3a3;
	font-size: 13px;
}
.side-formbox #sbtn{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: none;
	width: 35px;
	background: #394059;
}
.side-toplist,
.side-underlist{
  margin-top: 20px;
}
.side-toplist li:nth-of-type(n+2),
.side-underlist li:nth-of-type(n+2){
  margin-top: 10px;
}
#sidearea .side-navi{
  margin-top: 20px;
}
#sidearea .side-navi ul{
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #8a8f8c;
}
#sidearea .side-navi li{
  margin-top: 10px;
}
#sidearea .side-navi li.first{
  position: relative;
  display: block;
}
#sidearea .side-navi li a{
  font-size: 13px;
  padding-left: 30px;
}
#sidearea .side-navi li.first a{
  display: flex;
  align-items: center;
  padding-left: 0;
  font-size: 15px;
}
#mainarea{
  flex: 1;
}
.fs-c-productActionButton.fs-c-buttonContainer{
  text-align: center;
}
.fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary{
  padding: 10px 0;
  display: block;
  color: #000;
  border: 1px solid;
  background: #fff;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width:950px){
  #sidearea{
    display: none !important;
  }  
}
@media screen and (max-width:767px){
  .fs-c-button--subscribeToArrivalNotice--detail.fs-c-button--secondary{
    margin: 0 auto;
  }
}
.fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--secondary .fs-c-button__label{
  display: inline-block;
  position: relative;
}
.fs-c-productActionButton.fs-c-buttonContainer .fs-c-button--secondary .fs-c-button__label:before{
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f0e0";
  font-size: 18px;
  top: 54%;
  left: -25px;
  transform: translate(0,-50%);
  color: #000;
  position: absolute;
}
/* ログインログアウト */
.logout.my-false{ 
	display: none; 
}
.login.my-true{ 
	display: none;
}
.hamburger.up,
.hamburger.active{
  top: 0;
  transition: .6s;
}
.hamburger.active{
  background: rgba(255,255,255,.4);
}
#wrapper input,
#wrapper select,
#wrapper textarea{
  font-size: 16px;
}
h1.head-logo{
  display: none;
}
.reco-data{
  display: none !important;
}
h1.come-soon{
  margin: 200px 0;
}
@media screen and (max-width:767px){
  h1.come-soon{
    margin: 100px 0;
  }  
}
/*ログインメッセージ*/
.login-reg-box {
  margin: 100px auto 50px;
  max-width: 750px;
  background: #ffefef;
  padding: 30px 4%;
}
.login-reg-title {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}
.login-reg-text {
  margin-top: 20px;
  line-height: 2;
}
.login-reg-btn {
  margin-top: 30px;
  text-align: center;
}
.login-reg-btn a {
  margin: 0 auto;
  color: #ff3a3d;
  border: solid 1px #ff3a3d;
  background: #fff;
  padding: 10px 0;
  display: block;
  text-align: center;
  font-weight: 700;
  width: 90%;
  max-width: 400px;
}
.reco-history{
  margin: 50px auto 0;
  width: 90%;
  max-width: 1200px;
}
.reco-history .CrossHead{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
}
@media screen and (max-width:767px){
  .reco-history .CrossHead{
    font-size: 16px;
  }
}
.history-list{
  margin-top: 20px;
}
.history-list .slick-slide{
  margin: 0 10px;
  width: 20vw;
  max-width: 200px;
}
@media screen and (min-width:768px){
  .history-list .slick-slide img{
    margin: 0 auto;
    width: auto;
    height: 18.5vw;
    max-height: 200px;
  }
}
.history-list .slick-prev{
  left: -35px;
}
.reco-history .slick-prev:before{
  background: none !important;
  font-family: 'fs-icon' !important;
  content: "\e90b" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 42px;
}
.reco-history .slick-next:before{
  background: none !important;  
  font-family: 'fs-icon' !important;
  content: "\e90c" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 42px;
}
@media screen and (max-width:767px){
  .history-list{
    margin: 20px auto 0;
    width: 90%;
  }
  .history-list .slick-slide{
    width: 33vw;
  }
  .history-list .slick-next{
    right: -10px;
  }
}