@charset "utf-8";

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

.container {
    display: flex;
    color: #ffffff;
    min-height: 100vh;
}

.page-mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.left-area {
    background-image: url('/img/bg/pc/monster_web_pc_left.png');
    width: calc((100% - 500px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    left: 0;
    top: 0;
    position: fixed;
    height: 100vh;
}

.left-area-content {
    margin: 12% 10% 0;
    overflow-y: scroll;
    height: 100%;
    scrollbar-width: none;
}

.left-top-logo {
    width: 50%;
    display: block;
    margin: 0 auto 30px;
}

.left-banner {
    width: 70%;
    margin: auto;
}

.left-banner .banner-base {
    position: relative;
    display: block;
    width: 100%;
    background-image: url('/img/pc_bg/btn_pc_base.png');
    background-size: 100%;
    margin-top: 20px;
    aspect-ratio: 80 / 27;
}

.left-banner .banner-img {
    position: absolute;
    width: 93%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.right-area {
    background-image: url('/img/bg/pc/monster_web_pc_right.png');
    width: calc((100% - 500px) / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    right: 0;
    top: 0;
    position: fixed;
    height: 100vh;
}

.right-area-content {
    margin: 12% 25% 0;
    text-align: center;
}

.right-menu img {
    max-width: 100%;
}

.right-menu ul {
    margin: 20px 20px 70px;
}

.right-menu ul li {
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
    padding: 5px 0;
}

.right-menu .x-link {
    margin-top: 20px;
}

.right-menu .right-menu-jb-portal img {
    width: 70%;
    padding: 12px 0;
}

.right-menu .right-menu-nanatetsu img {
    width: 30%;
    padding: 7px 0;
}

.center-area {
    width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    background-image: url("/img/bg/background_monster_03.jpg");
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-visual img {
    width: 100%;
}

.center-area img {
    max-width: 100%;
}

header {
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding: 5px 16px;
    background-image: url("/img/common/header_monster.jpg");
    border-bottom: 2px #fff solid;
}

.header {
    align-content: center;
    max-width: 65%;
}

.menu-mask {
    display: none;
}

.navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 85%;
    z-index: 10;
    /* background-image: url("/img/bg/background_monster.jpg"); */
    transition: all ease .4s;
    transform: translateX(100%);
    overflow-y: scroll;
}

.logo {
    width: 75%;
    /* display: block; */
}

.active-navigation {
    transform: translateX(0);
    overflow-y: scroll !important;
}

.logo img {
    max-height: 100%;
    width: auto;
}

.scroll-stop {
    position: fixed;
    /* overflow-y: hidden; */
}

.hamburger-menu {
    display: none;
}

.btn-img {
    width: 80%;
    margin: 25px auto;
    display: block;
    cursor: pointer;
}

/* 絞り込みセレクトボックス */
.select-box {
    display: inline-flex;
    border: 1px #fff solid;
    height: 25px;
}

.select-box label {
    font-size: 14px;
    padding: 0 10px;
    align-self: center;
}

.select-box select {
    border: none;
}

/* モンスターチャート */
.monster-chart-section {
    width: 100%;
    background: #000;
    padding-bottom: 50px;
}

.monster-chart-section .contents {
    margin: 15px;
    background-image: url("/img/bg/background_monster.jpg");
    border: 2px #ff0000 solid;
}

.monster-chart-section .chart-img {
    margin: 0 15px;
}

.monster-chart-section .contents p {
    text-align: center;
    margin-top: 25px;
}

.select-area {
    text-align: right;
}

/* スケジュール一覧・結果一覧 切り替えタブ */
.select-tab {
    display: flex;
    /* padding-bottom: 3px; */
    border-bottom: 4px #ff0000 solid;
    /* background: #ff0000; */
}

.select-tab input[type="radio"] {
    display: none;
}

.select-tab .tab {
    display: block;
    width: 50%;
    cursor: pointer;
    text-align: center;
    background: #640000;
    color: #fff;
    font-weight: bold;
    padding: 14px 0 10px;
    font-size: 18px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.select-tab .selected {
    background: #ff0000;
    color: #ffff64;
    box-sizing: border-box;
}

/* スケジュール一覧・結果一覧 エリア選択*/
.select-area {
    margin: 25px 15px;
    display: flex;
    justify-content: space-between;
}

.select-area .select-area-label {
    align-content: center;
    font-size: 20px;
    font-weight: bold;
    border-left: 4px #fff solid;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    text-align: left;
}

/* スケジュール一覧 */
.schedule-section h4 {
    background: #505050;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.schedule-section .schedule-link {
    display: block;
    position: relative;
    color: #fff;
    border: 1px #ff0000 solid;
    border-radius: 8px;
    margin: 15px;
    padding: 10px 0;
    background: linear-gradient(90deg, rgba(100, 0, 0, .55), rgba(220, 0, 0, .55));
}

.schedule-section .schedule .schedule-top {
    display: flex;
}

.schedule-top .report {
    width: 30%;
    border-right: 1px rgba(255, 255, 255, .5) solid;
    align-content: center;
    padding: 10px 0;
}

.schedule-top .report img {
    max-width: calc(100% - 20px);
    height: auto;
    margin: 0 10px;
    display: block;
}

.schedule-top .pref-hallname {
    width: 80%;
    padding-left: 10px;
    align-content: center;
}

.schedule-top .pref {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 4px 14px 2px;
    border-radius: 10px;
}

.schedule-top h5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}

.schedule-section .schedule .target-machine-area {
    background: #ff0000;
    color: #ffff64;
    margin: 10px 15px 0;
    padding: 2px;
}

.schedule-section .schedule .schedule-banner-area {
    margin: 0 15px;
}

.schedule .target-machine-area p {
    padding: 4px;
}

.target-machine-area .target-machines {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 8px;
}

.schedule-banner-area .schedule-banner {
    margin-top: 10px;
}

.schedule-link .schedule-arrow {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}

/* エリア選択 */
.area-section {
    margin-top: 25px;
}

.area-link {
    margin: 30px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* 取材結果一覧 */
/* .result-section {
    margin: 15px;
} */

.result-link {
    position: relative;
}

.result {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(90deg, rgba(100, 0, 0, .55), rgba(220, 0, 0, .55));
    color: #fff;
    padding: 20px 15px;
    border: 1px #ff0000 solid;
    border-radius: 8px;
    margin: 15px;
}

.result .pref {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 4px 14px 2px;
    border-radius: 10px;
}

.result .report {
    width: 20%;
    border-right: 1px rgba(255, 255, 255, .5) solid;
    align-content: center;
    padding-right: 15px;
}

.result .result-data {
    width: 80%;
    padding-left: 15px;
}

.result .result-data h4 {
    font-size: 22px;
    font-weight: bold;
    color: #ffff64;
    margin-bottom: 10px;
}

.result .result-data h5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}

.result-link .result-arrow {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
}

/* ホールページ・結果ページ */
.hall-title {
    position: relative;
}

.hall-title .hall-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 24px;
    width: 80%;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0;
}

/* もっと見る */
.read-more {
    background: #ff0000;
    margin: 0 20%;
    text-align: center;
    border-radius: 3rem;
    padding: 8px 0;
    font-weight: bold;
    position: relative;
    margin-bottom: 32px;
    cursor: pointer;
}

.read-more a {
    color: #fff;
}

.read-more span {
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #000078 #000078;
    transform: rotate(-45deg);
    display: inline-block;
    position: absolute;
    right: 5%;
}

/* 各配色 */
.bg-hokkaido {
    background: #5a96ff;
}

.bg-kanto {
    background: #009696;
}

.bg-hokuriku {
    background: #ff9600;
}

.bg-tokai {
    background: #ff00c8;
}

.bg-kansai {
    background: #ff3200;
}

.bg-chugoku {
    background: #00c800;
}

.bg-kyushu {
    background: #b400ff;
}

.border-hokkaido {
    border: 2px #5a96ff solid;
}

.border-kanto {
    border: 2px #009696 solid;
}

.border-hokuriku {
    border: 2px #ff9600 solid;
}

.border-tokai {
    border: 2px #ff00c8 solid;
}

.border-kansai {
    border: 2px #ff3200 solid;
}

.border-chugoku {
    border: 2px #00c800 solid;
}

.border-kyushu {
    border: 2px #b400ff solid;
}

/* フッター */
footer {
    color: #ffffff;
    font-size: 0.6rem;
    background: #000;
}

.footer-links {
    padding: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
}

.footer-links div {
    text-align: center;
    align-content: center;
}

.footer-links div a {
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.footer-links div p {
    margin-top: .5rem;
}

.footer-janbari,
.footer-portal {
    grid-column: span 2 / span 2;
}

.footer-janbari a img {
    width: 60%;
}

.footer-exceeds a img {
    width: 80%;
}

.footer-pmoney a img {
    width: 100%;
}

.footer-nanapress a img {
    width: 90%;
}

.footer-nanatetsu a img {
    width: 70%;
}

.footer-nanarise a img {
    width: 90%;
}

.footer-youtube a img {
    width: 30%;
}

.footer-x a img {
    width: 25%;
}

.footer-portal a img {
    width: 75%;
}

.footer-copyright {
    border-top: 1px #ffffff solid;
}

.footer-copyright p {
    padding: 30px 40px;
    text-align: center;
    line-height: 1rem;
}

/* 左下のリンク */
.bl_leftArea_linkWrap {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    bottom: 3%;
    padding: 2rem 0;
}

.bl_leftArea_linkWrap_inner {
    max-width: 450px;
    margin: 0 auto;
}

.bl_leftArea_linkBtnWrap {
    display: flex;
    align-items: center;
}

.bl_leftArea_linkLogo {
    text-align: center;
    margin-bottom: 1rem;
}

.bl_leftArea_linkBtn_app {
    width: 46%;
    margin-right: 1rem;
    padding-right: 0.5rem;
}

.bl_leftArea_linkBtn_ggl {
    width: 54%;
}

.no_data {
    text-align: center;
    padding: 50px 0;
    font-size: 18px;
    color: #fff;
}

/* 汎用 */
.d-none {
    display: none !important;
}

/* スマホ向け */
@media screen and (max-width: 1024px) {
    .left-area {
        display: none;
    }

    .right-area {
        display: none;
    }

    .center-area {
        width: 100%;
    }

    /* ハンバーガーメニュー */
    .hamburger-menu {
        display: block;
        width: 50px;
        height: 50px;
        position: relative;
        border: none;
        background: transparent;
        appearance: none;
        padding: 0;
        cursor: pointer;
        z-index: 11;
    }

    .hamburger-menu__bar {
        display: inline-block;
        width: 44%;
        height: 2px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: .5s;
    }

    .hamburger-menu__bar:first-child {
        top: 16px;
    }

    .hamburger-menu__bar:nth-child(2) {
        top: 24px;
    }

    .hamburger-menu__bar:last-child {
        top: 32px;
    }

    .hamburger-menu--open .hamburger-menu__bar {
        top: 50%;
    }

    .hamburger-menu--open .hamburger-menu__bar:first-child {
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    .hamburger-menu--open .hamburger-menu__bar:last-child {
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    }

    .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
        display: none;
    }

    .menu-mask {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .75);
        z-index: 10;
        top: 0;
    }

    .navigation-container {
        /* margin-top: 15%; */
        padding: 15% 20% 50px;
        background-image: url("/img/bg/background_monster.jpg");
        height: 100%;
    }

    .navigation-container h2 {
        width: 60%;
        margin: auto;
    }
}
@media screen and (max-width: 500px) {
    .center-area {
        max-width: 500px;
        width: 100%;
    }

    .navigation-header {
        margin-top: 20%;
    }

    .navigation-links li {
        padding: 10px 0;
        border-bottom: 1px rgba(255, 255, 255, .5) solid;
        text-align: center;
    }

    .nav-menu-nanatetsu,
    .nav-menu-jb-portal {
        padding: 15px 0 !important;
    }

    .nav-menu-nanatetsu img {
        width: 30%;
    }

    .navigation-container .x-link {
        margin-top: 25px;
    }

    select {
        -webkit-appearance: none;
    }

    #pref-select {
        font-size: 14px;
    }

    /* モンスターチャート注釈 */
    .monster-chart-section .contents p {
        font-size: 14px;
    }

    .select-area {
        margin: 25px 10px;
    }

    .select-area .select-area-label {
        font-size: 16px;
        padding-left: 3px;
    }

    .select-box label {
        font-size: 14px;
    }

    .select-box select {
        padding-left: 3px;
    }

    /* スケジュール一覧 */
    .schedule h5 {
        font-size: 16px;
    }
    

    .schedule .target-machine-area p {
        font-size: 12px;
    }

    /* 結果一覧 */
    .result .result-data h4 {
        font-size: 18px;
    }
    
    .result .result-data h5 {
        font-size: 14px;
    }

    /* ホールページ・結果ページ */
    .hall-title .hall-name {
        font-size: 20px;
    }

    .pickup-ranking-title h4 {
        font-size: 20px;
    }
}
