@charset "utf-8";

/* ---------------------------------------------------- */
/* web font */
/* ---------------------------------------------------- */
/* Google font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400..700&display=swap");

/* ---------------------------------------------------- */
/* cs_ff */
/* ---------------------------------------------------- */
.cs_ff_en_1 {
    font-family: "Josefin Sans", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.cs_ff_en_2 {
    font-family: "Noto Sans", sans-serif;
}

.cs_ff_go_1 {
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

/* ---------------------------------------------------- */
/* cs_fc */
/* ---------------------------------------------------- */
.cs_fc_1,
.cs_fc_1 a,
a.cs_fc_1 {
    color: #fff !important;
}

.cs_fc_2,
.cs_fc_2 a,
a.cs_fc_2 {
    color: #000 !important;
}

.cs_fc_3,
.cs_fc_3 a,
a.cs_fc_3 {
    color: #e85550 !important;
}

.cs_fc_4,
.cs_fc_4 a,
a.cs_fc_4 {
    color: #ff5206 !important;
}

/* ---------------------------------------------------- */
/* cs_fd */
/* ---------------------------------------------------- */
.cs_fd_b,
b {
    font-weight: 700;
}

.cs_fd_u {
    text-decoration: underline;
}

.cs_fd_i,
em {
    font-style: italic;
}

/* ---------------------------------------------------- */
/* cs_e_op */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .cs_e_op {
        transition: opacity 0.3s ease-in-out;
    }

    .cs_e_op:hover,
    a:hover .cs_e_op {
        opacity: 0.6;
    }

    .cs_e_gr {
        transition: filter 0.3s ease-in-out;
    }

    .cs_e_bn {
        transition: filter 0.3s ease-in-out;
    }

    .cs_e_gr:hover,
    a:hover .cs_e_gr {
        filter: grayscale(50%);
    }

    .cs_e_bn:hover,
    a:hover .cs_e_bn {
        filter: brightness(80%);
    }
}

/* ---------------------------------------------------- */
/* cf */
/* ---------------------------------------------------- */
.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: block;
}
/* ---------------------------------------------------- */
/* pc/sp */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .sp {
        display: none !important;
    }
}

@media (max-width: 999px) {
    .pc {
        display: none !important;
    }
}

/* ---------------------------------------------------- */
/* cs_event_none */
/* ---------------------------------------------------- */
.cs_event_none {
    pointer-events: none;
}

/* ---------------------------------------------------- */
/* cs_ta */
/* ---------------------------------------------------- */
.cs_ta_l {
    text-align: left !important;
}

.cs_ta_r {
    text-align: right !important;
}

.cs_ta_c {
    text-align: center !important;
}

@media (min-width: 1000px) {
    .cs_ta_l_pc {
        text-align: left !important;
    }

    .cs_ta_r_pc {
        text-align: right !important;
    }

    .cs_ta_c_pc {
        text-align: center !important;
    }
}

/* ---------------------------------------------------- */
/* cs_ul_1 */
/* ---------------------------------------------------- */
.cs_ul_1 > li {
    position: relative;
    padding-left: 1.5em;
}

.cs_ul_1 > li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
}

.cs_ul_2 > li {
    position: relative;
    padding-left: 1.5em;
}

.cs_ul_2 li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.cs_ul_3 > li {
    position: relative;
    padding-left: 1.5em;
}

.cs_ul_3 li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

/* ---------------------------------------------------- */
/* cs_sec */
/* ---------------------------------------------------- */
.cs_sec_wrap {
    position: relative;
}

.cs_sec_wrap .sec_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

@media (min-width: 1000px) {
    .cs_sec_wrap .sec_inner {
        width: 1000px;
    }

    .cs_sec_wrap .sec_inner.w1_pc {
        width: 100%;
    }
    .cs_sec_wrap .sec_inner.w2_pc {
        width: 800px;
    }
}

