
body{
    background:#f8f6ee;
}
img{
    width:100%;
    height:auto;
}
a:hover{
    opacity: 0.8;
}
header{
    width:100%;
    height:56vw;
    max-height:560px;
    background-image:url(../img/hdr_bg.jpg);
    background-position:center center;
    background-size:cover;
    margin-bottom: 80px;
}
header .header-inner{
    width:96%;
    max-width:1000px;
    height:100%;
    margin: 0 auto ;
    position:relative;
}
header .header-inner .txt{
    width:38%;
    position:absolute;
    top:12%;
    right:0;
}
header .header-inner h1{
    margin-bottom: 8%;
}
header .header-inner figure{
    width:64.5%;
    position: absolute;
    top:-5%;
    left:-5%;
}
main {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0;
}
h2{
    margin-bottom: 40px;
}
h2.h2_01{
    width:61.4%;
    margin-left: auto;
    margin-right: auto;
}
h2.h2_02{
    width:87.1%;
    margin-left: auto;
    margin-right: auto;
}
section{
    width:96%;
    max-width:1200px;
    margin: 0 auto 40px;
}
ul.card{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    width:100%;
    margin-bottom: 60px;
}
ul.card li{
    width:32%;
    margin-bottom: 20px;
}
ul.card li.pc{
    display: block;
}
ul.card li.sp{
    display: none;
}
ul.card li.w100{
    width:100%;
}
footer{
    background:#000;
    padding: 30px 0;
}
footer p{
    font-size:1.8rem;
    text-align: center;
    color:#fff;
}
.btn_poster{
    width:96%;
    max-width: 650px;
    margin:0 auto 80px;
}
.btn_more{
    width:96%;
    max-width: 1000px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin:0 auto 80px;
}
.btn_more a{
    width:48%;
}

@media screen and (max-width:599px){
    header{
        margin-bottom: 40px;
    }
    header .header-inner .txt{
        width:43%;
        top:8%;
        right:5%;
    }
    header .header-inner h1{
        margin-bottom: 4%;
    }
    header .header-inner figure{
        width:64.5%;
        position: absolute;
        top:-5%;
        left:-10%;
    }
    ul.card{
        margin-bottom: 20px;
    }
    ul.card li.pc{
        display: none;
    }
    ul.card li.sp{
        display: block;
    }
    ul.card li{
        width:49%;
        margin-bottom: 2vw;
    }
    ul.info li{
        width:32%;
    }
}