@charset "UTF-8";

/* CSS Document */

@media screen and (min-width: 1025px) {

    /*
    ストーリーズへのバナー
    */
    .stories-banner {
        background: #fff;
        border: 1px solid #333;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        margin: 80px auto;
        text-decoration: none !important;
        transition: all .7s;
        width: calc(1025px - 2px);
    }

    .stories-banner:hover {
        opacity: .5;
    }

    .stories-banner .stories-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        width: 50%;
    }

    .stories-banner .stories-logo img {
        width: 100%;
    }

    .stories-banner .stories-title {
        color: #000;
        font-size: 20px;
        line-height: 1.6;
        padding: 0;
        text-align: center;
        width: 50%;
    }


    /*
    シリーズ下部インデックス
    */
    .matsue-series-menu {
        border-top: 1px solid #707070;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 0 auto;
        padding-top: 20px;
        width: 80%;
        max-width: 1220px;
    }

    .matsue-series-menu .series-menu-separate {
        background: #fff;
        margin: 0 0.5% 2em;
        transition: all .7s;
        width: 24%;
    }

    .matsue-series-menu .series-menu-separate a {
        background: #fff;
        color: #000;
        text-decoration: none;
        transition: all .7s;
    }

    .matsue-series-menu .series-menu-separate:hover {
        opacity: .7;
    }

    .matsue-series-menu .series-menu-separate img {
        line-height: 0;
        width: 100%;
    }

    .matsue-series-menu .series-menu-separate .text {
        font-family: serif;
        font-size: 16px;
        line-height: 1.6;
        padding: 20px;
    }

    .matsue-series-menu .series-menu-separate .text span {
        display: block;
        font-size: 13px;
    }


    /*
    コンテンツヘッダー
    */
    .prototype-header {
        margin: 0 auto;
        max-width: 1220px;
        position: relative;
        width: 100%;
    }

    .prototype-header img {
        width: 100%;
    }

    .prototype-header h1 {
        color: #fff;
        display: block;
        font-family: serif;
        font-weight: 700;
        font-size: 33px;
        left: 70px;
        line-height: 1.3;
        position: absolute;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
        top: 35%;
        width: 800px;
    }

    .prototype-header h1 span {
        display: block;
        font-size: 20px;
        font-weight: 700;
    }


    /*
    コンテンツブロック
    */
    .menu-content-wrap {
        margin: -60px auto 0;
        position: relative;
        width: 980px;
        z-index: 2;
    }

    .menu-content-wrap a {
        background: #161925;
        box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.50);
        color: #fff;
        display: block;
        line-height: 0;
        margin-bottom: 50px;
        text-decoration: none;
        transition: all .7s;
    }

    .menu-content-wrap a:hover {
        background: #fff;
        color: #161925;
    }

    .menu-content-wrap .content-menu {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .menu-content-wrap .content-menu .text {
        font-size: 27px;
        font-weight: 700;
        line-height: 1.4;
        padding-left: 40px;
        width: 620px;
    }

    .menu-content-wrap .content-menu .text span {
        display: block;
        font-size: 20px;
        font-weight: normal;
    }

    .menu-content-wrap .content-menu .image {
        width: 350px;
    }

    .menu-content-wrap .content-menu .image img {
        width: 100%;
    }

}
