@charset "utf-8";

a {
    text-decoration: none;
}

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

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

.left-area {
    background-image: url('/img/pc_bg/pc_bg_left.jpg');
    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 {
    padding: 50px 10% 0;
    overflow-y: scroll;
    height: calc(100vh - 50px);
    scrollbar-width: none;
}

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

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

.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/pc_bg/pc_bg_right.jpg');
    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: 5% 30% 0;
    text-align: center;
}

.right-menu-title {
    width: 60%;
    margin: auto;
}

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

.right-menu {
    margin-top: 30px;
}

.right-menu a {
    display: block;
    margin-top: 20px;
}

.right-menu-btn {
    position: relative;
}

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

.right-menu-btn p {
    position: absolute;
    color: #ffffff;
    font-size: 1.2rem;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.right-menu-links {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: rgba(0, 0, 0, 0.3);
}

.right-menu-links div a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    font-size: 0.8rem;
    text-align: center;
    border: 1px #fff solid;
    height: 60px;
    align-content: center;
}

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

.right-menu-janbari a img {
    width: 80%;
}

.right-menu-pmoney a img {
    width: 70%;
}

.right-menu-nanatetsu a img {
    width: 50%;
}

.right-menu-exceeds a img {
    width: 50%;
}

.right-menu-youtube a img {
    width: 20%;
}

.right-menu-x a img {
    width: 15%;
}

.right-menu-portal {
    margin-top: 30px;
}

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

.center-area {
    width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #e5e5f1;
    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: 12px 16px;
    background: #000078;
    border-bottom: 2px #fff solid;
}

.menu-mask {
    display: none;
}

.navigation {
    /* display: none; */
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 85%;
    z-index: 9998;
    background: linear-gradient(to right, #000078, #640064);
    transition: all ease .4s;
    transform: translateX(100%);
    overflow-y: scroll;
}

.logo {
    width: 50%;
    align-content: center;
}

.active-navigation {
    transform: translateX(0);

}

.scroll-stop {
    overflow-y: hidden;
}

.hamburger-menu {
    display: none;
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
    z-index: 9999;
}

/* 企画選択・エリア選択セレクトボックス */
.page-top-select {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.report-select,
.pref-select {
    display: flex;
    justify-content: end;
    margin: 16px 8px;
    white-space: nowrap;
}

.page-top-select div {
    width: 48%;
}

.report-select label,
.pref-select label {
    background: #000078;
    color: #ffffff;
    padding: 8px 16px;
    font-size: 0.8rem;
}

.report-select select,
.pref-select select {
    border: 2px #000078 solid;
    min-width: 8rem;
    text-align: center;
}

/* スケジュール・結果一覧 */
.area-schedule-title,
.area-result-title {
    font-weight: bold;
    font-size: 1.4rem;
    border-left: 4px #000078 solid;
    margin-left: 3.75%;
    padding: 0.3rem;
    margin-top: 1rem;
}

.schedule-date {
    background: #9e9ecc;
    padding: .5rem .75rem;
    font-weight: bold;
    font-size: 1.3rem;
}

.result-date {
    font-weight: bold;
    margin: 8px 0 4px;
    color: #000078;
}

.schedule,
.result {
    display: block;
    background: #fff;
    border-radius: 8px;
    margin: 12px 3.75%;
    text-decoration: none;
}

.schedule-link {
    position: relative;
}

.schedule-info,
.result-info {
    display: flex;
}

.schedule-icon,
.result-icon {
    width: 20%;
    padding: .5rem;
    align-content: center;
    text-align: center;
}

.schedule-icon img,
.result-icon img {
    width: 75%;
}

.schedule-data,
.result-data {
    border-left: 1px #8080bb solid;
    margin: 8px 0;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    width: 75%;
    justify-content: center;
}

.schedule-data-top,
.result-data-top {
    display: flex;
}

.schedule-banner,
.schedule-comment-btn {
    margin-left: 16px;
    margin-right: 30px;
    padding-bottom: 8px;
}

.schedule-banner img:not(:first-child) {
    margin-top: 16px;
}

.schedule-comment-btn img {
    width: 100%;
}

.schedule-comment {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 450px;
    width: 90%;
    height: 520px;
    background: #fff;
    z-index: 2;
    border-radius: 16px;
    cursor: default;
}

.schedule-comment h3 {
    text-align: center;
    font-size: 1.4rem;
    background: #000078;
    color: #ffffff;
    padding: 1rem 0;
    border-radius: 16px 16px 0 0;
}

.schedule-comment-content {
    padding: 20px;
}

.schedule-image-content {
    padding: 10px;
}

.schedule-image-content img {
    max-height: 440px;
    margin: auto;
    display: block;
    width: auto;
}

.schedule-comment-text {
    background: #e5e5f1;
    height: 240px;
    margin-top: 16px;
    border: 2px #000078 solid;
    border-radius: 16px;
    padding: 8px;
    color: #000078;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.schedule-comment-text::-webkit-scrollbar {
    display: none;
}

.schedule-confirm-btn {
    margin-top: 16px;
    cursor: pointer;
}

.schedule-comment-close {
    width: 40px !important;
    position: absolute;
    top: -3%;
    left: 95%;
    cursor: pointer;
}

.schedule-arrow {
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 2px #8080bb;
    border-right: solid 2px #8080bb;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
}


.icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    width: 80%;
    margin-top: 8px;
}

.icon img {
    width: 100%;
}

.dummy-icon {
    position: relative;
}

.dummy-icon p {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.7rem;
    color: #ffff00;
    -webkit-text-fill-color: #ffff00;
    font-weight: bold;
    text-align: center;
    width: 100%;
    -webkit-text-stroke-color: #fa0096;
    -webkit-text-stroke-width: 4px;
    paint-order: stroke fill;
    stroke-linejoin: round;
    line-height: 1.2;
}

.read-more-index {
    height: 3rem;
}

.result-arrow {
    margin-top: 8px;
    text-align: right;
    font-weight: bold;
    font-size: .8rem;
    color: #8080bb;
    position: relative;
    margin-right: 20px;
}

.result-arrow::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #8080bb;
    border-right: solid 1px #8080bb;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    margin: auto;
}

