section {
    width: 100%;
    position: relative;
}

.hoki-contents1 {
    position: relative;
}

.hoki-contents1:before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    z-index: -1;
    background-color: #efca8b;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    transform-origin: 0% 0%;
}

/*  */

.crossline-l {
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(170, 126, 25, 1) 0%, rgba(212, 181, 48, 1) 35%, rgba(251, 241, 161, 0) 74%);
    transform-origin: left;
    -webkit-transform-origin: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.crossline-r {
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(251, 241, 161, 0) 0%, rgba(212, 181, 48, 1) 35%, rgba(170, 126, 25, 1) 74%);
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: right;
    -webkit-transform-origin: right;
    z-index: -1;
}

.crossline-lb {
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, rgba(170, 126, 25, 1) 0%, rgba(212, 181, 48, 1) 35%, rgba(251, 241, 161, 0) 74%);
    transform: rotate(53deg) scale(0, 1);
    -webkit-transform: rotate(53deg) scale(0, 1);
    transform-origin: left;
    -webkit-transform-origin: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.crossline-rb {
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(251, 241, 161, 0) 0%, rgba(212, 181, 48, 1) 35%, rgba(170, 126, 25, 1) 74%);
    transform: rotate(-49.5deg) scale(0, 1);
    -webkit-transform: rotate(-49.5deg) scale(0, 1);
    transform-origin: right;
    -webkit-transform-origin: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.mv-img_txt.is-animated .mv-img_txt-box1 {
    animation: mv-txtIn1 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: .5s;
    opacity: 0;
}
.mv-img_txt.is-animated .mv-hoki-txt1 {
    animation: mv-txtIn2 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1.2s;
    opacity: 0;
}

.mv-img_txt.is-animated .mv-hoki-txt2 {
    animation: mv-txtIn3 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1.2s;
    opacity: 0;
}

.mv-img_txt.is-animated .mv-txt_d-and-t {
    animation: mv-txtIn4 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 2.1s;
    opacity: 0;
}


.mv-img_txt.is-animated .mv-okayama {
    animation: mv-txtIn5 2.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    animation-delay: 2.8s;
    opacity: 0;
}



