/******************************/
/* SLIDER */
/******************************/
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#slider>div {
  display: none;
}

.bx-viewport #slider>div {
  display: block;
}

@media screen and (max-width: 520px) {
.bx-viewport #slider>div{
  width: 100vw !important;
  margin-right: 0!important;
}
}

.slide-layout .bx-wrapper {
  max-width: 100% !important;
  margin: 0 auto;
  overflow: hidden;
}

.slide-layout .bx-wrapper.peek-center .bx-viewport {
  padding-left: calc(25% + 25px);
  padding-right: 25%;
  box-sizing: content-box;
}

#slider img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 520px) {
  #slider img{
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}

.bx-wrapper .bx-pager {
  position: static !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 0;
  width: 8px !important;
  height: 0px !important;
  background: transparent !important;
  border-bottom: 8px solid #cccccc;
  border-radius: 100vw !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 8px solid #F5A78B;
}

.concept{
    position:relative;
}

.concept_inner{
    position:relative;
    letter-spacing: 0.1rem;
    height: 800px;
    width: 880px;
}

@media screen and (max-width: 1030px) {
  .concept_inner{
    width: 100%;
  }
}

.concept .concept_bg{
    position: fixed;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100svh;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
@media screen and (max-width: 1030px) {
    .concept .concept_bg{
      display:none;
    }
}

.concept_ttl{
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
}

.concept_ttl:before{
    content:"";
    background-image: url("https://img21.shop-pro.jp/PA01518/058/etc_base64/Y29uY2VwdF90dGxfYmVmb3Jl.png?cmsp_timestamp=20251107160136");
    display:block;
    width: 100%;
    height: 48px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 16px;
}

.concept_ttl:after{
    content:"";
    background-image: url("https://img21.shop-pro.jp/PA01518/058/etc_base64/Y29uY2VwdF90dGxfYWZ0ZXI.png?cmsp_timestamp=20251107160136");
    display:block;
    width: 100%;
    height: 48px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 16px;
}

.concept_txt{
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
  .concept_txt{
    margin-top:120px;
  } 
}

.concept_logo {
    margin: auto;
    text-align: center;
    margin-top: 64px;
}

.concept_logo img{
    width: 140px;
}

.concept_line{
    margin: 0 auto;
    width: 880px;
}
@media screen and (max-width: 1030px) {
  .concept_line{
    width: 100%;
  } 
}

.concept_dog{
    position:absolute;
    overflow: hidden;
}

.concept_dog_001,
.concept_dog_002,
.concept_dog_003,
.concept_dog_004,
.concept_dog_005,
.concept_dog_006 {
  animation: swingXY 4s ease-in-out infinite;
  transform-origin: center bottom;
}

.concept_dog_001 { animation-delay: 0s; }
.concept_dog_002 { animation-delay: 0.3s; }
.concept_dog_003 { animation-delay: 0.6s; }
.concept_dog_004 { animation-delay: 0.9s; }
.concept_dog_005 { animation-delay: 1.2s; }
.concept_dog_006 { animation-delay: 1.5s; }

@keyframes swingXY {
    0% {
        transform: translateX(0) rotate(0deg);
    }
    25% {
        transform: translateX(10px) rotate(3deg);
    }
    50% {
        transform: translateX(0) rotate(0deg);
    }
    75% {
        transform: translateX(-10px) rotate(-2deg);
    }
    100% {
        transform: translateX(0) rotate(0deg);
    }
}

.concept_dog_001{
  top:0;
  left:80px;
  width: 112px;
}

@media screen and (max-width: 768px) {
  .concept_dog_001{
    left: 40px;
    top: 51px;
    width: 63px;
  }
}

.concept_dog_002{
    top:35vh;
    left:-60px;
    width: 130px;
}

@media screen and (max-width: 768px) {
  .concept_dog_002{
    left: 64px;
    width: 78px;
    top: 268px;
  }
}

.concept_dog_003{
    bottom:120px;
    left:120px;
    width: 200px;
}

@media screen and (max-width: 768px) {
  .concept_dog_003{
    bottom: 48px;
    left: 20px;
    width: 140px;
  }
}

.concept_dog_004{
    top:0;
    right:40px;
    width: 220px;
}

@media screen and (max-width: 768px) {
  .concept_dog_004{
    top: 48px;
    right: 20px;
    width: 120px;
  }
}

.concept_dog_005{
    top:30vh;
    right:-80px;
    width: 180px;
}
@media screen and (max-width: 768px) {
  .concept_dog_005{
    right: 64px;
    top: 340px;
    width: 120px;
  }
}

.concept_dog_006{
    bottom:80px;
    right:80px;
    width: 180px;
}
@media screen and (max-width: 768px) {
  .concept_dog_006{
    bottom: 32px;
    right: 40px;
    width: 102px;
  }
}

.category{
    background-color: #FFF8F9;
    margin-top: 160px;
}

.category_list{
    display: flex;
    justify-content: center;
    gap:0;
    width: 1000px;
    margin: auto;
    align-items: flex-end;
}

@media screen and (max-width: 1030px) {
    .category_list{
      flex-wrap: wrap;
      justify-content: left;
      width: 100%;
    }
}
.category_list_item{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 768px) {
  .category_list_item{
    width: 50%;
  }

}

.category_list_link{
    width: 100%;
    margin: auto;
    display: block;
}

.category_list_img{
    height: 54px;
    width: 100%;
    object-fit: contain;
}

.category_list_name{
    text-align: center;
    font-weight: 500;
    margin-top: 16px;
}

.topics{
    background-color: #ffffff;
}

.concept2{
    background-color: #ffffff;
}

.concept2_inner {
    position: relative;
    letter-spacing: 0.1rem;
    height: 800px;
    width: 880px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1030px) {
  .concept2_inner{
    width: 100%;
  }  
}

.concept2_inner .concept2_bg{
    position: absolute;
    top: 80px;
    left: 44%;
    width: 670px;
    height: 640px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .concept2_inner .concept2_bg{
    left: 50%;
  }
} 

.concept2_ttl{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    z-index: 1;
}

.concept2_ttl:before{
    content:"";
    background-image: url("https://img21.shop-pro.jp/PA01518/058/etc_base64/Y29uY2VwdF90dGxfYmVmb3Jl.png?cmsp_timestamp=20251107160136");
    display:block;
    width: 100%;
    height: 48px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 16px;
}

.concept2_ttl:after{
    content:"";
    background-image: url("https://img21.shop-pro.jp/PA01518/058/etc_base64/Y29uY2VwdF90dGxfYWZ0ZXI.png?cmsp_timestamp=20251107160136");
    display:block;
    width: 100%;
    height: 48px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 16px;
}

.concept2_dog_001{
    top: 140px;
    left: 30%;
    width: 180px;
    z-index: 1;
}

.concept2_dog_002{
    top: 400px;
    left: 160px;
    width: 220px;
    z-index: 1;
}
@media screen and (max-width: 768px) {
  .concept2_dog_002{
    left: 0px;
  }
}

.concept2_dog_003{
    bottom: 112px;
    right: 160px;
    width: 160px;
    z-index: 1;
}
@media screen and (max-width: 768px) {
  .concept2_dog_003{
    right: 20px;
  }
}


/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: 100%;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item{
    background-color: #ffffff;
}
.p-new-item.u-container {
  padding-bottom: 0;
}
/* NEW ARRIVAL（新商品）の slick ベース調整 */
.p-new-item .c-item-list.js-newitem-slider {
  position: relative;
}

/* slick 初期化後は flex / grid を打ち消して素直なブロックにする */
.p-new-item .c-item-list.js-newitem-slider.slick-initialized {
  display: block;
}

/* slick 内部レイアウト */
.p-new-item .c-item-list.js-newitem-slider .slick-list {
  overflow: hidden;
}

.p-new-item .c-item-list.js-newitem-slider .slick-track {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

/* 各スライド */
.p-new-item .c-item-list.js-newitem-slider .slick-slide {
  float: none;              /* slick の float 指定を無効化 */
  height: auto;
  box-sizing: border-box;
  padding: 0 10px;          /* スライド間の余白（お好みで） */
}
/* NEW ARRIVAL（新商品）用 slick arrows */
.p-new-item .slick-prev,
.p-new-item .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-new-item .slick-prev,
  .p-new-item .slick-next {
    top: 30%;
    width: 45px;
    height: 45px;
  }
}

.p-new-item .slick-prev:before,
.p-new-item .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-new-item .slick-prev:before,
  .p-new-item .slick-next:before {
    top: 15px;
  }
}

