body {
    overflow-x: unset;
}
a {
    text-decoration: none;
}
a:hover,
a:hover img {
    opacity: .8;
}
img {
    height: auto;
    max-width: 100%;
}
.pc {
    display: block;
}
.pc2 {
    display: block;
}
.sp {
    display: none;
}
.sp2 {
    display: none;
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
@media screen and (max-width: 592px) {
    .pc2 {
        display: none;
    }
    .sp2 {
        display: block;
    }
}

/* fv */
.fv {
    position: relative;
    z-index: 1;
}
.fv-image {
    line-height: 0;
}
.fv-inner {
    position: relative;
}
.fv-batch {
    height: 130px;
    position: absolute;
    right: 3%;
    top: 33%;
    text-align: center;
    width: 130px;
}
.fv-batch::after {
    background: url(../images/batch-text.png) no-repeat;
    background-position: center top -5px;
    background-size: 90%;
    content: "";
    display: block;
    height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.fv-batch::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/batch-bg.png) no-repeat center;
    background-size: contain;
    animation: rotateBatch 20s linear infinite;
    z-index: 1;
}
@keyframes rotateBatch {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 592px) {
    .fv {
        margin-top: 0;
    }
    .fv-batch {
        height: 26vw;
        top: 32%;
        width: 26vw;
    }
}

/* btn */
.btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.btn {
    height: 75px;
    margin: 0 auto;
    width: 100%;
    max-width: 385px;
}
.btn a {
    background: #fff;
    border: 3px solid #e61e0f;
    border-radius: 5px;
    color: #e61e0f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
    height: 100%;
    width: 100%;
}
.btn:first-child a {
    background: #e61e0f;
    color: #fff;
}
@media screen and (max-width: 592px) {
    .btns {
        gap: 4vw;
    }
    .btn {
        height: 14vw;
        width: 85%;
    }
    .btn a {
        border-width: 0.8vw;
        font-size: 3.8vw;
    }
}

/* present */
.present {
    background: url(../images/seat.png) no-repeat, url(../images/present-bg2.png) no-repeat, url(../images/present-bg1.jpg) no-repeat;
    background-position: center bottom, center top 278px, center top;
    background-size: 100%, 100%, cover;
    margin: -1px 0 0;
    padding: 50px 0 170px;
    text-align: center;
}
.present-head {
    margin: 0 0 40px;
}
.present-head h2 {
    display: inline-block;
    position: relative;
}
.present-head h2::after {
    background: rgb(255 255 255 / 80%);
    content: "";
    display: block;
    height: 30%;
    position: absolute;
    left: -10px;
    bottom: 0;
    transition-delay: .5s;
    transition-duration: .8s;
    width: 0;
    z-index: 0;
}
.present-head h2.is-show::after {
    width: calc(100% + 20px);
}
.present-head h2 p,
.present-head h2 p span {
    color: #192333;
    font-weight: 800;
}
.present-head h2 p {
    font-size: 36px;
    font-weight: 800;
    position: relative;
    z-index: 1;
}
.present-head h2 p span {
    font-size: 0.8em;
}
.presents {
    margin: 0 auto 45px;
    width: 87%;
}
.present-text {
    line-height: 0;
    margin: 0 auto 35px;
    width: 80%;
}
.present-body p {
    color: #192333;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.7em;
}
@media screen and (max-width: 592px) {
    .present {
        background-position: center bottom, center top 55.5vw, center top;
        padding: 10vw 0 28vw;
    }
    .present-head {
        margin: 0 0 8vw;
    }
    .present-head h2 p {
        font-size: 7vw;
    }
    .presents {
        margin: 0 auto 6vw;
        width: 87%;
    }
    .present-text {
        margin: 0 auto 6vw;
    }
    .present-body p {
        font-size: 4.5vw;
    }
}

