@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description :
===================================================================== */

/* =====================================================================
*    General
* =================================================================== */
html { font-size: 14px; }

@media screen and (max-width:767px) {
    .pc { display: none !important; }
}

@media screen and (min-width: 768px) {
    .sp { display: none !important; }
}

/* =====================================================================
*    Web Fonts (Google Web Fonts)
* =================================================================== */
.wf-mplus1p { font-family: "M PLUS 1p", sans-serif; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho", serif; }
.wf-prata { font-family: "Prata", serif; }

/* =====================================================================
*    Global Purpose
* =================================================================== */
.is-hidden { display: none !important; }

/* =====================================================================
*    .gDef-top-banner
* =================================================================== */
.gDef-top-banner {
    background-color: #000;
}

/* =====================================================================
*    .gDef-contents
* =================================================================== */
.gDef-contents {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    color: #333;
    line-height: 1.5;
}

.gDef-contents * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gDef-contents img {
    width: 100%;
    height: auto;
    display: block;
}

.gDef-contents a { display: block; }

@media screen and (min-width:768px) {
    .gDef-contents a,
    .gDef-contents a:hover {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .gDef-contents a:hover { opacity: 0.7; }
}

/* =====================================================================
*    .main
* =================================================================== */
.main {

}

.main section { position: relative; }

/* =====================================================================
*    .inner
* =================================================================== */
.inner {
    position: relative;
    width: calc(670 / 750 * 100%);
    max-width: 670px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .inner {
        width: calc(1030 / 1400 * 100%);
        max-width: 1030px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1100px) {
    .inner {
        width: 1030px;
        margin: 0 auto;
    }
}

/* =====================================================================
*    footer
* =================================================================== */
.footer { background-color: #e84091; }

.footer .inner { width: 100%; }

.footer small {
    display: block;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    padding: 5% 0 4%;
}

@media screen and (min-width: 768px) {
    .footer { display: none; }
}

/* =====================================================================
*    .bc_movie (This class comes from /common/js/old-function.js)
* =================================================================== */
.bc_movie_wrap {
    display: block;
    position: relative;
    max-width: 100%;
}

.bc_movie_wrap > .bc_movie { padding-top: 56.25%; }