@charset "UTF-8";

.list-item ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-item li{
  text-align: center;
}
.list-item a{
  display: block;
  text-decoration: none;
  transition: opacity .4s;
}
.list-item a:hover{

  opacity: .5;
}
.list-item p{
  margin: 0;
}
.list-item .image img{
  width: 100%;
  height: auto;
}
.list-item .maker,
.list-item .name{
  line-height: 1.3;
}
.list-item .maker{
}
.list-item .name{
}
.list-item .price{
  line-height: 1;
}
@media (max-width: 767px){
  .list-item li{
    margin-bottom: 30px;
  }
  .list-item.col4 li{
    margin-left: 6%;
    width: 47%;
  }
  .list-item.col4 li:nth-child(odd){
    margin-left: 0;
  }
  .list-item.col5 li{
    margin-left: 2.98%;
    width: 31.34%;
  }
  .list-item.col5 li:nth-child(3n-2){
    margin-left: 0;
  }
  .list-item .image{
    margin-bottom: 5px;
  }
  .list-item.col4 .maker{
    margin-bottom: 5px;
    font-size: 1.3rem;
    letter-spacing: .05em;
  }
  .list-item.col4 .name{
    margin-bottom: 5px;
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
  .list-item.col4 .price{
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .list-item.col5 .maker{
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .list-item.col5 .name{
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  .list-item.col5 .price{
    font-size: 1.2rem;
  }
}
@media (min-width: 768px){
  .list-item li{
    margin-bottom: 40px;
  }
  .list-item.col4 li{
    margin-left: 5.8%;
    width: 20.64%;
  }
  .list-item.col4 li:nth-child(4n-3){
    margin-left: 0;
  }
  .list-item.col5 li{
    margin-left: 4%;
    width: 16.8%;
  }
  .list-item.col5 li:nth-child(5n-4){
    margin-left: 0;
  }
  .list-item .image{
    margin-bottom: 14px;
  }
  .list-item .maker{
    margin-bottom: 8px;
    font-size: 1.3rem;
    letter-spacing: .4em;
  }
  .list-item .name{
    margin-bottom: 10px;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
  .list-item .price{
    font-size: 1.4rem;
    letter-spacing: .3em;
  }
}



/* Menu */
.webshop-menu{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.webshop-menu li{
  position: relative;
  width: 25%;
}
.webshop-menu li::before{
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background: #806c31;
  width: 1px;
}
.webshop-menu li:first-child::before{
  display: none;
}
.webshop-menu a{
  display: block;
  text-align: center;
  text-decoration: none;
  transition: background-color .4s;
}
.webshop-menu a:hover{
  background-color: rgba(210,197,162,.2);
}
.webshop-menu .en,
.webshop-menu .label{
  display: block;
  line-height: 1;
}
.webshop-menu .en{
  color: #8e7d47;
}
@media (max-width: 767px){
  .webshop-menu li::before{
    top: 10%;
    height: 80%;
  }
  .webshop-menu a{
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .webshop-menu .en{
    margin-bottom: 4px;
    font-size: 1rem;
    letter-spacing: .1em;
  }
  .webshop-menu .label{
    font-size: 1.1rem;
  }
}
@media (min-width: 768px){
  .webshop-menu li::before{
    top: 17px;
    height: 18px;
  }
  .webshop-menu a{
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .webshop-menu .en{
    margin-bottom: 5px;
    font-size: 1rem;
    letter-spacing: .1em;
  }
  .webshop-menu .label{
    font-size: 1.2rem;
    letter-spacing: .2em;
  }
}



/* Index
========================== */

/* Intro */
.intro-title{
  margin: 0;
  border: 4px solid #fff;
  color: #fff;
}
.intro-title .title{
  padding-top: 20px;
  padding-bottom: 25px;
  letter-spacing: .15em;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.intro-title .webshop{
  border-top: 4px solid #fff;
  text-align: right;
  letter-spacing: .2em;
}
@media (max-width: 767px){
  .section-index-intro{
    position: relative;
    height: calc(100vh - 78px);
  }
  .section-index-intro > .container{
    position: relative;
    padding-right: 0;
    padding-left: 0;
    height: 100%;
  }
  .intro-title{
    position: absolute;
    top: 36px;
    right: 40px;
    width: 176px;
  }
  .intro-title .title{
    height: 274px;
    font-size: 3.2rem;
  }
  .intro-title .webshop{
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px){
  .section-index-intro{
    position: relative;
    height: 100vh;
  }
  .section-index-intro > .container{
    position: relative;
    padding-right: 0;
    padding-left: 0;
    width: auto;
    height: 100%;
  }
  .intro-title{
    position: absolute;
    top: 37px;
    right: 83px;
    width: 266px;
  }
  .intro-title .title{
    height: 414px;
    font-size: 5rem;
  }
  .intro-title .webshop{
    height: 60px;
    line-height: 60px;
    font-size: 2.5rem;
  }
}

.slide-webshop{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.slide-webshop::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../img/bg-home-intro.png") 0 0 repeat;
  width: 100%;
  height: 100%;
}
.slide-webshop-item{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.slide-webshop .slick-list,
.slide-webshop .slick-track{
  height: 100%;
}



/* News */
.section-index-news-heading{
  line-height: 1;
  letter-spacing: .1em;
}
.list-news{
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-news a{
  display: block;
  text-decoration: none;
}
.list-news a:hover{
  text-decoration: none;
}
.list-news .date,
.list-news .title{
  margin: 0;
}
@media (max-width: 767px){
  .section-index-news{
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .section-index-news-heading{
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .list-news{
    display: flex;
    justify-content: space-between;
  }
  .list-news li{
    width: 44.5%;
  }
  .list-news .date{
    font-size: 1.2rem;
  }
  .list-news .title{
    font-size: 1.3rem;
  }
}
@media (min-width: 768px){
  .section-index-news{
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .section-index-news > .container{
    display: flex;
    align-items: center;
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-index-news-heading{
    flex: 0 0 200px;
    font-size: 1.7rem;
  }
  .list-news{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .list-news > li{
    width: calc(50% - 20px);
  }
  .list-news .date{
    font-size: 1.2rem;
  }
  .list-news .title{
    font-size: 1.3rem;
  }
}



/* Season */
.section-index-season{
  border-top-color: #ffd8d8;
  border-bottom-color: #ffd8d8;
  border-top-style: solid;
  border-bottom-style: solid;
}
.section-index-heading{
  position: relative;
  line-height: 1;
  font-weight: bold;
  letter-spacing: .2em;
}
.section-index-heading::before{
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  background: #d2c5a2;
}
@media (max-width: 767px){
  .section-index-season{
    border-top-width: 7px;
    border-bottom-width: 7px;
    background: url("../img/bg-webshop-index-season-sp.jpg") center center no-repeat;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .section-index-heading{
    margin-bottom: 35px;
    text-align: center;
    font-size: 1.7rem;
  }
  .section-index-heading::before{
    bottom: -15px;
    margin-left: -31px;
    width: 62px;
    height: 5px;
  }
}
@media (min-width: 768px){
  .section-index-season{
    border-top-width: 8px;
    border-bottom: 8px;
    background: url("../img/bg-webshop-index-season.jpg") center center no-repeat;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-index-season > .container{
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-index-heading{
    margin-bottom: 65px;
    text-align: center;
    font-size: 2rem;
  }
  .section-index-heading::before{
    bottom: -16px;
    margin-left: -42px;
    width: 84px;
    height: 4px;
  }
}

.list-season ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-season a{
  text-decoration: none;
  transition: opacity .4s;
}
.list-season a:hover{
  opacity: .5;
}
.list-season p{
  margin: 0;
}
.list-season .maker{
  letter-spacing: .1em;
}
.list-season .name,
.list-season .price{
  font-weight: bold;
}
.list-season .name{
  position: relative;
  letter-spacing: .15em;
}
.list-season .name::before{
  content: "";
  position: absolute;
  background: #d2c5a2;
  width: 30px;
  height: 3px;
}
.list-season .price{
  letter-spacing: .2em;
}
.list-season .text{
  letter-spacing: .1em;
}
.list-season .more span{
  display: inline-block;
  margin-top: 10px;
  background-color: #ffd8d8;
  background-image: url("../img/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: auto 8px;
  line-height: 1;
  border-radius: 3px;
}
@media (max-width: 767px){
  .list-season ul{
    margin-right: auto;
    margin-left: auto;
    width: 270px;
    text-align: center;
  }
  .list-season li{
    margin-bottom: 30px;
  }
  .list-season .image{
    margin-bottom: 12px;
  }
  .list-season .content{
    padding-left: 20px;
    flex-basis: auto;
  }
  .list-season .maker{
    font-size: 1.3rem;
  }
  .list-season .name{
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
  .list-season .name::before{
    bottom: -5px;
    left: 50%;
    margin-left: -15px;
  }
  .list-season .price{
    font-size: 1.5rem;
  }
  .list-season .text{
    font-size: 1.3rem;
    text-align: left;
  }
  .list-season .more span{
    background-position: right 32px center;
    padding: 20px 64px 20px 40px;
  }
}
@media (min-width: 768px){
  .list-season ul{
    display: flex;
    justify-content: space-between;
  }
  .list-season li{
    width: 47%;
  }
  .list-season a{
    display: flex;
    align-items: center;
  }
  .list-season .image{
    flex: 0 0 55%;
    width: 55%;
    max-width: 55%;
  }
  .list-season .content{
    padding-left: 20px;
    flex-basis: auto;
  }
  .list-season .maker{
    font-size: 1.3rem;
  }
  .list-season .name{
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .list-season .name::before{
    bottom: -5px;
  }
  .list-season .price{
    font-size: 1.4rem;
  }
  .list-season .text{
    font-size: 1.3rem;
  }
  .list-season .more span{
    background-position: right 15px center;
    padding: 15px 40px 15px 15px;
    font-size: 1.4rem;
  }
}



/* Pick Up */
@media (max-width: 767px){
  .section-index-pickup{
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
@media (min-width: 768px){
  .section-index-pickup{
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .section-index-pickup .list-item ul{
    display: block;
    padding-right: 4.741379%;
    padding-left: 4.741379%;
  }
  .section-index-pickup .list-item li{
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 2.586207vw;
  }
  .section-index-pickup .slick-slider{
    overflow: hidden;
    position: relative;
  }
  .section-index-pickup .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border: none;
    background: url("../img/icon-webshop-index-pickup-arrow.png") 0 0 no-repeat;
    width: 14px;
    height: 19px;
    font-size: 0;
  }
  .section-index-pickup .slick-arrow:hover{
    cursor: pointer;
  }
  .section-index-pickup .slick-prev{
    left: 4%;
    transform: rotate(180deg);
  }
  .section-index-pickup .slick-next{
    right: 4%;
  }
}



/* Menu */
.section-index-menu{
  border-top-style: solid;
  border-top-color: #d2c5a2;
  background: #f8f5ec;
}
@media (max-width: 767px){
  .section-index-menu{
    border-top-width: 7px;
  }
  .section-index-menu > .container{
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px){
  .section-index-menu{
    border-top-width: 5px;
  }
}

.nav-webshop{
  background: #fdfcf8;
}
@media (max-width: 767px){
  .nav-webshop > .container{
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px){
  .nav-webshop{
    padding-top: 5px;
    padding-bottom: 5px;
  }
}



/* List */
.section-index-list-more{
  text-align: center;
}
.section-index-list-more a{
  display: inline-block;
  border-bottom: 3px solid #d2c5a2;
  padding-bottom: 5px;
  line-height: 1;
  letter-spacing: .1em;
}
@media (max-width: 767px){
  .section-index-list{
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .section-index-list-more a{
    font-size: 1.3rem;
  }
}
@media (min-width: 768px){
  .section-index-list{
    padding-top: 35px;
    padding-bottom: 48px;
  }
  .section-index-list > .container{
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-index-list-more a{
    font-size: 1.3rem;
  }
}



/* Detail
========================================================= */
@media (max-width: 767px){
  .nav-webshop-detail{
    background: #F8F5ED;
  }
  .nav-webshop-detail > .container{
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px){
  .nav-webshop-detail{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .nav-webshop-detail > .container{
    /*padding-right: 50px;
    padding-left: 50px;*/
    /*width: auto;*/
    width: 1000px;
    /*max-width: 1000px;*/
  }
  .nav-webshop-detail .webshop-menu{
    justify-content: flex-start;
  }
  .nav-webshop-detail .webshop-menu li{
    width: auto;
  }
  .nav-webshop-detail .webshop-menu li a{
    padding-right: 25px;
    padding-left: 25px;
  }
}

.storesjp-button-cart {
    /*width: 191px!important;
    height: 40px!important;*/
    width: 160px!important;
    height:43px!important;
}


/* Wrapper */
@media (max-width: 767px){
  .detail-wrapper{
    padding-top: 30px;
  }
}
@media (min-width: 768px){
  .detail-wrapper{
    padding-top: 70px;
  }
  .detail-wrapper > .container{
    display: flex;
    padding-right: 5px;
    padding-left: 5px;
    width: auto;
  }
}



/* Photos */
.detail-image-thumbnails{
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-image-main img,
.detail-image-thumbnails img{
  width: 100%;
  height: auto;
}
@media (max-width: 767px){
  .detail-photos{
    margin-bottom: 15px;
  }
  .detail-image-main{
    margin-bottom: 5px;
  }
  .detail-image-thumbnails{
    padding-right: 26px;
  }
  .detail-image-thumbnails li{
    padding: 5px;
  }
  .detail-image-thumbnails .slick-prev{
    display: none !important;
  }
  .detail-image-thumbnails .slick-next{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    border: none;
    background: transparent url("../img/icon-webshop-index-pickup-arrow.png") center center no-repeat;
    width: 14px;
    height: 19px;
    font-size: 0;
  }
}
@media (min-width: 768px){
  .detail-photos{
    display: flex;
    justify-content: flex-end;
    flex: 1 1 44.827586%;
    margin-right: 1.982759%;
    padding-bottom: 70px;
  }
  .detail-photos > .inner{
    /*width: 520px;*/
  }
  .detail-image-thumbnails{
    display: flex;
    flex-wrap: wrap;
    margin-top: 23px;
  }
  .detail-image-thumbnails li{
    margin-bottom: 15px;
    margin-left: 2.88%;
    width: 21.15%;
  }
  .detail-image-thumbnails li:nth-child(4n-3){
    margin-left: 0;
  }
}



/* Contents */
.detail-contents{
  background: #fefdf9;
}
.detail-title{
  position: relative;
  font-weight: bold;
  line-height: 1.3;
}
.detail-title::before{
  content: "";
  position: absolute;
  bottom: -10px;
  display: block;
  background: #d2c5a2;
  width: 62px;
  height: 5px;
}
.detail-maker{}
.detail-copy{
  font-weight: bold;
}
.detail-text{}
@media (max-width: 767px){
  .detail-contents{
    margin-right: -20px;
    margin-left: -20px;
    padding-bottom: 50px;
  }
  .detail-contents > .inner{
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .detail-title{
    margin-bottom: 30px;
    font-size: 2rem;
    letter-spacing: .2em;
  }
  .detail-maker{
    margin-bottom: 20px;
    font-size: 1.3rem;
    letter-spacing: .1em;
  }
  .detail-copy{
    margin-bottom: 25px;
    font-size: 1.7rem;
    letter-spacing: .2em;
  }
  .detail-text{
    margin-bottom: 30px;
    letter-spacing: .05em;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px){
  .detail-contents{
    flex: 1 1 calc(50% - 3.793103%);
    padding: 50px 3.793103% 70px 3.793103%;
    width: 100%;
  }
  .detail-contents > .inner{
    width: 414px;
    /*max-width: 414px;*/
  }
  .detail-title{
    margin-bottom: 40px;
    font-size: 2.4rem;
    letter-spacing: .1em;
  }
  .detail-maker{
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  .detail-copy{
    margin-bottom: 25px;
    font-size: 1.7rem;
    letter-spacing: .2em;
  }
  .detail-text{
    margin-bottom: 30px;
    letter-spacing: .1em;
    font-size: 1.4rem;
  }
}
@media (min-width: 1280px){
  .detail-contents{
    padding-right: 0;
  }
}

.detail-information .text{
  font-weight: bold;
}
.detail-information .menu{
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-information .menu a{
  display: inline-block;
  background-color: #d3dbdd;
  background-image: url("../img/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: auto 8px;
  line-height: 1;
  border-radius: 3px;
  text-decoration: none;
  transition: opacity .4s;
}
.detail-information .menu a:hover{
  opacity: .7;
}
@media (max-width: 767px){
  .detail-information .text{
    margin-bottom: 10px;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .detail-information .menu{
    display: flex;
    margin-bottom: 30px;
  }
  .detail-information .menu li{
    margin-right: 10px;
  }
  .detail-information .menu a{
    background-position: right 12px center;
    padding: 20px 30px 20px 12px;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
  .detail-information .text02{
    margin-bottom: 20px;
    line-height: 1.85;
    font-size: 1.3rem;
  }
}
@media (min-width: 768px){
  .detail-information .text{
    margin-bottom: 10px;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .detail-information .menu{
    display: flex;
  }
  .detail-information .menu{
    margin-bottom: 25px;
  }
  .detail-information .menu li{
    margin-left: 15px;
    width: 191px;
  }
  .detail-information .menu li:first-child{
    margin-left: 0;
  }
  .detail-information .menu a{
    display: block;
    background-position: right 22px center;
    padding: 15px 15px 15px 0;
    font-size: 1.4rem;
    letter-spacing: .2em;
    text-align: center;
  }
  .detail-information .text02{
    margin-bottom: 40px;
    line-height: 1.85;
    font-size: 1.3rem;
    letter-spacing: .1em;
  }
}

.detail-variation{
  font-weight: bold;
}
.detail-variation table{
  width: 100%;
  vertical-align: middle;
}
.detail-variation .name{}
.detail-variation .price{}
.detail-variation .button a{
  display: block;
  background: #FFD8D8;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  transition: opacity .4s;
}
.detail-variation .button a:hover{
  opacity: .7;
}
@media (max-width: 767px){
  .detail-variation table,
  .detail-variation tbody,
  .detail-variation tr,
  .detail-variation th,
  .detail-variation td{
    display: block;
  }
  .detail-variation tr{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
  }
  .detail-variation tr::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -31px;
    background-color: #d2c5a2;
    width: 62px;
    height: 5px;
  }
  .detail-variation tr:last-child{
    margin-bottom: 0;
  }
  .detail-variation tr:last-child::after{
    display: none;
  }
  .detail-variation .name,
  .detail-variation .price{
    width: 50%;
  }
  .detail-variation .name{
    padding-right: 15px;
    text-align: right;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .2em;
  }
  .detail-variation .price{
    padding-left: 15px;
    font-size: 1.7rem;
    letter-spacing: .1em;
  }
  .detail-variation .button{
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: .2em;
    text-align: center;
  }
}
@media (min-width: 768px){
  .detail-variation .name{
    font-size: 1.4rem;
    letter-spacing: .2em;
  }
  .detail-variation .price{
    padding-right: 20px;
    width: 114px;
    text-align: right;
    font-size: 1.7rem;
    letter-spacing: .2em;
  }
  .detail-variation .button{
    padding-top: 8px;
    padding-bottom: 8px;
    width: 190px;
    font-size: 1.3rem;
    letter-spacing: .2em;
  }
  .detail-variation .button a{
    padding: 14px 0;
  }
}



/* Archive
========================================================= */
.section-archive-list{
  background: #fdfcf9 url("../img/bg-webshop-archive.jpg") right top no-repeat;
}
.archive-heading{
  text-align: center;
}
.archive-heading span{
  display: inline-block;
  border-top: 4px solid #d1c5a4;
  border-bottom: 4px solid #d1c5a4;
  letter-spacing: .15em;
}
@media (max-width: 767px){
  .section-archive-list{
    background-size: 60% auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .archive-heading{
    margin-bottom: 35px;
    font-size: 2.4rem;
    line-height: 1;
  }
  .archive-heading span{
    padding: 15px 20px;
  }
}
@media (min-width: 768px){
  .section-archive-list{
    padding: 160px 5px 30px 5px;
  }
  .archive-heading{
    margin-bottom: 35px;
    font-size: 3rem;
    line-height: 1;
  }
  .archive-heading span{
    padding: 20px;
  }
}

.pagination .screen-reader-text{
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}
.pagination .nav-links{
  display: flex;
  justify-content: center;
}
.pagination .nav-links > a,
.pagination .nav-links > span{
  display: block;
  border-left: 1px solid #000;
  padding: 0 10px;
  line-height: 1;
  text-decoration: none;
}
.pagination .nav-links > *:first-child{
  border-left: none;
}
.pagination .current{
  color: #989898 !important;
}
.pagination .current:hover{
  cursor: default;
}
@media (max-width: 767px){
  .pagination{
    margin-top: 30px;
  }
}
@media (min-width: 768px){
  .pagination{
    margin-top: 30px;
  }
}
