@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");

.u-pt-only {
  display: block;
}

.u-pt-only--inline {
  display: inline;
}

.u-pt-only--inlineblock {
  display: inline-block;
}

.u-pt-only--flex {
  display: flex;
}

.u-pt-only--grid {
  display: grid;
}

.u-sp-only {
  display: none !important;
}

.u-sp-only--inline {
  display: none !important;
}

.u-sp-only--inlineblock {
  display: none !important;
}

.u-sp-only--flex {
  display: none !important;
}

.u-sp-only--grid {
  display: none !important;
}

@media (max-width: 1023px) {

  .u-pt-only,
  .u-pt-only--inline,
  .u-pt-only--inlineblock,
  .u-pt-only--flex,
  .u-pt-only--grid {
    display: none !important;
  }

  .u-sp-only {
    display: block !important;
  }

  .u-sp-only--inline {
    display: inline !important;
  }

  .u-sp-only--inlineblock {
    display: inline-block !important;
  }

  .u-sp-only--flex {
    display: flex !important;
  }

  .u-sp-only--grid {
    display: grid !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-pt-only {
  display: block;
}

.u-pt-only--inline {
  display: inline;
}

.u-pt-only--inlineblock {
  display: inline-block;
}

.u-pt-only--flex {
  display: flex;
}

.u-pt-only--grid {
  display: grid;
}

.u-sp-only {
  display: none !important;
}

.u-sp-only--inline {
  display: none !important;
}

.u-sp-only--inlineblock {
  display: none !important;
}

.u-sp-only--flex {
  display: none !important;
}

.u-sp-only--grid {
  display: none !important;
}

@media (max-width: 1023px) {

  .u-pt-only,
  .u-pt-only--inline,
  .u-pt-only--inlineblock,
  .u-pt-only--flex,
  .u-pt-only--grid {
    display: none !important;
  }

  .u-sp-only {
    display: block !important;
  }

  .u-sp-only--inline {
    display: inline !important;
  }

  .u-sp-only--inlineblock {
    display: inline-block !important;
  }

  .u-sp-only--flex {
    display: flex !important;
  }

  .u-sp-only--grid {
    display: grid !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  font-family: "Noto Serif JP", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.container.container-full {
  max-width: 100%;
}

@media (max-width: 540px) {
  .container {
    padding: 0 15px;
  }
}

section {
  width: 100%;
  margin-bottom: 20px;
}

aside {
  width: 100%;
}

.top-section {
  display: grid;
  grid-template-columns: minmax(200px, 0.5fr) 2fr;
  gap: 30px;
  margin-top: 30px;
}

@media (max-width: 1023px) {
  .top-section {
    grid-template-columns: auto;
  }
}

.breadcrumb-container {
  width: 100%;
  background: #fff;
}

.breadcrumb-container .breadcrumb {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 10px;
  padding: 15px 20px;
}

.breadcrumb-container .breadcrumb__item {
  color: #333;
  text-decoration: none;
}

.breadcrumb-container .breadcrumb__item.is-current {
  font-weight: bold;
  color: #999;
  pointer-events: none;
}

.breadcrumb-container .breadcrumb__item:hover {
  text-decoration: underline;
}

.breadcrumb-container .breadcrumb__separator {
  margin: 0 8px;
  color: #ccc;
  font-size: 12px;
}

.header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #740336;
  padding: 10px;
  color: #fff;
}

.header-info .header-info-worktime {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.header-info .header-info-worktime span {
  font-size: 14px;
  margin-right: 3px;
}

.header-info .header-info-seo {
  text-align: center;
  font-size: 14px;
}

.header-info .header-info-tel a {
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
}

.header-info .header-info-tel a span {
  font-size: 18px;
  margin-right: 3px;
}

@media (max-width: 1023px) {
  .header-info {
    padding-right: 50px;
  }

  .header-info .header-info-worktime,
  .header-info .header-info-tel {
    display: none;
  }

  .header-info .header-info-star {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .header-info .header-info-star svg {
    width: 60%;
    height: auto;
  }
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-left,
.nav-right {
  flex: 1 1 0;
}

.nav-left ul,
.nav-right ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-left ul {
  justify-content: flex-start;
}

.nav-right ul {
  justify-content: flex-end;
}

.nav-left li+li,
.nav-right li+li {
  border-left: 1px solid #ccc;
  padding-left: 18px;
  margin-left: 18px;
}

.nav-left a,
.nav-right a {
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}

.nav-left a::after,
.nav-right a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #f5c542;
  transition: width 0.3s ease;
}

.nav-left a:hover::after,
.nav-right a:hover::after {
  width: 100%;
}

.nav-left a span,
.nav-right a span {
  display: block;
  font-size: 10px;
  margin-top: 3px;
  color: #740336;
}

.header-logo {
  max-width: 300px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-logo img {
  max-width: 100%;
  height: auto;
}

.nav-toggle {
  position: fixed;
  top: 5px;
  right: 5px;
  display: none;
  flex-direction: column;
  gap: 5px;
  border: none;
  background: none;
  cursor: pointer;
  background: #fff;
  padding: 8px;
  border-radius: 4px;
  z-index: 110;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333;
  transition: all 0.3s ease;
}

.nav-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* mobile menu */
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 100;
  padding: 40px 20px;
  box-sizing: border-box;
  overflow-y: auto;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mobile-nav.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-nav .mobile-nav-header {
  margin: 40px 0 25px;
  border: 1px solid #666;
  padding: 15px;
}

.mobile-nav .mobile-nav-header .mobile-nav-header-worktime {
  font-size: 18px;
  font-weight: 700;
}

.mobile-nav .mobile-nav-header .mobile-nav-header-worktime span {
  font-size: 14px;
  margin-right: 3px;
}

.mobile-nav .mobile-nav-header .mobile-nav-header-tel a {
  font-size: 30px;
  font-weight: 700;
}

.mobile-nav .mobile-nav-header .mobile-nav-header-tel a span {
  font-size: 18px;
  margin-right: 3px;
}

.mobile-nav .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-nav .mobile-nav-list li {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.mobile-nav .mobile-nav-list li a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-nav .mobile-nav-list li a span {
  font-size: 12px;
  margin-top: 4px;
  background: linear-gradient(90deg, #740336, #a6004b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  letter-spacing: 1px;
}

.fixed-call-btn {
  display: none;
}

@media (max-width: 1023px) {
  .fixed-call-btn {
    position: fixed;
    top: 43px;
    right: 5px;
    z-index: 1000;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    background-color: #a6004b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  .fixed-call-btn i {
    color: #fff;
    font-size: 18px;
  }
}

.fixed-call-btn.is-show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#mobileFooterbar {
  padding-bottom: env(safe-area-inset-bottom);
}

@media (max-width: 1023px) {

  .nav-left,
  .nav-right {
    display: none;
  }

  .nav-toggle {
    display: flex;
    border: 1px solid #333;
  }

  .header-logo {
    position: static;
    transform: none;
    margin: 0 auto;
  }

  .mobile-nav.open {
    display: block;
  }
}

.news-ticker {
  width: 100%;
  overflow: hidden;
  background: #f8f8f8;
  border-top: 2px solid #a6004b;
  border-bottom: 1px solid #ccc;
  color: #333;
  padding: 10px 0;
  font-size: 14px;
  white-space: nowrap;
}

.ticker-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 20s linear infinite;
}

.ticker-content span {
  margin-right: 50px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.news-ticker:hover .ticker-content {
  animation-play-state: paused;
}

.widget-footer {
  margin: 10px auto 20px;
  max-width: 1100px;
}

.footer {
  width: 100%;
  background: #f8f8f8;
  padding: 40px 20px 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.footer .footer-inner {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.footer .footer-logo img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

.footer .footer-contact .phone a {
  font-size: 30px;
  font-weight: 700;
}

.footer .footer-contact .phone a span {
  font-size: 18px;
  margin-right: 3px;
}

.footer .footer-contact .worktime {
  font-size: 18px;
  font-weight: 700;
}

.footer .footer-contact .worktime span {
  font-size: 14px;
  margin-right: 3px;
}

.footer .footer-menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.footer .footer-menu ul li {
  position: relative;
  padding: 0 20px;
}

.footer .footer-menu ul li+li::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  font-size: 14px;
}

.footer .footer-menu a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: color 0.3s;
}

.footer .footer-menu a:hover {
  color: #777;
}

.footer .footer-text {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
}

.footer .footer-copy {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
}

.mobile-footerbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 12px;
  background: #333;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  transform: translateY(110%);
  transition: transform 0.25s ease;
}

.mobile-footerbar.is-show {
  transform: translateY(0);
}

.mobile-footerbar__tel {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  text-decoration: none;
  color: #fff;
  background: #740336;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
}

.mobile-footerbar__tel span {
  font-size: 14px;
}

.mobile-footerbar__info {
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}

.mobile-footerbar__label {
  display: block;
  font-size: 12px;
  opacity: 0.7;
}

.mobile-footerbar__time {
  display: block;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* PC에서는 숨김 */
@media (min-width: 768px) {
  .mobile-footerbar {
    display: none;
  }
}

.index-bg {
  position: fixed;
  inset: 0;
  background-image: url("../images/index/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (max-width: 1023px) {
  .index-bg {
    background-position: center left;
  }
}

@media (max-width: 540px) {
  .index-bg {
    background-position: center left;
  }
}

.index-cp {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.index-cp::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent url("../images/index/pattern.png") repeat top left;
}

.index-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index-logo {
  width: 100%;
  max-width: 800px;
  margin: 100px auto 20px;
}

.index-logo img {
  width: 100%;
}

.logo-svg {
  width: 100%;
  max-width: 262px;
  height: auto;
  display: block;
}

.logo-path {
  fill: #000;
  stroke: none;
  mask: url(#reveal-mask);
  -webkit-mask: url(#reveal-mask);
  animation: none;
}

.index-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}

.index-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  width: 80px;
  aspect-ratio: 1/1;
  font-size: 16px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6666666667);
  transition: background-color 0.3s ease;
}

.index-buttons a:hover {
  background-color: rgba(255, 255, 255, 0.9333333333);
}

.index-buttons img {
  width: 40px;
  height: 40px;
}

.seo-text {
  font-size: 14px;
  color: #fff;
  max-width: 80%;
  line-height: 1.6;
}

.index-adult {
  text-align: center;
  margin-top: 20px;
}

.index-ad {
  margin-top: 50px;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.index-ad div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

@media (max-width: 540px) {
  .index-ad img {
    width: 100%;
  }
}

.top-slideBanner {
  margin-bottom: 20px;
  overflow: hidden;
}

.top-slideBanner .swiper {
  width: 100%;
}

.top-slideBanner .swiper .swiper-slide {
  position: relative;
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 196/95;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform-origin: center center;
  opacity: 0.4;
  transform: perspective(1000px) rotateY(0deg) scale(1);
}

.top-slideBanner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.top-slideBanner .swiper .swiper-slide.swiper-slide-prev {
  transform: perspective(1000px) rotateY(15deg) scale(1);
  opacity: 0.7;
  z-index: 0;
}

.top-slideBanner .swiper .swiper-slide.swiper-slide-next {
  transform: perspective(1000px) rotateY(-15deg) scale(1);
  opacity: 0.7;
  z-index: 0;
}

.top-slideBanner .swiper .swiper-slide.swiper-slide-active {
  transform: perspective(1000px) rotateY(0deg) scale(1);
  opacity: 1;
  z-index: 1;
}

.top-slideBanner .swiper .swiper-pagination {
  position: static;
  margin-top: 16px;
  text-align: center;
}

.top-slideBanner .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
}

.top-slideBanner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.top-slideGravure {
  width: 100%;
  overflow: hidden;
}

.top-slideGravure .swiper {
  width: 100%;
}

.top-slideGravure .swiper .swiper-slide {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 124/30;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-slideGravure .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.top-pickup {
  width: 100%;
  background: #fff;
  padding: 18px;
  height: auto;
  min-height: 0;
  align-self: start;
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  .top-pickup {
    padding: 0;
  }
}

.top-pickup .pickup-inner {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 0;
  position: relative;
}

@media (min-width: 540px) and (max-width: 800px) {
  .top-pickup .pickup-inner {
    grid-template-columns: 1fr 1.5fr;
  }
}

@media (max-width: 540px) {
  .top-pickup .pickup-inner {
    grid-template-columns: 1fr;
    background: #a6004b;
  }
}

.top-pickup .pickup-media {
  position: relative;
  padding: 30px 14px 20px 0;
}

.top-pickup .pickup-media::before {
  content: "";
  position: absolute;
  inset: 0;
  margin-left: 50px;
  background: #a6004b;
}

@media (max-width: 540px) {
  .top-pickup .pickup-media {
    padding: 30px 14px 0 0;
  }
}

.top-pickup .pickup-images {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
}

@media (min-width: 540px) and (max-width: 800px) {
  .top-pickup .pickup-images {
    grid-template-columns: auto;
  }
}

.top-pickup .pickup-images .pickup-image {
  margin: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.top-pickup .pickup-images .pickup-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.top-pickup .pickup-info {
  background: #a6004b;
  color: #fff;
  height: auto;
  padding: 34px 20px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  min-width: 0;
}

.top-pickup .pickup-head {
  text-align: right;
}

.top-pickup .pickup-head .pickup-badge {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 24px;
  line-height: 1.1;
}

.top-pickup .pickup-head .pickup-sub {
  margin: 6px 0 0;
  font-size: 12px;
  opacity: 0.9;
}

.top-pickup .pickup-roman {
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  opacity: 0.9;
}

.top-pickup .pickup-name {
  margin: 0;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.top-pickup .pickup-meta {
  margin: 10px 0 0;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.top-pickup .pickup-comment {
  color: #333;
  min-width: 0;
  background: #fff;
  padding: 10px;
  overflow: hidden;
}

.top-pickup .pickup-comment-title {
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 12px;
  min-width: 0;
}

.top-pickup .pickup-comment-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
  /* clamp */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 11.9em;
  min-width: 0;
  max-width: 100%;
}

.top-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow-x: hidden;
}

@media (max-width: 540px) {
  .top-column {
    grid-template-columns: auto;
  }
}

.top-column-two {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  .top-column-two {
    grid-template-columns: auto;
    gap: 30px;
  }
}

.top-newface[data-newface-marquee] {
  width: 100%;
}

.top-newface[data-newface-marquee] .top-newface-viewport {
  overflow: hidden;
  width: 100%;
}

.top-newface[data-newface-marquee] .top-newface-contents {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
}

.top-newface[data-newface-marquee] .top-newface-item {
  flex: 0 0 240px;
  width: 240px;
}

.top-newface[data-newface-marquee] .top-newface-item .image-wrapper {
  position: relative;
  aspect-ratio: 2/3;
}

.top-newface[data-newface-marquee] .top-newface-item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.top-newface[data-newface-marquee] .top-newface-item .image-wrapper .name-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 10px;
  color: #fff;
  z-index: 1;
}

.top-newface[data-newface-marquee] .top-newface-item .image-wrapper .name-overlay .name {
  font-size: 20px;
}

@media (max-width: 1023px) {
  .top-newface[data-newface-marquee] .top-newface-item .image-wrapper .name-overlay .name {
    font-size: 18px;
  }
}

@media (max-width: 540px) {
  .top-newface[data-newface-marquee] .top-newface-item .image-wrapper .name-overlay .name {
    font-size: 16px;
  }
}

.top-newface[data-newface-marquee] .top-newface-item .image-wrapper .name-overlay .name {
  font-weight: 500;
}

.top-newface[data-newface-marquee] .top-newface-item .image-wrapper .name-overlay .size {
  font-size: 14px;
}

@media (max-width: 1023px) {
  .top-newface[data-newface-marquee] .top-newface-item .image-wrapper .name-overlay .size {
    font-size: 12px;
  }
}

@media (max-width: 540px) {
  .top-newface[data-newface-marquee] .top-newface-item .image-wrapper .name-overlay .size {
    font-size: 12px;
  }
}

.top-newface[data-newface-marquee] .top-newface-item .image-wrapper .name-overlay .size {
  font-weight: 500;
}

.top-newface[data-newface-marquee] .top-newface-item:nth-child(12n+1) .name-overlay {
  background: linear-gradient(to top, rgba(255, 0, 0, 0.7), transparent 100%);
}

.top-newface[data-newface-marquee] .top-newface-item:nth-child(12n+2) .name-overlay {
  background: linear-gradient(to top, rgba(255, 128, 0, 0.7), transparent 100%);
}

.top-newface[data-newface-marquee] .top-newface-item:nth-child(12n+3) .name-overlay {
  background: linear-gradient(to top, rgba(255, 221, 0, 0.7), transparent 100%);
}

.top-newface[data-newface-marquee] .top-newface-item:nth-child(12n+4) .name-overlay {
  background: linear-gradient(to top, rgba(0, 200, 0, 0.7), transparent 100%);
}

.top-newface[data-newface-marquee] .top-newface-item:nth-child(12n+5) .name-overlay {
  background: linear-gradient(to top, rgba(0, 180, 255, 0.7), transparent 100%);
}

.top-newface[data-newface-marquee] .top-newface-item:nth-child(12n+6) .name-overlay {
  background: linear-gradient(to top, rgba(0, 102, 255, 0.7), transparent 100%);
}

.top-newface[data-newface-marquee] .top-newface-item:nth-child(12n+7) .name-overlay {
  background: linear-gradient(to top, rgba(102, 51, 255, 0.7), transparent 100%);
}

.top-newface[data-newface-marquee] .top-newface-item:nth-child(12n+8) .name-overlay {
  background: linear-gradient(to top, rgba(255, 0, 128, 0.7), transparent 100%);
}

.top-newface[data-newface-marquee] .top-newface-item:nth-child(12n+9) .name-overlay {
  background: linear-gradient(to top, rgba(153, 102, 0, 0.7), transparent 100%);
}

.top-newface[data-newface-marquee] .top-newface-item:nth-child(12n+10) .name-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 100%);
}

.top-newface[data-newface-marquee] .top-newface-item:nth-child(12n+11) .name-overlay {
  background: linear-gradient(to top, rgba(100, 100, 100, 0.7), transparent 100%);
}

.top-newface[data-newface-marquee] .top-newface-item:nth-child(12n+12) .name-overlay {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7), transparent 100%);
}

.top-news {
  width: 100%;
}

.top-news .top-news-contents {
  background: #fff;
  height: 500px;
  overflow: hidden;
}

.top-news .top-news-contents .top-news-scrollable {
  height: 100%;
  overflow-y: auto;
  padding: 15px;
}

.top-news .top-news-contents .top-news-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.top-news .top-news-contents .top-news-item .news-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
  gap: 5px;
  margin-bottom: 15px;
}

.top-news .top-news-contents .top-news-item .news-title .news-date {
  font-size: 11px;
  color: #fff;
  padding: 2px 4px;
  background: #b81a1a;
}

.top-news .top-news-contents .top-news-item .news-content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}

.top-news .top-news-contents .top-news-item .news-images {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.top-news .top-news-contents .top-news-item .news-images img {
  max-width: 150px;
  height: auto;
  border-radius: 4px;
}

.top-news .top-news-contents .top-news-item .news-images:only-child,
.top-news .top-news-contents .top-news-item .news-images:has(img:only-of-type) {
  flex-shrink: 0;
  width: 150px;
}

.top-news .top-news-contents .top-news-item .news-images:only-child+.news-description,
.top-news .top-news-contents .top-news-item .news-images:has(img:only-of-type)+.news-description {
  flex: 1;
}

.top-news .top-news-contents .top-news-item .news-description {
  flex-basis: 100%;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.top-topic {
  width: 100%;
}

.top-topic .top-topic-contents {
  background: #fff;
  height: 500px;
  overflow: hidden;
}

.top-topic .top-topic-contents .top-topic-scrollable {
  height: 100%;
  overflow-y: auto;
  padding: 15px;
}

.top-topic .top-topic-contents .top-topic-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.top-topic .top-topic-contents .top-topic-item .topic-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
  gap: 5px;
  margin-bottom: 15px;
}

.top-topic .top-topic-contents .top-topic-item .topic-title .topic-date {
  font-size: 11px;
  color: #fff;
  padding: 2px 4px;
  background: #b81a1a;
}

.top-topic .top-topic-contents .top-topic-item .topic-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  align-items: flex-start;
}

.top-topic .top-topic-contents .top-topic-item .topic-images {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-topic .top-topic-contents .top-topic-item .topic-images img {
  max-width: 250px;
  height: auto;
  border-radius: 4px;
}

.top-topic .top-topic-contents .top-topic-item .topic-description {
  flex-basis: 100%;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.top-banner {
  margin: 20px 0;
}

.top-banner li {
  width: 100%;
}

.top-banner li:not(:last-child) {
  margin-bottom: 15px;
}

.top-banner li img {
  width: 100%;
}

.top-side-banner {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.top-side-banner .group-wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin: 20px 0;
}

.top-side-banner .group-wrapper::before,
.top-side-banner .group-wrapper::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #666;
}

.top-side-banner .group-wrapper::before {
  margin-right: 5px;
}

.top-side-banner .group-wrapper::after {
  margin-left: 5px;
}

.top-side-banner .group-wrapper .title-group {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.top-side-banner .group-wrapper .main-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}

.top-side-banner .group-wrapper .sub-text {
  font-size: 12px;
  font-weight: 400;
  color: #242424;
  letter-spacing: 1px;
}

.top-side-banner img {
  width: 100%;
}

@media (max-width: 1023px) {
  .top-side-banner {
    grid-template-columns: repeat(2, 1fr);
  }

  .top-side-banner .group-wrapper {
    grid-column: 1/-1;
    margin: 10px 0 20px;
  }

  .top-side-banner a:last-child:nth-child(even) {
    grid-column: 1/-1;
    justify-self: center;
    width: calc(50% - 5px);
  }
}

@media (max-width: 540px) {
  .top-side-banner {
    grid-template-columns: 1fr;
  }

  .top-side-banner a:last-child:nth-child(even) {
    grid-column: auto;
    width: 100%;
  }
}

.top-side-widget {
  display: grid;
  gap: 10px;
  width: 100%;
}

.system-wrap {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

@media (max-width: 540px) {
  .system-wrap {
    padding: 15px;
  }
}

.system-wrap .system-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 50px 0 40px;
}

.system-wrap .system-tab {
  padding: 10px 14px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  width: 200px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
}

.system-wrap .system-tab.is-active {
  background: #740336;
  border-color: #740336;
  color: #fff;
  font-size: 24px;
}

.system-wrap .system-panel {
  display: none;
  margin-top: 15px;
}

.system-wrap .system-panel.is-active {
  display: block;
}

.system-wrap .system-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #ccc;
}

.system-wrap .system-item .title {
  text-align: center;
  font-size: 28px;
}

@media (max-width: 1023px) {
  .system-wrap .system-item .title {
    font-size: 22px;
  }
}

@media (max-width: 540px) {
  .system-wrap .system-item .title {
    font-size: 18px;
  }
}

.system-wrap .system-item .title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.system-wrap .system-item .title.price-grid-basic {
  color: #1f1f1f;
}

.system-wrap .system-item .title.price-grid-gold {
  color: #bb9000;
}

.system-wrap .system-item .title.price-grid-platinum {
  color: #c500db;
}

.system-wrap .system-item .title.price-grid-diamond {
  color: #929292;
}

.system-wrap .system-item .title.price-grid-vip {
  color: #eb0043;
}

.system-wrap .system-item .price-table {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.system-wrap .system-item .price-table .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.system-wrap .system-item .price-table .price-grid {
  width: 100%;
  border-collapse: collapse;
  max-width: 1100px;
  background: #fff;
  font-size: 20px;
}

@media (max-width: 1023px) {
  .system-wrap .system-item .price-table .price-grid {
    font-size: 18px;
  }
}

@media (max-width: 540px) {
  .system-wrap .system-item .price-table .price-grid {
    font-size: 16px;
  }
}

.system-wrap .system-item .price-table .price-grid.price-grid-basic th {
  background: linear-gradient(135deg, #1f1f1f 0%, #4b4b4b 18%, #8a8a8a 45%, #3d3d3d 72%, #151515 100%);
  color: #fff;
}

.system-wrap .system-item .price-table .price-grid.price-grid-gold th {
  background: linear-gradient(135deg, #6b4a00 0%, #e19d1e 18%, #fff1b3 45%, #d89412 72%, #7a5200 100%);
}

@media (max-width: 1023px) {
  .system-wrap .system-item .price-table .price-grid.price-grid-gold th {
    color: #fff;
  }
}

.system-wrap .system-item .price-table .price-grid.price-grid-platinum th {
  background: linear-gradient(135deg, #3a003b 0%, #ad00b0 22%, #d39dea 48%, #8e0091 74%, #2b002c 100%);
  color: #fff;
}

.system-wrap .system-item .price-table .price-grid.price-grid-diamond th {
  background: linear-gradient(135deg, #5f6a72 0%, #dde3ea 22%, #ffffff 48%, #cfd6de 72%, #606a73 100%);
  color: #111;
}

.system-wrap .system-item .price-table .price-grid.price-grid-vip th {
  background: linear-gradient(135deg, #b52535 0%, #d76674 22%, #db8892 48%, #c23344 72%, #b52535 100%);
  color: #fff;
}

.system-wrap .system-item .price-table .price-grid th,
.system-wrap .system-item .price-table .price-grid td {
  border: 1px solid #d9d9d9;
  padding: 18px 22px;
  text-align: center;
  line-height: 1.3;
  white-space: nowrap;
}

.system-wrap .system-item .price-table .price-grid thead th {
  font-weight: 700;
}

.system-wrap .system-item .price-table .price-grid .col-time,
.system-wrap .system-item .price-table .price-grid .row-time {
  background: #f2f2f2;
  font-weight: 500;
}

.system-wrap .system-item .price-table .price-note {
  margin: 18px 0 0;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .system-wrap .system-item .price-table .price-grid {
    min-width: 0;
  }

  .system-wrap .system-item .price-table .price-grid thead {
    display: none;
  }

  .system-wrap .system-item .price-table .price-grid,
  .system-wrap .system-item .price-table .price-grid tbody {
    display: block;
    width: 100%;
  }

  .system-wrap .system-item .price-table .price-grid tbody {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .system-wrap .system-item .price-table .price-grid tr {
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin: 0;
  }

  .system-wrap .system-item .price-table .price-grid .row-time {
    display: block;
    width: 100%;
    text-align: left;
    padding: 14px 16px;
    font-weight: 700;
    background: #f2f2f2;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
  }

  .system-wrap .system-item .price-table .price-grid td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 12px 16px;
    border: 0;
    border-bottom: 1px solid #eee;
    white-space: normal;
  }

  .system-wrap .system-item .price-table .price-grid td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #555;
    margin-right: 12px;
  }

  .system-wrap .system-item .price-table .price-grid tr td:last-child {
    border-bottom: 0;
  }

  .system-wrap .system-item .price-table .price-note {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .system-wrap .system-item .price-table .price-grid tbody {
    grid-template-columns: 1fr;
  }
}

.system-wrap .system-item .items {
  text-align: center;
  font-weight: 700;
  font-size: 50px;
}

@media (max-width: 1023px) {
  .system-wrap .system-item .items {
    font-size: 40px;
  }
}

@media (max-width: 540px) {
  .system-wrap .system-item .items {
    font-size: 30px;
  }
}

.system-wrap .system-item .items span {
  font-size: 40px;
}

@media (max-width: 1023px) {
  .system-wrap .system-item .items span {
    font-size: 30px;
  }
}

@media (max-width: 540px) {
  .system-wrap .system-item .items span {
    font-size: 20px;
  }
}

.system-wrap .system-item p {
  text-align: center;
  font-size: 18px;
}

@media (max-width: 1023px) {
  .system-wrap .system-item p {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .system-wrap .system-item p {
    font-size: 14px;
  }
}

.system-wrap .system-item p {
  font-weight: 500;
}

.system-wrap .system-pickup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.system-wrap .system-pickup .title {
  color: #333;
  border-bottom: 2px solid #d4af37;
  font-size: 24px;
}

@media (max-width: 1023px) {
  .system-wrap .system-pickup .title {
    font-size: 20px;
  }
}

@media (max-width: 540px) {
  .system-wrap .system-pickup .title {
    font-size: 16px;
  }
}

.system-wrap .system-pickup .title {
  font-weight: 500;
  margin-bottom: 15px;
}

.system-wrap .system-pickup .items {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 1023px) {
  .system-wrap .system-pickup .items {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .system-wrap .system-pickup .items {
    font-size: 14px;
  }
}

.system-wrap .system-pickup .items span {
  color: #d40808;
  font-weight: 600;
}

.system-wrap .system-caution {
  padding: 18px;
  color: #fff;
}

@media (max-width: 540px) {
  .system-wrap .system-caution {
    padding: 0;
  }
}

.system-wrap .system-caution__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 18px 22px;
  border-radius: 10px;
  background: radial-gradient(1200px 320px at 15% 0%, rgba(166, 0, 75, 0.22), transparent 60%), radial-gradient(900px 280px at 90% 35%, rgba(116, 3, 54, 0.18), transparent 55%), linear-gradient(180deg, #1c1413 0%, #000 100%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.system-wrap .system-caution__title {
  margin: 0 0 14px;
  padding: 10px 14px;
  border-radius: 8px;
  background: linear-gradient(90deg, #740336 0%, #a6004b 100%);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 540px) {
  .system-wrap .system-caution__title {
    padding: 10px 12px;
    gap: 10px;
  }
}

.system-wrap .system-caution__title-line {
  flex: 1 1 auto;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

@media (max-width: 540px) {
  .system-wrap .system-caution__title-line {
    display: none;
  }
}

.system-wrap .system-caution__notice {
  padding: 10px 6px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 14px;
}

.system-wrap .system-caution__jp {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
}

.system-wrap .system-caution__jp+.system-wrap .system-caution__jp {
  margin-top: 8px;
}

@media (max-width: 540px) {
  .system-wrap .system-caution__jp {
    font-size: 14px;
  }
}

.system-wrap .system-caution__en {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 540px) {
  .system-wrap .system-caution__en {
    font-size: 11px;
  }
}

.system-wrap .system-caution__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 0 0 16px;
}

@media (max-width: 540px) {
  .system-wrap .system-caution__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.system-wrap .system-caution__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.system-wrap .system-caution__list li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.75;
}

.system-wrap .system-caution__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a6004b;
  box-shadow: 0 0 0 2px rgba(166, 0, 75, 0.22);
  transform: translateY(-50%);
}

.system-wrap .system-caution__subtitle {
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: rgba(116, 3, 54, 0.22);
  border: 1px solid rgba(166, 0, 75, 0.35);
}

@media (max-width: 540px) {
  .system-wrap .system-caution__subtitle {
    font-size: 13px;
  }
}

.system-wrap .system-caution__deny {
  margin: 0;
  padding: 0;
  list-style: none;
}

.system-wrap .system-caution__deny li {
  position: relative;
  padding: 10px 10px 10px 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  line-height: 1.7;
}

.system-wrap .system-caution__deny li+li {
  margin-top: 10px;
}

.system-wrap .system-caution__deny li::before {
  content: "×";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #a6004b 0%, #740336 100%);
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 540px) {
  .system-wrap .system-caution__deny li {
    padding: 9px 9px 9px 32px;
    font-size: 12.5px;
  }

  .system-wrap .system-caution__deny li::before {
    width: 18px;
    height: 18px;
    border-radius: 5px;
  }
}

.system-wrap .system-access {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.system-wrap .system-access .title {
  color: #333;
  border-bottom: 2px solid #d4af37;
  font-size: 24px;
}

@media (max-width: 1023px) {
  .system-wrap .system-access .title {
    font-size: 20px;
  }
}

@media (max-width: 540px) {
  .system-wrap .system-access .title {
    font-size: 16px;
  }
}

.system-wrap .system-access .title {
  font-weight: 500;
  margin-bottom: 15px;
}

.system-wrap .system-access p {
  font-size: 18px;
  font-size: 18px;
}

@media (max-width: 1023px) {
  .system-wrap .system-access p {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .system-wrap .system-access p {
    font-size: 14px;
  }
}

.system-wrap .system-access p {
  font-weight: 500;
}

.system-wrap .system-access .map {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 450px;
  margin: 10px 0;
}

.system-wrap .system-banner-credit,
.system-wrap .system-banner-room {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #a6004b;
  background: #f6f6f6;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.system-wrap .system-banner-credit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 14px;
}

@media (max-width: 540px) {
  .system-wrap .system-banner-credit {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.system-wrap .system-banner-credit .credit-logos {
  display: flex;
  align-items: center;
  gap: 10px;
}

.system-wrap .system-banner-credit .credit-logos img {
  height: 40px;
  width: auto;
  display: block;
  filter: grayscale(15%);
  opacity: 0.95;
}

@media (max-width: 540px) {
  .system-wrap .system-banner-credit .credit-logos {
    justify-content: center;
  }

  .system-wrap .system-banner-credit .credit-logos img {
    height: 25px;
  }
}

.system-wrap .system-banner-credit .credit-text {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  background: linear-gradient(transparent 60%, #ffd400 0);
}

@media (max-width: 540px) {
  .system-wrap .system-banner-credit .credit-text {
    text-align: center;
    white-space: normal;
    font-size: 20px;
  }
}

.system-wrap .system-banner-credit .credit-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
}

@media (max-width: 540px) {
  .system-wrap .system-banner-credit .credit-badge {
    margin: 0 auto;
    min-width: 52px;
    height: 30px;
  }
}

.system-wrap .system-banner-room {
  margin-top: 12px;
  padding: 16px 16px 18px;
  text-align: center;
}

@media (max-width: 540px) {
  .system-wrap .system-banner-room {
    padding: 14px 14px 16px;
  }
}

.system-wrap .system-banner-room .room-title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

@media (max-width: 540px) {
  .system-wrap .system-banner-room .room-title {
    font-size: 20px;
    text-align: center;
  }
}

.system-wrap .system-banner-room .room-desc {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  color: #444;
}

@media (max-width: 540px) {
  .system-wrap .system-banner-room .room-desc {
    font-size: 16px;
    text-align: center;
  }

  .system-wrap .system-banner-room .room-desc br {
    display: none;
  }
}

.credit-flow {
  width: 100%;
  max-width: 1100px;
  margin: 15px auto;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.credit-flow__header {
  background-color: #900040;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.credit-flow__content {
  width: 100%;
  max-width: 780px;
}

.credit-flow__title {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.35;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .credit-flow__title {
    font-size: clamp(1.4rem, 4vw, 1.8rem);
  }
}

@media (max-width: 540px) {
  .credit-flow__title {
    font-size: clamp(1.2rem, 5.5vw, 1.5rem);
    line-height: 1.4;
  }
}

.credit-flow__title .yellow-text {
  color: #ffe400;
}

.credit-flow__subtitle {
  font-size: clamp(0.9rem, 1.8vw, 1.15rem);
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.06em;
  opacity: 0.95;
}

.credit-flow__body {
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.credit-flow__warning {
  text-align: center;
  width: 100%;
}

.credit-flow__warning-text {
  display: inline-block;
  background-color: #fff099;
  color: #c00000;
  font-size: clamp(0.85rem, 1.5vw, 1.05rem);
  font-weight: 700;
  padding: 4px 14px;
  letter-spacing: 0.03em;
  border-radius: 2px;
}

.credit-flow__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 6px;
}

.credit-flow__brands {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.credit-flow__action {
  margin-left: auto;
}

@media (max-width: 768px) {
  .credit-flow__header {
    padding: 24px 20px;
  }

  .credit-flow__body {
    padding: 18px 20px 24px;
    gap: 20px;
  }

  .credit-flow__footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .credit-flow__brands {
    justify-content: center;
  }

  .credit-flow__action {
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.credit-brand {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 540px) {
  .credit-brand {
    height: 28px;
  }
}

.credit-brand img {
  height: 100%;
  width: auto;
  max-width: 120px;
  display: block;
  object-fit: contain;
}

@media (max-width: 540px) {
  .credit-brand img {
    max-width: 80px;
  }
}

.credit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #444444;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 6px 20px 6px 24px;
  border-radius: 20px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  letter-spacing: 0.05em;
  border: none;
  cursor: pointer;
}

.credit-btn:hover {
  background-color: #2b2b2b;
  transform: translateY(-1px);
}

.credit-btn:active {
  transform: translateY(0);
}

.credit-btn__arrow {
  font-size: 0.65rem;
  color: #ffffff;
  display: inline-block;
  transform: translateY(-0.5px);
}

@media (max-width: 768px) {
  .credit-btn {
    width: 100%;
    max-width: 260px;
    padding: 10px 20px;
    font-size: 0.85rem;
  }
}

.pg-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  color: #333333;
  line-height: 1.6;
}

.pg-wrapper .pg-box {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

@media (max-width: 540px) {
  .pg-wrapper .pg-box {
    padding: 20px;
  }
}

.pg-wrapper .pg-main-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 30px;
  color: #333333;
}

@media (max-width: 540px) {
  .pg-wrapper .pg-main-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.pg-wrapper .pg-section-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 25px;
}

@media (max-width: 540px) {
  .pg-wrapper .pg-section-title {
    font-size: 19px;
  }
}

.pg-wrapper .pg-section-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.pg-wrapper .pg-section-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffb800;
}

.pg-wrapper .pg-notice-box {
  border: 3px solid #e6002d;
}

.pg-wrapper .pg-notice-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.pg-wrapper .pg-notice-list li {
  margin-bottom: 20px;
}

.pg-wrapper .pg-notice-list li:last-child {
  margin-bottom: 0;
}

.pg-wrapper .pg-list-title {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}

@media (max-width: 540px) {
  .pg-wrapper .pg-list-title {
    font-size: 16px;
  }
}

.pg-wrapper .pg-icon-check {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #37b37e;
  border-radius: 50%;
  position: relative;
  margin-right: 12px;
  flex-shrink: 0;
}

.pg-wrapper .pg-icon-check::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 4px;
  left: 8px;
  transform: rotate(45deg);
}

.pg-wrapper .pg-list-desc {
  font-size: 15.5px;
  color: #343434;
  margin: 0;
  padding-left: 34px;
}

@media (max-width: 540px) {
  .pg-wrapper .pg-list-desc {
    font-size: 14px;
  }
}

.pg-wrapper .pg-alert-message {
  background-color: #fff0f2;
  color: #e6002d;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  padding: 15px;
  border-radius: 6px;
}

@media (max-width: 540px) {
  .pg-wrapper .pg-alert-message {
    font-size: 15px;
  }
}

.pg-wrapper .pg-arrow-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  gap: -5px;
}

.pg-wrapper .pg-arrow-divider span {
  display: block;
  width: 24px;
  height: 24px;
  border-right: 4px solid #313131;
  border-bottom: 4px solid #313131;
  transform: rotate(45deg);
  margin-top: -10px;
}

.pg-wrapper .pg-arrow-divider span:first-child {
  margin-top: 0;
}

.pg-wrapper .pg-steps-box {
  border: 3px solid #ffb800;
}

.pg-wrapper .pg-steps-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pg-wrapper .pg-step-item {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 540px) {
  .pg-wrapper .pg-step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
}

.pg-wrapper .pg-step-text {
  flex: 1;
  padding-right: 30px;
}

@media (max-width: 540px) {
  .pg-wrapper .pg-step-text {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.pg-wrapper .pg-step-label {
  color: #e6002d;
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 6px;
}

@media (max-width: 540px) {
  .pg-wrapper .pg-step-label {
    font-size: 16px;
  }
}

.pg-wrapper .pg-step-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.4;
}

@media (max-width: 540px) {
  .pg-wrapper .pg-step-title {
    font-size: 17px;
  }
}

.pg-wrapper .pg-step-desc {
  font-size: 15.5px;
  color: #343434;
  margin: 0;
}

@media (max-width: 540px) {
  .pg-wrapper .pg-step-desc {
    font-size: 14px;
  }
}

.pg-wrapper .pg-step-visual {
  width: 200px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.pg-wrapper {
  /* CSS IMAGE ARTS */
}

.pg-wrapper .css-img-step1 {
  position: relative;
  width: 170px;
  height: 110px;
}

.pg-wrapper .css-img-step1 .card-front {
  position: absolute;
  width: 110px;
  height: 70px;
  background-color: #315cd5;
  border-radius: 8px;
  left: 0;
  bottom: 10px;
  z-index: 1;
}

.pg-wrapper .css-img-step1 .card-chip {
  width: 18px;
  height: 14px;
  background-color: #f1cf65;
  border-radius: 3px;
  position: absolute;
  left: 12px;
  top: 25px;
}

.pg-wrapper .css-img-step1 .card-back {
  position: absolute;
  width: 110px;
  height: 70px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  right: 0;
  top: 10px;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.pg-wrapper .css-img-step1 .card-stripe {
  width: 100%;
  height: 14px;
  background-color: #333;
  margin-top: 12px;
}

.pg-wrapper .css-img-step1 .card-cvc-box {
  width: 50px;
  height: 20px;
  border: 1px solid #e6002d;
  margin: 12px 12px 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4px;
  position: relative;
  background-color: #fff;
}

.pg-wrapper .css-img-step1 .card-cvc-line {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #ccc;
}

.pg-wrapper .css-img-step1 .cvc-mark {
  color: #e6002d;
  font-size: 9px;
  font-weight: 700;
}

.pg-wrapper .css-img-step2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pg-wrapper .css-img-step2 .phone-frame {
  width: 66px;
  height: 110px;
  border: 4px solid #333;
  border-radius: 12px;
  background-color: #fff;
  padding: 5px;
}

.pg-wrapper .css-img-step2 .phone-screen {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pg-wrapper .css-img-step2 .phone-title {
  font-size: 8px;
  font-weight: 700;
  margin-top: 12px;
}

.pg-wrapper .css-img-step2 .phone-dots {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}

.pg-wrapper .css-img-step2 .phone-dots span {
  width: 7px;
  height: 7px;
  background-color: #eb4578;
  border-radius: 50%;
}

.pg-wrapper .css-img-step2 .phone-btn {
  width: 44px;
  height: 14px;
  background-color: #eb4578;
  border-radius: 7px;
  color: #fff;
  font-size: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}

.pg-wrapper .css-img-step3 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pg-wrapper .css-img-step3 .mail-box {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  width: 140px;
  background-color: #fdfdfd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.pg-wrapper .css-img-step3 .mail-header {
  background-color: #f5f5f5;
  font-size: 10px;
  padding: 6px 10px;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 8px 8px 0 0;
  color: #555;
}

.pg-wrapper .css-img-step3 .mail-body {
  padding: 15px 12px;
}

.pg-wrapper .css-img-step3 .mail-label {
  font-size: 9px;
  margin-bottom: 6px;
  color: #333333;
}

.pg-wrapper .css-img-step3 .mail-input {
  border: 1px solid #ffb800;
  border-radius: 4px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  background-color: #fffcf2;
  letter-spacing: 2px;
}

.pg-wrapper .css-img-step4 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pg-wrapper .css-img-step4 .pay-box {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  width: 130px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pg-wrapper .css-img-step4 .pay-title {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 12px;
}

.pg-wrapper .css-img-step4 .pay-amount {
  width: 100%;
  height: 24px;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 11px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  color: #888;
  margin-bottom: 15px;
}

.pg-wrapper .css-img-step4 .pay-btn {
  background-color: #ffb800;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  width: 90%;
  height: 24px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pg-wrapper .pg-action-box {
  background-color: #ffb800;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  border-radius: 8px;
}

@media (max-width: 540px) {
  .pg-wrapper .pg-action-box {
    padding: 30px 15px;
  }
}

.pg-wrapper .pg-action-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px;
}

@media (max-width: 540px) {
  .pg-wrapper .pg-action-title {
    font-size: 18px;
  }
}

.pg-wrapper .pg-action-desc {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 30px;
}

@media (max-width: 540px) {
  .pg-wrapper .pg-action-desc {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.pg-wrapper .pg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #ffb800;
  padding: 0 40px;
  height: 50px;
  border-radius: 25px;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  transition: opacity 0.3s;
}

@media (max-width: 540px) {
  .pg-wrapper .pg-btn {
    padding: 0 25px;
    height: 44px;
    font-size: 14px;
  }
}

.pg-wrapper .pg-btn:hover {
  opacity: 0.8;
}

.pg-wrapper .pg-btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffb800;
  border-right: 2px solid #ffb800;
  transform: rotate(45deg);
  margin-left: 15px;
}

.pg-wrapper .pg-footer-note {
  text-align: center;
  font-size: 12px;
  color: #343434;
  margin-top: 20px;
}

.mailmag {
  background: #fff;
  color: #111;
  padding: 28px 16px 40px;
}

.mailmag .mailmag-inner {
  max-width: 980px;
  margin: 0 auto;
}

.mailmag-hero {
  position: relative;
  border-radius: 16px;
  padding: 26px 26px 22px;
  overflow: hidden;
  background: radial-gradient(1200px 200px at 10% 0%, rgba(116, 3, 54, 0.22), transparent 60%), radial-gradient(900px 240px at 90% 20%, rgba(166, 0, 75, 0.18), transparent 55%), linear-gradient(135deg, rgba(116, 3, 54, 0.12), rgba(166, 0, 75, 0.08));
  border: 1px solid rgba(166, 0, 75, 0.12);
}

@media (max-width: 767px) {
  .mailmag-hero {
    padding: 20px 18px 18px;
    border-radius: 14px;
  }
}

.mailmag-hero .mailmag-hero-body {
  max-width: 720px;
}

.mailmag-hero .mailmag-eyebrow {
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #a6004b;
  font-size: 14px;
}

.mailmag-hero .mailmag-title {
  margin: 0;
  font-weight: 900;
  line-height: 1.05;
  font-size: 56px;
  letter-spacing: 0.02em;
}

.mailmag-hero .mailmag-title.mailmag-title-small {
  font-size: 40px;
}

@media (max-width: 1023px) {
  .mailmag-hero .mailmag-title.mailmag-title-small {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .mailmag-hero .mailmag-title {
    font-size: 36px;
  }
}

.mailmag-hero .mailmag-lead {
  margin: 10px 0 0;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .mailmag-hero .mailmag-lead {
    font-size: 14px;
  }
}

.mailmag-hero {
  position: relative;
  border-radius: 18px;
  padding: 28px 80px 24px 28px;
  overflow: hidden;
  background: radial-gradient(900px 240px at 15% 0%, rgba(166, 0, 75, 0.18), transparent 60%), radial-gradient(760px 240px at 85% 10%, rgba(116, 3, 54, 0.16), transparent 55%), linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92));
  border: 1px solid rgba(15, 15, 20, 0.08);
  box-shadow: 0 16px 40px rgba(15, 15, 20, 0.08);
}

@media (max-width: 1023px) {
  .mailmag-hero {
    border-radius: 14px;
    padding: 20px 40px 18px 18px;
  }
}

@media (max-width: 767px) {
  .mailmag-hero {
    border-radius: 14px;
    padding: 20px 80px 18px 18px;
  }
}

.mailmag-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(166, 0, 75, 0.18), rgba(116, 3, 54, 0.14), rgba(166, 0, 75, 0.1));
  opacity: 0.55;
  mask-image: linear-gradient(#000, transparent 70%);
  pointer-events: none;
}

.mailmag-hero::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -140px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(166, 0, 75, 0.22), transparent 55%), radial-gradient(circle at 70% 60%, rgba(116, 3, 54, 0.2), transparent 58%);
  filter: blur(2px);
  opacity: 0.7;
  pointer-events: none;
}

@media (max-width: 767px) {
  .mailmag-hero::after {
    width: 300px;
    height: 300px;
    top: -110px;
    right: -140px;
  }
}

.mailmag-hero .mailmag-hero-body {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.mailmag-hero .mailmag-eyebrow {
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #740336;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(116, 3, 54, 0.12);
}

@media (max-width: 767px) {
  .mailmag-hero .mailmag-eyebrow {
    font-size: 12px;
    padding: 5px 9px;
  }
}

.mailmag-hero .mailmag-title {
  margin: 0;
  line-height: 1.02;
  font-weight: 1000;
  font-size: 58px;
  letter-spacing: 0.01em;
  text-shadow: 0 10px 26px rgba(166, 0, 75, 0.12);
}

@media (max-width: 1023px) {
  .mailmag-hero .mailmag-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .mailmag-hero .mailmag-title {
    font-size: 28px;
  }
}

.mailmag-hero .mailmag-lead {
  margin: 12px 0 0;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

@media (max-width: 767px) {
  .mailmag-hero .mailmag-lead {
    font-size: 14px;
  }
}

.mailmag-hero .mailmag-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #a6004b;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 40px rgba(15, 15, 20, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  display: grid;
  place-items: center;
}

@media (max-width: 1023px) {
  .mailmag-hero .mailmag-badge {
    width: 84px;
    height: 84px;
    top: 12px;
    right: 12px;
  }
}

.mailmag-hero .mailmag-badge-text {
  color: #fff;
  text-align: center;
  font-weight: 1000;
  line-height: 1.08;
  font-size: 16px;
}

@media (max-width: 767px) {
  .mailmag-hero .mailmag-badge-text {
    font-size: 12px;
  }
}

.mailmag-card {
  margin-top: 18px;
  border: 1px solid #e9e9ee;
  border-radius: 16px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 20, 20, 0.06);
}

@media (max-width: 767px) {
  .mailmag-card {
    padding: 16px;
    border-radius: 14px;
  }
}

.mailmag-subtitle {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .mailmag-subtitle {
    font-size: 18px;
  }
}

.mailmag-notice {
  border: 1px solid rgba(166, 0, 75, 0.14);
  background: rgba(166, 0, 75, 0.04);
  border-radius: 14px;
  padding: 14px 14px 12px;
}

@media (max-width: 767px) {
  .mailmag-notice {
    border-radius: 12px;
  }
}

.mailmag-notice .mailmag-notice-list {
  margin: 0;
  padding-left: 18px;
  color: #2b2b2b;
  line-height: 1.7;
  font-size: 14px;
}

.mailmag-notice .mailmag-notice-list li+li {
  margin-top: 8px;
}

.mailmag-notice .mailmag-notice-list strong {
  font-weight: 900;
  color: #a6004b;
}

.mailmag-form {
  margin-top: 16px;
}

.mailmag-form .mailmag-label {
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #4b4b4b;
  margin-bottom: 8px;
}

.mailmag-form .mailmag-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.mailmag-form .mailmag-row form {
  width: 90%;
  display: flex;
  gap: 5px;
}

@media (max-width: 767px) {
  .mailmag-form .mailmag-row form {
    width: 100%;
  }
}

.mailmag-form .mailmag-input {
  width: 100%;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #e9e9ee;
  padding: 0 14px;
  font-size: 15px;
  outline: none;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.mailmag-form .mailmag-input:focus {
  border-color: rgba(166, 0, 75, 0.55);
  box-shadow: 0 0 0 4px rgba(166, 0, 75, 0.12);
}

.mailmag-form .mailmag-actions {
  display: inline-flex;
  gap: 10px;
}

@media (max-width: 767px) {
  .mailmag-form .mailmag-actions {
    width: 100%;
    gap: 10px;
  }
}

.mailmag-form .mailmag-btn {
  height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.mailmag-form .mailmag-btn:active {
  transform: translateY(1px);
}

@media (max-width: 767px) {
  .mailmag-form .mailmag-btn {
    flex: 1;
    padding: 0 12px;
  }
}

.mailmag-form .mailmag-btn.is-primary {
  color: #fff;
  background: linear-gradient(135deg, #a6004b, #740336);
  box-shadow: 0 10px 22px rgba(166, 0, 75, 0.18);
}

.mailmag-form .mailmag-btn.is-primary:hover {
  box-shadow: 0 12px 26px rgba(166, 0, 75, 0.22);
}

.mailmag-form .mailmag-btn.is-ghost {
  color: #a6004b;
  background: #fff;
  border-color: rgba(166, 0, 75, 0.22);
}

.mailmag-form .mailmag-btn.is-ghost:hover {
  background: rgba(166, 0, 75, 0.04);
}

.mailmag-form .mailmag-help {
  margin: 10px 0 0;
  font-size: 12px;
  color: #4b4b4b;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: inline;
  }
}

.ranking {
  --line: #e9e9ee;
  --ink: #111;
  --muted: #666;
  --card: #fff;
  /* 흘림체(럭셔리) */
  --rank-script: "Great Vibes", "Parisienne", "Allura", "cursive";
  /* 메탈 베이스 */
  --gold: linear-gradient(135deg, #6f5413 0%, #f5db8a 22%, #fff4c8 45%, #d2a23c 72%, #6f5413 100%);
  --silver: linear-gradient(135deg, #4e565f 0%, #dde3ea 22%, #ffffff 45%, #c5cdd6 72%, #505a64 100%);
  --bronze: linear-gradient(135deg, #5b311a 0%, #d6a07a 24%, #ffe4cf 45%, #b06a3d 72%, #5b311a 100%);
}

/* tabs */
.ranking-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 0 16px;
}

@media (max-width: 767px) {
  .ranking-tabs {
    gap: 8px;
  }
}

.ranking-tab {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: box-shadow 180ms ease, transform 120ms ease;
}

.ranking-tab:active {
  transform: translateY(1px);
}

.ranking-tab.is-active {
  background: #740336;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  font-size: 15px;
  letter-spacing: 0.02em;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .ranking-tab {
    flex: 1;
  }
}

.ranking-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.ranking-grid .rank-1 {
  grid-column: 1/-1;
}

.ranking-grid .rank-2 {
  grid-column: 1/span 6;
}

.ranking-grid .rank-3 {
  grid-column: 7/span 6;
}

.ranking-grid .rank-4 {
  grid-column: 1/span 4;
}

.ranking-grid .rank-5 {
  grid-column: 5/span 4;
}

.ranking-grid .rank-6 {
  grid-column: 9/span 4;
}

.ranking-grid .rank-7 {
  grid-column: 1/span 3;
}

.ranking-grid .rank-8 {
  grid-column: 4/span 3;
}

.ranking-grid .rank-9 {
  grid-column: 7/span 3;
}

.ranking-grid .rank-10 {
  grid-column: 10/span 3;
}

@media screen and (max-width: 1023px) {
  .ranking-grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .ranking-grid .rank-4,
  .ranking-grid .rank-5,
  .ranking-grid .rank-6,
  .ranking-grid .rank-7,
  .ranking-grid .rank-8,
  .ranking-grid .rank-9,
  .ranking-grid .rank-10 {
    grid-column: span 4;
  }
}

@media (max-width: 767px) {
  .ranking-grid {
    grid-template-columns: 1fr;
  }

  .ranking-grid .rank-1,
  .ranking-grid .rank-2,
  .ranking-grid .rank-3,
  .ranking-grid .rank-4,
  .ranking-grid .rank-5,
  .ranking-grid .rank-6,
  .ranking-grid .rank-7,
  .ranking-grid .rank-8,
  .ranking-grid .rank-9,
  .ranking-grid .rank-10 {
    grid-column: auto;
  }
}

.rank-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--card);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  transition: transform 160ms ease, box-shadow 200ms ease;
}

.rank-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.rank-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.rank-hero .rank-link {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: stretch;
}

@media (max-width: 767px) {
  .rank-hero .rank-link {
    grid-template-columns: 1fr;
  }
}

.rank-photo {
  margin: 0;
  width: 100%;
  padding: 15px;
  aspect-ratio: 2/3;
  overflow: hidden;
}

.rank-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rank-1 {
  background: var(--gold);
}

.rank-2 {
  background: var(--silver);
}

.rank-3 {
  background: var(--bronze);
}

.rank-metal::before,
.rank-metal::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rank-metal::before {
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.18) 58%, rgba(255, 255, 255, 0) 78%);
  opacity: 0.9;
  mix-blend-mode: overlay;
}

.rank-metal::after {
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0px, rgba(255, 255, 255, 0) 2px, rgba(0, 0, 0, 0.05) 4px);
  opacity: 0.35;
  mix-blend-mode: soft-light;
}

.rank-info {
  background: #fff;
  padding: 14px 14px 16px;
  margin: 14px 14px 16px;
}

.rank-head {
  display: flex;
  justify-content: start;
  flex-direction: column;
  gap: 0 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}

.rank-1 .rank-head {
  flex-direction: row;
}

.rank-2 {
  background: var(--silver);
}

.rank-3 {
  background: var(--bronze);
}

.rank-name {
  margin: 0;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.3;
}

.rank-name span {
  font-size: 18px;
}

.rank-1 .rank-name {
  font-size: 32px;
}

.rank-1 .rank-name span {
  margin-left: 5px;
  font-size: 25px;
}

.rank-1 .rank-size {
  margin-top: 10px;
}

.rank-2 .rank-name,
.rank-3 .rank-name {
  font-size: 24px;
}

.rank-2 .rank-size,
.rank-3 .rank-size {
  font-weight: 600;
  font-size: 16px;
}

.rank-2 .rank-mark,
.rank-3 .rank-mark {
  font-family: var(--rank-script);
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
}

@media (max-width: 767px) {

  .rank-2 .rank-mark,
  .rank-3 .rank-mark {
    font-size: 18px;
  }
}

.rank-size {
  font-weight: 600;
  font-size: 18x;
}

.rank-comment {
  margin: 0;
  color: rgba(17, 17, 17, 0.78);
  font-size: 16px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .rank-comment {
    -webkit-line-clamp: 4;
  }
}

.rank-mark {
  font-family: var(--rank-script);
  font-size: 45px;
  line-height: 1;
}

@media (max-width: 767px) {
  .rank-mark {
    font-size: 24px;
  }
}

.rank-media {
  position: relative;
  aspect-ratio: 3/4;
  background: #f5f6f8;
}

.rank-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rank-body {
  padding: 12px 12px 14px;
}

.rank-no {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.ranking-empty {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--muted);
  text-align: center;
}

.gravure-lists .lists-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

@media (max-width: 767px) {
  .gravure-lists .lists-contents {
    grid-template-columns: 1fr;
  }
}

.gravure-lists .lists-contents li {
  width: 100%;
}

.gravure-lists .lists-contents li:first-child {
  grid-column: 1/-1;
}

.gravure-lists .lists-contents li .image-wrapper {
  position: relative;
  aspect-ratio: 92/22;
}

.gravure-lists .lists-contents li .image-wrapper img {
  width: 100%;
}

.custom-modal-header {
  background: linear-gradient(145deg, #fff8dc 0%, #fceabb 10%, #f7d38a 25%, #e7c259 45%, #d4af37 60%, #b08d29 75%, #806520 90%, #806520 100%);
  color: #333;
  border-bottom: none;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-modal-header .modal-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.custom-modal-header .btn-close {
  filter: invert(1);
}

.gravure-modal-body {
  max-height: 75vh;
  overflow-y: auto;
  padding: 20px;
  display: grid;
  flex-direction: column;
  gap: 10px;
}

.gravure-modal-body .main-image {
  width: 100%;
}

.gravure-modal-body .main-image img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}

.gravure-modal-body video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.gravure-modal-body .thumb-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.gravure-modal-body .thumb-list img {
  width: 100%;
}

.profile-slideBanner {
  max-width: 100%;
  margin: 0 auto 30px;
  overflow: hidden;
}

.profile-slideBanner .swiper {
  width: 100%;
  padding-bottom: 20px;
}

.profile-slideBanner .swiper .swiper-wrapper {
  align-items: center;
}

.profile-slideBanner .swiper .swiper-slide {
  width: 500px;
  aspect-ratio: 2/3;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0.5;
  transform: scale(0.95);
}

.profile-slideBanner .swiper .swiper-slide.swiper-slide-active {
  transform: scale(1.05);
  opacity: 1;
  z-index: 1;
}

.profile-slideBanner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  display: block;
}

.profile-slideBanner .swiper .swiper-pagination {
  text-align: center;
  margin-top: 16px;
}

.profile-slideBanner .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 1;
}

.profile-slideBanner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.profile-nameWrap {
  text-align: center;
  font-weight: 700;
}

.profile-nameWrap h3 {
  font-size: 70px;
}

@media (max-width: 1023px) {
  .profile-nameWrap h3 {
    font-size: 35px;
  }
}

.profile-infoWrap {
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 20px 0;
  background: linear-gradient(145deg, #f6d6e2 0%, #e9a9c0 12%, #c45a86 28%, #9b1f55 45%, #740336 60%, #5a0228 75%, #3a0119 90%, #3a0119 100%);
}

@media (max-width: 767px) {
  .profile-infoWrap {
    padding: 10px 0;
  }
}

.profile-infoWrap h3 {
  font-size: 40px;
}

@media (max-width: 1023px) {
  .profile-infoWrap h3 {
    font-size: 26px;
  }
}

.profile-infoWrap .profile-size {
  font-size: 20px;
}

.profile-infoWrap .profile-size span {
  display: block;
  font-size: 24px;
}

@media (max-width: 1023px) {
  .profile-infoWrap .profile-size {
    font-size: 16px;
  }

  .profile-infoWrap .profile-size span {
    font-size: 18px;
  }
}

.profile-infoWrap .profile-icon {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.profile-infoWrap .profile-icon .badge-new {
  background: #e60039;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 10px;
}

.profile-infoWrap .profile-icon .badge-state {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(2px);
}

.profile-infoWrap .profile-icon .badge-state::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-radius: 2px;
  background: currentColor;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25) inset;
}

.profile-infoWrap .profile-icon .badge-state.is-gold {
  color: #bb9000;
  background: linear-gradient(135deg, rgba(187, 144, 0, 0.95), rgba(255, 235, 160, 0.85));
}

.profile-infoWrap .profile-icon .badge-state.is-platinum {
  color: #c500db;
  background: linear-gradient(135deg, rgba(197, 0, 219, 0.95), rgba(255, 210, 255, 0.85));
}

.profile-infoWrap .profile-icon .badge-state.is-diamond {
  color: #929292;
  background: linear-gradient(135deg, rgba(146, 146, 146, 0.95), rgba(245, 245, 245, 0.9));
}

.profile-infoWrap .profile-icon .badge-state.is-vip {
  color: #eb0043;
  background: linear-gradient(135deg, rgba(235, 0, 67, 0.95), rgba(255, 196, 214, 0.85));
}

.profile-mainimage {
  width: 100%;
}

.profile-mainimage img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: top;
  display: block;
}

.profile-image-scheduleWrap {
  display: grid;
  grid-template-columns: 45% 1fr;
  height: 100%;
}

@media (max-width: 1023px) {
  .profile-image-scheduleWrap {
    grid-template-columns: auto;
  }
}

.profile-image-scheduleWrap_left {
  width: 100%;
}

.profile-image-scheduleWrap_left img {
  width: 100%;
  height: auto;
  display: block;
}

.profile-image-scheduleWrap__right {
  background: #fff;
}

.profile-image-scheduleWrap__right .weekly-wrap {
  background: #000;
  padding: 15px 0;
}

.profile-image-scheduleWrap__right .weekly-wrap .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 15px;
  color: #fff;
}

.profile-image-scheduleWrap__right .weekly-wrap .weekly-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 5px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .profile-image-scheduleWrap__right .weekly-wrap .weekly-box {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}

.profile-image-scheduleWrap__right .weekly-wrap .weekly-box .weekly-item {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.profile-image-scheduleWrap__right .weekly-wrap .weekly-box .weekly-item.active {
  background: #f5c542;
}

.profile-image-scheduleWrap__right .weekly-wrap .weekly-box .weekly-item .date {
  font-size: 18px;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #333;
}

.profile-image-scheduleWrap__right .weekly-wrap .weekly-box .weekly-item .date span {
  font-size: 14px;
}

.profile-image-scheduleWrap__right .weekly-wrap .weekly-box .weekly-item .worktime {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  padding: 15px 0;
  min-height: 90px;
}

.profile-image-scheduleWrap__right .comment-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 15px;
  color: #000;
}

.profile-image-scheduleWrap__right .comment-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 20vw;
  font-size: 1em;
  overflow: hidden;
  padding-bottom: 1rem;
}

@media (max-width: 767px) {
  .profile-image-scheduleWrap__right .comment-wrap {
    height: 50vw;
  }
}

.profile-image-scheduleWrap__right .comment-wrap .comment-box {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 4em);
  height: 100%;
  padding-bottom: 1.5rem;
}

.profile-image-scheduleWrap__right .comment-wrap .comment-box .inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.profile-image-scheduleWrap__right .enquete-wrap {
  background: #f2f2f2;
}

.profile-image-scheduleWrap__right .enquete-wrap .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 15px 0;
  color: #000;
}

.profile-image-scheduleWrap__right .enquete-wrap .enquete-box {
  padding: 15px 30px;
}

.profile-image-scheduleWrap__right .enquete-wrap .enquete-box dl {
  display: flex;
  grid-template-columns: 30% 1fr;
  gap: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #333;
}

.profile-image-scheduleWrap__right .enquete-wrap .enquete-box dl dt {
  font-size: 16px;
  color: #801b1b;
}

.profile-image-scheduleWrap__right .enquete-wrap .enquete-box dl dd {
  font-size: 16px;
}

.profile-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0;
  /* 여백 없음 */
  width: 100%;
}

.profile-gallery img {
  width: 100%;
}

.contents-title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  padding: 0 0 15px 0;
  font-size: 26px;
}

@media (max-width: 1023px) {
  .contents-title {
    font-size: 22px;
  }
}

@media (max-width: 540px) {
  .contents-title {
    font-size: 18px;
  }
}

.contents-title__first::first-letter {
  color: #a6004b;
}

.contents-title span {
  font-size: 12px;
  font-weight: 500;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: #666;
}

.contents-title.center {
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.contents-title.yohaku {
  padding: 30px 0;
}

.lists {
  width: 100%;
}

.lists .lists-contents {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 5px;
}

.lists .lists-contents.lists-contents-blog {
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
}

@media (max-width: 767px) {
  .lists .lists-contents {
    grid-template-columns: auto auto;
  }
}

.lists .lists-contents li {
  width: 100%;
}

.lists .lists-contents li .image-wrapper {
  position: relative;
  aspect-ratio: 6/9;
}

.lists .lists-contents li .image-wrapper.blog-image-wrapper {
  aspect-ratio: 3/1;
}

.lists .lists-contents li .image-wrapper .badge-state {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(2px);
}

.lists .lists-contents li .image-wrapper .badge-state::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-radius: 2px;
  background: currentColor;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25) inset;
}

.lists .lists-contents li .image-wrapper .badge-state.is-gold {
  color: #bb9000;
  background: linear-gradient(135deg, rgba(187, 144, 0, 0.95), rgba(255, 235, 160, 0.85));
}

.lists .lists-contents li .image-wrapper .badge-state.is-platinum {
  color: #c500db;
  background: linear-gradient(135deg, rgba(197, 0, 219, 0.95), rgba(255, 210, 255, 0.85));
}

.lists .lists-contents li .image-wrapper .badge-state.is-diamond {
  color: #929292;
  background: linear-gradient(135deg, rgba(146, 146, 146, 0.95), rgba(245, 245, 245, 0.9));
}

.lists .lists-contents li .image-wrapper .badge-state.is-vip {
  color: #eb0043;
  background: linear-gradient(135deg, rgba(235, 0, 67, 0.95), rgba(255, 196, 214, 0.85));
}

.lists .lists-contents li .image-wrapper .badge-new {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #e60039;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 6px;
  z-index: 2;
}

.lists .lists-contents li .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.lists .lists-contents li .image-wrapper .profile-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px 10px;
  color: #fff;
  text-align: center;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 100%);
}

.lists .lists-contents li .image-wrapper .profile-overlay .worktime {
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 1023px) {
  .lists .lists-contents li .image-wrapper .profile-overlay .worktime {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .lists .lists-contents li .image-wrapper .profile-overlay .worktime {
    font-size: 14px;
  }
}

.lists .lists-contents li .image-wrapper .profile-overlay .worktime:before {
  content: "出勤時間：";
}

@media (min-width: 375px) and (max-width: 400px) {
  .lists .lists-contents li .image-wrapper .profile-overlay .worktime:before {
    font-size: 11px;
  }
}

.lists .lists-contents li .image-wrapper .profile-overlay .name {
  font-size: 26px;
}

@media (max-width: 1023px) {
  .lists .lists-contents li .image-wrapper .profile-overlay .name {
    font-size: 22px;
  }
}

@media (max-width: 540px) {
  .lists .lists-contents li .image-wrapper .profile-overlay .name {
    font-size: 16px;
  }
}

.lists .lists-contents li .image-wrapper .profile-overlay .name {
  font-weight: 500;
}

.lists .lists-contents li .image-wrapper .profile-overlay .size {
  font-size: 16px;
}

@media (max-width: 1023px) {
  .lists .lists-contents li .image-wrapper .profile-overlay .size {
    font-size: 14px;
  }
}

@media (max-width: 540px) {
  .lists .lists-contents li .image-wrapper .profile-overlay .size {
    font-size: 12px;
  }
}

.lists .lists-contents li .image-wrapper .profile-overlay .size {
  font-weight: 500;
}

.lists .lists-contents li .image-wrapper .profile-blog-overlay {
  position: static;
  background: linear-gradient(145deg, #fff8dc 0%, #fceabb 10%, #f7d38a 25%, #e7c259 45%, #d4af37 60%, #b08d29 75%, #806520 90%, #806520 100%);
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.lists .lists-contents li .image-wrapper .profile-blog-overlay .name {
  font-size: 22px;
}

@media (max-width: 1023px) {
  .lists .lists-contents li .image-wrapper .profile-blog-overlay .name {
    font-size: 20px;
  }
}

@media (max-width: 540px) {
  .lists .lists-contents li .image-wrapper .profile-blog-overlay .name {
    font-size: 16px;
  }
}

.lists .lists-contents li .image-wrapper .profile-blog-overlay .name {
  font-weight: 500;
}

.lists .lists-contents li .image-wrapper .profile-blog-overlay .size {
  font-size: 16px;
}

@media (max-width: 1023px) {
  .lists .lists-contents li .image-wrapper .profile-blog-overlay .size {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .lists .lists-contents li .image-wrapper .profile-blog-overlay .size {
    font-size: 14px;
  }
}

.lists .lists-contents li .image-wrapper .profile-blog-overlay .size {
  font-weight: 500;
}

.option-search {
  padding: 30px 20px;
  font-family: sans-serif;
  text-align: center;
}

.option-search select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center/18px auto;
  border: 1px solid #ccc;
  padding: 8px 40px 8px 10px;
  font-size: 14px;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  color: #333;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.option-search select:hover {
  border-color: #888;
}

.option-search select:focus {
  outline: none;
  border-color: #555;
  box-shadow: 0 0 0 2px rgba(85, 85, 85, 0.2);
}

.option-search__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(45deg, #d4af37, #b8860b);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 36px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .option-search__toggle {
    flex-direction: column;
  }
}

.option-search__toggle:hover {
  background: linear-gradient(45deg, #b8860b, #d4af37);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.option-search__toggle span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.option-search__toggle::after {
  position: absolute;
  right: 10px;
  content: "▶";
  font-size: 16px;
  transition: transform 0.3s;
}

.option-search__toggle:hover::after {
  transform: translateX(4px);
}

.option-search__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 998;
}

.option-search__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  background: #fff;
  border-radius: 8px;
  padding: 30px 20px;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 999;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.option-search__form {
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 10px;
}

.option-search__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
  text-align: left;
  margin-bottom: 20px;
}

.option-search__list label {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .option-search__list {
    grid-template-columns: auto;
  }
}

.option-search__divider {
  margin: 5px 0;
  border: none;
  border-top: 1px dashed #ccc;
}

.option-search__group {
  text-align: left;
  margin: 20px 0;
}

.option-search__group label {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}

.option-search__checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.option-search__checkboxes label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.option-search__checkboxes label input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.option-search__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.option-search__buttons .btn-search,
.option-search__buttons .btn-reset {
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.option-search__buttons .btn-search {
  background: #333;
  color: #fff;
}

.option-search__buttons .btn-search:hover {
  background: #555;
}

.option-search__buttons .btn-reset {
  background: #eee;
  color: #333;
}

.option-search__buttons .btn-reset:hover {
  background: #ddd;
}

.option-search.is-active .option-search__overlay {
  opacity: 1;
  visibility: visible;
}

.option-search.is-active .option-search__modal {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}