/******************************/
/* SLIDER */
/******************************/
#slider img{
  width: 100%;
  max-width: 1000px;
  display: block;
  opacity: .2;
}

#slider .slick-current img{
  opacity: 1 !important;
}

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

#slider .slick-dots li button:before{
    font-size: 9px;
    color: #fff;
    opacity: 1 !important;
}
#slider .slick-dots li.slick-active button:before{
    color: #909090;
}

#slider.slick-slider{
  margin-bottom: 0;
}

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

@media screen and (max-width: 768px){
  #slider .slick-slide img:first-of-type{
    display: none;
  }
  #slider .slick-slide img:nth-of-type(2){
    display: block;
  }
}


/******************************/
/* NEWS */
/******************************/
.p-line-informaiton{
  background: #F9F9F9;
}

.p-line-informaiton p{
  margin-bottom: 0;
}

@media screen and (min-width: 769px){
  .p-line-informaiton .u-container dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
    height: 95px;
  }
  .p-line-informaiton dt{
    width: 110px;
  }
  .p-line-informaiton dd{
    margin: 0;
    width: calc(100% - 110px);
  }
  .p-line-informaiton p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px){
  .p-line-informaiton{
    padding: 18px 0 8px;
  }
  .p-line-informaiton dd{
    margin: 0 0 10px;
  }
}
/******************************/
/* PLUS1... */
/******************************/
.imgTxtWrap{
  position: relative;
  line-height: 1.9;
}

.txtWrap{
  margin: 0 auto;
  width: 79%;
}

.txtWrap h3{
  margin-bottom: 40px;
}

#concept .txtWrap{
  text-align: center;
  color: #000;
  background: #fff;
}

.txtWrap p{
  margin-bottom: 0;
}

.txtWrap .jll{
  margin: 20px 0 0 17px;
}

#nylon .btnWalit a,
#plus1 .btnWalit a,
#mens .btnWalit a,
#minimal .btnWalit a{
  border: 0;
}


@media screen and (min-width: 769px) {
  .txtWrap{
    position: absolute;
    width: 31%;
    height: 100%;
    top: 0;
    left: 57%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    color: #fff;
  }

  .imgTxtWrap .mainImg{
    width: 100%;
  }

  #concept{
    padding: 120px 0 115px;
  }

  #concept .txtWrap{
    top: 100px;
    left: 47.4%;
    width: 50%;
    height: 510px;
    box-shadow: 5px 8px 26px 0 rgba(90, 90, 90, .05);
  }

  #concept .txtWrap > div{
    padding: 0 22%;
  }

  #mens{
    text-align: right;
    margin: 30px 0;
  }

  #mens .txtWrap{
    left: 13.8%;
  }

  #nylon{
    text-align: right;
    margin: 30px 0;
  }

  #nylon .txtWrap{
    left: 13.8%;
  }
}

@media screen and (max-width: 768px) {
  #concept .txtWrap{
    position: relative;
    margin-top: -60px;
    width: 89.33%;
    padding: 50px 5.9%;
    box-shadow: 5px 8px 26px 0 rgba(90, 90, 90, .05);
    box-sizing: border-box;
    background: #fff;
    z-index: 100;
	}
	
	
  #concept .txtWrap h3 img{
    width: 234px;
  }
  #plus1{
    color: #fff;
    background: #4ba0d9;
  }
  #plus1 h3 img{
    width: 254px;
  }

  #nylon{
    margin: 20px 0;
    padding-bottom: 0px;
    color: #fff;
    background: #9B4B8E;
  }
  #nylon h3{
    margin-top: -27px;
    position: relative;
    z-index: 100;
  }
  #nylon h3 img{
    width: 285px;
  }

  #mens{
    margin: 20px 0;
    padding-bottom: 60px;
    color: #fff;
    background: #a2d378;
  }
  #mens h3,
  #minimal h3{
    margin-top: -27px;
    position: relative;
    z-index: 100;
  }
  #mens h3 img{
    width: 285px;
  }
  #minimal{
    color: #fff;
    background: #e8b63d;
  }
  #minimal h3 img{
    width: 294px;
  }
  .txtWrap .jll{
    display: block;
    width: 234px;
    margin: 15px auto 0;
    padding-bottom: 60px;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}

.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}

.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}


/******************************/
/* CATEGORY */
/******************************/
#cat{
  padding: 113px 0 50px;
  background: #F9F9F9;
}

#cat .c-ttl-main{
  margin-bottom: 67px;
}

#cat ul{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 27px;
}

#cat li{
  width: 33.333%;
  margin-bottom: 20px;
}

#cat li a{
  display: flex;
  align-items: center;
}

#cat h3{
  position: relative;
  text-align: center;
}

#cat h3:before{
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
}