/* about */
.about {
    background: url(../images/about-bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 50px 0 85px;
    position: relative;
}
.about::after {
    background: url(../images/illust2.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 180px;
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 284px;
}
.about-inner {
    margin: 0 auto;
}
.about-head {
    margin: 0 auto 55px;
    text-align: center;
    width: 90%;
}
.about-head h2,
.about-head h2 span {
    color: #fff;
    font-weight: 800;
}
.about-head h2 {
    font-size: 36px;
}
.about-head h2 span {
    font-size: .8em;
}
.about-head h2 .y {
    color: #fff799;
    font-size: 1em;
}
.about-body {
    padding: 0 0 110px;
    position: relative;
}
.about-items {
    display: flex;
    flex-direction: column;
}
.about-item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    opacity: 0;
    padding: 0 0 0 45px;
    position: relative;
    transform: translateY(30px);
    transition: opacity .8s, transform .8s;
}
.about-items.is-on .about-item:nth-child(1) {
    z-index: 1;
}
.about-item:nth-child(even) {
    flex-direction: row-reverse;
    padding: 0 10px 0 0;
}
.about-left {
    position: relative;
    width: 190px;
    z-index: 1;
}
.about-right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: absolute;
    left: 191px;
    top: -65px;
    bottom: 0;
    width: calc(100% - 190px);
}
.about-item:nth-child(2) .about-right {
    left: inherit;
    right: 197px;
}
.about-right::after {
    background: url(../images/about-item-bg1.png) no-repeat;
    background-position: center;
    background-size: 100%;
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 1s;
    width: 100%;
}
.about-item:nth-child(2) .about-right::after {
    background-image: url(../images/about-item-bg2.png);
}
.about-in {
    opacity: 0;
    position: relative;
    transition-duration: .3s;
    z-index: 1;
}
.about-item:nth-child(1) .about-in {
    width: 60%;
}
.about-item:nth-child(2) .about-in {
    width: 47%;
}

.about-text {
    position: absolute;
    left: 35px;
    bottom: 0;
    transform: rotate(-12deg);
}
.about-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7em;
}

.about-items.is-on .about-item:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}
.about-items.is-on .about-item:nth-child(1) .about-right .about-in {
    transition-delay: .4s;
    opacity: 1;
}
.about-items.is-on .about-item:nth-child(1) .about-right::after {
    transition-delay: 0.5s;
    opacity: 1;
}
.about-items.is-on .about-item:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}
.about-items.is-on .about-item:nth-child(2) .about-right .about-in {
    transition-delay: 1.2s;
    opacity: 1;
}
.about-items.is-on .about-item:nth-child(2) .about-right::after {
    transition-delay: 1.3s;
    opacity: 1;
}
@media screen and (max-width: 592px) {
    .about {
        padding: 7vw 0 14vw;
    }
    .about::after {
        height: 31vw;
        bottom: -4.5vw;
        width: 48vw;
    }
    .about-head {
        margin: 0 auto 6vw;
        width: 90%;
    }
    .about-head h2 {
        font-size: 7vw;
    }
    .about-body {
        padding: 0 0 16vw;
    }
    .about-item {
        padding: 0 0 0 7vw;
    }
    .about-item:nth-child(even) {
        padding: 0 1.5vw 0 0;
    }
    .about-left {
        width: 40%;
    }
    .about-right {
        left: 36%;
        top: -13vw;
        width: 60%;
    }
    .about-item:nth-child(2) .about-right {
        right: 40%;
    }
    .about-item:nth-child(1) .about-in {
        width: 60%;
    }
    .about-item:nth-child(2) .about-in {
        width: 47%;
    }

    .about-text {
        left: 7vw;
    }
    .about-text p {
        font-size: 3vw;
    }
}

