@charset "UTF-8"; :root {
    --ink: #54483a;
    --brown: #66472f;
    --gold: #9b815c;
    --paper: #fbfaf5;
    --card: #ebe8de;
    --line: #c9c1b2
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: #e8e5dc;
    color: var(--ink);
    font-family: "Noto Serif JP",serif;
    font-size: 15px;
    line-height: 1.85;
    letter-spacing: .08em
}

.site-wrap {
    max-width: 1200px;
    margin: auto;
    background: var(--paper);
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

p {
    margin: 0
}

main {
    padding-bottom: 72px
}

.hero {
    position: relative;
    background: #ececf0
}

.hero__title {
    padding: 64px 24px 38px;
    text-align: center;
    line-height: 1
}

.hero__title p {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: .16em
}

.hero__title span {
    display: block;
    margin-top: 18px;
    font-size: 18px;
    letter-spacing: .17em
}

.hero>img {
    display: block;
    width: 100%
}

.section {
    width: min(800px,calc(100% - 48px));
    margin: 0 auto;
    padding: 50px 0;
    text-align: center
}

.section h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 0 28px;
    font-size: 25px;
    line-height: 1.25;
    letter-spacing: .13em
}

.section h2:before,.section h2:after {
    content: "❧";
    font-size: 25px;
    color: #9a907d;
    transform: scaleX(-1)
}

.section h2:after {
    transform: none
}

.section-lead {
    font-size: 14px;
    line-height: 2
}

.brand {
    display: inline-flex;
    flex-direction: column;
    margin: 0 auto 35px;
    padding: 8px 18px 6px;
    background: #533b29;
    color: #fff;
    font-family: Impact,"Arial Narrow",sans-serif;
    font-size: 35px;
    line-height: .95;
    letter-spacing: .02em
}

.brand small {
    font-family: "Noto Sans JP",sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .15em
}

.intro {
    padding-top: 70px
}

.intro__copy {
    font-size: 15px;
    line-height: 2;
}

.intro__copy p+p {
    margin-top: 28px
}

.intro__chairs {
    width: 590px;
    max-height: 340px;
    margin-top: 80px;
    object-fit: cover;
    object-position: center 64%;
    mix-blend-mode: multiply
}

.reasons {
    /* border-bottom: 1px solid var(--line); */
}

.reason-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 14px;
    max-width: 800px;
    margin-inline: auto;
    margin-top: 40px;
}

.reason-grid article {
    min-height: 170px;
    padding: 18px 15px;
    background: #e5e3da;
    border-radius: 16px;
    box-shadow: 4px 5px 0 #b4b4b4;
}

.reason-grid b {
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: var(--brown);
    color: #fff;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 12px;
    line-height: 23px
}

.reason-grid h3 {
    margin: 5px 0 8px;
    font-size: 16px;
    line-height: 1.4
}

.reason-grid p {
    /* font-family: "Noto Sans JP",sans-serif; */
    font-size: 11px;
    line-height: 1.65;
}

.two-way>p:last-child {
    margin-top: 22px
}

.mode-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 25px;
    max-width: 660px;
    margin-inline: auto;
}

.mode {
    height: 275px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background-image: linear-gradient(to bottom,transparent 57%,rgba(80,65,50,.75)),url("./img/hero.png");
    background-size: auto 100%;
    background-repeat: no-repeat
}

.mode--chair {
    background-position: 7% center
}

.mode--mat {
    background-position: 93% center
}

.mode div {
    position: absolute;
    inset: auto 0 0;
    color: #fff;
    padding: 14px
}

.mode span {
    display: block;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .04em
}

.mode p {
    font-size: 12px
}

.massage {
    padding-bottom: 64px
}

.massage__visual {
    position: relative;
    margin: 24px auto 22px;
    max-width: 570px;
    overflow: hidden;
    background: #eee9df
}

.massage__visual img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: 10% 56%;
    opacity: .85
}

.massage__visual ol {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin: 0;
    padding: 0 40px 22px;
    list-style: none
}

