@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --vw: 1vw;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  color: #222;
  line-break: strict;
  min-width: 144rem;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
}

.js-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-orientation: none;
  width: 100%;
  height: auto;
}
.safari img {
  image-rendering: inherit;
}

picture {
  display: block;
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 1440.1px) {
  .over:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}
label {
  cursor: pointer;
}

/* main
--------------------------------------------------*/
.f-main {
  overflow: hidden;
}

.f-wrap {
  max-width: 124rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .f-wrap {
    width: auto;
  }
}

.f-wrap-small {
  max-width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .f-wrap-small {
    width: auto;
    padding-inline: 2rem;
  }
}

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

/* link
--------------------------------------------------*/
a {
  color: #222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  will-change: transform, opacity;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: all;
  }
}

/* input
--------------------------------------------------*/
button {
  color: #222;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  will-change: transform;
}
button:focus {
  text-decoration: none;
}

.l-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  min-width: 144rem;
  padding: 0 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    min-width: inherit;
    padding: 0;
  }
}
.l-header.under {
  right: auto;
  left: 0;
  min-width: inherit;
}
.l-header__logo {
  position: absolute;
  pointer-events: none;
  top: 2.4rem;
  left: 50%;
  width: 130rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    top: 2rem;
    left: 1.6rem;
    width: 13.5rem;
    -webkit-transform: none;
            transform: none;
  }
}
.l-header__logo img {
  pointer-events: all;
  display: block;
  width: 18.3rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 100%;
  }
}
.l-header__logo-under {
  position: absolute;
  top: 3.6rem;
  left: 5.1rem;
  width: 16.6rem;
}
@media screen and (max-width: 767px) {
  .l-header__logo-under {
    top: 1rem;
    left: 1.6rem;
    width: 7.8rem;
  }
}
.l-header__logo-under a {
  display: block;
}
.l-header__url {
  position: absolute;
  top: 17rem;
  right: 3.4rem;
  width: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-header__url {
    display: none;
  }
}
.l-header-sns {
  position: absolute;
  top: 44rem;
  right: 0;
  width: 8.8rem;
  height: 28.6rem;
  background: #eb6300;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 1.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-header-sns {
    width: 6rem;
    height: 18rem;
    padding: 1.2rem 0 0;
  }
}
.l-header-sns__ttl {
  width: 1.8rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .l-header-sns__ttl {
    width: 1.2rem;
    margin: 0 auto 1.4rem;
  }
}
.l-header-sns-list__item {
  height: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header-sns-list__item {
    height: 1.6rem;
  }
}
.l-header-sns-list__item + .l-header-sns-list__item {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .l-header-sns-list__item + .l-header-sns-list__item {
    margin-top: 1.4rem;
  }
}
.l-header-sns-list__item img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
.l-header-nav {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 29.8rem;
  background: #fff;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.is-open .l-header-nav {
  pointer-events: all;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    width: 100%;
    opacity: 0;
    overflow-y: scroll;
    pointer-events: none;
  }
  .is-open .l-header-nav {
    opacity: 1;
    pointer-events: all;
  }
}
.l-header-nav__close {
  width: 4.8rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header-nav__close {
    width: 5.2rem;
  }
}
.l-header-nav-menu {
  padding: 0 1rem 3rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav-menu {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    padding: 0 3.6rem 2rem;
  }
}
.l-header-nav-menu__item {
  font-size: 1.8rem;
  font-weight: 700;
  background-image: linear-gradient(to right, #eb6300 1px, transparent 1px);
  background-size: 0.4rem 0.2rem;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .l-header-nav-menu__item {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    background: none;
  }
}
.l-header-nav-menu__item a {
  position: relative;
  display: block;
  line-height: 1;
  padding: 1.8rem 0 1.8rem 5rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav-menu__item a {
    padding: 1.4rem 0 1.4rem 1.7rem;
  }
}
.l-header-nav-menu__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2.4rem;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #eb6300;
  border-right: 0.2rem solid #eb6300;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-header-nav-menu__item a::before {
    left: -0.6rem;
  }
}
.l-header-toggle {
  position: fixed;
  top: 3.2rem;
  right: 2.4rem;
  width: 9rem;
  cursor: pointer;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-header-toggle {
    top: 2.2rem;
    right: 1rem;
    width: 6.8rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header-toggle.under {
    top: 1.1rem;
  }
}
.l-header-toggle__inner {
  position: relative;
  width: 3rem;
  height: 2rem;
}
.l-header-toggle__inner span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 0.2rem;
  border-radius: 1rem;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.is-open .l-header-toggle__inner span {
  top: 0.9rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.l-header-toggle__inner span:nth-child(2) {
  top: 50%;
  left: 50%;
  margin-top: -1px;
}
.is-open .l-header-toggle__inner span:nth-child(2) {
  opacity: 0;
}
.l-header-toggle__inner span:last-child {
  top: auto;
  bottom: 0;
}
.is-open .l-header-toggle__inner span:last-child {
  bottom: 0.9rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.l-header .c-nav {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.l-header.is-open .c-nav {
  pointer-events: all;
  opacity: 1;
}

.is-fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-footer {
  position: relative;
  background: #3a3628;
  padding: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 6rem 0 0;
  }
}
.l-footer__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 124rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-content {
    width: 100%;
    padding: 0 0 6.4rem;
  }
}
.l-footer-content__logo {
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .l-footer-content__logo {
    width: 26rem;
    margin: 0 auto;
  }
}
.l-footer-content-tel {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 1.4rem;
  margin: 1.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-content-tel {
    display: block;
    margin: 2rem 0 0;
  }
}
.l-footer-content-tel__num {
  width: 30.6rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer-content-tel__num {
    width: 17.2rem;
    margin: 0 auto;
  }
}
.l-footer-content-tel__num a {
  color: #fff;
}
.l-footer-content-tel__txt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer-content-tel__txt {
    display: block;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1;
    margin: 1.2rem 0 0;
  }
}
.l-footer-content-sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0 2.2rem;
  margin: 2.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-content-sns {
    gap: 0 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 0 0;
  }
}
.l-footer-content-sns__item {
  height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-content-sns__item {
    height: 1.5rem;
    line-height: 1;
  }
}
.l-footer-content-sns__item img {
  width: auto;
  height: 100%;
}
.l-footer-content__btn {
  width: 28.5rem;
  height: 6.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-content__btn {
    width: 17rem;
    height: 4rem;
    font-size: 1.3rem;
    margin: 2rem auto 0;
  }
}
.l-footer-content__btn a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #222;
  border-radius: 5rem;
  letter-spacing: 0.24em;
}
.l-footer-content__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 1.3rem;
  height: 2rem;
  background: url(../img/common/icn_btn_arrow_bk.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-footer-content__btn a::before {
    right: 1.5rem;
    width: 0.8rem;
    height: 1.2rem;
  }
}
.l-footer__copy {
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  background: #2e2a28;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 10rem 0 0;
  padding: 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1rem;
    margin: 0;
  }
}
.l-footer-menu {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  gap: 3rem 6rem;
  padding: 0 20rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-menu {
    display: none;
  }
}
.l-footer-menu__item {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 0 0 0 1.2em;
}
.l-footer-menu__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.l-footer-menu__item a {
  color: #fff;
}
.l-footer-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 2rem;
}
.l-footer-list__item {
  position: relative;
  font-size: 1.3rem;
  padding: 0 0 0 1em;
}
.l-footer-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-footer-list__item {
    font-size: 1.2rem;
  }
}
.l-footer-list__item a {
  color: #fff;
}
.l-footer__pagetop {
  position: absolute;
  top: -10rem;
  right: 5rem;
  width: 13.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    top: -7.7rem;
    right: 2rem;
    width: 10.4rem;
  }
}

