@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-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.
 */
html,
body {
  margin: 0;
  padding: 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) */
/* ============================================ */
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 {
  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,
body {
  -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+.
 */
body {
  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;
}

@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSans_Regular.woff2") format("woff2"), url("../fonts/NotoSans_Regular.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSans_Medium.woff2") format("woff2"), url("../fonts/NotoSans_Medium.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSans_Bold.woff2") format("woff2"), url("../fonts/NotoSans_Bold.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSans_Black.woff2") format("woff2"), url("../fonts/NotoSans_Black.woff") format("woff");
}
/* postbus */
@font-face {
  font-family: "postbus";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PostBus.woff2") format("woff2"), url("../fonts/PostBus.woff") format("woff");
}
/* shippori */
@font-face {
  font-family: "shippori_subset";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ShipporiMincho-Regular.woff2") format("woff2"), url("../fonts/ShipporiMincho-Regular.woff") format("woff");
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 56.5%;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

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

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

textarea {
  field-sizing: content;
  resize: both;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  color: #222;
}

.l-inner {
  max-width: 1120px;
  padding-left: 4rem;
  padding-right: 4rem;
  margin: 0 auto;
}
.l-inner--s {
  max-width: 980px;
}
.l-inner--l {
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

::-moz-placeholder {
  color: #fff;
}

::placeholder {
  color: #fff;
}

/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  position: relative;
  width: 100%;
  border: 1px solid #C5C5C5;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    font-size: 16px;
  }
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  position: relative;
  width: 100%;
  height: 300px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border: 1px solid #C5C5C5;
  border-radius: 2px;
}
@media screen and (max-width: 992px) {
  textarea {
    font-size: 16px;
  }
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #92846F;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #92846F;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

/**
 * checkbox
 *
 */
input[type=checkbox].smf-checkbox-control__control {
  display: none;
  vertical-align: middle;
}

input[type=checkbox] + .smf-checkbox-control__label,
input[type=checkbox] + .checkbox-inner {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  cursor: pointer;
}

input[type=checkbox] + .smf-checkbox-control__label::before,
input[type=checkbox] + .checkbox-inner::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px #C5C5C5 solid;
  border-radius: 0;
  box-sizing: border-box;
  z-index: 2;
}

input[type=checkbox] + .smf-checkbox-control__label::after,
input[type=checkbox] + .checkbox-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 3px;
  width: 9px;
  height: 6px;
  border-left: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  transform: rotate(-45deg);
  opacity: 0;
  z-index: 3;
}

input[type=checkbox]:checked + .smf-checkbox-control__label::after,
input[type=checkbox]:checked + .checkbox-inner::after {
  opacity: 1;
}

/**
 * select
 *
 */
.select-parts {
  position: relative;
  width: 100%;
  border: 1px #92846F solid;
  border-radius: 5px;
  overflow: hidden;
}
.select-parts::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  margin-top: 2px;
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  pointer-events: none;
  z-index: 5;
}
.select-parts select {
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 20px 0 15px;
  background: #F8F8F8;
  color: #000;
  font-size: 2rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: center;
}

/**
 * snow-monkey-form
 *
 */
.snow-monkey-form {
  max-width: 90rem;
  margin-inline: auto;
}

.wp-block-snow-monkey-forms-item.smf-item {
  border-top: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
  padding-block: 2.3rem;
}
.wp-block-snow-monkey-forms-item.smf-item.--textarea {
  align-items: flex-start;
}
.wp-block-snow-monkey-forms-item.smf-item.hidden-field {
  display: none;
}
.wp-block-snow-monkey-forms-item.smf-item + .wp-block-snow-monkey-forms-item.smf-item {
  border-top: none;
  margin-top: 0;
}
.wp-block-snow-monkey-forms-item.smf-item + * {
  margin-top: 2.4rem;
}
.smf-item__col--label {
  width: 100%;
  display: flex;
  align-items: center;
}
.smf-item__col--controls {
  width: 100%;
  max-width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .smf-item__col--controls {
    font-size: 1.6rem;
  }
}
.smf-item__label label {
  display: block;
}
.smf-item__label__text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
}
@media screen and (max-width: 992px) {
  .smf-item__label__text {
    font-size: 1.6rem;
  }
}
.smf-item__controls .smf-textarea-control__control, .smf-item__controls .smf-text-control__control {
  padding: 1.3rem 1.4rem;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #C5C5C5;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-textarea-control__control, .smf-item__controls .smf-text-control__control {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.smf-item__controls .smf-textarea-control__control {
  padding: 1.3rem 1.4rem;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #C5C5C5;
  background-color: #F8F8F8;
}
.smf-item__controls .smf-select-control {
  width: 100%;
}
.smf-item__controls .smf-select-control__control {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #000;
  padding: 1.3rem 1.4rem;
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #C5C5C5;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-select-control__control {
    padding-inline: 1.6rem;
  }
}
.smf-item__controls .smf-select-control__toggle::before {
  width: 12px;
  height: 10px;
  background-color: #92846F;
  border: none;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.smf-item__controls .smf-checkboxes-control__control {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
}
.smf-item__controls .smf-checkboxes-control__control .smf-label {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 0 !important;
}
.smf-item__controls .smf-checkbox-control__control {
  margin-top: 0.3rem;
}
.smf-item__controls .smf-radio-buttons-control__control {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 3.6rem;
}
.smf-item__controls .smf-control-description {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
.smf-item.--required .smf-item__description {
  color: #FF0000;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .smf-item.--required .smf-item__description {
    font-size: 1.6rem;
  }
}
.smf-item .smf-placeholder {
  position: relative;
}
.smf-item .smf-placeholder .smf-error-messages {
  white-space: nowrap;
}
.smf-item .smf-error-messages {
  margin-top: 0.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #FF0000;
}
@media screen and (max-width: 767px) {
  .smf-item .smf-error-messages {
    margin-top: 1.5rem;
  }
}
.smf-item .smf-error-messages.--tel {
  margin-top: 0;
}
.smf-item .smf-error-messages.--tel span {
  display: block;
  padding-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .smf-item .smf-error-messages.--tel span {
    padding-top: 1.5rem;
  }
}
.smf-item.--checkboxes {
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .smf-item.--checkboxes {
    align-items: flex-start;
  }
}
.smf-item.--checkboxes .smf-item__label {
  padding-top: 0;
}
.smf-item.--content .smf-item__label {
  padding-top: 137px;
}
@media screen and (max-width: 1023px) {
  .smf-item.--content .smf-item__label {
    padding-top: 0;
  }
}

.smf-action {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .smf-action {
    margin-top: 6rem;
  }
}

.smf-button-control {
  display: block;
}
.smf-button-control button[type=submit] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  border: 1px solid #ed6e18;
  background: #fff;
  border-radius: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  font-size: 1.6rem;
  text-align: center;
}
.smf-button-control button[type=submit]:hover::after, .smf-button-control button[type=submit]:focus-visible::after {
  width: 0;
}