.massage__visual li {
    width: 43px;
    height: 43px;
    border: 2px solid #f5c75a;
    border-radius: 50%;
    background: rgba(255,181,49,.25);
    color: #fff;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 12px;
    line-height: 39px;
    text-shadow: 0 1px 2px #543
}

.course-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px
}

.course-grid article {
    position: relative;
    border-radius: 12px;
    padding: 20px 10px 14px;
    background: #c0afb1;
    color: #fff
}

.course-grid__recommend {
    background: #8b6d5d!important
}

.course-grid em {
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    padding: 2px 16px;
    border-radius: 10px;
    background: #573c2b;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    white-space: nowrap
}

.course-grid span {
    font-size: 15px;
    font-weight: 600
}

.course-grid p {
    margin-top: 7px;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 10px;
    line-height: 1.5
}

.folding {
    /* border-top: 1px solid var(--line); */
}

.folding__steps {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px
}

.folding__steps>div {
    position: relative;
    width: 30%;
    height: 150px;
    padding-top: 10px;
    background: #eeeae0
}

.folding__steps>div:not(:last-child):after {
    content: "›";
    position: absolute;
    right: -18px;
    top: 56px;
    color: var(--brown);
    font-size: 32px
}

.folding__steps b {
    font-family: "Noto Sans JP",sans-serif;
    font-size: 14px
}

.folding__steps span {
    display: block;
    font-size: 13px
}

.chair-icon,.fold-icon,.bag-icon,.pocket-icon,.remote-icon,.hanger-icon,.outdoor-icon,.table-icon {
    display: block;
    margin: 8px auto;
    background: var(--brown);
    position: relative
}

.chair-icon {
    width: 55px;
    height: 70px;
    border-radius: 26px 26px 7px 7px;
    transform: skew(-7deg)
}

.chair-icon:after {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    bottom: -10px;
    height: 8px;
    border: 5px solid var(--brown);
    border-top: 0
}

.fold-icon {
    width: 80px;
    height: 19px;
    margin-top: 35px;
    border-radius: 4px;
    transform: skew(-28deg)
}

.bag-icon {
    width: 80px;
    height: 45px;
    margin-top: 27px;
    border-radius: 5px
}

.bag-icon:before {
    content: "";
    position: absolute;
    left: 25px;
    top: -17px;
    width: 28px;
    height: 20px;
    border: 5px solid var(--brown);
    border-bottom: 0;
    border-radius: 18px 18px 0 0
}

.scenes {
    /* border-top: 1px solid var(--line); */
}

.scene-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 25px;
    margin-inline: auto;
    max-width: 720px;
}

.scene {
    height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 12px;
    background: linear-gradient(0deg,rgba(44,40,30,.65),transparent 70%),url("./img/hero.png") center/cover;
    border-radius: 2px;
    color: #fff;
    line-height: 1.35
}

.scene--camp {
    background-position: 90% center
}

.scene--car {
    filter: sepia(.18) brightness(.7)
}

.scene--veranda {
    background-position: 15% center
}

.scene--living {
    background-position: 5% center
}

.scene span {
    font-size: 16px;
    font-weight: 600
}

.scene small {
    font-size: 10px
}

.recommend {
    display: inline-block;
    /* margin:28px 0 0; */
    padding: 14px 34px;
    text-align: left;
    /* background:var(--card); */
    /* border-radius:14px; */
    /* box-shadow:4px 4px 0 #c3c2bd; */
    list-style: "✓  "
}

.recommend li {
    font-size: 12px;
    line-height: 1.8
}

.recommend li::marker {
    color: #d96a45
}

.equipment {
    /* border-top: 1px solid var(--line); */
}

.equipment-grid,.option-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
    max-width: 700px;
    margin-inline: auto;
}

.equipment-grid article,.option-grid article {
    min-height: 250px;
    padding: 22px 20px 18px;
    background: var(--card);
    border-radius: 15px
}

.equipment-grid h3,.option-grid h3 {
    margin: 13px 0 8px;
    font-size: 15px
}

