@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;
}

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

/* 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;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #000;
  color: #FFF;
  line-height: 1.5;
  letter-spacing: 1px;
}

.container {
  width: min(1200px, 94%);
  margin: 0 auto;
}

footer {
  text-align: center;
  padding: 6rem 0;
}
footer .l-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
footer .l-footer img {
  height: 27px;
}
footer .l-footer__logo {
  width: 150px;
  margin: 1rem 0;
}
footer small {
  display: block;
  font-size: 14px;
  font-weight: lighter;
}

header {
  background-color: #000;
}
header .l-header {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  header .l-header {
    padding: 0;
    width: 94%;
    margin: 0 auto;
  }
}
header .l-header__left a {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .l-header__logo {
  height: 32px;
}
@media screen and (max-width: 768px) {
  header .l-header__logo-text {
    display: none;
  }
}
header .l-header__right {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .l-header__right img {
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-mainvisual {
  position: relative;
}
.l-mainvisual__image {
  width: 100%;
  height: calc(100vh - 70px);
  -o-object-fit: cover;
     object-fit: cover;
}
.l-mainvisual .l-mainvisual__logo {
  position: absolute;
  left: 2rem;
  width: max(30vw, 320px);
  top: 0%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  margin-top: 2rem;
}

.p-shows {
  margin: 6rem auto;
}
.p-shows__head {
  width: 300px;
  display: block;
  margin: 0 auto;
}
.p-shows__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-shows__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.p-shows__list--left, .p-shows__list--right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-shows__list--left, .p-shows__list--right {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-shows__list--left {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-shows__list--right {
    align-items: flex-end !important;
    gap: 0.5rem;
  }
}
.p-shows__list--date {
  display: inline-block;
  width: 7em;
  font-weight: bold;
}
.p-shows__list--title {
  display: inline-block;
  flex: 1px;
}
.p-shows__list--details {
  background-color: #fff;
  color: #000;
  padding: 0.25rem 1rem;
  text-decoration: none;
  font-weight: bold;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-shows__list--details::before, .p-shows__list--details::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #000;
  transition: 0.15s ease-in-out;
}
.p-shows__list--details::before {
  width: 0;
}
.p-shows__list--details:hover::before {
  width: 2rem;
}
.p-shows__list--details:hover::after {
  width: 0;
}

.p-videos {
  margin: 6rem auto;
}
.p-videos__head {
  width: 300px;
  display: block;
  margin: 0 auto;
}
.p-videos iframe {
  display: block;
  margin: 3rem auto;
  width: min(560px, 100%);
}
.p-videos__detail {
  background-color: #fff;
  color: #000;
  width: 258px;
  padding: 1rem 1.5rem;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.p-videos__detail::before, .p-videos__detail::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #000;
  transition: 0.15s ease-in-out;
}
.p-videos__detail::before {
  width: 0;
}
.p-videos__detail:hover::before {
  width: 2rem;
}
.p-videos__detail:hover::after {
  width: 0;
}

.p-links {
  padding: 3rem 0;
  width: 100%;
  background: linear-gradient(to right, rgba(75, 255, 35, 0.1) 0%, rgba(158, 129, 129, 0.1) 36%, rgba(83, 1, 84, 0.1) 63%, rgba(255, 35, 35, 0.1) 100%), #E0E0E0;
}
.p-links__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-links__wrap {
    flex-direction: column;
  }
}
.p-links__link {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
  background: #000;
  width: 240px;
  text-align: center;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.p-links__link::before, .p-links__link::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #FFF;
  transition: 0.15s ease-in-out;
}
.p-links__link::before {
  width: 0;
}
.p-links__link:hover::before {
  width: 2rem;
}
.p-links__link:hover::after {
  width: 0;
}
.p-links__text {
  text-align: center;
  color: #000;
  font-size: 20px;
}

.p-about {
  margin: 6rem auto;
}
.p-about__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-about__wrap {
    flex-direction: column;
  }
}
.p-about__head {
  width: min(336px, 100%);
  margin-bottom: 3rem;
}
.p-about__text p {
  line-height: 30px;
}
.p-about__image {
  margin-right: 6rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-about__image {
    margin-right: 0;
    text-align: center;
  }
}
.p-about__image img {
  width: 433px;
}
@media screen and (max-width: 768px) {
  .p-about__image img {
    width: min(433px, 100%);
  }
}
.p-about__image figcaption {
  font-size: 14px;
  font-weight: lighter;
  /* 一旦非表示 */
  display: none;
}

