@charset "UTF-8";
/*!
Theme Name: GLAFFY
Version: 1.0
*/
/*! destyle.css v2.0.2 | 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;
  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 {
  -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] {
  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 {
  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;
}

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

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

:root {
  --mainColor: #F29424;
  --pointColor: #ffb300;
  --textColor: #000;
  --sidePadding: 64px;
}
@media (max-width: 999px) {
  :root {
    --sidePadding: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --sidePadding: 20px;
  }
}

.hide-pc {
  display: none !important;
}

.show-pc,
.show-tab,
.show-sp {
  display: none !important;
}

@media (min-width: 1000px) {
  .show-pc {
    display: block !important;
  }
}
@media (max-width: 999px) {
  .show-tab {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hide-pc {
    display: block !important;
  }
  .hide-sp {
    display: none !important;
  }
  .show-sp {
    display: block !important;
  }
}
.inline-block {
  display: inline-block;
}

/* Typography */
.ff-en {
  font-family: "Akshar", sans-serif;
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: bold;
}

.sectionTitle {
  text-align: center;
  line-height: 1.15;
}
.sectionTitle_caption {
  font-size: 80px;
}
@media (max-width: 999px) {
  .sectionTitle_caption {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .sectionTitle_caption {
    font-size: 10.6666666667vw;
  }
}
.sectionTitle_sub {
  color: var(--mainColor);
}
@media (max-width: 767px) {
  .sectionTitle_sub {
    padding-top: 1.0666666667vw;
    font-size: 3.2vw;
  }
}

.l-contents p a, .l-contents li a {
  text-decoration: underline;
}

/* button */
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 640px;
  height: 120px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 999px) {
  .btn {
    max-width: 450px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .btn {
    width: 78.6666666667vw;
    height: 21.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.btn.-primary {
  background: var(--mainColor);
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn.-primary:hover {
    background: #f09c00;
  }
}
.btn.-border {
  border: solid 1px var(--textColor);
}
@media (hover: hover) and (pointer: fine) {
  .btn.-border:hover {
    background: var(--textColor);
    color: #fff;
  }
}

:root {
  --mainColor: #F29424;
  --pointColor: #ffb300;
  --textColor: #000;
  --sidePadding: 64px;
}
@media (max-width: 999px) {
  :root {
    --sidePadding: 40px;
  }
}
@media (max-width: 767px) {
  :root {
    --sidePadding: 20px;
  }
}

.hide-pc {
  display: none !important;
}

.show-pc,
.show-tab,
.show-sp {
  display: none !important;
}

@media (min-width: 1000px) {
  .show-pc {
    display: block !important;
  }
}
@media (max-width: 999px) {
  .show-tab {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hide-pc {
    display: block !important;
  }
  .hide-sp {
    display: none !important;
  }
  .show-sp {
    display: block !important;
  }
}
.inline-block {
  display: inline-block;
}

/* Typography */
.ff-en {
  font-family: "Akshar", sans-serif;
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: bold;
}

.sectionTitle {
  text-align: center;
  line-height: 1.15;
}
.sectionTitle_caption {
  font-size: 80px;
}
@media (max-width: 999px) {
  .sectionTitle_caption {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .sectionTitle_caption {
    font-size: 10.6666666667vw;
  }
}
.sectionTitle_sub {
  color: var(--mainColor);
}
@media (max-width: 767px) {
  .sectionTitle_sub {
    padding-top: 1.0666666667vw;
    font-size: 3.2vw;
  }
}

.l-contents p a, .l-contents li a {
  text-decoration: underline;
}

/* button */
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 640px;
  height: 120px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 999px) {
  .btn {
    max-width: 450px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .btn {
    width: 78.6666666667vw;
    height: 21.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.btn.-primary {
  background: var(--mainColor);
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .btn.-primary:hover {
    background: #f09c00;
  }
}
.btn.-border {
  border: solid 1px var(--textColor);
}
@media (hover: hover) and (pointer: fine) {
  .btn.-border:hover {
    background: var(--textColor);
    color: #fff;
  }
}

/* Global
---------------------------------------- */
body {
  background-color: #222;
  font-size: 1rem;
  line-height: 1.85;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/* layout */
.l-contents {
  overflow: hidden;
}

.l-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 999px) {
  .l-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}
@media (max-width: 767px) {
  .l-section {
    padding-top: 17.0666666667vw;
    padding-bottom: 17.0666666667vw;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: calc(880px + var(--sidePadding) * 2);
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
  margin-left: auto;
  margin-right: auto;
}
.container.-wide {
  max-width: calc(1120px + var(--sidePadding) * 2);
}

.fullWidth {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* link */
a, button {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

img {
  vertical-align: top;
}

/* animation */
.fadeIn {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}
.fadeIn.inview {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.6s ease-in-out 0.5s;
  transition: 0.6s ease-in-out 0.5s;
  opacity: 1;
}

/**
* Header
*/
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.header.-scroll:not(.-open) {
  background: #000;
}
.header.-open .header_inner::before {
  opacity: 1;
}
.header.-open .header_siteTitle .base {
  opacity: 0;
}
.header.-open .header_siteTitle .color {
  opacity: 1;
}
.header.-open .header_nav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.-open .header_toggle > span {
  background: #000;
}
.header.-open .header_toggle > span:nth-of-type(2) {
  opacity: 0;
}
.header.-open .header_toggle > span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header.-open .header_toggle > span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 104px;
  padding-left: 64px;
  padding-right: 40px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media (max-width: 999px) {
  .header_inner {
    padding-left: var(--sidePadding);
    padding-right: var(--sidePadding);
  }
  .header_inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
@media (max-width: 767px) {
  .header_inner {
    height: 72px;
  }
}
.header_siteTitle {
  position: relative;
  width: 270px;
  z-index: 3;
}
.header_siteTitle a {
  position: relative;
  display: block;
  width: 100%;
}
.header_siteTitle a span {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.header_siteTitle a img {
  width: 100%;
}
.header_siteTitle a .color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
@media (max-width: 767px) {
  .header_siteTitle {
    width: 153px;
  }
}
.header_right {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 999px) {
  .header_nav {
    position: fixed;
    top: 104px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
    overflow: scroll;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
}
@media (max-width: 767px) {
  .header_nav {
    top: 72px;
  }
}
.header_nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 999px) {
  .header_nav .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-top: 64px;
    padding-bottom: 64px;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 999px) {
  .header_nav .nav li {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 295px;
  }
}
.header_nav .nav li.top {
  display: none;
}
@media (max-width: 999px) {
  .header_nav .nav li.top {
    display: block;
  }
}
.header_nav .nav li.pp {
  display: none;
}
@media (max-width: 999px) {
  .header_nav .nav li.pp {
    display: block;
    padding-top: 28px;
    margin-top: 20px;
    border-top: solid 1px #fff;
  }
  .header_nav .nav li.pp a {
    font-size: 24px;
  }
}
.header_nav .nav li a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  font-family: "Akshar", sans-serif;
  font-weight: 500;
  line-height: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (max-width: 1199px) and (min-width: 1000px) {
  .header_nav .nav li a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 999px) {
  .header_nav .nav li a {
    padding: 0;
    font-size: 32px;
  }
}
.header_nav .nav li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: calc(100% - 10px);
  max-width: 52px;
  height: 2px;
  margin: auto;
  background: #fff;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (max-width: 999px) {
  .header_nav .nav li a:after {
    content: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header_nav .nav li a:hover:after {
    opacity: 1;
  }
}
.header_toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: none;
  width: 64px;
  height: 64px;
  margin: auto;
}
@media (max-width: 767px) {
  .header_toggle {
    width: 40px;
    height: 40px;
  }
}
.header_toggle > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 34px;
  height: 2px;
  background: #fff;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .header_toggle > span {
    width: 36px;
  }
}
.header_toggle > span:nth-of-type(1) {
  -webkit-transform: translateY(-11px);
          transform: translateY(-11px);
}
@media (max-width: 767px) {
  .header_toggle > span:nth-of-type(1) {
    -webkit-transform: -9px;
            transform: -9px;
  }
}
.header_toggle > span:nth-of-type(3) {
  -webkit-transform: translateY(11px);
          transform: translateY(11px);
}
@media (max-width: 767px) {
  .header_toggle > span:nth-of-type(3) {
    -webkit-transform: 9px;
            transform: 9px;
  }
}
@media (max-width: 999px) {
  .header_toggle {
    display: block;
  }
}

/**
 * Footer
 */
.footer {
  padding: 120px 0 104px;
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding: 88px 0 32px;
  }
}
.footer_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer_inner {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.footer_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .footer_left {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.footer_right {
  width: 63.63%;
}
@media (max-width: 767px) {
  .footer_right {
    width: 100%;
  }
}
.footer_logo img {
  width: 100%;
  max-width: 155px;
}
@media (max-width: 767px) {
  .footer_logo img {
    width: 144px;
  }
}
.footer_address {
  padding-bottom: 110px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .footer_address {
    padding-bottom: 64px;
    font-size: 16px;
  }
}
.footer_nav {
  padding-bottom: 52px;
  border-bottom: solid 1px #fff;
}
@media (max-width: 767px) {
  .footer_nav {
    padding-bottom: 64px;
    border-bottom: none;
  }
}
.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .footer_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer_nav ul li {
  line-height: 1;
}
.footer_nav ul li.pp {
  display: none;
}
.footer_nav ul li:first-of-type {
  display: none;
}
.footer_nav ul li a {
  border-bottom: solid 1px transparent;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
@media (hover: hover) and (pointer: fine) {
  .footer_nav ul li a:hover {
    border-bottom-color: #fff;
  }
}
@media (max-width: 767px) {
  .footer_nav ul li a {
    display: inline-block;
  }
}
.footer_subNav {
  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;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .footer_subNav {
    display: block;
    width: 295px;
    margin: 0 auto;
    padding-top: 50px;
    border-top: solid 1px #fff;
  }
}
.footer_subNav ul li a {
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: solid 1px transparent;
}
@media (hover: hover) and (pointer: fine) {
  .footer_subNav ul li a:hover {
    border-bottom-color: #fff;
  }
}
.footer_copyright {
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer_copyright {
    padding-top: 50px;
  }
}
.footer_gotop {
  position: absolute;
  top: -40px;
  right: 40px;
}
.footer_gotop span {
  display: block;
  width: 50px;
  height: 50px;
  border: solid 1px var(--mainColor);
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .footer_gotop span {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer_gotop:hover {
    opacity: 0.75;
  }
}

.fixedContact {
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 200;
  display: block;
  width: 240px;
  line-height: 96px;
  font-size: 20px;
  background: var(--mainColor);
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}
@media (max-width: 767px) {
  .fixedContact {
    width: 160px;
    line-height: 64px;
    font-size: 16px;
  }
}
.fixedContact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #692500;
  opacity: 0;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}
.fixedContact span {
  position: relative;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .fixedContact:hover::before {
    opacity: 0.4;
  }
}

/**
 * KV
 */
@-webkit-keyframes scroll_anm {
  0% {
    top: -64px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: -64px;
  }
}
@keyframes scroll_anm {
  0% {
    top: -64px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: -64px;
  }
}
.kv {
  position: relative;
  overflow: hidden;
}
.kv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #000;
  opacity: 0.6;
  mix-blend-mode: multiply;
  z-index: 2;
}
.kv .container {
  position: relative;
  padding-top: max(150px, 15.625vh);
  max-width: calc(1312px + var(--sidePadding) * 2);
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  z-index: 3;
}
@media (max-width: 767px) {
  .kv .container {
    padding-top: 30.9333333333vw;
  }
}
.kv_title {
  margin-bottom: 35px;
  font-size: min(10vw, 144px);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .kv_title {
    font-size: 19.2vw;
    margin-bottom: 4.8vw;
  }
}
.kv_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 24px;
}
.kv_text .bar {
  width: 72px;
  height: 2px;
  background: #fff;
}
@media (max-width: 767px) {
  .kv_text {
    display: block;
    font-size: 4.2666666667vw;
  }
  .kv_text .bar {
    display: block;
    margin-bottom: 3.2vw;
    width: 14.9333333333vw;
    height: 0.5333333333vw;
  }
}
.kv .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.kv .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv_scroll {
  position: absolute;
  right: 42px;
  bottom: 216px;
  z-index: 3;
  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;
  gap: 24px;
  height: 290px;
}
@media (max-width: 767px) {
  .kv_scroll {
    display: none;
  }
}
.kv_scroll .text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 12px;
  letter-spacing: 0.5em;
}
.kv_scroll .bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.kv_scroll .bar img {
  position: relative;
  width: 12px;
  -webkit-animation: scroll_anm 1.5s ease-in-out infinite;
          animation: scroll_anm 1.5s ease-in-out infinite;
}

/**
* Concept
*/
.concept .container > div {
  padding-left: 41.875%;
}
@media (max-width: 767px) {
  .concept .container > div {
    padding-left: 0;
  }
}
.concept h2, .concept p {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}
.concept .wp-block-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37%;
}
.concept .wp-block-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: 0;
  bottom: 0;
  display: block;
  background: #F5F5F5;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.concept .wp-block-image img {
  position: relative;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 767px) {
  .concept .wp-block-image {
    position: relative;
    width: 80vw;
    margin-bottom: 40px;
  }
}
.concept.inview .wp-block-image::before {
  -webkit-transition: 0.6s ease-in-out 0.5s;
  transition: 0.6s ease-in-out 0.5s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.concept.inview .wp-block-image img {
  -webkit-transition: 0.6s ease-in-out 1.2s;
  transition: 0.6s ease-in-out 1.2s;
  opacity: 1;
}
.concept.inview h2, .concept.inview p {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.6s ease-in-out 1.8s;
  transition: 0.6s ease-in-out 1.8s;
  opacity: 1;
}

/* スケジュール */
/* About */
.about_price {
  border: solid 1px #fff;
}
@media (max-width: 767px) {
  .about_price {
    border: none;
  }
}
.about_price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_price dl + dl {
  border-top: solid 1px #fff;
}
.about_price dl dt, .about_price dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8em 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.about_price dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about_price dl dd {
  width: max(22.7%, 200px);
  border-left: solid 1px #fff;
}
.about_price dl dd:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .about_price dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: solid 1px #fff;
  }
  .about_price dl + dl {
    margin-top: 12px;
  }
  .about_price dl dt {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    border-bottom: solid 1px #fff;
  }
  .about_price dl dd {
    width: 42%;
    border-left: 0;
  }
  .about_price dl dd:last-child {
    width: 58%;
    border-left: solid 1px #fff;
  }
}
.about .is-provider-youtube iframe,
.about .is-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* アクセス */
.access .is-provider-youtube iframe,
.access .is-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* ギャラリー */
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.gallery .instagram_wrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery .instagram_wrapper {
    position: initial;
    width: 100%;
    margin: 0;
  }
}
.gallery .instagram_loader {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 4px;
  border-color: #fff rgba(255, 255, 255, 0.062745098) rgba(255, 255, 255, 0.062745098);
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}
.gallery .instagram_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
  position: relative;
  left: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .gallery .instagram_images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    left: 0;
    width: 100%;
  }
}
.gallery .instagram_images li {
  width: 25vw;
}
@media (max-width: 767px) {
  .gallery .instagram_images li {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gallery .instagram_images li a:hover {
    opacity: 0.75;
  }
}
.gallery .wp-block-kadence-advancedbtn {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .gallery .wp-block-kadence-advancedbtn {
    padding-right: 0;
  }
}
.gallery .wp-block-kadence-advancedbtn .kb-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
}
.gallery .wp-block-kadence-advancedbtn .kb-button::after {
  content: "";
  display: block;
  width: 64px;
  height: 10px;
  background: url(assets/images/arrow-more.png) no-repeat right bottom;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .gallery .wp-block-kadence-advancedbtn .kb-button::after {
    width: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gallery .wp-block-kadence-advancedbtn .kb-button:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

/* others */
.img01 {
  text-align: right;
  overflow: hidden;
}
.img01 figure {
  position: relative;
  display: inline-block;
  width: 80.55vw;
}
.img01 figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  -webkit-transition: 0.5s ease-in-out 0.5s;
  transition: 0.5s ease-in-out 0.5s;
}
@media (max-width: 767px) {
  .img01 figure {
    width: 100vw;
  }
}
.img01 img {
  width: 100%;
}
.img01.inview figure::before {
  right: 101%;
}

.c-list {
  list-style: disc;
  margin-left: 1.1em;
}

/**
 * アニメーション
 */
@-webkit-keyframes opacity_anm {
  100% {
    opacity: 1;
  }
}
@keyframes opacity_anm {
  100% {
    opacity: 1;
  }
}
/**
 * CONTACT
 */
.contact .c-sectionTitle .ja {
  border-bottom-color: #000;
}
.contact .smf-form .smf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .contact .smf-form .smf-item {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.contact .smf-form .smf-item__label {
  width: 120px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact .smf-form .smf-item__label {
    width: 100%;
    font-size: 14px;
  }
}
.contact .smf-form .smf-item__col--controls {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 640px;
}
@media (max-width: 767px) {
  .contact .smf-form .smf-item__col--controls {
    max-width: 100%;
  }
}
.contact .smf-form .smf-select-control,
.contact .smf-form .smf-select-control__control,
.contact .smf-form .smf-text-control__control {
  width: 100%;
  background: #fff;
  border-radius: 0;
}
.contact .smf-form .smf-select-control__control,
.contact .smf-form .smf-text-control__control,
.contact .smf-form .smf-textarea-control__control {
  padding: 0.6em 24px;
  width: 100%;
  background: #fff;
  font-size: 20px;
  line-height: 1.4;
  border-color: transparent;
  border: solid 1px var(--mainColor);
}
@media (max-width: 767px) {
  .contact .smf-form .smf-select-control__control,
  .contact .smf-form .smf-text-control__control,
  .contact .smf-form .smf-textarea-control__control {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
.contact .smf-form .smf-select-control__control::-webkit-input-placeholder, .contact .smf-form .smf-text-control__control::-webkit-input-placeholder, .contact .smf-form .smf-textarea-control__control::-webkit-input-placeholder {
  color: #C8C8C8;
}
.contact .smf-form .smf-select-control__control::-moz-placeholder, .contact .smf-form .smf-text-control__control::-moz-placeholder, .contact .smf-form .smf-textarea-control__control::-moz-placeholder {
  color: #C8C8C8;
}
.contact .smf-form .smf-select-control__control:-ms-input-placeholder, .contact .smf-form .smf-text-control__control:-ms-input-placeholder, .contact .smf-form .smf-textarea-control__control:-ms-input-placeholder {
  color: #C8C8C8;
}
.contact .smf-form .smf-select-control__control::-ms-input-placeholder, .contact .smf-form .smf-text-control__control::-ms-input-placeholder, .contact .smf-form .smf-textarea-control__control::-ms-input-placeholder {
  color: #C8C8C8;
}
.contact .smf-form .smf-select-control__control::placeholder,
.contact .smf-form .smf-text-control__control::placeholder,
.contact .smf-form .smf-textarea-control__control::placeholder {
  color: #C8C8C8;
}
.contact .smf-form .smf-select-control__control:focus,
.contact .smf-form .smf-text-control__control:focus,
.contact .smf-form .smf-textarea-control__control:focus {
  border-color: #f83a00;
}
.contact .smf-form .smf-select-control__control {
  padding: 0 60px 0 24px;
  line-height: 64px;
}
@media (max-width: 767px) {
  .contact .smf-form .smf-select-control__control {
    padding: 0 60px 0 20px;
    line-height: 51px;
  }
}
.contact .smf-form .smf-select-control__toggle {
  background: transparent;
  z-index: 1;
  pointer-events: none;
}
.contact .smf-form .smf-select-control__toggle:before {
  top: 0;
  bottom: 0;
  right: 24px;
  width: 24px;
  height: 12px;
  margin: auto;
  border: none;
  background: url(assets/images/arrow-dropdown.png) no-repeat center;
  background-size: contain;
  -webkit-transform: none;
          transform: none;
}
.contact .smf-form .smf-textarea-control__control {
  height: 240px;
}
@media (max-width: 767px) {
  .contact .smf-form .smf-textarea-control__control {
    height: 160px;
  }
}
.contact .smf-action {
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .contact .smf-action {
    padding-top: 16px;
  }
}
.contact .smf-action .smf-button-control__control {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.contact .smf-action .smf-button-control__control[data-action=complete] {
  width: 80%;
  max-width: 320px;
  padding: 0;
  background: var(--mainColor);
  border: none;
  border-radius: 0;
  color: #000;
  font-family: "Akshar", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 80px;
}
@media (max-width: 767px) {
  .contact .smf-action .smf-button-control__control[data-action=complete] {
    width: 263px;
    line-height: 72px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .contact .smf-action .smf-button-control__control[data-action=complete]:hover {
    background: #E95504;
  }
}

/**
 * 固定ページ
 */
.page:not(.home) .header:not(.-open) {
  background: #000;
}
@media (min-width: 1000px) {
  .page:not(.home) .header_nav .nav li:nth-child(n+2) {
    display: none;
  }
}
.page:not(.home) .l-section {
  padding-top: 224px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .page:not(.home) .l-section {
    padding-top: 136px;
    padding-bottom: 120px;
  }
}
.page:not(.home) .c-sectionTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 56px;
}
.page:not(.home) .c-sectionTitle::before {
  content: "";
  display: block;
  width: 40px;
  height: 39px;
  background: url(assets/images/icon-title.png) no-repeat center;
  background-size: contain;
}
.page:not(.home) .c-sectionTitle .en {
  font-family: "Akshar", sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
}
.page:not(.home) .c-sectionTitle .ja {
  position: relative;
  text-align: right;
  padding-bottom: 15px;
  margin-left: auto;
  width: 120px;
  border-bottom: solid 1px #fff;
  font-size: 12px;
  line-height: 1;
}
.page:not(.home) .c-sectionTitle .ja::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: var(--mainColor);
}
@media (max-width: 767px) {
  .page:not(.home) .c-sectionTitle {
    margin-bottom: 30px;
    gap: 5px;
  }
  .page:not(.home) .c-sectionTitle::before {
    width: 28px;
    height: 28px;
  }
  .page:not(.home) .c-sectionTitle .en {
    font-size: 24px;
  }
  .page:not(.home) .c-sectionTitle .ja {
    width: 110px;
    padding-bottom: 12px;
  }
  .page:not(.home) .c-sectionTitle .ja::after {
    width: 14px;
  }
}

/**
 * プライバシーポリシー
 */
@media (max-width: 767px) {
  .privacy-policy .page-content {
    font-size: 14px;
  }
}
.privacy-policy .page-content h2 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .privacy-policy .page-content h2 {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.privacy-policy .page-content p + h2,
.privacy-policy .page-content ul + h2 {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .privacy-policy .page-content p + h2,
  .privacy-policy .page-content ul + h2 {
    margin-top: 40px;
  }
}
.privacy-policy .page-content p + p {
  margin-top: 1em;
}
.privacy-policy .page-content ul {
  margin-left: 1.1em;
  list-style: disc;
  margin-top: 1em;
}