:root {
  --ink: #f4efe1;
  --gold: #b8a04c;
  --gold-2: #e6d56b;
  --teal: #356F71;
  --teal-deep: #1e3432;
  --orange: #ff522c;
  --page-pad: clamp(20px, 4vw, 25px);
  --content-max: 1440px;
  --header-h: 64px;
  --event-gap: clamp(14px, 1.5vw, 24px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.contents-inner {
  width: 80%;
  max-width: 1440px;
  margin: 0 auto;
}

.site-shell {
  overflow: clip;
}

.site-header {
  position: fixed;
  z-index: 250;
  inset: 0 0 auto;
  height: var(--header-h);
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto auto;
  align-items: center;
  gap: 28px;
  padding: 0 var(--page-pad);
  background: #356F71;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.site-header__brand {
  color: #B09946;
  font-size: min(2vw, 32px);
	
  font-weight: 900;
  letter-spacing: 0.02em;
   font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
	line-height: 1em;
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 34px);
  color: #B09946;
font-size: clamp(15px, 1vw, 40px);
  white-space: nowrap;
   font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.site-header__nav a,
.site-header__brand,
.site-header__cta {
  transition: opacity 160ms ease;
}
.site-header__cta img
{width: 300px;}

.site-header__nav a:hover,
.site-header__brand:hover,
.site-header__cta:hover {
  opacity: 0.68;
}

.site-header__cta {
  align-self: stretch;
  display: grid;
  place-items: center;
  min-width: 132px;
  margin-right: calc(var(--page-pad) * -2.2);
  padding: 0 28px;
  background: var(--orange);
  color: #fff7dc;
  font-weight: 900;
}

.hero {
  position: relative;
  z-index: 20;
  isolation: isolate;
  height: 40vw;
  overflow: visible;

  background-image: url(../assets/images/hero/hero_back.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 84% 37%, rgba(242, 108, 72, 0.38) 0 7%, transparent 20%),
    radial-gradient(circle at 80% 48%, rgba(139, 183, 211, 0.50) 0 11%, transparent 28%),
    radial-gradient(circle at 65% 56%, rgba(229, 237, 206, 0.90) 0 10%, transparent 33%),
    linear-gradient(135deg, rgba(255,255,255,0.50), transparent 38%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 18%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(10, 26, 24, 0.28));
  pointer-events: none;
}

.hero__characters {
  position: absolute;
  inset: var(--header-h) auto 0 0;
  width: min(66vw, 1040px);
  z-index: 2;
}

.hero__character {
  position: absolute;
  left: 0;
  height: 105%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,0.18));
}

.hero__character--01 { left: 0; top:11vw; transform: scale(1.2); z-index: 60;}
.hero__character--02 { left: 13vw; top:15vw;　bottom: -5%; transform: scale(0.73);z-index: 58; }
.hero__character--03 { left: 12vw; top:7vw;bottom: -7%; transform: scale(0.68); z-index: 57;}
.hero__character--04 { left: 28vw; top:0vw;　bottom: -4%; transform: scale(0.6); z-index: 49;}
.hero__character--05 { left: 12vw; top:-8vw;　bottom: -4%; transform: scale(0.7); z-index: 50;}



.hero__copy {
  position: absolute;
  right:10vw;
  top:10vw;
  width: 30vw;
  z-index: 6;
}

.hero__eyebrow {
  margin: 0 0 12px;
  font-size: clamp(11px, 1vw, 16px);
  font-weight: 900;
  letter-spacing: 0.03em;
}

