@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
}

nav li {
  list-style: none;
  padding: 0;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
}

a:not([href]):not(class),
a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco,
    Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono",
    "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono",
    "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor;
}

caption {
  color: inherit;
  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;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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;
}

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

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-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,
::-webkit-outer-spin-button {
  height: auto;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden="false"][hidden="false"] {
  display: initial;
}

[aria-hidden="false"][hidden="false"]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --font-ja__default: "Noto Serif", serif;
  --font-ja__heading: "Shippori Mincho B1", serif;
  --font-en__default: "Hanken Grotesk", sans-serif;
  --font-en__decoration: "Ibarra Real Nova", serif;
  --color-primary: #0b3471;
}

html {
  overflow: auto;
}

body {
  position: relative;
  overflow: clip;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--color-primary);
  font-family: var(--font-ja__default);
  background-color: var(--color-primary);
}

a {
  display: inline-block;
  color: inherit;
  word-break: break-all;
}

a:hover,
a:focus {
  opacity: 0.7;
}

img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sp {
  display: none;
}

.container {
  width: 100%;
  max-width: 1054px;
  padding: 0 15px;
  margin: 0 auto;
}

.color-primary {
  color: var(--color-primary);
}

.fixed-background-image {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/background-texture.jpg);
  mix-blend-mode: multiply;
  opacity: 0.4;
}

.fixed-background-color {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    width: 87%;
    padding: 0;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 40px 40px 0;
}

.header__logo {
  display: flex;
  align-items: center;
  margin-left: 40px;
  margin-top: 20px;
}

.header__logo-img {
  width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__nav {
  position: fixed;
  display: flex;
  align-self: flex-start;
  border-radius: 100px;
  padding: 20px 48px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.4);
  right: 40px;
  top: 40px;
}

.header__menu-button {
  display: none;
}

.header__menu {
  display: flex;
  gap: 48px;
}

.header__menu-item {
  position: relative;
}

