@charset "UTF-8";

/* CSS INFORMATION -====================================================
File name : base.css
Description :
===================================================================== */

/* =====================================================================
*    共通・大枠
* =================================================================== */
html {
    font-size: 3.33333vw;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 0.90909vw;
    }
}

@media screen and (min-width: 1100px) {
    html {
        font-size: 10px;
    }
}

.gDef-contents {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    color: #333;
    line-height: 1.5;
}

.gDef-contents * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inner {
    position: relative;
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .inner {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }
}

.gDef-contents img {
    width: 100%;
    height: auto;
    display: block;
}

.gDef-contents a {
    display: block;
}

@media screen and (min-width: 768px) {
    .gDef-contents a {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .gDef-contents a:hover {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}


/* =====================================================================
*    footer
* =================================================================== */
.footer {
    background-color: #e84091;
}

.footer .inner {
    width: 100%;
}

.footer small {
    display: block;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    padding: 5% 0 4%;
}

@media screen and (min-width: 768px) {
    .footer {
        display: none;
    }
}
