@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;*/
    /*font-feature-settings: "palt";*/
    word-break: break-all;
    font-family: "Helvetica Neue", Helvetica, "Droid Sans", Arial, Avenir, Verdana, Roboto, "游ゴシック Medium", "YuGothic M", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

html {
    overflow: auto;
}

body {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #1a1a1a;
    background: #fff;
}

/*段落・フォント*/

p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #1a1a1a;
    /*font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;*/
    font-family: "Helvetica Neue", Helvetica, "Droid Sans", Arial, Avenir, Verdana, Roboto, "游ゴシック Medium", "YuGothic M", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}



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

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

/*全体*/

article.content_article {
    padding: 100px 0;
}

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

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

/*内包*/

.wrap {
    width: 960px;
    margin: 0 auto;
}

.middle_wrap {
    width: 1400px;
    margin: 0 auto;
}

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

/*見出し*/

.common_h2 {
    text-align: center;
    margin-bottom: 60px;
}

.common_h2 h2 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.common_h2.ls2 h2 {
    letter-spacing: 0.05em;
}

.common_h2 .en {
    color: #B3B3B3;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-top: 5px;
}

.common_h2 .big_en img {
    height: 150px;
    width: auto;
    margin: 0 auto -28px;
}

/*一般*/

small {
    font-size: 80%;
}

strong {
    font-weight: 900;
}

/*文字サイズ*/

.fsb {
    font-size: 150%;
}

.fsb2 {
    font-size: 200%;
}

/*カラー*/

.tc0 {
    color: #486886;
}

.tc1 {
    color: #ff0062;
    color: #d3401d;
    color: #980000;
}

.tc2 {
    color: #53c0bd;
    color: #0065ad;
    color: #0f5779;
}

.tc3 {
    color: #f29707;
    color: #ce9b2f;
}

.tc4 {
    color: #05c756;
    color: #018f6d;
}

.tc5 {
    color: #6e3a87;
    color: #573b77;
}

/*マーカー*/

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

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

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

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

/*改行(SP時のみ改行)*/

.brSp {
    display: none;
}

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

.lp_img img {
    display: block;
}


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

.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;
}


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

/*追従ボタン*/

#fixed_btn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 9;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 0;
}

#fixed_btn a {
    display: block;
    text-align: center;
    width: 90%;
    max-width: 640px;
    margin: auto;
    background: linear-gradient(90deg, rgba(236, 154, 174, 1) 0%, rgba(161, 121, 216, 1) 100%);
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    padding: 20px 0 20px;
    border-radius: 50px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

#fixed_btn a::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/fv/icon.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

/*フッター*/

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

footer p.copy {
    color: #B3B3B3;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

footer p.copy a {
    color: #B3B3B3;
    text-decoration: underline;
}



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

/*1920px以下*/

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

/*1400px以下*/

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

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

    .middle_wrap {
        width: 92%;
    }

}

/*960px以下*/

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

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

    .wrap {
        width: 92%;
    }

}

/*644px以下*/

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

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

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

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

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

    article.content_article {
        padding: 50px 0;
    }

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

    /*見出し*/

    .common_h2 {
        margin-bottom: 50px;
    }

    .common_h2 h2 {
        font-size: 30px;
    }

    .common_h2.ls2 h2 {
        letter-spacing: 0.02em;
    }

    .common_h2 .en {
        font-size: 11px;
        margin-top: 3px;
    }

    .common_h2 .big_en img {
        height: 80px;
        margin: 0 auto -20px;
    }


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

    ._pc {
        display: none !important;
    }

    ._sp {
        display: block !important;
    }

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

    /*追従ボタン*/

    #fixed_btn {
        padding: 10px 0;
    }

    #fixed_btn a {
        font-size: 18px;
        line-height: 1.5;
        padding: 13px 0 13px;
    }

    #fixed_btn a::before {
        width: 15px;
        height: 15px;
        right: 22px;
    }


    /*フッター*/

    footer {
        padding: 50px 0 150px;
    }

    footer p.copy {
        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) {}