#cat h3 span{
  position: relative;
  padding: 0 18px !important;
  font-weight: normal;
  background: #F9F9F9;
}


@media screen and (max-width: 768px){
  #cat{
    padding: 60px 0 30px;
  }
  #cat .c-ttl-main{
    margin-bottom: 40px;
  }
  #cat ul{
    padding-bottom: 5px;
  }
  #cat li{
    width: 42%;
    padding-right: 8%;
  }
}

/******************************/
/* SELECTION */
/******************************/
@media screen and (max-width: 768px) {
  #selection{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #selection .c-item-list__item {
    padding: 0;
    width: auto;
  }
  .c-more{
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-recommend{
    padding-top: 100px !important;
  }
}

#selection .slick-slide{
  margin: 0 13px;
}



/******************************/
/* TOP RANKING */
/******************************/

.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}


@media screen and (max-width: 768px) {
  .p-ranking-list .slick-prev,
  .p-ranking-list .slick-next {
    top: calc(50% - 50px);
    width: 45px;
    height: 45px;
  }

  .js-ranking-slider .slick-slide{
    margin: 0 13px;
  }

  .p-ranking-list{
    margin-bottom: 30px;
  }
}


@media screen and (max-width: 768px) {
  .p-ranking-list .slick-prev:before,
  .p-ranking-list .slick-next:before {
    top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 0;
}

.c-item-list .slick-next:before,
.p-ranking-list .slick-next:before {
  left: 8px;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}

.p-ranking-list{
  margin-left: -16px;
  margin-right: -16px;
}

.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 16px;
  margin-left: 16px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 0;
    margin-left: 0;
  }
}

.p-ranking-list__num {
  position: absolute;
  top: 12px;
  left: 12px;
  /*width: 38px !important;
  line-height: 38px;
  border-radius: 50%;
  font-size: 19px;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;*/
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__num{
    top: 7px;
    left: 7px;
    /* width: 25px !important;
    line-height: 25px;
    font-size: 12px;*/
  }
}

/*.is-1{
  color: #fff;
  background: #af996a;
  border-color: #af996a;
}
.is-2{
  color: #fff;
  background: #909090;
  border-color: #909090;
}
.is-3{
  color: #fff;
  background: #ae6d4e;
  border-color: #ae6d4e;
}*/

.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}

.p-ranking-list__btn{
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}


@media screen and (max-width: 768px){
  .p-ranking-list__btn{
    bottom: 28px;
  }
}

/******************************/
/* SHOP IMAGE */
/******************************/
#shopImg{
  position: relative;
  width: 100%;
  height: 245px;
  padding-bottom: 110px;
  background: #fff;
  z-index: -10;
}

#shopImg.is-show:before{
  background: url(https://file003.shop-pro.jp/PA01464/700/images/toppage/imgShop.jpg) no-repeat center;
  background-size: cover;
  content: '';
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -100;
}

#shopImg:after{
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  height: 245px;
}

@media screen and (max-width: 768px){
   #shopImg.is-show:before{
    background-image: url(https://file003.shop-pro.jp/PA01464/700/images/toppage/imgShop-sp.jpg);
  }

  #shopImg:after{
    height: 175px;
  }
}


/******************************/
/* HISTORY */
/******************************/
#history{
  padding-top: 140px !important;
  text-align: center;
}

#history p{
  margin-top: 45px;
}

/******************************/
/* STORE & GIFT */
/******************************/
#storeGift .u-container > div{
  text-align: center;
}

#storeGift p{
  margin-bottom: 0;
}

@media screen and (min-width: 769px){
  #history .btnWalit a{
    margin: 0 10px;
  }
  #storeGift .u-container{
    display: flex;
    justify-content: space-between;
  }
  #storeGift .u-container > div{
    width: 48%;
    font-size: 14px;
  }

  #storeGift h2{
    margin: 25px 0 5px;
  }

  #storeGift .u-container > div:first-of-type h2{
    margin-bottom: 11px;
  }

  #storeGift img{
    margin-bottom: 25px;
  }

  .p-checked.u-contents{
    padding-top: 70px;
  }
}

@media screen and (max-width: 768px){
    #storeGift p{
      margin-top: 15px;
      font-size: 14px;
    }
    #storeGift .u-container > div:first-of-type{
      padding-bottom: 65px;
    }
    #history{
        padding-top: 70px !important;
    }
    #history .btnWalit a,
    #storeGift .btnWalit a{
      width: 88%;
    }
  
    #history .btnWalit a{
      margin: 5px 0;
    }
  
    #history h2 img{
        width: 146px;
    }
    
    #history .btnWalit img{
        width: 73px;
    }
  
    #storeGift .btnWalit img{
      width: 49px;
    }
  
    #storeGift .btnGift img{
      width: 113px;
    }
  
    #storeGift img{
      margin-bottom: 20px;
    }
  }