@charset "UTF-8";
/* default settings */
/* reset browser (chrome, safari, firefox, ie, edge)
/* only for new website (remove if you are updating for other website)
@import "reset";
/* =================================================================== */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  color: #000;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
@media (max-width: 767.9px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767.9px) {
  html.is-disabled {
    overflow: hidden;
  }
}

body.is-loading {
  overflow: hidden;
}

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

@media screen and (min-width: 1025px) {
  .trans {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .trans:hover {
    opacity: 0.8;
  }
}

@media (max-width: 959.9px) {
  .only-pc {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .only-tb {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .only-tb {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .only-sp {
    display: none !important;
  }
}

.fade-slidein {
  position: relative;
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem);
  opacity: 0;
}
.fade-slidein.animated {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.main {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(92, 37, 0)), to(rgb(18, 7, 0)));
  background: linear-gradient(to bottom, rgb(92, 37, 0) 0%, rgb(18, 7, 0) 100%);
  position: relative;
}
@media (max-width: 959.9px) {
  .main {
    background: #FFE8C1;
    padding-top: 3.9375rem;
  }
}
.main__sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767.9px) {
  .main__sticky {
    display: none;
  }
}
.main__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: calc(50% + 9rem);
}
@media (min-width: 960px) {
  .main__bg:before, .main__bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .main__bg:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(92, 37, 0)), to(rgb(18, 7, 0)));
    background: linear-gradient(to bottom, rgb(92, 37, 0) 0%, rgb(18, 7, 0) 100%);
  }
  .main__bg:after {
    background: url("../images/bgd_main.jpg") no-repeat center top/cover;
  }
}
@media (max-width: 959.9px) {
  .main__bg {
    background: #FFE8C1;
  }
}
@media (max-width: 767.9px) {
  .main__bg {
    display: none;
  }
}
.main__border {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(92, 37, 0)), to(rgb(18, 7, 0)));
  background: linear-gradient(to bottom, rgb(92, 37, 0) 0%, rgb(18, 7, 0) 100%);
  z-index: 2;
}
@media (min-width: 960px) {
  .main__border {
    -webkit-transform: translateX(7.75rem);
            transform: translateX(7.75rem);
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .main__border {
    -webkit-transform: translateX(9.1851851852vw);
            transform: translateX(9.1851851852vw);
  }
}
@media (max-width: 959.9px) {
  .main__border {
    width: 25.875rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #5C2500;
  }
}
.main__inner {
  position: relative;
  width: 27.75rem;
}
@media (min-width: 960px) {
  .main__inner {
    left: 50%;
    -webkit-transform: translateX(9rem);
            transform: translateX(9rem);
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .main__inner {
    width: 32.8888888889vw;
    -webkit-transform: translateX(10.6666666667vw);
            transform: translateX(10.6666666667vw);
  }
}
@media (max-width: 959.9px) {
  .main__inner {
    margin-inline: auto;
    width: 23.4375rem;
  }
}
@media (max-width: 767.9px) {
  .main__inner {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .main__pagi {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    pointer-events: auto;
    width: calc(50% + 7.75rem);
    z-index: 2;
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .main__pagi {
    width: calc(50% + 9.1851851852vw);
  }
}
@media (min-width: 960px) {
  .main__pagi .navi-left {
    height: 100%;
  }
}
@media (min-width: 960px) {
  .main__pagi .navi-left__wrap {
    height: 100%;
    width: 27.6875rem;
    margin-inline: auto;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 6.5185185185vw;
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .main__pagi .navi-left__wrap {
    width: 32.8148148148vw;
  }
}
.main__pagi .navi-left__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main__pagi .navi-left__list {
  width: 12.875rem;
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__list {
    width: 15.2592592593vw;
  }
}
.main__pagi .navi-left__list li:not(.--other) {
  position: relative;
}
.main__pagi .navi-left__list li:not(.--other):not(:first-child):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.125rem;
  width: 12.875rem;
  background-color: #fff;
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__list li:not(.--other):not(:first-child):after {
    width: 15.2592592593vw;
    height: 0.1481481481vw;
  }
}
.main__pagi .navi-left__list li:not(.--other) a {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0;
  position: relative;
  line-height: 1.4;
  letter-spacing: -0.05em;
  line-height: 1.3571428571;
  text-align: center;
  background-position: left center;
  background-size: 3.875rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__list li:not(.--other) a {
    background-size: 4.5925925926vw;
    font-size: 1.037037037vw;
  }
}
.main__pagi .navi-left__list li:not(.--other) a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.5rem;
  height: 0.8125rem;
  background: url("../images/navi_arr.png") no-repeat center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__list li:not(.--other) a:after {
    width: 0.5925925926vw;
    height: 0.962962963vw;
  }
}
@media screen and (min-width: 1025px) {
  .main__pagi .navi-left__list li:not(.--other) a:after {
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
}
@media screen and (min-width: 1025px) {
  .main__pagi .navi-left__list li:not(.--other) a:hover:after {
    right: -0.3125rem;
  }
}
.main__pagi .navi-left__list li:not(.--other) a small {
  font-size: 0.75rem;
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__list li:not(.--other) a small {
    font-size: 0.8888888889vw;
  }
}
.main__pagi .navi-left__list li a {
  text-decoration: none;
  font-weight: 900;
  color: #fff;
}
.main__pagi .navi-left__list li.item01 a {
  background-image: url("../images/navi_icon01.png");
  padding: 1.0625rem 0.3125rem 1.0625rem 3.25rem;
  background-position: left -0.1875rem center;
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__list li.item01 a {
    padding: 1.2592592593vw 0.3703703704vw 1.2592592593vw 3.8518518519vw;
    background-position: left -0.2222222222vw center;
  }
}
.main__pagi .navi-left__list li.item02 a {
  background-image: url("../images/navi_icon02.png");
  padding: 0.625rem 0.3125rem 0.5rem 3.125rem;
  background-position: left -0.1875rem center;
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__list li.item02 a {
    padding: 0.7407407407vw 0.3703703704vw 0.5925925926vw 3.7037037037vw;
    background-position: left -0.2222222222vw center;
  }
}
.main__pagi .navi-left__list li.item03 a {
  background-image: url("../images/navi_icon03.png");
  padding: 0.6875rem 0.3125rem 0.6875rem 3.0625rem;
  background-position: left -0.1875rem center;
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__list li.item03 a {
    padding: 0.8148148148vw 0.3703703704vw 0.8148148148vw 3.6296296296vw;
    background-position: left -0.2222222222vw center;
  }
}
.main__pagi .navi-left__list li.item04 a {
  padding: 0.5rem 0.3125rem 0.4375rem 3rem;
  background-image: url("../images/navi_icon04.png");
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__list li.item04 a {
    padding: 0.5925925926vw 0.3703703704vw 0.5185185185vw 3.5555555556vw;
  }
}
.main__pagi .navi-left__list li.item05 a {
  padding: 0.6875rem 0.3125rem 0.625rem 3rem;
  background-image: url("../images/navi_icon05.png");
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__list li.item05 a {
    padding: 0.8148148148vw 0.3703703704vw 0.7407407407vw 3.5555555556vw;
  }
}
.main__pagi .navi-left__list li.item05 a span {
  position: absolute;
  font-weight: 700;
  font-size: 0.375rem;
  top: 1.75rem;
  left: 6.1875rem;
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__list li.item05 a span {
    font-size: 0.4444444444vw;
    top: 2.0740740741vw;
    left: 7.3333333333vw;
  }
}
.main__pagi .navi-left__list li.--other {
  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;
  padding-top: 0.375rem;
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__list li.--other {
    padding-top: 0.4444444444vw;
  }
}
.main__pagi .navi-left__list li.--other a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.1875rem;
  height: 2.5625rem;
  text-align: center;
  line-height: 1;
  font-size: 0;
  text-indent: -9999px;
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__list li.--other a {
    width: 7.3333333333vw;
    height: 3.037037037vw;
  }
}
.main__pagi .navi-left__list li.--other a small {
  font-size: 0.8125rem;
  top: 1.75rem;
  right: 5.6875rem;
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__list li.--other a small {
    font-size: 0.962962963vw;
    top: 2.0740740741vw;
    right: 6.7407407407vw;
  }
}
.main__pagi .navi-left__list li.--other a:first-child {
  background: url("../images/navi_text01.png") no-repeat center/100% 100%;
}
.main__pagi .navi-left__list li.--other a:last-child {
  background: url("../images/navi_text02.png") no-repeat center/100% 100%;
}
.main__pagi .navi-left__btn {
  text-align: center;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__btn {
    margin-top: 0.962962963vw;
  }
}
.main__pagi .navi-left__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFE8C1;
  color: #5C2500;
  font-weight: 900;
  text-decoration: none;
  width: 13.1875rem;
  height: 2.5625rem;
  border-radius: 1.5625rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .main__pagi .navi-left__btn a {
    width: 15.6296296296vw;
    height: 3.037037037vw;
    border-radius: 1.8518518519vw;
    font-size: 1.1851851852vw;
  }
}
.main__pagi .navi-left__logo {
  position: absolute;
  bottom: 1.375rem;
  left: 2.25rem;
  width: 4.5rem;
}
@media screen and (max-width: 1350px) {
  .main__pagi .navi-left__logo {
    bottom: 1.6296296296vw;
    left: 2.6666666667vw;
    width: 5.3333333333vw;
  }
}
.main__pagi .navi-left__logo img {
  width: 100%;
}
.main__wrapper {
  position: relative;
  z-index: 2;
}

.navi-fix {
  z-index: 50;
  position: fixed;
  bottom: 9.375rem;
  width: 18.75rem;
}
@media screen and (min-width: 1350px) {
  .navi-fix {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .navi-fix:hover {
    width: 21.875rem;
  }
}
@media (max-width: 959.9px) {
  .navi-fix {
    display: none;
    width: 12.3125rem;
    bottom: 1.25rem;
    left: calc(50% - 0.625rem);
  }
}
@media (max-width: 767.9px) {
  .navi-fix {
    left: auto;
    right: 0;
  }
}
.navi-fix a {
  display: block;
}
.page-top {
  width: 5.625rem;
  bottom: 1.875rem;
  position: fixed;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  cursor: pointer;
}
.page-top.is-show {
  opacity: 1;
}
@media (min-width: 960px) {
  .page-top {
    right: 1.875rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .page-top {
    width: 6.6666666667vw;
    bottom: 2.2222222222vw;
    right: 0.7407407407vw;
  }
}
@media (max-width: 959.9px) {
  .page-top {
    width: 4.6875rem;
    right: 0.625rem;
  }
}
@media (max-width: 767.9px) {
  .page-top {
    right: auto;
    left: 0.625rem;
  }
}

.header {
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 13;
}
@media (min-width: 960px) {
  .header {
    padding: 0.875rem 0 1rem;
    height: 5rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .header {
    padding: 1.037037037vw 0 1.1851851852vw;
    height: 5.9259259259vw;
  }
}
@media (max-width: 959.9px) {
  .header {
    height: 3.9375rem;
    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;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    max-width: 23.4375rem;
    margin-inline: auto;
  }
}
@media (max-width: 767.9px) {
  .header {
    background: #fff;
  }
  .header:before {
    display: none;
  }
}
.header__logo {
  display: inline-block;
  margin: 0;
  line-height: 0;
}
@media (min-width: 960px) {
  .header__logo {
    width: 4.375rem;
    height: 3.3125rem;
  }
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .header__logo {
    width: 5.1851851852vw;
    height: 3.9259259259vw;
  }
}
@media (max-width: 959.9px) {
  .header__logo {
    width: 3.1875rem;
  }
}
.header__logo a {
  display: block;
}
.header__logo img {
  width: 100%;
}
.header__icon {
  width: 2.375rem;
  position: absolute;
  top: 0.8125rem;
  right: 0.875rem;
}
.header__icon i {
  width: 100%;
  height: 0.25rem;
  background-color: #027749;
  display: block;
  margin-block: 0.375rem;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #FFE8C1;
}
.menu-mobile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8.6875rem;
  background: url("../images/shape_bg_sp.png") #FFE8C1 repeat-x top/auto 100%;
  pointer-events: none;
  z-index: -1;
}
.menu-mobile__wrap {
  height: 100%;
  position: relative;
  z-index: 2;
  padding-block: 9.4375rem 5rem;
}
.menu-mobile__inner {
  padding-block: 1.25rem;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 1349px) and (min-width: 834px) {
  .mozilla .menu-mobile__inner {
    scrollbar-width: none;
  }
  .menu-mobile__inner::-webkit-scrollbar {
    display: none;
  }
}
.menu-mobile__close {
  position: absolute;
  top: 4rem;
  right: calc(50% - 10.9375rem);
  width: 2.75rem;
  height: 2.75rem;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  .menu-mobile__close {
    top: 4rem;
    right: 0.75rem;
  }
}
.menu-mobile__close:before, .menu-mobile__close:after {
  position: absolute;
  left: 1.3125rem;
  content: " ";
  height: 100%;
  width: 0.25rem;
  background-color: #FFE8C1;
}
.menu-mobile__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-mobile__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-mobile__list {
  width: 18.125rem;
  margin-inline: auto;
}
.menu-mobile__list a {
  color: #5C2500;
  font-size: 0.875rem;
  font-weight: 900;
  display: block;
  text-decoration: none;
  position: relative;
  line-height: 1.3571428571;
  letter-spacing: -0.05em;
}
.menu-mobile__list .menu-anchor__item {
  text-align: center;
}
.menu-mobile__list .menu-anchor__item:not(:last-child) {
  border-bottom: 0.125rem solid #5C2500;
}
.menu-mobile__list .menu-anchor__item:before, .menu-mobile__list .menu-anchor__item:after {
  content: "";
  position: absolute;
}
.menu-mobile__list .menu-anchor__item:before {
  width: 4.6875rem;
  top: 0;
  bottom: 0;
  left: 0;
}
.menu-mobile__list .menu-anchor__item:after {
  border: solid #5C2500;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875rem;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.menu-mobile__list .menu-anchor__item small {
  font-size: 0.75rem;
}
.menu-mobile__list .menu-anchor__item--01 {
  padding: 1rem 1.25rem 1.125rem 2.625rem;
}
.menu-mobile__list .menu-anchor__item--01:before {
  background: url("../images/navi_icon01_sp.jpg") no-repeat center/auto 3.125rem;
  left: -0.5625rem;
}
.menu-mobile__list .menu-anchor__item--02 {
  padding: 0.5rem 1.25rem 0.5rem 2.5rem;
}
.menu-mobile__list .menu-anchor__item--02:before {
  background: url("../images/navi_icon02_sp.jpg") no-repeat center/auto 3.125rem;
}
.menu-mobile__list .menu-anchor__item--03 {
  padding: 0.5625rem 1.25rem 0.4375rem 2.5rem;
  letter-spacing: 0;
}
.menu-mobile__list .menu-anchor__item--03:before {
  background: url("../images/navi_icon03_sp.jpg") no-repeat center/auto 3.125rem;
}
.menu-mobile__list .menu-anchor__item--04 {
  padding: 0.5625rem 1.25rem 0.4375rem 2.5rem;
}
.menu-mobile__list .menu-anchor__item--04:before {
  background: url("../images/navi_icon04_sp.jpg") no-repeat center/auto 3.125rem;
}
.menu-mobile__list .menu-anchor__item--05 {
  padding: 0.5625rem 1.25rem 0.4375rem 2.5rem;
  font-size: 0;
  text-indent: -999px;
  min-height: 3.375rem;
}
.menu-mobile__list .menu-anchor__item--05:before {
  background: url("../images/navi_icon05_sp.jpg") no-repeat center/auto 3.125rem;
}
.menu-mobile__list .menu-anchor__item--05 small {
  font-size: 0;
}
.menu-mobile__list .menu-anchor__item--05 span:before {
  content: "";
  position: absolute;
  top: 0.75rem;
  right: 5.8125rem;
  width: 5.25rem;
  height: 2rem;
  background: url("../images/navi_text05.svg") no-repeat center/100%;
}
.menu-mobile__list .menu-link {
  margin-top: 1.0625rem;
}
.menu-mobile__list .menu-link__item {
  padding-inline: 1rem;
  text-align: center;
  color: #5C2500;
  padding-block: 0.3125rem;
  min-height: 2.1875rem;
  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;
  letter-spacing: 0.06em;
}
.menu-mobile__list .menu-link__item:not(:last-child) {
  margin-bottom: 0.4375rem;
}
.menu-mobile__list .menu-link__item--01 {
  background-color: #E3002D;
  color: #fff;
}
.menu-mobile__list .menu-link__item--01 span {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
.menu-mobile__list .menu-link__item--02 {
  background: url("../images/nav_bg.png") no-repeat center/100% 100%;
  letter-spacing: 0.06em;
}
.menu-mobile.is-show {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  padding-block: 2.6875rem 2.75rem;
  background-color: #007749;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .footer {
    padding-block: 3.1851851852vw 3.2592592593vw;
  }
}
@media (max-width: 767.9px) {
  .footer {
    padding-block: 1.0625rem;
  }
}
.footer .copy-right {
  margin: 0;
  text-align: center;
  font-size: 0.625rem;
  font-weight: bold;
  color: #fff;
  font-family: "游ゴシック", "YuGothic", sans-serif;
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
  .footer .copy-right {
    font-size: 0.7407407407vw;
  }
}