@charset "UTF-8";
body{
    margin: 0 auto;
    padding: 0;
    color: #2d2d2d;
}

img{
    margin: 0;
    padding: 0;
}

h2,h3,h4 {
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-weight: 300;
}

p {
    font-size: 18px;
    font-family: "Yu Mincho", "YuMincho", serif;
}

/*
*{
    outline:1px solid rgba(255,0,0,0.2);
}
*/

/* KV */
div.top img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

div.top{
    position: relative;
}

div.top-text{
    position: absolute;
    top: 15%;
    left: 15%;
    color: #FFF;
    font-family: "Yu Mincho", "YuMincho", serif;
}

div.top-text .logo{
    width: 30%;
}

div.top-text h1{
    font-size: 1.1rem;
    line-height: 1.4rem;
}

div.top-text p{
    font-size: 0.8rem;
    line-height: 1.4rem;
}

@media screen and (min-width:768px){
    div.top-text{
    top: 20%;
    left: 7%;
}

div.top-text h1{
    font-size: 2.1rem;
    line-height: 2.2rem;
}

div.top-text p{
    font-size: 1.1rem;
    line-height: 1.4rem;
}

}


/* about */

div.about{
    width: 90%;
    max-width: 750px;
    margin: 30px auto 50px;
    text-align: center;
}

div.about h2{
    font-size: 48px;
    line-height: 36px;
    margin: 0 auto 20px;
    display: inline-block;
    border-bottom: 4px solid #efe3ce;
    padding: 0 8px 4px;
}

div.about span{
    font-size: 16px;
}

div.about p{
    font-size: 16px;
    line-height: 1.8rem;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    background-color:whitesmoke;
    box-shadow: 2px 2px 5px rgba(168, 168, 168, 0.25);
    border-radius: 10px;
    padding: 20px 16px;
}

div.about p span{
    font-size: 18px;
    font-feature-settings: "palt";
}

@media screen and (min-width:768px){
    div.about{
        max-width: 1000px;
    }

    div.about h2{
        font-size: 42px;
        line-height: 1.1;
    }

    div.about h2 span{
        font-size: 18px;
    }

    div.about p{
        font-size: 21px;
        line-height: 1.8;
        letter-spacing: 0.02em;
    }
}

/* jet brush */

div.jet{
    width: 100%;
    max-width: 750px;
    margin: 50px auto 50px;
    text-align: center;
}

div.jet-img{
    width: 90%;
    border-radius: 10px;
    margin: 0 auto;
}

div.jet-img img{
    width: 100%;
    display: block;
    border-radius: 10px;
}

div.jet-p h3{
    font-size: 36px;
    line-height: 36px;
    margin: 20px auto 40px;
    font-feature-settings: "palt";
}

div.jet-p h3 span{
    font-size: 24px;
}

div.jet-p p{
    line-height: 32px;
    font-size: 1.2rem;
}

@media screen and (min-width:768px){
    div.jet{
        width: 100%;
        max-width: 1000px;
        display: flex;
        align-items: center;
    }

    div.jet-img{
        width: 60%;
    }

    div.jet-p{
        width: 40%;
        margin-top: 0;
    }

     div.jet-p h3{
        font-size: 32px;
        line-height: 1.3;
        margin: 0 auto 30px;
    }

    div.jet-p h3 span{
        font-size: 18px;
    }

    div.jet-p p{
        line-height: 1.5;
    }
}

/* features */

div.features{
    width: 100%;
    max-width: 750px;
    margin: 0 auto 50px;
    text-align: center;
}

div.features img{
    width: 100%;
    border-radius: 10px;
}

div.features h3{
    font-size: 36px;
    line-height: 1.1;
    font-feature-settings: "palt";
    display: inline-block;
    border-bottom: 4px solid #efe3ce;
    padding: 0 8px 4px;
}

div.features h3 span{
    font-size: 36px;
}

