@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');


/* 共用部 全体 */

#contentsarea{
width: 100%;
margin: 0 auto;
font-size: 16px;
line-height: 1.8;
letter-spacing: .2em;
text-align: justify;
font-family: "Zen Old Mincho", serif;
font-weight: 400;
}

#contentsarea h1{
margin: 0 auto;
font-size: 50px;
line-height: 1;
font-weight: 500;
text-align: left;
}

#contentsarea h1 span{
display: block;
margin: 0 0 10px;
font-size: 28px;
color: #f3cd74;
}

#contentsarea h2{
width: 100%;
margin: 0;
font-size: 40px;
line-height: 1.2;
font-weight: 500;
display: block;
color: #fff;
}

#contentsarea h2 span{
display: block;
width: 100%;
font-size: 20px;
}

#contentsarea h3{
font-size: 28px;
margin: 0 auto 30px;
line-height: 1.2;
font-weight: 500;
}

#contentsarea h3 span{
display: block;
font-size: 18px;
line-height: 1;
margin: 0 auto 10px;
color: #f3cd74;
}

#contentsarea h4{
width: 100%;
font-size: 24px;
line-height: 1.2;
margin: 0 auto 30px;
font-weight: 500;
}

#contentsarea h4 span{
display: block;
width: 100%;
font-size: 18px;
margin: 10px auto 0;
color: #f3cd74;
}

#contentsarea .scroll_area{
width: 100%;
display: flex;
padding: 120px 8%;
color: #fff;
background: #2b3035;
justify-content: space-between;
flex-wrap: wrap;
line-height: 1.8;
}

#contentsarea span.notes{
display: inline-block;
font-size: 0.8em;
padding-left: 0.6em;
position: relative;
}

#contentsarea span.notes::before{
position: absolute;
content: "*";
top: 0;
left: 0;
}


/* 共用部 パララックス */

#contentsarea .mv_area{
position: relative;
width: 100%;
height: calc(100vh - 60px);
}

#contentsarea .background_area{
position: relative;
width: 100%;
height: 100vh;
}

#contentsarea .background_inner{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
clip-path: inset(0);
}

#contentsarea .background_image{
position: fixed;
top: 0;
left: 0;
z-index: -1;
display: block;
width: 100%;
height: 100vh;
background-size: cover;
background-position: center;
}

#contentsarea .title_text_area{
position: absolute;
width: 93%;
top: 50%;
left: 7%;
transform: translateY(-50%);
}

#contentsarea .title_text_black{
color: #212529;
}

#contentsarea .title_text_area .brand_logo{
width: auto;
height: 50px;
margin: 0 0 30px;
background-size: cover;
aspect-ratio: 163 / 93;
background-image:url('/features/allstores/tsk/tsk_logo.webp');"
}

#contentsarea .title_text_area .brand_logo.blacklogo{
background-image:url('/features/allstores/tsk/tsk_logo_bk.webp');"
}


/* 共用部 冒頭 */

#contentsarea .overview{
align-items: center;
position: relative;
}

#contentsarea .overview .guitar_image{
width: 33.5%;
position: absolute;
right: 1%;
bottom: 0;
aspect-ratio: 183 / 250;
background-size: cover;
}

#contentsarea .overview .inner_box{
width: 64%;
z-index: 99;
}

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

#contentsarea .main_title .main_title_brand{
margin: 0 0 30px;
background-size: cover;
width: 20%;
aspect-ratio: 163 / 93;
background-image:url('/features/allstores/tsk/tsk_logo.webp');"
}

#contentsarea .main_caption{
width: 100%;
margin: 30px auto 0;
}

#contentsarea .main_caption .caption_label{
width: 100%;
font-size: 18px;
line-height: 1;
margin: 0 0 60px;
}

#contentsarea .main_caption .caption_label span{
padding: 1em 3em;
color: #fff;
background: #495057;
display: inline-block;
font-weight: 500;
}

#contentsarea .main_caption p{
margin: 1em auto 0;
}


/* 共用部 製品情報 */

#contentsarea .product{
width: 100%;
margin: 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

#contentsarea .comments_text{
display: flex;
width: 46%;
list-style: none;
margin: 0;
align-items: center;
}

