
.mystery-lp-mv {
  position: relative;
  background: url(/join/assets/images/bg_lp_mv.png) no-repeat;
  background-size: cover;
}
.mystery-lp-mv:before {
  content: "";
  position: absolute;
  top: 580px;
/*  background: var(--color-white);*/
  width: 100%;
  height: calc(100% - 580px);
}
.mystery-lp-mv:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  width: 78px;
  height: 29px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2268%22%20height%3D%2222%22%20viewBox%3D%220%200%2068%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M34%2022L67.775%200.25H0.22501L34%2022Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: 78px 29px;
  z-index: 1;
}
.mystery-lp-mv__inner {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 25px 20px ;
}
.mystery-lp-mv__logo-wrap {
  width: 580px;
  margin: 0 auto;
}
.mystery-lp-mv__logo-text {
  color: var(--color-dark-gray2);
  font-size: 16px;
  line-height: 1.448;
  text-align: center;
}

.mystery-lp-mv__logo{
    width: 450px;
    display: flex;
    margin:10px auto;
    text-align: center;
}
.mystery-lp-mv__logo-img {
  display: block;
}
.mystery-lp-mv__text-wrap {
  padding: 25px 0;
}
.mystery-lp-mv__text-l, .mystery-lp-mv__text-m, .mystery-lp-mv__text-s {
  color: #083078;
}
.mystery-lp-mv__text-l {
    font-size: 5.8rem;
    font-weight: 700;
    line-height: 1.448;
    text-align: center;
    letter-spacing: 0em;
    display: block;
}
.mystery-lp-mv__text-l span{
    display: inline-block;
    line-height: 1.2em;
}
.mystery-lp-mv__text-m {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.448;
  text-align: center;
  margin-top: 20px;
}
.mystery-lp-mv__text-s {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.mystery-lp-mv__cost {
  margin: 0 auto;
  background: var(--color-red1);
  width: 480px;
  height: 86px;
  border-radius: 6px;
  color: var(--color-white);
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.448;
  text-align: center;
}
.mystery-lp-mv__cost-l {
  position: relative;
  font-size: 6.2rem;
  line-height: 1;
  bottom: -3px;
  padding: 0 5px;
}
.mystery-lp-mv__lineup {
  margin: 50px auto 0;
}
.mystery-lp-mv__lineup-title {
  color: #083078;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.452;
  text-align: center;
}
.mystery-lp-mv__lineup-list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.mystery-lp-mv__lineup-item {
  width: 24%;
}
.mystery-lp-mv__stamp {
  display: block;
  position: absolute;
  top: 50px;
  right: 15px;
  width: 210px;
  height: 210px;
  background: var(--color-red1);
  border-radius: 50%;
  text-align: center;
}
.mystery-lp-mv__stamp:after {
  content: "";
  display: block;
  position: absolute;
  border: 4px solid var(--color-red1);
  border-radius: 50%;
  width: 230px;
  height: 230px;
  top: -10px;
  left: -10px;
}
.mystery-lp-mv__stamp-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
}
.mystery-lp-mv__stamp-text-l, .mystery-lp-mv__stamp-text-m, .mystery-lp-mv__stamp-text-s {
  color: var(--color-white);
}
.mystery-lp-mv__stamp-text-l {
  position: relative;
  display: inline-block;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1;
}
.mystery-lp-mv__stamp-text-m {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.mystery-lp-mv__stamp-text-s {
  margin-top: 7px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.mystery-lp-mv__stamp-text-float {
  position: absolute;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.448;
  right: 0;
  top: 20px;
}

.mystery-lp-entry {
/*  background: linear-gradient(261.17deg, #003362 17%, #014685 46.5%, #32729F 74.11%, #54A5CC 102.02%);*/  
    box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.4);
    background-color: #FAFE28;
}
.mystery-lp-entry__inner {
  padding: 50px 0 40px;
  text-align: center;
  position: relative;
}
.mystery-lp-entry__text-l, .mystery-lp-entry__text-m {
  /*color: var(--color-white);*/
  color: #0C3178;
}
.mystery-lp-entry__text-l {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}
.mystery-lp-entry__text-m {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 18px 0 62px;
}
.mystery-lp-entry__text-s {
    width: 334px;
    text-align: center;
    margin: 0 0 0 -175px;
    z-index: 100;
    position: absolute;
    bottom: 175px;
    left: 50%;
}

.mystery-lp-entry__btn {
  position: relative;
  display: block;
  margin: 30px auto 0;
  width: 858px;
  height: 140px;
  background: url(/join/assets/images/btn_lp_entry02.png) no-repeat center center;
  background-size: 858px auto;
  transition: all 0.2s;
}
.mystery-lp-entry__btn:hover {
  opacity: 0.5;
}
.mystery-lp-entry__btn-inner {
  position: relative;
  top: calc(50% - 21px);
  transform: translateY(-50%);
  padding-left: 6px;
  text-align: center;
}
.mystery-lp-entry__btn-text-l {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  margin-top: 3px;
}
.mystery-lp-entry__btn-text-m {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
}
.mystery-lp-entry__btn-text-s {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.448;
  color: #6F5F28;
  margin-top: 11px;
}

.mystery-lp-feature {
  background: var(--color-white);
}

.mystery-lp-feature__text-l{
  font-size: 5em;
  font-weight: 700;
  color: #083078;
  text-align: center;
}

.mystery-lp-feature__text-m{
  font-size: 2.4em;
  font-weight: 700;
  color: #083078;
  text-align: center;
  margin: 20px 0 30px;
}

.mystery-lp-feature__inner {
  max-width: 1000px;
  padding: 60px 0;
  margin: 0 auto;
}
.mystery-lp-feature__img {
  width: 100%;
}

.mystery-lp__wrap {
  position: relative;
  background: #F3F3F3;
  color: #000;
}
.mystery-lp__wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  width: 78px;
  height: 29px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2268%22%20height%3D%2222%22%20viewBox%3D%220%200%2068%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M34%2022L67.775%200.25H0.22501L34%2022Z%22%20fill%3D%22%23F3F3F3%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: 78px 29px;
  z-index: 1;
}

