@charset "UTF-8";
/*
Author: sib.tv
Author URI: https://www.sib.tv/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! destyle.css v3.0.2 | 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;
}

/* 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] {
  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,
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 */
  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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  overflow-wrap: anywhere;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}
body#index {
  background-image: url("../images/index/bg_idx_footer.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
body#bar-menu {
  background-image: url("../images/bar-menu/bg_barmenu_hero.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
body#live-menu {
  background-image: url("../images/live-menu/bg_livemenu_hero.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

a,
button {
  transition: 0.3s;
  vertical-align: top;
}

a.underline {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  a.underline:hover {
    color: #c5a336;
  }
}

img {
  width: 100%;
  vertical-align: top;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  opacity: 0;
}

.main {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main {
    overflow: visible;
  }
}

.noscroll {
  overflow-y: scroll;
  position: fixed;
}

.blur {
  filter: blur(10px);
}

svg circle,
svg rect,
svg path,
svg polygon {
  transition: 0.3s;
}

.splide.curtain .splide__slide::before {
  background-color: #000;
  content: "";
  height: 100%;
  inset: 0 auto auto 0;
  position: absolute;
  transition: 1s;
  width: 100%;
}
.splide.curtain .splide__slide.show::before {
  transform: translateY(-100%);
}

.wp-block-image, .wp-block-embed {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .wp-block-image, .wp-block-embed {
    margin-top: 30px;
  }
}
.wp-block-heading {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .wp-block-heading {
    margin-top: 40px;
  }
}
.wp-block-button {
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .wp-block-button {
    margin-top: 40px !important;
  }
}
.wp-block-embed__wrapper {
  height: 100%;
  width: 100%;
}
.wp-embed-aspect-16-9 {
  aspect-ratio: 16/9;
}
.wp-embed-aspect-16-9 iframe {
  height: 100% !important;
  width: 100% !important;
}
.wp-element-caption {
  line-height: 1.2857;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

.block.bg-wht {
  background-color: #fff;
}
.block__inner {
  padding: 0 4vw;
}
@media screen and (min-width: 768px) {
  .block__inner {
    margin: auto;
    padding: 0;
    width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .block__inner.tiny {
    width: 800px;
  }
}
.block__layer-1__title {
  font-family: "senator", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  margin-top: 55px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block__layer-1__title {
    font-size: 72px;
    margin-top: 70px;
  }
}
.block__layer-1__contents {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .block__layer-1__contents {
    margin-top: 120px;
  }
}
.block__layer-1__catch {
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block__layer-1__catch {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .block__layer-1__catch.left {
    text-align: left;
  }
}
.block__layer-1__lead {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .block__layer-1__lead {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .block__layer-1__lead.left {
    text-align: left;
  }
}
.block__button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .block__button {
    margin-top: 80px;
  }
}
.block__not-found {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .block__not-found {
    padding-top: 120px;
    text-align: center;
  }
}

.button__menu {
  align-items: flex-end;
  color: #fff;
  display: flex;
  gap: 5px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .button__menu {
    gap: 10px;
  }
}
.button__menu-label {
  color: #c5a336;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .button__menu-label {
    font-size: 14px;
  }
}
.button__menu-line {
  height: 100%;
  width: 26px;
}
@media screen and (min-width: 768px) {
  .button__menu:hover .line-2 {
    transform: translateY(10px);
  }
  .button__menu:hover .line-3 {
    transform: translateY(20px);
  }
  .button__menu:hover .line-4 {
    transform: translateY(30px);
  }
}
.button__menu[aria-expanded=true] .line-2 {
  transform: translateY(10px);
}
.button__menu[aria-expanded=true] .line-3 {
  transform: translateY(20px);
}
.button__menu[aria-expanded=true] .line-4 {
  transform: translateY(30px);
}
@media screen and (min-width: 768px) {
  .button__menu[aria-expanded=true]:hover .line-2 {
    transform: translateY(0);
  }
  .button__menu[aria-expanded=true]:hover .line-3 {
    transform: translateY(0);
  }
  .button__menu[aria-expanded=true]:hover .line-4 {
    transform: translateY(0);
  }
}
.button__internal {
  align-items: flex-end;
  color: #c5a336;
  display: flex;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .button__internal {
    font-size: 18px;
  }
}
.button__internal::before {
  background-image: url("../images/menu_line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  width: 8px;
}
@media screen and (min-width: 768px) {
  .button__internal::before {
    height: 30px;
    margin-right: 10px;
    width: 12px;
  }
}
.button__internal::after {
  background-color: #c5a336;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 20px;
  transition: 0.3s;
  width: 8px;
}
@media screen and (min-width: 768px) {
  .button__internal::after {
    margin-bottom: 2px;
  }
}
.button__internal:hover::after {
  transform: translateX(10px);
}
.button__internal.gld {
  color: #c5a336;
}
.button__internal.large {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .button__internal.large {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .button__internal.large::before {
    height: 52.5px;
    width: 21px;
  }
}
@media screen and (min-width: 768px) {
  .button__internal.large::after {
    height: 17.5px;
    margin-left: 25px;
    width: 14px;
  }
}
.button__external {
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .button__external {
    margin: 30px auto 0;
    width: 360px;
  }
}
.button__external:hover {
  opacity: 0.7;
}
.button__external::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 29"><defs><style>.cls-1{fill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;}.cls-2{fill:%23fff;}</style></defs><g id="レイヤー_2" data-name="レイヤー 2"><g id="contents"><polyline class="cls-1" points="25 28 1 28 1 4"/><path class="cls-2" d="M27,2V22H7V2H27m2-2H5V24H29V0Z"/></g></g></svg>');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  left: 10px;
  position: relative;
  top: 2px;
  width: 14px;
}
@media screen and (min-width: 768px) {
  .button__external::after {
    height: 20px;
    top: 4px;
    width: 20px;
  }
}

.effect-slide {
  opacity: 0;
  transition: 1s;
}
.effect-slide--up {
  transform: translate(0, 45px);
}
.effect-slide--left {
  transform: translate(-45px, 0);
}
.effect-slide--right {
  transform: translate(45px, 0);
}
.effect-slide.slow {
  transition: 2s;
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
.effect-img-scale img {
  transition: 0.5s;
}
.effect-img-scale:hover {
  opacity: 1;
}
.effect-img-scale:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (min-width: 768px) {
  .effect-arrow-move--right:hover .arrow::after {
    transform: translateY(-50%) translateX(5px);
  }
}
.effect-parallax-box {
  position: relative;
}
.effect-parallax-box .cherry-blossom {
  position: absolute;
  width: 64.4vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom {
    width: 483px;
  }
}
.effect-parallax-box .cherry-blossom.idx {
  inset: 20% -67px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.idx {
    inset: 350px -62px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.news-archive {
  inset: 7% -62px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.news-archive {
    inset: 350px -162px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.news-single {
  inset: 90px -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.news-single {
    inset: -350px -160px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.special-order1 {
  inset: 6% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.special-order1 {
    inset: 320px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.special-order2 {
  inset: 7% auto auto -58px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.special-order2 {
    inset: 280px auto auto -146px;
  }
}
.effect-parallax-box .cherry-blossom.works-archive {
  inset: 5% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.works-archive {
    inset: 330px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.works-single {
  inset: 50% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.works-single {
    inset: 750px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.about1 {
  inset: 5% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.about1 {
    inset: 650px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.about2 {
  inset: 12% auto auto -58px;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.about2 {
    inset: 550px auto auto -146px;
  }
}
.effect-parallax-box .cherry-blossom.about3 {
  inset: 17% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.about3 {
    inset: 530px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.recruit1 {
  inset: 5% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.recruit1 {
    inset: 350px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.recruit2 {
  inset: 5% auto auto -58px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.recruit2 {
    inset: 350px auto auto -146px;
  }
}
.effect-parallax-box .cherry-blossom.recruit3 {
  inset: 13% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.recruit3 {
    inset: 420px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.staff1 {
  inset: 20% -57px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.staff1 {
    inset: -300px -62px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.contact1 {
  inset: 5% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.contact1 {
    inset: 350px -56px auto auto;
  }
}
.effect-parallax-box .cherry-blossom.not-found {
  inset: 5% -55px auto auto;
}
@media screen and (min-width: 768px) {
  .effect-parallax-box .cherry-blossom.not-found {
    inset: 0 -56px auto auto;
  }
}

.loader {
  background-color: #000;
  display: none;
  height: 100vh;
  inset: 0 auto auto 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.loader-image {
  inset: 50% auto auto 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
}

.header {
  position: sticky;
  top: 0;
  z-index: 200;
}
.header__bar {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  position: relative;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .header__bar {
    gap: 33px;
    padding: 40px;
  }
}
.header__logo {
  height: 30px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header__logo {
    height: 60px;
  }
}
.header__logo a:hover {
  opacity: 0.5;
}
.header__logo img {
  height: 100%;
  width: auto;
}
.header__logo--hidden {
  opacity: 0;
  pointer-events: none;
}
.header__menu {
  display: flex;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .header__menu {
    gap: 30px;
  }
}
.header__sns {
  height: 30px;
  width: 30px;
}
.header__sns a:hover {
  opacity: 0.5;
}
.header__nav {
  background-color: #000;
  background-image: url("../images/bg_drawer-menu.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100vh;
  inset: 0 0 auto auto;
  overflow: auto;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.header__nav-button {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.header__nav-button svg {
  overflow: visible;
}
.header__nav-inner {
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__nav-inner {
    margin: auto;
    max-width: 1200px;
  }
}
.header__nav-list {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  inset: 50% auto auto 4vw;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .header__nav-list {
    gap: 40px;
  }
}

.footer {
  color: #fff;
  margin: 100px 0 30px;
  padding: 16px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    margin: 120px 0 0;
    padding: 35px 0;
  }
}
.footer__group-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__group-list {
    font-size: 24px;
  }
}
.footer__group-list-item:not(:first-of-type) {
  border-left: 1px solid #fff;
  margin-left: 6vw;
  padding-left: 6vw;
}
@media screen and (min-width: 768px) {
  .footer__group-list-item:not(:first-of-type) {
    margin-left: 40px;
    padding-left: 40px;
  }
}
.footer__group-list-item a:hover {
  color: #c5a336;
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 6px 0;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .footer__nav-list {
    font-size: 18px;
    gap: 0;
    margin-top: 30px;
  }
}
.footer__nav-list-item:not(:first-of-type) {
  border-left: 1px solid #fff;
  margin-left: 4vw;
  padding-left: 4vw;
}
@media screen and (min-width: 768px) {
  .footer__nav-list-item:not(:first-of-type) {
    margin-left: 30px;
    padding-left: 30px;
  }
}
.footer__nav-list-item a:hover {
  color: #c5a336;
}
.footer__copyright {
  font-size: 12px;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 14px;
    margin-top: 25px;
  }
}
.footer__totop {
  inset: auto 0 0 auto;
  position: absolute;
}
.footer__totop a {
  display: block;
  height: 15px;
  width: 45px;
}
@media screen and (min-width: 768px) {
  .footer__totop a {
    height: 20px;
    width: 60px;
  }
}
.footer__totop svg {
  inset: 0 0 auto auto;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .footer__totop svg {
    overflow: visible;
  }
}
.footer__totop svg .bg {
  transform-origin: right bottom;
}
@media screen and (min-width: 768px) {
  .footer__totop:hover .bg {
    transform: scale(1.5);
  }
}

@media screen and (min-width: 768px) {
  .aside {
    display: none;
  }
}
.aside__menu-list {
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 30px;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.aside__menu-list-item {
  align-items: center;
  display: flex;
  font-size: 16px;
  height: 100%;
  justify-content: center;
}
.aside__menu-list-item:first-of-type {
  background-color: #466482;
}
.aside__menu-list-item:last-of-type {
  background-color: #508278;
}

@media screen and (min-width: 768px) {
  .modal-trigger {
    cursor: pointer;
  }
}
.modal__window {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
}
.modal__inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
}
@media screen and (min-width: 768px) {
  .modal__inner {
    height: 90%;
    max-width: 1200px;
    width: 80vw;
  }
}
.modal__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .modal__content img {
    height: 70vh;
    width: auto;
  }
}
.modal__btn-close {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .modal__btn-close {
    height: 40px;
    width: 40px;
  }
}
.modal__btn-close::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><defs><style>.cls-1{fill:%23fff;}.cls-2{fill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2px;}</style></defs><g id="contents"><g><path class="cls-1" d="M20,2c9.93,0,18,8.07,18,18s-8.07,18-18,18S2,29.93,2,20,10.07,2,20,2m0-2C8.95,0,0,8.95,0,20s8.95,20,20,20,20-8.95,20-20S31.05,0,20,0h0Z"/><g><line class="cls-2" x1="8" y1="20" x2="32" y2="20"/><line class="cls-2" x1="20" y1="32" x2="20" y2="8"/></g></g></g></svg>');
  content: "";
  height: 30px;
  inset: -50px 0 auto auto;
  position: absolute;
  transform: rotate(45deg);
  width: 30px;
}
@media screen and (min-width: 768px) {
  .modal__btn-close::after {
    height: 40px;
    inset: 20px 20px auto auto;
    width: 40px;
  }
}

.idx-header {
  background-image: url("../images/index/bg_idx_instagram.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.idx-logo {
  height: 60px;
  margin-top: 55px;
  text-align: center;
  width: auto;
}
@media screen and (min-width: 768px) {
  .idx-logo {
    height: 140px;
    margin-top: 0;
  }
}
.idx-logo img {
  height: 100%;
  width: auto;
}
.idx-instagram {
  margin: 50px auto 20px;
  padding-bottom: 36.53vw;
  width: 76.8vw;
}
@media screen and (min-width: 768px) {
  .idx-instagram {
    margin: 120px auto;
    padding-bottom: 24vw;
    width: 1200px;
  }
}
.idx-instagram .sbi {
  padding-bottom: 0 !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .idx-instagram .sbi {
    margin: 0 0 0 auto !important;
    max-width: 874px;
    min-width: 680px;
    width: 45.5vw !important;
  }
}
@media screen and (min-width: 768px) {
  .idx-instagram-link {
    font-size: 18px;
    margin-top: 20px;
  }
}
.idx-instagram-link a {
  justify-content: flex-end;
}
.idx-catchphrase {
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .idx-catchphrase {
    font-size: 32px;
  }
}
.idx-lead {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .idx-lead {
    text-align: center;
  }
}
.idx-menu {
  margin-top: 40px;
}
.idx-menu-nav {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .idx-menu-nav {
    gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  .idx-menu-nav-item {
    font-size: 18px;
  }
}
.idx-gallery {
  margin-top: 40px;
}
.idx-gallery .splide:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .idx-gallery .splide:not(:first-of-type) {
    margin-top: 40px;
  }
}
.idx-gallery .splide__slide {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 28vw;
}
@media screen and (min-width: 768px) {
  .idx-gallery .splide__slide {
    width: 330px;
  }
}
.idx-gallery .splide__slide img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .idx-contents {
    display: grid;
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) {
  .idx-contents:last-of-type {
    margin-top: 60px;
  }
}
.idx-content {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .idx-content {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .idx-content.bg {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 45px 45px 65px;
  }
}
.idx-content__title-1 {
  font-size: 18px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .idx-content__title-1 {
    font-size: 36px;
  }
}
.idx-content__title-2 {
  font-size: 18px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .idx-content__title-2 {
    font-size: 36px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .idx-content__opening-times__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .idx-content__opening-times__text span {
    font-size: 14px;
  }
}
.idx-content__opening-times__note {
  font-size: 12px;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .idx-content__opening-times__note {
    font-size: 14px;
  }
}
.idx-content__opening-times__note::before {
  content: "※";
  margin-left: -1em;
}
.idx-content__opening-times__calendar {
  margin-top: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .idx-content__opening-times__calendar {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 20px auto 0;
    padding-bottom: 20px;
  }
}
.idx-content__opening-times__calendar .splide__slide {
  aspect-ratio: "1 / 1";
  width: 100%;
}
@media screen and (min-width: 768px) {
  .idx-content__opening-times__calendar .splide__slide {
    width: 100%;
  }
}
.idx-content__opening-times__calendar .splide__nav {
  height: 15px;
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .idx-content__opening-times__calendar .splide__nav {
    margin-top: 25px;
  }
}
.idx-content__opening-times__calendar .splide__arrows {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .idx-content__opening-times__calendar .splide__arrows {
    gap: 30px;
  }
}
.idx-content__opening-times__calendar .splide__arrow--prev, .idx-content__opening-times__calendar .splide__arrow--next {
  height: 100%;
  position: relative;
  width: 12px;
}
.idx-content__opening-times__calendar .splide__arrow--prev::before, .idx-content__opening-times__calendar .splide__arrow--next::before {
  content: "";
  display: block;
  height: 10px;
  inset: 50% auto auto 0;
  position: absolute;
  transform: translateY(-50%);
  width: 8px;
}
.idx-content__opening-times__calendar .splide__arrow--prev::before {
  background-color: #c5a336;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.idx-content__opening-times__calendar .splide__arrow--next::before {
  background-color: #c5a336;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.idx-content__opening-times__calendar .splide__pagination {
  gap: 3vw;
}
@media screen and (min-width: 768px) {
  .idx-content__opening-times__calendar .splide__pagination {
    gap: 7px;
  }
}
.idx-content__opening-times__calendar .splide__pagination__page {
  height: 15px;
  position: relative;
  width: 15px;
}
.idx-content__opening-times__calendar .splide__pagination__page::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 15px;
  inset: 0 auto auto 50%;
  position: absolute;
  transform: translateX(-50%) skew(-20deg);
  width: 1px;
}
@media screen and (min-width: 768px) {
  .idx-content__opening-times__calendar .splide__pagination__page::before {
    width: 2px;
  }
}
.idx-content__opening-times__calendar .splide__pagination__page.is-active::before {
  background-color: #c5a336;
}
@media screen and (min-width: 768px) {
  .idx-content__access {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .idx-content__access__text {
    font-size: 18px;
  }
}
.idx-content__access__gmap {
  aspect-ratio: 1/1;
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .idx-content__access__gmap {
    margin-top: 62px;
  }
}
.idx-content__access__gmap iframe {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .idx-content__how-to-enter__text {
    font-size: 18px;
    text-align: center;
  }
}
.idx-content__how-to-enter__images {
  margin-top: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .idx-content__how-to-enter__images {
    margin: 20px auto 0;
    width: 320px;
  }
}
.idx-content__how-to-enter__images .splide__slide {
  aspect-ratio: "1 / 1";
  width: 100%;
}
@media screen and (min-width: 768px) {
  .idx-content__how-to-enter__images .splide__slide {
    width: 320px;
  }
}
.idx-content__how-to-enter__images .splide__nav {
  height: 15px;
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .idx-content__how-to-enter__images .splide__nav {
    margin-top: 25px;
  }
}
.idx-content__how-to-enter__images .splide__arrows {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .idx-content__how-to-enter__images .splide__arrows {
    gap: 30px;
  }
}
.idx-content__how-to-enter__images .splide__arrow--prev, .idx-content__how-to-enter__images .splide__arrow--next {
  height: 100%;
  position: relative;
  width: 12px;
}
.idx-content__how-to-enter__images .splide__arrow--prev::before, .idx-content__how-to-enter__images .splide__arrow--next::before {
  content: "";
  display: block;
  height: 10px;
  inset: 50% auto auto 0;
  position: absolute;
  transform: translateY(-50%);
  width: 8px;
}
.idx-content__how-to-enter__images .splide__arrow--prev::before {
  background-color: #c5a336;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.idx-content__how-to-enter__images .splide__arrow--next::before {
  background-color: #c5a336;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.idx-content__how-to-enter__images .splide__pagination {
  gap: 3vw;
}
@media screen and (min-width: 768px) {
  .idx-content__how-to-enter__images .splide__pagination {
    gap: 7px;
  }
}
.idx-content__how-to-enter__images .splide__pagination__page {
  height: 15px;
  position: relative;
  width: 15px;
}
.idx-content__how-to-enter__images .splide__pagination__page::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 15px;
  inset: 0 auto auto 50%;
  position: absolute;
  transform: translateX(-50%) skew(-20deg);
  width: 1px;
}
@media screen and (min-width: 768px) {
  .idx-content__how-to-enter__images .splide__pagination__page::before {
    width: 2px;
  }
}
.idx-content__how-to-enter__images .splide__pagination__page.is-active::before {
  background-color: #c5a336;
}
.idx-content__info-list {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .idx-content__info-list {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .idx-content__info-list-item {
    display: flex;
    gap: 30px;
  }
}
.idx-content__info-list-item__title {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .idx-content__info-list-item__title {
    font-size: 18px;
    width: 163px;
  }
}
.idx-content__info-list-item__content {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .idx-content__info-list-item__content {
    font-size: 18px;
    margin-top: 0;
    width: 292px;
  }
}
.idx-content__info-list-item__content span {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .idx-content__info-list-item__content span {
    font-size: 14px;
  }
}
.idx-content__info-list-item__content a {
  text-decoration: underline;
}
.idx-content__info-list-item__content a:hover {
  color: #c5a336;
}
.idx-content__info-list-item__content.line-loose {
  line-height: 2;
  margin-top: 2px;
}
@media screen and (min-width: 768px) {
  .idx-content__info-list-item__content.line-loose {
    margin-top: -6px;
  }
}
.idx-content__info-list-item__note {
  font-size: 12px;
  margin-left: 1em;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .idx-content__info-list-item__note {
    font-size: 14px;
  }
}
.idx-content__info-list-item__note::before {
  content: "※";
  margin-left: -1em;
}

.menu {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .menu {
    gap: 90px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 180px;
  }
}
.menu-board__title {
  color: #c5a336;
  font-size: 24px;
}
.menu-list {
  margin-top: 40px;
}
.menu-list-item {
  align-items: flex-end;
  border-bottom: 1px solid #fff;
  display: flex;
  padding-bottom: 10px;
  gap: 10px;
}
.menu-list-item:not(:first-of-type) {
  margin-top: 20px;
}
.menu-list-item__name {
  width: 100%;
}
.menu-list-item__name--jpn {
  margin-top: 10px;
}
.menu-list-item__price {
  flex-shrink: 0;
  text-align: right;
  width: 25vw;
}
@media screen and (min-width: 768px) {
  .menu-list-item__price {
    width: 100px;
  }
}
.menu__images {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .menu__images {
    margin-top: 120px;
  }
}
.menu__images .splide:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .menu__images .splide:not(:first-of-type) {
    margin-top: 40px;
  }
}
.menu__images .splide__slide {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 28vw;
}
@media screen and (min-width: 768px) {
  .menu__images .splide__slide {
    width: 330px;
  }
}
.menu__images .splide__slide img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.faq-list-item {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  width: 100%;
}
.faq-list-item:not(:first-of-type) {
  margin-top: 20px;
}
.faq-list-item__question {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 15px;
}
.faq-list-item__question-text {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .faq-list-item__question-text {
    font-size: 18px;
  }
}
.faq-list-item__question-text::before {
  content: "Q.";
  flex-shrink: 0;
  width: 6.6vw;
}
@media screen and (min-width: 768px) {
  .faq-list-item__question-text::before {
    width: 40px;
  }
}
.faq-list-item__question.button__plus button {
  height: 14px;
  position: relative;
  width: 14px;
}
@media screen and (min-width: 768px) {
  .faq-list-item__question.button__plus button {
    height: 18px;
    width: 18px;
  }
}
.faq-list-item__question.button__plus button::before, .faq-list-item__question.button__plus button::after {
  background-color: #fff;
  content: "";
  display: block;
  inset: 50% auto auto 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.faq-list-item__question.button__plus button::before {
  height: 100%;
  width: 1px;
}
.faq-list-item__question.button__plus button::after {
  height: 1px;
  width: 100%;
}
.faq-list-item__question.button__minus button::before {
  transform: translate(-50%, -50%) rotate(270deg);
}
.faq-list-item__question button {
  flex-shrink: 0;
  width: 14px;
}
@media screen and (min-width: 768px) {
  .faq-list-item__question button {
    width: 18px;
  }
}
.faq-list-item__answer {
  display: none;
  margin-top: 15px;
}
.faq-list-item__answer-text {
  display: flex;
}
.faq-list-item__answer-text::before {
  content: "A.";
  flex-shrink: 0;
  width: 6.6vw;
}
@media screen and (min-width: 768px) {
  .faq-list-item__answer-text::before {
    font-size: 18px;
    width: 40px;
  }
}
.faq-list-item__answer a {
  text-decoration: underline;
}
.faq-list-item__answer a:hover:hover {
  color: #c5a336;
}

.reservation-list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .reservation-list {
    align-items: center;
    display: flex;
    font-size: 18px;
    gap: 80px;
    justify-content: center;
    margin-top: 80px;
  }
}
.reservation-doc {
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reservation-doc {
    margin: 40px auto 0;
    width: 960px;
  }
}
.reservation-doc .splide__slide {
  aspect-ratio: "960: 679";
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reservation-doc .splide__slide {
    width: 100%;
  }
}
.reservation-doc .splide__nav {
  height: 15px;
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reservation-doc .splide__nav {
    margin-top: 25px;
  }
}
.reservation-doc .splide__arrows {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .reservation-doc .splide__arrows {
    gap: 30px;
  }
}
.reservation-doc .splide__arrow--prev, .reservation-doc .splide__arrow--next {
  height: 100%;
  position: relative;
  width: 12px;
}
.reservation-doc .splide__arrow--prev::before, .reservation-doc .splide__arrow--next::before {
  content: "";
  display: block;
  height: 10px;
  inset: 50% auto auto 0;
  position: absolute;
  transform: translateY(-50%);
  width: 8px;
}
.reservation-doc .splide__arrow--prev::before {
  background-color: #c5a336;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.reservation-doc .splide__arrow--next::before {
  background-color: #c5a336;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.reservation-doc .splide__pagination {
  gap: 3vw;
}
@media screen and (min-width: 768px) {
  .reservation-doc .splide__pagination {
    gap: 7px;
  }
}
.reservation-doc .splide__pagination__page {
  height: 15px;
  position: relative;
  width: 15px;
}
.reservation-doc .splide__pagination__page::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 15px;
  inset: 0 auto auto 50%;
  position: absolute;
  transform: translateX(-50%) skew(-20deg);
  width: 1px;
}
@media screen and (min-width: 768px) {
  .reservation-doc .splide__pagination__page::before {
    width: 2px;
  }
}
.reservation-doc .splide__pagination__page.is-active::before {
  background-color: #c5a336;
}
.reservation-doc.grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .reservation-doc.grid {
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
.reservation-download {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .reservation-download {
    font-size: 18px;
    margin-top: 30px;
  }
}
.reservation__tel-title {
  color: #c5a336;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reservation__tel-title {
    font-size: 30px;
  }
}
.reservation__tel-number {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.818;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .reservation__tel-number {
    font-size: 24px;
    line-height: 1.875;
    text-align: center;
  }
}
.reservation-form {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .reservation-form {
    margin-top: 70px;
  }
}
.reservation-form-title {
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .reservation-form-title {
    font-size: 24px;
  }
}

.wpforms-container {
  margin-top: 40px;
}
.wpforms-field-container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .wpforms-field-container {
    gap: 40px;
  }
}
.wpforms-field-container input[type=text], .wpforms-field-container input[type=email], .wpforms-field-container textarea {
  background-color: #fff;
  color: #000;
  padding: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wpforms-field-container input[type=text], .wpforms-field-container input[type=email], .wpforms-field-container textarea {
    font-size: 16px;
    padding: 20px;
  }
}
.wpforms-field-container input[type=text], .wpforms-field-container input[type=email] {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wpforms-field-container input[type=text], .wpforms-field-container input[type=email] {
    width: 50%;
  }
}
.wpforms-field-container textarea {
  height: 10rem;
  width: 100%;
}
.wpforms-field-label {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .wpforms-field-label {
    font-size: 16px;
  }
}
.wpforms-required-label {
  align-items: center;
  background-color: #466482;
  display: flex;
  font-size: 12px;
  height: 18px;
  justify-content: center;
  line-height: 1;
  width: 40px;
}
.wpforms-submit {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .wpforms-submit {
    margin-top: 80px;
  }
}
.wpforms-recaptcha-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .wpforms-recaptcha-container {
    margin-top: 40px;
  }
}
.wpforms-hidden {
  display: none;
}
.wpforms-error {
  display: block;
}
.wpforms-error a {
  text-decoration: underline;
}

.recommended-list {
  display: grid;
  gap: 40px 15px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .recommended-list {
    gap: 80px 60px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 180px;
  }
}
.recommended-list-item__image {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.recommended-list-item__image img.bg {
  filter: blur(10px);
  inset: 50% auto auto 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.recommended-list-item__image img.main {
  height: 100%;
  inset: 50% auto auto 50%;
  object-fit: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
}
.recommended-list-item__date {
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .recommended-list-item__date {
    font-size: 14px;
  }
}
.recommended-list-item__live-title {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .recommended-list-item__live-title {
    font-size: 14px;
  }
}
.recommended-list-item__drink-title {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .recommended-list-item__drink-title {
    font-size: 18px;
  }
}
.recommended__archive {
  margin: 60px auto 0;
  width: 60vw;
}
@media screen and (min-width: 768px) {
  .recommended__archive {
    align-items: center;
    display: flex;
    gap: 50px;
    margin-top: 120px;
  }
}
.recommended__archive-title {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .recommended__archive-title {
    font-size: 24px;
  }
}
.recommended__archive-nav__year-list {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .recommended__archive-nav__year-list {
    margin-top: 0;
  }
}
.recommended__archive-nav__year-list-item__title {
  cursor: pointer;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}
.recommended__archive-nav__year-list-item__title.button__plus button {
  height: 14px;
  position: relative;
  width: 14px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .recommended__archive-nav__year-list-item__title.button__plus button {
    height: 18px;
    width: 18px;
  }
}
.recommended__archive-nav__year-list-item__title.button__plus button::before, .recommended__archive-nav__year-list-item__title.button__plus button::after {
  background-color: #fff;
  content: "";
  display: block;
  inset: 50% auto auto 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.recommended__archive-nav__year-list-item__title.button__plus button::before {
  height: 100%;
  width: 1px;
}
.recommended__archive-nav__year-list-item__title.button__plus button::after {
  height: 1px;
  width: 100%;
}
.recommended__archive-nav__year-list-item__title.button__minus button::before {
  transform: translate(-50%, -50%) rotate(270deg);
}
.recommended__archive-nav__month {
  display: none;
}
.recommended__archive-nav__month-list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .recommended__archive-nav__month-list {
    grid-template-columns: repeat(12, 1fr);
  }
}
.recommended__pagination {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .recommended__pagination {
    gap: 10px;
  }
}
.recommended__pagination .page-numbers {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  line-height: 1;
  width: 20px;
}
.recommended__pagination .page-numbers.current {
  color: #c5a336;
}
.recommended__pagination .page-numbers.prev, .recommended__pagination .page-numbers.next {
  height: 10px;
  width: 8px;
}
.recommended__pagination .page-numbers.prev {
  background-color: #c5a336;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  margin-right: 30px;
}
.recommended__pagination .page-numbers.next {
  background-color: #c5a336;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 30px;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */