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


/* 共用部 */

#feature_content{
font-family: "Shippori Mincho", serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
line-height: 1.6;
}

#feature_content p:first-of-type{
margin: 0;
}

#feature_content .text_content{
padding: 0 0.7em;
}

#feature_content .text_content:after{
content: '';
display: block; 
clear: both;
}

#feature_content .text_content .item_image{
width: 30%;
aspect-ratio: 1 / 1;
float: right;
margin: 0 0 0 2em;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

#feature_content .text_content .wicase_image{
width: 30%;
aspect-ratio: 1 / 1;
float: right;
margin: 0 0 0 2em;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url(/features/lowbrass/case/wi-case_1.jpg);
}

#feature_content .text_content .mySwiper{
display: block;
width: 30%;
aspect-ratio: 1 / 1;
float: right;
margin: 0 0 0 2em;
}

#feature_content .text_content .mySwiper .swiper-wrapper{
transition-timing-function: linear;
}

#feature_content .text_content .mySwiper .swiper-slide{
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

#feature_content h2{
margin: 100px auto 0;
padding: 0 0 30px;
font-size: 1.4em;
font-weight: 600;
text-align: center;
}

#feature_content h2:after{
left: 50%;
left: 50%;
transform: translateX(-50%);
width: 4em;
}

#feature_content h3.top_header{
margin: 50px auto;
padding: 0.5em 1em;
font-size: 1.4em;
font-weight: 600;
text-align: center;
color: #fff;
background: #867a7a;
}

#feature_content h3.feature_header{
position: relative;
margin: 50px auto;
padding: 0.5em 1em;
font-size: 1.4em;
font-weight: 600;
text-align: center;
border-top: 2px solid;
border-bottom: 2px solid;
}

#feature_content h3.feature_header:before{
position: absolute;
top: -0.5em;
left: 0.5em;
content: "";
height: calc(100% + 1em);
border-left: 1px solid;
}

#feature_content h3.feature_header:after{
position: absolute;
top: -0.5em; right: 0.5em;
content: "";
height: calc(100% + 1em);
border-right: 1px solid;
}

#feature_content h4{
margin: 0 auto 50px;
font-size: 1.3em;
padding: 0 12.6px 15px;
font-weight: 600;
}

#feature_content h4 > span{
padding-left: 1em;
font-weight: 400;
font-size: 0.7em;
}

#feature_content h4 > span:before{
content: none;
}

#feature_content .tabbody{
width: calc(100% - 1.4em);
position: relative;
margin: 50px auto 0;
}

#feature_content .tabbody .tab__block{
position: absolute;
top: 0;
box-sizing: border-box;
width: 100%;
z-index: 980;
}

#feature_content .tabbody .tab__block ul{
width: 100%;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
list-style: none ;
box-sizing: border-box;
padding: 0 ;
}

#feature_content .tabbody .tab__block li{
text-align: center;
}

#feature_content .tabbody .tab__block li.box3{
width: calc(calc(100% / 3) - 1px);
text-align: center;
}

#feature_content .tabbody .tab__block li.box4{
width: calc(calc(100% / 4) - 1px);
}

#feature_content .tabbody .tab__block li.stick{
width: 50%;
}

#feature_content .tabbody .tab__block li.swab{
width: 25%;
font-size: 22px;
line-height: 20px;
}

#feature_content .tabbody .tab__block li .btn-text{
padding: 0.2em 1.6em;
line-height: 1.2;
}

#feature_content .tabbody .tab__block li a{
position: relative;
color: #fff;
transition: 0.25s;
display: flex;
justify-content: center;
align-items: center;
height: 60px;
border: 1px solid;
}

#feature_content .tabbody .tab__block li a:after{
position: absolute;
content: "";
width: 0.4em;
height: 0.4em;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
transform: rotate(135deg);
top: calc(50% - 0.2em);
right: 0.8em;
}

#feature_content .tabbody .tab__block li a.select{
font-weight: 600;
}

#feature_content .tabbody .tab__block li a.select:after{
content: none;
}

#feature_content .tabbody .tab__block li a:hover{
color: #fff !important;
}

#feature_content .tabbody .wrap{
visibility: hidden;
height: 0;
}

#feature_content .tabbody .wrap.select{
visibility: visible;
height: auto;
animation: fadeIn 2s ease;
padding: calc(60px + 1.4em) 1.4em 1.4em;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
}

@keyframes fadeIn{
 0% {opacity: 0;}
 100% {opacity: 1;}
}

#feature_content .products > div{
margin: 100px auto 0;
}

#feature_content .products > div:first-of-type{
margin-top: 50px;
}

