html {
    scroll-behavior: smooth;
    background: linear-gradient(#26307f, #000011);
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.u-txt-thin {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.u-txt-regular {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.u-txt-bold {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.is-pc {
    display: none;
}

.is-sp {
    display: block;
}

@media screen and (min-width: 768px) {
    .is-pc {
        display: block;
    }

    .is-sp {
        display: none;
    }
}


/* hero */
.l-hero-wrap {
    position: relative;
    overflow: hidden;
}

.p-hero-list {
    width: 100%;
    transition-delay: 0s!Important;
}

.p-hero-img img {
    width: 100vw;
}

.p-hero-logo {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 61.5%;
    transform: translateX(-50%);
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .p-hero-logo {
        left: 50%;
        bottom: 40px;
        width: 28.125%;
    }
}

/* swiper */
.l-hero-wrap.swiper-container {
    width: 100%;
    max-height: 100vh;
    background: linear-gradient(#26307f, #000011);
    transition: 1s;
    opacity: 0;
}

.l-hero-wrap.swiper-container .swiper-slide {
    width: 100%;
    opacity: .25;
}

.l-hero-wrap.swiper-container .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    transform: translateX(0)!Important;
}

.l-hero-wrap.swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    /* transition: transform 0.5s; */
}

/* .swiper-slide-next,
.swiper-slide-prev {
    opacity: 0;
    transition: 1s opacity;
}

.swiper-slide-active {
    opacity: 1;
    transition: 1s opacity;
} */


.l-hero-wrap.swiper-container .swiper-slide.swiper-slide-prev {
    /* transform: translateX(25%); */
    transition: 1s;
    /* animation-name: fade-out; */
    /* animation-timing-function: ease-out;
    animation-duration: 1s;
    animation-fill-mode: forwards; */
    z-index: 0;
    opacity: .5;
}

.l-hero-wrap.swiper-container .swiper-slide.swiper-slide-next {
    transform: translateX(0)!Important;
    transition: 1s;
    /* animation-name: fade-out; */
    /* animation-timing-function: ease-out;
    animation-duration: 1s;
    animation-fill-mode: forwards; */
    z-index: 0;
    opacity: .5;
}

.l-hero-wrap.swiper-container .swiper-slide.swiper-slide-active {
    /* transform: translateX(0);
    transition: .5s; */
    z-index: 1;
    animation-name: fade-in;
    animation-timing-function: ease-out;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 1;
}

@keyframes fade-in {
    from {
        opacity: 0;
        /* transform: translateY(100px); */
    }
    to {
        opacity: 1;
        /* transform: translateY(0); */
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
        /* transform: translateY(100px); */
    }
    to {
        opacity: 0;
        /* transform: translateY(0); */
    }
}

.l-hero-wrap.swiper-horizontal>.swiper-pagination-bullets {
    bottom: 4px;
}

.l-hero-wrap.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border-radius: 0;
    background-color: #fff;
    opacity: 1;
}

.swiper-pagination  .swiper-pagination-bullet-active {
    background-color: #1e5a00;
}

@media screen and (min-width: 768px) {
    .l-hero-wrap.swiper-horizontal>.swiper-pagination-bullets {
        bottom: 12px;
    }
    
    .l-hero-wrap.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px;
    }
    
    .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    
}

/* nav */
.l-nav-wrap {
    padding: 8px 9.375%;
    width: 100%;
    background-color: #1d7b77;
}

.p-nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}

.p-nav-item {
    padding: 0 4.615%;
    border-right: 1px solid #fff;
}

.p-nav-item:first-child {
    border-left: 1px solid #fff;
}

@media screen and (min-width: 768px) {
    .l-nav-wrap {
        padding: 1.458% 9.375%;
    }

    .p-nav-list {
        max-width: 1560px;
    }

    .p-nav-item {
        padding: 0 4.615%;
        border-right: 2px solid #fff;
    }

    .p-nav-item:first-child {
        border-left: 2px solid #fff;
    }
}

/* content */
/* .l-content-wrap {
    padding: 24px 16px;
    width: 100%;
    background: 
        url(../img/bg_star.png),
        url(../img/bg_all.png),
        linear-gradient(#26307f, #000011);
    background-blend-mode: normal, overlay;
    background-size: contain, contain, cover;
    background-repeat: repeat-y, repeat-y, no-repeat;
} */

.l-content-wrap {
    position: relative;
    padding: 24px 16px 28px;
    width: 100%;
    background: linear-gradient(#26307f, #000011);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    overflow: hidden;
}

.l-content-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_star.png) repeat-y center center;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
}

.l-content-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_all.png) repeat-y center center;
    background-size: contain;
    mix-blend-mode: overlay; /* ここでオーバーレイ効果を適用 */
    z-index: 2;
    pointer-events: none;
}


.p-content {
    position: relative;
    margin: 0 auto 64px;
    z-index: 3;
}

.p-content-list {
    margin: 8px 0;
}

.p-content-item {
    margin: 0 0 32px;
}

.c-content-title {
    display: flex;
    align-items: center;
    padding: 4px 44px;
    height: 44px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    word-break: break-all;
    color: #fff;
}

.c-content-text {
    padding: 8px;
    font-size: 11px;
    line-height: 1.75;
    letter-spacing: -0.1em;
    word-break: break-all;
    color: #fff;
}

.p-content-item:nth-child(odd) .c-content-title {
    background-color: rgba(230, 172 ,47 ,.5);
}

.p-content-item:nth-child(even) .c-content-title {
    background-color: rgba(29, 201 ,104 ,.3);
}

.p-content-item:nth-child(odd) .c-content-text {
    background-color: rgba(169, 135 ,61 ,.8);
}

.p-content-item:nth-child(even) .c-content-text {
    background-color: rgba(29, 201 ,104 ,.5);
}

.c-content-link {
    display: block;
    margin: 8px -4px 0 auto;
    width: 21.03%;
}

@media screen and (min-width: 768px) {
    .l-content-wrap {
        padding: 4.167% 9.375% 64px;
    }

    .p-content {
        /* margin: 0 auto 4.167%; */
        max-width: 1560px;
    }

    .p-content-list {
        margin: 3.85% auto 0;
        max-width: 1448px;
    }

    .p-content-item {
        position: relative;
        padding: 3.85% 0 0;
    }

    .c-content-title {
        margin: 0 0 0 17.13%;
        padding: 16px 2.76% 16px 34.39%;
        height: auto;
        min-height: 96px;
        font-size: 22px;
        line-height: 1.2;
    }

    .p-content-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 48.34%;
    }

    .p-content-img::after {
        content: '';
        display: block;
        position: absolute;
        left: 3.00%;
        top: 5.33%;
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
    }

    .p-content-img img {
        position: relative;
        z-index: 1;
    }

    .c-content-text {
        display: flex;
        align-items: center;
        margin: 0 0 0 17.13%;
        padding: 28px 3.92% 28px 36.19%;
        min-height: 300px;
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .c-content-link {
        display: block;
        margin: 20px -3.89% 0 auto;
        width: 16.94%;
    }
}

@media screen and (min-width: 1440px) {
    .c-content-title {
        font-size: 24px;
    }
}

@media screen and (min-width: 1800px) {
    .c-content-title {
        font-size: 30px;
    }
}

/* movie */
.p-content-movie-wrap {
    margin: 7.69% 12.05% 0;
}

.p-content-movie {
    position: relative;
    padding-bottom: 56.25%;
    z-index: 1;
}

.p-content-movie::after {
    content: '';
    position: absolute;
    left: 3.00%;
    top: 5.33%;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    z-index: -1;
}

.p-content-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* bnr */
.l-bnr-wrap {
    padding: 24px 16px 8px;
    width: 100%;
    background-color: #1d7b77;
}

.p-bnr-item {
    margin: 0 0 16px;
}

@media screen and (min-width: 768px) {
    .l-bnr-wrap {
        padding: 60px 23.33% 52px;
        
    }

    .p-bnr-list {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1024px;
    }

    .p-bnr-item {
        flex-basis: calc((100% - 7.81%) / 3);
        max-width: calc((100% - 7.81%) / 3);
        margin: 0;
    }
}

/* totop */
.l-pagetop {
    position: fixed;
    width: 48px;
    right: 8px;
    bottom: 0;
    z-index: 2;
    transition: .5s;
    opacity: 0;
}

.c-pagetop {
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .l-pagetop {
        width: 5.67%;
        right: 2.08%;
    }
}