@charset "UTF-8";
/* ========================
Slider
======================== */
#tn2023-slider {
    position: relative;
    width: 1080px;
    margin: 0 auto 115px;
    /* margin: 0 auto 35px; */ /* 1枚のとき */
}
@media only screen and (max-width: 769px) {
    #tn2023-slider {
        width: 80%;
        /* width: 100%; */ /* 1枚のとき */
        margin-bottom: 14.9544863459vw;
        /* margin-bottom: 2vw; */ /* 1枚のとき */
    }
}

#tn2023-slider .swiper-slide {
    opacity: 0.3;
    overflow: hidden;
    transition: .7s;
}
#tn2023-slider .swiper-slide img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#tn2023-slider .swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.2);
    /* transform: scale(0.9); */ /* 1枚のとき */
}

#tn2023-slider .swiper-button-prev,
#tn2023-slider .swiper-button-next {
    width: 42px;
    height: 92px;
    top: 50%;
    left: 11%;
    right: inherit;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: 3px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (max-width: 769px) {
    #tn2023-slider .swiper-button-prev,
    #tn2023-slider .swiper-button-next {
        width: 30px;
        height: 75px;
        border: solid 3px #000;
        left: -9%;
        -webkit-transform: translateX(0%) translateY(-50%);
        transform: translateX(0%) translateY(-50%);
    }
}

#tn2023-slider .swiper-button-next {
    left: 89%;
}
@media only screen and (max-width: 769px) {
    #tn2023-slider .swiper-button-next {
        left: inherit;
        right: -9%;
    }
}

#tn2023-slider .swiper-button-prev:after,
#tn2023-slider .swiper-button-next:after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 55%;
    background: url(../images/arrow-white_l_prev.png) no-repeat;
    background-size: auto 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-family: inherit;
    font-size: inherit;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
@media only screen and (max-width: 769px) {
    #tn2023-slider .swiper-button-prev:after,
    #tn2023-slider .swiper-button-next:after {
        width: 17px;
        height: 17px;
    }
}

#tn2023-slider .swiper-button-prev:hover,
#tn2023-slider .swiper-button-next:hover {
    opacity: 0.8;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
#tn2023-slider .swiper-button-next:after {
    left: 45%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

#tn2023-slider .swiper-pagination {
    bottom: -18%;
}

#tn2023-slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #7d1102;
    width: 14px;
    height: 14px;
    margin: 0 0.5%;
    border-radius: 0;
}
@media only screen and (max-width: 769px) {
    #tn2023-slider .swiper-pagination .swiper-pagination-bullet {
        width: 1.8205461638vw;
        height: 1.8205461638vw;
        margin: 0 1%;
    }
}

#tn2023-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}



/* ========================

======================== */
#tn2023_jump a[href*="javascript:void(0)"] {
    cursor: default;
    pointer-events: none;
}

/* 背景 */
#tn2023_jump .bg_blk {
    background: #000;
}
#tn2023_jump .bg_rd {
    background: url(../images/bg_red.png) left top repeat;
    background-size: 16px;
}

/* 見出し */
#tn2023_jump .tn2023-head {
    padding: 40px 0 30px;
    color: #fff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
#tn2023_jump .tn2023-head ._title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
#tn2023_jump .tn2023-head ._title ._date {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin-bottom: 0.2em;
}
#tn2023_jump .tn2023-head ._title .eventInfo,
#tn2023_jump .tn2023-head ._title .eventInfo span {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.4em;
}
#tn2023_jump .tn2023-head ._title .eventInfo span._ttl {
    display: inline-block;
    margin-right: 0.2em;
}
#tn2023_jump .tn2023-head ._title .eventInfo span._cont {
    display: inline-block;
    margin-left: 0.2em;
}

#tn2023_jump .tn2023-head ._mainCatch {
    text-align: center;
    margin-top: 50px;
}
#tn2023_jump .tn2023-head ._mainCatch ._txt {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.6;
}
#tn2023_jump .tn2023-head ._mainCatch ._txt a {
    color: #fff;
    text-decoration: underline;
}
#tn2023_jump .tn2023-head ._mainCatch ._txt a:hover {
    text-decoration: none;
}


/* スライダーエリア */
#tn2023_jump .tn2023-sliderArea {
    padding: 120px 0 100px;
    /* padding: 40px 0 100px; */ /* 1枚のとき */
    overflow-x: hidden;
}
#tn2023_jump .tn2023-sliderArea ._contentsBox a {
    display: block;
    background: #530000;
    padding: 30px 25px;
    border: 5px solid #811100;
    text-align: center;
    -webkit-transition: .4s cubic-bezier(.19,1,.22,1);
    -moz-transition: .4s cubic-bezier(.19,1,.22,1);
    -ms-transition: .4s cubic-bezier(.19,1,.22,1);
    -o-transition: .4s cubic-bezier(.19,1,.22,1);
    transition: .4s cubic-bezier(.19,1,.22,1);
}
#tn2023_jump .tn2023-sliderArea ._contentsBox a:hover {
    transform: scale(1.01);
}