.snow-monkey-form[data-screen=confirm] .wp-block-snow-monkey-forms-item.smf-item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .wp-block-snow-monkey-forms-item.smf-item {
    margin-top: 5.5rem;
  }
}
.snow-monkey-form[data-screen=confirm] .wp-block-snow-monkey-forms-item.smf-item + .wp-block-snow-monkey-forms-item.smf-item {
  margin-top: 0;
}
.snow-monkey-form[data-screen=confirm] .p-contact__text.--input {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .p-contact__text.--confirm {
  display: block;
}
.snow-monkey-form[data-screen=confirm] .p-contact__text + .p-contact__text {
  margin-top: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-item__label {
  padding-top: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-action {
  max-width: 33.35rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form[data-screen=confirm] .smf-action {
    max-width: 25.2rem;
  }
}
.snow-monkey-form[data-screen=confirm] .smf-action .smf-button-control {
  margin-top: 0;
}
.snow-monkey-form[data-screen=confirm] .smf-button-control {
  display: block;
}
.snow-monkey-form[data-screen=confirm] .smf-button-control button[type=submit] {
  min-width: 7.5rem;
}
.snow-monkey-form[data-screen=confirm] .smf-button-control button[type=submit][data-action=back] {
  flex-direction: row-reverse;
}
.snow-monkey-form[data-screen=confirm] .smf-button-control button[type=submit][data-action=back] .c-arrow {
  transform: rotate(-180deg);
}

.smf-complete-content .p-contact-thanks__h2 {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__h2 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.smf-complete-content .p-contact-thanks__h2 + * {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__h2 + * {
    margin-top: 3.2rem;
  }
}
.smf-complete-content .p-contact-thanks__h2 span {
  display: inline-block;
}
.smf-complete-content .p-contact-thanks__text {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__text {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
  }
}
.smf-complete-content .p-contact-thanks__text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__text span {
    display: initial;
  }
}
.smf-complete-content .p-contact-thanks__btn {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__btn {
    margin-top: 3.2rem;
  }
}
.smf-complete-content .p-contact-thanks__btn .c-btn {
  margin-inline: auto;
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #fff;
  z-index: 20;
  transition: all 0.25s;
}
.l-header.is-difference {
  mix-blend-mode: difference;
}
@media screen and (max-width: 1023px) {
  .l-header.is-difference {
    mix-blend-mode: initial;
  }
}
.l-header.is-black {
  color: #000;
}
@media screen and (max-width: 1023px) {
  .l-header.is-black {
    color: #fff;
  }
}
.l-header.is-black .l-header__logo-img.white {
  opacity: 0;
  visibility: hidden;
}
.l-header.is-black .l-header__logo-img.black {
  opacity: 1;
  visibility: visible;
}
.l-header.is-black .p-header-nav__link::after {
  background-color: #000;
}
.l-header.is-black .p-header-nav__sns-link {
  background-color: #000;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.l-header.is-black .p-header-nav__sns-link.--line {
  -webkit-mask-image: url(../img/icon/icon_line.svg);
          mask-image: url(../img/icon/icon_line.svg);
}
.l-header.is-black .p-header-nav__sns-link.--insta {
  -webkit-mask-image: url(../img/icon/icon_instagram.svg);
          mask-image: url(../img/icon/icon_instagram.svg);
}
.l-header.is-black .p-header-nav__sns-link img {
  opacity: 0;
}
.l-header.is-black .c-hamburger-btn__line::before {
  background-color: #000;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  padding-left: 3.5rem;
  padding-right: 2.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
}
.l-header__logo a, .l-header a.l-header__logo {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 40;
  transition: 0.3s;
}
.l-header__logo a:hover, .l-header__logo a:focus-visible, .l-header a.l-header__logo:hover, .l-header a.l-header__logo:focus-visible {
  opacity: 0.7;
}
.l-header__logo-main {
  display: block;
  max-width: 22rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .l-header__logo-main {
    max-width: 14rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__logo-main {
    max-width: 20rem;
  }
}
.l-header__logo-img {
  width: 100%;
}
.l-header__logo-img.black {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.l-header__container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .l-header__container {
    display: none;
  }
}
.l-header__btn {
  width: 211px;
  margin-left: 40px;
}

.p-header-nav {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 1120px) {
  .p-header-nav {
    gap: 4rem;
  }
}
.p-header-nav__list {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
}
.p-header-nav__item {
  position: relative;
  height: 100%;
}
.p-header-nav__item:first-child .p-header-nav__link {
  padding-left: 0;
}
.p-header-nav__item:first-child .p-header-nav__link::after {
  width: calc(100% - 1rem);
}
.p-header-nav__item:not(:first-child) .p-header-nav__link::after {
  width: calc(100% - 2rem);
  left: 1rem;
}
.p-header-nav__item:not(:first-child) .p-header-nav__link span {
  left: 1rem;
}
.p-header-nav__item:last-child .p-header-nav__link {
  padding-right: 0;
}
.p-header-nav__item:last-child .p-header-nav__link::after {
  width: calc(100% - 1rem);
}
.p-header-nav__link {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1px;
  transition: 0.25s;
  text-transform: uppercase;
  transition: opacity 0.25s;
}
@media screen and (max-width: 1120px) {
  .p-header-nav__link {
    font-size: 1.2rem;
  }
}
.p-header-nav__link:hover span:first-child, .p-header-nav__link:focus-visible span:first-child {
  transform: translateY(-100%);
}
.p-header-nav__link:hover span:last-child, .p-header-nav__link:focus-visible span:last-child {
  transform: translateY(0);
}
.p-header-nav__link::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-header-nav__link span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.5s;
  display: block;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-header-nav__link span:last-child {
  transform: translateY(100%);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}
.p-header-nav__icon path {
  transition: 0.3s;
}
.p-header-nav__item.current .l-header-nav__link {
  color: #ed6e18;
}
.p-header-nav__item.current .l-header-nav__link::after {
  transform: translate(0);
}
.p-header-nav__item.current .l-header-nav__icon path {
  fill: #ed6e18;
}
.p-header-nav__sns {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1120px) {
  .p-header-nav__sns {
    gap: 2rem;
  }
}
.p-header-nav__sns-link {
  display: block;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.p-header-nav__sns-link.--line {
  width: 2.85rem;
}
@media screen and (max-width: 1120px) {
  .p-header-nav__sns-link.--line {
    width: 1.9rem;
  }
}
.p-header-nav__sns-link.--insta {
  width: 2.4rem;
}
@media screen and (max-width: 1120px) {
  .p-header-nav__sns-link.--insta {
    width: 1.6rem;
  }
}
.p-header-nav__sns-link:hover, .p-header-nav__sns-link:focus-visible {
  transform: scale(0.9);
}

.c-hamburger-btn {
  display: none;
  touch-action: manipulation;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 32px;
    height: 32px;
    z-index: 50;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
.c-hamburger-btn button {
  touch-action: manipulation;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 24px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn__inner {
    width: 24px;
    height: 15px;
  }
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.2s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
  width: 18px;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
  width: 10px;
}

.p-sub-nav {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav {
    width: 100%;
    min-height: auto;
    background-color: rgba(0, 0, 0, 0.75);
    transition: 0.15s;
    z-index: 30;
  }
}
.p-sub-nav__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  overflow-y: auto;
  padding-top: 15rem;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__inner {
    padding-top: 12rem;
  }
}
.p-sub-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-sub-nav__list + * {
  margin-top: 4rem;
}
.p-sub-nav__item {
  position: relative;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.p-sub-nav__item + * {
  margin-top: 1rem;
}
.p-sub-nav__title {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-sub-nav__link {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.p-sub-nav__link .en {
  font-family: "postbus", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
.p-sub-nav__link .jp {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  padding-bottom: 0.4rem;
}
.p-sub-nav__link .jp::before {
  content: "｜";
}
.p-sub-nav__sns {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.p-sub-nav__sns-link {
  display: block;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.p-sub-nav__sns-link.--line {
  width: 2.85rem;
}
.p-sub-nav__sns-link.--insta {
  width: 2.4rem;
}
.p-sub-nav__sns-link:hover, .p-sub-nav__sns-link:focus-visible {
  transform: scale(0.9);
}

.l-header.active.is-black .l-header__logo-img.white {
  opacity: 1;
  visibility: visible;
}
.l-header.active.is-black .l-header__logo-img.black {
  opacity: 0;
  visibility: hidden;
}
.l-header.active.is-black .c-hamburger-btn__line::before {
  background-color: #fff;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-30deg);
}
@media screen and (max-width: 1023px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.15s;
  }
}

body.is-footer .l-header {
  opacity: 0;
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  color: #fff;
  position: relative;
  z-index: 1;
}
.l-footer::after {
  content: "";
  background-color: #231815;
  opacity: 0.7;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.l-footer__map {
  background-color: #231815;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 110vh;
}
@media screen and (max-width: 992px) {
  .l-footer__map {
    aspect-ratio: 4/3;
    height: auto;
  }
}
.l-footer__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer__bg {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: fixed;
  bottom: 0;
  left: 0;
}
.l-footer__bg img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .l-footer__bg img {
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}
.l-footer__inner {
  width: 88.6607142857%;
  max-width: 128rem;
  margin-inline: auto;
  height: 100vh;
  min-height: 750px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .l-footer__inner {
    height: auto;
    padding-top: 16rem;
    padding-bottom: 4rem;
  }
}
.l-footer__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-footer__container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .l-footer__content {
    order: 4;
    margin-top: 10rem;
  }
}
.l-footer__logo {
  max-width: min(21.43vw, 24rem);
}
@media screen and (max-width: 992px) {
  .l-footer__logo {
    max-width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    max-width: 20rem;
  }
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__logo a {
  transition: opacity 0.25s;
}
.l-footer__logo a:hover, .l-footer__logo a:focus-visible {
  opacity: 0.7;
}
.l-footer__logo + * {
  margin-top: min(4.82vw, 5.4rem);
}
@media screen and (max-width: 992px) {
  .l-footer__logo + * {
    margin-top: 5.4rem;
  }
}
.l-footer__address {
  font-weight: 700;
}
.l-footer__address + * {
  margin-top: min(2.32vw, 2.6rem);
}
@media screen and (max-width: 992px) {
  .l-footer__address + * {
    margin-top: 2.6rem;
  }
}
.l-footer__address-name {
  font-size: min(2.14vw, 2.4rem);
  line-height: 1.6666666667;
}
@media screen and (max-width: 992px) {
  .l-footer__address-name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address-name {
    font-size: 1.7rem;
  }
}
.l-footer__address-name::before {
  content: "";
  display: inline-block;
  width: min(1.96vw, 2.2rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  margin-right: min(1.25vw, 1.4rem);
}
@media screen and (max-width: 992px) {
  .l-footer__address-name::before {
    width: 1.6rem;
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address-name::before {
    width: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address-name + * {
    margin-top: 0.4rem;
  }
}
.l-footer__address-item {
  font-size: min(1.61vw, 1.8rem);
  line-height: 1.4444444444;
  padding-left: min(3.13vw, 3.5rem);
}
@media screen and (max-width: 992px) {
  .l-footer__address-item {
    font-size: 1.6rem;
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address-item {
    font-weight: 500;
    padding-left: 2.2rem;
  }
}
.l-footer__address-item + .l-footer__address-name {
  margin-top: min(2.5vw, 2.8rem);
}
@media screen and (max-width: 992px) {
  .l-footer__address-item + .l-footer__address-name {
    margin-top: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address-item + .l-footer__address-name {
    margin-top: 1.6rem;
  }
}
.l-footer__address-item + * {
  margin-top: min(5.36vw, 6rem);
}
.l-footer__address-cta {
  font-size: min(1.79vw, 2rem);
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .l-footer__address-cta {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address-cta {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.l-footer__sponsor {
  font-size: min(1.61vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5555555556;
}
@media screen and (max-width: 992px) {
  .l-footer__sponsor {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sponsor {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.l-footer__sponsor a {
  transition: all 0.25s;
  text-decoration: underline;
}
.l-footer__sponsor a:hover, .l-footer__sponsor a:focus-visible {
  opacity: 0.7;
}
.l-footer__nav-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .l-footer__nav-wrap {
    display: contents;
  }
}
.l-footer__nav {
  width: 50%;
  max-width: min(16.07vw, 18rem);
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .l-footer__nav {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
}
.l-footer__nav + * {
  margin-top: min(4.91vw, 5.5rem);
}
@media screen and (max-width: 992px) {
  .l-footer__nav + * {
    margin-top: 4rem;
  }
}
.l-footer__copy {
  font-family: "shippori_subset", serif;
  font-size: min(4.82vw, 5.4rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7037037037;
}
@media screen and (max-width: 992px) {
  .l-footer__copy {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 3.2rem;
  }
}
.l-footer__copy + * {
  margin-top: min(5.36vw, 6rem);
}
@media screen and (max-width: 992px) {
  .l-footer__copy + * {
    margin-top: 12rem;
  }
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .l-footer__nav-list {
    order: 2;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.6rem 0;
  }
}
@media screen and (max-width: 992px) {
  .l-footer__nav-item {
    width: 45%;
  }
}
.l-footer__nav-item + .l-footer__nav-item {
  margin-top: min(0.89vw, 1rem);
}
@media screen and (max-width: 992px) {
  .l-footer__nav-item + .l-footer__nav-item {
    margin-top: 0;
  }
}
.l-footer__nav-item a {
  font-size: min(1.61vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
  transition: opacity 0.25s;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .l-footer__nav-item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item a {
    font-size: 1.4rem;
  }
}
.l-footer__nav-item a:hover span:first-child, .l-footer__nav-item a:focus-visible span:first-child {
  transform: translateY(-100%);
}
.l-footer__nav-item a:hover span:last-child, .l-footer__nav-item a:focus-visible span:last-child {
  transform: translateY(0);
}
.l-footer__nav-item a span {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.5s;
  display: block;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-footer__nav-item a span:last-child {
  transform: translateY(100%);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}
.l-footer__sns {
  width: 50%;
  max-width: min(16.07vw, 18rem);
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  gap: 1.7rem;
}
@media screen and (max-width: 992px) {
  .l-footer__sns {
    order: 3;
    width: 100%;
    max-width: 100%;
  }
}
.l-footer__sns-link {
  display: block;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.l-footer__sns-link.--line {
  width: min(3.35vw, 3.75rem);
}
@media screen and (max-width: 992px) {
  .l-footer__sns-link.--line {
    width: 3.75rem;
  }
}
.l-footer__sns-link.--insta {
  width: min(2.86vw, 3.2rem);
}
@media screen and (max-width: 992px) {
  .l-footer__sns-link.--insta {
    width: 3.2rem;
  }
}
.l-footer__sns-link:hover, .l-footer__sns-link:focus-visible {
  transform: scale(0.9);
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.l-section--first {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .l-section--first {
    padding-top: 100px;
  }
}
.l-section--last {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-section--last {
    padding-bottom: 80px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  background-color: #e95703;
  color: #fff;
  position: relative;
  z-index: 2;
}
.l-main--under {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-main--under {
    padding-bottom: 80px;
  }
}
.l-main--404 {
  padding-block: 30vh 26vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .l-main--404 {
    padding-block: 18rem 16rem;
  }
}
.l-main--404 .error-h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-main--404 .error-h1 .en {
  font-size: 8.6rem;
  font-family: "postbus", sans-serif;
  font-weight: 900;
  line-height: 1.1981132075;
  color: #ed6e18;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .en {
    font-size: 4.5rem;
    line-height: 1.4;
  }
}
.l-main--404 .error-h1 .jp {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5652173913;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .jp {
    font-size: 1.6rem;
    line-height: 1.3793103448;
  }
}
.l-main--404 .error-h1 + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 + * {
    margin-top: 2.1rem;
  }
}
.l-main--404 .error-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-main--404 .error-text + * {
  margin-top: 4.5rem;
}
.l-main--404 .error-link .c-btn {
  margin-inline: auto;
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 40px 60px;
}
@media screen and (max-width: 1280px) {
  .l-grid {
    gap: 40px;
  }
}

.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        l-form
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .l-form--privacy__text {
    text-align: left;
  }
}
.l-form--privacy__text a {
  text-decoration: underline;
  transition: all 0.25s;
}
.l-form--privacy__text a::after {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_blank.svg) 50%/contain no-repeat;
}
.l-form--privacy__text a:hover, .l-form--privacy__text a:focus {
  opacity: 0.7;
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
}
@media screen and (max-width: 992px) {
  .c-primary-title {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    gap: 0.8rem;
    position: relative;
  }
}
.c-primary-title::before {
  content: "";
  display: block;
  width: 11.2rem;
  aspect-ratio: 112/127;
  background: url(../img/common/logo-mark_b.svg) 50%/contain no-repeat;
  order: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .c-primary-title::before {
    width: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title::before {
    margin-bottom: 0.8rem;
  }
}
.c-primary-title--jp {
  order: 3;
  font-family: "shippori_subset", serif;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 2.3;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10rem;
  flex: 1;
  max-width: 25.6rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 992px) {
  .c-primary-title--jp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex: initial;
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-bottom: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title--jp {
    font-size: 1.4rem;
    border: none;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0.5rem;
    left: 7rem;
  }
}
.c-primary-title--en {
  order: 2;
  font-family: "postbus", sans-serif;
  font-size: 8.7rem;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .c-primary-title--en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title--en {
    font-size: 4rem;
  }
}
.c-primary-title--col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-primary-title--col::before {
  background-image: url(../img/common/logo-mark_w.svg);
  opacity: 0.8;
  margin-right: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title--col::before {
    margin-right: 2rem;
  }
}
.c-primary-title--inner {
  order: 2;
  position: relative;
}
.c-primary-title--inner .c-primary-title--jp {
  font-family: "Notosans_subset", sans-serif;
  line-height: 1.5;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -0.8rem;
  right: 0;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .c-primary-title--inner .c-primary-title--jp {
    top: 0;
    left: auto;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  border: 1px solid #fff;
  border-radius: 100rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.7rem;
  padding-right: 1.7rem;
  font-size: 1.6rem;
}
.c-btn:hover .arrow, .c-btn:focus-visible .arrow {
  background-color: #fff;
  transition: border-color 0.8s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.8s 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-btn:hover .arrow:after, .c-btn:focus-visible .arrow:after {
  scale: 1 1;
  transform-origin: 0% 50%;
  transition: scale 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-btn:hover .arrow__svg-wrap, .c-btn:focus-visible .arrow__svg-wrap {
  translate: 26% 0;
  transition: translate 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-btn:hover .arrow__svg, .c-btn:focus-visible .arrow__svg {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.c-btn:hover .arrow__svg-copy, .c-btn:focus-visible .arrow__svg-copy {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.c-btn .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  background-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid #fff;
  overflow: hidden;
  transition: border-color 0.8s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s 0s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  z-index: 1;
}
.c-btn .arrow svg {
  width: 0.75rem;
  height: 0.8rem;
}
.c-btn .arrow::after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  background-color: #fff;
  top: -1px;
  left: -1px;
  scale: 0 1;
  z-index: 1;
  will-change: scale;
  transform-origin: 100% 50%;
  transition: scale 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-btn .arrow__svg-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  translate: -23% 0;
  transform-origin: 22% 50%;
  transition: translate 0.1s ease;
  z-index: 2;
}
.c-btn .arrow__svg-copy {
  transition: opacity 0s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  opacity: 0;
  transition: opacity 0s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.c-btn--orange {
  border-color: #ed6e18;
}
.c-btn--orange .arrow {
  border-color: #ed6e18;
}
.c-btn--orange:hover .arrow, .c-btn--orange:focus-visible .arrow {
  background-color: #ed6e18;
}
.c-btn--orange:hover .arrow::after, .c-btn--orange:focus-visible .arrow::after {
  background-color: #ed6e18;
}

/* -------------------------------------
        p-top
-----------------------------------------*/
.p-top__fv {
  position: relative;
  height: 220dvh;
}
@media screen and (max-width: 992px) {
  .p-top__fv {
    height: 220svh;
  }
}
.p-top__fv .p-top-mv {
  z-index: 2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
@media screen and (max-width: 992px) {
  .p-top__fv .p-top-mv {
    height: 100svh;
  }
}
.p-top__fv .p-top-mv,
.p-top__fv .p-top-about {
  width: 100%;
  height: 100dvh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.p-top__fv .p-top-about {
  margin-top: -100dvh;
}
@media screen and (max-width: 992px) {
  .p-top__fv .p-top-about {
    height: 100vh;
    margin-top: -100vh;
  }
}
.p-top__fv-snap {
  scroll-snap-align: start;
}
.p-top__bg {
  background-color: #e95703;
  position: relative;
  z-index: 1;
}
.p-top__bg::before {
  content: "";
  background: url(../img/top/bottom_bg.jpg) 50% 100%/cover no-repeat;
  opacity: 0.79;
  mix-blend-mode: hard-light;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.p-top__bg-top::before {
  background-image: url(../img/top/top_bg.jpg);
}

/* -------------------------------------
        p-top-mv
-----------------------------------------*/
.p-top-mv {
  height: 100svh;
  position: relative;
}
.p-top-mv::after {
  content: "";
  background-color: #231815;
  opacity: 0.7;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.p-top-mv__logo {
  width: 28.6607142857%;
  opacity: 0.92;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 51%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.p-top-mv__logo img {
  width: 100%;
}
.p-top-mv__copy-box {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__copy-box {
    bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-box {
    left: 1.6rem;
    bottom: 3.2rem;
  }
}
.p-top-mv__copy-en {
  font-family: "postbus", sans-serif;
  font-size: 8rem;
  line-height: 1.125;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .p-top-mv__copy-en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-en {
    font-size: 3.4rem;
  }
}
.p-top-mv__copy-en .line {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.p-top-mv__copy-jp {
  font-family: "shippori_subset", serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  .p-top-mv__copy-jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy-jp {
    font-size: 1.5rem;
    padding-left: 0.4rem;
  }
}
.p-top-mv__cta {
  position: fixed;
  right: 3.2rem;
  bottom: 3.2rem;
  z-index: 10;
  transition: all 0.25s;
}
@media screen and (max-width: 992px) {
  .p-top-mv__cta {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta {
    opacity: 0;
    transition-delay: 0.3s;
    right: 1rem;
    bottom: 1rem;
  }
}
.p-top-mv__cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 20rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(237, 110, 24, 0.9);
  text-align: center;
  padding-bottom: 8.125%;
  transition: all 0.25s;
}
@media screen and (max-width: 992px) {
  .p-top-mv__cta-btn {
    width: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta-btn {
    width: 15rem;
    padding-bottom: 6.125%;
  }
}
.p-top-mv__cta-btn:hover .arrow, .p-top-mv__cta-btn:focus-visible .arrow {
  transform: translateX(0.5rem);
}
.p-top-mv__cta-btn .logo {
  width: 51.25%;
  position: absolute;
  top: -20.625%;
  left: 28.75%;
}
@media screen and (max-width: 992px) {
  .p-top-mv__cta-btn .logo {
    top: -25.625%;
  }
}
.p-top-mv__cta-btn .logo img {
  width: 100%;
}
.p-top-mv__cta-btn .en {
  font-size: 2.6rem;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .p-top-mv__cta-btn .en {
    line-height: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta-btn .en {
    font-size: 2.4rem;
  }
}
.p-top-mv__cta-btn .jp {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta-btn .jp {
    font-size: 0.8rem;
  }
}
.p-top-mv__cta-btn .jp + * {
  margin-top: 6.25%;
}
@media screen and (max-width: 992px) {
  .p-top-mv__cta-btn .jp + * {
    margin-top: 4.25%;
  }
}
.p-top-mv__cta-btn .arrow {
  width: 14.375%;
  transition: all 0.25s;
}
.p-top-mv__cta-btn .arrow img {
  width: 100%;
}
.p-top-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  body.is-scrolled .p-top-mv__cta {
    opacity: 1;
  }
}
body.is-recruit .p-top-mv__cta,
body.is-footer .p-top-mv__cta {
  opacity: 0;
}

/* -------------------------------------
        p-top-about
-----------------------------------------*/
.p-top-about {
  position: relative;
  z-index: 1;
}
.p-top-about::after {
  content: "";
  background-color: #231815;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.p-top-about__inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .p-top-about__inner {
    min-height: 880px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__inner {
    height: 100%;
    min-height: auto;
  }
}
.p-top-about__body {
  width: 100%;
  min-width: 812px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .p-top-about__body {
    width: 100%;
    min-width: 100%;
    flex-direction: column;
    gap: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__body {
    padding-top: 3.2rem;
    gap: 4rem;
  }
}
.p-top-about__top {
  padding-top: 8.6rem;
}
@media screen and (max-width: 992px) {
  .p-top-about__top {
    width: 100%;
    padding-top: 0;
  }
}
.p-top-about__h2 {
  font-size: 2.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  text-transform: uppercase;
  text-align: center;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__h2 {
    font-size: 1.8rem;
  }
}
.p-top-about__h2 + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__h2 + * {
    margin-top: 1.2rem;
  }
}
.p-top-about__copy {
  font-family: "shippori_subset", serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .p-top-about__copy {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__copy {
    font-size: 2.6rem;
  }
}
.p-top-about__copy span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-top-about__copy span::after {
  content: "";
  display: block;
  width: calc(100% - 0.5em);
  height: 0.15rem;
  background-color: #a2a2a2;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
}
.p-top-about__contents {
  width: 48%;
}
@media screen and (max-width: 992px) {
  .p-top-about__contents {
    width: 100%;
  }
}
.p-top-about__text {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8823529412;
}
@media screen and (max-width: 992px) {
  .p-top-about__text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__text {
    text-align: left;
    font-size: 1.3rem;
  }
}
.p-top-about__text .lg {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text .lg {
    font-size: 1.7rem;
  }
}
.p-top-about__text + * {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__text + * {
    margin-top: 2.4rem;
  }
}
.p-top-about__list {
  max-width: 37rem;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__list {
    width: 90%;
    gap: 1.2rem;
  }
}
.p-top-about__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(33.3333333333% - 1.3333333333rem);
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 2rem;
  font-family: "shippori_subset", serif;
}
@media screen and (max-width: 767px) {
  .p-top-about__list li {
    font-size: 1.8rem;
  }
}
.p-top-about__list + * {
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__list + * {
    margin-top: 3.2rem;
  }
}
.p-top-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.p-top-about__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------
        p-top-business
-----------------------------------------*/
.p-top-business {
  padding-top: 6.4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .p-top-business {
    padding-bottom: 6.4rem;
  }
}
.p-top-business .l-inner {
  position: relative;
  z-index: 1;
}
.p-top-business__body-wrap {
  margin-top: -20rem;
  background-color: #e95703;
  padding-top: 15rem;
}
@media screen and (max-width: 992px) {
  .p-top-business__body-wrap {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__body-wrap {
    margin-top: 4rem;
  }
}
.p-top-business__body {
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-business__body {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__body {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-top-business__body-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  height: 100vh;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 992px) {
  .p-top-business__body-inner {
    width: 100%;
    height: auto;
    flex-direction: column;
    gap: 5.6rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top-business__item-inner {
  width: 97.32vw;
  max-width: 1620px;
  padding-right: min(4.46vw, 5rem);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 1540px) {
  .p-top-business__item-inner {
    max-width: 1320px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-business__item-inner {
    width: 100%;
    flex-direction: column-reverse;
    gap: 2.4rem;
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .p-top-business__item-inner + .p-top-business__item {
    margin-top: 4.8rem;
  }
}
.p-top-business__contents {
  flex: 1;
  padding-top: 4rem;
  padding-bottom: 3.6rem;
  padding-right: 3rem;
  position: relative;
  min-height: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .p-top-business__contents {
    min-height: auto;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__contents {
    padding: 2.4rem 1.5rem;
  }
}
.p-top-business__contents::before {
  content: "";
  width: 140%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .p-top-business__contents::before {
    width: 100%;
    border: 1px solid #fff;
    border-radius: 2.4rem;
  }
}
.p-top-business__contents-inner {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .p-top-business__contents-inner {
    max-width: 53.6rem;
  }
}
@media screen and (max-width: 992px) {
  .p-top-business__contents-inner {
    max-width: 100%;
  }
}
.p-top-business__h3 {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .p-top-business__h3 {
    gap: 1.6rem;
  }
}
.p-top-business__h3-jp {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2820512821;
}
@media screen and (max-width: 1280px) {
  .p-top-business__h3-jp {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__h3-jp {
    font-size: 2rem;
  }
}
.p-top-business__h3-en {
  font-family: "postbus", sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__h3-en {
    font-size: 1.5rem;
  }
}
.p-top-business__h3 + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1280px) {
  .p-top-business__h3 + * {
    margin-top: 1rem;
  }
}
.p-top-business__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7333333333;
}
@media screen and (max-width: 1280px) {
  .p-top-business__text {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__text {
    font-weight: 500;
  }
}
.p-top-business__text + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1280px) {
  .p-top-business__text + * {
    margin-top: 1rem;
  }
}
.p-top-business__list {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-top-business__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-business__list li {
  font-feature-settings: "palt";
  font-family: "shippori_subset", serif;
  font-size: 2.2rem;
  line-height: 1.0588235294;
  border: 1px solid #fff;
  border-radius: 1.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 4.6rem;
}
@media screen and (max-width: 1280px) {
  .p-top-business__list li {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__list li {
    font-size: 1.6rem;
  }
}
.p-top-business__list li .inner {
  padding-block: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__list li .inner {
    padding-block: 0.8rem;
  }
}
.p-top-business__list li .mn {
  font-size: 1.6rem;
}
@media screen and (max-width: 1280px) {
  .p-top-business__list li .mn {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__list li .mn {
    font-size: 1.3rem;
  }
}
.p-top-business__images {
  position: relative;
  height: 65vh;
}
@media screen and (max-width: 992px) {
  .p-top-business__images {
    width: 100%;
    height: auto;
  }
}
.p-top-business__en {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 5.4rem;
  right: -4.2rem;
}
@media screen and (max-width: 992px) {
  .p-top-business__en {
    right: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__en {
    right: 0;
  }
}
.p-top-business__en .num {
  font-family: "shippori_subset", serif;
  font-size: 9rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-top-business__en .text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.15em;
  color: #000;
  margin-top: -0.5rem;
}
.p-top-business__image {
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .p-top-business__image {
    width: 70%;
    max-width: 60rem;
    margin-inline: auto;
  }
}
.p-top-business__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------
        p-top-construction
-----------------------------------------*/
.p-top-construction {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 1;
}
.p-top-construction__body {
  margin-top: 4.2rem;
}
.p-top-construction__scroll {
  overflow: hidden;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-construction__scroll {
    gap: 1.6rem;
  }
}
.p-top-construction__scroll + .p-top-construction__scroll {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-construction__scroll + .p-top-construction__scroll {
    margin-top: 1.6rem;
  }
}
.p-top-construction__scroll-list {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-construction__scroll-list {
    gap: 1.6rem;
  }
}
.p-top-construction__scroll-list.--right {
  -webkit-animation: flowingRight 50s infinite linear 0.5s both;
          animation: flowingRight 50s infinite linear 0.5s both;
}
.p-top-construction__scroll-list.--left {
  -webkit-animation: flowingLeft 50s infinite linear 0.5s both;
          animation: flowingLeft 50s infinite linear 0.5s both;
}
.p-top-construction__scroll-list li {
  width: 30.89vw;
  max-width: 36.4rem;
  padding: 1.499571551%;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top-construction__scroll-list li {
    width: 48vw;
    padding: 2%;
  }
}
.p-top-construction__scroll-list li figure {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-top-construction__scroll-list li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------
        p-top-recruit
-----------------------------------------*/
.p-top-recruit {
  position: relative;
  overflow: hidden;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding-bottom: 10rem;
  }
}
.p-top-recruit::after {
  content: "";
  background-color: #231815;
  opacity: 0.7;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.p-top-recruit .l-inner {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  .p-top-recruit .l-inner {
    max-width: 1120px;
  }
}
.p-top-recruit__top {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10vh;
  padding-bottom: 9vh;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__top {
    gap: 4rem;
  }
}
.p-top-recruit__top .c-primary-title {
  margin-right: 3rem;
}
@media screen and (max-width: 992px) {
  .p-top-recruit__top .c-primary-title {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__top .c-primary-title {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .p-top-recruit__top .c-primary-title::before {
    width: 11.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__top .c-primary-title::before {
    width: 6rem;
  }
}
@media screen and (max-width: 992px) {
  .p-top-recruit__top .c-primary-title--jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__top .c-primary-title--jp {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 992px) {
  .p-top-recruit__top .c-primary-title--en {
    font-size: 8.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__top .c-primary-title--en {
    font-size: 5rem;
  }
}
.p-top-recruit__top + * {
  margin-top: calc(17.5rem - 9vh);
}
@media screen and (max-width: 767px) {
  .p-top-recruit__top + * {
    margin-top: calc(12.5rem - 9vh);
  }
}
.p-top-recruit__copy {
  font-family: "shippori_subset", serif;
  font-size: min(3.57vw, 6.4rem);
  letter-spacing: 0.2em;
  line-height: 1.625;
  transform: translateX(4rem);
}
@media screen and (max-width: 767px) {
  .p-top-recruit__copy {
    font-size: 2rem;
    transform: translateX(2rem);
  }
}
.p-top-recruit__item {
  max-width: 1220px;
  padding-left: 7rem;
  padding-right: 3.5rem;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .p-top-recruit__item {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__item {
    flex-direction: column;
    gap: 6.4rem;
    padding-inline: 1.8rem;
  }
}
.p-top-recruit__item + .p-top-recruit__item {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__item + .p-top-recruit__item {
    margin-top: 12rem;
  }
}
.p-top-recruit__item-about, .p-top-recruit__item-merit {
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .p-top-recruit__item-about, .p-top-recruit__item-merit {
    gap: 6.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__item-about, .p-top-recruit__item-merit {
    gap: 6.4rem;
  }
}
.p-top-recruit__item-about .p-top-recruit__box, .p-top-recruit__item-merit .p-top-recruit__box {
  width: 64.6871686108%;
}
@media screen and (max-width: 992px) {
  .p-top-recruit__item-about .p-top-recruit__box, .p-top-recruit__item-merit .p-top-recruit__box {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__item-about .p-top-recruit__box, .p-top-recruit__item-merit .p-top-recruit__box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__item-merit .p-top-recruit__h3 {
    margin-left: 0;
  }
}
.p-top-recruit__item-overview {
  gap: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__item-overview {
    gap: 6.4rem;
  }
}
.p-top-recruit__item-overview .p-top-recruit__box {
  flex: 1;
}
.p-top-recruit__h3 {
  font-family: "shippori_subset", serif;
  font-size: 4.8rem;
  letter-spacing: 0;
  text-align: center;
  writing-mode: vertical-lr;
  min-height: 26.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  padding-left: 3.1rem;
  padding-right: 3.1rem;
}
@media screen and (max-width: 992px) {
  .p-top-recruit__h3 {
    font-size: 4rem;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__h3 {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    min-height: 18rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
  }
}
.p-top-recruit__text {
  font-size: min(2.14vw, 3.2rem);
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 992px) {
  .p-top-recruit__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.p-top-recruit__text + .p-top-recruit__text {
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text + .p-top-recruit__text {
    margin-top: 3.2rem;
  }
}
.p-top-recruit__text + .p-top-recruit__list {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text + .p-top-recruit__list {
    margin-top: 3.2rem;
  }
}
.p-top-recruit__list li {
  font-size: min(1.61vw, 2.8rem);
  font-weight: 700;
  line-height: 1.75;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
@media screen and (max-width: 992px) {
  .p-top-recruit__list li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__list li {
    font-size: 1.4rem;
    font-weight: 500;
    gap: 0.6rem;
  }
}
.p-top-recruit__list li::before {
  content: "";
  display: block;
  width: clamp(2.6rem, 2.32vw, 3rem);
  aspect-ratio: 112/127;
  background: url(../img/common/logo-mark_w.svg) 50%/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__list li::before {
    width: 2.2rem;
  }
}
.p-top-recruit__list li span {
  flex: 1;
  padding-bottom: 0.2rem;
}
.p-top-recruit__list li + li {
  margin-top: 1.2rem;
}
.p-top-recruit__list + .p-top-recruit__text {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__list + .p-top-recruit__text {
    margin-top: 3.2rem;
  }
}
.p-top-recruit__dl {
  border: 1px solid #fff;
}
.p-top-recruit__dl .inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__dl .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top-recruit__dl .inner + .inner {
  border-top: 1px solid #fff;
}
.p-top-recruit__dt, .p-top-recruit__dd {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  padding-block: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__dt, .p-top-recruit__dd {
    font-size: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-top-recruit__dt {
  min-width: 17.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  border-right: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__dt {
    min-width: 100%;
    text-align: left;
    border-right: 0;
    padding-bottom: 0;
    align-items: flex-start;
  }
}
.p-top-recruit__dd {
  font-weight: 500;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__dd {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-top-recruit__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-top-recruit__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .p-top-recruit__bg img {
    -o-object-position: 80% 50%;
       object-position: 80% 50%;
  }
}

body.is-chrome .p-top-recruit__h3,
body.is-opera .p-top-recruit__h3,
body.is-edge .p-top-recruit__h3 {
  letter-spacing: -0.45em;
  padding-bottom: 2.6rem;
}

/* -------------------------------------
        p-top-company
-----------------------------------------*/
.p-top-company {
  padding-top: 15rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    padding-top: 6rem;
  }
}
.p-top-company .c-primary-title + * {
  margin-top: 7.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-company .c-primary-title + * {
    margin-top: 4rem;
  }
}
.p-top-company__body {
  border-radius: 6rem;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 9rem;
  padding-left: 7.2rem;
  padding-right: 7.2rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 992px) {
  .p-top-company__body {
    border-radius: 4rem;
    padding-top: 4.8rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__body {
    border-radius: 2.4rem;
    padding: 3.2rem 1.6rem;
  }
}
.p-top-company__h3 {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-company__h3 {
    flex-wrap: wrap;
  }
}
.p-top-company__h3::before, .p-top-company__h3::after {
  content: "";
  display: block;
  height: 0.2rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.p-top-company__h3::before {
  width: 32.4510932106%;
}
@media screen and (max-width: 992px) {
  .p-top-company__h3::before {
    width: 25%;
  }
}
.p-top-company__h3::after {
  width: 100vw;
  left: 0;
  transform: translateX(-100%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-top-company__h3::after {
    top: 1.7rem;
  }
}
.p-top-company__h3-jp {
  font-size: 4rem;
  font-weight: 700;
  color: #ed6e18;
  display: flex;
  align-items: center;
  gap: 2.6rem;
}
@media screen and (max-width: 992px) {
  .p-top-company__h3-jp {
    font-size: 3.2rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__h3-jp {
    font-size: 2.4rem;
    gap: 1.2rem;
  }
}
.p-top-company__h3-jp::before {
  content: "";
  display: block;
  width: 2.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ed6e18;
}
@media screen and (max-width: 992px) {
  .p-top-company__h3-jp::before {
    width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__h3-jp::before {
    width: 1.6rem;
  }
}
.p-top-company__h3-jp span {
  flex: 1;
}
.p-top-company__h3-en {
  font-size: 3rem;
  font-weight: 900;
  color: #000;
  margin-left: 3.2rem;
}
@media screen and (max-width: 992px) {
  .p-top-company__h3-en {
    font-size: 2.4rem;
    margin-left: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__h3-en {
    font-size: 1.4rem;
    margin-left: calc(25% + 2.8rem);
  }
}
.p-top-company__h3 + * {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__h3 + * {
    margin-top: 3.2rem;
  }
}
.p-top-company__h3 + .p-top-company__dl {
  margin-top: 8.6rem;
}
@media screen and (max-width: 992px) {
  .p-top-company__h3 + .p-top-company__dl {
    margin-top: 4.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__h3 + .p-top-company__dl {
    margin-top: 3.2rem;
  }
}
.p-top-company__flex {
  display: flex;
  flex-direction: row-reverse;
  gap: 8rem 5.8rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-company__flex {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__flex {
    gap: 10.67vw;
  }
}
.p-top-company__flex + * {
  margin-top: 13.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__flex + * {
    margin-top: 8rem;
  }
}
.p-top-company__box {
  width: 44.0848214286%;
  padding-top: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-top-company__box {
    width: 100%;
    padding-top: 0;
  }
}
.p-top-company__message-images {
  flex: 1;
  margin-left: calc(50% - 65rem);
}
@media screen and (max-width: 1540px) {
  .p-top-company__message-images {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 992px) {
  .p-top-company__message-images {
    position: relative;
  }
}
.p-top-company__message-images::after {
  content: "";
  display: block;
  width: 102.41vw;
  max-width: 114.7rem;
  aspect-ratio: 1147/109;
  background: url(../img/top/company_name.svg) 50%/contain no-repeat;
  position: absolute;
  bottom: -4.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .p-top-company__message-images::after {
    left: -1%;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__message-images::after {
    bottom: -9%;
  }
}
.p-top-company__message-image {
  height: 100%;
  max-height: 57rem;
  border-radius: 3.2rem;
  overflow: hidden;
}
@media screen and (max-width: 1540px) {
  .p-top-company__message-image {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 992px) {
  .p-top-company__message-image {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__message-image {
    border-radius: 0 2.4rem 2.4rem 0;
  }
}
.p-top-company__message-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-company__info {
  font-weight: 700;
}
.p-top-company__info-box {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__info-box {
    gap: 2.4rem;
  }
}
.p-top-company__info + * {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__info + * {
    margin-top: 2.4rem;
  }
}
.p-top-company__position {
  font-size: 2.2rem;
  color: #ed6e18;
}
@media screen and (max-width: 767px) {
  .p-top-company__position {
    font-size: 1.6rem;
  }
}
.p-top-company__position + * {
  margin-top: 0.6rem;
}
.p-top-company__name {
  font-size: 3.5rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-top-company__name {
    font-size: 2.8rem;
  }
}
.p-top-company__licenses {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-top-company__licenses {
    font-size: 1.2rem;
  }
}
.p-top-company__text {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-top-company__text {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.p-top-company__dl {
  border: 1px solid #e95703;
}
.p-top-company__dl .inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-company__dl .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top-company__dl .inner + .inner {
  border-top: 1px solid #e95703;
}
.p-top-company__dt, .p-top-company__dd {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8571428571;
  padding-block: 1.3rem;
  color: #e95703;
}
@media screen and (max-width: 767px) {
  .p-top-company__dt, .p-top-company__dd {
    font-size: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-top-company__dt {
  min-width: 20.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  border-right: 1px solid #e95703;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-company__dt {
    min-width: 100%;
    text-align: left;
    border-right: 0;
    padding-bottom: 0;
    align-items: flex-start;
  }
}
.p-top-company__dd {
  font-weight: 500;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__dd {
    width: 100%;
    padding-top: 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-top-company__dd address .title {
  font-weight: 700;
}
.p-top-company__dd address + address {
  margin-top: 1.2rem;
}

/* -------------------------------------
        p-top-cta
-----------------------------------------*/
.p-top-cta {
  padding-top: 10rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.p-top-cta__main-link {
  display: block;
  max-width: 100rem;
  margin-inline: auto;
  border: 1px solid #fff;
  border-radius: 100rem;
  padding-top: 5.6rem;
  padding-bottom: 4.6rem;
  padding-left: 16.4%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-cta__main-link {
    padding-left: 10.4651162791%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-cta__main-link {
    display: flex;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    justify-content: space-between;
    max-width: 32rem;
    margin-left: 0;
  }
}
.p-top-cta__main-link:hover .arrow, .p-top-cta__main-link:focus-visible .arrow {
  background-color: #fff;
  transition: border-color 0.8s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.8s 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-top-cta__main-link:hover .arrow:after, .p-top-cta__main-link:focus-visible .arrow:after {
  scale: 1 1;
  transform-origin: 0% 50%;
  transition: scale 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-top-cta__main-link:hover .arrow__svg-wrap, .p-top-cta__main-link:focus-visible .arrow__svg-wrap {
  translate: 26% 0;
  transition: translate 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-top-cta__main-link:hover .arrow__svg, .p-top-cta__main-link:focus-visible .arrow__svg {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.p-top-cta__main-link:hover .arrow__svg-copy, .p-top-cta__main-link:focus-visible .arrow__svg-copy {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.p-top-cta__main-link .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  background-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid #fff;
  overflow: hidden;
  transition: border-color 0.8s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s 0s cubic-bezier(0.16, 1, 0.3, 1);
  position: absolute;
  right: 9.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-cta__main-link .arrow {
    width: 3.2rem;
    height: 3.2rem;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
}
.p-top-cta__main-link .arrow svg {
  width: 1.5rem;
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta__main-link .arrow svg {
    width: 0.75rem;
    height: 0.8rem;
  }
}
.p-top-cta__main-link .arrow::after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  background-color: #fff;
  top: -1px;
  left: -1px;
  scale: 0 1;
  z-index: 1;
  will-change: scale;
  transform-origin: 100% 50%;
  transition: scale 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-top-cta__main-link .arrow__svg-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  translate: -23% 0;
  transform-origin: 22% 50%;
  transition: translate 0.1s ease;
  z-index: 2;
}
.p-top-cta__main-link .arrow__svg-copy {
  transition: opacity 0s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  opacity: 0;
  transition: opacity 0s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
@media screen and (max-width: 767px) {
  .p-top-cta__main-link .p-top-cta__text {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-cta__main-link + * {
    margin-top: 1.6rem;
  }
}
.p-top-cta__title {
  font-family: "postbus", sans-serif;
  font-size: 8.7rem;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .p-top-cta__title {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-cta__title {
    font-size: 4rem;
  }
}
.p-top-cta__title + * {
  margin-top: 1.6rem;
}
.p-top-cta__text, .p-top-cta__hours {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.7333333333;
}
.p-top-cta__text + * {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta__text + * {
    margin-top: 2.4rem;
  }
}
.p-top-cta__text + .arrow {
  margin-top: 0;
}
.p-top-cta__tel {
  font-size: 3.1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-top-cta__tel {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-cta__hours {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-cta__hours .u-only-sp {
    display: inline-block;
  }
}

/* -------------------------------------
        p-contact
-----------------------------------------*/
.p-contact {
  background-color: #fff;
  color: #000;
  position: relative;
  padding-top: 20vh;
  z-index: 2;
}
.p-contact__body .l-inner {
  min-width: 90rem;
}
@media screen and (max-width: 992px) {
  .p-contact__body .l-inner {
    min-width: 64rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__body .l-inner {
    min-width: auto;
  }
}
.p-contact .c-primary-title::before {
  background-image: url(../img/common/logo-mark_black2.svg);
}
.p-contact .c-primary-title--jp {
  border-color: #000;
  color: #000;
}
.p-contact .c-primary-title--en {
  color: #ed6e18;
}
.p-contact .c-primary-title + * {
  margin-top: 6.4rem;
}
.p-contact__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .p-contact__flex {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__flex {
    flex-direction: column;
    gap: 8.8rem;
  }
}
.p-contact__flex-content {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .p-contact__flex-content {
    width: 100%;
  }
}
.p-contact__h1 {
  flex: 1;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2666666667;
  text-transform: uppercase;
}
.p-contact__text {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.p-contact__text.--confirm {
  margin-top: 0;
  display: none;
}
.p-contact__text.--confirm + * {
  margin-top: 4rem;
}
.p-contact__text.--note {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.p-contact__text.--note + * {
  margin-top: 1rem;
}
.p-contact__text + .p-contact__text {
  margin-top: 2.4rem;
}
.p-contact__text + * {
  margin-top: 5.5rem;
}
.p-contact__btn .c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.3rem;
  gap: 3rem;
  position: relative;
}
.p-contact__privacy-wrap h3 {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p-contact__privacy-wrap h3 + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-wrap h3 + * {
    margin-top: 1.5rem;
  }
}
.p-contact__privacy-wrap .simplebar__inner {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none;
  overflow-y: scroll; /* Firefox 対応 */
}
.p-contact__privacy-wrap .simplebar__inner::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
.p-contact__privacy-wrap .simplebar-scrollbar::before {
  background: #D9D9D9;
  border-radius: 1rem;
  margin-top: 0.2rem;
  width: 0.4rem;
}
.p-contact__privacy-wrap .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.p-contact__privacy-wrap .simplebar-track.simplebar-vertical {
  width: 1rem;
}
.p-contact__privacy-wrap + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-wrap + * {
    margin-top: 1.8rem;
  }
}
.p-contact__privacy-box {
  max-height: 28.3rem;
  border: 1px solid #fff;
  overflow-y: scroll;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.8333333333;
  color: #fff;
  padding-top: 2.1rem;
  padding-bottom: 2.5rem;
  padding-left: 2.4rem;
  padding-right: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-box {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 2rem;
  }
}
.p-contact__privacy-box h4 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6923076923;
}
.p-contact__privacy-box p + * {
  margin-top: 2.2rem;
}
.p-contact__privacy-box p + ul, .p-contact__privacy-box p + ol {
  margin-top: 0;
}
.p-contact__privacy-box ul, .p-contact__privacy-box ol {
  list-style-position: inside;
}
.p-contact__privacy-box ul li + li, .p-contact__privacy-box ol li + li {
  margin-top: 0;
}
.p-contact__privacy-box ul + *, .p-contact__privacy-box ol + * {
  margin-top: 2rem;
}
.p-contact__privacy-box ul + p, .p-contact__privacy-box ol + p {
  margin-top: 1rem;
}
.p-contact__privacy-box ul {
  list-style: none !important;
}
.p-contact__privacy-box ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-contact__privacy-box ul li::before {
  content: "・";
}
.p-contact__privacy-box ol {
  list-style-type: decimal !important;
}
.p-contact__privacy-box ol li {
  text-indent: -1.15em;
  padding-left: 1.15em;
}
.p-contact__privacy-box li li {
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.p-contact__privacy-box li li::before {
  display: none;
}
.p-contact__privacy-text {
  font-size: 1.6rem;
  line-height: 1.4444444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-text {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-contact__privacy-text a {
  text-decoration: underline;
}
.p-contact__privacy-confirm .smf-checkboxes-control__control {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-confirm .smf-checkboxes-control__control {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-confirm .smf-checkboxes-control__control input[type=checkbox] + .smf-checkbox-control__label::before, .p-contact__privacy-confirm .smf-checkboxes-control__control input[type=checkbox] + .checkbox-inner::before {
    top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__privacy-confirm .smf-checkboxes-control__control input[type=checkbox] + .smf-checkbox-control__label::after, .p-contact__privacy-confirm .smf-checkboxes-control__control input[type=checkbox] + .checkbox-inner::after {
    top: 0.3rem;
    transform: rotate(-45deg);
  }
}
.p-contact__privacy-confirm .smf-error-messages {
  text-align: center;
  padding-left: 0;
}

.snow-monkey-form[data-screen=confirm] .p-contact__catalog {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .p-contact__catalog + * {
  margin-top: 4rem;
}
.snow-monkey-form[data-screen=confirm] .p-contact__catalog + .p-contact__text.--note {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .p-contact__privacy-wrap {
  display: none;
}

.p-contact__thanks-flex + * {
  margin-top: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-flex + * {
    margin-top: 10rem;
  }
}
.p-contact__thanks-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-contact__thanks-h1 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.p-contact__thanks-h1 + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks .p-contact__text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.p-contact__thanks .l-breadcrumbs {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks .l-breadcrumbs {
    margin-top: 12rem;
  }
}

.p-contact__body {
  transform: translate(0, 2vw);
  transition: all 2s ease;
}

body.is-done .p-contact__body {
  opacity: 1;
  transform: translate(0, 0);
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none;
  }
}

.u-only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-only-sp {
    display: block;
  }
}

.u-only-tbsp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-only-tbsp {
    display: inline-block;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-text-accent-color {
  color: #92846F;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

/* -------------------------------------
        fade
-----------------------------------------*/
.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fade.show {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeUp.show {
  opacity: 1;
  transform: translateY(0);
}

/* -------------------------------------
        animation
-----------------------------------------*/
body.is-fade {
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 0.3s;
}
body.is-fade.is-active {
  opacity: 1;
}

.js-animatedText span {
  opacity: 0;
  transition: opacity 1.8s;
}

.js-slide-wrap {
  overflow: hidden;
  opacity: 0;
}

.js-slide,
.js-slide-child {
  display: block;
  opacity: 0;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.js-slide-wrap.is-done {
  opacity: 1;
}
.js-slide-wrap.is-done .js-slide,
.js-slide-wrap.is-done .js-slide-child {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* そのまま */
.slideIn {
  transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 下から */
.slideBottom {
  transform: matrix(1, 0, 0, 1, 0, 100);
}

/* 上から */
.slideTop {
  transform: matrix(1, 0, 0, 1, 0, -100);
}

/* 右から */
.slideRight {
  transform: matrix(1, 0, 0, 1, 100, 0);
}

/* 左から */
.slideLeft {
  transform: matrix(1, 0, 0, 1, -100, 0);
}

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

@keyframes flowingLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowingRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flowingRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.loadingBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-mask-image: linear-gradient(225deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%, transparent 100%, transparent 100%);
          mask-image: linear-gradient(225deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%, transparent 100%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  z-index: 9999;
  transition: mask-image 1s ease-in-out, -webkit-mask-image 1s ease-in-out;
}

.loadingLogo {
  width: 32.2321428571%;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  transition: all 0.6s;
  transition-delay: 0.3s;
}
.loadingLogo img {
  width: 100%;
}

/* -------------------------------------
    設定
-----------------------------------------*/