@charset "UTF-8";
/* ============================================ */
/* Common css */
/* ============================================ */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* EOF */
/* ============================================ */
/* Variables css */
/* ============================================ */
/* Colors */
/* Font */
@font-face {
  font-family: "Bodoni72";
  font-weight: normal;
  src: url("/assets/font/bdni72-book.woff2") format("woff2"), url("/assets/font/bdni72-book.woff") format("woff");
}
@font-face {
  font-family: "Bodoni72";
  font-weight: bold;
  src: url("/assets/font/bdni72-bold.woff2") format("woff2"), url("/assets/font/bdni72-bold.woff") format("woff");
}
/* Break Point */
/* EOF */
/* ============================================ */
/* mixins */
/* ============================================ */
/* 以下、記載方法
@include respond-to(sm) {
  // スマホ向けのスタイルをここに記述
}

// デスクトップ用
@include respond-to(md) {
  // デスクトップ向けのスタイルをここに記述
}
*/
/* EOF */
/* ============================================ */
/* Loading css */
/* ============================================ */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.loader {
  border: 5px solid rgba(207, 207, 207, 0.2);
  border-top: 5px solid #CFCFCF;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* EOF */
/* ============================================ */
/* Base css */
/* ============================================ */
body {
  width: 100%;
  height: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "游明朝", "MS PMincho", serif;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  background-color: #FFFFFF;
}
body.is-fixed {
  position: fixed;
}
@media print, screen and (min-width: 567px) {
  body.is-fixed .contents-wrapper {
    overflow: visible !important; /* 隠れていないか確認 */
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

svg {
  shape-rendering: geometricPrecision; /* アンチエイリアスを強化 */
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-align: unset;
}

@media print, screen and (min-width: 567px) {
  .show-sp {
    display: none;
  }
}
@media print, screen and (max-width: 566px) {
  .show-pc {
    display: none;
  }
}
/* EOF */
/* ============================================ */
/* Fade animation css */
/* 【注意】
/*  アンカーリンク先にはスクロールエフェクト用クラス
/*  fade-upなどを付与しない
/* ============================================ */
.fade-in {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade-in.is-visible,
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.no-js .fade-in,
.no-js .fade-up {
  opacity: 1;
  transform: none;
  transition: none;
}

/* EOF */
/* ============================================ */
/* Footer css */
/* ============================================ */
footer {
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
}
footer .footer-wrapper .footer-inner #copyright {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "游明朝", "MS PMincho", serif;
  font-size: 14px;
  width: 100%;
  text-align: center;
  padding: 9.0909090909vw 2.9090909091vw;
}
@media print, screen and (min-width: 567px) {
  footer .footer-wrapper .footer-inner #copyright {
    padding: 50px;
  }
}

/* EOF */
/* ============================================ */
/* Header SCSS */
/* ============================================ */
header {
  -moz-user-select: none;
  user-select: none; /* テキスト選択を無効化 */
  -webkit-user-select: none; /* Safari用 */
  -ms-user-select: none; /* 旧バージョンのIE用 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
header .btn-menu {
  cursor: pointer !important;
  position: absolute;
  z-index: 12;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 10px;
  width: 64px;
  height: 64px;
  top: 10px;
  right: 12px;
  background-color: unset;
}
@media print, screen and (min-width: 598px) {
  header .btn-menu {
    background-color: #FFFFFF;
  }
}
header .btn-menu.hamburger {
  opacity: 1;
  visibility: visible;
}
header .btn-menu.close {
  opacity: 0;
  visibility: hidden;
  top: 0px;
}
header .btn-menu .line-icon {
  width: 24px;
  height: 30px;
  margin-bottom: 2px;
  margin-top: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .btn-menu .line-icon span {
  position: absolute;
  display: block;
  left: 0;
  width: 24px;
  height: 1px;
  border-radius: 1px;
  background: #459FA8;
}
header .btn-menu .line-icon span:nth-child(1) {
  transform: translateY(-8px) rotate(0deg);
}
header .btn-menu .line-icon span:nth-child(3) {
  transform: translateY(8px) rotate(0deg);
}
header .btn-menu .text {
  font-family: "Bodoni72", serif;
  font-weight: "book";
  color: #459FA8;
  font-size: 18px;
  height: 20px;
  width: 50px;
  text-align: center;
  position: relative;
}
header .btn-menu .text img {
  margin: 0 auto;
}
header .btn-menu .text #text-menu,
header .btn-menu .text #text-close {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
header .btn-menu .text #text-menu {
  opacity: 1;
}
header .btn-menu .text #text-close {
  opacity: 0;
}
@media print, screen and (min-width: 567px) {
  header.is-open .btn-menu {
    background-color: #459FA8;
  }
}
header.is-open .btn-menu.hamburger {
  opacity: 0;
  visibility: hidden;
}
header.is-open .btn-menu.close {
  opacity: 1;
  visibility: visible;
  top: 0px;
}
header.is-open .line-icon span {
  background: #FFFFFF;
  width: 52px;
  height: 3px;
}
header.is-open .line-icon span:nth-child(1) {
  transform: translateY(0px) rotate(45deg);
}
header.is-open .line-icon span:nth-child(2) {
  transform: translateY(0px) rotate(-45deg);
}
header.is-open .text #text-menu {
  opacity: 0;
}
header.is-open .text #text-close {
  opacity: 1;
}

/* EOF */
/* ============================================ */
/* Menu SCSS */
/* ============================================ */
header {
  /* .menu */
}
header .menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  transform: none !important;
  background-color: rgba(0, 0, 0, 0);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s ease, background-color 0.4s ease 0.2s;
  /* nav */
}
header .menu nav {
  position: relative;
  background-color: #459FA8;
  height: 100vh;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.4s ease 0.2s;
  max-width: 100%;
  padding: 90px 25px 25px;
  transition: padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  /* ul.menu-items */
}
@media print, screen and (min-width: 462px) {
  header .menu nav {
    max-width: 445px;
    margin-left: calc(100% - 445px);
    padding: 100px 30px 30px;
  }
}
@media print, screen and (min-width: 567px) {
  header .menu nav {
    padding: 150px 30px 30px;
  }
}
header .menu nav ul.menu-items {
  display: flex;
  flex-direction: column;
  /* li */
}
header .menu nav ul.menu-items li {
  position: relative;
  opacity: 0; /* 初期状態で非表示 */
  transform: translateX(100px); /* 初期位置を右側に設定 */
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.5, 1), transform 0.3s cubic-bezier(0.4, 0, 0.5, 1);
  transition-delay: var(--delay); /* 遅延を設定 */
  /* 開いた時のアニメーション */
}
header .menu nav ul.menu-items li.menu-item {
  margin-bottom: 30px;
}
header .menu nav ul.menu-items li.menu-item a {
  position: relative;
  display: flex;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  /* ホバー時に透過レイヤーをふわっと表示 */
}
header .menu nav ul.menu-items li.menu-item a .txt {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 3.595505618vw;
  font-weight: bold;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .menu nav ul.menu-items li.menu-item a .txt span {
  font-size: 2.6966292135vw;
  font-weight: bold;
}
@media print, screen and (min-width: 462px) {
  header .menu nav ul.menu-items li.menu-item a .txt {
    font-size: 16px;
  }
  header .menu nav ul.menu-items li.menu-item a .txt span {
    font-size: 12px;
  }
}
header .menu nav ul.menu-items li.menu-item a:hover::after {
  opacity: 0.2;
}
header .menu nav ul.menu-items li.menu-item.--LunchCourse a, header .menu nav ul.menu-items li.menu-item.--DinnerCourse a, header .menu nav ul.menu-items li.menu-item.--Access a {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-repeat: no-repeat;
  background-position: left center;
  margin: auto 0;
  padding-left: 15.2808988764vw;
  height: 10.7865168539vw;
  display: flex;
  align-items: center;
}
header .menu nav ul.menu-items li.menu-item.--LunchCourse a .txt, header .menu nav ul.menu-items li.menu-item.--DinnerCourse a .txt, header .menu nav ul.menu-items li.menu-item.--Access a .txt {
  font-family: "Bodoni72", serif;
  font-size: 8.5393258427vw;
  font-weight: bold;
}
@media print, screen and (min-width: 462px) {
  header .menu nav ul.menu-items li.menu-item.--LunchCourse a .txt, header .menu nav ul.menu-items li.menu-item.--DinnerCourse a .txt, header .menu nav ul.menu-items li.menu-item.--Access a .txt {
    font-size: 38px;
  }
}
header .menu nav ul.menu-items li.menu-item.--LunchCourse a:hover, header .menu nav ul.menu-items li.menu-item.--DinnerCourse a:hover, header .menu nav ul.menu-items li.menu-item.--Access a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 462px) {
  header .menu nav ul.menu-items li.menu-item.--LunchCourse a, header .menu nav ul.menu-items li.menu-item.--DinnerCourse a, header .menu nav ul.menu-items li.menu-item.--Access a {
    padding-left: 68px;
    height: 48px;
  }
}
header .menu nav ul.menu-items li.menu-item.--LunchCourse a, header .menu nav ul.menu-items li.menu-item.--DinnerCourse a {
  background-image: url("/assets/img/menu/menu-icon-circle.svg");
  background-size: 10.7865168539vw 10.7865168539vw;
}
@media print, screen and (min-width: 462px) {
  header .menu nav ul.menu-items li.menu-item.--LunchCourse a, header .menu nav ul.menu-items li.menu-item.--DinnerCourse a {
    background-size: 48px 48px;
  }
}
header .menu nav ul.menu-items li.menu-item.--Access a {
  background-image: url("/assets/img/menu/menu-icon-access.svg");
  background-size: 7.191011236vw 10.7865168539vw;
}
@media print, screen and (min-width: 462px) {
  header .menu nav ul.menu-items li.menu-item.--Access a {
    background-size: 32px 48px;
  }
}
header .menu nav ul.menu-items li.menu-item.--Reserve a {
  border-radius: 8px;
  background-color: #FFFFFF;
  height: auto !important;
  width: 100%;
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
header .menu nav ul.menu-items li.menu-item.--Reserve a .txt {
  display: block;
  padding: 5.6179775281vw;
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Yu Gothic", "游ゴシック", "Meiryo", sans-serif;
  color: #459FA8;
  font-size: 4.0449438202vw;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media print, screen and (min-width: 462px) {
  header .menu nav ul.menu-items li.menu-item.--Reserve a .txt {
    padding: 25px;
  }
}
@media print, screen and (min-width: 462px) {
  header .menu nav ul.menu-items li.menu-item.--Reserve a .txt {
    font-size: 18px;
  }
}
header .menu nav ul.menu-items li.menu-item.--Reserve a .txt span {
  display: block;
  padding-top: 1.1235955056vw;
  font-size: 4.9438202247vw;
  text-transform: uppercase;
}
@media print, screen and (min-width: 462px) {
  header .menu nav ul.menu-items li.menu-item.--Reserve a .txt span {
    padding-top: 5px;
    font-size: 22px;
  }
}
header .menu nav ul.menu-items li.menu-item.--Reserve a:hover {
  opacity: 0.7;
}
header .menu nav ul.menu-items li.is-visible {
  opacity: 1; /* 表示 */
  transform: translateX(0); /* 左側に移動 */
}
header .menu .menu-logo {
  margin: 20px auto 0;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: var(--delay);
}
header .menu .menu-logo.is-visible {
  opacity: 1;
  transform: translateX(0);
}
header .menu .menu-logo a {
  text-align: center;
  width: 200px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
header .menu .menu-logo a img {
  max-width: 200px;
  width: 44.9438202247vw;
  height: auto;
  margin: 0 auto;
}
header .menu .menu-logo a:hover {
  opacity: 0.7;
}
header.is-open .menu {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
header.is-open nav {
  transform: translateX(0);
}
header.is-closing .menu {
  background-color: rgba(0, 0, 0, 0);
}
header.is-closing nav {
  transform: translateX(100%);
}

/* EOF */
/* ============================================ */
/* Contents css */
/* ============================================ */
/* ページ内容は普通に前面に */
.site-content {
  position: relative;
  z-index: 0; /* 背景より前ならOK。必要なら 1 以上に */
  /* ここに通常のレイアウトや余白など */
}

.all-elements {
  position: relative;
  width: 100%;
  height: 100%;
}

#lobbylight {
  position: relative;
  width: 100%;
  height: 100%;
}
#lobbylight::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-size: cover !important;
  background: url("../img/bg/bg-2.jpg") no-repeat center center;
  mix-blend-mode: screen; /* 光らしい合成モード */
  animation: lightShimmer 4s ease-in-out infinite;
  opacity: 1; /* 基本の透明度 */
}
@supports (background-image: url("data:image/webp;base64,UklGRhIAAABXRUJQVlA4IC4AAAAvAAAAFf//AA==")) {
  #lobbylight::before {
    background: url("../img/bg/bg-2.webp") no-repeat center center;
  }
}

@keyframes lightShimmer {
  0% {
    opacity: 0.5;
    transform: scale(1);
    filter: brightness(1) blur(0px);
  }
  25% {
    opacity: 0.8;
    filter: brightness(1.1) blur(0.5px);
  }
  50% {
    opacity: 0.6;
    filter: brightness(0.9) blur(1px);
  }
  75% {
    opacity: 0.9;
    filter: brightness(1.2) blur(0.3px);
  }
  100% {
    opacity: 0.5;
    filter: brightness(1) blur(0px);
  }
}
.shimmer-variation-1 {
  animation: lightShimmerVar1 3.5s ease-in-out infinite !important;
}

.shimmer-variation-2 {
  animation: lightShimmerVar2 5s ease-in-out infinite !important;
}

@keyframes lightShimmerVar1 {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1) rotate(0deg);
    filter: hue-rotate(0deg) brightness(1);
  }
  33% {
    opacity: 0.8;
    transform: scale(1.03) rotate(0.5deg);
    filter: hue-rotate(10deg) brightness(1.1);
  }
  66% {
    opacity: 0.6;
    transform: scale(0.97) rotate(-0.3deg);
    filter: hue-rotate(-5deg) brightness(0.9);
  }
}
@keyframes lightShimmerVar2 {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1) translateX(0) translateY(0);
    filter: brightness(1) saturate(1);
  }
  20% {
    opacity: 0.7;
    transform: scale(1.01) translateX(1px) translateY(-1px);
    filter: brightness(1.2) saturate(1.1);
  }
  40% {
    opacity: 0.5;
    transform: scale(0.99) translateX(-1px) translateY(1px);
    filter: brightness(0.8) saturate(0.9);
  }
  60% {
    opacity: 0.9;
    transform: scale(1.02) translateX(2px) translateY(0px);
    filter: brightness(1.3) saturate(1.2);
  }
  80% {
    opacity: 0.4;
    transform: scale(0.98) translateX(-1px) translateY(-1px);
    filter: brightness(0.9) saturate(0.8);
  }
}
@media print, screen and (min-width: 567px) {
  .contents-wrapper {
    position: relative;
    height: 100vh;
    /*overflow-y: auto*/
  }
}

