/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html {
  visibility: visible;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (min-width: 961px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  body {
    font-size: 14px;
  }
}
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

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

img {
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
  -webkit-user-drag: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.wrap {
  overflow: hidden;
}

.illust_bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.illust_bg > span {
  position: absolute;
}
.illust_bg .parts {
  aspect-ratio: 1/1;
  z-index: 10;
}
.illust_bg .parts img {
  animation: rotate_1 4s steps(1) infinite;
}
.illust_bg .parts:nth-of-type(1) img {
  animation-delay: 0s;
}
.illust_bg .parts:nth-of-type(2) img {
  animation-delay: 1.4s;
}
.illust_bg .parts:nth-of-type(3) img {
  animation-delay: 3.2s;
}
.illust_bg .parts:nth-of-type(4) img {
  animation-delay: 2s;
}
.illust_bg .parts:nth-of-type(5) img {
  animation-delay: 2.6s;
}
.illust_bg .parts:nth-of-type(6) img {
  animation-delay: 0.6s;
}

.section-tit {
  font-family: "Orbitron", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
}

.section-tit span {
  font-size: 18px;
}

.section--mv {
  position: relative;
  background-color: #0049FF;
}
.section--mv .illust_bg {
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.17, 1.53), opacity 0.3s;
  transition-delay: 1s;
  opacity: 0;
}
.section--mv .illust_nalu_01,
.section--mv .shape_11 {
  animation: rotate_2 1.6s steps(1) infinite;
}
.section--mv .illust_taichi_01,
.section--mv .shape_08 {
  animation: rotate_3 1.6s steps(1) infinite;
}
.section--mv .mv__logo {
  position: relative;
  width: min(22vw, 307px);
  margin-inline: auto;
}
.section--mv .mv__logo::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.section--mv .mv__logo .mv__logo-img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.3s 0.2s;
  transition: clip-path 0.3s 0.2s;
  transition: clip-path 0.3s 0.2s, -webkit-clip-path 0.3s 0.2s;
  pointer-events: none;
}
.section--mv .mv__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--mv .mv__title-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1015/350;
  margin: 24px 0 50px;
  background-image: url("/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/mv__title__bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.5s;
  transition: clip-path 0.5s;
  transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.section--mv .mv__title-main .anniversary {
  display: block;
  height: auto;
  position: relative;
  width: 86%;
  fill: #0049FF;
}
.section--mv .mv__title-main .anniversary,
.section--mv .mv__title-main .mv__title-goods {
  transform: scale(0.5);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.17, 1.53), opacity 0.3s;
  transition-delay: 0.4s;
  opacity: 0;
}
.section--mv .mv__title-goods {
  display: block;
  color: #0049FF;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.section--mv .mv__title-year {
  position: relative;
  display: block;
  margin-top: 16px;
  font-size: 20px;
  color: #fff;
  font-family: "Orbitron", sans-serif;
}
.section--mv .mv__title-year::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.section--mv .mv__title-year .year {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.3s 0.2s;
  transition: clip-path 0.3s 0.2s;
  transition: clip-path 0.3s 0.2s, -webkit-clip-path 0.3s 0.2s;
  pointer-events: none;
}

body.loaded .section--mv .illust_bg,
body.loaded .section--mv .anniversary,
body.loaded .section--mv .mv__title-goods {
  opacity: 1;
  transform: scale(1);
}
body.loaded .section--mv .mv__logo::before,
body.loaded .section--mv .mv__title-year::before {
  animation: clip 0.6s both;
}
body.loaded .section--mv .mv__title-main,
body.loaded .section--mv .mv__logo-img,
body.loaded .section--mv .year {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

#anniversary_fv .mv__title-path--01 {
  fill: #FF5CE0;
}
#anniversary_fv .mv__title-path--05 {
  fill: #8736FF;
}
#anniversary_fv .mv__title-path--10 {
  fill: #FF366A;
}
#anniversary_fv .mv__title-path--04 {
  fill: #0BFF81;
}
#anniversary_fv .mv__title-path--03 {
  fill: #3275FF;
}
#anniversary_fv .mv__title-path--08 {
  fill: #DEFF00;
}

.section--info {
  position: relative;
  padding-bottom: 120px;
  margin-top: -1px;
  background-color: #0049FF;
}
.section--info .section-tit {
  color: #0049FF;
}
.section--info .inner {
  position: relative;
  z-index: 10;
  width: 80vw;
  max-width: 800px;
  margin: 0 auto;
  transform: translate(0, 60px);
  opacity: 0;
  transition: transform 0.4s, opacity 0.3s;
  transition-delay: 1.2s;
}
.section--info .inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 64px;
  left: 50%;
  inset: 0;
  background-color: #00e5ff;
  transform-origin: left bottom;
  transform: translate(0) rotate(0deg);
  transition: 0.3s 0.4s;
  pointer-events: none;
}
.section--info .inner body.is-scroll .section--info.delighter.started .inner::before {
  transition-delay: 0s;
}
.section--info .inner .block--info {
  padding: 60px 0;
  background-color: #ffffff;
  border: 2px solid #0049FF;
}
.section--info .inner .list--info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.section--info .info__item {
  display: flex;
  gap: 18px;
}
.section--info .info__item + .info__item {
  margin-top: 16px;
}
.section--info .info__item .block--tit {
  width: 6.5em;
  padding: 0.3em 1em;
  text-align: center;
  background-color: #0049FF;
  color: #ffffff;
  font-size: 14px;
}
.section--info .info__item .date {
  font-size: 16px;
}
.section--info .section-tit-info span {
  margin-bottom: 40px;
}

body.is-scroll .section--info.delighter.started .inner {
  transition-delay: 0s;
}

body.loaded .section--info.delighter.started .inner {
  transform: translate(0);
  opacity: 1;
}
body.loaded .section--info.delighter.started .inner::before {
  transform: translate(8px, 8px);
}

