.top-tokusetu{
margin-bottom:25px;
display: block;
text-align:center;
    text-decoration: underline;
}

.top-ryu{
margin-bottom: 35px;
}
.top-ryu img{
    width:100%;
    display: block;
}
.top-ryu-list{
    /*display: flex;
    flex-wrap: wrap;
    gap: min(4vw,20px);
    margin-top: 0.5rem;*/
display: grid;
    grid-template-columns: repeat(auto-fill,minmax(min(47%,250px),1fr));
    width: min(100%,600px);
    gap: min(4vw,15px);
      margin: 1.1rem auto 0;
}
/*.top-ryu-list li{
    line-height: 1.35;
    position: relative;
    padding-left: 15px;
    font-size: min(3.5vw,15px);
}
.top-ryu-list li:before{
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background: #050C90;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 5px;
}*/
.top-ryu-list li a{
/*text-decoration: underline;*/
background: #050C90;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    padding: 0.5rem;
    font-size: min(3.5vw,15px);
    font-weight: bold;
    display: block;
    width: 100%;
    line-height: 1.35;
    margin: 0 auto;
}

/*新着情報*/
.info{
    overflow: auto;
    height: 78px;
    width: 100%;
}
.info-list li{
	margin-bottom: 3px;
}
.info-list li span{
    margin-right: 10px;
}
.info-list{
line-height: 1.4;
}
.info-list dt {
    width: 12%;
    font-weight: normal;
}
.info-list dd {
    width: 88%;
     margin-bottom: 4px;
}
.info::-webkit-scrollbar {
width: 12px; /* 垂直方向のスクロールバーの幅 */
}
/*新着スクロール*/
.info::-webkit-scrollbar-thumb {
background: #050C90;
border-radius: 10px;
/*box-shadow: inset 3px 3px 3px rgba(255,255,255,0.2);*/
}
/*新着スクロール背景*/
.info::-webkit-scrollbar-track {
background: #efefef;
border-radius: 10px;
/*box-shadow: inset 3px -3px 5px rgba(0,0,0,0.2);*/
}
.info::-webkit-scrollbar-corner {
display: none;
}

/*SNS*/
.sns .flex{
/*margin: 10px 0 40px;*/
    margin: 35px auto 50px;
    width: 80%;
}
.sns .flex a{
/*width:calc((100% - 60px) / 4);*/
    width: calc((100% - 155px) / 4);
}
.sns .flex a img{
width:100%;
    /*height: 44px;*/
    /*object-fit: cover;*/
}

/*SEARCH*/
.search-area form{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.search-area form .side_form_input{
border: 1px solid #333;
    border-radius: 0;
    width: calc((100% - 10px) / 5*4);
    height: 35px;
}
.search-area form div{
    width: calc((100% - 10px) / 5);
    border-radius: 0;
    border: none;
    background: #ff7d01;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.search-area form div button {
    width: 100%;
    background: none;
    border: none;
    font-weight: bold;
    color: #fff;
    display: block;
    height: 100%;
    padding-left: 20px;
    font-size: 11pt;
    position: relative;
    display: flex;
    padding: 0.4em 1em 0.4em 1.2em;
    line-height: 1.5;
}
.search-area form div button:before {
    content: "";
    height: 16px;
    min-width: 18px;
    background: url(https://img02.shop-pro.jp/PA01120/849/etc/search-icon.png?cmsp_timestamp=20210317103842);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.search-area h3{
    background: url(https://img02.shop-pro.jp/PA01120/849/etc/titleback.jpg?cmsp_timestamp=20210317103851) no-repeat;
    background-size: cover;
    font-weight: bold;
    color: #fff;
    font-size: 13pt;
    padding: 2px 10px;
    margin-top: 25px;
}
.top-cate{
/*justify-content: flex-start;*/
    margin-bottom: 35px;
}
/*.top-cate a{
    width: calc((100% - 30px) / 4);
    margin-top: 15px;
    margin-right: 10px;
}
.top-cate a:nth-of-type(4n){
    margin-right: 0px;
}*/

/*おススメのメーカー*/
.top-maker{
    margin-top: 15px;
    justify-content: flex-start;   
}
.top-maker a{
    display: block;
    width: calc((100% - 40px) / 5);
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    margin-right: 10px;
}
.top-maker a:nth-of-type(5n){
    margin-right: 0;   
}
.top-maker a img{
	width: 100%;
    margin-bottom: 5px;
}
.top-maker a:after{
    content: attr(data-text);
    display: block;
    color: #333;
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 1.25;
    font-weight: bold;
}

/*スクロールボックス*/
.sc-box{
  overflow: auto;
  /*height: 350px;*/
  /*height: 640px;*/
  width: 100%;
  /*padding-right: 5px;*/
  padding-right: 18px;
  margin-top: 15px;
  height: 535px;
}
.sc-box::-webkit-scrollbar {
width: 12px; /* 垂直方向のスクロールバーの幅 */
}
/*新着スクロール*/
.sc-box::-webkit-scrollbar-thumb {
background: #050C90;
border-radius: 10px;
/*box-shadow: inset 3px 3px 3px rgba(255,255,255,0.2);*/
}
/*新着スクロール背景*/
.sc-box::-webkit-scrollbar-track {
background: #efefef;
border-radius: 10px;
/*box-shadow: inset 3px -3px 5px rgba(0,0,0,0.2);*/
}
.sc-box::-webkit-scrollbar-corner {
display: none;
}

/*NEW ITEM*/
.new-item ul{
  /*display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;*/
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(min(25%,150px),1fr));
  gap: 20px 15px;
}
.new-item ul li{
    /*width: calc((100% - 45px) /4);
    margin-right:15px;
    margin-top: 0;*/
    display: flex;
    flex-direction: column;
}
/*.new-item ul li:nth-of-type(4n){
  margin-right:0;
}
.new-item ul li:nth-of-type(n+5){
	margin-top:20px;
}*/
.new-item a{
	display: block;
    padding-bottom: 5px;
}
.new-item .nitem-img {
    border: 1px solid #333;
    position: relative;
    width: 100%;
    height: auto;
aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
      overflow: hidden;
}
/*.new-item .nitem-img:before {
    content:"";
    display: block;
    padding-top: 100%;
}*/
.new-item .nitem-img img{
    /*position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;*/
      object-fit: contain;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}
.new-item p{
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 6px;
}
.new-item span{
font-size: 14px;
    border-top: 1px solid #ccc;
    width: 100%;
    display: block;
    text-align: right;
    color: #e22f2f;
    font-weight: bold;
    padding-top: 2px;
    margin-top: auto;
}