@charset "UTF-8";
/*!
 * Bootstrap Reboot v5.2.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-heading-color: ;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}
h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(var(--bs-body-color-rgb), 0.75);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
html, body {
  background-color: #000000;
}
body {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.75;
  transition: opacity 0.1s ease;
}
body.opening.cloak .bg-lines .cls-2, body.opening.cloak .bg-lines .cls-3, body.opening.cloak .bg-lines .cls-4, body.opening.cloak .bg-lines .cls-5 {
  fill: #000000;
}
body.opening .bg-lines .cls-2 {
  fill: #ffff7b;
}
body.opening .bg-lines .cls-3 {
  fill: #fff;
}
body.opening .bg-lines .cls-4 {
  fill: #ffc5be;
}
body.opening .bg-lines .cls-5 {
  fill: #a1ffff;
}
br {
  display: none;
}
br.br {
  display: inherit !important;
}
@media (min-width: 641px) {
  br {
    display: inherit;
  }
}
.sp-only {
  display: inherit;
}
@media (min-width: 641px) {
  .sp-only {
    display: none;
  }
}
img {
  display: block;
  max-width: 100%;
}
p, dl, dt, dd {
  margin: 0;
}
strong {
  font-weight: 700;
}
small {
  font-size: 14px;
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.25s ease 0.05s;
}
a.colored-link {
  color: #ed1c24;
}
a.button-link {
  color: #ffffff;
}
a.disabled {
  opacity: 0.2;
}
@media (hover: hover) {
  a[href]:hover {
    opacity: 0.7;
    color: inherit;
    cursor: pointer;
  }
  a[href]:hover.colored-link {
    color: #ed1c24;
  }
  a[href]:hover.button-link {
    color: #ffffff;
  }
  .cart.active:hover {
    opacity: 0.7;
  }
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.is-italic {
  font-style: italic;
}
.yodogawa, .seisakuchu, .menu, .main-container, .about-order, .date {
  position: relative;
  z-index: 2;
}
.header {
  background-color: #000000;
  position: sticky;
  top: 0;
  width: 100%;
  color: #ffffff;
  padding: 0 2%;
  z-index: 10;
}
.header-menu {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5px 0;
}
.header-menu__item {
  width: 33.3333333333%;
  max-width: 100px;
  list-style: none;
}
@media (min-width: 641px) {
  .header-menu__item {
    max-width: 300px;
  }
}
.header-menu__item a {
  display: block;
}
.header-menu__logo {
  padding-bottom: 12px;
}
.header-menu__logo img {
  max-width: 72px;
}
@media (min-width: 641px) {
  .header-menu__logo img {
    max-width: 300px;
  }
}
.header-menu__skull {
  display: flex;
  justify-content: center;
  padding-bottom: 1px;
}
.header-menu__lang {
  padding-bottom: 12px;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
}
.goto-cart {
  position: sticky;
  bottom: 0;
  z-index: 40;
  padding: 13px;
  margin-top: -113px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.goto-cart img {
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 80px;
  filter: drop-shadow(0px 2px 3px black);
}
.goto-cart.escape img {
  opacity: 0;
}
.goto-cart.hidden img {
  transform: scale(10%);
  opacity: 0;
}
@media (min-width: 641px) {
  .goto-cart {
    padding: 50px;
    margin-top: -200px;
  }
  .goto-cart img {
    width: 100px;
  }
}
.bg-draft {
  position: fixed;
  z-index: 1;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ff8a21;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: opacity 1.2s cubic-bezier(0.56, 0, 1, 1);
}
.bg-draft img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
}
.bg-lines {
  position: fixed;
  z-index: 2;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: left;
  overflow: hidden;
}
.bg-lines svg {
  position: absolute;
  margin: 0 auto;
}
@media (min-width: 821px) {
  .bg-lines {
    justify-content: center;
  }
}
.bg-lines .cls-2, .bg-lines .cls-3, .bg-lines .cls-4, .bg-lines .cls-5 {
  fill: #ffff7b;
  transition: fill 1s ease-in-out;
}
#bg-lines-pc {
  width: clamp(1300px, 90vw, 2000px);
  display: none;
}
@media (min-width: 821px) {
  #bg-lines-pc {
    display: block;
  }
}
#bg-lines-sp {
  margin-left: -2px;
  height: 100vh;
}
@media (min-width: 821px) {
  #bg-lines-sp {
    display: none;
  }
}
.main {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding-top: 1rem;
  transition: opacity 0.05s ease 2.3s;
}
.title-wrap {
  min-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 641px) {
  .title-wrap {
    min-height: calc(100vh - 100px);
  }
}
.title {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
  opacity: 1;
}
.title img {
  width: 700px;
  max-width: 96%;
  margin: 0 auto;
}
.hontai {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.hontai img {
  width: 1000px;
  max-width: 100%;
  margin: -0.5rem auto 0 auto;
}
@media (min-width: 641px) {
  .hontai img {
    margin: -1rem auto 0 auto;
  }
}
.content, .content-large {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.content p + p, .content-large p + p {
  margin-top: 1.75em;
}
.content strong, .content-large strong {
  background-color: #ffff00;
}
.content {
  max-width: 700px;
}
.content + .content {
  margin-top: 50px;
}
.content__item + .content__item {
  margin-top: 25px;
}
.content__item-desc {
  margin-top: 0.2em;
}
.content-large {
  max-width: 800px;
  margin-bottom: 25px;
}
.yodogawa {
  background-image: url("./yodogawa-bg-sp.9786e8a8.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 700;
  margin: 20px auto;
  padding: 80px 64px;
  max-width: 600px;
}
@media (min-width: 641px) {
  .yodogawa {
    background-image: url("./yodogawa-bg.21fbd108.png");
  }
}
.yodogawa .note {
  color: #ed1c24;
}
.yodogawa small.note {
  line-height: 1.75;
  display: inline-block;
}
@media (min-width: 641px) {
  .yodogawa {
    font-size: 16px;
    padding: 140px 90px;
  }
}
[lang=ja] .yodogawa {
  text-align: justify;
}
.yodogawa-inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto;
}
.yodogawa-title {
  margin-bottom: 2rem;
}
.navi {
  background-color: rgba(255, 138, 33, 0.3);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  position: relative;
  z-index: 2;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 84%;
  max-width: 840px;
  margin: 60px auto 20px auto;
}
.navi ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 641px) {
  .navi ul {
    padding: 6px 10px;
    flex-direction: row;
  }
}
.navi li {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 16px;
}
@media (max-width: 641px) {
  .navi li {
    width: 100%;
  }
}
.navi li + li {
  border-top: 2px solid #000000;
}
@media (min-width: 641px) {
  .navi li + li {
    border-left: 2px dotted #000000;
    border-top: none;
  }
}
.menu {
  background-color: #000000;
  padding: 0 3% 0 2%;
}
.menu dl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}
.menu dt {
  margin-top: -36px;
}
.menu dd {
  color: #ffec21;
  font-size: clamp(10px, 3.5vw, 14px);
  max-width: 78%;
  margin-left: 14px;
}
@media (min-width: 641px) {
  .menu dd {
    margin-left: 22px;
  }
}
.menu dd p {
  margin-top: min(2vw, 20px);
  line-height: 1.6;
}
[lang=ja] .menu br {
  display: inherit;
}
[lang=ja] .menu dl {
  padding: 12px 0;
}
.seisakuchu {
  background-color: #000000;
  width: 90%;
  border-radius: 20px;
  max-width: 700px;
  margin: 50px auto;
  padding: 30px 20px;
}
.seisakuchu__header {
  font-size: 14px;
}
.seisakuchu__description {
  color: #ffffff;
}
.seisakuchu-post {
  width: 100%;
  background-color: #ffffa7;
  margin-top: 12px;
  padding: 16px 12px;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
@media (min-width: 641px) {
  .seisakuchu-post {
    flex-direction: row;
  }
}
.seisakuchu-post__image {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 641px) {
  .seisakuchu-post__image {
    width: 250px;
  }
}
.seisakuchu-post__image img {
  margin: 0 auto;
}
.seisakuchu-post__title {
  font-size: 20px;
  margin: 0;
}
.seisakuchu-post__text-icon {
  display: flex;
}
.seisakuchu-post__text {
  align-self: flex-start;
}
.seisakuchu-post__link {
  text-align: right;
  margin-top: 4px;
  margin-right: -50px;
}
.seisakuchu-post__body {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}
.seisakuchu-post__icon {
  width: 60px;
  flex-shrink: 0;
  height: 100%;
}
.main-container {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 50px;
}
.main-container .note {
  color: #ed1c24;
  margin-top: 0.25em;
}
.main-container.f1, .main-container.f3 {
  background-color: #ff0000;
}
.main-container.f2, .main-container.f4 {
  background-color: #5eddea;
}
.main-container.f5 {
  background-color: #ffec21;
}
.main-container.f6 {
  background-color: #ffffff;
}
.main-container section + section {
  margin-top: 25px;
}
@media (min-width: 641px) {
  .main-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main-container section + section {
    margin-top: 50px;
  }
}
.content-wrap {
  width: 100vw;
  overflow: hidden;
  padding-top: 60px;
}
.main-container.f3 {
  padding-bottom: 0;
}
.main-container.f5 {
  padding-top: 50px;
}
.main-container.f6 {
  padding-top: 0;
}
.main-container.f7 {
  padding-top: 0;
}
.f1-img-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 640px;
  margin: 0 auto;
}
.f1-img-container img {
  max-width: 1125px;
  position: relative;
}
@media (max-width: 641px) {
  .f1-img-container {
    width: 375px;
    max-width: 96%;
  }
  .f1-img-container img {
    max-width: min(186vw, 720px);
    position: relative;
  }
}
.f2-img-container {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
.f2-img-container .f2-img1 {
  margin: -20vw auto 0 auto;
  z-index: 3;
}
.f2-img-container .f2-img1 img {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}
.f2-img-container .f2-img2 {
  margin-top: -74px;
  margin-left: -12px;
  z-index: 4;
}
.f2-img-container .f2-img2 img {
  width: 168vw;
  max-width: 168vw;
}
@media (min-width: 641px) {
  .f2-img-container {
    width: 840px;
    margin-bottom: -40px;
    flex-direction: row;
  }
  .f2-img-container .f2-img1 {
    margin: 0 auto;
  }
  .f2-img-container .f2-img1 img {
    width: 380px;
    max-width: 1125px;
  }
  .f2-img-container .f2-img2 {
    margin-top: -184px;
    margin-left: -80px;
  }
  .f2-img-container .f2-img2 img {
    width: 1100px;
    max-width: 1100px;
  }
}
.f3-img-container {
  width: 840px;
  margin: 0 auto;
}
.f3-img-container .f3-img1 {
  margin-bottom: 10px;
  width: 210vw;
  max-width: 210vw;
}
@media (min-width: 641px) {
  .f3-img-container .f3-img1 {
    display: none;
  }
}
.f3-img-container .f3-img2 {
  margin-top: 10px;
}
.f3-img-container .f3-img2 img {
  width: 120vw;
  max-width: 1300px;
}
@media (min-width: 641px) {
  .f3-img-container .f3-img2 {
    margin-top: 50px;
  }
}
.f4-img-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.5;
  width: fit-content;
  max-width: 96%;
  margin: 0 auto;
}
.f4-img-container figure {
  margin: 0;
  position: relative;
}
.f4-img-container div:first-child img {
  width: 500px;
}
.f4-img-container div:first-child figure + figure {
  margin-top: 10px;
}
@media (min-width: 641px) {
  .f4-img-container div:first-child figure + figure {
    margin-top: 16px;
  }
}
.f4-img-container div:first-child figcaption {
  position: absolute;
  bottom: 0.75em;
  left: 0.75em;
}
.f4-img-container div:last-child {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 641px) {
  .f4-img-container div:last-child {
    grid-template-columns: 1fr;
  }
}
.f4-img-container div:last-child img {
  width: 180px;
}
.f4-img-container div:last-child figcaption {
  margin-top: 4px;
}
@media (min-width: 641px) {
  .f4-img-container div:last-child figcaption {
    margin-top: 0;
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .f4-img-container {
    flex-direction: row;
    gap: 16px;
    font-size: 14px;
    line-height: 1.3;
  }
}
.f4-img-container br {
  display: inherit;
}
.f5-header-container {
  font-weight: 700;
  max-width: 96%;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
.f5-header-container img {
  display: block;
  margin: 0 auto;
}
.f5-header-container img + img {
  margin-top: 25px;
}
.f5-header-container p {
  margin-top: 8px;
}
@media (min-width: 641px) {
  .f5-header-container {
    font-size: 16px;
  }
}
.f5-more1-img-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
  margin: 25px auto 50px auto;
}
@media (min-width: 641px) {
  .f5-more1-img-container {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 900px;
    max-width: 100%;
    margin: 25px auto;
  }
  .f5-more1-img-container img:nth-child(1) {
    grid-column: span 2;
  }
  .f5-more1-img-container img:nth-child(n+2) {
    grid-column: span 1;
  }
}
.f5-more2-img-container {
  margin: 20px auto 25px auto;
  width: 900px;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.f5-more2-img-container img {
  width: 1200px;
  max-width: 102vw;
}
.f5-way-img-container {
  width: 900px;
  max-width: 100%;
  margin: 25px auto;
}
.f5-way-img-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 25px;
}
.f5-way-img-container ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
@media (min-width: 641px) {
  .f5-way-img-container ul li {
    width: 50%;
  }
}
.f5-way-img-container .f5-icon {
  position: absolute;
  top: -18px;
  z-index: 2;
}
.f5-way-img-container figcaption {
  border: 3px solid #000000;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 18px 20px;
  width: fit-content;
  max-width: 90%;
  margin: -18px auto 0 auto;
  position: relative;
  z-index: 3;
}
.f5-way-img-container h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.f6-header-container {
  position: absolute;
  top: -42px;
  left: 2%;
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.f6-img-container {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}
.f7-header-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -30px;
}
.f7-related-container {
  width: fit-content;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.f7-related-container .has-shadow {
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.9));
}
.lineup-container {
  width: 840px;
  max-width: 100%;
  margin: 50px auto 0 auto;
}
.lineup-container h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-left: 8px;
}
.lineup-container h3::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #ff8733;
  margin-right: 8px;
}
.lineup-container h3::after {
  content: attr(data-suffix);
  margin-left: 8px;
  padding: 1px 8px;
  display: block;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  line-height: 1.29;
  height: 18px;
}
.lineup-container h3[data-suffix=A6]::after {
  background: #ff8733;
}
.lineup-container h3[data-suffix=A5]::after {
  background: #c1c1c1;
}
.lineup-container section + section {
  margin-top: 25px;
}
[lang=ja].device-pc .lineup-container ul[role=lineup],
[lang=en].device-pc .lineup-container ul[role=lineup] {
  max-width: 100%;
}
[lang=ja].device-pc .lineup-container ul[role=lineup] > li,
[lang=en].device-pc .lineup-container ul[role=lineup] > li {
  width: 280px;
}
[lang=ja].device-pc.no-touch a.btn-item[data-href]:hover dl:first-child + dl,
[lang=ja].device-pc.no-touch a.btn-item[href]:hover dl:first-child + dl {
  height: calc(100% - 268px);
}
[lang=ja].device-pc .btn-item dl + dl {
  top: 270px;
}
[lang=en].device-pc.no-touch a.btn-item[data-href]:hover dl:first-child + dl,
[lang=en].device-pc.no-touch a.btn-item[href]:hover dl:first-child + dl {
  height: calc(100% - 260px);
}
[lang=en].device-pc .btn-item dl + dl {
  top: 260px;
}
.marunum {
  background-color: #ff8a21;
  border-radius: 50%;
  padding: 3px 6px;
  margin-right: 0.3em;
  letter-spacing: 0;
  color: #ffffff;
}
.dot-list-item::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffbe3b;
  margin-right: 4px;
}
.footer {
  background-color: #000000;
  position: relative;
  z-index: 30;
  color: #ffffff;
  padding: 50px 0 40px 0;
  font-size: 10px;
}
.footer .footer-logo, .footer .footer-link, .footer .share, .footer .sns, .footer .corp, .footer .credit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-logo {
  gap: 1.75rem;
}
.footer .footer-link {
  gap: 3rem;
  margin-top: 50px;
}
.footer .footer-link .share {
  gap: 0.75rem;
}
.footer .footer-link .share .sns {
  gap: 1rem;
}
.footer .footer-link .share .sns a {
  display: block;
}
.footer .corp {
  margin-top: 50px;
  gap: 0.25rem;
  flex-direction: column;
}
@media (min-width: 641px) {
  .footer .corp {
    flex-direction: row;
    gap: 1rem;
  }
}
.footer .credit {
  margin-top: 40px;
  gap: 1rem;
}
@media (min-width: 641px) {
  .footer .credit {
    margin-top: 10px;
  }
}
.anchor-target {
  scroll-margin-top: 108px;
}
.spec-container.techo-spec {
  margin: 25px auto 0 auto;
  font-size: 12px;
}
.spec-container.techo-spec dl {
  display: flex;
}
.spec-container.techo-spec dt {
  flex-shrink: 0;
  font-weight: 700;
  text-decoration: underline;
}
@media (min-width: 641px) {
  .spec-container.techo-spec {
    margin: 50px auto 0 auto;
    font-size: 14px;
  }
}
.spec-container {
  max-width: 88%;
  border: 3px solid #000000;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 12px 16px;
  text-align: justify;
  width: fit-content;
  margin: 0 auto;
}
.spec-container dt:not(:first-child) {
  margin-top: 0.65em;
}
@media (min-width: 641px) {
  .spec-container {
    padding: 24px 30px;
  }
}
.date {
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 0px 3px #000000;
  font-weight: 700;
  margin: 50px auto;
}
.small-caution {
  font-size: 12px;
  display: block;
  padding-left: 1em;
}
.small-caution::before {
  content: "※";
  margin-left: -1em;
  margin-right: 3px;
}
body {
  font-family: -apple-system, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", meiryo, "M+ 1p", sans-serif;
  letter-spacing: 0.1em;
}
@media (min-width: 641px) {
  .content strong, .content-large strong {
    position: relative;
    background-color: unset;
  }
  .content strong::before, .content-large strong::before {
    content: "";
    position: absolute;
    top: 4px;
    width: 100%;
    height: 100%;
    border-bottom: 1em solid #ffff00;
    z-index: -1;
  }
}
.techo-spec dt {
  width: 80px;
}
@media (min-width: 641px) {
  .techo-spec dt {
    width: 100px;
  }
}
.seisakuchu__header {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.seisakuchu__header img {
  margin-left: 10px;
}
@media (min-width: 641px) {
  .seisakuchu__header {
    padding-left: 45px;
  }
  .seisakuchu__header img {
    margin-left: 0px;
  }
}
@media (min-width: 641px) {
  .seisakuchu__description {
    margin-top: -2em;
    padding-left: 1em;
  }
}
.about-order p {
  text-align: justify;
}
.cart::before {
  content: url(./icon_cart.8693f03f.svg);
}
.cart.active::after {
  content: "カートに入れる";
}
.cart.sold::after {
  content: "受付終了";
}