html{
scroll-behavior: smooth;
}

#contentsarea{
width: 100%;
min-width: 1200px;
margin: 0 auto;
padding: 0;
font-family: 'Hiragino Maru Gothic Pro W4', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
color: #eee;
background-color: #333;
font-size: 16px;
line-height: 2em;
text-align: justify;
word-break: break-all;
}

#contentsarea img{
display: block;
}

#contentsarea .title_img{
width: 100%;
margin: 0 auto;
padding: 0;
}

#contentsarea .title_img img{
width: 100%;
max-width: inherit !important;
}

#contentsarea .main_contents{
width: 100%;
box-sizing: border-box;
margin: 0 auto;
padding: 0 6%;
}

#contentsarea .main_contents .title_text{
width: 100%;
margin: 0 auto;
padding: 0;
}

#contentsarea .main_contents .title_text h3{
display: block;
width: 100%;
margin: 100px auto 0;
font-size: 50px;
line-height: 1em;
text-align: center;
color: #fff;
}

#contentsarea .main_contents .title_text h3 span{
display: block;
margin: 0 auto;
font-size: 25px;
}

#contentsarea .main_contents h4 {
position: relative;
margin: 100px auto 0;
padding: 0 0 10px 40px;
border-bottom: 1px solid #ccc;
font-size: 25px;
line-height: 1em;
color: #fff;
}

#contentsarea .main_contents h4::before,
#contentsarea .main_contents h4::after {
position: absolute;
content: '';
border-radius: 100%
}

#contentsarea .main_contents h4::before {
top: 0;
left: 0;
z-index: 2;
width: 20px;
height: 20px;
background: rgba(150, 150, 150, .5);
}

#contentsarea .main_contents h4::after {
top: 12px;
left: 12px;
width: 15px;
height: 15px;
background: rgba(210, 210, 210, .5);
}

#contentsarea .main_contents .variation_icon{
width: 100%;
max-width: 80px;
aspect-ratio: 1/1;
background-repeat:  no-repeat;
background-position: center;
background-size: contain;
margin: 0 auto 10px;
}

#contentsarea .main_contents .type_link{
width: 100%;
box-sizing: border-box;
display: -webkit-flex;
display: flex ;
flex-wrap: wrap;
justify-content: space-between;
padding:0;
margin: 2% auto 0;
list-style: none;
color: #333;
}

#contentsarea .main_contents .type_link li{
width: 19%;
box-sizing: border-box;
padding: 10px 10px 56px;
margin: 0;
background-color: #eee;
font-size: 14px;
line-height: 1.5em;
border-radius: 10px;
position: relative;
}

#contentsarea .main_contents .type_link li span{
display: block;
width: 100%;
font-size: 18px;
line-height: 1em;
text-align: center;
font-weight: bold;
margin: 0 0 10px;
}

#contentsarea .main_contents .type_link li a{
color: #eee;
background-color: #333;
width: calc(100% - 20px);
border-radius: 5px;
border: 1px solid #333;
margin: 0;
padding: 10px;
box-sizing: border-box;
transition: 0.2s ease-in-out;
text-align: center;
line-height: 1em;
font-weight: bold;
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}

#contentsarea .main_contents .type_link li a:hover{
color: #333;
background-color: #eee;
}

#contentsarea .main_contents .brand_link{
width: 100%;
box-sizing: border-box;
display: -webkit-flex;
display: flex ;
flex-wrap: wrap;
padding:0;
margin: 0 auto 0;
list-style: none ;
color: #333;
}

#contentsarea .main_contents .brand_link li{
width: 15%;
box-sizing: border-box;
padding: 10px;
margin: 2% 2% 0 0;
background-color: #eee;
border-radius: 10px;
}

#contentsarea .main_contents .brand_link li:nth-child(6n){
margin: 2% 0 0;
}

#contentsarea .main_contents .brand_link .empty{
background-color: transparent !important;
}

#contentsarea .main_contents .brand_link li a{
width: 100%;
color: #eee;
text-align: center;
margin: 0;
padding: 0;
}

