@charset "EUC-JP";
.l-main a:hover{
  text-decoration: none;
}

.l-main h2.en{
  font-size: 52px;
  line-height: 1.2;
}

@media screen and (max-width: 768px){
  .l-main h2.en{
    font-size: 42px;
  }
}

/******************************/
/* SLIDER */
/******************************/
#slider.slick-slider{
  width: 100%;
  margin: 50px 0 0;
  padding-bottom: 150px;
  background: #fff;
  overflow: hidden;
}

#slider .slick-slide{
   margin: 0 25px;
}

#slider a:hover{
  opacity: .7;
}

#slider img{
  width: 100%;
  opacity: .3;
}
#slider .slick-active img{
  opacity: 1;
}

#slider .slick-arrow{
  z-index: 100;
}

#slider .slick-next,
#slider .slick-prev{
  top: 280px;
  width: 9px;
  height: 27px;
}

#slider .slick-prev{
  top: 270px;
  left: calc((100% - 1090px) / 2) ;
  transform: scale(-1, 1);
}
#slider .slick-next{
  right: calc((100% - 1090px) / 2) ;
}

#slider .slick-next:before,
#slider .slick-prev:before{
  content: url(https://file001.shop-pro.jp/PA01033/127/images/common/arrow-slide.svg);
}

#slider .slick-dots{
  bottom: 5px;
}

#slider .slick-dots li{
  margin: 0 7px;
  width: 38px;
  height: 2px;
}

#slider .slick-dots li button{
  width: 38px;
  height: 2px;
}

#slider .slick-dots li button:before{
  content: '';
  width: 38px;
  height: 2px;
  opacity: 1 !important;
  background: #B9B9B9;
  line-height: 1;
}

#slider .slick-dots li.slick-active button:before{
  opacity: 1 !important;
  background: #000000;
}



@media screen and (min-width: 769px){
  #slider a img:nth-of-type(2){
    display: none;
  }
  #slider .slick-dots{
    bottom: 102px;
  }
}

@media screen and (max-width: 768px){
  #slider a img:first-of-type{
    display: none;
  }
  #slider img{
    width: 100%;
    max-width: 100%;
  }
  #slider .slick-slide,
  #slider .slick-list{
    margin: 0;
    padding: 0 !important;
  }
  #slider.slick-slider{
    margin-top: 0;/*40px*/
    padding-bottom: 80px;
  }
  #slider .slick-dots{
    bottom: 50px;
  }
}


/******************************/
/* LINEUP */
/******************************/
.lineupTitle{
  position: relative;
  background: #F1F1F1;
}

.lineupTitle.newarrival{
  background: #FFF;
  border: none;
}

.lineupTitle .title{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-family: Oswald, 'Noto Sans JP', sans-serif;
  text-transform: Uppercase;
}

.lineupTitle .title h2{
  margin: 0 0 36px;
}

@media (max-width: 1031px) {
  .lineupTitle .title h2.en {
    color: white !important;
  }
}

.lineup .c-item-list{
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #C6C6C6;
  border-left: 0;
  border-bottom: 0;
}

.lineup .c-item-list .c-item-list__item{
  position: relative;
  width: calc(100%/3);
  height: 50%;
  margin: 0;
  padding: 20px 25px;
  border: 1px solid #C6C6C6;
  border-right: 0;
  border-top: 0;
  box-sizing: border-box;
}

.lineupItems .c-item-list__ttl{
  margin-top: 45px;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 1031px) {
  .lineup{
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 50px;
  }

  .lineupTitle.newarrival{
    border: 1px solid #C6C6C6;
    border-right: none;
  }

  .lineup .c-item-list{
    height: 100%;
  }

  .lineup.moreItems .c-item-list{
    height: auto;
  }

  .lineup.moreItems .c-item-list .c-item-list__item{
    height: auto;
    padding-bottom: 20px;
  }

  .lineup.moreItems{
    align-items: flex-start;
  }

  .lineupItems .c-item-list__ttl{
    margin-top: 5px;
  }

  .lineupTitle{
    width: 43%;
    max-width: 600px;
  }
  .lineupTitle img{
    width: 50%;
    padding-left: 50%;
  }
  .lineupItems{
    width: 57%;
    max-width: 800px;
  }
  .spMore{
    display: none !important;
  }

}

@media screen and (max-width: 1030px) {
  .lineup.moreItems{
    margin-bottom: -50px;
  }
  .lineupTitle img{
    width: 100%;
  }
  .lineupTitle .title h2{
    font-size: 42px;
    margin: 0 0 18px;
  }
  .lineupTitle .title a{
    display: none;
  }
  .lineup .c-item-list .c-item-list__item{
    width: 50%;
    height: auto;
    padding: 40px 20px 25px;
  }
  .c-item-list__ttl{
    font-size: 12px;
    line-height: 1.2;
  }
  .c-item-list__price{
    font-size: 10px;
  }
  a.spMore{
    display: block;
    margin: 40px auto 80px;
    text-align: center;
  }
}

