@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  height: 100%;
  background-color: #2F0606;
}

section {
  margin-bottom: 60px;
}

img {
  width: 100%;
  height: auto;
}

.gold-card {
  background: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  border-radius: 0.2em;
  padding: 2px;
  width: 70px;
}
@media (min-width: 480px) {
  .gold-card {
    width: 80px;
  }
}
@media (min-width: 768px) {
  .gold-card {
    width: 90px;
  }
}
@media (min-width: 1024px) {
  .gold-card {
    width: 120px;
  }
}

.pl-box {
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  border-image-slice: 1;
  background: linear-gradient(to bottom, #1D1D1D 0%, #2E2E2E 50%, #1D1D1D 100%);
}

.pl-box.mid {
  padding: 0 0 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .pl-box.mid {
    width: 70%;
    margin: 0 auto 60px;
  }
}

.pc-item {
  padding-bottom: 10px;
}

.cast-new img {
  width: 30px;
  position: absolute;
}
@media (min-width: 480px) {
  .cast-new img {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .cast-new img {
    width: 80px;
  }
}

.castlist-photo {
  padding: 10px 10px 4px;
}
.castlist-photo img {
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  border-image-slice: 1;
}

.castlist-grid {
  display: grid;
  grid-template-columns: repeat(2, 43vw);
  grid-template-rows: auto;
  gap: 2vw;
  justify-content: center;
}
@media (min-width: 768px) {
  .castlist-grid {
    grid-template-columns: repeat(4, 170px);
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .castlist-grid {
    grid-template-columns: repeat(4, 200px);
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .castlist-grid {
    grid-template-columns: repeat(4, 260px);
    gap: 20px;
  }
}

.castlist-pl-box {
  width: 43vw;
}
@media (min-width: 768px) {
  .castlist-pl-box {
    width: 170px;
  }
}
@media (min-width: 1024px) {
  .castlist-pl-box {
    width: 200px;
  }
}
@media (min-width: 1280px) {
  .castlist-pl-box {
    width: 260px;
  }
}

.schedule-time {
  margin: 0 0 10px -1em;
}
.schedule-time::before {
  font-family: FontAwesome;
  content: "\f017";
  font-weight: 100;
  margin-right: 10px;
}

.inner {
  margin: auto;
  width: 92vw;
}
@media (min-width: 768px) {
  .inner {
    width: 80vw;
  }
}

.background-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  position: fixed;
  z-index: -100;
}
.background-img img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  opacity: 0.26;
}

@media (min-width: 768px) {
  .bg-sp {
    display: none;
  }
}

.bg-pc {
  display: none;
}
@media (min-width: 768px) {
  .bg-pc {
    display: block;
  }
}

.page-h1 h1 {
  margin: 2em 0;
  display: inline-block;
}
.page-h1 span {
  display: block;
}

.h2-box {
  background: linear-gradient(to bottom, #9F5F1E 0%, #3f0505 100%);
  padding: 16px 0;
  margin-bottom: 20px;
}
.h2-box h2 {
  margin: 0;
}
.h2-box span {
  display: block;
}

.pl-box table {
  width: 90%;
  margin: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}

tr {
  border-bottom: 2px solid #555;
}

th {
  width: 54%;
  padding: 30px 0 4px;
}

td {
  width: 46%;
  padding: 30px 0 0 0;
}

code {
  white-space: normal;
  word-wrap: break-word;
}

pre {
  margin: 0;
  white-space: nowrap;
}

.sa {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.sa.show {
  opacity: 1;
  transform: translateY(0);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body, p, ul {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1rem; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: small;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "游明朝", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #ffffff;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #ffffff;
}

ul {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

p {
  line-height: 1.4em;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 300px) / (1280 - 300), 16px);
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

.page-h1 {
  text-align: center;
}
.page-h1 h1 {
  background: linear-gradient(-60deg, #B67B03 0%, #DAAF08 40%, #FEE9A2 50%, #DAAF08 60%, #B67B03 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.page-h1 .top-p {
  font-size: clamp(20px, 20px + (36 - 20) * (100vw - 300px) / (1280 - 300), 36px);
}
.page-h1 .bottom-p {
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1280 - 300), 20px);
}

.gold-card p {
  color: #343434;
}

.pl-box.mid, .pl-box.mid p {
  text-align: center;
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 300px) / (1280 - 300), 20px);
}

.pl-box.big, .pl-box.big p {
  line-height: 1.4em;
  font-weight: 400;
  font-size: clamp(12px, 12px + (18 - 12) * (100vw - 300px) / (1280 - 300), 18px);
}

.pl-box-title {
  background: linear-gradient(-60deg, #B67B03 0%, #DAAF08 40%, #FEE9A2 50%, #DAAF08 60%, #B67B03 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: clamp(16px, 16px + (30 - 16) * (100vw - 300px) / (1280 - 300), 30px);
}

.more-button {
  text-align: center;
}
.more-button p {
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 300px) / (1280 - 300), 14px);
}

.castlist-name {
  text-align: center;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 300px) / (1280 - 300), 16px);
}