#contentsarea .main_contents .brand_link li a p{
color: #eee;
background-color: #333;
width: 100%;
border-radius: 5px;
border: 1px solid #333;
padding: 10px 20px 10px 10px;
box-sizing: border-box;
text-align: center;
font-size: 14px;
line-height: 1em;
position: relative;
font-weight: bold;
transition: 0.2s ease-in-out;
}

#contentsarea .main_contents .brand_link li a p::after {
content: '\f078';
font-family: 'Font Awesome 5 Free';
font-size: 10px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 5px;
font-weight: 900;
}

#contentsarea .main_contents .brand_link li a:hover p{
color: #333;
background-color: #eee;
}

#contentsarea .brand_area{
margin: 50px auto 0;
background-image: linear-gradient(#333 0%, #888 0.6%, #888 99.4%, #fff 100%);
box-sizing: border-box;
padding: 120px 6%;
}

#contentsarea .brand_area .brand_contents{
width: 100%;
box-sizing: border-box;
flex-wrap: wrap;
padding: 4%;
margin: 50px auto 0;
border-radius: 10px;
background: #eee;
color: #333;
}

#contentsarea .brand_area .brand_contents img{
width: 100%;
max-width: inherit !important;
margin: 0;
}

#contentsarea .brand_area .brand_contents h5{
display: block;
width: 100%;
margin: 30px auto 0;
padding: 0 0 20px;
font-size: 35px;
line-height: 1.5em;
text-align: center;
position: relative;
border-bottom: 1px solid;
}

#contentsarea .brand_area .brand_contents h5:before,
#contentsarea .brand_area .brand_contents h5:after {
position: absolute;
top: 100%;
left: 50%;
content: "";
height: 0;
width: 0;
}

#contentsarea .brand_area .brand_contents h5:before {
border: 12px solid;
border-color: transparent;
border-top-color: #333;
margin-left: -12px;
}

#contentsarea .brand_area .brand_contents h5:after {
border: 10px solid;
border-color: transparent;
border-top-color: #eee;
margin-left: -10px;
}

#contentsarea .brand_area .brand_contents ul{
width: 100%;
box-sizing: border-box;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
list-style: none;
padding:0;
margin: 40px auto 0;
}

#contentsarea .brand_contents ul .comment{
width: 70%;
box-sizing: border-box;
padding:0 30px 0 0;
margin: 0;
border: none;
list-style: none ;
}

#contentsarea .brand_area .brand_contents ul .comment span{
display: block;
width: 100%;
font-size: 20px;
line-height: 1em;
font-weight: bold;
padding: 0;
margin: 0 0 20px;
}

#contentsarea .brand_contents ul .comment p{
width: 100%;
padding: 0 0 20px;
margin: 0 0 20px;
border-bottom: 1px dashed #333;
}

#contentsarea .brand_contents ul .category{
width: 30%;
margin: 0;
font-size: 18px;
line-height: 1em;
font-weight: bold;
text-align: center;
position: relative;
}

#contentsarea .brand_contents ul .category .notes{
font-size: 11px;
line-height: 1.5em;
margin: 1.2em 0 0;
color: #777;
}

#contentsarea .brand_contents ul .category .notes .pc_notes{
display: inline;
}

#contentsarea .brand_contents ul .category .notes .sp_notes{
display: none;
}

#contentsarea .category .variation{
box-sizing: border-box;
display: -webkit-flex;
display: flex ;
flex-wrap: wrap;
list-style: none ;
padding:0 0 82px;
}

#contentsarea .category .variation > div{
width: 20%;
box-sizing: border-box;
text-align: center;
padding:0 5px;
margin: 20px 0 0;
font-size: 12px;
line-height: 1.3em;
}

#contentsarea .category .variation .thumb{
width: 100%;
max-width: 100px;
aspect-ratio: 1/1;
background-repeat:  no-repeat;
background-position: center;
background-size: 85%;
margin: 0 auto 10px;
cursor: pointer;
padding: 5px !important;
opacity: 1;
transition: 0.2s ease-in-out;
}