.contents {
  position: relative;
  padding: 0;
}
@media print, screen and (max-width: 566px) {
  .contents {
    max-width: 100%;
    margin: 0;
  }
}
@media print, screen and (min-width: 567px) {
  .contents {
    max-width: 550px;
    margin: 0 auto;
  }
}
.contents main section .inner {
  padding: 0 5.4545454545vw;
}
@media print, screen and (min-width: 567px) {
  .contents main section .inner {
    padding: 0 30px;
  }
}

.top-section {
  background: rgba(0, 0, 0, 0);
  height: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 9.0909090909vw;
}
@media print, screen and (min-width: 567px) {
  .top-section {
    padding-top: 3.6363636364vw;
  }
}

.kv {
  transition: 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  margin-bottom: 5.4545454545vw;
}
.kv .top-logo {
  text-align: center;
}
.kv .top-logo .kv-logo {
  width: 35%;
  height: auto;
  margin: auto;
  filter: drop-shadow(0 0 5px #000);
}
@media print, screen and (min-width: 567px) {
  .kv .top-logo .kv-logo {
    width: 35%;
  }
}

.article-all {
  padding-top: 35px;
  padding-bottom: 35px;
  background: white;
}

.deco {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
  font-family: "Bodoni72", serif;
  font-weight: bold;
  font-size: 5.0909090909vw;
}
@media print, screen and (min-width: 567px) {
  .deco {
    font-size: 28px;
  }
}
.deco::before, .deco::after {
  display: flex;
  content: "";
  height: 5.8181818182vw;
  width: 5.4545454545vw;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 567px) {
  .deco::before, .deco::after {
    height: 32px;
    width: 30px;
  }
}
.deco::before {
  background-image: url("../img/common/deco-heading-left.svg");
  background-position: left center;
  padding-right: 1.8181818182vw;
}
@media print, screen and (min-width: 567px) {
  .deco::before {
    padding-right: 10px;
  }
}
.deco::after {
  background-image: url("../img/common/deco-heading-right.svg");
  background-position: right center;
  padding-left: 1.8181818182vw;
}
@media print, screen and (min-width: 567px) {
  .deco::after {
    padding-left: 10px;
  }
}

.deco-sub {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.deco-sub::before, .deco-sub::after {
  display: flex;
  content: "";
  height: 3.6363636364vw;
  width: 3.6363636364vw;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 567px) {
  .deco-sub::before, .deco-sub::after {
    height: 20px;
    width: 20px;
  }
}
.deco-sub::before {
  background-image: url("../img/common/deco-staff-left.svg");
  background-position: left center;
  padding-right: 1.8181818182vw;
}
@media print, screen and (min-width: 567px) {
  .deco-sub::before {
    padding-right: 15px;
  }
}
.deco-sub::after {
  background-image: url("../img/common/deco-staff-right.svg");
  background-position: right center;
  padding-left: 1.8181818182vw;
}
@media print, screen and (min-width: 567px) {
  .deco-sub::after {
    padding-left: 10px;
  }
}

.subheading {
  margin-bottom: 30px;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "游明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1.7;
  font-size: 4.3636363636vw;
}
@media print, screen and (min-width: 567px) {
  .subheading {
    font-size: 24px;
  }
}

.subheading-bdn72 {
  margin-bottom: 30px;
  font-family: "Bodoni72", serif;
  font-weight: bold;
  line-height: 1.7;
  font-size: 6.9090909091vw;
}
@media print, screen and (min-width: 567px) {
  .subheading-bdn72 {
    font-size: 38px;
  }
}

.subheading-mincho {
  margin-bottom: 30px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "游明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1.6;
}
.subheading-mincho.fs20 {
  font-size: 3.6363636364vw;
}
@media print, screen and (min-width: 567px) {
  .subheading-mincho.fs20 {
    font-size: 20px;
  }
}
.subheading-mincho.fs28 {
  font-size: 5.0909090909vw;
}
@media print, screen and (min-width: 567px) {
  .subheading-mincho.fs28 {
    font-size: 28px;
  }
}

p {
  text-align: left;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "游明朝", "MS PMincho", serif;
  line-height: 1.6;
}

.fs16 {
  font-size: 2.9090909091vw !important;
}
@media print, screen and (min-width: 567px) {
  .fs16 {
    font-size: 16px !important;
  }
}

.fs20 {
  font-size: 3.6363636364vw !important;
}
@media print, screen and (min-width: 567px) {
  .fs20 {
    font-size: 20px !important;
  }
}

.image-wrapper {
  margin: 8.1818181818vw 0;
}
@media print, screen and (min-width: 567px) {
  .image-wrapper {
    margin: 45px 0;
  }
}
.image-wrapper.chef {
  margin: 0 0 8.1818181818vw;
  text-align: center;
}
@media print, screen and (min-width: 567px) {
  .image-wrapper.chef {
    margin: 0 0 45px;
  }
}
.image-wrapper.chef img {
  max-width: 280px;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 567px) {
  .image-wrapper.chef img {
    max-width: 310px;
  }
}
.image-wrapper.staff {
  display: flex;
  margin: 0 0 45px;
}

ul.list-disc {
  list-style-type: disc;
  margin-left: 4vw;
}
@media print, screen and (min-width: 567px) {
  ul.list-disc {
    margin-left: 22px;
  }
}
ul.list-disc li {
  padding-top: 1.8181818182vw;
  font-size: 3.6363636364vw;
}
@media print, screen and (min-width: 567px) {
  ul.list-disc li {
    padding-top: 10px;
    font-size: 20px;
  }
}
ul.list-disc li:first-child {
  padding-top: 0;
}

dl {
  display: flex;
  flex-wrap: wrap;
}
dl dt, dl dd {
  font-weight: normal;
  padding-top: 2.7272727273vw;
  font-size: 3.6363636364vw;
}
@media print, screen and (min-width: 567px) {
  dl dt, dl dd {
    padding-top: 15px;
    font-size: 20px;
  }
}
dl dt {
  width: 40%;
}
dl dd {
  width: 60%;
}

.reserve-btn {
  padding: 0 10.9090909091vw;
  margin-bottom: 14.5454545455vw;
}
@media print, screen and (min-width: 462px) {
  .reserve-btn {
    padding: 0 60px;
    margin-bottom: 80px;
  }
}
.reserve-btn a {
  border-radius: 8px;
  background-color: #459FA8;
  font-weight: bold;
  height: auto !important;
  width: 100%;
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.reserve-btn a .txt {
  display: block;
  padding: 4.5454545455vw;
  width: 100%;
  height: auto;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Yu Gothic", "游ゴシック", "Meiryo", sans-serif;
  color: #FFFFFF;
  font-size: 3.2727272727vw;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media print, screen and (min-width: 462px) {
  .reserve-btn a .txt {
    padding: 25px;
  }
}
@media print, screen and (min-width: 462px) {
  .reserve-btn a .txt {
    font-size: 18px;
  }
}
.reserve-btn a .txt span {
  display: block;
  padding-top: 0.9090909091vw;
  font-size: 4vw;
  text-transform: uppercase;
}
@media print, screen and (min-width: 462px) {
  .reserve-btn a .txt span {
    padding-top: 5px;
    font-size: 22px;
  }
}
.reserve-btn a:hover {
  opacity: 0.7;
}
.map {
  padding-left: 6.3636363636vw;
}
@media print, screen and (min-width: 462px) {
  .map {
    padding-left: 35px;
  }
}
.map img {
  width: 27.2727272727vw;
  height: auto;
}
@media print, screen and (min-width: 462px) {
  .map img {
    width: 150px;
  }
}

/* EOF */
/* ============================================ */
/* SNS Buttons css */
/* ============================================ */
.sns-btn {
  display: flex;
  justify-content: center;
  padding-bottom: 5.4545454545vw;
}
@media print, screen and (min-width: 567px) {
  .sns-btn {
    padding-bottom: 1.8181818182vw;
  }
}
.sns-btn li {
  padding: 8px;
  filter: drop-shadow(0 0 5px #000);
}
.sns-btn li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 10.9090909091vw;
  height: 10.9090909091vw;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media print, screen and (min-width: 567px) {
  .sns-btn li a {
    width: 60px;
    height: 60px;
  }
}
.sns-btn li a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sns-btn li a:hover {
  opacity: 0.7;
}

header .sns-btn li {
  filter: drop-shadow(0 0 0px rgba(0, 0, 0, 0));
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition-delay: var(--delay);
}
header .sns-btn li.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* EOF */
/* ============================================ */
/* Modal css */
/* ============================================ */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.is-visible {
  opacity: 1;
  visibility: visible;
}
.modal .modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.modal .modal-content.is-loaded {
  opacity: 1;
}
.modal .video-placeholder {
  position: absolute;
  width: 100%;
  aspect-ratio: 16/9;
  background: url("/path/to/placeholder.jpg") center center no-repeat;
  background-size: cover;
  z-index: 2; /* iframe より上に表示 */
}
.modal .modal-youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.modal .modal-youtube iframe {
  display: none; /* 初期状態では非表示 */
  width: 100%;
  height: 100%;
  opacity: 0; /* フェードイン前は透明 */
  transition: opacity 0.5s ease; /* フェードインアニメーション */
}
.modal .modal-close {
  position: absolute;
  top: -56px;
  right: 0;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  cursor: pointer;
  z-index: 1010;
}
.modal .modal-close::before, .modal .modal-close::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 1px;
  background: #FFFFFF;
  transform-origin: center;
}
.modal .modal-close::before {
  transform: rotate(45deg);
}
.modal .modal-close::after {
  transform: rotate(-45deg);
}
.modal .modal-close:hover {
  opacity: 0.8;
}

/* EOF */
/* ============================================ */
/* Movie css */
/* ============================================ */
.video-wrapper {
  padding-left: 5.4545454545vw;
  padding-right: 5.4545454545vw;
}
@media print, screen and (min-width: 567px) {
  .video-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.video-wrapper .video-thumbnail {
  border-radius: 2.9090909091vw;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* 擬似要素で背景画像を設定 */
  /* ホバー時に背景画像を拡大 */
  /* 擬似要素でホワイトオーバーレイを設定 */
  /* サムネール上のプレイボタン画像 */
}
@media print, screen and (min-width: 567px) {
  .video-wrapper .video-thumbnail {
    border-radius: 16px;
  }
}
.video-wrapper .video-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.video-wrapper .video-thumbnail:hover::after {
  transform: scale(1.1);
}
.video-wrapper .video-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3); /* 白の透過30% */
  opacity: 0; /* 初期状態で透明 */
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1); /* フェード効果 */
  z-index: 3; /* 画像よりも前面 */
}
.video-wrapper .video-thumbnail:hover::before {
  opacity: 1; /* 白のオーバーレイを表示 */
}
.video-wrapper .video-thumbnail img {
  position: relative;
  z-index: 2; /* 画像が前面に表示されるように調整 */
  width: 100%;
  height: auto;
}

#top .video-wrapper {
  margin: 9.8181818182vw 0 0;
}
@media print, screen and (min-width: 567px) {
  #top .video-wrapper {
    margin: 54px 0 0;
  }
}
#top .video-wrapper .video-thumbnail::after {
  background-image: url("/assets/img/movie/img-movie-thumb-top.png");
}
@supports (background-image: url("data:image/webp;base64,UklGRhIAAABXRUJQVlA4IC4AAAAvAAAAFf//AA==")) {
  #top .video-wrapper .video-thumbnail::after {
    background-image: url("/assets/img/movie/img-movie-thumb-top.webp");
  }
}

