/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: none;
  margin: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*, :after, :before {
  box-sizing: border-box;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input, button, textarea, select, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: none;
  border-radius: 0;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a, a:link, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}

ol, ul, dl {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  vertical-align: middle;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

.svg-symbol {
  display: none;
}

/*
****************************************************
* Device
****************************************************
*/
/*
****************************************************
* Util
****************************************************
*/
:root {
  --c-white: rgba(255, 255, 255);
  --c-black: rgb(0,0,0);
  --c-gray_light: #F1F1F1;
  --c-primary: #C60000;
  --c-secondary: #F5EE18;
  --ff-primary: zen-kaku-gothic-new,zen-kaku-gothic-new-black, sans-serif;
  --ff-secondary: toppan-bunkyu-gothic-pr6n,toppan-bunkyugothicpr6n-r, sans-serif;
  --ff-blackletter: adhesive-nr-eight, sans-serif;
  --m-p: 170px;
}
@media not screen and (min-width: 1440px), print {
  :root {
    --m-p: min(11.805556vw, 170px);
  }
}
@media not screen and (min-width: 800px), print {
  :root {
    --m-p: min(5vw, 20px);
  }
}
:root {
  --w-desktop: 1440px;
  --w-tablet: 1100px;
  --w-mobile: 800px;
  --w-max: 1920px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
  scrollbar-gutter: stable;
}

body {
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: var(--c-black);
  font-family: var(--ff-primary);
  font-optical-sizing: auto;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  min-width: var(--w-tablet);
}
@media not screen and (min-width: 800px), print {
  body {
    min-width: unset;
    font-size: 12px;
  }
}

:focus:not(:focus-visible) {
  outline: none;
}

.m-section_title {
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: 48px;
  font-weight: 400;
  font-family: var(--ff-blackletter);
}
@media not screen and (min-width: 800px), print {
  .m-section_title {
    font-size: 24px;
  }
}

.m-buttons {
  display: flex;
}

.m-link {
  background: var(--c-black);
  color: var(--c-white) !important;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-size: 24px;
  font-weight: 700;
  padding: 44px 170px;
  font-family: var(--ff-secondary);
  position: relative;
  overflow: clip;
}
.m-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transition: left 0.35s ease;
}
.m-link:hover:before {
  left: 100%;
}
@media not screen and (min-width: 1440px), print {
  .m-link {
    padding: 44px min(11.805556vw, 170px);
  }
}
@media not screen and (min-width: 800px), print {
  .m-link {
    font-size: 16px;
    padding: 24px 0;
    text-align: center;
    width: 100%;
  }
}

.g-header {
  display: flex;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  overflow-x: clip;
  padding: 50px 40px 0 40px;
}
@media not screen and (min-width: 1440px), print {
  .g-header {
    min-width: var(--w-tablet);
  }
}
@media not screen and (min-width: 800px), print {
  .g-header {
    min-width: unset;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px 0;
  }
}
.g-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 36px;
  width: 4000px;
  display: block;
  background: var(--c-black);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
@media not screen and (min-width: 800px), print {
  .g-header:before {
    width: 1140px;
    bottom: 50px;
  }
}
.g-header .-logo {
  flex-shrink: 1;
  max-width: 600px;
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}
@media not screen and (min-width: 1440px), print {
  .g-header .-logo {
    width: 40.5vw;
  }
}
.g-header .-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.g-header .-nav {
  position: relative;
  margin: 0 0 100px 110px;
  color: var(--c-white);
  rotate: -3.7deg;
  transform-origin: left bottom;
}
@media not screen and (min-width: 1440px), print {
  .g-header .-nav {
    margin-left: 70px;
  }
}
@media not screen and (min-width: 800px), print {
  .g-header .-nav {
    rotate: 0deg;
    margin: 24px 0 0 0;
  }
}
.g-header .-nav ul {
  display: flex;
  flex-shrink: 0;
  gap: 0 40px;
  font-family: var(--ff-blackletter);
}
@media not screen and (min-width: 800px), print {
  .g-header .-nav ul {
    gap: 0 24px;
  }
}
.g-header .-nav ul li {
  rotate: -3.7deg;
}
.g-header .-nav ul a {
  line-height: 1;
  white-space: nowrap;
}
@media not screen and (min-width: 800px), print {
  .g-header .-nav ul a {
    font-size: clamp(12px, 2vw, 18px);
  }
}

