.l-bottom-menu {
    position: fixed;
    background: rgba(255,255,255,0.3);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 100;
    padding: 10px 10px 14px;
    border-radius: 16px;
	width: fit-content;
	max-width: none;
}

@media (max-width: 768.98px) {
    .l-bottom-menu {
        width:100%;
        margin: auto;
    }
}

@media (max-width: 575.98px) {
    .l-bottom-menu {
        width:calc(100% - 12px);
        border-radius: 10px;
        padding: 6px 6px 10px;
    }
}

.l-bottom-menu .dummy {
    display: none
}

@media (max-width: 575.98px) {
    .l-bottom-menu .dummy {
        display:block;
        font-size: 1.1rem;
        letter-spacing: 0;
        background-color: #fff;
        border-radius: 10px;
        text-align: center;
        line-height: 1.5
    }
}

.l-bottom-menu .list-2-col li {
    width: 260px
}

@media (max-width: 768.98px) {
    .l-bottom-menu .list-2-col li {
        width:50%
    }
}

.l-bottom-menu .list-2-col li i img {
    height: 30px !important
}

@media (max-width: 575.98px) {
    .l-bottom-menu .list-2-col li i img {
        height:22px !important
    }
}

.l-bottom-menu .list-2-col li a span {
    font-size: 1.8rem !important
}

@media (max-width: 575.98px) {
    .l-bottom-menu .list-2-col li a span {
        font-size:1.5rem !important
    }
}

.l-bottom-menu ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media (max-width: 575.98px) {
    .l-bottom-menu ul {
        gap:6px;
        margin-bottom: 10px
    }
}

.l-bottom-menu ul li {
    width: 180px
}

@media (max-width: 768.98px) {
    .l-bottom-menu ul li {
        width:calc(100% / 3)
    }
}

.l-bottom-menu ul li a {
    color: #00267F;
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.l-bottom-menu ul li a:first-child span {
    font-size: 1.4rem
}

@media (max-width: 575.98px) {
    .l-bottom-menu ul li a {
        font-size:1.2rem
    }

    .l-bottom-menu ul li a:first-child span {
        font-size: 1.15rem;
        line-height: 1.2;
        letter-spacing: 0.01rem
    }
}

.l-bottom-menu ul li a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    height: 90px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #00267F;
    text-align: center;
    line-height: 1.4;
    position: relative
}

@media (max-width: 575.98px) {
    .l-bottom-menu ul li a span {
        height:66px;
        border-radius: 10px
    }
}

.l-bottom-menu ul li a span::after {
    content: "";
    background-image: url(https://kaishi.ac.jp/info-d/cms/wp-content/themes/kaishiuniv/img/common/icon-arrow-circle-pink.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 6px;
    top: 6px
}

@media (max-width: 575.98px) {
    .l-bottom-menu ul li a span::after {
        width:14px;
        height: 14px
    }
}

.l-bottom-menu ul li a::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #00267F
}

.l-bottom-menu ul li a:hover {
    text-decoration: none;
    opacity: 1
}

.l-bottom-menu ul li a:hover span {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

.l-bottom-menu ul li i {
    margin-bottom: 4px
}

@media (max-width: 575.98px) {
    .l-bottom-menu ul li i {
        margin-bottom:2px
    }
}

.l-bottom-menu ul li i img {
    height: 30px;
    width: auto
}

@media (max-width: 575.98px) {
    .l-bottom-menu ul li i img {
        height:18px;
        width: auto
    }
}

.pc-only{
    display: block;
}
.sp-only{
    display: none;
}


@media screen and (max-width: 768px){
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    } 
} 