/* EOF */
/* ============================================ */
/* Embla Carousel css */
/* ============================================ */
.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  text-align: center;
  /* 画像を中央にする場合 */
  display: flex;
}

.bg-slideshow {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  z-index: 0; /* 背景として最背面（-1は不可） */
  pointer-events: none; /* クリック貫通 */
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 100svh;
}

/* Swiperコンテナを100%に */
.bg-slideshow .swiper,
.bg-slideshow .swiper-wrapper,
.bg-slideshow .swiper-slide {
  width: 100%;
  height: 100%;
}

/* スライド内のimgを全面カバー */
.bg-slideshow .swiper-slide {
  position: relative;
}

.bg-slideshow .bg-img {
  position: absolute;
  inset: 0; /* top/right/bottom/left:0 と同義 */
  width: 100% !important; /* reset対策 */
  height: 100% !important;
  min-height: 100svh; /* ←コレが超重要（枠の高さを確定） */
  max-width: none; /* resetの max-width:100% 対策（任意） */
  display: block;
  -o-object-fit: cover;
     object-fit: cover; /* 全体を収めたいなら contain / 全面ベタ塗りなら cover */
  -o-object-position: center;
     object-position: center; /* 中央寄せ */
  /* 余白が見えたら、下の背景色でレターボックスを明示（任意） */
  background: #000;
  z-index: -1;
}

