@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通ベースラインCSS
===================================================================== */

/* =====================================================================
*    共通・大枠
* =================================================================== */
html {
    font-size: calc(10 / 750 * 100vw);
}

@media screen and (min-width: 700px) {
    html {
        font-size: calc(10 / 1040 * 100vw);
    }
}

@media screen and (min-width: 1040px) {
    html {
        font-size: 10px;
    }
}

.gDef-top-banner {
    background: url(../images/bg_bnr.jpg) repeat center #3d0103;
}

.gDef-contents {
    color: #444;
    background: url(../images/bg_main.jpg) repeat center #2b1b0e;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    line-height: 1.5;
}

.gDef-contents * {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gDef-contents img {
    width: 100%;
    height: auto;
    display: block;
}

.gDef-contents a {
    display: block;
    text-decoration: none;
}

@media screen and (min-width: 700px) {
    .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: 699px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 700px) {
    .sp {
        display: none !important;
    }
}

.inner {
}

.sec_ttl {
    padding: calc(100 / 750 * 100%) 0 0;
    margin: 0 0 calc(104 / 750 * 100%);
    z-index: 3;
}

@media screen and (min-width: 700px) {
    .inner {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
        padding: 0 300px 0 0;
    }
    
    .sec_ttl {
    padding: calc(100 / 740 * 100%) 0 0;
    margin: 0 calc(40 / 740 * 100%) calc(100 / 740 * 100%) 0;
}
    
    .sec_ttl img {
        width: calc(563 / 700 * 100%);
        margin: 0 auto 0;
    }
}

@media screen and (min-width: 1040px) {
}


/* =====================================================================
*    footer
* =================================================================== */
#footer {
    background: url(../images/bg_footer.png) repeat center;
}

.pagetop a {
    width: calc(310 / 750 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: calc(-80 / 750 * 100%) auto 0;
}

#footer small {
    display: block;
    padding: calc(105 / 750 * 100%) 0 calc(58 / 750 * 100%);
    color: #3c0004;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width: 700px) {
    .pagetop {
        margin: 0 calc(40 / 740 * 100%) 0 0;
    }
    
    .pagetop a {
        width: calc(234 / 740 * 100%);
        margin-top: -8.1%;
        z-index: 10;
    }
    
    .pagetop a:hover {
        margin-top: -8.7%;
    }
    
    #footer small {
        margin: 0 calc(40 / 740 * 100%) 0 0;
        padding: calc(84 / 740 * 100%) 0 calc(50 / 740 * 100%);
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1040px) {
    .pagetop a {
    }
    
}
