:root {
  --color-white: #fff;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

.cinema-lp-mv {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ededed 0%, #fff 70%);
}
.cinema-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;
}
.cinema-lp-mv__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 25px 20px;
}
.cinema-lp-mv__inner::after {
  content: "";
  display: block;
  width: 1180px;
  height: 877px;
  background-image: url(../images/mv-image-1.png);
  background-size: 366px auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 110px;
  left: -125px;
}
.cinema-lp-mv__inner::before {
  content: "";
  display: block;
  width: 1180px;
  height: 402px;
  background-image: url(../images/mv-image-2.png);
  background-size: 404px auto;
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  z-index: 1;
  top: 350px;
  right: -105px;
}
@media (max-width: 1180px) {
  .cinema-lp-mv__inner {
    overflow: hidden;
  }
  .cinema-lp-mv__inner::after {
    left: calc((100vw - 1180px) / 2 - 125px);
  }
  .cinema-lp-mv__inner::before {
    right: calc((100vw - 1180px) / 2 - 125px);
  }
}

.cinema-lp-mv__logo-wrap {
  width: 547px;
  margin: 0 auto;
}
.cinema-lp-mv__logo-text {
  color: #1c1c1c;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.448;
  text-align: right;
}

.cinema-lp-mv__logo {
  width: 547px;
  display: flex;
  margin: 0 auto;
  text-align: center;
}
.cinema-lp-mv__logo-img {
  display: block;
}
.cinema-lp-mv__text-wrap {
  padding: 25px 0;
}
.cinema-lp-mv__text-l,
.cinema-lp-mv__text-m,
.cinema-lp-mv__text-s {
  color: #1c1c1c;
}
.cinema-lp-mv__text-l {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.448;
  text-align: center;
  letter-spacing: 0.05em;
  display: block;
}
.cinema-lp-mv__text-l span {
  display: inline-block;
  line-height: 1.2em;
}
.cinema-lp-mv__text-m {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.448;
  text-align: center;
  margin-top: 20px;
}
.cinema-lp-mv__text-s {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
.cinema-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;
}
.cinema-lp-mv__cost-l {
  position: relative;
  font-size: 6.2rem;
  line-height: 1;
  bottom: -3px;
  padding: 0 5px;
}
.cinema-lp-mv__lineup {
  margin: 48px auto 0;
  position: relative;
  z-index: 10;
}
.cinema-lp-mv__lineup-title {
  color: #1c1c1c;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.452;
  text-align: center;
}
.cinema-lp-mv__lineup-list {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cinema-lp-mv__lineup-item {
  width: 24%;
}
.cinema-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;
}
.cinema-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;
}
.cinema-lp-mv__stamp-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
}
.cinema-lp-mv__stamp-text-l,
.cinema-lp-mv__stamp-text-m,
.cinema-lp-mv__stamp-text-s {
  color: var(--color-white);
}
.cinema-lp-mv__stamp-text-l {
  position: relative;
  display: inline-block;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1;
}
.cinema-lp-mv__stamp-text-m {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.cinema-lp-mv__stamp-text-s {
  margin-top: 7px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.cinema-lp-mv__stamp-text-float {
  position: absolute;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.448;
  right: 0;
  top: 20px;
}

.cinema-lp-entry {
  background: linear-gradient(180deg, #fff6a9 0%, #ffe600 33%, #ffe600 100%);
  box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.4);
}
.cinema-lp-entry__inner {
  padding: 50px 0 40px;
  text-align: center;
  position: relative;
}
.cinema-lp-entry__text-l,
.cinema-lp-entry__text-m {
  /*color: var(--color-white);*/
  color: #1c1c1c;
}
.cinema-lp-entry__text-l {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}
.cinema-lp-entry__text-m {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin: 18px 0 62px;
}
.cinema-lp-entry__text-s {
  width: 334px;
  text-align: center;
  margin: 0 0 0 -175px;
  z-index: 100;
  position: absolute;
  bottom: 175px;
  left: 50%;
}

.cinema-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;
}
.cinema-lp-entry__btn:hover {
  opacity: 0.5;
}
.cinema-lp-entry__btn-inner {
  position: relative;
  top: calc(50% - 21px);
  transform: translateY(-50%);
  padding-left: 6px;
  text-align: center;
}
.cinema-lp-entry__btn-text-l {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  margin-top: 3px;
}
.cinema-lp-entry__btn-text-m {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.cinema-lp-entry__btn-text-s {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.448;
  color: #6f5f28;
  margin-top: 11px;
}

.up-feature {
  position: relative;
  z-index: 2;
}

.cinema-lp-feature {
  background: var(--color-white);
  overflow: hidden;
}

.cinema-lp-feature__text-l {
  font-size: 4em;
  font-weight: 700;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: left;
  position: relative;
  z-index: 2;
}

.cinema-lp-feature__text-m {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.7;
  color: #1a1a1a;
  text-align: left;
  margin: 20px 0 40px;
  position: relative;
  z-index: 2;
}
.cinema-lp-feature__inner {
  max-width: 840px;
  padding: 60px 20px 94px;
  margin: 0 auto;
  position: relative;
}
.cinema-lp-feature__inner::after {
  width: 327px;
  height: calc(100% + 80px);
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  right: -40px;
  background-image: url(../images/img_lp_feature_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.cinema-lp-feature__img {
  position: relative;
  z-index: 2;
}
.cinema-lp-feature__img img {
  width: 80%;
  max-width: 640px;
}
.cinema-lp__wrap {
  position: relative;
  background: #f3f3f3;
  color: #000;
}
.cinema-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;
}
.cinema-lp__wrap.no-aw:after {
  display: none;
}

.cinema-lp__menu {
  position: relative;
  text-align: center;
}
.cinema-lp__menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  background: var(--color-white);
  z-index: 0;
}
.cinema-lp__menu-item {
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 185px;
  height: 100px;
  padding-top: 27px;
  background: #f3f3f3;
  border-radius: 10px;
}
.cinema-lp__menu-item:hover .cinema-lp__menu-item-text {
  opacity: 0.5;
}
.cinema-lp__menu-item:hover .cinema-lp__menu-item-text:after {
  margin-top: 16px;
}
.cinema-lp__menu-item + .cinema-lp__menu-item {
  margin-left: 20px;
}
.cinema-lp__menu-item-text {
  position: relative;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.444;
  transition: all 0.2s;
}
.cinema-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;
}
.cinema-lp__cost {
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 20px 0;
}
.cinema-lp__cost-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4333;
  padding-bottom: 15px;
  border-bottom: 1px solid #b0afb3;
}
.cinema-lp__cost-heading {
  color: var(--color-red1);
  margin-top: 50px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3888;
  text-align: center;
}
.cinema-lp__cost-heading-blue {
  color: #083078;
}
.cinema-lp__cost-note {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.cinema-lp__cost-text {
  color: #1c1c1c;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.384;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 17px;
}
.cinema-lp__cost-text-red {
  color: #e20009;
}
.cinema-lp__cost-text .attention {
  font-size: 11px;
}
.cinema-lp__cost-img {
  display: block;
  margin-top: 10px;
}
.cinema-lp__step {
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 20px 50px;
}
.cinema-lp__step-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4333;
  padding-bottom: 15px;
  border-bottom: 1px solid #b0afb3;
}
.cinema-lp__step-img {
  display: block;
  margin-top: 50px;
}
.cinema-lp__contact {
  padding-top: 30px;
  padding-bottom: 60px;
}
.cinema-lp__contact-inner {
  width: 620px;
  margin: 0 auto;
  padding: 25px 5px 29px;
  background: #fffbfb;
  text-align: center;
}
.cinema-lp__contact-text {
  font-size: 2.4rem;
  line-height: 1;
}
.cinema-lp__contact-text02 {
  font-size: 1.4em;
  line-height: 1.2em;
}
.cinema-lp__contact-text03 {
  font-size: 1.4em;
  margin-top: 10px;
}
.cinema-lp__contact-tell {
  display: inline-block;
  margin-top: 11px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
.cinema-lp__contact-tell-icon {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 40px;
}
.cinema-lp__lineup {
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 20px 0;
}
.cinema-lp__lineup-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4333;
  padding-bottom: 15px;
  border-bottom: 1px solid #b0afb3;
}
.cinema-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;
}
.cinema-lp__lineup-btn:hover {
  opacity: 0.5;
}
.cinema-lp__lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cinema-lp__lineup-item {
  width: 32.4%;
  margin-top: 50px;
}

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

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

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

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

