@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.7;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

a > img:focus, a > img:hover {
  opacity: 1 !important;
}

* {
  box-sizing: border-box;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.pageLp .lp-header {
  width: 100%;
  height: auto;
  padding: 38px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .pageLp .lp-header {
    position: fixed;
    padding: 15px 15px 0;
  }
}
.pageLp .lp-header .lp-header__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pageLp .lp-header .lp-header__right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pageLp .lp-header .lp-header__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .pageLp .lp-header .lp-header__btn {
    display: block;
    max-width: 140px;
    width: 100%;
  }
}
.pageLp .lp-header .lp-header__btn img {
  width: 100%;
  height: auto;
}
.pageLp .lp-header .lp-header__logo {
  width: 100%;
  max-width: 72px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .lp-header .lp-header__logo {
    max-width: 14.5%;
  }
}
.pageLp .lp-header .lp-header__logo a img {
  width: 100%;
  height: auto;
}
.pageLp .lp-header .lp-header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .pageLp .lp-header .lp-header__nav {
    display: none;
  }
}
.pageLp .lp-header .lp-header__nav a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.pageLp .hamburger-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .pageLp .hamburger-menu {
    display: block;
    width: 25px;
    height: 18px;
    position: relative;
    cursor: pointer;
    z-index: 101;
  }
  .pageLp .hamburger-menu span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 3px;
  }
  .pageLp .hamburger-menu span:nth-child(1) {
    top: 0;
  }
  .pageLp .hamburger-menu span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .pageLp .hamburger-menu span:nth-child(3) {
    bottom: 0;
  }
}
.pageLp .hrline {
  margin: 0 auto;
  max-width: 6px;
  width: 100%;
  height: auto;
}
.pageLp .hrline img {
  width: 100%;
  height: auto;
}
.pageLp .mv {
  width: 100%;
  height: auto;
  background-image: url(../img/lp/lp-mv.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 115px;
  padding-bottom: 245px;
  min-height: 800px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageLp .mv {
    padding-top: 0;
    background-image: url(../img/lp/lp-mv-sp.jpg);
    min-height: 176vw;
  }
}
.pageLp .mv .mv__bg {
  width: 100%;
  height: auto;
}
.pageLp .mv .mv__bg img {
  width: 100%;
  height: auto;
}
.pageLp .mv .mv__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .pageLp .mv .mv__inner {
    padding-top: 45px;
  }
}
.pageLp .mv .mv__title {
  width: 100%;
  max-width: 532px;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pageLp .mv .mv__title {
    margin: 40px auto 35px;
    max-width: 65.5%;
  }
}
.pageLp .mv .mv__title img {
  width: 100%;
  height: auto;
}
.pageLp .mv .mv__hdg {
  width: 100%;
  max-width: 348px;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .mv .mv__hdg {
    max-width: 77.5%;
    margin: 0 auto;
  }
}
.pageLp .mv .mv__hdg img {
  width: 100%;
  height: auto;
}
.pageLp .maintext {
  width: 100%;
  height: auto;
  margin-top: -170px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageLp .maintext {
    margin-top: -210px;
  }
}
.pageLp .maintext img {
  width: 100%;
  height: auto;
}
.pageLp .audition-conditions {
  padding: 40px 0 100px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .audition-conditions {
    padding: 30px 0 100px;
  }
}
.pageLp .audition-conditions__flex {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .pageLp .audition-conditions__flex {
    flex-direction: column;
    margin: 0 auto 30px;
  }
}
.pageLp .audition-conditions__flex-item {
  width: 100%;
  height: auto;
  padding: 15px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* 黄色い丸をborder-topに重ねて表示 */
}
@media screen and (max-width: 768px) {
  .pageLp .audition-conditions__flex-item {
    width: 82%;
    padding: 15px 10px;
  }
}
.pageLp .audition-conditions__flex-item::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #f6ea53;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: 10px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pageLp .audition-conditions__flex-item::before {
    width: 8px;
    height: 8px;
    top: -5px;
    left: 15px;
  }
}
.pageLp .audition-conditions__flex-item:nth-child(2)::before {
  bottom: -8px;
  right: 120px;
  top: auto;
  left: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .audition-conditions__flex-item:nth-child(2)::before {
    right: 65px;
    bottom: -5px;
  }
}
.pageLp .audition-conditions__flex-item__title p {
  font-size: 23px;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .pageLp .audition-conditions__flex-item__title p {
    font-size: 14px;
  }
}
.pageLp .audition-conditions__flex-item__date {
  max-width: 315px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .audition-conditions__flex-item__date {
    max-width: 67%;
  }
}
.pageLp .audition-conditions__flex-item__date img {
  width: 100%;
  height: auto;
}
.pageLp .audition-conditions__flex-item__age {
  max-width: 355px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .audition-conditions__flex-item__age {
    max-width: 75%;
  }
}
.pageLp .audition-conditions__flex-item__age img {
  width: 100%;
  height: auto;
}
.pageLp .audition-conditions__btn {
  width: 100%;
  max-width: 705px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pageLp .audition-conditions__btn {
    max-width: 90%;
  }
}
.pageLp .audition-conditions__btn a img {
  width: 100%;
  height: auto;
}
.pageLp .audition-about {
  width: 100%;
  height: auto;
  background-color: #ececee;
  padding: 155px 0 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageLp .audition-about {
    padding: 70px 0 100px;
  }
}
.pageLp .audition-about__logo {
  max-width: 255px;
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .pageLp .audition-about__logo {
    max-width: 38.5%;
  }
}
.pageLp .audition-about__logo img {
  width: 100%;
  height: auto;
}
.pageLp .audition-about__ttl {
  width: 100%;
  max-width: 612px;
  height: auto;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .pageLp .audition-about__ttl {
    max-width: 90%;
    margin: 0 auto 25px;
  }
}
.pageLp .audition-about__ttl img {
  width: 100%;
  height: auto;
}
.pageLp .audition-about__detail {
  width: 100%;
  max-width: 612px;
  height: auto;
  margin: 0 auto 30px;
}
.pageLp .audition-about__detail p {
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageLp .audition-about__detail p {
    font-size: 14px;
  }
}
.pageLp .audition-about__detail2 {
  width: 100%;
  max-width: 612px;
  height: auto;
  margin: 0 auto;
}
.pageLp .audition-about__detail2 p {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageLp .audition-about__detail2 p {
    font-size: 18px;
  }
}
.pageLp .hanabee-about {
  width: 100%;
  height: auto;
  background-color: #ececee;
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageLp .hanabee-about {
    padding: 40px 0 0;
  }
}
.pageLp .hanabee-about__bg-ttl {
  width: 100%;
  max-width: 375px;
  height: auto;
  position: absolute;
  top: -20px;
  left: 20%;
}
@media screen and (max-width: 768px) {
  .pageLp .hanabee-about__bg-ttl {
    max-width: 50%;
    left: 30px;
  }
}
.pageLp .hanabee-about__bg-ttl img {
  width: 100%;
  height: auto;
}
.pageLp .hanabee-about__bg {
  width: 100%;
  height: 910px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.pageLp .hanabee-about__bg img {
  width: 100%;
  height: 100%;
}
.pageLp .hanabee-about__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  padding: 60px 0 50px;
}
@media screen and (max-width: 768px) {
  .pageLp .hanabee-about__inner {
    max-width: 90%;
    padding: 30px 0 20px;
  }
}
.pageLp .hanabee-about__logo {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pageLp .hanabee-about__logo {
    max-width: 58%;
  }
}
.pageLp .hanabee-about__logo img {
  width: 100%;
  height: auto;
}
.pageLp .hanabee-about__subttl {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto 30px;
}
.pageLp .hanabee-about__subttl p {
  font-size: 28px;
  font-weight: 900;
  line-height: 2;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pageLp .hanabee-about__subttl p {
    font-size: 17px;
  }
}
.pageLp .hanabee-about__detail {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .pageLp .hanabee-about__detail {
    flex-direction: column;
    gap: 30px;
  }
}
.pageLp .hanabee-about__detail__hdg {
  width: 100%;
  max-width: 388px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pageLp .hanabee-about__detail__hdg {
    max-width: 70%;
    margin: 0;
  }
}
.pageLp .hanabee-about__detail__hdg img {
  width: 100%;
  height: auto;
}
.pageLp .hanabee-about__detail__text {
  width: 100%;
  max-width: 612px;
  height: auto;
  margin: 0 auto;
}
.pageLp .hanabee-about__detail__text p {
  font-size: 15px;
  font-weight: 900;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pageLp .hanabee-about__detail__text p {
    font-size: 14px;
  }
}
.pageLp .hanabee-about__link {
  width: 100%;
  max-width: 582px;
  height: auto;
  margin: 0 auto;
}
.pageLp .hanabee-about__link img {
  width: 100%;
  height: auto;
}
.pageLp .juice-recordings-about {
  width: 100%;
  height: auto;
  padding: 150px 0 100px;
}
@media screen and (max-width: 768px) {
  .pageLp .juice-recordings-about {
    padding: 100px 0 60px;
  }
}
.pageLp .juice-recordings-about__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.pageLp .juice-recordings-about__logo {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .pageLp .juice-recordings-about__logo {
    margin: 0 auto 10px;
    max-width: 40%;
  }
}
.pageLp .juice-recordings-about__logo img {
  width: 100%;
  height: auto;
}
.pageLp .juice-recordings-about__subttl {
  margin-bottom: 30px;
}
.pageLp .juice-recordings-about__subttl p {
  font-size: 28px;
  font-weight: 900;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageLp .juice-recordings-about__subttl p {
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
}
.pageLp .juice-recordings-about__detail {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .pageLp .juice-recordings-about__detail {
    max-width: 90%;
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.pageLp .juice-recordings-about__detail__text {
  min-width: 450px;
  width: 100%;
  max-width: 612px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .juice-recordings-about__detail__text {
    min-width: 100%;
  }
}
.pageLp .juice-recordings-about__detail__text p {
  font-size: 15px;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .pageLp .juice-recordings-about__detail__text p {
    font-size: 14px;
  }
}
.pageLp .juice-recordings-about__detail__hdg {
  min-width: 490px;
  width: 100%;
  max-width: 490px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pageLp .juice-recordings-about__detail__hdg {
    min-width: 100%;
  }
}
.pageLp .juice-recordings-about__detail__hdg img {
  width: 100%;
  height: auto;
}
.pageLp .movie {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.pageLp .movie__inner {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .pageLp .movie__inner {
    max-width: 90%;
    margin: 0 auto 30px;
  }
}
.pageLp .movie__title {
  width: 100%;
  max-width: 152px;
  height: auto;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pageLp .movie__title {
    max-width: 24%;
    margin-bottom: 30px;
    margin-left: 17%;
  }
}
.pageLp .movie__title::before {
  content: "";
  display: block;
  width: 21vw;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22vw;
  background-image: url(../img/lp/movie-title-before.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .pageLp .movie__title::before {
    background-image: url(../img/lp/movie-title-before-sp.png);
    background-position: center right;
    height: 11px;
  }
}
.pageLp .movie__title img {
  width: 100%;
  height: auto;
}
.pageLp .movie__video {
  max-width: 616px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.pageLp .movie__video video {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.pageLp .video-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; /* Let clicks pass through to the video */
  opacity: 0;
  transition: opacity 0.3s;
}
.pageLp .movie__video:hover .video-controls {
  opacity: 1;
}
.pageLp #play-pause-btn {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  outline: none;
  padding: 0;
}
.pageLp #play-pause-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.pageLp #play-pause-btn.playing::before {
  width: 16px;
  height: 20px;
  border-left: 6px solid white;
  border-right: 6px solid white;
}
.pageLp #play-pause-btn.paused::before {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid white;
  margin-left: 3px;
}
.pageLp .artist {
  width: 100%;
  height: auto;
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .pageLp .artist {
    margin-bottom: 70px;
  }
}
.pageLp .artist__inner {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageLp .artist__inner {
    flex-direction: column;
  }
}
.pageLp .artist__inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -29px;
  transform: translateX(-50%);
  width: 41px;
  height: 30px;
  background: linear-gradient(90deg, #000 0 50%, #f6ea53 50% 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 768px) {
  .pageLp .artist__inner::after {
    width: 5.5%;
    height: 5.5%;
    bottom: -5.5%;
  }
}
.pageLp .artist__titleimg {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .pageLp .artist__titleimg {
    width: 100%;
  }
}
.pageLp .artist__titleimg img {
  width: 100%;
  height: auto;
}
.pageLp .artist__visual {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .artist__visual {
    width: 100%;
  }
}
.pageLp .artist__visual img {
  width: 100%;
  height: auto;
}
.pageLp .artist-detail {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-detail {
    margin-bottom: 85px;
  }
}
.pageLp .artist-detail__bg {
  width: 100%;
  height: 970px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-detail__bg {
    height: 1300px;
    top: 110px;
  }
}
.pageLp .artist-detail__bg img {
  width: 100%;
  height: 100%;
}
.pageLp .artist-detail__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.pageLp .artist-card {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 60px;
  }
}
.pageLp .artist-card:last-child {
  margin-bottom: 0;
}
.pageLp .artist-card__img {
  max-width: 377px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__img {
    max-width: 66.5%;
    margin: 0 auto;
  }
}
.pageLp .artist-card__img img {
  width: 100%;
  height: auto;
}
.pageLp .artist-card__inner {
  width: 100%;
  height: auto;
}
.pageLp .artist-card__inner__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__inner__flex {
    display: block;
  }
}
.pageLp .artist-card__logo {
  width: 100%;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__logo {
    margin: 0 auto;
  }
}
.pageLp .artist-card__logo.--jamheads {
  max-width: 165px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__logo.--jamheads {
    max-width: 29.5%;
    margin: 0 auto 25px;
  }
}
.pageLp .artist-card__logo.--defclass {
  max-width: 50px;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__logo.--defclass {
    margin-bottom: 15px;
  }
}
.pageLp .artist-card__logo img {
  width: 100%;
  height: auto;
}
.pageLp .artist-card__jpname {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__jpname {
    max-width: 66.5%;
    margin: 0 auto 15px;
  }
}
.pageLp .artist-card__jpname.--defclass {
  margin-bottom: 0;
}
.pageLp .artist-card__jpname p {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__jpname p {
    font-size: 12px;
  }
}
.pageLp .artist-card__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__flex {
    flex-direction: column;
    gap: 0;
    margin-bottom: 15px;
  }
}
.pageLp .artist-card__flex__enname {
  width: 100%;
  height: auto;
}
.pageLp .artist-card__flex__enname.--jamheads {
  max-width: 388px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__flex__enname.--jamheads {
    max-width: 66.5%;
    margin: 0 auto 25px;
  }
}
.pageLp .artist-card__flex__enname.--jamheads img {
  width: 100%;
  height: auto;
}
.pageLp .artist-card__flex__enname.--defclass {
  max-width: 282px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__flex__enname.--defclass {
    max-width: 66%;
    margin: 0 auto 10px;
  }
}
.pageLp .artist-card__flex__enname.--defclass img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__flex__enname.--defclass img {
    max-width: 70%;
  }
}
.pageLp .artist-card__flex__sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__flex__sns {
    justify-content: center;
    gap: 18px;
  }
}
.pageLp .artist-card__flex__sns__x {
  max-width: 31px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__flex__sns__x {
    max-width: 25px;
  }
}
.pageLp .artist-card__flex__sns__x img {
  width: 100%;
  height: auto;
}
.pageLp .artist-card__flex__sns__instagram {
  max-width: 31px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__flex__sns__instagram {
    max-width: 25px;
  }
}
.pageLp .artist-card__flex__sns__instagram img {
  width: 100%;
  height: auto;
}
.pageLp .artist-card__flex__sns__tiktok {
  max-width: 29px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__flex__sns__tiktok {
    max-width: 25px;
  }
}
.pageLp .artist-card__flex__sns__tiktok img {
  width: 100%;
  height: auto;
}
.pageLp .artist-card__arrow {
  max-width: 71px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__arrow {
    max-width: 90%;
    margin: 0 auto 15px;
  }
}
.pageLp .artist-card__arrow img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__arrow img {
    max-width: 10%;
  }
}
.pageLp .artist-card__detail {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__detail {
    width: 90%;
    margin: 0 auto;
  }
}
.pageLp .artist-card__detail p {
  font-size: 14px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-card__detail p {
    font-size: 12px;
  }
}
.pageLp .artist-detail__btn {
  width: 100%;
  max-width: 705px;
  height: auto;
  margin: 240px auto 80px;
}
@media screen and (max-width: 768px) {
  .pageLp .artist-detail__btn {
    max-width: 90%;
    margin: 150px auto 40px;
  }
}
.pageLp .artist-detail__btn a img {
  width: 100%;
  height: auto;
}
.pageLp .overview {
  width: 100%;
  height: auto;
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .pageLp .overview {
    padding: 40px 0 0;
  }
}
.pageLp .overview__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.pageLp .overview__title {
  margin: 60px 0 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageLp .overview__title {
    margin: 40px 0 65px;
  }
}
.pageLp .overview__title__txt {
  width: 47.5%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .overview__title__txt {
    width: 70%;
    margin: 0 auto;
  }
}
.pageLp .overview__title-after {
  position: absolute;
  top: 68%;
  transform: translateY(-68%);
  width: 800px;
  z-index: -1;
  left: 38.5%;
}
@media screen and (max-width: 768px) {
  .pageLp .overview__title-after {
    top: auto;
    bottom: 25px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 90%;
    z-index: -1;
  }
}
.pageLp .overview__title-after img {
  width: 100%;
  height: auto;
}
.pageLp .overview__title p {
  font-size: 19px;
  font-weight: 900;
  z-index: 2;
  position: relative;
  text-align: right;
  padding-right: 200px;
}
@media screen and (max-width: 768px) {
  .pageLp .overview__title p {
    font-size: 14px;
    padding-right: 0;
    text-align: left;
    letter-spacing: 0.05rem;
  }
}
.pageLp .overview__title__bg {
  width: 47.5%;
  height: 81px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .pageLp .overview__title__bg {
    width: 80%;
    height: 56px;
  }
}
.pageLp .overview__title__bg img {
  width: 100%;
  height: 100%;
}
.pageLp .overview__detail {
  max-width: 1000px;
  width: 100%;
  height: auto;
}
.pageLp .overview__detail__item {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .pageLp .overview__detail__item {
    margin-bottom: 40px;
  }
}
.pageLp .overview__detail__item__title {
  margin-bottom: 35px;
  padding: 19px 0;
  width: 100%;
  height: auto;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageLp .overview__detail__item__title {
    width: 90%;
    margin: 0 auto 30px;
    padding: 15px 0;
  }
}
.pageLp .overview__detail__item__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  width: 18px;
  height: 13px;
  background: linear-gradient(90deg, #f6ea53 0 50%, #000 50% 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.pageLp .overview__detail__item__title p {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .pageLp .overview__detail__item__title p {
    font-size: 13px;
  }
}
.pageLp .overview__detail__item__detail {
  width: 100%;
  height: auto;
}
.pageLp .overview__detail__item__detail__date {
  max-width: 721px;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .pageLp .overview__detail__item__detail__date {
    max-width: 69.5%;
    margin: 0 auto 20px;
  }
}
.pageLp .overview__detail__item__detail__date img {
  width: 100%;
  height: auto;
}
.pageLp .overview__detail__item__detail__text {
  width: 100%;
  height: auto;
}
.pageLp .overview__detail__item__detail__text p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.025rem;
}
@media screen and (max-width: 768px) {
  .pageLp .overview__detail__item__detail__text p {
    font-size: 12px;
  }
}
.pageLp .overview__detail__item__detail__age {
  max-width: 418px;
  width: 100%;
  height: auto;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .pageLp .overview__detail__item__detail__age {
    max-width: 73.5%;
    margin: 0 auto 30px;
  }
}
.pageLp .overview__detail__item__detail__age img {
  width: 100%;
  height: auto;
}
.pageLp .overview__detail__item__detail__list {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.pageLp .overview__detail__item__detail__list__item {
  max-width: 483px;
  width: 100%;
  height: auto;
  background-color: #ececee;
  padding: 24px 25px;
}
@media screen and (max-width: 768px) {
  .pageLp .overview__detail__item__detail__list__item {
    max-width: 90%;
    margin: 0 auto;
    padding: 17px 0 17px 25px;
  }
}
.pageLp .overview__detail__item__detail__list__item p {
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .pageLp .overview__detail__item__detail__list__item p {
    font-size: 12px;
    letter-spacing: 0.05rem;
  }
}
.pageLp .overview__detail__item__detail__flow {
  max-width: 853px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .overview__detail__item__detail__flow {
    margin: 0 auto;
    max-width: 77.5%;
  }
}
.pageLp .overview__detail__item__detail__flow img {
  width: 100%;
  height: auto;
}
.pageLp .entry {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background-color: #ececee;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageLp .entry {
    padding: 10px 0 60px;
  }
}
.pageLp .entry::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 140px;
  background: transparent;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .pageLp .entry::before {
    height: 45px;
  }
}
.pageLp .entry > * {
  position: relative;
  z-index: 2;
}
.pageLp .entry__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.pageLp .entry__img-title {
  width: 100%;
  max-width: 406px;
  height: auto;
  margin: 0 auto 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__img-title {
    max-width: 54.5%;
    margin: 0 auto 30px;
  }
}
.pageLp .entry__img-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 38px;
  position: absolute;
  background-image: url(../img/lp/entry-title-after.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -75px;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__img-title::after {
    width: 24px;
    height: 19px;
    right: -35px;
  }
}
.pageLp .entry__img-title img {
  width: 100%;
  height: auto;
}
.pageLp .entry__title {
  width: 100%;
  height: auto;
  margin: 0 auto 45px;
  padding: 19px 0;
  background-color: #000;
  position: relative;
  /* 右側を斜めに切る */
  clip-path: polygon(0 0, 98% 0, 100% 100%, 0% 100%);
  /* 斜めの角度は調整可能。95%を変えると傾きが変わります */
  /* 例: 98%にするとより緩やか、90%にするとより鋭角 */
}
@media screen and (max-width: 768px) {
  .pageLp .entry__title {
    width: 90%;
    margin: 0 auto 45px 0;
    padding: 15px 0;
  }
}
.pageLp .entry__title p {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__title p {
    font-size: 13px;
    width: 100vw;
  }
}
.pageLp .entry__detail {
  width: 100%;
  height: auto;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__detail {
    max-width: 90%;
  }
}
.pageLp .entry__detail p {
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__detail p {
    font-size: 12px;
    text-align: left;
  }
}
.pageLp .entry__annotation {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__annotation {
    max-width: 90%;
  }
}
.pageLp .entry__annotation p {
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__annotation p {
    font-size: 10px;
    text-align: left;
  }
}
.pageLp .entry__annotation p span {
  color: #e33323;
}
.pageLp .entry__form {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__form {
    margin: 40px auto 0;
    max-width: 90%;
  }
}
.pageLp .entry__form form {
  width: 100%;
}
.pageLp .entry__form__item {
  margin-bottom: 25px;
}
.pageLp .entry__form__item.--flex-start {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__form__item.--flex-start {
    flex-direction: column;
    gap: 25px;
  }
}
.pageLp .entry__form__item__child {
  width: 100%;
}
.pageLp .entry__form__label {
  margin-bottom: 15px;
}
.pageLp .entry__form__label p {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05rem;
}
.pageLp .entry__form__label p span {
  color: #e33323;
  margin-left: 5px;
}
.pageLp .entry__form__label p .file-annotation {
  font-size: 12px;
  color: #000;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__form__label p .file-annotation {
    font-size: 11px;
  }
}
.pageLp .entry__form__label p .sns-annotation {
  font-size: 12px;
  color: #000;
  margin-left: 15px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__form__label p .sns-annotation {
    font-size: 11px;
  }
}
.pageLp .entry__form__input {
  width: 100%;
}
.pageLp .entry__form__input input[type=text],
.pageLp .entry__form__input input[type=email],
.pageLp .entry__form__input input[type=tel],
.pageLp .entry__form__input input[type=date],
.pageLp .entry__form__input select,
.pageLp .entry__form__input textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  font-size: 14px;
  font-weight: 900;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__form__input input[type=text],
  .pageLp .entry__form__input input[type=email],
  .pageLp .entry__form__input input[type=tel],
  .pageLp .entry__form__input input[type=date],
  .pageLp .entry__form__input select,
  .pageLp .entry__form__input textarea {
    padding: 9px 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pageLp .entry__form__input input[type=date] {
    height: 42px;
  }
}
.pageLp .entry__form__input select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 24px;
  padding-right: 40px;
  color: #000;
}
.pageLp .entry__form__input select.placeholder {
  color: #808080;
}
.pageLp .entry__form__input.--flex {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__form__input.--flex {
    gap: 10px;
  }
}
.pageLp .entry__form__input.--flex-baseline {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.pageLp .entry__form__input.--flex-baseline input {
  width: 240px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__form__input.--flex-baseline input {
    width: 100%;
    padding: 9px 15px;
  }
}
.pageLp .entry__form__input.--flex-baseline span {
  padding-bottom: 5px;
  font-weight: 900;
  font-size: 13px;
}
.pageLp .entry__form__input.--file {
  background-color: transparent;
  align-items: center;
  position: relative;
}
.pageLp .entry__form__input.--file .file-label {
  background-color: #000;
  color: #fff;
  padding: 16px 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.05rem;
}
.pageLp .entry__form__input.--file .file-name {
  padding: 15px;
  font-size: 14px;
  color: #888;
}
.pageLp .entry__form__input.--file input[type=file] {
  width: 100%;
  border: 1px solid #ccc;
  background-color: transparent;
  font-size: 14px;
  color: #888;
  position: relative;
  border-radius: 0;
}
.pageLp .entry__form__input.--file input[type=file]::-webkit-file-upload-button {
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: 0.05rem;
  border-right: 1px solid #ccc;
  -webkit-appearance: none;
  margin-right: 10px;
  border-radius: 0;
}
.pageLp .entry__form__input.--file input[type=file]::file-selector-button {
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: 0.05rem;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  border-radius: 0;
}
.pageLp .entry__form__input.--file .mwform-file-delete {
  display: none;
}
.pageLp .entry__form__input--error {
  margin-top: 10px;
  color: #e33323;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.05rem;
}
.pageLp .entry__form__annotation {
  margin-bottom: 25px;
}
.pageLp .entry__form__annotation p {
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__form__annotation p {
    font-size: 11px;
  }
}
.pageLp .entry__form__agree {
  text-align: center;
  margin-bottom: 30px;
}
.pageLp .entry__form__agree label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__form__agree label {
    font-size: 12px;
  }
}
.pageLp .entry__form__agree label input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.pageLp .entry__form__agree label input[type=checkbox]:checked {
  background-color: #666666;
}
.pageLp .entry__form__agree label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.pageLp .entry__form__submit {
  text-align: center;
}
.pageLp .entry__form__submit input[type=submit] {
  background: #000;
  color: #fff;
  border: none;
  padding: 14px 80px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 408px;
  border-radius: 0;
  height: auto;
  display: inline;
  min-height: 52px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pageLp .entry__form__submit input[type=submit] {
    max-width: 100%;
    font-size: 13px;
    letter-spacing: 0.05rem;
    padding: 12px 40px;
  }
}
.pageLp .mw_wp_form.mw_wp_form_complete p {
  text-align: center;
  font-weight: 900;
}
.pageLp .mw-wp-form_file {
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
  display: none;
}
.pageLp .sticky-btn {
  position: fixed;
  top: 20px;
  right: 5%;
  z-index: 100;
  width: 110px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pageLp .sticky-btn {
    display: none;
  }
}
.pageLp .sticky-btn img {
  width: 100%;
  height: auto;
}
.pageLp .lp-footer {
  width: 100%;
  height: auto;
}
.pageLp .lp-footer .lp-footer__inner {
  width: 100%;
  background-image: url(../img/lp/footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 380px 0 60px;
}
@media screen and (max-width: 768px) {
  .pageLp .lp-footer .lp-footer__inner {
    background-image: url(../img/lp/footer-bg-sp.png);
    background-position: center top;
    padding: 215px 0 40px;
  }
}
.pageLp .lp-footer .lp-footer__logo {
  width: 100%;
  max-width: 323px;
  height: auto;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .pageLp .lp-footer .lp-footer__logo {
    max-width: 45.6%;
    margin: 0 auto 20px;
  }
}
.pageLp .lp-footer .lp-footer__logo a img {
  width: 100%;
  height: auto;
}
.pageLp .lp-footer .lp-footer__name {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .pageLp .lp-footer .lp-footer__name {
    max-width: 77.5%;
    margin: 0 auto 20px;
  }
}
.pageLp .lp-footer .lp-footer__name img {
  width: 100%;
  height: auto;
}
.pageLp .lp-footer .lp-footer__nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .pageLp .lp-footer .lp-footer__nav {
    margin: 0 auto 30px;
    max-width: 77%;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .pageLp .lp-footer .lp-footer__nav__item {
    width: 40%;
  }
}
.pageLp .lp-footer .lp-footer__nav a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pageLp .lp-footer .lp-footer__nav a {
    font-size: 12px;
  }
}
.pageLp .lp-footer .lp-footer__entry {
  width: 100%;
  max-width: 550px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pageLp .lp-footer .lp-footer__entry {
    max-width: 90%;
  }
}
.pageLp .lp-footer .lp-footer__entry a img {
  width: 100%;
  height: auto;
}
.pageLp .lp-footer .lp-footer__bottom {
  padding: 30px 0px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .pageLp .lp-footer .lp-footer__bottom {
    flex-direction: column;
  }
}
.pageLp .lp-footer .lp-footer__bottom__link {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.pageLp .lp-footer .lp-footer__bottom__copyright {
  font-size: 12px;
}

body.is-open .hamburger-menu span {
  background-color: #000;
}
body.is-open .hamburger-menu span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
body.is-open .hamburger-menu span:nth-child(2) {
  opacity: 0;
}
body.is-open .hamburger-menu span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}
body.is-open .gnav-modal {
  visibility: visible;
  transform: translateX(0);
}

