@charset "UTF-8";
/*! 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-width: 0;
  border-style: solid;
}

/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* 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 {
  clear: both;
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 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 {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 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 */
  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 {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/**
 * 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;
  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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

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

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

:root {
  --board: 1440;
  --max: 1px;
}
@media (max-width: 768px) {
  :root {
    --board: 375;
    --max: 9999px;
  }
}

:root {
  --colorBlack: #222;
  --colorBg: #fff;
  --colorCurrent: #c7c7c7;
}

:root {
  --fontGothic: 'Noto Sans JP', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
  --fontMincho: 'Zen Old Mincho', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  --fontEnglish: "Barlow", sans-serif;
  --fontMaru: 'Zen Maru Gothic', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 16rem;
  --letterSpacing: 0;
  --lineHeight: 1.75;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: .4s;
}

html {
  font-size: clamp(1.5625%, 0.0694444444vw, 6.25%);
}
@media (max-width: 768px) {
  html {
    font-size: 0.2666666667vw;
  }
}

body {
  background-color: var(--bodyBg);
  color: var(--colorBlack);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontGothic);
  line-height: var(--lineHeight);
  font-optical-sizing: auto;
  font-feature-settings: var(--kerning);
}

@keyframes name {}
a {
  transition: opacity 0.4s;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}
a:focus {
  text-decoration: none;
}
a img {
  transition: opacity 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

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

@media (max-width: 768px) {
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
}

body {
  background-color: #f8f8f8;
}

.c-main {
  width: 600rem;
  margin-left: 50%;
}
@media (max-width: 768px) {
  .c-main {
    margin-left: auto;
    width: 330rem;
  }
}

.is-locked {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.l-header__box {
  width: 90rem;
  height: 120rem;
  background-color: #fbf715;
  position: fixed;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .l-header__box {
    display: none;
  }
}

.l-header__side {
  width: 45rem;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  top: 0;
  left: 0;
  gap: 20rem;
  height: 100%;
  padding-top: 24rem;
}

.l-header__side-image {
  width: 12rem;
}

.l-header__side-slug {
  writing-mode: vertical-rl;
  font-size: 16rem;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20rem;
  text-transform: uppercase;
}
.l-header__side-slug::before {
  content: "";
  width: 14rem;
  height: 2rem;
  background-color: #333;
  display: block;
}

.l-header__logo-image {
  width: 325rem;
}

.l-header__logo-link {
  font-size: 48rem;
  font-family: var(--fontEnglish);
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
}
.l-header__logo-link span {
  font-size: 14rem;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
}

.l-header__nav-button,
.l-header__nav-button--close {
  position: fixed;
  top: 10rem;
  right: 10rem;
  z-index: 1000;
  width: 45rem;
  height: 45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
}

.is-open .l-header__nav-button {
  display: none;
}

.l-header__nav-button--close {
  display: none;
}
.is-open .l-header__nav-button--close {
  display: flex;
}

.l-header__inner {
  position: fixed;
  top: 50%;
  transform: translate(-560rem, -50%);
  left: 50%;
}
@media (max-width: 768px) {
  .l-header__inner {
    top: 0;
    left: 0;
    transform: none;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
  }
  .is-open .l-header__inner {
    opacity: 1;
    visibility: visible;
  }
}

.l-header__nav {
  margin-top: 30rem;
}
@media (max-width: 768px) {
  .l-header__nav {
    width: fit-content;
    margin-top: 0;
  }
}

.l-header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media (max-width: 768px) {
  .l-header__nav-list {
    width: fit-content;
    gap: 20rem;
  }
}

.l-header__nav-link {
  font-size: 30rem;
  font-family: var(--fontEnglish);
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-transform: uppercase;
  font-style: italic;
  width: fit-content;
  position: relative;
  align-items: flex-start;
}
.l-header__nav-link span {
  font-size: 10rem;
  font-style: normal;
}
.l-header__nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 30%;
  background-color: #fbf715;
  mix-blend-mode: multiply;
  transition: width 0.4s ease-in-out;
}
@media (hover: hover) {
  .l-header__nav-link:hover {
    opacity: 1;
  }
  .l-header__nav-link:hover::after {
    width: 100%;
  }
}

.l-header__nav-sublist {
  margin-top: 20rem;
  display: flex;
  gap: 20rem;
  align-items: center;
}

.l-header__nav-subitem {
  display: flex;
  align-items: center;
  gap: 20rem;
  line-height: 1;
}
.l-header__nav-subitem::after {
  content: "/";
  display: block;
  font-family: var(--fontEnglish);
  font-size: 22rem;
}
.l-header__nav-subitem:last-child::after {
  display: none;
}

.l-header__nav-sublink {
  font-size: 18rem;
  font-family: var(--fontEnglish);
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
.l-header__nav-sublink::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 30%;
  background-color: #fbf715;
  mix-blend-mode: multiply;
  transition: width 0.4s ease-in-out;
}
@media (hover: hover) {
  .l-header__nav-sublink:hover {
    opacity: 1;
  }
  .l-header__nav-sublink:hover::after {
    width: 100%;
  }
}

.l-header__nav-instagram {
  width: 20rem;
}

.is-current {
  position: relative;
  z-index: 2;
}

.is-current::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background-color: #fbf715;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .is-current::after {
    display: none;
  }
}

.l-footer {
  width: 600rem;
  margin-left: 50%;
  padding: 15rem 0 10rem;
  text-align: right;
}
@media (max-width: 768px) {
  .l-footer {
    margin-left: auto;
    width: 330rem;
    padding: 10rem;
  }
}

@media (max-width: 768px) {
  .l-footer__container {
    padding: 80rem 0;
  }
}

@media (max-width: 768px) {
  .l-footer .l-footer__logo-image {
    width: 190rem;
  }
}

@media (max-width: 768px) {
  .l-footer .l-footer__nav {
    margin-top: 30rem;
  }
}

@media (max-width: 768px) {
  .l-footer .l-footer__nav-list {
    gap: 10rem;
  }
}

@media (max-width: 768px) {
  .l-footer .l-footer__nav-link {
    font-size: 26rem;
  }
}

@media (max-width: 768px) {
  .l-footer .l-footer__nav-sublink {
    font-size: 16rem;
  }
}

@media (max-width: 768px) {
  .l-footer .l-footer__nav-subitem {
    gap: 10rem;
  }
}

@media (max-width: 768px) {
  .l-footer .l-footer__nav-subitem::after {
    font-size: 20rem;
  }
}

@media (max-width: 768px) {
  .l-footer .l-footer__nav-sublist {
    gap: 10rem;
  }
}

.l-footer__copyright {
  font-size: 12rem;
  font-family: var(--fontEnglish);
  font-style: italic;
}

@media (max-width: 768px) {
  .p-page__about + .l-footer,
  .p-page__contact + .l-footer {
    padding: 10rem 20rem;
  }
}

.p-page__inner {
  margin-top: 100rem;
}
@media (max-width: 768px) {
  .p-page__inner p {
    font-size: 14rem;
  }
}
@media (max-width: 768px) {
  .p-page__inner {
    padding: 20rem;
    margin-top: 30rem;
  }
}

.p-page__title {
  font-size: 30rem;
  font-family: var(--fontEnglish);
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  width: fit-content;
  line-height: 1;
}
.p-page__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background-color: #fbf715;
  mix-blend-mode: multiply;
}

.p-page__container {
  margin-top: 50rem;
}

.snow-monkey-form {
  margin-top: 30rem;
}

.smf-item__label__text {
  display: flex;
  align-items: center;
  gap: 10rem;
}

.smf-item__label__text::after {
  content: "必須";
  display: block;
  background: #f04e4e;
  border-radius: 5rem;
  padding: 2rem 10rem;
  font-size: 10rem;
  color: #fff;
}

.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
  padding: 10rem;
}

.smf-item__col.smf-item__col--controls {
  margin-top: 5rem;
}

.smf-form--letter .smf-item {
  margin-top: 20rem;
}

.p-page__inner .p-contact__note {
  font-size: 12rem;
  margin-top: 20rem;
}

.smf-action {
  margin-top: 50rem;
}

.smf-form--letter + .smf-action {
  margin-top: 20rem;
}

.smf-action .smf-button-control__control {
  background-image: none;
  background-color: #fff;
  padding: 5rem 30rem;
  border-radius: 0;
  border: 1px solid #333;
  font-weight: 700;
}

.u-recaptcha-policy {
  font-size: 12rem;
}

.u-recaptcha-policy a {
  text-decoration: underline;
}

/* hide reCAPTCHA v3 badge */
.grecaptcha-badge {
  visibility: hidden;
}

@media (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