.pref-label {
    color: #fff;
    font-size: .7rem;
    padding-top: 4px;
    padding-bottom: 3px;
    width: 55px;
    text-align: center;
    border-radius: 12px;
}

.report-label {
    color: #ff9600;
    margin-top: 6px;
    font-weight: bold;
    /* align-content: end;
    margin-left: 4px;
    font-size: .9rem; */
}

.hall-name {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000078;
    margin-top: 8px;
}

.empty-msg {
    padding: 1rem;
}

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

.footer-links {
    padding: 50px 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 a img {
    width: 100%;
}

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

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

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

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

/* 切り替えタブ */
.select-tab {
    display: flex;
    padding-bottom: 3px;
    background: #fff;
}

.select-tab label {
    display: block;
    width: 50%;
    cursor: pointer;
    text-align: center;
    background: #9e9ecc;
    color: #d9d9eb;
    font-weight: bold;
    padding: 14px 0 10px;
    font-size: 1.2rem;
}

.select-tab .selected {
    background: #fff;
    color: #000078;
    border-top: 3px #fa0096 solid;
    box-sizing: border-box;
    /* padding: 7px 0 6px; */
}

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

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

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


/* 色 */
.main-bg-color {
    background: linear-gradient(to right, #000078, #640064);
}

.selected-bg-color {
    background: #000078;
}

.inactive-bg-color {
    background: #9e9ecc;
}

.bg-color-hokkaido {
    background: #5a96ff;
}

.bg-color-kanto {
    background: #009696;
}

.bg-color-hokuriku {
    background: #ff9600;
}

.bg-color-tokai {
    background: #ff00c8;
}

.bg-color-kansai {
    background: #ff3200;
}

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

.bg-color-kyushu {
    background: #b400ff;
}

.display-none {
    display: none !important;
}

.sp-only {
    display: none;
}

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

    .right-area {
        display: none;
    }

    .center-area {
        /* max-width: 500px; */
        width: 100%;
    }

    .navigation-container {
        padding: 70px 40px;
    }

    .navigation-container h2 {
        width: 80%;
        margin: auto;
    }

    .navigation-archives li {
        margin-top: 15px;
    }

    .navigation-link {
        display: block;
    }

    .navigation-link img {
        width: 100%;
    }

    .navigation-container h3 {
        padding: 10px 80px;
        border: 1px #fff solid;
        margin-top: 40px;
    }

    .navigation-container h3 img {
        width: 100%;
    }

    .navigation-links li a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        font-size: 1.2rem;
        padding: 14px 0;
        border-bottom: 1px #ffffff solid;
    }

    .navigation-portal {
        margin-top: 40px;
    }

    /* ハンバーガーメニュー */
    .header {
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .hamburger-menu {
        display: block;
    }

    .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: 9997;
        top: 0;
    }

    select {
        -webkit-appearance: none;
    }

    .area-result-title,
    .area-schedule-title {
        font-size: 1.6rem;
    }

    .report-select label,
    .pref-select label {
        padding: 8px;
        font-size: 0.6rem;
    }

    .report-select select,
    .pref-select select {
        min-width: 1rem;
        width: 6rem;
        background: #ffffff;
    }

    .schedule-link {
        display: block;
    }

    .schedule-data {
        margin: 8px 40px 8px 0;
    }

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block;
    }
}
