@charset "UTF-8";
/* Breakpoints */
/* =========================================================
color - 色の設定
========================================================= */
/* ---------------------------------------------------------------
 ■サイトのメインカラーなどの指定
 わかりやすいように名称は適宜変更してください。
--------------------------------------------------------------- */
/* =========================================================
font - font-familyの設定など
========================================================= */
/* ---------------------------------------------------------------
 ■font-familyの設定
 デフォルトではNoto Sans JP(源ノ角ゴシック)を最優先にしています。
--------------------------------------------------------------- */
/*  ・フォントの指定
-------------------- */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
/* Noto Sans JP優先 */
/* 游ゴシック優先(Webフォント未使用) */
/* $font-family-jp-sans-serif: "游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif; */
/* ・明朝体
-------------------- */
.f-serif {
  font-family: "Lora", "Shippori Mincho", "Noto Serif JP", "a-otf-ryumin-pr6n", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
}

/* ・独自に追加したWebフォントなど
-------------------- */
/* $font-family-original01: 'Montserrat', sans-serif; */
/* Font Awesome */
/* ・デフォルトの文字サイズ
-------------------- */
/* ・行の高さ
-------------------- */
/* ・文字色
見出しを#333333、本文を#555555、重要度の低い文字を#777777に指定すると見やすいです。
-------------------- */
/* ・テキスト要素から上下の余白削除 */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

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

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

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  overflow-x: hidden;
  font-size: 100%;
}

body {
  position: relative;
  display: flex;
  flex-flow: column;
  margin: 0;
  min-height: 100vh;
  font-family: "Lora", "Shippori Mincho", "Noto Serif JP", "a-otf-ryumin-pr6n", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #000;
  /* overflow-x: hidden; */
  -webkit-overflow-scrolling: auto;
  touch-action: manipulation;
  overflow-wrap: normal;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  font-weight: 400;
  line-height: inherit;
}
body p {
  margin: 0;
}
body ul,
body ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
body dl,
body dt,
body dd {
  margin: 0;
  padding: 0;
}
body img,
body video {
  /* display: block; */
  height: auto;
  max-width: 100%;
}
body,
body * {
  box-sizing: border-box;
}
body a {
  color: inherit;
  text-decoration: none;
}
body a:hover, body a:visited {
  color: inherit;
  text-decoration: none;
}

* {
  min-height: auto;
}