.hero__catch {
  margin: 0;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(38px, 4.15vw, 76px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-shadow: 0 2px 0 rgba(255,255,255,0.45);
}

.hero__logo {
  position: absolute;
  right: 5vw;
  top: 23.7vw;
  width: 40vw;
  z-index: 6;
}

.hero__logo a {
  position: relative;
  display: block;
  width: 100%;
}

.hero__logo-part,
.hero__logo-complete {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.hero__social {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 7;
  padding: 8px 14px;
  background: rgba(8, 13, 12, 0.58);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.events {
  position: relative;
  background: #000;
  padding: 0px 0 50px;
}

.events__heading {
  margin-top: 20px;
    margin-bottom: 2px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.section-kicker {
  margin: 0 0 2px;
  color: rgba(231, 216, 116, 0.72);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.events h2 {
  margin: 0;
  color: var(--gold-2);
  font-family: Georgia, serif;
  font-size: clamp(26px, 2.8vw, 46px);
  letter-spacing: -0.04em;
}

.events__controls {
  display: flex;
  gap: 8px;
}
.events__button {
  position: relative;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(236, 219, 112, 1);
  background: transparent;
  cursor: pointer;
}

/* 2本のシェブロン */
.events__button::before,
.events__button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 4px solid #e6d56b;
  border-right: 4px solid #e6d56b;
}

/* NEXT */
.events__button--next::before {
  left: 8px;
  transform: translateY(-50%) rotate(45deg);
}

.events__button--next::after {
  left: 18px;
  transform: translateY(-50%) rotate(45deg);
}

/* PREV */
.events__button--prev::before {
  right: 8px;
  transform: translateY(-50%) rotate(-135deg);
}

.events__button--prev::after {
  right: 18px;
  transform: translateY(-50%) rotate(-135deg);
}

.events__viewport {
  position: relative;
  width: 100vw;
   z-index:100;
  touch-action: pan-y;
}

.events__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 520px);
  gap: 10px;
  width: max-content;
  padding: 0;　

  transform: translate3d(0, 0, 0);
  transition: transform 360ms cubic-bezier(.22,.78,.22,1);
  will-change: transform;
}


.event-card img {
  display: block;
  width: 100%;
  height: auto;
}
.event-card__body {
  padding: 16px 18px 20px;
}

.event-card__meta {
  margin: 0 0 8px;
  background-color: #fff;
  width: 20%;
  padding:2px 5px;
  color: #356F71;
  font-size: 15px;
  font-weight: 600;
   font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.event-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.event-card p:last-child {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}

.section-placeholder {
  height: 1px;
}

.site-footer {
  min-height: 50px;
  display: grid;
  align-items: end;
  padding: 20px;
  background: #050505;
  border-top: 1px solid rgba(231, 215, 111, 0.18);
}

.site-footer__inner {
  width: 100%;
}

.site-footer__logo {
  margin: 0 0 10px;
  color: var(--gold-2);
  font-weight: 900;
  font-size: clamp(18px, 2vw, 30px);
}

.site-footer__note {
  margin: 0;
  color: rgba(255,255,255,0.42);
  font-size: 12px;
	text-align: center;
}

@media (max-width: 960px) {
  
  .events__heading {
  margin-top: 20px;
    margin-bottom: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-header__nav {
    display: none;
  }

  .hero {
    height: clamp(560px, 74vw, 700px);
  }

  .hero__characters {
    width: 78vw;
  }

  .hero__copy {
    width: 44vw;
    right: 24px;
  }

  .hero__logo {
    right: 24px;
    width: min(46vw, 430px);
  }
}

@media (max-width: 1050px) {
	  .hero {
    background-image: none;
  }
  :root {
    --header-h: 56px;
    --page-pad: 18px;
  }

  .site-header {
    position: relative;
    gap: 12px;
    border-bottom:4px solid #000;
  }

  .site-header__brand {
    font-size: 10px;
  }

  .site-header__cta {
    min-width: 94px;
    padding: 0 16px;
    font-size: 12px;
  }

  .hero {
    height: auto;
    min-height: 0;
  }

  .hero__characters {
    display: none;
  }
	
  .hero__copy {
 position: absolute;
  top: 78vw;
  left: 50%;
  width: min(65vw, 930px);
  transform: translateX(-50%);
  z-index: 150;
  filter: drop-shadow(0 0 4px rgba(0,0,0,1));
  }


	
  .hero__catch {
    font-size: clamp(38px, 11vw, 62px);
  }

  .hero__logo {
    top:105vw;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    width: min(86vw, 800px);
     z-index: 150;
  }

  .hero__social {
    font-size: 9px;
  }

  .events {
     padding: 30px 0 5px;
  }

  .events__track {
    grid-auto-columns: min(78vw, 330px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .events__track,
  .site-header__nav a,
  .site-header__brand,
  .site-header__cta,
  .events__button {
    transition: none;
  }
}

#events-title {
  position: relative;
   font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
   color: #B09946;
  z-index: 150;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .8));
  
}

.events-title {
  position: relative;
   font-family: "Black Ops One", system-ui;
	font-size: 50px;
  font-weight: 400;
  font-style: normal;
   color: #B09946;
  z-index: 150;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .8));
  
}

.hero_pf {
  position: absolute;
  top:63px;
  width: 500px;
  z-index: 100;
}


.sns-links {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  z-index: 200;
  padding:30px 30px;
  background: linear-gradient(
  to right,
  rgba(0,0,0,0) 0%,
  rgba(0,0,0,0.4) 15%,
  rgba(0,0,0,0.4) 85%,
  rgba(0,0,0,0) 100%
);
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .8));
}
.sns-links a:first-child {
  margin-top: 5px;
}
.sns-links a {
  display: block;
}