.castlist-size {
  text-align: center;
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 300px) / (1280 - 300), 14px);
}

.schedule-time {
  text-align: center;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 300px) / (1280 - 300), 16px);
}

.no-schedule {
  text-align: center;
  white-space: nowrap;
}

.fs-middle {
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1280 - 300), 20px);
}

.fs-small {
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 767px) / (1280 - 767), 16px);
}

.gold-card {
  font-size: clamp(12px, 12px + (18 - 12) * (100vw - 300px) / (1280 - 300), 18px);
}

.top-p {
  font-size: clamp(16px, 16px + (32 - 16) * (100vw - 300px) / (1280 - 300), 32px);
}

.bottom-p {
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 300px) / (1280 - 300), 16px);
}

small {
  font-size: clamp(8px, 8px + (16 - 8) * (100vw - 300px) / (1280 - 300), 16px);
}

.hum-contents {
  text-align: left;
}

.h-nav .top-p {
  font-size: clamp(8px, 8px + (20 - 8) * (100vw - 300px) / (767 - 300), 20px);
}
@media (min-width: 768px) {
  .h-nav .top-p {
    font-size: 14px;
  }
}

.h-nav .bottom-p {
  font-size: clamp(6px, 6px + (14 - 6) * (100vw - 300px) / (767 - 300), 14px);
}
@media (min-width: 768px) {
  .h-nav .bottom-p {
    font-size: 10px;
  }
}

.all-header {
  text-align: center;
}

.h-nav .pl-box {
  text-align: center;
}

.breadclumbs {
  font-size: clamp(6px, 6px + (14 - 6) * (100vw - 300px) / (767 - 300), 14px);
}

.all-footer {
  text-align: center;
}

.footer-nav {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 768px) / (1280 - 768), 18px);
}

.copy-right {
  color: #343434;
  line-height: 0.4em;
}
.copy-right small {
  font-size: clamp(8px, 8px + (12 - 8) * (100vw - 300px) / (1280 - 300), 12px);
}

.hmh-h1 {
  color: transparent;
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1280 - 300), 20px);
}
.hmh-h1 span {
  background: linear-gradient(-60deg, #B67B03 0%, #DAAF08 40%, #FEE9A2 50%, #DAAF08 60%, #B67B03 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  opacity: 0;
  display: inline-block;
  transform: translateX(20px);
  transition: opacity 2s ease, transform 0.6s ease;
}
.hmh-h1 span.show {
  opacity: 1;
  transform: translateX(0);
}

.day-box {
  text-align: center;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 300px) / (1280 - 300), 16px);
}

.topics-list {
  line-height: 1.4em;
}
.topics-list p {
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 300px) / (1280 - 300), 16px);
}
.topics-list .excerpt {
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 300px) / (1280 - 300), 14px);
}

.precaution-box p {
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 300px) / (1280 - 300), 14px);
  font-weight: 400;
}

.event-title {
  text-align: center;
  background: linear-gradient(-60deg, #B67B03 0%, #DAAF08 40%, #FEE9A2 50%, #DAAF08 60%, #B67B03 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.event-title p {
  display: inline-block;
  font-size: clamp(16px, 16px + (30 - 16) * (100vw - 300px) / (1280 - 300), 30px);
}

#schedulelist-nav {
  text-align: center;
  font-size: clamp(8px, 8px + (16 - 8) * (100vw - 300px) / (1280 - 300), 16px);
}