.header__menu-link {
  position: relative;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .header {
    padding: 20px;
  }
  .header__logo {
    margin: 0;
  }
  .header__logo-img {
    width: 100px;
  }
  .header__nav {
    border-radius: 0;
    padding: 0;
    -webkit-backdrop-filter: inherit;
    backdrop-filter: inherit;
    right: 24px;
    top: 21px;
    background-color: inherit;
    z-index: 1000;
  }
  /* ハンバーガーメニューボタン */
  .header__menu-button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    z-index: 1001;
  }
  .header__menu-button:focus {
    outline: none;
  }
  /* テキスト（menu/close）の追加 */
  .header__menu-button::after {
    content: "Menu";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
  }
  .header__menu-button.is-active::after,
  .header__menu-button.is-animating::after {
    content: "Close";
  }
  /* 線のアニメーション用設定 */
  .header__menu-button-line {
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: transform 0.5s ease, width 0.5s ease, opacity 0.3s ease;
  }
  /* 各線の初期設定 */
  .header__menu-button-line:nth-child(1) {
    width: 32px;
    top: 0;
  }
  .header__menu-button-line:nth-child(2) {
    width: 40px;
    top: 7px;
  }
  .header__menu-button-line:nth-child(3) {
    width: 32px;
    top: 14px;
  }
  /* ボタンのアクティブ状態 - アニメーション中間状態 */
  .header__menu-button.is-animating .header__menu-button-line:nth-child(1) {
    animation: flowRight 0.4s ease forwards,
      flowLeftCross 0.5s ease 0.4s forwards;
  }
  .header__menu-button.is-animating .header__menu-button-line:nth-child(2) {
    animation: flowRight 0.4s ease forwards;
    opacity: 0;
  }
  .header__menu-button.is-animating .header__menu-button-line:nth-child(3) {
    animation: flowRight 0.4s ease forwards,
      flowLeftCrossReverse 0.5s ease 0.4s forwards;
  }
  /* ボタンのアクティブ状態 - バツ印の最終状態 */
  .header__menu-button.is-active .header__menu-button-line:nth-child(1) {
    width: 44px;
    top: 7px;
    left: 50%;
    margin-left: -22px;
    transform: rotate(25deg);
    transform-origin: center;
  }
  .header__menu-button.is-active .header__menu-button-line:nth-child(2) {
    opacity: 0;
  }
  .header__menu-button.is-active .header__menu-button-line:nth-child(3) {
    width: 44px;
    top: 7px;
    left: 50%;
    margin-left: -22px;
    transform: rotate(-25deg);
    transform-origin: center;
  }
  /* 閉じるときのアニメーション */
  .header__menu-button.is-closing .header__menu-button-line:nth-child(1) {
    animation: flowRight 0.4s ease forwards,
      flowLeftNormal 0.5s ease 0.4s forwards;
  }
  .header__menu-button.is-closing .header__menu-button-line:nth-child(2) {
    animation: fadeOut 0.3s ease forwards,
      flowLeftMiddle 0.5s ease 0.4s forwards;
  }
  .header__menu-button.is-closing .header__menu-button-line:nth-child(3) {
    animation: flowRight 0.4s ease forwards,
      flowLeftNormalBottom 0.5s ease 0.4s forwards;
  }
  /* メニューのスタイル */
  .header__menu-sp {
    position: fixed;
    inset: 0;
    height: 100vh;
    width: 100%;
    background: linear-gradient(169.28deg, #102340 2.8%, #14315e 98.09%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    transition-delay: 0.6s;
    gap: 32px;
    overflow-y: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* iOSでのスムーズスクロール */
    max-height: 100vh;
  }
  /* メニューアクティブ時の表示設定 */
  .header__menu-button.is-animating ~ .header__menu-sp,
  .header__menu-sp.is-active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .header__menu-inner {
    position: relative;
  }
  .header__menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 220px;
  }
  /* メニュー項目の初期設定 */
  .header__menu-item {
    width: 67%;
    margin-inline: auto;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  /* メニューアクティブ時の項目アニメーション（遅延つき） */
  .header__menu-sp.is-active .header__menu-item:nth-child(1),
  .header__menu-button.is-animating
    ~ .header__menu-sp
    .header__menu-item:nth-child(1) {
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateY(0);
  }
  .header__menu-sp.is-active .header__menu-item:nth-child(2),
  .header__menu-button.is-animating
    ~ .header__menu-sp
    .header__menu-item:nth-child(2) {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
  }
  .header__menu-sp.is-active .header__menu-item:nth-child(3),
  .header__menu-button.is-animating
    ~ .header__menu-sp
    .header__menu-item:nth-child(3) {
    transition-delay: 0.4s;
    opacity: 1;
    transform: translateY(0);
  }
  .header__menu-sp.is-active .header__menu-item:nth-child(4),
  .header__menu-button.is-animating
    ~ .header__menu-sp
    .header__menu-item:nth-child(4) {
    transition-delay: 0.5s;
    opacity: 1;
    transform: translateY(0);
  }
  .header__menu-sp.is-active .header__menu-item:nth-child(5),
  .header__menu-button.is-animating
    ~ .header__menu-sp
    .header__menu-item:nth-child(5) {
    transition-delay: 0.6s;
    opacity: 1;
    transform: translateY(0);
  }
  /* 閉じるときの項目アニメーション */
  .header__menu .header__menu-item:nth-child(1) {
    transition-delay: 0.5s;
  }
  .header__menu .header__menu-item:nth-child(2) {
    transition-delay: 0.4s;
  }
  .header__menu .header__menu-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .header__menu .header__menu-item:nth-child(4) {
    transition-delay: 0.2s;
  }
  .header__menu .header__menu-item:nth-child(5) {
    transition-delay: 0.1s;
  }
  /* リンクのスタイル */
  .header__menu-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    position: relative;
    font-size: 14px;
  }
  /* 英語テキストを疑似要素で追加 */
  .header .header__menu-link::after {
    content: attr(data-en);
    display: block;
    font-size: 40px;
    margin-top: 4px;
    line-height: 1;
    font-family: var(--font-en__decoration);
  }
  .header__menu-link-text {
    opacity: 0.8;
  }
  /* アニメーションキーフレーム定義 */
  @keyframes flowRight {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    100% {
      transform: translateX(100%);
      opacity: 0;
    }
  }
  @keyframes flowLeftCross {
    0% {
      width: 0;
      opacity: 0;
      transform: translateX(-100%) rotate(0);
      top: 0;
    }
    50% {
      width: 44px;
      opacity: 1;
      transform: translateX(0) rotate(0);
      top: 0;
    }
    100% {
      width: 44px;
      opacity: 1;
      transform: translateX(0) rotate(25deg);
      top: 7px;
      left: 50%;
      margin-left: -22px;
    }
  }
  @keyframes flowLeftCrossReverse {
    0% {
      width: 0;
      opacity: 0;
      transform: translateX(-100%) rotate(0);
      top: 14px;
    }
    50% {
      width: 44px;
      opacity: 1;
      transform: translateX(0) rotate(0);
      top: 14px;
    }
    100% {
      width: 44px;
      opacity: 1;
      transform: translateX(0) rotate(-25deg);
      top: 7px;
      left: 50%;
      margin-left: -22px;
    }
  }
  @keyframes flowLeftNormal {
    0% {
      width: 0;
      opacity: 0;
      transform: translateX(-100%);
      top: 7px;
      left: 50%;
      margin-left: -22px;
    }
    50% {
      width: 32px;
      opacity: 1;
      transform: translateX(0);
      top: 7px;
      left: 50%;
      margin-left: -22px;
    }
    100% {
      width: 32px;
      opacity: 1;
      transform: translateX(0);
      top: 0;
      left: 0;
      margin-left: 0;
    }
  }
  @keyframes flowLeftNormalBottom {
    0% {
      width: 0;
      opacity: 0;
      transform: translateX(-100%);
      top: 7px;
      left: 50%;
      margin-left: -22px;
    }
    50% {
      width: 32px;
      opacity: 1;
      transform: translateX(0);
      top: 7px;
      left: 50%;
      margin-left: -22px;
    }
    100% {
      width: 32px;
      opacity: 1;
      transform: translateX(0);
      top: 14px;
      left: 0;
      margin-left: 0;
    }
  }
  @keyframes flowLeftMiddle {
    0% {
      width: 0;
      opacity: 0;
      transform: translateX(-100%);
      left: 0;
    }
    50% {
      width: 40px;
      opacity: 0.5;
      transform: translateX(0);
    }
    100% {
      width: 40px;
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}
:root :where(a:where(:not(.wp-element-button)):focus) {
  text-decoration: none;
}

.container {
  width: 1144px;
  padding: 0 15px;
  max-width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 769px) {
  .container {
    width: 87.7%;
    padding: 0;
  }
}
.decorative-frame {
  position: relative;
  width: 100%;
  padding: 6px;
}

.decorative-frame__corner {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 2;
  background-image: url("../img/decoration__diamond.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.decorative-frame__corner--top-left {
  top: -5px;
  left: -5px;
}

.decorative-frame__corner--top-right {
  top: -5px;
  right: -5px;
}

.decorative-frame__corner--bottom-left {
  bottom: -5px;
  left: -5px;
}

.decorative-frame__corner--bottom-right {
  bottom: -5px;
  right: -5px;
}

.decorative-frame__line {
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6509803922);
}

.decorative-frame__line--top {
  top: 0;
  left: 8px;
  right: 8px;
  height: 1px;
  width: calc(100% - 16px);
}

.decorative-frame__line--right {
  top: 8px;
  right: 0;
  bottom: 8px;
  width: 1px;
  height: calc(100% - 16px);
}

.decorative-frame__line--bottom {
  bottom: 0;
  left: 8px;
  right: 8px;
  height: 1px;
  width: calc(100% - 16px);
}

.decorative-frame__line--left {
  top: 8px;
  left: 0;
  bottom: 8px;
  width: 1px;
  height: calc(100% - 16px);
}

.decorative-frame__content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.decorative-frame--small {
  padding: 5px;
}

.decorative-frame__corner--small {
  width: 8px;
  height: 8px;
}

.decorative-frame__corner--small.decorative-frame__corner--top-left {
  top: -4px;
  left: -3px;
}

.decorative-frame__corner--small.decorative-frame__corner--top-right {
  top: -4px;
  right: -3px;
}

.decorative-frame__corner--small.decorative-frame__corner--bottom-left {
  bottom: -4px;
  left: -3px;
}

.decorative-frame__corner--small.decorative-frame__corner--bottom-right {
  bottom: -4px;
  right: -3px;
}

.decorative-fram--wide {
  padding: 10px;
}

.decorative-frame__corner--blue {
  background-image: url("../img/decoration__diamond--blue.svg");
}

.decorative-frame__line--blue {
  background: rgba(30, 83, 161, 0.6509803922);
}

@media screen and (max-width: 769px) {
  .decorative-frame__corner {
    width: 6px;
    height: 6px;
  }
  .decorative-frame__corner--top-left {
    top: -3px;
    left: -3px;
  }
  .decorative-frame__corner--top-right {
    top: -3px;
    right: -3px;
  }
  .decorative-frame__corner--bottom-left {
    bottom: -3px;
    left: -3px;
  }
  .decorative-frame__corner--bottom-right {
    bottom: -3px;
    right: -3px;
  }
  .decorative-frame__line--top {
    left: 5px;
    right: 5px;
    width: calc(100% - 10px);
  }
  .decorative-frame__line--right {
    top: 5px;
    bottom: 5px;
    height: calc(100% - 10px);
  }
  .decorative-frame__line--bottom {
    left: 5px;
    right: 5px;
    width: calc(100% - 10px);
  }
  .decorative-frame__line--left {
    top: 5px;
    bottom: 5px;
    height: calc(100% - 10px);
  }
  .decorative-frame__corner--small {
    width: 6px;
    height: 6px;
  }
  .decorative-frame__corner--small.decorative-frame__corner--top-left {
    top: -3px;
  }
  .decorative-frame__corner--small.decorative-frame__corner--top-right {
    top: -3px;
  }
  .decorative-frame__corner--small.decorative-frame__corner--bottom-left {
    bottom: -3px;
  }
  .decorative-frame__corner--small.decorative-frame__corner--bottom-right {
    bottom: -3px;
  }
}
.section-header__ja {
  position: relative;
  font-size: 20px;
  line-height: 1.75;
  font-family: var(--font-ja__heading);
  padding-left: 20px;
}

.section-header__ja::before {
  position: absolute;
  content: "";
  background-image: url(../img/section-header__ja-decoration.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  left: 0;
  top: 12px;
}

.section-header__ja--white::before {
  background-image: url(../img/section-header__ja-decoration--white.png);
}

.section-header__en {
  font-family: var(--font-en__decoration);
  margin-top: 8px;
  letter-spacing: 0.04em;
  font-size: 80px;
  line-height: 1;
}

/* セクション本文（共通部品） */
.section-body {
  margin-top: 40px;
}

.section-body__text {
  margin-top: 2.3em;
  line-height: 2.3;
  opacity: 0.8;
}

.section-body__text:first-child {
  margin-top: 0;
}

@media screen and (max-width: 769px) {
  .section-header__ja {
    font-size: 16px;
    padding-left: 16px;
  }
  .section-header__ja::before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
  .section-header__en {
    font-size: 48px;
    margin-top: 4px;
  }
  /* セクション本文（共通部品） */
  .section-body {
    margin-top: 24px;
  }
  .section-body__text {
    font-size: 14px;
  }
}
.star {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  filter: drop-shadow(0 0 2px white);
}

.shooting-star {
  position: absolute;
  width: 150px;
  height: 1px;
  background-image: radial-gradient(circle at 0 0, white 1px, transparent 1px),
    linear-gradient(
      to left,
      transparent,
      rgba(255, 255, 255, 0.8) 20%,
      rgba(255, 255, 255, 0)
    );
  background-size: 1px 1px, 100% 1px;
  background-repeat: no-repeat;
  background-position: 0 0, 0 0;
  z-index: 0;
  opacity: 0;
  will-change: background-position, background-image, transform;
}

@keyframes shootingStar {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(0) rotate(-45deg);
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    transform: translateX(-300px) translateY(300px) rotate(-45deg);
  }
  100% {
    opacity: 0;
    transform: translateX(-350px) translateY(350px) rotate(-45deg);
  }
}
@keyframes tailAnimation {
  0% {
    background-position: 0 0, 0 0;
    background-image: radial-gradient(circle at 0 0, white 1px, transparent 1px),
      linear-gradient(to left, transparent, rgba(255, 255, 255, 0));
  }
  10% {
    background-position: 0 0, -10px 0;
    background-image: radial-gradient(circle at 0 0, white 1px, transparent 1px),
      linear-gradient(
        to left,
        transparent,
        rgba(255, 255, 255, 0.3) 30%,
        rgba(255, 255, 255, 0)
      );
  }
  20% {
    background-position: 0 0, -30px 0;
    background-image: radial-gradient(circle at 0 0, white 1px, transparent 1px),
      linear-gradient(
        to left,
        transparent,
        rgba(255, 255, 255, 0.5) 40%,
        rgba(255, 255, 255, 0)
      );
  }
  40% {
    background-position: 0 0, -60px 0;
    background-image: radial-gradient(circle at 0 0, white 1px, transparent 1px),
      linear-gradient(
        to left,
        transparent,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0)
      );
  }
  60% {
    background-position: 0 0, -80px 0;
    background-image: radial-gradient(circle at 0 0, white 1px, transparent 1px),
      linear-gradient(
        to left,
        transparent,
        rgba(255, 255, 255, 0.8) 60%,
        rgba(255, 255, 255, 0)
      );
  }
  75% {
    background-position: 0 0, -100px 0;
    background-image: radial-gradient(circle at 0 0, white 1px, transparent 1px),
      linear-gradient(
        to left,
        transparent,
        rgba(255, 255, 255, 0.6) 70%,
        rgba(255, 255, 255, 0)
      );
  }
  90% {
    background-position: 0 0, -120px 0;
    background-image: radial-gradient(circle at 0 0, white 1px, transparent 1px),
      linear-gradient(
        to left,
        transparent,
        rgba(255, 255, 255, 0.4) 80%,
        rgba(255, 255, 255, 0)
      );
  }
  100% {
    background-position: 0 0, -140px 0;
    background-image: radial-gradient(circle at 0 0, white 1px, transparent 1px),
      linear-gradient(
        to left,
        transparent,
        rgba(255, 255, 255, 0) 90%,
        rgba(255, 255, 255, 0)
      );
  }
}
.text-hover-animation {
  position: relative;
  display: inline;
  -webkit-box-decoration-break: slice;
  background-image: linear-gradient(#fff, #fff);
  background-size: 0 1px;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  transition: background-size 0.4s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .text-hover-animation:hover {
    opacity: 1;
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 769px) {
  .text-hover-animation {
    background-image: none;
    transition: none;
  }
  .text-hover-animation:hover {
    background-size: 0 0;
  }
}
.decoration-moon {
  position: absolute;
  right: -50%;
  bottom: -23%;
  width: 503px;
  height: 302px;
  z-index: -1;
}

.decoration-moon__moon,
.decoration-moon__cloud {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}

.decoration-moon__moon {
  background-image: url(../img/decoration__moon.png);
  width: 86px;
  height: 86px;
  top: -23px;
  left: 30%;
}

.decoration-moon__cloud {
  background-image: url(../img/decoration__cloud.png);
  width: 503px;
  height: 280px;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 769px) {
  .decoration-moon {
    width: 387px;
    height: 214px;
    right: -70%;
  }
  .decoration-moon__moon {
    width: 66px;
    height: 66px;
  }
  .header .decoration-moon {
    right: -35%;
    bottom: -5%;
  }
}
/* メインビジュアル */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: var(--font-ja__heading);
}

.top {
  position: relative;
}

.top::before,
.top::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
}

