@charset "UTF-8";
/* --------------------------
    Common
-----------------------------*/
.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

html {
  font-size: 62.5%;
  /*pxだと10px;*/
}

body {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

body p {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: bold;
}

body .bodyWrappe {
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 1px 20px #c7c7c7;
          box-shadow: 0px 1px 20px #c7c7c7;
}

img {
  width: 100%;
}



.shadow {
  -webkit-box-shadow: -1px 12px 17px -11px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: -1px 12px 17px -11px rgba(0, 0, 0, 0.8);
  box-shadow: -1px 12px 17px -11px rgba(0, 0, 0, 0.8);
}

/* --------------------------
    パーツ類
-----------------------------*/
/* 追従ボタン */
.float-btn-wrapper {
    width: 100%;
    max-width: 980px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: fixed;
    bottom: 10px;
    z-index: 20;
}

.float-btn {
    /* margin: 0 7.4%; */
    margin: 0 auto;
    /* width: 52%; */
}

/* ダイマー */
.timer-wrapper {
    background: rgba(255, 255, 255, 0.6);
    width: 52%;
    margin: 0 auto;
}
.timer {
    text-align: center;
    font-size: 5.0rem;
    font-weight: bold;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .timer {
        font-size: 3.5rem;
    }
    .timer>.text {
        font-size: 2rem;
    }
    .timer-wrapper {
        width: 80%;
    }

    .timer-wrapper p {
        font-size: 17px;
    }
}

.timer>.text {
    font-size: 4.5rem;
}

/* 申し込みボタン */
.cdSec {
    background-color: #f5f5f5;
}
.btn {
    display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 52%;
  margin: 0 auto;
}

.btn img {
    display: block;
    border-radius: 20px;
}

.btn:hover {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width:767px) {
    .btn {
        width: 88%;
    }
    .btn img {
        border-radius: 10px;
    }

}

/* 矢印 */
.u-arrow---red {
    width: 24%;
    margin: 40px auto 0;
}
@media screen and (max-width:767px) {
    .u-arrow---red {
        width: 30%;
        margin: 20px auto 0;
    }
}

/* youtube動画横幅100%調整 */
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    /* margin-bottom: 2rem; */
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --------------------------
    mv
-----------------------------*/
.section-mv__img {
    height: 36vw;
    max-height: 350px;
    object-fit: cover;
    object-position: top;
}

@media screen and (max-width:767px) {
    .section-mv__img {
        object-fit: cover;
        /* height: 210px; */
        height: 54vw;
        object-position: top;
    }
}


/* --------------------------
    プレゼント (01)
-----------------------------*/
.section-presents-01 {
    position: relative;
}
.section-presents-01__arrow {
    position: absolute;
    bottom: -11%;
    width: 35%;
    left: 50.9%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 10;
}

@media screen and (max-width:767px) {
    .section-presents-01__arrow {
        width: 46%;
        left: 50.4%;
    }

}

/* --------------------------
    プレゼント 
-----------------------------*/
.section-presents__wrapper {
    position: relative;
}

.section-presents__btn {
    position: absolute;
    bottom: 9%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

@media screen and (max-width:767px) {
    .section-presents__btn {
        bottom: 6%;
    }

}

.btn.disabled {
    filter: brightness(80%);
}

a.btn.disabled {
    pointer-events: none;
}

.fv-movie {
    margin-bottom: 40px;
}



