.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 200px;
}

.slick-initialized.slick-slide{
  display: block;
}

.slick-slide{
  margin: 0 10px;
}

.slick-slide img{
  width: 100%;
  max-width: 1000px;
}

.slick-slide img:nth-of-type(2){
  display: none;
}

.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img{
    display: block;
    opacity: .2;
}

.slick-current img{
  opacity: 1 !important;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden{
    display: none;
}

/* edit 20210121 */
.slick-dotted.slick-slider{
    padding-bottom: 55px;
}

.slick-dots{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}

/* edit 20210121 */
.slick-dots li button:before{
    font-size: 70px;
    line-height: 20px;
    position: absolute;
    top: -20px;
    left: -7px;
    content: '\2022';
    text-align: center;
    opacity: .2;
    color: #bc8282;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    color: #bc8282;
}

.p-page-content{
  width: 100%;
  max-width: 2000px;
}

.p-layout-container{
  max-width: 1000px;
  padding: 0;
}

#recommend{
  padding: 5px 0 150px;
  background-image: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/bgGraphic1.png),url(https://file003.shop-pro.jp/PA01460/728/images/toppage/bgGraphic2.png),url(https://file003.shop-pro.jp/PA01460/728/images/toppage/bgGraphic3.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 95% 90px, 3% 237px, 80% 95%;
  z-index: 200;
}

#recommend .c-product-list__item{
  padding: 0 0 80px;
}

#recommend .c-product-list__fav-item{
  right: 0;
  bottom: 30px;
}

#recommend .c-product-list__button{
  margin-top: 50px;
}

.c-product-list__image-wrap{
  border-width: 0;
}

.c-image-box__image {
  border-radius: 6px;
}

.c-product-list:after{
  content: none;
}

.waveGrey{
  position: relative;
  height: 112px;
  margin-top: -112px;
  background: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/bgGreyWave.png) no-repeat 50% 0;
  background-size: cover;
  z-index: 100;
}

#urnCover{
  padding: 20px 0 100px;
  background: #efefef;
}

#urnCover li{
  position: relative;
  margin-bottom: 75px;
}

#urnCover .img img,
#point li img{
  border-radius: 6px;
  box-shadow: 11px 10px 10px rgba(70, 70, 70, .25);
}

#urnCover .img img{
  border-radius: 0 20px 20px 0;
  box-shadow: 11px 10px 10px rgba(70, 70, 70, .25);
}

#urnCover li:nth-child(2) .img img{
  border-radius: 20px 0 0 20px;
}

#urnCover h3{
  padding-top: 65px;
  background: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/specialItem.png) no-repeat;
}

#urnCover h3 img{
  display: block;
}

#urnCover .c-button{
  margin-top: 45px;
}

#point{
  margin-top: -100px;
  background: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/bgPoint.png) no-repeat 50% 0;
  background-size: cover;
}

#point h3{
  padding: 20px 0 35px 70px;
  text-align: center;
}

#point li div{
  height: 107px;
  display: table-cell;
  vertical-align: middle;
  background: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/point1.png) no-repeat 7px 0;
}

#point li:nth-child(2) div{
  background-image: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/point2.png);
}
#point li:nth-child(3) div{
  background-image: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/point3.png);
}
#point li:nth-child(4) div{
  background-image: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/point4.png);
}

#point li p{
  padding-left: 140px;
  color: #fff;
}

#about{
  margin-top: -120px;
}

#about h3{
  margin-top: 58px;
}

.txtWrap h3{
  padding-bottom: 35px;
}

#about .c-button{
  margin-top: 50px;
}

.bgImg{
  line-height: 0;
}

.bgImg img{
  width: 100%;
  height: auto;
}

#notes{
  padding: 120px 0;
  margin-top: -120px;
  background-image: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/bgGraphic4.png),url(https://file003.shop-pro.jp/PA01460/728/images/toppage/bgGraphic5.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 3% 170px, 97% 450px;
}