.fs-l-page {
  background: #FFF;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.f-sans {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes arrow01 {
  0% {
    transform: scale(1, 0);
  }
  35% {
    transform: scale(1, 1);
  }
  55% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes arrow02 {
  0% {
    transform: rotate(45deg) scale(1, 0);
  }
  35% {
    transform: rotate(45deg) scale(1, 0);
  }
  55% {
    transform: rotate(45deg) scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) scale(1, 1);
    opacity: 0;
  }
}
/* ズームアニメーション */
@keyframes zoomOutSlide {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* ================
> Utilities Index
- margin
- display
- flex
================*/
/* =========================================================
margin - 余白の調整
========================================================= */
.ut_m_0 {
  margin: 0rem !important;
}

.ut_mt_0,
.ut_my_0 {
  margin-top: 0rem !important;
}

.ut_mr_0,
.ut_mx_0 {
  margin-right: 0rem !important;
}

.ut_mb_0,
.ut_my_0 {
  margin-bottom: 0rem !important;
}

.ut_ml_0,
.ut_mx_0 {
  margin-left: 0rem !important;
}

.ut_m_1 {
  margin: 0.5rem !important;
}

.ut_mt_1,
.ut_my_1 {
  margin-top: 0.5rem !important;
}

.ut_mr_1,
.ut_mx_1 {
  margin-right: 0.5rem !important;
}

.ut_mb_1,
.ut_my_1 {
  margin-bottom: 0.5rem !important;
}

.ut_ml_1,
.ut_mx_1 {
  margin-left: 0.5rem !important;
}

.ut_m_2 {
  margin: 1rem !important;
}

.ut_mt_2,
.ut_my_2 {
  margin-top: 1rem !important;
}

.ut_mr_2,
.ut_mx_2 {
  margin-right: 1rem !important;
}

.ut_mb_2,
.ut_my_2 {
  margin-bottom: 1rem !important;
}

.ut_ml_2,
.ut_mx_2 {
  margin-left: 1rem !important;
}

.ut_m_3 {
  margin: 1.5rem !important;
}

.ut_mt_3,
.ut_my_3 {
  margin-top: 1.5rem !important;
}

.ut_mr_3,
.ut_mx_3 {
  margin-right: 1.5rem !important;
}

.ut_mb_3,
.ut_my_3 {
  margin-bottom: 1.5rem !important;
}

.ut_ml_3,
.ut_mx_3 {
  margin-left: 1.5rem !important;
}

.ut_m_4 {
  margin: 2rem !important;
}

.ut_mt_4,
.ut_my_4 {
  margin-top: 2rem !important;
}

.ut_mr_4,
.ut_mx_4 {
  margin-right: 2rem !important;
}

.ut_mb_4,
.ut_my_4 {
  margin-bottom: 2rem !important;
}

.ut_ml_4,
.ut_mx_4 {
  margin-left: 2rem !important;
}

.ut_m_5 {
  margin: 2.5rem !important;
}

.ut_mt_5,
.ut_my_5 {
  margin-top: 2.5rem !important;
}

.ut_mr_5,
.ut_mx_5 {
  margin-right: 2.5rem !important;
}

.ut_mb_5,
.ut_my_5 {
  margin-bottom: 2.5rem !important;
}

.ut_ml_5,
.ut_mx_5 {
  margin-left: 2.5rem !important;
}

.ut_m_6 {
  margin: 3rem !important;
}

.ut_mt_6,
.ut_my_6 {
  margin-top: 3rem !important;
}

.ut_mr_6,
.ut_mx_6 {
  margin-right: 3rem !important;
}

.ut_mb_6,
.ut_my_6 {
  margin-bottom: 3rem !important;
}

.ut_ml_6,
.ut_mx_6 {
  margin-left: 3rem !important;
}

.ut_m_7 {
  margin: 3.5rem !important;
}

.ut_mt_7,
.ut_my_7 {
  margin-top: 3.5rem !important;
}

.ut_mr_7,
.ut_mx_7 {
  margin-right: 3.5rem !important;
}

.ut_mb_7,
.ut_my_7 {
  margin-bottom: 3.5rem !important;
}

.ut_ml_7,
.ut_mx_7 {
  margin-left: 3.5rem !important;
}

.ut_m_8 {
  margin: 4rem !important;
}

.ut_mt_8,
.ut_my_8 {
  margin-top: 4rem !important;
}

.ut_mr_8,
.ut_mx_8 {
  margin-right: 4rem !important;
}

.ut_mb_8,
.ut_my_8 {
  margin-bottom: 4rem !important;
}

.ut_ml_8,
.ut_mx_8 {
  margin-left: 4rem !important;
}

.ut_m_9 {
  margin: 4.5rem !important;
}

.ut_mt_9,
.ut_my_9 {
  margin-top: 4.5rem !important;
}

.ut_mr_9,
.ut_mx_9 {
  margin-right: 4.5rem !important;
}

.ut_mb_9,
.ut_my_9 {
  margin-bottom: 4.5rem !important;
}

.ut_ml_9,
.ut_mx_9 {
  margin-left: 4.5rem !important;
}

.ut_m_10 {
  margin: 5rem !important;
}

.ut_mt_10,
.ut_my_10 {
  margin-top: 5rem !important;
}

.ut_mr_10,
.ut_mx_10 {
  margin-right: 5rem !important;
}

.ut_mb_10,
.ut_my_10 {
  margin-bottom: 5rem !important;
}

.ut_ml_10,
.ut_mx_10 {
  margin-left: 5rem !important;
}

.ut_p_0 {
  padding: 0rem !important;
}

.ut_pt_0,
.ut_py_0 {
  padding-top: 0rem !important;
}

.ut_pr_0,
.ut_px_0 {
  padding-right: 0rem !important;
}

.ut_pb_0,
.ut_py_0 {
  padding-bottom: 0rem !important;
}

.ut_pl_0,
.ut_px_0 {
  padding-left: 0rem !important;
}

.ut_p_1 {
  padding: 0.5rem !important;
}

.ut_pt_1,
.ut_py_1 {
  padding-top: 0.5rem !important;
}

.ut_pr_1,
.ut_px_1 {
  padding-right: 0.5rem !important;
}

.ut_pb_1,
.ut_py_1 {
  padding-bottom: 0.5rem !important;
}

.ut_pl_1,
.ut_px_1 {
  padding-left: 0.5rem !important;
}

.ut_p_2 {
  padding: 1rem !important;
}

.ut_pt_2,
.ut_py_2 {
  padding-top: 1rem !important;
}

.ut_pr_2,
.ut_px_2 {
  padding-right: 1rem !important;
}

.ut_pb_2,
.ut_py_2 {
  padding-bottom: 1rem !important;
}

.ut_pl_2,
.ut_px_2 {
  padding-left: 1rem !important;
}

.ut_p_3 {
  padding: 1.5rem !important;
}

.ut_pt_3,
.ut_py_3 {
  padding-top: 1.5rem !important;
}

.ut_pr_3,
.ut_px_3 {
  padding-right: 1.5rem !important;
}

.ut_pb_3,
.ut_py_3 {
  padding-bottom: 1.5rem !important;
}

.ut_pl_3,
.ut_px_3 {
  padding-left: 1.5rem !important;
}

.ut_p_4 {
  padding: 2rem !important;
}

.ut_pt_4,
.ut_py_4 {
  padding-top: 2rem !important;
}

.ut_pr_4,
.ut_px_4 {
  padding-right: 2rem !important;
}

.ut_pb_4,
.ut_py_4 {
  padding-bottom: 2rem !important;
}

.ut_pl_4,
.ut_px_4 {
  padding-left: 2rem !important;
}

.ut_p_5 {
  padding: 2.5rem !important;
}

.ut_pt_5,
.ut_py_5 {
  padding-top: 2.5rem !important;
}

.ut_pr_5,
.ut_px_5 {
  padding-right: 2.5rem !important;
}

.ut_pb_5,
.ut_py_5 {
  padding-bottom: 2.5rem !important;
}

.ut_pl_5,
.ut_px_5 {
  padding-left: 2.5rem !important;
}

.ut_p_6 {
  padding: 3rem !important;
}

.ut_pt_6,
.ut_py_6 {
  padding-top: 3rem !important;
}

.ut_pr_6,
.ut_px_6 {
  padding-right: 3rem !important;
}

.ut_pb_6,
.ut_py_6 {
  padding-bottom: 3rem !important;
}

.ut_pl_6,
.ut_px_6 {
  padding-left: 3rem !important;
}

.ut_p_7 {
  padding: 3.5rem !important;
}

.ut_pt_7,
.ut_py_7 {
  padding-top: 3.5rem !important;
}

.ut_pr_7,
.ut_px_7 {
  padding-right: 3.5rem !important;
}

.ut_pb_7,
.ut_py_7 {
  padding-bottom: 3.5rem !important;
}

.ut_pl_7,
.ut_px_7 {
  padding-left: 3.5rem !important;
}

.ut_p_8 {
  padding: 4rem !important;
}

.ut_pt_8,
.ut_py_8 {
  padding-top: 4rem !important;
}

.ut_pr_8,
.ut_px_8 {
  padding-right: 4rem !important;
}

.ut_pb_8,
.ut_py_8 {
  padding-bottom: 4rem !important;
}

.ut_pl_8,
.ut_px_8 {
  padding-left: 4rem !important;
}

.ut_p_9 {
  padding: 4.5rem !important;
}

.ut_pt_9,
.ut_py_9 {
  padding-top: 4.5rem !important;
}

.ut_pr_9,
.ut_px_9 {
  padding-right: 4.5rem !important;
}

.ut_pb_9,
.ut_py_9 {
  padding-bottom: 4.5rem !important;
}

.ut_pl_9,
.ut_px_9 {
  padding-left: 4.5rem !important;
}

.ut_p_10 {
  padding: 5rem !important;
}

.ut_pt_10,
.ut_py_10 {
  padding-top: 5rem !important;
}

.ut_pr_10,
.ut_px_10 {
  padding-right: 5rem !important;
}

.ut_pb_10,
.ut_py_10 {
  padding-bottom: 5rem !important;
}

.ut_pl_10,
.ut_px_10 {
  padding-left: 5rem !important;
}

.ut_m_auto {
  margin: auto !important;
}

.ut_mt_auto,
.ut_my_auto {
  margin-top: auto !important;
}

.ut_mr_auto,
.ut_mx_auto {
  margin-right: auto !important;
}

.ut_mb_auto,
.ut_my_auto {
  margin-bottom: auto !important;
}

.ut_ml_auto,
.ut_mx_auto {
  margin-left: auto !important;
}

@media screen and (min-width: 577px) {
  .ut_m_sm_0 {
    margin: 0rem !important;
  }
  .ut_mt_sm_0,
  .ut_my_sm_0 {
    margin-top: 0rem !important;
  }
  .ut_mr_sm_0,
  .ut_mx_sm_0 {
    margin-right: 0rem !important;
  }
  .ut_mb_sm_0,
  .ut_my_sm_0 {
    margin-bottom: 0rem !important;
  }
  .ut_ml_sm_0,
  .ut_mx_sm_0 {
    margin-left: 0rem !important;
  }
  .ut_m_sm_1 {
    margin: 0.5rem !important;
  }
  .ut_mt_sm_1,
  .ut_my_sm_1 {
    margin-top: 0.5rem !important;
  }
  .ut_mr_sm_1,
  .ut_mx_sm_1 {
    margin-right: 0.5rem !important;
  }
  .ut_mb_sm_1,
  .ut_my_sm_1 {
    margin-bottom: 0.5rem !important;
  }
  .ut_ml_sm_1,
  .ut_mx_sm_1 {
    margin-left: 0.5rem !important;
  }
  .ut_m_sm_2 {
    margin: 1rem !important;
  }
  .ut_mt_sm_2,
  .ut_my_sm_2 {
    margin-top: 1rem !important;
  }
  .ut_mr_sm_2,
  .ut_mx_sm_2 {
    margin-right: 1rem !important;
  }
  .ut_mb_sm_2,
  .ut_my_sm_2 {
    margin-bottom: 1rem !important;
  }
  .ut_ml_sm_2,
  .ut_mx_sm_2 {
    margin-left: 1rem !important;
  }
  .ut_m_sm_3 {
    margin: 1.5rem !important;
  }
  .ut_mt_sm_3,
  .ut_my_sm_3 {
    margin-top: 1.5rem !important;
  }
  .ut_mr_sm_3,
  .ut_mx_sm_3 {
    margin-right: 1.5rem !important;
  }
  .ut_mb_sm_3,
  .ut_my_sm_3 {
    margin-bottom: 1.5rem !important;
  }
  .ut_ml_sm_3,
  .ut_mx_sm_3 {
    margin-left: 1.5rem !important;
  }
  .ut_m_sm_4 {
    margin: 2rem !important;
  }
  .ut_mt_sm_4,
  .ut_my_sm_4 {
    margin-top: 2rem !important;
  }
  .ut_mr_sm_4,
  .ut_mx_sm_4 {
    margin-right: 2rem !important;
  }
  .ut_mb_sm_4,
  .ut_my_sm_4 {
    margin-bottom: 2rem !important;
  }
  .ut_ml_sm_4,
  .ut_mx_sm_4 {
    margin-left: 2rem !important;
  }
  .ut_m_sm_5 {
    margin: 2.5rem !important;
  }
  .ut_mt_sm_5,
  .ut_my_sm_5 {
    margin-top: 2.5rem !important;
  }
  .ut_mr_sm_5,
  .ut_mx_sm_5 {
    margin-right: 2.5rem !important;
  }
  .ut_mb_sm_5,
  .ut_my_sm_5 {
    margin-bottom: 2.5rem !important;
  }
  .ut_ml_sm_5,
  .ut_mx_sm_5 {
    margin-left: 2.5rem !important;
  }
  .ut_m_sm_6 {
    margin: 3rem !important;
  }
  .ut_mt_sm_6,
  .ut_my_sm_6 {
    margin-top: 3rem !important;
  }
  .ut_mr_sm_6,
  .ut_mx_sm_6 {
    margin-right: 3rem !important;
  }
  .ut_mb_sm_6,
  .ut_my_sm_6 {
    margin-bottom: 3rem !important;
  }
  .ut_ml_sm_6,
  .ut_mx_sm_6 {
    margin-left: 3rem !important;
  }
  .ut_m_sm_7 {
    margin: 3.5rem !important;
  }
  .ut_mt_sm_7,
  .ut_my_sm_7 {
    margin-top: 3.5rem !important;
  }
  .ut_mr_sm_7,
  .ut_mx_sm_7 {
    margin-right: 3.5rem !important;
  }
  .ut_mb_sm_7,
  .ut_my_sm_7 {
    margin-bottom: 3.5rem !important;
  }
  .ut_ml_sm_7,
  .ut_mx_sm_7 {
    margin-left: 3.5rem !important;
  }
  .ut_m_sm_8 {
    margin: 4rem !important;
  }
  .ut_mt_sm_8,
  .ut_my_sm_8 {
    margin-top: 4rem !important;
  }
  .ut_mr_sm_8,
  .ut_mx_sm_8 {
    margin-right: 4rem !important;
  }
  .ut_mb_sm_8,
  .ut_my_sm_8 {
    margin-bottom: 4rem !important;
  }
  .ut_ml_sm_8,
  .ut_mx_sm_8 {
    margin-left: 4rem !important;
  }
  .ut_m_sm_9 {
    margin: 4.5rem !important;
  }
  .ut_mt_sm_9,
  .ut_my_sm_9 {
    margin-top: 4.5rem !important;
  }
  .ut_mr_sm_9,
  .ut_mx_sm_9 {
    margin-right: 4.5rem !important;
  }
  .ut_mb_sm_9,
  .ut_my_sm_9 {
    margin-bottom: 4.5rem !important;
  }
  .ut_ml_sm_9,
  .ut_mx_sm_9 {
    margin-left: 4.5rem !important;
  }
  .ut_m_sm_10 {
    margin: 5rem !important;
  }
  .ut_mt_sm_10,
  .ut_my_sm_10 {
    margin-top: 5rem !important;
  }
  .ut_mr_sm_10,
  .ut_mx_sm_10 {
    margin-right: 5rem !important;
  }
  .ut_mb_sm_10,
  .ut_my_sm_10 {
    margin-bottom: 5rem !important;
  }
  .ut_ml_sm_10,
  .ut_mx_sm_10 {
    margin-left: 5rem !important;
  }
  .ut_p_sm_0 {
    padding: 0rem !important;
  }
  .ut_pt_sm_0,
  .ut_py_sm_0 {
    padding-top: 0rem !important;
  }
  .ut_pr_sm_0,
  .ut_px_sm_0 {
    padding-right: 0rem !important;
  }
  .ut_pb_sm_0,
  .ut_py_sm_0 {
    padding-bottom: 0rem !important;
  }
  .ut_pl_sm_0,
  .ut_px_sm_0 {
    padding-left: 0rem !important;
  }
  .ut_p_sm_1 {
    padding: 0.5rem !important;
  }
  .ut_pt_sm_1,
  .ut_py_sm_1 {
    padding-top: 0.5rem !important;
  }
  .ut_pr_sm_1,
  .ut_px_sm_1 {
    padding-right: 0.5rem !important;
  }
  .ut_pb_sm_1,
  .ut_py_sm_1 {
    padding-bottom: 0.5rem !important;
  }
  .ut_pl_sm_1,
  .ut_px_sm_1 {
    padding-left: 0.5rem !important;
  }
  .ut_p_sm_2 {
    padding: 1rem !important;
  }
  .ut_pt_sm_2,
  .ut_py_sm_2 {
    padding-top: 1rem !important;
  }
  .ut_pr_sm_2,
  .ut_px_sm_2 {
    padding-right: 1rem !important;
  }
  .ut_pb_sm_2,
  .ut_py_sm_2 {
    padding-bottom: 1rem !important;
  }
  .ut_pl_sm_2,
  .ut_px_sm_2 {
    padding-left: 1rem !important;
  }
  .ut_p_sm_3 {
    padding: 1.5rem !important;
  }
  .ut_pt_sm_3,
  .ut_py_sm_3 {
    padding-top: 1.5rem !important;
  }
  .ut_pr_sm_3,
  .ut_px_sm_3 {
    padding-right: 1.5rem !important;
  }
  .ut_pb_sm_3,
  .ut_py_sm_3 {
    padding-bottom: 1.5rem !important;
  }
  .ut_pl_sm_3,
  .ut_px_sm_3 {
    padding-left: 1.5rem !important;
  }
  .ut_p_sm_4 {
    padding: 2rem !important;
  }
  .ut_pt_sm_4,
  .ut_py_sm_4 {
    padding-top: 2rem !important;
  }
  .ut_pr_sm_4,
  .ut_px_sm_4 {
    padding-right: 2rem !important;
  }
  .ut_pb_sm_4,
  .ut_py_sm_4 {
    padding-bottom: 2rem !important;
  }
  .ut_pl_sm_4,
  .ut_px_sm_4 {
    padding-left: 2rem !important;
  }
  .ut_p_sm_5 {
    padding: 2.5rem !important;
  }
  .ut_pt_sm_5,
  .ut_py_sm_5 {
    padding-top: 2.5rem !important;
  }
  .ut_pr_sm_5,
  .ut_px_sm_5 {
    padding-right: 2.5rem !important;
  }
  .ut_pb_sm_5,
  .ut_py_sm_5 {
    padding-bottom: 2.5rem !important;
  }
  .ut_pl_sm_5,
  .ut_px_sm_5 {
    padding-left: 2.5rem !important;
  }
  .ut_p_sm_6 {
    padding: 3rem !important;
  }
  .ut_pt_sm_6,
  .ut_py_sm_6 {
    padding-top: 3rem !important;
  }
  .ut_pr_sm_6,
  .ut_px_sm_6 {
    padding-right: 3rem !important;
  }
  .ut_pb_sm_6,
  .ut_py_sm_6 {
    padding-bottom: 3rem !important;
  }
  .ut_pl_sm_6,
  .ut_px_sm_6 {
    padding-left: 3rem !important;
  }
  .ut_p_sm_7 {
    padding: 3.5rem !important;
  }
  .ut_pt_sm_7,
  .ut_py_sm_7 {
    padding-top: 3.5rem !important;
  }
  .ut_pr_sm_7,
  .ut_px_sm_7 {
    padding-right: 3.5rem !important;
  }
  .ut_pb_sm_7,
  .ut_py_sm_7 {
    padding-bottom: 3.5rem !important;
  }
  .ut_pl_sm_7,
  .ut_px_sm_7 {
    padding-left: 3.5rem !important;
  }
  .ut_p_sm_8 {
    padding: 4rem !important;
  }
  .ut_pt_sm_8,
  .ut_py_sm_8 {
    padding-top: 4rem !important;
  }
  .ut_pr_sm_8,
  .ut_px_sm_8 {
    padding-right: 4rem !important;
  }
  .ut_pb_sm_8,
  .ut_py_sm_8 {
    padding-bottom: 4rem !important;
  }
  .ut_pl_sm_8,
  .ut_px_sm_8 {
    padding-left: 4rem !important;
  }
  .ut_p_sm_9 {
    padding: 4.5rem !important;
  }
  .ut_pt_sm_9,
  .ut_py_sm_9 {
    padding-top: 4.5rem !important;
  }
  .ut_pr_sm_9,
  .ut_px_sm_9 {
    padding-right: 4.5rem !important;
  }
  .ut_pb_sm_9,
  .ut_py_sm_9 {
    padding-bottom: 4.5rem !important;
  }
  .ut_pl_sm_9,
  .ut_px_sm_9 {
    padding-left: 4.5rem !important;
  }
  .ut_p_sm_10 {
    padding: 5rem !important;
  }
  .ut_pt_sm_10,
  .ut_py_sm_10 {
    padding-top: 5rem !important;
  }
  .ut_pr_sm_10,
  .ut_px_sm_10 {
    padding-right: 5rem !important;
  }
  .ut_pb_sm_10,
  .ut_py_sm_10 {
    padding-bottom: 5rem !important;
  }
  .ut_pl_sm_10,
  .ut_px_sm_10 {
    padding-left: 5rem !important;
  }
  .ut_m_sm_auto {
    margin: auto !important;
  }
  .ut_mt_sm_auto,
  .ut_my_sm_auto {
    margin-top: auto !important;
  }
  .ut_mr_sm_auto,
  .ut_mx_sm_auto {
    margin-right: auto !important;
  }
  .ut_mb_sm_auto,
  .ut_my_sm_auto {
    margin-bottom: auto !important;
  }
  .ut_ml_sm_auto,
  .ut_mx_sm_auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 751px) {
  .ut_m_md_0 {
    margin: 0rem !important;
  }
  .ut_mt_md_0,
  .ut_my_md_0 {
    margin-top: 0rem !important;
  }
  .ut_mr_md_0,
  .ut_mx_md_0 {
    margin-right: 0rem !important;
  }
  .ut_mb_md_0,
  .ut_my_md_0 {
    margin-bottom: 0rem !important;
  }
  .ut_ml_md_0,
  .ut_mx_md_0 {
    margin-left: 0rem !important;
  }
  .ut_m_md_1 {
    margin: 0.5rem !important;
  }
  .ut_mt_md_1,
  .ut_my_md_1 {
    margin-top: 0.5rem !important;
  }
  .ut_mr_md_1,
  .ut_mx_md_1 {
    margin-right: 0.5rem !important;
  }
  .ut_mb_md_1,
  .ut_my_md_1 {
    margin-bottom: 0.5rem !important;
  }
  .ut_ml_md_1,
  .ut_mx_md_1 {
    margin-left: 0.5rem !important;
  }
  .ut_m_md_2 {
    margin: 1rem !important;
  }
  .ut_mt_md_2,
  .ut_my_md_2 {
    margin-top: 1rem !important;
  }
  .ut_mr_md_2,
  .ut_mx_md_2 {
    margin-right: 1rem !important;
  }
  .ut_mb_md_2,
  .ut_my_md_2 {
    margin-bottom: 1rem !important;
  }
  .ut_ml_md_2,
  .ut_mx_md_2 {
    margin-left: 1rem !important;
  }
  .ut_m_md_3 {
    margin: 1.5rem !important;
  }
  .ut_mt_md_3,
  .ut_my_md_3 {
    margin-top: 1.5rem !important;
  }
  .ut_mr_md_3,
  .ut_mx_md_3 {
    margin-right: 1.5rem !important;
  }
  .ut_mb_md_3,
  .ut_my_md_3 {
    margin-bottom: 1.5rem !important;
  }
  .ut_ml_md_3,
  .ut_mx_md_3 {
    margin-left: 1.5rem !important;
  }
  .ut_m_md_4 {
    margin: 2rem !important;
  }
  .ut_mt_md_4,
  .ut_my_md_4 {
    margin-top: 2rem !important;
  }
  .ut_mr_md_4,
  .ut_mx_md_4 {
    margin-right: 2rem !important;
  }
  .ut_mb_md_4,
  .ut_my_md_4 {
    margin-bottom: 2rem !important;
  }
  .ut_ml_md_4,
  .ut_mx_md_4 {
    margin-left: 2rem !important;
  }
  .ut_m_md_5 {
    margin: 2.5rem !important;
  }
  .ut_mt_md_5,
  .ut_my_md_5 {
    margin-top: 2.5rem !important;
  }
  .ut_mr_md_5,
  .ut_mx_md_5 {
    margin-right: 2.5rem !important;
  }
  .ut_mb_md_5,
  .ut_my_md_5 {
    margin-bottom: 2.5rem !important;
  }
  .ut_ml_md_5,
  .ut_mx_md_5 {
    margin-left: 2.5rem !important;
  }
  .ut_m_md_6 {
    margin: 3rem !important;
  }
  .ut_mt_md_6,
  .ut_my_md_6 {
    margin-top: 3rem !important;
  }
  .ut_mr_md_6,
  .ut_mx_md_6 {
    margin-right: 3rem !important;
  }
  .ut_mb_md_6,
  .ut_my_md_6 {
    margin-bottom: 3rem !important;
  }
  .ut_ml_md_6,
  .ut_mx_md_6 {
    margin-left: 3rem !important;
  }
  .ut_m_md_7 {
    margin: 3.5rem !important;
  }
  .ut_mt_md_7,
  .ut_my_md_7 {
    margin-top: 3.5rem !important;
  }
  .ut_mr_md_7,
  .ut_mx_md_7 {
    margin-right: 3.5rem !important;
  }
  .ut_mb_md_7,
  .ut_my_md_7 {
    margin-bottom: 3.5rem !important;
  }
  .ut_ml_md_7,
  .ut_mx_md_7 {
    margin-left: 3.5rem !important;
  }
  .ut_m_md_8 {
    margin: 4rem !important;
  }
  .ut_mt_md_8,
  .ut_my_md_8 {
    margin-top: 4rem !important;
  }
  .ut_mr_md_8,
  .ut_mx_md_8 {
    margin-right: 4rem !important;
  }
  .ut_mb_md_8,
  .ut_my_md_8 {
    margin-bottom: 4rem !important;
  }
  .ut_ml_md_8,
  .ut_mx_md_8 {
    margin-left: 4rem !important;
  }
  .ut_m_md_9 {
    margin: 4.5rem !important;
  }
  .ut_mt_md_9,
  .ut_my_md_9 {
    margin-top: 4.5rem !important;
  }
  .ut_mr_md_9,
  .ut_mx_md_9 {
    margin-right: 4.5rem !important;
  }
  .ut_mb_md_9,
  .ut_my_md_9 {
    margin-bottom: 4.5rem !important;
  }
  .ut_ml_md_9,
  .ut_mx_md_9 {
    margin-left: 4.5rem !important;
  }
  .ut_m_md_10 {
    margin: 5rem !important;
  }
  .ut_mt_md_10,
  .ut_my_md_10 {
    margin-top: 5rem !important;
  }
  .ut_mr_md_10,
  .ut_mx_md_10 {
    margin-right: 5rem !important;
  }
  .ut_mb_md_10,
  .ut_my_md_10 {
    margin-bottom: 5rem !important;
  }
  .ut_ml_md_10,
  .ut_mx_md_10 {
    margin-left: 5rem !important;
  }
  .ut_p_md_0 {
    padding: 0rem !important;
  }
  .ut_pt_md_0,
  .ut_py_md_0 {
    padding-top: 0rem !important;
  }
  .ut_pr_md_0,
  .ut_px_md_0 {
    padding-right: 0rem !important;
  }
  .ut_pb_md_0,
  .ut_py_md_0 {
    padding-bottom: 0rem !important;
  }
  .ut_pl_md_0,
  .ut_px_md_0 {
    padding-left: 0rem !important;
  }
  .ut_p_md_1 {
    padding: 0.5rem !important;
  }
  .ut_pt_md_1,
  .ut_py_md_1 {
    padding-top: 0.5rem !important;
  }
  .ut_pr_md_1,
  .ut_px_md_1 {
    padding-right: 0.5rem !important;
  }
  .ut_pb_md_1,
  .ut_py_md_1 {
    padding-bottom: 0.5rem !important;
  }
  .ut_pl_md_1,
  .ut_px_md_1 {
    padding-left: 0.5rem !important;
  }
  .ut_p_md_2 {
    padding: 1rem !important;
  }
  .ut_pt_md_2,
  .ut_py_md_2 {
    padding-top: 1rem !important;
  }
  .ut_pr_md_2,
  .ut_px_md_2 {
    padding-right: 1rem !important;
  }
  .ut_pb_md_2,
  .ut_py_md_2 {
    padding-bottom: 1rem !important;
  }
  .ut_pl_md_2,
  .ut_px_md_2 {
    padding-left: 1rem !important;
  }
  .ut_p_md_3 {
    padding: 1.5rem !important;
  }
  .ut_pt_md_3,
  .ut_py_md_3 {
    padding-top: 1.5rem !important;
  }
  .ut_pr_md_3,
  .ut_px_md_3 {
    padding-right: 1.5rem !important;
  }
  .ut_pb_md_3,
  .ut_py_md_3 {
    padding-bottom: 1.5rem !important;
  }
  .ut_pl_md_3,
  .ut_px_md_3 {
    padding-left: 1.5rem !important;
  }
  .ut_p_md_4 {
    padding: 2rem !important;
  }
  .ut_pt_md_4,
  .ut_py_md_4 {
    padding-top: 2rem !important;
  }
  .ut_pr_md_4,
  .ut_px_md_4 {
    padding-right: 2rem !important;
  }
  .ut_pb_md_4,
  .ut_py_md_4 {
    padding-bottom: 2rem !important;
  }
  .ut_pl_md_4,
  .ut_px_md_4 {
    padding-left: 2rem !important;
  }
  .ut_p_md_5 {
    padding: 2.5rem !important;
  }
  .ut_pt_md_5,
  .ut_py_md_5 {
    padding-top: 2.5rem !important;
  }
  .ut_pr_md_5,
  .ut_px_md_5 {
    padding-right: 2.5rem !important;
  }
  .ut_pb_md_5,
  .ut_py_md_5 {
    padding-bottom: 2.5rem !important;
  }
  .ut_pl_md_5,
  .ut_px_md_5 {
    padding-left: 2.5rem !important;
  }
  .ut_p_md_6 {
    padding: 3rem !important;
  }
  .ut_pt_md_6,
  .ut_py_md_6 {
    padding-top: 3rem !important;
  }
  .ut_pr_md_6,
  .ut_px_md_6 {
    padding-right: 3rem !important;
  }
  .ut_pb_md_6,
  .ut_py_md_6 {
    padding-bottom: 3rem !important;
  }
  .ut_pl_md_6,
  .ut_px_md_6 {
    padding-left: 3rem !important;
  }
  .ut_p_md_7 {
    padding: 3.5rem !important;
  }
  .ut_pt_md_7,
  .ut_py_md_7 {
    padding-top: 3.5rem !important;
  }
  .ut_pr_md_7,
  .ut_px_md_7 {
    padding-right: 3.5rem !important;
  }
  .ut_pb_md_7,
  .ut_py_md_7 {
    padding-bottom: 3.5rem !important;
  }
  .ut_pl_md_7,
  .ut_px_md_7 {
    padding-left: 3.5rem !important;
  }
  .ut_p_md_8 {
    padding: 4rem !important;
  }
  .ut_pt_md_8,
  .ut_py_md_8 {
    padding-top: 4rem !important;
  }
  .ut_pr_md_8,
  .ut_px_md_8 {
    padding-right: 4rem !important;
  }
  .ut_pb_md_8,
  .ut_py_md_8 {
    padding-bottom: 4rem !important;
  }
  .ut_pl_md_8,
  .ut_px_md_8 {
    padding-left: 4rem !important;
  }
  .ut_p_md_9 {
    padding: 4.5rem !important;
  }
  .ut_pt_md_9,
  .ut_py_md_9 {
    padding-top: 4.5rem !important;
  }
  .ut_pr_md_9,
  .ut_px_md_9 {
    padding-right: 4.5rem !important;
  }
  .ut_pb_md_9,
  .ut_py_md_9 {
    padding-bottom: 4.5rem !important;
  }
  .ut_pl_md_9,
  .ut_px_md_9 {
    padding-left: 4.5rem !important;
  }
  .ut_p_md_10 {
    padding: 5rem !important;
  }
  .ut_pt_md_10,
  .ut_py_md_10 {
    padding-top: 5rem !important;
  }
  .ut_pr_md_10,
  .ut_px_md_10 {
    padding-right: 5rem !important;
  }
  .ut_pb_md_10,
  .ut_py_md_10 {
    padding-bottom: 5rem !important;
  }
  .ut_pl_md_10,
  .ut_px_md_10 {
    padding-left: 5rem !important;
  }
  .ut_m_md_auto {
    margin: auto !important;
  }
  .ut_mt_md_auto,
  .ut_my_md_auto {
    margin-top: auto !important;
  }
  .ut_mr_md_auto,
  .ut_mx_md_auto {
    margin-right: auto !important;
  }
  .ut_mb_md_auto,
  .ut_my_md_auto {
    margin-bottom: auto !important;
  }
  .ut_ml_md_auto,
  .ut_mx_md_auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 993px) {
  .ut_m_lg_0 {
    margin: 0rem !important;
  }
  .ut_mt_lg_0,
  .ut_my_lg_0 {
    margin-top: 0rem !important;
  }
  .ut_mr_lg_0,
  .ut_mx_lg_0 {
    margin-right: 0rem !important;
  }
  .ut_mb_lg_0,
  .ut_my_lg_0 {
    margin-bottom: 0rem !important;
  }
  .ut_ml_lg_0,
  .ut_mx_lg_0 {
    margin-left: 0rem !important;
  }
  .ut_m_lg_1 {
    margin: 0.5rem !important;
  }
  .ut_mt_lg_1,
  .ut_my_lg_1 {
    margin-top: 0.5rem !important;
  }
  .ut_mr_lg_1,
  .ut_mx_lg_1 {
    margin-right: 0.5rem !important;
  }
  .ut_mb_lg_1,
  .ut_my_lg_1 {
    margin-bottom: 0.5rem !important;
  }
  .ut_ml_lg_1,
  .ut_mx_lg_1 {
    margin-left: 0.5rem !important;
  }
  .ut_m_lg_2 {
    margin: 1rem !important;
  }
  .ut_mt_lg_2,
  .ut_my_lg_2 {
    margin-top: 1rem !important;
  }
  .ut_mr_lg_2,
  .ut_mx_lg_2 {
    margin-right: 1rem !important;
  }
  .ut_mb_lg_2,
  .ut_my_lg_2 {
    margin-bottom: 1rem !important;
  }
  .ut_ml_lg_2,
  .ut_mx_lg_2 {
    margin-left: 1rem !important;
  }
  .ut_m_lg_3 {
    margin: 1.5rem !important;
  }
  .ut_mt_lg_3,
  .ut_my_lg_3 {
    margin-top: 1.5rem !important;
  }
  .ut_mr_lg_3,
  .ut_mx_lg_3 {
    margin-right: 1.5rem !important;
  }
  .ut_mb_lg_3,
  .ut_my_lg_3 {
    margin-bottom: 1.5rem !important;
  }
  .ut_ml_lg_3,
  .ut_mx_lg_3 {
    margin-left: 1.5rem !important;
  }
  .ut_m_lg_4 {
    margin: 2rem !important;
  }
  .ut_mt_lg_4,
  .ut_my_lg_4 {
    margin-top: 2rem !important;
  }
  .ut_mr_lg_4,
  .ut_mx_lg_4 {
    margin-right: 2rem !important;
  }
  .ut_mb_lg_4,
  .ut_my_lg_4 {
    margin-bottom: 2rem !important;
  }
  .ut_ml_lg_4,
  .ut_mx_lg_4 {
    margin-left: 2rem !important;
  }
  .ut_m_lg_5 {
    margin: 2.5rem !important;
  }
  .ut_mt_lg_5,
  .ut_my_lg_5 {
    margin-top: 2.5rem !important;
  }
  .ut_mr_lg_5,
  .ut_mx_lg_5 {
    margin-right: 2.5rem !important;
  }
  .ut_mb_lg_5,
  .ut_my_lg_5 {
    margin-bottom: 2.5rem !important;
  }
  .ut_ml_lg_5,
  .ut_mx_lg_5 {
    margin-left: 2.5rem !important;
  }
  .ut_m_lg_6 {
    margin: 3rem !important;
  }
  .ut_mt_lg_6,
  .ut_my_lg_6 {
    margin-top: 3rem !important;
  }
  .ut_mr_lg_6,
  .ut_mx_lg_6 {
    margin-right: 3rem !important;
  }
  .ut_mb_lg_6,
  .ut_my_lg_6 {
    margin-bottom: 3rem !important;
  }
  .ut_ml_lg_6,
  .ut_mx_lg_6 {
    margin-left: 3rem !important;
  }
  .ut_m_lg_7 {
    margin: 3.5rem !important;
  }
  .ut_mt_lg_7,
  .ut_my_lg_7 {
    margin-top: 3.5rem !important;
  }
  .ut_mr_lg_7,
  .ut_mx_lg_7 {
    margin-right: 3.5rem !important;
  }
  .ut_mb_lg_7,
  .ut_my_lg_7 {
    margin-bottom: 3.5rem !important;
  }
  .ut_ml_lg_7,
  .ut_mx_lg_7 {
    margin-left: 3.5rem !important;
  }
  .ut_m_lg_8 {
    margin: 4rem !important;
  }
  .ut_mt_lg_8,
  .ut_my_lg_8 {
    margin-top: 4rem !important;
  }
  .ut_mr_lg_8,
  .ut_mx_lg_8 {
    margin-right: 4rem !important;
  }
  .ut_mb_lg_8,
  .ut_my_lg_8 {
    margin-bottom: 4rem !important;
  }
  .ut_ml_lg_8,
  .ut_mx_lg_8 {
    margin-left: 4rem !important;
  }
  .ut_m_lg_9 {
    margin: 4.5rem !important;
  }
  .ut_mt_lg_9,
  .ut_my_lg_9 {
    margin-top: 4.5rem !important;
  }
  .ut_mr_lg_9,
  .ut_mx_lg_9 {
    margin-right: 4.5rem !important;
  }
  .ut_mb_lg_9,
  .ut_my_lg_9 {
    margin-bottom: 4.5rem !important;
  }
  .ut_ml_lg_9,
  .ut_mx_lg_9 {
    margin-left: 4.5rem !important;
  }
  .ut_m_lg_10 {
    margin: 5rem !important;
  }
  .ut_mt_lg_10,
  .ut_my_lg_10 {
    margin-top: 5rem !important;
  }
  .ut_mr_lg_10,
  .ut_mx_lg_10 {
    margin-right: 5rem !important;
  }
  .ut_mb_lg_10,
  .ut_my_lg_10 {
    margin-bottom: 5rem !important;
  }
  .ut_ml_lg_10,
  .ut_mx_lg_10 {
    margin-left: 5rem !important;
  }
  .ut_p_lg_0 {
    padding: 0rem !important;
  }
  .ut_pt_lg_0,
  .ut_py_lg_0 {
    padding-top: 0rem !important;
  }
  .ut_pr_lg_0,
  .ut_px_lg_0 {
    padding-right: 0rem !important;
  }
  .ut_pb_lg_0,
  .ut_py_lg_0 {
    padding-bottom: 0rem !important;
  }
  .ut_pl_lg_0,
  .ut_px_lg_0 {
    padding-left: 0rem !important;
  }
  .ut_p_lg_1 {
    padding: 0.5rem !important;
  }
  .ut_pt_lg_1,
  .ut_py_lg_1 {
    padding-top: 0.5rem !important;
  }
  .ut_pr_lg_1,
  .ut_px_lg_1 {
    padding-right: 0.5rem !important;
  }
  .ut_pb_lg_1,
  .ut_py_lg_1 {
    padding-bottom: 0.5rem !important;
  }
  .ut_pl_lg_1,
  .ut_px_lg_1 {
    padding-left: 0.5rem !important;
  }
  .ut_p_lg_2 {
    padding: 1rem !important;
  }
  .ut_pt_lg_2,
  .ut_py_lg_2 {
    padding-top: 1rem !important;
  }
  .ut_pr_lg_2,
  .ut_px_lg_2 {
    padding-right: 1rem !important;
  }
  .ut_pb_lg_2,
  .ut_py_lg_2 {
    padding-bottom: 1rem !important;
  }
  .ut_pl_lg_2,
  .ut_px_lg_2 {
    padding-left: 1rem !important;
  }
  .ut_p_lg_3 {
    padding: 1.5rem !important;
  }
  .ut_pt_lg_3,
  .ut_py_lg_3 {
    padding-top: 1.5rem !important;
  }
  .ut_pr_lg_3,
  .ut_px_lg_3 {
    padding-right: 1.5rem !important;
  }
  .ut_pb_lg_3,
  .ut_py_lg_3 {
    padding-bottom: 1.5rem !important;
  }
  .ut_pl_lg_3,
  .ut_px_lg_3 {
    padding-left: 1.5rem !important;
  }
  .ut_p_lg_4 {
    padding: 2rem !important;
  }
  .ut_pt_lg_4,
  .ut_py_lg_4 {
    padding-top: 2rem !important;
  }
  .ut_pr_lg_4,
  .ut_px_lg_4 {
    padding-right: 2rem !important;
  }
  .ut_pb_lg_4,
  .ut_py_lg_4 {
    padding-bottom: 2rem !important;
  }
  .ut_pl_lg_4,
  .ut_px_lg_4 {
    padding-left: 2rem !important;
  }
  .ut_p_lg_5 {
    padding: 2.5rem !important;
  }
  .ut_pt_lg_5,
  .ut_py_lg_5 {
    padding-top: 2.5rem !important;
  }
  .ut_pr_lg_5,
  .ut_px_lg_5 {
    padding-right: 2.5rem !important;
  }
  .ut_pb_lg_5,
  .ut_py_lg_5 {
    padding-bottom: 2.5rem !important;
  }
  .ut_pl_lg_5,
  .ut_px_lg_5 {
    padding-left: 2.5rem !important;
  }
  .ut_p_lg_6 {
    padding: 3rem !important;
  }
  .ut_pt_lg_6,
  .ut_py_lg_6 {
    padding-top: 3rem !important;
  }
  .ut_pr_lg_6,
  .ut_px_lg_6 {
    padding-right: 3rem !important;
  }
  .ut_pb_lg_6,
  .ut_py_lg_6 {
    padding-bottom: 3rem !important;
  }
  .ut_pl_lg_6,
  .ut_px_lg_6 {
    padding-left: 3rem !important;
  }
  .ut_p_lg_7 {
    padding: 3.5rem !important;
  }
  .ut_pt_lg_7,
  .ut_py_lg_7 {
    padding-top: 3.5rem !important;
  }
  .ut_pr_lg_7,
  .ut_px_lg_7 {
    padding-right: 3.5rem !important;
  }
  .ut_pb_lg_7,
  .ut_py_lg_7 {
    padding-bottom: 3.5rem !important;
  }
  .ut_pl_lg_7,
  .ut_px_lg_7 {
    padding-left: 3.5rem !important;
  }
  .ut_p_lg_8 {
    padding: 4rem !important;
  }
  .ut_pt_lg_8,
  .ut_py_lg_8 {
    padding-top: 4rem !important;
  }
  .ut_pr_lg_8,
  .ut_px_lg_8 {
    padding-right: 4rem !important;
  }
  .ut_pb_lg_8,
  .ut_py_lg_8 {
    padding-bottom: 4rem !important;
  }
  .ut_pl_lg_8,
  .ut_px_lg_8 {
    padding-left: 4rem !important;
  }
  .ut_p_lg_9 {
    padding: 4.5rem !important;
  }
  .ut_pt_lg_9,
  .ut_py_lg_9 {
    padding-top: 4.5rem !important;
  }
  .ut_pr_lg_9,
  .ut_px_lg_9 {
    padding-right: 4.5rem !important;
  }
  .ut_pb_lg_9,
  .ut_py_lg_9 {
    padding-bottom: 4.5rem !important;
  }
  .ut_pl_lg_9,
  .ut_px_lg_9 {
    padding-left: 4.5rem !important;
  }
  .ut_p_lg_10 {
    padding: 5rem !important;
  }
  .ut_pt_lg_10,
  .ut_py_lg_10 {
    padding-top: 5rem !important;
  }
  .ut_pr_lg_10,
  .ut_px_lg_10 {
    padding-right: 5rem !important;
  }
  .ut_pb_lg_10,
  .ut_py_lg_10 {
    padding-bottom: 5rem !important;
  }
  .ut_pl_lg_10,
  .ut_px_lg_10 {
    padding-left: 5rem !important;
  }
  .ut_m_lg_auto {
    margin: auto !important;
  }
  .ut_mt_lg_auto,
  .ut_my_lg_auto {
    margin-top: auto !important;
  }
  .ut_mr_lg_auto,
  .ut_mx_lg_auto {
    margin-right: auto !important;
  }
  .ut_mb_lg_auto,
  .ut_my_lg_auto {
    margin-bottom: auto !important;
  }
  .ut_ml_lg_auto,
  .ut_mx_lg_auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1101px) {
  .ut_m_xl_0 {
    margin: 0rem !important;
  }
  .ut_mt_xl_0,
  .ut_my_xl_0 {
    margin-top: 0rem !important;
  }
  .ut_mr_xl_0,
  .ut_mx_xl_0 {
    margin-right: 0rem !important;
  }
  .ut_mb_xl_0,
  .ut_my_xl_0 {
    margin-bottom: 0rem !important;
  }
  .ut_ml_xl_0,
  .ut_mx_xl_0 {
    margin-left: 0rem !important;
  }
  .ut_m_xl_1 {
    margin: 0.5rem !important;
  }
  .ut_mt_xl_1,
  .ut_my_xl_1 {
    margin-top: 0.5rem !important;
  }
  .ut_mr_xl_1,
  .ut_mx_xl_1 {
    margin-right: 0.5rem !important;
  }
  .ut_mb_xl_1,
  .ut_my_xl_1 {
    margin-bottom: 0.5rem !important;
  }
  .ut_ml_xl_1,
  .ut_mx_xl_1 {
    margin-left: 0.5rem !important;
  }
  .ut_m_xl_2 {
    margin: 1rem !important;
  }
  .ut_mt_xl_2,
  .ut_my_xl_2 {
    margin-top: 1rem !important;
  }
  .ut_mr_xl_2,
  .ut_mx_xl_2 {
    margin-right: 1rem !important;
  }
  .ut_mb_xl_2,
  .ut_my_xl_2 {
    margin-bottom: 1rem !important;
  }
  .ut_ml_xl_2,
  .ut_mx_xl_2 {
    margin-left: 1rem !important;
  }
  .ut_m_xl_3 {
    margin: 1.5rem !important;
  }
  .ut_mt_xl_3,
  .ut_my_xl_3 {
    margin-top: 1.5rem !important;
  }
  .ut_mr_xl_3,
  .ut_mx_xl_3 {
    margin-right: 1.5rem !important;
  }
  .ut_mb_xl_3,
  .ut_my_xl_3 {
    margin-bottom: 1.5rem !important;
  }
  .ut_ml_xl_3,
  .ut_mx_xl_3 {
    margin-left: 1.5rem !important;
  }
  .ut_m_xl_4 {
    margin: 2rem !important;
  }
  .ut_mt_xl_4,
  .ut_my_xl_4 {
    margin-top: 2rem !important;
  }
  .ut_mr_xl_4,
  .ut_mx_xl_4 {
    margin-right: 2rem !important;
  }
  .ut_mb_xl_4,
  .ut_my_xl_4 {
    margin-bottom: 2rem !important;
  }
  .ut_ml_xl_4,
  .ut_mx_xl_4 {
    margin-left: 2rem !important;
  }
  .ut_m_xl_5 {
    margin: 2.5rem !important;
  }
  .ut_mt_xl_5,
  .ut_my_xl_5 {
    margin-top: 2.5rem !important;
  }
  .ut_mr_xl_5,
  .ut_mx_xl_5 {
    margin-right: 2.5rem !important;
  }
  .ut_mb_xl_5,
  .ut_my_xl_5 {
    margin-bottom: 2.5rem !important;
  }
  .ut_ml_xl_5,
  .ut_mx_xl_5 {
    margin-left: 2.5rem !important;
  }
  .ut_m_xl_6 {
    margin: 3rem !important;
  }
  .ut_mt_xl_6,
  .ut_my_xl_6 {
    margin-top: 3rem !important;
  }
  .ut_mr_xl_6,
  .ut_mx_xl_6 {
    margin-right: 3rem !important;
  }
  .ut_mb_xl_6,
  .ut_my_xl_6 {
    margin-bottom: 3rem !important;
  }
  .ut_ml_xl_6,
  .ut_mx_xl_6 {
    margin-left: 3rem !important;
  }
  .ut_m_xl_7 {
    margin: 3.5rem !important;
  }
  .ut_mt_xl_7,
  .ut_my_xl_7 {
    margin-top: 3.5rem !important;
  }
  .ut_mr_xl_7,
  .ut_mx_xl_7 {
    margin-right: 3.5rem !important;
  }
  .ut_mb_xl_7,
  .ut_my_xl_7 {
    margin-bottom: 3.5rem !important;
  }
  .ut_ml_xl_7,
  .ut_mx_xl_7 {
    margin-left: 3.5rem !important;
  }
  .ut_m_xl_8 {
    margin: 4rem !important;
  }
  .ut_mt_xl_8,
  .ut_my_xl_8 {
    margin-top: 4rem !important;
  }
  .ut_mr_xl_8,
  .ut_mx_xl_8 {
    margin-right: 4rem !important;
  }
  .ut_mb_xl_8,
  .ut_my_xl_8 {
    margin-bottom: 4rem !important;
  }
  .ut_ml_xl_8,
  .ut_mx_xl_8 {
    margin-left: 4rem !important;
  }
  .ut_m_xl_9 {
    margin: 4.5rem !important;
  }
  .ut_mt_xl_9,
  .ut_my_xl_9 {
    margin-top: 4.5rem !important;
  }
  .ut_mr_xl_9,
  .ut_mx_xl_9 {
    margin-right: 4.5rem !important;
  }
  .ut_mb_xl_9,
  .ut_my_xl_9 {
    margin-bottom: 4.5rem !important;
  }
  .ut_ml_xl_9,
  .ut_mx_xl_9 {
    margin-left: 4.5rem !important;
  }
  .ut_m_xl_10 {
    margin: 5rem !important;
  }
  .ut_mt_xl_10,
  .ut_my_xl_10 {
    margin-top: 5rem !important;
  }
  .ut_mr_xl_10,
  .ut_mx_xl_10 {
    margin-right: 5rem !important;
  }
  .ut_mb_xl_10,
  .ut_my_xl_10 {
    margin-bottom: 5rem !important;
  }
  .ut_ml_xl_10,
  .ut_mx_xl_10 {
    margin-left: 5rem !important;
  }
  .ut_p_xl_0 {
    padding: 0rem !important;
  }
  .ut_pt_xl_0,
  .ut_py_xl_0 {
    padding-top: 0rem !important;
  }
  .ut_pr_xl_0,
  .ut_px_xl_0 {
    padding-right: 0rem !important;
  }
  .ut_pb_xl_0,
  .ut_py_xl_0 {
    padding-bottom: 0rem !important;
  }
  .ut_pl_xl_0,
  .ut_px_xl_0 {
    padding-left: 0rem !important;
  }
  .ut_p_xl_1 {
    padding: 0.5rem !important;
  }
  .ut_pt_xl_1,
  .ut_py_xl_1 {
    padding-top: 0.5rem !important;
  }
  .ut_pr_xl_1,
  .ut_px_xl_1 {
    padding-right: 0.5rem !important;
  }
  .ut_pb_xl_1,
  .ut_py_xl_1 {
    padding-bottom: 0.5rem !important;
  }
  .ut_pl_xl_1,
  .ut_px_xl_1 {
    padding-left: 0.5rem !important;
  }
  .ut_p_xl_2 {
    padding: 1rem !important;
  }
  .ut_pt_xl_2,
  .ut_py_xl_2 {
    padding-top: 1rem !important;
  }
  .ut_pr_xl_2,
  .ut_px_xl_2 {
    padding-right: 1rem !important;
  }
  .ut_pb_xl_2,
  .ut_py_xl_2 {
    padding-bottom: 1rem !important;
  }
  .ut_pl_xl_2,
  .ut_px_xl_2 {
    padding-left: 1rem !important;
  }
  .ut_p_xl_3 {
    padding: 1.5rem !important;
  }
  .ut_pt_xl_3,
  .ut_py_xl_3 {
    padding-top: 1.5rem !important;
  }
  .ut_pr_xl_3,
  .ut_px_xl_3 {
    padding-right: 1.5rem !important;
  }
  .ut_pb_xl_3,
  .ut_py_xl_3 {
    padding-bottom: 1.5rem !important;
  }
  .ut_pl_xl_3,
  .ut_px_xl_3 {
    padding-left: 1.5rem !important;
  }
  .ut_p_xl_4 {
    padding: 2rem !important;
  }
  .ut_pt_xl_4,
  .ut_py_xl_4 {
    padding-top: 2rem !important;
  }
  .ut_pr_xl_4,
  .ut_px_xl_4 {
    padding-right: 2rem !important;
  }
  .ut_pb_xl_4,
  .ut_py_xl_4 {
    padding-bottom: 2rem !important;
  }
  .ut_pl_xl_4,
  .ut_px_xl_4 {
    padding-left: 2rem !important;
  }
  .ut_p_xl_5 {
    padding: 2.5rem !important;
  }
  .ut_pt_xl_5,
  .ut_py_xl_5 {
    padding-top: 2.5rem !important;
  }
  .ut_pr_xl_5,
  .ut_px_xl_5 {
    padding-right: 2.5rem !important;
  }
  .ut_pb_xl_5,
  .ut_py_xl_5 {
    padding-bottom: 2.5rem !important;
  }
  .ut_pl_xl_5,
  .ut_px_xl_5 {
    padding-left: 2.5rem !important;
  }
  .ut_p_xl_6 {
    padding: 3rem !important;
  }
  .ut_pt_xl_6,
  .ut_py_xl_6 {
    padding-top: 3rem !important;
  }
  .ut_pr_xl_6,
  .ut_px_xl_6 {
    padding-right: 3rem !important;
  }
  .ut_pb_xl_6,
  .ut_py_xl_6 {
    padding-bottom: 3rem !important;
  }
  .ut_pl_xl_6,
  .ut_px_xl_6 {
    padding-left: 3rem !important;
  }
  .ut_p_xl_7 {
    padding: 3.5rem !important;
  }
  .ut_pt_xl_7,
  .ut_py_xl_7 {
    padding-top: 3.5rem !important;
  }
  .ut_pr_xl_7,
  .ut_px_xl_7 {
    padding-right: 3.5rem !important;
  }
  .ut_pb_xl_7,
  .ut_py_xl_7 {
    padding-bottom: 3.5rem !important;
  }
  .ut_pl_xl_7,
  .ut_px_xl_7 {
    padding-left: 3.5rem !important;
  }
  .ut_p_xl_8 {
    padding: 4rem !important;
  }
  .ut_pt_xl_8,
  .ut_py_xl_8 {
    padding-top: 4rem !important;
  }
  .ut_pr_xl_8,
  .ut_px_xl_8 {
    padding-right: 4rem !important;
  }
  .ut_pb_xl_8,
  .ut_py_xl_8 {
    padding-bottom: 4rem !important;
  }
  .ut_pl_xl_8,
  .ut_px_xl_8 {
    padding-left: 4rem !important;
  }
  .ut_p_xl_9 {
    padding: 4.5rem !important;
  }
  .ut_pt_xl_9,
  .ut_py_xl_9 {
    padding-top: 4.5rem !important;
  }
  .ut_pr_xl_9,
  .ut_px_xl_9 {
    padding-right: 4.5rem !important;
  }
  .ut_pb_xl_9,
  .ut_py_xl_9 {
    padding-bottom: 4.5rem !important;
  }
  .ut_pl_xl_9,
  .ut_px_xl_9 {
    padding-left: 4.5rem !important;
  }
  .ut_p_xl_10 {
    padding: 5rem !important;
  }
  .ut_pt_xl_10,
  .ut_py_xl_10 {
    padding-top: 5rem !important;
  }
  .ut_pr_xl_10,
  .ut_px_xl_10 {
    padding-right: 5rem !important;
  }
  .ut_pb_xl_10,
  .ut_py_xl_10 {
    padding-bottom: 5rem !important;
  }
  .ut_pl_xl_10,
  .ut_px_xl_10 {
    padding-left: 5rem !important;
  }
  .ut_m_xl_auto {
    margin: auto !important;
  }
  .ut_mt_xl_auto,
  .ut_my_xl_auto {
    margin-top: auto !important;
  }
  .ut_mr_xl_auto,
  .ut_mx_xl_auto {
    margin-right: auto !important;
  }
  .ut_mb_xl_auto,
  .ut_my_xl_auto {
    margin-bottom: auto !important;
  }
  .ut_ml_xl_auto,
  .ut_mx_xl_auto {
    margin-left: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
.ut_none {
  display: none !important;
}

.ut_inline {
  display: inline !important;
}

.ut_inline_block {
  display: inline-block !important;
}

.ut_block {
  display: block !important;
}

.ut_table {
  display: table !important;
}

.ut_table_row {
  display: table-row !important;
}

.ut_table_cell {
  display: table-cell !important;
}

.ut_flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.ut_inline_flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (min-width: 577px) {
  .ut_sm_none {
    display: none !important;
  }
  .ut_sm_inline {
    display: inline !important;
  }
  .ut_sm_inline_block {
    display: inline-block !important;
  }
  .ut_sm_block {
    display: block !important;
  }
  .ut_sm_table {
    display: table !important;
  }
  .ut_sm_table_row {
    display: table-row !important;
  }
  .ut_sm_table_cell {
    display: table-cell !important;
  }
  .ut_sm_flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ut_sm_inline_flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 751px) {
  .ut_md_none {
    display: none !important;
  }
  .ut_md_inline {
    display: inline !important;
  }
  .ut_md_inline_block {
    display: inline-block !important;
  }
  .ut_md_block {
    display: block !important;
  }
  .ut_md_table {
    display: table !important;
  }
  .ut_md_table_row {
    display: table-row !important;
  }
  .ut_md_table_cell {
    display: table-cell !important;
  }
  .ut_md_flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ut_md_inline_flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 993px) {
  .ut_lg_none {
    display: none !important;
  }
  .ut_lg_inline {
    display: inline !important;
  }
  .ut_lg_inline_block {
    display: inline-block !important;
  }
  .ut_lg_block {
    display: block !important;
  }
  .ut_lg_table {
    display: table !important;
  }
  .ut_lg_table_row {
    display: table-row !important;
  }
  .ut_lg_table_cell {
    display: table-cell !important;
  }
  .ut_lg_flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ut_lg_inline_flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1101px) {
  .ut_xl_none {
    display: none !important;
  }
  .ut_xl_inline {
    display: inline !important;
  }
  .ut_xl_inline_block {
    display: inline-block !important;
  }
  .ut_xl_block {
    display: block !important;
  }
  .ut_xl_table {
    display: table !important;
  }
  .ut_xl_table_row {
    display: table-row !important;
  }
  .ut_xl_table_cell {
    display: table-cell !important;
  }
  .ut_xl_flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ut_xl_inline_flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .ut_print_none {
    display: none !important;
  }
  .ut_print_inline {
    display: inline !important;
  }
  .ut_print_inline_block {
    display: inline-block !important;
  }
  .ut_print_block {
    display: block !important;
  }
  .ut_print_table {
    display: table !important;
  }
  .ut_print_table_row {
    display: table-row !important;
  }
  .ut_print_table_cell {
    display: table-cell !important;
  }
  .ut_print_flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ut_print_inline_flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.ut_flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ut_flex_row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.ut_flex_column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.ut_flex_row_reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.ut_flex_column_reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.ut_flex_wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.ut_flex_nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.ut_flex_wrap_reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.ut_flex_fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.ut_flex_grow_0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.ut_flex_grow_1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.ut_flex_shrink_0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.ut_flex_shrink_1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.ut_justify_content_start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.ut_justify_content_end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.ut_justify_content_center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.ut_justify_content_between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.ut_justify_content_around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.ut_align_items_start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.ut_align_items_end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.ut_align_items_center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ut_align_items_baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.ut_align_items_stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.ut_align_content_start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.ut_align_content_end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.ut_align_content_center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.ut_align_content_between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.ut_align_content_around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.ut_align_content_stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.ut_align_self_auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.ut_align_self_start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.ut_align_self_end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.ut_align_self_center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.ut_align_self_baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.ut_align_self_stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 577px) {
  .ut_flex_sm_row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .ut_flex_sm_column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ut_flex_sm_row_reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ut_flex_sm_column_reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .ut_flex_sm_wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .ut_flex_sm_nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .ut_flex_sm_wrap_reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .ut_flex_sm_fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .ut_flex_sm_grow_0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .ut_flex_sm_grow_1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .ut_flex_sm_shrink_0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .ut_flex_sm_shrink_1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .ut_justify_content_sm_start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .ut_justify_content_sm_end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .ut_justify_content_sm_center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .ut_justify_content_sm_between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .ut_justify_content_sm_around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .ut_align_items_sm_start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ut_align_items_sm_end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .ut_align_items_sm_center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ut_align_items_sm_baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .ut_align_items_sm_stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .ut_align_content_sm_start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .ut_align_content_sm_end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .ut_align_content_sm_center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .ut_align_content_sm_between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .ut_align_content_sm_around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .ut_align_content_sm_stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .ut_align_self_sm_auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .ut_align_self_sm_start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .ut_align_self_sm_end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .ut_align_self_sm_center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .ut_align_self_sm_baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .ut_align_self_sm_stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 751px) {
  .ut_flex_md_row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .ut_flex_md_column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ut_flex_md_row_reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ut_flex_md_column_reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .ut_flex_md_wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .ut_flex_md_nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .ut_flex_md_wrap_reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .ut_flex_md_fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .ut_flex_md_grow_0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .ut_flex_md_grow_1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .ut_flex_md_shrink_0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .ut_flex_md_shrink_1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .ut_justify_content_md_start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .ut_justify_content_md_end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .ut_justify_content_md_center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .ut_justify_content_md_between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .ut_justify_content_md_around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .ut_align_items_md_start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ut_align_items_md_end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .ut_align_items_md_center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ut_align_items_md_baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .ut_align_items_md_stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .ut_align_content_md_start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .ut_align_content_md_end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .ut_align_content_md_center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .ut_align_content_md_between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .ut_align_content_md_around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .ut_align_content_md_stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .ut_align_self_md_auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .ut_align_self_md_start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .ut_align_self_md_end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .ut_align_self_md_center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .ut_align_self_md_baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .ut_align_self_md_stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 993px) {
  .ut_flex_lg_row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .ut_flex_lg_column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ut_flex_lg_row_reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ut_flex_lg_column_reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .ut_flex_lg_wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .ut_flex_lg_nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .ut_flex_lg_wrap_reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .ut_flex_lg_fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .ut_flex_lg_grow_0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .ut_flex_lg_grow_1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .ut_flex_lg_shrink_0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .ut_flex_lg_shrink_1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .ut_justify_content_lg_start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .ut_justify_content_lg_end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .ut_justify_content_lg_center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .ut_justify_content_lg_between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .ut_justify_content_lg_around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .ut_align_items_lg_start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ut_align_items_lg_end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .ut_align_items_lg_center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ut_align_items_lg_baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .ut_align_items_lg_stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .ut_align_content_lg_start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .ut_align_content_lg_end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .ut_align_content_lg_center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .ut_align_content_lg_between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .ut_align_content_lg_around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .ut_align_content_lg_stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .ut_align_self_lg_auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .ut_align_self_lg_start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .ut_align_self_lg_end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .ut_align_self_lg_center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .ut_align_self_lg_baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .ut_align_self_lg_stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1101px) {
  .ut_flex_xl_row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .ut_flex_xl_column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ut_flex_xl_row_reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ut_flex_xl_column_reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .ut_flex_xl_wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .ut_flex_xl_nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .ut_flex_xl_wrap_reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .ut_flex_xl_fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .ut_flex_xl_grow_0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .ut_flex_xl_grow_1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .ut_flex_xl_shrink_0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .ut_flex_xl_shrink_1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .ut_justify_content_xl_start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .ut_justify_content_xl_end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .ut_justify_content_xl_center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .ut_justify_content_xl_between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .ut_justify_content_xl_around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .ut_align_items_xl_start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ut_align_items_xl_end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .ut_align_items_xl_center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ut_align_items_xl_baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .ut_align_items_xl_stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .ut_align_content_xl_start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .ut_align_content_xl_end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .ut_align_content_xl_center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .ut_align_content_xl_between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .ut_align_content_xl_around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .ut_align_content_xl_stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .ut_align_self_xl_auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .ut_align_self_xl_start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .ut_align_self_xl_end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .ut_align_self_xl_center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .ut_align_self_xl_baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .ut_align_self_xl_stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/* others */
.ut_ta_l {
  text-align: left;
}
@media screen and (min-width: 751px) {
  .ut_ta_l--md {
    text-align: left !important;
  }
}
@media screen and (min-width: 993px) {
  .ut_ta_l--lg {
    text-align: left !important;
  }
}

.ut_ta_c {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .ut_ta_c--md {
    text-align: center !important;
  }
}
@media screen and (min-width: 993px) {
  .ut_ta_c--lg {
    text-align: center !important;
  }
}

.ut_ta_r {
  text-align: right;
}
@media screen and (min-width: 577px) {
  .ut_ta_r--sm {
    text-align: right !important;
  }
}
@media screen and (min-width: 751px) {
  .ut_ta_r--md {
    text-align: right !important;
  }
}
@media screen and (min-width: 993px) {
  .ut_ta_r--lg {
    text-align: right !important;
  }
}

.ut_fw_l {
  font-weight: 400;
}

.ut_fw_m {
  font-weight: 500;
}

.ut_fw_b {
  font-weight: 700;
}

.ut_highlight {
  background: linear-gradient(transparent 60%, #f6ff5f 60%);
}

.ut_fc_white {
  color: #fff;
}

.ut_fc_red {
  color: #ff0000;
}

.ut_fc_dred {
  color: #cc0000;
}

.ut_lh_1_2 {
  line-height: 1.2;
}

.ut_lh_1_3 {
  line-height: 1.3;
}

.ut_lh_1_8 {
  line-height: 1.8;
}

.ut_lh_2 {
  line-height: 2;
}

.ut_ls_0 {
  letter-spacing: 0;
}

.ut_ls_01 {
  letter-spacing: 0.1em;
}

.ut_under {
  text-decoration: underline;
}

.ut_fx_l {
  font-size: 1.5em;
}
@media screen and (max-width: 750px) {
  .ut_fx_l {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.ut_fx_m {
  font-size: 1.25em;
}
@media screen and (max-width: 750px) {
  .ut_fx_m {
    font-size: 16px;
    font-size: 1rem;
  }
}

.ut_container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 577px) {
  .ut_container {
    max-width: 606px;
  }
}
@media screen and (min-width: 751px) {
  .ut_container {
    max-width: 780px;
  }
}
@media screen and (min-width: 993px) {
  .ut_container {
    max-width: 1022px;
  }
}
@media screen and (min-width: 1101px) {
  .ut_container {
    max-width: 1130px;
  }
}

@media screen and (min-width: 1101px) {
  .ut_container_limit {
    max-width: 1010px;
    margin-right: auto;
    margin-left: auto;
  }
}

.ut_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .ut_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}

.js_loading {
  background-color: #fff;
  bottom: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 10000;
}
.js_loading.is_loaded {
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.l-mainInner,
.fs-l-pageMain {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (min-width: 577px) {
  .l-mainInner,
  .fs-l-pageMain {
    max-width: 606px;
  }
}
@media screen and (min-width: 751px) {
  .l-mainInner,
  .fs-l-pageMain {
    max-width: 780px;
  }
}
@media screen and (min-width: 993px) {
  .l-mainInner,
  .fs-l-pageMain {
    max-width: 1022px;
  }
}
@media screen and (min-width: 1101px) {
  .l-mainInner,
  .fs-l-pageMain {
    max-width: 1130px;
  }
}
@media screen and (max-width: 750px) {
  .l-mainInner,
  .fs-l-pageMain {
    padding-top: 16vw;
    padding-bottom: 20vw;
  }
}

.p-section__sm {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .p-section__sm {
    margin-bottom: 8vw;
  }
}
.p-section__md {
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .p-section__md {
    margin-bottom: 12vw;
  }
}
.p-section__lg {
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .p-section__lg {
    margin-bottom: 16vw;
  }
}

.p-sectionImage img {
  width: 100%;
  max-width: none;
}

.imageHeader {
  background: #222;
  color: #FFF;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .imageHeader {
    height: auto;
    aspect-ratio: 750/900;
  }
}
.imageHeader + * {
  position: relative;
  z-index: 2;
}
.imageHeader_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  position: absolute;
  left: 0;
  top: 0;
}
.imageHeader--product .imageHeader_img {
  object-position: left 70% bottom 0;
}
.imageHeader_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .imageHeader_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.imageHeader_ttl {
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
.imageHeader_ttl_en {
  font-size: 100px;
  font-size: 6.25rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .imageHeader_ttl_en {
    font-size: 13.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .lang_en .imageHeader_ttl_en {
    font-size: 11.2vw;
  }
}
.imageHeader_ttl_jp {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .imageHeader_ttl_jp {
    font-size: max(15px, 3.2vw);
  }
}

.pageHeader {
  background: #222 url(../img/common/page-header-bg-1.jpg) no-repeat center top/cover;
  color: #FFF;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.pageHeader + * {
  position: relative;
  z-index: 2;
}
.pageHeader_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 200px;
  padding-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .pageHeader_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.pageHeader_ttl {
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
.pageHeader_ttl_en {
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .pageHeader_ttl_en {
    font-size: 6.4vw;
  }
}
.pageHeader_ttl_jp {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-top: 0.25em;
}
@media screen and (max-width: 750px) {
  .pageHeader_ttl_jp {
    font-size: max(14px, 2.6666666667vw);
  }
}

.pageBody {
  background: #FFF;
  position: relative;
  z-index: 2;
}
.pageBody--dark {
  background: #07080c;
  color: #FFF;
}
.pageBody_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .pageBody_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .pageBody_inner {
    padding-top: 13.3333333333%;
    padding-bottom: 16%;
  }
}

.gNavi {
  position: fixed;
  z-index: 1001;
  transform: translateX(100%);
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  max-width: 560px;
  height: 100%;
  max-height: var(--vh);
  transition: all 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  background: #000;
  color: #FFF;
  display: grid;
}
.gNavi.is_active {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .gNavi {
    max-width: 100%;
  }
}
.gNavi_cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0;
  transition: all 0.3s 0s linear;
}
.is_active .gNavi_cont {
  opacity: 1;
  transition: all 0.5s 0.5s linear;
}
@media screen and (max-width: 750px) {
  .gNavi_cont {
    position: relative;
    z-index: 1002;
    overflow-y: auto;
  }
}
.lang_en .gNavi_cont {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
}
.gNavi_userMenu {
  background: #0f0f0f;
  padding: 11% 0 7% 16%;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  .gNavi_userMenu {
    padding: 140px 0 6.6666666667% 8%;
  }
}
@media screen and (max-width: 576px) {
  .gNavi_userMenu {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 110px;
  }
}
.gNavi_member_cont {
  display: flex;
  align-items: center;
}
.gNavi_member_cont svg {
  margin-right: 10px;
  fill: #FFF;
}
@media screen and (min-width: 751px) {
  .gNavi_member_cont a {
    transition: 0.3s;
  }
  .gNavi_member_cont a:hover {
    opacity: 0.7;
  }
}
.gNavi_member_login.is-false {
  display: none;
}
.gNavi_member_logout.is-true {
  display: none;
}
.gNavi_cart {
  line-height: 1;
  margin-top: 15px;
}
.gNavi_cart > a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .gNavi_cart > a {
    transition: 0.3s;
  }
  .gNavi_cart > a:hover {
    opacity: 0.7;
  }
}
.gNavi_cart svg {
  color: #FFF;
  margin-right: 9px;
}
.gNavi_mainPage {
  padding: 7% 0 7% 16%;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .gNavi_mainPage {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 8% 0 8% 8.6666666667%;
    line-height: 2.25;
  }
}
.lang_en .gNavi_mainPage {
  display: grid;
  place-content: center start;
  background: #0f0f0f;
}
.lang_en .gNavi_mainPage > li + li {
  margin-top: 1em;
}
.gNavi_mainPage > li a {
  transition: all 0.4s;
}
.gNavi_mainPage > li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.gNavi_guidePage {
  background: #0f0f0f;
  padding: 7% 16% 7% 16%;
  letter-spacing: 0.1em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 0;
}
@media screen and (max-width: 750px) {
  .gNavi_guidePage {
    padding: 8% 8.6666666667% 8%;
  }
}
.gNavi_guidePage > li a {
  transition: all 0.4s;
}
.gNavi_guidePage > li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.gNavi_termPage {
  font-size: 12px;
  font-size: 0.75rem;
  background: #222;
  padding: 8% 16% 8% 16%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 0;
}
@media screen and (max-width: 750px) {
  .gNavi_termPage {
    padding: 8% 8.6666666667% 8%;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .gNavi_termPage {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.gNavi_termPage > li a {
  transition: all 0.4s;
}
.gNavi_termPage > li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.gNavi_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7% 0;
}
@media screen and (max-width: 750px) {
  .gNavi_sns {
    justify-content: center;
    margin-left: 0;
  }
}
.gNavi_sns_item {
  max-width: 32px;
  flex: 0 1 auto;
  line-height: 1;
}
.gNavi_sns_item + .gNavi_sns_item {
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .gNavi_sns_item + .gNavi_sns_item {
    margin-left: 4.6875vw;
  }
}
.gNavi_sns_item a {
  color: #FFF;
}
@media screen and (min-width: 751px) {
  .gNavi_sns_item a {
    transition: 0.3s;
  }
  .gNavi_sns_item a:hover {
    opacity: 0.7;
  }
}
.gNavi_sns_item a svg {
  fill: #FFF;
  display: block;
}

.fs-c-breadcrumb {
  background: #f7f6f1;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 30px;
}
.fs-c-breadcrumb__list {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .fs-c-breadcrumb__list {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.fs-c-breadcrumb__listItem {
  display: inline-block;
}
.fs-c-breadcrumb__listItem:not(:first-child)::before {
  content: "/";
  display: inline-block;
  margin: 0 3px;
}
@media screen and (min-width: 751px) {
  .fs-c-breadcrumb__listItem a {
    transition: 0.3s;
  }
  .fs-c-breadcrumb__listItem a:hover {
    opacity: 0.7;
  }
}
.fs-c-breadcrumb__listItem a:hover {
  text-decoration: none;
}

.p-pagination {
  margin: 40px 0;
}
.p-pagination_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.p-pagination_box li {
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  box-align: center;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
@media screen and (max-width: 750px) {
  .p-pagination_box li {
    margin: 0 5px;
    width: 42px;
    height: 42px;
  }
}
.p-pagination_box li > a,
.p-pagination_box li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #e9e8e1;
  color: #000;
  transition: 0.4s;
}
.p-pagination_box li > a:hover {
  text-decoration: none;
  background: #767572;
  color: #fff;
}
.p-pagination_box li.current {
  background: #767572;
  color: #fff;
}
.p-pagination_box li.omit {
  background: none;
  width: fit-content;
}

.pageNavi {
  background: #f7f6f1;
  padding: 0 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .pageNavi {
    padding: 0 0 16vw;
  }
}

.pageNaviSlider {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 90px;
}
@media screen and (max-width: 750px) {
  .pageNaviSlider {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .pageNaviSlider {
    padding-top: 12%;
  }
}
.pageNaviSlider .swiper {
  overflow: inherit;
}
.pageNaviSlider .swiper-slide {
  height: auto;
}

.pageNaviBox {
  background: #0f0f0f;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pageNaviBox_name {
  text-align: center;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  margin-top: 45px;
}
@media screen and (max-width: 750px) {
  .pageNaviBox_name {
    margin-top: 13.2352941176%;
  }
}
.pageNaviBox_name_jp {
  font-size: 48px;
  font-size: 3rem;
  color: #353535;
  line-height: 1.25;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .pageNaviBox_name_jp {
    font-size: 6.4vw;
  }
}
.pageNaviBox_name_img {
  max-width: 120px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .pageNaviBox_name_img {
    width: 16vw;
  }
}
.pageNaviBox_name_en {
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: auto;
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .pageNaviBox_name_en {
    font-size: max(13px, 2.6666666667vw);
    margin-top: 5.8823529412%;
    margin-bottom: 17.6470588235%;
  }
}
.pageNaviBox_btn {
  margin-top: auto;
}
.pageNaviBox_btn .btn_link {
  color: #FFF;
  background: #282828;
  display: block;
  width: 100%;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .pageNaviBox_btn .btn_link {
    height: 70px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .pageNaviBox_btn .btn_link .btn_link_arrow {
    left: 20px;
  }
}
.pageNaviBox_btn .btn_link:hover {
  background: #FFF;
  color: #0d0d0d;
}
.pageNaviBox_btn .btn_link:hover .btn_link_arrow {
  background: #000;
}
.pageNaviBox_btn .btn_link:hover .btn_link_arrow::before {
  background: #000;
}

.headerLogo {
  position: fixed;
  left: 70px;
  top: 50px;
  width: 140px;
  z-index: 10;
  mix-blend-mode: difference;
  opacity: 0;
}
@media screen and (min-width: 751px) {
  .headerLogo {
    transition: 0.3s;
  }
  .headerLogo:hover {
    opacity: 0.7;
  }
}
.js_pageLoad .headerLogo {
  animation: fadeIn 0.5s ease-out 0.5s 1 normal forwards;
}
@media screen and (max-width: 750px) {
  .headerLogo {
    left: 6.6666666667vw;
    z-index: 1002;
  }
}
@media screen and (max-width: 576px) {
  .headerLogo {
    top: 36px;
  }
}

.headerLang {
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
  position: fixed;
  right: 126px;
  top: 54px;
  z-index: 10;
  letter-spacing: 0.1em;
  mix-blend-mode: difference;
  width: fit-content;
  opacity: 0;
}
.js_pageLoad .headerLang {
  animation: fadeIn 0.5s ease-out 0.5s 1 normal forwards;
}
@media screen and (max-width: 750px) {
  .headerLang {
    font-size: 14px;
    font-size: 0.875rem;
    right: calc(50px + 5.3333333333vw + 20px);
  }
}
@media screen and (max-width: 576px) {
  .headerLang {
    top: 40px;
  }
}
@media screen and (min-width: 751px) {
  .headerLang a {
    transition: 0.3s;
  }
  .headerLang a:hover {
    opacity: 0.7;
  }
}
.headerLang a.is_current {
  text-decoration: none;
}

.headerMenuBtn {
  cursor: pointer;
  position: fixed;
  right: 50px;
  top: 42px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 1002;
  mix-blend-mode: difference;
  opacity: 0;
}
.js_pageLoad .headerMenuBtn {
  animation: fadeIn 0.5s ease-out 0.5s 1 normal forwards;
}
@media screen and (max-width: 750px) {
  .headerMenuBtn {
    right: 5.3333333333vw;
  }
}
@media screen and (max-width: 576px) {
  .headerMenuBtn {
    top: 26px;
  }
}

.headerMenuBtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 9px;
  height: 2px;
  border-radius: 2px;
  background: #FFF;
  width: 30px;
  mix-blend-mode: difference;
}

.headerMenuBtn span:nth-of-type(1) {
  top: 11px;
}

.headerMenuBtn span:nth-of-type(2) {
  top: 22px;
  width: 19px;
  left: 20px;
}

.headerMenuBtn span:nth-of-type(3) {
  top: 35px;
}

.headerMenuBtn.is_active span:nth-of-type(1) {
  top: 18px;
  left: 9px;
  transform: translateY(6px) rotate(-45deg);
  width: 32px;
}

.headerMenuBtn.is_active span:nth-of-type(2) {
  opacity: 0;
}

.headerMenuBtn.is_active span:nth-of-type(3) {
  top: 30px;
  left: 9px;
  transform: translateY(-6px) rotate(45deg);
  width: 32px;
}

.footerMessage {
  text-align: center;
  padding: 100px 0;
  overflow: clip;
}
@media screen and (max-width: 750px) {
  .footerMessage {
    padding: 10.6666666667% 0 9.3333333333%;
  }
}
.footerMessage_jp {
  font-size: min(4.4vw, 66px);
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .footerMessage_jp {
    font-size: 5.3333333333vw;
  }
}
.lang_en .footerMessage_jp {
  line-height: 1.2121212121;
  letter-spacing: 0.1em;
}
.footerMessage_en {
  color: #999;
  font-size: min(1.6666666667vw, 20px);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .footerMessage_en {
    font-size: 2.9333333333vw;
    margin-top: 3.3333333333vw;
  }
}

.footerNav_pages {
  background: #222;
  padding: 32px 15px;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .footerNav_pages {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    padding: 32px 10%;
    gap: 8px 15px;
  }
}
@media screen and (max-width: 576px) {
  .footerNav_pages {
    grid-template-columns: repeat(2, 1fr);
    font-size: 13px;
    font-size: 0.8125rem;
    gap: 12px 15px;
  }
}
.footerNav_pages_item {
  width: fit-content;
  align-self: start;
}
.footerNav_pages_item::before {
  content: "｜";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media screen and (max-width: 992px) {
  .footerNav_pages_item::before {
    display: none;
  }
}
.footerNav_pages_item:first-child::before {
  display: none;
}
@media screen and (min-width: 751px) {
  .footerNav_pages_item a {
    transition: 0.3s;
  }
  .footerNav_pages_item a:hover {
    opacity: 0.7;
  }
}
.footerNav_pages_item a:hover {
  text-decoration: none;
}
.footerNav_sns {
  background: #333;
  padding: 38px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footerNav_sns {
    justify-content: center;
    margin-left: 0;
  }
}
.footerNav_sns_item {
  max-width: 44px;
  flex: 0 1 auto;
  line-height: 1;
}
.footerNav_sns_item + .footerNav_sns_item {
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .footerNav_sns_item + .footerNav_sns_item {
    margin-left: 4.2666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .footerNav_sns_item + .footerNav_sns_item {
    margin-left: 4.6875vw;
  }
}
.footerNav_sns_item a {
  color: #FFF;
}
@media screen and (min-width: 751px) {
  .footerNav_sns_item a {
    transition: 0.3s;
  }
  .footerNav_sns_item a:hover {
    opacity: 0.7;
  }
}
.footerNav_sns_item a svg {
  color: #FFF;
  fill: #FFF;
  display: block;
}

.footerBottom {
  padding: 0 0 60px;
}
@media screen and (max-width: 750px) {
  .footerBottom {
    padding-bottom: 8vw;
  }
}
.footerBottom_caution {
  background: #ededed;
  padding: 20px 0;
  text-align: center;
  letter-spacing: 0.1em;
}
.footerBottom_caution p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .footerBottom_caution p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.footerBottom_logo {
  width: 234px;
  margin: 60px auto 0;
}
@media screen and (max-width: 750px) {
  .footerBottom_logo {
    margin-top: 8vw;
    width: 32vw;
    width: min(32vw, 160px);
  }
}
.footerBottom_copy {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 576px) {
  .footerBottom_copy {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.footerBottom_copy small {
  font-size: 100%;
}

.p-arrowLink__txt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 10px;
}
.p-arrowLink__arrow {
  background: #111;
  width: 80px;
  height: 1px;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  transition: 0.3s;
}
.p-arrowLink__arrow::after {
  content: "";
  background: #111;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  transform: rotate(30deg);
  transform-origin: right bottom;
}
.p-arrowLink:hover {
  text-decoration: none;
}
.p-arrowLink:hover > .p-arrowLink__arrow {
  transform: translateX(10px);
}

.p-pageTitle {
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .p-pageTitle {
    padding: 10.6666666667vw 0 10.6666666667vw;
  }
}
.p-pageTitle__en {
  font-size: 70px;
  font-size: 4.375rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-pageTitle__en {
    font-size: 10.1333333333vw;
  }
}
.p-pageTitle__jp {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .p-pageTitle__jp {
    font-size: max(16px, 3.7333333333vw);
    margin-top: 4vw;
  }
}

.p-pageTitle2 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: normal;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p-pageTitle2 {
    text-align: center;
  }
}
.p-pageTitle2--center {
  text-align: center;
}

.p-title1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .p-title1 {
    font-size: max(20px, 3.2vw);
    margin-bottom: 5.3333333333vw;
  }
}

.p-title2 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p-title2 {
    font-size: max(16px, 2.6666666667vw);
  }
}

.p-title3 {
  border-left: 4px solid #000;
  padding: 1px 0 1px 9px;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p-title3 {
    font-size: max(16px, 2.6666666667vw);
  }
}

.p-table1 {
  width: 100%;
  border-spacing: 0;
}
.p-table1 th {
  border-bottom: 2px solid #dbdbdb;
  font-weight: inherit;
  line-height: 1.8;
  text-align: left;
  padding: 30px;
  width: 200px;
  vertical-align: baseline;
}
@media screen and (max-width: 750px) {
  .p-table1 th {
    padding: 30px 15px;
    width: 150px;
  }
}
.p-table1 td {
  border-bottom: 2px solid #dbdbdb;
  line-height: 2;
  padding: 30px;
  vertical-align: baseline;
}
@media screen and (max-width: 750px) {
  .p-table1 td {
    padding: 30px 15px;
  }
}
.p-table1__ttl {
  border-bottom: 2px solid #dbdbdb;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  .p-table1__ttl {
    font-size: max(20px, 3.2vw);
    padding: 5.3333333333vw 0;
  }
}
.p-table1__subttl {
  font-weight: bold;
}

.p-table2 {
  width: 100%;
  border-spacing: 2px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  .p-table2 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .p-table2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-table2 th {
  background: #f1f1f1;
  font-weight: inherit;
  line-height: 1.8;
  text-align: left;
  padding: 22px 40px;
  vertical-align: baseline;
  width: 30%;
}
@media screen and (max-width: 750px) {
  .p-table2 th {
    padding: 20px 20px;
    width: auto;
  }
}
@media screen and (max-width: 576px) {
  .p-table2 th {
    padding: 15px 15px;
  }
}
.p-table2 th.is-center {
  text-align: center;
}
.p-table2 td {
  background: #f8f8f8;
  line-height: 2;
  padding: 22px 40px;
  vertical-align: baseline;
}
@media screen and (max-width: 750px) {
  .p-table2 td {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 576px) {
  .p-table2 td {
    padding: 15px 15px;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 55px;
  min-width: 200px;
  max-width: 280px;
  padding: 0 15px;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
.btn:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .btn--hover {
    transition: 0.3s;
  }
  .btn--hover:hover {
    opacity: 0.7;
  }
}
.btn span {
  color: #FFF;
  width: 100%;
}
.btn--white {
  background-color: #FFF;
  border: 1px solid #000;
  color: #000;
}
.btn--white span {
  color: #000;
}
.btn--wide {
  max-width: none;
}
.btn--disabled {
  cursor: none;
  pointer-events: none;
}

.btn-line {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 55px;
  max-width: 280px;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .btn-line {
    transition: 0.3s;
  }
  .btn-line:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .btn-line {
    font-size: 16px;
    font-size: 1rem;
  }
}
.btn-line .btn-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  max-width: 34px;
  width: 100%;
}
.btn-line span {
  color: #FFF;
  max-width: 150px;
  width: 100%;
}

.btn-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 55px;
  max-width: 280px;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .btn-mail {
    transition: 0.3s;
  }
  .btn-mail:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .btn-mail {
    font-size: 16px;
    font-size: 1rem;
  }
}
.btn-mail .btn-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  max-width: 34px;
  width: 100%;
}
.btn-mail span {
  color: #FFF;
  max-width: 150px;
  width: 100%;
}

.btn02 {
  display: block;
  width: 380px;
  border-radius: 50px;
  aspect-ratio: 380/64;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 992px) {
  .btn02 {
    max-width: 480px;
    width: 86%;
    aspect-ratio: 480/80;
  }
}
@media screen and (max-width: 750px) {
  .btn02 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.btn_black {
  background: #0d0d0d;
  color: #FFF;
  border: 1px solid #FFF;
}
.btn_black:visited {
  color: #FFF;
}
.btn_black:hover {
  background: #FFF;
  color: #0d0d0d;
  border-color: #0d0d0d;
}

.btn_white {
  background: #FFF;
  color: #000;
}
.btn_white:hover {
  background: #323232;
  color: #FFF;
}

.btn_trans {
  background: rgba(0, 0, 0, 0.05);
  color: #FFF;
  border: 1px solid #FFF;
}
.btn_trans:visited {
  color: #FFF;
}
.btn_trans:hover {
  background: #FFF;
  color: #000;
}

.btn_link {
  position: relative;
  padding-left: 10px;
}
.btn_link_arrow {
  position: relative;
  display: inline-block;
  left: 30px;
  width: 30px;
  height: 2px;
  margin-top: 11px;
  border-radius: 9999px;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .btn_link_arrow {
    margin-top: 8px;
    left: 24px;
    width: 26px;
    margin-top: 9px;
  }
}
.btn_link_arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}
.btn_link:hover .btn_link_arrow {
  left: 40px;
}
.btn_black .btn_link_arrow {
  background: #FFF;
}
.btn_black .btn_link_arrow::before {
  background: #FFF;
}
.btn_black:hover .btn_link_arrow {
  background: #000;
}
.btn_black:hover .btn_link_arrow::before {
  background: #000;
}
.btn_white .btn_link_arrow {
  background: #000;
}
.btn_white .btn_link_arrow::before {
  background: #000;
}
.btn_white:hover .btn_link_arrow {
  background: #FFF;
}
.btn_white:hover .btn_link_arrow::before {
  background: #FFF;
}
.btn_trans .btn_link_arrow {
  background: #FFF;
}
.btn_trans .btn_link_arrow::before {
  background: #FFF;
}
.btn_trans:hover .btn_link_arrow {
  background: #000;
}
.btn_trans:hover .btn_link_arrow::before {
  background: #000;
}

.link_arrow {
  position: relative;
  display: inline-block;
  left: 20px;
  width: 26px;
  height: 2px;
  margin-top: 11px;
  border-radius: 9999px;
  background-color: #000;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .link_arrow {
    margin-top: -8px;
  }
}
.link_arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 1px) 50%;
}

.btn_line {
  display: block;
  width: 380px;
  border-radius: 50px;
  aspect-ratio: 380/64;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  background: rgba(0, 0, 0, 0.05);
  color: #FFF;
  border: 1px solid #FFF;
}
.btn_line:hover {
  background: #FFF;
  color: #000;
}
@media screen and (max-width: 992px) {
  .btn_line {
    max-width: 480px;
    width: 100%;
    aspect-ratio: 480/80;
  }
}
@media screen and (max-width: 750px) {
  .btn_line {
    font-size: max(14px, 3.2vw);
    background: rgba(255, 255, 255, 0.05);
  }
}
.btn_line_icon {
  width: 30px;
  aspect-ratio: 1/1;
  display: inline-block;
  background: url(../img/common/ico-line-white.svg) no-repeat 0 0/contain;
  transition: 0.3s all;
}
.btn_line:hover .btn_line_icon {
  background-image: url(../img/common/ico-line.svg);
}
.btn_line_txt {
  letter-spacing: 0.2em;
  margin-left: 1em;
}

.btn_out:hover {
  background: inherit !important;
  color: inherit !important;
}

.btn_mail {
  display: block;
  width: 380px;
  border-radius: 50px;
  aspect-ratio: 380/64;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  background: rgba(0, 0, 0, 0.05);
  color: #FFF;
  border: 1px solid #FFF;
}
.btn_mail:hover {
  background: #FFF;
  color: #000;
}
@media screen and (max-width: 992px) {
  .btn_mail {
    max-width: 480px;
    width: 100%;
    aspect-ratio: 480/80;
  }
}
@media screen and (max-width: 750px) {
  .btn_mail {
    font-size: max(14px, 3.2vw);
    background: rgba(255, 255, 255, 0.05);
  }
}
.btn_mail_icon {
  width: 30px;
  aspect-ratio: 1/1;
  display: inline-block;
  background: #FFF;
  transition: 0.3s all;
  mask-image: url("../img/common/ico-mail.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: auto;
}
.btn_mail:hover .btn_mail_icon {
  background: #000;
}
.btn_mail_txt {
  letter-spacing: 0.2em;
  margin-left: 1em;
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border-radius: 3px;
  background-color: #f6f6f2;
  box-shadow: none;
  color: #000;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
.p-formTable input[type=text],
.p-formTable input[type=password],
.p-formTable input[type=datetime],
.p-formTable input[type=date],
.p-formTable input[type=month],
.p-formTable input[type=time],
.p-formTable input[type=week],
.p-formTable input[type=number],
.p-formTable input[type=email],
.p-formTable input[type=url],
.p-formTable input[type=search],
.p-formTable input[type=tel],
.p-formTable input[type=color],
.p-formTable select,
.p-formTable textarea {
  max-width: 690px;
}

input, select, textarea {
  border: 1px solid #dfdfdf;
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  -webkit-appearance: auto;
}

textarea {
  height: 200px;
  line-height: 1.6;
  padding: 12px;
}
.p-formTable textarea {
  max-width: 690px;
}

input[type=radio],
input[type=checkbox] {
  background: #f6f6f2;
}

select {
  background: #f6f6f2;
}

.p-radio {
  accent-color: #000;
}

.p-checkbox {
  cursor: pointer;
  position: relative;
  height: 24px;
  width: 24px;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #dfdfdf;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  margin-right: 0.5em;
}
.p-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='2' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 2px;
}

.p-form {
  margin: 0 0 100px;
}
@media screen and (max-width: 750px) {
  .p-form {
    margin-bottom: 13.3333333333vw;
  }
}

.p-formTable {
  width: 100%;
}
.p-formTable tr {
  display: grid;
  align-items: start;
  grid-template-columns: 23% 1fr;
  border-bottom: 2px solid #dbdbdb;
}
.p-formTable tr:first-child {
  border-top: 2px solid #dbdbdb;
}
@media screen and (max-width: 992px) {
  .p-formTable tr {
    grid-template-columns: 240px 1fr;
  }
}
@media screen and (max-width: 750px) {
  .p-formTable tr {
    display: block;
  }
}
.p-formTable th {
  text-align: left;
  padding: 40px 0 40px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 8px;
}
.p-form__confirm .p-formTable th {
  top: 0;
}
@media screen and (max-width: 750px) {
  .p-formTable th {
    padding: 30px 15px 0 15px;
    top: 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-formTable td {
  background: #FFF;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .p-formTable td {
    padding: 20px 15px 30px;
  }
}
.p-formTable td label {
  height: 45px;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.p-formTable td label input {
  margin-right: 10px;
}
.p-formTable__require {
  font-size: 14px;
  width: 52px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  border-radius: 2px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-formTable__require {
    font-size: 13px;
    width: 50px;
    height: 27px;
  }
}
.p-formTable__privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 60px 0 50px;
}
@media screen and (max-width: 750px) {
  .p-formTable__privacy {
    margin: 8vw 0 6.6666666667vw;
  }
}
.p-formTable__privacy a {
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .p-formTable__privacy a {
    transition: 0.3s;
  }
  .p-formTable__privacy a:hover {
    opacity: 0.7;
  }
}
.p-formTable__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .p-formTable__btn button, .p-formTable__btn input {
    transition: 0.3s;
  }
  .p-formTable__btn button:hover, .p-formTable__btn input:hover {
    opacity: 0.7;
  }
}

.p-formBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 70px;
  max-width: 500px;
  width: 84%;
  padding: 0 15px;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p-formBtn {
    font-size: 16px;
    font-size: 1rem;
    height: 60px;
  }
}
.p-formBtn span {
  color: #FFF;
  width: 100%;
}

p.error_messe {
  margin: 5px 0;
  color: #CC0000;
}

.topWrap {
  background: #000;
}

.topFV {
  position: relative;
  width: 100%;
}
.topFV_logo {
  position: absolute;
  left: 50%;
  top: calc((100% - 220px) / 2);
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 242px;
  opacity: 0;
  filter: blur(15px);
  transition: all 0.6s 1s ease-out;
}
@media screen and (max-width: 750px) {
  .topFV_logo {
    top: 50%;
  }
}
.sliderReady .topFV_logo {
  filter: blur(0);
  opacity: 1;
}

#topFadeSlider .swiper-wrap {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}
#topFadeSlider .swiper-slide-active .swiper-img,
#topFadeSlider .swiper-slide-duplicate-active .swiper-img,
#topFadeSlider .swiper-slide-prev .swiper-img {
  animation: zoomOutSlide 10s linear infinite;
}
#topFadeSlider .swiper-slide img {
  object-fit: cover;
  height: 110vh;
  width: 100vw;
}

.topSlider_wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  transform: translateY(-220px);
}
@media screen and (max-width: 750px) {
  .topSlider_wrap {
    transform: translateY(-50%);
  }
}

.topSlider .parallaxImgSlider, .partnerImgSlider .parallaxImgSlider {
  padding-right: 30px;
  padding-left: 30px;
  overflow: inherit;
  will-change: transform;
}
@media screen and (max-width: 750px) {
  .topSlider .parallaxImgSlider, .partnerImgSlider .parallaxImgSlider {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.parallaxImgSlider .swiper-wrapper {
  -webkit-overflow-scrolling: touch;
  -webkit-transform-style: preserve-3d;
}
.parallaxImgSlider .swiper-slide {
  overflow: hidden;
  position: relative;
  aspect-ratio: 320/460;
  border-radius: 3px;
}
.topSlider .parallaxImgSlider .swiper-slide {
  opacity: 0;
  top: 80px;
  transition: all 1s;
  will-change: transform;
}
.topSlider .parallaxImgSlider .swiper-slide.is_active {
  opacity: 1;
  top: 0;
}
.parallaxImgSlider .swiper-slide img {
  max-width: none;
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  will-change: transform;
}
.topSlider .parallaxImgSlider .swiper-slide img {
  right: -20%;
}

.topVision {
  overflow: clip;
}
.topVision_movie {
  position: relative;
  height: 180vh;
}
.topVision_movie_bg {
  background: url(../img/top/movie-bg.webp) no-repeat center top/contain;
  width: 100%;
  aspect-ratio: 1468/560;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 1;
  position: sticky;
  padding-bottom: 80vh;
}
@media screen and (max-width: 750px) {
  .topVision_movie_bg {
    background-size: 170%;
    aspect-ratio: 750/510;
    background-position: center 6.6666666667vw;
  }
}
.topVision_movie_inner {
  position: sticky;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  margin-right: auto;
  margin-left: auto;
  width: 82.6666666667%;
  max-width: 1150px;
}
.topVision_movie_txt {
  color: #FFF;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.topVision_movie_ttl {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 2%;
}
@media screen and (max-width: 1100px) {
  .topVision_movie_ttl {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .topVision_movie_ttl {
    font-size: 3.7333333333vw;
  }
}
.topVision_movie_jpTxt {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1.3;
}
.topVision_movie_jpTxt span {
  font-size: 1.1111111111em;
}
@media screen and (max-width: 1100px) {
  .topVision_movie_jpTxt {
    font-size: 6vw;
  }
}
@media screen and (max-width: 750px) {
  .topVision_movie_jpTxt {
    font-size: 8vw;
  }
}
.lang_en .topVision_movie_jpTxt {
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .lang_en .topVision_movie_jpTxt {
    font-size: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .lang_en .topVision_movie_jpTxt {
    font-size: 6.4vw;
  }
}
.topVision_movie_enTxt {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  margin-top: 3%;
}
@media screen and (max-width: 1100px) {
  .topVision_movie_enTxt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  .topVision_movie_enTxt {
    font-size: 2vw;
  }
}
.lang_en .topVision_movie_enTxt {
  display: none;
}
.topVision_movie_video {
  border-radius: 310px;
}
@media screen and (max-width: 750px) {
  .topVision_movie_video {
    border-radius: 32vw;
    aspect-ratio: 620/590;
    object-fit: cover;
  }
}
.topVision_slogan {
  position: relative;
  padding-bottom: 150px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  color: #FFF;
}
@media screen and (max-width: 750px) {
  .topVision_slogan {
    padding-bottom: 20%;
  }
}
.topVision_slogan_txt {
  word-break: auto-phrase;
}
.topVision_slogan_txt:nth-child(1) {
  padding-left: 4.1666666667%;
}
@media screen and (max-width: 750px) {
  .topVision_slogan_txt:nth-child(1) {
    padding-left: 9.3333333333%;
  }
}
.topVision_slogan_txt:nth-child(2) {
  text-align: right;
  margin-top: 3em;
  padding-right: 1.6666666667%;
}
@media screen and (max-width: 750px) {
  .topVision_slogan_txt:nth-child(2) {
    padding-right: 6.6666666667%;
  }
}
.topVision_slogan_txt:nth-child(3) {
  margin-top: 3em;
  padding-left: 4.1666666667%;
}
@media screen and (max-width: 750px) {
  .topVision_slogan_txt:nth-child(3) {
    padding-left: 8%;
  }
}
.topVision_slogan_txt_en {
  color: #444;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .topVision_slogan_txt_en {
    font-size: 3.2vw;
  }
}
.topVision_slogan_txt_jp {
  font-size: 126px;
  font-size: 7.875rem;
  line-height: 1.125em;
  margin-top: 0.2em;
}
@media screen and (max-width: 992px) {
  .topVision_slogan_txt_jp {
    font-size: 10.5vw;
  }
}
@media screen and (max-width: 750px) {
  .topVision_slogan_txt_jp {
    font-size: 10.6666666667vw;
  }
}
.topVision_slogan_txt_jp.slogan_2j {
  font-size: 116px;
  font-size: 7.25rem;
}
@media screen and (max-width: 992px) {
  .topVision_slogan_txt_jp.slogan_2j {
    font-size: 9.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .topVision_slogan_txt_jp.slogan_2j {
    font-size: 10.6666666667vw;
  }
}
.topVision_message {
  padding-bottom: 170px;
}
.topVision_message_images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .topVision_message_images {
    display: block;
  }
}
.topVision_message_images_item {
  flex: 0 1 auto;
}
.topVision_message_images_item:nth-child(1) {
  flex-basis: 43.7333333333%;
  margin-left: 0%;
  margin-top: 28%;
}
@media screen and (max-width: 750px) {
  .topVision_message_images_item:nth-child(1) {
    margin-top: 0;
    width: 77.6%;
    position: relative;
    z-index: 2;
  }
}
.topVision_message_images_item:nth-child(2) {
  flex-basis: 52%;
}
@media screen and (max-width: 750px) {
  .topVision_message_images_item:nth-child(2) {
    margin-top: -16%;
    margin-left: auto;
    width: 76.8%;
  }
}
.topVision_message_images_item img {
  max-width: none;
  width: 100%;
}
.topVision_message_inner {
  padding-right: 4.1666666667%;
  padding-left: 4.1666666667%;
  color: #FFF;
  margin-top: 140px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .topVision_message_inner {
    padding-right: 6.6666666667%;
    padding-left: 6.6666666667%;
    margin-top: 18.6666666667%;
  }
}
.topVision_message_main {
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (max-width: 992px) {
  .topVision_message_main {
    font-size: max(6.0483870968vw, 48px);
  }
}
@media screen and (max-width: 750px) {
  .topVision_message_main {
    font-size: max(8vw, 24px);
  }
}
.topVision_message_en {
  color: #444;
  margin-top: 40px;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .topVision_message_en {
    margin-top: 5.3333333333%;
    margin-bottom: 9.3333333333%;
  }
}
.topVision_message_txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.6666666667;
  letter-spacing: 0.05em;
  text-align: center;
  word-break: auto-phrase;
}
@media screen and (max-width: 750px) {
  .topVision_message_txt {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}
.lang_en .topVision_message_txt {
  margin-top: 5.3333333333%;
}
.topVision_message_btn {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 750px) {
  .topVision_message_btn {
    margin-top: 9.3333333333%;
  }
}

.topZen {
  position: sticky;
  width: 100vw;
  height: 100vh;
  background: url(../img/top/zen-bg.webp) no-repeat center/cover;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 200px;
  z-index: 2;
}
.topZen_ttl {
  color: #FFF;
  text-align: center;
}
.topZen_ttl img {
  display: block;
  width: 30.8vw;
  max-width: 231px;
  margin: 0 auto 30px;
}
.topZen_ttl span {
  display: block;
  font-size: min(40px, 5.3333333333vw);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.topZen_btn {
  margin-top: min(100px, 13.3333333333vw);
  display: flex;
  justify-content: center;
  width: 100%;
}
.topZen_btn .btn02 {
  max-width: 380px;
}

.topRi {
  position: sticky;
  width: 100vw;
  height: 100vh;
  background: url(../img/top/ri-bg.webp) no-repeat center top/cover;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 200px;
  z-index: 3;
}
.topRi_ttl {
  color: #FFF;
  text-align: center;
}
.topRi_ttl img {
  display: block;
  width: 29.2vw;
  max-width: 219px;
  margin: 0 auto 30px;
}
.topRi_ttl span {
  display: block;
  font-size: min(40px, 5.3333333333vw);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.topRi_btn {
  margin-top: min(100px, 13.3333333333vw);
  display: flex;
  justify-content: center;
  width: 100%;
}
.topRi_btn .btn02 {
  max-width: 380px;
}

.topJikkan {
  position: sticky;
  width: 100vw;
  height: 100vh;
  background: url(../img/top/jikkan-bg.webp) no-repeat center top/cover;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 200px;
  z-index: 4;
}
.topJikkan_ttl {
  color: #FFF;
  text-align: center;
  line-height: 1;
}
.topJikkan_ttl_main {
  display: block;
  font-size: min(160px, 14.6666666667vw);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}
.topJikkan_ttl_sub {
  display: block;
  font-size: min(40px, 5.3333333333vw);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.topJikkan_ttl_ensub {
  display: block;
  font-size: min(30px, 4vw);
  letter-spacing: 0.2em;
  margin-bottom: 0.8em;
}
.topJikkan_btn {
  margin-top: min(100px, 13.3333333333vw);
  display: flex;
  justify-content: center;
  width: 100%;
}
.topJikkan_btn .btn02 {
  max-width: 380px;
}

.topPartner {
  background: #f7f6f1;
  color: #000;
  padding-top: 140px;
  position: relative;
  top: 0;
  z-index: 6;
  transform: translateZ(0);
  will-change: background-color;
}
@media screen and (max-width: 750px) {
  .topPartner {
    padding-top: 18.6666666667%;
  }
}
.topPartner_ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
}
.topPartner_ttl_en {
  font-size: min(24px, 3.2vw);
  letter-spacing: 0.2em;
}
.topPartner_ttl_jp {
  font-size: min(72px, 9.6vw);
  letter-spacing: 0.05em;
}
.lang_en .topPartner_ttl_jp {
  font-size: min(60px, 8vw);
  line-height: 1.2;
}

.achieveSlider {
  background: #FFF;
  height: 110px;
  margin: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .achieveSlider {
    margin: 13.3333333333% 0;
  }
}
.achieveSlider .swiper-wrapper {
  transition-timing-function: linear;
  -webkit-overflow-scrolling: touch;
}
.achieveSlider .swiper-slide {
  margin-right: 70px;
  width: auto;
  min-width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .achieveSlider .swiper-slide {
    margin-right: 50px;
  }
}
.achieveSlider .swiper-slide img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}

.partnerMapSlider {
  width: 94.9333333333%;
  margin: 120px auto 0;
  text-align: center;
}
.productPartner .partnerMapSlider {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .partnerMapSlider {
    margin-top: 80px;
  }
}
.partnerMapSlider .swiper {
  width: 100%;
  height: 100%;
}
.partnerMapSlider .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnerMapSlider img.partnerJP {
  max-width: 800px;
  width: 80%;
  align-self: center;
}
.partnerMapSlider img.partnerWorld {
  align-self: center;
}
.partnerMapSlider .swiper-pagination {
  margin-top: 120px;
  position: relative;
  top: 0;
}
.productPartner .partnerMapSlider .swiper-pagination {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .partnerMapSlider .swiper-pagination {
    margin-top: 16%;
  }
}
.partnerMapSlider .swiper-pagination-bullet {
  background: #908f89;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.partnerMapSlider .swiper-pagination-bullet-active {
  background: #333;
}

.partnerImgSlider_wrap {
  margin-top: 130px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .partnerImgSlider_wrap {
    margin-top: 14.6666666667%;
    padding-bottom: 40px;
  }
}

.topFullImg {
  width: 100%;
  aspect-ratio: 1500/500;
  position: sticky;
  top: 0;
  left: 0;
  transition: 0.6s all ease-out;
  z-index: 2;
  will-change: transform;
}
@media screen and (max-width: 750px) {
  .topFullImg {
    aspect-ratio: 750/400;
  }
}
.topFullImg img {
  object-fit: cover;
  display: block;
  transition: 0.6s all ease-out;
  width: 110%;
  height: 110%;
}
.topFullImg.is_active img {
  width: 100%;
  height: 100%;
}

.topReservation {
  background: #000 url(../img/top/reservation-bg.webp) no-repeat center top/cover;
  color: #FFF;
  position: relative;
  top: 0;
  z-index: 10;
  height: 100vh;
  transform: translateZ(0);
}
@media screen and (max-width: 750px) {
  .topReservation {
    background-image: url(../img/top/reservation-bg-sp.webp);
  }
}
.topReservation_inner {
  max-width: 1200px;
  height: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .topReservation_inner {
    padding-right: 6.6666666667%;
    padding-left: 6.6666666667%;
  }
}
.topReservation_ttl {
  font-weight: 400;
}
.topReservation_ttl_en {
  font-size: clamp(14px, 3.2vw, 24px);
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 0.5em;
}
.topReservation_ttl_jp {
  font-size: min(80px, 10.6666666667vw);
  display: block;
  line-height: 1.4;
}
.topReservation_info {
  font-size: min(36px, 4.8vw);
}
@media screen and (max-width: 750px) {
  .topReservation_info {
    line-height: 1.4;
  }
}
.topReservation_notifyTxt {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 1em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .topReservation_notifyTxt {
    font-size: max(14px, 3.2vw);
  }
}
.topReservation_notifyBtn {
  display: flex;
  margin-top: 40px;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .topReservation_notifyBtn {
    flex-direction: column;
    margin-top: 5.3333333333vw;
    gap: 4vw;
    align-items: center;
  }
}

.topInfo {
  background: #111;
  color: #FFF;
  position: relative;
  z-index: 10;
  padding: 200px 0;
}
@media screen and (max-width: 750px) {
  .topInfo {
    padding: 18.6666666667% 0;
  }
}
.topInfo_ttl {
  font-size: min(30px, 4.8vw);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .topInfo_ttl {
    margin-bottom: 12%;
  }
}
.topInfo_btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  text-align: right;
}

.p-infoArticle {
  margin-top: 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ededed;
}
@media screen and (max-width: 750px) {
  .p-infoArticle {
    padding-bottom: 8%;
  }
}
.p-infoArticle__header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #ededed;
  padding-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .p-infoArticle__header {
    flex-direction: column;
    padding-bottom: 3.3333333333%;
  }
}
.p-infoArticle__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: -0.1em;
  word-break: auto-phrase;
}
@media screen and (max-width: 750px) {
  .p-infoArticle__ttl {
    font-size: max(20px, 3.2vw);
    margin-top: 0.8em;
  }
}
.p-infoArticle__date {
  margin-right: 1em;
}
.p-infoArticle__date time {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-flex;
  background: #000;
  color: #FFF;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 32px;
}
.p-infoArticle__cont p {
  line-height: 1.875;
}
.p-infoArticle__cont p + p {
  margin-top: 30px;
}
.p-infoArticle__img,
.p-infoArticle .wp-block-image {
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-infoArticle__img,
  .p-infoArticle .wp-block-image {
    margin: 6.6666666667vw auto;
  }
}
.p-infoArticle__back {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 90px 0 0;
}
@media screen and (max-width: 750px) {
  .p-infoArticle__back {
    margin: 12vw 0 0;
  }
}

.infoList {
  max-width: 1200px;
  padding-right: 50px;
  padding-left: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .infoList {
    padding-right: 8%;
    padding-left: 8%;
  }
}
.infoList_archive {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .infoList_archive {
    padding-top: 13.3333333333%;
    padding-bottom: 13.3333333333%;
  }
}
.infoList_item {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 1px solid #444;
  padding: 30px 30px;
}
.infoList_archive .infoList_item {
  border-color: #ededed;
}
@media screen and (max-width: 750px) {
  .infoList_item {
    flex-direction: column;
    padding: 20px 10px;
    justify-content: flex-start;
  }
}
.infoList_item:first-of-type {
  border-top: 1px solid #444;
}
.infoList_archive .infoList_item:first-of-type {
  border-color: #ededed;
}
.infoList_item_ttl {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 750px) {
  .infoList_item_ttl {
    font-size: clamp(14px, 3.2vw, 16px);
  }
}
.infoList_item a:hover {
  text-decoration: underline;
}
.infoList_item time {
  margin-right: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 750px) {
  .infoList_item time {
    font-size: clamp(14px, 3.2vw, 16px);
    margin-right: 0;
    margin-bottom: 0.2em;
  }
}

@keyframes aboutMarqueeLoop {
  0% {
    background-position: 0;
  }
  to {
    background-position: -4500px;
  }
}
.aboutMarquee {
  position: relative;
  height: 210px;
  width: 100%;
  margin: 0 0 70px;
  overflow: hidden;
  overflow: clip;
}
@media screen and (max-width: 750px) {
  .aboutMarquee {
    height: 28vw;
    margin: 0 0 6.6666666667%;
  }
}
.aboutMarquee_img {
  position: absolute;
  left: -50%;
  top: 0;
  background-position: 0 0;
  background-repeat: repeat;
  animation: aboutMarqueeLoop 40s linear 0s infinite;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background-image 0.4s ease-in-out;
  background-image: url(../img/about/bg-txt-1.webp);
  width: calc(100vw + 4500px);
  height: 210px;
  background-size: 4500px 210px;
}
@media screen and (max-width: 750px) {
  .aboutMarquee_img {
    background-size: auto 28vw;
    height: 28vw;
    animation-duration: 60s;
  }
}

.aboutIntro {
  background: #07080c url(../img/about/bg-1.webp) no-repeat center top/100% auto;
}
.aboutIntro_main {
  background: url(../img/about/map-1.webp) no-repeat right top;
  padding-top: 70px;
}
@media screen and (max-width: 750px) {
  .aboutIntro_main {
    padding-top: 26.6666666667%;
    background-size: 80%;
  }
}
.aboutIntro_main_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .aboutIntro_main_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.aboutIntro_main_ttl {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .aboutIntro_main_ttl {
    font-size: 6.4vw;
  }
}
.aboutIntro_main_subttl {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 0.8em;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .aboutIntro_main_subttl {
    font-size: max(4vw, 18px);
  }
}
.lang_en .aboutIntro_main_subttl {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .lang_en .aboutIntro_main_subttl {
    font-size: max(3.2vw, 16px);
  }
}
.aboutIntro_main_txt {
  line-height: 2.25;
}
.aboutIntro_main_txt + .aboutIntro_main_txt {
  margin-top: 1.8em;
}
.lang_en .aboutIntro_main_txt {
  letter-spacing: 0.05em;
}
.aboutIntro_video {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .aboutIntro_video {
    margin-top: 13.3333333333%;
  }
}
.aboutIntro_video_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 750px) {
  .aboutIntro_video_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.aboutIntro_video_inner iframe {
  width: 100%;
  height: 100%;
}

.aboutPhilosophies {
  background: #07080c url(../img/about/bg-2.webp) no-repeat center top/100% auto;
  margin-top: -370px;
  padding-top: 500px;
  padding-bottom: 170px;
}
@media screen and (max-width: 750px) {
  .aboutPhilosophies {
    margin-top: -49.3333333333%;
    padding-top: 66.6666666667%;
    padding-bottom: 22.6666666667%;
  }
}
.aboutPhilosophies_ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .aboutPhilosophies_ttl {
    margin-bottom: 16%;
  }
}
.aboutPhilosophies_ttl_jp {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .aboutPhilosophies_ttl_jp {
    font-size: max(3.2vw, 18px);
  }
}
.aboutPhilosophies_ttl_en {
  font-size: 72px;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .aboutPhilosophies_ttl_en {
    font-size: 9.6vw;
  }
}

.philosophiesBlock {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .philosophiesBlock {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .philosophiesBlock {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 751px) {
  .philosophiesBlock--reverse {
    flex-direction: row-reverse;
  }
}
.philosophiesBlock + .philosophiesBlock {
  margin-top: 180px;
}
@media screen and (max-width: 750px) {
  .philosophiesBlock + .philosophiesBlock {
    margin-top: 13.3333333333%;
  }
}
.philosophiesBlock_main {
  flex: 0 0 50%;
  padding-right: 9.0909090909%;
}
@media screen and (max-width: 992px) {
  .philosophiesBlock_main {
    padding-right: 5%;
  }
}
@media screen and (max-width: 750px) {
  .philosophiesBlock_main {
    padding-right: 0;
    margin-top: 30px;
  }
}
.philosophiesBlock--reverse .philosophiesBlock_main {
  padding-right: 0;
  padding-left: 9.0909090909%;
}
@media screen and (max-width: 992px) {
  .philosophiesBlock--reverse .philosophiesBlock_main {
    padding-left: 5%;
  }
}
@media screen and (max-width: 750px) {
  .philosophiesBlock--reverse .philosophiesBlock_main {
    padding-left: 0;
  }
}
.philosophiesBlock_ttl {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .philosophiesBlock_ttl {
    font-size: max(4vw, 20px);
  }
}
.philosophiesBlock_ttl_num {
  font-size: 24px;
  font-size: 1.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  width: 60px;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
  margin-right: 1em;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .philosophiesBlock_ttl_num {
    width: max(40px, 8vw);
    font-size: max(3.2vw, 16px);
  }
}
.philosophiesBlock_txt {
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.philosophiesBlock_txt + .philosophiesBlock_txt {
  margin-top: 1.5em;
}
.philosophiesBlock_img {
  flex: 1 1 50%;
  margin-right: calc(50% - 50vw);
  aspect-ratio: 750/660;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .philosophiesBlock_img {
    margin-right: 0;
  }
}
.philosophiesBlock--reverse .philosophiesBlock_img {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .philosophiesBlock--reverse .philosophiesBlock_img {
    margin-left: 0;
  }
}
.philosophiesBlock_img img {
  width: 100%;
  max-width: 100%;
}

.zenHeader {
  background: #222;
  color: #FFF;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .zenHeader {
    height: auto;
    aspect-ratio: 750/900;
  }
}
.zenHeader + * {
  position: relative;
  z-index: 2;
}
.zenHeader_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .zenHeader_img {
    object-position: 50% center;
  }
}
.zenHeader_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .zenHeader_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.zenHeader_ttl {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .zenHeader_ttl {
    width: max(110px, 25.8666666667%);
  }
}
.zenHeader_ttl_en {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .zenHeader_ttl_en {
    font-size: max(15px, 3.2vw);
  }
}

.zenIntro {
  padding: 120px 0 170px;
  background: #07080c url(../img/ri/bg-1.webp) no-repeat center top/100% auto;
}
@media screen and (max-width: 750px) {
  .zenIntro {
    padding: 16% 0 22.6666666667%;
  }
}
.zenIntro_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .zenIntro_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.zenIntro_ttl {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 750px) {
  .zenIntro_ttl {
    font-size: 6.4vw;
  }
}
.zenIntro_txt {
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.zenIntro_img {
  max-width: 660px;
  width: 88%;
  margin: 70px auto 0;
}
@media screen and (max-width: 750px) {
  .zenIntro_img {
    margin-top: 9.3333333333%;
  }
}

.zenProduct {
  padding-bottom: 160px;
}
@media screen and (max-width: 750px) {
  .zenProduct {
    padding-bottom: 16%;
  }
}
.zenProduct_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .zenProduct_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.zenProduct_main {
  flex: 0 0 50%;
  padding-right: 9.0909090909%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .zenProduct_main {
    padding-right: 5%;
  }
}
@media screen and (max-width: 750px) {
  .zenProduct_main {
    padding-right: 0;
    margin-top: 40px;
  }
}
.zenProduct_main_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 750px) {
  .zenProduct_main_wrap {
    flex-direction: column-reverse;
  }
}
.zenProduct_main_wrap::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #0c0c0f;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .zenProduct_main_wrap::before {
    top: -7vw;
    height: calc(100% + 14vw);
  }
}
.zenProduct_main_ttl_en {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .zenProduct_main_ttl_en {
    font-size: max(2.6666666667vw, 14px);
  }
}
.zenProduct_main_ttl_jp {
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 992px) {
  .zenProduct_main_ttl_jp {
    font-size: max(6.0483870968vw, 48px);
  }
}
@media screen and (max-width: 750px) {
  .zenProduct_main_ttl_jp {
    font-size: max(8vw, 24px);
  }
}
.lang_en .zenProduct_main_ttl_jp {
  margin-bottom: 0;
  line-height: 1.5;
  margin-top: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .lang_en .zenProduct_main_ttl_jp {
    font-size: 5.0909090909vw;
  }
}
@media screen and (max-width: 750px) {
  .lang_en .zenProduct_main_ttl_jp {
    font-size: max(8vw, 24px);
  }
}
.zenProduct_main_ttl_note {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .zenProduct_main_ttl_note {
    font-size: max(2.1333333333vw, 14px);
  }
}
.zenProduct_main_lead {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .zenProduct_main_lead {
    font-size: 3.0241935484vw;
  }
}
@media screen and (max-width: 750px) {
  .zenProduct_main_lead {
    font-size: max(4vw, 22px);
    letter-spacing: 0.05em;
  }
}
.lang_en .zenProduct_main_lead {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .lang_en .zenProduct_main_lead {
    font-size: 2.1818181818vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 750px) {
  .lang_en .zenProduct_main_lead {
    font-size: max(3.2vw, 18px);
  }
}
.zenProduct_main_txt {
  line-height: 2.25;
  letter-spacing: 0.025em;
  margin-top: 3em;
}
.zenProduct_main_txt + .zenProduct_main_txt {
  margin-top: 1.5em;
}
.lang_en .zenProduct_main_txt {
  line-height: 1.875;
}
.zenProduct_main_img {
  flex: 1 1 50%;
  margin-right: calc(50% - 50vw);
  aspect-ratio: 750/900;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .zenProduct_main_img {
    margin-left: calc(50% - 50vw);
    aspect-ratio: 750/500;
  }
}
.zenProduct_main_img img {
  width: 100%;
  max-width: 100%;
}
.zenProduct_story {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .zenProduct_story {
    margin-top: 13.3333333333%;
  }
}
.zenProduct_story_txt {
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.zenProduct_story_txt + .zenProduct_story_txt {
  margin-top: 2em;
}

.zenProductSlider {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .zenProductSlider {
    margin-top: 22.6666666667%;
  }
}

.zenTerroir {
  padding-bottom: 160px;
}
@media screen and (max-width: 750px) {
  .zenTerroir {
    padding-bottom: 16%;
  }
}
.zenTerroir_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .zenTerroir_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.zenTerroir_main {
  flex: 0 0 50%;
  padding-left: 9.0909090909%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .zenTerroir_main {
    padding-left: 5%;
  }
}
@media screen and (max-width: 750px) {
  .zenTerroir_main {
    padding-left: 0;
    margin-top: 40px;
  }
}
.zenTerroir_main_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 750px) {
  .zenTerroir_main_wrap {
    flex-direction: column-reverse;
  }
}
.zenTerroir_main_wrap::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #0c0c0f;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .zenTerroir_main_wrap::before {
    top: -7vw;
    height: calc(100% + 14vw);
  }
}
.zenTerroir_main_ttl_en {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .zenTerroir_main_ttl_en {
    font-size: max(2.6666666667vw, 14px);
  }
}
.zenTerroir_main_ttl_jp {
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 992px) {
  .zenTerroir_main_ttl_jp {
    font-size: max(6.0483870968vw, 48px);
  }
}
@media screen and (max-width: 750px) {
  .zenTerroir_main_ttl_jp {
    font-size: max(8vw, 24px);
  }
}
.zenTerroir_main_lead {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .zenTerroir_main_lead {
    font-size: 3.0241935484vw;
  }
}
@media screen and (max-width: 750px) {
  .zenTerroir_main_lead {
    font-size: max(4vw, 22px);
    letter-spacing: 0.05em;
  }
}
.zenTerroir_main_txt {
  line-height: 2.25;
  letter-spacing: 0.025em;
  margin-top: 3em;
}
.zenTerroir_main_txt + .zenTerroir_main_txt {
  margin-top: 1.5em;
}
.zenTerroir_main_img {
  flex: 1 1 50%;
  margin-left: calc(50% - 50vw);
  aspect-ratio: 750/900;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .zenTerroir_main_img {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
    margin-right: 0;
    aspect-ratio: 750/750;
  }
}
.zenTerroir_main_img img {
  width: 100%;
  max-width: 100%;
}
.zenTerroir_story {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .zenTerroir_story {
    margin-top: 10.6666666667%;
  }
}
.zenTerroir_story_txt {
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.zenTerroir_story_txt + .zenTerroir_story_txt {
  margin-top: 2em;
}

.zenKeyImages {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6.3636363636%;
}
.zenTerroir .zenKeyImages {
  margin-top: 130px;
}
@media screen and (max-width: 750px) {
  .zenTerroir .zenKeyImages {
    margin-top: 20%;
  }
}
.zenTradition .zenKeyImages {
  margin-top: 130px;
}
@media screen and (max-width: 750px) {
  .zenTradition .zenKeyImages {
    margin-top: 20%;
  }
}
.zenKeyImages_item_ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-size: 2.25rem;
  margin-top: 0.75em;
}
@media screen and (max-width: 750px) {
  .zenKeyImages_item_ttl {
    font-size: max(4.8vw, 18px);
  }
}
.lang_en .zenKeyImages_item_ttl {
  font-size: clamp(16px, 3.2vw, 24px);
  margin-top: 1.5em;
}
.zenKeyImages_item_ttl_sub {
  font-size: max(0.5em, 12px);
}
.lang_en .zenKeyImages_item_ttl_sub {
  font-size: max(0.75em, 12px);
  margin-top: 0.5em;
}

.zenKura {
  padding-bottom: 160px;
}
@media screen and (max-width: 750px) {
  .zenKura {
    padding-bottom: 16%;
  }
}
.zenKura_mv {
  aspect-ratio: 1500/600;
  overflow: hidden;
}
.zenKura_mv img {
  width: 100%;
  max-width: 100%;
}
.zenKura_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .zenKura_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.zenKura_ttl {
  margin-top: 120px;
  padding-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .zenKura_ttl {
    margin-top: 16%;
    padding-bottom: 9.3333333333%;
  }
}
.zenKura_ttl_place {
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 992px) {
  .zenKura_ttl_place {
    font-size: max(6.0483870968vw, 48px);
  }
}
@media screen and (max-width: 750px) {
  .zenKura_ttl_place {
    font-size: max(8vw, 24px);
  }
}
.zenKura_ttl_name {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .zenKura_ttl_name {
    font-size: 3.0241935484vw;
  }
}
@media screen and (max-width: 750px) {
  .zenKura_ttl_name {
    font-size: max(4vw, 22px);
    letter-spacing: 0.05em;
  }
}
.zenKura_ttl_name > span {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .zenKura_ttl_name > span {
    font-size: max(15px, 3.2vw);
  }
}
.zenKura_img {
  aspect-ratio: 1100/650;
  overflow: hidden;
}
.zenKura_img img {
  width: 100%;
  max-width: 100%;
}
.zenKura_story {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .zenKura_story {
    margin-top: 8%;
  }
}
.zenKura_story_txt {
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.zenKura_story_txt + .zenKura_story_txt {
  margin-top: 2em;
}

.zenSustainable {
  padding-bottom: 160px;
}
@media screen and (max-width: 750px) {
  .zenSustainable {
    padding-bottom: 16%;
  }
}
.zenSustainable_mv {
  aspect-ratio: 1500/600;
  overflow: hidden;
}
.zenSustainable_mv img {
  width: 100%;
  max-width: 100%;
}
.zenSustainable_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .zenSustainable_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.zenSustainable_ttl {
  margin-top: 120px;
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.6em;
  word-break: auto-phrase;
}
@media screen and (max-width: 992px) {
  .zenSustainable_ttl {
    font-size: max(6.0483870968vw, 48px);
  }
}
@media screen and (max-width: 750px) {
  .zenSustainable_ttl {
    margin-top: 16%;
    font-size: max(8vw, 24px);
  }
}
.zenSustainable_img {
  aspect-ratio: 1100/650;
  overflow: hidden;
}
.zenSustainable_img img {
  width: 100%;
  max-width: 100%;
}
.zenSustainable_story {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .zenSustainable_story {
    margin-top: 8%;
  }
}
.zenSustainable_story_txt {
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.zenSustainable_story_txt + .zenSustainable_story_txt {
  margin-top: 2em;
}

.zenTradition {
  padding-bottom: 160px;
}
@media screen and (max-width: 750px) {
  .zenTradition {
    padding-bottom: 16%;
  }
}
.zenTradition_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .zenTradition_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.zenTradition_main {
  flex: 0 0 50%;
  padding-right: 9.0909090909%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .zenTradition_main {
    padding-right: 5%;
  }
}
@media screen and (max-width: 750px) {
  .zenTradition_main {
    padding-right: 0;
    margin-top: 40px;
  }
}
.zenTradition_main_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 750px) {
  .zenTradition_main_wrap {
    flex-direction: column-reverse;
  }
}
.zenTradition_main_wrap::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #0c0c0f;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .zenTradition_main_wrap::before {
    top: -7vw;
    height: calc(100% + 14vw);
  }
}
.zenTradition_main_ttl_en {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 750px) {
  .zenTradition_main_ttl_en {
    font-size: max(2.6666666667vw, 14px);
  }
}
.zenTradition_main_ttl_jp {
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .zenTradition_main_ttl_jp {
    font-size: max(6.0483870968vw, 48px);
  }
}
@media screen and (max-width: 750px) {
  .zenTradition_main_ttl_jp {
    font-size: max(8vw, 24px);
  }
}
.lang_en .zenTradition_main_ttl_jp {
  font-size: clamp(20px, 6.4vw, 46px);
  letter-spacing: 0.05em;
}
.zenTradition_main_lead {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .zenTradition_main_lead {
    font-size: 3.0241935484vw;
  }
}
@media screen and (max-width: 750px) {
  .zenTradition_main_lead {
    font-size: max(4vw, 22px);
    letter-spacing: 0.05em;
  }
}
.lang_en .zenTradition_main_lead {
  font-size: clamp(14px, 2.8vw, 21px);
}
.zenTradition_main_sublead {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-top: 0.2em;
}
@media screen and (max-width: 992px) {
  .zenTradition_main_sublead {
    font-size: 2.4193548387vw;
  }
}
@media screen and (max-width: 750px) {
  .zenTradition_main_sublead {
    font-size: max(3.2vw, 18px);
    letter-spacing: 0.05em;
  }
}
.lang_en .zenTradition_main_sublead {
  font-size: clamp(14px, 2.8vw, 21px);
}
.zenTradition_main_txt {
  line-height: 2.25;
  letter-spacing: 0.025em;
  margin-top: 3em;
}
.zenTradition_main_txt + .zenTradition_main_txt {
  margin-top: 1.5em;
}
.zenTradition_main_img {
  flex: 1 1 50%;
  margin-right: calc(50% - 50vw);
  aspect-ratio: 750/900;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .zenTradition_main_img {
    margin-left: calc(50% - 50vw);
    aspect-ratio: 750/500;
  }
}
.zenTradition_main_img img {
  width: 100%;
  max-width: 100%;
}
.zenTradition_story {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .zenTradition_story {
    margin-top: 13.3333333333%;
  }
}
.zenTradition_story_txt {
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.zenTradition_story_txt + .zenTradition_story_txt {
  margin-top: 2em;
}

@media screen and (max-width: 750px) {
  .zenLimited {
    padding-bottom: 16%;
  }
}
.zenLimited_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .zenLimited_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.zenLimited_main {
  flex: 0 0 50%;
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .zenLimited_main {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
.zenLimited_main_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .zenLimited_main_wrap {
    align-items: stretch;
  }
}
@media screen and (max-width: 750px) {
  .zenLimited_main_wrap {
    flex-direction: column-reverse;
  }
}
.zenLimited_main_ttl_en {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 750px) {
  .zenLimited_main_ttl_en {
    font-size: max(2.6666666667vw, 14px);
  }
}
.zenLimited_main_ttl_jp {
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .zenLimited_main_ttl_jp {
    font-size: max(6.0483870968vw, 48px);
  }
}
@media screen and (max-width: 750px) {
  .zenLimited_main_ttl_jp {
    font-size: max(8vw, 24px);
  }
}
.lang_en .zenLimited_main_ttl_jp {
  font-size: clamp(20px, 6.4vw, 48px);
}
.zenLimited_main_lead {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .zenLimited_main_lead {
    font-size: 3.0241935484vw;
  }
}
@media screen and (max-width: 750px) {
  .zenLimited_main_lead {
    font-size: max(4vw, 18px);
    letter-spacing: 0.05em;
  }
}
.lang_en .zenLimited_main_lead {
  font-size: clamp(14px, 2.8vw, 21px);
}
.zenLimited_main_sublead {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-top: 0.2em;
}
@media screen and (max-width: 992px) {
  .zenLimited_main_sublead {
    font-size: 2.4193548387vw;
  }
}
@media screen and (max-width: 750px) {
  .zenLimited_main_sublead {
    font-size: max(3.2vw, 14px);
    letter-spacing: 0.05em;
  }
}
.lang_en .zenLimited_main_sublead {
  font-size: clamp(13px, 2.1333333333vw, 16px);
  margin-top: 0.3em;
  letter-spacing: 0.05em;
}
.zenLimited_main_txt {
  line-height: 2.25;
  letter-spacing: 0.025em;
  margin-top: 3em;
}
.zenLimited_main_txt + .zenLimited_main_txt {
  margin-top: 1.5em;
}
.zenLimited_main_btn {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .zenLimited_main_btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 751px) {
  .zenLimited_main_btn .btn02 {
    width: 430px;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 750px) {
  .zenLimited_main_btn .btn02 {
    width: 100%;
    letter-spacing: 0.1em;
  }
  .zenLimited_main_btn .btn02 .btn_link_arrow {
    left: 20px;
  }
}
.zenLimited_main_img {
  flex: 1 1 50%;
  margin-right: calc(50% - 50vw);
  aspect-ratio: 750/1040;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .zenLimited_main_img {
    height: auto;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 750px) {
  .zenLimited_main_img {
    margin-left: auto;
    width: 90%;
  }
}
.zenLimited_main_img img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .zenLimited_main_img img {
    object-fit: cover;
    object-position: left 0 bottom 0;
    height: 100%;
  }
}
.zenLimited_story {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .zenLimited_story {
    margin-top: 13.3333333333%;
  }
}
.zenLimited_story_txt {
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.zenLimited_story_txt + .zenLimited_story_txt {
  margin-top: 2em;
}

.riHeader {
  background: #222;
  color: #FFF;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .riHeader {
    height: auto;
    aspect-ratio: 750/900;
  }
}
.riHeader + * {
  position: relative;
  z-index: 2;
}
.riHeader_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .riHeader_img {
    object-position: 60% center;
  }
}
.riHeader_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .riHeader_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.riHeader_ttl {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .riHeader_ttl {
    width: max(100px, 23.4666666667%);
  }
}
.riHeader_ttl_en {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .riHeader_ttl_en {
    font-size: max(15px, 3.2vw);
  }
}

.riIntro {
  padding: 120px 0 170px;
  background: #07080c url(../img/ri/bg-1.webp) no-repeat center top/100% auto;
}
@media screen and (max-width: 750px) {
  .riIntro {
    padding: 16% 0 22.6666666667%;
  }
}
.riIntro_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .riIntro_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.riIntro_ttl {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 750px) {
  .riIntro_ttl {
    font-size: 6.4vw;
  }
}
.riIntro_txt {
  line-height: 2.25;
  letter-spacing: 0.05em;
}
.riIntro_img {
  max-width: 660px;
  width: 88%;
  margin: 70px auto 0;
}
@media screen and (max-width: 750px) {
  .riIntro_img {
    margin-top: 9.3333333333%;
  }
}

.riSection {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .riSection {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .riSection {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 751px) {
  .riSection--reverse {
    flex-direction: row-reverse;
  }
}
.riSection + .riSection {
  margin-top: 140px;
}
@media screen and (max-width: 750px) {
  .riSection + .riSection {
    margin-top: 13.3333333333%;
  }
}
.riSection_wrap {
  padding-bottom: 170px;
}
@media screen and (max-width: 750px) {
  .riSection_wrap {
    padding-bottom: 16%;
  }
}
.riSection_main {
  flex: 0 0 50%;
  padding-right: 9.0909090909%;
}
@media screen and (max-width: 992px) {
  .riSection_main {
    padding-right: 5%;
  }
}
@media screen and (max-width: 750px) {
  .riSection_main {
    padding-right: 0;
    margin-top: 40px;
  }
}
.riSection--reverse .riSection_main {
  padding-right: 0;
  padding-left: 9.0909090909%;
}
@media screen and (max-width: 992px) {
  .riSection--reverse .riSection_main {
    padding-left: 5%;
  }
}
@media screen and (max-width: 750px) {
  .riSection--reverse .riSection_main {
    padding-left: 0;
  }
}
.riSection_ttl {
  font-size: 60px;
  font-size: 3.75rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 992px) {
  .riSection_ttl {
    font-size: max(6.0483870968vw, 48px);
  }
}
@media screen and (max-width: 750px) {
  .riSection_ttl {
    font-size: max(8vw, 24px);
  }
}
.lang_en .riSection_ttl {
  font-size: clamp(20px, 6.4vw, 46px);
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-bottom: 0.8em;
}
.riSection_lead {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 992px) {
  .riSection_lead {
    font-size: 3.0241935484vw;
  }
}
@media screen and (max-width: 750px) {
  .riSection_lead {
    font-size: max(4vw, 22px);
    letter-spacing: 0.05em;
  }
}
.lang_en .riSection_lead {
  font-size: clamp(16px, 3.2vw, 24px);
}
.riSection_sublead {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .riSection_sublead {
    font-size: 2.4193548387vw;
  }
}
@media screen and (max-width: 750px) {
  .riSection_sublead {
    font-size: max(3.2vw, 18px);
    letter-spacing: 0.05em;
  }
}
.riSection_txt {
  line-height: 2.25;
  letter-spacing: 0.05em;
  margin-top: 3em;
}
.riSection_txt + .riSection_txt {
  margin-top: 1.5em;
}
.lang_en .riSection_txt {
  line-height: 1.875;
}
.riSection_img {
  flex: 1 1 50%;
  margin-right: calc(50% - 50vw);
  aspect-ratio: 750/900;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .riSection_img {
    margin-right: 0;
  }
}
.riSection--reverse .riSection_img {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 750px) {
  .riSection--reverse .riSection_img {
    margin-left: 0;
  }
}
.riSection_img img {
  width: 100%;
  max-width: 100%;
}

.fs-l-productLayout {
  display: grid;
  grid-row-gap: 0;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 750px) {
  .fs-l-productLayout {
    display: block;
  }
}

.l-productMain__cont {
  padding: 0 0 0 9%;
}
@media screen and (max-width: 750px) {
  .l-productMain__cont {
    padding: 0 10px;
    margin-top: 40px;
  }
}

.productMain {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .productMain {
    margin-top: 5.3333333333vw;
  }
}
.reserveCTA .productMain {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .reserveCTA .productMain {
    margin-top: 16%;
  }
}
.productMain_img {
  padding: 0 6.45%;
}
@media screen and (max-width: 750px) {
  .productMain_img {
    padding: 0 5%;
  }
}
.productMain_cont {
  padding: 3.125% 5.5% 0 6.45%;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .productMain_cont {
    padding: 3.125% 5% 0;
    margin-top: 30px;
  }
}

.fs-c-productMainImage__expandButton {
  display: none;
}

.fs-c-productThumbnail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 28px;
  gap: 15px;
}
@media screen and (max-width: 750px) {
  .fs-c-productThumbnail {
    margin-top: 20px;
    gap: 12px;
  }
}
.fs-c-productThumbnail__image {
  margin: 0;
  line-height: 1;
  min-width: auto;
}
.fs-c-productThumbnail__image.is-active > img {
  border-color: #c7c7c7;
}

.fs-c-productNameHeading {
  font-size: 23px;
  font-size: 1.4375rem;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 750px) {
  .fs-c-productNameHeading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.fs-c-productNameHeading__copy {
  font-size: 1em;
  margin-top: 6px;
}

.fs-p-productDescription--short {
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 750px) {
  .fs-p-productDescription--short {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 20px;
  }
}

.fs-c-productPrice {
  margin-top: 18px;
}
.fs-c-productPrices--productDetail .fs-c-productPrice__main__price {
  font-size: 18px !important;
}
.fs-c-productPrice__addon {
  padding-left: 0.3em;
  font-size: inherit;
}
.fs-c-productPrices--productDetail .fs-c-productPrice__addon {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: normal;
}

.fs-c-productPrice__addon:where(:not([class*="--listed"]))::before,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::before {
  content: "(";
}

.fs-c-productPrice__addon:where(:not([class*="--listed"]))::after,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::after {
  content: ")";
}

.productMain .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: inherit;
}

.fs-c-productSalesPeriod {
  border: none;
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0;
  margin-top: 3px;
}

.fs-c-productQuantityAndWishlist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  margin: 20px 0;
}
.fs-c-productQuantityAndWishlist__quantity {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-self: baseline;
  max-width: none;
  display: flex;
  align-items: center;
}
.fs-c-productQuantityAndWishlist__quantity::before {
  content: "個数";
  font-size: 13px;
  font-size: 0.8125rem;
  flex: 1 0 auto;
}
.fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select {
  height: 32px;
  width: 46px;
  background: #FFF;
  padding: 0 5px;
  margin-left: 12px;
}

.fs-c-productSelection {
  margin-top: 20px;
}
.fs-c-productSelection__name {
  font-size: 15px;
  font-size: 0.9375rem;
}
.fs-c-productSelection__selection {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs-c-productActionButton {
  justify-content: flex-start;
  padding: 0;
  margin: 20px 0;
}
.fs-c-productActionButton .fs-c-button--addToCart--detail {
  max-width: 300px;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0;
  height: 55px;
  transition: 0.4s all;
}
@media screen and (min-width: 751px) {
  .fs-c-productActionButton .fs-c-button--addToCart--detail {
    transition: 0.3s;
  }
  .fs-c-productActionButton .fs-c-button--addToCart--detail:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .fs-c-productActionButton .fs-c-button--addToCart--detail {
    max-width: 100%;
  }
}

.productMain__cont .productComment-1 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-productComment-1 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.fs-p-productDescription--full {
  margin-top: 40px;
}

.p-productInfoList {
  border: 1px solid #aca8a7;
  border-width: 1px 0;
  padding: 15px 0;
}
@media screen and (max-width: 750px) {
  .p-productInfoList {
    width: auto;
  }
}
.p-productInfoList dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-productInfoList dt {
  padding-right: 20px;
  flex: 0 0 130px;
}
.p-productInfoList dd {
  padding-right: 60px;
  flex: 1 1 auto;
}
@media screen and (max-width: 750px) {
  .p-productInfoList dd {
    padding-right: 10px;
  }
}

.p-ageCaution {
  margin: 12px 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

.fs-c-inquiryAboutProduct {
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.fs-c-inquiryAboutProduct::before {
  content: "・";
}

.fs-c-returnedSpecialContract {
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.fs-c-returnedSpecialContract__link::before {
  content: "・";
}
.fs-c-returnedSpecialContract__link a {
  margin-left: -0.4em;
}

.fs-c-productReview {
  padding: 0;
  margin: 12px 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.fs-c-productReview__aggregateRating {
  margin-top: 20px;
  margin-bottom: 10px;
}
.fs-c-productReview .fs-c-aggregateRating__rating {
  font-size: 20px;
  font-size: 1.25rem;
  flex: 0 1 9em;
}
.fs-c-productReview .fs-c-aggregateRating__rating::before {
  margin-bottom: 10px;
}
.fs-c-productReview .fs-c-aggregateRating .fs-c-reviewStars::before {
  font-size: 20px;
  font-size: 1.25rem;
}
.fs-c-productReview .fs-c-aggregateRating__count {
  font-size: 18px;
  line-height: 1.2;
}
.fs-c-productReview__reviewList .fs-c-reviewer__name {
  margin-right: 0.5em;
}
.fs-c-productReview__reviewList .fs-c-reviewer__profile {
  font-size: inherit;
}
.fs-c-productReview__reviewList .fs-c-reviewInfo__date {
  font-size: inherit;
}
.fs-c-productReview__reviewList .fs-c-reviewStars {
  margin-top: 3px;
}
.fs-c-productReview__reviewList .fs-c-reviewBody {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.fs-c-productReview .fs-c-buttonContainer {
  margin-top: 0;
}

.fs-c-subscriptionPriceTable {
  margin: 18px 0 0;
}
.fs-c-subscriptionPriceTable__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fs-c-subscriptionPriceTable__label {
  background: none;
  border: none;
  padding: 0;
  font-weight: inherit;
  margin-right: 0.75em;
  font-size: 14px;
  font-size: 0.875rem;
}
.fs-c-subscriptionPriceTable__price {
  border: none;
  padding: 0;
}
.fs-c-subscriptionPriceTable .fs-c-productPrice {
  margin-top: 0;
}
.fs-c-subscriptionPriceTable .fs-c-productPrice__main__price {
  font-size: 18px;
  font-size: 1.125rem;
}
.fs-c-subscriptionPriceTable .fs-c-productPrice__addon {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs-c-productPostage {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs-c-productQuantityAndAction {
  margin: 20px 0 0;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.fs-c-productQuantityAndAction__quantity {
  max-width: none;
  display: flex;
  align-items: center;
}
.fs-c-productQuantityAndAction__quantity::before {
  content: "個数";
  font-size: 13px;
  font-size: 0.8125rem;
  flex: 1 0 auto;
}
.fs-c-productQuantityAndAction__quantity .fs-c-quantity__select {
  height: 32px;
  width: 46px;
  background: #FFF;
  padding: 0 5px;
  margin-left: 12px;
}
.fs-c-productQuantityAndAction__action {
  width: 100%;
}

@keyframes productMarqueeLoop {
  0% {
    background-position: 0;
  }
  to {
    background-position: -2800px;
  }
}
.productMarquee {
  position: relative;
  height: 160px;
  width: 100%;
  margin: 0 0 70px;
  overflow: hidden;
  overflow: clip;
}
@media screen and (max-width: 750px) {
  .productMarquee {
    height: 21.3333333333vw;
    margin: 0 0 6.6666666667%;
  }
}
.productMarquee_img {
  position: absolute;
  left: -50%;
  top: 0;
  background-position: 0 0;
  background-repeat: repeat;
  animation: productMarqueeLoop 36s linear 0s infinite;
  color: transparent;
  font-size: 0;
  line-height: 0;
  transition: background-image 0.4s ease-in-out;
  background-image: url(../img/product/bg-txt-1.webp);
  width: calc(100vw + 2440px);
  height: 160px;
  background-size: 2440px 160px;
}
@media screen and (max-width: 750px) {
  .productMarquee_img {
    background-size: auto 21.3333333333vw;
    height: 21.3333333333vw;
    animation-duration: 50s;
  }
}

.productIntro {
  background: #07080c url(../img/product/bg-1.webp) no-repeat center top/100% auto;
}
.productIntro_main {
  padding-top: 70px;
}
@media screen and (max-width: 750px) {
  .productIntro_main {
    padding-top: 9.3333333333%;
  }
}
.productIntro_main_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .productIntro_main_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.productIntro_main_ttl {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .productIntro_main_ttl {
    font-size: 6.4vw;
  }
}
.productIntro_main_ttl_hook {
  font-size: 0.625em;
}
.productIntro_main_ttl_num {
  font-size: 0.8333333333em;
}
.productIntro_main_subttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .productIntro_main_subttl {
    font-size: max(2.6666666667vw, 14px);
  }
}
.productIntro_main_lead {
  font-size: 32px;
  font-size: 2rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .productIntro_main_lead {
    font-size: max(4.2666666667vw, 18px);
  }
}
.productIntro_main_txt {
  line-height: 2.25;
}
.productIntro_main_txt + .productIntro_main_txt {
  margin-top: 1.8em;
}
.productIntro_main_schedule {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 750px) {
  .productIntro_main_schedule {
    font-size: max(2.9333333333vw, 15px);
  }
}
.productIntro_main_btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .productIntro_main_btn {
    margin-top: 6.6666666667%;
  }
}
.productIntro_fullimg {
  margin-top: 100px;
  aspect-ratio: 1500/600;
  overflow: hidden;
}
.productIntro_fullimg.mt0 {
  margin-top: 0 !important;
}
@media screen and (max-width: 750px) {
  .productIntro_fullimg {
    margin-top: 13.3333333333%;
  }
}
.productIntro_fullimg img {
  width: 100%;
}

.productFront {
  color: #000;
  background: #fefefe url(../img/product/front-bg-1.webp) no-repeat center top/auto 100%;
  height: 1192px;
}
@media screen and (max-width: 992px) {
  .productFront {
    background-image: url(../img/product/front-bg-1-sp.webp);
    aspect-ratio: 750/2100;
    height: auto;
  }
}
.productFront_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .productFront_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.productFront_main {
  text-align: center;
  max-width: 500px;
  margin-left: 5.4545454545%;
  padding-top: 16.3636363636%;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .productFront_main {
    max-width: none;
    margin-left: 0;
    padding-top: 9.3333333333vw;
  }
}
.productFront_main_year {
  font-size: 48px;
  font-size: 3rem;
  font-family: "Shippori Mincho";
}
@media screen and (max-width: 992px) {
  .productFront_main_year {
    font-size: 7.8666666667vw;
  }
}
.productFront_main_cat {
  font-size: 60px;
  font-size: 3.75rem;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .productFront_main_cat {
    font-size: 9.8666666667vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.productFront_main_name {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
.productFront_main_name .name {
  font-size: 160px;
  font-size: 10rem;
  margin-right: 0.1em;
}
@media screen and (max-width: 992px) {
  .productFront_main_name .name {
    font-size: 26.1333333333vw;
    margin-right: 2.6666666667vw;
  }
}
.productFront_main_name .num {
  font-size: 30px;
  font-size: 1.875rem;
  border: 2px solid #000;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .productFront_main_name .num {
    font-size: 4.8vw;
    width: 21.0666666667vw;
  }
}
.productFront_main_en {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 1em;
  letter-spacing: 0.2em;
  font-family: "Shippori Mincho";
}
@media screen and (max-width: 992px) {
  .productFront_main_en {
    font-size: 4vw;
  }
}
.productFront_main_catch {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 3em;
}
@media screen and (max-width: 992px) {
  .productFront_main_catch {
    font-size: 4.8vw;
    margin-top: 8vw;
  }
}
.productFront_main_bktxt {
  font-size: 26px;
  font-size: 1.625rem;
  background: #000;
  color: #fff;
  border-radius: 9px;
  display: inline-block;
  margin-top: 1.5em;
  padding: 0.7em 3.3em;
}
@media screen and (max-width: 992px) {
  .productFront_main_bktxt {
    font-size: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
}
.productFront_txt {
  writing-mode: vertical-rl;
}
@media screen and (min-width: 993px) {
  .productFront_txt {
    position: absolute;
    right: 5.8333333333%;
    top: 0;
    margin-top: 16.3636363636%;
  }
}
@media screen and (max-width: 992px) {
  .productFront_txt {
    margin-top: 13.3333333333vw;
    margin-left: auto;
    margin-right: 6.6666666667vw;
    height: max-content;
  }
}
.productFront_txt p {
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .productFront_txt p {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
  }
}
.productFront_txt p + p {
  margin-right: 2em;
}
@media screen and (max-width: 992px) {
  .productFront_txt p + p {
    margin-right: 1.5em;
  }
}
.productFront_entry {
  max-width: 500px;
  margin-top: 2em;
  margin-left: 5.4545454545%;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .productFront_entry {
    margin-top: 20vw;
    margin-left: 0;
    max-width: none;
  }
}
.productFront_entry_term {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .productFront_entry_term {
    font-size: 3.3333333333vw;
  }
}
.productFront_entry_btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .productFront_entry_btn {
    margin-top: 4vw;
  }
}

.productDrawing {
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  .productDrawing {
    padding-top: 13.3333333333%;
  }
}
.productDrawing_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .productDrawing_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .productDrawing_inner {
    padding-bottom: 13.3333333333%;
  }
}
.productDrawing_ttl {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 750px) {
  .productDrawing_ttl {
    font-size: max(4vw, 18px);
  }
}
.productDrawing_txt {
  line-height: 2.25;
}
.productDrawing_txt + .productDrawing_txt {
  margin-top: 1.5em;
}
.lang_en .productDrawing_txt {
  letter-spacing: 0.05em;
}

.drawingNofify {
  background: #11131b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
}
@media screen and (max-width: 992px) {
  .drawingNofify {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .drawingNofify {
    padding: 6.6666666667% 4% 9.3333333333%;
  }
}
.lang_en .drawingNofify {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: max(50% - 550px, 4%);
  padding-right: max(50% - 550px, 4%);
}
.drawingNofify_txt {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 1.6em;
  flex: 0 1 auto;
}
@media screen and (max-width: 750px) {
  .drawingNofify_txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lang_en .drawingNofify_txt {
  flex: 1 0 100%;
  margin-right: 0;
  margin-bottom: 0.8em;
}
.drawingNofify_btns {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .drawingNofify_btns {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .drawingNofify_btns {
    flex-direction: column;
    gap: 4vw;
    align-items: center;
  }
}

.productPartner_fullimg {
  aspect-ratio: 1500/450;
  overflow: hidden;
}
.productPartner_fullimg img {
  width: 100%;
  max-width: 100%;
}
.productPartner_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .productPartner_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.productPartner_main {
  background: #f7f6f1;
  color: #000;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .productPartner_main {
    padding-top: 13.3333333333%;
    padding-bottom: 16%;
  }
}
.productPartner_main_ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: min(48px, 5.3333333333vw);
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 750px) {
  .productPartner_main_ttl {
    letter-spacing: 0.05em;
  }
}
.productPartner_main_txt {
  line-height: 2;
  letter-spacing: 0.05em;
}

.productInterview {
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .productInterview {
    padding-bottom: 16%;
  }
}
.productInterview_fullimg {
  aspect-ratio: 1500/694;
  overflow: hidden;
}
.productInterview_fullimg img {
  width: 100%;
  max-width: 100%;
}
.productInterview_intro {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .productInterview_intro {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .productInterview_intro {
    padding-top: 16%;
    padding-bottom: 10.6666666667%;
  }
}
.productInterview_intro_ttl {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  margin-bottom: 1.5em;
  word-break: auto-phrase;
}
@media screen and (max-width: 750px) {
  .productInterview_intro_ttl {
    font-size: max(3.2vw, 16px);
  }
}
.productInterview_intro_ttl .hook {
  font-size: 1.1538461538em;
  display: block;
  margin-bottom: 0.3em;
}
.productInterview_intro_txt {
  line-height: 2.25;
  text-align: center;
}
.productInterview_intro_txt + .productInterview_intro_txt {
  margin-top: 1.5em;
}
@media screen and (max-width: 576px) {
  .productInterview_intro_txt {
    text-align: left;
  }
}
.productInterview_body {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .productInterview_body {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .productInterview_body {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 751px) {
  .productInterview_body {
    flex-direction: row-reverse;
  }
}
.productInterview_body_main {
  flex: 0 0 50%;
}
@media screen and (max-width: 750px) {
  .productInterview_body_main {
    margin-top: 10.6666666667%;
  }
}
.productInterview_body_main p {
  line-height: 1.875;
}
.productInterview_body_main p + p {
  margin-top: 1.8em;
}
.productInterview_body_img {
  flex: 1 1 50%;
  margin-right: 8.1818181818%;
  margin-left: calc(50% - 50vw);
  aspect-ratio: 700/664;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .productInterview_body_img {
    margin-right: 5%;
  }
}
@media screen and (max-width: 750px) {
  .productInterview_body_img {
    margin-right: 0;
    margin-left: 0;
  }
}
.productInterview_body_img img {
  width: 100%;
  max-width: 100%;
}
.productInterview_btn {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .productInterview_btn {
    margin-top: 13.3333333333vw;
  }
}

.productConcept {
  background: #07080c url(../img/product/bg-2.webp) no-repeat center top/100% auto;
  padding-top: 110px;
  padding-bottom: 140px;
}
@media screen and (max-width: 750px) {
  .productConcept {
    padding-top: 14.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
}
.productConcept_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .productConcept_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.productConcept_ttl {
  text-align: center;
  font-size: 72px;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .productConcept_ttl {
    font-size: 9.6vw;
  }
}
.productConcept_name {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0.2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .productConcept_name {
    font-size: max(3.2vw, 16px);
  }
}
.productConcept_word {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  margin: 60px 0 80px;
}
@media screen and (max-width: 750px) {
  .productConcept_word {
    margin: 8vw 0 10.6666666667vw;
    justify-content: space-around;
  }
}
.productConcept_word > li {
  background: #f7f6f1;
  color: #0b0e13;
  line-height: 1;
  display: block;
  aspect-ratio: 1/1;
  width: 270px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px 45px;
}
@media screen and (max-width: 992px) {
  .productConcept_word > li {
    margin: 15px 30px;
  }
}
@media screen and (max-width: 750px) {
  .productConcept_word > li {
    width: 36vw;
    margin: 0;
  }
}
.productConcept_word_en {
  margin-bottom: 10px;
  margin-top: -0.5em;
  letter-spacing: 0.1em;
}
.productConcept_word_kanji {
  font-size: 72px;
  font-size: 4.5rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .productConcept_word_kanji {
    font-size: 9.6vw;
  }
}
.productConcept_word_meaning {
  font-size: 22px;
  font-size: 1.375rem;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .productConcept_word_meaning {
    font-size: 2.9333333333vw;
  }
}
.lang_en .productConcept_word_meaning {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .lang_en .productConcept_word_meaning {
    font-size: 1.8666666667vw;
  }
}
.productConcept_lead {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .productConcept_lead {
    font-size: max(4vw, 18px);
  }
}
.productConcept_txt {
  line-height: 2.25;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 576px) {
  .productConcept_txt {
    text-align: left;
  }
}
.productConcept_txt + .productConcept_txt {
  margin-top: 2em;
}
.productConcept_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .productConcept_btn {
    margin-top: 10.6666666667vw;
  }
}

.productTaste {
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .productTaste {
    padding-bottom: 16%;
  }
}
.productTaste_fullimg {
  aspect-ratio: 1500/600;
  overflow: hidden;
}
.productTaste_fullimg img {
  width: 100%;
}
.productTaste_intro {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .productTaste_intro {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .productTaste_intro {
    padding-top: 13.3333333333%;
    margin-bottom: 13.3333333333%;
  }
}
.productTaste_intro_ttl {
  font-size: 72px;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 750px) {
  .productTaste_intro_ttl {
    font-size: 9.6vw;
  }
}
.productTaste_intro_lead {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .productTaste_intro_lead {
    font-size: max(4vw, 18px);
  }
}
.productTaste_intro_txt {
  line-height: 2.25;
}
@media screen and (max-width: 576px) {
  .productTaste_intro_txt {
    text-align: left;
  }
}
.productTaste_intro_txt + .productTaste_intro_txt {
  margin-top: 2em;
}

.tasteBlock {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .tasteBlock {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .tasteBlock {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 751px) {
  .tasteBlock--reverse {
    flex-direction: row-reverse;
  }
}
.tasteBlock + .tasteBlock {
  margin-top: 180px;
}
@media screen and (max-width: 750px) {
  .tasteBlock + .tasteBlock {
    margin-top: 13.3333333333%;
  }
}
.tasteBlock_main {
  flex: 0 0 50%;
}
@media screen and (max-width: 750px) {
  .tasteBlock_main {
    margin-top: 30px;
  }
}
.tasteBlock_ttl {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .tasteBlock_ttl {
    font-size: max(4vw, 20px);
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 576px) {
  .tasteBlock_ttl {
    font-size: max(4vw, 18px);
  }
}
.tasteBlock_ttl_num {
  font-size: 24px;
  font-size: 1.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  flex: 0 0 auto;
  display: inline-flex;
  width: 60px;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
  margin-right: 1em;
}
@media screen and (max-width: 750px) {
  .tasteBlock_ttl_num {
    width: max(40px, 8vw);
    font-size: max(3.2vw, 16px);
  }
}
.tasteBlock_ttl_txt {
  display: flex;
  flex-direction: column;
  margin-top: -0.2em;
}
.tasteBlock_ttl_txt_pre {
  font-size: max(0.6666666667em, 13px);
}
@media screen and (max-width: 576px) {
  .tasteBlock_ttl_txt_pre {
    margin-bottom: 4px;
  }
}
.tasteBlock_ttl_txt_main {
  line-height: 1.4;
}
.lang_en .tasteBlock_ttl_txt_main {
  font-size: max(0.7em, 14px);
  letter-spacing: 0.05em;
}
.tasteBlock_ttl_txt_main.is_larger {
  font-size: max(0.8em, 16px);
  line-height: 1.5;
}
.tasteBlock_ttl_txt_name {
  font-size: max(0.6em, 12px);
  margin-top: 0.6em;
}
@media screen and (max-width: 576px) {
  .tasteBlock_ttl_txt_name {
    margin-top: 0.8em;
  }
}
.lang_en .tasteBlock_ttl_txt_name {
  letter-spacing: 0.05em;
}
.tasteBlock_txt {
  line-height: 1.875;
  letter-spacing: 0.02em;
}
.tasteBlock_txt + .tasteBlock_txt {
  margin-top: 1.5em;
}
.tasteBlock_img {
  flex: 1 1 50%;
  margin-right: calc(50% - 50vw);
  aspect-ratio: 650/660;
  overflow: hidden;
  margin-left: 8.1818181818%;
}
.tasteBlock_img.is_taller {
  aspect-ratio: 650/950;
}
@media screen and (max-width: 992px) {
  .tasteBlock_img {
    margin-left: 5%;
  }
}
@media screen and (max-width: 750px) {
  .tasteBlock_img {
    margin-right: 0;
    margin-left: 0;
  }
}
.tasteBlock--reverse .tasteBlock_img {
  margin-right: 8.1818181818%;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 992px) {
  .tasteBlock--reverse .tasteBlock_img {
    margin-right: 5%;
  }
}
@media screen and (max-width: 750px) {
  .tasteBlock--reverse .tasteBlock_img {
    margin-right: 0;
    margin-left: 0;
  }
}
.tasteBlock_img img {
  width: 100%;
  max-width: 100%;
}

.productPairing_fullimg {
  aspect-ratio: 1500/600;
  overflow: hidden;
}
.productPairing_fullimg img {
  width: 100%;
  max-width: 100%;
}
.productPairing_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .productPairing_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .productPairing_inner {
    padding-top: 16%;
    padding-bottom: 16%;
  }
}
.productPairing_ttl {
  text-align: center;
  font-size: 72px;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .productPairing_ttl {
    font-size: 9.6vw;
  }
}
.productPairing_txt {
  text-align: center;
  line-height: 2.25;
  margin-top: 1.5em;
}
@media screen and (max-width: 576px) {
  .productPairing_txt {
    text-align: left;
  }
}

.productGlass_kv {
  background: url(../img/product/glass-bg-1.webp) no-repeat center top/cover;
}
@media screen and (min-width: 1101px) {
  .productGlass_kv {
    aspect-ratio: 1500/894;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1100px) {
  .productGlass_kv {
    background-position: right 30% top 0;
  }
}
.productGlass_kv_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  width: 100%;
  padding-top: 350px;
  padding-bottom: 250px;
}
@media screen and (max-width: 750px) {
  .productGlass_kv_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .productGlass_kv_inner {
    padding-top: 46.6666666667%;
    padding-bottom: 33.3333333333%;
  }
}
.productGlass_kv_ttl {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  margin-left: 3.6363636364%;
}
.productGlass_kv_ttl .zenri {
  font-size: 154px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .productGlass_kv_ttl .zenri {
    font-size: 15.5241935484vw;
  }
}
.productGlass_kv_ttl .glass {
  font-size: 68px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .productGlass_kv_ttl .glass {
    font-size: 6.8548387097vw;
  }
}
.productGlass_kv_set {
  font-size: min(38px, 5.0666666667vw);
  margin-top: 0.8em;
  margin-left: 3.6363636364%;
  letter-spacing: 0.05em;
}
.productGlass_main {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 90px;
  padding-bottom: 140px;
}
@media screen and (max-width: 750px) {
  .productGlass_main {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .productGlass_main {
    padding-top: 12%;
    padding-bottom: 18.6666666667%;
  }
}
.productGlass_main_catch {
  text-align: center;
  font-size: min(48px, 5.6vw);
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.productGlass_main_catch br {
  display: none;
}
@media screen and (max-width: 750px) {
  .productGlass_main_catch br {
    display: block;
  }
}
.productGlass_main_txt {
  line-height: 2.25;
  text-align: center;
  letter-spacing: 0.05em;
  word-break: auto-phrase;
}
@media screen and (max-width: 750px) {
  .productGlass_main_txt {
    text-align: left;
  }
}
.productGlass_main_txt + .productGlass_main_txt {
  margin-top: 2em;
}

.productReservation {
  background: #13151c;
  padding-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .productReservation {
    padding-bottom: 20%;
  }
}

.reserveCTA {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 120px;
}
@media screen and (max-width: 750px) {
  .reserveCTA {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .reserveCTA {
    padding-top: 16%;
  }
}
.reserveCTA_intro {
  text-align: center;
}
.reserveCTA_intro_lead {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .reserveCTA_intro_lead {
    font-size: max(4vw, 18px);
  }
}
.reserveCTA_intro_txt {
  line-height: 2.25;
}
@media screen and (max-width: 576px) {
  .reserveCTA_intro_txt {
    text-align: left;
  }
}
.reserveCTA_intro_txt + .reserveCTA_intro_txt {
  margin-top: 1.8em;
}
.reserveCTA .productMain_img {
  padding: 0;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .reserveCTA .productMain_img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.reserveCTA .productMain_cont {
  padding: 0 0 0 9.0909090909%;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .reserveCTA .productMain_cont {
    padding: 0 10px;
  }
}
.reserveCTA_ttl {
  text-align: center;
  font-size: 72px;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .reserveCTA_ttl {
    font-size: 9.6vw;
  }
}
.reserveCTA_info {
  padding-top: 10px;
}
.reserveCTA_info_time {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 750px) {
  .reserveCTA_info_time {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.reserveCTA_info_name {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .reserveCTA_info_name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.reserveCTA_info_name span {
  font-size: 0.8em;
}
.reserveCTA_info_exp {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
}
.reserveCTA .fs-c-productSalesPeriod {
  font-size: 14px;
  font-size: 0.875rem;
}

.reserveGift {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .reserveGift {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .reserveGift {
    margin-top: 13.3333333333%;
  }
}
.reserveGift_cont {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .reserveGift_cont {
    display: block;
  }
}
.reserveGift_cont figure {
  text-align: center;
  display: block;
  flex: 0 0 50%;
}
.reserveGift_ttl {
  font-size: 48px;
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .reserveGift_ttl {
    font-size: 6.4vw;
  }
}
.reserveGift_txt {
  flex: 0 0 50%;
  width: fit-content;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
  padding-right: 20px;
}
@media screen and (max-width: 750px) {
  .reserveGift_txt {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 20px;
    padding-right: 0;
  }
}
.reserveGift_txt p + p {
  margin-top: 1.25em;
}
.reserveGift_txt p:first-of-type {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .reserveGift_txt p:first-of-type {
    font-size: max(2.6666666667vw, 15px);
  }
}
.reserveGift_txt span {
  display: inline-block;
}

.reserveFlow {
  background: #1e2027;
  padding: 60px 8% 50px;
}
@media screen and (max-width: 576px) {
  .reserveFlow {
    padding: 40px 5%;
  }
}
.reserveFlow_wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .reserveFlow_wrap {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 576px) {
  .reserveFlow_wrap {
    margin-top: 13.3333333333%;
  }
}
.reserveFlow_ttl {
  margin: 0 auto;
  width: fit-content;
  line-height: 1;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 750px) {
  .reserveFlow_ttl {
    font-size: max(4vw, 18px);
  }
}
.reserveFlow_list {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .reserveFlow_list {
    margin-top: 30px;
  }
}
.reserveFlow_list > li {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 750px) {
  .reserveFlow_list > li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.reserveFlow_list > li + li {
  margin-top: 10px;
}
.reserveFlow_credit {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .reserveFlow_credit {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.reserveFlow_credit-ttl {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .reserveFlow_credit-ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.restaurantIntro {
  background: #07080c url(../img/restaurant/bg-1.webp) no-repeat center top/100% auto;
}
.restaurantIntro_main {
  padding-top: 120px;
  padding-bottom: 110px;
}
@media screen and (max-width: 750px) {
  .restaurantIntro_main {
    padding-top: 16%;
    padding-bottom: 14.6666666667%;
  }
}
.restaurantIntro_main_inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .restaurantIntro_main_inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}
.restaurantIntro_main_ttl {
  font-size: 48px;
  font-size: 3rem;
  font-family: "Shippori Mincho";
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .restaurantIntro_main_ttl {
    font-size: 6.4vw;
  }
}
.restaurantIntro_main_subttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .restaurantIntro_main_subttl {
    font-size: max(2.6666666667vw, 14px);
  }
}
.restaurantIntro_main_txt {
  line-height: 2.25;
  margin-top: 2.5em;
  letter-spacing: 0.05em;
}
.restaurantIntro_main_txt + .restaurantIntro_main_txt {
  margin-top: 1.8em;
}

.partnersBG {
  background: #f7f6f1;
  color: #000;
}

.partnersInner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .partnersInner {
    padding-right: 7%;
    padding-left: 7%;
  }
}

.partnersTitle {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .partnersTitle {
    font-size: max(4vw, 20px);
  }
}
.partnersTitle_area {
  font-size: 1.6em;
}

.partnersRestoJP {
  padding-top: 120px;
}
@media screen and (max-width: 750px) {
  .partnersRestoJP {
    padding-top: 16%;
  }
}
.partnersRestoJP_map {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .partnersRestoJP_map {
    flex-direction: column;
    padding-bottom: 16%;
  }
}
.partnersRestoJP_map_img {
  flex: 0 1 auto;
}
@media screen and (max-width: 750px) {
  .partnersRestoJP_map_img {
    width: 100%;
    margin: 0 -15px;
  }
}
.partnersRestoJP_map_txt {
  line-height: 1.875;
  padding: 2em 0;
  flex: 0 0 auto;
}
@media screen and (max-width: 750px) {
  .partnersRestoJP_map_txt {
    width: 100%;
    margin-top: 13.3333333333vw;
    padding: 0;
  }
}
.lang_en .partnersRestoJP_map_txt {
  padding-top: 0;
}
.partnersRestoJP_map_txt p:first-child {
  font-size: 1.25em;
}
.partnersRestoJP_map_txt p + p {
  margin-top: 1.5em;
}
.partnersRestoJP_photo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.partnersRestoJP_photo_item img {
  width: 100%;
}

.partnersHotelJP {
  padding-top: 130px;
}
@media screen and (max-width: 750px) {
  .partnersHotelJP {
    padding-top: 17.3333333333%;
  }
}
.partnersHotelJP_cont {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .partnersHotelJP_cont {
    flex-direction: column;
    margin-top: 8%;
    padding-bottom: 13.3333333333%;
  }
}
.partnersHotelJP_cont_img {
  margin-top: -170px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 750px) {
  .partnersHotelJP_cont_img {
    margin-top: 0;
  }
}
.partnersHotelJP_cont_img img {
  width: 100%;
}
.partnersHotelJP_cont_txt {
  line-height: 1.875;
  flex: 0 0 auto;
  margin-right: 5%;
}
@media screen and (max-width: 750px) {
  .partnersHotelJP_cont_txt {
    width: 100%;
    margin-top: 10.6666666667vw;
    margin-right: 0;
  }
}
.partnersHotelJP_cont_txt p + p {
  margin-top: 1.2em;
}
.lang_en .partnersHotelJP_cont_txt {
  line-height: 3;
}
.lang_en .partnersHotelJP_cont_txt span {
  font-size: 1.25em;
}
.partnersHotelJP_logo {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6666666667%;
  padding: 12px 30px;
}
@media screen and (max-width: 750px) {
  .partnersHotelJP_logo {
    gap: 5.3333333333%;
  }
}
.partnersHotelJP_logo_item {
  flex: 0 1 auto;
}

.restoDivImg {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1500/400;
}
.restoDivImg img {
  width: 100%;
}

.partnersRestoWD {
  padding-top: 120px;
}
@media screen and (max-width: 750px) {
  .partnersRestoWD {
    padding-top: 16%;
  }
}
.partnersRestoWD_intro {
  margin-top: 2em;
  line-height: 1.875;
}
.partnersRestoWD_map {
  margin-top: 2.5em;
  padding-bottom: 140px;
}
@media screen and (max-width: 750px) {
  .partnersRestoWD_map {
    padding-bottom: 16%;
  }
}
.partnersRestoWD_map_img {
  flex: 0 1 auto;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .partnersRestoWD_map_img {
    margin: 25px -15px;
  }
}
.partnersRestoWD_map_txt {
  line-height: 1.875;
  flex: 0 0 auto;
}
@media screen and (max-width: 750px) {
  .partnersRestoWD_map_txt {
    width: 100%;
  }
}
.partnersRestoWD_map_txt p + p {
  margin-top: 1em;
}
.lang_en .partnersRestoWD_map_txt {
  line-height: 3;
}
.lang_en .partnersRestoWD_map_txt p:first-child {
  font-size: 1.25em;
}
.lang_en .partnersRestoWD_map_txt p + p {
  margin-top: 0;
}

.partnerRestoSlider_wrap {
  background: #FFF;
  padding: 120px 0;
}
@media screen and (max-width: 750px) {
  .partnerRestoSlider_wrap {
    padding: 16% 0;
  }
}
.partnerRestoSlider_cont {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
}
@media screen and (max-width: 750px) {
  .partnerRestoSlider_cont {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .partnerRestoSlider_cont {
    flex-direction: column;
  }
}
.partnerRestoSlider_cont_img {
  flex: 0 0 43.6363636364%;
}
@media screen and (max-width: 750px) {
  .partnerRestoSlider_cont_img {
    margin-bottom: 10.6666666667%;
  }
}
.partnerRestoSlider_cont_main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .partnerRestoSlider_cont_main {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .partnerRestoSlider_logo {
    width: 90px;
  }
}
.partnerRestoSlider_cate {
  margin-top: 1em;
}
.partnerRestoSlider_area {
  font-size: 1.5em;
}
.partnerRestoSlider_area::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #dad8ce;
  margin: 30px auto;
}
.partnerRestoSlider_info {
  font-size: 0.875em;
  line-height: 2;
  margin-bottom: 0.5em;
}
.partnerRestoSlider_name {
  font-size: 1.875em;
}
.lang_en .partnerRestoSlider_name {
  font-size: 1.25em;
}
.partnerRestoSlider .swiper-pagination {
  margin-top: 30px;
  position: relative;
  top: 0;
}
@media screen and (max-width: 750px) {
  .partnerRestoSlider .swiper-pagination {
    margin-top: 40px;
  }
}
.partnerRestoSlider .swiper-pagination-bullet {
  background: #908f89;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.partnerRestoSlider .swiper-pagination-bullet-active {
  background: #333;
}

.js_accordion_contents {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease height;
}
.js_accordion_contents_inner {
  padding: 40px;
}
@media screen and (max-width: 750px) {
  .js_accordion_contents_inner {
    padding: 5.3333333333%;
  }
}
.is_active .js_accordion_contents {
  grid-template-rows: 1fr;
}

.p-faqSec + .p-faqSec {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .p-faqSec + .p-faqSec {
    margin-top: 12vw;
  }
}

.bl_faqBox + .bl_faqBox {
  margin-top: 2px;
}
.bl_faqBox dt {
  display: flex;
  align-items: flex-start;
  position: relative;
  color: #000;
  background: #f7f6f1;
  padding: 30px;
  transition: 0.4s all;
  cursor: pointer;
}
.bl_faqBox dt:hover {
  background: #e8e6dd;
}
@media screen and (max-width: 750px) {
  .bl_faqBox dt {
    padding: 4vw;
  }
}
.bl_faqBox dt::before {
  content: "Q";
  color: #ccc;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  margin-right: 16px;
}
@media screen and (max-width: 750px) {
  .bl_faqBox dt::before {
    font-size: 4.8vw;
    margin-right: 2.1333333333vw;
  }
}
.bl_faqBox dt p {
  flex: 1 1 auto;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  padding-right: 30px;
  padding-top: 0.25em;
}
@media screen and (max-width: 750px) {
  .bl_faqBox dt p {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 20px;
    padding-top: 0;
  }
}
.bl_faqBox dd {
  color: #000;
  padding: 0;
  line-height: 2;
}
.el_plus-minus {
  position: relative;
}
.el_plus-minus::before {
  content: "";
  background: #849198;
  height: 1px;
  width: 27px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  .el_plus-minus::before {
    height: 2px;
    width: 16px;
  }
}
.el_plus-minus::after {
  content: "";
  background: #849198;
  height: 1px;
  width: 27px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  transform: rotate(90deg);
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  .el_plus-minus::after {
    height: 2px;
    width: 16px;
  }
}
.is_active .el_plus-minus::after {
  transform: rotate(0deg);
}

.p-guideSec + .p-guideSec {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .p-guideSec + .p-guideSec {
    margin-top: 12vw;
  }
}
.p-guideSec p {
  line-height: 2;
}

.p-guideAddition {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 750px) {
  .p-guideAddition {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.p-reserveInner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.p-reserveInner12 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 750px) {
  .p-reserveInner12 {
    padding-right: 8vw;
    padding-left: 8vw;
  }
}

.p-reserveFs--lg {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 750px) {
  .p-reserveFs--lg {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-reserveFs--lg {
    font-size: max(24px, 4vw);
  }
}

.p-reserveFs--md {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 750px) {
  .p-reserveFs--md {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 576px) {
  .p-reserveFs--md {
    font-size: max(20px, 3.4666666667vw);
  }
}

.p-reserveFs--sm {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-reserveFs--sm {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .p-reserveFs--sm {
    font-size: max(16px, 2.6666666667vw);
  }
}

.p-reserveFV {
  padding-top: 30px;
}
.p-reserveFV__ttl {
  font-size: 50px;
  font-size: 3.125rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .p-reserveFV__ttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .p-reserveFV__ttl {
    font-size: min(40px, 5.3333333333vw);
  }
}

.p-reserveIntro {
  text-align: center;
  font-weight: bold;
  margin: 50px 0 120px;
}
@media screen and (max-width: 750px) {
  .p-reserveIntro {
    margin: 30px 0 80px;
  }
}
.p-reserveIntro__ttl span {
  font-style: italic;
}
.p-reserveIntro__subttl {
  letter-spacing: 0.1em;
}
.p-reserveIntro__txt {
  margin: 15px 0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .p-reserveIntro__txt {
    font-size: 1.0625em;
  }
}
.p-reserveIntro__schedule {
  margin: 20px 0;
  letter-spacing: 0.1em;
}
.p-reserveIntro__btn {
  margin: 20px 0;
}
.p-reserveIntro__btn .btn {
  margin: 0 auto;
}
.p-reserveCTA .p-reserveIntro {
  margin: 40px 0 50px;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA .p-reserveIntro {
    margin-bottom: 30px;
  }
}

.p-reserveProduct {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .p-reserveProduct {
    margin-bottom: 10%;
  }
}
.p-reserveProduct__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .p-reserveProduct__headline {
    margin-bottom: 30px;
  }
}
.p-reserveProduct__headline-img {
  margin-right: 4%;
}
@media screen and (max-width: 750px) {
  .p-reserveProduct__headline-img {
    width: 38.4vw;
  }
}
@media screen and (max-width: 576px) {
  .p-reserveProduct__headline-img {
    width: 34vw;
  }
}
.p-reserveProduct__headline-txt {
  font-weight: bold;
}
.p-reserveProduct__headline-hook {
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .p-reserveProduct__headline-hook {
    font-size: 5.3vw;
  }
}
.p-reserveProduct__headline-type {
  font-size: 1.25em;
  margin-top: 5px;
}
@media screen and (max-width: 576px) {
  .p-reserveProduct__headline-type {
    font-size: max(15px, 2.6666666667vw);
  }
}
.p-reserveProduct__exp {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}

.p-reserveTaste {
  margin-bottom: 70px;
}
@media screen and (max-width: 576px) {
  .p-reserveTaste {
    margin-bottom: 50px;
  }
}
.p-reserveTaste__ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .p-reserveTaste__ttl {
    margin-bottom: 40px;
  }
}
.p-reserveTaste__ttl-img {
  margin-left: -60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .p-reserveTaste__ttl-img {
    width: 40.2666666667vw;
    margin: 0 auto 10px;
    position: relative;
    left: -4%;
  }
}
.p-reserveTaste__ttl-txt {
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-reserveTaste__ttl-txt {
    font-size: 4.6666666667vw;
  }
}

.p-reserveTasteBlock {
  display: flex;
}
@media screen and (max-width: 992px) {
  .p-reserveTasteBlock {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .p-reserveTasteBlock {
    padding: 0 3%;
  }
}
.p-reserveTasteBlock + .p-reserveTasteBlock {
  margin-top: 70px;
}
@media screen and (max-width: 576px) {
  .p-reserveTasteBlock + .p-reserveTasteBlock {
    margin-top: 40px;
  }
}
.p-reserveTasteBlock__ttl {
  font-size: 35px;
  font-size: 2.1875rem;
  flex: 0 0 37%;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 992px) {
  .p-reserveTasteBlock__ttl {
    margin-bottom: 30px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 750px) {
  .p-reserveTasteBlock__ttl {
    margin-bottom: 20px;
    font-size: max(24px, 4vw);
  }
}
.p-reserveTasteBlock__cont {
  flex: 1 1 auto;
}
.p-reserveTasteBlock__cont-txt {
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .p-reserveTasteBlock__cont-txt {
    padding-right: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-reserveTasteBlock__cont-txt + .p-reserveTasteBlock__cont-txt {
  margin-top: 1.2em;
}

.p-craftsman {
  margin-bottom: 90px;
}
@media screen and (max-width: 576px) {
  .p-craftsman {
    margin-bottom: 60px;
  }
}
.p-craftsman__ttl {
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .p-craftsman__ttl {
    margin-top: 30px;
  }
}
.p-craftsman__subttl {
  text-align: center;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .p-craftsman__subttl {
    margin-bottom: 30px;
  }
}
.p-craftsman__txt {
  margin-top: 25px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 751px) {
  .p-craftsman__txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .p-craftsman__txt {
    padding: 0 3%;
  }
}
.p-craftsman__txt + .p-craftsman__txt {
  margin-top: 1.2em;
}

.p-reserveCTA__wrap {
  padding-right: 15px;
  padding-left: 15px;
}
.p-reserveCTA .l-productMain + .l-productMain {
  margin-top: 60px;
}
.p-reserveCTA .l-productMain__img {
  padding: 0;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA .l-productMain__img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-reserveCTA .l-productMain__cont {
  padding: 0 10px 0 40px;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA .l-productMain__cont {
    padding: 0 10px;
  }
}
.p-reserveCTA__ttl {
  margin: 130px 0 60px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA__ttl {
    margin-top: 80px;
  }
}
.p-reserveCTA__ttl-en {
  font-style: italic;
  font-size: 80px;
  font-size: 5rem;
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA__ttl-en {
    font-size: 10.6666666667vw;
  }
}
.p-reserveCTA__ttl-jp {
  display: block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA__ttl-jp {
    font-size: max(15px, 3.3333333333vw);
  }
}
.p-reserveCTA__info {
  padding-top: 10px;
}
.p-reserveCTA__info-time {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA__info-time {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-reserveCTA__info-name {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA__info-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-reserveCTA__info-name span {
  font-size: 0.8em;
}
.p-reserveCTA__info-exp {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
}

.p-giftwrap {
  margin-top: 40px;
}
.p-giftwrap__ttl {
  font-style: italic;
  font-size: 80px;
  font-size: 5rem;
  display: block;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .p-giftwrap__ttl {
    font-size: 10.6666666667vw;
    margin-top: 70px;
  }
}
.p-giftwrap figure {
  text-align: center;
}
.p-giftwrap__txt {
  width: fit-content;
  margin: 0 auto;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.8;
  padding: 0 5%;
}
@media screen and (max-width: 576px) {
  .p-giftwrap__txt {
    padding: 0 10px;
  }
}

.p-reserveFlow {
  background: #f5f5f5;
  font-weight: bold;
  margin-top: 60px;
  padding: 50px 5% 50px 10%;
}
@media screen and (max-width: 576px) {
  .p-reserveFlow {
    margin-top: 40px;
    padding: 30px 5%;
  }
}
.p-reserveFlow__ttl {
  margin: 0 auto;
  width: fit-content;
  padding: 0 20px 15px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
.p-reserveFlow__list {
  margin-top: 30px;
}
.p-reserveFlow__list > li {
  font-size: 15px;
  font-size: 0.9375rem;
}
.p-reserveFlow__list > li + li {
  margin-top: 10px;
}
.p-reserveFlow__credit {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  margin-top: 15px;
}

.p-benefits {
  background: #f5f5f5;
  font-weight: bold;
  margin: -60px auto 70px;
  padding: 50px 40px 50px;
  max-width: 686px;
  width: 90%;
}
@media screen and (max-width: 576px) {
  .p-benefits {
    margin: -40px auto 50px;
    padding: 30px 5%;
  }
}
.p-benefits__ttl {
  margin: 0 auto;
  width: fit-content;
  padding: 0 20px 15px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
.p-benefits__hook {
  margin-top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-benefits__hook {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-benefits__exp {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-top: 25px;
}
@media screen and (max-width: 576px) {
  .p-benefits__exp {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-bgTxt {
  position: relative;
  overflow: hidden;
}
.p-bgTxt__zenri {
  position: absolute;
  left: 49%;
  top: 0;
  font-style: italic;
  font-size: 26.5vw;
  opacity: 0.08;
  color: #000;
  letter-spacing: normal;
  line-height: 1;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .p-bgTxt__zenri {
    font-size: 30vw;
  }
}

.p-reserveIntroV2 {
  position: relative;
  padding-top: 150px;
  padding-top: 6.25vw;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .p-reserveIntroV2 {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .p-reserveIntroV2 {
    padding-top: 13vw;
  }
}
.p-reserveIntroV2__ttl {
  text-align: center;
  letter-spacing: 0.05em;
}
.p-reserveIntroV2__ttl-main {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .p-reserveIntroV2__ttl-main {
    font-size: 6.6666666667vw;
  }
}
.p-reserveIntroV2__ttl-sub {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .p-reserveIntroV2__ttl-sub {
    font-size: 3.4666666667vw;
  }
}
.p-reserveIntroV2__ttl-exp {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 25px;
  padding: 0 5%;
}
@media screen and (max-width: 750px) {
  .p-reserveIntroV2__ttl-exp {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-reserveIntroV2__message {
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  padding: 0 5%;
}
.p-reserveIntroV2__message-hook {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 750px) {
  .p-reserveIntroV2__message-hook {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-reserveIntroV2__message-hook {
    font-size: max(24px, 4vw);
  }
}
.p-reserveIntroV2__message p:not([class]) {
  margin-top: 2em;
  line-height: 2;
}
.p-reserveIntroV2__message p:not([class]) + p:not([class]) {
  margin-top: 1.5em;
}

.p-reserveLineup {
  display: grid;
  grid-template-columns: repeat(4, 20%);
  gap: 4%;
  margin: 40px 0 0;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-reserveLineup {
    grid-template-columns: repeat(2, 35%);
    gap: 8vw 8%;
  }
}
@media screen and (max-width: 576px) {
  .p-reserveLineup {
    display: block;
    margin: 40px auto 0;
    width: 80%;
    max-width: 300px;
  }
}
.p-reserveLineup__item {
  flex: 0 1 auto;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .p-reserveLineup__item + .p-reserveLineup__item {
    margin-top: 60px;
  }
}
.p-reserveLineup__thumb {
  display: block;
  margin-bottom: 15px;
}
.p-reserveLineup__thumb img {
  display: block;
}
.p-reserveLineup__time {
  font-size: 17px;
  font-size: 1.0625rem;
  white-space: nowrap;
  margin-bottom: 4px;
}
.p-reserveLineup__name {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.3;
  font-feature-settings: "palt";
  white-space: nowrap;
}
.p-reserveLineup__name span {
  transform: scale(0.85, 1);
  font-size: 0.9em;
}
.p-reserveLineup__price {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 4px;
}
.p-reserveLineup__btn {
  margin-top: 12px;
}
.p-reserveLineup__btn .btn {
  min-width: 0;
  max-width: none;
}

.p-reserveConcept {
  margin-top: 80px;
}
.p-reserveConcept__ttl {
  text-align: center;
}
.p-reserveConcept__ttl-en {
  font-style: italic;
  font-size: 100px;
  font-size: 6.25rem;
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-reserveConcept__ttl-en {
    font-size: 13.3333333333vw;
  }
}
.p-reserveConcept__ttl-jp {
  display: block;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 18px;
}
@media screen and (max-width: 750px) {
  .p-reserveConcept__ttl-jp {
    font-size: max(15px, 3.3333333333vw);
    margin-top: 15px;
  }
}
.p-reserveConcept__intro {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 25px;
  padding: 0 5%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-reserveConcept__intro {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-reserveConcept__word {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  margin: 15px 0 25px;
}
.p-reserveConcept__word > li {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  aspect-ratio: 1/1;
  width: 174px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px 30px;
}
@media screen and (max-width: 576px) {
  .p-reserveConcept__word > li {
    width: 140px;
    margin: 10px 15px;
  }
}
.p-reserveConcept__word-en {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 5px;
  margin-top: -0.5em;
}
.p-reserveConcept__word-kanji {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .p-reserveConcept__word-kanji {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-reserveConcept__word-meaning {
  font-size: 20px;
  font-size: 1.25rem;
  text-indent: 0.1em;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 576px) {
  .p-reserveConcept__word-meaning {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-reserveRice__ttl {
  text-align: center;
  margin: 70px 0 30px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .p-reserveRice__ttl {
    margin: 50px 0 30px;
  }
}
.p-reserveRice__ttl-top {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-reserveRice__ttl-top {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-reserveRice__ttl-mid {
  display: block;
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: 0.1em;
  margin-top: 0.3em;
}
@media screen and (max-width: 750px) {
  .p-reserveRice__ttl-mid {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .p-reserveRice__ttl-mid {
    font-size: max(24px, 4vw);
  }
}
.p-reserveRice__ttl-btm {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0.7em;
}
.p-reserveRice__txt {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  font-feature-settings: "palt";
  line-height: 2;
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  .p-reserveRice__txt {
    padding: 0 5%;
  }
}
.p-reserveRice__photo {
  margin: 100px auto 0;
  max-width: 1468px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .p-reserveRice__photo {
    display: block;
    margin-top: 60px;
  }
}
.p-reserveRice__photo img {
  flex: 0 1 30.4%;
  display: block;
}
@media screen and (max-width: 576px) {
  .p-reserveRice__photo img:nth-child(1) {
    width: 62%;
    margin: 0 auto 0 0;
  }
  .p-reserveRice__photo img:nth-child(2) {
    width: 70%;
    margin: 40px 0 0 auto;
  }
  .p-reserveRice__photo img:nth-child(3) {
    width: 68%;
    margin: 40px auto 0 0;
  }
}

.ut-imgal img {
  vertical-align: top;
}

.p-fullimg img {
  max-width: none;
  width: 100%;
}

.p-reserveIntroV3 {
  margin-bottom: 110px;
}
@media screen and (max-width: 750px) {
  .p-reserveIntroV3 {
    margin-bottom: 14.6666666667vw;
  }
}
.p-reserveIntroV3__ttl {
  text-align: center;
  letter-spacing: 0.05em;
}
.p-reserveIntroV3__ttl-year {
  font-size: 60px;
  font-size: 3.75rem;
}
.p-reserveIntroV3__ttl-intro {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.4;
  margin-top: 80px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .p-reserveIntroV3__ttl-intro {
    font-size: 6.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
.p-reserveCTA-V2 .p-reserveIntroV3__ttl-intro {
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA-V2 .p-reserveIntroV3__ttl-intro {
    font-size: 8vw;
  }
}
.p-reserveIntroV3__ttl-main {
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .p-reserveIntroV3__ttl-main {
    font-size: 12vw;
  }
}
.p-reserveIntroV3__ttl-sub {
  background: #222;
  color: #FFF;
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 25px 0;
  padding: 10px 60px;
}
@media screen and (max-width: 750px) {
  .p-reserveIntroV3__ttl-sub {
    font-size: 3.2vw;
    padding: 10px 50px;
  }
}
.p-reserveIntroV3__ttl-name {
  font-size: 54px;
  font-size: 3.375rem;
}
@media screen and (max-width: 750px) {
  .p-reserveIntroV3__ttl-name {
    font-size: 7.2vw;
  }
}
.p-reserveIntroV3__ttl-price {
  font-size: 48px;
  font-size: 3rem;
}
.p-reserveIntroV3__ttl-price span {
  font-size: 0.5em;
}
@media screen and (max-width: 750px) {
  .p-reserveIntroV3__ttl-price {
    font-size: 6.4vw;
  }
}
.p-reserveIntroV3__ttl-term {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 25px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .p-reserveIntroV3__ttl-term {
    font-size: max(2.6666666667vw, 14px);
  }
}
.p-reserveIntroV3-btn {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  background: #222;
  color: #FFF;
  border-radius: 3px;
  margin: 40px auto 0;
  padding: 22px 0;
  max-width: 620px;
  width: 90%;
  display: block;
}
@media screen and (min-width: 751px) {
  .p-reserveIntroV3-btn {
    transition: 0.3s;
  }
  .p-reserveIntroV3-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .p-reserveIntroV3-btn {
    font-size: 4.8vw;
  }
}
.p-reserveIntroV3-btn:hover {
  color: #FFF;
  text-decoration: none;
}
.p-reserveIntroV3-btn span {
  position: relative;
}
.p-reserveIntroV3-btn span::before {
  content: "";
  width: min(2vw, 16px);
  height: min(2vw, 16px);
  border-top: solid 2px #FFF;
  border-right: solid 2px white;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.p-reserveTitle {
  color: #c6c6c6;
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .p-reserveTitle {
    font-size: 9.6vw;
  }
}
.p-reserveTitle-white {
  color: #FFF;
}
.p-reserveTitle-dark {
  color: #303030;
}
.p-reserveTitle-small {
  font-size: 48px;
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  .p-reserveTitle-small {
    font-size: 6.4vw;
  }
}

.p-reserveGreeting {
  padding: 90px 60px 120px;
}
@media screen and (max-width: 750px) {
  .p-reserveGreeting {
    padding: 12vw 8vw 16vw;
  }
}
.p-reserveGreeting__ttl {
  text-align: center;
  margin-bottom: 60px;
}
.p-reserveGreeting__ttl-jp {
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (max-width: 750px) {
  .p-reserveGreeting__ttl-jp {
    font-size: 8vw;
  }
}
.p-reserveGreeting__ttl-en {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-reserveGreeting__ttl-en {
    font-size: 5.3333333333vw;
  }
}
.p-reserveGreeting > p {
  font-size: 1.0625em;
  line-height: 1.8;
}
.p-reserveGreeting > p + p {
  margin-top: 2em;
}

.p-reserveAbout {
  background: #060806 url(../images/reserve/2024-05/img-02.jpg) no-repeat right center/auto 100%;
  padding: 100px 0 130px;
  color: #FFF;
}
@media screen and (max-width: 1920px) {
  .p-reserveAbout {
    background-position: left 50% bottom 0;
    background-size: 1920px auto;
  }
}
@media screen and (max-width: 750px) {
  .p-reserveAbout {
    background-image: url(../images/reserve/2024-05/img-02-sp.jpg);
    background-position: 0 0;
    background-size: 100% auto;
    padding-top: 146.6666666667vw;
  }
}
.p-reserveAbout--11 {
  background-image: url(../images/reserve/2024-11/img-02.jpg);
  background-size: cover;
  background-position: center bottom;
  padding-top: 180px;
}
@media screen and (max-width: 750px) {
  .p-reserveAbout--11 {
    background-position: 0 0;
    background-size: 100% auto;
    padding-top: 65%;
    padding-bottom: 13.3333333333vw;
  }
}
.p-reserveAbout__txt {
  max-width: 600px;
}
.p-reserveAbout__txt-name {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .p-reserveAbout__txt-name {
    font-size: max(4vw, 24px);
    margin-top: 30px;
  }
}
.p-reserveAbout__txt-label {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 750px) {
  .p-reserveAbout__txt-label {
    font-size: max(3.2vw, 18px);
  }
}
.p-reserveAbout__txt-intro {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 40px;
  line-height: 1.875;
}
@media screen and (max-width: 750px) {
  .p-reserveAbout__txt-intro {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-reserveAbout__txt-hook {
  font-size: 48px;
  font-size: 3rem;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .p-reserveAbout__txt-hook {
    font-size: 6.4vw;
  }
}
.p-reserveAbout__txt-exp {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  margin-top: 30px;
  line-height: 1.875;
}
@media screen and (max-width: 750px) {
  .p-reserveAbout__txt-exp {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-reserveAbout__txt-exp + .p-reserveAbout__txt-exp {
  margin-top: 22px;
}

.p-reserveConceptV2 {
  padding-top: 110px;
}
@media screen and (max-width: 750px) {
  .p-reserveConceptV2 {
    padding-top: 14.6666666667vw;
  }
}
.p-reserveConceptV2__ttl-jp {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 36px;
}
@media screen and (max-width: 750px) {
  .p-reserveConceptV2__ttl-jp {
    font-size: max(3.2vw, 15px);
    margin-top: 30px;
  }
}
.p-reserveConceptV2__intro {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.875;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .p-reserveConceptV2__intro {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-reserveConceptV2__word {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  margin: 50px 0 120px;
}
@media screen and (max-width: 750px) {
  .p-reserveConceptV2__word {
    margin: 6.6666666667vw 0 16vw;
    justify-content: space-around;
  }
}
.p-reserveConceptV2__word > li {
  background: #f7f6f1;
  line-height: 1;
  display: block;
  aspect-ratio: 1/1;
  width: 270px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px 45px;
}
@media screen and (max-width: 992px) {
  .p-reserveConceptV2__word > li {
    margin: 15px 30px;
  }
}
@media screen and (max-width: 750px) {
  .p-reserveConceptV2__word > li {
    width: 36vw;
    margin: 0;
  }
}
.p-reserveConceptV2__word-en {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-top: -0.5em;
}
.p-reserveConceptV2__word-kanji {
  font-size: 72px;
  font-size: 4.5rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .p-reserveConceptV2__word-kanji {
    font-size: 30px;
    font-size: 1.875rem;
    font-size: 9.6vw;
  }
}
.p-reserveConceptV2__word-meaning {
  font-size: 24px;
  font-size: 1.5rem;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-reserveConceptV2__word-meaning {
    font-size: 3.2vw;
  }
}

.p-reserveRiceV2__ttl {
  margin: 130px 0 60px;
}
@media screen and (max-width: 750px) {
  .p-reserveRiceV2__ttl {
    margin: 14.6666666667vw 0 50px;
  }
}
.p-reserveRiceV2__ttl-top {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .p-reserveRiceV2__ttl-top {
    font-size: max(3.2vw, 14px);
  }
}
.p-reserveRiceV2__ttl-mid {
  display: block;
  font-size: 48px;
  font-size: 3rem;
  margin-top: 0.3em;
}
@media screen and (max-width: 750px) {
  .p-reserveRiceV2__ttl-mid {
    font-size: 6.4vw;
  }
}
.p-reserveRiceV2__ttl-btm {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  .p-reserveRiceV2__ttl-btm {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-reserveRiceV2__txt {
  letter-spacing: 0.1em;
  font-size: 17px;
  font-size: 1.0625rem;
  font-feature-settings: "palt";
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .p-reserveRiceV2__txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-reserveRiceV2__txt + .p-reserveRiceV2__txt {
  margin-top: 2em;
}
.p-reserveRiceV2__photo {
  margin: 90px auto 0;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-reserveRiceV2__photo {
    margin-top: 50px;
  }
}

.p-reserveTasteV2 {
  margin-top: 160px;
}
@media screen and (max-width: 750px) {
  .p-reserveTasteV2 {
    margin-top: 21.3333333333vw;
  }
}
.p-reserveTasteV2__ttl {
  margin: 160px 0 40px;
}
@media screen and (max-width: 750px) {
  .p-reserveTasteV2__ttl {
    margin: 13.3333333333vw 0 30px;
  }
}
.p-reserveTasteV2__hook {
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
}
.p-reserveTasteV2--11 .p-reserveTasteV2__hook {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .p-reserveTasteV2__hook {
    font-size: 4.8vw;
  }
  .p-reserveTasteV2--11 .p-reserveTasteV2__hook {
    font-size: 5.6vw;
  }
}
.p-reserveTasteV2__txt {
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-top: 1.5em;
}
@media screen and (max-width: 750px) {
  .p-reserveTasteV2__txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.p-reserveAchieve {
  background: #f7f6f1;
  margin-top: 150px;
  padding: 140px 0 160px;
}
@media screen and (max-width: 750px) {
  .p-reserveAchieve {
    margin-top: 17.3333333333vw;
    padding: 16vw 0;
  }
}
.p-reserveAchieve__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-reserveAchieve__ttl {
    font-size: max(3.2vw, 14px);
    margin-top: 6.6666666667vw;
  }
}
.p-reserveAchieve__intro {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 1.5em;
}
@media screen and (max-width: 750px) {
  .p-reserveAchieve__intro {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-reserveAchieve .achieve-slider {
  background: #FFF;
  height: 110px;
  margin: 90px 0;
  overflow: hidden;
}
.p-reserveAchieve .achieve-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.p-reserveAchieve .achieve-slider .swiper-slide {
  margin-right: 70px;
  width: auto;
  min-width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-reserveAchieve .achieve-slider .swiper-slide {
    margin-right: 50px;
  }
}
.p-reserveAchieve .achieve-slider .swiper-slide img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}
.p-reserveAchieve__map {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .p-reserveAchieve__map {
    flex-direction: column;
  }
}
.p-reserveAchieve__map-img {
  flex: 0 1 auto;
}
@media screen and (max-width: 750px) {
  .p-reserveAchieve__map-img {
    width: 100%;
    margin: 0 -15px;
  }
}
.p-reserveAchieve__map-txt {
  line-height: 1.875;
  margin-right: 6.5%;
  flex: 0 0 auto;
}
@media screen and (max-width: 750px) {
  .p-reserveAchieve__map-txt {
    width: 100%;
    padding: 0 4%;
    margin-top: 13.3333333333vw;
  }
}
.p-reserveAchieve__map-txt p + p {
  margin-top: 1.2em;
}

.p-reserveCTA-V2 .l-productMain__img {
  padding: 0;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA-V2 .l-productMain__img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-reserveCTA-V2 .l-productMain__cont {
  padding: 0 0 0 40px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA-V2 .l-productMain__cont {
    padding: 0 10px;
  }
}
.p-reserveCTA-V2__ttl {
  margin: 130px 0 60px;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA-V2__ttl {
    margin-top: 80px;
  }
}
.p-reserveCTA-V2__ttl-jp {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA-V2__ttl-jp {
    font-size: max(3.2vw, 16px);
  }
}
.p-reserveCTA-V2__info {
  padding-top: 10px;
}
.p-reserveCTA-V2__info-time {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA-V2__info-time {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-reserveCTA-V2__info-name {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (max-width: 750px) {
  .p-reserveCTA-V2__info-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-reserveCTA-V2__info-name span {
  font-size: 0.8em;
}
.p-reserveCTA-V2__info-exp {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 5px;
}
.p-reserveCTA-V2 .fs-c-productSalesPeriod {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-giftV2 {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .p-giftV2 {
    margin-top: 12vw;
  }
}
.p-giftV2__cont {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-giftV2__cont {
    display: block;
  }
}
.p-giftV2__cont figure {
  text-align: center;
  display: block;
  max-width: 610px;
}
.p-giftV2__txt {
  width: fit-content;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
}
@media screen and (max-width: 750px) {
  .p-giftV2__txt {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 20px;
  }
}
.p-giftV2__txt p + p {
  margin-top: 1.25em;
}
.p-giftV2__txt p:first-of-type {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .p-giftV2__txt p:first-of-type {
    font-size: max(2.6666666667vw, 16px);
  }
}
.p-giftV2__txt span {
  display: inline-block;
}

.p-reserveFlowV2 {
  background: #f7f6f1;
  margin-top: 60px;
  padding: 60px 8% 50px;
}
@media screen and (max-width: 576px) {
  .p-reserveFlowV2 {
    margin-top: 40px;
    padding: 40px 5%;
  }
}
.p-reserveFlowV2__ttl {
  margin: 0 auto;
  width: fit-content;
  line-height: 1;
}
.p-reserveFlowV2__list {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .p-reserveFlowV2__list {
    margin-top: 30px;
  }
}
.p-reserveFlowV2__list > li {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 750px) {
  .p-reserveFlowV2__list > li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-reserveFlowV2__list > li + li {
  margin-top: 10px;
}
.p-reserveFlowV2__credit {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.875;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-reserveFlowV2__credit {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.p-reserveFlowV2__credit-ttl {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .p-reserveFlowV2__credit-ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 993px) {
  .bl_complete {
    text-align: center;
  }
}
.bl_complete p {
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .bl_complete p {
    font-size: 14px;
  }
}

.termsSection {
  margin-top: 35px;
}
@media screen and (max-width: 750px) {
  .termsSection {
    margin-top: 30px;
  }
}
.termsSection_wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  line-height: 2;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .termsSection_wrap {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media screen and (max-width: 750px) {
  .termsSection_wrap {
    padding-top: 13.3333333333%;
    padding-bottom: 13.3333333333%;
  }
}
.termsSection_topttl {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.termsSection_ttl {
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 20px;
}
.termsSection_cont {
  padding-left: 1em;
}
.termsSection_cont > * {
  margin-top: 20px;
}
.termsSection ul li, .termsSection ol li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
.termsSection ul li + li, .termsSection ol li + li {
  margin-top: 3px;
}

.fs-c-button--primary {
  max-width: 310px;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 0;
  width: 100%;
  height: 60px;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .fs-c-button--primary {
    max-width: 100%;
  }
}

.fs-c-button--secondary {
  max-width: 310px;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 0;
  width: 100%;
  height: 60px;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .fs-c-button--secondary {
    max-width: 100%;
  }
}

.fs-c-button--standard {
  font-size: 1rem;
}

.fs-c-textLink {
  text-decoration: underline;
}

.fs-c-buttonContainer {
  margin-top: 24px;
}
.fs-c-buttonContainer + .fs-c-buttonContainer {
  margin-top: 5px;
}

.fs-body-register .p-pageTitle, .fs-body-register-success .p-pageTitle {
  padding: 20px 0;
}

.fs-c-inputInformation__field {
  max-width: 980px;
}

.fs-c-requiredMark {
  width: 33px;
  width: 33px;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.fs-c-requiredMark::before {
  content: "必須";
  width: 100%;
  height: 15px;
  background: #000;
  color: #FFF;
  border-radius: 3px;
  font-size: 10px;
  font-size: 0.625rem;
}

.fs-c-inputTable__headerCell {
  margin-bottom: 10px;
}
.fs-c-registerSuccessMessage p + p {
  margin-top: 1.5em;
}

.fs-body-cart-login .fs-c-inputInformation__field, .fs-body-my-account-password .fs-c-inputInformation__field, .fs-body-forgotPassword .fs-c-inputInformation__field, .fs-body-merge .fs-c-inputInformation__field, .fs-body-membershipCardAuth .fs-c-inputInformation__field, .fs-body-newsletter-subscribe .fs-c-inputInformation__field, .fs-body-newsletter-subscribe-verification .fs-c-inputInformation__field, .fs-body-newsletter-unsubscribe .fs-c-inputInformation__field, .fs-body-line-login .fs-c-inputInformation__field, .fs-body-linkOrder .fs-c-inputInformation__field, .fs-body-review-login .fs-c-inputInformation__field, .fs-body-wishlist-login .fs-c-inputInformation__field {
  background: none;
}
@media screen and (max-width: 750px) {
  .fs-body-cart-login .fs-c-inputInformation__field, .fs-body-my-account-password .fs-c-inputInformation__field, .fs-body-forgotPassword .fs-c-inputInformation__field, .fs-body-merge .fs-c-inputInformation__field, .fs-body-membershipCardAuth .fs-c-inputInformation__field, .fs-body-newsletter-subscribe .fs-c-inputInformation__field, .fs-body-newsletter-subscribe-verification .fs-c-inputInformation__field, .fs-body-newsletter-unsubscribe .fs-c-inputInformation__field, .fs-body-line-login .fs-c-inputInformation__field, .fs-body-linkOrder .fs-c-inputInformation__field, .fs-body-review-login .fs-c-inputInformation__field, .fs-body-wishlist-login .fs-c-inputInformation__field {
    padding: 16px 0;
  }
}

.fs-body-review-write .fs-c-reveiwNotes {
  padding: 20px 10px;
}
.fs-body-review-write .fs-c-reveiwNotes h3 {
  margin-bottom: 10px;
  font-weight: bold;
}

.fs-body-newsletter-subscribe .fs-c-inputInformation__field .fs-c-privacyPolicyAgreeField {
  display: none;
}

.fs-body-login .fs-c-loginForm {
  margin: 0;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .fs-c-subSection + .fs-c-subSection {
    margin-top: 80px;
  }
}

.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
  border-bottom: 1px solid #b5b5b5;
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 5px 15px 5px;
}

.fs-c-newUsers__title {
  margin-bottom: 20px;
}

.fs-c-linkedServiceLogin {
  margin-top: 50px;
}
.fs-c-linkedServiceLogin__title {
  text-align: center;
  border-bottom: none;
}

.fs-body-login .fs-c-inputInformation__field {
  background: none;
}

.fs-c-inputInformation__button {
  margin-top: 24px;
}
.fs-c-inputInformation__link {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}

.fs-body-my-top .fs-l-account {
  display: block;
}
.fs-body-my-top .fs-p-accountInfo {
  background: none;
}

.fs-body-my-top .fs-c-accountService {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px 3%;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .fs-body-my-top .fs-c-accountService {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .fs-body-my-top .fs-c-accountService {
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
}
.fs-c-accountService__page {
  height: 78px;
  margin: 0;
}
.fs-c-accountService__page--accountDelete {
  grid-column: span 3;
}
@media screen and (max-width: 992px) {
  .fs-c-accountService__page--accountDelete {
    grid-column: span 2;
  }
}
@media screen and (max-width: 576px) {
  .fs-c-accountService__page--accountDelete {
    grid-column: span 1;
  }
}
.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink::before {
  content: none;
}
.fs-c-accountService__pageLink {
  position: relative;
}
.fs-c-accountService__pageLink::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #545454;
  border-right: solid 2px #545454;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.fs-c-accountService__pageLink__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fs-c-accountService__pageLink__label:not(.fs-c-accountService__page--accountDelete) {
  font-size: 1em;
}
.fs-c-accountService__page .fs-c-accountService__pageLink__label:not(.fs-c-accountService__page--accountDelete)::before {
  margin: 0 10px 0 20px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .fs-c-accountService__page .fs-c-accountService__pageLink__label:not(.fs-c-accountService__page--accountDelete)::before {
    margin: 0 10px;
    width: 54px;
  }
}

@media screen and (max-width: 576px) {
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 16px;
    font-size: 1rem;
  }
}

.fs-p-announcement__title {
  font-size: clamp(20px, 3.2vw, 24px);
  margin-bottom: 20px;
}

.fs-c-cartTableContainer {
  border: 1px solid #eee;
  border-radius: 0;
  padding: 1px;
}

.fs-c-cartTable__headerCell {
  background: #f2f2f2;
}
.fs-c-cartTable__headerCell:not(:last-of-type) {
  border-right: 1px solid #eeebeb;
}

.fs-c-cartTable__actionButton__container > button {
  font-size: 1rem;
}

@media screen and (max-width: 600px) {
  .fs-c-cartTable__dataCell--subtotal,
  .fs-c-cartTable__dataCell--unitPrice {
    font-size: 1.4rem;
  }
}
.fs-body-cart .fs-l-cart__sideColumn {
  border: none;
  padding: 0;
}

.fs-c-orderTotalTable__mainRow > td {
  font-size: 1.125em;
}

.fs-c-cartPayment,
.fs-c-payWithAmazon {
  font-size: 0.8rem;
}

.fs-c-checkoutServiceDisabled__message {
  font-size: inherit;
}

.fs-c-checkout-customerInfo__name {
  font-size: 1.2rem;
}

.fs-c-checkout-destination__name {
  font-size: 1.2rem;
}

.fs-c-checkout-delivery__method__title {
  font-size: 1.2rem;
}

.fs-c-checkout-confirmationList > dd {
  font-size: 1rem;
}

.fs-c-checkout-preview__title {
  font-size: 1.2rem;
  padding: 0 0 12px;
  margin: 0 0 12px;
}
.fs-c-checkout-preview .fs-c-buttonContainer {
  margin-top: 0;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td,
.fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
  font-size: 1.2rem;
}

.fs-c-totalAndActions button:not(.fs-c-button--image) {
  font-size: 1.2rem;
}

.fs-c-checkout-paymentMethod__disabledMessage {
  font-size: 0.9em;
}

.fs-c-checkout-addressee__data__name {
  font-size: 1.2rem;
}