@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;
    }
}

body {
    overflow-x: hidden;
}

.gDef-top-banner {
    background-color: #fff;
}

#gDefFooter {
    position: relative;
    z-index: 2;
}

.gDef-contents {
    color: #333;
    font-family: YakuHanJP, "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック 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;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.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;
    }
}

@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(355 / 750 * 100%);
    margin: 0 auto calc(70 / 750 * 100%);
}

@media screen and (min-width: 700px) {
    .mv_inner {
        width: 100%;
        max-width: 1040px;
       /* margin: 0 calc(125 / 1040 * 100%); */
         margin: 0 auto;
        padding: 0 300px 0 0;
    }

    .inner {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
        padding: 0 300px 0 0;
    }
    
    .inner_wrap {
        /* padding: 0 calc(30 / 740 * 100%) 0 0; */
    }
    
    .sec_ttl {
    width: calc(360 / 750 *100%);
    margin: 0 auto;
    }
}

@media screen and (min-width: 1040px) {
}


/* =====================================================================
*    footer
* =================================================================== */
#footer {
}

.pagetop a {
    width: calc(180 / 750 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: calc(-200 / 750 * 100%) auto 0;
}

#footer small {
    display: block;
    padding: 4em 0;
    background-color: #c4b883;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: center;
}

@media screen and (min-width: 700px) {
    .pagetop {
        z-index: 2;
    }
    
    .pagetop a {
            width: calc(110 / 710 * 100%);
            margin: calc(-155 / 710 * 100%) auto 0;
    }
    
    .pagetop a:hover {
        opacity: 0.7;
    }
    
    #footer small {
        font-size: 1.6rem;
        padding-right: calc(300 /1600 * 100vw);
    }
}

@media screen and (min-width: 1040px) {
    
}