#notes h2{
  margin-bottom: 10px;
}

#notes a{
  text-decoration: none;
}

#notes ul{
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#notes li .articleFg{
  margin-bottom: 10px;
  border-radius: 4px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
#notes li div.articleFg:after{
  content:"";
  display:block;
  width:100%;
  height:0;
  padding-top:69%;
}
#notes li .articleFg span{display:none;}
#notes li p{
  margin-bottom: 5px;
}
#notes li .articleTimes{
  display:inline-block;
  float:left;
  font-size:12px;
}
#notes li .articleCatTag{
  display:inline-block;
  float:right;
  padding:2px 4px;
  font-weight: normal;
  font-size:11px;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #eea7a7;
  color: #eea7a7;
}
#notes .articleTitle{clear:both;}
#notes .c-button{
  margin-top: 25px;
}

.taC{
  text-align: center;
}

.fadein{
  opacity : 0;
  transform : translate(0, 60px);
  transition : 1s;
}

.fadein.delay{
  transition-delay: .6s;
}

.fadein.fadeActive{
  opacity : 1;
  transform : translate(0, 0);
}

@media screen and (min-width:1001px){
  .c-product-list__item{
    width: 23.5%;
  }

  #notes li{
    width: 32%;
  }

  .txtWrap{
    position: absolute;
    top: 0;
    height: 100%;
    width: 490px;
    padding-left: 12px;
    margin-left: 50vw;
    display: inline-flex;
  }

  #about .txtWrap{
    align-items: center;
  }

  #commitment .txtWrap{
    margin: 0 50vw 0 0;
    right: 0;
    padding: 0;
    align-items: center;
  }

  #commitment .txtWrap div{
    width: 400px;
  }

  #urnCover li:nth-child(2) .img{
    text-align: right;
  }

  #urnCover li:nth-child(2) .txtWrap{
    margin: 0 50vw 0 0;
    right: 0;
  }

  /* add 20210121 */
  #recommend .c-product-list li{
    margin-right: 20px;
  }

  #recommend .c-product-list li:nth-of-type(4n){
    margin-right: 0;
  }

  #point ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #point li{
    width: 49%;
    margin-bottom: 60px;
  }

  #point li img{
    margin-bottom: 40px;
  }

  .pointInner{
    width: 772px;
    margin: 0 auto;
    padding: 50px 0 100px;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1001px){
  #urnCover h3{
    margin: 0 10px 0 0;
  }
  #urnCover .img img{
    width: 50% !important;
  }
  #about h3{
    margin: 0;
    padding: 20px 0;
  }
  #about .c-button{
    margin-top: 10px;
  }
  #commitment h3{
    margin: -20px 0 0;
    padding: 0 0 20px;
  }
  #urnCover .txtWrap div,
  #commitment .txtWrap div{
   padding-left: 10px;
  }

}