/* フェード中だけ少しズームさせる（お好みで） */
/* 画面を少し暗くして前面のテキストを読みやすく（任意） */
.bg-slideshow .bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}

.lunchcourseSwiper, .dinnercourseSwiper {
  margin: 1rem -5.4545454545vw 3rem -5.4545454545vw;
}
@media print, screen and (min-width: 567px) {
  .lunchcourseSwiper, .dinnercourseSwiper {
    margin: 1rem -30px 3rem -30px;
  }
}
.lunchcourseSwiper .swiper-wrapper, .dinnercourseSwiper .swiper-wrapper {
  align-items: stretch;
}
.lunchcourseSwiper .swiper-slide, .dinnercourseSwiper .swiper-slide {
  height: auto;
  opacity: 0.5;
  text-align: left;
}
.lunchcourseSwiper .swiper-slide.swiper-slide-active, .dinnercourseSwiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.lunchcourseSwiper .swiper-slide:nth-child(even), .dinnercourseSwiper .swiper-slide:nth-child(even) {
  background: rgba(225, 225, 225, 0.4);
}
.lunchcourseSwiper .swiper-slide:nth-child(odd), .dinnercourseSwiper .swiper-slide:nth-child(odd) {
  background: rgba(225, 225, 225, 0.4);
}
.lunchcourseSwiper .swiper-slide div, .dinnercourseSwiper .swiper-slide div {
  padding: 20px 15px;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 567px) {
  .lunchcourseSwiper .swiper-slide div, .dinnercourseSwiper .swiper-slide div {
    padding: 30px 30px;
  }
}
.lunchcourseSwiper .swiper-slide div ul, .dinnercourseSwiper .swiper-slide div ul {
  margin: 0 30px;
}
@media print, screen and (min-width: 567px) {
  .lunchcourseSwiper .swiper-slide div ul, .dinnercourseSwiper .swiper-slide div ul {
    margin: 0 30px;
  }
}
.lunchcourseSwiper .swiper-button-next, .lunchcourseSwiper .swiper-button-prev, .dinnercourseSwiper .swiper-button-next, .dinnercourseSwiper .swiper-button-prev {
  width: 13.5px;
  height: 22px;
}
.lunchcourseSwiper .swiper-button-next:after, .lunchcourseSwiper .swiper-button-prev:after, .dinnercourseSwiper .swiper-button-next:after, .dinnercourseSwiper .swiper-button-prev:after {
  font-size: 22px;
}
.lunchcourseSwiper .swiper-button-prev, .dinnercourseSwiper .swiper-button-prev {
  top: -50px;
  left: auto;
  right: 50px;
}
.lunchcourseSwiper .swiper-button-next, .dinnercourseSwiper .swiper-button-next {
  top: -50px;
  right: 10px;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 550px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #459FA8;
  width: 4.9090909091vw;
  height: 8vw;
}
@media print, screen and (min-width: 567px) {
  .swiper-button-next,
  .swiper-button-prev {
    height: 44px;
    width: 27px;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 8vw;
}
@media print, screen and (min-width: 567px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 44px;
  }
}

