.common-second-box-left{
  width:calc( 831 / 1440 * 100% );
}
.common-second-box-right{
  width:calc( 560 / 1440 * 100% );
}
.common-second-box-left .story-list{
  margin-top:0;
}
.common-second-box-left .story-list-unit{
  background-color:rgba(0,0,0,0);
  padding-top:clamp( 10px,3.4vw,34px );
  padding-bottom:clamp( 10px,3.4vw,34px );
  border-top:1px solid #919191;
}
.common-second-box-left .story-list-unit:first-of-type{
  padding-top:0;
  border-top:0;
}
.common-second-box-left .story-list-unit{
  margin-top:0;
  border-radius:0;
}
.common-second-box-left .story-list-ur .story-list-unit-content{
  padding:0 0 0 clamp( 10px,1.8vw,18px )
}
.common-second-box-left .story-list-ur .story-list-unit-top{
  width:calc( 264 / 831 * 100% );
}
.common-hot-box-title-img{
  width:clamp(15px,2.5vw,25px);
  margin-left:4px;
}
.common-hot-box-title-text{
  font-size: 24px;
  color: #ad0000;
  margin-left:clamp( 5px,1.6vw,16px );
  font-weight:bold;
}
.common-hot-box .story-list-unit{
  padding:clamp( 10px,1.2vw,12px ) 0;
  background-color:#ffffff;
  box-shadow: 0px 0px 11px 2px 
		#cbcbcb;
  border-radius: 5px;
}
.common-hot-box .story-list-unit:first-of-type{
  padding:10px 0 clamp(10px,1.7vw,17px);
}
.common-hot-box .story-list-unit-inner{
  width:calc( 100% - clamp( 20px,2.8vw,28px ) );
  margin:0 auto;
}
.common-hot-box .story-list-ur .story-list-unit-top{
  width:calc( 222 / 532 * 100% );
}
.common-second-box .product-box{
  background-color: #f3f3f3;
  border-radius: 5px;
  padding:clamp( 10px,2.3vw,23px ) 0;
}
.common-second-box .product-box .product-box-list{
  width:calc( 100% - clamp( 10px,1.8vw,18px ) * 2 );
  margin:0 auto;
  display:flex;
  align-items:flex-start;
  flex-wrap:wrap;
  justify-content:space-between;
}
.common-second-box .product-box .product-box-list-unit{
  width:32%;
  margin-top:clamp( 10px,1.3vw,13px );
  overflow:hidden;
  border-radius: 5px;
}
.common-second-box .product-box .product-box-list-unit:nth-child(-n+3){
  margin-top:0;
}
.common-second-box .product-box .product-box-list-unit .img-box{
  padding-top:calc( 1 / 1 * 100% );
}
.common-second-box-has-product .product-box{
  margin-top: clamp(10px, 2.1vw, 21px);
}
@media (min-width:577px){
  .common-hot-box .story-list-ur .story-list-unit:first-of-type .story-list-unit-inner{
    display:block;
  }
  .common-hot-box .story-list-ur .story-list-unit:first-of-type .story-list-unit-top{
    width:100%;
  }
  .common-hot-box .story-list-ur .story-list-unit:first-of-type .story-list-unit-content{
    padding:6px 0 0 0;
  }
  .common-hot-box .story-list-ur .story-list-unit:nth-child(n+2) .story-list-unit-content{
    padding:0 0 0 6px;
  }
  .common-second-box-left .story-list-unit:nth-child(-n+3){
    display:none;
  }
  .common-second-box-left .story-list-unit:nth-child(4){
    padding-top:0;
    border-top:0;
  }
  .common-second-box-has-product .common-hot-list .story-list-unit{
    margin-top: clamp(12px, 2.1vw, 13px);
  }
  .common-second-box-has-product .common-hot-list .story-list-unit:first-of-type{
    margin-top: 0;
  }
}
@media (max-width:576px){
  .common-second-box>.flex{
    display:block;
  }
  .common-second-box-left,.common-second-box-right{
    width:100%;
  }
  .common-second-box-right{
    margin-top: clamp(20px, 2vw, 50px);
  }
  .common-second-box-left .story-list-ur .story-list-unit-top{
    width: 43.75vw;
  }
  .common-second-box-left .story-list-ur .story-list-unit-title{
    -webkit-line-clamp: 2;
    height:unset;
  }
  .common-hot-box .story-list-unit .story-list-unit-content{
    padding:6px 0 0 0;
  }
  .common-hot-box .story-list-unit .story-list-unit-title{
    -webkit-line-clamp: 2;
    height:unset;
  }
  .common-hot-box-title-text{
    font-size: clamp(1px,5.18vw,20px);
  }
  .common-hot-box-title-img{
    width:clamp(1px,4.34vw,20px);
  }
}