#feature_content .lineup{
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 0 0.7em;
gap: 1em 4%;
}

#feature_content .lineup .item_text{
width: 68%;
}

#feature_content .lineup .feature_link{
margin: 1em 0 0;
text-align: right;
border-top: 1px dotted;
}

#feature_content .lineup .feature_link a{
position: relative;
display: inline-block;
margin: 1em 0 0;
padding: 0 1.5em 0 0;
}

#feature_content .lineup .feature_link a:before{
content: '';
position: absolute;
bottom: -0.2em;
left: 0;
width: 0;
height: 1px;
transition: width 0.25s;
}

#feature_content .lineup .feature_link a:hover:before{
width: 100%;
}

#feature_content .lineup .feature_link a:after{
position: absolute;
content: "";
width: 0.4em;
height: 0.4em;
transform: rotate(45deg);
top: calc(50% - 0.2em);
right: 0.1em;
border-top: solid 1px;
border-right: solid 1px;
}

#feature_content .lineup .item_photo{
width: 28%;
aspect-ratio: 1 / 1;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

#feature_content .photo_gallery{
display: flex;
flex-wrap: wrap;
margin: 50px auto 0;
padding: 0 0.7em;
}

#feature_content .photo_gallery > li{
width: 20%;
}

#feature_content .photo_gallery a > div{
width: 100%;
height: auto;
aspect-ratio: 1 / 1;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.lb-data .lb-caption{
font-family: "Shippori Mincho", serif;
font-weight: 400;
font-style: normal;
}

.lb-data .lb-number{
display: none !important;
}

#feature_content .variation > div{
margin: 100px auto 0;
}

#feature_content .variation > div:first-of-type{
margin-top: 50px;
}

#feature_content .variation > div > ul{
display: flex;
margin: 0 auto 50px;
padding: 0 0.7em;
flex-wrap: wrap;
gap: 2em 2%;
}

#feature_content .variation > div > ul > li{
width: 32%;
text-align: right;
}

#feature_content .variation > div > p{
padding: 0 0.7em;
}

#feature_content .variation a{
position: relative;
display: inline-block;
margin: 1em 0 0;
padding: 0 1.5em 0 0;
font-size: 0.8em;
}

#feature_content .variation a:before{
content: '';
position: absolute;
bottom: -0.2em;
left: 0;
width: 0;
height: 1px;
transition: width 0.25s;
}

#feature_content .variation a:hover:before{
width: 100%;
}

#feature_content .variation a:after{
position: absolute;
content: "";
width: 0.4em;
height: 0.4em;
transform: rotate(45deg);
top: calc(50% - 0.2em);
right: 0.1em;
border-top: solid 1px;
border-right: solid 1px;
}

#feature_content .variation .color{
color: #fff;
text-align: center;
}

#feature_content.lbc_page .variation .color span{
padding: 0;
}

#feature_content.lbc_page .variation .color span:before{
content: none;
}

#feature_content .variation .item_photo{
width: 100%;
aspect-ratio: 1 / 1;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

#feature_content .details{
position: relative;
margin: 50px 0 0;
padding: 1.4em 2.1em;
border-top: 1px solid;
border-bottom: 1px solid;
}

#feature_content .details:before{
position: absolute;
top: -0.7em;
left: 0.7em;
content: "";
height: calc(100% + 1.4em);
border-left: 1px solid;
}

#feature_content .details:after{
position: absolute;
top: -0.7em;
right: 0.7em;
content: "";
height: calc(100% + 1.4em);
border-right: 1px solid;
}

#feature_content .details p.matching{
margin: 0 0 1em;
}

#feature_content .details > dl{
display: flex;
flex-wrap: wrap;
font-size: 0.8em;
}

#feature_content .details > dl dt{
width: 8em;
min-width: auto;
margin: 0.5em 0 0;
padding: 0 1em 0 0;
background: none;
text-align: start;
border-right: 1px solid;
}

#feature_content .details > dl dd{
width: calc(100% - 8em);
margin: 0.5em 0 0;
padding: 0 0 0 1em;
}

#feature_content .sub_content{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

#feature_content .sub_content .sub_image{
width: 25%;
aspect-ratio: 1 / 1;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

#feature_content .sub_content .sub_text{
width: 72%;
}


/* 配色 */

#feature_content.top_page h2:after{
background: #cec7c7;
}

#feature_content.top_page .lbc-products h4{
color: #596481;
border-color: #989faf;
}

#feature_content.top_page .lbc-products h4 > span{
color: #989faf;
}

#feature_content.top_page .lbc-products .lineup .feature_link{
border-color: #989faf;
}