.equipment-grid p,.option-grid p {
    /* font-family: "Noto Sans JP",sans-serif; */
    font-size: 11px;
    line-height: 1.7
}
.equipment-grid p{
    margin-top:10px;
}
.option-grid p{
    margin-block:10px;
    font-family:"Noto Serif JP",serif;
}
.pocket-icon {
    width: 105px;
    height: 74px;
    background: linear-gradient(135deg,#b6a28c,#73614e);
    border-radius: 0 0 24px 24px
}

.remote-icon {
    width: 29px;
    height: 115px;
    border-radius: 16px;
    background: linear-gradient(#2a1c14,#654832);
    box-shadow: inset 0 0 0 7px #231913
}

.remote-icon:before {
    content: "●\A ●\A ●\A ●";
    white-space: pre;
    color: #eee;
    font-size: 10px;
    line-height: 21px
}

.hanger-icon {
    width: 110px;
    height: 56px;
    margin-top: 28px;
    background: transparent;
    border-bottom: 11px solid var(--brown);
    border-radius: 50%
}

.hanger-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -36px;
    width: 45px;
    height: 54px;
    border: 6px solid var(--brown);
    border-right: 0;
    border-bottom: 0;
    border-radius: 45px 0 0 0
}

.colors {
    /* border-top: 1px solid var(--line); */
}

.color-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
    max-width: 700px;
    margin-inline: auto;
}

.color-grid article {
    overflow: hidden;
    padding: 17px 12px 19px;
    background: var(--card);
    border-radius: 14px
}

.color-grid h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
}

.color-grid img {
    display: block;
    width: 190%;
    max-width: none;
    height: 190px;
    margin: 0 -44%;
    object-fit: cover;
    object-position: left 66%;
    mix-blend-mode: multiply
}

.color-grid article:nth-child(2) img {
    object-position: right 66%
}

.color-grid p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
}

.options {
    /* border-top: 1px solid var(--line); */
}

.option-grid article {
    min-height: 260px
}

.option-grid h3 small {
    font-size: 80%;
}

.outdoor-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg,#242522 50%,#7e6d55 50%);
    border-radius: 6px
}

.table-icon {
    width: 130px;
    height: 70px;
    margin-top: 32px;
    background: #c99d57;
    border-radius: 4px;
    box-shadow: 0 12px 0 -5px #76532a
}

.dimensions {
    /* border-top: 1px solid var(--line); */
}

.dimension-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

.dimension-grid img {
    width: 170%;
    max-width: none;
    height: 185px;
    margin-left: -30%;
    object-fit: cover;
    object-position: left 65%;
    mix-blend-mode: multiply
}

.dimension-grid p {
    font-size: 12px;
    line-height: 1.7
}

