@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: #1e1d2a;
}

#gDefFooter {
    position: relative;
    z-index: 2;
}

.gDef-contents {
    color: #333;
    font-family: "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(462 / 750 * 100%);
    margin: 0 0 calc(75 / 750 * 100%) calc(40 / 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(20 / 740 * 100%);
    }
    
    .sec_ttl {
        width: calc(330 / 700 * 100%);
        margin: 0 0 calc(65 / 700 * 100%);
    }
}

@media screen and (min-width: 1040px) {
}


/* =====================================================================
*    footer
* =================================================================== */
.pagetop {
    border-top: 1rem solid #000;
    border-bottom: 1rem solid #000;
    overflow: hidden;
}

.pagetop a {
    padding: calc(38 / 750 * 100%) 0;
}

.pagetop_bg1,
.pagetop_bg2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pagetop_bg1::before,
.pagetop_bg1::after,
.pagetop_bg2::before,
.pagetop_bg2::after {
    content: "";
    display: block;
    width: 50%;
    padding-top: calc(120 / 750 * 100%);
    background: url(../images/bg_pagetop_sp.png) repeat-x right top;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pagetop_bg2::before,
.pagetop_bg2::after {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.pagetop_bg1::after,
.pagetop_bg2::after {
    display: none;
}

.pagetop a img {
    width: calc(95 / 750 * 100%);
    margin: 0 auto;
}

.copy {
    background-color: #1a1d25;
}

.copy small {
    display: block;
    padding: 3.85em 0;
    color: #4e525d;
    font-size: 1.8rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-align: center;
}

@media screen and (min-width: 700px) {
    .pagetop {
        border-width: 4px;
    }
    
    .pagetop a {
        padding: calc(13 / 700 * 100%) 0;
    }
    
    .pagetop_bg1,
    .pagetop_bg2 {
        width: 100vw;
        left: 50%;
    }
    
    .pagetop_bg1 {
        margin-left: -100vw;
    }
    
    .pagetop_bg1::before,
    .pagetop_bg1::after,
    .pagetop_bg2::before,
    .pagetop_bg2::after {
        width: 100%;
        padding-top: calc(60 / 1040 * 100%);
        background: url(../images/bg_pagetop_pc.png) repeat-x right top;
        background-size: calc(64 / 1040 * 100%) auto;
    }
    
    .pagetop_bg1::after,
    .pagetop_bg2::after {
        display: block;
        background: url(../images/bg_pagetop_pc_h.png) repeat-x right top;
        background-size: calc(64 / 1040 * 100%) auto;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    
    .pagetop a img {
        width: calc(72 / 700 * 100%);
    }
    
    .pagetop a:hover .pagetop_bg1::after,
    .pagetop a:hover .pagetop_bg2::after {
        opacity: 1;
    }
    
    .copy small {
        padding: 2.6em 0;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1040px) {
    .pagetop_bg1::before,
    .pagetop_bg1::after,
    .pagetop_bg2::before,
    .pagetop_bg2::after {
        padding-top: 60px;
        background-size: 64px auto;
    }
}