.p-new-item .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-new-item .slick-prev {
    left: 0px;
  }
}
.p-new-item .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-new-item .slick-prev:before {
    left: 17px;
  }
}

.p-new-item .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-new-item .slick-next {
    right: 0px;
  }
}
.p-new-item .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-new-item .slick-next:before {
    left: 13px;
  }
  .p-new-item .c-item-list .c-item-list__txt{
    width: 88%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {

  /* NEWエリアのコンテナ左右余白をなくす */
  .p-new-item_inner.u-container {
    padding-left: 0;
    padding-right: 0;
  }

  /* slick化されたときは c-item-list のマイナス余白もリセット */
  .p-new-item .c-item-list.js-newitem-slider.slick-initialized {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* スライドの余白も一旦ナシにする（必要ならまた足す）*/
  .p-new-item .c-item-list.js-newitem-slider.slick-initialized .slick-slide {
    padding: 0 !important;
  }
}


/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list{
    background-color: #ffffff;
}
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl{
  font-size: 1.4rem;
  font-weight: 600;
}

.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  margin-top: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  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: 20px;
  height: 20px;
  fill: currentColor;
}


.concept3{
    background-color: #ffffff;
}

.concept3_inner {
    position: relative;
    letter-spacing: 0.1rem;
    height: 800px;
    width: 880px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1030px) {
  .concept3_inner{
    width: 100%;
  }    
}

.concept3_inner .concept3_bg{
    position: absolute;
    top: 0;
    left: 50%;
    width: 800px;
    height: 800px;
    object-fit: contain;
    object-position: center;
    overflow: hidden;
    transform: translate(-50%, 0);
}

.concept3_ttl{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    z-index: 1;
}

.concept3_ttl:before{
    content:"";
    background-image: url("https://img21.shop-pro.jp/PA01518/058/etc_base64/Y29uY2VwdF90dGxfYmVmb3Jl.png?cmsp_timestamp=20251107160136");
    display:block;
    width: 100%;
    height: 48px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 16px;
}

.concept3_ttl:after{
    content:"";
    background-image: url("https://img21.shop-pro.jp/PA01518/058/etc_base64/Y29uY2VwdF90dGxfYWZ0ZXI.png?cmsp_timestamp=20251107160136");
    display:block;
    width: 100%;
    height: 48px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 16px;
}

.concept3_dog_001{
    top: 120px;
    left: 24%;
    width: 154px;
    z-index: 1;
}
@media screen and (max-width: 768px) {
  .concept3_dog_001{
    left: 24px;
  }
}

.concept3_dog_002{
    top: 234px;
    right: 196px;
    width: 160px;
    z-index: 1;
}
@media screen and (max-width: 768px) {
  .concept3_dog_002{
    right: 8px;
  }
}

.concept3_dog_003{
    bottom: 162px;
    left: 280px;
    width: 200px;
    z-index: 1;
}

@media screen and (max-width: 768px) {
  .concept3_dog_003{
    left: 80px;
  }
}

.concept4{
    background-color: #ffffff;
}

.concept4_inner {
    position: relative;
    letter-spacing: 0.1rem;
    height: 800px;
    width: 880px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 1030px) {
  .concept4_inner{
    width: 100%;
  }    
}

.concept4_ttl{
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
}

.concept4_ttl:before{
    content:"";
    background-image: url("https://img21.shop-pro.jp/PA01518/058/etc_base64/Y29uY2VwdF90dGxfYmVmb3Jl.png?cmsp_timestamp=20251107160136");
    display:block;
    width: 100%;
    height: 48px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 16px;
}

.concept4_ttl:after{
    content:"";
    background-image: url("https://img21.shop-pro.jp/PA01518/058/etc_base64/Y29uY2VwdF90dGxfYWZ0ZXI.png?cmsp_timestamp=20251107160136");
    display:block;
    width: 100%;
    height: 48px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 16px;
}

/******************************/
/* SIZE GUIDE */
/******************************/
.size-guide{
    background-color: #FEF1EB;
   }
.size-guide_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 48px;
}
@media screen and (max-width: 768px) {
  .size-guide_list{
    grid-template-columns: 1fr;
    gap: 24px;
  } 
}
.size-guide_item{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 4.0rem;
}

