@charset "UTF-8";
/* =====================================================================
   ESŐ Renewal 2026 — Release / News / About / TOP(3D)
   モバイル基準のデザイン（〜960px は幅いっぱい）。PC（961px〜）は左=3D・右=ページの2分割
   ===================================================================== */
@font-face {
  font-family: "ESO Times Condensed";
  src: local("TimesNewRomanMTStd-Cond"), local("Times New Roman MT Std Condensed");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body.renewal {
  background: #fff;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  min-height: 100%;
}
body.renewal #overlay {
  display: none !important;
}
body.renewal .site {
  max-width: none;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.renewal main {
  flex: 1 0 auto;
  padding: 0;
  margin: 0;
}
body.renewal main .inr {
  padding: 0 3px 3px;
}
body.renewal a {
  color: inherit;
}
body.renewal img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.renewal .hd {
  background: #000;
  color: #fff;
  margin: 3px 3px 0;
}
body.renewal .hd .hd-inr {
  padding: 5px 4px 3px;
}
body.renewal .hd .hd-logo {
  display: inline-block;
}
body.renewal .hd .hd-logo img {
  height: 13px;
  width: auto;
}
body.renewal .hd .hd-nav {
  margin-top: 30px;
}
body.renewal .hd .hd-nav ul {
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.renewal .hd .hd-nav li {
  flex: 1 1 0;
}
body.renewal .hd .hd-nav a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  padding: 0 4px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
}
body.renewal .hd .hd-nav a.current {
  background: #d9d9d9;
  color: #000;
  border-color: #d9d9d9;
}
body.renewal .hd .hd-nav a:hover {
  background: #fff;
  color: #000;
}
@media screen and (min-width: 601px) {
  body.renewal .hd .hd-inr {
    padding: 8px 8px 6px;
  }
  body.renewal .hd .hd-logo img {
    height: 16px;
  }
  body.renewal .hd .hd-nav {
    margin-top: 36px;
  }
  body.renewal .hd .hd-nav a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    height: 26px;
    line-height: 26px;
  }
}
body.renewal header.hd {
  position: static;
  width: auto;
  height: auto;
  z-index: auto;
  padding: 0;
}
body.renewal header.hd nav.hd-nav {
  padding: 0;
}
body.renewal header.hd nav.hd-nav ul {
  padding: 0;
  justify-content: stretch;
  width: auto;
}
body.renewal header.hd nav.hd-nav ul li:not(:first-of-type) {
  margin-left: 0;
}
body.renewal header.hd nav.hd-nav ul li a {
  padding-left: 4px;
}
body.renewal header.hd nav.hd-nav ul li a::before {
  display: none;
  content: none;
}
body.renewal main {
  margin-top: 0;
}
body.renewal footer {
  position: static;
}
body.renewal .pane-3d {
  display: none;
}
body.renewal .stage {
  position: relative;
  background: #fff;
  touch-action: none;
  overflow: hidden;
}
body.renewal .stage canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
body.renewal.top .pane-3d {
  display: block;
  order: 1;
  margin: 0 3px 3px;
}
body.renewal.top .pane-page {
  order: 0;
}
body.renewal.top .stage {
  aspect-ratio: auto;
  height: calc(100vh - var(--eso-hd-h, 80px) - 3px);
  height: calc(100svh - var(--eso-hd-h, 80px) - 3px);
  min-height: 360px;
}
body.renewal.top .page-top {
  display: none;
}
body.renewal .pane-page.is-loading {
  opacity: 0.5;
  transition: opacity 0.15s;
}
@media screen and (min-width: 961px) {
  body.renewal .site {
    max-width: none;
    margin: 0;
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.renewal .pane-3d {
    display: block;
    order: 0;
    position: sticky;
    top: 0;
    height: 100vh;
    margin: 0;
    padding: 3px;
    border-right: 1px solid #000;
    background: #fff;
    display: flex;
    flex-direction: column;
  }
  body.renewal .pane-3d .stage {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
  }
  body.renewal .pane-page {
    order: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    max-width: none;
    width: 100%;
  }
  body.renewal .pane-page main {
    flex: 1 0 auto;
  }
  body.renewal.top .pane-3d {
    display: flex;
    order: 0;
    margin: 0;
  }
  body.renewal.top .pane-3d .stage {
    aspect-ratio: auto;
    height: auto;
  }
  body.renewal.top .pane-page {
    order: 1;
  }
  body.renewal.top .page-top {
    display: block;
  }
  body.renewal .hd-nav a.current-pc {
    background: #d9d9d9;
    color: #000;
    border-color: #d9d9d9;
  }
}
@media screen and (min-width: 1367px) {
  body.renewal .site {
    grid-template-columns: 55fr 45fr;
  }
}
body.renewal .load-more {
  display: block;
  width: 100%;
  margin: 6px 0 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #d9d9d9;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
  height: 22px;
  text-align: center;
}
body.renewal .load-more[hidden] {
  display: none;
}
body.renewal .load-more:hover {
  background: #000;
  color: #fff;
}
body.renewal .is-hidden, body.renewal .is-filtered {
  display: none !important;
}
body.renewal .noimg {
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
}
body.renewal .page-news .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 6px;
}
body.renewal .page-news .news-item {
  display: flex;
  border: 1px solid #000;
  min-height: 128px;
  background: #fff;
}
body.renewal .page-news .news-thumb {
  flex: 0 0 104px;
  display: block;
  overflow: hidden;
  border-right: 1px solid #000;
}
body.renewal .page-news .news-thumb img, body.renewal .page-news .news-thumb .noimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1.25;
}
body.renewal .page-news .news-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 4px 5px 3px;
  min-width: 0;
}
body.renewal .page-news .news-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  margin: 0;
}
body.renewal .page-news .news-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  margin: 0;
  font-weight: 400;
}
body.renewal .page-news .news-title a {
  text-decoration: none;
}
body.renewal .page-news .news-foot {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
}
body.renewal .page-news .news-filter {
  background: #000;
  color: #fff;
}
body.renewal .page-news .news-filter ul {
  list-style: none;
  margin: 0;
  padding: 0 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}