.c-mv {
  margin-top: 21.2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-mv {
    margin-top: 10rem;
  }
}

.c-breadcrumbs {
  margin-top: -6rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin-top: -1.5rem;
  }
}
.c-breadcrumbs ol {
  max-width: 38rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs ol {
    max-width: 14.4rem;
  }
}
.c-breadcrumbs ol li {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  display: inline;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs ol li {
    font-size: 0.8rem;
    letter-spacing: 0.28em;
  }
}
.c-breadcrumbs ol li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-inline: 0.1em;
  translate: 0 -0.05em;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs ol li:not(:last-child)::after {
    font-size: 1rem;
  }
}

.c-heading {
  margin-top: 11.6rem;
  --heading_en: 25rem;
}
@media screen and (max-width: 767px) {
  .c-heading {
    margin-top: 3rem;
    --heading_en: 10.7rem;
  }
}
.c-heading__en {
  width: var(--heading_en);
  margin-inline: auto;
}
.c-heading__ja {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #231815;
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .c-heading__ja {
    font-size: 2.5rem;
    margin-top: 2.3rem;
    letter-spacing: 0.06em;
  }
}

.c-ttl45-center {
  text-align: center;
  font-weight: 700;
  font-size: 4.5rem;
  letter-spacing: 0.08em;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .c-ttl45-center {
    font-size: 2.3rem;
    letter-spacing: 0.06em;
  }
}