.dimension-fold {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.dimension-fold .fold-icon {
    margin: 0 0 32px;
    width: 150px
}

.faq {
    /* border-top: 1px solid var(--line); */
}

.faq dl {
    margin: 40px auto 0;
    text-align: left;
    max-width: 720px;
}

.faq dl>div {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 13px;
    background: var(--card)
}

.faq dt,.faq dd {
    margin: 0;
    padding: 14px 20px
}

.faq dt {
    border-bottom: 1px solid #beb6a9;
    font-size: 13px;
    font-weight: 600
}

.faq dd {
    /* font-family:"Noto Sans JP",sans-serif; */
    font-size: 11px;
    line-height: 1.8
}

.specs {
    /* border-top: 1px solid var(--line); */
    max-width: 720px;
}

.specs table {
    border-collapse: collapse;
    width: 100%;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 12px;
    text-align: left
}

.specs th,.specs td {
    border: 1px solid #b8b1a5;
    padding: 7px 12px;
    line-height: 1.5
}

.specs th {
    width: 30%;
    background: #e6e3dc;
    font-weight: 500
}

.safety {
    width: min(720px,calc(100% - 48px));
    margin: 0 auto;
    padding: 30px 0 0;
    color: #000;
}

.safety h2 {
    margin: 0 0 10px;
    font-size: 24px;
}

.safety p {
    font-family: "Noto Sans JP",sans-serif;
    font-size: 14px;
    line-height: 1.7
}

footer {
    padding: 68px 24px 0;
    background: #e7e5dc;
    text-align: center;
    font-family: "Noto Sans JP",sans-serif
}

.contact {
    display: inline-block;
    padding: 50px 130px;
    border-radius: 120px;
    background: linear-gradient(130deg,#977d5a,#503c21);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none
}

.tel {
    margin: 37px 0 26px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6
}

.tel strong {
    font-size: 34px;
    letter-spacing: .04em
}

.tel small {
    display: block;
    font-size: 12px;
    font-weight: 500
}

footer>img {
    width: 168px
}

.copyright {
    display: block;
    margin: 55px -24px 0;
    padding: 12px;
    background: #4f361f;
    color: #fff;
    font-size: 8px
}

@media(max-width: 600px) {
    body {
        font-size:13px
    }

    .hero__title {
        padding: 38px 16px 25px
    }

    .hero__title p {
        font-size: 25px
    }

    .hero__title span {
        margin-top: 12px;
        font-size: 12px
    }

    .section {
        width: calc(100% - 32px);
        padding: 55px 0
    }

    .section h2 {
        gap: 10px;
        margin-bottom: 21px;
        font-size: 19px
    }

    .section h2:before,.section h2:after {
        font-size: 19px
    }

    .intro {
        padding-top: 52px
    }

    .intro__copy {
        font-size: 12px;
        line-height: 2.1
    }

    .intro__copy p+p {
        margin-top: 20px
    }

    .intro__chairs {
        max-height: 200px
    }

    .reason-grid {
        gap: 8px
    }

    .reason-grid article {
        min-height: 148px;
        padding: 12px 7px;
        border-radius: 10px
    }

    .reason-grid h3 {
        font-size: 12px
    }

    .reason-grid p {
        font-size: 9px
    }

    .mode {
        height: 190px
    }

    .mode span {
        font-size: 14px
    }

    .mode p {
        font-size: 9px
    }

    .massage__visual img {
        height: 210px
    }

    .massage__visual ol {
        padding: 0 17px 13px
    }

    .massage__visual li {
        width: 35px;
        height: 35px;
        font-size: 10px;
        line-height: 31px
    }

    .course-grid span {
        font-size: 11px
    }

    .course-grid p {
        font-size: 8px
    }

    .folding__steps {
        gap: 14px
    }

    .folding__steps>div {
        height: 125px
    }

    .scene {
        height: 113px
    }

    .recommend {
        padding: 12px 24px
    }

    .recommend li {
        font-size: 10px
    }

    .equipment-grid,.option-grid {
        gap: 10px
    }

    .equipment-grid article,.option-grid article {
        min-height: 215px;
        padding: 15px 10px
    }

    .equipment-grid h3,.option-grid h3 {
        font-size: 12px
    }

    .equipment-grid p,.option-grid p {
        font-size: 9px
    }

    .pocket-icon {
        transform: scale(.75)
    }

    .remote-icon {
        transform: scale(.75)
    }

    .hanger-icon {
        transform: scale(.75)
    }

    .color-grid {
        gap: 10px
    }

    .color-grid img {
        height: 135px
    }

    .color-grid p {
        font-size: 9px
    }

    .dimension-grid {
        gap: 8px
    }

    .dimension-grid img {
        height: 130px
    }

    .dimension-grid p {
        font-size: 10px
    }

    .dimension-fold .fold-icon {
        width: 100px
    }

    .faq dt {
        font-size: 11px
    }

    .faq dd {
        font-size: 9px
    }

    .specs {
        width: calc(100% - 32px)
    }

    .specs table {
        font-size: 10px
    }

    .specs th,.specs td {
        padding: 6px
    }

    .safety {
        width: calc(100% - 32px)
    }

    .safety p {
        font-size: 9px
    }

    footer {
        padding-top: 52px
    }

    .contact {
        padding: 14px 55px;
        font-size: 14px
    }

    .tel strong {
        font-size: 28px
    }
}

/* supplied product assets */
.brand {
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto 40px;
    padding: 0;
    background: none
}

.intro__chairs {
    display: block;
    width: 100%;
    max-height: none;
    object-fit: contain;
    mix-blend-mode: normal
}

.mode {
    height: auto;
    background: none
}

.mode>img {
    display: block;
    width: 100%;
    height: auto
}

.mode div {
    position: static;
    padding: 11px 8px;
    background: #e8e5dc;
    color: var(--ink)
}

.mode span {
    font-size: 15px
}

.mode p {
    font-size: 16px;
}

.massage__visual {
    display: block;
    width: 100%;
    max-width: 682px;
    height: auto;
    margin: 24px auto 0;
    background: none
}

.folding__steps {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    max-width: 700px;
}

.scene-grid article {
    overflow: hidden;
    /* background:#fff; */
    text-align: center
}

.scene-grid article>img {
    display: block;
    width: 100%;
    height: auto
}

.scene-grid article span {
    display: block;
    margin-top: 7px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35
}

.scene-grid article small {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.35
}

.recommend {
    list-style: none
}

.recommend li {
    display: flex;
    align-items: center;
    gap: 5px
}

.recommend li::marker {
    content: ""
}

.recommend li img {
    width: 15px;
    height: 15px;
    flex: 0 0 auto
}

.equipment-grid article {
    display: flex;
    min-height: 295px;
    flex-direction: column;
    align-items: center
}

.equipment-grid article>img {
    display: block;
    max-width: 100%;
    /* height:145px; */
    /* object-fit:contain; */
}

.equipment-grid article:nth-child(3)>img,.equipment-grid article:nth-child(4)>img {
    height: 120px;
    margin-top: 25px
}

.color-grid article {
    display: flex;
    flex-direction: column;
    align-items: center
}

.color-grid img,.color-grid article:nth-child(2) img {
    width: auto;
    max-width: 100%;
    height: 220px;
    margin: 0;
    object-fit: contain;
    mix-blend-mode: normal
}

.option-grid article {
    position: relative;
    min-height: 390px;
    margin-bottom: auto;
}

.option-grid .option__chair {
    display: block;
    /* height:100px; */
    width: auto;
    margin: 0 auto 7px;
    /* object-fit:contain; */
}

.option-grid .option__contents {
    display: block;
    width: 100%;
    /* height:165px; */
    /* object-fit:contain; */
    margin: 0 auto 10px
}

.dimension-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 26px
}

.dimension-grid>img,.dimension-grid>img:first-child {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
    mix-blend-mode: normal
}

.safety h2 {
    display: flex;
    align-items: center;
    gap: 7px;
    border-block: 1px solid #000;font-family: "Noto Sans JP",sans-serif;
    font-weight: normal;
    padding: 4px 10px;
}

.safety h2 img {
    width: 32px;
    height: auto;
    margin-right: 10px;
}

@media(max-width: 600px) {
    .brand {
        width:125px;
        margin-bottom: 25px
    }

    .mode {
        height: auto
    }

    .mode>img {
        height: auto
    }

    .massage__visual {
        height: auto
    }

    .folding__steps {
        height: auto
    }

    .equipment-grid article {
        min-height: 230px
    }

    .equipment-grid article>img {
        /* height: 105px; */
    }

    .equipment-grid article:nth-child(3)>img,.equipment-grid article:nth-child(4)>img {
        height: 85px;
        margin-top: 18px
    }

    .color-grid img,.color-grid article:nth-child(2) img {
        height: 155px
    }

    .option-grid article {
        min-height: 315px
    }

    .option-grid .option__chair {
        /* height: 75px; */
    }

    .option-grid .option__contents {
        height: 120px
    }

    .dimension-grid {
        gap: 12px
    }

    .dimension-grid>img,.dimension-grid>img:first-child {
        height: auto
    }

    .recommend li img {
        width: 12px;
        height: 12px
    }
}

/* title artwork and desktop typography */
.hero__title {
    margin: 0;
    padding: 0;
    line-height: 0
}

.hero__title img {
    display: block;
    width: 100%;
    height: auto
}

.section h2:before,.section h2:after {
    content: "";
    display: block;
    width: 80px;
    height: 21px;
    background: center/contain no-repeat;
    transform: none
}

.section h2:before {
    background-image: url("./img/ttl_l.png")
}

.section h2:after {
    background-image: url("./img/ttl_r.png")
}

@media (min-width: 601px) {
    .brand{
        width:300px;
        margin-bottom: 60px;
    }
    .intro__copy {
        font-size:24px;
        white-space: nowrap;
    }

    .section h2 {
        font-size: 30px
    }

    .reason-grid h3 {
        font-size: 24px
    }

    .reason-grid p {
        font-size: 16px
    }

    .section-lead {
        font-size: 20px;
    }
    .massage .section-lead {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    .section h2:before,.section h2:after {
        width:48px;
        height: 13px
    }
}

.recommend-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background: var(--card);
    border-radius: 14px;
    box-shadow: 4px 4px 0 #c3c2bd;
    margin: 28px auto 0;
    max-width: 714px;
}

.recommend-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45
}

