* {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.cv {
    position: relative;
}

.u-spBlock {
    display: inline-block;
}

@media all and (min-width:0px) and (max-width:750px) {
    .u-spBlock {
        display: block;
    }
}

@media all and (min-width:751px) and (max-width: 1920px) {
    .outer {
        overflow-x: hidden;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .wrapper {
        min-width: 1920px;
        margin: 0 auto;
    }
}

.cv_1 {
    position: absolute;
    width: 26.459%;
    top: 82%;
    left: 50%;
    transform: translateX(-50%);
}

.video1 {
    position: absolute;
    width: 39.063%;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
}

.video1 iframe {
    width: 100%;
}

/********************　動画　********************/
.interactive {
    background: #ffffff;
    width: 100%;
    padding: 32px 0 32px;
}

.frame {
    width: 35%;
    margin: 0px auto 60px;
    padding: 8px;
}

.video {
    background: #ffffff;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video iframe {
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/****************************************/

.slider_01 {
    position: absolute !important;
    width: 100%;
    left: 0;
    top: 0%;
}

.slider_01 .slider img {
    width: 300px;
    margin: 0 auto;
}

@media screen and (max-width:750px) {
    .slider_01 {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0%;
    }

    .slider_01 .slider img {
        width: 90.91%;
        margin: 0 auto;
    }

}

.prev.slick-arrow {
    position: absolute;
    width: 50px;
    left: 23.5%;
    top: 25%;
    z-index: 1;
}

.next.slick-arrow {
    position: absolute;
    width: 50px;
    right: 23.5%;
    top: 25%;
    z-index: 1;
}

.slick-slide {
    outline: none;
}

.sec04 {
    margin-bottom: 140px;
}

.qanda {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.toggle dt .inner {
    width: 630px;
    bottom: -80px;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}

.inner>span:last-of-type,
.inner.active>span:first-of-type {
    display: none;
}

.inner.active>span:last-of-type {
    display: inline;
}

.qanda dd {
    display: none;
}

.cv_2 {
    position: absolute;
    width: 26.459%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.cv_3 {
    position: absolute;
    width: 26.459%;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
}

.sec10 {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 60px;
}

.btn:hover {
    filter: brightness(130%);
}

.btn {
    transition: filter 0.3s;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

/********************　ボタンアニメーション　********************/
.btn {
    animation: bright 2s ease-in-out infinite;
}

.btn_effect picture {
    position: absolute;
    z-index: -100;
    animation: motion 2s ease-in-out infinite;
}

.btn_effect picture {
    top: 0;
}

@media screen and (max-width:750px) {
    .btn_effect picture {
        top: -8%;
    }
}

@keyframes bright {

    0%,
    100% {
        filter: brightness(130%);
    }

    40% {
        filter: brightness(100%);
    }

    60% {
        filter: brightness(100%);
    }
}

@keyframes motion {

    0%,
    100% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }
}

/****************************************/

@media all and (min-width:751px) and (max-width:1000px) {
    .sec12 {
        width: 90%;
        margin: 0 auto;
    }
}

@media all and (min-width:0px) and (max-width:750px) {
    body {
        overflow-x: hidden;
    }

    .cv_1 {
        position: absolute;
        width: 102.667%;
        top: 82%;
        left: 50%;
    }

    .video1 {
        position: absolute;
        width: 100%;
        top: 88%;
        left: 50%;
        transform: translateX(-50%);
    }

    .video1 iframe {
        width: 100%;
        height: 58vw;
    }

    /********************　動画　********************/
    .interactive {
        background: #ffffff;
        width: 100%;
        padding: 32px 0 32px;
    }

    .frame {
        width: 90%;
        margin: 0px auto 20px;
        padding: 8px;
    }

    .video {
        background: #ffffff;
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .video iframe {
        background: #ffffff;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    /****************************************/

    .prev.slick-arrow {
        position: absolute;
        width: 10.667%;
        left: 2.5%;
        top: 28%;
        z-index: 1;
    }

    .next.slick-arrow {
        position: absolute;
        width: 10.667%;
        right: 2.5%;
        top: 28%;
        z-index: 1;
    }

    .slick-slide {
        outline: none;
    }

    .sec04 {
        margin-bottom: 20%;
    }

    .toggle dt .inner {
        width: 84%;
        bottom: -13vw;
    }

    .cv_2 {
        position: absolute;
        width: 102.667%;
        top: 44%;
        left: 50%;
    }

    .cv_3 {
        position: absolute;
        width: 102.667%;
        top: 35%;
        left: 50%;
    }

    .cv_4 {
        position: absolute;
        width: 33.867%;
        top: 44%;
        left: 50%;
        transform: translateX(-50%);
    }

    .sec10 {
        width: 100%;
        padding-top: 60px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/********************　申込者数表示・ボタン下付き　********************/
.cv_fix {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    text-align: center;
    background: rgb(10, 16, 60, 0.8);
    z-index: 100;
}

.cv_fix_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
}

.cv_fix_num {
    display: inline-block;
    margin: 0 4px;
    color: #ff0;
    font-family: verdana;
}

.cv_fix_num span {
    font-size: 30px;
}

.cv_fix_btn {
    margin: 0 0 -4px 15px;
    background: #27A37C;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1;
    border-radius: 20px;
    box-sizing: border-box;
}

@media all and (min-width:0px) and (max-width:750px) {
    .sp-iblock {
        display: inline-block;
    }

    .cv_fix_link {
        display: block;
        padding: 10px 0 15px;
        font-size: 16px;
        line-height: 1.4;
    }

    .cv_fix_num span {
        font-size: 22px;
    }

    .cv_fix_btn {
        width: 100px;
        margin: 6px auto 0 !important;
        padding: 8px 15px;
        font-size: 14px;
    }
}

/****************************************/

#future_date {
    font-size: 30px;
}

@media all and (min-width:0px) and (max-width:750px) {
    #future_date {
        font-size: 20px;
    }
}

/********************　footer NieR　********************/
footer {
    background: #170237;
    position: relative;
    text-align: center;
    padding: 30px 0 200px;
    color: #fff;
    font-size: 18px;
    line-height: 2;
    width: 100%;
    margin: 0 auto;
}
.footer {
    padding: 0;
}
@media screen and (max-width: 750px) {
    footer {
        font-size: 14px;
    }
}

ul.footer li {
    display: inline;
    text-align: center;
}
footer a {
    color: #fff;
    line-height: 3;
    text-decoration: none;
    padding: 5px 10px;
}
@media screen and (max-width: 750px) {
    footer a {
        line-height: 3.5;
    }
}

footer a:hover {
    background: #333;
    padding: 5px 10px;
}
footer span {
    font-size: 10px;
    line-height: 5;
}
@media screen and (max-width: 750px) {
    footer span {
        line-height: 3.5;
    }
}

/* 初期状態では非表示 */
.sp-br {
    display: none;
  }
  
  /* 画面幅750px以下のときだけ表示 */
  @media screen and (max-width: 750px) {
    .sp-br {
      display: inline;
    }
  }