#contentsarea .comments_text p{
width: 100%;
margin: 1em auto 0;
}

#contentsarea .linkbtn_box{
width: 100%;
margin: 30px auto 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1em;
}

#contentsarea .linkbtn_box a{
position: relative;
display: inline-block;
margin: 0;
width: 10em;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
overflow: initial;
padding: 1em 3em 1em 2em;
font-size: 15px;
line-height: 1em;
color: #212529;
text-align: center;
}

#contentsarea .linkbtn_box a::after{
content: "";
width: 0.5em;
height: 0.5em;
border-top: solid 1px;
border-right: solid 1px;
transform: rotate(135deg);
position: absolute;
right: 1.5em;
top: calc(50% - 0.3em);
transition: 0.2s ease-in-out;
}

#contentsarea .linkbtn_box a:hover::after{
top: calc(50% - 0.1em);
}

#contentsarea .linkbtn_box a.to_spec{
background: #f3cd74;
}

#contentsarea .linkbtn_box a.to_item{
color: #fff;
border: 1px solid;
}

#contentsarea .photoslider{
width: 50%;
margin: 0;
overflow: hidden;
}

#contentsarea .photoslider .swiper-container{
width: 100%;
}

#contentsarea .photoslider .slider1 .swiper-slide{
width: 100%;
aspect-ratio: 1 / 1;
background-size: cover;
}

#contentsarea .photoslider .slider-thumbnail1{
margin: 20px 0 0;
}

#contentsarea .photoslider .slider-thumbnail1 .swiper-slide{
opacity: .5;
height: auto;
aspect-ratio: 1 / 1;
background-size: cover;
}

#contentsarea .photoslider .slider-thumbnail1 .swiper-slide-thumb-active{
opacity: 1;
}


/* 共用部 アーティストコメント */

#contentsarea .artist_comment_text{
width: 100%;
min-height: auto;
font-family: "Klee One", cursive;
font-style: normal;
background: #212529;
margin: 120px auto 0;
padding: 40px;
}

#contentsarea .artist_comment_text .artist_photo{
float: right;
margin: 0 0 1em 2em;
width: 40%;
aspect-ratio: 1 / 1;
background-size: cover;
}

#contentsarea .artist_comment_text p{
margin: 1em auto 0;
}

#contentsarea .artist_comment_text p:first-of-type{
margin: 0 auto;
}

#contentsarea .artist_comment_title{
margin: 20px auto 0;
font-size: 24px;
font-weight: 600;
text-align: right;
}


/* 共用部 フィーチャー */

#contentsarea .features{
display: block;
}

#contentsarea .features_tab{
width: 100%;
display: flex;
flex-wrap: wrap;
margin: 60px auto 0;
}

#contentsarea .features_tab .tab-label{
color: #fff;
background: #495057;
font-weight: 500;
text-align: center;
padding: 1em 0.5em;
order: -1;
position: relative;
z-index: 1;
cursor: pointer;
flex: 1;
transition: 0.5s;
word-wrap:break-word;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #fff;
border-radius: 9999px;
margin-right: 10px;
line-height: 1.2;
}

#contentsarea .features_tab .tab-label:last-of-type{
margin-right: 0;
}

#contentsarea .features_tab .tab-label:hover{
background: #212529;
}

#contentsarea .features_tab .tab-content{
width: 100%;
height: 0;
overflow: hidden;
opacity: 0;
transition: 1s;
}

#contentsarea .features_tab .tab-switch:checked+.tab-label{
background: #fff;
color: #212529;
}

#contentsarea .features_tab .tab-switch:checked+.tab-label+.tab-content{
height: auto;
overflow: auto;
opacity: 1;
transition: 1s opacity;
margin: 60px 0 0;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

#contentsarea .features_tab .tab-switch{
display: none;
}

#contentsarea .tab-content .features_photo{
width: 50%;
margin: 0;
aspect-ratio: 1 / 1;
background-size: cover;
}

#contentsarea .tab-content .text_box{
width: 46%;
justify-content: space-between;
list-style: none;
margin: 0;
}

#contentsarea .tab-content .text_box p{
width: 100%;
}


/* 共用部 スペック */

#contentsarea .specs{
display: block;
}