.top::before {
  background: linear-gradient(360deg, rgba(9, 31, 64, 0) 0%, #091f40 100%);
  height: 200px;
  z-index: 1;
  top: 0;
}

.top::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 570px;
  z-index: 0;
  bottom: 0;
}

.fixed-background {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -15;
  background-image: url(../img/background-texture.jpg);
  background-size: 300px 300px;
  opacity: 0.4;
}

/* 背景色レイヤー - 最下層 */
.background-color-layer {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  will-change: background-color;
  transition: background-color 0.6s ease;
}

.mv {
  position: relative;
  width: 100%;
}

.mv__content {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #112643 0%, #2057a9 100%);
  align-items: center;
}

.mv__product {
  text-align: center;
  z-index: 1;
  position: sticky;
  top: 170px;
  width: 226px;
}

.mv__product-img {
  max-width: 100%;
  height: auto;
  transform: scale(1.1);
  filter: blur(10px);
}

/* ニュース */
.mv__news {
  position: absolute;
  bottom: 220px;
  left: 42px;
  color: #fff;
  z-index: 3;
}

.mv__news-inner {
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 25px 38px 20px 86px;
  width: 342px;
}

.mv__news-date {
  font-size: 14px;
  font-family: var(--font-en__default);
  display: inline-block;
  letter-spacing: 0.02em;
  opacity: 0.8;
}

