@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;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .l-footer {
    gap: 1rem;
    max-width: 300px;
    margin: 0 auto;
  }
}
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;
  width: 100%;
}
header .l-header {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  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;
}
header .l-header__sns {
  align-items: center;
  gap: 15px;
}
header .l-header__sns img {
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .l-header-gnav {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  header .l-header-gnav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 999;
    transition: right 0.3s ease;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  header .l-header-gnav.active {
    right: 0;
  }
}
header .l-header-gnav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  header .l-header-gnav ul {
    flex-direction: column;
    height: auto;
    gap: 1rem;
    padding: 6rem 0;
  }
}
@media screen and (max-width: 768px) {
  header .l-header-gnav ul li {
    width: 100%;
    text-align: center;
  }
}
header .l-header-gnav ul li:last-child a:hover {
  background-color: #555;
}
header .l-header-gnav ul li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.3s;
  padding: 0.5rem 1rem;
}
header .l-header-gnav a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  header .l-header-gnav a {
    display: block;
  }
}
header .l-header-gnav__store {
  background-color: #333;
  border-radius: 5px;
  transition: background-color 0.3s;
}
header .l-header-gnav__sns {
  display: none;
}
@media screen and (max-width: 768px) {
  header .l-header-gnav__sns {
    display: flex;
    justify-content: center;
  }
}
header .l-header-gnav__toggle {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  header .l-header-gnav__toggle {
    display: block;
  }
}
header .l-header-gnav__toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px 0;
  transition: 0.3s;
}
header .l-header-gnav__toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
header .l-header-gnav__toggle.active span:nth-child(2) {
  opacity: 0;
}
header .l-header-gnav__toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

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

.c-btn {
  width: 258px;
  padding: 1rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.c-btn::before, .c-btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  transition: 0.15s ease-in-out;
}
.c-btn::before {
  width: 0;
}
.c-btn:hover::before {
  width: 2rem;
}
.c-btn:hover::after {
  width: 0;
}
.c-btn__black {
  background-color: #000;
  color: #fff;
}
.c-btn__black::before, .c-btn__black::after {
  background-color: #fff;
}
.c-btn__white {
  background-color: #fff;
  color: #000;
}
.c-btn__white::before, .c-btn__white::after {
  background-color: #000;
}