.swiper-pagination-bullet-active {
  background: #459FA8;
}

/* EOF */
.slider-thumbnail .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.image-wrapper.chef img {
  width: 70%;
}

/* ============================================ */
/* Option css */
/* ============================================ */
.ff-mincho {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Yu Mincho", "游明朝", "MS PMincho", serif;
}

.ff-bondi72 {
  font-family: "Bodoni72", serif;
}

.ff-gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Yu Gothic", "游ゴシック", "Meiryo", sans-serif;
}

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-indexnt6 {
  text-indent: 6px;
}

.text-indexnt7 {
  text-indent: 7px;
}

.text-indexnt8 {
  text-indent: 8px;
}

.text-indexnt9 {
  text-indent: 9px;
}

.text-indexnt10 {
  text-indent: 10px;
}

.text-indexnt11 {
  text-indent: 11px;
}

.font-smaller {
  font-size: 2.7272727273vw;
}
@media print, screen and (min-width: 567px) {
  .font-smaller {
    font-size: 14px;
  }
}

.font-normal {
  font-size: 16px;
  font-weight: normal;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 0.9090909091vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb5 {
    margin-bottom: 5px !important;
  }
}

.mb10 {
  margin-bottom: 1.8181818182vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
}

.mb15 {
  margin-bottom: 2.7272727273vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb15 {
    margin-bottom: 15px !important;
  }
}