.faq__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: 32px;
    padding: 12px 28px;
    border: 1px solid var(--brown);
    border-radius: 8px;
    color: var(--ink);
    /* font-family: "Noto Sans JP",sans-serif; */
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    text-decoration: none
}

.faq__button span {
    font-size: 24px;
    line-height: 1
}

@media (min-width: 601px) {
    .two-way>p:last-child,.mode span,.scene-grid article span {
        font-size:24px
    }

    .recommend li,.equipment-grid p,.option-grid p,.faq dd {
        font-size: 16px
    }

    .equipment-grid h3,.option-grid h3,.faq dt {
        font-size: 20px
    }
    .option-grid h3{
        white-space:nowrap;
        margin-bottom:20px;
    }

    .recommend-title {
        font-size: 24px
    }

    .faq__button {
        font-size: 16px
    }
}

@media (max-width: 600px) {
    .recommend-wrap {
        display:block
    }

    .recommend-title {
        margin-top: 25px
    }

    .recommend {
        margin-top: 12px
    }
}

.specs>img {
    display: block;
    width: 100%;
    height: auto
}

.faq__note {
    margin-top: 12px;
    /* font-family: "Noto Sans JP",sans-serif; */
    font-size: 12px;
    line-height: 1.7
}

@media (min-width: 601px) {
    .faq__note {
        font-size:16px
    }
}