#tn2023_jump .tn2023-sliderArea ._contentsBox ._boxHead {
    width: 60%;
    margin: 0 auto 20px;
}
#tn2023_jump .tn2023-sliderArea ._contentsBox ._boxHead img {
    width: auto;
    max-width: 100%;
}
#tn2023_jump .tn2023-sliderArea ._contentsBox ._boxMainImg {
    margin-bottom: 30px;
}
#tn2023_jump .tn2023-sliderArea ._contentsBox ._boxMainImg img {
    width: auto;
    max-width: 100%;
}
#tn2023_jump .tn2023-sliderArea ._contentsBox ._boxTxt {
    margin-bottom: 15px;
}
#tn2023_jump .tn2023-sliderArea ._contentsBox ._boxTxt ._boxCmnTxt {
    color: #fff;
    font-size: 14px;
    /* font-size: 16px; */ /* 1枚のとき */
    font-weight: 500;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.8;
    margin-bottom: 0;
}
#tn2023_jump .tn2023-sliderArea ._contentsBox ._boxTxt ._boxCmnTxt:not(:last-of-type) {
    margin-bottom: 1.2em;
}
#tn2023_jump .tn2023-sliderArea ._contentsBox ._boxTxt ._boxEmpTxt {
    color: #fff;
    font-size: 23px;
    /* font-size: 26px; */ /* 1枚のとき */
    font-weight: 600;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.4;
}

/* リンクボタン */
#tn2023_jump .tn2023-sliderArea .linkBtn {
    text-align: center;
    margin-top: 160px;
    /* margin-top: 35px; */ /* 1枚のとき */
}
#tn2023_jump .tn2023-sliderArea .linkBtn ._btn a {
    display: inline-block;
    position: relative;
    border-radius: 40px;
    background: #000;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.08em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    padding: 0.8em 2.8em 0.8em 2.4em;
}
    
#tn2023_jump .tn2023-sliderArea .linkBtn ._btn a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.7em;
    background: #fff;
    width: 0.7em;
    height: 0.1em;
    margin: auto;
    -webkit-transition: .4s cubic-bezier(.19,1,.22,1);
    -moz-transition: .4s cubic-bezier(.19,1,.22,1);
    -ms-transition: .4s cubic-bezier(.19,1,.22,1);
    -o-transition: .4s cubic-bezier(.19,1,.22,1);
    transition: .4s cubic-bezier(.19,1,.22,1);
}
#tn2023_jump .tn2023-sliderArea .linkBtn ._btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.7em;
    border-left: 0.14em solid #fff;
    border-bottom: 0.14em solid #fff;
    transform: rotate(-135deg);
    width: 0.3em;
    height: 0.3em;
    margin: auto;
    -webkit-transition: .4s cubic-bezier(.19,1,.22,1);
    -moz-transition: .4s cubic-bezier(.19,1,.22,1);
    -ms-transition: .4s cubic-bezier(.19,1,.22,1);
    -o-transition: .4s cubic-bezier(.19,1,.22,1);
    transition: .4s cubic-bezier(.19,1,.22,1);
}
#tn2023_jump .tn2023-sliderArea .linkBtn ._btn a:hover::before {
    right: 0.4em;
    width: 1.1em;
}
#tn2023_jump .tn2023-sliderArea .linkBtn ._btn a:hover::after {
    right: 0.4em;
}


/* 20231201 怪獣８号 */
#tn2023_jump .tn2023-sliderArea ._slide1 ._contentsBox a {
    padding: 0;
}



@media screen and (max-width: 769px) {
#tn2023_jump .dis_pc {
    display: none;
}
#tn2023_jump .tn2023-head {
    padding: 6vw 4vw 5vw;
}
#tn2023_jump .tn2023-head ._title {
    flex-direction: column;
    gap: 4vw;
}
#tn2023_jump .tn2023-head ._title ._date {
    font-size: 4.8vw;
}
#tn2023_jump .tn2023-head ._title .eventInfo,
#tn2023_jump .tn2023-head ._title .eventInfo span {
    font-size: 3.4vw;
}
#tn2023_jump .tn2023-head ._mainCatch {
    margin-top: 8vw;
}
#tn2023_jump .tn2023-head ._mainCatch ._txt {
    font-size: 3.8vw;
}

#tn2023_jump .tn2023-sliderArea {
    padding: 16vw 0 12vw;
    /* padding: 2vw 0 12vw; */ /* 1枚のとき */
}
#tn2023_jump .tn2023-sliderArea ._contentsBox a {
    background-size: 42vw;
    border: 1vw solid #811100;
    padding: 3vw 4vw;
}
#tn2023_jump .tn2023-sliderArea ._contentsBox ._boxHead {
    width: 84%;
    margin: 0 auto 2vw;
}
#tn2023_jump .tn2023-sliderArea ._contentsBox ._boxMainImg {
    margin-bottom: 3vw;
}
#tn2023_jump .tn2023-sliderArea ._contentsBox ._boxTxt {
    margin-bottom: 2vw;
}
#tn2023_jump .tn2023-sliderArea ._contentsBox ._boxTxt ._boxCmnTxt {
    font-size: 2.6vw;
    /* font-size: 2.9vw; */ /* 1枚のとき */
    line-height: 1.6;
}
#tn2023_jump .tn2023-sliderArea ._contentsBox ._boxTxt ._boxEmpTxt {
    font-size: 2.8vw;
    /* font-size: 3.4vw; */ /* 1枚のとき */
}
#tn2023_jump .tn2023-sliderArea .linkBtn {
    margin-top: 22vw;
    /* margin-top: 2vw; */ /* 1枚のとき */
}
#tn2023_jump .tn2023-sliderArea .linkBtn ._btn a {
    font-size: 3.6vw;
}


/* 20231201 怪獣８号 */
#tn2023_jump .tn2023-sliderArea ._slide1 ._contentsBox a {
    padding: 0;
}



}