.sns-links img {
  width: 100%;
  height: auto;
}

@media (max-width: 1050px) {
  .event-card__meta {
  margin: 0 0 8px;
  background-color: #fff;
  width: 40%;
  padding:2px 5px;
  color: #356F71;
  font-size: 15px;
  font-weight: 600;
   font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
}
#events-title {
  position: relative;
   font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-size: 8vw;
  font-style: normal;
   color: #B09946;
  z-index: 150;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .8));
  
}
  .sns-links {
    top:10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 20px;
    padding: 5% 10% 20px;
   background: none;
);
  }


  .sns-links a:first-child {
    grid-column: 1 / 4;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0 0px;
  }

  .sns-links a:first-child img {
    width: 460px;
    max-width: 100%;
    height: auto;
  }

  /* SNS 3つ */
  .sns-links a:not(:first-child) {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sns-links a:not(:first-child) img {
    width:100px;
    height: 50px;
    object-fit: contain;
  }
    .sns-links a:nth-child(2) {
    justify-self: end;
    margin-right: 0px;
  }

  .sns-links a:nth-child(3) {
    justify-self: center;
  }

  .sns-links a:nth-child(4) {
    justify-self: start;
    margin-left: 0px;
  }
}

.hero__character-sp {
  display: none;
}

@media (max-width: 1050px) {
  .hero__characters {
    display: none;
  }

  .hero__character-sp {
    top:0px;
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .hero__character-sp img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.hero__logo_sp {
  width:115px;
	margin: 6px auto;
}

.hero__wishlist_sp {
  position: fixed;
  bottom:0;
  z-index: 1000;
  padding:10px 40px;
  background: linear-gradient(
  to bottom,
  #ff8a1c 0%,
  #ff681f 45%,
  #ff2c2c 100%
);
}
.hero__wishlist_sp img {
  width: 80%;
  margin: 0 auto;
}



.menu-button {
  display: none;
  position: fixed;
  top: 3px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 300;
  right:20px;
}

.menu-button span {
  position: absolute;
  left: 8px;
  width: 28px;
  height: 3px;
  background: #fff;
  transition:
    top 0.25s ease,
    transform 0.25s ease,
    opacity 0.2s ease;
}

.menu-button span:nth-child(1) {
  top: 12px;
}

.menu-button span:nth-child(2) {
  top: 20px;
}

.menu-button span:nth-child(3) {
  top: 28px;
}

.menu-button.is-open span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}

.menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-button.is-open span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
}


.sp-menu {
  display: none;
}


@media (max-width: 1050px) {
  .contents-inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

  .menu-button {
    display: block;
  }

  .sp-menu {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    z-index: 250;

    display: flex;
    flex-direction: column;

    background: rgba(0, 0, 0, 0.95);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);

    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0.25s;
  }

  .sp-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .sp-menu a {
    display: block;
    padding: 18px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.12);

    color: #B09946;
    font-family: "Black Ops One", system-ui;
    font-size: 25px;
  }

}
.hero_wishlistserif {
  position: fixed;
  width: 250px;
  top:53px;
  right:20px;
  z-index: 260;
   filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .8));
}



#features {
    position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
	z-index: 200;
}


.floating-banner {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 240px;
  z-index: 500;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s;
}

.floating-banner.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.floating-banner__link {
  display: block;
}