.mb20 {
  margin-bottom: 3.6363636364vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb20 {
    margin-bottom: 20px !important;
  }
}

.mb25 {
  margin-bottom: 4.5454545455vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb25 {
    margin-bottom: 25px !important;
  }
}

.mb30 {
  margin-bottom: 5.4545454545vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb30 {
    margin-bottom: 30px !important;
  }
}

.mb35 {
  margin-bottom: 6.3636363636vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb35 {
    margin-bottom: 35px !important;
  }
}

.mb40 {
  margin-bottom: 7.2727272727vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb40 {
    margin-bottom: 40px !important;
  }
}

.mb45 {
  margin-bottom: 8.1818181818vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb45 {
    margin-bottom: 45px !important;
  }
}

.mb50 {
  margin-bottom: 9.0909090909vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb50 {
    margin-bottom: 50px !important;
  }
}

.mb55 {
  margin-bottom: 10vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb55 {
    margin-bottom: 55px !important;
  }
}

.mb60 {
  margin-bottom: 10.9090909091vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb60 {
    margin-bottom: 60px !important;
  }
}

.mb70 {
  margin-bottom: 12.7272727273vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb70 {
    margin-bottom: 70px !important;
  }
}

.mb80 {
  margin-bottom: 14.5454545455vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb80 {
    margin-bottom: 80px !important;
  }
}