@media screen and (max-width: 1000px) {
  body{
    font-size: 14px;
  }
  .section p{
    line-height: 1.75;
  }

  .slick-slide{
    margin: 0;
  }

  .slick-dots li{
    margin: 0 8px;
  }

  .section{
    padding-left: 6.667% !important;
    padding-right: 6.667% !important;
  }

  .c-button{
    padding: 20px 0 !important;
    width: 100%;
    border-color: #eea7a7;
    background: #eea7a7;
  }

  a.c-button img{
    display: block;
    margin: 0 auto;
  }

  .c-product-list__button button{
    padding: 20px 65px;
  }

  #recommend{
    padding-bottom: 80px;
    background: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/bgGraphic3.png) no-repeat 90% 100%;
    background-size: 155px auto;
  }

  #recommend h2{
    margin-left: -5%;
    margin-right: -5%;
    margin-bottom: 40px;
    background-image: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/bgGraphic2.png),url(https://file003.shop-pro.jp/PA01460/728/images/toppage/bgGraphic1.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, 100% 100%;
    background-size: 75px auto, 75px auto;
  }

  /* add 20210121 */
  #recommend .c-product-list li{
    margin-right: 4%;
  }

  #recommend .c-product-list li:nth-of-type(2n){
    margin-right: 0;
  }

  #recommend .c-product-list__item:nth-child(2n+1){
    clear: none;
  }

  .c-product-list__item{
    float: none;
    width: 47%;
    padding-bottom: 70px !important;
  }

  #recommend .c-product-list__button{
    margin-top: 20px;
  }

  #recommend .c-product-list__fav-item{
    bottom: 35px;
  }

  .waveGrey{
    height: 0;
    margin-top: 0;
  }

  #urnCover{
    margin-top: -30px;
    padding: 95px 0 160px;
    background: #efefef url(https://file003.shop-pro.jp/PA01460/728/images/toppage/bgGreyWave-sp.png) no-repeat 50% 0;
    background-size: 100% auto;
  }

  #urnCover h3{
    padding: 20px 0 25px;
    margin-bottom: 0;
    background-size: 120px auto;
  }

  #urnCover .img{
    text-align: center;
  }

  #urnCover .img img,
  #point li img{
    border-radius: 6px !important;
    box-shadow: 5px 5px 9px 0 rgba(70, 70, 70, .25);
  }

  #point{
    margin-top: -150px;
    padding: 45px 6.667% 55px; 
    background: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/bgPoint-sp.png) no-repeat 50% 0;
    background-size: cover;
  }

  #point h3 {
    padding: 20px 0 10px 66px;
  }

  #point h3 img{
    width: 125px;
  }

  #point li{
    margin-bottom: 45px;
    text-align: left;
  }

  #point li img{
    display: block;
    margin: 0 auto 15px;
  }

  #point li div{
    height: 60px;
    background-position: 0 0;
    background-size: auto 58px;
    background-image: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/point1-sp.png);
  }
  #point li:nth-child(2) div{
    background-image: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/point2-sp.png);
  }
  #point li:nth-child(3) div{
    background-image: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/point3-sp.png);
  }
  #point li:nth-child(4) div{
    background-image: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/point4-sp.png);
  }

  #point li p{
    padding-left: 74px;
    line-height: 1.4;
  }

  #about.section{
    margin-top: -50px;
    padding: 0 0 50px !important;
  }

  #about .bgImg{
    width: 100%;
  }

  #about h3,
  #commitment h3{
    margin-top: 0;
    padding-bottom: 5px !important;
    text-align: center;
  }

  #about .txtWrap,
  #commitment .txtWrap{
    padding-left: 6.667% !important;
    padding-right: 6.667% !important;
  }

  #about .c-button{
    margin-top: 30px;
  }

  #about .txtWrap{
    background: #fff;
  }

  #about .txtWrap br,
  #commitment .txtWrap br{
    display: none;
  }

  #commitment.section{
    padding: 0 0 65px !important;
    background: #EBEAE9;
  }

  #notes{
    margin-top: 0;
    padding: 60px 0;
    background: #fff url(https://file003.shop-pro.jp/PA01460/728/images/bgWhiteWave-sp.png) no-repeat;
    background-size: 100% auto;
  }

  #notes h2{
    padding: 10px 10px 15px;
    margin-left: -5%;
    margin-right: -5%;
    margin-bottom: 0;
    background-image: url(https://file003.shop-pro.jp/PA01460/728/images/toppage/bgGraphic4.png),url(https://file003.shop-pro.jp/PA01460/728/images/toppage/bgGraphic5.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 0 100%, 100% 100%;
    background-size: 120px auto, 88px auto;
  }

  #notes ul{
    padding-top: 20px;
  }

  #notes li{
    width: 48%;
    margin-bottom: 20px;
  }

  #notes li img{
    margin-bottom: 6px;
  }

  #notes li p{
    margin-bottom: 3px;
  }

  #notes .c-button{
    margin-top: 12px;
  }
}

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