@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-contents {
    color: #333;
    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 {
    z-index: 2;
}

.inner_wrap {
    z-index: 2;
}

.sec_ttl {
    width: calc(623 / 750 * 100%);
    margin: 0 auto calc(80 / 750 * 100%);
}

@media screen and (min-width: 700px) {
    .inner {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
        padding: 0 300px 0 0;
    }
    
    .inner_wrap {
        padding: 0 calc(40 / 740 * 100%);
    }
    
    .sec_ttl {
        width: calc(551 / 700 * 100%);
        margin: 0 auto calc(20 / 700 * 100%);
    }
}

@media screen and (min-width: 1040px) {
}


/* =====================================================================
*    footer
* =================================================================== */
#footer {
    background: url(../images/bg_footer_sp.png) repeat left top;
    background-size: calc(122 / 750 * 100%) auto;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.pagetop a {
    width: calc(155 / 750 * 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
   margin: calc(-134 / 750 * 100%) auto 0;
}

#footer small {
    display: block;
    padding: calc(105 / 750 * 100%) 0 calc(58 / 750 * 100%);
    color: #FFF;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width: 700px) {
    #footer {
        background: url(../images/bg_footer_pc.png) repeat-x left top;
        position: absolute;
		    width: 100%;
    bottom: 0;
    left: 0;

    }
    
    .pagetop {
        z-index: 2;
    }
    
    .pagetop a {
        width: calc(155 / 700 * 100%);
/*        margin: calc(-134 / 700 * 100%) auto 0;
       margin-top: -19.14%;*/ 
		margin: 0 auto;
    }
    
    .pagetop a:hover {
        margin-top: -21%;
    }
    
    #footer small {
        padding: calc(84 / 700 * 100%) 0 calc(50 / 700 * 100%);
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1040px) {
    #footer {
        background-size: 220px auto;
    }
}