.mv__news-category {
  position: relative;
  font-size: 13px;
  margin-left: 16px;
  opacity: 0.8;
}

.mv__news-category::before {
  position: absolute;
  content: "";
  background-color: #fff;
  opacity: 0.4;
  width: 1px;
  height: 12px;
  left: -8px;
  top: 3px;
}

.mv__news-title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.mv__news-figure {
  position: absolute;
  left: 0;
  top: -8px;
  width: 103px;
  z-index: 5;
}

.mv__news-image {
  width: 100%;
  height: auto;
}

/* スクロール */
.mv__scroll {
  position: absolute;
  right: 24px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  opacity: 0;
}

.mv__scroll-text {
  writing-mode: vertical-rl;
  font-family: var(--font-en__default);
  letter-spacing: 0.02em;
  opacity: 0.8;
}

.mv__scroll::after {
  content: "";
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.6509803922);
  margin-top: 15px;
  animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
  0% {
    transform: scaleY(0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scaleY(0);
    transform-origin: 0 100%;
  }
}
.mv__bg {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.mv__bg-picture {
  width: 100%;
  height: 100%;
}

.mv__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* コンセプトセクション */
.concept-section {
  position: relative;
  padding: 94px 0 160px;
  color: #fff;
}

.concept-section__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.concept-section__image-wrapper {
  width: 43%;
}

.concept-section__image-frame {
  position: relative;
  background-image: url(../img/concept__image-frame.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 482/656;
  padding: 38px 17px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.concept-section__image {
  width: 100%;
  height: auto;
}

.concept-section__text {
  position: relative;
  width: 48.8%;
}

.concept-header__en {
  font-family: var(--font-en__default);
  opacity: 0.8;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.concept-header__ja {
  margin-top: 16px;
  font-size: 32px;
  line-height: 1.75;
}

.concept-section__about {
  margin-top: 97px;
}

.concept-section__about-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 47px 58px 47px 58px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.concept-section__about-text {
  width: 55%;
}

.concept-section__about-title {
  font-size: 24px;
  line-height: 1.75;
}
.concept-section__about-title span.small {
  font-size: 0.75em;
  opacity: 0.8;
}

.concept-section__about-description {
  line-height: 1.8;
  margin-top: 24px;
  opacity: 0.8;
}

.concept-section__about-image {
  position: relative;
  width: 25.5%;
  margin-left: 140px;
}

.concept-section__owner-image {
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.2509803922));
}

.concept-section__owner-name {
  position: absolute;
  font-size: 20px;
  line-height: 1.5;
  bottom: 20px;
  right: 68%;
  width: -moz-max-content;
  width: max-content;
  opacity: 0.8;
}

.concept-section__owner-name-small {
  font-size: 16px;
}

.marquee {
  display: flex;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: -1;
  margin-top: 32px;
}

.marqueeitem {
  position: relative;
  white-space: nowrap;
  animation: marquee-left 25s linear infinite;
  font-size: 120px;
  opacity: 0.65;
  color: var(--color-primary);
  font-family: var(--font-en__decoration);
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-right: 100px;
}

@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}
.marqueeitem::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 53px;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  background-image: url(../img/marquee-decoration.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*============================
#features.features
============================*/
.features {
  padding: 160px 0;
}

.features__list {
  margin-top: 68px;
  width: 88.4%;
  margin-inline: auto;
  position: relative;
  height: 600px;
}

.feature-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 6.5%;
  opacity: 0;
  visibility: hidden;
  filter: blur(10px);
  transition: opacity 0.8s ease, visibility 0.8s ease, filter 0.8s ease;
}

.feature-item.active {
  opacity: 1;
  filter: none;
  visibility: visible;
}

.feature-item__content {
  width: 45.5%;
}

.feature-item__number {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-family: var(--font-en__default);
}

.feature-item__title {
  font-size: 32px;
  line-height: 1.75;
  font-family: var(--font-ja__heading);
}

.feature-item__text {
  margin-top: 40px;
  line-height: 1.8;
}

.feature-item__image {
  width: 40.7%;
}

.feature-item__image-frame {
  position: relative;
  background-image: url(../img/feature-frame.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 400/534;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-item__image-frame::before {
  position: absolute;
  content: "";
  background-image: url(../img/feature-frame__decoration.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
}

.feature-item__image-img {
  aspect-ratio: 380/505;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.5s ease, filter 0.5s ease;
}

.feature-item.active .feature-item__image-img {
  opacity: 1;
  filter: blur(0px);
}

/*============================
#lineup.lineup
============================*/
.lineup {
  padding-bottom: 160px;
}

.lineup__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 53px;
  gap: 27px;
}

.lineup__image-container {
  border-radius: 8px;
  overflow: hidden;
}

.lineup__title {
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  margin-top: 29px;
}

.lineup__price {
  margin-top: 16px;
}

.lineup__price-yen {
  font-size: 20px;
  letter-spacing: 0.08em;
}

.lineup__price-number {
  font-size: 32px;
  font-family: var(--font-en__decoration);
  letter-spacing: 0.08em;
}

.lineup__price-tax {
  font-size: 14px;
  line-height: 1.8;
}

.lineup__price-quantity {
  font-size: 14px;
  line-height: 1.8;
}

/*============================
StoreSection
============================*/
.stores-section {
  position: relative;
}

.stores-visual {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  aspect-ratio: 1366/600;
}

.stores-visual__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 108%;
  height: 150%;
  will-change: transform;
}

.stores-visual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stores-content {
  position: relative;
  color: #fff;
  padding: 80px 0;
  z-index: 2;
}

.stores-list {
  display: flex;
  position: relative;
  gap: 20%;
  margin-top: 48px;
}

.stores-list__item {
  width: 50%;
  font-family: var(--font-ja__default);
}

.stores-list__divider {
  position: absolute;
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.6509803922);
  top: 15px;
  bottom: 15px;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.stores-list__divider::before,
.stores-list__divider::after {
  position: absolute;
  content: "";
  background-image: url(../img/decoration__diamond.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
}

.stores-list__divider::before {
  top: -15px;
}

.stores-list__divider::after {
  bottom: -15px;
}

.stores-list__title {
  font-size: 32px;
}

.stores-list__info {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.stores-list__info dl {
  display: flex;
  gap: 24px;
  line-height: 1.75;
  opacity: 0.8;
}

.stores-list__info dt {
  width: 70px;
  font-weight: 400;
}

.stores-list__info dd {
  flex: 1;
}

.map-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px 16px 24px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  margin-top: 40px;
  transition: all 0.4s ease;
  position: relative;
  border: none; /* 通常のボーダーを削除 */
}

.map-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url("../img/icon__map.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* 初期状態のグレーのボーダー */
.map-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  pointer-events: none;
}

/* 上の線 */
.map-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: none;
  pointer-events: none;
}

/* 右の線 */
.map-button > span:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 0;
  background-color: white;
  transition: none;
  pointer-events: none;
}

/* 下の線 */
.map-button > span:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: none;
  pointer-events: none;
}

