@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@font-face {
  font-family: cinzelFont;
  src: url(../fonts/Cinzel-Bold.ttf);
}
:root {
  --secondary-color: #bca159;
  --bg-color: #1c1c1c;
  --white: #ffffff;
  --cinzelRomaFont: cinzelFont;
  --gp-text-gray: #aeaeae;
}
.gp-main {
  /* TODO: adjust the following according to needs */

  color: #ffffff; /* Default text color */
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: var(--bg-color);
}

.gp-main p {
  margin-bottom: 1.5rem;
  line-height: 2rem;
}
.gp-slide-up-image,
.gp-slide-up,
.gp-slide-image-opacity {
  opacity: 0;
  /* transition: opacity 0.6s ease;  */
}
/* COMMON CLASSES */
/* .gp-text-xl {
  font-size: 5rem;
  line-height: 7rem;
  letter-spacing: 0.2rem;
}

.gp-text-lg {
  font-size: 2.1669rem;
  margin-block: 1.75rem;
  line-height: 3rem;
}

.gp-text-base {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.gp-text-sm {
  font-size: 0.9rem;
  color: var(--gp-text-gray);
  line-height: 1.5rem;
} */

.gp-text-xxl {
  font-size: 5.8331rem;
  line-height: 7rem;
  letter-spacing: 0.2rem;
}

.gp-text-xl {
  font-size: 5rem;
  line-height: 7rem;
  letter-spacing: 0.2rem;
}

.gp-text-lg {
  font-size: 26px;
  /* font-size: 1.77rem; */
  margin-block: 1.75rem;
  line-height: 3rem;
}
.gp-text-20-pt {
  font-size: 1.6669rem;
}

.gp-text-22-pt {
  font-size: 22px;
}

.gp-text-16-pt {
  font-size: 16px;
}

.gp-text-base {
  font-size: 16px;
  line-height: 2rem;
}

.gp-text-sm {
  font-size: 12px;
  color: var(--gp-text-gray);
  line-height: 1.5rem;
}

.gp-text-accent {
  color: var(--secondary-color);
}

.gp-primary-font-size {
  font-size: 1.3331rem;
}

.gp-section-heading {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.gp-section-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* background-size: 1760px 550px; */
  /* background-size: 1970px 550px; */
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position-x: center;
  /* background-position-y: 100%; */
}

.gp-section-heading h2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  font-family: var(--cinzelRomaFont) !important;
}

.gp-section-flex-r {
  display: flex;
  flex-wrap: auto;
  justify-content: flex-end;
  align-items: center;
  /* max-width: 1600px; */
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  /* padding-left: min(5vw, 40rem); */
}

.gp-section-flex-l {
  display: flex;
  flex-wrap: auto;
  justify-content: flex-start;
  align-items: center;
  /* max-width: 1600px; */
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  /* padding-left: min(5vw, 40rem); */
}

.gp-section-flex-lounge {
  /* margin-left: min(5vw, 40rem); */
}

.gp-section-flex-text {
  padding-inline: 4rem;
  max-width: 50rem;
}

.gp-section-flex-img-l {
  position: relative;
  margin-left: 0;
  margin-right: 2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  min-width: min(40vw, 700px);
  height: 602px;
  overflow: hidden;
}

.gp-section-flex-img-l div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: auto 650px;
  /* background-position-y: 100%; */
  background-position-x: left;
}

.gp-section-flex-img-r {
  position: relative;
  margin-left: 2rem;
  margin-right: 0;
  margin-top: 2rem;
  margin-bottom: 3rem;
  min-width: min(40vw, 700px);
  height: 602px;
  overflow: hidden;
}

.gp-section-flex-img-r div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: auto 750px;
  /* background-position-y: 100%; */
  background-position-x: right;
}
.gp-list ul {
  list-style-type: none;
  margin-bottom: 10px;
}
.gp-list ul li {
  padding-left: 1.2rem;
  position: relative;
  white-space: normal;
  word-break: break-all;
}
.gp-list ul li ::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* Hero section */
.gp-hero {
  position: relative;
  background-image: url(../img/mv_pc.jpg);
  background-size: 2200px 750px;
  background-repeat: no-repeat;
  height: 750px;
  background-position: center;
}
.gp-centered-image {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 4rem;
}
.gp-centered-image-sp {
  display: none;
}