.s-mv {
  height: auto;
  width: 100%;
}
@media not screen and (min-width: 800px), print {
  .s-mv {
    aspect-ratio: 2/3;
  }
}
.s-mv img {
  width: 100%;
  height: auto;
  display: block;
}
@media not screen and (min-width: 800px), print {
  .s-mv img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.s-catchphrase {
  background: var(--c-black);
  padding-top: 180px;
  margin-top: -1px;
}
@media not screen and (min-width: 800px), print {
  .s-catchphrase {
    overflow-x: clip;
    padding-top: 80px;
  }
}
.s-catchphrase .-catchphrase {
  max-width: 1100px;
  display: block;
  width: max(100% - var(--m-p) * 2 / 2, 0);
  height: auto;
  margin: 0 auto 180px;
}
@media not screen and (min-width: 800px), print {
  .s-catchphrase .-catchphrase {
    width: calc(100% + 24px);
    margin-bottom: 80px;
    translate: -12px 0;
  }
}
.s-catchphrase .-ticker {
  overflow-x: clip;
  will-change: contents;
  contain: layout style paint;
  font-family: var(--ff-secondary);
}
.s-catchphrase .-ticker p {
  line-height: 1;
  font-weight: 700;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  display: flex;
  white-space: nowrap;
  transform: translateZ(0);
}
.s-catchphrase .-ticker p span {
  animation: ticker 14s linear infinite;
  flex-shrink: 0;
  padding: 0 0.15em;
}
@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.s-catchphrase .-ticker p:nth-of-type(n + 2) {
  margin-top: 32px;
}
.s-catchphrase .-ticker p:nth-of-type(odd) span {
  animation-direction: reverse;
}
.s-catchphrase .-ticker p:nth-of-type(1) {
  color: #490C0D;
  filter: blur(8px);
  font-size: 48px;
}
@media not screen and (min-width: 800px), print {
  .s-catchphrase .-ticker p:nth-of-type(1) {
    font-size: 32px;
  }
}
.s-catchphrase .-ticker p:nth-of-type(1) span {
  animation-duration: 40s;
}
.s-catchphrase .-ticker p:nth-of-type(2) {
  color: #6F111E;
  filter: blur(4.5px);
  font-size: 64px;
}
@media not screen and (min-width: 800px), print {
  .s-catchphrase .-ticker p:nth-of-type(2) {
    font-size: 36px;
  }
}
.s-catchphrase .-ticker p:nth-of-type(2) span {
  animation-duration: 32s;
}
.s-catchphrase .-ticker p:nth-of-type(3) {
  color: #7F0002;
  filter: blur(3px);
  font-size: 72px;
}
@media not screen and (min-width: 800px), print {
  .s-catchphrase .-ticker p:nth-of-type(3) {
    font-size: 48px;
  }
}
.s-catchphrase .-ticker p:nth-of-type(3) span {
  animation-duration: 24.5s;
}
.s-catchphrase .-ticker p:nth-of-type(4) {
  color: var(--c-primary);
  font-size: 120px;
  margin-bottom: -30px;
}
@media not screen and (min-width: 800px), print {
  .s-catchphrase .-ticker p:nth-of-type(4) {
    font-size: 64px;
    margin-bottom: 0;
  }
}

.s-intro {
  background: var(--c-gray_light);
  padding: 270px max(var(--m-p), 100% - 1010px - var(--m-p) + var(--m-p)) 520px var(--m-p);
  margin-bottom: -490px;
  position: relative;
}
@media not screen and (min-width: 800px), print {
  .s-intro {
    padding-top: 80px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}
.s-intro:before {
  content: "";
  display: block;
  position: absolute;
  height: 1153px;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  background-image: url("../image/intro-bg.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: left center;
  mix-blend-mode: darken;
}
@media not screen and (min-width: 800px), print {
  .s-intro:before {
    height: 100%;
  }
}
.s-intro .m-section_title {
  margin-bottom: 70px;
  position: relative;
}
@media not screen and (min-width: 800px), print {
  .s-intro .m-section_title {
    margin-top: 40px;
  }
}
.s-intro p {
  position: relative;
  font-family: var(--ff-secondary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
}
@media not screen and (min-width: 800px), print {
  .s-intro p {
    font-size: 12px;
  }
}
.s-intro p:nth-of-type(n + 2) {
  margin-top: 2em;
}

.s-lyric {
  background: var(--c-black);
  color: var(--c-white);
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 200px 0;
  position: relative;
}
@media not screen and (min-width: 800px), print {
  .s-lyric {
    padding-bottom: 50px;
  }
}
.s-lyric:before {
  content: "";
  display: block;
  position: relative;
  background: var(--c-gray_light);
  background-image: url("../image/logo-amasuna-metal.png"), url("../image/lyric-separator.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 54px bottom, 0 center;
  background-size: 700px auto, contain;
  width: 100%;
  height: auto;
  aspect-ratio: 1494/477;
}
@media not screen and (min-width: 800px), print {
  .s-lyric:before {
    background-position: var(--m-p) bottom, 0 center;
    background-size: 75vw auto, calc(100% + 2px) auto;
  }
}
.s-lyric:after {
  content: "";
  display: block;
  position: absolute;
  height: 1153px;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  background-image: url("../image/lyric-bg.jpg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: left center;
  mix-blend-mode: lighten;
}
@media not screen and (min-width: 800px), print {
  .s-lyric:after {
    display: none;
  }
}
.s-lyric .m-section_title {
  margin: var(--m-p) 0 0 var(--m-p);
  width: 100%;
  font-family: var(--ff-secondary);
}
@media not screen and (min-width: 800px), print {
  .s-lyric .m-section_title {
    margin-top: 80px;
  }
}
.s-lyric .m-section_title .-songwriter {
  display: block;
  font-size: 16px;
  margin-top: 1.5em;
}
@media not screen and (min-width: 800px), print {
  .s-lyric .m-section_title .-songwriter {
    font-size: 12px;
  }
}
.s-lyric .-lyric {
  margin: 100px 0 0 var(--m-p);
  font-size: 20px;
  line-height: 1.7;
  font-family: var(--ff-secondary);
  z-index: 5;
  position: relative;
}
@media not screen and (min-width: 800px), print {
  .s-lyric .-lyric {
    font-size: 12px;
    margin-top: 48px;
  }
}
.s-lyric .-lyric p:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
.s-lyric .-youtube {
  align-self: flex-end;
  margin-left: auto;
  margin-right: 76px;
  width: 500px;
  aspect-ratio: 16/9;
  height: auto !important;
  display: block;
  position: relative;
  z-index: 5;
}
@media not screen and (min-width: 1440px), print {
  .s-lyric .-youtube {
    width: max(100% - var(--m-p) * 2, 0);
    margin-top: 80px;
    margin-right: auto;
  }
}
.s-lyric .-visual {
  position: absolute;
  bottom: 262px;
  left: 0;
  right: 0;
  height: 960px;
  width: 100%;
  display: block;
  z-index: 2;
  mask-image: linear-gradient(to bottom, transparent 0, black 120px, black calc(100% - 120px), transparent 100%);
  opacity: 0.5;
}
@media not screen and (min-width: 800px), print {
  .s-lyric .-visual {
    display: none;
  }
}
.s-lyric .-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.s-artwork {
  margin: 180px 84px 0;
}
@media not screen and (min-width: 800px), print {
  .s-artwork {
    margin: 40px var(--m-p) 0;
  }
}
.s-artwork ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media not screen and (min-width: 800px), print {
  .s-artwork ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.s-monodzukuri {
  background: var(--c-secondary);
  padding: 166px 84px 48px;
  margin-top: 180px;
}
@media not screen and (min-width: 800px), print {
  .s-monodzukuri {
    margin-top: 80px;
    padding: 80px var(--m-p) 30px;
  }
}
.s-monodzukuri .m-section_title {
  width: 100%;
}
.s-monodzukuri .m-section_title:after {
  margin-top: 32px;
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-image: url("../image/border.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media not screen and (min-width: 800px), print {
  .s-monodzukuri .m-section_title:after {
    margin-top: 20px;
  }
}
.s-monodzukuri .-title2 {
  text-align: center;
  margin-top: 64px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  font-family: var(--ff-secondary);
}
@media not screen and (min-width: 800px), print {
  .s-monodzukuri .-title2 {
    font-size: 20px;
    margin-top: 40px;
  }
}
.s-monodzukuri .-match {
  margin: 100px 0 0;
  font-size: 64px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 32px 42px;
  font-family: var(--ff-blackletter);
}
@media not screen and (min-width: 800px), print {
  .s-monodzukuri .-match {
    margin-top: 60px;
    flex-direction: column;
  }
}
.s-monodzukuri .-match p {
  font-family: var(--ff-primary);
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: var(--c-black);
  color: transparent;
  font-size: 96px;
  font-weight: 700;
  text-align: center;
}
@media not screen and (min-width: 1440px), print {
  .s-monodzukuri .-match p {
    font-size: 72px;
  }
}
@media not screen and (min-width: 800px), print {
  .s-monodzukuri .-match p {
    font-size: 64px;
  }
}
.s-monodzukuri .-match p > span {
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  color: var(--c-black);
  font-size: 20px;
  display: block;
  margin-top: 1.25em;
}
.s-monodzukuri .-match p > span span {
  display: none;
}
.s-monodzukuri .-description {
  text-align: center;
  margin-top: 100px;
  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  font-family: var(--ff-secondary);
}
@media not screen and (min-width: 800px), print {
  .s-monodzukuri .-description {
    font-size: 12px;
    margin-top: 60px;
  }
}
.s-monodzukuri .-choises {
  position: relative;
  margin: 100px auto 0;
  aspect-ratio: 1100/615;
  max-width: 1100px;
  border: 5px solid var(--c-black);
  background-image: url("../image/monodzukuri-choises-bg.svg");
  background-size: 420px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 40px 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media not screen and (min-width: 800px), print {
  .s-monodzukuri .-choises {
    margin-top: 80px;
    aspect-ratio: 2/3;
    background-size: 61.5vw auto;
  }
}
.s-monodzukuri .-choises .-notice {
  font-family: var(--ff-secondary);
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 40px;
  left: 40px;
  white-space: nowrap;
}
@media not screen and (min-width: 800px), print {
  .s-monodzukuri .-choises .-notice {
    top: 32px;
    left: 50%;
    translate: -50% 0;
  }
}
.s-monodzukuri .-choises .-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px 0;
}
@media not screen and (min-width: 800px), print {
  .s-monodzukuri .-choises .-list {
    gap: 40;
    align-items: center;
  }
}
.s-monodzukuri .-choises .-list .-choise button.-trigger {
  cursor: pointer;
  font-size: 40px;
  font-weight: 700;
  font-family: var(--ff-secondary);
  line-height: 1;
  position: relative;
  padding: 20px 0;
  color: inherit;
}
@media not screen and (min-width: 800px), print {
  .s-monodzukuri .-choises .-list .-choise button.-trigger {
    font-size: 24px;
  }
}
.s-monodzukuri .-choises .-list .-choise button.-trigger:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: -200% -50%;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2224%22%20viewBox%3D%220%200%2021%2024%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M20.25%2011.6914L8.062e-07%2023.3828L1.82829e-06%206.3011e-05L20.25%2011.6914Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.s-monodzukuri .-choises .-list .-choise button.-trigger:hover:before {
  opacity: 1;
}
.s-monodzukuri .-choises .-list .-choise dialog:not([open]) {
  display: none;
}
.s-monodzukuri .-choises .-list .-choise dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: transparent;
  color: var(--c-white);
  font-family: var(--ff-secondary);
  font-weight: 700;
  padding: 100px 64px 46px;
  display: flex;
  flex-direction: column;
  outline: none;
  border: none;
}
@media not screen and (min-width: 1440px), print {
  .s-monodzukuri .-choises .-list .-choise dialog {
    padding: 60px 42px 32px;
  }
}
.s-monodzukuri .-choises .-list .-choise dialog > .-splash {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: clip;
}
.s-monodzukuri .-choises .-list .-choise dialog > .-splash:before, .s-monodzukuri .-choises .-list .-choise dialog > .-splash:after {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: #000;
  z-index: 10;
  translate: 0 0;
}
.s-monodzukuri .-choises .-list .-choise dialog > .-splash:after {
  opacity: 0;
}
.s-monodzukuri .-choises .-list .-choise dialog > .-splash .-bg {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.s-monodzukuri .-choises .-list .-choise dialog > .-splash .-heading {
  color: #fff;
  font-size: 64px;
  position: relative;
}
@media not screen and (min-width: 800px), print {
  .s-monodzukuri .-choises .-list .-choise dialog > .-splash .-heading {
    font-size: 30px;
  }
}
@keyframes maskSplash {
  0% {
    clip-path: inset(0 100% 0 0%);
  }
  25% {
    clip-path: inset(0 0% 0 0%);
  }
  66% {
    clip-path: inset(0 0% 0 0%);
  }
  100% {
    clip-path: inset(0 0% 0 100%);
  }
}
@keyframes slideLeftToRight {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: 100% 0;
  }
}
@keyframes setBackgroundColor {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: #000;
  }
}
@keyframes showContent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.s-monodzukuri .-choises .-list .-choise dialog[open] > .-splash {
  animation: maskSplash 5s ease 0s forwards;
}
.s-monodzukuri .-choises .-list .-choise dialog[open] > .-splash:before {
  animation: slideLeftToRight 1.25s ease 0.85s forwards;
}
.s-monodzukuri .-choises .-list .-choise dialog[open] {
  animation: setBackgroundColor 0s ease-out 3s forwards;
}
.s-monodzukuri .-choises .-list .-choise dialog[open] > .-title, .s-monodzukuri .-choises .-list .-choise dialog[open] > .-detail, .s-monodzukuri .-choises .-list .-choise dialog[open] > button[data-dialog-close] {
  animation: showContent 0s ease 3s forwards;
}
.s-monodzukuri .-choises .-list .-choise dialog > .-title, .s-monodzukuri .-choises .-list .-choise dialog > .-detail, .s-monodzukuri .-choises .-list .-choise dialog > button[data-dialog-close] {
  opacity: 0;
}
.s-monodzukuri .-choises .-list .-choise dialog > .-title {
  font-size: 36px;
  line-height: 1;
  text-align: center;
}
@media not screen and (min-width: 800px), print {
  .s-monodzukuri .-choises .-list .-choise dialog > .-title {
    font-size: 20px;
  }
}
.s-monodzukuri .-choises .-list .-choise dialog > .-title:after {
  margin-top: 32px;
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-image: url("../image/border.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
  filter: invert(1);
}
.s-monodzukuri .-choises .-list .-choise dialog > .-detail {
  font-size: 20px;
  margin-top: 32px;
  line-height: 1.7;
  overflow: auto;
  margin-bottom: 32px;
  scrollbar-color: var(--c-gray_light) transparent;
}
@media not screen and (min-width: 800px), print {
  .s-monodzukuri .-choises .-list .-choise dialog > .-detail {
    font-size: 12px;
  }
}
.s-monodzukuri .-choises .-list .-choise dialog > button[data-dialog-close] {
  margin-top: auto;
  font-size: 20px;
  color: var(--c-white);
  cursor: pointer;
}

.s-activity:before {
  content: "";
  display: block;
  position: relative;
  background-image: url("../image/activity-a.svg"), url("../image/activity-separator.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 54px bottom, center top;
  background-size: auto min(100%, 370px), contain;
  width: max(100% + var(--m-p) * 2, 0);
  left: calc(var(--m-p) * -1);
  height: auto;
  aspect-ratio: 1470/432;
}
@media not screen and (min-width: 800px), print {
  .s-activity:before {
    background-position: var(--m-p) bottom, center top;
    background-size: auto 40.8vw, contain;
    aspect-ratio: 400/167;
  }
}
.s-activity {
  padding: 0 var(--m-p) 0;
}
.s-activity .m-section_title {
  margin-top: 100px;
}
@media not screen and (min-width: 800px), print {
  .s-activity .m-section_title {
    margin-top: 60px;
  }
}
.s-activity table.-posts {
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  gap: 20px 100px;
  margin-top: 60px;
  font-weight: 700;
  font-family: var(--ff-secondary);
  position: relative;
}
@media not screen and (min-width: 1440px), print {
  .s-activity table.-posts {
    gap: 20px 60px;
  }
}
@media not screen and (min-width: 800px), print {
  .s-activity table.-posts {
    display: none;
  }
}
.s-activity table.-posts thead, .s-activity table.-posts tbody {
  display: contents;
}
.s-activity table.-posts thead tr, .s-activity table.-posts tbody tr {
  display: contents;
}
.s-activity table.-posts thead tr th:nth-of-type(2), .s-activity table.-posts thead tr td:nth-of-type(2), .s-activity table.-posts tbody tr th:nth-of-type(2), .s-activity table.-posts tbody tr td:nth-of-type(2) {
  margin-left: -35px;
}
.s-activity table.-posts thead th {
  text-align: left;
  font-size: 20px;
}
.s-activity table.-posts thead th:nth-of-type(1):after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--c-black);
}
.s-activity table.-posts th {
  margin-bottom: 12px;
}
.s-activity table.-posts tbody tr {
  position: relative;
  font-size: 14px;
}
.s-activity table.-posts tbody tr td .-thumbnail {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: cover;
  object-position: center;
  margin-right: 24px;
}
.s-activity table.-posts tbody tr td .-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 1lh;
  background: transparent;
  color: transparent;
  translate: 0 -100%;
  z-index: 20;
  background: color;
}
.s-activity table.-posts tbody tr td.-title {
  overflow: hidden;
  display: flex;
  position: relative;
}
.s-activity table.-posts tbody tr td.-title:before {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 24px;
  content: "";
  background: white;
  display: block;
  z-index: 10;
}
.s-activity table.-posts tbody tr td.-title .-thumbnail {
  flex-shrink: 0;
  z-index: 10;
}
.s-activity table.-posts tbody tr td.-title .-ticker {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.s-activity table.-posts tbody tr:hover td.-title span {
  overflow: visible;
  text-overflow: clip;
  animation: ticker var(--duration, 10s) linear infinite;
}
@media not screen and (min-width: 800px), print {
  .s-activity ul.-posts {
    display: block;
  }
}
.s-activity ul.-posts {
  margin-top: 38px;
  font-family: var(--ff-secondary);
}
.s-activity ul.-posts li:nth-of-type(n + 2) {
  margin-top: 16px;
}
.s-activity ul.-posts li .-link {
  display: grid;
  grid-template-columns: 80px auto auto 1fr auto;
  line-height: 1;
  align-items: center;
}
.s-activity ul.-posts li .-link .-thumbnail {
  aspect-ratio: 1/1;
  display: block;
  grid-row: 1/span 5;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.s-activity ul.-posts li .-link .-title {
  grid-column: 2/-1;
  grid-row: 1/span 2;
  font-size: 20px;
  margin-left: 16px;
  margin-top: auto;
  margin-bottom: 12px;
  overflow: hidden;
}
.s-activity ul.-posts li .-link .-title span {
  max-width: 100%;
  display: inline-block;
  animation: ticker 20s linear infinite;
  white-space: nowrap;
}
.s-activity ul.-posts li .-link .-time {
  grid-row: 3;
  grid-column: 5;
  margin-left: 10px;
}
.s-activity ul.-posts li .-link .-artist {
  grid-row: 3;
  grid-column: 2/span 3;
  margin-left: 16px;
}
.s-activity ul.-posts li .-link .-album {
  grid-column: 2;
  margin-left: 16px;
}
.s-activity ul.-posts li .-link .-date {
  grid-column: 3;
}
.s-activity ul.-posts li .-link .-album, .s-activity ul.-posts li .-link .-date {
  margin-top: 8px;
  grid-row: 4/span 2;
  margin-bottom: auto;
  font-size: 8px;
}
.s-activity .m-buttons {
  justify-content: flex-end;
  margin-top: 120px;
}
@media not screen and (min-width: 800px), print {
  .s-activity .m-buttons {
    margin-top: 68px;
  }
}

.s-merch {
  margin: 140px 0 0;
  padding-top: 40px;
}
@media not screen and (min-width: 800px), print {
  .s-merch {
    margin: 50px 0 0;
  }
}
.s-merch .m-section_title {
  text-align: center;
}
.s-merch .-items .-item {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--ff-secondary);
}
@media not screen and (min-width: 800px), print {
  .s-merch .-items .-item {
    margin-top: 32px;
    padding: 0 var(--m-p);
  }
}
.s-merch .-items .-item .-thumbnail {
  width: 758px;
  height: auto;
  display: block;
}
.s-merch .-items .-item .-title {
  margin-top: 64px;
  font-size: 32px;
  font-weight: 700;
}
@media not screen and (min-width: 800px), print {
  .s-merch .-items .-item .-title {
    font-size: 20px;
    margin-top: 24px;
  }
}
.s-merch .-items .-item .-price {
  font-size: 32px;
  font-weight: 700;
}
@media not screen and (min-width: 800px), print {
  .s-merch .-items .-item .-price {
    margin-top: 1em;
    font-size: 24px;
  }
}
.s-merch .-items .-item .-price .-tax {
  font-size: 14px;
  margin-left: 2em;
}
.s-merch .-items .-item .m-link {
  margin-top: 86px;
}
@media not screen and (min-width: 800px), print {
  .s-merch .-items .-item .m-link {
    margin-top: 66px;
  }
}

.s-slogan {
  overflow-x: clip;
  margin-top: 300px;
}
.s-slogan:before {
  content: "AMASUNA";
  color: rgba(0, 0, 0, 0.05);
  font-size: 305px;
  font-weight: 400;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -65%;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: var(--ff-blackletter);
  z-index: -1;
}
@media not screen and (min-width: 1440px), print {
  .s-slogan:before {
    font-size: 250px;
  }
}
@media not screen and (min-width: 800px), print {
  .s-slogan:before {
    font-size: 110px;
  }
}
.s-slogan {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: var(--layer_image-pc);
  position: relative;
  padding: 82px 0 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media not screen and (min-width: 800px), print {
  .s-slogan {
    background-image: var(--layer_image-sp);
    padding: 40px 0 120px;
    margin-top: 135px;
  }
}
.s-slogan .-layer_text {
  height: 810px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media not screen and (min-width: 1440px), print {
  .s-slogan .-layer_text {
    height: auto;
    width: calc(100% - 70px);
  }
}
.s-slogan .m-link {
  position: absolute;
  bottom: 0;
  width: min(82%, 1180px);
  display: flex;
  align-items: center;
  padding: 120px 140px;
  translate: 0 50%;
}
@media not screen and (min-width: 1440px), print {
  .s-slogan .m-link {
    padding: 80px 70px;
  }
}
@media not screen and (min-width: 800px), print {
  .s-slogan .m-link {
    flex-direction: column;
    padding: 44px 0;
    width: max(100% - var(--m-p) * 2, 0);
  }
}
.s-slogan .m-link span:nth-of-type(1) {
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  font-family: var(--ff-blackletter);
}
@media not screen and (min-width: 800px), print {
  .s-slogan .m-link span:nth-of-type(1) {
    font-size: 40px;
  }
}
.s-slogan .m-link span:nth-of-type(2) {
  margin-left: auto;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--ff-primary);
}
@media not screen and (min-width: 800px), print {
  .s-slogan .m-link span:nth-of-type(2) {
    font-size: 12px;
    margin-top: 18px;
    margin-left: unset;
  }
}

.g-footer {
  background: var(--c-primary);
  color: var(--c-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 0;
}
.g-footer nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 330px 0 258px;
  background-image: url("../image/footer-disc.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1025px auto;
  width: 100%;
  font-family: var(--ff-blackletter);
}
@media not screen and (min-width: 1440px), print {
  .g-footer nav {
    background-size: 925px auto;
  }
}
@media not screen and (min-width: 800px), print {
  .g-footer nav {
    padding: 188px 0 192px;
    background-size: 146.75% auto;
  }
}
.g-footer nav > a {
  font-size: 36px;
  font-weight: 400;
}
.g-footer nav .-links {
  margin-top: 194px;
  rotate: -3.8deg;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  gap: 0 40px;
}
@media not screen and (min-width: 800px), print {
  .g-footer nav .-links {
    margin-top: 64px;
    gap: 0 24px;
    rotate: 0deg;
    font-size: clamp(12px, 2vw, 18px);
  }
}
.g-footer nav .-links li {
  rotate: -3.8deg;
}
.g-footer .-copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  font-family: var(--ff-secondary);
}
.g-footer .-copyright img {
  width: 286px;
  height: auto;
}
@media not screen and (min-width: 800px), print {
  .g-footer .-copyright img {
    width: 39vw;
  }
}
.g-footer .-copyright span {
  font-size: 12px;
  font-weight: 700;
  translate: 0 -100%;
}
@media not screen and (min-width: 800px), print {
  .g-footer .-copyright span {
    font-size: 8px;
  }
}/*# sourceMappingURL=amsn.css.map */