@charset "euc-jp";


.topSwiper {
  overflow: hidden;
  position: relative;
}
.topSwiper .swiper-slide {
  width: min(90vw, 1200px);
}
.topSwiper .swiper-slide a:hover {
  opacity: 0.8;
}
.topSwiper .swiper-pagination {
  bottom: 20px;
}

#scTopInfo {
  padding: min(10vw, 80px) 0;
}
#scTopInfo li {
  font-size: clamp(1.2rem,1.3vw,1.5rem);
  color: var(--s);
  border-bottom: 1px solid #C7BDB4;
  padding: 5px 0;
  margin-bottom: 15px;
}
#scTopInfo a {
  position: relative;
  display: block;

}
#scTopInfo a:hover {
  color: #55341B;
}
#scTopInfo a::after {
  content: "";
  width: 0;
  height: 1px;
  background: var(--p);
  bottom: -6px;
  left: 0;
}
#scTopInfo a:hover::after {
  width: 100%;
}
#scTopInfo .postTtl {
  font-size: clamp(1.2rem,1.3vw,1.5rem);
}
#scTopNewProducts .slArea {
  margin-top: -20px;
}

#scTopCate {
  background: url("https://file003.shop-pro.jp/PA01494/748/img/bg-texture.jpg") no-repeat center center/cover;
}
.topCategoryRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 3.5%;
}
.topCategoryRow > div {
  width: 18%;
}
.topCategoryRow .img {
  width: 92%;
  text-align: center;
  background: #FFF;
  border-radius: 120px;
  margin: 0 auto 30px;
}
.topCategoryRow .img img {
  transition: all 0.2s;
}
.topCategoryRow .img:hover img {
  filter: brightness(0.66);
  -webkit-filter: brightness(0.66);
}
.topCategoryRow > div:nth-of-type(3) .parent {
  letter-spacing: -0.05em;
}
.cateSelect {
  position: relative;
}
.cateSelect .parent {
  color: #FFF;
  background: var(--p);
  display: grid;
  place-content: center;
  width: 100%;
  height: 40px;
  font-size: clamp(1.8rem, 1.15vw, 2rem);
  line-height: 1.4;
  position: relative;
  padding-right: 9%;
}
.cateSelect .parent::after {
  content: "";
  border-top: 7px solid #FFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: calc(50% - 2px);
  right: 5%;
}
.accOpen .cateSelect .parent::after {
  transform: scale(1, -1);
}
.cateSelect .child {
  display: none;
  background: #FFF;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  font-size: clamp(1.4rem, 1.05vw,1.8rem);
  padding: 15px 10%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  z-index: 1;
}
.cateSelect .child a {
  display: block;
  position: relative;
}
.cateSelect .child a::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid var(--p);
  border-right: 1px solid var(--p);
  transform: rotate(45deg);
  top: calc(50% - 0.35em);
  right: 0;
}
.itemRow6 {
  display: flex;
  flex-wrap: wrap;
  grid-gap: clamp(25px, 4vw, 70px) 8%;
}
.itemRow6 .col {
  width: 28%;
  padding: 0;
}
.itemRow6 a, .itemListRow a {
  display: block;
}
.itemRow6 .img {
  border-radius: min(1.5vw, 10px);
  margin-bottom: min(2vw, 20px);
  overflow: hidden;
}
.itemRow6 .img img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.itemRow6 .productsName {
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  font-weight: 800;
}
.itemRow6 .price {
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  font-weight: 700;
  margin-bottom: min(3vw, 13px);
}
.itemRow6 .explTxt {
  font-size: 1.2rem;
}
#scTopStory {
  background: url("https://file003.shop-pro.jp/PA01494/748/img/bg-top-story.jpg") no-repeat center center / cover;
  background-attachment: fixed;
}
.backImgFix {
  display: none;
  /*position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  background: url("https://file003.shop-pro.jp/PA01494/748/img/top-mv-3.jpg") no-repeat center center / cover;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
  z-index: 0;
}
.backImgFix img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  /*max-width: 500vh;
  width: 100%;
  min-height: 100vh;*/
  /*background-size: cover;
  background-position: center;*/
}
#scTopStory .containerM {
  z-index: 1;
}
#scTopStory h2, #scTopStory p {
  text-shadow: 0 0 12px #000;
}
#scTopStory h2 {
  text-align: center;
  font-size: clamp(3.1rem, 4.1vw, 5rem);
  margin: 20px 0 20px;
}
.btnBox {
  margin-top: min(8vw,50px);
}
.btnBorderWh {
  color: #FFF;
  border: 1px solid #FFF;
  display: grid;
  place-content: center;
  width: min(100%, 355px);
  height: 60px;
  font-size: clamp(1.8rem, 1.6vw, 2rem);
  background: rgba(255,255,255,0.2);
  margin: 0 auto;
}
.btnBorderWh:hover {
  color: #55341B;
  background: rgba(255,255,255,1);
}

@media screen and (max-width: 1500px) {
  .cateSelect .parent {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1300px) {
  .topCategoryRow {
    grid-gap: 50px 3.5%;
  }
  .topCategoryRow > div {
    width: 22%;
  }
  .cateSelect .child {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1180px) {
  .topSwiper .swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  /*========= Top page =========*/
  .itemRow6, .itemListRow {
    grid-gap: 15px 4%;
  }
  .itemRow6 .col {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .topicsBnRow a {
    width: 100%;
  }
  #scTopCate {
    background: url("https://file003.shop-pro.jp/PA01494/748/img/bg-texture-sp.jpg") no-repeat center top / cover;
  }
  .topCategoryRow {
    display: block;
  }
  .topCategoryRow > div {
    width: 100%;
    position: relative;
  }
  .topCategoryRow > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .topCategoryRow .img {
    position: absolute;
    width: 64px;
    top: -12px;
    left: 0;
    margin: 0;
    z-index: 1;
  }
  .cateSelect {
    width: calc(100% - 25px);
    margin-left: auto;    
  }
  .cateSelect .parent {
    font-size: 1.8rem;
    padding: 0;
  }
  .cateSelect .child {
    position: relative;
    top: 0;
  }
  .itemListRow {
    
  }
  .itemListRow li {
    width: 48%;
  }
  .tagGroup div {
    display: none;
  }
  #scTopStory {
    background: none;
  }
  .backImgFix {
    display: block;
  }
  #scTopStory .containerM > img {
    width: 40vw;
    display: none;
  }
}
.imgcenter {
            margin: auto;
			padding-top: 20px;
			padding-bottom: 20px;
            text-align: center;
        }
