@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%;
}
#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 .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;
}
#tn2023_jump .tn2023-head h2 {
    text-align: center;
}
#tn2023_jump .tn2023-head h2 span {
    display: block;
    color: #fff;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.4;
}
#tn2023_jump .tn2023-head h2 .headImg {
    display: flex;
    justify-content: center;
    align-items: center;
}
#tn2023_jump .tn2023-head h2 .headImg img {
    margin: 0 12px;
}
#tn2023_jump .tn2023-head h2 .mainCap {
    font-size: 40px;
    font-weight: 700;
    margin-top: 0.8em;
}
#tn2023_jump .tn2023-head h2 .mainCatch {
    font-size: 22px;
    font-weight: 500;
    margin-top: 0.2em;
}


/* スライダーエリア */
#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: #fff url(../images/tn2023/20230929_tn2023_box_bg_znF2cRSH.png) no-repeat right top -14px;
    border: 5px solid #811100;
    text-align: center;
    padding: 30px 25px 45px;
    -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 ._boxCmnTxt {
    color: #000;
    font-size: 14px;
    /* font-size: 16px; 1枚のとき */
    font-weight: 600;
    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: #c41a00;
    font-size: 23px;
    /* font-size: 26px; 1枚のとき */
    font-weight: 700;
    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;
}


@media screen and (max-width: 769px) {
    #tn2023_jump .tn2023-head {
        padding: 6vw 0 5vw;
    }
    #tn2023_jump .tn2023-head h2 .headImg {
        flex-direction: column;
        width: 68%;
        margin: auto;
    }
    #tn2023_jump .tn2023-head h2 .headImg img {
        margin: 2vw 0;
    }
    #tn2023_jump .tn2023-head h2 .mainCap {
        font-size: 5.8vw;
        margin-top: 0.4em;
    }
    #tn2023_jump .tn2023-head h2 .mainCatch {
        font-size: 3.8vw;
    }
    #tn2023_jump .tn2023-sliderArea {
        padding: 16vw 0 12vw;
        /* padding: 2vw 0 12vw; 1枚のとき */
    }
    #tn2023_jump .tn2023-sliderArea ._contentsBox a {
        background: #fff url(../images/tn2023/20230929_tn2023_box_bg_znF2cRSH.png) no-repeat right top -1vw;
        background-size: 42vw;
        border: 1vw solid #811100;
        padding: 3vw 4vw 5vw;
    }
    #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 ._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;
    }
}

/*20231107*/
#tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._contentsBox a {
    padding: 30px 25px 30px;
}
#tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._contentsBox ._boxHead {
    margin: 0 auto 10px;
}
#tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._contentsBox ._boxMainImg {
    width: 584px;
    margin: 0 auto;
}
#tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._contentsBox ._boxTxt ._boxCmnTxt:not(:last-of-type) {
    margin-bottom: 1.8em;
}

._box2cloumn{
    display: flex;
    align-items: center;
    width: 584px;
    margin: 0 auto 30px;
}
#tn2023-slider .swiper-slide ._box2cloumn img{
    width: 50%;
}
._boxCmnTxt_yellow{
    color: #eec748;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: bold;
}

@media screen and (max-width: 769px) {
    #tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._contentsBox a {
        padding: 10px 18px 10px;
    }
    #tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._contentsBox ._boxMainImg {
        width: 100%;
    }
    ._box2cloumn {
        width: 100%;
        margin: 0 auto 10px;
    }
    #tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._contentsBox ._boxTxt ._boxCmnTxt:not(:last-of-type) {
        margin-bottom: 1em;
    }
    ._boxCmnTxt_yellow {
        font-size: 12px;
    }
    #tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_ds ._boxHead img{
        max-height: 76px;
    }
}


/*20231116 tn2023slider scm*/
.dis-pc{
    display:block;
}
#tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._contentsBox a {
    padding: 15px 0 30px;
}
#tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._contentsBox ._boxMainImg {
    width: 100%;
    z-index: 0;
    position: relative;
}
#tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._contentsBox ._boxMainImg img {
    margin-top: -94px;
    margin-bottom: -10px;
}
#tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._boxTxt{
    margin: 0 18px;
}
#tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._contentsBox ._boxHead {
    z-index: 1;
    position: relative;
}
#tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._contentsBox ._boxTxt ._boxCmnTxt {
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 769px) {
    .dis-pc{
        display:none;
    }
    #tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._contentsBox a {
        padding: 5px 0 20px;
    }
    #tn2023_jump .tn2023-sliderArea .swiper-slide.tn2023_slide_scm ._contentsBox ._boxMainImg img {
        margin-top: -44px;
        margin-bottom: -3px;
    }
}