#contentsarea .specs_table{
border-collapse: collapse;
width: 100%;
margin: 60px auto 0;
font-size: 15px;
line-height: 1.5;
}

#contentsarea .specs_table tr{
border-bottom: 1px solid #495057;
}

#contentsarea .specs_table th{
width: 40%;
padding: 30px 1em;
text-align: center;
}

#contentsarea .specs_table td{
width: 60%;
padding: 30px 1em;
text-align: center;
}


/* 共用部 ディーラー */

#contentsarea .dealers{
display: block;
}

#contentsarea .dealers h3 span.sort_notes{
display: inline-block;
padding: 0 0 0 0.5em;
color: #fff;
}

#contentsarea .dealers h3 span.list_notes{
font-size: 13px;
line-height: 1.5;
margin: 10px 0 0;
}

#contentsarea .list_box{
width: 100%;
display: block;
margin: -30px auto 0;
padding: 0;
}

#contentsarea .list_box li{
width: 100%;
padding: 30px 0;
border-bottom: 1px solid #495057;
}

#contentsarea .list_box p{
font-size: 18px;
line-height: 1;
font-weight: 500;
margin: 30px 0 0;
}

#contentsarea .list_box a{
display: inline-block;
margin: 0 0 0 1em;
max-width: calc(100% - 1em);
color: #fff;
transition: all 0.4s;
}

#contentsarea .list_box a:hover{
color: #f3cd74;
}


/* 共用部 アバウト */

#contentsarea .about{
display: block;
border-top: 2px solid #495057;
}

#contentsarea .about p{
margin: 1em auto 0;
}


/* 共用部 オフィシャルリンク */

#contentsarea .official_link{
width: 100%;
margin: 120px auto 0;
padding: 0 100px;
box-sizing: border-box;
text-align: center;
background: #2b3035;
}

#contentsarea .official_link .linkbox{
background: #212529;
padding: 60px 40px;
}

#contentsarea .official_link .official_logo{
max-width: 300px;
aspect-ratio: 600 / 47;
margin: 0 auto;
background-size: cover;
}

#contentsarea .official_link .linkbox a{
position: relative;
display: inline-block;
margin: 30px 0 0;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
overflow: initial;
padding: 1em 3em 1em 2em;
font-size: 15px;
line-height: 1.2;
border: 1px solid #fff;
color: #fff;
}

#contentsarea .official_link .linkbox a::after{
content: "";
width: 0.45em;
height: 0.45em;
border-top: solid 1px;
border-right: solid 1px;
transform: rotate(45deg);
position: absolute;
right: 2em;
top: calc(50% - 0.2em);
transition: 0.2s ease-in-out;
}

#contentsarea .official_link .linkbox a:hover::after{
right: 1.5em;
}


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

/* 共用部 SP全体 */

#contentsarea{
font-size: 15px;
}

#contentsarea h1{
font-size: 34px;
}

#contentsarea h1 span{
font-size: 20px;
}

#contentsarea h2{
font-size: 30px;
word-wrap: break-word;
}

#contentsarea h2 span{
font-size: 18px;
}

#contentsarea h3{
font-size: 24px;
text-align: left;
}

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

#contentsarea h4{
font-size: 24px;
line-height: 1.5;
}

#contentsarea h4 span{
font-size: 18px;
line-height: 1.2;
margin: 0 auto;
}

#contentsarea .scroll_area{
padding: 60px 5%;
}


/* 共用部 SPパララックス */

#contentsarea .mv_area{
position: relative;
width: 100%;
height: calc(100vh - 50px);
}

#contentsarea .title_text_area .brand_logo{
height: 28px;
margin: 0 0 20px;
}


/* 共用部 SP冒頭 */

#contentsarea .main_caption .caption_label{
font-size: 15px;
margin: 0 0 30px;
}


/* 共用部 SP製品情報 */

#contentsarea .photoslider{
width: 45%;
}

#contentsarea .photoslider .slider-thumbnail1{
margin: 10px 0 0;
}

#contentsarea .comments_text{
width: 50%;
}


/* 共用部 SPアーティスト */

#contentsarea .artist_comment_text{
margin: 60px auto 0;
padding: 30px;
}

#contentsarea .artist_comment_title{
font-size: 18px;
}


/* 共用部 SPフィーチャー */