.faq__label {
    display: inline-block;
    margin-right: .5em;
    font-family: "Noto Serif JP",serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    vertical-align: -.16em
}

@media (max-width: 600px) {
    .faq__label {
        font-size:24px
    }
}

/* site typography */
main :where(p,b,span,small,h1,h2,h3,dt,dd,li,th,td,a,em) {
    font-family: "Noto Serif JP",serif
}

.safety p {
    font-family: "Noto Sans JP",sans-serif
}

body,.site-wrap {
    background: #f7f6f0
}

/* reasons */
.reason-grid__heading {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    text-align: left
}

.reason-grid__heading img {
    width: 23px;
    height: 23px;
    flex: 0 0 auto;
    margin-top: .15em
}

.reason-grid__heading h3 {
    margin: 0
}

.reason-grid article>p {
    text-align: left
}

@media (min-width: 601px) {
    .reasons {
        width:min(1200px,calc(100% - 48px));
        padding-top: 82px;
        padding-bottom: 82px
    }

    .reason-grid {
        gap: 30px;
    }

    .reason-grid article {
        min-height: 170px;
        padding: 20px 16px;
        border-radius: 20px;
        box-shadow: 10px 10px 0 #b4b4b4;
    }

    .reason-grid__heading {
        gap: 10px;
    }

    .reason-grid__heading img {
        width: 24px;
        height: 24px;
        margin-top: 4px;
    }

    .reason-grid h3 {
        font-size: 24px;
        line-height: 1.42;
        /* letter-spacing: .12em; */
    }

    .reason-grid article>p {
        margin-top: 16px;
        font-size: 16px;
        /* line-height: 2.05; */
        letter-spacing: .1em
    }
}

@media (max-width: 600px) {
    .reason-grid__heading {
        justify-content:center
    }

    .reason-grid article>p {
        text-align: center
    }
}