#contentsarea .category .ItemSearch{
width: 100%;
position: absolute;
bottom: 0;
}

#contentsarea .brand_contents ul .category a{
display: block;
width: 100%;
border-radius: 5px;
margin: 20px 0 0;
padding: 20px 10px;
box-sizing: border-box;
transition: 0.2s ease-in-out;
text-align: center;
font-size: 20px;
line-height: 1em;
background: #333;
color: #eee;
border: 1px solid #333;
}

#contentsarea .brand_contents ul .category a:hover{
background: #eee;
color: #333;
opacity: 1;
}

#contentsarea .invisible{
display: none;
}

#link_acousticscience{
margin: 0 auto !important;
}

#store_footer .storelogo_white{
display: none;
}

#contentsarea .main_contents .type_link li .icon_4st, 
#contentsarea .brand_area .category .variation .icon_4st{
background-image: url("../../../features/bassside/string/icon_4st.png");
}

#contentsarea .main_contents .type_link li .icon_5st, 
#contentsarea .brand_area .category .variation .icon_5st{
background-image: url("../../../features/bassside/string/icon_5st.png");
}

#contentsarea .main_contents .type_link li .icon_6st, 
#contentsarea .brand_area .category .variation .icon_6st{
background-image: url("../../../features/bassside/string/icon_6st.png");
}

#contentsarea .main_contents .type_link li .icon_double, 
#contentsarea .brand_area .category .variation .icon_double{
background-image: url("../../../features/bassside/string/icon_double.png");
}

#contentsarea .main_contents .type_link li .icon_upright, 
#contentsarea .brand_area .category .variation .icon_upright{
background-image: url("../../../features/bassside/string/icon_upright.png");
}

#contentsarea .main_contents .type_link li .icon_short, 
#contentsarea .brand_area .category .variation .icon_short{
background-image: url("../../../features/bassside/string/icon_short.png");
}

#contentsarea .main_contents .type_link li .icon_medium, 
#contentsarea .brand_area .category .variation .icon_medium{
background-image: url("../../../features/bassside/string/icon_medium.png");
}

#contentsarea .main_contents .type_link li .icon_long, 
#contentsarea .brand_area .category .variation .icon_long{
background-image: url("../../../features/bassside/string/icon_long.png");
}

#contentsarea .main_contents .type_link li .icon_superlong, 
#contentsarea .brand_area .category .variation .icon_superlong{
background-image: url("../../../features/bassside/string/icon_superlong.png");
}

#contentsarea .main_contents .type_link li .icon_multi, 
#contentsarea .brand_area .category .variation .icon_multi{
background-image: url("../../../features/bassside/string/icon_multi.png");
}

#contentsarea .main_contents .type_link li .icon_nps, 
#contentsarea .brand_area .category .variation .icon_nps{
background-image: url("../../../features/bassside/string/icon_nps.png");
}

#contentsarea .main_contents .type_link li .icon_nickel, 
#contentsarea .brand_area .category .variation .icon_nickel{
background-image: url("../../../features/bassside/string/icon_nickel.png");
}

#contentsarea .main_contents .type_link li .icon_steel, 
#contentsarea .brand_area .category .variation .icon_steel{
background-image: url("../../../features/bassside/string/icon_steel.png");
}

#contentsarea .main_contents .type_link li .icon_nylon, 
#contentsarea .brand_area .category .variation .icon_nylon{
background-image: url("../../../features/bassside/string/icon_nylon.png");
}

#contentsarea .main_contents .type_link li .icon_bronze, 
#contentsarea .brand_area .category .variation .icon_bronze{
background-image: url("../../../features/bassside/string/icon_bronze.png");
}

#contentsarea .main_contents .type_link li .icon_round, 
#contentsarea .brand_area .category .variation .icon_round{
background-image: url("../../../features/bassside/string/icon_round.png");
}

#contentsarea .main_contents .type_link li .icon_half, 
#contentsarea .brand_area .category .variation .icon_half{
background-image: url("../../../features/bassside/string/icon_half.png");
}

