/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

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; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (max-width: 1024px) {
  .drawer-open {
    overflow: hidden !important;
  }
  .drawer-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: var(--baige);
  }
  .drawer-nav a {
    color: var(--black);
  }
  .drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-menu {
    list-style: none;
    position: relative;
    z-index: 999;
  }
  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .drawer-open .drawer-overlay {
    display: block;
  }
  /*!------------------------------------*\
  Right
  \*!------------------------------------*/
  .drawer--right .drawer-nav {
    right: -100%;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.5, 1);
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }
  /*!------------------------------------*\
  Hamburger
  \*!------------------------------------*/
  .drawer-hamburger {
    position: fixed;
    z-index: 9999;
    top: 3rem;
    right: 4rem;
    display: block;
    box-sizing: content-box;
    width: 60px;
    height: 60px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
    outline: 0;
    padding: 0;
    background: var(--black);
  }
  .drawer-hamburger:hover {
    cursor: pointer;
  }
  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 60%;
    height: 2px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #fff;
  }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
    width: 100%;
  }
  .drawer-hamburger-icon:after {
    top: 10px;
  }
  .drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:after {
    width: 100%;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }
  .drawer-open .drawer-hamburger-icon:before {
    transform: rotate(45deg);
  }
  .drawer-open .drawer-hamburger-icon:after {
    transform: rotate(-45deg);
  }
  /*!------------------------------------*\
  accessibility
  \*!------------------------------------*/
  /*!
  * Only display content to screen readers
  * See: http://a11yproject.com/posts/how-to-hide-content
  */
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  /*!
  * Use in conjunction with .sr-only to only display content when it's focused.
  * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
  * Credit: HTML5 Boilerplate
  */
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  /*! open */
  .drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
  }
  /*!------------------------------------*\
  Container
  \*!------------------------------------*/
  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .drawer-hamburger {
    top: 2rem;
    right: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .drawer-hamburger {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  pad: 80px 2rem;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1200px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 99999;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: var(--black);
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 2px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 1rem;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
:root {
  --black: rgb(36, 20, 14);
  --baige: #dcd6d2;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  color: var(--black);
}

img {
  width: 100%;
  display: block;
}

a {
  word-break: break-all;
}

strong {
  font-weight: 600;
}

.en {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.sns {
  font-size: 1.8rem;
  display: flex;
  gap: 1em;
}
.sns a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: var(--black);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1025px) {
  .sns a {
    transition: 1s;
  }
  .sns a:hover {
    background: #fff;
    color: var(--black);
    transition: 0.8s;
  }
}
.pc-none {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
header h1 {
  width: 400px;
  margin-right: 5em;
}
header nav .drawer-logo {
  display: none;
}
header nav ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 5em;
       column-gap: 5em;
}
header nav ul li {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
header nav ul li.contact a {
  font-size: 1.4rem;
  background: var(--black);
  color: #fff;
  padding: 4px 1em;
}
header nav ul .sns {
  letter-spacing: normal;
}

@media screen and (min-width: 1025px) {
  header nav ul li > a {
    transition: 0.8s;
  }
  header nav ul li > a:hover {
    opacity: 0.8;
    transition: 0.8s;
  }
  header nav ul li.contact a:hover {
    background: #fff;
    color: var(--black);
  }
}
@media screen and (max-width: 1024px) {
  header h1 {
    position: fixed;
    top: 4rem;
    margin-right: 0;
  }
  header nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  header nav .drawer-logo {
    display: block;
    width: 50%;
  }
  header nav ul {
    margin-top: 6rem;
    flex-direction: column;
    row-gap: 4rem;
  }
  header nav ul li {
    font-size: 3.2rem;
  }
  header nav ul .sns {
    font-size: 3.2rem;
    margin-top: 2rem;
  }
  header nav ul .sns a {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }
  header h1 {
    width: 40%;
    top: 3rem;
    left: 3rem;
  }
  header nav ul {
    row-gap: 3rem;
  }
  header nav ul li {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  header h1 {
    width: 50%;
    top: 2rem;
    left: 2rem;
  }
  header nav .drawer-logo {
    width: 60%;
  }
}
.main-img {
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.main-img .catch {
  position: absolute;
  bottom: -16px;
  right: 0;
  line-height: 1;
  font-size: 10rem;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .main-img .kv {
    height: 70vh;
    background-image: url(../img/main-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-img .kv img {
    display: none;
  }
  .main-img .catch {
    bottom: -1.6%;
    font-size: 12vw;
  }
}
@media screen and (max-width: 640px) {
  .main-img .kv {
    height: 55vh;
  }
  .main-img .catch {
    bottom: -1.5%;
  }
}
.contents {
  position: relative;
  z-index: 10;
  clip: rect(auto, auto, auto, auto);
  width: 100%;
  height: 100%;
}
.contents::before {
  content: "";
  position: fixed;
  top: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/bg_contents.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.block {
  padding: 0 4rem;
  position: relative;
  min-height: 100vh;
  height: 100%;
  overflow: hidden;
}
.block::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 50%;
  background-repeat: repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: 10;
}
.block.show::before {
  opacity: 1;
}
.block h2 {
  font-size: 10.4vw;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 300;
  line-height: 1;
  z-index: 100;
  color: #fff;
}
.block h2.rotate {
  position: absolute;
  left: 12%;
  transform-origin: left top;
}
.block .inner {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  padding: 0 0 20rem 10rem;
  max-width: 1100px;
}

@media screen and (max-width: 1024px) {
  .block {
    min-height: auto;
  }
  .block h2.rotate {
    left: 9%;
  }
  .block .inner {
    padding: 6rem 0 16rem 10%;
  }
}
@media screen and (max-width: 640px) {
  .block {
    padding: 4rem 0;
  }
  .block h2 {
    font-size: 15vw;
    text-align: left;
    font-weight: 400;
  }
  .block h2.rotate {
    left: 2rem;
  }
  .block .inner {
    padding: 10rem 2rem;
  }
}
.info {
  background: rgba(220, 214, 210, 0.9);
  position: relative;
  padding: 6rem 2rem;
  z-index: 1000;
}
.info h2 {
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}
.info .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem;
  font-weight: 700;
}
.info .inner .info-image {
  width: 50%;
}
.info .inner .info-text {
  width: 50%;
  padding: 2rem 4rem;
  margin: 0 auto;
  font-size: 1.6rem;
  background: var(--black);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info .inner .info-text a {
  display: block;
  margin-top: 1em;
  background: var(--baige);
  color: var(--black);
  padding: 0.5em 1em;
  text-align: center;
  transition: 0.8s;
  border: 1px solid transparent;
}
.info .inner .info-text dl {
  margin-top: 1em;
}
.info .inner .info-text dl dt {
  display: inline-block;
  background: var(--black);
  color: #fff;
  padding: 0 1em;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 1025px) {
  .info .inner .info-text a:hover {
    background: var(--black);
    border: 1px solid #fff;
    transition: 0.8s;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .info .inner {
    flex-direction: column;
  }
  .info .inner .info-image {
    width: 100%;
  }
  .info .inner .info-text {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .info h2 {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .info h2 span {
    display: block;
  }
  .info .inner {
    padding: 0;
  }
  .info .inner .info-text {
    padding: 2rem;
  }
}
.news .inner ul li .article, .live .inner ul li .article {
  color: #fff;
  font-weight: 600;
}
.news .inner ul li .article__title, .live .inner ul li .article__title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 2rem 6em 2rem 1rem;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
}
.news .inner ul li .article__title span, .live .inner ul li .article__title span {
  font-size: 1.6rem;
  display: block;
  margin-right: 2em;
  line-height: 1.2;
  flex-shrink: 0;
}
.news .inner ul li .article__title div, .live .inner ul li .article__title div {
  font-size: 1.8rem;
}
.news .inner ul li .article__text, .live .inner ul li .article__text {
  font-size: 1.6rem;
  padding: 1.3em 1em;
  display: none;
  border-bottom: 1px solid #fff;
}
.news .inner ul li .article__text p, .live .inner ul li .article__text p {
  margin-top: 1em;
}
.news .inner ul li .article__text p:first-of-type, .live .inner ul li .article__text p:first-of-type {
  margin-top: 0;
}
.news .inner ul li .article__text p a, .live .inner ul li .article__text p a {
  text-decoration: underline;
  word-break: break-word;
}
.news .inner ul li .article__text p strong, .live .inner ul li .article__text p strong {
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .news .inner ul li .article__title, .live .inner ul li .article__title {
    padding: 1rem;
  }
  .news .inner ul li .article__title::before, .live .inner ul li .article__title::before {
    right: 1rem;
    font-size: 1.6rem;
  }
  .news .inner ul li .article__title span, .live .inner ul li .article__title span {
    font-size: 1.2rem;
  }
  .news .inner ul li .article__title div, .live .inner ul li .article__title div {
    font-size: 1.6rem;
  }
  .news .inner ul li .article__title.active::before, .live .inner ul li .article__title.active::before {
    right: 1rem;
    font-size: 1.6rem;
  }
  .news .inner ul li .article__text, .live .inner ul li .article__text {
    font-size: 1.4rem;
    padding: 1em;
  }
}
.news {
  padding-top: 16rem;
}
.news::before {
  background-image: url(../img/bg_3.png);
}

.live::before {
  background-image: url(../img/bg_4.png);
}
.live .inner ul li .article__title {
  padding-left: 0;
  flex-wrap: wrap;
  padding: 2rem 1rem;
}
.live .inner ul li .article__title span {
  background: var(--baige);
  color: var(--black);
  text-align: center;
  padding: 0.5em 1em;
}
.live .inner ul li .article__title div {
  width: 100%;
  margin-top: 1rem;
}

@media screen and (max-width: 640px) {
  .live .inner ul li .article__title {
    padding-left: 1rem;
  }
  .live .inner ul li .article__title span {
    padding: 0.5rem 1rem;
  }
}
.profile::before {
  background-image: url(../img/bg_5.png);
}
.profile h2 {
  color: #fff;
}
.profile .inner ul {
  display: flex;
  justify-content: space-between;
}
.profile .inner ul .member {
  width: 48%;
}
.profile .inner ul .member .name {
  font-size: 7.2rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: -2%;
  margin-left: -1%;
}
.profile .inner ul .member .name span {
  font-size: 0.55em;
}
.profile .inner ul .member .sns {
  margin-top: 0.8em;
}
.profile .inner ul .member .sns .official-site {
  width: auto;
  height: 30px;
  padding: 0 1em;
  font-size: 1.4rem;
}
.profile .inner ul .member .message .modal-btn {
  display: block;
  background: var(--black);
  color: #fff;
  text-align: center;
  padding: 0.5em;
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1.2;
}
.profile .inner ul .member .message .modal-btn div {
  border: 1px solid #fff;
  padding: 0.5em;
}
.profile .inner .text {
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 5.6rem;
}
.profile .inner .text p:last-of-type {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 1025px) {
  .profile .inner ul .member .modal-btn {
    transition: 1s;
  }
  .profile .inner ul .member .modal-btn:hover {
    background: #fff;
    color: var(--black);
    transition: 1s;
  }
  .profile .inner ul .member .modal-btn:hover div {
    border-color: var(--black);
  }
}
@media screen and (max-width: 768px) {
  .profile .inner ul .member .name {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .profile .inner ul {
    flex-wrap: wrap;
  }
  .profile .inner ul .member {
    width: 100%;
  }
  .profile .inner ul .member:last-of-type {
    margin-top: 5.6rem;
  }
  .profile .inner ul .member .photo img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
  .profile .inner ul .member .name {
    margin-top: 2rem;
    margin-left: 0;
    text-align: center;
  }
  .profile .inner ul .member .sns {
    justify-content: center;
  }
  .profile .inner ul .member .message .modal-btn {
    margin-top: 2rem;
  }
}
.to-kimaguren::before {
  background-image: url(../img/bg_2.png);
}
.to-kimaguren h2 {
  position: relative;
}
.to-kimaguren .lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  z-index: 100;
  margin-top: 2em;
  letter-spacing: 0.1em;
}
.to-kimaguren .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 8rem 0;
}
.to-kimaguren .inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.666%;
}
.to-kimaguren .inner ul li {
  width: 23%;
}

@media screen and (max-width: 768px) {
  .to-kimaguren .inner {
    padding: 6rem 0 10rem;
  }
  .to-kimaguren .inner ul {
    gap: 2.4rem 3.5%;
  }
  .to-kimaguren .inner ul li {
    width: 31%;
  }
}
@media screen and (max-width: 640px) {
  .to-kimaguren h2 {
    text-align: center;
  }
  .to-kimaguren .inner {
    padding: 6rem 2rem 10rem;
  }
  .to-kimaguren .inner ul {
    gap: 2.4rem 0;
    justify-content: space-between;
  }
  .to-kimaguren .inner ul li {
    width: 48%;
  }
}
.modal {
  display: none;
}

.modal__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
  border: 1px solid var(--baige);
  padding: 2rem;
}
.modal__inner .title {
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}
.modal__inner .title img {
  max-width: 250px;
  display: inline-block;
  vertical-align: middle;
}
.modal__inner .title span {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  color: var(--baige);
}
.modal__inner .artist {
  width: 41%;
}
.modal__inner .comment {
  width: 55%;
  font-size: 1.6rem;
  font-weight: 700;
}
.modal__inner .comment p {
  margin-top: 1em;
}
.modal__inner .comment p:first-of-type {
  margin: 0;
}
.modal__inner .comment div {
  font-size: 1.4rem;
  margin-top: 1em;
}
.modal__inner .comment div span {
  font-size: 1.5em;
  display: inline-block;
  margin-left: 10px;
}
.modal__inner .modal-close {
  font-size: 2rem;
  color: var(--black);
  background: var(--baige);
  margin: 3rem auto 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  padding: 0.2em 1em;
}
.modal__inner .modal-close span {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: -2px;
}

@media screen and (max-width: 768px) {
  .modal__inner {
    flex-direction: column;
  }
  .modal__inner .artist {
    width: 80%;
  }
  .modal__inner .comment {
    width: 80%;
    margin-top: 1em;
  }
  .modal__inner .comment div {
    font-size: 1.4rem;
    margin-top: 1em;
  }
  .modal__inner .comment div span {
    font-size: 1.5em;
    display: inline-block;
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .modal__inner .artist {
    width: 100%;
  }
  .modal__inner .comment {
    width: 100%;
  }
  .modal__inner .comment div {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
  }
  .modal__inner .comment div span {
    font-size: 1.4em;
    display: block;
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .to-kimaguren .modal-btn {
    transition: 1s;
  }
  .to-kimaguren .modal-btn:hover {
    opacity: 0.8;
    transition: 1s;
  }
}
footer {
  position: relative;
  padding: 6rem 0;
  background: var(--baige);
  z-index: 100;
}
footer .page-top {
  background: var(--black);
  color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 4rem;
  top: -5rem;
  border-radius: 50px;
  text-align: center;
}
footer .page-top .angle-up {
  display: block;
  font-size: 6rem;
  line-height: 1;
  margin-top: -2rem;
  transition: 1s;
}
footer .page-top .en {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: -1rem;
}
footer .page-top .en span {
  display: inline-block;
}
footer .page-top .en span:first-of-type {
  margin-right: 0.3em;
}
footer .logo {
  max-width: 120px;
  margin: 0 auto;
}
footer .sns {
  justify-content: center;
  margin: 3rem auto 4rem;
}
footer .copy {
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 1025px) {
  footer .page-top {
    transition: 1s;
  }
  footer .page-top:hover {
    background: #fff;
    color: var(--black);
    transition: 1s;
  }
  footer .page-top:hover .angle-up {
    margin-top: -2.5rem;
    transition: 1s;
  }
}
@media screen and (max-width: 640px) {
  footer .page-top {
    width: 80px;
    height: 80px;
    right: 2rem;
    top: -4rem;
    border-radius: 40px;
  }
  footer .page-top .angle-up {
    font-size: 4rem;
  }
}
.blur-one {
  animation-name: blurOne;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes blurOne {
  from {
    filter: blur(10px);
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blur-one-active {
  opacity: 0;
}

.blur-two {
  animation-name: blurTwo;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes blurTwo {
  from {
    filter: blur(10px);
    transform: rotate(90deg) scale(1.1);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: rotate(90deg) scale(1);
    opacity: 1;
  }
}
.blur-two-active {
  opacity: 0;
}

@media screen and (max-width: 640px) {
  @keyframes blurTwo {
    from {
      filter: blur(10px);
      transform: scale(1.1);
      opacity: 0;
    }
    to {
      filter: blur(0);
      transform: scale(1);
      opacity: 1;
    }
  }
}
.single .contents, .archive .contents {
  padding: 20rem 0;
}
.single .contents .inner, .archive .contents .inner {
  position: relative;
  z-index: 10;
  max-width: 1000px;
  padding: 6rem 4rem;
  margin: 0 auto;
  background: rgba(36, 20, 14, 0.6);
  overflow: hidden;
}
.single .contents .inner h2, .archive .contents .inner h2 {
  text-align: center;
  color: #fff;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 4rem;
}

@media screen and (max-width: 640px) {
  .single .contents, .archive .contents {
    padding: 10rem 0;
  }
  .single .contents .inner, .archive .contents .inner {
    padding: 6rem 2rem;
  }
}
.single .contents .inner .article {
  color: #fff;
}
.single .contents .inner .article__title {
  border-bottom: 1px solid #eee;
  padding: 2rem 0 2rem 1rem;
  line-height: 1.5;
  font-weight: 600;
  display: flex;
}
.single .contents .inner .article__title span {
  font-size: 1.6rem;
  display: block;
  margin-right: 2em;
  line-height: 1.2;
}
.single .contents .inner .article__title h3 {
  font-size: 1.8rem;
}
.single .contents .inner .article__image {
  display: block;
  margin-top: 4rem;
}
.single .contents .inner .article__image img {
  height: auto;
}
.single .contents .inner .article__text {
  margin-top: 4rem;
  font-size: 1.6rem;
}
.single .contents .inner .article__text p {
  margin-top: 2rem;
}
.single .contents .inner .article__text p a {
  text-decoration: underline;
}

.single-news .contents .inner .article__title {
  align-items: center;
}

.single-live .contents .inner .article__title {
  padding: 2rem 0;
  row-gap: 2rem;
  flex-wrap: wrap;
}
.single-live .contents .inner .article__title .live-day {
  padding: 1rem 1.6rem;
  background: var(--baige);
  color: var(--black);
  text-align: center;
  margin-right: 0;
}
.single-live .contents .inner .article__title h3 {
  width: 100%;
}

.archive .contents .inner h2 {
  text-align: center;
  color: #fff;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 4rem;
}
.archive .contents .inner ul li .article {
  color: #fff;
  font-weight: 600;
}
.archive .contents .inner ul li .article__title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 2rem 1rem;
  line-height: 1.5;
}
.archive .contents .inner ul li .article__title span {
  font-size: 1.6rem;
  display: block;
  margin-right: 2em;
  line-height: 1.2;
  flex-shrink: 0;
}
.archive .contents .inner ul li .article__title .live-day {
  padding: 1rem 1.6rem;
  background: var(--baige);
  color: var(--black);
  text-align: center;
}
.archive .contents .inner ul li .article__title div {
  font-size: 1.8rem;
}
.archive .contents .inner ul li:first-child .article__title {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .archive .contents .inner ul li .article__title span {
    font-size: 1.4rem;
  }
  .archive .contents .inner ul li .article__title div {
    font-size: 1.6rem;
  }
  .archive .contents .inner ul li:first-child .article__title {
    border-top: 1px solid #fff;
  }
}
.post-type-archive-live .contents .inner ul li .article__title {
  flex-wrap: wrap;
}
.post-type-archive-live .contents .inner ul li .article__title div {
  width: 100%;
  margin-top: 1rem;
}

@media screen and (max-width: 640px) {
  .post-type-archive-live .contents .inner ul li .article__title .live-day {
    padding: 0.5rem 1rem;
  }
}
.link-archive {
  display: block;
  max-width: 300px;
  font-size: 1.6rem;
  margin: 4rem auto 0;
  background: var(--black);
  padding: 1em 0;
  text-align: center;
  color: #fff;
  transition: 0.8s;
  border: 1px solid #fff;
}

@media screen and (min-width: 1025px) {
  .link-archive:hover {
    background: #fff;
    color: var(--black);
    transition: 0.8s;
  }
}
.post-navigation {
  margin-top: 4rem;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.post-navigation .nav-links > div a {
  display: block;
  background: var(--black);
  border: 1px solid #fff;
  width: 100px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  transition: 0.8s;
}

@media screen and (min-width: 1025px) {
  .post-navigation .nav-links > div a:hover {
    background: #fff;
    color: var(--black);
    transition: 0.8s;
  }
}/*# sourceMappingURL=style.css.map */