#feature_content.top_page .lbc-products .lineup .feature_link a{
color: #596481;
}

#feature_content.top_page .lbc-products .lineup .feature_link a:before{
background: #989faf;
}

#feature_content.top_page .lbc-products .lineup .feature_link a:after{
border-color: #989faf;
}

#feature_content.top_page .wf-products h4{
color: #7d9e7c;
border-color: #96b995;
}

#feature_content.top_page .wf-products h4 > span{
color: #96b995;
}

#feature_content.top_page .wf-products .lineup .feature_link{
border-color: #96b995;
}

#feature_content.top_page .wf-products .lineup .feature_link a{
color: #7d9e7c;
}

#feature_content.top_page .wf-products .lineup .feature_link a:before{
background: #96b995;
}

#feature_content.top_page .wf-products .lineup .feature_link a:after{
border-color: #96b995;
}

#feature_content.lbc_page h2:after{
background: #989faf;
}

#feature_content.lbc_page h3.top_header{
background: #596481;
}

#feature_content.lbc_page h3.feature_header{
border-color: #989faf;
color: #596481;
}

#feature_content.lbc_page h3.feature_header:before,
#feature_content.lbc_page h3.feature_header:after{
border-color: #989faf;
}

#feature_content.lbc_page h4{
color: #596481;
border-color: #989faf;
}

#feature_content.lbc_page .tabbody .tab__block li a{
border-color: #989faf;
background: #989faf;
}

#feature_content.lbc_page .tabbody .tab__block li a.select{
background: #fff;
color: #596481;
}

#feature_content.lbc_page .tabbody .tab__block li a:hover{
background: #596481;
border-color: #596481;
}

#feature_content.lbc_page .tabbody .wrap.select{
border-color: #989faf;
}

#feature_content.lbc_page .variation a{
color: #596481;
}

#feature_content.lbc_page .variation a:before{
background: #989faf;
}

#feature_content.lbc_page .variation a:after{
border-color: #989faf;
}

#feature_content.lbc_page .variation .color{
background: #596481;
}

#feature_content.lbc_page .details{
border-color: #989faf;
}

#feature_content.lbc_page .details:before,
#feature_content.lbc_page .details:after{
border-color: #989faf;
}

#feature_content.lbc_page .details p.matching{
color: #596481;
}

#feature_content.lbc_page .details > dl dt{
color: #596481;
border-color: #989faf;
}

#feature_content.wf_page h2:after{
background: #96b995;
}

#feature_content.wf_page h3.top_header{
background: #7d9e7c;
}

#feature_content.wf_page h3.feature_header{
border-color: #96b995;
color: #7d9e7c;
}

#feature_content.wf_page h3.feature_header:before,
#feature_content.wf_page h3.feature_header:after{
border-color: #96b995;
}

#feature_content.wf_page h4{
color: #7d9e7c;
border-color: #96b995;
}

#feature_content.wf_page .tabbody .tab__block li a{
border-color: #96b995;
background: #96b995;
}

#feature_content.wf_page .tabbody .tab__block li a.select{
background: #fff;
color: #7d9e7c;
}

#feature_content.wf_page .tabbody .tab__block li a:hover{
background: #7d9e7c;
border-color: #7d9e7c;
}

#feature_content.wf_page .tabbody .wrap.select{
border-color: #96b995;
}

#feature_content.wf_page .variation a{
color: #7d9e7c;
}

#feature_content.wf_page .variation a:before{
background: #96b995;
}

#feature_content.wf_page .variation a:after{
border-color: #96b995;
}

#feature_content.wf_page .variation .color{
background: #7d9e7c;
}

#feature_content.wf_page .details{
border-color: #96b995;
}

#feature_content.wf_page .details:before,
#feature_content.wf_page .details:after{
border-color: #96b995;
}

#feature_content.wf_page .details p.matching{
color: #7d9e7c;
}

#feature_content.wf_page .details > dl dt{
color: #7d9e7c;
border-color: #96b995;
}


/* リンク部 */

#product_link h2{
margin: 100px auto 0;
padding: 100px 0 30px;
border-top: 2px double #cec7c7;
}

#feature_link{
font-family: "Shippori Mincho", serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
line-height: 1.6;
margin: 100px auto 0;
padding: 100px 0 0;
border-top: 2px double #cec7c7;
}

#feature_link h2{
margin: 0 auto;
padding: 0 0 30px;
font-size: 1.4em;
font-weight: 600;
text-align: center;
}

#feature_link h2:after{
left: 50%;
left: 50%;
transform: translateX(-50%);
width: 5em;
background: #cec7c7;
}