.floating-banner__image {
  display: block;
  width: 100%;
  height: auto;
}

.floating-banner__close {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 40px;
  height: 40px;
  padding: 0;

  border: 3px solid #fff;
  border-radius: 50%;
  background: #000;
  color: #fff;

  font-size: 28px;
  line-height: 34px;
  cursor: pointer;

  z-index: 2;
}

@media (max-width: 1050px) {
  .floating-banner {
    right: 15px;
    bottom: 15px;
    width: 180px;
  }

  .floating-banner__close {
    top: -12px;
    left: -12px;
    width: 34px;
    height: 34px;
    font-size: 24px;
    line-height: 28px;
  }
}

.floating-banner__close {
  position: absolute;
  top: auto;
  left: auto;
  right: -10px;
  bottom: -03px;

  width: 40px;
  height: 40px;
  padding: 0;

  border: 3px solid #fff;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  z-index: 10;
}
.floating-banner__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background: #fff;
  transition: transform 0.2s ease;
}

/* 通常時：× */
.floating-banner__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.floating-banner__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}


/* バナー本体 */
.floating-banner__link {
  display: block;
  opacity: 1;
  transform: scale(1);
  transform-origin: bottom right;

  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}


/* 閉じた状態 */
.floating-banner.is-closed .floating-banner__link {
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
}


/* 閉じた時：＋ */
.floating-banner.is-closed .floating-banner__close span:first-child {
  transform: translate(-50%, -50%) rotate(0deg);
}

.floating-banner.is-closed .floating-banner__close span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.floating-banner__image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.floating-banner__image.is-fade {
  opacity: 0;
}


.loading {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #356F71;
  z-index: 610;

  opacity: 1;
  visibility: visible;

transition:
  opacity 0.5s ease,
  visibility 0.5s ease;
}

.loading.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}


.product {
  position: relative;
  background: #000;
	padding-top:10px;
	padding-bottom: 50px;
  color: #fff;
    z-index: 100;
}

.product__visual {
  width: 100%;
  margin-bottom: 40px;
}

.product__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.product__info {
  text-align: center;
}

.product__logo {
	position: absolute;
width: 30vw;
left:35%;
	bottom:0;
  z-index: 2;
}

.product__logo img {
  display: block;
  width: 80%;
	margin: 0 auto;
  height: auto;
}

.product__detail h3 {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 800;
	text-align: center;
}

.product__detail p {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
	text-align: center;
}

.product__wishlist {
  margin-top: 70px;
  text-align: center;
}

.product__wishlist-logo {
  width: 100%;
  margin: 0 auto;
}

.product__wishlist-date {
  margin-top: 0px;
  font-family: 'Black Ops One', system-ui;
  font-size: clamp(30px, 3vw, 52px);
  line-height: 1;
  text-align: center;
}

.product__language {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 14px;
  width: 100%;
  margin: 40px auto 0;
}

.product__language button {
  height: 42px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(
    to bottom,
    #817c45 0%,
    #504d2a 100%
  );
  color: #292814;
  font-family: 'Black Ops One', system-ui;
  font-size: 18px;
  cursor: pointer;
}

.product__language button.is-active {
  background: linear-gradient(
    to bottom,
    #fff37e 0%,
    #d7c94d 100%
  );
  color: #111;
}
.product__language button.is-current {
  background: linear-gradient(
    to bottom,
    #ff522c 0%,
    #ff522c 100%
  );
  color: #111;

  pointer-events: none;
  cursor: default;
}

.product__stores {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  width: 100%;
  margin: 50px auto 0;
}

.product__store {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 14px 110px 14px 35px;
  border: 3px solid #f4e85d;
  border-radius: 999px;
  background: #000;
  overflow: hidden;
}
.product__store {
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    filter 0.2s ease;
}

.product__store:not(.glayout):hover {

  filter: brightness(1.15);
}

.product__store-arrow {
  transition: transform 0.2s ease;
}

.product__store:not(.glayout):hover .product__store-arrow {
  transform: translateY(-50%) translateX(10px);
}
@keyframes storeArrow {
  from {
    transform: translateY(-50%) translateX(0);
  }

  to {
    transform: translateY(-50%) translateX(8px);
  }
}
.product__store img {
  display: block;
  max-width: 100%;
  max-height: 46px;
  object-fit: contain;
}

.product__store-arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 70px;
  height: 44px;
  transform: translateY(-50%);
}

.product__store-arrow::before,
.product__store-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 26px;
  height: 26px;
  border-top: 8px solid #ff4b1c;
  border-right: 8px solid #ff4b1c;
  transform: translateY(-50%) rotate(45deg);
}

.product__store-arrow::before {
  left: 0;
}

.product__store-arrow::after {
  left: 26px;
}

.product__notes {
  margin: 30px auto 0;
}

.product__notes p {
  font-size: 10px;
  line-height: 1.6;
  color: #aaa;
}
.product__store:not(.glayout):hover {
  /* ホバー処理 */
}.product__store:not(.glayout):hover .product__store-arrow {
  transform: translateY(-50%) translateX(10px);
}

@media (max-width: 1050px) {

  .product {
    padding: 20px 0;
  }

  .product__logo {
		position: absolute;
    width: 72vw;
		left:14%;
		bottom:0;
    margin-top: 0;
  }

  .product__detail h3 {
    font-size: 20px;
  }

  .product__detail p {
    font-size: 13px;
  }

  .product__wishlist {
    margin-top: 50px;
  }

  .product__wishlist-logo {
    width: 85vw;
  }

  .product__language {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    width: 90%;
  }

  .product__stores {
    grid-template-columns: 1fr;
    gap: 18px;
    width: 90%;
  }

  .product__store {
    min-height: 68px;
    padding: 12px 90px 12px 25px;
  }

  .product__notes {
    width: 90%;
  }

}

.pro_img {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
 top: 180px;
  background-image: url("../assets/images/products/msuc_mainimg.webp");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;

  z-index: -1;
}


#products {
  padding-top:100px;

}
.ps_logo {
    width: min(1.3vw, 18px);
    display: inline-block;
    position: relative;
    top: 2px;
}

.ps {
  width: min(3vw, 40px);
  display: inline-block; position: relative;
    top: 4px;
}
@media (max-width: 1050px) {
   .ps_logo {
    width: min(3vw, 18px);
    display: inline-block;
    position: relative;
    top: 2px;
}

.ps {
  width: min(6vw, 40px);
  display: inline-block; position: relative;
    top: 4px;
}
}

.textarea_credit {
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 10px;
  z-index: 200;
}

.glayout {
	opacity: 0.2;
	
}
.floating-banner.is-product-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.ftbnrlist {
	position: relative;
	display: flex;
		gap:2%;
	margin-top: 50px;
}


#ftbnr {
	position: relative;
	width: 100%;
	height: auto;
	background: #000;
}
@media (max-width: 1050px) {
	.pro_img {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
 top: 180px;
		
  background-image: url("../assets/images/products/msuc_mainimg.webp");
 background-position: 40% bottom;
  background-size: cover;
  background-repeat: no-repeat;

  z-index: -1;
}
  .ftbnrlist {
    flex-direction: column;
    gap: 10px;
		z-index: 100;
  }
}

.ftbnr-account {
  position: relative;
}

.ftbnr-account > img {
  display: block;
  width: 100%;
}
.ftbnr-account__link {
  position: absolute;
  right: 4%;
  width: 56%;
  height: 15%;
}

.ftbnr-account__link--x {
  top: 27%;
}

.ftbnr-account__link--facebook {
  top: 44%;
}

.ftbnr-account__link--tiktok {
  top: 61%;
}


.features {
  position: relative;
  padding: 120px 0 160px;
  background: #000;
}


/* BACKGROUND VIDEO */

.features__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.features__bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* VIDEO OVERLAY */
.features::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/images/common/01.png");
  background-repeat: repeat;
  background-position: center top;
  z-index: 1;
  pointer-events: none;
}
.features__bg::after {
  content: "";
  position: absolute;
  inset: 0;
 background:
    linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.95) 50%,
      rgba(53, 111, 113, 0.9) 100%
    );
}


/* CONTENTS */

.features .contents_inner {
  position: relative;
  z-index: 1;
  width: min(1280px, 86%);
  margin: 0 auto;
}