#contentsarea .main_contents .type_link li .icon_flat, 
#contentsarea .brand_area .category .variation .icon_flat{
background-image: url("../../../features/bassside/string/icon_flat.png");
}

#contentsarea .main_contents .type_link li .icon_coat, 
#contentsarea .brand_area .category .variation .icon_coat{
background-image: url("../../../features/bassside/string/icon_coat.png");
}

#contentsarea .main_contents .type_link li .icon_set, 
#contentsarea .brand_area .category .variation .icon_set{
background-image: url("../../../features/bassside/string/icon_set.png");
}

#contentsarea .main_contents .type_link li .icon_all, 
#contentsarea .brand_area .category .variation .icon_all{
background-image: url("../../../features/bassside/string/icon_all.png");
}

#contentsarea .main_contents .brand_link li .logo_cthompson{
background-image: url("../../../features/bassside/string/logo_cthompson.png");
}

#contentsarea .main_contents .brand_link li .logo_daddario{
background-image: url("../../../features/bassside/string/logo_daddario.png");
}

#contentsarea .main_contents .brand_link li .logo_dingwall{
background-image: url("../../../features/bassside/string/logo_dingwall.png");
}

#contentsarea .main_contents .brand_link li .logo_dr{
background-image: url("../../../features/bassside/string/logo_dr.png");
}

#contentsarea .main_contents .brand_link li .logo_dunlop{
background-image: url("../../../features/bassside/string/logo_dunlop.png");
}

#contentsarea .main_contents .brand_link li .logo_elixir{
background-image: url("../../../features/bassside/string/logo_elixir.png");
}

#contentsarea .main_contents .brand_link li .logo_ernieball{
background-image: url("../../../features/bassside/string/logo_ernieball.png");
}

#contentsarea .main_contents .brand_link li .logo_fbass{
background-image: url("../../../features/bassside/string/logo_fbass.png");
}

#contentsarea .main_contents .brand_link li .logo_fender{
background-image: url("../../../features/bassside/string/logo_fender.png");
}

#contentsarea .main_contents .brand_link li .logo_fodera{
background-image: url("../../../features/bassside/string/logo_fodera.png");
}

#contentsarea .main_contents .brand_link li .logo_ghs{
background-image: url("../../../features/bassside/string/logo_ghs.png");
}

#contentsarea .main_contents .brand_link li .logo_gibson{
background-image: url("../../../features/bassside/string/logo_gibson.png");
}

#contentsarea .main_contents .brand_link li .logo_kensmith{
background-image: url("../../../features/bassside/string/logo_kensmith.png");
}

#contentsarea .main_contents .brand_link li .logo_labella{
background-image: url("../../../features/bassside/string/logo_labella.png");
}

#contentsarea .main_contents .brand_link li .logo_markbass{
background-image: url("../../../features/bassside/string/logo_markbass.png");
}

#contentsarea .main_contents .brand_link li .logo_mtd{
background-image: url("../../../features/bassside/string/logo_mtd.png");
}

#contentsarea .main_contents .brand_link li .logo_cocco{
background-image: url("../../../features/bassside/string/logo_cocco.png");
}

#contentsarea .main_contents .brand_link li .logo_roto{
background-image: url("../../../features/bassside/string/logo_roto.png");
}

#contentsarea .main_contents .brand_link li .logo_sadowsky{
background-image: url("../../../features/bassside/string/logo_sadowsky.png");
}

#contentsarea .main_contents .brand_link li .logo_sit{
background-image: url("../../../features/bassside/string/logo_sit.png");
}

#contentsarea .main_contents .brand_link li .logo_steinberger{
background-image: url("../../../features/bassside/string/logo_steinberger.png");
}

#contentsarea .main_contents .brand_link li .logo_thomastik{
background-image: url("../../../features/bassside/string/logo_thomastik.png");
}


@media only screen and (max-device-width: 1199px) {
#contentsarea{
min-width: auto;
}

#contentsarea .main_contents .title_text h3{
font-size: 46px;
}

#contentsarea .main_contents .type_link {
margin: 1.25% auto 0;
}

