@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=M+PLUS+Rounded+1c&display=swap");
/* $primary: #28384e;
$primary-dark: #111821;
$primary-light: #dfe9f7;
$accent: #d35e7e; */
.gradation {
  background-color: hsl(204, 0%, 100%);
  background-image: radial-gradient(circle at 0% 0%, hsla(37.4285714286, 91%, 54%, 0.3) 3.1210986267%, transparent 40%), radial-gradient(circle at 20% 0%, hsla(55.3636363636, 75%, 55%, 0.3) 3.1210986267%, transparent 40%), radial-gradient(circle at 40% 0%, hsla(352.7184466019, 78%, 48%, 0.2) 3.1210986267%, transparent 40%), radial-gradient(circle at 60% 0%, hsla(37.4285714286, 91%, 54%, 0.3) 3.1210986267%, transparent 40%), radial-gradient(circle at 80% 0%, hsla(17.2058823529, 72%, 48%, 0.3) 3.1210986267%, transparent 40%), radial-gradient(circle at 100% 0%, hsla(23.8235294118, 100%, 37%, 0.25) 3%, transparent 40%);
  background-blend-mode: normal, normal, normal, normal, normal, normal;
}

.sec-title, .p-security-top h2, .p-ranking > h2, .p-archive h2, .p-schedule-cover > h2, .p-schedule-schedule h2, .l-main > h2 {
  text-align: center;
  font-size: min(1.75rem, 4.5vw);
  margin: 0 0 2rem;
  font-weight: 500;
  font-family: "Times New Roman", Times, serif;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.sec-title:before, .p-security-top h2:before, .p-ranking > h2:before, .p-archive h2:before, .p-schedule-cover > h2:before, .p-schedule-schedule h2:before, .l-main > h2:before, .sec-title:after, .p-security-top h2:after, .p-ranking > h2:after, .p-archive h2:after, .p-schedule-cover > h2:after, .p-schedule-schedule h2:after, .l-main > h2:after {
  content: "";
  width: min(240px, 18vw);
  height: min(24px, 5vw);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
.sec-title:before, .p-security-top h2:before, .p-ranking > h2:before, .p-archive h2:before, .p-schedule-cover > h2:before, .p-schedule-schedule h2:before, .l-main > h2:before {
  background-image: url("../images/decorate_title_primary.svg");
}
.sec-title:after, .p-security-top h2:after, .p-ranking > h2:after, .p-archive h2:after, .p-schedule-cover > h2:after, .p-schedule-schedule h2:after, .l-main > h2:after {
  background-image: url("../images/decorate_title_primary.svg");
  transform: rotate(180deg);
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    height: -webkit-fill-available;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  padding: 0;
  position: relative;
  padding-top: 0;
  min-height: 100vh;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-attachment: fixed;
  background-color: rgba(201, 102, 125, 0.075);
  color: #0d0d0d;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

a,
a:visited,
a:active {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.l-container {
  width: min(100vw - 2rem, 1440px);
  margin: 0 auto;
  position: relative;
}
.l-container-medium {
  width: min(100vw - 2rem, 1280px);
  margin: 0 auto;
  position: relative;
}
.l-container-small {
  width: min(100vw - 2rem, 1024px);
  margin: 0 auto;
  position: relative;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.6s ease-out;
  margin: 0 auto;
  background: linear-gradient(to bottom, #e4ded9, #fdfdfd);
  border-bottom: 1px solid rgba(201, 102, 125, 0.25);
  filter: drop-shadow(0px 0px 8px rgba(201, 102, 125, 0.25));
  padding: 0.75rem 0;
  overflow: hidden;
}
@media screen and (max-width:991px) {
  .l-header {
    padding: 0.5rem 1rem 1rem;
  }
}
.is-already .l-header {
  transform: none;
  transition: none;
}
.l-header-sp {
  display: none;
}
.l-header-sp ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  flex-direction: column;
  transform: translateY(-7vh);
}
.l-header-sp ul li {
  opacity: 0;
  transform: translateX(200px);
}
.l-header-sp ul a,
.l-header-sp ul a:visited {
  color: #c9667d;
  font-size: 3vw;
  font-weight: 700;
}
@media screen and (max-width:575px) {
  .l-header-sp ul a,
  .l-header-sp ul a:visited {
    font-size: 5vw;
  }
}
.l-header-sp-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.l-header-sp-phone {
  font-size: 4vw;
  font-weight: 700;
  color: #c9667d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
}
@media screen and (max-width:575px) {
  .l-header-sp-phone {
    font-size: 6vw;
  }
}
.l-header-sp-phone small {
  font-size: 2vw;
  font-weight: 400;
}
@media screen and (max-width:575px) {
  .l-header-sp-phone small {
    font-size: 4vw;
  }
}
.l-header-sp-phone:before {
  content: "";
  width: 7vw;
  height: 7vw;
  background-image: url("../images/icon_tel.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.l-header-sp-web {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background-color: #c9667d;
  color: #fdfdfd;
  padding: 0.75rem;
  border-radius: 8px;
  font-size: 3vw;
}
@media screen and (max-width:575px) {
  .l-header-sp-web {
    font-size: 5vw;
  }
}
.l-header-sp-web small {
  font-size: 2vw;
}
@media screen and (max-width:575px) {
  .l-header-sp-web small {
    font-size: 4vw;
  }
}
@media screen and (max-width:991px) {
  .l-header:has(input[type=checkbox]:checked) {
    height: calc(100dvh - 3rem);
    background: linear-gradient(to bottom, hsla(0, 0%, 100%, 0.7), hsl(0, 0%, 100%));
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 200;
  }
}
.l-header:has(input[type=checkbox]:checked) .l-header-sp {
  width: 100%;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width:992px) {
  .l-header:has(input[type=checkbox]:checked) .l-header-sp {
    display: none;
  }
}
.l-header:has(input[type=checkbox]:checked) .l-header-sp li:first-child {
  animation: menu-slidein 0.5s 0.1s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
.l-header:has(input[type=checkbox]:checked) .l-header-sp li:nth-child(2) {
  animation: menu-slidein 0.5s 0.15s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
.l-header:has(input[type=checkbox]:checked) .l-header-sp li:nth-child(3) {
  animation: menu-slidein 0.5s 0.2s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
.l-header:has(input[type=checkbox]:checked) .l-header-sp li:nth-child(4) {
  animation: menu-slidein 0.5s 0.25s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
.l-header:has(input[type=checkbox]:checked) .l-header-sp li:nth-child(5) {
  animation: menu-slidein 0.5s 0.3s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
.l-header:has(input[type=checkbox]:checked) .l-header-sp li:nth-child(6) {
  animation: menu-slidein 0.5s 0.35s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
.l-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header h1 {
  margin: 0;
}
.l-header h1 a {
  display: block;
  width: 80px;
}
@media screen and (max-width:991px) {
  .l-header h1 a {
    width: 50px;
  }
}
.l-header h1 a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.l-header-pc {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}
@media screen and (max-width:991px) {
  .l-header-pc {
    display: none;
  }
}
.l-header-pc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  align-items: center;
}
.l-header-pc ul a,
.l-header-pc ul a:visited {
  color: #c9667d;
}
.l-header-pc ul a:after,
.l-header-pc ul a:visited:after {
  content: "";
  display: block;
  background-color: #c9667d;
  width: 0;
  height: 1px;
  margin-top: 2px;
  transition: width 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.l-header-pc ul a:hover:after,
.l-header-pc ul a:visited:hover:after {
  width: 100%;
}
.l-header-phone {
  font-size: 1.75rem;
  font-weight: 700;
  color: #c9667d;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.l-header-phone small {
  font-size: 1rem;
  font-weight: 400;
}
.l-header-phone:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../images/icon_tel.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.l-header-toggle {
  padding: 0;
  margin: 0;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media screen and (min-width:992px) {
  .l-header-toggle {
    display: none;
  }
}
.l-header-toggle span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background-color: #c9667d;
}
.l-header-toggle span:nth-of-type(1) {
  top: 4px;
  animation: menu-open01 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
.l-header-toggle span:nth-of-type(2) {
  top: 14px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.l-header-toggle span:nth-of-type(3) {
  top: 24px;
  animation: menu-open02 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
.l-header input[type=checkbox] {
  display: none !important;
}
.l-header input[type=checkbox]:checked + label span:nth-of-type(1) {
  animation: menu-close01 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
.l-header input[type=checkbox]:checked + label span:nth-of-type(2) {
  opacity: 0;
}
.l-header input[type=checkbox]:checked + label span:nth-of-type(3) {
  animation: menu-close02 0.5s forwards cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width:992px) {
  .l-header input[type=checkbox] {
    display: none;
  }
}
@media screen and (min-width:992px) {
  .l-header label {
    display: none;
  }
}
.l-header-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  background-color: #fdfdfd;
  z-index: 90;
  transition: opacity 0.6s ease-out;
  opacity: 0;
}
@media screen and (max-width:991px) {
  .l-header:has(input[type=checkbox]:checked) + .l-header-base {
    height: 100vh;
    opacity: 1;
  }
}

.is-loaded .l-header {
  transform: translateY(0);
}

@keyframes menu-open01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-open02 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-close01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes menu-close02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes menu-slidein {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.l-footer {
  background-color: #c9667d;
  padding: 4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width:991px) {
  .l-footer {
    padding: 2rem 0;
  }
}
.l-footer-logo {
  width: min(80px, 20%);
  margin: 0 0 1.5rem;
}
.l-footer p {
  text-align: center;
  color: white;
  font-size: 0.875rem;
  margin-top: 0;
}
@media screen and (min-width:992px) {
  .l-footer p br {
    display: none;
  }
}
.l-footer ul {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:991px) {
  .l-footer ul {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}
.l-footer ul a {
  color: white;
  font-size: 0.875rem;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-footer ul a:hover {
  opacity: 0.4;
}
.l-footer ul li:not(:last-child) {
  margin: 0;
  padding: 0;
}
.l-footer ul li:not(:last-child)::after {
  margin: 0 1rem;
}
@media screen and (min-width:992px) {
  .l-footer ul li:not(:last-child)::after {
    content: "|";
    color: white;
  }
}

.l-main {
  padding: 10rem 0 8rem;
}
@media screen and (max-width:991px) {
  .l-main {
    padding: 6rem 0;
  }
}
.l-main > h2 {
  color: #c9667d;
}

.c-card {
  background-color: white;
  filter: drop-shadow(0 0 8px rgba(201, 102, 125, 0.2));
  border-radius: 8px;
  padding: 4rem 4rem 3rem;
}
@media screen and (max-width:991px) {
  .c-card {
    padding: 2rem 1rem 1rem;
  }
}
.c-card-qr {
  margin: 4rem auto;
  width: 30%;
}
@media screen and (max-width:991px) {
  .c-card-qr {
    margin: 2rem auto;
    width: 50%;
  }
}

.c-form {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width:991px) {
  .c-form {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-form input[type=text] {
  height: 3rem;
  padding: 0.5rem;
  border-radius: 8px 0 0 8px;
  border: 1px solid #c9667d;
}
@media screen and (max-width:991px) {
  .c-form input[type=text] {
    border-radius: 8px;
    width: 100%;
  }
}
.c-form input[type=submit] {
  height: 3rem;
  padding: 0.5rem 2rem;
  border-radius: 0 8px 8px 0;
  background-color: #c9667d;
  border-color: #c9667d;
  color: #fdfdfd;
}
@media screen and (max-width:991px) {
  .c-form input[type=submit] {
    border-radius: 8px;
  }
}

.p-splash {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-splash-movie {
  width: 100%;
  height: 100%;
  background-color: #0d0d0d;
  position: absolute;
}
.p-splash-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.p-splash-card {
  width: min(480px, 80vw);
  aspect-ratio: 1/1;
  background-color: rgba(253, 253, 253, 0.9);
  position: relative;
  z-index: 10;
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.75));
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
}
.p-splash-logo {
  width: 120px;
}
.p-splash-text {
  text-align: center;
}
.p-splash-text h3 {
  font-size: 1.125rem;
}
.p-splash-text p {
  font-size: 0.75rem;
}
.p-splash-btn {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width:991px) {
  .p-splash-btn {
    flex-direction: column;
    width: 100%;
  }
}
.p-splash-btn a,
.p-splash-btn a:visited {
  background-color: #c9667d;
  color: #fdfdfd;
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  gap: 0.5rem;
  text-decoration: none;
  transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:991px) {
  .p-splash-btn a,
  .p-splash-btn a:visited {
    width: 100%;
  }
}
.p-splash-btn a:hover,
.p-splash-btn a:visited:hover {
  background-color: rgba(201, 102, 125, 0.75);
}
.p-splash-btn a.is-disabled,
.p-splash-btn a:visited.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.p-schedule-cover {
  width: 100%;
  display: block;
  margin-top: -4.2rem;
  margin-bottom: 4rem;
  background: linear-gradient(#b23f5a, #c9667d);
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width:991px) {
  .p-schedule-cover {
    margin-top: -1.9rem;
  }
}
.p-schedule-cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg_pattern.png");
  opacity: 0.4;
  z-index: 1;
}
.p-schedule-cover .l-container {
  z-index: 2;
}
@media screen and (max-width:991px) {
  .p-schedule-cover {
    margin-bottom: 3rem;
  }
}
.p-schedule-cover > h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 1.5rem;
  color: #fdfdfd;
}
.p-schedule-cover > h2:before {
  background-image: url("../images/decorate_title_white.svg");
}
.p-schedule-cover > h2:after {
  background-image: url("../images/decorate_title_white.svg");
}
.p-schedule-cover-name {
  font-size: min(2.5rem, 6vw);
  margin: 0 0 0.1em;
  font-weight: 500;
  padding: 0;
  line-height: 1;
  color: #fdfdfd;
}
.p-schedule-cover-name small {
  font-size: 1.5rem;
  font-weight: 400;
}
.p-schedule-cover-catchphrase {
  margin-bottom: 0.5rem;
  font-size: min(1rem, 2.7vw);
}
.p-schedule-cover-debut {
  margin: 0.5em;
}
.p-schedule-cover-deco {
  width: min(40px, 6vw);
  width: min(40px, 6vw);
  position: absolute;
  z-index: 20;
}
.p-schedule-cover-deco img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-schedule-cover-deco.tl {
  top: 0.5rem;
  left: 0.5rem;
  transform: rotate(90deg);
}
.p-schedule-cover-deco.tr {
  top: 0.5rem;
  right: 0.5rem;
  transform: rotate(180deg);
}
.p-schedule-cover-deco.br {
  bottom: 0.5rem;
  right: 0.5rem;
  transform: rotate(270deg);
}
.p-schedule-cover-deco.bl {
  bottom: 0.5rem;
  left: 0.5rem;
}
.p-schedule-schedule h2 {
  color: #c9667d;
}
.p-schedule-schedule .tab-nav {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
}
.p-schedule-schedule .tab-nav li {
  flex: 1;
  padding: 0 0.2em;
  border-bottom: 1px solid rgba(201, 102, 125, 0.25);
}
.p-schedule-schedule .tab-nav li button {
  width: 100%;
  padding: 0.75rem 0;
  background-color: rgba(253, 253, 253, 0.5);
  border: none;
  border-radius: 4px 4px 0 0;
  font-size: min(1.25rem, 4vw);
  cursor: pointer;
  color: black;
  transition: background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.p-schedule-schedule .tab-nav li button.is-selected {
  background-color: #fdfdfd;
  border: 1px solid rgba(201, 102, 125, 0.25);
  border-bottom: none;
}
.p-schedule-schedule .tab-nav li button small {
  font-size: min(0.75rem, 2.5vw);
  display: flex;
  margin-top: 0.25rem;
}
@media screen and (min-width:992px) {
  .p-schedule-schedule .tab-nav li button small:before {
    content: "（";
  }
  .p-schedule-schedule .tab-nav li button small:after {
    content: "）";
  }
}
.p-schedule-schedule .tab-nav li:has(.is-selected) {
  border-bottom: none;
  padding: 0;
}
.p-schedule-schedule .tab-content {
  background-color: #fdfdfd;
  border: 1px solid rgba(201, 102, 125, 0.25);
  border-top: none;
  padding: 2rem;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width:991px) {
  .p-schedule-schedule .tab-content {
    padding: 1rem;
  }
}
.p-schedule-schedule .tab-content h3 {
  text-align: center;
  font-size: min(2rem, 5vw);
  margin: 2rem 0;
}
@media screen and (max-width:991px) {
  .p-schedule-schedule .tab-content h3 {
    margin: 1rem 0;
  }
}
.p-schedule-schedule .tab-content .companion-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.p-schedule-schedule .tab-content .companion-list li {
  display: flex;
  position: relative;
  overflow: hidden;
  aspect-ratio: 10/16;
  width: calc((100% - 6rem) / 7);
}
@media screen and (max-width:991px) {
  .p-schedule-schedule .tab-content .companion-list li {
    width: calc((100% - 4rem) / 5);
  }
}
@media screen and (max-width:575px) {
  .p-schedule-schedule .tab-content .companion-list li {
    width: calc((100% - 1rem) / 2);
  }
}
.p-schedule-schedule .tab-content .companion-list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: filter 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-schedule-schedule .tab-content .companion-list li .companion-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  background: linear-gradient(rgba(13, 13, 13, 0), #0d0d0d);
  color: #fdfdfd;
  text-align: center;
  z-index: 2;
}
.p-schedule-schedule .tab-content .companion-list li .companion-name h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  font-size: min(1.25rem, 5vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-schedule-schedule .tab-content .companion-list li .companion-name h3 small {
  font-size: 0.75rem;
}
.p-schedule-schedule .tab-content .companion-list li .companion-name p {
  margin: 0;
  padding: 0;
  font-size: min(0.875rem, 3vw);
}
.p-schedule-schedule .tab-content .companion-list li a {
  cursor: pointer;
}
.p-schedule-schedule .tab-content .companion-list li a:hover img {
  filter: brightness(1.25);
}
.p-schedule-schedule .tab-content .companion-list li.is-fin {
  position: relative;
}
.p-schedule-schedule .tab-content .companion-list li.is-fin:after {
  content: "受付終了";
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fdfdfd;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.65);
  pointer-events: none;
}
.p-schedule-new {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  color: white;
  width: 100px;
  height: 20px;
  z-index: 3;
  top: 7px;
  left: -20px;
  background: none;
  background-color: #c9667d;
  transform: rotate(-45deg);
}
.p-schedule-bnr-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 1rem 3rem;
}
@media screen and (max-width:575px) {
  .p-schedule-bnr-flex {
    flex-direction: column;
  }
}
.p-schedule-bnr a {
  display: block;
  width: min(480px, 100%);
  border-radius: 4px;
  overflow: hidden;
}

.p-companion {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8rem 0;
}
@media screen and (max-width:991px) {
  .p-companion {
    padding: 4rem 0;
  }
}
.p-companion-profile {
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 8px;
  background-color: white;
  filter: drop-shadow(0 0 8px rgba(201, 102, 125, 0.2));
}
@media screen and (max-width:991px) {
  .p-companion-profile {
    flex-direction: column;
  }
}
.p-companion-profile-image {
  aspect-ratio: 10/16;
  display: block;
  width: 480px;
  position: relative;
}
@media screen and (max-width:991px) {
  .p-companion-profile-image {
    aspect-ratio: 3/4;
    width: 100%;
  }
}
.p-companion-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-companion-profile-icon {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  z-index: 2;
  font-size: 0.875rem;
  color: white;
  margin: 0;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  background-color: rgba(13, 13, 13, 0.5);
}
.p-companion-profile-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(rgba(13, 13, 13, 0), #0d0d0d);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  color: #fdfdfd;
  padding: 0 1rem 1rem;
  align-items: center;
}
.p-companion-profile-name p {
  margin: 0.75rem 0;
}
.p-companion-profile-name h2 {
  font-size: 3.5rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #fdfdfd;
  display: flex;
  align-items: center;
}
@media screen and (max-width:575px) {
  .p-companion-profile-name h2 {
    font-size: 10vw;
  }
}
.p-companion-profile-name h2 small {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  transform: translateY(0.25em) translateX(-0.25em);
}
.p-companion-profile-name h2 + p {
  margin-bottom: 1rem;
}
.p-companion-profile-text {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
@media screen and (max-width:991px) {
  .p-companion-profile-text {
    padding: 1rem;
  }
}
.p-companion-profile-text p {
  font-size: 0.875rem;
}
.p-companion-profile-text table {
  width: 100%;
  margin-bottom: 1.5rem;
  table-layout: fixed;
}
.p-companion-profile-text table tr td,
.p-companion-profile-text table tr th {
  text-align: left;
  padding: 0.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width:992px) {
  .p-companion-profile-text table tr td,
  .p-companion-profile-text table tr th {
    padding-left: 1rem;
  }
  .p-companion-profile-text table tr td:nth-child(3),
  .p-companion-profile-text table tr th:nth-child(3) {
    border-left: 3px solid #fdfdfd;
  }
}
@media screen and (min-width:992px) {
  .p-companion-profile-text table tr:nth-child(odd) {
    background-color: rgba(201, 102, 125, 0.075);
  }
}
@media screen and (max-width:991px) {
  .p-companion-profile-text table tr {
    display: flex;
    flex-direction: column;
  }
  .p-companion-profile-text table tr th {
    background-color: rgba(228, 228, 228, 0.2);
  }
}
.p-companion-profile-text table tr th {
  white-space: nowrap;
}
.p-companion-profile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.p-companion-profile-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.75rem;
}
.p-companion-profile-header ul a {
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-companion-profile-header ul li.sns-x a {
  background-image: url("../images/icon_x.png");
}
.p-companion-profile-header ul li.sns-instagram a {
  background-image: url("../images/icon_instagram.png");
}
.p-companion-profile-header ul li.sns-line a {
  background-image: url("../images/icon_line.png");
}
.p-companion-profile-message {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  margin: 0 0 2rem;
}
.p-companion-profile-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-companion-profile-placeholder h3 {
  color: rgba(253, 253, 253, 0.2);
  font-size: 2.5rem;
  font-weight: 400;
}
.p-companion-diary-link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.p-companion-diary-link a {
  display: inline-flex;
  font-size: 0.875rem;
  gap: 0.25rem;
  align-items: center;
  color: #0d0d0d;
  text-decoration: none;
}
.p-companion-diary-link a:hover {
  text-decoration: underline;
}
.p-companion-diary-link a:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/ad_group.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.p-companion-gallery {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.p-companion-gallery li {
  width: 72px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width:991px) {
  .p-companion-gallery li {
    width: calc((100% - 24px) / 4);
  }
}
.p-companion-gallery img {
  cursor: pointer;
  transition: filter 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-companion-gallery img:hover {
  filter: brightness(1.25);
}
.p-companion-modal, .p-companion-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.p-companion-modal.is-visible, .p-companion-video.is-visible {
  opacity: 1;
  visibility: visible;
}
.p-companion-modal-content, .p-companion-video-content {
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.is-visible .p-companion-modal-content, .is-visible .p-companion-video-content {
  transform: scale(1);
}
.p-companion-modal-close, .p-companion-video-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.p-companion-modal-prev, .p-companion-video-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.p-companion-modal-prev:hover, .p-companion-video-prev:hover {
  transform: translateY(-50%) translateX(-10px);
}
.p-companion-modal-next, .p-companion-video-next {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.p-companion-modal-next:hover, .p-companion-video-next:hover {
  transform: translateY(-50%) translateX(10px);
}
.p-companion-back {
  text-align: center;
}
.p-companion-back a {
  color: white;
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-companion-back a:hover {
  opacity: 0.25;
}
.p-companion-cityheaven-link {
  text-align: center;
}
.p-companion-cityheaven-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #c9667d;
  color: #fdfdfd;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  text-decoration: none;
  margin: 1rem 0 0;
  width: min(300px, 50vw);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-companion-cityheaven-link a:hover {
  background-color: rgba(201, 102, 125, 0.75);
}
.p-companion-video-wrap {
  max-height: 90%;
  max-width: 90%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  aspect-ratio: 16/10;
}
.p-companion-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-companion-schedule {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding: 2rem 0 0;
  gap: 1px;
}
@media screen and (max-width:991px) {
  .p-companion-schedule {
    flex-direction: column;
  }
}
.p-companion-schedule dl {
  display: flex;
  gap: 1px;
  margin: 0;
}
@media screen and (min-width:992px) {
  .p-companion-schedule dl {
    flex-direction: column;
  }
}
.p-companion-schedule dt,
.p-companion-schedule dd {
  border: 1px solid #c9667d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  margin: 0;
  height: 1.75rem;
}
.p-companion-schedule dt {
  padding: 0.25rem 1rem;
  background-color: #c9667d;
  color: #fdfdfd;
}
.p-companion-schedule dt small {
  font-size: 0.65rem;
  font-weight: 400;
}
@media screen and (max-width:991px) {
  .p-companion-schedule dt {
    width: 40%;
  }
}
.p-companion-schedule dd {
  padding: 0.25rem 1rem;
}
@media screen and (max-width:991px) {
  .p-companion-schedule dd {
    flex-grow: 1;
  }
}

.companion-video-thumb {
  position: relative;
  background-color: #0d0d0d;
  display: block;
}
.companion-video-thumb img {
  opacity: 0.75;
}
.companion-video-thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translateX(-50%) translateY(-50%);
  aspect-ratio: 1/1;
  background-image: url("../images/triangle.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 50%;
  border: 2px solid #fdfdfd;
  display: block;
  z-index: 2;
}

.p-archive h2 {
  color: #c9667d;
}
.p-archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.p-archive ul li {
  position: relative;
  display: flex;
  aspect-ratio: 10/16;
  overflow: hidden;
  width: calc((100% - 9rem) / 10);
}
@media screen and (max-width:991px) {
  .p-archive ul li {
    width: calc((100% - 5rem) / 6);
  }
}
@media screen and (max-width:575px) {
  .p-archive ul li {
    width: calc((100% - 2rem) / 3);
  }
}
.p-archive ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: filter 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-archive ul li p {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  background: linear-gradient(rgba(13, 13, 13, 0), #0d0d0d);
  color: white;
  text-align: center;
  z-index: 2;
  font-size: min(1.125rem, 4vw);
}
.p-archive ul li p.p-archive-new, .p-archive ul li p.p-archive-updated {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6rem;
  color: white;
  width: 100px;
  height: 20px;
  z-index: 3;
  top: 15px;
  left: -25px;
  background: none;
  background-color: #c9667d;
  transform: rotate(-45deg);
  overflow: hidden;
}
.p-archive ul li p.p-archive-new::after, .p-archive ul li p.p-archive-updated::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 2s infinite;
  transform: skewX(-20deg);
}
.p-archive ul li p.p-archive-updated {
  background-color: #f4b860;
}
.p-archive ul li a {
  cursor: pointer;
}
.p-archive ul li a:hover img {
  filter: brightness(1.25);
}
.p-archive-time {
  font-size: 1.25rem !important;
  margin: 0 0 1rem;
}
@media screen and (max-width:575px) {
  .p-archive-time {
    font-size: 1rem !important;
  }
}

@keyframes shine {
  0% {
    left: -150%;
  }
  50% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.p-ranking {
  margin-bottom: 4rem;
}
.p-ranking > h2 {
  color: #c9667d;
}
.p-ranking p {
  color: #fdfdfd;
  text-align: center;
}
.p-ranking ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.p-ranking ul li {
  width: calc((100% - 4rem) / 5);
  aspect-ratio: 10/16;
  background-color: #fdfdfd;
  position: relative;
}
@media screen and (max-width:991px) {
  .p-ranking ul li {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width:575px) {
  .p-ranking ul li {
    width: calc((100% - 1rem) / 2);
  }
}
.p-ranking ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: filter 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-ranking ul li a {
  cursor: pointer;
}
.p-ranking ul li a:hover img {
  filter: brightness(1.2);
}
.p-ranking-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 0 0;
  background: linear-gradient(rgba(13, 13, 13, 0), #0d0d0d);
}
.p-ranking-text h3 {
  color: #fdfdfd;
  margin-bottom: 0;
}
.p-ranking-text p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.p-ranking-text h3 {
  text-align: center;
  font-size: min(2rem, 5vw);
  margin: 0 0 1rem;
  z-index: 2;
  position: relative;
}
.p-ranking-movie {
  width: 100%;
  display: block;
  margin-top: -4.2rem;
  margin-bottom: 4rem;
  background-color: #0d0d0d;
  padding: 0;
  height: 600px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:991px) {
  .p-ranking-movie {
    height: 40vh;
    margin-bottom: 2rem;
  }
}
.p-ranking-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width:991px) {
  .p-ranking-movie video {
    min-height: 115%;
  }
}
.p-ranking-movie-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-ranking-movie-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-ranking-movie-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fdfdfd;
}
.p-ranking-movie-01, .p-ranking-movie-02, .p-ranking-movie-03, .p-ranking-movie-04, .p-ranking-movie-05, .p-ranking-movie-06, .p-ranking-movie-07 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:992px) {
  .p-ranking-movie-01, .p-ranking-movie-02, .p-ranking-movie-03, .p-ranking-movie-04, .p-ranking-movie-05, .p-ranking-movie-06, .p-ranking-movie-07 {
    gap: 10vw;
  }
}
.p-ranking-movie-01 {
  opacity: 0;
  transform: scale(0.9);
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.p-ranking-movie-01.is-active {
  opacity: 0.75;
  transform: scale(1);
}
.p-ranking-movie-01-logo {
  width: min(160px, 30vw);
  margin: 0;
}
.p-ranking-movie-01-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-ranking-movie-02 {
  opacity: 0;
  transform: scale(0.9);
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.p-ranking-movie-02.is-active {
  opacity: 0.75;
  transform: scale(1);
}
.p-ranking-movie-02-text {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-size: 1.75rem;
  transition: letter-spacing 5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width:991px) {
  .p-ranking-movie-02-text {
    font-size: 1.125rem;
  }
}
.is-active .p-ranking-movie-02-text {
  letter-spacing: 0.25em;
}
.p-ranking-movie-03, .p-ranking-movie-04, .p-ranking-movie-05, .p-ranking-movie-06, .p-ranking-movie-07 {
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
}
@media screen and (max-width:991px) {
  .p-ranking-movie-03, .p-ranking-movie-04, .p-ranking-movie-05, .p-ranking-movie-06, .p-ranking-movie-07 {
    justify-content: space-around;
  }
}
.p-ranking-movie-03.is-active, .p-ranking-movie-04.is-active, .p-ranking-movie-05.is-active, .p-ranking-movie-06.is-active, .p-ranking-movie-07.is-active {
  opacity: 1;
}
.p-ranking-movie-03 .p-ranking-photo, .p-ranking-movie-05 .p-ranking-photo, .p-ranking-movie-07 .p-ranking-photo {
  transition: transform 10s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translateX(0);
}
.p-ranking-movie-03.is-active .p-ranking-photo, .p-ranking-movie-05.is-active .p-ranking-photo, .p-ranking-movie-07.is-active .p-ranking-photo {
  transform: translateX(-15vw);
}
.p-ranking-movie-04 .p-ranking-photo, .p-ranking-movie-06 .p-ranking-photo {
  transition: transform 10s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translateX(0);
}
.p-ranking-movie-04.is-active .p-ranking-photo, .p-ranking-movie-06.is-active .p-ranking-photo {
  transform: translateX(15vw);
}
.p-ranking-companion {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
}
@media screen and (max-width:991px) {
  .p-ranking-companion {
    justify-content: space-around;
  }
}
.p-ranking-companion.is-active {
  opacity: 1;
}
@media screen and (min-width:992px) {
  .p-ranking-companion {
    gap: 10vw;
  }
}
.p-ranking-companion .p-ranking-photo {
  transition: transform 10s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translateX(0);
}
.p-ranking-companion:nth-child(odd).is-active .p-ranking-photo {
  transform: translateX(-15vw);
}
.p-ranking-companion:nth-child(even) {
  flex-direction: row-reverse;
}
.p-ranking-companion:nth-child(even).is-active .p-ranking-photo {
  transform: translateX(15vw);
}
.p-ranking-slug {
  text-transform: capitalize;
}
.p-ranking-photo {
  aspect-ratio: 3/4;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-ranking-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-ranking-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  transition: transform 5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: scale(1.25);
}
.is-active .p-ranking-name {
  transform: scale(1);
}
.p-ranking-name h2 {
  margin: 0.1em 0 0;
  line-height: 1;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
}
@media screen and (max-width:991px) {
  .p-ranking-name h2 {
    font-size: 1.75rem;
  }
}
.p-ranking-name p {
  margin: 0;
  font-size: 1.125rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width:991px) {
  .p-ranking-name p {
    font-size: 0.75rem;
  }
}

.p-blog {
  background-color: rgba(253, 253, 253, 0.75);
  border: 1px solid #fdfdfd;
  border-radius: 8px;
  padding: 2rem;
}
@media screen and (max-width:991px) {
  .p-blog {
    padding: 2rem 1rem;
  }
}
.p-blog-flex {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width:991px) {
  .p-blog-flex {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-blog-image {
  border: 10px solid #fdfdfd;
  box-shadow: 4px 4px 8px rgba(13, 13, 13, 0.1);
  display: inline-block;
  transform: rotate(var(--rotation-deg, 0deg));
  opacity: 0;
  animation: blogImageFadeIn 1s ease-out forwards;
  max-width: 400px;
}
@media screen and (min-width:992px) {
  .p-blog-contents {
    width: 60%;
  }
}
.p-blog-contents h2 {
  color: #c9667d;
  font-size: 2.5rem;
  margin-bottom: 0.25em;
  margin-top: 0;
}
.p-blog-contents h3 {
  color: #c9667d;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0 0 2em;
}
.p-blog-debut {
  color: #c9667d;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0;
}
@keyframes blogImageFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px) rotate(var(--rotation-deg, 0deg));
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(var(--rotation-deg, 0deg));
  }
}
.p-blog-date {
  color: #0d0d0d;
  padding: 0.125rem 0.75rem;
  border-left: 3px solid #0d0d0d;
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.p-blog-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0d0d0d;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width:575px) {
  .p-blog-title {
    font-size: 5vw;
  }
}
.p-blog-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  gap: 1rem;
}
@media screen and (max-width:991px) {
  .p-blog-nav {
    margin-top: 2rem;
  }
}
.p-blog-nav a,
.p-blog-nav a:visited {
  background-color: #c9667d;
  color: #fdfdfd;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: background-color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:991px) {
  .p-blog-nav a,
  .p-blog-nav a:visited {
    font-size: 0.75rem;
  }
}
.p-blog-nav li:first-child a:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("../images/icon_arrow.svg");
  background-size: contain;
  transform: rotate(180deg);
  transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-blog-nav li:first-child a:hover {
  background-color: rgba(201, 102, 125, 0.75);
}
.p-blog-nav li:first-child a:hover:before {
  transform: rotate(180deg) translateX(8px);
}
.p-blog-nav li:last-child a:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("../images/icon_arrow.svg");
  background-size: contain;
  transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-blog-nav li:last-child a:hover {
  background-color: rgba(201, 102, 125, 0.75);
}
.p-blog-nav li:last-child a:hover:after {
  transform: translateX(8px);
}
.p-blog .wp-block-image {
  width: 100%;
}
.p-blog .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-blog-list {
  background-color: white;
  filter: drop-shadow(0 0 8px rgba(201, 102, 125, 0.2));
  border-radius: 8px;
  padding: 4rem 4rem 3rem;
}
@media screen and (max-width:991px) {
  .p-blog-list {
    padding: 2rem 1rem;
  }
}
.p-blog-list-date {
  font-size: 1.25rem;
  padding: 0.5em;
  margin-top: 0;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
}
@media screen and (max-width:575px) {
  .p-blog-list-date {
    font-size: 0.875rem;
    margin-bottom: 2rem;
  }
}
.p-blog-list-date::before, .p-blog-list-date::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #0d0d0d;
}
.p-blog-list-item {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width:575px) {
  .p-blog-list-item {
    flex-direction: column;
    gap: 0;
  }
}
.p-blog-list-thumb {
  flex-shrink: 0;
  aspect-ratio: 10/16;
  width: 200px;
  border: 6px solid #fdfdfd;
  box-shadow: 4px 4px 8px rgba(13, 13, 13, 0.1);
}
.p-blog-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-blog-list-text h3 {
  font-size: 1.75rem;
  margin-bottom: 0.25em;
  color: #c9667d;
}
@media screen and (max-width:575px) {
  .p-blog-list-text h3 {
    font-size: 6vw;
  }
}
.p-blog-list-text a {
  background-color: #c9667d;
  color: #fdfdfd;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  transition: background-color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  width: min(50%, 160px);
  margin-left: auto;
}
@media screen and (max-width:575px) {
  .p-blog-list-text a {
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
.p-blog-list-text a:hover {
  background-color: rgba(201, 102, 125, 0.75);
}
.p-blog-list-excerpt {
  margin-bottom: 2em;
}

.p-info-map {
  width: 100%;
  aspect-ratio: 16/8;
}
.p-info-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-info table {
  width: 100%;
  margin-bottom: 2rem;
}
.p-info table th,
.p-info table td {
  text-align: left;
  padding: 0.5rem;
  font-size: 1rem;
}
@media screen and (max-width:575px) {
  .p-info table th,
  .p-info table td {
    font-size: 0.875rem;
  }
}
.p-info table th {
  white-space: nowrap;
}
.p-info table tr:nth-child(odd) {
  background-color: rgba(201, 102, 125, 0.075);
}
.p-info-gallery {
  width: 100%;
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}
.p-info-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-info-gallery > * {
  position: relative;
  background-color: black;
}
.p-info-gallery-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fdfdfd;
  text-align: center;
  font-size: 0.875rem;
  padding: 2rem 0 1rem;
  margin: 0;
  background: linear-gradient(rgba(13, 13, 13, 0), #0d0d0d);
}
.p-info-gallery-01 {
  grid-row: 1/3;
  grid-column: 1/2;
}
.p-info-gallery-02 {
  grid-row: 1/2;
  grid-column: 2/4;
}
.p-info-gallery-03 {
  grid-row: 2/3;
  grid-column: 2/4;
}
.p-info-gallery-04 {
  grid-row: 3/4;
  grid-column: 1/3;
}
.p-info-gallery-05 {
  grid-row: 3/4;
  grid-column: 3/4;
}
.p-info-gallery-06 {
  grid-row: 4/5;
  grid-column: 1/2;
}
.p-info-gallery-07 {
  grid-row: 4/5;
  grid-column: 2/4;
}
.p-info-gallery-08 {
  grid-row: 5/7;
  grid-column: 3/4;
}
.p-info-gallery-09 {
  grid-row: 5/6;
  grid-column: 1/3;
}
.p-info-gallery-10 {
  grid-row: 6/7;
  grid-column: 1/3;
}

@media screen and (max-width:991px) {
  .p-info-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }
  .p-info-gallery > div {
    grid-column: auto !important;
    grid-row: auto !important;
    aspect-ratio: 4/3;
  }
}
.p-openstyle {
  padding-top: 0;
}
.p-openstyle p {
  margin-bottom: 2rem;
}
@media screen and (min-width:576px) {
  .p-openstyle p {
    text-align: center;
  }
}
.p-openstyle-top {
  margin-top: 0;
  margin-left: -4rem;
  margin-right: -4rem;
  margin-bottom: 4rem !important;
  mix-blend-mode: multiply;
}
@media screen and (max-width:991px) {
  .p-openstyle-top {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.p-openstyle-bottom {
  margin-top: 6rem;
  margin-bottom: 0 !important;
  mix-blend-mode: multiply;
}

.p-security {
  padding-top: 0;
  overflow: hidden;
}
.p-security-top {
  margin-top: 0;
  margin-left: -4rem;
  margin-right: -4rem;
  margin-bottom: 4rem !important;
  position: relative;
  aspect-ratio: 16/8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-security-top h2 {
  margin: 0;
  padding: 0;
  color: #fdfdfd;
  z-index: 2;
}
@media screen and (max-width:991px) {
  .p-security-top {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.p-security-top img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  display: block;
}

.swiper,
.swiper-companion,
.swiper-schedule {
  width: 100%;
}
.swiper-slide,
.swiper-companion-slide,
.swiper-schedule-slide {
  aspect-ratio: 10/16;
  position: relative;
}
.swiper-slide-text,
.swiper-companion-slide-text,
.swiper-schedule-slide-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(rgba(13, 13, 13, 0), #0d0d0d);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
  color: #fdfdfd;
  padding: 1rem;
  align-items: center;
}
.swiper-slide img,
.swiper-companion-slide img,
.swiper-schedule-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.swiper .swiper-slide,
.swiper-companion .swiper-slide,
.swiper-schedule .swiper-slide {
  overflow: hidden;
}
.swiper .swiper-slide.is-fin,
.swiper-companion .swiper-slide.is-fin,
.swiper-schedule .swiper-slide.is-fin {
  position: relative;
}
.swiper .swiper-slide.is-fin:after,
.swiper-companion .swiper-slide.is-fin:after,
.swiper-schedule .swiper-slide.is-fin:after {
  content: "受付終了";
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fdfdfd;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.65);
  pointer-events: none;
}
.swiper-pagination-bullet,
.swiper-companion-pagination-bullet,
.swiper-schedule-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.75);
}
.swiper-pagination-bullet-active,
.swiper-companion-pagination-bullet-active,
.swiper-schedule-pagination-bullet-active {
  background-color: #ffffff;
}
.swiper-button-next, .swiper-button-prev,
.swiper-companion-button-next,
.swiper-companion-button-prev,
.swiper-schedule-button-next,
.swiper-schedule-button-prev {
  color: white;
  transition: transform 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
}
.swiper-button-next:hover,
.swiper-companion-button-next:hover,
.swiper-schedule-button-next:hover {
  transform: translateX(8px);
}
.swiper-button-prev:hover,
.swiper-companion-button-prev:hover,
.swiper-schedule-button-prev:hover {
  transform: translateX(-8px);
}

.wpcf7-form {
  margin-top: 3rem;
}
.wpcf7-form dl {
  display: flex;
}
@media screen and (max-width:991px) {
  .wpcf7-form dl {
    flex-direction: column;
  }
}
.wpcf7-form dl dt {
  width: 25%;
  padding: 1rem 0;
  font-size: 1.125rem;
  margin: 0;
}
.wpcf7-form dl dt p {
  margin: 0 0 0.5rem;
}
@media screen and (max-width:991px) {
  .wpcf7-form dl dt {
    width: 100%;
    padding: 0;
  }
}
.wpcf7-form dl dd {
  width: 75%;
  margin: 0;
}
.wpcf7-form dl dd p {
  margin: 0;
}
@media screen and (max-width:991px) {
  .wpcf7-form dl dd {
    width: 100%;
  }
}
.wpcf7-form dl dd input,
.wpcf7-form dl dd select,
.wpcf7-form dl dd textarea {
  width: 100%;
  padding: 1rem;
}
.wpcf7-form input[type=submit] {
  background-color: #c9667d;
  border: none;
  color: #fdfdfd;
  text-decoration: none;
  padding: 0.5rem 3rem;
  border-radius: 24px;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  cursor: pointer;
  gap: 0.25rem;
  margin: 2rem auto 0;
  transition: background-color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.wpcf7-form input[type=submit]:hover {
  background-color: rgba(201, 102, 125, 0.75);
}
.wpcf7-form sup {
  color: #0d0d0d;
}