.interview__trigger--btn {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  position: relative;
}
.interview__trigger--btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--member-color);
  transform-origin: left bottom;
  transform: translate(0) rotate(0deg);
  transition: 0.3s 0.2s;
  z-index: -1;
  pointer-events: none;
}
.interview__trigger--btn:nth-child(1) {
  --member-color: #FF5CE0;
}
.interview__trigger--btn:nth-child(2) {
  --member-color: #8736FF;
}
.interview__trigger--btn:nth-child(3) {
  --member-color: #FF366A;
}
.interview__trigger--btn:nth-child(4) {
  --member-color: #0BFF81;
}
.interview__trigger--btn:nth-child(5) {
  --member-color: #3275FF;
}
.interview__trigger--btn:nth-child(6) {
  --member-color: #DEFF00;
}
.interview__trigger--btn span.interview__trigger--items {
  padding: 26px 10px;
  border: solid 2px var(--member-color);
  background-color: #ffffff;
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .interview__trigger--btn:hover .interview__trigger--items {
    transform: translate(3px, 3px);
    transition: transform 0.2s ease, filter 0.2s ease;
  }
}

.section--interview {
  background-color: #0049FF;
  padding-bottom: 120px;
  margin-top: -1px;
  position: relative;
}
.section--interview .illust_bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.section--interview .interview_illust {
  position: absolute;
}
.section--interview .interview_illust_01 {
  bottom: 87%;
  right: 76%;
  width: 5vw;
}
.section--interview .interview_illust_02 {
  bottom: 92%;
  right: 72%;
  width: 3vw;
}
.section--interview .interview_illust_03 {
  bottom: 84%;
  right: 65%;
  width: 5vw;
  transform: rotate(-25deg);
}
.section--interview .interview_illust_04 {
  bottom: 87%;
  right: 30%;
  width: 5vw;
}
.section--interview .interview_illust_05 {
  bottom: 85%;
  right: 24%;
  width: 3vw;
}
.section--interview .interview_illust_06 {
  bottom: 91%;
  right: 19%;
  width: 3vw;
}
.section--interview > .inner {
  width: 80%;
  max-width: 800px;
  margin-inline: auto;
  transform: translate(0, 60px);
  opacity: 0;
  transition: transform 0.4s, opacity 0.3s;
}

.section-tit-interview {
  color: #fff;
  margin-bottom: 40px;
}

.interview__trigger--inner {
  display: grid;
  justify-content: space-between;
  gap: 48px 48px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  transition: transform 0.4s, opacity 0.3s;
}

span.modal-trigger--name {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  font-size: 24px;
  padding: 8px;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
  padding: 40px 20px;
}

.modal--active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  align-items: center;
  justify-content: center;
}

.interview__content--image img {
  object-fit: contain;
  display: block;
  -webkit-user-drag: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  max-height: 90svh;
  border: 10px solid var(--member-color);
  border-radius: min(76px, min(7vh, 16vw));
}

.modal#modal-1 {
  --member-color: #FF5CE0;
}
.modal#modal-2 {
  --member-color: #8736FF;
}
.modal#modal-3 {
  --member-color: #FF366A;
}
.modal#modal-4 {
  --member-color: #0BFF81;
}
.modal#modal-5 {
  --member-color: #3275FF;
}
.modal#modal-6 {
  --member-color: #DEFF00;
}

button.modal__close {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 10;
}
button.modal__close::before, button.modal__close::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #fff;
}
button.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
button.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

span.modal-trigger--tag.nalu {
  background-image: url("/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/tag_tap-1.svg");
}

span.modal-trigger--tag.shotaro {
  background-image: url("/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/tag_tap-2.svg");
}

span.modal-trigger--tag.taichi {
  background-image: url("/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/tag_tap-3.svg");
}

span.modal-trigger--tag.koshin {
  background-image: url("/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/tag_tap-4.svg");
}

span.modal-trigger--tag.ken {
  background-image: url("/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/tag_tap-5.svg");
}

span.modal-trigger--tag.ayuta {
  background-image: url("/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/tag_tap-6.svg");
}

.modal-trigger--tag {
  transform: translate(-40%, -48%);
  position: absolute;
  display: block;
  width: 120px;
  aspect-ratio: 100/60;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}

.section--interview > .inner {
  transform: translate(0, 60px);
  opacity: 0;
  transition: transform 0.4s, opacity 0.3s;
}

body.loaded .section--interview.delighter.started > .inner {
  transform: translate(0);
  opacity: 1;
}
body.loaded .section--interview.delighter.started .interview__trigger--btn::before {
  transform: translate(6px, 6px);
}

.section--interview .illust_bg {
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.17, 1.53), opacity 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}

body.loaded .section--interview.delighter.started .illust_bg {
  opacity: 1;
  transform: scale(1);
}

