@charset "utf-8";
html{
	scroll-snap-type: y proximity;
	scroll-padding-top: 150px;
 	scroll-behavior: smooth;
}

#bana_inc .price:after {
    content: none;
}
.boxlink_sold .price:after {
    content: none !important;
}
#kwinc-13007301 .sans-serif {
    font-family: "Zen Kaku Gothic New", serif !important;
    font-weight: 500;
    font-style: normal;
}
#bana_inc .lh-10 {
    line-height: 1.0;
}

#kwinc-13007301 .list:before {
    content: "ITEM LIST";
    display: block;
    color: #1d3994;
    font-size: 14px;
    margin-bottom: 3px;
}

		.btn a {
  position: relative;
  display: block;
}
	
	.btn-arrow-bottom a::after {
    content: '';
    position: absolute;
           bottom: -60%;
        right: 44%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}
@media screen and (max-width:520px) {
    html{
        scroll-padding-top: 200px;
    }
	
	.btn a {
  position: relative;
  display: block;
}
	
	.btn-arrow-bottom a::after {
    content: '';
    position: absolute;
           bottom: -60%;
        right: 44%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
}
}