@charset "UTF-8";
.readCnt_wrap {
    background: #23665B;
    background: linear-gradient(90deg,rgba(35, 102, 91, 1) 0%, rgba(27, 74, 64, 1) 100%);
    padding-bottom: 220px;
    overflow: hidden;
}
.pageMv_wrap {
    position: relative;
}
.pageMv_img {
    position: relative;
    padding-bottom: 170px;
}
.pageMv_img source,.pageMv_img img {
    width: 100%;
    height: auto;
}
.pageMv_img:before,
.pageMv_img:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pageMv_img:before {
    height: 100%;
    background: url(../svg/round02.svg) no-repeat center top / 100% auto;
    z-index: 2;
}
.pageMv_img:after {
    height: 100%;
    background: url(../svg/round01.svg) no-repeat center top / 100% auto;
    z-index: 3;
}
.pageMv_ttl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 250px 0 0;
    z-index: 4;
}
.pageMv_ttl .ttl {
    color: #FFFFFF;
    padding: 0px 18px;
    padding-top: 4px;
}
.pageMv_ttl .en {
    color: #E2B700;
}
.readCnt_in {
    width: 100%;
    max-width: 1012px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.readCnt_in::before {
    content: "";
    position: absolute;
    background: url(../webp/bg_img.webp) no-repeat center top / 100% auto;
    z-index: 1;
    transform: rotate(-4.42deg);
    width: 1205px;
    height: 980px;
    left: 50%;
    margin-left: -540px;
    top: -95px;
}
.read_txt {
    position: relative;
    padding: 0 0 115px;
    z-index: 3;
}
.splide.is-message {
    z-index: 3;
}
.readImg_wrap {
    position: relative;
}
.readImg_scroll {
    animation: infinity-scroll-left 140s infinite linear both;
    width: 3576px;
}
.readImg_box {
    display: flex;
    gap: 0 47px;
}
.readImg_wrap .copyImg_wrap {
    position: relative;
}
.readImg_wrap .copyImg_wrap .copy-txt {
    position: absolute;
    right: 6px;
    bottom: 2px;
    font-size: 12px;
    font-weight: bold;
    color: #1E2571;
    text-shadow: 1px 0 #FFF, -1px 0 #FFF, 0 1px #FFF, 0 -1px #FFF, 1px 1px #FFF, -1px -1px #FFF, 1px -1px #FFF, -1px 1px #FFF;
}
.readImg_wrap .copyImg_wrap .copy-txt.is-ver2 {
    color: #000;
}
@keyframes infinity-scroll-left {
    from {transform: translateX(0)}to {transform: translateX(-100%)}
}
.pageCnt_in {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 160px 0;
}
.pageCnt_ttl {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.09em;
    color: #3C3A38;
}
.pageCnt_ttl span {
    display: inline-block;
    position: relative;
    padding-bottom: 24px;
}
.pageCnt_ttl span:before {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #E2B700;
    z-index: 1;
}
.sponsor_wrap {
    margin-top: 130px;
}
.sponsor_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 160px;
    position: relative;
    overflow: hidden;
    align-items: flex-start;
}
.sponsor_box:nth-child(even) {
    flex-direction: row-reverse;
}
.sponsor_box:last-child {
    margin-bottom: 0;
}
.sponsor_box .img source,.sponsor_box .img img {
    max-width: 720px;
    width: 100%;
    height: auto;
    display: block;
    will-change: transform;
    position: relative;
}
.sponsor_txt {
    width: -webkit-calc(100% - 725px);
    width: calc(100% - 725px);
    box-sizing: border-box;
    padding: 0 0 0 60px;
}
.sponsor_box:nth-child(even) .sponsor_txt {
    padding: 0 60px 0 0;
}
.sponsor_txt .logo {
    height: 144px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sponsor_txt .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.07em;
    color: #3C3A38;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}
.sponsor_txt .ttl:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #7D001A;
    z-index: 1;
}
.sponsor_txt .txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 190%;
    letter-spacing: 0.04em;
    color: #3C3A38;
    padding-top: 30px;
}
.sponsor_btn {
    width: 200px;
    height: 56px;
    margin: 0 auto;
    margin-top: 30px;
}
.sponsor_btn a {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #1C4A40;
    text-decoration: none;
    position: relative;
    letter-spacing: .08em;
    border: 1px solid #1C4A40;
}
.sponsor_btn a span {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}
.sponsor_btn a span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/blank.svg) no-repeat center / 100% auto;
    z-index: 1;
    transition: opacity .2s ease-out, all .2s ease-out;
}
#sponsor1 .sponsor_txt .ttl:before {
    background: #7D001A;
}
#sponsor2 .sponsor_txt .ttl:before {
    background: #F39800;
}
#sponsor3 .sponsor_txt .ttl:before {
    background: #E62E8B;
}
#sponsor4 .sponsor_txt .ttl:before {
    background: #1E2571;
}
#sponsor5 .sponsor_txt .ttl:before {
    background: #4EAF57;
}
#sponsor6 .sponsor_txt .ttl:before {
    background: #E40073;
}
#sponsor7 .sponsor_txt .ttl:before {
    background: #036EB8;
}
#sponsor8 .sponsor_txt .ttl:before {
    background: #002896;
}
.img.is-copy {
    position: relative;
}
#sponsor1 .img.is-copy .copy-txt {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    position: absolute;
    bottom: 8px;
    right: 20px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}