.p-shows {
  margin: 6rem auto;
  scroll-behavior: smooth;
}
.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--wrap {
  margin-bottom: 3rem;
}
.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-shows__detail {
  margin: 0 auto;
}
.p-shows-history {
  margin-top: 3rem;
  padding: 3rem 2rem;
  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-shows-history__contents {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-shows-history__contents {
    flex-direction: column;
  }
}
.p-shows-history__title {
  font-size: 2rem;
  color: #000;
}
.p-shows-history__select {
  padding: 12px 40px 12px 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill=&quot;%23333&quot; viewBox=&quot;0 0 20 20&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;><path fill-rule=&quot;evenodd&quot; d=&quot;M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z&quot; clip-rule=&quot;evenodd&quot;/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1.5rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 250px;
}
.p-shows-history__text {
  color: #666;
  text-align: center;
}
.p-shows-details__title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 6rem;
}
.p-shows-details__month-navigation {
  display: flex;
  justify-content: space-between;
}
.p-shows-details__month-navigation a {
  color: #fff;
  text-decoration: none;
}
.p-shows-details__article {
  padding: 2rem;
  border-top: 1px solid #fff;
}
.p-shows-details__article-wrap {
  margin-top: 6rem;
}
.p-shows-details__day {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.p-shows-details__contents {
  line-height: 2rem;
}
.p-shows-details__contents dt {
  font-weight: bold;
}
.p-shows-details__contents dd {
  margin-bottom: 1rem;
}
.p-shows-details__contents a {
  color: #007bff;
}

.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 {
  margin: 0 auto;
}

.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: 1.5rem;
  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 {
  font-size: 20px;
  margin: 0 auto;
  cursor: pointer;
}

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

.p-info {
  margin: 6rem auto;
}
.p-info__container {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-info__container {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-info__main {
  flex: 1;
  min-width: 0;
}
.p-info__sidebar {
  flex: 0 0 240px;
}
@media screen and (max-width: 768px) {
  .p-info__sidebar {
    flex: none;
    order: 1;
  }
}
.p-info__head {
  width: 300px;
  display: block;
  margin: 0 auto 6rem;
}
.p-info__list {
  margin-top: 0;
}
.p-info__item {
  padding: 3rem 0;
  border-top: 1px solid #fff;
}
.p-info__meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
  align-items: center;
}
.p-info__category {
  background: #333;
  color: white;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
}
.p-info__title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
.p-info__eyecatch {
  width: 100%;
  max-width: 300px;
  margin-bottom: 1.5rem;
}
.p-info__text {
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #fff;
}
.p-info__detail {
  margin: 0 auto;
}
.p-info__pagination {
  text-align: center;
  margin-top: 3rem;
}
.p-info__pagination a {
  padding: 0.5rem 1rem;
  margin: 0 5px;
  text-decoration: none;
  background: #fff;
  color: #333;
  border-radius: 4px;
}
.p-info__pagination a:first-child {
  background: #333;
  color: white;
}
.p-info__sidebar-section {
  padding: 0 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-info__sidebar-section {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-info__sidebar-section-title {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.p-info__categories {
  list-style: none;
}
.p-info__categories-item {
  margin-bottom: 0.25rem;
  font-size: 14px;
}
.p-info__categories-item a {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  display: block;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.p-info__categories-item a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ccc;
  transform: translateX(4px);
}
.p-info__categories-item a.active {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 500;
}
.p-info__archive-select {
  width: 100%;
  padding: 12px 40px 12px 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill=&quot;%23333&quot; viewBox=&quot;0 0 20 20&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;><path fill-rule=&quot;evenodd&quot; d=&quot;M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z&quot; clip-rule=&quot;evenodd&quot;/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1.5rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.3s ease;
}
.p-info__archive-select:hover {
  border-color: #999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-info__archive-select:focus {
  outline: none;
  border-color: #666;
  box-shadow: 0 0 0 3px rgba(102, 102, 102, 0.1);
}
.p-info__search-form {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-info__search-form {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-info__search-input {
  flex: 1;
  padding: 14px 16px;
  font-size: 1rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
}
.p-info__search-input::-moz-placeholder {
  color: #666;
}
.p-info__search-input::placeholder {
  color: #666;
}
.p-info__search-input:focus {
  outline: none;
  border-color: #666;
  box-shadow: 0 0 0 3px rgba(102, 102, 102, 0.1);
}
.p-info__search-input:hover {
  border-color: #999;
}
.p-info__search-button {
  padding: 12px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-info__search-button:hover {
  background: #555;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-info__search-button:active {
  transform: translateY(0);
}
.p-info__search-button img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .p-info__search-button {
    width: 100%;
    padding: 14px 20px;
    justify-content: center;
  }
  .p-info__search-button::after {
    content: "Search";
    margin-left: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
  }
}
.p-info__article-header {
  margin-bottom: 2rem;
}
.p-info__article-meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-info__article-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.p-info__article-title {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-info__article-title {
    font-size: 2rem;
  }
}
.p-info__article-content {
  line-height: 1.8;
  color: #fff;
}
.p-info__article-content h2, .p-info__article-content h3, .p-info__article-content h4 {
  color: #fff;
  margin: 2rem 0 1rem;
}
.p-info__article-content p {
  margin-bottom: 1.5rem;
}
.p-info__article-content ul, .p-info__article-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.p-info__article-content hr {
  border: none;
  border-top: 1px solid #666;
  margin: 2rem 0;
}
.p-info__article-content a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-info__article-content a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.p-info__article-nav {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-info__article-nav {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-info__article-nav-prev, .p-info__article-nav-next {
  flex: 1;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.p-info__article-nav-prev:hover, .p-info__article-nav-next:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.p-info__article-nav-prev {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-info__article-nav-prev {
    text-align: center;
  }
}
.p-info__article-nav-next {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-info__article-nav-next {
    text-align: center;
  }
}
.p-info__article-nav-label {
  color: #999;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.p-info__article-nav-title {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.p-info__article-nav-title:hover {
  color: #ddd;
}
.p-info__back-link {
  margin: 2rem 0;
  text-align: center;
}
.p-info__back-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.p-info__back-link a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ddd;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.p-info-history {
  margin-top: 3rem;
  padding: 3rem 2rem;
  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-info-history__contents {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-info-history__contents {
    flex-direction: column;
  }
}
.p-info-history__title {
  font-size: 2rem;
  color: #000;
}
.p-info-history__select {
  padding: 12px 40px 12px 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill=&quot;%23333&quot; viewBox=&quot;0 0 20 20&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;><path fill-rule=&quot;evenodd&quot; d=&quot;M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z&quot; clip-rule=&quot;evenodd&quot;/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1.5rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 250px;
}
.p-info-history__text {
  color: #666;
  text-align: center;
}
.p-info__archive-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 6rem;
  color: #fff;
}

.p-blog {
  margin: 6rem auto;
}
.p-blog__container {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-blog__container {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-blog__main {
  flex: 1;
  min-width: 0;
}
.p-blog__sidebar {
  flex: 0 0 240px;
}
@media screen and (max-width: 768px) {
  .p-blog__sidebar {
    flex: none;
    order: 1;
  }
}
.p-blog__head {
  width: 300px;
  display: block;
  margin: 0 auto 6rem;
}
.p-blog__list {
  margin-top: 0;
}
.p-blog__item {
  padding: 3rem 0;
  border-top: 1px solid #fff;
}
.p-blog__meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
  align-items: center;
}
.p-blog__category {
  background: #333;
  color: white;
  padding: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
}
.p-blog__title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
.p-blog__eyecatch {
  width: 100%;
  max-width: 300px;
  margin-bottom: 1.5rem;
}
.p-blog__text {
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #fff;
}
.p-blog__detail {
  margin: 0 auto;
}
.p-blog__pagination {
  text-align: center;
  margin-top: 3rem;
}
.p-blog__pagination a {
  padding: 0.5rem 1rem;
  margin: 0 5px;
  text-decoration: none;
  background: #fff;
  color: #333;
  border-radius: 4px;
}
.p-blog__pagination a:first-child {
  background: #333;
  color: white;
}
.p-blog__sidebar-section {
  padding: 0 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-blog__sidebar-section {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-blog__sidebar-section-title {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.p-blog__categories {
  list-style: none;
}
.p-blog__categories-item {
  margin-bottom: 0.25rem;
  font-size: 14px;
}
.p-blog__categories-item a {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  display: block;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.p-blog__categories-item a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ccc;
  transform: translateX(4px);
}
.p-blog__categories-item a.active {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 500;
}
.p-blog__archive-select {
  width: 100%;
  padding: 12px 40px 12px 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill=&quot;%23333&quot; viewBox=&quot;0 0 20 20&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;><path fill-rule=&quot;evenodd&quot; d=&quot;M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z&quot; clip-rule=&quot;evenodd&quot;/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1.5rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.3s ease;
}
.p-blog__archive-select:hover {
  border-color: #999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.p-blog__archive-select:focus {
  outline: none;
  border-color: #666;
  box-shadow: 0 0 0 3px rgba(102, 102, 102, 0.1);
}
.p-blog__search-form {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-blog__search-form {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-blog__search-input {
  flex: 1;
  padding: 14px 16px;
  font-size: 1rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
}
.p-blog__search-input::-moz-placeholder {
  color: #666;
}
.p-blog__search-input::placeholder {
  color: #666;
}
.p-blog__search-input:focus {
  outline: none;
  border-color: #666;
  box-shadow: 0 0 0 3px rgba(102, 102, 102, 0.1);
}
.p-blog__search-input:hover {
  border-color: #999;
}
.p-blog__search-button {
  padding: 12px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-blog__search-button:hover {
  background: #555;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-blog__search-button:active {
  transform: translateY(0);
}
.p-blog__search-button img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .p-blog__search-button {
    width: 100%;
    padding: 14px 20px;
    justify-content: center;
  }
  .p-blog__search-button::after {
    content: "Search";
    margin-left: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
  }
}
.p-blog__article-header {
  margin-bottom: 2rem;
}
.p-blog__article-meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-blog__article-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.p-blog__article-title {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-blog__article-title {
    font-size: 2rem;
  }
}
.p-blog__article-content {
  line-height: 1.8;
  color: #fff;
}
.p-blog__article-content h2, .p-blog__article-content h3, .p-blog__article-content h4 {
  color: #fff;
  margin: 2rem 0 1rem;
}
.p-blog__article-content p {
  margin-bottom: 1.5rem;
}
.p-blog__article-content ul, .p-blog__article-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.p-blog__article-content hr {
  border: none;
  border-top: 1px solid #666;
  margin: 2rem 0;
}
.p-blog__article-content a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.p-blog__article-content a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.p-blog__article-nav {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin: 3rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-blog__article-nav {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-blog__article-nav-item {
  flex: 1;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.p-blog__article-nav-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.p-blog__article-nav-item.prev {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-blog__article-nav-item.prev {
    text-align: center;
  }
}
.p-blog__article-nav-item.next {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-blog__article-nav-item.next {
    text-align: center;
  }
}
.p-blog__article-nav-label {
  color: #999;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.p-blog__article-nav-title {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s ease;
}
.p-blog__article-nav-title:hover {
  color: #ddd;
}
.p-blog__back-link {
  margin: 2rem 0;
  text-align: center;
}
.p-blog__back-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.p-blog__back-link a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ddd;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.p-contact {
  margin: 6rem auto;
  max-width: 600px;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 0 1rem;
    margin: 4rem auto;
  }
}
.p-contact__title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-contact__form {
  margin-bottom: 4rem;
}
.p-contact__form-group {
  margin-bottom: 1.5rem;
}
.p-contact__form-group:last-of-type {
  margin-bottom: 2rem;
}
.p-contact__label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #fff;
  font-size: 1rem;
}
.p-contact__input, .p-contact__textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f9f9f9;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #333;
  transition: all 0.3s ease;
}
.p-contact__input:focus, .p-contact__textarea:focus {
  outline: none;
  border-color: #666;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(102, 102, 102, 0.1);
}
.p-contact__input:hover, .p-contact__textarea:hover {
  border-color: #999;
}
.p-contact__input::-moz-placeholder, .p-contact__textarea::-moz-placeholder {
  color: #666;
}
.p-contact__input::placeholder, .p-contact__textarea::placeholder {
  color: #666;
}
.p-contact__textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.5;
}
.p-contact__checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact__checkbox-wrapper {
    gap: 0.5rem;
  }
}
.p-contact__checkbox {
  margin-top: 0.25rem;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  accent-color: #333;
}
.p-contact__checkbox-text {
  flex: 1;
}
.p-contact__checkbox-text a {
  color: #6D6FFF;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.p-contact__submit {
  text-align: center;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.p-contact__submit-button {
  width: 258px;
  padding: 1rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  color: #000;
  transition: 0.15s ease-in-out;
}
.p-contact__submit-button::before, .p-contact__submit-button::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #000;
  transition: 0.15s ease-in-out;
}
.p-contact__submit-button::before {
  width: 0;
}
.p-contact__submit-button:hover::before {
  width: 2rem;
}
.p-contact__submit-button:hover::after {
  width: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__submit-button {
    width: 100%;
    max-width: 258px;
  }
}
.p-contact__info {
  margin-top: 4rem;
  text-align: center;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .p-contact__info {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}
.p-contact__info-text {
  margin-bottom: 0.75rem;
  color: #ccc;
  font-size: 0.95rem;
}
.p-contact__info-email {
  font-weight: 500;
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-contact__info-email {
    font-size: 1rem;
  }
}

.p-disc {
  margin: 6rem auto;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .p-disc {
    padding: 0 1rem;
    margin: 4rem auto;
  }
}
.p-disc__tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-disc__tabs {
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
}
.p-disc__tab-button {
  width: 258px;
  padding: 1rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  background-color: #f0f0f0;
  color: #333;
  transition: 0.15s ease-in-out;
}
.p-disc__tab-button::before, .p-disc__tab-button::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #333;
  transition: 0.15s ease-in-out;
}
.p-disc__tab-button::before {
  width: 0;
}
.p-disc__tab-button:hover, .p-disc__tab-button.active {
  background-color: #fff;
  color: #000;
}
.p-disc__tab-button:hover::before, .p-disc__tab-button.active::before {
  width: 2rem;
  background-color: #000;
}
.p-disc__tab-button:hover::after, .p-disc__tab-button.active::after {
  width: 0;
}
.p-disc__tab-button.active::before, .p-disc__tab-button.active::after {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .p-disc__tab-button {
    width: 45%;
    max-width: 200px;
    padding: 0.875rem 1rem;
    font-size: 0.9rem;
  }
}
.p-disc__main-title {
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-disc__main-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-disc__detail {
  max-width: 800px;
  margin: 0 auto;
}
.p-disc__header {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-disc__header {
    margin-bottom: 2rem;
  }
}
.p-disc__title {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-disc__title {
    font-size: 2rem;
  }
}
.p-disc__subtitle {
  font-size: 1.2rem;
  color: #ccc;
  font-weight: 300;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-disc__subtitle {
    font-size: 1rem;
  }
}
.p-disc__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-disc__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-disc__artwork {
  text-align: center;
}
.p-disc__cover {
  width: 100%;
  max-width: 350px;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-disc__cover {
    max-width: 280px;
  }
}
.p-disc__info {
  color: #fff;
}
.p-disc__info-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p-disc__info-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.p-disc__info-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.p-disc__info-list {
  list-style: none;
  padding: 0;
}
.p-disc__info-item {
  display: flex;
  margin-bottom: 0.75rem;
}
.p-disc__info-item:last-child {
  margin-bottom: 0;
}
.p-disc__info-label {
  font-weight: 500;
  color: #ccc;
  min-width: 80px;
  margin-right: 1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-disc__info-label {
    min-width: 70px;
  }
}
.p-disc__info-value {
  color: #fff;
  flex: 1;
}
.p-disc__description {
  line-height: 1.8;
  color: #ddd;
  font-size: 1rem;
}
.p-disc__description p {
  margin-bottom: 1rem;
}
.p-disc__description p:last-child {
  margin-bottom: 0;
}
.p-disc__purchase {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-disc__purchase {
    margin-top: 2rem;
  }
}
.p-disc__purchase-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 258px;
  padding: 1rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  color: #000;
  transition: 0.15s ease-in-out;
}
.p-disc__purchase-button::before, .p-disc__purchase-button::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #000;
  transition: 0.15s ease-in-out;
}
.p-disc__purchase-button::before {
  width: 0;
}
.p-disc__purchase-button:hover::before {
  width: 2rem;
}
.p-disc__purchase-button:hover::after {
  width: 0;
}
@media screen and (max-width: 768px) {
  .p-disc__purchase-button {
    width: 100%;
    max-width: 300px;
  }
}
.p-disc__back-link {
  margin: 3rem 0 0;
  text-align: center;
}
.p-disc__back-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
}
.p-disc__back-link a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ddd;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .p-disc__back-link {
    margin: 2rem 0 0;
  }
}

@media screen and (max-width: 768px) {
  .u-dn-md-min {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-dn-md-max {
    display: none !important;
  }
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/* アニメーションの設定 */
/* フワッと表示 */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左からふわっと */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右からふわっと */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 左上へパタっと表示 */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* 背景をぼかす */
.bg-blur {
  filter: blur(10px);
  transition: filter 0.5s ease;
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.blurTrigger {
  opacity: 0;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time05 {
  animation-delay: 0.2s;
}

.delay-time1 {
  animation-delay: 0.4s;
}

.delay-time15 {
  animation-delay: 0.6s;
}

.delay-time2 {
  animation-delay: 0.8s;
}/*# sourceMappingURL=style.css.map */