.cinema-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";
}

.cinema-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;
}
.cinema-lp__lineup-item-tag .no_tag {
  background: #f3f3f3;
  height: 23px;
}

.cinema-lp__lineup-item-text {
  color: #0c3178;
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.cinema-lp__lineup-item-text span {
  font-weight: 700;
}
.cinema-lp__howtowatch {
  text-align: center;
  max-width: 940px;
  margin: 30px auto 0;
  padding: 0 20px;
}
.cinema-lp__howtowatch-inner {
  border: 3px solid #0099ff;
  padding: 30px 25px 20px;
  color: #0099ff;
}
.cinema-lp__howtowatch-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.458;
}
.cinema-lp__howtowatch-text {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.cinema-lp__howtowatch a {
  text-decoration: underline;
  transition: all 0.2s;
}
.cinema-lp__howtowatch a:hover {
  opacity: 0.5;
}
.cinema-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));
}
.cinema-lp__ondemand-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4333;
  padding-bottom: 15px;
  border-bottom: 1px solid #b0afb3;
}
.cinema-lp__ondemand-inner {
  max-width: 1108px;
  display: block;
  position: relative;
  justify-content: space-between;
  margin: 0 auto;
}

.cinema-lp__ondemand-inner a {
  position: absolute;
  bottom: 10%;
  left: 50%;
  margin-left: -180px;
  background-color: #ffffff;
}
.cinema-lp__ondemand-left {
  width: 53.3%;
}
.cinema-lp__ondemand-right {
  width: 46.7%;
}
.cinema-lp__ondemand-text-l {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.cinema-lp__ondemand-text-m {
  font-size: 2.2rem;
  line-height: 1.5;
}
.cinema-lp__ondemand-text-s {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.416;
}
.cinema-lp__ondemand-img {
  width: 100%;
}
.cinema-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;
}

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

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

