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

html {
    overflow: auto;
}

body {
    overflow: hidden;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
    color: #34404a;
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

/*大本のコンテナ*/

#main_box {
    max-width: 940px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

/*メイン*/

main#content_inner {
    max-width: 375px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

/*左メニュー*/

#left {
    max-width: 375px;
    background: #fff;
}

#left .box {
    max-width: 375px;
    margin: auto;
    background-image: url(../images/bg3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    padding: 20px;
    position: fixed;
    top: 0;
}

#left .box .btn {
    width: 90%;
    margin: 20px auto 0;
    cursor: pointer;
}

#left .box .menu ul li {
    width: 90%;
    margin-top: 40px;
}

#left .box .menu ul li a {
    transition: all 0.5s;
}

#left .box .menu ul li a:hover {
    opacity: 0.7;
}

#left .thum {
    position: relative;
    margin-top: 20px
}

#left .thum .mov_btn {
    width: 60px;
    height: 60px;
}

#left .thum .mov_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    opacity: 0.9;
}

#left .thum .mov_btn img {
    position: relative;
    z-index: 2;
}


@media only screen and (max-width: 850px) {
    #left {
        display: none;
    }

    main#content_inner {
        width: 100%;
        max-width: 100%;
    }
}

/*段落・フォント*/

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

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


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

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

/*全体*/

article.content_article {
    padding: 30px 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: 115%;
}

.fsb2 {
    font-size: 200%;
}

/*カラー*/

.tc0 {
    color: #486886;
}

.tc1 {
    color: #e95550;
}

.tc2 {
    color: #0071b7;
}

.tc3 {
    color: #c39e05;
}

/*背景付き*/

.tbg1 {
    background: #e95550;
    padding: 0 2px;
    color: #fff;
}

.tbg2 {
    background: #0071b7;
    padding: 0 2px;
    color: #fff;
}

/*マーカー*/

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

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

.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 {
    padding: 20px 0;
    text-align: center;
    background: #34404a;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}

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

footer p.tokushoho {
    color: #ffff;
}

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

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