#contentsarea .features_tab .tab-label{
font-size: 14px;
}

#contentsarea .features_tab .tab-switch:checked+.tab-label+.tab-content{
margin: 30px 0 0;
}

#contentsarea .tab-content .features_photo{
width: 45%;
margin: 0;
}

#contentsarea .tab-content .text_box{
width: 50%;
}


/* 共用部 SPスペック */

#contentsarea .specs_table{
font-size: 12px;
line-height: 1.5em;
margin: 30px auto 0;
}

#contentsarea .specs_table th, 
#contentsarea .specs_table td{
width: calc(100% / 3);
padding: 30px 0;
}


/* 共用部 SPディーラー */

#contentsarea .dealer_list .list_box li{
font-size: 15px;
line-height: 1em;
}

#contentsarea .scroll_area .dealer_list .list_box li p{
margin: 35px 0 0;
}


/* 共用部 SPオフィシャルリンク */

#contentsarea .official_link{
margin: 60px auto 0;
padding: 0 10%;
}


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

/* 共用部 SP_S 全体 */

#contentsarea h1{
text-align: center;
}

#contentsarea h1 span{
margin: 0 0 10px;
}


/* 共用部 SP_S パララックス */

#contentsarea .title_text_area .brand_logo{
left: 5%;
height: 45px;
}


/* 共用部 SP_S 冒頭 */

#contentsarea .overview .guitar_image{
display: none;
}

#contentsarea .overview .inner_box{
width: 100%;
}

#contentsarea .main_title .main_title_brand{
width: 30%;
margin: 0 auto 30px;
}

#contentsarea .main_caption .caption_label{
text-align: center;
}


/* 共用部 SP_S 製品情報 */

#contentsarea .comments_text{
margin: 60px auto 0;
}

#contentsarea .scroll_area .photoslider{
width: 100%;
}

#contentsarea .comments_text{
width: 100%;
}


/* 共用部 SP_S フィーチャー */

#contentsarea .tab-content .features_photo{
width: 100%;
}

#contentsarea .tab-content .text_box{
width: 100%;
margin: 30px 0 0;
}
}
}


/* TSK LIMITED用 */

#contentsarea.tsk_limited .main_title .main_title_brand{
width: 42%;
aspect-ratio: 100 / 21;
background-image: url('/features/allstores/tsk/tsk_limited_logo.webp');
}

#contentsarea.tsk_limited .title_text_area .brand_logo{
aspect-ratio: 100 / 21;
background-image: url('/features/allstores/tsk/tsk_limited_logo.webp');
height: 40px;
}

#contentsarea.tsk_limited .title_text_area .brand_logo.blacklogo{
background-image: url('/features/allstores/tsk/tsk_limited_logo_bk.webp');
}


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

#contentsarea.tsk_limited .main_title .main_title_brand{
width: 65%;
}

#contentsarea.tsk_limited .title_text_area .brand_logo{
height: 30px;
}
}


/* No8 Flat用 */

#contentsarea.no8flat .background_image.bg_image-top{
background-image: url('/features/allstores/tsk/no8flat_mainbg.webp');
background-position: center 90%;
}

#contentsarea.no8flat .title_logo_area{
position: absolute;
width: 26%;
top: 50%;
left: 4%;
transform: translateY(-50%);
background-size: cover;
}

#contentsarea.no8flat #product,
#contentsarea.no8flat #specs{
border-bottom: 2px solid #495057;
}


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

#contentsarea.no8flat .title_logo_area{
width: 35%;
top: 18%;
transform: initial;
}
}


/* No8 Handpicked用 */

#contentsarea.no8hp .background_image.bg_image-top{
background-image: url('/features/allstores/tsk/no8hp_mainbg.webp');
}

#contentsarea.no8hp .title_logo_area{
position: absolute;
width: 30%;
top: 15%;
right: 4%;
background-size: cover;
}

#contentsarea.no8hp #product,
#contentsarea.no8hp #specs{
border-bottom: 2px solid #495057;
}


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

#contentsarea.no8hp .background_image.bg_image-top{
background-image:url('/features/allstores/tsk/no8hp_mainbg_sp.webp');
background-position: bottom center;
}

#contentsarea.no8hp .title_logo_area{
width: 60%;
top: 18%;
}
}