@keyframes mv-txtIn1 {
    0% {
        transform: translateX(180px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes mv-txtIn2 {
    0% {
        transform: translateY(-180px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes mv-txtIn3 {
    0% {
        transform: translateX(-180px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes mv-txtIn4 {
    0% {
        transform: translateX(-180px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes mv-txtIn5 {
    0% {
        transform: translateY(30px);
        opacity: 0;
      }
      80% {
        opacity: 1;
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
}

.hoki-contents4_grid ul li.is-animated {
    animation: gallery-slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;

}

.hoki-contents4_grid ul li.is-animated:first-child {
    animation: gallery-slideIn-first 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1s;
}

.hoki-contents4_grid ul li.is-animated:nth-child(2) {
    animation: gallery-slideIn-2 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1.15s;
}

.hoki-contents4_grid ul li.is-animated:nth-child(3) {
    animation: gallery-slideIn-3 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 1.3s;
}

.hoki-contents4_grid ul li.is-animated:nth-child(4) {
    animation: gallery-slideIn-4 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1.45s;
}

.hoki-contents4_grid ul li.is-animated:nth-child(5) {
    animation: gallery-slideIn-5 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1.6s;
}

.hoki-contents4_grid ul li.is-animated:nth-child(6) {
    animation: gallery-slideIn-6 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1.75s;
}

.hoki-contents4_grid ul li.is-animated:nth-child(7) {
    animation: gallery-slideIn-7 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1.9s;
}

.hoki-contents4_grid ul li.is-animated:nth-child(8) {
    animation: gallery-slideIn-8 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 2.05s;
}

.hoki-contents4_grid ul li.is-animated:nth-child(9) {
    animation: gallery-slideIn-9 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 2.2s;
}

.hoki-contents4_grid ul li.is-animated:nth-child(10) {
    animation: gallery-slideIn-10 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 2.45s;
}

.hoki-contents4_grid ul li.is-animated:nth-child(11) {
    animation: gallery-slideIn-11 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 2.6s;
}

@keyframes gallery-slideIn {
    0% {
        transform: translateX(180px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes gallery-slideIn-first {
    0% {
        transform: translateY(-180px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes gallery-slideIn-2 {
    0% {
        transform: translateX(180px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes gallery-slideIn-3 {
    0% {
        transform: translateY(40px) scale(0.8);
        opacity: 0;
    }

    100% {
        transform: translateY(0) scale(1.0);
    }

    80%,
    100% {
        opacity: 1;
    }
}

@keyframes gallery-slideIn-4 {
    0% {
        transform: translateX(80px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes gallery-slideIn-5 {
    0% {
        transform: translateX(-180px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes gallery-slideIn-6 {
    0% {
        transform: translateX(80px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes gallery-slideIn-7 {
    0% {
        transform: translateY(-80px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes gallery-slideIn-8 {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes gallery-slideIn-9 {
    0% {
        transform: translate(-80px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes gallery-slideIn-10 {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@keyframes gallery-slideIn-11 {
    0% {
        transform: translateX(80px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }

    40%,
    100% {
        opacity: 1;
    }
}

@media only screen and (min-width: 768px) {
    .crossline-rb {
        width: 40%;
    }
}

@media only screen and (min-width: 1024px) {
    .crossline-rb {
        width: 30%;
    }
}

@media only screen and (min-width: 1700px) {
    .crossline-rb {
        width: 500px;
    }
}

@media (max-width:767px) {
    .crossline-l {
        top: 40px;
    }
}

/* animation */
.crossLine00Animation:before {
    animation-name: crossLine00Animation;
    animation-duration: 1.8s;
    animation-delay: .7s;
    animation-fill-mode: forwards;
    -webkit-animation-name: crossLine00Animation;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-fill-mode: forwards
}

.crossline-lAnimation {
    animation-name: crossline-lAnimation;
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
    -webkit-animation-name: crossline-lAnimation;
    -webkit-animation-duration: 2.2s;
    -webkit-animation-fill-mode: forwards
}

.crossline-rAnimation {
    animation-name: crossline-rAnimation;
    animation-duration: 1.5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    -webkit-animation-name: crossline-rAnimation;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: .5s;
    -webkit-animation-fill-mode: forwards
}

.crossline-lbAnimation {
    animation-name: crossline-lbAnimation;
    animation-duration: 1.8s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    -webkit-animation-name: crossline-lbAnimation;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-delay: 1.2s;
    -webkit-animation-fill-mode: forwards
}

.crossline-rbAnimation {
    animation-name: crossline-rbAnimation;
    animation-duration: 1.2s;
    animation-delay: .7s;
    animation-fill-mode: forwards;
    -webkit-animation-name: crossline-rbAnimation;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-delay: .7s;
    -webkit-animation-fill-mode: forwards;
}
@keyframes crossLine00Animation {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}
@media screen and (min-width: 1200px) {
    @keyframes crossLine00Animation {
        0% {
            width: 0;
        }

        100% {
            width: 1200px;
        }
    }

    /* その他のCSSルールもここに追加 */
}

@keyframes crossline-lAnimation {
    0% {
        width: 0;
    }

    100% {
        width: 60%;
    }
}

@keyframes crossline-rAnimation {
    0% {
        width: 0;
    }

    100% {
        width: 60%;
    }
}

@keyframes crossline-rbAnimation {
    0% {
        transform: rotate(-49.5deg) scale(0, 1);
    }

    100% {
        transform: rotate(-49.5deg) scale(1.6, 1);
    }
}



@keyframes crossline-lbAnimation {
    0% {
        transform: rotate(45deg) scale(0, 1)
    }

    100% {
        transform: rotate(45deg) scale(1.6, 1)
    }
}

/*  */

.mv-title-block p {
    display: flex;
    justify-content: center;
    overflow: hidden;
    
}

.mv-title-block p span {
    display: block;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    
}
.mv-title-block p::before {
    content: attr(data-en);
    position: absolute;
    top: -30px;
    left: 0;
    color: rgba(87, 87, 87, 0.1);
    font-size: 1em;
    font-style: italic;
}
.mv-title-block p.-visible span {
    transform: translate(0, 0);
    transition-delay: 0.3s;
    
}

.mv-title-block p span:nth-child(2) {
    transition-delay: 0.36s;
}

.mv-title-block p span:nth-child(3) {
    transition-delay: 0.42s;
}

.mv-title-block p span:nth-child(4) {
    transition-delay: 0.48s;
}

.mv-title-block p span:nth-child(5) {
    transition-delay: 0.54s;
}

.mv-title-block p span:nth-child(6) {
    transition-delay: 0.60s;
}

.mv-title-block p span:nth-child(7) {
    transition-delay: 0.66s;
}

.mv-title-block p span:nth-child(8) {
    transition-delay: 0.72s;
}

.mv-title-block p span:nth-child(9) {
    transition-delay: 0.78s;
}

.mv-title-block p span:nth-child(10) {
    transition-delay: 0.84s;
}

.mv-title-block p span:nth-child(11) {
    transition-delay: 0.9s;
}

.mv-title-block p span:nth-child(12) {
    transition-delay: 0.96s;
}

.mv-title-block p span:nth-child(13) {
    transition-delay: 1.02s;
}

.mv-title-block p span:nth-child(14) {
    transition-delay: 1.08s;
}