#feature_link .items{
display: flex;
margin: 50px auto 0;
flex-wrap: wrap;
gap: 2em 2%;
position: relative;
border-top: 1px solid #dadada;
border-bottom: 1px solid #dadada;
padding: 1.4em 2.1em;
color: #898989;
}

#feature_link .items::before{
position: absolute;
top: -0.7em;
left: 0.7em;
border-left: 1px solid #dadada;
content: "";
height: calc(100% + 1.4em);
}

#feature_link .items::after{
position: absolute;
top: -0.7em;
right: 0.7em;
border-right: 1px solid #dadada;
content: "";
height: calc(100% + 1.4em);
}

#feature_link .items > li{
width: 23.5%;
text-align: right;
}

#feature_link .item_photo{
width: 100%;
aspect-ratio: 1 / 1;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

#feature_link .model{
color: #fff;
text-align: center;
background: #867a7a;
}

#feature_link .items a{
position: relative;
display: inline-block;
margin: 1em 0 0;
padding: 0 1.5em 0 0;
font-size: 0.8em;
color: #867a7a;
}

#feature_link .items a:before{
content: '';
position: absolute;
bottom: -0.2em;
left: 0;
width: 0;
height: 1px;
transition: width 0.25s;
background: #867a7a;
}

#feature_link .items a:hover:before{
width: 100%;
}

#feature_link .items a:after{
position: absolute;
content: "";
width: 0.4em;
height: 0.4em;
transform: rotate(45deg);
top: calc(50% - 0.2em);
right: 0.1em;
border-top: solid 1px #cec7c7;
border-right: solid 1px #cec7c7;
}


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

#feature_content,
#feature_content p{
font-size: 1.6rem;
}

#feature_content h2{
margin: 8rem auto 0;
padding: 0 0 2rem;
}

#feature_content h3.top_header,
#feature_content h3.feature_header{
margin: 4rem auto;
text-align: start;
}

#feature_content .sub_content{
align-items: self-start;
}

#feature_content .text_content .item_image{
width: 55%;
margin: 0 0 0 1em;
}

#feature_content .text_content .mySwiper{
width: 55%;
margin: 0 0 0 1em;
}

#feature_content .tabbody{
margin: 4rem auto 0;
}

#feature_content .tabbody .tab__block ul{
font-size: 0.8em;
}

#feature_content .tabbody .tab__block li a{
height: 6em;
}

#feature_content .tabbody .tab__block li a:after{
content: none;
}

#feature_content .tabbody .tab__block li .btn-text{
padding: 0.2em 0.5em;
}

#feature_content .tabbody .wrap.select{
padding: calc(4.8em + 1.4em) 1.4em 1.4em;
}

#feature_content .products > div{
margin: 8rem auto 0;
}

#feature_content .products > div:first-of-type{
margin-top: 4rem;
}

#feature_content .sub_content .sub_image{
width: 40%;
}

#feature_content .sub_content .sub_text{
width: 57%;
}

#feature_content h4{
margin: 0 auto 4rem;
font-size: 1.2em;
}

#feature_content .photo_gallery{
margin: 4rem auto 0;
}

#feature_content .photo_gallery > li{
width: calc(100% / 3);
}

#feature_content .variation > div{
margin: 8rem auto 0;
}

#feature_content .variation > div:first-of-type {
margin-top: 4rem;
}

#feature_content .variation > div > ul{
margin: 0 auto 4rem;
}

#feature_content .variation > div > ul > li{
width: 49%;
}

#feature_content .lineup .color,
#feature_content .variation .color{
font-size: 0.9em;
}

#feature_content .lineup a,
#feature_content .variation a{
font-size: 0.9em;
}

#feature_content .details{
margin: 4rem 0 0;
}

#feature_content .lineup{
align-items: flex-start;
}

#feature_content .lineup .item_photo,
#feature_content .lineup .item_text{
width: 48%;
}


/* リンク部 */

#product_link h2{
margin: 8rem auto 0;
padding: 8rem 0 2rem;
}

#feature_link{
margin: 8rem auto 0;
padding: 8rem 0 0;
font-size: 1.6rem;
}

#feature_link h2{
padding: 0 0 2rem;
}

#feature_link .items{
margin: 4rem auto 0;
}

#feature_link .items > li{
width: 49%;
}

#feature_link .model{
font-size: 0.85em;
}


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

#feature_content h4{
margin: 0 auto 2rem;
font-size: 1.3em;
}

#feature_content h4 > span{
display: block;
padding-left: 0;
font-size: 0.8em;
}

#feature_content .lineup{
margin: 1em auto 0;
}

#feature_content .lineup .item_photo,
#feature_content .lineup .item_text{
width: 100%;
}

}
}
