@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@300;400;500;600;700;900&display=swap');

@font-face {
    font-family: 'Yu Mincho';
    src: url('/item/s/v2/fonts/yu-mincho-regular.eot'); /* IE9 Compat Modes */
    src: url('/item/s/v2/fonts/yu-mincho-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/item/s/v2/fonts/yu-mincho-regular.woff') format('woff'), /* Modern Browsers */
         url('/item/s/v2/fonts/yu-mincho-regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

:root {
    --font-family__bebas: "Bebas Neue", sans-serif;
    --font-family__yu_mincho: "Yu Mincho","Hiragino Mincho ProN", 'Noto Sans JP', sans-serif;
}

.straightsofa-couchsofa-page {
    color: #555;
    font-family: var(--font-family__noto-sans);
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 23.4px;
    letter-spacing: 3px;
}

.straightsofa-couchsofa-page .pc {
    display: none;
}

.straightsofa-couchsofa-page .main-image-wrapper {
    position: relative;
}

.straightsofa-couchsofa-page .main-image-wrapper .main-image-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.00) 20.96%);
    position: absolute;
    z-index: 1;
    aspect-ratio: 0.77 / 1;

}

.straightsofa-couchsofa-page .main-image-wrapper .title-wrapper {
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 2;
}

.straightsofa-couchsofa-page .main-image-wrapper .title {
    font-family: var(--font-family__bebas);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 19.2px;
    color: #ffffff;
}

.straightsofa-couchsofa-page .main-image-wrapper .title .title-line2 {
    margin-top: 16px;
}

.straightsofa-couchsofa-page .main-image-wrapper .subtitle {
    font-family: var(--font-family__yu_mincho);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
}

.straightsofa-couchsofa-page section {
    padding: 60px 20px;
}

.straightsofa-couchsofa-page .description-wrapper .description-title {
    font-family: var(--font-family__yu_mincho);
    color: #444444;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.562;
}

.straightsofa-couchsofa-page .description-wrapper .description {
    color: #555;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 23.4px;
    margin-top: 20px;
}

.straightsofa-couchsofa-page .section-full-width {
    padding-right: 0;
    padding-left: 0;
}

.straightsofa-couchsofa-page .description-image {
    margin-top: 75px;
}

.straightsofa-couchsofa-page .description-image .image-left {
    width: calc(100vw - 40px);
    margin-left: -20px;
}

.straightsofa-couchsofa-page .description-image .image-right {
    width: calc(100vw - 40px);
    margin-top: 40px;
    margin-left: 20px;
}

.straightsofa-couchsofa-page .section-light-grey {
    background: #F4F2F1;
}

.straightsofa-couchsofa-page .section-title {
    font-family: var(--font-family__bebas);
    color: #949494;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 7px;
    text-align: center;
}

