@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: #fefefe;
  color: #060045;
  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: 500;
  letter-spacing: 0.2em;
  line-height: 1.8;
  overflow-wrap: anywhere;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
    top: 0 !important;
  }
}

a,
button {
  transition: 0.3s;
  vertical-align: top;
}
a.exlink::after,
button.exlink::after {
  background-image: url("../images/ico_exlink.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 4px;
  width: 8px;
}
@media screen and (min-width: 768px) {
  a.exlink::after,
  button.exlink::after {
    height: 18px;
    margin: 0 8px;
    width: 18px;
  }
}

img {
  vertical-align: top;
  width: 100%;
}

.main {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main {
    overflow: auto;
  }
}

.noscroll {
  overflow-y: scroll;
  position: fixed;
}
@media screen and (min-width: 768px) {
  .noscroll {
    overflow-y: hidden;
    position: relative;
  }
}

.blur {
  filter: blur(10px);
}
@media screen and (min-width: 768px) {
  .blur {
    filter: blur(0);
  }
}

.shadow {
  box-shadow: 2px 2px 2px 0px #ddd;
}

svg circle,
svg rect,
svg path,
svg polygon {
  transition: 0.3s;
}

.container {
  opacity: 0;
}

.contents {
  background-color: #fefefe;
  margin-top: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.bg-white {
  background-color: #fefefe;
}

.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: #fefefe;
}
.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: #fefefe;
  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;
  display: flex;
  gap: 5px;
  height: 12px;
  position: relative;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .button__menu {
    gap: 10px;
  }
}
.button__menu::before, .button__menu::after {
  background-color: #060045;
  content: "";
  height: 1px;
  position: absolute;
  transition: 0.3s background-color, 0.3s top, 0.3s transform;
  width: 100%;
}
.button__menu::before {
  top: 0;
}
.button__menu::after {
  bottom: 0;
}
.button__menu[aria-expanded=true]::before, .button__menu[aria-expanded=true]::after {
  background-color: #060045;
  top: 50%;
}
.button__menu[aria-expanded=true]::before {
  transform: rotate(195deg);
}
.button__menu[aria-expanded=true]::after {
  transform: rotate(-195deg);
}
.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: #fefefe;
  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);
  }
}

.scrolldown {
  height: 50px;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .scrolldown {
    height: 100px;
  }
}
.scrolldown::after {
  animation: pathmoveSP 2.4s ease-in-out infinite;
  background: #466482;
  content: "";
  height: 50px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .scrolldown::after {
    animation: pathmovePC 2.4s ease-in-out infinite;
    height: 100px;
  }
}
.scrolldown.corridor {
  left: 50%;
  position: absolute;
  top: -44px;
}
@media screen and (min-width: 768px) {
  .scrolldown.corridor {
    top: 57px;
  }
}
.scrolldown.event, .scrolldown.contact {
  inset: 0;
  margin: 60px auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .scrolldown.event, .scrolldown.contact {
    margin-top: 120px;
  }
}
.scrolldown-pb {
  padding-bottom: 85px;
}
@media screen and (min-width: 768px) {
  .scrolldown-pb {
    padding-bottom: 170px;
  }
}

@keyframes pathmovePC {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 80px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 120px;
    opacity: 0;
  }
}
@keyframes pathmoveSP {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 50px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.loader {
  height: 100vh;
  inset: 0 auto auto 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.loader::before, .loader::after {
  background-color: #222;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: 1.5s inset;
  width: 50%;
  z-index: -1;
}
.loader::before {
  left: 0;
}
.loader::after {
  right: 0;
}
.loader.open {
  pointer-events: none;
}
.loader.open::before {
  left: -100%;
}
.loader.open::after {
  right: -100%;
}
.loader-image {
  inset: 50% auto auto 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 146.4px;
}
@media screen and (min-width: 768px) {
  .loader-image {
    width: 369.1px;
  }
}

.header {
  position: fixed;
  top: 0;
  transition: 0.3s opacity;
  width: 100%;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .header {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding: 38px 59px;
  }
}
.header--hidden {
  opacity: 0;
  pointer-events: none;
}
.header__bar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  position: relative;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .header__bar {
    display: block;
    padding: 0;
  }
}
.header__logo {
  position: relative;
  width: 44px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 88px;
  }
}
.header__logo a:hover {
  opacity: 0.5;
}
.header__logo img {
  height: 100%;
  width: auto;
}
.header__sns {
  height: 30px;
  width: 30px;
}
.header__sns a:hover {
  opacity: 0.5;
}
.header__nav {
  background-color: #fefefe;
  background-image: url("../images/index/txt_corridor.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  inset: 0 0 auto auto;
  overflow: auto;
  position: fixed;
  top: -150%;
  transition: 0.3s top;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header__nav {
    background: transparent;
    height: auto;
    inset: 0;
    position: relative;
    width: auto;
  }
}
.header__nav-button {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .header__nav-button {
    display: none;
  }
}
.header__nav-logo {
  height: 46px;
  margin: 15px;
}
.header__nav-logo img {
  height: 100%;
  width: auto;
}
.header__nav-inner {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
}
@media screen and (min-width: 768px) {
  .header__nav-inner {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    inset: 0;
    position: relative;
    transform: translate(0);
    width: auto;
  }
}
.header__nav-list {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .header__nav-list {
    display: flex;
  }
}
.header__nav-list-item {
  font-size: 18px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__nav-list-item {
    font-size: 24px;
    width: auto;
  }
}
.header__nav-list-item::after {
  border-bottom: 1px solid #060045;
  content: "";
  display: block;
  height: 1px;
  padding-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__nav-list-item::after {
    content: none;
  }
}
.header__nav-list-item-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__nav-list-item-inner {
    display: block;
    width: auto;
  }
}
.header__nav-list-item-inner::after {
  background-image: url("../images/ico_arrow.svg");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 6px;
  width: 16px;
}
@media screen and (min-width: 768px) {
  .header__nav-list-item-inner::after {
    content: none;
  }
}
.header__nav-list-item-link {
  align-items: center;
  display: flex;
  font-size: 18px;
  justify-content: space-between;
}
.header__nav-list-item-link:hover {
  color: #ccc;
}
.header__nav-sns-list {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .header__nav-sns-list {
    gap: 40px;
    margin-top: 0;
  }
}
.header__nav-sns-list-item {
  width: 30px;
}
.header__nav-sns-list-item {
  transition: 0.3s opacity;
}
.header__nav-sns-list-item:hover {
  opacity: 0.5;
}
.header__nav-sns-list-item .blk {
  fill: #060045;
}

