section.contents.spec p.mw100{
    max-width: 100%;
}
#list section.contents .inner .block.title{
    flex-flow: row;
    justify-content: space-between;
    padding: 2rem;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    background: transparent;
}
#list section.contents.head .inner .block.title{
    position: static;
    align-items: flex-start;
    background: none;
}
#list section.contents.head .inner .block.title .page-title{
    color: var(--colorWht);
}
#list .block-label h3{
    font-size: var(--font18);
    font-weight: 500;
    margin-bottom: 0.5em;
}
#list  .blocks .link.banner picture::before{
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.75));
}
.post section.contents{
    aspect-ratio: auto;
    margin-bottom: 3rem;
    margin-top: 0;
}
section.contents .inner .block.title{
    transition: background-color 0.5s;
}
section.contents.head .inner .block.title{
    background: none;
}
section.contents .inner .block.visual{
    width: 100%;
}
section.contents .inner .block.title {
    background: #706E6E;
}
.flex.odd{
    flex-flow: column-reverse;
    gap: 0.5rem;
}
.flex.even{
    gap: 0.5rem;
}
#list .flex.odd{
    flex-flow: column;
}
.flex.mov{
    margin-bottom: 6rem;
}
.post section.contents .inner .block.title .title {
    font-size: var(--font16);
    line-height: 1.75;
    font-weight: 500;
    margin-bottom: 0.5em;
}
section.contents .inner .block.title p {
    font-size: var(--font14);
    line-height: 1.75;
}
.block-label{
    color: var(--colorWht);
}
.block-label h3{
    font-size: var(--font14);
    font-weight: 500;
}
section.contents.top .page-title{
    padding: 0.5em 2rem 2.5rem;
}
section.contents.top .section-title::before{
    display: none;
}
section.contents.top picture{
    /*aspect-ratio: 16 / 9;
    display: block;*/
    aspect-ratio: inherit;
    display: block;
    width: 100%;
    height: calc(100vh - 17.2rem);
}
.post section.contents .inner .block.title::before{
    display: none;
}
.scene{
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
.inter{
    font-family: "Inter", sans-serif;
    letter-spacing: 0.05em;
}
.scene .shoulder{
    border-bottom: 1px solid;
    font-size: var(--font12);
    font-weight: 300;
    padding-bottom: 0.25rem;
}
.scene .num{
    font-size: 3.5rem;
    font-weight: 100;
}
.post section.contents .inner .block.title{
    background: none;
    padding-top: 2.5rem;
}
.spec .block,
.post section.contents.spec .inner .block.title{
    background: #F0F0F0;
}
.spec .block.bgn{
    background: none;
    gap: 0.5rem;
}
section.contents.spec .inner .block.bgn .col2{
    background: #F0F0F0;
}
.spec .blocks{
    gap: 0.5rem;
}
.post .spec .banner:nth-child(even) .block{
    background: #fafafa;
}
.post section.contents.spec .inner .banner:nth-child(even) .block.title{
    background: #fafafa;
}
.spec .cont .caution,
.spec .cont .caption{
    font-size: var(--font11);
    line-height: 1.5;
}
.caution.mtop{
    margin-top: 1em;
}
.spec .cont .caption{
    text-align: justify;
}
.full{
    width: 100%;
}
.pdr{
    padding-right: 2em;
}

#products-category .blocks .link .buttons{
    padding-bottom: 1.5rem;
}
img.logo{
    width: calc(100% / 3.5);
}
figure.logo img.logo{
    width: calc(100% / 2);
}
img.logo.no1{
    width: auto;
    margin: 2rem auto;
}
.logo.box{
    gap: 2rem;
    margin: 2rem auto;
    justify-content: space-evenly;
}
section.contents .inner picture.banner{
    position: relative;
    aspect-ratio: 1.414 / 1;
}
section.contents.head .inner picture.banner{
    position: absolute;
}
section.contents.head .inner picture.banner::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(50, 50, 50, 0.75));
    z-index: 1;
}
section.contents{
    aspect-ratio: auto;
}
section.contents.spec .inner .block .col4,
section.contents.spec .inner .block .col3,
section.contents.spec .inner .block .col2{
    padding: 1rem;
    gap: 2rem 3rem;
    width: max-content;
}
section.contents.spec .inner .block .fit{
    width: 100%;
}
section.contents.spec .inner .block .col3.pb2{
    padding-bottom: 2rem;
}
.spec .col3 .cont{
    width: 55vw;
}
.spec .col2 .cont,
.spec .col4 .cont{
    width: 70vw;
}
.spec .fit .cont{
    width: 100%;
}
section.contents.spec .inner .block .col3::before,
section.contents.spec .inner .block .col3::after,
section.contents.spec .inner .block .col2::before{
    content: "";
    display: block;
    width: 1px;
    height: auto;
    background: var(--primaryBlk);
    order: 2;
}