/* TRAILER */

.feature-trailer {
	position: relative;
  width: min(1000px, 90%);
  margin: 0 auto 0px;
	z-index: 100;
}

.feature-trailer__visual {
  position: relative;
}

.feature-trailer__visual img {
  display: block;
  width: 100%;
  height: auto;
}


/* FEATURE */

.feature-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6%;
  margin-bottom: 80px;
}

.feature-item__visual {
  position: relative;
  width: 48%;
  flex-shrink: 0;
}

.feature-item__image {
  display: block;
  width: 100%;
  height: auto;
}

.feature-item__content {
  position: relative;
  width: 46%;
  z-index: 2;
}


/* FEATURE NUMBER */

.feature-item__number {
  margin: 0 0 12px;
  font-family: "Black Ops One", system-ui;
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1;
  color: #b79b42;
}


/* FEATURE TITLE */

.feature-item__title {
  margin: 0 0 22px;
}

.feature-item__title img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
}


/* FEATURE TEXT */

.feature-item__text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #bca441;
}


/* GIF */

.feature-item__gif {
  position: absolute;
  display: block;
  width: 90px;
  height: auto;
  z-index: 3;
  pointer-events: none;
}

.feature-item__gif--01 {
  left: -25px;
  top: -45px;
}
.feature-item__gif--07 {
  left: -25px;
  top: -80px;
}

.feature-item__gif--02 {
  right: -25px;
  bottom: -25px;
}

.feature-item__gif--03 {
  left: -25px;
  bottom: -25px;
}

.feature-item__gif--04 {
   right: -25px;
  bottom: -25px;
}

.feature-item__gif--05 {
   right: -25px;
  bottom: -25px;
	width:30%;
}

.feature-item__gif--06 {
   right: -25px;
  bottom: -25px;
}



/* M2 */

.feature-m2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8%;
  margin: -30px 0 150px;
  padding: 35px 45px;
  border: 1px solid #b79b42;
}

.feature-m2__logo {
  width: 38%;
  flex-shrink: 0;
}

.feature-m2__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-m2__content {
  width: 54%;
}

.feature-m2__title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.2;
  color: #fff;
	 font-family: "Black Ops One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.feature-m2__text {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
}


/* SP */

@media (max-width: 1050px) {

  .features {
    padding: 30px 0 50px;
  }

  .features .contents_inner {
    width: 88%;
  }

  .feature-trailer {
    width: 125%;
    margin-left: -13%;
    margin-bottom: 00px;
  }  

  .feature-item {
    flex-direction: column;
    gap: 35px;
    margin-bottom: 70px;
  }

  .feature-item__visual,
  .feature-item__content {
    width: 100%;
  }

  .feature-item--02 .feature-item__visual {
    order: 1;
  }

  .feature-item--02 .feature-item__content {
    order: 2;
  }

  .feature-item__number {
    font-size: 30px;
  }

  .feature-item__title {
    margin-bottom: 18px;
  }

  .feature-item__text {
    font-size: 14px;
    line-height: 1.8;
  }

  .feature-item__gif {
    width: 65px;
  }



  .feature-m2 {
    flex-direction: column;
    gap: 25px;
    margin: 0 0 100px;
    padding: 30px 25px;
  }

  .feature-m2__logo,
  .feature-m2__content {
    width: 100%;
  }

  .feature-m2__title {
    font-size: 26px;
  }

  .feature-m2__text {
    font-size: 14px;
  }

}

.titles {
  position: relative;
  width: 100%;
  overflow: hidden;
  background:
    url("../assets/images/titles/titles_backimg.webp")
    center top / cover no-repeat;
	z-index: 50;
}




.titles-group {
  position: relative;
  margin-bottom: 70px;
}


.titles-year {
  width: 100%;
  margin-bottom: 24px;
}

.titles-year img {
  display: block;
  width: 100%;
  height: auto;
}



.titles-row {
  position: relative;
  display: flex;
  align-items: stretch;
}


.titles-arrow {
  flex: 0 0 40px;
  width: 40px;
  margin-right: 30px;
}

.titles-arrow img {
  display: block;
  width: 18px;
  height: auto;
  margin: 0 auto;
}



.titles-list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 40px;
}


.titles-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  text-decoration: none;
}

.titles-item img {
  display: block;
  width: 140%;
  max-width: 420px;
  height: auto;
}

.titles-name {
  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 170px;
  margin-top: 10px;
  padding: 6px 18px 10px 18px;

  border-radius: 9999px;
  background: #000;

  color: #d9c45b;
  font-size: min(1.1vw, 18px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.titles-plus {
  display: flex;
  justify-content: center;
  margin-top: -20px;
}

.titles-plus img {
  display: block;
  width: 90px;
  height: auto;
}



@media screen and (max-width: 1050px) {

  .titles-inner {
    width: calc(100% - 40px);
    padding: 50px 0 70px;
  }

  .titles-group {
    margin-bottom: 50px;
  }

  .titles-year {
    margin-bottom: 20px;
  }

  .titles-arrow {
    flex-basis: 24px;
    width: 24px;
    margin-right: 15px;
  }

  .titles-arrow img {
    width: 12px;
  }


}

.titles {
  position: relative;
  overflow: hidden;
}



.titles-sideflow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;

  width: 300px;
  overflow: hidden;

  pointer-events: none;
}

.titles-sideflow-left {
  left: -4%;
}

.titles-sideflow-right {
  right: -4%;
}



.titles-sideflow-track {
  position: absolute;
  top: 0;

  display: flex;
  flex-direction: column;

  width: 100%;
  height: max-content;

  writing-mode: vertical-rl;
  text-orientation: mixed;

  white-space: nowrap;

  will-change: transform;
}



.titles-sideflow-track-left {
  left: 0;
}

.titles-sideflow-track-right {
  right: 0;
	transform: rotate(180deg);
}



.titles-sideflow-track span {
  display: block;
  flex-shrink: 0;

  margin-bottom: 0;

  font-family: "Black Ops One", sans-serif;
  font-size: 300px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;

  color: rgba(200,255,200,0.2);
}
.titles-tit {
	position: absolute;
	bottom:0;
}


@media screen and (max-width: 768px) {
  .titles-arrow {
    display: none;
  }
  .titles-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
  }
  .titles-item {
    min-width: 0;
  }

   .titles-item img {
    width: 118%;
    max-width: none;
  }

  .titles-name {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;

    margin-top: 6px;
    padding: 4px 2px;

    font-size: clamp(10px, 2.8vw, 0px);
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
  }

}


.sectit {
	padding-top:80px;
	margin-bottom: 30px;
}

#product {
	padding-left:10%;
	padding-right:10%;
	padding-bottom:7%;
}

.feat_kanji {
	position: absolute;
	width: 50%;
	right:-5%;
	opacity: 0.15;
	margin-top: -10%;
}

.is-left {
	left:8%;
	width: 38%;
}

.locationtestverwrp {
	background-color: #fff;
	margin-top: 5%;
	width: 100%;
	height: auto;
	padding-bottom:15vw;
	z-index: 100;
}

.tit-locationtest {
	position: absolute;
	width: 42%;
	margin-left: 12vw;
	margin-top: -3%;
	z-index: 50;
	
}

.movie-mask {
  position: relative;
  width: 62%;
  margin-left: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;

  clip-path: polygon(
    12% 0,
    100% 0,
    100% 100%,
    0 100%
  );
}

.movie-mask video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locationtest_logo {
	position: absolute;
	width: 35%;

	z-index: 100;
	margin-top: 18vw;
	left:7%;
}



.logo_feattop img {
	position: absolute;
	width: 80%;
	bottom:0;
	margin-left: 10vw;
	z-index: 100;
	
}
.txtarea_notice {
	position: relative;
}
@media screen and (max-width: 1050px) {
	.txtarea_notice {
	margin-bottom: 10%;
}
	.feat_kanji {
	position: absolute;
	width: 60%;
	right:-5%;
	opacity: 0.15;
	margin-top: 60%;
}
	.is-left {
	left:40%;
	width: 58%;
}
	.logo_feattop img {
	position: absolute;
	width: 95%;
	bottom:0;
	margin-left: 3vw;
	z-index: 100;
	
}
	.locationtest_logo {
	position: absolute;
	width: 45%;

	z-index: 100;
	margin-top: -15vw;
	left:56vw;
}
	.tit-locationtest {
	position: absolute;
	width: 55%;
	margin-left: 2vw;
	margin-top: -4%;
	z-index: 50;
	
}
	#product {
	padding-left:0%;
	padding-right:0%;
	padding-bottom:7%;
}
	.sectit {
	padding-top:50px;
	margin-bottom: 30px;
}
	.titles-tit {
	position: relative;
	margin-top: 10%;
		line-height: 1em;
		font-size: 8vw;
}
}
#blancsec {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 0;
}



