@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");

/****************************************

          RESET

*****************************************/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: clamp(13px, 1.1vw, 2.2vh);
}

body {
  line-height: 1.7;
  position: relative;
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(255, 255, 255, 0.2),
      transparent 60%
    ),
    radial-gradient(
      circle at 75% 70%,
      rgba(255, 255, 255, 0.1),
      transparent 55%
    ),
    radial-gradient(circle at 60% 30%, rgba(0, 0, 0, 0.1), transparent 65%),
    radial-gradient(circle at 10% 80%, rgba(0, 0, 0, 0.06), transparent 50%),
    #4c8dcb;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  min-height: 100vh;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

footer {
  background: #fff;
  padding: 2.5em 0;
  color: #f8b500;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}
p.just {
  text-align: justify;
  line-break: strict;
}
br.brsp {
  display: none;
}
@media (max-width: 767px) {
  br.brsp {
    display: block;
  }
}
img {
  width: 100%;
}

.sml {
  font-size: 0.85em;
}

.wovn-languages {
  font-size: 12px;
  position: relative;
  z-index: 10;
  width: 13em;
  height: 2em;
  cursor: pointer;
  color: #ffffff;
  font-weight: bold;
}
.wovn-languages::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 3px;
  right: 10px;
  border: 1px solid #ffffff;
  border-color: transparent transparent #ffffff #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wovn-languages .language-name {
  cursor: pointer;
}
.wovn-languages .nav-dropdown {
  position: absolute;
  top: 0;
  line-height: 1.4;
  border-bottom: 1px solid;
  text-align: left;
  z-index: 2;
  width: 150px;
  height: 23px;
}
.wovn-languages .nav-dropdown .list--language {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 5px;
}
.wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.wovn-languages.visible::before {
  content: none;
}
.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  border: none;
  padding: 10px 10px 5px;
  background: #ffffff;
  color: #000;
  height: auto;
}
.wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  opacity: 0.4;
  pointer-events: none;
}

.visible.wovn-languages::before {
  border: 1px solid;
  border-color: transparent transparent #000 #000;
  z-index: 15;
  top: 13px;
  right: 15px;
}

.fadeup {
  transition: all 0.5s ease-out;
  transform: translatey(30px);
  opacity: 0;
}

.loaded .fadeup.started {
  transform: none;
  opacity: 1;
}

.loaded .fade_list.started > li {
  transform: none;
  opacity: 1;
}
.fade_list > li {
  transform: translateY(1.5em);
  opacity: 0;
  transition: 0.8s ease;
}

body:not(.page--home) .header {
  position: relative;
  display: none;
}
body:not(.page--home) .footer::after {
  display: none !important;
}
body:not(.page--home) .footer::before {
  display: none !important;
}
body:not(.page--home) .wrap {
  padding-bottom: 7.5em;
}
.cc-color-override-1332973529.cc-window {
  display: none;
}
.footer .copyright {
  font-weight: 500;
  color: #000;
  text-align: center;
}
body:not(.page--home) .footer {
  padding: 0 0 1em;
}

.wrap {
  background: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  transition: 0.4s;
}
.scrolled header {
  background: #4c8dcb;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/****************************************
	ビジュアル
*****************************************/

:root {
  --visualTop: clamp(16px, 5vh, 56px);
  --visualBottom: clamp(16px, 4vh, 48px);
  --gap: clamp(10px, 2vh, 20px);
  --eqH: clamp(190px, 32svh, 350px);
}

.visual {
  position: relative;
  height: 100svh;
  overflow: hidden;

  display: grid;
  grid-template-rows: 1fr auto var(--gap) var(--eqH) 1fr;
  row-gap: 0;
  padding-top: var(--visualTop);
  padding-bottom: var(--visualBottom);
}

.visual__logo {
  width: min(720px, 80vw);
  margin: 0 auto;
  text-align: center;
  z-index: 5;
  grid-row: 2;
  align-self: center;
}

.visual__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.eqStack {
  grid-row: 2;
  width: 100%;
  display: grid;
  place-items: center;
}

.eqSection {
  position: relative;
  width: 100%;
  height: var(--eqH);
  overflow: hidden;
  grid-row: 4;
}

.eqVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1000px, 90vw);
  height: 100%;
  transform: translate(-50%, -50%);

  object-fit: contain;
  object-position: center;

  mix-blend-mode: screen;
  opacity: 0.62;
  filter: blur(0.35px);

  -webkit-mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      #000 14%,
      #000 86%,
      transparent 100%
    ),
    linear-gradient(
      to bottom,
      transparent 0%,
      #000 32%,
      #000 68%,
      transparent 100%
    );
  -webkit-mask-composite: source-in;

  mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      #000 14%,
      #000 86%,
      transparent 100%
    ),
    linear-gradient(
      to bottom,
      transparent 0%,
      #000 32%,
      #000 68%,
      transparent 100%
    );
  mask-composite: intersect;

  pointer-events: none;
  z-index: 1;

  animation: floatEQ 6s ease-in-out infinite;
}

@keyframes floatEQ {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -52%) scale(1.01);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.releaseFloat {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;

  text-align: center;
  z-index: 4;
  pointer-events: none;
}

.releaseFloat,
.releaseFloat * {
  margin: 0;
  padding: 0;
}

.releaseFloat__num {
  font-family: "Oxanium", sans-serif;
  font-weight: 600;
  font-size: clamp(56px, 6vw, 88px);
  letter-spacing: 0.18em;
  line-height: 1;
  color: rgba(235, 250, 255, 0.9);
  text-shadow:
    0 0 12px rgba(200, 240, 255, 0.22),
    0 0 36px rgba(170, 230, 255, 0.12);
  padding: 0;
  margin: 0;
  animation: pulseBeat 1.35s ease-in-out infinite;
}

.releaseFloat__num::before,
.releaseFloat__num::after {
  content: none !important;
}

.releaseFloat__sub {
  font-family: "Oxanium", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-top: 0;
  color: rgba(230, 245, 255, 0.78);
  text-shadow: 0 0 18px rgba(170, 230, 255, 0.1);
  font-size: clamp(24px, 1.9vw, 34px);
  white-space: nowrap;
}