section.contents.spec .inner .block .col3::after{
    order: 4;
}
section.contents.spec .inner .block .col2.min::before{
    display: none;
}
.col3 .cont:nth-child(1),
.col2 .cont:nth-child(1){
    order: 1;
}
.col3 .cont:nth-child(2),
.col2 .cont:nth-child(2){
    order: 3;
}
.col3 .cont:nth-child(3){
    order: 5;
}
.cont.cap{
    padding: 2rem 1rem;
}
section.contents.spec .col4 picture,
section.contents.spec .col3 picture,
section.contents.spec .col2 picture{
    margin: 1.25em 0;
}
.post section.contents.spec .inner .block.title .block-label .title{
    width: max-content;
    border-bottom: none;
    font-size: var(--font16);
    margin-bottom: 0;
}
.post .block-label{
    color: var(--primaryBlk);
}
.post .block-label.sp{
    align-items: center;
}
.post .spec .banner{
    flex-flow: column;
}
.post section.contents .link.banner{
    flex-flow: column-reverse;
}
.post section.contents.spec .inner .block.title,
.post section.contents.spec .inner .block{
    width: 100%;
    padding: 2.5rem 2rem;
}
.post section.contents.spec .inner .block:has(.sp-scroll){
padding-right: 0;
}
.post section.contents.spec .inner .block.title{
    align-items: center;
    position: relative;
}
.post section.contents.spec .inner .block.title::after{
    content: '';
    height: 1px;
    display: block;
    width: calc(100% - 2rem);
    border-bottom: 1px solid;
    position: absolute;
    bottom: 0;
}
.post section.contents.spec .inner .link .block.title::after{
    display: none;
}
.post section.contents.spec .inner .block.full{
    padding: 0;
    aspect-ratio: 16 / 9;
}
section.contents.spec p{
    margin-bottom: 0.5em;
    font-size: var(--font16);
}
section.contents.spec p.mbs{
    margin-bottom: 1em;
}
section.contents.spec p.f12{
    font-size: var(--font12);
    line-height: 1.5;
}
.post section.contents .blocks .link .buttons{
    color: var(--primaryBlk);
    width: 100%;
}
.post .blocks .link .buttons .arrow{
    border: 1px solid var(--primaryBlk);
    margin-left: 0;
}
.post #recent-products .blocks .link .buttons .arrow{
    border-color: var(--colorWht);
}
.flex-wrap.w50{
    width: 100%;
    flex-direction: column-reverse;
}
.flex-wrap.w100{
    width: 100%;
    gap: 0.5rem;
}
section.contents .inner .flex-wrap.w50 .block.title,
section.contents .inner .flex-wrap.w50 .visual{
    width: 100%;
}
section.contents .inner .flex-wrap.w50 .block.title{
    height: 100%;
}
section.contents .inner .flex-wrap.w50 .visual{
    gap: 0.5rem;
    padding-left: 0;
}
section.contents .inner .odd .flex-wrap.w50 .visual{
    padding-left: 0;
    padding-right: 0;
}
section.contents .inner .flex-wrap.w50 picture,
section.contents .inner .flex-wrap.w50 .wl{
    width: 100%;
}
section.contents .inner .flex-wrap.w50 .wl.row{
    width: calc(75% - 0.25rem);
}
/*
section.contents .inner .flex-wrap.w50 .wl,
section.contents .inner .flex-wrap.w100 .wl{
    width: calc(75% - 0.25rem);
}*/
section.contents .inner .flex-wrap.w50 .ws,
section.contents .inner .flex-wrap.w100 .ws{
    width: calc(25% - 0.25rem);
}
section.contents .inner .flex-wrap.w100 .wl{
    width: 100%;
}
section.contents .inner .flex-wrap.w100 .ws{
    width: 100%;
    gap: 0.5rem;
    flex-direction: row;
}
.spec .lede-title{
    padding: 5.5rem 1rem 0 1rem;
}
.post section.contents .link.banner .buttons .label{
    font-size: var(--font12);
}
section.contents.spec p.title{
    font-weight: 500;
    line-height: 1;
    font-size: var(--font14);
}
section.contents.spec p.f16.center{
    font-size: var(--font14);
    text-align: justify;
    line-height: 1.5;
}
section.contents.spec p.f16.center.fix{
text-align: center;
}
picture.mov{
    position: relative;
}
.mov a.play{
    color: var(--colorWht);
    background: rgb(0 0 0 / 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 0.5s;
}
.mov a.play:hover{
    background: rgb(0 0 0 / 60%);
}
.mov a.play .arrow-btn{
    border: 1px solid var(--colorWht);
    padding: 1rem;
    border-radius: 6rem;
    height: 6rem;
    width: 6rem;
    margin-bottom: 1em;
    transition: all 0.5s;
}
.mov a.play:hover .arrow-btn{
    height: 7rem;
    width: 7rem;
}
.mov a.play .arrow-btn::before{
    content: '';
    background: var(--colorWht);
    height: calc(tan(60deg)* 1.5rem / 2);
    width: 1rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
img.logo.single{
    width: 10rem;
}
figure.logo figcaption{
    margin-top: 1em;
}
#products-category .buttons .material-symbols-outlined{
    font-size: var(--font16);
}
#carportsc #other-carportsc,
#plus-g #other-plus-g,
#gardenroom-gf #other-gardenroom-gf,
#kirarastage #other-kirarastage,
#gardenfurniture #other-gardenfurniture,
#smartpost #other-smartpost{
    display: none;
}
.h100{
    height: 100%;
}