.mb90 {
  margin-bottom: 16.3636363636vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb90 {
    margin-bottom: 90px !important;
  }
}

.mb100 {
  margin-bottom: 18.1818181818vw !important;
}
@media print, screen and (min-width: 567px) {
  .mb100 {
    margin-bottom: 100px !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 0.9090909091vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt5 {
    padding-top: 5px !important;
  }
}

.pt10 {
  padding-top: 1.8181818182vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt10 {
    padding-top: 10px !important;
  }
}

.pt15 {
  padding-top: 2.7272727273vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt15 {
    padding-top: 15px !important;
  }
}

.pt20 {
  padding-top: 3.6363636364vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt20 {
    padding-top: 20px !important;
  }
}

.pt25 {
  padding-top: 4.5454545455vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt25 {
    padding-top: 25px !important;
  }
}

.pt30 {
  padding-top: 5.4545454545vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt30 {
    padding-top: 30px !important;
  }
}

.pt35 {
  padding-top: 6.3636363636vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt35 {
    padding-top: 35px !important;
  }
}

.pt40 {
  padding-top: 7.2727272727vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt40 {
    padding-top: 40px !important;
  }
}

.pt45 {
  padding-top: 8.1818181818vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt45 {
    padding-top: 45px !important;
  }
}

.pt50 {
  padding-top: 9.0909090909vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt50 {
    padding-top: 50px !important;
  }
}

.pt55 {
  padding-top: 10vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt55 {
    padding-top: 55px !important;
  }
}

.pt60 {
  padding-top: 10.9090909091vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt60 {
    padding-top: 60px !important;
  }
}

.pt70 {
  padding-top: 12.7272727273vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt70 {
    padding-top: 70px !important;
  }
}

.pt80 {
  padding-top: 14.5454545455vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt80 {
    padding-top: 80px !important;
  }
}

.pt90 {
  padding-top: 16.3636363636vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt90 {
    padding-top: 90px !important;
  }
}

.pt100 {
  padding-top: 18.1818181818vw !important;
}
@media print, screen and (min-width: 567px) {
  .pt100 {
    padding-top: 100px !important;
  }
}

/* EOF *//*# sourceMappingURL=style.css.map */