.movie-contents{
    padding: 50px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #fcfce2 0%,#ffe2f1 50%,#a8e1f0 100%);
    .is-horizonal{
        background: linear-gradient(to right, #fcfce2 0%,#ffe2f1 50%,#a8e1f0 100%);
    }
    @media screen and (max-width: 768px){
        padding: 50px 35px;
    }
}

.movie-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    .icon{
        width: 100%;
        img{
            width: 100%;
        }
    }
    .price{
        display: flex;
        justify-content: center;
        .price01{
            border: 2px solid #001249;
            color: #001249;
            padding: 4px 12px;
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
            @media screen and (max-width: 768px){
                font-size: 16px;
            }
        }
        .price02{
            background-color: #001249;
            color: #fff;
            padding: 4px 12px;
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            @media screen and (max-width: 768px){
                font-size: 16px;
            }
        }
    }
    h3{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 20px;
        font-size: 4.0rem;
        white-space: nowrap;
        @media screen and (max-width: 768px){
            font-size: 3.4rem;
            gap: 13px;
        }
        &::before{
            content: "";
            width: 4px;
            height: 52px;
            background-color: #00145a;
            transform: rotate(-24deg);
            display: block;
        }
        &::after{
            content: "";
            width: 4px;
            height: 52px;
            background-color: #00145a;
            transform: rotate(24deg);
            display: block;
        }
    }
    p{
        font-weight: bold;
        color: #DD4687;
        border-bottom: 2px dashed #DD4687;
        padding-bottom: 6px;
        margin-bottom: 10px;
        text-align: center;
        width: fit-content;
        margin: 10px auto 0;
        font-size: clamp( 20px, calc( 16.4px + 0.4vw ), 24px );
    }
}

.movie-img{
    margin-bottom: 10px;
    margin-top: 12px;
    img{
        width: 100%;
    }
}

.movie-main{
    ul{
        display: flex;
        flex-direction: column;
        gap: 10px;
        li{
            a{
                border-radius: 10px;
                display: flex;
                background: #fff;
                border: 1px solid #00145a;
                font-weight: bold;
                font-size: clamp( 15px, calc( 12.3px + 0.3vw ), 18px );
                color: #00145a;
                padding-right: 20px;
                min-height: 75px;
                @media screen and (max-width: 768px){
                    padding-right: 10px;
                    border-radius: 6px;
                    min-height: 66px;
                }
                p{
                    display: flex;
                    align-items: center;
                    padding: 6px 0;
                }
            }
            span{
                background-color: #00145a;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                padding: 20px;
                margin-right: 6px;
                border-radius: 4px 0 0 4px;
                &::before{
                    content: "";
                    background: #fff;
                    clip-path: polygon(0 0, 0% 100%, 100% 50%);
                    width: 10px;
                    height: 12px;
                }
                @media screen and (max-width: 768px){
                    padding: 8px;
                }
            }
        }
    }
    .baloon{
        background-color: #fff;
        padding: 20px;
        border-radius: 20px;
        color: #00145a;
        font-weight: 700;
        text-align: center;
        font-size: clamp( 15px, calc( 12.3px + 0.3vw ), 18px );
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        margin-bottom: 12px;
        &::after{
            content: "";
            background: #fff;
            clip-path: polygon(50% 100%, 0 0, 100% 0);
            width: 20px;
            height: 20px;
            position: absolute;
            bottom: -13px;
        }
    }
    .catch{
        font-weight: bold;
        color: #DD4687;
        text-align: center;
        width: fit-content;
        margin: 0 auto 14px;
        font-size: 26px;
        border-bottom: 5px solid #DD4687;
    }
    .text{
        font-size: 1.5rem;
        text-align: right;
        margin-top: 8px;
        font-weight: bold;
    }
}

.movie-btn{
    width: 100%;
    max-width: 640px;
    margin: 50px auto 0;
    @media screen and (max-width: 768px){
        margin-top: 30px;
    }
    p{
        text-align: center;
        font-weight: 700;
        font-size: clamp( 16px, calc( 12.4px + 0.4vw ), 20px );
        color: #001249;
        margin-bottom: 12px;
    }
    a{
        border-radius: 50px;
        font-size: 1.8rem;
        text-align: center;
        background: #4583FF;
        color: #fff;
        height: 70px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }
}

