@charset "utf-8";

:root {
  --white: #fff;
  --black: #000;
  --red: #e83a3a;
}

/* 口座開設して限定動画を視聴ボタン - 最短即日で開設完了！ */
.mv-cv-btn::before {
  content: "最短即日で開設完了！";
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  /* top : -28px; */
  left: 50%;
  margin-top: -68px !important;
  transform: translateX(-50%);
  display: block;
  width: 250px;
  height: 45px;
  padding-top: 8px;
  background-image: url("/event/fx-limited-video-01/image/btn_balloon.png");
  background-size: contain;
  background-repeat: no-repeat no-repeat;
}

.lp-header {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .16);
  width: 100%;
  z-index: 9999;
  position: relative;
}

.lp-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 12px 15px;
}

.lp-header-logo>a {
  display: block;
  width: 86px;
}

.lp-header-logo>a img {
  -webkit-transform: none;
  transform: none;
}

@media (min-width: 48em) {
  .lp-header {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
  }

  .lp-header-container {
    padding: 18px 24px 10px;
  }

  .lp-header-logo>a {
    width: auto;
    height: auto;
  }

  .lp-header .global-header-buttons {
    width: 100%;
    position: static;
  }
  .lp-header+.l-main .page-title-hdg {
    padding-top: 50px;
  }
}

/*----------------------
*  button
----------------------*/
.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px var(--red);
  background-color: #fffe84;
  height: 90px;
  border-radius: 64px;
  font-weight: 600;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 3px 3px 10px 0 rgba(34, 34, 34, 0.3);
  background-color: var(--red);
  font-size: clamp(1.125rem, 0.9049295775rem + 0.9389671362vw, 1.75rem);
  max-width: 514px;
  margin: 0 auto;
  color: var(--white);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
  .c-button {
    height: 54px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 751px) {
  .c-button:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-button .wrap {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-button .dot {
  position: relative;
}
.c-button .dot::before {
  content: "";
  position: absolute;
  top: -8px;
  width: 6px;
  height: 6px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--white);
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  .c-button .dot::before {
    top: -4px;
    width: 3px;
    height: 3px;
  }
}
.c-button .small {
  font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
}

.c-button-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fffe84;
  border: 1px solid var(--black);
  padding: 5px 10px;
  -webkit-box-shadow: 0px 5px 0 0 var(--black);
          box-shadow: 0px 5px 0 0 var(--black);
}
@media only screen and (max-width: 750px) {
  .c-button-open {
    -webkit-box-shadow: 0px 2px 0 0 var(--black);
            box-shadow: 0px 2px 0 0 var(--black);
  }
}
@media only screen and (min-width: 751px) {
  .c-button-open:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-button-open .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.c-button-open .icon-free {
  background-color: var(--white);
  border-radius: 50%;
  border: 1px solid var(--black);
  width: 50px;
  height: 50px;
  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;
  font-size: clamp(0.8125rem, 0.7024647887rem + 0.4694835681vw, 1.125rem);
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .c-button-open .icon-free {
    width: 38px;
    height: 38px;
  }
}
@media only screen and (min-width: 751px) {
  .c-button-open .text {
    width: 144px;
  }
}
@media only screen and (max-width: 750px) {
  .c-button-open .text {
    width: 113px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-button-open .text-big {
  width: 50%;
  font-size: clamp(1.25rem, 1.0959507042rem + 0.6572769953vw, 1.6875rem);
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .c-button-open .text-big {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 374px) {
  .c-button-open .text-big {
    font-size: 16px;
  }
}
.c-button--fukidashi {
  position : relative;
}
.c-button--fukidashi .small {
  margin-right : 0.5em;
}

@media (max-width: 374px) {
  .sticky .c-button--fukidashi{
    font-size : 0.9rem;
  }
  .sticky .c-button--fukidashi .small{
    font-size : 0.7rem;
  }
}


.c-button--fukidashi::before {
  content : "最短即日で開設完了！";
  font-size : 14px;
  color : rgb(0, 0, 0);
  font-weight : bold;
  text-align : center;
  letter-spacing : 1px;
  position : absolute;
  top : -28px;
  left : 50%;
  transform : translateX(-50%);
  display : block;
  width : 230px;
  height : 45px;
  padding-top : 4px;
  background-image : url("/event/multi-ta/image/btn_balloon.png");
  background-size : contain;
  background-repeat : no-repeat no-repeat;
}
@media only screen and (min-width: 751px) {
  .c-button--fukidashi::before {
    font-size : 18px;
    top : -30px;
    width : 282px;
    height : 51px;
    padding-top : 4px;
  }
}
@media only screen and (max-width: 340px) {
  .c-button--fukidashi::before {
    top : -30px;
    padding-top : 5px;
  }
}
@media only screen and (max-width: 750px) {
  .c-button--fukidashi {
    margin-top : 20px;
  }
}


/*----------------------
*  sticky
----------------------*/
.sticky {
  display: none;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  padding: 20px 0;
}
@media only screen and (max-width: 750px) {
  .sticky {
    padding: 10px 0;
  }
  .sticky .c-button {
    width: calc(100% - 120px);
  }
  #rto_incentives_pop {
    bottom: 80px!important;
  }
}

@media (max-width: 374px) {
  .sticky .c-button--fukidashi{
    font-size : 0.9rem;
  }
  .sticky .c-button--fukidashi .small{
    font-size : 0.7rem;
  }
}