.releaseFloat__date {
  font-family: "Oxanium", sans-serif;
  font-weight: 600;

  white-space: nowrap;
  font-size: clamp(18px, 1.6vw, 26px);
  letter-spacing: 0.35em;
  color: rgba(230, 245, 255, 0.78);
  line-height: 1;

  position: relative;
  padding: 0 72px;
  margin-top: 30px;
}

.releaseFloat__date::before,
.releaseFloat__date::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 1px;
  opacity: 0.7;
  background: rgba(200, 230, 255, 0.35);
}

.releaseFloat__date::before {
  left: 0;
}
.releaseFloat__date::after {
  right: 0;
}

.borderBox .border {
  background-color: #2d5a91;
  position: fixed;
  z-index: 1;
}
.borderBox .border.top {
  height: 5px;
  right: 0;
  top: 0;
  width: 100%;
}
.borderBox .border.left {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.borderBox .border.bottom {
  height: 5px;
  left: 0;
  bottom: 0;
  width: 100%;
}
.borderBox .border.right {
  height: 100%;
  right: 0;
  bottom: 0;
  width: 4px;
}

:root {
  --bgW: 13vh;
  --bgTileH: 30vh;
}

.bgBlock {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--bgW);
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.bgTrack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
  transform: translateZ(0);
  animation: slidemove 20s linear infinite;
}

.bgJitter {
  width: 100%;
  display: flex;
  flex-direction: column;
  will-change: filter;
  animation: microBlur 8.5s linear infinite;
}

.bgJitter img {
  display: block;
  width: 100%;
  height: var(--bgTileH);
  object-fit: cover;
  flex: 0 0 auto;
}

.bgJitter img + img {
  margin-top: -2px;
}

@keyframes slidemove {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-1 * var(--bgTileH)));
  }
}

@keyframes microBlur {
  0%,
  92%,
  100% {
    filter: none;
  }

  93% {
    filter: blur(1px) brightness(1.08) contrast(1.15);
  }
  94% {
    filter: blur(3.8px) brightness(1.25) contrast(1.5) saturate(1.05);
  }
  95% {
    filter: blur(1.6px) brightness(1.1) contrast(1.2);
  }
  96% {
    filter: none;
  }
}

@keyframes noiseMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}

@keyframes noisePulse {
  0%,
  92%,
  100% {
    opacity: 0.1;
  }
  94% {
    opacity: 0.28;
  }
  96% {
    opacity: 0.1;
  }
}

.particlesBox {
}
#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
#particles-js canvas {
  image-rendering: auto;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.85))
    drop-shadow(0 0 14px rgba(255, 255, 255, 0.35)) blur(0.2px);
  display: block;
}

/****************************************
	メニュー
*****************************************/
#gNav {
  position: fixed;
  right: 0;
  color: #266fb7;
  box-sizing: border-box;
  top: 0;
  padding: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.5s;
  background: #c0d6e8;
}

#gNav.open {
  transform: none;
}

#gNav .gnavMenu {
  text-align: center;
}

#gNav a {
  display: inline-block;
  text-decoration: none;
  margin: 0px auto 20px auto;
  font-size: 2.2em;
  font-weight: 600;
  width: auto;
  letter-spacing: 0.05em;
  color: #c0d6e8;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  position: relative;
}

.gNav_logo {
  width: 45%;
  margin: 0 auto 40px;
  line-height: 0;
  max-width: 300px;
}

#gNav li:last-child a {
  margin: 0 auto 0;
}

#gNav .product_link a {
  display: block;
  font-size: 0.75em;
  padding: 0.3em 1.5em;
  background: #2d5a91;
  border-radius: 3em;
}

#gNav .product_link.single_b a {
  background: #266fb7;
}
#gNav .product_link.single_c a {
  background: #2d5a91;
}

.gNavInr {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
}

#gNav .menu {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: auto;
}
#gNav .menu li a {
  display: block;
  color: #fff;
  font-size: 1.3vw;
  letter-spacing: 0.05em;
}
#gNav .menu li a.off {
  opacity: 0.5;
  pointer-events: none;
}

#menuButton {
  display: block;
  width: 45px;
  height: 40px;
  position: fixed;
  top: 0.7rem;
  right: 0.5rem;
  z-index: 9999;
  border: none;
  text-decoration: none;
  opacity: 1;
}

#menuButton span:first-child {
  top: 15px;
}
#menuButton span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
#menuButton span:nth-child(3) {
  bottom: 16px;
}

#menuButton.active span {
}
#menuButton.active span:first-child {
  /* -webkit-transform: translateY(8px) rotate(45deg); */
  transform: translateY(4px) rotate(30deg);
}
#menuButton.active span:nth-child(2) {
  opacity: 0;
}
#menuButton.active span:nth-child(3) {
  /* -webkit-transform: translateY(-8px) rotate(-45deg); */
  transform: translateY(-4px) rotate(-30deg);
}

#gNav .menu {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 40%;
  margin: 40px auto;
}

#menuButton span {
  display: block;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  left: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.inBox {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 0;
  padding: 0 8%;
}

h2 {
  text-align: left;
  font-size: 4em;
  position: relative;
  line-height: 1;
  z-index: 0;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  padding: 0 0%;
  color: #c0d6e8;
  width: 100%;
  margin: 0 auto 7rem;
  text-align: center;
  letter-spacing: 0;
  transform: translateY(1.5em);
  opacity: 0;
  transition: 0.8s ease 0.1s;
}
.loaded h2.started {
  transform: none;
  opacity: 1;
}

.attentionList li {
  font-size: 0.85em;
  text-indent: -1em;
  margin: 0 0 5px 1em;
}
.attentionList li:last-child {
  margin-bottom: 0;
}

.attentionList li.sml {
  font-size: 0.85em;
}

.attentionBox > dt {
  font-weight: 600;
  margin-bottom: 0.5em;
}

.copy {
  text-align: right;
  font-size: 0.75em;
  font-weight: 400;
  opacity: 0.8;
}

.footer_box {
  position: relative;
  width: 100%;
  padding: 1rem 2% 4rem;
  background: #c0d6e8;
  color: #4c8dcb;
}

.copy:last-child {
  display: flex;
}

.support-link {
  display: block;
  margin: 0 auto 2.5em;
  border: 1px solid;
  width: 300px;
  text-align: center;
  padding: 1.6em;
}
.support-link:hover {
  background: #f8b500;
  color: #fff;
  border-color: #f8b500;
}

/****************************************
	CONTENTS SCHEDULE
*****************************************/