/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information_inner{
 background-color: #FEF1EB;
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-information ul{
  width: clamp(320px, 80%, 640px);
  margin: auto;
  border-top: 1px solid #cfc5c5;
}

.p-information ul li{
  border-bottom: 1px solid #cfc5c5;
  margin: 0 auto;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
}

.topics-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0; margin: 16px 0 0;
}
@media (max-width: 768px) {
  .topics-list { grid-template-columns: 1fr; }
}

.topics-item { margin: 0; }
.topics-card { display: block; background: #fff; overflow: hidden; text-decoration: none; height: 100%; }
.topics-thumb { aspect-ratio: 1/1; width: 100%; background: #f5f5f7; object-fit: cover; display: block; }

.topics-more { text-align: center; margin-top: 16px; }
.c-btn.c-btn--more { display: inline-block; border: 1px solid #111; padding: 10px 20px; border-radius: 9999px; text-decoration: none; color: #111; }
.c-btn.c-btn--more:hover { background: #111; color: #fff; }

.topics-title {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}


/* Skeleton */
.skeleton { position: relative; overflow: hidden; background: #eee; }
.skeleton::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 50%, rgba(255,255,255,0) 100%);
  animation: shimmer 1.2s infinite; transform: translateX(-100%);
}
@keyframes shimmer { 100% { transform: translateX(100%); } }
.skeleton-text { height: 1em; margin: 8px 12px; border-radius: 6px; }