@media (821px <= width){
    #list section.contents .inner .block.title{
        flex-flow: column;
        align-items: center;
        position: inherit;
        background: #706E6E;
    }
    #list section.contents.head .inner .block.title{
        align-items: flex-start;
    }
    #list #product section.contents.head .inner .block.title{
        position: relative;
    }
    #list .flex.odd{
        flex-flow: row;
    }
    #list  .blocks .link.banner picture::before{
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.75));
    }
    section.contents {
        aspect-ratio: 16 / 6;
        margin-bottom: 0.5rem;
    }
    section.contents.top picture{
        aspect-ratio: 16 / 9;
        display: block;
    }
    section.contents.top .page-title{
        padding:4rem 6rem 6rem;
    }
    .post section.contents{
        margin-bottom: 9rem;
    }
    section.contents .inner picture.banner{
        width: calc(73% - 0.25rem);
        position: absolute;
    }
    section.contents.head .inner picture.banner{
        width: 100%;
    }
    section.contents .link.banner.even{
        flex-direction: row-reverse;
    }
    #list #product  .link.banner.even{
        flex-direction: row;
    }
    #list #product section.contents .inner .link.banner.even .block.blank{
        display: none;
    }
    section.contents .link.banner.even picture{
        left: inherit;
        right: 0;
    }
    section.contents .link.banner.even .block.title::before{
        left: inherit;
        right: 0;
    }
    .block-label{
        margin-top: auto;
        margin-bottom: -6rem;
    }
    .block-label h3{
        font-size: var(--font18);
        font-weight: 500;
        margin-bottom: 0.5em;
    }
    section.contents .block-label p{
        font-size: var(--font14);
        line-height: 1.5;
    }
    section.contents .blocks .link .buttons{
        margin-top: auto;
    }
    #list section.contents .link.banner:hover .block.title{
        background: var(--primaryBlk);
    }
    .post section.contents .inner .block.title{
        background: none;
        width: calc(30% - 3rem);
        padding-top: 0;
    }
    section.contents .inner .block.title {
        background: #706E6E;
    }
    .post section.contents .inner .odd .block.title{
        padding-left: 6rem;
    }
    .post section.contents .inner .even .block.title{
        padding-right: 6rem;
    }
    section.contents .inner .block.visual{
        width: calc(70% - 3rem);
    }
    .post section.contents .inner .block.title .title{
        font-size: var(--font20);
        line-height: 1.75;
        font-weight: 500;
        margin-bottom: 1em;
    }
    section.contents .inner .block.title p{
        font-size: var(--font16);
        line-height: 2;
    }
    #list section.contents .inner .block.title p{
        font-size: var(--font14);
    }
    section.contents .inner .block.title.m .title{
        font-size: var(--font16);
    }
    section.contents .inner .block.title.m p{
        font-size: var(--font14);
    }
    .post .flex.odd, .post .flex.even{
        gap: 6rem;
    }
    .post .flex.middle{
        gap: 0;
    }
    section.contents .inner .middle .block.visual,
    section.contents .inner .middle .block.title{
        width: calc(50%);
    }
    section.contents .inner .middle.even .block.title{
        padding-left: 6rem;
    }
    section.contents .inner .middle.odd .block.title{
        padding-right: 6rem;
    }
    .flex.mov{
        margin-bottom: 9rem;
        flex-flow: row;
    }
    .flex.odd{
        flex-flow: row;
    }
    .post .spec .banner,
    .post section.contents .link.banner{
        gap: 0.5rem;
        flex-flow: row;
    }
    .spec .banner.ex{
        margin-top: 9rem;
    }
    .spec .banner.ex .link.btn{
        margin-top: 0;
    }
    .spec .banner.link .link.btn span{
        font-size: 2rem;
    }
    .post section.contents.spec .inner .block.title,
    .post section.contents.spec .inner .block{
        padding: 0;
    }
    .post section.contents.spec .inner .block.title{
        width: calc(25% - 0.25rem);
        padding: 5.5rem;
        align-items: flex-start;
    }
    .post section.contents.spec .inner .block{
        width: calc(75% - 0.25rem);
    }

    section.contents.spec .inner .block picture{
        display: block;
        aspect-ratio: 16 / 6;
    }

    .post section.contents.spec .inner .block.title .block-label{
        margin-top: 0;
        margin-bottom: 0;
        color: var(--primaryBlk);
    }
    .post section.contents.spec .inner .block.title .block-label .title{
        font-size: var(--font18);
    }
    .post section.contents.spec .inner .block.title .block-label p{
        font-size: var(--font13);
        line-height: 1.75;
    }
    section.contents.spec .blocks .link .buttons{
        position: absolute;
        bottom: 0;
        margin-top: 0;
        color: var(--primaryBlk);
    }
    section.contents.spec .blocks .link .buttons .arrow{
        margin-left: 0;
        bottom: 0;
        border: 1px solid var(--primaryBlk);
    }
    section.contents.spec .blocks .link:hover .buttons .arrow{
        opacity: 0.6;
    }
    section.contents.spec .col2{
        gap: 0;
    }
    .spec .cont .f12{
        font-size: var(--font12);
        line-height: 1.5;
    }
    section.contents.spec .inner .block .col4,
    section.contents.spec .inner .block .col3,
    section.contents.spec .inner .block .col2,
    section.contents.spec .inner .block .col1{
        padding: 5.5rem 4.5rem;
        gap: 2rem 4rem;
        width: 100%;
    }
    section.contents.spec .inner .block .col2.min,
    section.contents.spec .inner .block .col4{
        gap: 1rem;
    }
    section.contents.spec .inner .block .col2.minP{
        padding-top: 1rem;    
    }
    section.contents.spec .inner .block .flex.pt2{
        padding-top: 2rem;
    }
    .spec .col2 .cont,
    .spec .col3 .cont{
        width: calc(100% / 2 - (8.1rem / 2));
        /*padding: 6rem;*/
        position: relative;
    }
    .spec .col2.min .cont{
        width: calc(100% / 2 - 0.25rem);
    }
    .spec .col3 .cont{
        width: calc(100% / 3 - (16.2rem / 3));
        /*padding: 6rem 3rem;*/
    }
    .spec .col4 .cont{
        width: calc(100% / 4);
    }
    .spec .cont.full{
        width: 100%;
        padding-top: 0;
    }

    section.contents.spec p.title{
        font-weight: 500;
        line-height: 1;
    }
    #products-category .blocks.nowrap .link.banner{
        aspect-ratio: 1 / 1;
        width: calc(100% / 3 - (0.3333333rem));
        height: auto;
    }
    #products-category .blocks.nowrap .link.banner img{
        height: 100%;
        object-fit: cover;
    }
    #products-category .blocks.nowrap .link.banner:nth-child(1){
        width: calc(100% / 1.5 - (0.25rem));
        aspect-ratio: 2 / 0.99;
    }
    .logo.box{
        gap: 2rem;
        margin: 4rem auto;
    }
    section.contents.spec .inner .block .col3::before,
    section.contents.spec .inner .block .col3::after,
    section.contents.spec .inner .block .col2::before{
        width: 1px;
        height: auto;
    }
    img.logo{
        width: max-content;
    }
    img.logo.no1{
      max-width: 20rem;
      margin: 1rem auto 2rem auto;
    }
    .post section.contents.spec .inner .block.title .block-label .title{
        border-bottom: 1px solid;
        margin-bottom: 1em;
    }
    .post section.contents.spec .inner .block.title::after{
        display: none;
    }
    .cont.cap {
        padding: 0 4.5rem 4.5rem 4.5rem;
    }
    .scene .num {
        font-size: 4.5rem;
    }
    #recent-products.other{
        margin-top: 0;
    }
    .spec .divider{
        border-bottom: 1px solid;
        width: calc(100% - 9rem);
        margin: 0 auto;
    }
    .post section.contents .link.banner .buttons .label{
        font-size: var(--font13);
    }
    section.contents.spec p.title{
        font-size: var(--font16);
    }
    .spec .lede-title{
        padding: 5.5rem 4.5rem 0;
    }
    .flex-wrap.w50 {
        width: 50%;
        flex-direction: column;
    }
    section.contents .inner .odd .flex-wrap.w50 .visual {
        padding-left: 0;
        padding-right: 0.5rem;
    }
    section.contents .inner .flex-wrap.w50 .visual {
        gap: 0.5rem;
        padding-left: 0.5rem;
    }
    section.contents .inner .flex-wrap.w50 .wl, section.contents .inner .flex-wrap.w100 .wl {
        width: calc(75% - 0.25rem);
    }
    section.contents .inner .flex-wrap.w100 .wl {
        width: calc(65% - 0.25rem);
    }
    section.contents .inner .flex-wrap.w100 .ws {
        width: calc(35% - 0.25rem);
        flex-direction: column;
    }
    .post .block-label.sp{
        align-items: flex-start;
    }
    #recent-products .blocks.nowrap{
        justify-content: flex-start;
    }
    #recent-products.other .link.banner:nth-of-type(1){
        width: calc(100% / 1.5 - (0.25rem));
        aspect-ratio: 2 / 0.99;
        height: auto;
    }
    .logo.box{
        gap: 2rem;
        margin: 2rem auto;
    }
    img.logo{
        width: calc(100% / 5.5);
    }
    figure.logo img.logo{
        width: calc(100% / 1.5);
    }
    .post section.contents.spec .inner .block.full.story{
        aspect-ratio: 16 / 6.5;
    }
}

@media (820px >= width){
    #products-category .link.banner{
        height: auto;
    }
    #products-category .link.banner img{
        height: 100%;
        object-fit: cover;
    }
    #products-category,#recent-products{
        margin: 6rem 0;
    }
    section.contents.spec .inner .block .col2.fit::before{
    width: 100%;
    height: 1px;
    margin: 1rem 0px;
    }
    .fit img.logo{
    width: 30%;
    }
    .spec .block.bgn{
    background: #F0F0F0;
    gap: 3rem;
    }
    .spec .block.bgn:before{
    content: "";
    display: block;
    width: calc(100% - 2rem);
    height: 1px;
    margin: 1rem auto;
    background: var(--primaryBlk);
    order: 1;
    }
    section.contents.spec .inner .block.bgn .col2:first-child{
        order: 0;
    }
    section.contents.spec .inner .block.bgn .col2:last-child{
        order: 2;
    }
}