body {
    background-color: #292e34;
    font-family: "メイリオ","游ゴシック",sans-serif;
}

header {
    max-width: 1280px;
    margin: 0 auto;
    background-color: #fff;
}

footer {
    max-width: 1180px;
    margin: 0 auto;
    background-color: #222;
    padding: 50px;
    color: #F9F7F6;
}

footer ul {
    padding: 0;
}

footer li {
    list-style:none;
    margin: 10px 0;
}

img {
    vertical-align: top;
    vertical-align: bottom;
    line-height: 1.0em;
}

button {
    cursor: pointer;
}

.head_frame {
    display: flex;
    justify-content: space-between;
  }

.logo {
    background-color: #fff;
    display: inline-block;
    padding: 10px 30px;
}
.logo img {
    margin-top: 5px;
    width: 300px;
}

.head_btn {
    background-color: #fff;
    display: inline-block;
    padding: 20px 10px;
}

.head_btn button {
    margin: 10px;
    height: 40px;
}

.head_btn img {
    height: 40px;
}

.head_btn.sp {
    display: none;
    padding: 0;
}
    .head_btn.sp ul {
        padding: 0;
        background-color: #333;
    }

.head_btn.sp li {
    width: 100%;
    list-style:none;
    text-align: center;
    border: 0.5px solid #EEE;
    padding: 10px;
}

.head_btn.sp a {
    display: inline-block;
    width:100%;
    font-size: 24px;
    color: #F9F7F6;
    text-decoration: none;
}

.main_image img {
    width: 100%;
    height: auto;
}

div.main_image {
    margin: 0 auto;
    width: 100%;
    height: auto;
    text-align: center;
}

.main {
    max-width: 1280px;
    min-height: 600px;
    padding: 0;
    margin: 0 auto;
}

.section1 {
    position: relative;
    background-color: #F9F7F6;
}

.section2 {
    background-color: #FEB4BC;
}

.section3 {
    background-color: #FFF;
}

.section4 {
    background-color: #EEE;
}

.section5 {
    background-color: #FFF;
}

.img_btn {
    max-width: 800px;
    margin: 10px 0px 10px 30px;
    border: none;
    background-color: transparent;
}

.purchase_btn {
    width: 400px;
    position: absolute;
    top: 600px;
    left: 380px;
}

.register_btn {
    width: 500px;
}

.faq_btn {
    width: 400px;
}

.img_bg3 {
    width: 80%!important;
    margin-top: 50px!important;
}

.img_bg4 {
    width: 80%!important;
    margin-top: 50px!important;
    margin-bottom: 50px!important;
}

.img_bg42 {
    width: 80% !important;
    margin-top: 50px !important;
}

.img_bg5 {
    width: 80%!important;
}

.img_q1 {
    width: 80%!important;
}

.img_q2 {
    width: 80%!important;
}