@charset "UTF-8";

body {
    margin: 0;
    position: relative;
    z-index: -1;
}

@media screen and (max-width: 930px) {
    body {
        background: #ffffff;
    }
}

img {
    width: 100%;
}

.text {
    line-height: 20px;
    font-size: 13px;
    text-align: justify;
    font-weight: bold;
    margin-bottom: 30px;
    width: 100%;
}

.newstitle {
    width: 100%;
    height: 100px;
    text-align: center;
    margin: auto;
}

@media screen and (max-width: 930px) {
    .newstitle {
        display: none;
    }
}

.contents {
    width: 100%;
    height: auto;
    text-align: center;
}

.points {
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    margin-top: 50px;
    position: relative;
}

.points__wrapper {
    position: relative;
    top: -20px;
}

@media screen and (max-width: 930px) {
    .points__wrapper {
        top: 10px;
    }
}

.points2 {
    width: 850px;
    margin: auto;
}

@media screen and (max-width: 930px) {
    .sp-none {
        display: none;
    }
}

.mainmenu {
    width: 850px;
    height: 40px;
    display: flex;
    margin: auto;
    padding-top: 80px;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
}

@media screen and (max-width: 930px) {
    .mainmenu {
        display: none;
    }
}

.mainmenu a,
.mainmenu img {
    display: block;
    width: 205px;
}

.menu {
    width: 100%;
    height: 60px;
    text-align: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 999;
}

.menu__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.menu2 {
    height: 60px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

/*コンテンツ部分*/
.box {
    background: #ddd;
    width: 100%;
    height: 800px;
}


a {
    text-decoration: none;
    color: #FFFFFF;
}

.modal {
    display: none;
    position: fixed;
    width: 870px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.modal-open,
.modal-close {
    cursor: pointer;
}

.modal-cont {
    font-size: 30px;
}

.modal-cont img {
    width: auto;
    height: min(23.1818181818vw, 255px);
}

.modal-close {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    color: #000000;
    font-size: 14px;
    margin: 15px 0 0;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover {
    opacity: 0.7;
}

.newsback {
    width: 100%;
    height: 480px;
    text-align: center;
    margin: auto;
    background: -webkit-linear-gradient(left, rgb(0, 184, 238), rgb(0, 26, 67));
}

.information {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    height: auto;
    text-align: center;
}

.swiper-slide {
    width: fit-content;
}

.swiper-backface-hidden .swiper-slide img {
    width: 353px;
}

.news-header {
    color: #333;
    margin-bottom: 15px;
}

h1 {
    margin-right: auto;
}

@media screen and (max-width: 930px) {
    h1 {
        display: flex;
        align-items: center;
    }

    h1 img {
        width: 98%;
        height: auto;
    }
}

.news-select-cat {
    font-family: "Noto Sans JP", sans-serif;
}

.inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 850px;
}

@media screen and (max-width: 930px) {
    .inner {
        width: 85.0299401198vw;
    }
}

.swiper-wrapper {
    max-width: 1100px;
}


.slick-slider {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slick-slider a {
    width: 100%;
    display: inline-block;
}

.slick-slide {
    margin-right: 10px;
}

.header__menu {
    display: flex;
    margin-right: 10px;
}

@media screen and (max-width: 930px) {
    .header__menu {
        display: none;
    }
}

.mw-850 {
    max-width: 850px;
}

.pc-none {
    display: none;
}

@media screen and (max-width: 930px) {
    .pc-none {
        display: block;
    }
}

.point-item {
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 930px) {
    .point-item {
        margin-bottom: 40px;
    }
}

.point-item__text {
    position: absolute;
    width: 222px;
    font-size: 12px;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 500;
    line-height: 14.63px;
    color: #000000;
    right: 30px;
    bottom: 60px;
}

@media screen and (max-width: 930px) {
    .point-item__text {
        top: 54.6407185629vw;
        font-size: max(2.0958083832vw, 10px);
        width: 80%;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }
}

.left {
    left: 20px;
    right: auto;
}

@media screen and (max-width: 930px) {
    .left {
        right: 0;
        left: 0;
    }
}


.body-fixed {
    overflow: hidden;
    height: 100%;
}

.slick-prev,
.slick-next {
    z-index: 9999;
}

.flex {
    display: flex;
    align-items: end;
}

@media screen and (max-width: 930px) {
    .ranking-triangle {
        width: 65.8682634731vw;
    }
}

.single-title {
    text-align: center;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}

.simcal-day-label {
    background: #fff !important;
    color: #000000 !important;
}

.simcal-day {
    border: 1px solid #ddd;
    background-color: #fff !important;
}

.simcal-events {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.simcal-week-day {
    color: #20c;
    background-color: #e3e9ff;
    font-weight: 500;
    font-family: "Noto Sans JP", "sans-serif";
}

.simcal-event {
    font-family: "Noto Sans JP", "sans-serif";
    border: 1px solid #2952A3;
    color: #fff;
    background-color: #668CD9;
    border-radius: 2px;
    width: 98%;
}

.simcal-default-calendar-grid .simcal-events>.simcal-event {
    padding: 1px 1px 1px 3px !important;
}

.post-edit-link {
    display: none;
}

#video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 100vh;
}

@media screen and (max-width: 930px) {
    #video {
        display: none !important;
    }
}

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

@media screen and (max-width: 930px) {
    .sp-mv {
        display: block !important;
    }
}

.pc-only {
    display: block;
}

@media screen and (max-width: 930px) {
    .pc-only {
        display: none;
    }
}

.sp-only {
    display: none;
}

@media screen and (max-width: 930px) {
    .sp-only {
        display: block;
    }
}

source[type^="image/"] {
    max-height: 100vh;
}