.movie02-contents{
    padding: 5vw;
    margin: 80px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5vw;
    background: linear-gradient(to right, #fcfce2 0%,#ffe2f1 50%,#a8e1f0 100%);
    @media screen and (max-width: 1024px){
        flex-direction: column;
        padding: 10vw 14vw;
    }
    @media screen and (max-width: 767px){
        flex-direction: column;
        padding: 50px 20px;
        margin: 50px auto 0;
        background: linear-gradient(to bottom, #fcfce2 0%,#ffe2f1 50%,#a8e1f0 100%);
    }
}

.movie02-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    @media screen and (max-width: 1024px){
        flex-direction: column;
        gap: 0;
    }
    @media screen and (max-width: 767px){
        flex-direction: column;
        gap: 0;
    }
}

.movie02-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
    @media screen and (max-width: 768px){
        margin-bottom: 16px;
    }
    .icon{
        width: 100%;
        max-width: 360px;
        margin: auto;
        img{
            width: 100%;
        }
    }
    .price{
        display: flex;
        justify-content: center;
        .price01{
            border: 2px solid #001249;
            color: #001249;
            padding: 4px 12px;
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
            @media screen and (max-width: 768px){
                font-size: 16px;
            }
        }
        .price02{
            background-color: #001249;
            color: #fff;
            padding: 4px 12px;
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            @media screen and (max-width: 768px){
                font-size: 16px;
            }
        }
    }
    h3{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 30px;
        font-size: 4.8rem;
        color: #00145a;
        white-space: nowrap;
        @media screen and (max-width: 768px){
            font-size: 3.0rem;
            gap: 13px;
        }
        &::before{
            content: "";
            width: 4px;
            height: 52px;
            background-color: #00145a;
            transform: rotate(-24deg);
            display: block;
        }
        &::after{
            content: "";
            width: 4px;
            height: 52px;
            background-color: #00145a;
            transform: rotate(24deg);
            display: block;
        }
    }
    p{
        font-weight: bold;
        color: #DD4687;
        border-bottom: 2px dashed #DD4687;
        padding-bottom: 6px;
        margin-bottom: 10px;
        text-align: center;
        width: fit-content;
        margin: 10px auto 0;
        font-size: clamp( 20px, calc( 9.2px + 1.2vw ), 32px );
        @media screen and (max-width: 768px){
            font-size: 1.8rem;
        }
    }
}

.movie02-img{
    max-width: 690px;
    @media screen and (max-width: 768px){
        margin-top: 20px;
    }
    &.is-sp{
        display: none;
        @media screen and (max-width: 1024px){
            display: block;
        }
    }
    &.is-pc{
        display: block;
        @media screen and (max-width: 1024px){
            display: none;
        }
    }
    img{
        width: 100%;
    }
}

.movie02-main{
    ul{
        display: flex;
        flex-direction: column;
        gap: 10px;
        list-style: none;
        padding: 0;
        li{
            a{
                border-radius: 10px;
                display: flex;
                background: #fff;
                border: 1px solid #00145a;
                font-weight: bold;
                font-size: clamp( 15px, calc( 10.5px + 0.5vw ), 20px );
                color: #00145a;
                padding-right: 20px;
                @media screen and (max-width: 768px){
                    padding-right: 10px;
                    border-radius: 6px;
                    min-height: 59px;
                }
                p{
                    display: flex;
                    align-items: center;
                    padding: 6px 0;
                }
            }
            span{
                background-color: #00145a;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                padding: 16px;
                border-radius: 8px 0 0 8px;
                margin-right: 12px;
                @media screen and (max-width: 768px){
                    padding: 10px;
                    margin-right: 6px;
                    border-radius: 4px 0 0 4px;
                }
                &::before{
                    content: "";
                    background: #fff;
                    clip-path: polygon(0 0, 0% 100%, 100% 50%);
                    width: 17px;
                    height: 20px;
                    @media screen and (max-width: 768px){
                        width: 10px;
                        height: 12px;
                    }
                }
            }
        }
    }
    .catch{
        font-weight: bold;
        color: #DD4687;
        margin-bottom: 10px;
        text-align: center;
        width: fit-content;
        margin: 0 auto 6px;
        font-size: 20px;
        @media screen and (max-width: 768px){
            font-size: 1.6rem;
        }
    }
    .text01{
        font-size: 2.0rem;
        text-align: center;
        font-weight: bold;
        color: #00145a;
        margin-bottom: 20px;
        @media screen and (max-width: 768px){
            font-size: 1.6rem;
        }
    }
    .text02{
        font-size: 2.0rem;
        text-align: right;
        margin-top: 10px;
        font-weight: bold;
        color: #00145a;
        @media screen and (max-width: 768px){
            font-size: 1.6rem;
        }
    }
}

.movie02-btn{
    width: 100%;
    max-width: 640px;
    margin: 50px auto 0;
    @media screen and (max-width: 768px){
        margin-top: 30px;
    }
    p{
        text-align: center;
        font-weight: 700;
        font-size: clamp( 16px, calc( 12.4px + 0.4vw ), 20px );
        color: #001249;
        margin-bottom: 12px;
    }
    a{
        border-radius: 50px;
        font-size: 1.8rem;
        text-align: center;
        background: #4583FF;
        color: #fff;
        height: 70px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }
}