.section--lineup {
  padding: 100px 0 240px;
  position: relative;
}
.section--lineup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 140%;
  background-image: url("/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/bg_paper.webp");
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.3;
}
.section--lineup > .inner {
  position: relative;
  z-index: 10;
  width: 80vw;
  max-width: 800px;
  margin-inline: auto;
  transform: translate(0, 60px);
  opacity: 0;
  transition: transform 0.4s, opacity 0.3s;
}
.section--lineup .list--goods {
  display: flex;
  flex-wrap: wrap;
  gap: 52px 56px;
  margin: 5rem auto 8rem;
  justify-content: center;
}
.section--lineup .goods__item {
  position: relative;
  width: calc((100% - 112px) / 3);
  color: #000000;
}
.section--lineup .goods__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--member-color);
  transform-origin: left bottom;
  transform: translate(0) rotate(0deg);
  transition: 0.3s 0.2s;
  z-index: -1;
  pointer-events: none;
}
.section--lineup .goods__item::after {
  content: "";
  width: 50%;
  aspect-ratio: 1;
  position: absolute;
  top: -15%;
  left: -15%;
  z-index: 10;
  background-image: var(--member-img);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .section--lineup .goods__item:hover::after {
    animation: rotate_2 0.6s steps(1) infinite;
  }
}
.section--lineup .goods__item:nth-child(1) {
  --member-color: #FF5CE0;
  --member-img: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/illust_nalu_02.webp);
}
.section--lineup .goods__item:nth-child(2) {
  --member-color: #8736FF;
  --member-img: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/illust_shotaro_02.webp);
}
.section--lineup .goods__item:nth-child(3) {
  --member-color: #FF366A;
  --member-img: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/illust_taichi_02.png);
}
.section--lineup .goods__item:nth-child(3)::after {
  width: 42%;
}
.section--lineup .goods__item:nth-child(4) {
  --member-color: #0BFF81;
  --member-img: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/illust_koshin_02.webp);
}
.section--lineup .goods__item:nth-child(5) {
  --member-color: #3275FF;
  --member-img: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/illust_ken_02.webp);
}
.section--lineup .goods__item:nth-child(6) {
  --member-color: #DEFF00;
  --member-img: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/illust_ayuta_02.webp);
}
.section--lineup .goods__item .inner {
  background-color: #ffffff;
  border: 2px solid var(--member-color);
  padding: 24px 24px 16px;
  z-index: 10;
  position: relative;
  display: block;
  height: 100%;
}
.section--lineup .goods__item p {
  display: flex;
  justify-content: center;
  font-weight: 600;
}
.section--lineup .illust_bg {
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.17, 1.53), opacity 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
.section--lineup .illust_bg .shape_05,
.section--lineup .illust_bg .shape_18 {
  animation: rotate_1 2s steps(1) infinite;
}
.section--lineup .illust_bg .shape_02,
.section--lineup .illust_bg .shape_17 {
  animation: rotate_2 1.6s steps(1) infinite;
}
.section--lineup .illust_bg .shape_06,
.section--lineup .illust_bg .shape_15 {
  animation: rotate_3 1.6s steps(1) infinite;
}

.swiper-pagination-bullet-active {
  background: var(--member-color);
}

.swiper {
  padding-bottom: 30px;
}
.swiper img {
  aspect-ratio: 1;
}

body.loaded .section--lineup.delighter.started > .inner {
  transform: translate(0);
  opacity: 1;
}
body.loaded .section--lineup.delighter.started .goods__item.delighter.started::before {
  transform: translate(8px, 8px);
}
body.loaded .section--lineup.delighter.started .illust_bg {
  opacity: 1;
  transform: scale(1);
}

@media (hover: hover) and (pointer: fine) {
  .goods__item a.inner:hover {
    transform: translate(4px, 4px);
    transition: transform 0.2s ease;
  }
}

.section--item-detail {
  position: relative;
  background: #0049FF;
  color: #ffffff;
  padding: 60px 0 80px;
  transform: translate(0, 60px);
  opacity: 0;
  transition: transform 0.4s, opacity 0.3s;
}
.section--item-detail::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: #0049FF;
  width: 100vw;
  aspect-ratio: 640/59;
  -webkit-mask-image: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/bg_round-pc.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  -webkit-mask-size: cover;
  mask-image: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/bg_round-pc.svg);
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: cover;
}
.section--item-detail .section-tit {
  margin-bottom: 40px;
}
.section--item-detail .inner {
  position: relative;
  width: 80vw;
  max-width: 800px;
  margin: 0 auto;
}
.section--item-detail .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #00E5FF;
  transform-origin: left bottom;
  transform: translate(0) rotate(0deg);
  transition: 0.3s 0.3s;
  z-index: 0;
  pointer-events: none;
}
.section--item-detail .inner .block--detail {
  padding: 60px;
}
.section--item-detail .inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  border: 2px solid #0049FF;
  z-index: 1;
  pointer-events: none;
}
.section--item-detail .inner > * {
  position: relative;
  z-index: 2;
}
.section--item-detail .inner .item-detail__inner {
  border: 2px solid #D9D9D9;
  padding: 34px 48px;
}
.section--item-detail .inner .item-detail__heading {
  font-size: 20px;
  margin-bottom: 0.5em;
  color: #0049FF;
}
.section--item-detail .inner .item-detail__imgs + .item-detail__imgs {
  margin-top: 1em;
}
.section--item-detail .inner .item-detail__item {
  display: flex;
  align-items: baseline;
  font-size: 18px;
}
.section--item-detail .inner .item-detail__item dt {
  font-weight: 700;
  width: 5em;
}
.section--item-detail .inner .item-detail__item dd {
  width: calc(100% - 5em);
}
.section--item-detail .inner .item-detail__list {
  margin-top: 40px;
  color: #000000;
}
.section--item-detail .illust_bg {
  z-index: 10;
  transform: scale(1.15);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.17, 1.53), opacity 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
.section--item-detail .illust_bg .illust_ken_04,
.section--item-detail .illust_bg .illust_koshin_01,
.section--item-detail .illust_bg .illust_nalu_04 {
  animation: rotate_2 1.6s steps(1) infinite;
}
.section--item-detail .illust_bg .shape_21,
.section--item-detail .illust_bg .shape_22 {
  animation: rotate_3 1.6s steps(1) infinite;
}

body.loaded .section--item-detail.delighter.started {
  transform: translate(0);
  opacity: 1;
}
body.loaded .section--item-detail.delighter.started .inner::before {
  transform: translate(8px, 8px);
}
body.loaded .section--item-detail.delighter.started .illust_bg {
  opacity: 1;
  transform: scale(1);
}