@media (max-width: 999px) {
    .cs_sec_wrap .sec_inner {
        width: calc(100% - 40px);
    }

    .cs_sec_wrap .sec_inner.w1_sp {
        width: 100%;
    }
}
/* ---------------------------------------------------- */
/* cs_desc */
/* ---------------------------------------------------- */
.cs_desc_1 {
    text-align: justify;
    word-break: break-all;
    line-height: 1.8;
}

.cs_desc_1 > * + * {
    margin-top: 1.5em;
}

@media (max-width: 999px) {
    .cs_desc_1 > * + * {
        margin-top: 1.5em;
    }
}

/* ---------------------------------------------------- */
/* cs_ttl_1 */
/* ---------------------------------------------------- */
.cs_ttl_1 {
    margin-bottom: 50px;
    color: #2daabe;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1;
}

@media (max-width: 999px) {
    .cs_ttl_1 {
        margin-bottom: 30px;
        font-size: 25px;
    }
}

/* ---------------------------------------------------- */
/* cs_btn_1 */
/* ---------------------------------------------------- */
.cs_btn_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
    width: max-content;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 20px;
    background-color: #f09a2f;
}
.cs_btn_1.cs_ff_en_1 > span {
    transform: translateY(3px);
}

@media (max-width: 999px) {
    .cs_btn_1 {
        padding: 10px 10px;
        min-width: 90%;
    }
}

/* ---------------------------------------------------- */
/* cs_archive_1 */
/* ---------------------------------------------------- */
.cs_archive_1 {
    position: relative;
}

.cs_archive_1 > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -30px;
    margin-bottom: -40px;
}

.cs_archive_1 > ul > li {
    flex: none;
    margin-right: 30px;
    margin-bottom: 40px;
    width: calc(100% / 4 - 30px);
}

.cs_archive_1 a {
    display: block;
}

