.style-top{
  margin-top: 10px;
  &.cn{
    span:has(img){
      display: contents !important;
    }
  }
}
.style-font-mincho{
  font-family: Ryumin Regular KL,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho",serif
}

.style-font-mincho-bold{
  font-family: Ryumin Bold KL,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho",serif
}

.style-top .top-category-block{
  width: calc(100% + (100vw - 830px)/2 );
  height: 470px;
  position: relative;
  display: flex;
}

.style-top .top-nav-wrapper{
  margin-top: 80px;
  margin-bottom: 115px;
}

.style-top .top-nav-list{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.style-top .top-nav-item{
  padding: 17px 25px 5px 5px;
  width: 14.7%;
  margin-right: 22px;
  flex-grow: 1;
  border-bottom: 1px solid #000;
}
.style-top .top-nav-item:last-child{
  margin-right: 0;
}
.style-top .top-nav-item-anchor{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.style-top .top-nav-item-title{
  pointer-events: none;
  font-size: 18px;
}
.style-top .top-nav-item-title::after{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  right: -20px;
  top: 20%;
  transition: 0.2s;
}
.style-top .top-nav-item-anchor:hover{
  text-decoration: none;
}
.style-top .top-nav-item-anchor:hover .top-nav-item-title::after{
  top: 30%;
}
.style-top .top-category-text{
  width: 37%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 55px;
}
.style-top .top-category-text-head{
  font-size: 56px;
  margin-top: -28px;
  letter-spacing: 0.05em;
}
.style-top .top-category-text-lead{
  font-size: 24px;
  margin-top: 30px;
  letter-spacing: 0.05em;
  line-height: calc(36/24);
}

.style-top .top-category-text-main{
  font-size: 16px;
  margin-top: 23px;
  line-height: calc(24/16);
  letter-spacing: 0.09em;
}

.style-top .top-category-img-wrapper{
  width: auto;
  flex-grow: 1;
}

.style-top .top-category-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.style-top .top-product-list-wrapeer{
  width: 100%;
  margin-top: 15px;
  margin-bottom: 135px;
}
.style-top .top-product-anchor{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.style-top .top-product-anchor:hover{
  text-decoration: none;
}
.style-top .top-product-list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.style-top .top-product-item{
  width: 33%;
  position: relative;
  text-decoration: none;
  margin: 0 0.25% 10px;
  display: flex;
  flex-direction: column;
}

.style-top .top-product-item:hover{
  opacity: 0.8;
  transition: opacity 0.3s;
}
.style-top .top-product-item:nth-child(3n+1){
  margin-left: 0;
}
.style-top .top-product-item:nth-child(3n){
  margin-right: 0;
}
.style-top .top-product-icon-wrapper{
  position: absolute;
  width: 65px;
  height: 65px;
  left: 3px;
  top: 51px;
}
.style-top .top-product-icon-img{
  width: 100%;
  height: 100%;
}
.style-top .top-product-img-wrapper{
  position: relative;
  top: 0;
}
.style-top .top-product-img{
  height: auto;
  width: auto;
  position: absolute;
}

.style-top .top-product-item-about{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f6f6f6;
  margin-top: 170px;
  padding: 77px 30px 25px;
  flex-grow: 1;
}
.style-top .product-item-text-head{
  font-size: 22px;
  letter-spacing: 0.05em;
}
.style-top .product-item-text-main{
  font-size: 14px;
  margin-top: 6px;
  letter-spacing: 0.05em;
  line-height: calc(24/16);
}
.style-top .product-item-text-main-sup{
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
  font-weight: normal;
}
.style-top .product-item-text-attention-list{
  margin-top: 8px;
}
.style-top .product-item-text-attention-list-item{
  margin-top: 4px;
  font-size: 10px;
  color: #7c7c7c;
}
.style-top .product-item-color-wrapper{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 18px;
}
.style-top .product-item-color-wrapper + .product-item-color-wrapper{
  margin-top: 8px;
}
.style-top .product-item-color-text{
  font-size: 12px;
  color: #595757;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}
.style-top .product-item-color-text::after{
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  margin: 0 8px;
  background-color: #bababa;
}
.style-top .product-item-color-list{
  display: flex;
  justify-content: space-between;
}
.style-top .product-item-color-item{
  width: 14px;
  height: 14px;
  margin: 0 2px;
}
.style-top .product-item-color-item:first-child{
  margin-left: 0px;
}
.style-top .product-item-color-item:last-child{
  margin-right: 0px;
}
.style-top .product-item-color-box{
  width: 100%;
  height: 100%;
}

.style-top .top-category-seat .top-category-img{
  object-position: 30% 28%;
}

.style-top .top-category-chair .top-category-img{
  object-position: 85% 70%;
}
.style-top .top-category-bx .top-category-img{
  object-position: 30% 48%;
}

.style-top .top-category-chair{
  margin-bottom: 64px;
  margin-top: -10px;
}

.style-top  .top-category-other{
  height: auto;
}
.top-content-wrapper{
  margin: 0 60px;
}

@media screen and (max-width: 1200px) {
  .style-top .top-category-text {
    width: 45%;
  }
  .style-top .top-category-block{
    height: 420px;
  }
}
@media screen and (max-width: 950px) {
  
  .style-top .top-category-img-wrapper{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .style-top .top-category-text {
    width: 50%;
  }
  .top-category-block{
    width: 100%;
    height: 420px;
  }
  .style-top .top-category-img {
    height: auto;
    width: calc(100% + 60px);
    object-fit: cover;
    right: -60px;
  }
}