#contentsarea .main_contents .brand_link li{
width: 19%;
margin: 1.25% 1.25% 0 0;
}

#contentsarea .main_contents .brand_link li:nth-child(6n){
margin: 1.25% 1.25% 0 0;
}

#contentsarea .main_contents .brand_link li:nth-child(5n){
margin: 1.25% 0 0;
}

#contentsarea .brand_contents ul .category .notes .pc_notes{
display: none;
}

#contentsarea .brand_contents ul .category .notes .sp_notes{
display: inline;
}

@media only screen and (max-device-width: 1000px) {

#contentsarea .main_contents .title_text h3{
font-size: 36px;
}

#contentsarea .brand_contents ul .comment{
width: 100%;
padding: 0 0 20px;
margin: 0 0 20px;
border-bottom: 1px solid #333;
}

#contentsarea .brand_contents ul .category{
width: 100%;
}

#contentsarea .category .variation{
padding: 0 5% 82px
}

#contentsarea .category .variation div{
width: calc(100% / 6);
}
}

@media only screen and (max-device-width: 750px) {

#contentsarea{
width: 100%;;
font-size: 14px;
}

#contentsarea .main_contents{
padding: 0 5%;
}

#contentsarea .main_contents .title_text h3{
margin: 60px auto 0;
font-size: 33px;
line-height: 1.2em;
}

#contentsarea .main_contents .title_text h3 span{
font-size: 18px;
margin: 10px auto 0;
}

#contentsarea .main_contents h4 {
margin: 60px auto 0;
padding: 0 0 10px 25px;
font-size: 18px;
}

#contentsarea .main_contents h4::before {
width: 15px;
height: 15px;
}

#contentsarea .main_contents h4::after {
top: 8px;
left: 8px;
width: 11px;
height: 11px;
}

#contentsarea .main_contents .type_link{
margin: 0 auto;
}

#contentsarea .main_contents .type_link::after{
content: "";
display: block;
width: 32%;
}

#contentsarea .main_contents .type_link li{
width: 32%;
margin: 2% 0 0;
font-size: 12px;
}

#contentsarea .main_contents .type_link li span{
font-size: 14px;
}

#contentsarea .main_contents .brand_link li{
width: 23.5%;
margin: 2% 2% 0 0;
}

#contentsarea .main_contents .brand_link li:nth-child(6n),
#contentsarea .main_contents .brand_link li:nth-child(5n){
margin: 2% 2% 0 0;
}

#contentsarea .main_contents .brand_link li:nth-child(4n){
margin: 2% 0 0;
}

#contentsarea .main_contents .brand_link li p{
font-size: 12px;
}

#contentsarea .main_contents .brand_link li p::after {
right: 5px;
font-size: 6px;
}

#contentsarea .brand_area{
padding: 60px 5%;
background-image: linear-gradient(#333 0%, #888 0.25%, #888 99.75%, #fff 100%);
}

#contentsarea .brand_area .brand_contents h5{
font-size: 30px;
}

#contentsarea .brand_area .brand_contents ul .comment span{
font-size: 18px;
line-height: 1.5em;
}

#contentsarea .brand_contents ul .category,
#contentsarea .brand_contents ul .category a{
font-size: 18px;
}

#contentsarea .category .variation div img{
width: 100%;
max-width: inherit !important;
margin: 0;
}
}


@media only screen and (max-device-width: 620px) {

#contentsarea .category .variation div{
width: 20%;
}
}


@media only screen and (max-device-width: 580px) {

#contentsarea .main_contents .title_text h3{
font-size: 28px;
}

#contentsarea .brand_area .brand_contents h5{
font-size: 24px;
}

#contentsarea .main_contents .brand_link li{
width: 32%;
}

#contentsarea .main_contents .brand_link li:nth-child(4n){
margin: 2% 2% 0 0;
}

#contentsarea .main_contents .brand_link li:nth-child(3n){
margin: 2% 0 0;
}
}


@media only screen and (max-device-width: 480px) {

#contentsarea .category .variation div{
width: 25%;
font-size: 11px;
}
}