.cinema-lp-copy {
  width: 100%;
  background: #fff;
}
.cinema-lp-copy__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: #1c1c1c;
}
@media (max-width: 767.98px) {
  .cinema-lp-mv__logo-text {
    font-size: 1.5rem;
    text-align: center;
  }
  .cinema-lp-mv__inner {
    padding: 125px 20px 27vw;
  }
  .cinema-lp-mv__inner::after {
    width: 36vw;
    max-width: 138px;
    background-image: url(../images/mv-image-1-sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -15px;
  }
  .cinema-lp-mv__inner::before {
    right: 0px;
    top: initial;
    bottom: 15px;
    width: 100%;
    height: 200px;
    background-image: url(../images/mv-image-2-sp.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    aspect-ratio: 749 / 184;
  }
  .cinema-lp-mv__logo-wrap {
    width: auto;
    text-align: center;
  }
  .cinema-lp-mv__logo {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .cinema-lp-mv__logo-img {
    width: 73vw;
    max-width: 300px;
    margin: 0 auto;
  }
  .cinema-lp-mv__text-wrap {
    padding: 17px 0 16px;
  }
  .cinema-lp-mv__text-l {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 11px;
  }
  .cinema-lp-mv__text-m {
    font-size: 1.8rem;
    line-height: 1.448;
    margin-top: 20px;
  }
  .cinema-lp-mv__text-s {
    font-size: 2.6rem;
    line-height: 1.437;
  }
  .cinema-lp-mv__cost {
    width: 240px;
    height: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .cinema-lp-mv__cost-l {
    font-size: 3.4rem;
    bottom: -3px;
    padding: 0 5px;
  }
  .cinema-lp-mv__lineup {
    margin: 15px auto 0;
  }
  .cinema-lp-mv__lineup-title {
    font-size: 1.8rem;
    line-height: 1.448;
  }
  .cinema-lp-mv__lineup-list {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .cinema-lp-mv__lineup-item {
    width: 100%;
    margin-top: 0;
  }
  .cinema-lp-mv__stamp {
    top: 18px;
    right: 20px;
    width: 100px;
    height: 100px;
  }
  .cinema-lp-mv__stamp:after {
    border: 2px solid var(--color-red1);
    width: 110px;
    height: 110px;
    top: -5px;
    left: -5px;
  }
  .cinema-lp-mv__stamp-text-l {
    font-size: 3.2rem;
  }
  .cinema-lp-mv__stamp-text-m {
    font-size: 1.6rem;
  }
  .cinema-lp-mv__stamp-text-s {
    margin-top: 3px;
    font-size: 1.2rem;
  }
  .cinema-lp-mv__stamp-text-float {
    font-weight: 400;
    right: -10px;
    top: 3px;
  }
  .cinema-lp-entry__inner {
    padding: 50px 10px 40px;
  }
  .cinema-lp-entry__text-l {
    font-size: 3.2rem;
  }
  .cinema-lp-entry__text-m {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .cinema-lp-entry__text-s {
    width: 50vw;
    bottom: 154px;
    left: 50%;
    margin-left: -25vw;
  }
  .cinema-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;
  }
  .cinema-lp-entry__btn-inner {
    padding: 2px 0 0 30px;
  }
  .cinema-lp-entry__btn-text-l {
    font-size: 2.2rem;
    line-height: 1.363;
    margin: 0 0 30px;
  }
  .cinema-lp-entry__btn-text-m {
    font-size: 1.4rem;
    line-height: 1.448;
  }
  .cinema-lp-entry__btn-text-s {
    margin-top: 0;
  }
  .cinema-lp-feature__inner {
    padding: 50px 10px;
    width: 100%;
  }
  .cinema-lp-feature__inner::after {
    width: 41.8vw;
    right: -5px;
    height: 80%;
  }
  .cinema-lp-feature__text-l {
    font-size: 2rem;
  }
  .cinema-lp-feature__text-m {
    font-size: 1.5rem;
    margin: 10px 0 25px;
  }
  .cinema-lp-feature__img img {
    width: 100%;
    max-width: none;
  }
  .cinema-lp__menu:before {
    height: 45px;
  }
  .cinema-lp__menu-item {
    max-width: 100px;
    min-width: 70px;
    width: 21.6vw;
    height: 70px;
    padding-top: 0;
  }
  .cinema-lp__menu-item + .cinema-lp__menu-item {
    margin-left: 1.3%;
  }
  .cinema-lp__menu-item-text {
    font-size: 1.4rem;
    line-height: 1.3;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .cinema-lp__menu-item-text:after {
    margin: 10px auto 0;
    background-size: 10px 6px;
  }
  .cinema-lp__cost {
    padding: 20px 20px 0;
  }
  .cinema-lp__cost-title {
    font-size: 2.6rem;
    line-height: 1.448;
    padding-bottom: 10px;
  }
  .cinema-lp__cost-heading {
    margin-top: 30px;
    font-size: 2rem;
    line-height: 1;
  }
  .cinema-lp__cost-note {
    margin-top: 6px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .cinema-lp__cost-text {
    font-size: 2rem;
    line-height: 1.4;
  }
  .cinema-lp__step {
    padding: 50px 20px 25px;
  }
  .cinema-lp__step-title {
    font-size: 2.6rem;
    line-height: 1.448;
    padding-bottom: 10px;
  }
  .cinema-lp__step-img {
    margin-top: 30px;
  }
  .cinema-lp__contact {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .cinema-lp__contact-inner {
    width: 330px;
    margin: 0 auto;
    padding: 20px 10px;
  }
  .cinema-lp__contact-text {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .cinema-lp__contact-tell {
    margin-top: 8px;
    font-size: 3rem;
  }
  .cinema-lp__contact-tell-icon {
    width: 35px;
    top: 3px;
  }
  .cinema-lp__lineup {
    padding: 50px 20px 0;
  }
  .cinema-lp__lineup-title {
    font-size: 2.6rem;
    line-height: 1.448;
    padding-bottom: 10px;
  }
  .cinema-lp__lineup-btn {
    margin: 30px auto 0;
    width: 275px;
    height: 50px;
    line-height: 48px;
    font-size: 1.6rem;
  }
  .cinema-lp__lineup-item,
  .cinema-lp__pre-item {
    width: 100%;
    margin-top: 30px;
  }
  .cinema-lp__lineup-item-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.448;
  }
  .cinema-lp__lineup-item-text {
    margin-top: 11px;
  }
  .cinema-lp__lineup-item-onair {
    margin-top: 6px;
  }
  .cinema-lp__howtowatch {
    margin: 20px auto 0;
  }
  .cinema-lp__howtowatch-inner {
    padding: 30px 20px;
  }
  .cinema-lp__howtowatch-title {
    font-size: 1.8rem;
    line-height: 1.477;
  }
  .cinema-lp__ondemand {
    padding: 0 0 50px;
  }
  .cinema-lp__ondemand-title {
    font-size: 2.6rem;
    line-height: 1.448;
    padding-bottom: 10px;
  }
  .cinema-lp__ondemand-img {
    width: 92vw;
  }
  .cinema-lp__ondemand-inner {
    width: 92vw;
    height: auto;
    margin-top: 30px;
    display: block;
  }
  .cinema-lp__ondemand-inner a {
    left: 50%;
    bottom: 12vw;
    margin-left: -137px;
    background-color: #ffffff;
  }
  .cinema-lp__ondemand-left {
    width: 100%;
  }
  .cinema-lp__ondemand-right {
    width: 100%;
    margin-top: 30px;
  }
  .cinema-lp__ondemand-text-l {
    font-size: 2.4rem;
  }
  .cinema-lp__ondemand-text-m {
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .cinema-lp__ondemand-text-s {
    margin-top: 6px;
  }
  .cinema-lp__ondemand-btn {
    margin: 30px auto 0;
    width: 275px;
    height: 50px;
    line-height: 48px;
    font-size: 1.6rem;
  }

  .cinema-lp__cost-note.white {
    margin: -1vw auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .cinema-lp-mv__stamp {
    width: 170px;
    height: 170px;
  }
  .cinema-lp-mv__stamp:after {
    width: 190px;
    height: 190px;
  }
  .cinema-lp__menu-item {
    width: 160px;
  }
}
@media (max-width: 420px) {
  .cinema-lp-entry__btn {
    width: 94.6%;
    background-size: 100% auto;
  }
  .cinema-lp-entry__btn-inner {
    padding-left: 14.4vw;
  }
  .cinema-lp-entry__btn-text-l {
    font-size: 5vw;
  }
  .cinema-lp-entry__btn-text-m {
    font-size: 4vw;
  }
  .cinema-lp-entry__btn-text-s {
    font-size: 3.733vw;
  }
}
@media (max-width: 330px) {
  .cinema-lp-mv__text-l {
    font-size: 1.6rem;
  }
  .cinema-lp-mv__text-m {
    font-size: 1.6rem;
  }
  .cinema-lp-mv__text-s {
    font-size: 2.4rem;
  }
  .cinema-lp-mv__lineup-title {
    font-size: 1.4rem;
  }
}

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

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

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

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

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

.cinema-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;
}

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

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

/*
.cinema-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*/
.cinema-popup-banner {
  display: none;
}

.cinema-lp-mv__header {
  width: 100%;
  background: #1c1c1c;
  position: relative;
  z-index: 2;
}

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

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

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

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

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

.cinema-lp__faq-inner {
  padding: 19px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 24px;
  position: relative;
  transition: transform 0.3s;
}

.cinema-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;
}

.cinema-lp__faq-question-icon {
  color: #1C1C1C;
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 12px;
}

.cinema-lp__faq-question-header .cinema-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%);
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .cinema-lp__lineup-item-tag .no_tag {
    display: none;
  }
}

@media (min-width: 767.99px) and (max-width: 960px) {
  .cinema-lp-mv__logo-wrap {
    width: 400px;
    margin: 0 auto;
    text-align: left;
  }

  .cinema-lp-mv__logo-text {
    font-size: 14px;
  }
  .cinema-lp-mv__logo {
    width: 400px;
  }

  .cinema-lp-mv__logo-img {
    display: block;
    width: 400px;
  }
  .cinema-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);
  }
  .cinema-lp-entry__inner {
    padding: 50px 0 40px;
  }

  .cinema-lp-entry__text-m {
    font-size: 1.8rem;
    margin: 18px 0 62px;
  }

  .cinema-lp-entry__text-s {
    width: 334px;
    margin: 0 0 0 -175px;
    bottom: 175px;
    left: 50%;
  }
  .cinema-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;
  }
  .cinema-lp-entry__btn-inner {
    padding-left: 6px;
    text-align: center;
  }
  .cinema-lp-entry__btn-text-l {
    font-size: 3.6rem;
    margin-top: 3px;
  }
  .cinema-lp-entry__btn-text-m {
    font-size: 1.8rem;
  }
  .cinema-lp-entry__btn-text-s {
    font-size: 1.4rem;
    line-height: 1.448;
    margin-top: 11px;
  }
}

@media screen and (max-width: 768px) {
  .cinema-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%);
}

.dummy-mov {
  width: 600px;
  height: 337px;
  background-color: #000;
}

@media (max-width: 767.98px) {
  .dummy-mov {
    width: 100%;
    height: auto;
    aspect-ratio: 600/337;
  }
}

.cinema-lp__movie {
  text-align: center;
  max-width: 640px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.cinema-lp__movie-inner {
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
.cinema-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;
}
.cinema-lp__movie-inner:hover {
  opacity: 0.5;
}

@media (max-width: 767.98px) {
  .cinema-lp__movie {
    margin: 30px auto 0;
  }
}