.cs_archive_1 .img {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.cs_archive_1 .date {
    margin-bottom: 5px;
    color: #f09a2f;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}
.cs_archive_1 .ttl {
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 1000px) {
}

@media (max-width: 999px) {
    .cs_archive_1::before {
        display: none;
    }

    .cs_archive_1 > ul {
        margin-right: -15px;
        margin-bottom: -30px;
    }

    .cs_archive_1 > ul > li {
        margin-right: 15px;
        margin-bottom: 30px;
        width: calc(50% - 15px);
    }

    .cs_archive_1 .img {
        margin-bottom: 10px;
    }

    .cs_archive_1 .meta_wrap {
        flex: auto;
        width: auto;
    }

    .cs_archive_1 .date {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .cs_archive_1 .ttl {
        font-size: 12px;
    }
}
/* ---------------------------------------------------- */
/* cs_ttrealtime_1 */
/* ---------------------------------------------------- */
.cs_ttrealtime_1 {
    position: relative;
    overflow: hidden;
}
.cs_ttrealtime_1 + .cs_ttrealtime_1 {
    margin-top: 50px;
}
.cs_ttrealtime_1 .bg {
    position: relative;
    z-index: 1;
}
.cs_ttrealtime_1 .tt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}
.cs_ttrealtime_1 .fancybox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.cs_ttrealtime_1 .line span {
    position: absolute;
    left: 18%;
    top: -1000%;

    display: block;
    width: 73%;
    height: 6.2%;
    background-color: #fff;
    opacity: 2;
    z-index: 2;
    animation-name: ttrealtime_1;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    animation-direction: normal;
    animation-play-state: paused;
}

.cs_ttrealtime_1.is_start .line span {
    animation-play-state: running;
}

.cs_ttrealtime_1 .line span::before {
    content: "";
    position: absolute;
    left: -13%;
    top: 10%;
    display: block;
    width: 10%;
    height: 80%;
    background-image: url(../img/ico/now_1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@keyframes ttrealtime_1 {
    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.9;
    }
    100% {
        opacity: 0.1;
    }
}
/* 本番 */
.cs_ttrealtime_1 .line .time_10 {
    top: 19.4%;
}
.cs_ttrealtime_1 .line .time_11 {
    top: 26.3%;
}
.cs_ttrealtime_1 .line .time_12 {
    top: 33.2%;
}
.cs_ttrealtime_1 .line .time_13 {
    top: 40%;
}
.cs_ttrealtime_1 .line .time_14 {
    top: 46.9%;
}
.cs_ttrealtime_1 .line .time_15 {
    top: 53.8%;
}
.cs_ttrealtime_1 .line .time_16 {
    top: 60.7%;
}
.cs_ttrealtime_1 .line .time_17 {
    top: 67.6%;
}
.cs_ttrealtime_1 .line .time_18 {
    top: 74.4%;
}
.cs_ttrealtime_1 .line .time_19 {
    top: 81.4%;
}
.cs_ttrealtime_1 .line .time_20 {
    top: 88.2%;
}
/* テスト */
/* .cs_ttrealtime_1 .line .time_1,
.cs_ttrealtime_1 .line .time_21,
.cs_ttrealtime_1 .line .time_31,
.cs_ttrealtime_1 .line .time_41,
.cs_ttrealtime_1 .line .time_51 {
    top: 19.4%;
}
.cs_ttrealtime_1 .line .time_2,
.cs_ttrealtime_1 .line .time_12,
.cs_ttrealtime_1 .line .time_22,
.cs_ttrealtime_1 .line .time_32,
.cs_ttrealtime_1 .line .time_42,
.cs_ttrealtime_1 .line .time_52 {
    top: 26.3%;
}
.cs_ttrealtime_1 .line .time_3,
.cs_ttrealtime_1 .line .time_13,
.cs_ttrealtime_1 .line .time_23,
.cs_ttrealtime_1 .line .time_33,
.cs_ttrealtime_1 .line .time_43,
.cs_ttrealtime_1 .line .time_53 {
    top: 33.2%;
}
.cs_ttrealtime_1 .line .time_4,
.cs_ttrealtime_1 .line .time_14,
.cs_ttrealtime_1 .line .time_24,
.cs_ttrealtime_1 .line .time_34,
.cs_ttrealtime_1 .line .time_44,
.cs_ttrealtime_1 .line .time_54 {
    top: 40%;
}
.cs_ttrealtime_1 .line .time_5,
.cs_ttrealtime_1 .line .time_15,
.cs_ttrealtime_1 .line .time_25,
.cs_ttrealtime_1 .line .time_35,
.cs_ttrealtime_1 .line .time_45,
.cs_ttrealtime_1 .line .time_55 {
    top: 46.9%;
}
.cs_ttrealtime_1 .line .time_6,
.cs_ttrealtime_1 .line .time_16,
.cs_ttrealtime_1 .line .time_26,
.cs_ttrealtime_1 .line .time_36,
.cs_ttrealtime_1 .line .time_46,
.cs_ttrealtime_1 .line .time_56 {
    top: 53.8%;
}
.cs_ttrealtime_1 .line .time_7,
.cs_ttrealtime_1 .line .time_17,
.cs_ttrealtime_1 .line .time_27,
.cs_ttrealtime_1 .line .time_37,
.cs_ttrealtime_1 .line .time_47,
.cs_ttrealtime_1 .line .time_57 {
    top: 60.7%;
}
.cs_ttrealtime_1 .line .time_8,
.cs_ttrealtime_1 .line .time_18,
.cs_ttrealtime_1 .line .time_28,
.cs_ttrealtime_1 .line .time_38,
.cs_ttrealtime_1 .line .time_48,
.cs_ttrealtime_1 .line .time_58 {
    top: 67.6%;
}
.cs_ttrealtime_1 .line .time_9,
.cs_ttrealtime_1 .line .time_19,
.cs_ttrealtime_1 .line .time_29,
.cs_ttrealtime_1 .line .time_39,
.cs_ttrealtime_1 .line .time_49,
.cs_ttrealtime_1 .line .time_59 {
    top: 74.4%;
}
.cs_ttrealtime_1 .line .time_0,
.cs_ttrealtime_1 .line .time_10,
.cs_ttrealtime_1 .line .time_20,
.cs_ttrealtime_1 .line .time_30,
.cs_ttrealtime_1 .line .time_40,
.cs_ttrealtime_1 .line .time_50 {
    top: 81.4%;
} */
/* ---------------------------------------------------- */
/* wow_none */
/* ---------------------------------------------------- */
@media (min-width: 1000px) {
    .wow_none_pc {
        animation: none;
        transform: none;
        transition: unset;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 999px) {
    .wow_none_sp {
        animation: none;
        transform: none;
        transition: unset;
        visibility: visible;
        opacity: 1;
    }
}

/* ---------------------------------------------------- */
/* wow_continue_1 */
/* ---------------------------------------------------- */
.wow_continue_1 > * {
    transform: translateY(50%);
    opacity: 0;
    animation-name: wow_continue_1;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: paused;
}

.wow_continue_1.animated > * {
    animation-play-state: running !important;
}

.wow_continue_1.animated > *:nth-child(1),
.wow_continue_1.animated > *:nth-of-type(1) {
    animation-delay: 0s;
}

.wow_continue_1.animated > *:nth-child(2),
.wow_continue_1.animated > *:nth-of-type(2) {
    animation-delay: 0.2s;
}

.wow_continue_1.animated > *:nth-child(3),
.wow_continue_1.animated > *:nth-of-type(3) {
    animation-delay: 0.4s;
}

.wow_continue_1.animated > *:nth-child(4),
.wow_continue_1.animated > *:nth-of-type(4) {
    animation-delay: 0.6s;
}

.wow_continue_1.animated > *:nth-child(5),
.wow_continue_1.animated > *:nth-of-type(5) {
    animation-delay: 0.8s;
}

.wow_continue_1.animated > *:nth-child(6),
.wow_continue_1.animated > *:nth-of-type(6) {
    animation-delay: 1s;
}

.wow_continue_1.animated > *:nth-child(7),
.wow_continue_1.animated > *:nth-of-type(7) {
    animation-delay: 1.2s;
}

.wow_continue_1.animated > *:nth-child(8),
.wow_continue_1.animated > *:nth-of-type(8) {
    animation-delay: 1.4s;
}

.wow_continue_1.animated > *:nth-child(9),
.wow_continue_1.animated > *:nth-of-type(9) {
    animation-delay: 1.6s;
}

.wow_continue_1.animated > *:nth-child(10),
.wow_continue_1.animated > *:nth-of-type(10) {
    animation-delay: 1.8s;
}

.wow_continue_1.animated > *:nth-child(11),
.wow_continue_1.animated > *:nth-of-type(11) {
    animation-delay: 2s;
}

.wow_continue_1.animated > *:nth-child(12),
.wow_continue_1.animated > *:nth-of-type(12) {
    animation-delay: 2.2s;
}

.wow_continue_1.animated > *:nth-child(13),
.wow_continue_1.animated > *:nth-of-type(13) {
    animation-delay: 2.4s;
}

.wow_continue_1.animated > *:nth-child(14),
.wow_continue_1.animated > *:nth-of-type(14) {
    animation-delay: 2.6s;
}

.wow_continue_1.animated > *:nth-child(15),
.wow_continue_1.animated > *:nth-of-type(15) {
    animation-delay: 2.8s;
}

.wow_continue_1.animated > *:nth-child(16),
.wow_continue_1.animated > *:nth-of-type(16) {
    animation-delay: 3s;
}

.wow_continue_1.animated > *:nth-child(17),
.wow_continue_1.animated > *:nth-of-type(17) {
    animation-delay: 3.2s;
}

.wow_continue_1.animated > *:nth-child(18),
.wow_continue_1.animated > *:nth-of-type(18) {
    animation-delay: 3.4s;
}

.wow_continue_1.animated > *:nth-child(19),
.wow_continue_1.animated > *:nth-of-type(19) {
    animation-delay: 3.6s;
}

.wow_continue_1.animated > *:nth-child(20),
.wow_continue_1.animated > *:nth-of-type(20) {
    animation-delay: 3.8s;
}

.wow_continue_1.animated > *:nth-child(21),
.wow_continue_1.animated > *:nth-of-type(21) {
    animation-delay: 4s;
}

.wow_continue_1.animated > *:nth-child(22),
.wow_continue_1.animated > *:nth-of-type(22) {
    animation-delay: 4.2s;
}

.wow_continue_1.animated > *:nth-child(23),
.wow_continue_1.animated > *:nth-of-type(23) {
    animation-delay: 4.4s;
}

.wow_continue_1.animated > *:nth-child(24),
.wow_continue_1.animated > *:nth-of-type(24) {
    animation-delay: 4.6s;
}

@keyframes wow_continue_1 {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

/* ---------------------------------------------------- */
/* wow_continue_2 */
/* ---------------------------------------------------- */
.wow_continue_2 > * {
    transform: translateX(50px);
    opacity: 0;
    animation-name: wow_continue_2;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-play-state: paused;
}

.wow_continue_2.animated > * {
    animation-play-state: running !important;
}

.wow_continue_2.animated > *:nth-child(1),
.wow_continue_2.animated > *:nth-of-type(1) {
    animation-delay: 0s;
}

.wow_continue_2.animated > *:nth-child(2),
.wow_continue_2.animated > *:nth-of-type(2) {
    animation-delay: 0.2s;
}

.wow_continue_2.animated > *:nth-child(3),
.wow_continue_2.animated > *:nth-of-type(3) {
    animation-delay: 0.4s;
}

.wow_continue_2.animated > *:nth-child(4),
.wow_continue_2.animated > *:nth-of-type(4) {
    animation-delay: 0.6s;
}

.wow_continue_2.animated > *:nth-child(5),
.wow_continue_2.animated > *:nth-of-type(5) {
    animation-delay: 0.8s;
}

.wow_continue_2.animated > *:nth-child(6),
.wow_continue_2.animated > *:nth-of-type(6) {
    animation-delay: 1s;
}

@keyframes wow_continue_2 {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ---------------------------------------------------- */
/* animate.css */
/* ---------------------------------------------------- */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* ---------------------------------------------------- */
/* cs_modal_wrap_1 */
/* ---------------------------------------------------- */

.fancybox-slide--html .fancybox-close-small {
    position: fixed;
    right: 6px !important;
    top: 6px !important;
    background-color: #fff;
}

.fancybox-slide--html .fancybox-close-small svg path {
    fill: #000 !important;
}

.cs_modal_wrap_1.fancybox-content {
    padding: 0;
    max-height: 100%;
}

.cs_modal_wrap_1 .img_1 {
    position: relative;
    display: block;
    width: 1000px;
    max-width: 100%;
}

.cs_modal_wrap_1 .img_1 a {
    position: absolute;
    display: block;
    width: 10%;
    height: 10%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.cs_modal_wrap_1 .img_1 .link_dummy {
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
}

.cs_modal_wrap_1 .img_1 .link_1 {
    left: 25%;
    top: 47%;
    width: 50%;
    height: 7%;
}

@media screen and (min-width: 1000px) {
    .cs_modal_wrap_1.fancybox-content {
        max-width: 800px !important;
    }
}

@media screen and (max-width: 999px) {
    .cs_modal_wrap_1 .img_1 .link_1 {
        left: 0%;
        top: 53%;
        width: 100%;
        height: 5%;
    }
}
