@charset "utf-8";
/* CSS Document */

body {
    /*    background: #E7E7E7;*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*--------------------------------------------------

wrapper

--------------------------------------------------*/
.wrapper {
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
}

/*--------------------------------------------------

header

--------------------------------------------------*/
li {
    list-style: none;
}

header {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    width: 100%;
    height: 90px;
    z-index: 1;
}

.header-logo {
    float: left;
    font-size: 36px;
    padding: 20px 40px;
}

.header-logo:hover {
    opacity: 0.6;
    transition-duration: 0.1s;
}

.headMenu {
    float: right;
}

.headMenu ul li a {
    color: #33231f;
    text-decoration: none;
}

.headMenu ul li a:hover {
    opacity: 0.6;
    transition-duration: 0.2s;
}

header nav li {
    float: left;
    padding: 33px 20px;
}

.menu_buttom {
    display: none;
}

#toggle_button {
    display: none;
}

/*--------------------------------------------------

main

--------------------------------------------------*/

.main {
    width: 1280px;
    margin: 0 auto;
    padding: 100px 80px;
}

.copy-container {
    position: relative;
    margin: 0 auto;
}


.copy-container img {
    width: 100vw;
}

main h1 {
    font-size: 50px;
    position: absolute;
    top: 160px;
    left: 150px;
    line-height: 1.3;
    font-family: 'TsukuARdGothic-Regular', sans-serif;
}

main h1#b {
    color: #33231f;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
}

main h1#w {
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

h2 {
    font-weight: 500;
    font-size: 30px;
    color: #33231f;
    line-height: 40px;
    margin: 20px;
    padding-left: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

h2 span {
    font-weight: 300;
    font-size: 20px;
    color: #33231f;
    padding-left: 10px;
}

.contents_wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

/*--------------------------------------------------

footer

--------------------------------------------------*/

footer {
    background-color: #4d352f;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    height: 250px;
}

.footer-list {
    padding: 30px;
}

.footer-list ul {
    float: left;
}

/*
.footer-list ul:nth-child(2) {
    margin-left: 130px;
}

.footer-list ul:nth-child(3) {
    margin-left: 30px;
}
*/

.footer-list li {
    padding-bottom: 10px;
}

.footer-list ul a {
    color: #fff;
    text-decoration: none;
}


/*--------------------------------------------------

copyright

--------------------------------------------------*/

small {
    font-size: 0.6em;
    background-color: #fff;
    color: #4d352f;
    display: block;
    text-align: center;
    line-height: 0.7em;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*--------------------------------------------------

@media

--------------------------------------------------*/



@media screen and (max-width: 980px) {
    .headMenu {
        display: none;
        width: 100%;
        background: #f8f8f8;
    }

    .header-logo {
        float: left;
        padding: 10px 20px;
    }

    .header-logo img {
        height: 35px;
        width: auto;
    }

    header nav li {
        float: none;
        padding: 18px;
        border-bottom: #fff 1px solid;
    }

    header nav li:last-child {
        border-bottom: 0;
    }

    header {
        height: auto;
    }

    .menu_buttom {
        display: block;
        position: fixed;
        top: 10px;
        right: 20px;
    }



    .menu_buttom span {
        display: block;
        width: 30px;
        height: 3px;
        background: #333;
        margin-bottom: 5px;
    }

    #toggle_button:checked ~ .headMenu {
        display: block;
    }

    .wrapper {
        width: 100%;
        margin: 0;
        border: none;
    }

    main h1 {
        font-size: 30px;
        height: auto;
        top: 100px;
        left: 100px;
        padding-left: 0;
    }

}

@media screen and (max-width: 480px) {
    header {
        padding-left: 0;
    }

    main h1 {
        display: none;
    }

    h2 {
        text-align: left;
        font-weight: bold;
        font-size: 22px;
    }

    h2 span {
        display: block;
        text-align: left;
        font-size: 17px;
    }


    footer {
        height: auto;
    }

    .footer-list ul {
        float: none;
        margin-bottom: 10px;
    }

    /*

    .footer-list ul:nth-child(2) {
        margin-left: 0px;
    }

    .footer-list ul:nth-child(3) {
        margin-left: 0px;
    }
*/

}
