@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;
}


@media screen and (min-width: 700px) {
    .inner {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
        padding: 0 300px 0 0;
    }
        
    .inner_wrap {
        margin: 0 calc(40 / 740 * 100%) 0 0;
    }
}

@media screen and (min-width: 1040px) {
}


/* =====================================================================
*    footer
* =================================================================== */
#footer {
    background-color: #8a2c3e;
}

.pagetop a {
    width: calc(170 / 750 * 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto calc(60 / 750 * 100%);
}

#footer small {
    display: block;
    padding: calc(60 / 750 * 100%) 0;
    color: #FFF;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width: 700px) {
    #footer {
    }
    
    .pagetop {
        z-index: 2;
    }
    
    .pagetop a {
		position: absolute;
		right: 0;
		bottom: 0;
	    left: 0;
        width: calc(82 / 700 * 100%);
		margin:0 0 calc(30 / 700 * 100%)  calc(700 / 700 * 100%);

    }
    
    .pagetop a:hover {
        margin-bottom: calc(60 / 700 * 100%);
    }
    
    #footer small {
        padding: calc(40 / 700 * 100%) 0;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1040px) {
}