/* smartphone layout */
@media (max-width: 600px) {
    .section {
        width: calc(100% - 48px);
        padding: 62px 0;
    }

    .section h2 {
        gap: 10px;
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 1.45;
    }

    .section h2:before,
    .section h2:after {
        width: 48px;
        height: 13px;
        flex: 0 0 auto;
    }

    .intro {
        padding-top: 60px;
        padding-bottom: 64px;
    }

    .brand {
        width: 150px;
        margin-bottom: 30px;
    }

    .intro__copy {
        max-width: 560px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 2.15;
    }

    .intro__copy p + p {
        margin-top: 25px;
    }

    .intro__chairs {
        width: 100%;
        max-height: none;
        margin-top: 38px;
    }

    .reasons {
        padding-top: 58px;
        padding-bottom: 20px;
    }

    .reason-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .reason-grid article {
        min-height: 0;
        padding: 17px 19px;
        border-radius: 16px;
        box-shadow: 5px 6px 0 #b9b9b9;
    }

    .reason-grid__heading {
        justify-content: flex-start;
        gap: 10px;
    }

    .reason-grid__heading img {
        width: 23px;
        height: 23px;
        margin-top: 2px;
    }

    .reason-grid h3 {
        font-size: 17px;
        line-height: 1.45;
        letter-spacing: .08em;
    }

    .reason-grid article > p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.9;
        letter-spacing: .07em;
        text-align: left;
    }

    .section-lead {
        font-size: 15px;
        line-height: 1.95;
    }

    .mode-grid {
        gap: 12px;
        margin-top: 20px;
    }

    .mode {
        border-radius: 10px;
    }

    .mode div {
        padding: 10px 6px 12px;
    }

    .mode span,
    .scene-grid article span {
        font-size: 16px;
    }

    .mode p,
    .scene-grid article small {
        font-size: 12px;
        line-height: 1.65;
    }

    .two-way > p:last-child {
        margin-top: 18px;
        font-size: 12px;
        line-height: 1.9;
    }

    .massage__visual,
    .folding__steps {
        margin-top: 24px;
    }

    .scene-grid {
        gap: 12px;
        margin-top: 20px;
    }

    .scene-grid article span {
        margin-top: 6px;
    }

    .recommend-wrap {
        display: block;
        width: 100%;
        margin-top: 28px;
    }

    .recommend-title {
        margin: 0;
        padding: 10px 16px 4px;
        border-radius: 13px 13px 0 0;
        background: var(--card);
        font-size: 15px;
        line-height: 1.45;
    }

    .recommend {
        display: block;
        width: 100%;
        margin: 0;
        padding: 4px 15px 12px;
        border-radius: 0 0 13px 13px;
        box-shadow: 4px 4px 0 #b9b9b9;
    }

    .recommend li {
        gap: 5px;
        font-size: 14px;
        line-height: 1.75;
    }

    .recommend li img {
        width: 16px;
        height: 16px;
    }

    .equipment-grid {
        gap: 14px;
    }

    .equipment-grid article {
        min-height: 330px;
        padding: 18px 12px;
        border-radius: 12px;
    }

    .equipment-grid article > img {
        /* height: 175px; */
    }

    .equipment-grid article:nth-child(3),
    .equipment-grid article:nth-child(4) {
        min-height: 275px;
    }

    .equipment-grid article:nth-child(3) > img,
    .equipment-grid article:nth-child(4) > img {
        height: 125px;
        margin-top: 16px;
    }

    .equipment-grid h3,
    .option-grid h3 {
        margin-top: 12px;
        font-size: 20px;
        line-height: 1.4;
    }

    .equipment-grid p,
    .option-grid p {
        font-size: 14px;
        line-height: 1.75;
    }

    .colors h2 {
        font-size: 19px;
    }

    .color-grid {
        grid-template-columns: 1fr;
        max-width: 370px;
        margin: 0 auto;
        gap: 24px;
    }

    .color-grid article {
        padding: 20px 18px 24px;
        border-radius: 14px;
    }

    .color-grid h3 {
        font-size: 16px;
    }

    .color-grid img,
    .color-grid article:nth-child(2) img {
        height: 270px;
        margin: 8px 0 2px;
    }

    .color-grid p {
        font-size: 12px;
        line-height: 1.9;
    }

    .option-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
        gap: 24px;
    }

    .option-grid article {
        min-height: 0;
        padding: 22px 20px 26px;
        border-radius: 14px;
    }

    .option-grid .option__chair {
        /* height: 125px; */
        margin: 18px auto 12px;
    }

    .option-grid .option__contents {
        width: min(100%,480px);
        height: auto;
        margin: 0 auto 14px;
    }

    .dimension-grid {
        grid-template-columns: 1fr;
        max-width: 480px;
        margin: 0 auto;
        gap: 26px;
    }

    .dimension-grid > img,
    .dimension-grid > img:first-child {
        width: 100%;
        height: auto;
    }

    .faq dl > div {
        margin-top: 14px;
        border-radius: 12px;
    }

    .faq dt,
    .faq dd {
        padding: 12px 15px;
        font-size: 14px;
        line-height: 1.8;
    }

    .faq__label {
        margin-right: .35em;
        font-size: 36px;
        vertical-align: -.2em;
    }

    .faq__button {
        gap: 20px;
        margin-top: 27px;
        padding: 12px 24px;
        font-size: 13px;
    }

    .faq__note {
        font-size: 11px;
    }

    .specs {
        padding-top: 35px;
        padding-bottom: 45px;
    }

    .safety {
        width: calc(100% - 48px);
        padding-top: 26px;
    }

    .safety h2 {
        font-size: 14px;
    }

    .safety p {
        font-size: 9px;
        line-height: 1.7;
    }

    footer {
        padding-top: 55px;
    }

    .contact {
        padding: 15px 54px;
    }
}

/* equipment heading order and FAQ link */
.equipment-grid article > h3 { order: -1; }
.equipment-grid article h3 small { font-size:80%; }
.faq__button {width: min(100%,380px);min-height: 66px;justify-content: center;gap: 16px;margin-top: 50px;padding: 12px 22px;border: 2px solid var(--brown);border-radius: 10px;font-size: 16px;background: #fff;}
.faq__button span { font-size: 30px; line-height: .8; }
@media (max-width: 600px) {
    .equipment-grid h3 {margin: 0 0 12px;font-size: 16px;}
    .equipment-grid article > img,
    .equipment-grid article:nth-child(3) > img,
    .equipment-grid article:nth-child(4) > img { margin: 0 0 12px; }
    .faq__button {width: fit-content;min-height: 64px;margin-top: 30px;padding: 11px 30px;border-radius: 10px;font-size: 14px;}
    .faq__button span { font-size: 28px; }
    .faq__note { margin-top: 13px; }
}

/* Keep the FAQ answer label out of the answer text flow. */
.faq dd { position: relative; padding-left: 72px; }
.faq dd .faq__label { position: absolute; top: 16px; left: 20px; margin: 0; }
@media (max-width: 600px) {
    .faq dd { padding-left: 58px; }
    .faq dd .faq__label { top: 14px; left: 15px; }
}

.sp-only,.pc-only { display: none; }
@media (min-width: 601px) {
    .pc-only { display: inline; }
}
@media (max-width: 600px) {
    .sp-only { display: inline; }
    .reason-grid h3 br { display: none; }
}

.section h2 {width: 100%;max-width: 700px;margin-right: auto;margin-left: auto;padding-bottom: 15px;border-bottom: 1px solid #503c21;}
@media (max-width: 600px) {
    .section h2 { margin-bottom: 24px; padding-bottom: 12px; }
}

/* two-way mode card */
.mode {display: flex;flex-direction: column;margin: 0;}
.mode .mode__title { position: static; inset: auto; order: 0; padding: 10px 8px; background: #e8e5dc; color: var(--ink); }
.mode > img { order: 1; }
.mode .mode__copy {order: 2;margin: 0;padding: 10px 8px 12px;background: #e8e5dc;color: var(--ink);height: 100%;align-items: center;justify-content: center;display: flex;}
@media (max-width: 600px) {
    .mode .mode__title { padding: 8px 6px; }
    .mode .mode__copy { padding: 8px 6px 10px; }
}