/* Special and moving moment section*/
.gp-special-moment {
  text-align: center;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
}
.gp-special-moment-heading {
  font-size: 2.5rem;
}

/* Marque content */
.marquee-content {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}
.marquee-content > div {
  /* font-size: 14.5rem;
  line-height: 14.5rem; */
  font-size: 16.6663rem;
  line-height: 14.5rem;
  margin-block: 4rem;
  font-family: var(--cinzelRomaFont) !important;
  color: rgba(188, 161, 89, 0.15);
  white-space: nowrap;
  padding: 0 2rem;
  animation: marquee 14s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Lounge section */
.gp-lounge-heading {
  background-image: url(../img/img_lounge.jpg);
}
.gp-lounge-img {
  background-image: url(../img/img_lounge_02.jpg);
  background-repeat: no-repeat;
}

/* Balcony section */
.gp-balcony-heading {
  background-image: url(../img/img_seat.jpg);
}

.gp-balcony-img {
  background-image: url(../img/img_seat_02.jpg);
  background-repeat: no-repeat;
}

/* Theater section */
.gp-sp-only {
  display: none;
}

.gp-pc-only {
  display: block;
}

/* price section */
.gp-price {
  background: var(--bg-color) !important;
  padding-bottom: 11rem;
  position: relative;
}
.gp-price-container {
  background: #292929;
  padding-left: 14%;
  padding-right: 5rem;
  margin-right: 12%;
  padding-bottom: 4.6662rem;
}
.gp-price-heading {
  font-family: var(--cinzelRomaFont) !important;
}
.gp-price-header {
  position: relative;
  top: -3.1662rem;
}
.gp-price-header p {
  margin-bottom: -25px;
}
.gp-price-content-container {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  margin-top: -1rem;
}
.gp-price-content {
  max-width: 45rem;
  margin-bottom: 2rem;
}
.gp-price-content p {
  margin: 0;
  padding: 0;
}
.gp-price-img {
  min-width: 200px;
  max-width: 350px;
  height: auto;
  margin-top: -0.69rem;
}
.gp-price-img img {
  width: auto;
}
.gp-price-list ul {
  list-style-type: none;
  margin-bottom: 10px;
}
.gp-price-list ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  white-space: normal;
  word-break: break-all;
  margin-bottom: 0.2rem;
}
.gp-price-list ul li ::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.gp-special-pc ul li span {
  margin-right: 5px;
}