.straightsofa-couchsofa-page .section-title-jp {
    font-family: var(--font-family__yu_mincho);
    margin-top: 15px;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.straightsofa-couchsofa-page .section-image {
    margin: 43px 0px 0;
    width: 100%;
    padding: 0 40px;
}

.straightsofa-couchsofa-page .block .block-title {
    background: #C3B6A7;
    text-align: center;
    padding: 16px 0;
    color: #F4F2F0;
    font-family: var(--font-family__noto-sans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
}

.straightsofa-couchsofa-page .block .block-content {
    border: 1px solid #C3B6A7;
    display: flex;
    padding: 30px 20px;
    background: #ffffff;
}

.straightsofa-couchsofa-page .block .block-content .point-form {
    counter-reset: point-counter;
}

.straightsofa-couchsofa-page .block .block-content .point-form li {
    font-size: 14px;
    color: #555;
    font-family: var(--font-family__noto-sans);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
}

.straightsofa-couchsofa-page .block .block-content .point-form li:nth-child(n + 2) {
    margin-top: 24px;
}

.straightsofa-couchsofa-page .block .block-content .point-form li::before {
    counter-increment: point-counter;
    content: counter(point-counter);
    color: #FFF;
    font-family: var(--font-family__roboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 100px;
    background: #C3B6A7;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    letter-spacing: 0px;
    margin-right: 10px;
}

.straightsofa-couchsofa-page .block-ottoman {
    padding: 30px;
    border: 1px solid #767676;
    border-radius: 15px;

}

.straightsofa-couchsofa-page .block-ottoman .section-title {
    margin-top: 20px;
    color: #333;
    text-align: center;
    font-family: var(--font-family__yu_mincho);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.straightsofa-couchsofa-page .section-description {
    color: #555555;
    margin: 20px 20px 0;
}


.straightsofa-couchsofa-page .link-button-wrapper {
    margin-top: 20px;
    text-align: center;
}


.straightsofa-couchsofa-page .link-button-wrapper .link-button {
    position: relative;
}

.straightsofa-couchsofa-page .block-ottoman .link-button-wrapper .link-button {
    padding: 14px 10px;
    text-align: center;
    background: #B0976E;
    color: #ffffff;
    font-weight: 500;
    width: 100%;
    display: block;
}

.straightsofa-couchsofa-page .block-ottoman .link-button-wrapper .link-button .at-icon-chevron-right {
    margin-right: 10px;
}

.straightsofa-couchsofa-page .ranking-section {
    margin-top: 75px;
}

.straightsofa-couchsofa-page .ranking-section .nav-content,
.straightsofa-couchsofa-page .ranking-section .content {
    display: none;
}

.straightsofa-couchsofa-page .ranking-section .ranking {
    margin-top: 0;
}

.straightsofa-couchsofa-page .ranking-section .ranking-title {
    text-align: center;
    color: #E4E4E4;
    font-family: var(--font-family__bebas);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 7px;
}

.straightsofa-couchsofa-page .ranking-section .ranking-title-jp {
    margin-top: 15px;
    font-family: var(--font-family__yu_mincho);
    color: #333;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.straightsofa-couchsofa-page .ranking-section .ranking-product {
    margin: 30px 0;

}

.straightsofa-couchsofa-page .link-button-wrapper {
    margin-top: 30px;
    text-align: center;
}

.straightsofa-couchsofa-page .link-button-wrapper .link-button {
    border: 1px solid #DDD;
    border-radius: 40px;
    display: block;
    padding: 16px 0px;
    color: #777;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.91px;

}

.straightsofa-couchsofa-page .section-gap {
    margin-top: 75px;
}

.straightsofa-couchsofa-page .section-grey {
    background: #E5E5E5;
}


.straightsofa-couchsofa-page .info-gap {
    margin-top: 40px;
}

.straightsofa-couchsofa-page .point-section .section-title {
    color: #E4E4E4;
    font-family: var(--font-family__bebas);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 7px;
}


.straightsofa-couchsofa-page .point-section .section-title-jp {
    color: #555;
    font-family: var(--font-family__yu_mincho);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.straightsofa-couchsofa-page .style-section .section-title {
    text-align: center;
    position: relative;
}

.straightsofa-couchsofa-page .style-section .section-title .line {
    position: absolute;
    top: 12px;
    z-index: 1;
    width: 100%;
    margin: 0;
    display: block;
}

.straightsofa-couchsofa-page .style-section .section-title .title {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    background: #fff;
    color: #949494;
    font-weight: 700;
    font-family: var(--font-family__bebas);
    font-size: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 7px;

}

.straightsofa-couchsofa-page .style-section .section-title-jp {
    margin-top: 15px;
    color: #949494;
    font-family: var(--font-family__noto-sans);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3px;
}


.straightsofa-couchsofa-page .style-section .section-sub-title {
    color: #949494;
    text-align: center;
    font-family: var(--font-family__bebas);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 7px;
    margin-top: 60px;
}

.straightsofa-couchsofa-page .style-section .section-image-wrapper {
    aspect-ratio: 1.35/1;
}

.straightsofa-couchsofa-page .style-section .section-image-wrapper img{
    position: absolute;
    width: 100vw;
    left: 0;
}

.straightsofa-couchsofa-page .style-section .product-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.straightsofa-couchsofa-page .style-section .product-list-item {
    width: calc(50% - 5px);
}

.straightsofa-couchsofa-page .style-section .product-list .title {
    margin-top: 16px;
    color: #949494;
    font-family: var(--font-family__noto-sans);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.98px;
    text-align: center;
}

.straightsofa-couchsofa-page .style-section .product-list .summary {
    margin-top: 16px;
    color: #555;
    font-family: var(--font-family__noto-sans);
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 23.4px;
    letter-spacing: 3px;
}

.straightsofa-couchsofa-page .section-ar {
    background: #DFDAD2;
}

.straightsofa-couchsofa-page .section-ar .section-image {
    padding: 0;
}

.straightsofa-couchsofa-page .section-ar .section-description {
    margin: 40px 0 0;
}

.straightsofa-couchsofa-page .section-ar .link-button-wrapper .link-button {
    padding: 14px 10px;
    color: #ffffff;
    background: #B0976E;
    display: block;
    width: 100%;
    border: none;
    border-radius: unset;
}

.straightsofa-couchsofa-page .link-button-wrapper .at-icon-chevron-right {
    margin-left: 10px;
    position: absolute;
}

@media screen and (max-width: 1024px) {
    .straightsofa-couchsofa-page.content {
        margin: 0;
    }
}

@media screen and (min-width: 1024px){
    .straightsofa-couchsofa-page {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 33.6px;
        letter-spacing: 3px;
    }

    .straightsofa-couchsofa-page .pc {
        display: block;
    }

    .straightsofa-couchsofa-page .sp {
        display: none;
    }

    .straightsofa-couchsofa-page .main-image-wrapper .main-image-gradient {
        aspect-ratio: 1.96 / 1;

    }
    .straightsofa-couchsofa-page .main-image-wrapper img {
        width: 100%;
    }

    .straightsofa-couchsofa-page .link-button-wrapper .at-icon-chevron-right {
        margin-left: 0px;
        position: static;
    }

    .straightsofa-couchsofa-page .main-image-wrapper .title-wrapper {
        top: 100px;
        left: 66px;
    }

    .straightsofa-couchsofa-page .main-image-wrapper .title {
        font-size: 88px;
    }

    .straightsofa-couchsofa-page .main-image-wrapper .title .title-line2 {
        margin-top: 16px;
    }

    .straightsofa-couchsofa-page .main-image-wrapper .subtitle {
        font-size: 26px;
        margin-top: 30px;
    }

    .straightsofa-couchsofa-page section {
        padding: 100px 0;
    }

    .straightsofa-couchsofa-page .description-wrapper .description-title {
        font-size: 27px;
        line-height: unset;
    }

    .straightsofa-couchsofa-page .description-wrapper .description-title br {
        display: none;
    }

    .straightsofa-couchsofa-page .description-wrapper .description {
        text-align: center;
        color: #555;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 30.8px;
        letter-spacing: 3px;
        width: 970px;
        margin: 30px auto 0 ;
    }

    .straightsofa-couchsofa-page .description-image {
        margin-top: 100px;
    }

    .straightsofa-couchsofa-page .description-image .image-left {
        margin-left: 0;
    }

    .straightsofa-couchsofa-page .description-image .image-right {
        margin-top: 80px;
        margin-left: 355px;
    }

    .straightsofa-couchsofa-page .description-image .image-left,
    .straightsofa-couchsofa-page .description-image .image-right {
        width: 1045px;
        height: 620px;
        aspect-ratio: 209/124;
    }

    .straightsofa-couchsofa-page .section-light-grey,
    .straightsofa-couchsofa-page .section-ar {
        padding: 120px;
    }


    .straightsofa-couchsofa-page .section-title {
        font-size: 40px;
        letter-spacing: 16px;
    }

    .straightsofa-couchsofa-page .section-title-jp {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 3px;
    }

    .straightsofa-couchsofa-page .info-gap {
        margin-top: 60px;
    }

    .straightsofa-couchsofa-page .section-image {
        width: 700px;
        height: 331px;
        aspect-ratio: 700/331;
        margin-right: auto;
        margin-left: auto;
        padding: 0;
    }

    .straightsofa-couchsofa-page .section-inline {
        display: flex;
        justify-content: center;
    }

    .straightsofa-couchsofa-page .section-inline .section-description {
        width: 540px;
        margin-left: 0;
        margin-right: 0;
    }

    .straightsofa-couchsofa-page .section-inline .block {
        margin-left: 90px;
        width: 480px;
    }

    .straightsofa-couchsofa-page .block .block-title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
    }

    .straightsofa-couchsofa-page .block .block-content .point-form {
        margin: 0 auto;
    }

    .straightsofa-couchsofa-page .block .block-content .point-form li {
        font-size: 15px;
    }

    .straightsofa-couchsofa-page .block-ottoman {
        padding: 100px 70px;
        margin: 0 125px;
        display: flex;
    }

    .straightsofa-couchsofa-page .block-ottoman .block-image {
        width: 480px;
        height: 321.5px;
        aspect-ratio: 480.00/321.50;
    }

    .straightsofa-couchsofa-page .block-ottoman  .block-ottoman-info {
        width: 480px;
        margin-left: auto;
    }

    .straightsofa-couchsofa-page .block-ottoman .section-title {
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 3px;
        margin-top: 0;
    }

    .straightsofa-couchsofa-page .block-ottoman .section-title br {
        display: none;
    }

    .straightsofa-couchsofa-page .block-ottoman .section-description {
        color: #555;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 28px;
        margin: 30px 0 0;
        letter-spacing: 3px;
    }
    .straightsofa-couchsofa-page .block-ottoman .link-button-wrapper {
        margin-top: 30px;
    }

    .straightsofa-couchsofa-page .block-ottoman .link-button-wrapper .link-button {
        border-radius: 0;
        margin: 0 auto;
        display: flex;
        width: 350px;
        height: 56px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #FFF;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.75px;
    }


    .straightsofa-couchsofa-page .ranking-section {
        margin-top: 100px;
    }

    .straightsofa-couchsofa-page .ranking-section .ranking {
        margin: 0;
    }

    .straightsofa-couchsofa-page .ranking-section  .ranking-title,
    .straightsofa-couchsofa-page .point-section .section-title {
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 16px;
    }

    .straightsofa-couchsofa-page .ranking-section  .ranking-title-jp,
    .straightsofa-couchsofa-page .point-section .section-title-jp {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 3px;
    }

    .straightsofa-couchsofa-page .ranking-section  .ranking-title-jp br {
        display: none;
    }

    .straightsofa-couchsofa-page  .ranking-section .ranking-product {
        margin: 60px 0 30px;
    }

    .straightsofa-couchsofa-page .ranking-section .link-button-wrapper {
        margin-top: 90px;
    }

    .straightsofa-couchsofa-page  .ranking-section .link-button-wrapper .link-button,
    .straightsofa-couchsofa-page .style-section .link-button-wrapper .link-button
     {
        display: flex;
        width: 276px;
        padding: 16px 0px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1.05px;
        margin: 0 auto;
    }

    .straightsofa-couchsofa-page  .ranking-section .link-button-wrapper .link-button .at-icon-chevron-right,
    .straightsofa-couchsofa-page .style-section .link-button-wrapper .link-button .at-icon-chevron-right {
        display: none;
    }

    .straightsofa-couchsofa-page  .point-section .section-image {
        width: 900px;
        height: 539px;
        aspect-ratio: 900/539;
    }

    .straightsofa-couchsofa-page  .point-section .section-description {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .straightsofa-couchsofa-page .section-grey {
        padding: 120px;
    }

    .straightsofa-couchsofa-page .style-section .section-title .line {
        top: 17px;
    }

    .straightsofa-couchsofa-page .style-section .section-title {
        width: 580px;
        margin: 0 auto;
    }

    .straightsofa-couchsofa-page .style-section .section-title .title {
        color: #949494;
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 280px;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 16px;
        padding: 0 20px 0 40px;
    }

    .straightsofa-couchsofa-page .style-section .section-title-jp {
        margin-top: 30px;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 3px;
    }

    .straightsofa-couchsofa-page .style-section .section-info {
        width: 700px;

    }

    .straightsofa-couchsofa-page .style-section .section-image-wrapper {
        aspect-ratio: unset;
    }

    .straightsofa-couchsofa-page .style-section .section-image-wrapper img{
        position: static;
        width: unset;
    }

    .straightsofa-couchsofa-page .style-section .section-info img {
        width: 100%;
    }

    .straightsofa-couchsofa-page .style-section .section-info .section-description {
        margin-top: 40px;
        width: 100%;
    }

    .straightsofa-couchsofa-page .style-section .section-other-info {
        width: 580px;
        margin-left: auto;
    }

    .straightsofa-couchsofa-page .style-section .product-list {
        display: block;
    }

    .straightsofa-couchsofa-page .style-section .product-list-item {
        width: 100%;
    }

    .straightsofa-couchsofa-page .style-section .product-list-item:nth-child(n+2) {
        margin-top: 40px;
    }

    .straightsofa-couchsofa-page .style-section .product-list-item .product-list-item-link {
        text-decoration: none;
    }


    .straightsofa-couchsofa-page .style-section .product-list .section-inline {
        gap: 30px;

    }

    .straightsofa-couchsofa-page .style-section .product-list .product-list-item-link img {
        width: 260px;
        height: 260px;
        aspect-ratio: 1/1;
    }

    .straightsofa-couchsofa-page .style-section .product-list .product-list-item-link .product-list-item-info {
        width: 300px;
    }

    .straightsofa-couchsofa-page .style-section .product-list .product-list-item-link .product-list-item-info .title {
        margin-top: 0;
        text-align: left;
        color: #949494;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1.26px;
    }

    .straightsofa-couchsofa-page .style-section .product-list .product-list-item-link .product-list-item-info .summary {
        color: #555;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: 1.05px;
    }

    .straightsofa-couchsofa-page .style-section .link-button-wrapper {
        margin-top: 60px;
    }

    .straightsofa-couchsofa-page .section-ar .section-image {
        width: 528px;
        height: 233px;
        aspect-ratio: 528/233;
        margin-top: 60px;
    }

    .straightsofa-couchsofa-page .section-ar .section-info {
        width: 552px;
        margin-left: auto;
        margin-top: 60px;
    }

    .straightsofa-couchsofa-page .section-ar .section-info .section-description {
        margin-top: 0;
    }

    .straightsofa-couchsofa-page .section-ar .link-button-wrapper .link-button {
        display: flex;
        width: 350px;
        height: 56px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .straightsofa-couchsofa-page .section-ar .link-button-wrapper  .at-icon-chevron-right {
        position: static;
        margin-left: 0;
    }


    .straightsofa-couchsofa-page .section-gap {
        margin-top: 100px;
    }

    .straightsofa-couchsofa-page .gap-0 {
        margin-top: 0;
    }

}