@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;600&display=swap");
:root {
  --header-height: 8.8rem;
  --header-height_sp: 6rem;
  --main-position: center;
  --main-lh: 1.5;
}

/* cleafix
------------------------------------------------------------ */
.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* add Reset
------------------------------------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

/* webfont
------------------------------------------------------------ */
/*=============================================================
 Base
=============================================================*/
html {
  font-size: calc(0.1458333333vw + 0.5rem);
  overflow-y: scroll;
}
@media (max-width: 1200px) {
  html {
    font-size: 0.7916666667vw;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 2.6315789474vw;
  }
}
@media (orientation: landscape) and (max-width: 600px) {
  html {
    font-size: 1.5789473684vw;
  }
}

body {
  width: 100%;
  margin: 0;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

img, object, embed {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

blockquote {
  position: relative;
  margin: 1em 0 0;
  padding: 1.5rem 1.5rem 1.5rem 6rem;
  background: #eee;
  color: #333;
}
blockquote::before {
  display: inline-block;
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  vertical-align: middle;
  content: "”";
  color: #cfcfcf;
  font-size: 3rem;
  line-height: 1;
}
blockquote cite {
  display: block;
  margin-top: 1em;
  text-align: right;
  font-size: 0.9em;
}

small {
  font-size: 100%;
}

/*=============================================================
 Link
=============================================================*/
a:link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

a:active {
  color: #982a97;
}

/*a[target="_blank"] {
  text-decoration: underline;
  &::after {
    content: "\f2d2";
    margin-left: 1rem;
    font: var(--fa-font-regular);
    font-size: 100%;
  }
  &:hover {
    text-decoration: none;
  }
}*/
/*=============================================================
 Layout
=============================================================*/
#page {
  height: 100%;
  overflow: hidden;
  overflow: hidden;
}
#page::before, #page::after {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  content: ".";
  color: transparent;
  font-size: 60rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  mix-blend-mode: screen;
  -webkit-animation: 44s -27s move infinite ease-in-out alternate;
          animation: 44s -27s move infinite ease-in-out alternate;
  z-index: 5;
}
#page::before {
  text-shadow: 11rem -1.3em 3rem rgba(189, 0, 255, 0.15), -11rem -1.5em 3rem rgba(0, 35, 255, 0.15);
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
  -webkit-animation-delay: -27s;
          animation-delay: -27s;
}
#page::after {
  text-shadow: -10rem -1.3em 3rem rgba(189, 0, 255, 0.15), 10rem -1.2em 3rem rgba(0, 35, 255, 0.15);
  -webkit-animation-duration: 90s;
          animation-duration: 90s;
  -webkit-animation-delay: -54s;
          animation-delay: -54s;
}
@-webkit-keyframes move {
  from {
    -webkit-transform: rotate(0deg) scale(4) translateX(-6rem);
            transform: rotate(0deg) scale(4) translateX(-6rem);
  }
  to {
    -webkit-transform: rotate(360deg) scale(6) translateX(6rem);
            transform: rotate(360deg) scale(6) translateX(6rem);
  }
}
@keyframes move {
  from {
    -webkit-transform: rotate(0deg) scale(4) translateX(-6rem);
            transform: rotate(0deg) scale(4) translateX(-6rem);
  }
  to {
    -webkit-transform: rotate(360deg) scale(6) translateX(6rem);
            transform: rotate(360deg) scale(6) translateX(6rem);
  }
}