div.features ul{
    width: 90%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

div.features li{
    width: 100%;
}

div.features h4{
    font-size: 24px;
    line-height: 1.5;
    text-align:center;
    margin: 0 0 20px;
    font-feature-settings: "palt";
}

div.features h4::before{
    content: "✓";
    margin-right: 10px;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
}

div.features p{
    line-height: 24px;
    text-align:center;
    margin: 0 0 30px;
    font-feature-settings: "palt";
}

@media screen and (min-width:768px){
    div.features{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    text-align: center;
}

div.features ul{
    width: 100%;
    display: flex;
}

div.features ul li{
    width: 30%;
    margin: 10px auto;
}

div.features ul li img{
    margin-bottom: 20px;
}

div.features h4{
        font-size: 1.3rem;
        line-height: 1.6;
        margin-bottom: 0;
    }

    div.features h4::before{
        width: 36px;
        font-size: 1.8rem;
        margin-right: 8px;
    }

    div.features p{
        font-size: 1.1rem;
        line-height: 1.3rem;
    }
}


/* lineup */

div.lineup{
    width: 100%;
    max-width: 750px;
    margin: 0 auto 50px;
    text-align: center;
}

div.lineup-inner{
    width: 100%;
}

div.lineup h3{
    font-size:36px;
    line-height: 1.1;
     display: inline-block;
    border-bottom: 4px solid #efe3ce;
    padding: 0 8px 4px;
}

div.lineup div.lineup-inner h4{
    font-size: 28px;
    line-height: 1.1;
    margin: 20px auto;
    font-feature-settings: "palt";
     display: inline-block;
    border-bottom: 4px solid #efe3ce;
    padding: 0 8px 4px;
}

div.lineup div.lineup-inner p{
    font-size: 16px;
    line-height: 1.6;
    font-feature-settings: "palt";
    margin: 0 auto;
}

div.lineup div.lineup-inner ul{
    width: 60%;
    margin: 0 auto 20px;
}

div.lineup div.lineup-inner ul li{
    text-align: left;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}

div.lineup div.lineup-inner img{
    border-radius: 10px;
    width: 90%;
}

div.lineup div.lineup-inner div.neos2,
div.lineup div.lineup-inner div.ultra{
    background-color:whitesmoke;
    padding: 15px;
    border-radius: 20px;
    border: #fff 3px solid;
}

div.lineup div.lineup-inner div.neos2{
    margin: 0 15px 0;
}

div.lineup div.lineup-inner div.ultra{
    margin: 30px 10px 0;
}

@media screen and (min-width:768px){
    div.lineup{
        width: 100%;
        max-width: 1000px;
        margin: 0 auto 80px;
    }

    div.lineup-inner{
        display: flex;
        justify-content: space-between;
    }

    div.neos2,div.ultra{
        width: 48%;
    }

    div.lineup div.lineup-inner div.neos2,
    div.lineup div.lineup-inner div.ultra{
    margin: 0;
}

    div.lineup div.lineup-inner img{
        width: 100%;
    }

    div.lineup div.lineup-inner ul{
        width: 80%;
    }

}

/* button */

div.lineup div.lineup-inner div.button{
    background-color: #efe3ce;
    box-shadow: 3px 3px 3px rgba(114, 74, 16, 0.3);
    width: 95%;
    max-width: 700px;
    height: 90px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

div.lineup div.lineup-inner div.button a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 1.4rem;
    padding: 0 10px;
    box-sizing: border-box;
    letter-spacing: 0.02em;
    font-feature-settings: "palt";
    display: flex;
    justify-content: center;
    align-items: center;
}

div.lineup div.lineup-inner div.button a:hover{
    opacity: 0.7;
}

@media screen and (min-width:768px){
    div.lineup div.lineup-inner div.button{
        height: 60px;
    }

    div.lineup div.lineup-inner div.button a{
        font-size: 18px;
        line-height: 1.4;
    }
}


/* お問い合わせ */
div.support{
    width: 100%;
    max-width: 750px;
    text-align: center;
    margin-bottom: 50px;
}

div.support-title{
    width: 95%;
    margin: 0 auto 30px;
}

div.support-title p.support-en{
    margin-bottom: 20px;
}

div.support h3{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
    font-feature-settings: "palt";
}

div.support p{
    font-size: 18px;
    line-height: 24px;
    font-feature-settings: "palt";
}

div.support p.support-en{
    font-size: 21px;
    line-height: 28px;
    font-feature-settings: "palt";
}

div.support p.support-ja{
    font-size: 21px;
    line-height: 28px;
    font-feature-settings: "palt";
}


div.support div.support-inner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

div.official{
    width: 95%;
    height: 350px;
    text-align: center;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #e5e5e5;
    box-shadow: 3px 3px 3px rgba(168, 168, 168, 0.25);
}

div.official a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #2d2d2d;
}

div.official a:hover{
    opacity: 0.7;
}

div.official h4{
    font-size: 24px;
    margin: 0 0 15px;
}

div.official p{
    margin: 0 0 20px;
}

div.official img{
    width: 120px;
    height: 120px;
}

div.contact{
    width: 95%;
    margin: 15px auto;
    border-radius: 10px;
    background-color: #e5e5e5;
    box-shadow: 3px 3px 3px rgba(168,168,168,.25);
    overflow: hidden;
}

div.contact .en,
div.contact .ja{
    width: 100%;
}

div.contact .en{
    border-bottom: 1px solid  #c7c7c7;
}

div.contact .en a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 170px;
    text-decoration: none;
    color: #2d2d2d;
}

div.contact .ja{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 170px;
}

div.contact a{
    text-decoration: none;
    color: #2d2d2d;
}

div.contact a:hover{
    opacity: 0.7;
}

div.contact h4{
    font-size: 24px;
    line-height: 28px;
}

div.contact p{
    font-size: 21px;
    line-height: 28px;
}

@media screen and (min-width:768px){
div.support{
    max-width: 1000px;
    margin: 0 auto 50px;
}

div.support h3{
    margin-bottom: 15px;
}

div.support p{
    margin: 5px;
}

div.support div.support-inner{
    flex-direction: row;
}

div.official{
    width: 48%;
}

div.official p{
    margin: 20px auto;
}

div.contact{
    width: 48%;
}
}
div.contact .ja{
    padding: 30px 20px;
}

div.contact .faq-links{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

div.contact .faq-links a{
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #2d2d2d;
    text-decoration: underline;
}


/* フッター */
footer{
    width: 100%;
    background-color: #e5e5e5;;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer div.logo{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

footer div.logo a{
    display: inline-block;
}

footer div.logo img{
    margin: 0 auto;
    display: inline-block;
}

footer nav{
    width: 90%;
    margin: 30px auto 0;
    box-sizing: border-box;
}

footer ul.footmenu{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

footer nav ul li{
    width: 100%;
    box-sizing: border-box;
    line-height: 1.7;
}

footer nav ul li a{
    text-decoration: none;
    color: #2d2d2d;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

footer nav ul li a:hover{
    opacity: 0.7;
}

footer nav ul{
    list-style: none;
}

@media screen and (min-width:768px){
    footer{
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 180px;
        padding: 70px 0;
    }

    footer div.logo{
        width: auto;
    }

    footer nav{
        width: auto;
        margin: 0;
    }

    footer ul.footmenu{
        text-align: left;
    }
}