.cast-info {
  text-align: center;
}

.cast-info.pc-item-pc {
  text-align: initial;
}

.cast-name {
  font-size: clamp(18px, 18px + (28 - 18) * (100vw - 300px) / (700 - 300), 28px);
}

.cast-status {
  font-size: clamp(10px, 10px + (18 - 10) * (100vw - 300px) / (700 - 300), 18px);
}

.schedule {
  text-align: center;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 300px) / (700 - 300), 16px);
}

.oc-title {
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (700 - 300), 20px);
}

.oc-content p {
  font-size: clamp(10px, 10px + (18 - 10) * (100vw - 300px) / (700 - 300), 18px);
}

.cast-name.ci {
  font-size: clamp(28px, 28px + (32 - 28) * (100vw - 701px) / (1280 - 701), 32px);
}

.cast-info.pc-item-pc, .oc-title.ci-th {
  font-size: clamp(18px, 18px + (20 - 18) * (100vw - 701px) / (1280 - 701), 20px);
}

.oc-content.ci-td p {
  font-size: clamp(14px, 14px + (22 - 14) * (100vw - 701px) / (1280 - 701), 22px);
  font-weight: 400;
}

.recruit-table th {
  vertical-align: top;
}

.link .pl-box label::after {
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 300px) / (767 - 300), 14px);
  background: linear-gradient(-60deg, #B67B03 0%, #DAAF08 40%, #FEE9A2 50%, #DAAF08 60%, #B67B03 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.link .pl-box input:checked ~ label::after {
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 300px) / (767 - 300), 14px);
  background: linear-gradient(-60deg, #B67B03 0%, #DAAF08 40%, #FEE9A2 50%, #DAAF08 60%, #B67B03 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.public-link-p {
  font-size: clamp(14px, 14px + (20 - 14) * (100vw - 300px) / (1280 - 300), 20px);
  text-align: center;
}

.public-link-title {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 300px) / (1280 - 300), 20px);
  text-align: center;
}

.plb-p, .plb-p code, .public-link-box .plb-p p {
  font-size: clamp(10px, 10px + (14 - 10) * (100vw - 300px) / (1280 - 300), 14px);
}

.plb-p code {
  font-family: initial;
  font-weight: 300;
}

.not-found h1 {
  font-size: clamp(80px, 80px + (160 - 80) * (100vw - 480px) / (1280 - 480), 160px);
}

.not-found p {
  font-size: clamp(10px, 10px + (16 - 10) * (100vw - 480px) / (1280 - 480), 16px);
}

.not-found {
  text-align: center;
}
.not-found h1 {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

.toggle {
  display: none;
}

.label {
  display: block;
  cursor: pointer;
  position: relative;
}

.label::after {
  position: absolute;
  right: 6vw;
}

.label, .open-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.open-content {
  height: 0;
  overflow: hidden;
}

.toggle:checked + .label + .open-content {
  height: auto;
  padding: 1rem;
  transition: all 0.3s;
}

.toggle:checked + .label + .open-content img {
	max-width:480px;
	height:auto;
}

.breadclumbs {
  margin: 14px 0 0 10px;
}
@media (min-width: 768px) {
  .breadclumbs {
    margin-top: 248px;
  }
}

.gold-btn {
  color: #ffffff;
  background: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  box-shadow: 0 5px 5px -7px #343434;
  border-radius: 0.3em;
  border: 1px solid;
}
.gold-btn a {
  padding: 6px 0;
  display: inline-block;
  width: 100%;
}
.gold-btn p {
  color: #ffffff;
  font-weight: bold;
}
.gold-btn:hover {
  opacity: 0.7;
  box-shadow: initial;
}

.more-button p::after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 4px;
}

.mb-con {
  width: 70%;
  margin: 20px auto 0;
}

.header-humburgermenu {
  position: absolute;
  top: 3.8vh;
  right: 6vw;
  width: 20px;
  background: linear-gradient(to bottom, #1D1D1D 0%, #2E2E2E 50%, #1D1D1D 100%);
  border-image: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  border-image-slice: 1;
  border-width: 2px;
  border-style: solid;
  height: 10px;
  padding: 10px 4px 2px;
}
@media (min-width: 480px) {
  .header-humburgermenu {
    top: 6vh;
    width: 26px;
    height: 12px;
    padding-top: 13px;
  }
}
@media (min-width: 768px) {
  .header-humburgermenu {
    display: none;
  }
}

#menu-btn-check {
  display: none;
  width: 20px;
  height: 10px;
}
@media (min-width: 480px) {
  #menu-btn-check {
    width: 26px;
    height: 12px;
  }
}