.c-btn-black a {
  height: 7.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2rem;
  background: #3a3628;
  color: #fff;
  font-weight: 700;
  font-size: 2.7rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .c-btn-black a {
    height: 3.7rem;
    border-radius: calc(infinity * 1px);
    font-size: 1.3rem;
  }
}

.c-btn-brown a {
  height: 12.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1.3rem;
  background: #4d110f;
  color: #fff;
  font-size: 3.4rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .c-btn-brown a {
    border-radius: 0.5rem;
    height: 5.7rem;
    font-size: 1.5rem;
  }
}

.c-pager {
  margin: 15rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2rem;
  max-width: 127rem;
}
@media screen and (max-width: 767px) {
  .c-pager {
    margin: 7rem auto 0;
    padding-inline: 2rem;
    gap: 2rem;
  }
}
.c-pager li {
  list-style: none;
  line-height: 1;
}
.c-pager__link {
  height: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-pager__link {
    height: 2.4rem;
  }
}
.c-pager__link a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-pager__link a {
    font-size: 1.7rem;
  }
}
.c-pager__prev, .c-pager__next {
  width: 3.6rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-pager__prev, .c-pager__next {
    width: 2.4rem;
  }
}
.c-pager__prev a, .c-pager__next a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  border-radius: calc(infinity * 1px);
  border: 1px solid #2b3f3d;
}
.c-pager__prev a::before, .c-pager__next a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 1rem;
  aspect-ratio: 10/19;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.21 19.07"><path fill="%232b3f3d" d="M.76,19.07l-.5-.51,8.94-8.72L0,.5l.51-.5,9.7,9.85L.76,19.07Z" /></svg>') no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-pager__prev a::before, .c-pager__next a::before {
    width: 0.6rem;
  }
}
.c-pager__prev a::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-pager__dot, .c-pager__current {
  height: 3.6rem;
  font-size: 2.5rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-pager__dot, .c-pager__current {
    height: 2.4rem;
    font-size: 1.7rem;
  }
}
.c-pager__dot {
  padding-bottom: 0.7em;
}
.c-pager__current {
  padding-bottom: 0.1em;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
.u-sp {
  display: none;
}

@media screen and (min-width: 1440.1px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}
.u-mt15 {
  margin-top: 1.5rem;
}
.u-mt20 {
  margin-top: 2rem;
}
.u-mt30 {
  margin-top: 3rem;
}
.u-mt40 {
  margin-top: 4rem;
}
.u-mt50 {
  margin-top: 5rem;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%;
}

.-ratio4-3 {
  padding-top: 75%;
}

/* --------------------------------------------------
other
-------------------------------------------------- */
.u-bold { /*font-weight: 700;*/ }

.u-orange {
  color: #dc6340;
}

/* 親：フェードのみ（transform触らない、transitionもopacityだけ） */
.js-fadein {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.js-fadein.is-show {
  opacity: 1;
}

/* 子：初期姿勢はCSS変数で左右共通化。親が透明なのでここはopacity:1でOK */
.js-anime {
  --sx: -100%;
  /* 左：-100%、右：100% に上書き */
  --rot: -120deg;
  /* 左：-120deg、右：120deg に上書き */
  opacity: 1;
  -webkit-transform: translate3d(var(--sx), 0, 0) rotate(var(--rot));
          transform: translate3d(var(--sx), 0, 0) rotate(var(--rot));
  will-change: transform, opacity;
}

/* 向きだけ指定 */
.js-rollL {
  --sx: -100%;
  --rot: -120deg;
}

.js-rollR {
  --sx: 100%;
  --rot: 120deg;
}

/* 発火したときだけ animation-name を付ける */
.js-anime.is-animated {
  -webkit-animation: rollInKV 0.8s ease-out both;
          animation: rollInKV 0.8s ease-out both;
}

/* 変数を使ったキーフレーム：開始はvar()の姿勢、終了は原点へ */
@-webkit-keyframes rollInKV {
  from {
    opacity: 0;
    -webkit-transform: translate3d(var(--sx), 0, 0) rotate(var(--rot));
            transform: translate3d(var(--sx), 0, 0) rotate(var(--rot));
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
}
@keyframes rollInKV {
  from {
    opacity: 0;
    -webkit-transform: translate3d(var(--sx), 0, 0) rotate(var(--rot));
            transform: translate3d(var(--sx), 0, 0) rotate(var(--rot));
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
            transform: translate3d(0, 0, 0) rotate(0);
  }
}
/* おまけ：ユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .js-anime.is-animated {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
}