/* 左の線 */
.map-button > span:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: white;
  transition: none;
  pointer-events: none;
}

.map-button:hover {
  opacity: 1;
}

/* ホバー時のアニメーション */
.map-button:hover::after {
  width: 100%;
  transition: width 0.25s linear;
}

.map-button:hover > span:nth-child(1)::before {
  height: 100%;
  transition: height 0.25s linear 0.25s; /* 0.25秒遅延 */
}

.map-button:hover > span:nth-child(1)::after {
  width: 100%;
  transition: width 0.25s linear 0.5s; /* 0.5秒遅延 */
}

.map-button:hover > span:nth-child(2)::before {
  height: 100%;
  transition: height 0.25s linear 0.75s; /* 0.75秒遅延 */
}

.news-section {
  color: #fff;
  padding: 90px 0 160px;
  position: relative;
  z-index: 2;
}

.news__container {
  display: flex;
}

.news__header {
  flex: 1;
}

.news__content {
  width: 63.4%;
}

.news-list {
  position: relative;
}

.news-item {
  position: relative;
}

.news-item__inner {
  padding: 45px 50px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.news-item__meta {
  display: flex;
  align-items: center;
}

.news-item__date {
  font-size: 14px;
  letter-spacing: 0.02em;
}

.news-item__category {
  position: relative;
  font-size: 13px;
  margin-left: 16px;
  opacity: 0.8;
}

.news-item__category::before {
  position: absolute;
  content: "";
  background-color: #fff;
  opacity: 0.4;
  width: 1px;
  height: 12px;
  left: -8px;
  top: 3px;
}

.news-item__title {
  margin-top: 16px;
  font-size: 18px;
  font-family: var(--font-ja__default);
}

.news-item__decoration {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6509803922);
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
}