.p-newsletter {
  background-color: #fff;
  width: min(960px, 100%);
  margin: 0 auto 6rem;
  padding: 2rem 0;
  text-align: center;
}
.p-newsletter h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.p-newsletter__label {
  margin-top: 2rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.p-newsletter__label p {
  color: #000;
  text-align: left;
  margin-left: 2rem;
}
.p-newsletter input[type=checkbox] {
  display: none;
}
.p-newsletter .checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.p-newsletter input[type=checkbox]:checked + .checkmark {
  background-color: #000;
  border-color: #000;
}
.p-newsletter .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.p-newsletter input[type=checkbox]:checked + .checkmark::after {
  display: block;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.p-newsletter__error {
  color: red;
  display: none;
  padding-top: 1rem;
}
.p-newsletter input[type=email] {
  width: min(460px, 90%);
  display: block;
  margin: 2rem auto;
  height: 50px;
  border: solid 2px;
  padding: 0.5rem;
}
.p-newsletter__submit {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
  background: #000;
  width: 240px;
  text-align: center;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
  cursor: pointer;
}
.p-newsletter__submit::before, .p-newsletter__submit::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #FFF;
  transition: 0.15s ease-in-out;
}
.p-newsletter__submit::before {
  width: 0;
}
.p-newsletter__submit:hover::before {
  width: 2rem;
}
.p-newsletter__submit:hover::after {
  width: 0;
}

.p-privacypolicy__head {
  width: 350px;
  display: block;
  margin: 6rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-privacypolicy__head {
    width: 300px;
  }
}
.p-privacypolicy__article {
  margin-top: 6rem;
}
.p-privacypolicy__article h3 {
  font-size: 20px;
  padding-bottom: 1rem;
}
.p-privacypolicy__article p {
  padding-bottom: 1rem;
}
.p-privacypolicy__article ul {
  list-style: none;
  line-height: 2rem;
}
.p-privacypolicy__article li {
  margin-left: 2rem;
  position: relative;
}
.p-privacypolicy__article li:after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #fff;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
}
.p-privacypolicy__article hr {
  margin: 1rem 0;
}
.p-privacypolicy__article a {
  color: #6D6FFF;
}

.p-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1a1a;
  color: white;
  padding: 20px;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}
.p-cookie-banner.show {
  transform: translateY(0);
}
.p-cookie-banner-content {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-cookie-banner-content {
    align-items: stretch;
  }
}
.p-cookie-text {
  flex: 1;
  min-width: 300px;
}
.p-cookie-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-cookie-description {
  font-size: 14px;
  color: #ccc;
  line-height: 1.5;
  display: block;
}
.p-cookie-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-cookie-actions {
    justify-content: center;
  }
}
.p-cookie-btn {
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
@media (max-width: 768px) {
  .p-cookie-btn {
    flex: 1;
    min-width: 120px;
  }
}

.btn-accept {
  background: #007bff;
  color: white;
}
.btn-accept:hover {
  background: #0056b3;
}

.btn-decline {
  background: transparent;
  color: #555;
  border: 1px solid #555;
}
.btn-decline:hover {
  background: #333;
  color: white;
}

.btn-settings {
  background: transparent;
  color: #007bff;
  border: 1px solid #007bff;
}
.btn-settings:hover {
  background: #007bff;
  color: white;
}

.p-cookie-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  padding: 2rem;
}
.p-cookie-modal.show {
  display: flex;
}
.p-cookie-modal__content {
  background: white;
  border-radius: 0.5rem;
  max-width: 600px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  color: #333;
}
.p-cookie-modal__header {
  padding: 1.5rem;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-cookie-modal__title {
  font-size: 20px;
  font-weight: 600;
}
.p-cookie-modal .close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-cookie-modal__body {
  padding: 1.5rem;
}
.p-cookie-modal__category {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 0.6rem;
}
.p-cookie-modal__category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.p-cookie-modal__category-title {
  font-size: 1rem;
  font-weight: 600;
}
.p-cookie-modal__category-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.p-cookie-modal__toggle {
  position: relative;
  width: 50px;
  height: 26px;
  background: #ccc;
  border-radius: 13px;
  cursor: pointer;
  transition: background 0.3s;
}
.p-cookie-modal__toggle.active {
  background: #007bff;
}
.p-cookie-modal__toggle.active::after {
  transform: translateX(24px);
}
.p-cookie-modal__toggle.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-cookie-modal__toggle::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s;
}
.p-cookie-modal__footer {
  padding: 1.5rem;
  border-top: 1px solid #eee;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.demo-button {
  background: #007bff;
  color: white;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 1.5rem;
}
.demo-button:hover {
  background: #0056b3;
}

.p-complete {
  margin-top: 6rem;
}
.p-complete__text {
  text-align: center;
  padding-bottom: 2rem;
}
.p-complete__link {
  background-color: #fff;
  color: #000;
  width: 258px;
  padding: 1rem 1.5rem;
  margin: 0 auto;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.p-complete__link::before, .p-complete__link::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #000;
  transition: 0.15s ease-in-out;
}
.p-complete__link::before {
  width: 0;
}
.p-complete__link:hover::before {
  width: 2rem;
}
.p-complete__link:hover::after {
  width: 0;
}/*# sourceMappingURL=style.css.map */