.footer {
  background-image: url("../images/bg_footer.jpg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  color: #fefefe;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 16px 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .footer {
    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 #fefefe;
  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: #ccc;
}
.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: 10px 0;
    margin-top: 30px;
  }
  .footer__nav-list::after {
    content: "";
    width: 100%;
  }
}
.footer__nav-list-item:not(:first-of-type) {
  border-left: 1px solid #fefefe;
  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;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav-list-item--newline, .footer__nav-list-item--newline ~ .footer__nav-list-item {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav-list-item--newline:not(:first-of-type) {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}
.footer__nav-list-item a:hover {
  color: #ccc;
}
.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: #222;
  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-hero {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.idx-hero__video {
  aspect-ratio: 16/9;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.idx-hero__logo {
  left: 50%;
  position: absolute;
  top: 30.8vh;
  transform: translateX(-50%);
  width: 68.1vw;
}
@media screen and (min-width: 768px) {
  .idx-hero__logo {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.idx-hero__presented {
  bottom: 8px;
  right: 12.5px;
  position: absolute;
  width: 56vw;
}
@media screen and (min-width: 768px) {
  .idx-hero__presented {
    bottom: 16px;
    right: 46px;
    width: 468px;
  }
}
.idx-lead {
  background-image: url("../images/index/bg_gosenhu_corridor.svg");
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 135%;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .idx-lead {
    background-size: 100%;
    padding-top: 120px;
  }
}
.idx-lead__catchphrase {
  display: flex;
  flex-direction: row-reverse;
  font-size: 18px;
  font-weight: 600;
  gap: 30px;
  justify-content: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .idx-lead__catchphrase {
    font-size: 48px;
    gap: 55px;
    margin: auto;
  }
}
.idx-lead__catchphrase p {
  display: inline-block;
  line-height: 1;
  text-orientation: upright;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.idx-lead__catchphrase p:nth-of-type(2) {
  margin-top: 93px;
}
@media screen and (min-width: 768px) {
  .idx-lead__catchphrase p:nth-of-type(2) {
    margin-top: 230px;
  }
}
.idx-lead__text {
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .idx-lead__text {
    font-size: 24px;
    margin-top: 120px;
  }
}
.idx-lead__text:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .idx-lead__text:not(:first-of-type) {
    margin-top: 60px;
  }
}
.idx-section-title {
  line-height: 1;
  margin-bottom: -11px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .idx-section-title {
    margin-bottom: -26px;
  }
}
.idx-section-title__sub {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .idx-section-title__sub {
    font-size: 24px;
  }
}
.idx-section-title__main {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .idx-section-title__main {
    font-size: 88px;
  }
}
.idx-parallax-window {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.idx-parallax-window.visible {
  display: block;
}
.idx-parallax-window.corridor {
  background-image: url("../images/index/bg_corridor_sp.jpg");
}
@media screen and (min-width: 768px) {
  .idx-parallax-window.corridor {
    background-image: url("../images/index/bg_corridor_pc.jpg");
  }
}
.idx-parallax-window.contact {
  background-image: url("../images/index/bg_contact_sp.jpg");
}
@media screen and (min-width: 768px) {
  .idx-parallax-window.contact {
    background-image: url("../images/index/bg_contact_pc.jpg");
  }
}
.idx-corridor-catch {
  margin-left: auto;
  margin-top: 100px;
  position: relative;
  width: 97vw;
}
@media screen and (min-width: 768px) {
  .idx-corridor-catch {
    margin-top: 10px;
    width: 94.5%;
  }
}
.idx-corridor__about {
  background-image: url("../images/index/bg_gosenhu_about.svg");
  background-position: 60% -250%;
  background-repeat: no-repeat;
  background-size: 255%;
  margin-top: 150px;
  padding-top: 30px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .idx-corridor__about {
    background-size: 150%;
    background-position: 10% -250%;
    margin-top: 600px;
    padding-top: 120px;
  }
}
.idx-corridor__about-inner {
  margin-left: auto;
  width: 93.3vw;
}
@media screen and (min-width: 768px) {
  .idx-corridor__about-inner {
    width: 76%;
  }
}
.idx-corridor__about-text {
  background-color: #f2f2f2;
  border-radius: 30px 0 0 30px;
  padding: 41px 20px;
}
@media screen and (min-width: 768px) {
  .idx-corridor__about-text {
    font-size: 24px;
    padding: 120px 158px;
  }
}
.idx-corridor__about-text p:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .idx-corridor__about-text p:not(:first-of-type) {
    margin-top: 40px;
  }
}
.idx-event {
  padding-top: 85px;
}
@media screen and (min-width: 768px) {
  .idx-event {
    padding-top: 170px;
  }
}
.idx-event-content {
  background-color: #f2f2f2;
  padding: 60px 25px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .idx-event-content {
    padding: 160px 25px;
  }
}
.idx-event-content .notfound {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .idx-event-content .notfound {
    font-size: 64px;
  }
}
.idx-event-list {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .idx-event-list {
    gap: 120px;
    margin: auto;
    max-width: 1500px;
    width: 100%;
  }
}
.idx-event-list-item {
  background-color: white;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .idx-event-list-item {
    border-radius: 60px;
  }
}
.idx-event-list-item.hidden {
  display: none;
}
.idx-event-list-item__wrap {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .idx-event-list-item__wrap {
    align-items: flex-start;
    display: flex;
    gap: 120px;
    justify-content: space-between;
    padding: 40px;
  }
}
.idx-event-list-item__image {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .idx-event-list-item__image {
    border-radius: 60px;
    flex-shrink: 0;
    width: 520px;
  }
}
.idx-event-list-item__info-list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .idx-event-list-item__info-list {
    gap: 30px;
    margin-top: 0;
  }
}
.idx-event-list-item__info-list-item {
  display: flex;
  font-size: 12px;
  gap: 15.73%;
}
@media screen and (min-width: 768px) {
  .idx-event-list-item__info-list-item {
    font-size: 24px;
    gap: 8%;
  }
}
.idx-event-list-item__info-list-item__title {
  flex-shrink: 0;
}
.idx-event-list-item__info-list-item__content {
  width: 100%;
}
.idx-event-list-item__info-list-item__content .time {
  font-size: 10px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .idx-event-list-item__info-list-item__content .time {
    font-size: 18px;
  }
}
.idx-event-list-item__info-list-item .sns-list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .idx-event-list-item__info-list-item .sns-list {
    gap: 20px;
  }
}
.idx-event__more-button {
  margin: 30px auto 0;
  min-width: 175px;
  width: 46.6%;
}
@media screen and (min-width: 768px) {
  .idx-event__more-button {
    margin-top: 120px;
    width: 350px;
  }
}
.idx-event__more-button button {
  align-items: center;
  background-color: white;
  border-radius: 30px;
  display: flex;
  font-size: 12px;
  height: 38px;
  padding-left: 20%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .idx-event__more-button button {
    border-radius: 60px;
    font-size: 24px;
    height: 76px;
  }
}
.idx-event__more-button button::after {
  background-image: url("../images/ico_btn-more.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: top;
  transition: 0.3s rotate;
  width: 22px;
}
@media screen and (min-width: 768px) {
  .idx-event__more-button button::after {
    height: 44px;
    right: 40px;
    width: 44px;
  }
}
.idx-event__more-button button.close::after {
  rotate: 135deg;
}
.idx-contact {
  background-image: url("../images/index/txt_music.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 63.8vw;
  margin-top: 150px;
  padding: 60px 0 107px;
}
@media screen and (min-width: 768px) {
  .idx-contact {
    background-size: 60.83%;
    margin-top: 600px;
    padding: 120px 0 381px;
  }
}
.idx-contact__link {
  margin: 30px auto 0;
  transition: 0.3s opacity;
  width: 50px;
}
.idx-contact__link:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .idx-contact__link {
    margin-top: 60px;
    width: 100px;
  }
}
.idx-contact__text {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .idx-contact__text {
    font-size: 24px;
    margin-top: 60px;
  }
}

.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 #fefefe;
  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 #fefefe;
  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: #fefefe;
  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: #ccc;
}

.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: #fefefe;
  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-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: #fefefe;
  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: #fefefe;
  color: #060045;
  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: #fefefe;
  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 */