@charset "utf-8";
/* ==========================================================================
   Foundation  [ reset / base ]
   ========================================================================== */

/* Reset
   ----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}



article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}



html {
    overflow-y: scroll;
}



blockquote, q {
    quotes: none;
}



blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}



input, textarea, {
    margin: 0;
    padding: 0;
}



ol, ul {
    list-style: none;
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}



caption, th {
    text-align: left;
}



a:focus {
    outline: none;
}



/* Base
   ----------------------------------------------------------------- */
body {
    font: 16px/1.231 Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    width: 100%;
    background: #fff;

    color: #000;
}



a {
    display: block;
    color: #000;
    text-decoration: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}



a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}



a img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}



a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}



img {
    display: block;
    max-width: 100%;
    height: auto;
}



/* footer
 ---------------------------------------------------------------*/
.footer {
    max-width: 2000px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background-color: #48c8c3;
    padding: 30px 0 0;
}



.copyright {
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    color: #fff;
}



/* ==========================================================================
   Object [ component / project / utility ]
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.section-hero {
    background-image: url(./mv.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 1600px;
}



.call-to-action {
    background: #fff;
    padding: 20px 0;
}

.call-to-action img {
    margin: 0 auto;
}

#cta-button {
    display: block;
    margin: 0 auto;
    width: 757px;
    position: relative;
}



#cta-button {
    display: block;
    margin: 0 auto;
    width: 757px;
    position: relative;
}



@-webkit-keyframes bound {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }



    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }


}

@keyframes bound {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }



    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }


}

.image-block img {
    margin: 0 auto;
}

.image-block.fuan {
    background: #9fdbd1;
}