.gnav-modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6ea53;
  z-index: 100;
  overflow-y: auto;
  padding: 20px;
  transition: transform 0.5s ease, visibility 0.5s;
  transform: translateX(-100%);
}
.gnav-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnav-modal__close::before, .gnav-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 2.5px;
  background: #000;
  border-radius: 2px;
  transform-origin: center;
}
.gnav-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.gnav-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.gnav-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.gnav-modal__logo {
  max-width: 125px;
  margin-bottom: 20px;
}
.gnav-modal__logo img {
  width: 100%;
}
.gnav-modal__subtext {
  max-width: 220px;
  margin-bottom: 10px;
}
.gnav-modal__subtext img {
  width: 100%;
  height: auto;
}
.gnav-modal__subtext2 {
  max-width: 193px;
  margin-bottom: 20px;
}
.gnav-modal__subtext2 img {
  width: 100%;
  height: auto;
}
.gnav-modal__title {
  max-width: 245px;
  margin: 5px 0;
}
.gnav-modal__title img {
  width: 100%;
  height: auto;
}
.gnav-modal__subtext2 {
  margin-bottom: 40px;
}
.gnav-modal__nav {
  margin-bottom: 30px;
}
.gnav-modal__nav ul {
  list-style: none;
  padding: 0;
}
.gnav-modal__nav ul li {
  margin-bottom: 20px;
}
.gnav-modal__nav ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.gnav-modal__entry-btn {
  margin-bottom: 60px;
  width: 100%;
}
.gnav-modal__entry-btn a {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 13px 40px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding-right: 60px;
  width: 100%;
  font-size: 14px;
}
.gnav-modal__entry-btn a::after {
  content: "↓";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.gnav-modal__bottom-link a {
  font-size: 11px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 900;
  display: inline-block;
  letter-spacing: 0.05rem;
}
.gnav-modal__copyright {
  font-size: 10px;
}

body.modal-open,
body.is-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal__content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 80px 60px;
  border: 1px solid #888;
  width: 80%;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal__content {
    width: 90%;
    padding: 70px 30px;
  }
}
.modal__close-btn {
  color: #000;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal__close-btn {
    font-size: 25px;
    top: 10px;
    right: 10px;
  }
}
.modal__close-btn:hover, .modal__close-btn:focus {
  color: black;
  text-decoration: none;
}
.modal__title {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  background: linear-gradient(transparent 60%, yellow 30%);
  width: fit-content;
  margin: 0 auto 45px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .modal__title {
    font-size: 13px;
    margin: 0 auto 30px;
  }
}
.modal__section {
  margin-bottom: 30px;
}
.modal__section:last-child {
  margin-bottom: 0;
}
.modal__section-title {
  background-color: #f6ea53;
  padding: 14px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modal__section-title {
    font-size: 11px;
    letter-spacing: 0.05rem;
  }
}
.modal__block {
  margin-bottom: 30px;
}
.modal__block h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .modal__block h4 {
    font-size: 11px;
    margin-left: -5px;
  }
}
.modal__block h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.05rem;
}
.modal__block h5 span {
  color: #f6ea53;
}
@media screen and (max-width: 768px) {
  .modal__block h5 {
    font-size: 11px;
  }
}
.modal__block p {
  font-size: 12px;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .modal__block p {
    font-size: 11px;
    line-height: 1.8;
  }
}
.modal__close-btn-last {
  width: 100%;
  max-width: 564px;
  height: auto;
  margin: 0 auto;
}
.modal__close-btn-last img {
  width: 100%;
  height: auto;
}