#schedule {
  padding: clamp(60px, 8vw, 120px) 0;
}

.scheduleBlock {
  width: 60vw;
  max-width: 400px;
  margin: 0 auto;
}

.scheduleBlock .scheduleTrigger {
  display: block;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  transform: translateZ(0);
}

.scheduleTrigger {
  background: none;
  border: 0;
  padding: 0;
}

.scheduleBlock img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .scheduleBlock .scheduleTrigger {
    cursor: zoom-in;
  }
}

.scheduleTrigger {
  background: none;
  border: 0;
  padding: 0;
  display: block;
  width: 100%;
  cursor: pointer;
}

/****************************************
	概要
*****************************************/

.contents {
  position: relative;
  padding: 7.5em 0;
  overflow: clip;
}

.detailArea {
  background-position: top;
  background-size: auto;
  overflow: clip;
}

.detailBox {
}

.detailBox:last-child {
  margin-bottom: 0;
}

.detailBox_inner {
  margin-bottom: 100px;
  position: relative;
}

.detailBox_inner:last-child {
  margin-bottom: 0;
}

.detailBox_inner::before {
  content: "";
  width: 720px;
  height: 100%;
  background: #002e67;
  display: block;
  position: absolute;
  bottom: 50px;
  right: -200px;
  border-radius: 400px 400px 0 0;
  z-index: -1;
  pointer-events: none;
}

.general_box {
  position: relative;
  padding: 6.5em 0;
}

.general_box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.general_box:first-child {
  padding-top: 3.5em;
}

.general_box_tit {
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1.8em;
  letter-spacing: 0.5em;
  text-indent: 0.45em;
}

.general_box_tit::after {
  content: "";
  display: block;
  width: 1.6em;
  height: 2px;
  background: #fff;
  margin: 0.3em auto 0;
}

.general_txt {
  font-size: 1.15em;
  margin-bottom: 1.75em;
  text-align: center;
  line-height: 2;
  font-weight: 600;
}

.general_txt:last-child {
  margin-bottom: 0;
}

.general_txt.large_txt {
  font-size: 2.2em;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.general_txt.large_txt .sml {
  font-size: 0.5em;
}

.detail_txt {
  font-size: 15px;
  margin-top: 30px;
  text-align: center;
}

.detailBox_tit {
  margin-bottom: 15px;
  position: relative;
  width: 70%;
  line-height: 0;
}

.link {
  color: #f8bb00;
  font-size: 12px;
}
.link:hover {
  transition: 0.4s;
  opacity: 0.7;
}

.btn a {
  max-width: 25rem;
  color: #fff;
  padding: 1.7em 1em;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 1em;
  font-size: 1.1em;
  line-height: 1.4;
  height: auto;
  transition: 0.2s;
  text-decoration: none;
  text-align: center;
  background: #4c8dcb;
  position: relative;
  outline: 1px solid #4c8dcb;
  outline-offset: 5px;
  border-radius: 999px;
  top: 0;
}
.btn:last-child a {
  margin-bottom: 0;
}

.btn a:hover {
  top: -0.2rem;
}

.btn.hide a {
  background: #a4a4a4;
  color: #dedede;
  pointer-events: none;
}

.btn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.btn_list > li {
  width: 47%;
  margin: 0 10px 20px;
}

.btn_list > li .btn a {
  max-width: none;
}

.attentionList li a {
  text-decoration: underline;
}

#product {
  padding: 7.5em 0 0;
}
.releaseBox {
  position: relative;
  padding: 5rem 0 3rem;
  background: #c0d6e8;
  color: #4c8dcb;
}
.product_02.releaseBox,
.product_04.releaseBox {
  background: #f1f3f4;
}

.releaseBox:last-child {
  margin-bottom: 0;
}

.releaseBox > .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.releaseBox:nth-of-type(even) > .detail::before {
  right: 0;
  left: auto;
  transform: translateY(-99%) skewX(-25deg);
}
.releaseBox:nth-of-type(even) > .detail::after {
  left: auto;
  right: 0;
  transform: translateY(99%) skewX(-335deg);
}

.releaseBox .jkBox {
  width: 40%;
  position: relative;
  padding-bottom: 2rem;
}

.releaseBox .txtBox {
  width: 53%;
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}

.releaseBox .txtBox .jk_info {
  margin-bottom: 1.5rem;
  transition-delay: 0.2s;
}

.releaseBox .jk_info {
  transform: translateY(1.5em);
  opacity: 0;
  transition: 0.8s ease 0.2s;
}

.releaseBox .jkBox .jk {
  line-height: 0;
  margin-bottom: 2.5em;
  transform: translateY(1.5em);
  opacity: 0;
  transition: 0.8s ease 0.1s;
  position: relative;
}
.releaseBox .jkBox .jk::after {
  content: "";
  background-image: url(/static/produce101s2/feature/pulse/images/bg_jk_K6gwXjm4.jpg);
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: -1;
  background-repeat: no-repeat;
}

.product_02.releaseBox > .detail .jkBox .jk::after,
.product_04.releaseBox > .detail .jkBox .jk::after {
  left: auto;
  right: -10px;
}

.loaded .releaseBox.started .jk_info {
  transform: none;
  opacity: 1;
}
.loaded .releaseBox.started .jkBox .jk {
  transform: none;
  opacity: 1;
}

.releaseBox .tit {
  font-size: 2em;
  margin-bottom: 0.2rem;
  line-height: 1;
}

.releaseBox .set {
  display: inline-block;
  padding: 0.3em 0.6em;
  letter-spacing: 0.05em;
  background: #4c8dcb;
  color: #c0d6e8;
  font-weight: 800;
  margin-left: 0.75rem;
  font-size: 1rem;
}

.releaseBox .price {
  font-size: 1.5em;
}

.releaseBox .price .sml {
  font-size: 0.7em;
}
.releaseBox .pack {
  margin: 20px 0;
}