@media only screen and (max-width: 599px) {
  #page {
    min-width: initial;
    min-width: auto;
  }
  #page::before, #page::after {
    font-size: 30rem;
  }
  #page::before {
    text-shadow: 6rem -1.3em 1.5rem rgba(189, 0, 255, 0.15), -6rem -1.5em 1.5rem rgba(0, 35, 255, 0.15);
  }
  #page::after {
    text-shadow: -5rem -1.3em 1.5rem rgba(189, 0, 255, 0.15), 5rem -1.2em 1.5rem rgba(0, 35, 255, 0.15);
  }
}
/* gHeader
------------------------------------------------------------ */
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 3%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 100;
}
.l-header__heading a .logo {
  width: 11rem;
}
.l-header__heading a .logo img {
  width: 100%;
}
.l-header__heading a:hover {
  opacity: 0.6;
}
.l-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 40vh;
  right: 2%;
}
.l-header__sns .name {
  margin-bottom: 1rem;
}
.l-header__sns a {
  margin-top: 0.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header__sns a:hover {
  opacity: 0.6;
}
.l-header.is-fixed {
  position: fixed;
  -webkit-animation: 0.5s header ease;
          animation: 0.5s header ease;
}
@-webkit-keyframes header {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes header {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media only screen and (max-width: 599px) {
  .l-header {
    position: fixed;
    height: 6rem;
    padding: 0 1rem;
  }
  .l-header__heading a .logo {
    width: auto;
  }
  .l-header__heading a .logo img {
    width: auto;
    height: 3rem;
  }
  .l-header__sns {
    display: none;
  }
  .l-header.is-fixed {
    -webkit-animation: none;
            animation: none;
  }
}
/* global_nav
------------------------------------------------------------ */
.l-global_nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-global_nav__menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.l-global_nav__menu .list > li {
  margin: 0 1.8rem;
}
.l-global_nav__menu .list > li a {
  position: relative;
  font-size: 1.5rem;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-weight: 400;
}
.l-global_nav__menu .list > li a::before {
  content: "";
  position: absolute;
  top: -2.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-global_nav__menu .list > li a:hover {
  text-decoration: none;
}
.l-global_nav__menu .list > li a:hover::before {
  background: url(/assets/img/common/mark.png) 50% 50% no-repeat;
  background-size: cover;
  opacity: 1;
}
.l-global_nav__menu .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-global_nav__menu .info .sns {
  display: none;
}
.l-global_nav__menu .info .contact {
  margin-left: 2rem;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  text-align: right;
  line-height: 1.4;
}
.l-global_nav__menu .info .contact .tel {
  font-size: 2.4rem;
}
.l-global_nav__menu .info .contact .tel i {
  margin-right: 0.5rem;
  font-size: 2rem;
}
.l-global_nav__menu .info .contact .hour {
  font-size: 1.1rem;
  font-weight: 400;
}
.l-global_nav__menu .info .contact .hour i {
  margin-right: 0.3rem;
}
.l-global_nav__menu .info .reserve {
  margin-left: 3rem;
}
.l-global_nav__menu .info .reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 1.2rem 3.5rem;
  border-radius: 5rem;
  border: 1px solid #f876fd;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-shadow: 0 0 0.03rem #f876fd, 0 0 0.1rem #f876fd, 0 0 0.2rem #f876fd, 0 0 0.4rem #f876fd;
  -webkit-box-shadow: inset 0 0 0.1rem #f876fd, 0 0 0.1rem #f876fd, 0 0 0.3rem #f876fd;
          box-shadow: inset 0 0 0.1rem #f876fd, 0 0 0.1rem #f876fd, 0 0 0.3rem #f876fd;
}
.l-global_nav__menu .info .reserve a:hover {
  text-shadow: 0 0 0.06rem #f876fd, 0 0 0.2rem #f876fd, 0 0 0.4rem #f876fd, 0 0 0.8rem #f876fd, 0 0 1rem #f876fd;
  -webkit-box-shadow: inset 0 0 0.6rem #f876fd, 0 0 0.2rem #f876fd, 0 0 1rem #f876fd;
          box-shadow: inset 0 0 0.6rem #f876fd, 0 0 0.2rem #f876fd, 0 0 1rem #f876fd;
  text-decoration: none;
}

@media only screen and (max-width: 599px) {
  .l-global_nav__menu {
    display: block;
  }
  .l-global_nav__menu .list {
    display: block;
    margin-top: 1rem;
  }
  .l-global_nav__menu .list > li {
    margin: 0 1.8rem;
  }
  .l-global_nav__menu .list > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.5rem;
    font-size: 2.6rem;
    font-weight: 600;
  }
  .l-global_nav__menu .list > li a::before {
    display: none;
  }
  .l-global_nav__menu .info {
    display: block;
    margin-top: 5rem;
  }
  .l-global_nav__menu .info .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
  .l-global_nav__menu .info .sns > a {
    width: 2.5rem;
  }
  .l-global_nav__menu .info .sns > a img {
    width: 100%;
  }
  .l-global_nav__menu .info .contact {
    margin-top: 3rem;
    margin-left: 0;
    text-align: center;
    line-height: 1.4;
  }
  .l-global_nav__menu .info .contact .tel {
    font-size: 2.8rem;
  }
  .l-global_nav__menu .info .contact .tel i {
    margin-right: 0.5rem;
    font-size: 2.6rem;
  }
  .l-global_nav__menu .info .contact .hour {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .l-global_nav__menu .info .contact .hour i {
    margin-right: 0.5rem;
  }
  .l-global_nav__menu .info .reserve {
    margin-top: 3rem;
    margin-left: 0;
  }
  .l-global_nav__menu .info .reserve a {
    margin: 0;
    padding: 1.2rem 3.5rem;
    border-radius: 2rem;
    font-size: 2rem;
  }
}
/* drawer */
.l-drawer__check,
.l-drawer > label {
  display: none;
}

@media only screen and (max-width: 599px) {
  .is-drawer_opened #page {
    scroll-behavior: smooth;
    inset: 0;
    overflow: auto;
  }
  .is-drawer_opened .l-header {
    background-color: rgba(0, 0, 0, 0.95);
  }
  .l-drawer {
    display: block;
    /*    &__check:checked ~ &__close {
          pointer-events: auto;
          background: rgba(0,0,0,.3);
        }*/
  }
  .l-drawer > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: fixed;
    top: 0.5rem;
    right: 0;
    width: 5rem;
    height: 5rem;
    z-index: 100;
    cursor: pointer;
  }
  .l-drawer > label.l-drawer__open {
    color: #e9ecf2;
    font-size: 1rem;
    -webkit-transition: all 0.3s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .l-drawer > label.l-drawer__open > span, .l-drawer > label.l-drawer__open::before, .l-drawer > label.l-drawer__open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 17%;
    width: 66%;
    border-bottom: 1px solid #e9ecf2;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .l-drawer > label.l-drawer__open::before {
    -webkit-transform: translateY(-0.9rem);
            transform: translateY(-0.9rem);
  }
  .l-drawer > label.l-drawer__open::after {
    -webkit-transform: translateY(0.9rem);
            transform: translateY(0.9rem);
  }
  .l-drawer__check:checked + .l-drawer__open span {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .l-drawer__check:checked + .l-drawer__open::before {
    -webkit-transform: rotate(150deg) scaleX(1);
            transform: rotate(150deg) scaleX(1);
  }
  .l-drawer__check:checked + .l-drawer__open::after {
    -webkit-transform: rotate(-145deg) scaleX(1);
            transform: rotate(-145deg) scaleX(1);
  }
  .l-drawer__content {
    z-index: 101;
    position: fixed;
    overflow: auto;
    top: 6rem;
    right: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 2rem 3rem 2rem;
    background: rgba(0, 0, 0, 0.95) url(/assets/img/common/shopname.svg) 95% 25% no-repeat;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .l-drawer__check:checked ~ .l-drawer__content {
    -webkit-transform: none;
            transform: none;
  }
}
/*-----topicsPath-----*/
.l-topicsPath {
  padding: 2rem 0;
}
.l-topicsPath ol {
  margin: 0 auto;
  list-style: none;
  text-align: right;
}
.l-topicsPath ol li {
  display: inline;
  font-size: 1.2rem;
}
.l-topicsPath ol li::before {
  content: "/";
  display: inline-block;
  margin: 0 0.3em;
  color: #fff;
}
.l-topicsPath ol li:first-child::before {
  display: none;
}
.l-topicsPath ol li a {
  color: #fff;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-weight: 400;
  text-decoration: none;
}
.l-topicsPath ol li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 599px) {
  .l-topicsPath {
    padding: 2rem 0;
  }
  .l-topicsPath ol li {
    font-size: 1.2rem;
  }
}
/*-----mainContent-----*/
.l-main {
  padding-top: 8rem;
}

.l-primary {
  width: 71%;
}

.l-secondary {
  width: 22.5%;
}

@media only screen and (max-width: 599px) {
  .l-main {
    padding-top: 4rem;
  }
  .l-primary,
  .l-secondary {
    width: 100%;
  }
  .l-secondary {
    margin-top: 5rem;
  }
}
/*-----gFooter-----*/
.l-footer {
  position: relative;
  margin-top: 15rem;
  padding: 15rem 1% 25rem;
  background: #0d0d0d url(/assets/img/common/bg_footer.png) 0 50% no-repeat;
  background-size: auto 110%;
  z-index: 10;
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.l-footer__menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
.l-footer__menu .list > li {
  margin: 0 1.8rem;
}
.l-footer__menu .list > li a {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-weight: 400;
}
.l-footer__menu .list > li a::before {
  content: "";
  position: absolute;
  top: -2.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4rem;
  height: 4rem;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-footer__menu .list > li a:hover {
  text-decoration: none;
}
.l-footer__menu .list > li a:hover::before {
  background: url(/assets/img/common/mark.png) 50% 50% no-repeat;
  background-size: cover;
  opacity: 1;
}
.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  margin-top: 4.5rem;
  padding-top: 4.5rem;
}
.l-footer__info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#022a90), to(#8c2287));
  background: linear-gradient(90deg, #022a90, #8c2287);
}
.l-footer__info .location .logo {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-weight: 400;
}
.l-footer__info .location .address,
.l-footer__info .location .tel,
.l-footer__info .location .hour {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
}
.l-footer__info .location .address i,
.l-footer__info .location .tel i,
.l-footer__info .location .hour i {
  margin-right: 0.5rem;
  font-size: 1.3rem;
}
.l-footer__info .about .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-footer__info .about .sns li:not(:first-child) {
  margin-left: 2rem;
}
.l-footer__info .about .sns li a img {
  width: 2.7rem;
}
.l-footer__info .about .sns li a:hover {
  opacity: 0.6;
}
.l-footer__info .about .copyright {
  margin-top: 5rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-weight: 400;
}

@media only screen and (max-width: 599px) {
  .l-footer {
    position: relative;
    margin-top: 5rem;
    padding: 5rem 1rem 5rem;
  }
  .l-footer__menu {
    display: block;
  }
  .l-footer__menu .logo {
    height: 4rem;
  }
  .l-footer__menu .logo img {
    margin-left: -5rem;
    height: 100%;
  }
  .l-footer__menu .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2rem;
  }
  .l-footer__menu .list > li {
    margin: 0;
  }
  .l-footer__menu .list > li a {
    font-size: 1.5rem;
  }
  .l-footer__menu .list > li a::before {
    display: none;
  }
  .l-footer__info {
    display: block;
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .l-footer__info .location .logo {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .l-footer__info .location .address,
  .l-footer__info .location .tel,
  .l-footer__info .location .hour {
    font-size: 1.2rem;
  }
  .l-footer__info .location .address i,
  .l-footer__info .location .tel i,
  .l-footer__info .location .hour i {
    margin-right: 0.5rem;
    font-size: 1.1rem;
  }
  .l-footer__info .about {
    margin-top: 2rem;
  }
  .l-footer__info .about .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-footer__info .about .sns li:not(:first-child) {
    margin-left: 2rem;
  }
  .l-footer__info .about .sns li a img {
    width: 2.5rem;
  }
  .l-footer__info .about .copyright {
    margin-top: 3rem;
    font-size: 1.1rem;
  }
}
/*=============================================================
 Component
=============================================================*/
/* Title
------------------------------------------------------------ */
.c-pagetitle {
  position: relative;
  margin-top: 22rem;
  z-index: 10;
}
.c-pagetitle .title {
  width: 120rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: 0.1em;
}
.c-pagetitle .title[data-subText]::before {
  content: attr(data-subText);
  display: block;
  margin-bottom: 4rem;
  font-size: 8rem;
  font-weight: 600;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-pagetitle .image {
  margin: 9rem 5% 0;
}
.c-pagetitle .image img {
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .c-pagetitle {
    margin-top: 10rem;
  }
  .c-pagetitle .title {
    width: 100%;
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: 1.6rem;
  }
  .c-pagetitle .title[data-subText]::before {
    margin-bottom: 1.5rem;
    font-size: 4rem;
  }
  .c-pagetitle .image {
    margin: 3rem 1rem 0;
  }
}
.c-title01 {
  margin-bottom: 5rem;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
.c-title01[data-subText]::before {
  content: attr(data-subText);
  display: block;
  margin-bottom: 2rem;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 599px) {
  .c-title01 {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .c-title01[data-subText]::before {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
/* Button
------------------------------------------------------------ */
.c-button01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7rem;
}
.c-button01 .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: 20rem;
  margin: 0;
  padding: 1.2rem 3.5rem;
  border-radius: 5rem;
  border: 2px solid #f876fd;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.5rem;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-shadow: 0 0 0.03rem #f876fd, 0 0 0.1rem #f876fd, 0 0 0.2rem #f876fd, 0 0 0.4rem #f876fd;
  -webkit-box-shadow: inset 0 0 0.1rem #f876fd, 0 0 0.1rem #f876fd, 0 0 0.3rem #f876fd;
          box-shadow: inset 0 0 0.1rem #f876fd, 0 0 0.1rem #f876fd, 0 0 0.3rem #f876fd;
  z-index: 10;
}
.c-button01 .button:hover {
  text-shadow: 0 0 0.06rem #f876fd, 0 0 0.2rem #f876fd, 0 0 0.4rem #f876fd, 0 0 0.8rem #f876fd, 0 0 1rem #f876fd;
  -webkit-box-shadow: inset 0 0 0.6rem #f876fd, 0 0 0.2rem #f876fd, 0 0 1rem #f876fd;
          box-shadow: inset 0 0 0.6rem #f876fd, 0 0 0.2rem #f876fd, 0 0 1rem #f876fd;
  text-decoration: none;
}

@media only screen and (max-width: 599px) {
  .c-button01 {
    margin-top: 3rem;
  }
}
/* Block
------------------------------------------------------------ */
.c-scrolldown {
  width: 1px;
  height: 10rem;
  margin: 0 auto;
  overflow: hidden;
}
.c-scrolldown::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 200%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(10%, #22449e), color-stop(90%, #923d98), to(transparent));
  background: linear-gradient(0deg, transparent, #22449e 10%, #923d98 90%, transparent);
  -webkit-animation: scrollDown 2.7s ease infinite;
          animation: scrollDown 2.7s ease infinite;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.c-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: 1rem 0;
  font-size: clamp(20rem, 22vw, 40rem);
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  z-index: 1;
  overflow: hidden;
}
.c-marquee span {
  padding-bottom: 0.1em;
  background: #eee3d9;
  background: rgba(255, 255, 255, 0.1);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  -webkit-animation: marquee 60s linear infinite;
          animation: marquee 60s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media only screen and (max-width: 599px) {
  .c-marquee {
    font-size: clamp(10rem, 40vw, 40rem);
  }
}
/* List
------------------------------------------------------------ */
.c-list01 li {
  position: relative;
  padding-left: 1.5em;
}
.c-list01 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list01.is_asterisk li::before {
  content: "※";
}
.c-list01.is_mark_center li::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-discList li {
  list-style-type: disc;
  margin-left: 1.2em;
}

/* CMS
------------------------------------------------------------ */
.c-pager {
  position: relative;
  margin-top: 8rem;
  padding-top: 5rem;
}
.c-pager::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#022a90), to(#8c2287));
  background: linear-gradient(90deg, #022a90, #8c2287);
}
.c-pager .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem;
}
.c-pager .nav-links .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
  width: 6rem;
  border: 2px solid #12a5e0;
  border-radius: 5rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0 0 0.06rem #018bc4, 0 0 0.2rem #018bc4, 0 0 0.4rem #018bc4;
}
.c-pager .nav-links .page-numbers:hover, .c-pager .nav-links .page-numbers.current {
  border: 2px solid #f87afd;
  text-decoration: none;
  text-shadow: 0 0 0.06rem #f876fd, 0 0 0.2rem #f876fd, 0 0 0.4rem #f876fd;
}

@media only screen and (max-width: 599px) {
  .c-pager {
    margin-top: 4rem;
    padding-top: 3rem;
  }
  .c-pager .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.3rem;
  }
  .c-pager .nav-links .page-numbers {
    height: 4rem;
    width: 4rem;
  }
}
.c-saide_nav__title {
  position: relative;
  padding-bottom: 1.5rem;
  color: #fff;
  font-size: 2.6rem;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.c-saide_nav__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#022a90), to(#8c2287));
  background: linear-gradient(90deg, #022a90, #8c2287);
}
.c-saide_nav__list {
  margin-top: 1rem;
}
.c-saide_nav__list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.c-saide_nav__list li a {
  display: block;
  padding: 1.5rem 0;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.c-saide_nav__list li a.is-current, .c-saide_nav__list li a:hover {
  color: rgba(255, 255, 255, 0.3);
  text-shadow: 0 0 0.06rem #018bc4, 0 0 0.2rem #018bc4, 0 0 0.4rem #018bc4;
  text-decoration: none;
}

@media only screen and (max-width: 599px) {
  .c-saide_nav__title {
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }
  .c-saide_nav__list {
    margin-top: 1rem;
  }
  .c-saide_nav__list li a {
    font-size: 1.4rem;
  }
}
/* Utility
------------------------------------------------------------ */
.u-container {
  width: 120rem;
  margin-right: auto;
  margin-left: auto;
}
.u-container.is-narrow {
  max-width: 88rem;
}
.u-container.is-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 599px) {
  .u-container {
    width: 100%;
    padding: 0 1.5rem;
  }
  .u-container.is-narrow {
    max-width: 100%;
  }
  .u-container.is-col2 {
    display: block;
  }
}
.u-hidden {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .u-hidden_pc {
    display: none !important; /* into tb */
  }
}
@media only screen and (max-width: 1024px) {
  .u-hidden_tb {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .u-hidden_sm {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */