@charset "utf-8";
/* AIRBUGGY POLEWALK LP 20221230 */

p {
    font-family: Arial, 'Noto Sans JP', sans-serif;
    color: #404040;
    font-feature-settings: "palt"1;
    display: block;
}

h1, h2, h3, h4 {
    font-family: Arial, 'Noto Sans JP', sans-serif;
    color: #1a1a1a;
    font-weight: bolder;
    font-feature-settings: "palt"1;
    text-align: justify;
}

img {
    display: block;
}

ul {
    list-style: none;
}

.polewalk {
    width: 100%;
    min-height: 100%;
    background-color: #FFF;
}

h1 {
    font-size: 10rem;
    text-align: left;
    letter-spacing: 0.5rem;
    line-height: 12rem;
}



section {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
    padding: 50px 0;
}

.title {
    width: 100vw;
    max-width: 100vw;
    height: 70vw;
    background-color: #f5f2e7;
    position: relative;
    top: 5vw;
    margin-bottom: 5vw;
    padding: 0;
}

#cnt_title {
    width: 100%;
    height: 80vw;
    position: relative;
    top: -5vw;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

#cnt_title>img {
    height: 100%;
}

#area_title {
    width: 100%;
    margin-left: 4vw;
    align-items: center;
}

h1 {
    font-size: 6vw;
    text-align: left;
    letter-spacing: 0.5vw;
    white-space: nowrap;
    display: block;
    line-height: 7vw;
    display: block;
}

#area_title img {
    width: 90%;
    margin: 4vw auto auto 0;
}



.intro {
    position: relative;
    padding: 50px 0;
}

.intro img {
    width: 100%;
    object-fit: contain;
}

#area_intro {
    background-color: #f5f2e7;
    position: relative;
    margin: -8vw auto 0;
    width: 80%;
    padding: 4vw 4vw 1vw;
}

#area_intro h2 {
    font-size: 6vw;
    padding-bottom: 2vw;
}

#area_intro p {
    font-size: 3.5vw;
    margin-bottom: 4vw;
    text-align: justify;
}



.story {
    background-color: #f5f2e7;
    max-width: 100vw;
}

#cnt_story {
    width: 100%;
    margin: 0 auto;
}

#cnt_story img {
    max-width: 100vw;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

#cnt_story h2 {
    font-size: 6vw;
    text-align: center;
    padding-bottom: 3vw;
}

#area_story {
    margin: 6vw auto;
    width: 80%;
}

#area_story p {
    font-size: 3vw;
    margin-bottom: 4vw;
    text-align: justify;
}

#bg_airbuggy {
    background-image: url(/assets/img/polewalk/bg_airbuggy.svg);
    width: 100%;
}

#bg_airbuggy img {
    display: block;
    width: 90%;
    object-fit: contain;
    margin: 0 auto;
}

#about_sinano {
    width: 80%;
    margin: 50px auto 0;
    background-color: #FFF;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-flow: column-reverse nowrap;
}

#about_sinano div {
    width: 100%;
    align-items: center;
}

#about_sinano div img {
    width: 90%;
    margin: 0 auto 20px;
}

#about_sinano div p {
    font-size: 3vw;
    line-height: 4vw;
    margin-bottom: 10px;
    width: 100%;
    text-align: justify;
}

#about_sinano div a {
    display: block;
    width: calc(100%-40px);
    background-color: #e40011;
    color: #FFF;
    padding: 10px;
    border-radius: 30px;
    margin: 20px auto 0;
    font-size: 3vw;
    text-align: center;
}

#about_sinano>img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 6vw;
}


.benefit {
    padding: 0;
    width: 100%;
    max-width: 100vw;
}

.benefit>img {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
}

.benefit>h2 {
    font-size: 6vw;
    display: block;
    line-height: 7vw;
    white-space: nowrap;
    margin: 5vw auto;
    width: fit-content;
}

.benefit>p {
    clear: both;
    font-size: 3vw;
    text-align: justify;
    width: 80%;
    margin: 0 auto 25px;
}

.health {
    background-color: #6aad8a;
    border-radius: 20px;
    padding: 25px 0;
    width: 90%;
    margin: 0 auto;
}

.health h2 {
    font-size: 6vw;
    line-height: 7vw;
    color: #FFF;
    display: block;
    margin: 0 auto;
    width: fit-content;
    height: fit-content;
}

.health img {
    width: 90%;
    margin: 0 auto 25px;
}

.health p {
    font-size: 3vw;
    color: #FFF;
    width: 80%;
    margin: 0 auto 3.5vw;
    text-align: justify;
}

.health_merit {
    padding: 25px 0 0;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 2%;
}

.health_merit li {
    width: 48%;
    margin-bottom: 25px;
}

.health_merit li>span {
    background-color: #6aad8a;
    border-radius: 25px;
    color: #FFF;
    font-size: 3.5vw;
    font-weight: bolder;
    width: 94%;
    text-align: center;
    padding: 5px;
    display: inline-block;
}

.health_merit li p {
    font-size: 3vw;
    line-height: 4vw;
    width: 94%;
    text-align: justify;
    margin: 10px auto 0;
}

.health_merit li p>span {
    font-size: 2vw;
}

.benefit>h3 {
    margin: 0 auto 5vw;
    width: fit-content;
    font-size: 5vw !important;
    ;
}

.health_merit2 {
    width: 90%;
    display: flex;
    flex-flow: column wrap;
    margin: 0 auto 50px;
}

.health_merit2 li {
    background-color: #6aad8a;
    border-radius: 20px;
    color: #FFF;
    text-align: center;
    font-size: 3.5vw;
    padding: 5px;
    width: 97%;
    font-weight: bolder;
    margin-bottom: 5px;
}



.start {
    width: 100vw;
    max-width: 100vw;
    background-color: #f5f2e7;
}

.start h2 {
    font-size: 6vw;
    line-height: 7vw;
    width: fit-content;
    margin: 0 auto 25px;
    text-align: center;
}

#area_start {
    width: 80%;
    margin: 0 auto;
}

#area_start h3 {
    width: fit-content;
    font-size: 5vw !important;
    margin: 0 auto 5vw;
}

#area_start ul {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 4%;
    margin-bottom: 50px;
}

#area_start ul li {
    width: 50%;
    font-size: 3vw;
    margin: 0 auto;
    color: #404040;
}

#area_start ul li img {
    height: 36vw;
    margin-bottom: 10px;
}

#area_start img {
    width: 100%;
    object-fit: contain;
}

#area_start ul li h4 {
    width: 100%;
    text-align: center;
    font-size: 4vw;
    font-weight: bolder;
    margin: 10px auto 5px;
}

#area_acce {
    width: 80%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0 auto 50px;
}

#area_acce li:first-child {
    width: 60%;
}

#area_acce li:first-child img {
    width: 100%;
    border-radius: 20px;
}

#area_acce li:last-child {
    width: 35%;
    margin-left: 5%;
}

#area_acce li:last-child h4 {
    font-size: 4vw;
    line-height: 5vw;
    height: fit-content;
    margin-bottom: 20px;
}

#area_acce li:last-child p {
    font-size: 3vw;
    line-height: 4vw;
    margin: 10px auto 0;
}

.start>p {
    font-size: 3vw;
    text-align: center;
    width: fit-content;
    margin: 0 auto 20px;
}

.start>a {
    background-color: #e40011;
    padding: 10px;
    border-radius: 30px;
    margin: 0 auto;
    color: #FFF;
    width: 80%;
    display: block;
    text-align: center;
    font-size: 3.5vw;
}



.exp {
    margin: 0 auto;
}

.exp h2 {
    font-size: 6vw;
    line-height: 7vw;
    text-align: center;
    width: fit-content;
    margin: 0 auto 25px;
}

.exp ul {
    display: flex;
    flex-flow: row wrap;
    gap: 4%;
    justify-content: space-between;
}

.exp ul li {
    width: 48%;
    margin-bottom: 25px;
}

.exp ul li img {
    width: 100%;
    object-fit: contain;
}

.exp ul li h3 {
    width: 100%;
    text-align: center;
    font-size: 4vw !important;
    margin: 10px auto 5px;
}

.exp ul li p {
    font-size: 3vw;
    line-height: 4vw;
    width: 100%;
    text-align: justify;
}

.exp ul li p>span {
    font-size: 2vw;
}



.faq {
    width: 100vw;
    max-width: 100vw;
    background-color: #f5f2e7;
}

#cnt_faq {
    width: 90%;
    margin: 0 auto;
}

#cnt_faq h2 {
    font-size: 6vw;
    width: fit-content;
    margin: 0 auto 25px;
}

#cnt_faq ul {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    margin: 0 auto;
}

#cnt_faq ul li {
    width: 100%;
    margin-bottom: 30px;
}

#cnt_faq ul li h4 {
    width: 100%;
    text-align: left;
    font-size: 4vw;
    display: block;
    border-bottom: solid 1px #404040;
    margin-bottom: 15px;
}

#cnt_faq ul li p {
    font-size: 3vw;
    line-height: 4vw;
    text-align: justify;
}



.close {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 100vw;
}

.close img {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    object-fit: contain;
    display: block;
}

.close div {
    background-color: #f5f2e7;
    position: relative;
    margin: 0 auto;
    width: 80%;
    margin-top: -5vw;
    padding: 20px;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
}

.close div h2 {
    font-size: 6vw;
    line-height: 7vw;
    display: block;
    width: fit-content;
    margin: 0 auto 5vw;
}

.close div p {
    width: 100%;
    font-size: 3.5vw;
    line-height: 4vw;
    text-align: justify;
}



.spec {
    width: 100vw;
    max-width: 100vw;
    height: 200vw;
    position: relative;
    top: 150vw;
    background-color: #f5f2e7;
    padding-bottom: 10vw;
}

.spec #cnt_spec {
    width: auto;
    max-width: 100vw;
    height: 50vw;
    position: relative;
    top: -150vw;
    margin: 0 auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.spec #area_table {
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-flow: column nowrap;
    margin: 0 auto 6vw;
}

.spec #area_table h3 {
    width: 100%;
    text-align:center;
}

.spec #area_table img {
    width: 70%;
    margin: 0 auto 20px;
}

.spec #area_table table {
    width: 90%;
    margin: 0 auto;
    border-spacing: 0;
    margin-bottom: 20px;
}

.spec #area_table table tr:first-child {
    width: 20%;
}

.spec #area_table table tr:last-child {
    width: 80%;
}

.spec #area_table table td.spec_th {
    padding: 5px 10px;
    border-right: solid 1px #404040;
    font-size: 3vw;
    text-align: right;
}

.spec #area_table table td.spec_td {
    padding: 5px 10px;
    font-size: 3vw;
}

.spec #area_table a {
    width: 80%;
    background-color: #554124;
    color: #FFF;
    padding: 10px;
    font-size: 3vw;
    font-weight: bolder;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 30px;
}

.spec #area_spec {
    width: 100%;
    height: 100vw;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.spec #area_spec img#img_spec01 {
    position: relative;
    height: 100%;
    margin: 0 0 0 auto;
    z-index: 1;
}

.spec #area_spec img#img_spec02 {
    position: relative;
    height: 80%;
    left: 6vw;
    border-radius: 20px;
    z-index: 2;
}



@media only screen and (min-width:600px) {

    section {
        width: 100%;
        max-width: 90vw;
        margin: 0 auto;
        padding:50px 0;
    }

    .title {
        width: 100vw;
        max-width: 100vw;
        height: 44vw;
        background-color: #f5f2e7;
        position: relative;
        top: 3vw;
        margin-bottom: 6vw;
    }

    #cnt_title {
        width: auto;
        max-width: 80vw;
        height: 50vw;
        position: relative;
        top: -3vw;
        margin: 0 auto;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

    #cnt_title>img {
        height: 100%;
    }

    #area_title {
        width: 100%;
        margin-left: 5vw;
        align-items: center;
    }

    h1 {
        font-size: 5vw;
        text-align: left;
        letter-spacing: 0.5vw;
        white-space: nowrap;
        display: block;
        line-height: 6vw;
        display: block;
    }

    #area_title img {
        width: 80%;
        margin: 2vw auto auto 0;
    }



    .intro {
        position: relative;
        margin:0 auto;
    }

    .intro img {
        width: 75%;
        object-fit: contain;
        position: relative;
        left: 25%;
    }

    #area_intro {
        background-color: #f5f2e7;
        position: relative;
        margin: 0;
        width: 47.5%;
        margin-top: -45vw;
        padding: 2vw 2vw 1vw;
    }

    #area_intro h2 {
        font-size: 4vw;
        padding-bottom: 0.5vw;
    }

    #area_intro p {
        font-size: 2vw;
        margin-bottom: 3vw;
        text-align: justify;
    }



    .story {
        background-color: #f5f2e7;
        max-width: 100vw;
    }

    #cnt_story {
        width: 100%;
        max-width: 70%;
        margin: 0 auto;
    }

    #cnt_story img {
        width: 100%;
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }

    #cnt_story h2 {
        font-size: 4vw;
        text-align: center;
        padding-bottom: 0.5vw;
    }

    #area_story {
        margin: 50px auto;
        width: 100%;
    }

    #area_story p {
        font-size: 2vw;
        margin-bottom: 3vw;
        text-align: justify;
    }

    #bg_airbuggy {
        height: fit-content;
        background-image: url(/assets/img/polewalk/bg_airbuggy.svg);
        width: 100vw;
    }

    #bg_airbuggy img {
        display: block;
        width: 90%;
        object-fit: contain;
        margin: 0 auto;
    }

    #about_sinano {
        width: 80%;
        margin: 50px auto 0;
        background-color: #FFF;
        border-radius: 30px;
        padding: 30px;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

    #about_sinano div {
        width: 35%;
        margin-right: 30px;
        align-items: center;
    }

    #about_sinano div img {
        width: 100%;
        margin-bottom: 20px;
    }

    #about_sinano div p {
        font-size: 1.5vw;
        line-height: 2.5vw;
        margin-bottom: 10px;
        width: 100%;
        text-align: justify;
    }

    #about_sinano div a {
        display: block;
        width: calc(100%-40px);
        background-color: #e40011;
        color: #FFF;
        padding: 10px;
        border-radius: 30px;
        margin: 20px auto 0;
        font-size: 1.5vw;
        text-align: center;
    }

    #about_sinano>img {
        width: 65%;
        object-fit: contain;
        margin: 0;
    }



    .benefit {
        width:90%;
        margin:0 auto;
        padding:50px 0;
    }

    .benefit>img {
        width: 50%;
        float: left;
        margin-bottom:25px;
    }

    .benefit>h2 {
        font-size: 4vw;
        display: block;
        width: 47%;
        margin-left: 3%;
        float: right;
        line-height: 5vw;
        white-space: nowrap;
        height:fit-content;
        margin-top: 5vw;
    }

    .benefit>p {
        clear: both;
        font-size: 2vw;
        margin-bottom: 3vw;
        text-align: justify;
        width: 70%;
        margin: 100px auto 50px;
    }

    .health {
        background-color: #6aad8a;
        border-radius: 30px;
        padding: 50px 0;
        width: 100%;
    }

    .health h2 {
        font-size: 4vw;
        line-height: 5vw;
        color: #FFF;
        display: block;
        margin: 0 auto;
        width: fit-content;
        height: fit-content;
    }

    .health img {
        width: 90%;
        margin: 0 auto 50px;
    }

    .health p {
        font-size: 1.5vw;
        line-height:2.5vw;
        color: #FFF;
        width: 70vw;
        margin: 0 auto 1.1vw;
    }

    .health_merit {
        padding: 50px 0 0;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-flow: row nowrap;
        gap: 1vw;
    }

    .health_merit li {
        width: 33.3%;
    }

    .health_merit li>span {
        background-color: #6aad8a;
        border-radius: 60px;
        color: #FFF;
        font-size: 2vw;
        font-weight: bolder;
        width: 90%;
        text-align: center;
        padding: 10px;
        display: inline-block;
    }

    .health_merit li p {
        font-size: 1.5vw;
        line-height: 2.5vw;
        width: 94%;
        text-align: justify;
        margin: 20px auto 0;
    }

    .health_merit li p>span {
        font-size: 1vw;
    }

    .benefit>h3 {
        margin: 50px auto 25px;
        width: fit-content;
        font-size:3rem!important;
    }

    .health_merit2 {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        gap: 2%;
    }

    .health_merit2 li {
        background-color: #6aad8a;
        border-radius: 30px;
        color: #FFF;
        text-align: center;
        font-size: 2vw;
        padding: 10px;
        width: 46%;
        font-weight: bolder;
    }



    .start {
        width: 100vw;
        max-width: 100vw;
        padding: 100px 0;
        background-color: #f5f2e7;
    }

    .start h2 {
        font-size: 4vw;
        width: fit-content;
        margin: 0 auto 50px;
        text-align: center;
        line-height: 5vw;
    }

    #area_start {
        width: 80%;
        margin: 0 auto;
    }

    #area_start h3 {
        width: fit-content;
        margin: 0 auto 25px;
        font-size:3vw!important;
    }

    #area_start ul {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        gap: 2vw;
        margin-bottom: 50px;
    }

    #area_start ul li {
        width: 50%;
        font-size: 1.5vw;
        line-height:2.5vw;
        margin: 0 auto;
        color: #404040;
    }

    #area_start ul li img {
        height: 32vw;
        margin-bottom: 10px;
    }

    #area_start img {
        width: 100%;
        object-fit: contain;
    }

    #area_start ul li h4 {
        width: 100%;
        text-align: center;
        font-size: 3vw!important;
        font-weight: bolder;
        margin: 20px auto 10px;
    }

    #area_acce {
        width: 80%;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        margin: 0 auto 50px;
    }

    #area_acce li:first-child {
        width: 60%;
    }

    #area_acce li:first-child img {
        width: 100%;
        border-radius: 20px;
    }

    #area_acce li:last-child {
        width: 35%;
        margin-left: 5%;
    }

    #area_acce li:last-child h4 {
        font-size: 3vw;
        line-height: 4vw;
        height: fit-content;
        margin-bottom: 20px;
    }

    #area_acce li:last-child p {
        font-size: 1.5vw;
        line-height: 2.5vw;
        margin: 10px auto 0;
    }

    .start>p {
        font-size: 2vw;
        text-align: center;
        width: fit-content;
        margin: 0 auto 20px;
    }

    .start>a {
        background-color: #e40011;
        padding: 10px;
        border-radius: 30px;
        margin: 0 auto;
        color: #FFF;
        width: 50%;
        display: block;
        text-align: center;
        font-size: 2vw;
    }



    .exp {
        margin:0 auto;
    }

    .exp h2 {
        font-size: 4vw;
        line-height: 5vw;
        text-align: center;
        width: fit-content;
        margin: 0 auto 50px;
    }

    .exp ul {
        display: flex;
        flex-flow: row wrap;
        gap: 6%;
        justify-content: space-between;
    }

    .exp ul li {
        width: 47%;
    }

    .exp ul li img {
        width: 100%;
        object-fit: contain;
    }

    .exp ul li h3 {
        width: 100%;
        text-align: center;
        font-size: 3vw !important;
        margin: 20px auto 10px;
    }

    .exp ul li p {
        font-size: 1.2vw;
        line-height: 2vw;
        width: 100%;
        text-align: justify;
        margin-bottom: 50px;
    }

    .exp ul li p>span {
        font-size: 1vw;
    }



    .faq {
        width: 100vw;
        max-width: 100vw;
        background-color: #f5f2e7;
    }

    #cnt_faq {
        width: 90%;
        margin: 0 auto;
    }

    #cnt_faq h2 {
        font-size: 4vw;
        width: fit-content;
        margin: 0 auto 30px;
    }

    #cnt_faq ul {
        width: 100%;
        display: flex;
        flex-flow: column wrap;
        margin: 0 auto;
    }

    #cnt_faq ul li {
        width: 100%;
        margin-bottom: 30px;
    }

    #cnt_faq ul li h4 {
        width: 100%;
        text-align: left;
        font-size: 2.5vw;
        display: block;
        border-bottom: solid 1px #404040;
        margin-bottom: 15px;
    }

    #cnt_faq ul li p {
        font-size: 1.5vw;
        line-height: 2.5vw;
        text-align: justify;
    }


    .close {
        width: 100%;
        max-width: 70vw;
        margin: 0 auto;
    }

    .close img {
        position: relative;
        width: 90%;
        object-fit: contain;
        display: block;
        margin-top: 50px;
    }

    .close div {
        background-color: #f5f2e7;
        position: relative;
        margin: 0;
        width: 80%;
        margin-top: -5vw;
        padding: 20px;
        left: 20%;
        height: auto;
        display: flex;
        flex-flow: row nowrap;
        gap: 3%;
    }

    .close div h2 {
        font-size: 4vw;
        line-height: 5vw;
        display: block;
        margin: 0;
        width: 52%;
    }

    .close div p {
        width: fit-content;
        font-size: 1.4vw;
        line-height: 1.8vw;
        text-align: justify;
        width: 45%;
    }



    .spec {
        width: 100vw;
        max-width: 100vw;
        height: 50vw;
        position: relative;
        top: 9vw;
        background-color: #f5f2e7;
        margin-bottom: 7vw;
        padding-bottom: 0;
    }

    .spec #cnt_spec {
        width: auto;
        max-width: 90%;
        height: 61vw;
        position: relative;
        top: -9vw;
        margin: 0 auto;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

    .spec #area_table {
        width: 43%;
        display: flex;
        flex-flow: column nowrap;
        margin-bottom: 0;
    }

    .spec #area_table img {
        width: 80%;
        margin-bottom: 10px;
    }

    .spec #area_table table {
        width: 100%;
        border-spacing: 0;
        margin-bottom: 10px;
    }

    .spec #area_table table td.spec_th {
        width: 25%;
        padding: 2px 10px;
        border-right: solid 1px #404040;
        font-size: 1vw;
        text-align: right;
    }

    .spec #area_table table td.spec_td {
        width: 75%;
        padding: 2px 10px;
        font-size: 1vw;
    }

    .spec #area_table a {
        width: 90%;
        background-color: #554124;
        color: #FFF;
        font-size: 1.5vw;
        font-weight: bolder;
        text-align: center;
        margin-bottom: 5px;
        border-radius: 30px;
    }

    .spec #area_table h3 {
        width:100%;
        text-align:center;
        margin-top:25px;
        font-size:2vw;
    }

    .spec #area_spec {
        width: 65%;
        height: 100%;
        margin-left: 1%;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }

    .spec #area_spec img#img_spec01 {
        position: relative;
        height: 100%;
        margin: 0 0 0 auto;
        z-index: 1;
    }

    .spec #area_spec img#img_spec02 {
        position: relative;
        height: 80%;
        left: 6vw;
        border-radius: 20px;
        z-index: 2;
    }
}

@media only screen and (min-width:1025px) {

    section {
        width: 100%;
        max-width: 70vw;
        margin: 0 auto;
    }

    .title {
        width: 100vw;
        max-width: 100vw;
        height: 44vw;
        background-color: #f5f2e7;
        position: relative;
        top: 3vw;
        margin-bottom: 6vw;
    }

    #cnt_title {
        width: auto;
        max-width: 80vw;
        height: 50vw;
        position: relative;
        top: -3vw;
        margin: 0 auto;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

    #cnt_title>img {
        height: 100%;
    }

    #area_title {
        width: 100%;
        margin-left: 5vw;
        align-items: center;
    }

    h1 {
        font-size: 5vw;
        text-align: left;
        letter-spacing: 0.5vw;
        white-space: nowrap;
        display: block;
        line-height: 6vw;
        display: block;
    }

    #area_title img {
        width: 80%;
        margin: 2vw auto auto 0;
    }



    .intro {
        position: relative;
        padding: 100px 0;
    }

    .intro img {
        width: 75%;
        object-fit: contain;
        position: relative;
        left: 25%;
    }

    #area_intro {
        background-color: #f5f2e7;
        position: relative;
        margin: 0;
        width: 47.5%;
        margin-top: -38vw;
        padding: 2vw 2vw 1vw;
    }

    #area_intro h2 {
        font-size: 4vw;
        padding-bottom: 0.5vw;
    }

    #area_intro p {
        font-size: 1.4vw;
        margin-bottom: 1.5vw;
        text-align: justify;
    }



    .story {
        background-color: #f5f2e7;
        max-width: 100vw;
        padding: 100px 0 100px;
    }

    #cnt_story {
        width: 100%;
        max-width: 70%;
        margin: 0 auto;
    }

    #cnt_story img {
        width: 80%;
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }

    #cnt_story h2 {
        font-size: 4vw;
        text-align: center;
        padding-bottom: 0.5vw;
    }

    #area_story {
        margin: 50px auto 100px;
        width: 44vw;
    }

    #area_story p {
        font-size: 1.2vw;
        margin-bottom: 1.2vw;
        text-align: justify;
    }

    #bg_airbuggy {
        height: 323px;
        background-image: url(/assets/img/polewalk/bg_airbuggy.svg);
        width: 100vw;
    }

    #bg_airbuggy img {
        display: block;
        width: 800px !important;
        object-fit: contain;
        margin: 0 auto;
    }

    #about_sinano {
        width: 55%;
        margin: 50px auto 0;
        background-color: #FFF;
        border-radius: 30px;
        padding: 30px;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

    #about_sinano div {
        width: 35%;
        margin-right: 30px;
        align-items: center;
    }

    #about_sinano div img {
        width: 100%;
        margin-bottom: 20px;
    }

    #about_sinano div p {
        font-size: 1vw;
        line-height: 2vw;
        margin-bottom: 10px;
        width: 100%;
        text-align: justify;
    }

    #about_sinano div a {
        display: block;
        width: calc(100%-40px);
        background-color: #e40011;
        color: #FFF;
        padding: 10px;
        border-radius: 30px;
        margin: 20px auto 0;
        font-size: 1vw;
        text-align: center;
    }

    #about_sinano>img {
        width: 65%;
        object-fit: contain;
        margin: 0;
    }



    .benefit {
        width: 100%;
        max-width: 70vw;
        padding: 100px 0;
    }

    .benefit>img {
        width: 50%;
        float: left;
    }

    .benefit>h2 {
        font-size: 4vw;
        display: block;
        width: 47%;
        margin-left: 3%;
        float: right;
        line-height: 5vw;
        white-space: nowrap;
        margin-top: 1.8vw;
        margin-bottom: 100px;
    }

    .benefit>p {
        clear: both;
        font-size: 1.2vw;
        margin-bottom: 1.2vw;
        text-align: justify;
        width: 44vw;
        margin: 100px auto 50px;
    }

    .health {
        background-color: #6aad8a;
        border-radius: 30px;
        padding: 50px 0;
        width: 100%;
    }

    .health h2 {
        font-size: 4vw;
        line-height: 5vw;
        color: #FFF;
        display: block;
        margin: 0 auto;
        width: fit-content;
        height: fit-content;
    }

    .health img {
        width: 80%;
        margin: 0 auto 50px;
    }

    .health p {
        font-size: 1.1vw;
        color: #FFF;
        width: 44vw;
        margin: 0 auto 1.1vw;
    }

    .health_merit {
        padding: 50px 0 0;
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-flow: row nowrap;
        gap: 1vw;
    }

    .health_merit li {
        width: 33.3%;
    }

    .health_merit li>span {
        background-color: #6aad8a;
        border-radius: 60px;
        color: #FFF;
        font-size: 2vw;
        font-weight: bolder;
        width: 90%;
        text-align: center;
        padding: 10px;
        display: inline-block;
    }

    .health_merit li p {
        font-size: 1.1vw;
        line-height: 1.6vw;
        width: 94%;
        text-align: justify;
        margin: 20px auto 0;
    }

    .health_merit li p>span {
        font-size: 0.9vw;
    }

    .benefit>h3 {
        margin: 50px auto 25px;
        width: fit-content;
    }

    .health_merit2 {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        gap: 1vw;
    }

    .health_merit2 li {
        background-color: #6aad8a;
        border-radius: 40px;
        color: #FFF;
        text-align: center;
        font-size: 1.2vw;
        padding: 10px;
        width: 30%;
        font-weight: bolder;
    }



    .start {
        width: 100vw;
        max-width: 100vw;
        padding: 100px 0;
        background-color: #f5f2e7;
    }

    .start h2 {
        font-size: 4vw;
        width: fit-content;
        margin: 0 auto 50px;
        text-align: center;
        line-height: 5vw;
    }

    #area_start {
        width: 44vw;
        margin: 0 auto;
    }

    #area_start h3 {
        width: fit-content;
        margin: 0 auto 25px;
    }

    #area_start ul {
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        gap: 2vw;
        margin-bottom: 50px;
    }

    #area_start ul li {
        width: 50%;
        font-size: 1.1vw;
        line-height:2vw;
        margin: 0 auto;
        color: #404040;
    }

    #area_start ul li img {
        height: 20vw;
        margin-bottom: 10px;
    }

    #area_start img {
        width: 100%;
        object-fit: contain;
    }

    #area_start ul li h4 {
        width: 100%;
        text-align: center;
        font-size: 2vw!important;
        font-weight: bolder;
        margin: 20px auto 10px;
    }

    #area_acce {
        width: 44vw;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        margin: 0 auto 50px;
    }

    #area_acce li:first-child {
        width: 60%;
    }

    #area_acce li:first-child img {
        width: 100%;
        border-radius: 20px;
    }

    #area_acce li:last-child {
        width: 35%;
        margin-left: 5%;
    }

    #area_acce li:last-child h4 {
        font-size: 2vw;
        line-height: 2.2vw;
        height: fit-content;
        margin-bottom: 20px;
    }

    #area_acce li:last-child p {
        font-size: 1.2vw;
        line-height: 2vw;
        margin: 10px auto 0;
    }

    .start>p {
        font-size: 1.5vw;
        text-align: center;
        width: fit-content;
        margin: 0 auto 20px;
    }

    .start>a {
        background-color: #e40011;
        padding: 10px;
        border-radius: 30px;
        margin: 0 auto;
        color: #FFF;
        width: 30%;
        display: block;
        text-align: center;
        font-size: 1.2vw;
    }



    .exp {
        padding: 100px 0;
    }

    .exp h2 {
        font-size: 4vw;
        line-height: 5vw;
        text-align: center;
        width: fit-content;
        margin: 0 auto 50px;
    }

    .exp ul {
        display: flex;
        flex-flow: row wrap;
        gap: 6%;
        justify-content: space-between;
    }

    .exp ul li {
        width: 47%;
    }

    .exp ul li img {
        width: 100%;
        object-fit: contain;
    }

    .exp ul li h3 {
        width: 100%;
        text-align: center;
        font-size: 2vw !important;
        margin: 20px auto 10px;
    }

    .exp ul li p {
        font-size: 1.2vw;
        line-height: 2vw;
        width: 100%;
        text-align: justify;
        margin-bottom: 50px;
    }

    .exp ul li p>span {
        font-size: 1vw;
    }



    .faq {
        width: 100vw;
        max-width: 100vw;
        background-color: #f5f2e7;
        padding: 100px 0 70px;
    }

    #cnt_faq {
        width: 70%;
        margin: 0 auto;
    }

    #cnt_faq h2 {
        font-size: 4vw;
        width: fit-content;
        margin: 0 auto 30px;
    }

    #cnt_faq ul {
        width: 44vw;
        display: flex;
        flex-flow: column wrap;
        margin: 0 auto;
    }

    #cnt_faq ul li {
        width: 100%;
        margin-bottom: 30px;
    }

    #cnt_faq ul li h4 {
        width: 100%;
        text-align: left;
        font-size: 1.5vw;
        display: block;
        border-bottom: solid 1px #404040;
        margin-bottom: 15px;
    }

    #cnt_faq ul li p {
        font-size: 1.2vw;
        line-height: 2vw;
        text-align: justify;
    }


    .close {
        width: 100%;
        max-width: 70vw;
        margin: 0 auto;
    }

    .close img {
        position: relative;
        width: 90%;
        object-fit: contain;
        display: block;
        margin-top: 50px;
    }

    .close div {
        background-color: #f5f2e7;
        position: relative;
        margin: 0;
        width: 80%;
        margin-top: -5vw;
        padding: 20px;
        left: 20%;
        height: auto;
        display: flex;
        flex-flow: row nowrap;
        gap: 3%;
    }

    .close div h2 {
        font-size: 4vw;
        line-height: 5vw;
        display: block;
        margin: 0;
        width: 52%;
    }

    .close div p {
        width: fit-content;
        font-size: 1.4vw;
        line-height: 1.8vw;
        text-align: justify;
        width: 45%;
    }



    .spec {
        width: 100vw;
        max-width: 100vw;
        height: 44vw;
        position: relative;
        top: 6vw;
        background-color: #f5f2e7;
        margin-bottom: 6vw;
        padding-bottom: 0;
    }

    .spec #cnt_spec {
        width: auto;
        max-width: 80vw;
        height: 53vw;
        position: relative;
        top: -6vw;
        margin: 0 auto;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

    .spec #area_table {
        width: 43%;
        display: flex;
        flex-flow: column nowrap;
        margin-bottom: 0;
    }

    .spec #area_table img {
        width: 100%;
        margin-bottom: 20px;
    }

    .spec #area_table table {
        width: 100%;
        border-spacing: 0;
        margin-bottom: 20px;
    }

    .spec #area_table table td.spec_th {
        width: 25%;
        padding: 2.5px 10px;
        border-right: solid 1px #404040;
        font-size: 1.1vw;
        text-align: right;
    }

    .spec #area_table table td.spec_td {
        width: 75%;
        padding: 2.5px 10px;
        font-size: 1.1vw;
    }

    .spec #area_table a {
        width: 100%;
        background-color: #554124;
        color: #FFF;
        padding: 10px;
        font-size: 1.2vw;
        font-weight: bolder;
        text-align: center;
        margin-bottom: 10px;
        border-radius: 30px;
    }

    .spec #area_table h3 {
        width:100%;
        text-align:center;
        margin-top:30px;
    }

    .spec #area_spec {
        width: 65%;
        height: 100%;
        margin-left: 1%;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }

    .spec #area_spec img#img_spec01 {
        position: relative;
        height: 100%;
        margin: 0 0 0 auto;
        z-index: 1;
    }

    .spec #area_spec img#img_spec02 {
        position: relative;
        height: 80%;
        left: 6vw;
        border-radius: 20px;
        z-index: 2;
    }
}