/* Gold class theater */
.gp-gold-class-theater {
  position: relative;
  background-image: url(../img/theater_bg_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 465px;
  background-position: center;
}

.gp-gold-class-theater-extra {
  background-color: var(--bg-color);
  height: 10rem;
  width: 100%;
}

.gp-gold-class-theater-text-top {
  position: absolute;
  top: 4%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.gp-gold-heading {
  font-family: var(--cinzelRomaFont) !important;
  margin-bottom: -0.89rem;
}
.gp-gold-subheading {
  text-align: center;
  font-size: 1.6669rem;
}
.gp-gold-class-theater-text-center {
  position: relative;
  /* padding-inline: 20rem; */
  padding-top: 10rem;
  max-height: 100%;
}
.gp-gold-grid {
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding-inline: 1rem;
}

.gp-gold-grid button {
  position: relative;
  font-size: 16px;
  border-radius: 10px;
  border: 1.5px solid white;
  margin-top: 1rem;
  line-height: 2.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 0.5rem;
  background-image: linear-gradient(#fff, #fff);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.2s, color 0.2s;
}
.gp-gold-grid i {
  color: #b60081;
}
.gp-gold-grid button:hover {
  background-size: 100% 100%;
  color: black;
}
.gp-gold-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Responsive styles */
@media only screen and (max-width: 1600px) {
  .gp-section-image {
    background-size: 1970px 550px;
  }
}

/* @media only screen and (max-width: 1350px) {
  .gp-gold-class-theater-text-center {
    padding-inline: 8rem;
  }
} */
@media only screen and (max-width: 767px) {
  .gp-text-xxl {
    font-size: 3.5rem;
    line-height: 7rem;
    letter-spacing: 0.2rem;
  }
  .gp-text-xl {
    font-size: 3rem;
    line-height: 4rem;
  }
  .gp-text-lg {
    font-size: 20px;
    line-height: 2.5rem;
  }
  .gp-text-base {
    font-size: 14px;
    line-height: 2rem;
  }
  .gp-text-sm {
    font-size: 12px;
  }
  .gp-text-22-pt {
    font-size: 16px;
  }
  .gp-text-16-pt {
    font-size: 14px;
  }

  .gp-section-heading {
    height: 300px;
    margin-bottom: 2.5rem;
  }
  .gp-section-image {
    background-size: 1120px 350px;
  }
  .gp-section-flex-l {
    padding-block: 0rem;
    flex-wrap: wrap;
  }
  .gp-section-flex-r {
    padding-block: 0rem;
    flex-wrap: wrap;
  }
  .gp-section-flex-text {
    padding-inline: 1.25rem;
  }
  .gp-section-flex-img-l {
    margin-right: 3rem;
    width: 100%;
    height: 360px;
  }
  .gp-section-flex-img-l div {
    background-size: auto 400px;
  }
  .gp-section-flex-img-r {
    margin-left: 3rem;
    width: 100%;
    height: 360px;
  }
  .gp-section-flex-img-r div {
    background-size: auto 400px;
  }

  /* Hero section  */
  .gp-centered-image {
    display: none;
  }
  .gp-centered-image-sp {
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    display: block;
    padding-inline: 2.813rem;
    max-width: 85% !important;
  }
  .gp-hero {
    background-image: url(../img/sp/mv_sp.jpg);
    background-size: cover;
    background-position-y: top;
    max-height: 38rem;
    overflow: hidden;
  }
  .marquee-content > div {
    font-size: 5rem;
    line-height: 5rem;
    margin-top: 1.25rem;
    margin-bottom: 3rem;
    padding: 0 0.7rem;
  }

  /* Special and moving moment */
  .gp-special-moment {
    text-align: left;
  }
  .gp-special-list ul li {
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
    white-space: normal;
    word-break: break-all;
    margin-bottom: 1rem;
  }
  .gp-preserve-line-breaks {
    white-space: normal;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    line-height: 2;
  }
  /* .gp-special-moment {
    padding-inline: 1.25rem;
  } */
  .gp-special-moment-contents {
    display: flex;
    flex-direction: column;
  }

  /* Balcony section */
  #gp-balcony {
    margin-top: 6rem !important;
    margin-bottom: 5rem !important;
  }
  .gp-theater-content {
    padding-inline: 2.813rem;
  }
  .gp-pc-only {
    display: none;
  }
  .gp-sp-only {
    display: block;
  }
  .gp-flex-content {
    padding-inline: 2.813rem;
  }

  /* Price section */
  .gp-price {
    padding-bottom: 9rem;
  }
  .gp-price-container {
    padding-inline: 1.25rem;
    margin-right: 1rem;
  }
  .gp-price-content-container {
    display: block;
  }
  .gp-price-img {
    text-align: center;
    min-width: 100%;
    padding-inline: 14%;
    margin-top: 2rem;
    width: 100%;
    margin-bottom: 2rem;
  }
  .gp-price-header {
    top: -2.1662rem;
  }

  /* Gold class theater */
  .gp-gold-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .gp-gold-subheading {
    margin-top: 1rem;
  }
  .gp-gold-grid-item {
    margin-bottom: 30px;
  }
  .gp-gold-class-theater-text-top {
    top: 3%;
  }
  .gp-gold-class-theater {
    position: relative;
    background-image: url(../img/sp/theater_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    background-position: center;
  }

  .gp-gold-class-theater-text-center {
    position: relative;
    padding-inline: 0rem;
    padding-top: 8rem;
    display: flex;
    justify-content: space-around;
  }
  /* button */
  .gp-gold-grid button {
    line-height: 1.5rem;
    font-size: 14px;
  }
}

@media only screen and (min-width: 1601px) {
  .gp-section-image {
    background-size: cover;
  }
}