body.renewal .page-news .news-filter button {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6363636364;
  height: 18px;
}
body.renewal .page-news .news-filter button.is-active, body.renewal .page-news .news-filter button:hover {
  text-decoration: underline;
}
body.renewal .page-news .news-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3636363636;
}
body.renewal .page-news .news-tags button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: left;
}
body.renewal .page-news .news-tags button:hover {
  text-decoration: underline;
}
body.renewal .page-news .news-more {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3636363636;
  text-decoration: underline;
  white-space: nowrap;
}
@media screen and (min-width: 601px) {
  body.renewal .page-news .news-item {
    min-height: 160px;
  }
  body.renewal .page-news .news-thumb {
    flex-basis: 140px;
  }
  body.renewal .page-news .news-date, body.renewal .page-news .news-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  body.renewal .page-news .news-tags, body.renewal .page-news .news-more {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  body.renewal .page-news .news-filter button {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    height: 24px;
  }
}
body.renewal .page-release .rl-filter {
  background: #000;
  color: #fff;
  margin: 0 0 3px;
}
body.renewal .page-release .rl-filter ul {
  list-style: none;
  margin: 0;
  padding: 0 2px;
  display: flex;
  gap: 12px;
}
body.renewal .page-release .rl-filter button {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6363636364;
  height: 18px;
}
body.renewal .page-release .rl-filter button.is-active {
  text-decoration: underline;
}
body.renewal .page-release .rl-filter button:hover {
  text-decoration: underline;
}
body.renewal .page-release .rl-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
}
body.renewal .page-release .rl-card {
  display: block;
  text-decoration: none;
  border: 1px solid #000;
  background: #fff;
  height: 100%;
  color: inherit;
}
body.renewal .page-release .rl-card.is-static {
  cursor: default;
}
body.renewal .page-release .rl-img {
  display: block;
  aspect-ratio: 1/1.2;
  overflow: hidden;
  background: #fff;
}
body.renewal .page-release .rl-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.renewal .page-release .rl-cap {
  display: block;
  background: #000;
  color: #fff;
  padding: 3px 4px 4px;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.3333333333;
  min-height: 40px;
}
body.renewal .page-release .rl-cap span {
  display: block;
}
body.renewal .page-release .rl-cap .rl-price {
  margin-top: 2px;
}
@media screen and (min-width: 601px) {
  body.renewal .page-release .rl-filter button {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    height: 24px;
  }
  body.renewal .page-release .rl-cap {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3636363636;
    padding: 5px 6px 6px;
  }
}
body.renewal .page-release .rl-single {
  padding: 12px 0;
  max-width: 480px;
  margin: 0 auto;
}
body.renewal .page-release .rl-single .rl-single-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 12px 0 4px;
  font-weight: 400;
}
body.renewal .page-release .rl-single .rl-single-price {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  margin: 0 0 12px;
}
body.renewal .page-release .rl-single .btn-line {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
body.renewal .page-about {
  background: #000;
  color: #fff;
}
body.renewal .page-about .inr {
  padding: 0 3px 3px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
body.renewal .page-about .floor {
  --k: 1;
  position: relative;
  background: #000;
  color: #fff;
  border: 0.5px solid #fff;
  box-shadow: inset 0 0 0 0.5px #fff;
  margin-top: 3px;
  padding: calc(5px * var(--k)) calc(4.5px * var(--k)) calc(4.5px * var(--k));
  min-height: calc(119px * var(--k));
  display: flex;
  flex-direction: column;
  font-family: "ESO Times Condensed", "Times New Roman", Times, "Hiragino Mincho ProN", serif;
  font-weight: 400;
}
body.renewal .page-about .floor-label, body.renewal .page-about .floor-lines li, body.renewal .page-about .floor-lines .k, body.renewal .page-about .floor-lines a {
  font-size: calc(10px * var(--k));
  line-height: calc(9px * var(--k));
  letter-spacing: 0;
  font-weight: 400;
}
body.renewal .page-about .floor-label {
  margin: calc(2px * var(--k)) 0 0;
}
body.renewal .page-about .floor-logo {
  position: absolute;
  top: 50%;
  right: calc(var(--lr) * var(--k));
  width: calc(var(--lw) * var(--k));
  transform: translateY(calc(-50% + var(--ly, 0px) * var(--k)));
  color: #fff;
  line-height: 0;
}
body.renewal .page-about .floor-logo svg {
  display: block;
  width: 100%;
  height: auto;
  fill: currentColor;
}
body.renewal .page-about .floor-logo.logo-eso {
  --lw: 100px;
  --lr: 30px;
}
body.renewal .page-about .floor-logo.logo-uv {
  --lw: 100px;
  --lr: 30px;
}
body.renewal .page-about .floor-logo.logo-dende {
  --lw: 55px;
  --lr: 54.5px;
}
body.renewal .page-about .floor-logo.logo-rohr {
  --lw: 75px;
  --lr: 45px;
}
body.renewal .page-about .floor-logo.logo-ceg {
  --lw: 52px;
  --lr: 56.5px;
}
@media (hover: hover) {
  body.renewal .page-about .floor-logo {
    cursor: pointer;
  }
}
body.renewal .page-about .floor-lines {
  list-style: none;
  margin: auto 0 0;
  padding: 0;
}
body.renewal .page-about .floor-lines li {
  display: flex;
  align-items: baseline;
  gap: calc(5px * var(--k));
  white-space: nowrap;
}
body.renewal .page-about .floor-lines li + li {
  margin-top: calc(5px * var(--k));
}
body.renewal .page-about .floor-lines .k {
  flex: none;
}
body.renewal .page-about .floor-lines a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 1px;
}
@media screen and (min-width: 601px) {
  body.renewal .page-about .floor {
    --k: 1.26;
  }
}
body.renewal.page-about-body .pane-page {
  background: #000;
}
body.renewal.page-about-body .pane-page main {
  background: #000;
}
@media screen and (min-width: 961px) {
  body.renewal.top .pane-page, body.renewal.top .pane-page main {
    background: #000;
  }
}
body.renewal.lower main.content, body.renewal #schedule-single, body.renewal #schedule-archive, body.renewal #feature-single, body.renewal #feature-archive {
  background: #fff;
  color: #000;
}
