@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
page > common > common
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.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;
  line-height: 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; /* 2 */
  -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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
  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 {
  display: table; /* 1 */
  color: inherit; /* 2 */
  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;
}

/*!
foundation > base
------------------------------
*/
body {
  background-color: #ab9885;
  color: #9bffa9;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.overflow {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

#wrapper {
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none;
  text-underline-position: under;
}

.pc {
  display: none;
}

.header {
  background-color: #ab9885;
}
.header__decor {
  width: 139px;
  margin: 1px 0 0 8px;
}
.header__logo {
  width: 216px;
  margin: 16px auto 0;
}
.header__reser {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  top: 28px;
  right: 22px;
}
.header__main {
  position: fixed;
  top: 28px;
  right: 22px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.header__nav {
  position: fixed;
  top: 50px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 39px;
  width: 100%;
  height: calc(100vh - 50px);
  padding: 58px 20px 80px;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
.header__nav.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s;
}
.header__nav::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -50px;
  right: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/bg_nav.png) no-repeat top center/cover;
  pointer-events: none;
}
.header__nav::after {
  content: "";
  position: absolute;
  top: 41px;
  right: calc(50% + 61px);
  width: 55px;
  height: 55px;
  background: url(../images/icon_nav_Ilust_01.png) no-repeat center/contain;
  pointer-events: none;
}
.header .js_show {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.header .js_show.hidden {
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 32px 0 30px;
  background-color: #886e69;
}
.footer__copyright {
  color: #9bffa9;
  font-family: "the-seasons", sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.18em;
}

.totop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 9;
  opacity: 0;
  transition: all 0.5s;
}
.totop.active {
  opacity: 1;
  transform: translateY(0);
}
.totop a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #5e252e;
  border-radius: 100%;
}
.totop a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 12px;
  height: 20px;
  background-color: #9bffa9;
  mask: url(../images/icon_arrow.svg) no-repeat center/contain;
  -webkit-mask: url(../images/icon_arrow.svg) no-repeat center/contain;
}

.nav {
  position: fixed;
  z-index: 10;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 76px);
  height: calc(100vh - 88px);
  height: calc(100dvh - 88px);
  margin: 0 auto;
  background-color: #5e252e;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.nav.active {
  opacity: 1;
  visibility: visible;
}
.nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 58px 20px;
}
.nav__item {
  text-align: center;
}
.nav__item:not(:last-child) {
  margin-bottom: 47px;
}
.nav__link {
  display: inline-block;
  padding: 0 2px;
  color: #9bffa9;
  font-family: "the-seasons", sans-serif;
  font-size: 1.25375rem;
  font-weight: 700;
  line-height: 1.7038834951;
  letter-spacing: 0.06em;
}
.nav__link.active {
  border-bottom: 1px solid #9bffa9;
}

.hamburger {
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  margin-bottom: 15px;
  background-color: #5e252e;
  border-radius: 100%;
}
.hamburger::before, .hamburger::after,
.hamburger span::before,
.hamburger span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #9bffa9;
  transition: all 0.5s;
}
.hamburger::before {
  top: 23px;
}
.hamburger::after {
  bottom: 23px;
}
.hamburger span::before,
.hamburger span::after {
  top: 50%;
  transform: translate(-50%, -50%);
}
.hamburger span::after {
  opacity: 0;
}
.hamburger.active::before, .hamburger.active::after {
  opacity: 0;
}
.hamburger.active span::before {
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}
.hamburger.active span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 1;
}

html.is_loading .loading {
  opacity: 1;
  visibility: visible;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ab9885;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.loading__dots {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.loading__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.loading__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #5e252e;
  border-radius: 50%;
}
.loading__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.loading__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.loading__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.loading__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.loading__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.loading__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 14;
  display: none;
  padding: 15px 0;
  background-color: #0a0c33;
}
.cookie__text {
  color: #fff;
  font-size: 0.875rem;
}
.cookie__close {
  flex-shrink: 0;
  margin-top: 10px;
}
.cookie__close a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
}

/*!
component > Other
*/
.fadeInUp {
  opacity: 0;
  transform: translate(0, 30px) rotate(0.0001deg);
  transition: opacity ease-in 600ms;
}
.fadeInUp.animated {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity ease-in 600ms, transform ease-out 600ms;
}

/*!
component > Title
*/
.c-ttl {
  font-family: "the-seasons", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.623;
  letter-spacing: 0.12em;
}

/*!
layout > container
------------------------------
*/
.container {
  max-width: 1143px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 768px){
  body {
    font-size: 1rem;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .header {
    padding-top: 81px;
  }
  .header__decor {
    position: absolute;
    left: 0;
    top: 0;
    width: clamp(8.75rem, 90vw + -58.75rem, 22.25rem);
    margin: clamp(-1.6875rem, -3.75vw + 1.6875rem, -1.125rem) 0 0 clamp(0.625rem, 8.1730769231vw + -4.6057692308rem, 2.75rem);
  }
  .header__logo {
    width: clamp(22.4875rem, 60.234375vw + -6.425rem, 32.125rem);
    margin: 197px auto 0;
  }
  .header__reser {
    position: fixed;
    top: 57px;
    right: clamp(1.25rem, 21.484375vw + -9.0625rem, 4.6875rem);
    width: 124px;
    transition: all 0.5s;
    z-index: 100;
  }
  .header__reser:hover {
    opacity: 0.7;
  }
  .header__main {
    position: static;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: clamp(11.5625rem, 43.75vw + -9.4375rem, 18.5625rem);
  }
  .header__nav {
    top: 74px;
    height: calc(100vh - 74px);
  }
  .header__nav::before {
    top: -74px;
  }
  .header .js_show.hidden {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .footer {
    padding: 72px 0 93px;
  }
  .footer__copyright {
    font-size: 1.44125rem;
  }
  .totop {
    right: 40px;
    transform: translateY(-20px);
  }
  .totop a {
    width: 60px;
    height: 60px;
    transition: all 0.2s;
  }
  .totop a:hover {
    background-color: #40210f;
  }
  .totop a::before {
    width: 20px;
  }
  .nav {
    transition: unset;
    background-color: transparent;
    position: static;
    overflow: inherit;
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    margin: 0;
    transform: none;
  }
  .nav__inner {
    display: block;
    padding: 0;
    min-height: unset;
  }
  .nav__item:not(:last-child) {
    margin-bottom: 0;
  }
  .nav__link {
    border-bottom: solid 1px transparent;
    transition: all 0.5s;
  }
  .nav__link:not(.active):hover {
    border-bottom: 1px solid #9bffa9;
  }
  .nav__list {
    display: flex;
    align-items: center;
    gap: 0 clamp(1.875rem, 6.25vw + -1.125rem, 2.875rem);
  }
  .hamburger {
    display: none;
  }
  .cookie__wrap {
    display: flex;
  }
  .cookie__close {
    margin: 0 0 0 30px;
  }
  .c-ttl {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 1024px){
  .header__nav {
    position: initial;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: clamp(0.625rem, 3.3653846154vw + -1.5288461538rem, 1.5rem);
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
  }
  .header__nav::before {
    display: none;
  }
  .header__nav::after {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