.releaseBox .pack {
  list-style: none;
  padding-left: 0;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.releaseBox .pack li {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-size: 1.2em;
  margin: 0;
}

.releaseBox .pack li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;

  background:
    linear-gradient(#4c8dcb, #4c8dcb) 0 100%/2px 10px no-repeat,
    linear-gradient(#4c8dcb, #4c8dcb) 6px 100%/2px 7px no-repeat,
    linear-gradient(#4c8dcb, #4c8dcb) 12px 100%/2px 12px no-repeat;

  animation: eq 1.5s steps(3, end) infinite;
}

.releaseBox .pack li:nth-child(2)::before {
  animation-delay: 0.3s;
}

@keyframes eq {
  0% {
    background-size:
      2px 9px,
      2px 6px,
      2px 11px;
  }
  33% {
    background-size:
      2px 12px,
      2px 8px,
      2px 7px;
  }
  66% {
    background-size:
      2px 8px,
      2px 12px,
      2px 10px;
  }
  100% {
    background-size:
      2px 9px,
      2px 6px,
      2px 11px;
  }
}

.releaseBox .pack.is-right {
  align-items: flex-end;
  text-align: right;
  margin-left: auto;
}

.releaseBox .jk_list {
  font-size: 0.8em;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  text-align: left;
}
.releaseBox .jk_list li {
  padding: 0 10px 0 0;
}

.releaseBox .listItems > li {
  padding-bottom: 2em;
}
.releaseBox .listItems > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.releaseBox .detail_list {
  border-left: 1px solid;
  padding-left: 1rem;
}
.releaseBox .detail_list.jk_attention {
  border: none;
  padding: 0;
}

.releaseBox .detail_list.track_list {
  column-count: 2;
}

.releaseBox .detail_list > li {
  padding-left: 2em;
  margin-bottom: 0.3em;
  position: relative;
  line-height: 1.6;
  text-indent: -2em;
  font-size: 0.9em;
  break-inside: avoid;
}
.releaseBox .detail_list > li.no_indent {
  text-indent: 0;
  padding-left: 0;
}

.releaseBox .detail_list > li:last-child {
  margin-bottom: 0;
}

.releaseBox .detail_list > li .num {
  letter-spacing: 0.03em;
  width: 2.2em;
  display: inline-block;
  text-indent: 0;
  font-size: 0.85em;
  opacity: 0.8;
}

.releaseBox .item_tit {
  margin-bottom: 0.7em;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.3;
}

.releaseBox:nth-of-type(even) > .detail {
  flex-flow: row-reverse;
}
.releaseBox:nth-of-type(even) .jk_info {
  text-align: right;
}

.product_02.releaseBox > .detail {
}

.product_03.releaseBox > .detail {
}

.product_04.releaseBox > .detail {
}

.re .releaseBox .jkBox .jk::after {
  display: none;
}
.re .product_04.releaseBox > .detail {
  display: block;
}
.re .product_04.releaseBox > .detail .jkBox {
  width: 100%;
}
.re .product_04.releaseBox > .detail .jk_info {
  text-align: left;
}
.re .product_04.releaseBox > .detail .jkImg_list {
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.re .product_04.releaseBox > .detail .jkImg_list:after {
  content: "";
  width: 30%;
}
.re .product_04.releaseBox > .detail .jkImg_list li {
  width: 30%;
  margin: 0 0 50px 0;
}
.re .product_04.releaseBox > .detail .jkImg_list li .tit {
  font-size: 26px;
  margin: 0 0 20px 0;
  text-align: center;
}
.re .product_04.releaseBox > .detail .jkImg_list li .btn a {
  font-size: 20px;
  padding: 20px;
  max-width: 300px;
}

#shop {
  border: 3px solid #c0d6e8;
  width: 90%;
  margin: auto;
  border-radius: 50px;
}

.shopBox {
  position: relative;
}

.shopBox .clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  z-index: 0;
}
.shopBox .clip img {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  height: auto;
  left: 0;
  top: 0;
  pointer-events: none;
}
.shopBox .inBox {
  position: relative;
}

.shopBox .shopList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopBox .shopList:after {
  content: "";
  width: 30%;
}
.shopBox .shopList li {
  width: 30%;
  margin: 0 0 60px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.3s ease;
}
.shopBox .shopList li:nth-child(1) {
  transition-delay: 0.3s;
}
.shopBox .shopList li:nth-child(2) {
  transition-delay: 0.5s;
}
.shopBox .shopList li:nth-child(3) {
  transition-delay: 0.7s;
}
.shopBox .shopList li:nth-child(4) {
  transition-delay: 0.9s;
}
.shopBox .shopList li:nth-child(5) {
  transition-delay: 1.1s;
}
.shopBox .shopList li:nth-child(6) {
  transition-delay: 1.3s;
}
.shopBox .shopList li:nth-child(7) {
  transition-delay: 1.5s;
}
.shopBox .shopList li:nth-child(8) {
  transition-delay: 1.7s;
}
.shopBox .shopList li:nth-child(9) {
  transition-delay: 1.9s;
}
.shopBox .shopList li:nth-child(10) {
  transition-delay: 2.1s;
}
.shopBox .shopList li:nth-child(11) {
  transition-delay: 2.3s;
}
.shopBox .shopList li:nth-child(12) {
  transition-delay: 2.5s;
}
.shopBox.started .shopList li {
  opacity: 1;
  transform: translateY(0);
}
.shopBox .shopList li .thumb {
  line-height: 0;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  height: 30rem;
  border: 3px solid #f1f3f4;
}
.shopBox .shopList li .thumb img {
  pointer-events: none;
}
.shopBox .shopList li .thumb .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  transform: scale(1.5);
  background: #f1f3f4;
}
.shopBox .shopList li .thumb .blur img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.4;
}
.shopBox .shopList li .thumb .front {
  position: relative;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.shopBox .shopList li .tit {
  font-size: 90%;
  margin: 0 0 15px;
  letter-spacing: 0.01em;
  line-height: 1.5em;
  color: #f1f3f4;
  font-weight: bold;
}
.shopBox .shopList li .cap {
  font-size: 75%;
  font-weight: 600;
  line-height: 1.3em;
}
.shopBox .shopList li .shopBtn a {
  display: block;
  text-align: center;
  color: #4c8dcb;
  padding: 0.75em;
  width: 12rem;
  font-size: 1rem;
  margin: 0;
  text-decoration: none;
  transition: 0.3s;
  background: #f1f3f4;
  position: relative;
  outline: 1px solid #f1f3f4;
  outline-offset: 5px;
  border-radius: 999px;
  font-weight: bold;
  top: 0;
}

.shopBox .shopList li .shopBtn.hide a {
  pointer-events: none;
  background: #676767;
  color: #e3e3e3;
}

.infoBox {
  padding: 3rem;
  width: 80%;
  margin: 0 auto;
  position: relative;
  background: #f1f3f4;
  color: #4c8dcb;
  margin-bottom: 80px;
  border-radius: 20px;
  outline: 1px solid #f1f3f4;
  outline-offset: 5px;
  transform: translateY(1.5em);
  opacity: 0;
  transition: 0.8s ease 0.1s;
}
.loaded .infoBox.started {
  transform: none;
  opacity: 1;
}
.shopLead {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.1em;
  font-weight: bold;
}

@media screen and (min-width: 770px) {
  .shopBox .shopList li .shopBtn a:hover {
    top: -0.2rem;
  }
}

@media screen and (max-width: 769px) {
  .shopBox {
  }
  .shopBox .clip img {
    width: 200%;
  }
  .shopBox .inBox {
  }
  .shopBox .inBox h3 {
    font-size: 400%;
    margin-bottom: 60px;
  }
  .shopBox .shopList li {
    width: 100%;
    margin: 0 0 40px;
  }
  .shopBox .shopList li .tit {
    text-align: center;
    font-size: 1em;
    margin-bottom: 0.8em;
  }
  .shopBox .shopList li .cap {
    text-align: center;
  }
  .shopBox .shopList li .shopBtn a {
    margin: 0 auto;
  }

  .shopBox .shopList li .thumb {
    height: 35rem;
  }
}

section#special {
  position: relative;
}

.special_wrap.special_flex {
  display: flex;
  justify-content: center;
  gap: 2%;
  flex-wrap: wrap;
}
.special_wrap.special_flex .fc_thumb {
  margin: 0 auto 3rem;
  width: 48.5%;
  line-height: 0;
  position: relative;
}

section#special .mainTit {
  margin: 0 auto 50px;
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  color: #fef2df;
}
section#special .mainTit img {
  max-width: 600px;
}
section#special .special_contents {
  background: url(/static/produce101s2/feature/pulse/images/bg_special_q8KMSsHv.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
  width: 65vw;
  height: 120vw;
  max-height: 2500px;
  margin: auto;
}
section#special .specialList {
}
section#special .specialList li {
  width: 21vw;
  position: absolute;
  left: 15%;
  top: 20%;
  max-width: 400px;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
section#special .specialList li:nth-child(2) {
  right: 13%;
  left: auto;
  top: 17%;
}
section#special .specialList li:nth-child(3) {
  top: 44%;
  left: 11%;
  transform: rotate(5deg);
}
section#special .specialList li:nth-child(4) {
  right: 13%;
  left: auto;
  top: 42%;
  transform: rotate(-5deg);
}
section#special .specialList li:nth-child(5) {
  right: 19%;
  left: auto;
  top: 65%;
  width: 18vw;
  transform: rotate(15deg);
}

section#special .specialList li a {
}
section#special .specialList li a.off {
  pointer-events: none;
}
section#special .specialList li a .ph {
}

@media screen and (min-width: 770px) {
  section#special .specialList li:nth-child(1):before {
    content: "";
    display: inline-block;
    width: 21vw;
    height: 25.5vw;
    background-image: url(/static/produce101s2/feature/pulse/images/ph_special_01_off_q8KMSsHv.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: left center;
    transform-style: preserve-3d;
    transition: transform 0.8s ease;
    left: 0;
    top: 0;
  }
  section#special .specialList li:nth-child(2):before {
    content: "";
    display: inline-block;
    width: 21vw;
    height: 27.5vw;
    background-image: url(/static/produce101s2/feature/pulse/images/ph_special_02_off_q8KMSsHv.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: left center;
    transform-style: preserve-3d;
    transition: transform 0.8s ease;
    left: 0;
    top: 0;
  }
  section#special .specialList li:nth-child(3):before {
    content: "";
    display: inline-block;
    width: 20.9vw;
    height: 29vw;
    background-image: url(/static/produce101s2/feature/pulse/images/ph_special_03_off_q8KMSsHv.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: left center;
    transform-style: preserve-3d;
    transition: transform 0.8s ease;
    left: 0;
    top: 0;
  }
  section#special .specialList li:nth-child(4):before {
    content: "";
    display: inline-block;
    width: 21vw;
    height: 25.5vw;
    background-image: url(/static/produce101s2/feature/pulse/images/ph_special_01_off_q8KMSsHv.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: left center;
    transform-style: preserve-3d;
    transition: transform 0.8s ease;
    left: 0;
    top: 0;
  }
  section#special .specialList li:nth-child(5):before {
    content: "";
    display: inline-block;
    width: 18vw;
    height: 27.9vw;
    background-image: url(/static/produce101s2/feature/pulse/images/ph_special_05_off_q8KMSsHv.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: left center;
    transform-style: preserve-3d;
    transition: transform 0.8s ease;
    left: 0;
    top: 0;
  }
  section#special .specialList li:hover::before {
    transform: rotateY(-150deg);
  }
}

@media screen and (max-width: 770px) {
  section#special .mainTit {
    margin: 0 auto 20px;
    font-size: 120%;
    line-height: 1.5;
  }
  section#special .special_contents {
    width: 85vw;
    height: 151vw;
  }
  section#special .specialList li {
    width: 29vw;
    left: 12%;
  }

  section#special .specialList li:nth-child(3) {
    top: 48%;
    left: 11%;
  }
  section#special .specialList li:nth-child(4) {
    right: 13%;
    left: auto;
    top: 44%;
  }
  section#special .specialList li:nth-child(5) {
    right: 19%;
    top: 68%;
    width: 26vw;
  }
}

.fc_thumb {
  margin: 0 auto 3rem;
  width: 48.5%;
  line-height: 0;
  position: relative;
}
.btn.btn_thumb a {
  font-size: 0.8em;
  position: absolute;
  bottom: -1.75rem;
  display: block;
  right: -0.75rem;
  top: auto;
  padding: 1em 1.7em 1em 0.8em;
  clip-path: border-box;
  word-wrap: normal;
  text-align: left;
  text-align: center;
  border-radius: 0;
}
.btn.btn_thumb a::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-left: none;
  border-bottom: none;
}

#special h2 {
}

#special h2::before {
  margin: 0 0 0 1.5%;
}

#fanclub {
  background: #c0d6e8;
  color: #4c8dcb;
}
#fanclub h2 {
  color: #4c8dcb;
}
#fanclub h2 p {
  text-align: center;
}
#fanclub .inBox {
  transform: translateY(1.5em);
  opacity: 0;
  transition: 0.8s ease 0.5s;
}
#fanclub.started .inBox {
  transform: none;
  opacity: 1;
}

.fclead {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 3rem;
}

.btnList {
  display: flex;
  justify-content: center;
  gap: 2%;
  margin-bottom: 3rem;
}
.btnList:last-child {
  margin-bottom: 0;
}

.btnList > li {
  width: 25rem;
  max-width: 100%;
}

.inBox.fcinbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.inBox.fcinbox.fcinbox_sub {
  align-items: center;
}

.inBox.fcinbox:last-child {
  margin-bottom: 0;
}

.inBox.fcinbox .fc_inner {
  position: relative;
  z-index: 1;
}

.inBox.fcinbox .fc_inner .btn a {
  margin: 0 0 2rem;
}

.btn.btn_main a {
  background: #fdd100;
}

.btn.fcbtn a {
  background: #4c8dcb;
  color: #fff;
}

.inBox.fcinbox .fc_thumb {
  width: 53%;
  line-height: 0;
  position: relative;
  height: 100%;
}

.cs {
  padding: 0 0 1rem;
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 0.2em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: 0.8s ease 0.3s;
}
.loaded .started .cs {
  transform: none;
  opacity: 1;
}

.btn a .min {
  font-size: 0.75em;
  margin-left: 0.5em;
}

.btn.btn_bnr {
  margin-bottom: 5em;
}

.btn.btn_bnr a {
  line-height: 1.3;
  font-size: 1.2em;
  padding: 1.1em;
}

.btn.btn_bnr a .min {
  margin-left: 0;
}

.popup {
  color: #484848;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  padding: 4em;
  max-width: 800px;
}

.popup .section-tit {
  text-align: center;
  margin-bottom: 3em;
  font-size: 1.05em;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}

#photo {
}

#photo::before {
  content: "";
}

.clip {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  z-index: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
.clip img {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  height: auto;
  left: 0;
  top: 0;
  pointer-events: none;
}

.member_name {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  margin: 0 0 10px 0;
}

.member_photo {
  border-radius: 30px;
  overflow: hidden;
}

.slider {
  width: 100%;
  margin: 0 auto 60px;
}

.slider li {
  padding: 0 6%;
  position: relative;
  overflow: initial;
}
.slick-initialized .slick-slide {
  position: relative;
  overflow: initial;
}
.slick-initialized .slick-slide:before {
  background-size: cover;
  content: "";
  background-image: url(/static/produce101s2/feature/pulse/images/ph_ribbon_WkgM6tXF.png);
  width: 3vw;
  height: 1.5vw;
  display: block;
  position: absolute;
  left: -1.5vw;
  top: 50%;
  z-index: 1;
}

.slick-slide img {
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.slider .slick-next {
  right: calc(18% + 12px);
  top: auto;
  bottom: -30px;
  width: 80px;
  height: 10px;
  border-bottom: 1px solid #fff;
}

.slider .slick-prev {
  left: calc(18% + 12px);
  top: auto;
  bottom: -30px;
  width: 80px;
  height: 10px;
  border-bottom: 1px solid #fff;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  content: "";
  width: 13px;
  height: 2px;
  border-bottom: 1px solid #fff;
  display: block;
  opacity: 1;
  bottom: -0.5px;
  top: 8px;
  position: absolute;
  transform: rotate(330deg);
  transform-origin: left bottom;
  background: none;
}

.slider .slick-next:before {
  transform: rotate(30deg);
  transform-origin: right bottom;
  left: auto;
  right: 0;
}

.photo_inner {
  position: relative;
}

.store_bnr {
  position: fixed;
  z-index: 1000;
  transition: 0.3s;
  bottom: 0;
  right: 0;
}

.store_bnr a {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: right;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.1rem;
  padding: 0.3rem 1.2rem 0.6rem 3rem;
  line-height: 1.1;
  transition: 0.3s;
}

.store_bnr a:hover {
  right: 1%;
}

.store_bnr a .site {
  font-size: 0.6em;
}

.store_bnr a::before {
  content: "";
  display: block;
  width: 130%;
  height: 100%;
  background: #00a37c;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
  transform: skewX(-25deg);
  transform-origin: bottom left;
  box-shadow: 0 0 1rem #00000030;
}

.store_bnr a i {
  position: absolute;
  top: 1.2rem;
  left: 2.8rem;
  font-size: 2em;
}

span.fconly {
  font-size: 0.48em;
}

.c_soon {
  text-align: center;
  font-size: 30px;
  font-family: "Archivo Black", sans-serif;
  letter-spacing: 0.05em;
}

/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }

  body::before {
    display: none;
  }

  #menuButton {
    display: none;
  }

  #gNav {
    transform: none;
    width: auto;
    height: auto !important;
    box-shadow: none;
    transition-delay: 1.3s;
    top: 0;
    background: none;
    position: relative;
  }

  .loaded #gNav {
  }

  #gNav .gnavMenu {
    text-align: left;
    display: flex;
  }

  #gNav .gnavMenu li:not(:last-child) {
    margin-right: 1.5em;
  }

  #gNav .gnavMenu .product_link:not(:last-child) {
    margin-right: 0.5em;
  }

  #gNav .gnavMenu .product_link.single_c:not(:last-child) {
    margin-right: 1.85em;
  }

  #gNav a {
    font-size: 1.1em;
    margin: 0;
  }
  .circle-btn:hover {
    background: #fee4bc;
  }

  .btn.btn_thumb a:hover {
    bottom: -0.5rem;
  }
}

