@charset "UTF-8";

* {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
    /*英字の折返し*/
    word-break: break-all;
}

html {
    overflow: auto;
}

body {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #082025;
    background: #fff;
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/*段落・フォント*/

p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    color: #082025;
    font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
}

.fm {
    font-family: 'Noto Serif JP', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}


/******************************************************************************
*
* [共通]基本設定
*
******************************************************************************/

#main_wrap {
    width: 100%;
    max-width: 950px;
    margin: auto;
    position: relative;
}

#main_wrap #main {
    width: 450px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

#main_wrap #qr {
    width: 400px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#main_wrap #qr .inner img {
    position: fixed;
    width: 400px;
    top: 30%;
}


/*---------------------
* コンテナ関係
---------------------*/

/*全体*/

article.content_article {
    padding: 60px 0;
}

article.content_article.none_pt {
    padding-top: 0;
}

article.content_article.none_pb {
    padding-bottom: 0;
}

/*内包*/

.wrap {
    width: 92%;
    margin: 0 auto;
}

/*---------------------
* テキスト関係
---------------------*/

/*一般*/

small {
    font-size: 80%;
}

strong {
    font-weight: 900;
}

/*文字サイズ*/

.fsb {
    font-size: 150%;
}

.fsb2 {
    font-size: 200%;
}

/*カラー*/

.tc0 {
    color: #486886;
}

.tc1 {
    color: #ff464e;
}

.tc2 {
    color: #0f5779;
}

.tc3 {
    color: #ce9b2f;
}

/*マーカー*/

.tm1 {
    background: linear-gradient(transparent 70%, #ffa3d1 70%);
}

.tm2 {
    background: linear-gradient(transparent 70%, #72edff 70%);
}

.tm3 {
    background: linear-gradient(transparent 70%, #ffe571 70%);
}

/*---------------------
* 画像関係
---------------------*/

.lp_img img {
    display: block;
}

/*枠付き*/

.lp_img.be_border img {
    border: solid 1px #e0e0e0;
}

/*画像補足情報*/

figure figcaption {
    text-align: right;
    font-size: 11px;
    line-height: 2;
    color: #666;
}

/*---------------------
* 動画(埋め込み用)
---------------------*/

.mov {
    width: 100%;
    height: auto;
    position: relative;
}

.mov::before {
    content: "";
    display: block;
    padding-top: 56.2%;
}

.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---------------------
* 表示関係
---------------------*/

._pc {}

._sp {
    display: none !important;
}


/******************************************************************************
*
* [共通]フッター
*
******************************************************************************/

footer {
    background: #fff;
    padding: 20px 0;
    text-align: center;
}

footer p.copy {
    color: #333;
    font-size: 10px;
    margin-top: 5px;
}

footer p.tokushoho a {
    font-size: 10px;
    text-decoration: none;
    color: #333;
    transition: all 0.5s;
}

footer p.tokushoho a:hover {
    opacity: 0.7;
}


/******************************************************************************
*
* [共通]レスポンシブ対応
*
******************************************************************************/

/*644px以下*/

@media only screen and (max-width: 850px) {
    #main_wrap #main {
        margin: auto;
    }

    #main_wrap #qr {
        display: none;
    }
}



/*450px以下*/

@media only screen and (max-width: 450px) {

    #main_wrap #main {
        width: 100%;
    }

    /*---------------------
    * [共通]背景/全体テキスト
    ---------------------*/

    body {
        font-size: 13px;
        line-height: 1.6;
    }

    p {
        font-size: 13px;
        line-height: 1.6;
    }

    /*---------------------
    * [共通]コンテナ関係
    ---------------------*/

    article.content_article {
        padding: 60px 0;
    }

    /*---------------------
    * [共通]テキスト関係
    ---------------------*/

    .fsb {
        font-size: 135%;
    }

    .fsb2 {
        font-size: 150%;
    }

    /*---------------------
    * [共通]画像関係
    ---------------------*/

    figure figcaption {
        text-align: left;
        font-size: 10px;
        line-height: 1.5;
        margin-top: 5px;
    }

    /*---------------------
    * [共通]表示関係
    ---------------------*/

    ._pc {
        display: none !important;
    }

    ._sp {
        display: block !important;
    }

    /*---------------------
    * [共通]フッター
    ---------------------*/

    footer {
        padding: 20px 0;
        padding-bottom: 150px;
    }

    footer p.copy {
        font-size: 10px;
        margin-top: 5px;
    }

    footer p.tokushoho a {
        font-size: 10px;
    }

}

/*375px以下*/

@media only screen and (max-width: 375px) {}

/*360px以下*/

@media only screen and (max-width: 360px) {}

/*330px以下*/

@media only screen and (max-width: 330px) {}
