@charset "euc-jp";

.detailWrap .colL {
  width: 50.7%;
}
.detailWrap .colR {
  width: 40.7%;
}

.swContainer {
  width: 100%;
  overflow: hidden;
}
.detailImgSl {
  margin-bottom: 20px;
}
.detailImgThum .swiper-wrapper {
	display: flex;
    flex-wrap: wrap;
  transform: none!important;
  grid-gap: 10px 0.8%;
}
.detailImgThum .swiper-slide {
  width: 16%;
  /*height: 200px;*/
  position: relative;
  padding: 5px;
}
.detailImgThum .swiper-slide::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.detailImgThum .swiper-slide.swiper-slide-thumb-active::before {
  border: 1px solid var(--p);
}
.detailImgThum .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lineBlock {
  border-bottom: 1px solid rgba(85,52,27,0.3);
  padding-bottom: min(8vw, 35px);  
  margin-bottom: min(8vw, 35px);
}

.detailWrap .productsName {
  font-size: clamp(2.6rem, 3vw, 3.6rem);
  line-height: 1.4;
  margin-bottom: 0.6em;
}
.productsName .badgeNewItem {
  margin-bottom: min(3vw,20px);
}
.detailWrap .price {
  font-size: 2rem;
}
.detailWrap .price .regular {
  display: block;
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 0.9em;
}
.detailWrap .price .discount {
  color: #FFF;
  background: var(--s);
  font-size: 0.8em;
  padding: 0.1em 0.5em;
}
.detailWrap select {
  border: 1px solid var(--p);
  height: 44px;
  width: 100%;
  position: relative;
  padding: 0 10px;
}

.labe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 30px);
  text-align: center;
  background: #F8F7F5;
  z-index: 1;
  pointer-events: none;
}

.detailWrap .explTxt {
  
}
.disableCartin {
  margin-bottom: 20px;
}
.btnAddcart {
  text-align: center;
  color: #FFF;
  background: #A5262B;
  width: 100%;
  border: 1px solid #A5262B;
  transition: all 0.15s;
}
.btnAddcart:disabled {
  background: #666;
  border-color: #666;
}
.btnAddcart:not(:disabled):hover{
  color: #A5262B;
  background: #FFF;
}
.btnAddcart img {
  left: min(5.5vw,30px);
  filter: grayscale(1) brightness(4);
  -webkit-filter: grayscale(1) brightness(4);
  transition: all 0.15s;
}
.btnAddcart:not(:disabled):hover img {
  filter: grayscale(0) brightness(1);
  -webkit-filter: grayscale(0) brightness(1);
}
.btnAddcart .relative {
  padding: 15px;
}
.btnAddcart img, .btnFavorite img, .btnFavorite svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btnFavorite svg path {
  fill: #FFF;
  transition: all 0.15s;
}
.btnFavorite svg {
  width: 21px;
  left: min(7vw,36px);
}
.btnFavorite:hover {
  background: #EBE6DB;
}
.btnFavorite:hover svg path {
  fill: #55341b;
}
.btnFavorite {
  text-align: center;
  width: 100%;
  background: #FFF;
  transition: all 0.15s;
}
.optRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.btnFavorite .relative {
  padding: 10px;
}
.optRow .optName {
  width: 170px;
}
.optRow .inputBox {
  width: calc(100% - 170px);
  position: relative;
}
#count {
  margin-bottom: 30px;
  position: relative;
}
#count .initNum {
  background: #FFF;
  width: 100%;
  height: 44px;
  text-align: right;
  padding: 4px 40px 4px 4px;
}
#count .initNum::-webkit-outer-spin-button, #count .initNum::-webkit-inner-spin-button {
  margin-left: 0.5em;
}
.purBlock {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 18px;
}
.purBlock .purPlus, .purBlock .purMinus {
  position: relative;
  display: block;
  width: 100%;
  height: 14px;
  background: #EEE;
}
@media screen and (max-width: 600px) {
  .purBlock .purPlus, .purBlock .purMinus {
    height: 12px;
  }
}
.purBlock .purPlus {
  margin-bottom: 4px;
}
.purBlock .purPlus {
  margin-bottom: 4px;
}
.purBlock .purPlus::before, .purBlock .purMinus::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-left: 5px transparent solid;
  border-right: 5px transparent solid;
}
.purBlock .purPlus::before {
  border-bottom: 5px #333 solid;
}
.purBlock .purMinus::before {
  border-top: 5px #333 solid;
}

.inputBox .minus, .inputBox .plus {
  display: none;
}
.detailExplainBlock .tagGroup {
  grid-gap: 0.5em 0.5em;
  margin-bottom: 1em;
}
.detailExplainBlock .tagGroup span {
  font-size: clamp(1rem,1.3vw,1.5rem);
}
.detailExplainBlock .tagGroup div {
  display: none;
}
.detailInq {
  text-align: center;
  margin-top: 30px;
}



@media screen and (max-width: 1180px) {
  .detailWrap .colL {
    width: 42%;
  }
  .detailWrap .colR {
    width: 54%;
  }
}
@media screen and (max-width: 820px) {
  .detailWrap .colL {
    width: 100%;
  }
  .detailWrap .colR {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .detailImgThum {
    margin-bottom: 15px;
  }
  .detailImgThum .swiper-wrapper {
    grid-gap: 5px 0.625%;
  }
  .detailImgThum .swiper-slide {
    width: 19.5%;
  }
  .optRow .optName {
    width: 125px;
  }
  .optRow .inputBox {
    width: calc(100% - 125px);
  }
  .detailWrap select {
    height: 30px;
  }
  #count .initNum {
    height: 34px;
  }
  

}

.optionUnit .optRow .inputBox:not(.selected)::before {

  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  display: flex;
  align-items: center;
  background: #F8F7F5;
  padding: 0 10px;
  z-index: 1;
  pointer-events: none;
}

/* 最近チェックした商品 始め */

.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;
        }
/* 最近チェックした商品 終わり */