#sponsor4 .img.is-copy .copy-txt,
#sponsor7 .img.is-copy .copy-txt {
    font-size: 14px;
    font-weight: bold;
    color: #1E2571;
    position: absolute;
    bottom: 2px;
    right: 8px;
    text-shadow: 2px 0 #FFF, -2px 0 #FFF, 0 2px #FFF, 0 -2px #FFF, 2px 2px #FFF, -2px -2px #FFF, 2px -2px #FFF, -2px 2px #FFF;
}
@media(min-width:767px) {
    .sponsor_btn a:hover {
        background: #1C4A40;
        color: #fff;
    }
    .sponsor_btn a:hover span:before {
        filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%) hue-rotate(21deg) brightness(104%) contrast(103%);
    }
}
@media screen and (min-width:767px) and (max-width:1440px) {
    .pageMv_img {
        overflow: hidden;
    }
    .pageMv_img source,.pageMv_img img {
        width: 100%;
        height: 583px;
        object-fit: cover;
        object-position: center top;
    }
    .pageMv_img:before {
        background: url(../svg/round02.svg) no-repeat center top / 1440px auto;
    }
    .pageMv_img:after {
        background: url(../svg/round01.svg) no-repeat center top / 1440px auto;
    }
}
@media screen and (min-width:767px) and (max-width:1300px) {
    .pageCnt_in {
        max-width: 89.063vw
    }
    .sponsor_box .img {
        width: 50%;
    }
    .sponsor_txt {
        width: -webkit-calc(100% - 50%);
        width: calc(100% - 50%);
        padding: 0 0 0 4%;
    }
    .sponsor_box:nth-child(even) .sponsor_txt {
        padding: 0 5% 0 0;
    }
}
@media screen and (min-width:767px) and ( max-width:1024px) {
    .readCnt_in {
        max-width: 89.063vw
    }
    .sponsor_txt .logo img{
        width: 100%;
        height: auto;
    }
    .sponsor_txt .ttl {
        font-size: 2.5vw;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width:767px) {
    .readCnt_wrap {
        padding-bottom: 95px;
    }
    .pageMv_wrap {
        padding-top: 0;
    }
    .pageMv_img {
        padding-bottom: 0;
    }
    .pageMv_img source,.pageMv_img img {
        width: 100%;
        height: auto;
    }
    .pageMv_img:before,
    .pageMv_img:after {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .pageMv_img:before {
        height: 100%;
        background: url(../svg/round02_sp.svg) no-repeat center top / 100% auto;
        z-index: 2;
    }
    .pageMv_img:after {
        height: 100%;
        background: url(../svg/round01_sp.svg) no-repeat center top / 100% auto;
        z-index: 3;
    }
    .pageMv_ttl {
        padding: 34.872vw 0 0;
    }
    .pageMv_ttl .ttl {
        padding: 0 18px;
        padding-top: 6px;
    }
    .readCnt_in {
        padding: 0 24px;
    }
    .read_txt {
        padding: 0 0 60px;
    }
    .readImg_scroll {
        animation: infinity-scroll-left 65s infinite linear both;
        width: max-content;
    }
    @keyframes infinity-scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
    }
    .readImg_box {
        display: flex;
        gap: 0 20px;
    }
    .readImg_wrap .copyImg_wrap .copy-txt {
        right: 5px;
        font-size: 6px;
        text-shadow: 0.5px 0 #FFF, -0.5px 0 #FFF, 0 0.5px #FFF, 0 -0.5px #FFF, 0.5px 0.5px #FFF, -0.5px -0.5px #FFF, 0.5px -0.5px #FFF, -0.5px 0.5px #FFF;
    }
    .pageCnt_in {
        padding: 110px 0;
    }
    .pageCnt_ttl {
        font-size: 20px;
        letter-spacing: normal;
    }
    .pageCnt_ttl span {
        padding-bottom: 16px;
    }
    .pageCnt_ttl span:before {
        width: 84px;
    }
    .sponsor_wrap {
        margin-top: 80px;
    }
    .sponsor_box {
        display: block;
        margin-bottom: 88px;
    }
    .sponsor_box:last-child {
        margin-bottom: 0;
    }
    .sponsor_box .img {
        margin-bottom: 40px;
    }
    .sponsor_box .img source,.sponsor_box .img img {
        max-width: 725px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .sponsor_txt {
        width: 100%;
        padding: 0 24px;
    }
    .sponsor_box:nth-child(even) .sponsor_txt {
        padding: 0 24px;
    }
    .sponsor_txt .logo {
        height: 72px;
        margin-bottom: 14px;
    }
    .sponsor_txt .ttl {
        font-size: 16px;
        letter-spacing: 0.07em;
        padding-bottom: 32px;
    }
    .sponsor_txt .txt {
        font-size: 14px;
        line-height: 190%;
        letter-spacing: 0.04em;
        padding-top: 32px;
    }
    .sponsor_btn {
        width: 180px;
        height: 40px;
        margin: 0 auto;
        margin-top: 32px;
    }
    .sponsor_btn a {
        font-size: 14px;
    }
    .sponsor_btn a span {
        padding-right: 22px;
    }
    .sponsor_btn a span:before {
        width: 18px;
        height: 20px;
    }
    #sponsor1 .img.is-copy .copy-txt {
        font-size: 9px;
        text-shadow: 0.5px 0 #000, -0.5px 0 #000, 0 0.5px #000, 0 -0.5px #000, 0.5px 0.5px #000, -0.5px -0.5px #000, 0.5px -0.5px #000, -0.5px 0.5px #000;
    }
    #sponsor4 .img.is-copy .copy-txt,
    #sponsor7 .img.is-copy .copy-txt {
        font-size: 9px;
        text-shadow: 0.5px 0 #FFF, -0.5px 0 #FFF, 0 0.5px #FFF, 0 -0.5px #FFF, 0.5px 0.5px #FFF, -0.5px -0.5px #FFF, 0.5px -0.5px #FFF, -0.5px 0.5px #FFF;
    }
    .readCnt_in::before {
        transform: rotate(-5.42deg);
        width: 640px;
        height: 500px;
        margin-left: -340px;
        top: -50px;
    }
}
@media only screen and (max-width:390px) {
    .pageMv_wrap {
        padding-top: 0;
    }
    .pageMv_img {
        padding-bottom: 30px;
    }
    .pageMv_img source,.pageMv_img img {
        width: 100%;
        height: 418px;
        object-fit: cover;
        object-position: center top;
    }
    .pageMv_img:before,
    .pageMv_img:after {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .pageMv_img:before {
        height: 100%;
        background: url(../svg/round02_sp.svg) no-repeat center top / 390px auto;
        z-index: 2;
    }
    .pageMv_img:after {
        height: 100%;
        background: url(../svg/round01_sp.svg) no-repeat center top / 390px auto;
        z-index: 3;
    }
    .pageMv_ttl {
        padding: 136px 0 0;
    }
    .pageMv_ttl .ttl {
        padding: 0 18px;
        padding-top: 6px;
    }
}
@media only screen and (max-width:388px) {
    .read_txt source,.read_txt img {
        width: 100%;
        height: auto;
    }
}