.ph {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ph picture {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ph picture img {
  width: 50%;
  height: auto;
}

.tradingcard-case picture {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tradingcard-case picture img {
  width: 90%;
  height: auto;
}

.btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (hover: hover) and (pointer: fine) {
  .btn:has(.btn--main:hover) .btn--main {
    transform: translate(5px, 5px);
    transition: transform 0.2s ease, filter 0.2s ease;
  }
}

.btn--main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80vw;
  padding: 1em 2.4em;
  margin: 0 auto;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #0049FF;
  font-size: 16px;
  font-weight: 600;
  animation: color 3s steps(1) infinite;
}
.btn--main .arrow {
  width: 1.25em;
  height: 1.25em;
  overflow: visible;
}

#arrow .arrow {
  fill: #0049FF;
  animation: arrow_color 3s steps(1) infinite;
}
#arrow .round {
  fill: #fff;
  animation: round_color 3s steps(1) infinite;
}

.btn--float {
  position: fixed;
  bottom: 30px;
  right: -2px;
  z-index: 13;
  translate: 0 0;
  transition: translate 0.3s 2s ease;
  font-family: "Orbitron", sans-serif;
}

body.is-footer .btn--float,
body:not(.loaded) .btn--float {
  translate: 100% 0;
}

body.is-scroll .btn--float {
  transition-delay: 0s;
}

footer {
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: url("/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/bg_paper.webp");
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.3;
}
footer .footer__inner {
  padding-top: 24px;
}
footer .footer__loop {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 9vw;
}
footer .anniversary {
  position: relative;
  width: 46vw;
  padding-left: 10vw;
}
footer .anniversary svg {
  width: 100%;
  fill: #0049FF;
}
footer .anniversary::before {
  content: "";
  display: block;
  position: absolute;
  height: 80%;
  top: 10%;
  left: 5%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  animation: rotate_1 4s steps(1) infinite;
}
footer .anniversary:nth-child(1)::before {
  background-image: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/parts_1.svg);
}
footer .anniversary:nth-child(2)::before {
  background-image: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/parts_2.svg);
}
footer .anniversary:nth-child(3)::before {
  background-image: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/parts_3.svg);
}
footer .anniversary:nth-child(4)::before {
  background-image: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/parts_4.svg);
}
footer .anniversary:nth-child(5)::before {
  background-image: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/parts_5.svg);
}
footer .anniversary:nth-child(6)::before {
  background-image: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/parts_6.svg);
}
footer .loop {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
}
footer .loop_01 {
  animation: loop1 60s linear infinite;
}
footer .loop_02 {
  animation: loop2 60s linear infinite;
}
footer .footer-nav {
  margin-top: 40px;
}
footer .footer-list_bnr {
  margin-inline: auto;
  margin-bottom: 40px;
  width: min(240px, 40vw);
}
footer .footer-list_bnr a {
  display: block;
  border: 1px solid #0049FF;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 16% 15%;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer-list_bnr a {
    transition: opacity 0.3s;
  }
  footer .footer-list_bnr a:hover {
    opacity: 0.5;
  }
}
footer .footer-list_bnr a img {
  vertical-align: bottom;
}
footer .footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  gap: 20px;
  color: #0049FF;
  background: transparent;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  footer .footer-nav__list li a:hover {
    animation: color 3s steps(1) infinite;
    color: #fff;
  }
}
footer p.copyright {
  text-align: center;
  padding-bottom: 48px;
  color: #0049FF;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  font-size: 12px;
}
footer .element {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.2;
}

@keyframes rotate_1 {
  0%, 10%, 30%, 50% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-14deg);
  }
}
@keyframes rotate_2 {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes rotate_3 {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
@keyframes loop1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes clip {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  50% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
@keyframes color {
  0% {
    background: #0049FF;
    color: #fff;
  }
  16% {
    background: #FF5CE0;
  }
  30% {
    background: #8736FF;
  }
  44% {
    background: #FF366A;
    color: #fff;
  }
  58% {
    background: #0BFF81;
    color: #0049FF;
  }
  72% {
    background: #3275FF;
    color: #fff;
  }
  86% {
    background: #DEFF00;
    color: #0049FF;
  }
  100% {
    background: #0049FF;
    color: #fff;
  }
}
@keyframes arrow_color {
  0% {
    fill: #0049FF;
    color: #fff;
  }
  16% {
    fill: #FF5CE0;
  }
  30% {
    fill: #8736FF;
  }
  44% {
    fill: #FF366A;
    color: #fff;
  }
  58% {
    fill: #0BFF81;
    color: #0049FF;
  }
  72% {
    fill: #3275FF;
    color: #fff;
  }
  86% {
    fill: #DEFF00;
    color: #0049FF;
  }
  100% {
    fill: #0049FF;
    color: #fff;
  }
}
@keyframes round_color {
  0% {
    fill: #fff;
  }
  44% {
    fill: #fff;
  }
  58% {
    fill: #0049FF;
  }
  72% {
    fill: #fff;
  }
  86% {
    fill: #0049FF;
  }
  100% {
    fill: #fff;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .section--mv {
    padding-block: min(9vw, 14vh) min(12vw, 16vh);
    max-height: 100vh;
  }
  .section--mv .illust_bg .parts {
    width: min(8vw, 17vh);
  }
  .section--mv .illust_bg .parts_1 {
    bottom: min(23vw, 34vh);
    right: 5vw;
    transform: rotate(22deg);
  }
  .section--mv .illust_bg .parts_2 {
    top: min(5vw, 9vh);
    right: 17vw;
    transform: rotate(-19deg);
  }
  .section--mv .illust_bg .parts_3 {
    bottom: min(4vw, 13vh);
    left: 7vw;
    transform: rotate(16deg);
  }
  .section--mv .illust_bg .parts_4 {
    top: min(7vw, 13vh);
    left: 12vw;
  }
  .section--mv .illust_bg .parts_5 {
    bottom: min(11vw, 21vh);
    right: 27vw;
    transform: rotate(16deg);
  }
  .section--mv .illust_bg .parts_6 {
    bottom: min(15vw, 27vh);
    left: 21vw;
    transform: rotate(-31deg);
  }
  .section--mv .illust_bg .illust_ayuta_01 {
    bottom: min(11vw, 20vh);
    right: 19vw;
    transform: rotate(-3deg);
    width: 4vw;
  }
  .section--mv .illust_bg .illust_ken_01 {
    bottom: min(30vw, 48vh);
    right: 3vw;
    transform: rotate(-6deg);
    width: 4vw;
  }
  .section--mv .illust_bg .illust_koshin_01 {
    bottom: min(14vw, 25vh);
    left: 29vw;
    transform: rotate(3deg);
    width: 4vw;
  }
  .section--mv .illust_bg .illust_nalu_01 {
    bottom: min(13vw, 23vh);
    left: 3vw;
    width: 4vw;
  }
  .section--mv .illust_bg .illust_shotaro_01 {
    top: min(9vw, 16vh);
    right: 12vw;
    transform: rotate(5deg);
    width: 4vw;
  }
  .section--mv .illust_bg .illust_taichi_01 {
    top: min(5vw, 9vh);
    left: 21vw;
    width: 2.5vw;
  }
  .section--mv .illust_bg .shape_01 {
    top: min(5vw, 9vh);
    left: 0vw;
    transform: rotate(4deg);
    width: 7vw;
  }
  .section--mv .illust_bg .shape_02 {
    top: min(12vw, 22vh);
    left: 4vw;
    transform: rotate(-5deg);
    width: 3.5vw;
  }
  .section--mv .illust_bg .shape_03 {
    bottom: min(18vw, 32vh);
    left: -0.5vw;
    transform: rotate(4deg);
    width: 7.5vw;
  }
  .section--mv .illust_bg .shape_04 {
    bottom: min(27vw, 48vh);
    left: 6vw;
    transform: rotate(4deg);
    width: 3vw;
  }
  .section--mv .illust_bg .shape_05 {
    bottom: min(13vw, 23vh);
    left: 19vw;
    transform: rotate(4deg);
    width: 1.5vw;
  }
  .section--mv .illust_bg .shape_06 {
    bottom: min(6vw, 11vh);
    left: 20vw;
    transform: rotate(4deg);
    width: 6vw;
  }
  .section--mv .illust_bg .shape_07 {
    bottom: min(4vw, 8vh);
    right: 17vw;
    transform: rotate(14deg);
    width: 10vw;
  }
  .section--mv .illust_bg .shape_08 {
    bottom: min(8vw, 15vh);
    right: 6vw;
    width: 7vw;
  }
  .section--mv .illust_bg .shape_09 {
    top: min(14vw, 25vh);
    right: -0.5vw;
    transform: rotate(3deg);
    width: 8vw;
  }
  .section--mv .illust_bg .shape_10 {
    top: min(11vw, 20vh);
    right: 27vw;
    transform: rotate(3deg);
    width: 3vw;
  }
  .section--mv .illust_bg .shape_11 {
    top: min(2vw, 3vh);
    right: -0.5vw;
    width: 5vw;
  }
  .section--mv .illust_bg .shape_12 {
    top: min(14vw, 25vh);
    right: 14vw;
    transform: rotate(3deg);
    width: 1.5vw;
  }
  .section--mv .illust_bg .shape_13 {
    top: min(5vw, 10vh);
    left: 29vw;
    transform: rotate(3deg);
    width: 1vw;
  }
  .section--mv .illust_bg .shape_14 {
    display: none;
  }
  .section--mv .mv__title-main {
    width: min(80vw, 141vh);
  }
  .section--mv .mv__title-goods {
    font-size: min(6.5vw, 10.5vh);
    margin-bottom: 0.5vw;
  }
  .section--lineup .illust_bg .illust_ayuta_03 {
    bottom: 30vw;
    right: 5vw;
    width: 6vw;
  }
  .section--lineup .illust_bg .illust_ken_03 {
    top: 57vw;
    left: 4vw;
    width: 6vw;
  }
  .section--lineup .illust_bg .illust_koshin_03 {
    top: 13vw;
    left: 7vw;
    width: 4vw;
  }
  .section--lineup .illust_bg .illust_nalu_03 {
    top: 34vw;
    left: 2vw;
    width: 9vw;
  }
  .section--lineup .illust_bg .illust_shotaro_03 {
    bottom: 41vw;
    right: 8vw;
    width: 4vw;
  }
  .section--lineup .illust_bg .illust_taichi_03 {
    bottom: 9vw;
    right: -1.5vw;
    width: 7vw;
  }
  .section--lineup .illust_bg .shape_01 {
    top: 29vw;
    left: -1vw;
    width: 7vw;
  }
  .section--lineup .illust_bg .shape_02 {
    top: 44vw;
    left: 8vw;
    width: 3.5vw;
  }
  .section--lineup .illust_bg .shape_05 {
    top: 24vw;
    left: 8vw;
    width: 1.5vw;
  }
  .section--lineup .illust_bg .shape_06 {
    top: 19vw;
    left: 2vw;
    width: 6vw;
  }
  .section--lineup .illust_bg .shape_09 {
    bottom: 37vw;
    right: -0.5vw;
    width: 7vw;
  }
  .section--lineup .illust_bg .shape_15 {
    bottom: 55vw;
    right: 9vw;
    width: 3vw;
  }
  .section--lineup .illust_bg .shape_16 {
    bottom: 49vw;
    right: 0;
    width: 12vw;
  }
  .section--lineup .illust_bg .shape_17 {
    bottom: 25vw;
    right: 2vw;
    width: 4vw;
  }
  .section--lineup .illust_bg .shape_18 {
    bottom: 18vw;
    right: 10vw;
    width: 3vw;
  }
  .section--lineup .illust_bg .shape_19 {
    bottom: 7vw;
    right: 10vw;
    width: 13vw;
  }
  .section--lineup .illust_bg .shape_20 {
    top: 6vw;
    left: -1vw;
    width: 7vw;
  }
  .section--lineup .illust_bg .shape_21 {
    top: 50vw;
    left: -1vw;
    width: 8vw;
  }
  .section--lineup .goods__item:nth-child(3)::after {
    width: 60%;
    top: -19%;
    left: -24%;
    transform: rotate(-7deg);
  }
  .section--item-detail {
    padding-bottom: 180px;
  }
  .section--item-detail .btn {
    margin-top: 80px;
  }
  .section--item-detail .btn .btn--main {
    font-size: 20px;
  }
  .section--item-detail .item-detail__list {
    display: grid;
    gap: 2em;
  }
  .section--item-detail .illust_bg .parts {
    width: 8vw;
  }
  .section--item-detail .illust_bg .parts_1 {
    bottom: 7vw;
    left: 15vw;
    transform: rotate(22deg);
  }
  .section--item-detail .illust_bg .parts_2 {
    top: 4vw;
    left: 22vw;
    transform: rotate(-19deg);
  }
  .section--item-detail .illust_bg .parts_3 {
    top: 9vw;
    left: 17vw;
    transform: rotate(16deg);
    z-index: -1;
  }
  .section--item-detail .illust_bg .parts_4 {
    bottom: 47vw;
    right: 13.5vw;
    transform: rotate(-15deg);
  }
  .section--item-detail .illust_bg .parts_5 {
    bottom: 12.5vw;
    left: 10vw;
    transform: rotate(-20deg);
    z-index: -1;
  }
  .section--item-detail .illust_bg .parts_6 {
    bottom: 42.5vw;
    right: 8vw;
    transform: rotate(-31deg);
  }
  .section--item-detail .illust_bg .illust_ayuta_04 {
    bottom: 0;
    transform: translateY(6%);
    left: 6vw;
    width: 4.5vw;
  }
  .section--item-detail .illust_bg .illust_ken_04 {
    top: 15vw;
    left: 11vw;
    width: 6vw;
  }
  .section--item-detail .illust_bg .illust_koshin_01 {
    bottom: 58vw;
    right: 11vw;
    width: 3vw;
  }
  .section--item-detail .illust_bg .illust_nalu_04 {
    bottom: 7vw;
    left: 1.5vw;
    width: 6vw;
  }
  .section--item-detail .illust_bg .illust_shotaro_04 {
    top: 4vw;
    left: 10vw;
    width: 3vw;
  }
  .section--item-detail .illust_bg .illust_taichi_04 {
    bottom: 47vw;
    right: -0.3vw;
    width: 4vw;
  }
  .section--item-detail .illust_bg .shape_07 {
    top: 8vw;
    left: -1vw;
    width: 10vw;
    transform: rotate(-8deg);
  }
  .section--item-detail .illust_bg .shape_16 {
    bottom: 20vw;
    left: -1vw;
    width: 14vw;
    transform: rotate(-4deg);
  }
  .section--item-detail .illust_bg .shape_17 {
    bottom: 28vw;
    right: 2vw;
    width: 4vw;
  }
  .section--item-detail .illust_bg .shape_19 {
    bottom: 52vw;
    right: -1vw;
    width: 14vw;
    z-index: -1;
  }
  .section--item-detail .illust_bg .shape_21 {
    top: 15vw;
    left: -1vw;
    width: 8vw;
  }
  .section--item-detail .illust_bg .shape_22 {
    bottom: 59vw;
    right: 4vw;
    width: 3vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .section-tit {
    font-size: max(5vw, 20px);
  }
  .section-tit span {
    font-size: max(2vw, 12px);
    margin-top: 0.5em;
  }
  .section--mv {
    padding-block: 30vw;
  }
  .section--mv .illust_bg .parts {
    width: 16vw;
  }
  .section--mv .illust_bg .parts_1 {
    bottom: 33vw;
    right: 2vw;
    transform: rotate(22deg);
  }
  .section--mv .illust_bg .parts_2 {
    top: 30vw;
    right: 6vw;
    transform: rotate(-19deg);
  }
  .section--mv .illust_bg .parts_3 {
    bottom: 38vw;
    left: 11vw;
    transform: rotate(-12deg);
  }
  .section--mv .illust_bg .parts_4 {
    top: 31vw;
    left: 6vw;
  }
  .section--mv .illust_bg .parts_5 {
    bottom: 10vw;
    right: 19vw;
    transform: rotate(16deg);
  }
  .section--mv .illust_bg .parts_6 {
    top: 6vw;
    right: 61vw;
    transform: rotate(19deg);
  }
  .section--mv .illust_bg .illust_ayuta_01 {
    bottom: 12vw;
    right: 37vw;
    transform: rotate(-3deg);
    width: 9vw;
  }
  .section--mv .illust_bg .illust_ken_01 {
    bottom: 49vw;
    right: 10vw;
    transform: rotate(-63deg);
    width: 7.5vw;
  }
  .section--mv .illust_bg .illust_koshin_01 {
    top: 19vw;
    right: 54vw;
    width: 6vw;
  }
  .section--mv .illust_bg .illust_nalu_01 {
    bottom: 32vw;
    left: 6vw;
    transform: rotate(-2deg);
    width: 6vw;
  }
  .section--mv .illust_bg .illust_shotaro_01 {
    top: 41vw;
    right: -0.5vw;
    transform: rotate(5deg);
    width: 7vw;
  }
  .section--mv .illust_bg .illust_taichi_01 {
    top: 23vw;
    left: 4vw;
    transform: rotate(-32deg);
    width: 5vw;
  }
  .section--mv .illust_bg .shape_01 {
    top: 5vw;
    left: 0;
    transform: rotate(4deg);
    width: 15vw;
  }
  .section--mv .illust_bg .shape_02 {
    display: none;
  }
  .section--mv .illust_bg .shape_03 {
    bottom: 11vw;
    left: -2vw;
    transform: rotate(4deg);
    width: 15vw;
  }
  .section--mv .illust_bg .shape_04 {
    top: 14vw;
    left: 13vw;
    transform: rotate(4deg);
    width: 2vw;
  }
  .section--mv .illust_bg .shape_05 {
    bottom: 28vw;
    left: 24vw;
    transform: rotate(4deg);
    width: 3vw;
  }
  .section--mv .illust_bg .shape_06 {
    bottom: 13vw;
    left: 25vw;
    transform: rotate(4deg);
    width: 10vw;
  }
  .section--mv .illust_bg .shape_07 {
    display: none;
  }
  .section--mv .illust_bg .shape_08 {
    bottom: 12vw;
    right: -1vw;
    width: 12vw;
  }
  .section--mv .illust_bg .shape_09 {
    top: 16vw;
    right: -1vw;
    transform: rotate(3deg);
    width: 12vw;
  }
  .section--mv .illust_bg .shape_10 {
    top: 16vw;
    right: 33vw;
    transform: rotate(3deg);
    width: 5vw;
  }
  .section--mv .illust_bg .shape_11 {
    top: 4vw;
    right: 22vw;
    transform: rotate(-11deg);
    width: 8vw;
  }
  .section--mv .illust_bg .shape_12 {
    bottom: 38vw;
    right: 22vw;
    transform: rotate(3deg);
    width: 3vw;
  }
  .section--mv .illust_bg .shape_13 {
    display: none;
  }
  .section--mv .illust_bg .shape_14 {
    top: 6vw;
    right: -1vw;
    width: 5vw;
  }
  .section--mv .mv__title-main {
    width: min(100vw, 1040px);
  }
  .section--mv .mv__title-goods {
    font-size: clamp(30px, 5vw, 64px);
    margin: 0;
  }
  .section--mv .mv__logo {
    width: 44vw;
    margin-bottom: 10px;
  }
  .section--mv .mv__title-year {
    font-size: max(2.4vw, 13px);
    margin: 0;
  }
  .section--info .inner {
    max-width: 600px;
  }
  .section--info .inner .block--info {
    padding: 40px 20px;
  }
  .section--info .info__item .date {
    font-size: 14px;
    flex-grow: 1;
  }
  .section--info .info__item {
    align-items: flex-start;
  }
  .section--info .info__item .block--tit {
    font-size: 11px;
  }
  .section--info .info__item .date {
    font-size: 14px;
  }
  .section--interview > .inner {
    width: 100%;
    max-width: 600px;
    padding-inline: 20px;
    box-sizing: border-box;
  }
  .section--interview .interview__trigger--inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 30px;
    width: 100%;
  }
  .section--interview .interview__trigger--btn {
    width: 100%;
    min-width: 0;
    position: relative;
  }
  .section--interview .interview__trigger--items {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 5px;
  }
  .section--interview .modal-trigger--name {
    font-size: 18px;
  }
  .section--interview .modal-trigger--tag {
    width: 60px;
  }
  .section--interview .modal-trigger--tag {
    width: 75px;
  }
  .section--interview .interview_illust_01 {
    bottom: 93%;
    right: 86%;
    width: 10vw;
  }
  .section--interview .interview_illust_02 {
    bottom: 96%;
    right: 80%;
    width: 5vw;
  }
  .section--interview .interview_illust_03 {
    bottom: 92%;
    right: 72%;
    width: 9vw;
    transform: rotate(-39deg);
  }
  .section--interview .interview_illust_04 {
    bottom: 93%;
    right: 17%;
    width: 10vw;
  }
  .section--interview .interview_illust_05 {
    bottom: 91%;
    right: 9%;
    width: 5vw;
  }
  .section--interview .interview_illust_06 {
    bottom: 96%;
    right: 4%;
    width: 5vw;
  }
  .section--lineup {
    padding-bottom: calc(40px + 10vw);
  }
  .section--lineup > .inner {
    max-width: 600px;
  }
  .section--lineup .list--goods {
    gap: 8vw;
    margin-top: 40px;
  }
  .section--lineup .list--goods li {
    width: calc((100% - 8vw) / 2);
  }
  .section--lineup .goods__item .inner {
    padding: 10px;
  }
  .section--lineup .goods__item p {
    font-size: 12px;
  }
  .section--lineup .goods__item.delighter.started::before {
    transform: translate(3px, 0) rotate(3deg);
  }
  .section--lineup .illust_bg .illust_ayuta_03 {
    bottom: 24vw;
    right: 0;
    transform: translateX(30%);
    width: 14vw;
  }
  .section--lineup .illust_bg .illust_ken_03 {
    top: 17vw;
    left: 12vw;
    width: 12vw;
  }
  .section--lineup .illust_bg .illust_koshin_03 {
    top: 6vw;
    left: 20vw;
    width: 8vw;
  }
  .section--lineup .illust_bg .illust_nalu_03 {
    top: 19vw;
    left: -6vw;
    transform: rotate(45deg);
    width: 17vw;
  }
  .section--lineup .illust_bg .illust_shotaro_03 {
    bottom: 29vw;
    right: 9vw;
    width: 8vw;
    transform: rotate(40deg) translateY(120%);
  }
  .section--lineup .illust_bg .illust_taichi_03 {
    bottom: 8vw;
    right: 1vw;
    width: 15vw;
  }
  .section--lineup .illust_bg .shape_01 {
    display: none;
  }
  .section--lineup .illust_bg .shape_02 {
    display: none;
  }
  .section--lineup .illust_bg .shape_05 {
    top: 10vw;
    left: 14vw;
    width: 3vw;
  }
  .section--lineup .illust_bg .shape_06 {
    top: 35vw;
    left: -2vw;
    width: 13vw;
  }
  .section--lineup .illust_bg .shape_09 {
    display: none;
  }
  .section--lineup .illust_bg .shape_15 {
    bottom: 41vw;
    right: -1vw;
    width: 7vw;
  }
  .section--lineup .illust_bg .shape_16 {
    display: none;
  }
  .section--lineup .illust_bg .shape_17 {
    display: none;
  }
  .section--lineup .illust_bg .shape_18 {
    display: none;
  }
  .section--lineup .illust_bg .shape_19 {
    bottom: 8vw;
    right: 12vw;
    width: 20vw;
    z-index: -1;
  }
  .section--lineup .illust_bg .shape_20 {
    top: 5vw;
    left: -4vw;
    width: 15vw;
  }
  .section--lineup .illust_bg .shape_21 {
    top: 59vw;
    left: -5vw;
    width: 14vw;
  }
  .swiper {
    padding-bottom: 20px;
  }
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 3px;
  }
  .section--lineup .goods__item:nth-child(3)::after {
    width: 67%;
    top: -17%;
    left: -26%;
    transform: rotate(-3deg);
  }
  .swiper img {
    transform: scale(1.1);
  }
  .section--item-detail::before {
    aspect-ratio: 125/12;
    -webkit-mask-image: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/bg_round-sp.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    -webkit-mask-size: cover;
    mask-image: url(/static/dxteen/fanclub/feature/dxteen_goods_2026_1TawfS0rUM/img/bg_round-sp.svg);
    mask-repeat: no-repeat;
    mask-position: top center;
    mask-size: cover;
  }
  .section--item-detail .section-tit {
    margin-bottom: 20px;
  }
  .section--item-detail .inner {
    max-width: 600px;
  }
  .section--item-detail .inner .block--detail {
    padding: 24px;
  }
  .section--item-detail .inner .item-detail__inner {
    padding: 20px;
  }
  .section--item-detail .inner .item-detail__heading {
    font-size: 11px;
  }
  .section--item-detail .inner .item-detail__list {
    margin-top: 24px;
  }
  .section--item-detail .inner .item-detail__item {
    font-size: 11px;
    margin-top: 1em;
  }
  .section--item-detail .btn {
    margin-top: 40px;
  }
  .section--item-detail .illust_bg .parts {
    width: 12vw;
  }
  .section--item-detail .illust_bg .parts_1 {
    bottom: 7vw;
    left: 10vw;
    transform: rotate(22deg);
  }
  .section--item-detail .illust_bg .parts_2 {
    top: 18vw;
    left: 15vw;
    transform: rotate(-19deg);
  }
  .section--item-detail .illust_bg .parts_3 {
    top: 10vw;
    left: 7vw;
    transform: rotate(16deg);
    z-index: -1;
  }
  .section--item-detail .illust_bg .parts_4 {
    bottom: 37vw;
    right: 5.5vw;
    transform: rotate(-15deg);
  }
  .section--item-detail .illust_bg .parts_5 {
    bottom: 14vw;
    left: 3vw;
    transform: rotate(-20deg);
    z-index: -1;
  }
  .section--item-detail .illust_bg .parts_6 {
    bottom: 29vw;
    right: -3vw;
    transform: rotate(-31deg);
  }
  .section--item-detail .illust_bg .illust_ayuta_04 {
    bottom: 0;
    transform: translateY(13%);
    left: 2vw;
    width: 6vw;
  }
  .section--item-detail .illust_bg .illust_ken_04 {
    top: 28vw;
    left: 3vw;
    width: 11vw;
  }
  .section--item-detail .illust_bg .illust_koshin_01 {
    bottom: 29vw;
    right: 12vw;
    width: 7vw;
  }
  .section--item-detail .illust_bg .illust_nalu_04 {
    bottom: 0vw;
    left: 10vw;
    width: 7vw;
  }
  .section--item-detail .illust_bg .illust_shotaro_04 {
    top: 14vw;
    left: 2vw;
    width: 4vw;
  }
  .section--item-detail .illust_bg .illust_taichi_04 {
    bottom: 44vw;
    right: -0.3vw;
    width: 6vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 660px) and (max-width: 960px) {
  .section--item-detail .illust_bg .parts_3 {
    top: 1vw;
    left: 4vw;
    transform: rotate(16deg);
    z-index: -1;
  }
  .section--item-detail .illust_bg .parts_2 {
    top: 9vw;
    left: 12vw;
    transform: rotate(-19deg);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .section--item-detail .illust_bg .shape_07 {
    top: 21vw;
    left: -1vw;
    width: 14vw;
    transform: rotate(-4deg);
  }
  .section--item-detail .illust_bg .shape_16,
  .section--item-detail .illust_bg .shape_19,
  .section--item-detail .illust_bg .shape_21 {
    display: none;
  }
  .section--item-detail .illust_bg .shape_22 {
    bottom: 57vw;
    right: -1vw;
    width: 5vw;
  }
  .section--item-detail .tradingcard-case picture {
    height: 120px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 440px) and (max-width: 960px) {
  .section--item-detail .tradingcard-case picture {
    height: 240px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn .btn--main {
    font-size: 13px;
  }
  footer .footer__loop {
    height: 14vw;
  }
  footer .anniversary {
    width: 90vw;
    padding-left: 20vw;
  }
  footer .footer-nav {
    display: flex;
    flex-direction: column-reverse;
  }
  footer .footer-nav__list {
    flex-direction: column;
  }
}