/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {
  html {
    font-size: clamp(10px, 3.5vw, 2.5vh);
  }

  .pc {
    display: none !important;
  }

  header {
    padding: 1.2rem 1rem;
  }

  .bg.bg01 {
    background-size: 4%;
  }

  .btn a {
    font-size: 1.1rem;
  }
  .btnList > li {
    margin: 0 0 10px 0;
  }

  .nav_logo {
    width: 100%;
    margin: 0 auto 3rem;
  }

  #gNav a {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0.8rem;
    color: #266fb7;
  }
  #menuButton.active span {
    border-bottom: 1px solid #266fb7;
  }

  #gNav a::before {
    width: 2rem;
    height: 2rem;
    right: -1.6rem;
  }

  .gNavInr {
    padding: 5%;
    height: 100vh;
    height: 100svh;
  }

  #gNav .product_link a {
    font-size: 0.95em;
    width: 17rem;
    display: flex;
    margin: 0 auto 1em;
    line-height: 1.2;
    text-align: center;
    height: 3rem;
    align-items: center;
    justify-content: center;
  }

  /****************************************
	ビジュアル
*****************************************/

  :root {
    --visualTop: clamp(14px, 4vh, 28px);
    --visualBottom: clamp(14px, 3vh, 24px);
    --gap: clamp(8px, 1.6vh, 14px);

    /* 左帯予約幅：狭幅で暴れない */
    --bgW: clamp(18px, 6vmin, 44px);

    /* eqの高さ：縦短でも破綻しにくい */
    --eqH: clamp(180px, 28svh, 280px);

    /* 左右余白 */
    --safeX: clamp(12px, 3vw, 18px);

    /* 画面センター補正（あなたの今の最適値） */
    --centerFix: 0.46;
  }

  /* ===== 레イアウト土台（左帯を避ける + SPは縦センター構造） ===== */
  .visual {
    box-sizing: border-box;
    padding-top: var(--visualTop);
    padding-bottom: var(--visualBottom);
    padding-left: calc(var(--bgW) + var(--safeX));
    padding-right: var(--safeX);

    display: grid;
    grid-template-rows: 1fr auto var(--gap) var(--eqH) 1fr;
    row-gap: 0;
  }

  /* ===== 中身を「画面センター」に寄せ直す（transform禁止でマスク安全） ===== */
  .visual__logo,
  .eqSection {
    justify-self: center;
    position: relative;
    left: calc((var(--bgW) + var(--safeX)) * var(--centerFix) * -1);
  }

  /* ===== ロゴ ===== */
  .visual__logo {
    grid-row: 2;
    width: min(420px, 100%);
    margin: 0 auto;
    transform: none; /* ←グリッドで縦を決めるので不要 */
  }

  /* ===== EQ（ハート） ===== */
  .eqSection {
    grid-row: 4;
    height: var(--eqH);
    /* transformは絶対入れない（マスク壊れる） */
  }

  .eqVideo {
    width: min(900px, 100%);
    top: 50%; /* 30%が残ってると上が切れるので必ず50に */
  }

  /* ===== release（SP最適化） ===== */
  .releaseFloat {
    top: 58%;
    gap: 0;
  }

  .releaseFloat__num {
    font-size: clamp(42px, 11vw, 64px);
    letter-spacing: 0.12em;
  }

  .releaseFloat__sub {
    font-size: clamp(22px, 4.4vw, 26px);
    letter-spacing: 0.2em;
    white-space: nowrap;
  }

  .releaseFloat__date {
    font-size: 18px;
    letter-spacing: 0.28em;
    padding: 0 56px;
  }

  .releaseFloat__date::before,
  .releaseFloat__date::after {
    width: 48px;
  }

  :root {
    --bgW: 8vh;
  }

  h2 {
    font-size: 2.5em;
    margin-bottom: 2.5rem;
  }

  h2::before {
    width: 5rem;
    height: 5rem;
  }

  .title_sub {
    font-size: 12px;
  }

  .inBox {
    margin: auto;
    position: relative;
    padding: 0 6%;
  }

  .contents {
    padding: 3rem 0;
  }

  .attentionList li {
    font-size: 11px;
  }

  .general_box_tit {
    margin-bottom: 1.3em;
  }

  .general_box {
    position: relative;
    padding: 3.5em 0;
  }

  .general_box.judging::before {
    width: 85%;
  }

  .releaseBox .jkBox {
    width: 100%;
    padding-bottom: 0;
  }
  .releaseBox .jkBox .jk::after {
    bottom: -5px;
    left: -5px;
    z-index: -1;
  }
  .releaseBox > .detail::before {
    height: 2rem;
  }
  .releaseBox > .detail::after {
    height: 1.8rem;
  }

  .releaseBox .jkBox .jk:last-child {
    margin-bottom: 0;
  }

  .releaseBox .txtBox .jk_info {
    margin-bottom: 0;
  }

  .releaseBox .txtBox {
    width: 100%;
    font-size: 1.1em;
    padding: 0 0 3rem;
  }

  .releaseBox {
    padding: 3.5rem 0 0rem;
  }

  .releaseBox > .detail {
    margin-bottom: 3rem;
  }

  .releaseBox > .detail:last-child {
    margin-bottom: 0;
  }

  .releaseBox:nth-of-type(even) > .detail {
    flex-flow: column;
    margin-bottom: 3rem;
  }
  .releaseBox:nth-of-type(even) > .detail:last-child {
    margin-bottom: 0;
  }

  .releaseBox:nth-of-type(even) .jk_info {
    text-align: left;
  }

  .releaseBox .tit {
    font-size: 1.8em;
  }

  .releaseBox .price {
    font-size: 1.3em;
  }
  .releaseBox .pack {
    margin: 0 0 10px 0;
    font-size: 1em;
  }

  .releaseBox .pack.is-right {
    align-items: flex-start;
    text-align: left;
    margin-left: 0;
  }

  .releaseBox .listItems > li {
    padding-top: 1.5em;
    padding-bottom: 0;
  }

  .releaseBox .item_tit {
    font-size: 1em;
    margin-bottom: 0.6em;
  }

  .releaseBox .detail_list > li {
    font-size: 0.9em;
    line-height: 1.35;
    margin-bottom: 0.12em;
  }

  .releaseBox .detail_list.track_list {
    column-count: 1;
  }

  .re .product_04.releaseBox > .detail .jkImg_list li {
    width: 49%;
    margin: 0 0 30px 0;
  }
  .re .product_04.releaseBox > .detail .jkImg_list li .jk {
    line-height: 0;
    margin-bottom: 10px;
  }
  .re .product_04.releaseBox > .detail .jkImg_list li .tit {
    font-size: 17px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .re .product_04.releaseBox > .detail .jkImg_list li .btn a {
    width: 90%;
    font-size: 11px;
    padding: 10px;
    outline-offset: 3px;
  }

  #photo::before {
    width: 200%;
  }
  .slider {
    margin-bottom: 2rem;
  }
  .slider li {
    padding: 0 4%;
  }
  .member_name {
    right: 8px;
  }
  #shop {
    border: 2px solid #c0d6e8;
    width: 90%;
    margin: auto;
    border-radius: 20px;
  }
  section#fanclub {
  }
  .member_photo {
    border-radius: 15px;
    overflow: hidden;
  }
  .member_name {
    margin: 0 0 5px 0;
    font-size: 13px;
  }
  .fclead {
    text-align: left;
    font-size: 1em;
    margin-bottom: 2rem;
  }

  .btnList {
    flex-wrap: wrap;
  }

  .fc_thumb,
  .special_wrap.special_flex .fc_thumb {
    width: 100%;
    margin-bottom: 2rem;
  }
  .fc_thumb:last-child {
    margin-bottom: 0;
  }

  .inBox.fcinbox .fc_inner {
    width: 100%;
  }
  .fc_inner.fc_inner_mb {
    margin-bottom: 3rem;
  }

  .inBox.fcinbox h2 p {
    margin: 0 auto;
  }
  .inBox.fcinbox .fc_inner .btn a {
    margin: 0 auto 1.3rem;
  }
  .inBox.fcinbox .fc_thumb {
    width: 100%;
    margin-bottom: 3rem;
    height: auto;
  }
  .inBox.fcinbox {
    margin-bottom: 3rem;
  }

  .cs {
    font-size: 1.2em;
  }

  .general_txt {
    text-align: left;
    font-size: 0.9em;
    margin-bottom: 1.5rem;
  }

  .btn {
    width: 100%;
  }

  .infoBox {
    width: 100%;
    padding: 1.6rem;
    margin-bottom: 40px;
  }
  .shopLead {
    text-align: left;
    font-size: 1.05em;
    margin-bottom: 1.2rem;
  }

  .link:hover {
    opacity: 1;
  }

  .copy {
    text-align: left;
    font-size: 1em;
    writing-mode: initial;
    display: block;
    width: 100%;
    font-size: 0.7rem;
  }
  .copy:last-child {
    display: block;
  }

  .popup {
    padding: 1.8em;
    font-size: 1em;
  }

  .popup .section-tit {
    line-height: 1.6;
    margin-bottom: 1.5em;
  }

  .slider .slick-next {
    width: 50px;
    right: 18%;
  }

  .slider .slick-prev {
    width: 50px;
    left: 18%;
  }

  .slider li {
    padding: 0 8px;
  }

  .btn.btn_sub a {
    font-size: 1em;
    padding: 1.2em;
    width: 17em;
  }

  .btn.btn_w a {
    box-shadow: 3px 3px 0 #fff;
    font-size: 1.3em;
  }

  .footer_box {
    padding: 1rem 7% 4rem;
    text-align: center;
    position: relative;
    height: auto;
  }

  .btn.btn_bnr {
    margin-bottom: 3em;
  }

  .footer_logo {
    width: 200px;
    height: 33px;
  }

  body:not(.page--home) .footer .copyright {
    text-align: center;
    padding-top: 0;
  }
}

@media screen and (max-width: 960px) and (min-width: 500px) {
  html {
    font-size: clamp(10px, 2.6vw, 2.5vh);
  }
}

/****************************************
	loader
*****************************************/

.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(255, 255, 255, 0.2),
      transparent 60%
    ),
    radial-gradient(
      circle at 75% 70%,
      rgba(255, 255, 255, 0.1),
      transparent 55%
    ),
    radial-gradient(circle at 60% 30%, rgba(0, 0, 0, 0.1), transparent 65%),
    radial-gradient(circle at 10% 80%, rgba(0, 0, 0, 0.06), transparent 50%),
    #4c8dcb;
  pointer-events: none;
  opacity: 1;
  transition:
    opacity 0.55s ease,
    visibility 0s linear 0.55s;
}

.loader.is-hide {
  opacity: 0;
  visibility: hidden;
}

.loader__pulse {
  position: absolute;
  inset: -12%;
  background: none;
  filter: none;
  opacity: 1;
  z-index: 0;
}

.loader__moya {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.25);
  filter: contrast(1.15) saturate(1.05);
  opacity: 0.95;
}

.loader__splash {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75vmax;
  height: 75vmax;
  transform: translate(-50%, -50%) scale(0.06);
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.loader__splash--main {
  background-image: url("/static/produce101s2/feature/pulse/images/loading_explosion_9IgvISlN.webp");
  mix-blend-mode: normal;
  animation: splashMain 1.05s cubic-bezier(0.16, 0.84, 0.22, 1) 2.65s forwards;
  width: min(780px, 85vmax);
  height: min(780px, 85vmax);
}

.loader__splash--rays {
  background-image: url("/static/produce101s2/feature/pulse/images/loading_circle_9IgvISlN.png");
  mix-blend-mode: screen;
  animation: splashRays 1s cubic-bezier(0.16, 0.84, 0.22, 1) 2.75s forwards;
}

.loader__splash--sparkle {
  background-image: url("/static/produce101s2/feature/pulse/images/loading_Sparkle_9IgvISlN.png");
  background-size: min(600px, 60vmin);
  mix-blend-mode: normal;
  filter: none;
  animation: sparklePopLite 0.35s ease-out 2.88s forwards;
}

/* ===== White flash / wash ===== */
.loader::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  animation: flashWhite 0.12s ease 2.6s forwards;
}

.loader::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  z-index: 4;
  pointer-events: none;
  animation: washToWhite 0.14s ease-out 3s forwards;
}

/* ===== Keyframes ===== */
@keyframes flashWhite {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes splashMain {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.06) rotate(-1deg);
  }
  12% {
    opacity: 1;
  }
  30% {
    opacity: 0.95;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.7) rotate(1deg);
  }
}

@keyframes splashRays {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.35);
    filter: blur(10px);
  }
  20% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
    filter: blur(0);
  }
}

@keyframes sparklePopLite {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
  }
  35% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.02);
  }
}

@keyframes washToWhite {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.55;
  }
}

@media (max-width: 380px) {
  :root {
    --centerFix: 0.42;
  }
}

.loader__moya::-webkit-media-controls,
.eqVideo::-webkit-media-controls {
  display: none !important;
}
.loader__moya::-webkit-media-controls-start-playback-button,
.eqVideo::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.loader__moya::-webkit-media-controls-overlay-play-button,
.eqVideo::-webkit-media-controls-overlay-play-button {
  display: none !important;
}