.lpthanks .lp-header {
  width: 100%;
  height: auto;
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .lpthanks .lp-header {
    position: fixed;
    padding: 15px;
  }
}
.lpthanks .lp-header .lp-header__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lpthanks .lp-header .lp-header__right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.lpthanks .lp-header .lp-header__btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .lpthanks .lp-header .lp-header__btn {
    display: block;
    max-width: 140px;
    width: 100%;
  }
}
.lpthanks .lp-header .lp-header__btn img {
  width: 100%;
  height: auto;
}
.lpthanks .lp-header .lp-header__logo {
  width: 100%;
  max-width: 72px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .lpthanks .lp-header .lp-header__logo {
    max-width: 14.5%;
  }
}
.lpthanks .lp-header .lp-header__logo a img {
  width: 100%;
  height: auto;
}
.lpthanks .lp-header .lp-header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .lpthanks .lp-header .lp-header__nav {
    display: none;
  }
}
.lpthanks .lp-header .lp-header__nav a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.lpthanks .hamburger-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .lpthanks .hamburger-menu {
    display: block;
    width: 25px;
    height: 18px;
    position: relative;
    cursor: pointer;
    z-index: 101;
  }
  .lpthanks .hamburger-menu span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s;
    border-radius: 3px;
  }
  .lpthanks .hamburger-menu span:nth-child(1) {
    top: 0;
  }
  .lpthanks .hamburger-menu span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .lpthanks .hamburger-menu span:nth-child(3) {
    bottom: 0;
  }
}
.lpthanks .thanks-content {
  width: 100%;
  height: auto;
  padding: 97px 0 0;
}
@media screen and (max-width: 768px) {
  .lpthanks .thanks-content {
    padding: 56px 0 0;
  }
}
.lpthanks .thanks-content .thanks-content__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 70px;
}
@media screen and (max-width: 768px) {
  .lpthanks .thanks-content .thanks-content__inner {
    max-width: 90%;
    padding: 55px 0 50px;
  }
}
.lpthanks .thanks-content .thanks-content__logo {
  width: 100%;
  max-width: 163px;
  height: auto;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  .lpthanks .thanks-content .thanks-content__logo {
    max-width: 28.5%;
    margin: 0 auto 20px;
  }
}
.lpthanks .thanks-content .thanks-content__logo img {
  width: 100%;
  height: auto;
}
.lpthanks .thanks-content .thanks-content__title {
  width: 100%;
  max-width: 343px;
  height: auto;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  .lpthanks .thanks-content .thanks-content__title {
    max-width: 60%;
  }
}
.lpthanks .thanks-content .thanks-content__title img {
  width: 100%;
  height: auto;
}
.lpthanks .thanks-content .thanks-content__text {
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .lpthanks .thanks-content .thanks-content__text {
    margin-bottom: 25spx;
  }
}
.lpthanks .thanks-content .thanks-content__text p {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .lpthanks .thanks-content .thanks-content__text p {
    font-size: 14px;
  }
}
.lpthanks .thanks-content .thanks-content__text2 {
  width: 100%;
  margin-bottom: 15px;
}
.lpthanks .thanks-content .thanks-content__text2 p {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .lpthanks .thanks-content .thanks-content__text2 p {
    font-size: 14px;
  }
}
.lpthanks .thanks-content .thanks-content__text3 {
  width: 100%;
  margin-bottom: 40px;
}
.lpthanks .thanks-content .thanks-content__text3 p {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .lpthanks .thanks-content .thanks-content__text3 p {
    font-size: 12px;
  }
}
.lpthanks .thanks-content .thanks-content__text3 a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05rem;
  line-height: 2;
  position: relative;
  padding-bottom: 5px;
  background-image: linear-gradient(180deg, transparent 70%, #ffe066 0%);
  background-size: 100% 40%;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.3s;
}
@media screen and (max-width: 768px) {
  .lpthanks .thanks-content .thanks-content__text3 a {
    font-size: 12px;
  }
}
.lpthanks .thanks-content .thanks-content__btn {
  width: 100%;
  max-width: 564px;
  height: auto;
  margin: 0 auto;
}
.lpthanks .thanks-content .thanks-content__btn img {
  width: 100%;
  height: auto;
}
.lpthanks .lp-footer {
  width: 100%;
  height: auto;
}
.lpthanks .lp-footer .lp-footer__inner {
  width: 100%;
  background-image: url(../img/lp/thanks-footer-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 20px 0 60px;
}
@media screen and (max-width: 768px) {
  .lpthanks .lp-footer .lp-footer__inner {
    background-image: url(../img/lp/thanks-footer-bg-sp.png);
    background-position: center top;
    padding: 0 0 40px;
  }
}
.lpthanks .lp-footer .lp-footer__logo {
  width: 100%;
  max-width: 323px;
  height: auto;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .lpthanks .lp-footer .lp-footer__logo {
    max-width: 45.6%;
    margin: 0 auto 20px;
  }
}
.lpthanks .lp-footer .lp-footer__logo a img {
  width: 100%;
  height: auto;
}
.lpthanks .lp-footer .lp-footer__name {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .lpthanks .lp-footer .lp-footer__name {
    max-width: 77.5%;
    margin: 0 auto 20px;
  }
}
.lpthanks .lp-footer .lp-footer__name img {
  width: 100%;
  height: auto;
}
.lpthanks .lp-footer .lp-footer__nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lpthanks .lp-footer .lp-footer__nav {
    margin: 0 auto 30px;
    max-width: 77%;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .lpthanks .lp-footer .lp-footer__nav__item {
    width: 40%;
  }
}
.lpthanks .lp-footer .lp-footer__nav a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lpthanks .lp-footer .lp-footer__nav a {
    font-size: 12px;
  }
}
.lpthanks .lp-footer .lp-footer__entry {
  width: 100%;
  max-width: 550px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lpthanks .lp-footer .lp-footer__entry {
    max-width: 90%;
  }
}
.lpthanks .lp-footer .lp-footer__entry a img {
  width: 100%;
  height: auto;
}
.lpthanks .lp-footer .lp-footer__bottom {
  padding: 30px 0px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .lpthanks .lp-footer .lp-footer__bottom {
    flex-direction: column;
  }
}
.lpthanks .lp-footer .lp-footer__bottom__link {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
.lpthanks .lp-footer .lp-footer__bottom__copyright {
  font-size: 12px;
}