/* ハンバーガーアイコンをCSSだけで表現 */
.menu-btn span, .menu-btn span::before, .menu-btn span::after {
  content: "";
  display: block;
  height: 1.5px;
  width: 20px;
  background: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
@media (min-width: 480px) {
  .menu-btn span, .menu-btn span::before, .menu-btn span::after {
    height: 2.5px;
    width: 26px;
  }
}

.menu-btn span::before {
  top: -6px;
}
@media (min-width: 480px) {
  .menu-btn span::before {
    top: -8px;
  }
}

.menu-btn span::after {
  bottom: -6px;
}
@media (min-width: 480px) {
  .menu-btn span::after {
    bottom: -8px;
  }
}

/* ×印  */
#menu-btn-check:checked ~ .menu-btn span {
  background: transparent;
}
#menu-btn-check:checked ~ .menu-btn span::before {
  top: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* 中身 */
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #2F0606;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.hum-img {
  margin: 90px 0 40px 0;
}
.hum-img img {
  width: 150px;
}

.hum-contents {
  padding: 15px;
}
.hum-contents p {
  border-width: 1px;
  border-bottom-style: solid;
  border-image: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  border-image-slice: 1;
  padding-left: 15px;
}
.hum-contents p::after {
  font-family: FontAwesome;
  content: "\f105";
  background: linear-gradient(-60deg, #B67B03 0%, #DAAF08 40%, #FEE9A2 50%, #DAAF08 60%, #B67B03 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: absolute;
  right: 6vw;
}

/* チェックが入ったらもろもろ表示 */
#menu-btn-check:checked ~ .menu-content {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.fx {
  display: flex;
}

.fx2 {
  flex: 50%;
}

.fx5 {
  flex: 20%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .fxtab {
    display: flex;
  }
}

.fv-mv-fxm {
  flex: 30%;
}

.fv-mv-fxs {
  flex: 35%;
}

