@charset "UTF-8";

/* reset----------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-weight:400;  background:transparent; }
body { line-height:1; }
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
nav ul { list-style:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; vertical-align:baseline; background:transparent; text-decoration: none; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ddd; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
*, *::before, *::after { box-sizing: border-box; }
/***************** basic ******************/

body { text-align: center; font-family: "Noto Sans JP", sans-serif;}
.main_top { width: 100%; background-color: #210806; }
    .w-100 { width: 800px; margin: 0 auto; }
    .w-95 { width: 780px; margin: 0 auto;}
    .w-90 { width: 750px; margin: 0 auto;}
    .w-85 { width: 700px; margin: 0 auto;}




    figure { width: 100%; }
    img { width: 100%; }

    .top_menu { background-color: #210806;}

    .ri_wrapper {
        position: relative;
        margin-bottom: 25px;
    }

        .menu_wrap_01 { 
        background-color: #210806;
        padding-top: 80px;
        overflow: hidden;

    }

    .ab_img {
        position: absolute;
        top: -100px;
        left: -110px;
        width: 85%;
    }

    .ab_img_02 {
        position: absolute;
        top: -40px;
        right: -70px;
        width: 85%;
    }


        .sec_in {
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
        margin-top: 20px;
    }

    .kinoko_sec{
        background-image: url(../assets/img/bg02.png), url(../assets/img/bg01.png);
        background-repeat: no-repeat, no-repeat;
        background-size: 60%, 60%;
        background-position: center -40px, center bottom -130px;
        padding-top: 90px;
        padding-bottom: 50px;
    }
    
        .sec_02 {
        position: relative;
        margin-bottom: 50px;
    }

        .ab_img_03 { 
        position: absolute;
        top: 13%;
        width: 110%;
    }

    .sec_03 {
        padding: 40px 0 100px;
    }


        .bottom_area {
        background-image: url(../assets/img/bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px 270px;
    }

    .banner_area {
        margin: 100px auto;
    }

    .banner_link {
        margin-bottom: 30px;
    }

    .ab_img_04 {
        position: absolute;
        width: 80px;
        bottom: 20px;
        right: -14px;
    }

    .btn_area {
        margin: 100px auto;
    }

    .btn_link {
        display: block;
        margin: 0 auto 10px;
        width: 80%;
    }

    .btn_title {
        margin: 100px auto 90px;
    }
    
    .bottom_area p {
        font-size: 18px;
        text-align: left;
        width: 70%;
        margin: 0 auto;
        line-height: 25px;
        font-weight: 500;
    }

    .footer {
        background-color: #fff;
        padding: 100px 0 20px;
    }
    
    .ft_btn {
        display: inline-block;
        width: 35%;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        border-radius: 35px;
        border: 1px #000 solid;
        padding: 25px;
        text-align: center;
        margin: 30px auto 80px;
    }

    .footer p {
        font-size: 13px;
        font-weight: 500;
    }









@media screen and (max-width:767px){
    .main_top { width: 100%; }


    .w-100 { width: 100%; }
    .w-95 { width: 95%; margin: 0 auto;}
    .w-90 { width: 90%; margin: 0 auto;}
    .w-85 { width: 85%; margin: 0 auto;}



    .top_menu {
        background-color: #210806;
        background-image: url(../assets/img/bg01.png);
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center -135px;
    }

    .menu_wrap_01 { 
        padding-top: 30px;

    }

    .ri_wrapper {
        margin-bottom: 25px;
    }
    .ab_img {
        top: -60px;
        left: -70px;
        width: 90%;
    }

    .ab_img_02 {
        position: absolute;
        top: -25px;
        right: -30px;
        width: 85%;
    }

    .sec_in {
        border-radius: 10px;
        margin-top: 20px;
    }

    .kinoko_sec{
        background-size: 85%, 85%;
        background-position: center -30px, center bottom -40px;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .ab_img_03 { 
        position: absolute;
        top: 12%;
        width: 112%;
    }

        .sec_02 {
            margin-bottom: 20px;
    }


    .sec_03 {
        padding: 40px 0;
    }

    .bottom_area {
        background-size: cover;
        padding: 40px 25px;
    }

    .banner_area {
        margin: 30px auto;
    }

    .banner_link {
        margin-bottom: 15px;
    }

    .ab_img_04 {
        width: 45px;
        top: 18px;
        right: -10px;
    }

        .btn_area {
        margin: 40px auto;
    }


    .btn_link {
        margin: 0 auto 10px;
        width: 98%;
    }

    .btn_title {
        margin: 50px auto 20px;
    }
    
    .bottom_area p {
        font-size: 10px;
        width: 97%;
        margin: 0 auto;
        line-height: 15px;
    }

    .footer {
        padding: 50px 0 20px;
    }
    
    .ft_btn {
        width: 70%;
        font-size: 23px;
        font-weight: 600;
        padding: 20px;
        margin: 30px auto 40px;
    }

    .footer p {
        font-size: 13px;
        font-weight: 500;
    }

}