@charset "utf-8";
/* CSS Document */

@font-face{
  font-family: 'NotoSans';
  src: url("../fonts/NotoSansJP-Light.otf");
}
@font-face{
  font-family: 'Playfair';
  src: url("../fonts/PlayfairDisplay-VariableFont_wght.ttf");
}
*{
  font-family: "NotoSans";
  color: #292929;
}

/* Header */
header{
  width: 100%;
}
#fixed-header{
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 25px 20px;
}
#fixed-header-left{
  display: flex;
  white-space: nowrap;
}
#fixed-header-left p{
  display: inline;
}
#header-logo{
  position: initial!important;
}
#header-logo h1{
  display: inline;
  font-size: 0.9em;
}
#header-logo img{
  width: 100%;
  max-width: 150px;
}
#header-logo span{
  margin-left: 10px;
}

#fixed-header-right{
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}
#fixed-header-nav{
  width: 8%;
}
#fixed-header-nav ul{
  display: flex;
  justify-content: space-between;
}
#fixed-header-nav ul li + li{
  margin-left: 10px;
}
#fixed-header img{
  width: 100%;
}
/* search box */
#header-search-box{
  margin-left: auto;
  margin-right: 15px;
}
#header-search-box form{
  margin-top: -23px;
}
#header-search-box form input[type="submit"]{
  width: 24px;
  height: 24px;
  display: inline-block;
  background: none;
  background-image: url(../img/header/search-icon.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  position: relative;
  left: 90%;
  top: 28px;
  background-size: 16px;
}


/* header navigation */
#header-navigation{
  width: 100%;
  background: #eee;
  padding: 15px 0;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .1);
}
#header-navigation ul{
  max-width: 1400px;
  width: 100%;
  background: #eee;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 2px;
}
#header-navigation ul li{
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2;
}
#header-navigation ul li a{
  display: inline-block;
  color: #555;
}
#header-navigation ul li a span::before{
  content: "\A";
  white-space: pre;
}
#header-navigation ul li a span{
  font-size: 0.6em;
}

/* header notice */
#notice-area{
  width: 100%;
  margin-top: 40px;
}
#notice-area p{
  text-align: center;
}
#notice-area a{
  text-decoration: underline;
}
#notice-area a.red-text{
  color: #E04242;
}



/*----- MainContents -----*/
#main-contents-wrapper{
  width: 100%;
}
#main-contents{
  max-width: 1400px;
  margin: 0 auto;
}
#main-contents .item-list{
  margin: 80px 0;
}
#main-contents h2{
  font-family: "Playfair";
  text-align: center;
  font-size: 1.8em;
}
#main-contents h2 + span{
  border-bottom: 1.5px solid #333;
  display: block;
  padding-bottom: 7px;
  width: 100px;
  margin: 0 auto 7px auto;
}
#main-contents h2 + span + p{
  text-align: center;
  font-size: 0.8em;
}
#main-contents ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
#main-contents ul li img{
  width: 100%;
}


/* main banner */
#main-banner{
  margin: 50px 0;
}
#main-banner img{
  width: 100%;
}

/* sub banner */
#sub-banner{
  margin: 80px 0;
}
#sub-banner ul{
  display: flex;
  flex-wrap: wrap;
}
#sub-banner ul li{
  width: 31.5%;
  margin-bottom: 40px;
}
#sub-banner img{
  width: 100%;
}

/* itemList */
#new-item ul, #shop-ranking ul{
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
}
#new-item ul li, #shop-ranking ul li{
  width: calc(18% - 1.09%);
  margin: 15px 15px;
}

.moreButton{
  color: #666;
  text-align: right;
  margin-top: 10px;
  margin-right: 1.5%;
  font-size: 1.5em;
}
.moreButton a{
  text-decoration: underline;
  text-decoration-color: #666;
  color: #444;
}

#shop-ranking ul li{
  counter-increment: ranking;
}
#shop-ranking ul li:before{
  position: absolute;
  background: #000;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  content: counter(ranking);
}



/*----- Footer -----*/
footer{
  width: 100%;
  padding: 80px 0 !important;
  background: #eee;
}
#footer-contents{
  max-width: 1000px;
  margin: 0 auto;
}
.footer-logo{
  width: 30%;
  margin: 0 auto;
}
.footer-logo img{
  width: 100%;
}
.footer-list ul{
  display: flex;
  justify-content: space-between;
  margin: 80px 0 0;
}
.footer-list ul li{
  text-align: center;
  flex-grow: 1;
}
.footer-list ul li + li{
  border-left: 1px solid #333;
}
.footer-list ul li a{
  color: #454545;
  text-decoration: underline
}




@media screen and (max-width: 1440px) {
  #header-navigation ul{
    max-width: 95%;
  }
  #main-contents .item-list{
    margin: 80px auto;
    max-width: 95%;
  }
}

@media screen and (max-width: 1025px) {
  #fixed-header-nav{
    width: 12%;
  }
  #new-item ul, #shop-ranking ul{
    justify-content: flex-start;
  }
  #new-item ul li, #shop-ranking ul li{
    width: 23%;
    margin: 15px 1%;
  }
  #sub-banner{
    max-width: 95%;
    margin: 0 auto;
  }
  #sub-banner ul li{
    width: 48%;
  }
}



@media screen and (max-width: 760px) {
  #header-navigation ul li a{
    font-size: 0.55em;
  }
  #fixed-header-left{
    width: 60%;
  }
  #title_logo{
    display: none;
  }
  #new-item ul li, #shop-ranking ul li{
    width: 47%;
    margin: 15px 1.5%;
    justify-content: space-between;
  }
  
  /* Footer */
  footer{
    padding: 40px 0;
  }
  .sale-footer-logo{
    width: 65%;
  }
  .footer-list{
    max-width: 96%;
    margin: 0 auto;
  }
  .footer-list ul{
    display: block;
    flex-wrap: wrap;
  }
  .column1 li .list-right p:nth-child(4){
    margin: 5px 0;
  }
  .footer-list ul li{
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-list ul li + li{
    border-left: 0;
  }
}


@media screen and (max-width: 428px) {
  #fixed-header{
    padding: 15px 10px 10px 10px;
  }
  #header-logo{
    margin-bottom: 0;
  }
  #fixed-header-left{
    width: 100%;
  }
  #fixed-header-right{
    padding-top: 0;
  }
  #fixed-header-nav{
    width: 15%;
  }
  #main-banner{
    margin: 8px 0 50px;
  }
}