.mystery-lp__menu {
  position: relative;
  text-align: center;
}
.mystery-lp__menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  background: var(--color-white);
  z-index: 0;
}
.mystery-lp__menu-item {
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 185px;
  height: 100px;
  padding-top: 27px;
  background: #F3F3F3;
  border-radius: 10px;
}
.mystery-lp__menu-item:hover .mystery-lp__menu-item-text {
  opacity: 0.5;
}
.mystery-lp__menu-item:hover .mystery-lp__menu-item-text:after {
  margin-top: 16px;
}
.mystery-lp__menu-item + .mystery-lp__menu-item {
  margin-left: 20px;
}
.mystery-lp__menu-item-text {
  position: relative;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.444;
  transition: all 0.2s;
}
.mystery-lp__menu-item-text:after {
  content: "";
  display: block;
  margin: 13px auto 0;
  width: 15px;
  height: 9px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%229%22%20viewBox%3D%220%200%2015%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.7625%200L7.5%205.56275L13.2375%200L15%201.71255L7.5%209L0%201.71255L1.7625%200Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: 15px 9px;
  transition: all 0.2s;
}
.mystery-lp__cost {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 20px 0;
}
.mystery-lp__cost-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4333;
  padding-bottom: 15px;
  border-bottom: 1px solid #B0AFB3;
}
.mystery-lp__cost-heading {
  color: var(--color-red1);
  margin-top: 50px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3888;
  text-align: center;
}
.mystery-lp__cost-heading-blue {
  color: #083078;
}
.mystery-lp__cost-note {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.mystery-lp__cost-text {
  color: #083078;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.384;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 17px;
}
.mystery-lp__cost-text-red {
  color: #E60020;
}
.mystery-lp__cost-text .attention{
    font-size: 11px;
}
.mystery-lp__cost-img {
  display: block;
  margin-top: 10px;
}
.mystery-lp__step {
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 20px 50px;
}
.mystery-lp__step-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4333;
  padding-bottom: 15px;
  border-bottom: 1px solid #B0AFB3;
}
.mystery-lp__step-img {
  display: block;
  margin-top: 50px;
}
.mystery-lp__contact {
  padding-top: 30px;
  padding-bottom: 60px;
}
.mystery-lp__contact-inner {
  width: 620px;
  margin: 0 auto;
  padding: 25px 5px 29px;
  background: #EDEDED;
  text-align: center;
}
.mystery-lp__contact-text {
  font-size: 2.4rem;
  line-height: 1;
}
.mystery-lp__contact-text02 {
  font-size: 1.4em;
  line-height: 1.2em;
}
.mystery-lp__contact-text03 {
  font-size: 1.4em;
  margin-top: 10px;
}
.mystery-lp__contact-tell {
  display: inline-block;
  margin-top: 11px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.mystery-lp__contact-tell-icon {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 40px;
}
.mystery-lp__lineup {
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 20px 0;
}
.mystery-lp__lineup-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4333;
  padding-bottom: 15px;
  border-bottom: 1px solid #B0AFB3;
}
.mystery-lp__lineup-btn {
  display: block;
  text-align: center;
  margin: 40px auto 0;
  width: 360px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #B0AFB3;
  border-radius: 90px;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.2s;
}
.mystery-lp__lineup-btn:hover {
  opacity: 0.5;
}
.mystery-lp__lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mystery-lp__lineup-item {
  width: 32.4%;
  margin-top: 50px;
}

.mystery-lp__pre-item {
  width: 66.2%;
  margin-top: 50px;
}

.mystery-lp__lineup-item-tag{
    margin-top: 10px;
    display: flex;
}

.mystery-lp__lineup-item-tag li{
    background: #07478F;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
    padding: 5px 5px;
    margin-right: 4px;
    display: inline-block;
    letter-spacing: 0;
}

.mystery-lp__lineup-item-title {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.454;
}

.mystery-lp__lineup-item-onair {
  margin-top: 10px;
  padding: 2px 5px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.444;
  color: #111111;
  text-align: left;
  font-feature-settings: "palt";
}

.mystery-lp__lineup-item-onair-inner{
    background: #111111;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
    padding: 2px 5px;
    margin-right: 4px;
    margin-right: 10px;
}
.mystery-lp__lineup-item-tag .no_tag {
    background: #F3F3F3;
    height: 23px;
}

.mystery-lp__lineup-item-text {
  color: #0C3178;
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.mystery-lp__lineup-item-text span{
    font-weight: 700;
}
.mystery-lp__howtowatch {
  text-align: center;
  max-width: 940px;
  margin: 30px auto 0;
  padding: 0 20px;
}
.mystery-lp__howtowatch-inner {
  border: 3px solid #0099FF;
  padding: 30px 25px 20px;
  color: #0099FF;
}
.mystery-lp__howtowatch-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.458;
}
.mystery-lp__howtowatch-text {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.mystery-lp__howtowatch a {
  text-decoration: underline;
  transition: all 0.2s;
}
.mystery-lp__howtowatch a:hover {
  opacity: 0.5;
}
.mystery-lp__movie {
  text-align: center;
  max-width: 640px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.mystery-lp__movie-inner {
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
.mystery-lp__movie-inner::before {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100px;
  height: 100px;
  background-image: url("/join/assets/images/icn_movie_start.svg");
  margin: auto;
}
.mystery-lp__movie-inner:hover {
  opacity: 0.5;
}
.mystery-lp__ondemand {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px;
  background-image: linear-gradient(180deg, rgba(243, 243, 243, 1) 50%, rgba(7, 71, 143, 1) 50%, rgba(7, 71, 143, 1));
}
.mystery-lp__ondemand-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4333;
  padding-bottom: 15px;
  border-bottom: 1px solid #B0AFB3;
}
.mystery-lp__ondemand-inner {
  max-width: 1108px;
  display:block;
  position: relative;
  justify-content: space-between;
  margin: 0 auto;
}

.mystery-lp__ondemand-inner a {
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -180px;
    background-color: #FFFFFF;
}
.mystery-lp__ondemand-left {
  width: 53.3%;
}
.mystery-lp__ondemand-right {
  width: 46.7%;
}
.mystery-lp__ondemand-text-l {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.mystery-lp__ondemand-text-m {
  font-size: 2.2rem;
  line-height: 1.5;
}
.mystery-lp__ondemand-text-s {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.416;
}
.mystery-lp__ondemand-img {
  width: 100%;
}
.mystery-lp__ondemand-btn {
  display: block;
  text-align: center;
  margin: 40px auto 0;
  width: 360px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #B0AFB3;
  border-radius: 90px;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.2s;
}

.mystery-lp__cost-note.white {
  margin: -30px auto 0;
}

.mystery-lp__ondemand-btn:hover {
  opacity: 0.5;
}

.mystery-lp-copy {
  width: 100%;
  background: #111;
}
.mystery-lp-copy__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: #BBBBBB;
}
@media (max-width: 767.98px) {
  .mystery-lp-mv {
    background: url(/join/assets/images/bg_lp_mv_pc.png) cover;
  }
  .mystery-lp-mv:before {
    top: 550px;
    height: calc(100% - 550px);
  }
    
  .mystery-lp-mv__logo-text{
    font-size: 2.8vw;
  }
  .mystery-lp-mv__inner {
    padding: 122px 20px 30px;
  }
  .mystery-lp-mv__logo-wrap {
    width: 90vw;
  }
  .mystery-lp-mv__logo{
    width: 77vw;
 }
  .mystery-lp-mv__logo-img {
    width: 77vw;
  }
  .mystery-lp-mv__text-wrap {
    padding: 19px 0 15px;
  }
  .mystery-lp-mv__text-l {
    font-size: 7vw;
    line-height: 1.3;
    margin-top: 5px;
  }
  .mystery-lp-mv__text-m {
    font-size: 2.4rem;
    line-height: 1.448;
    margin-top: 20px;
  }
  .mystery-lp-mv__text-s {
    font-size: 1.6rem;
    line-height: 1.437;
  }
  .mystery-lp-mv__cost {
    width: 240px;
    height: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .mystery-lp-mv__cost-l {
    font-size: 3.4rem;
    bottom: -3px;
    padding: 0 5px;
  }
  .mystery-lp-mv__lineup {
    margin: 30px auto 0;
  }
  .mystery-lp-mv__lineup-title {
    font-size: 2rem;
    line-height: 1.448;
  }
  .mystery-lp-mv__lineup-list {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .mystery-lp-mv__lineup-item {
    width: 48.5%;
    margin-top: 15px;
  }
  .mystery-lp-mv__stamp {
    top: 18px;
    right: 20px;
    width: 100px;
    height: 100px;
  }
  .mystery-lp-mv__stamp:after {
    border: 2px solid var(--color-red1);
    width: 110px;
    height: 110px;
    top: -5px;
    left: -5px;
  }
  .mystery-lp-mv__stamp-text-l {
    font-size: 3.2rem;
  }
  .mystery-lp-mv__stamp-text-m {
    font-size: 1.6rem;
  }
  .mystery-lp-mv__stamp-text-s {
    margin-top: 3px;
    font-size: 1.2rem;
  }
  .mystery-lp-mv__stamp-text-float {
    font-weight: 400;
    right: -10px;
    top: 3px;
  }
  .mystery-lp-entry__inner {
    padding: 50px 10px 40px;
  }
  .mystery-lp-entry__text-l {
    font-size: 3.2rem;
  }
  .mystery-lp-entry__text-m {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .mystery-lp-entry__text-s {
    width: 50vw;
    bottom: 154px;
    left: 50%;
    margin-left: -25vw;
}
  .mystery-lp-entry__btn {
    margin: 30px auto 0;
    width: 355px;
    height: 120px;
    background: url(/join/assets/images/btn_lp_entry_sp02.png) no-repeat center center;
    background-size: 355px auto;
  }
  .mystery-lp-entry__btn-inner {
    padding:2px 0 0 30px;
  }
  .mystery-lp-entry__btn-text-l {
    font-size: 2.2rem;
    line-height: 1.363;
    margin: 0 0 30px;
  }
  .mystery-lp-entry__btn-text-m {
    font-size: 1.4rem;
    line-height: 1.448;
  }
  .mystery-lp-entry__btn-text-s {
    margin-top: 0;
  }
  .mystery-lp-feature__inner {
    padding: 30px 0;
    width: 89%;
  }
  .mystery-lp__menu:before {
    height: 45px;
  }
  .mystery-lp__menu-item {
    max-width: 100px;
    min-width: 70px;
    width: 21.6vw;
    height: 70px;
    padding-top: 0;
  }
  .mystery-lp__menu-item + .mystery-lp__menu-item {
    margin-left: 1.3%;
  }
  .mystery-lp__menu-item-text {
    font-size: 1.4rem;
    line-height: 1.3;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mystery-lp__menu-item-text:after {
    margin: 10px auto 0;
    background-size: 10px 6px;
  }
  .mystery-lp__cost {
    padding: 20px 20px 0;
  }
  .mystery-lp__cost-title {
    font-size: 2.6rem;
    line-height: 1.448;
    padding-bottom: 10px;
  }
  .mystery-lp__cost-heading {
    margin-top: 30px;
    font-size: 2rem;
    line-height: 1;
  }
  .mystery-lp__cost-note {
    margin-top: 6px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .mystery-lp__cost-text {
    font-size: 2rem;
    line-height: 1.4;
  }
  .mystery-lp__step {
    padding: 50px 20px 25px;
  }
  .mystery-lp__step-title {
    font-size: 2.6rem;
    line-height: 1.448;
    padding-bottom: 10px;
  }
  .mystery-lp__step-img {
    margin-top: 30px;
  }
  .mystery-lp__contact {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .mystery-lp__contact-inner {
    width: 330px;
    margin: 0 auto;
    padding: 20px 10px;
  }
  .mystery-lp__contact-text {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .mystery-lp__contact-tell {
    margin-top: 8px;
    font-size: 3rem;
  }
  .mystery-lp__contact-tell-icon {
    width: 35px;
    top: 3px;
  }
  .mystery-lp__lineup {
    padding: 50px 20px 0;
  }
  .mystery-lp__lineup-title {
    font-size: 2.6rem;
    line-height: 1.448;
    padding-bottom: 10px;
  }
  .mystery-lp__lineup-btn {
    margin: 30px auto 0;
    width: 275px;
    height: 50px;
    line-height: 48px;
    font-size: 1.6rem;
  }
  .mystery-lp__lineup-item,
  .mystery-lp__pre-item {
    width: 100%;
    margin-top: 30px;
  }
  .mystery-lp__lineup-item-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.448;
  }
  .mystery-lp__lineup-item-text {
    margin-top: 11px;
  }
  .mystery-lp__lineup-item-onair {
    margin-top: 6px;
  }
  .mystery-lp__howtowatch {
    margin: 20px auto 0;
  }
  .mystery-lp__howtowatch-inner {
    padding: 30px 20px;
  }
  .mystery-lp__howtowatch-title {
    font-size: 1.8rem;
    line-height: 1.477;
  }
  .mystery-lp__movie {
    margin: 30px auto 0;
  }
  .mystery-lp__ondemand {
    padding: 0 0 50px;
  }
  .mystery-lp__ondemand-title {
    font-size: 2.6rem;
    line-height: 1.448;
    padding-bottom: 10px;
  }
  .mystery-lp__ondemand-img {
    width: 92vw;
  }
  .mystery-lp__ondemand-inner {
    width: 92vw;
    height: auto;
    margin-top: 30px;
    display: block;
  }
  .mystery-lp__ondemand-inner a {
    left: 50%;
    bottom: 12vw;    
    margin-left: -137px;
    background-color: #FFFFFF;
  }
  .mystery-lp__ondemand-left {
    width: 100%;
  }
  .mystery-lp__ondemand-right {
    width: 100%;
    margin-top: 30px;
  }
  .mystery-lp__ondemand-text-l {
    font-size: 2.4rem;
  }
  .mystery-lp__ondemand-text-m {
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .mystery-lp__ondemand-text-s {
    margin-top: 6px;
  }
  .mystery-lp__ondemand-btn {
    margin: 30px auto 0;
    width: 275px;
    height: 50px;
    line-height: 48px;
    font-size: 1.6rem;
  }
    
  .mystery-lp__cost-note.white {
    margin: -1vw auto 0;
  }    
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .mystery-lp-mv__stamp {
    width: 170px;
    height: 170px;
  }
  .mystery-lp-mv__stamp:after {
    width: 190px;
    height: 190px;
  }
  .mystery-lp__menu-item {
    width: 160px;
  }
}
@media (max-width: small-mobile-0.02px) {
  .mystery-lp-entry__btn {
    width: 94.6%;
    background-size: 100% auto;
  }
  .mystery-lp-entry__btn-inner {
    padding-left: 14.4vw;
  }
  .mystery-lp-entry__btn-text-l {
    font-size: 5.8vw;
  }
  .mystery-lp-entry__btn-text-m {
    font-size: 4.266vw;
  }
  .mystery-lp-entry__btn-text-s {
    font-size: 3.733vw;
  }
}


/*20220901*/
.app-button {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 70px;
  width: 199px;
}

.app-button a img {
  transition: opacity .3s linear;
}

.app-button a:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .app-button {
    bottom: 20px;
    width: 120px;
  }
}

/*20220912*/
.mystery-lp__lineup-img:hover,.mystery-lp-mv__lineup-item:hover{
  opacity: 0.7;
}

.mystery-lp__step-btn {
  display: block;
  text-align: center;
  margin: 40px auto 0;
  width: 360px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #B0AFB3;
  border-radius: 90px;
  font-size: 1.6rem;
  font-weight: 500;
}

.mystery-lp__step-btn:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .mystery-lp__step-btn {
  margin: 30px auto 0;
  width: 275px;
  height: 50px;
  line-height: 48px;
  font-size: 1.6rem;
  }
}

/*
.mystery-lp__step-btn::after {
  width:23px;
  height:18px;
  margin-left:1px;
  background:url(/join/assets/images/icon_blank_black.svg) no-repeat 50%/contain;
}
*/

/*20221008*/
.mystery-popup-banner{
  display: none;
}


.mystery-lp-mv__header{
    width: 100%;
    background: #0058AA;
}

.mystery-lp-mv__header a{
    padding: 10px 16px;
    font-size: 1.3em;
    color: #FFFFFF;
    display: flex;
    text-decoration: none;
    transition: transform 0.3s;
}

.mystery-lp-mv__header a:hover{
    text-decoration: underline;
    opacity: 0.8;
}

.mystery-lp-mv__header a img{
    padding-right: 5px;
}

.mystery-lp__faq {
    max-width: 1040px;
    margin: 0 auto;
    padding: 100px 20px;
}

.mystery-lp__faq-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4333;
    padding-bottom: 15px;
    border-bottom: 1px solid #B0AFB3;
    margin-bottom: 40px;
}

.mystery-lp__faq-inner {
    padding: 19px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-bottom: 24px;
    position: relative;
    transition: transform 0.3s ;

}

.mystery-lp__faq-question-header{
    color: #111111;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    line-height: 1.4333;
    padding-left: 2.1em;
    padding-right: 50px;
    text-indent: -2em;
}


.mystery-lp__faq-question-icon{
    color: #07478F;
    font-size: 1.8rem;
    font-weight: 700;
    padding-right: 12px;
}

.mystery-lp__faq-question-header .mystery-lp__faq-arrow {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.mystery-lp__faq-question-header .mystery-lp__faq-arrow::before {
  content: ""; 
  display: block;
  background: url(/join/assets/images/faq_btn01.svg) ;
  width: 24px;
  height: 24px;
}

.mystery-lp__faq-question-header .mystery-lp__faq-arrow.up::before {
  content: "";
  display: block;
  background: url(/join/assets/images/faq_btn02.svg) ;
  width: 24px;
  height: 24px;
}

.mystery-lp__faq-answer {
    padding-top: 16px;
    display: none;
}

.mystery-lp__faq-answer a{
    color: #07478F;
    text-decoration: none;
    transition: transform 0.3s ;
}

.mystery-lp__faq-answer a:hover{
    text-decoration: underline;
    opacity: 0.8;
}

.mystery-lp__faq-answer.active {
    display: flex;
}

.mystery-lp__faq-answer p {
    font-size: 1.5rem;
    line-height: 1.4333;
    padding-left: 2.1em;
    text-indent: -2em;
    padding-right: 50px;
}

.mystery-lp__faq-answer-icon{
    font-size: 1.8rem;
    font-weight: 700;
    padding-right: 12px;
}

.mystery-lp__howto{
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .mystery-lp-feature__text-l{
    font-size: 2.4em;
  }

  .mystery-lp-feature__text-m{
    font-size: 1.5em;
    margin: 20px 0 30px;
    line-height: 1.2;
  }
    
  .mystery-lp__lineup-item-tag .no_tag {
   display: none;
  }
}

@media (min-width: 767.99px) and (max-width: 960px) {
    
  .mystery-lp-mv__logo-wrap {
    width: 400px;
    margin: 0 auto;
    text-align: left;
  }
    
  .mystery-lp-mv__logo-text {
    font-size: 14px;
  }
  .mystery-lp-mv__logo{
    width: 400px;
  }
    
  .mystery-lp-mv__logo-img {
    display: block;
    width: 400px;
  }
  .mystery-lp-entry {
  /*  background: linear-gradient(261.17deg, #003362 17%, #014685 46.5%, #32729F 74.11%, #54A5CC 102.02%);*/  
      box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.4);
  }
  .mystery-lp-entry__inner {
    padding: 50px 0 40px;
  }
    
 .mystery-lp-entry__text-m {
   font-size: 1.8rem;
   margin: 18px 0 62px;
  }
    
  .mystery-lp-entry__text-s {
    width: 334px;
    margin: 0 0 0 -175px;
    bottom: 175px;
    left: 50%;
  }
  .mystery-lp-entry__btn {
    margin: 30px auto 0;
    width: 620px;
    height: 140px;
    background: url(/join/assets/images/btn_lp_entry02_tab.png) no-repeat center center;
    background-size: 620px auto;
  }
  .mystery-lp-entry__btn-inner {
    padding-left: 6px;
    text-align: center;
  }
  .mystery-lp-entry__btn-text-l {
    font-size: 3.6rem;
    margin-top: 3px;
  }
  .mystery-lp-entry__btn-text-m {
    font-size: 1.8rem
  }
  .mystery-lp-entry__btn-text-s {
    font-size: 1.4rem;
    line-height: 1.448;
    margin-top: 11px;
  }
}

.mystery-lp__wrap.contents02:after{
  background: url(/join/assets/images/cv_arrow.svg) no-repeat center center;
}


.mystery-lp__cost-heading-red{
    color: #c0392b;
    font-size: 3rem;
    font-weight: 700;
    line-height: 2.2;
    margin: 80px 0 20px;
}

.mystery-lp__cost-txt{
    color: #000000;
    font-size: 1.8rem;
    line-height: 1.8571428571;
}

.mystery-lp__set-cost{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}

.mystery-lp__set-cost ul{
    display: flex;
    flex-direction: inherit;
    justify-content: space-between;
}

.mystery-lp__set-cost ul li a{
transition: all 0.3s;
}

.mystery-lp__set-cost ul li .diagnosis_btn{
width:100%;
display:block;
margin:20px 0 0;
}

.mystery-lp__set-cost ul li .diagnosis_btn.diagnosis_btn02{
margin-left:5%;
}

.mystery-lp__set-cost ul li a:hover{
opacity:0.7;
}


@media screen and (max-width: 768px) {
    
    .mystery-lp__set-cost{
    }
    
    .mystery-lp__cost-heading-red{
        font-size: 2rem;
        line-height: 1.5;
    }

    .mystery-lp__cost-txt{
        font-size: 1.8rem;
        line-height: 1.6153846154;
    }

    .mystery-lp__ondemand-btn.w-90 {
        width: 90vw;
    }
    
}


.line-marker{
    background: linear-gradient(transparent 0%, #c6e3ff 0%);
}

.white .line-marker{
    background: linear-gradient(transparent 0%, #e8d500 0%);
}