.news-item__decoration::before,
.news-item__decoration::after {
  position: absolute;
  content: "";
  background-image: url(../img/decoration__diamond.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -4px;
}

.news-item__decoration::before {
  left: -15px;
}

.news-item__decoration::after {
  right: -15px;
}

.news-item__decoration--last {
  top: inherit;
  bottom: 0;
}

.coming-soon {
  margin-top: 50px;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.coming-soon__link {
  transition: opacity 0.4s ease;
}

/* フッター */
.footer {
  position: relative;
  padding: 0 0 40px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.footer-logo__link {
  transition: opacity 0.4s ease;
}

.footer-logo img {
  width: 160px;
}

.footer-copyright {
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #fff;
  z-index: 2;
  opacity: 0.65;
  font-family: var(--font-en__default);
  margin-top: 48vh;
}

.footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 769px) {
  /* メインビジュアル */
  .top::before {
    height: 100px;
  }
  .top::after {
    height: 473px;
  }
  /* 背景色レイヤー - 最下層 */
  .mv__product {
    width: 200px;
    top: 180px;
    margin-left: 8%;
  }
  /* ニュース */
  .mv__news {
    left: 50%;
    transform: translateX(-50%);
    bottom: -220px;
  }
  .mv__news-inner {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    max-width: 400px;
  }
  .mv__news-title {
    font-size: 16px;
  }
  .mv__news-figure {
    width: 95px;
    top: 0;
  }
  /* スクロール */
  .mv__scroll {
    font-size: 14px;
    right: 16px;
    bottom: 16px;
  }
  /* コンセプトセクション */
  .concept-section {
    padding: 130px 0 100px;
  }
  .concept-section__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .concept-section__image-wrapper {
    order: 2;
    width: 82%;
    margin-top: 40px;
    margin-inline: auto;
  }
  .concept-section__image-frame {
    padding: 22px 11px 11px;
  }
  .concept-section__image {
    margin-inline: auto;
    display: block;
    width: 100%;
  }
  .concept-section__text {
    order: 1;
    width: 100%;
  }
  .concept-header__en {
    font-size: 12px;
  }
  .concept-header__ja {
    font-size: 24px;
    margin-top: 12px;
  }
  .concept-section__about {
    margin-top: 48px;
  }
  .concept-section__about-inner {
    padding: 32px;
    flex-direction: column;
  }
  .concept-section__about-text {
    width: 100%;
  }
  .concept-section__about-title {
    font-size: 18px;
  }
  .concept-section__about-description {
    margin-top: 16px;
    font-size: 14px;
  }
  .concept-section__about-image {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
  .concept-section__owner-image {
    position: absolute;
    width: 49.25%;
    max-width: 150px;
    right: -12px;
    bottom: 0;
  }
  .concept-section__owner-name {
    position: relative;
    right: inherit;
    bottom: inherit;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .concept-section__owner-name-small {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .marqueeitem {
    font-size: 80px;
    padding-right: 80px;
  }
  .marqueeitem::before {
    width: 32px;
    height: 32px;
  }
  /*============================
  #features.features
  ============================*/
  .features {
    padding: 100px 0;
  }
  .features__list {
    margin-top: 50px;
    width: 100%;
    height: auto;
    display: grid;
    gap: 64px;
  }
  .feature-item {
    flex-direction: column-reverse;
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: none;
    filter: none;
  }
  .feature-item__content {
    width: 100%;
    margin-top: 24px;
    transform: none;
    margin-top: 24px;
    transition: none;
  }
  .feature-item__number {
    font-size: 12px;
  }
  .feature-item__title {
    margin-top: 8px;
    font-size: 22px;
  }
  .feature-item__text {
    margin-top: 24px;
    font-size: 14px;
  }
  .feature-item__image {
    width: 73%;
  }
  .feature-item__image-frame {
    aspect-ratio: 250/333;
    padding: 6px;
  }
  .feature-item__image-frame::before {
    width: 15px;
    height: 15px;
    top: -12px;
  }
  .feature-item__image-img {
    aspect-ratio: 237/315;
    opacity: 1;
    filter: none;
  }
  /*============================
  #lineup.lineup
  ============================*/
  .lineup {
    padding-bottom: 100px;
  }
  .lineup__items {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 42px;
  }
  .lineup__image-container {
    border-radius: 4px;
  }
  .lineup__title {
    font-size: 20px;
    margin-top: 14px;
  }
  .lineup__price {
    margin-top: 8px;
  }
  .lineup__price-yen {
    font-size: 18px;
  }
  .lineup__price-number {
    font-size: 28px;
  }
  .lineup__price-tax {
    font-size: 12px;
  }
  .lineup__price-quantity {
    font-size: 12px;
  }
  /*============================
  StoreSection
  ============================*/
  .stores-visual {
    aspect-ratio: 390/314;
  }
  .stores-visual__image {
    width: 111%;
  }
  .stores-content {
    padding: 100px 0;
  }
  .stores-list {
    gap: 68px;
    margin-top: 40px;
    flex-direction: column;
  }
  .stores-list__item {
    width: 100%;
  }
  .stores-list__divider {
    position: relative;
    width: calc(100% - 26px);
    height: 1px;
    top: inherit;
    bottom: inherit;
  }
  .stores-list__divider::before,
  .stores-list__divider::after {
    width: 8px;
    height: 8px;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
  }
  .stores-list__divider::before {
    left: -13px;
  }
  .stores-list__divider::after {
    right: -13px;
  }
  .stores-list__title {
    font-size: 22px;
  }
  .stores-list__info {
    margin-top: 16px;
    gap: 16px;
  }
  .stores-list__info dl {
    gap: 8px;
    flex-direction: column;
    font-size: 14px;
  }
  .stores-list__info dt {
    width: 100%;
  }
  .map-button {
    margin-top: 32px;
    padding: 14px 24px 14px 16px;
  }
  .news-section {
    padding-top: 0;
  }
  .news__container {
    flex-direction: column;
  }
  .news__content {
    width: calc(100% - 20px);
    margin-top: 44px;
    margin-inline: auto;
  }
  .news-item__inner {
    padding: 20px 26px;
  }
  .news-item__title {
    margin-top: 12px;
    font-size: 15px;
  }
  .news-item__decoration::before,
  .news-item__decoration::after {
    width: 6px;
    height: 6px;
    top: -3px;
  }
  .news-item__decoration::before {
    left: -10px;
  }
  .news-item__decoration::after {
    right: -10px;
  }
  .coming-soon {
    width: calc(100% + 12px);
    margin-left: -6px;
  }
  /* フッター */
  .footer-logo {
    justify-content: center;
  }
  .footer-logo img {
    width: 100px;
  }
  .footer-copyright {
    margin-top: 38vh;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mv__news-title:hover {
    opacity: 1;
  }
} /*# sourceMappingURL=style.css.map */