.all-header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  transition: height 0.1s ease;
  border-width: 3px;
  border-bottom-style: solid;
  border-image: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  border-image-slice: 1;
  background-image: url(https://princess-luv.com/wp-content/uploads/2025/12/princessluv-background-img-scaled.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 124px;
}
@media (min-width: 376px) {
  .all-header {
    height: 136px;
  }
}
@media (min-width: 480px) {
  .all-header {
    height: 160px;
  }
}
@media (min-width: 600px) {
  .all-header {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .all-header {
    height: 160px;
    border: none;
  }
}

.all-header-fx {
  height: 80px;
}
@media (min-width: 376px) {
  .all-header-fx {
    height: 90px;
  }
}
@media (min-width: 480px) {
  .all-header-fx {
    height: 112px;
  }
}
@media (min-width: 600px) {
  .all-header-fx {
    height: 132px;
  }
}
@media (min-width: 768px) {
  .all-header-fx {
    height: 160px;
  }
}

.header-logo {
  width: 54vw;
  margin: 10px auto 0;
}
@media (min-width: 480px) {
  .header-logo {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .header-logo {
    width: 400px;
  }
}

.h-etl {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .h-etl {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }
}

.h-e {
  justify-content: center;
  align-items: center;
}

.h-tl {
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .h-tl {
    margin: 0;
  }
}

.h-t {
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .h-t {
    margin: 0 26px;
  }
}

.h-l .gold-card {
  width: 100px;
  box-shadow: 2px 2px 1px #725f37;
}
.h-l .gold-card:hover {
  box-shadow: initial;
}

.h-t-scroll {
  position: fixed;
  width: 60px;
  padding: 4px;
  height: 80px;
  bottom: 120px;
  right: 0px;
}
.h-t-scroll img {
  width: 40px;
  margin: 10px 0 10px;
}
.h-t-scroll:hover {
  background: #746D50;
}

.h-l-scroll {
  position: fixed;
  width: 60px;
  padding: 4px;
  height: 80px;
  bottom: 26px;
  right: 0px;
}
.h-l-scroll img {
  width: 40px;
  margin: 10px 0 10px;
}
.h-l-scroll:hover {
  background: #746D50;
}

@media (min-width: 768px) {
  .all-header .h-t-scroll, .all-header .h-l-scroll {
    display: none;
  }
}

.all-header small, .all-header .h-tl {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.all-header-fx small {
  display: none;
  opacity: 0;
  transform: translateY(-100%);
}
@media (min-width: 768px) {
  .all-header-fx small {
    display: block;
  }
}

.all-header-fx .h-tl {
  display: none;
  opacity: 0;
  transform: translateY(-100%);
}
@media (min-width: 768px) {
  .all-header-fx .h-tl {
    display: flex;
    opacity: 1;
    transform: initial;
  }
}

.h-tl-scroll {
  opacity: 0;
  transition: 0.5s;
}

.h-tl-scroll-fx {
  opacity: 1;
}

.h-nav .pl-box {
  border-width: 2.5px;
  border-style: solid;
  border-image: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  border-image-slice: 1;
  background: linear-gradient(to bottom, #1D1D1D 0%, #888787 10%, #1D1D1D 16%, #2E2E2E 90%, #888787 90%, #1D1D1D 100%);
}
.h-nav .pl-box:hover {
  background: #746D50;
}

.h-nav .mob {
  margin-top: 130px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media (min-width: 376px) {
  .h-nav .mob {
    margin-top: 142px;
  }
}
@media (min-width: 480px) {
  .h-nav .mob {
    margin-top: 166px;
  }
}
@media (min-width: 600px) {
  .h-nav .mob {
    margin-top: 186px;
  }
}
@media (min-width: 768px) {
  .h-nav .mob {
    display: none;
  }
}
.h-nav .mob .pl-box {
  width: 20vw;
  padding: 12px 1.5px 8px;
}
@media (min-width: 376px) {
  .h-nav .mob .pl-box {
    padding: 16px 3px 12px;
  }
}
@media (min-width: 480px) {
  .h-nav .mob .pl-box {
    padding: 20px 6px 16px;
  }
}
@media (min-width: 600px) {
  .h-nav .mob .pl-box {
    padding: 24px 9px 20px;
  }
}

.h-nav .pc {
  display: none;
}
@media (min-width: 768px) {
  .h-nav .pc {
    display: flex;
    background: linear-gradient(to bottom, #1D1D1D 0%, #2E2E2E 50%, #1D1D1D 100%);
    justify-content: center;
    align-items: center;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-image: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
    border-image-slice: 1;
    border-top-width: 4px;
    border-top-style: solid;
  }
}
.h-nav .pc .hnm {
  padding: 18px 14px;
}
@media (min-width: 1024px) {
  .h-nav .pc .hnm {
    padding: 18px 22px;
  }
}
.h-nav .pc .hnm:hover {
  background-color: #746D50;
}

.all-footer {
  margin-top: 100px;
}

.footer-box {
  border-top-width: 1px;
  border-top-style: solid;
  border-image: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  border-image-slice: 1;
  background: linear-gradient(to bottom, #1D1D1D 0%, #2E2E2E 50%, #1D1D1D 100%);
  padding-bottom: 10px;
}

.footer-nav {
  display: none;
}
@media (min-width: 768px) {
  .footer-nav {
    display: flex;
    padding: 10px 0;
    justify-content: space-evenly;
    width: 90%;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .footer-nav {
    width: 70%;
  }
}
.footer-nav a:hover {
  text-decoration: underline;
}

.copy-right {
  padding: 8px;
  background: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
}
@media (min-width: 768px) {
  .copy-right {
    padding: 12px 0;
  }
}

@media (min-width: 768px) {
  .hmh-h1 {
    margin-top: 248px;
  }
}

.pickup-cast .pl-box {
  width: 60vw;
  margin: auto;
}
@media (min-width: 768px) {
  .pickup-cast .pl-box {
    width: 500px;
  }
}

.day-box {
  background: linear-gradient(to right, #3f0505 0%, #9F5F1E 50%, #3f0505 100%);
  padding: 6px;
  margin: -10px 0 10px;
}

.topics-box {
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .topics-box {
    width: 70%;
  }
}
.topics-box p {
  padding: 10px 14px;
  margin-top: 10px;
  background-color: #343434;
}
.topics-box .excerpt {
  padding: 10px 14px;
}
.topics-box .excerpt p {
  padding: 0;
  margin: 0;
  background-color: initial;
}

.topics-list {
  height: 300px;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .topics-list {
    height: 500px;
  }
}

.precaution-box .pl-box {
  padding: 20px;
}

.event-field {
  width: 70%;
  margin: auto;
}

.event-box {
  margin-bottom: 20px;
}
.event-box .pl-box {
  padding: 20px;
}

.event-title {
  margin-bottom: 20px;
}

.event-img {
  margin-bottom: 20px;
}

.news .topics-list {
  height: auto;
  overflow-y: initial;
  padding-bottom: 20px;
}
.news .topics-box {
  width: 100%;
}
@media (min-width: 1280px) {
  .news .topics-box {
    width: 70%;
  }
}
.news .topics-box .excerpt {
  padding: 10px 20px;
}

.gnav {
  margin-bottom: 20px;
  background: linear-gradient(to bottom, #1D1D1D 0%, #2E2E2E 50%, #1D1D1D 100%);
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  border-image-slice: 1;
  border-right: none;
  border-left: none;
}
@media (min-width: 1024px) {
  .gnav {
    width: 70%;
    margin: 0 auto 20px;
  }
}

#schedulelist-nav {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center;
}
#schedulelist-nav span {
  display: block;
}
#schedulelist-nav .dw {
  padding: 10px 2.6vw;
}
@media (min-width: 768px) {
  #schedulelist-nav .dw {
    padding: 14px 20px;
  }
}
#schedulelist-nav li:hover {
  background: #746D50;
}
#schedulelist-nav li a {
  text-decoration: none;
}
#schedulelist-nav li a.sun .date, #schedulelist-nav li a.sun .week {
  color: red;
}
#schedulelist-nav li a.sat .date, #schedulelist-nav li a.sat .week {
  color: #7878f3;
}
#schedulelist-nav li.today {
  background: #746D50;
}

.plofile .pl-box {
  max-width: 1000px;
  margin: auto;
}

.castlist-photo.pc-item-sp {
  max-width: 500px;
  margin: auto;
}

@media (min-width: 701px) {
  .castlist-photo.pc-item-pc {
    width: 40%;
    max-width: 400px;
  }
}

@media (min-width: 701px) {
  .pc-item-sp {
    display: none;
  }
}

.pc-item-pc {
  display: none;
}
@media (min-width: 701px) {
  .pc-item-pc {
    display: block;
  }
}

@media (min-width: 701px) {
  .pc-item-fx {
    display: flex;
  }
}

.cast-info {
  margin-top: 10px;
}

.cast-status {
  padding-top: 4px;
}

.cast-info.pc-item-pc {
  margin: 20px 4px;
}

.ci {
  padding-top: 20px;
  border-bottom: 1px solid #8e8e8e;
}

.owner-comment.ci {
  border: none;
}

.ci-th {
  width: 40%;
}

.oc-content.ci-td {
  padding: 10px 10px 0 0;
}

.plofile .schedule {
  margin: 20px 10px 2px;
}
@media (min-width: 1024px) {
  .plofile .schedule {
    margin-top: 40px;
  }
}
.plofile .mid-week {
  display: flex;
}
.plofile .weekend {
  display: flex;
}
.plofile .box-date-schedule {
  background-color: #746D50;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
  border-image-slice: 1;
  border-bottom: none;
  padding: 8px 8.1px 4px;
}
@media (min-width: 701px) {
  .plofile .box-date-schedule {
    background: linear-gradient(to bottom, #1D1D1D 0%, #2E2E2E 50%, #1D1D1D 100%);
    border-top: none;
    border-left: none;
    border-right: none;
    height: 25px;
  }
}
@media (min-width: 1024px) {
  .plofile .box-date-schedule {
    padding: 8px 21px 4px;
  }
}
.plofile .box-time {
  padding: 8px 0 4px;
}
@media (min-width: 701px) {
  .plofile .box-time {
    border: none;
    background: #2F0606;
    height: 25px;
    margin-top: 2px;
  }
}
.plofile .bdt {
  flex: 1;
}
.plofile .sun .box-date-schedule {
  color: red;
}
.plofile .sat .box-date-schedule {
  color: #7878f3;
}
@media (min-width: 701px) {
  .plofile .box-schedule {
    display: flex;
    max-width: 588px;
    height: 80px;
    background: linear-gradient(-60deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%);
    border-radius: 0.2em;
    padding: 2px;
    border-radius: initial;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .plofile .box-schedule {
    max-width: 770px;
  }
}
.plofile .owner-comment {
  margin: 0 10px;
}
@media (min-width: 701px) {
  .plofile .owner-comment {
    margin: 0;
  }
}
.plofile .oc-title {
  margin: 12px -10px 8px;
  background-color: #4e4e4e;
  padding: 6px 0 6px 30px;
}
@media (min-width: 701px) {
  .plofile .oc-title {
    width: 100%;
    margin: 0 -10px;
    padding: 6px 0 6px 10px;
  }
}
.plofile .oc-content {
  padding: 10px 20px;
}
@media (min-width: 701px) {
  .plofile .oc-content {
    padding: 0;
  }
}
.plofile .oc-content p {
  margin: 10px 0px;
}

.access-box-content .fx {
  justify-content: center;
  gap: 40px;
  margin: 22px 0 14px;
}
@media (min-width: 768px) {
  .access-box-content .fx {
    gap: 80px;
  }
}

.abc-p {
  margin-bottom: 28px;
}

.abc-map iframe {
  width: 96%;
}

.recruit-banner {
  width: 94%;
  margin: auto;
}

.recruit-table table {
  width: 94%;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .recruit-table table {
    margin: 0 auto 60px;
  }
}
@media (min-width: 1024px) {
  .recruit-table table {
    width: 80%;
  }
}
.recruit-table th {
  width: 32%;
  padding: 30px 0 30px;
}
@media (min-width: 480px) {
  .recruit-table th {
    width: 20%;
  }
}
.recruit-table td {
  width: 68%;
  padding: 30px 0 30px;
}
@media (min-width: 480px) {
  .recruit-table td {
    width: 80%;
    padding: 30px 36px 30px 0;
  }
}

.link-list-pc {
  display: none;
}
@media (min-width: 768px) {
  .link-list-pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .link-list-sp {
    display: none;
  }
}

.link .pl-box {
  margin-bottom: 20px;
}
.link .pl-box label::after {
  content: "▼";
  top: 0px;
}
.link .pl-box input:checked ~ label::after {
  content: "閉じる▲";
}

.public-link .pl-box {
  padding: 1.5em 0.5em;
}

.public-link-box {
  border: 2px solid #555;
  margin: 20px auto 0;
  padding: 1em;
}

.plb-content {
  margin-top: 20px;
}

.public-link-banner .w88h31 img {
  width: 88px;
  height: 31px;
  margin: 4px 0;
}
.public-link-banner .w200h40 img {
  width: 200px;
  height: 40px;
  margin: 4px 0;
}
.public-link-banner .w468h60 img {
  width: 468px;
  height: 60px;
  margin: 4px 0;
}

@media (min-width: 1024px) {
  .link-list-pc .pl-box {
    width: 760px;
    margin: auto;
    padding: 40px;
  }
}
.link-list-pc .fx {
  align-items: end;
  gap: 2px;
}
@media (min-width: 1024px) {
  .link-list-pc .fx {
    gap: 20px;
    margin-bottom: 6px;
  }
}
.link-list-pc .fx img {
  width: 200px;
  height: 40px;
}
.link-list-pc .public-link-p {
  margin-top: 60px;
}

.link-list-pc-box {
  width: fit-content;
  margin: auto;
}

.not-found {
  margin-top: 130px;
}
@media (min-width: 376px) {
  .not-found {
    margin-top: 142px;
  }
}
@media (min-width: 480px) {
  .not-found {
    margin-top: 166px;
  }
}
@media (min-width: 600px) {
  .not-found {
    margin-top: 186px;
  }
}
@media (min-width: 768px) {
  .not-found {
    margin-top: 350px;
  }
}
.not-found h1 {
  margin-bottom: 50px;
}
.not-found .more-article {
  margin-top: 50px;
}

/*# sourceMappingURL=style.css.map */