#ranking .c-item-list__item:after{
  position: absolute;
  top: 10px;
  left: calc(50% - 12px);
  content: '1';
  width: 25px;
  height: 35px;
  color: #fff;
  background: #000;
  text-align: center;
  line-height: 35px;
  font-family: Oswald, 'Noto Sans JP', sans-serif;
}

#ranking .c-item-list .c-item-list__item{
  padding: 25px 20px 20px;
}

#ranking .c-item-list__item:nth-child(2):after{content: '2';}
#ranking .c-item-list__item:nth-child(3):after{content: '3';}
#ranking .c-item-list__item:nth-child(4):after{content: '4';}
#ranking .c-item-list__item:nth-child(5):after{content: '5';}
#ranking .c-item-list__item:nth-child(6):after{content: '6';}
#ranking .c-item-list__item:nth-child(7):after{content: '7';}
#ranking .c-item-list__item:nth-child(8):after{content: '8';}
#ranking .c-item-list__item:nth-child(9):after{content: '9';}


/******************************/
/* INSTA */
/******************************/
#insta{
  padding: 100px 0;
  margin-top: 100px;
  background: #fff url(https://file001.shop-pro.jp/PA01033/127/images/top/insta-bg.png);
}
#insta .u-container{
  width: 100%;
  max-width: 1400px;
  padding: 0;
}

#insta .lineupTitle{
  background: transparent;
}

#insta ul{
  display: flex;
  flex-wrap: wrap;
}

#insta li{
  width: 25%;
}

#insta .more{
  text-transform: none;
}

@media screen and (min-width: 769px) {
  #insta .u-container{
    display: flex;
  }

  #insta ul{
    width: 65.71%;
  }

  #insta .lineupTitle{
    width: 34.29%;
  }
  #insta .lineupTitle .title a{
    display: inline-block;
  }
  #insta .spMore{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #insta{
    padding-bottom: 40px;
  }
  #insta ul{
    padding: 50px 20px 0;
  }
  #insta li{
    width: 50%;
  }
  #insta li img{
    width: 100%;
  }
}


/******************************/
/* ABOUT */
/******************************/
#about{
  color: #fff;
  background: #242424;
}

#about .u-container{
  width: 100%;
  max-width: 1400px;
  padding: 60px 0 135px;
}

#about h2{
  margin: 35px 0 10px;
}

#about h3{
  line-height: 1.8;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}

#about p{
  margin-bottom: 30px;
  line-height: 1.7;
}

#about p.para2{
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  #about .u-container{
    background: url(https://file001.shop-pro.jp/PA01033/127/images/top/about-bg.jpg) no-repeat 50% 100% / cover;
  }
  #about h3{
    margin: 65px 0 48px;
    font-size: 24px;
  }
  #about .txt{
    padding-left: 10%;
    width: 39%;
  }
  .sp-about-bg,
  .spBr{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #about{
    background: #242424;
  }
  #about .u-container{
    padding: 90px 20px 0;
    /* background-image: url(https://file001.shop-pro.jp/PA01033/127/images/top/about-bg-sp.jpg); */
  }
  #about h2{
    margin: 0;
    text-align: center;
  }
  #about h3{
    margin: 43px 0;
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }
  #about .txt p br{
    display: none;
  }
  .sp-about-bg{
    width: 100%;
  }
}

/******************************/
/* SHOPS */
/******************************/
#shops .u-container{
  width: 100%;
  max-width: 1040px;
  padding: 0 20px 75px;
  border-bottom: 1px solid rgba(185,185,185,.52);
}

#shops h2{
  margin: 102px 0 53px;
  text-align: center;
}

#shops ul h3{
  font-weight: 500;
  font-family: Oswald, 'Noto Sans JP', sans-serif;
}

#shops ul h3 span{
  font-size: 10px;
  color: #4E4E4E;
}

#shops ul p{
  margin-bottom: 5px;
}

#shops ul p a{
  border-bottom: 1px solid #000;
}

#shops .shops-sns {
  display: flex;
  margin-top: 15px;
}

#shops .shops-sns a:hover {
  opacity: 0.7;
}

#shops .shops-sns a:first-child {
  margin-right: 12px;
}

#shops .shops-sns a img {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 769px) {
  #shops ul{
    display: flex;
    justify-content: space-between;
  }
  #shops ul h3{
    margin: 10px 0 0;
    font-size: 32px;
  }
  #shops ul h3 span{
    margin-left: 10px;
  }
  #shops li{
    width: 48%;
    max-width: 450px;
  }
}

@media screen and (max-width: 768px) {
  #shops .u-container{
    padding-bottom: 30px;
  }
  #shops h2{
    margin: 86px 0 20px;
  }
  #shops ul h3{
    margin: 5px 0 20px;
    font-size: 24px;
  }
  #shops ul h3 span{
    display: block;
  }
  #shops ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #shops li{
    margin-top: 40px;
  }
}