/* campaign */
.campaign {
    background: url(../images/campaign-bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 85px 0;
}
.campaign-inner {
    margin: 0 auto;
    width: 90%;
}
.campaign-head {
    background: #192333;
    border-radius: 20px 20px 0 0;
    padding: 18px 0;
    text-align: center;
}
.campaign-head h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
}
.campaign-body {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 32px 12px 52px;
    position: relative;
    text-align: center;
}
.popcorn {
    filter: drop-shadow(0 16px 10px rgb(110 110 110 / 25%));
    line-height: 0;
    position: absolute;
}
.p1 {
    left: 4%;
    top: 2%;
    width: 75px;
}
.p2 {
    top: 7%;
    left: -4%;
    width: 50px;
}
.p3 {
    top: 32%;
    right: -3.5%;
    width: 95px;
}
.p4 {
    bottom: -2%;
    left: 10%;
    width: 67px;
}
.campaign-items {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.campaign-item .step {
    color: #192333;
    font-family: var(--ft-barlow);
    font-size: 26px;
    font-weight: 600;
}
.campaign-item .step span {
    color: #f50406;
    font-family: var(--ft-barlow);
    font-size: 82px;
    font-weight: 500;
    margin-left: 2%;
}
.campaign-item h3 {
    color: #192333;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 25px;
}
.campaign-item h3 span {
    font-size: 0.7em;
}
.campaign-image {
    line-height: 0;
    margin: 0 auto;
}
.campaign-item:nth-child(2) .campaign-image {
    position: relative;
    left: 4%;
    width: 55%;
}
.campaign-item:nth-child(3) .campaign-image {
    width: 70%;
}
.download-text {
    margin: 20px auto 12px;
    position: relative;
    width: 100%;
    max-width: max-content;
}
.download-text::before,
.download-text::after {
    background: #f50204;
    content: "";
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
}
.download-text::before {
    left: -20px;
    transform: rotate(-15deg);
}
.download-text::after {
    right: -20px;
    transform: rotate(15deg);
}
.download-text p {
    color: #f50204;
    font-size: 14px;
    font-weight: 600;
}
.download-btn {
    height: 65px;
    margin: 0 auto;
    width: 90%;
}
.download-btn a {
    background: #f50204;
    border-radius: 8px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 10px 0 #c8090b);
    font-size: 20px;
    font-weight: 800;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 592px) {
    .campaign {
        padding: 15vw 0;
    }
    .campaign-head {
        padding: 3.5vw 0;
    }
    .campaign-head h2 {
        font-size: 5vw;
    }
    .campaign-body {
        padding: 6vw 2.5vw 12vw;
    }
    .p1 {
        width: 13vw;
    }
    .p2 {
        width: 9.5vw;
    }
    .p3 {
        top: 31%;
        width: 17vw;
    }
    .p4 {
        width: 12.5vw;
    }
    .campaign-items {
        gap: 10vw;
    }
    .campaign-item .step {
        font-size: 5vw;
    }
    .campaign-item .step span {
        font-size: 12vw;
    }
    .campaign-item h3 {
        font-size: 4vw;
        margin: 0 0 4vw;
    }
    .campaign-item:nth-child(2) .campaign-image {
        width: 55%;
    }
    .campaign-item:nth-child(3) .campaign-image {
        width: 70%;
    }
    .download-text {
        margin: 5vw auto 3vw;
    }
    .download-text p {
        font-size: 3vw;
    }
    .download-btn {
        height: 15vw;
    }
    .download-btn a {
        font-size: 4vw;
        filter: drop-shadow(0 2.5vw 0 #c8090b);
    }
}

/* information */
.information {
    background: #0041ff url(../images/information-bg.png) no-repeat;
    background-position: center bottom;
    background-size: 100%;
    padding: 35px 0 260px;
}
.information-content {
    line-height: 0;
    margin: 0 auto;
    position: relative;
    left: -15px;
    width: 90%;
}
.information-btn {
    line-height: 0;
    margin: 20px auto 0;
    width: 325px;
}
@media screen and (max-width: 592px) {
    .information {
        padding: 8vw 0 45vw;
    }
    .information-content {
        left: -2%;
    }
    .information-btn {
        margin: 4vw auto 0;
        width: 62%;
    }
}

/* attention */
.attention {
    background: #e61e0f;
    padding: 35px 25px;
}
.attention-inner {
    background: #fff;
    border-radius: 8px;
    padding: 35px 20px 45px;
}
.attention-head {
    margin: 0 0 20px;
    text-align: center;
}
.attention-head h2 {
    color: #e61e0f;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.2em;
}
.attention-body p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: 0.04em;
}
.attention-body p a {
    color: #538eff;
    text-decoration: underline;
}
.attention-btns {
    margin: 45px 0 0;
}
@media screen and (max-width: 592px) {
    .attention {
        padding: 7vw 4vw;
    }
    .attention-inner {
        padding: 7vw 3.2vw 8.5vw;
    }
    .attention-head {
        margin: 0 0 4vw;
    }
    .attention-head h2 {
        font-size: 5.5vw;
    }
    .attention-body p {
        font-size: 2.25vw;
        word-break: break-all;
    }
    .attention-btns {
        margin: 8vw 0 0;
    }
}

/* download */
.download {
    background: url(../images/download-bg3.jpg) no-repeat, url(../images/download-bg2.png) no-repeat, url(../images/download-bg1.jpg) no-repeat;
    background-position: center bottom, center bottom 145px, center;
    background-size: 100%, 100%, cover;
    padding: 65px 0 75px;
    text-align: center;
}
.download-head {
    margin: 0 0 30px;
}
.download-head h2 {
    color: #192333;
    font-size: 32px;
    font-weight: 900;
}
.download-head h2 span {
    font-size: .8em;
}
.download-fukidashi {
    background: #192333;
    border-radius: 8px;
    display: inline-block;
    margin: 0 auto 20px;
    padding: 5px 15px 8px;
    position: relative;
}
.download-fukidashi::after {
    color: #192333;
    content: "▼";
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
}
.download-fukidashi p {
    color: #67bcd3;
    font-size: 30px;
    font-weight: 900;
}
.download-cp,
.download-cp span {
    color: #192333;
    font-weight: 800;
}
.download-cp {
    font-size: 18px;
    margin: 5px 0 10px;
}
.download-cp .mk {
    background:linear-gradient(transparent 60%, #f5f62c 60%);
    display: inline;
    margin: 0 0 0 5px;
}
.download-cp .s1 {
    font-family: var(--ft-barlow);
    font-size: 1.8em;
    font-weight: 600;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.download-cp .s2 {
    font-size: 1.4em;
}
.download-cp .s3 {
    font-size: 1.3em;
}
.download-cp .mk1 {
    font-family: var(--ft-barlow);
    font-size: 1.8em;
    font-weight: 600;
    position: relative;
    top: 2px;
}
.download-cp .mk2 {
    font-size: 1.4em;
}
.dl-text {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.7em;
}
.illust {
    line-height: 0;
    margin: 50px 0 0;
}
.download .download-btn {
    width: 85%;
}
@media screen and (max-width: 592px) {
    .download {
        background-position: center bottom, center bottom 25vw, center;
        padding: 10vw 0 14vw;
    }
    .download-head {
        margin: 0 0 4vw;
    }
    .download-head h2 {
        font-size: 7vw;
    }
    .download-fukidashi {
        margin: 0 auto 3vw;
        padding: 0.7vw 3vw 1.2vw;
    }
    .download-fukidashi::after {
        font-size: 3vw;
        bottom: -3vw;
    }
    .download-fukidashi p {
        font-size: 7vw;
    }
    .download-cp {
        font-size: 3.8vw;
        margin: 1vw 0 2vw;
    }
    .download-cp .mk2 {
        font-size: 1.4em;
    }
    .dl-text {
        font-size: 4.2vw;
    }
    .illust {
        margin: 10vw 0 0;
    }
}

/* application */
.application {
    background: #fff;
    padding: 65px 0 0;
    text-align: center;
}
.application-head {
    margin: 0 0 22px;
}
.application-head h2 {
    color: #e61e0f;
    font-size: 30px;
    font-weight: 900;
}
.application-head h2 span {
    color: #192333;
    font-size: .8em;
}
.application-fukidashi {
    background: #192333;
    border-radius: 50px;
    display: inline-block;
    margin: 0 0 40px;
    padding: 10px 25px 11px;
    position: relative;
}
.application-fukidashi::after {
    color: #192333;
    content: "▼";
    font-size: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}
.application-fukidashi p {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.7em;
}
/* .application-slider {
    margin-left: -140px;
}
.application-slide {
    line-height: 0;
}
.application-slide:nth-child(1) {
    width: 286px;
}
.application-slide:nth-child(2) {
    width: 282px;
}
.application-slide:nth-child(3) {
    width: 297px;
}
.application-slide:nth-child(4) {
    width: 301px;
}
.application-slide:nth-child(5) {
    width: 291px;
}
.application-slide:nth-child(6) {
    width: 291px;
}
.application-slide:nth-child(7) {
    width: 286px;
}
.application-slide:nth-child(8) {
    width: 302px;
} */
/* loopsliders */
.loopsliders {
    line-height: 0;
    position: relative;
}
.loopslider {
    animation: scroll-left 45s linear infinite;
    display: flex;
    width: max-content;
}
.loopslide {
    flex-shrink: 0;
    width: 3363px;
}
/* CSSアニメーション */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 592px) {
    .application {
        padding: 14vw 0 0;
    }
    .application-head {
        margin: 0 0 4vw;
    }
    .application-head h2 {
        font-size: 6.5vw;
    }
    .application-fukidashi {
        margin: 0 0 8vw;
        padding: 2vw 4vw 2.1vw;
    }
    .application-fukidashi::after {
        font-size: 4vw;
        bottom: -4vw;
    }
    .application-fukidashi p {
        font-size: 3.2vw;
    }
    .loopslide {
        width: 585vw;
    }
    /* .application-slide:nth-child(1) {
        width: 55vw;
    }
    .application-slide:nth-child(2) {
        width: 54vw;
    }
    .application-slide:nth-child(3) {
        width: 56.5vw;
    }
    .application-slide:nth-child(4) {
        width: 57.1vw;
    }
    .application-slide:nth-child(5) {
        width: 55.5vw;
    }
    .application-slide:nth-child(6) {
        width: 55.5vw;
    }
    .application-slide:nth-child(7) {
        width: 54.5vw;
    }
    .application-slide:nth-child(8) {
        width: 57.5vw;
    }
    .application-slider {
        margin-left: -20%;
    } */
}

/* notice */
.notice {
    background: #aeb2b7;
    padding: 25px;
    position: relative;
    z-index: 1;
}
.notice p {
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.8em;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 592px) {
    .notice {
        padding: 4vw;
    }
    .notice p {
        font-size: 1.94vw;
    }
}

/* social */
.social {
    background: #dfe0e2;
    padding: 35px 0;
    text-align: center;
}
.social-head {
    margin: 0 0 20px;
}
.social-head h2 {
    font-size: 18px;
    font-weight: 500;
}
.social-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.social-item {
    width: 120px;
}
.social-item a {
    display: block;
    line-height: 0;
}
@media screen and (max-width: 592px) {
    .social {
        padding: 6.5vw 0;
    }
    .social-head {
        margin: 0 0 3.5vw;
    }
    .social-head h2 {
        font-size: 3.5vw;
    }
    .social-items {
        gap: 3vw;
    }
    .social-item {
        width: 25vw;
    }
}

/* footer */
.footer {
    background: #fff;
    padding: 45px 0;
}
.footer-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    width: 84%;
}
.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.footer-links li a {
    font-size: 15px;
    font-weight: 500;
}
.copyright {
    font-size: 12px;
    font-weight: 400;
    margin: 25px 0 0;
    text-align: center;
}
@media screen and (max-width: 592px) {
    .footer {
        padding: 6vw 0 24vw;
    }
    .footer-inner {
        gap: 2vw;
    }
    .footer-links {
        gap: 2.5vw;
    }
    .footer-links li a {
        font-size: 3vw;
    }
    .copyright {
        font-size: 2.5vw;
        margin: 5vw 0 0;
    }
}

/* blockname */
@media screen and (max-width: 592px) {}

/* blockname */
@media screen and (max-width: 592px) {}