.titles-item.is-disabled {
  pointer-events: none;
  cursor: default;
}


.intro_ready_top {
  position: absolute;
  inset: 0;
  z-index: 620;
  pointer-events: none;

  display: flex;
  justify-content: center;
  align-items: center;
}

.initializing {
  display: block;
  width: min(30vw, 300px);
  height: auto;
  opacity: 0;
}
.tit-trailer {
	color:#b8a04c;
	text-align: center;
	  font-family: "Black Ops One", system-ui;
  font-size: clamp(38px, 3vw, 62px);
  line-height: 1;
}

.trailer {
	position: relative;
	background-color: #000;
	width: 100%;

	height: auto;
}

@media screen and (max-width: 1050px) {
	.trailer {
	position: relative;
	background-color: #000;
	width: 100%;
		padding-top:30px;
	height: auto;
}

.tit-trailer {
	color:#b8a04c;
	text-align: center;
	  font-family: "Black Ops One", system-ui;
  font-size: 11vw;
		margin-bottom: 10px;
  line-height: 0.8;
}

  .initializing {
  display: block;
  width: min(50vw, 500px);
  height: auto;
  opacity: 0;
}
}


 .language-select {
  position: absolute;
  margin-top: 75px;
  right:15px;
  background-color: #fff;
  padding:10px 20px 13px 20px;
  border-radius: 7px;
  z-index: 200;
}

.language-select::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #c9a944;
    transform: translateY(-50%);
    pointer-events: none;
}

.language-select select {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    color: #c9a944;
    font-family: "Black Ops One", system-ui;
    font-size: 16px;
    padding-right: 20px;
    cursor: pointer;
    outline: none;
}

@media screen and (max-width: 1050px) {
  .initializing {
  display: block;
  width: min(50vw, 500px);
  height: auto;
  opacity: 0;
}
  
  .language-select {
  position: absolute;
  margin-top: 78px;
  left:15px;
  right:inherit;
  background-color: #fff;
  padding:9px 20px 5px 20px;
  border-radius: 5px;
  z-index: 300;
}
  .language-select select {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    color: #c9a944;
    font-family: "Black Ops One", system-ui;
    font-size: 26px;
    padding-right: 20px;
    cursor: pointer;
    outline: none;
}

  .language-select--sp {
    margin: 20px 0 0;
}

.language-select--sp select {
    font-size: 20px;
}
  .product__detail h3 {
    font-size: 25px;
  }

  .product__detail p {
    font-size: 20px;
  }
}
.product__language button.is-current {
  background: linear-gradient(
    to bottom,
    #ff522c 0%,
    #ff522c 100%
  );
  color: #111;

  pointer-events: none;
  cursor: default;
}


.store-modal {
  width: min(1240px, calc(100vw - 80px));
  padding: 40px;
}

.store-modal__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.store-modal__logo img {
  display: block;
  max-width: 600px;
  max-height: 90px;
}

.store-modal__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.store-modal__list li {
  margin: 0;
  padding: 0;
}

.store-modal__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 10px 20px;
  background: #f5a900;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity .2s ease;
}

.store-modal__list a:hover {
  opacity: .8;
}

@media (max-width: 1050px) {

  .store-modal {
    width: calc(100vw - 40px);
    padding: 20px;
  }

  .store-modal__logo {
    margin-bottom: 20px;
  }

  .store-modal__logo img {
    max-width: 80%;
    max-height: 60px;
  }

  .store-modal__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .store-modal__list a {
    min-height: 50px;
    padding: 8px 10px;
    font-size: 4vw;
  }
}