@charset "UTF-8";
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  min-block-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: optimizeSpeed;
}

:where(video, canvas, audio, iframe, embed, object, main) {
  display: block;
  max-width: 100%;
}

:where(img, svg) {
  display: inline-block;
}

:where(img, svg, video) {
  block-size: auto;
  max-width: 100%;
  max-inline-size: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

input[class], button[class], textarea[class] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

ul[class], ol[class] {
  list-style: none;
}

:where(h1, h2, h3, h4, h5, h6, p, span, th, td) {
  overflow-wrap: break-word;
}

table {
  border-collapse: collapse;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
  height: 0;
  border-top-width: 1px;
  color: inherit;
  clear: both;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

em, b, strong {
  background: none;
  font-weight: bold;
  font-style: normal;
}

summary {
  display: block;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
@font-face {
  font-family: "fontello";
  src: url("../../font/fontello.eot?860195");
  src: url("../../font/fontello.eot?860195#iefix") format("embedded-opentype"), url("../../font/fontello.woff2?860195") format("woff2"), url("../../font/fontello.woff?860195") format("woff"), url("../../font/fontello.ttf?860195") format("truetype"), url("../../font/fontello.svg?860195#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?860195#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down:before {
  content: "\e800";
} /* '' */
.icon-left:before {
  content: "\e801";
} /* '' */
.icon-right:before {
  content: "\e802";
} /* '' */
.icon-top:before {
  content: "\e803";
} /* '' */
.icon-double-down:before {
  content: "\e804";
} /* '' */
.icon-double-left:before {
  content: "\e805";
} /* '' */
.icon-double-right:before {
  content: "\e806";
} /* '' */
.icon-double-top:before {
  content: "\e807";
} /* '' */
.icon-close:before {
  content: "\e808";
} /* '' */
.icon-crest:before {
  content: "\e809";
} /* '' */
.icon-minus:before {
  content: "\e80a";
} /* '' */
.icon-plus:before {
  content: "\e80b";
} /* '' */
:root {
  --vh: 100vh;
  --wrapper: 1200px;
}

p {
  line-height: 2;
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}
a:hover {
  text-decoration: none;
}

.is-gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.is-mincho {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.is-fsizeSmall {
  font-size: 1.2rem;
}
.is-fsizeLarge {
  font-size: 2.4rem;
}
.is-fcolorRed {
  color: #E13F24;
}
.is-semibold {
  font-weight: 600 !important;
}
.is-bold {
  font-weight: 700 !important;
}
.is-normal {
  font-weight: normal !important;
}
.is-tal {
  text-align: left !important;
}
.is-tac {
  text-align: center !important;
}
.is-tar {
  text-align: right !important;
}
.is-fcolorRed {
  color: #E13F24;
}
.is-imgfit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.is-nowrap {
  white-space: nowrap;
}

.c-title.-level1 {
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: center;
}
.c-title.-level1 + p {
  margin-top: 12px;
}
.c-title.-level2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  padding-top: 48px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
.c-title.-level2:before {
  position: absolute;
  display: block;
  content: "";
  top: -12px;
  left: 0;
  right: 0;
  content: "\E809";
  font-family: fontello;
  font-weight: normal;
  font-size: 4.4rem;
  text-align: center;
}
.c-title.-level3 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.c-title.-level3.-circle {
  position: relative;
}
.c-title.-level3.-circle:before {
  position: absolute;
  display: block;
  content: "";
  top: -24px;
  left: -43px;
  width: 82px;
  height: 82px;
  background: url(/special/onihei/assets/img/common/img_akamaru.png) no-repeat center center/cover;
  mix-blend-mode: multiply;
}
.c-btn {
  display: block;
  text-decoration: none;
}
.c-btn.-skin01 {
  padding: 20px 32px 20px 16px;
  -webkit-box-shadow: inset 0 0 0 3px #000;
          box-shadow: inset 0 0 0 3px #000;
  outline: 1px solid #000;
  outline-offset: -7px;
  background: url(/special/onihei/assets/img/common/bg_gold.jpg) repeat left top;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
.c-btn.-skin01 img {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
}
.c-btn.-skin01:after {
  position: absolute;
  display: block;
  content: "";
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\E806";
  font-family: fontello;
  font-weight: normal;
}
.c-btn.-skin01.-back {
  padding: 20px 16px 20px 32px;
}
.c-btn.-skin01.-back::after {
  right: auto;
  left: 12px;
  content: "\E805";
  font-family: fontello;
  font-weight: normal;
}
.c-btn.-skin02 {
  padding: 8px 24px 8px 8px;
  border-bottom: 3px solid #B19830;
  font-weight: 700;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
.c-btn.-skin02:after {
  position: absolute;
  display: block;
  content: "";
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\E806";
  font-family: fontello;
  font-weight: normal;
  color: #B19830;
  font-size: 1.9rem;
}
.c-btn.-close::after {
  right: 20px;
  content: "\E808";
  font-family: fontello;
  font-weight: normal;
}
.c-btn.-sizeS {
  max-width: 228px;
}
button.c-btn, input.c-btn {
  border: none;
  background-color: transparent;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}

.c-btnWrap {
  margin-top: 36px;
}
.c-telLink {
  color: inherit;
  text-decoration: none;
}
.c-card {
  display: block;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
.c-card.-skin01 {
  padding: 8px;
  background-color: #000;
  -webkit-clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0% 12px);
          clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0% 12px);
}
.c-card.-skin01 .c-card__image {
  -webkit-clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0% 8px);
          clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0% 8px);
  position: relative;
}
.c-card.-skin01 .c-card__image:after {
  position: absolute;
  display: block;
  content: "";
  inset: 4px;
  border: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left bottom, color-stop(0, #000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right bottom, left top, color-stop(0, #000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left bottom, right top, color-stop(0, #000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to right bottom, #000 0, #000 50%, transparent 50%, transparent), linear-gradient(to left bottom, #000 0, #000 50%, transparent 50%, transparent), linear-gradient(to left top, #000 0, #000 50%, transparent 50%, transparent), linear-gradient(to right top, #000 0, #000 50%, transparent 50%, transparent);
  background-size: 6.8px 6.8px;
  background-position: left top, right -0.2px top, right -0.2px bottom, left bottom;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0% 8px);
          clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0% 8px);
}
.c-card.-skin01 .c-card__image .is-imgfit {
  width: 100%;
  height: 100%;
}
.c-card.-skin01 .c-card__ttl {
  display: block;
  margin: 15px 6px 4px;
  padding: 16px 20px 16px 16px;
  -webkit-clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0% 8px);
          clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0% 8px);
  -webkit-box-shadow: inset 0 0 0 2px #B19830;
          box-shadow: inset 0 0 0 2px #B19830;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #B19830), color-stop(50%, #B19830), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left bottom, color-stop(0, #B19830), color-stop(50%, #B19830), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right bottom, left top, color-stop(0, #B19830), color-stop(50%, #B19830), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left bottom, right top, color-stop(0, #B19830), color-stop(50%, #B19830), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to right bottom, #B19830 0, #B19830 50%, transparent 50%, transparent), linear-gradient(to left bottom, #B19830 0, #B19830 50%, transparent 50%, transparent), linear-gradient(to left top, #B19830 0, #B19830 50%, transparent 50%, transparent), linear-gradient(to right top, #B19830 0, #B19830 50%, transparent 50%, transparent);
  background-size: 12px 12px;
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  position: relative;
}
.c-card.-skin01 .c-card__ttl:after {
  position: absolute;
  display: block;
  content: "";
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\E802";
  font-family: fontello;
  font-weight: normal;
  color: #B19830;
  font-size: 92%;
}
.c-card.-skin02 .c-card__ttl {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.c-card.-skin02 .c-btn {
  margin-top: 6px;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}
.c-cardList > li + li {
  margin-top: 64px;
}
.c-cardList + .c-cardList {
  margin-top: 64px;
}
.c-imageBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.c-imageBlock__image {
  text-align: center;
}
.c-imageBlock__ttl {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-imageBlock + .c-imageBlock {
  margin-top: 40px;
}
.c-figure img + figcaption {
  margin-top: 12px;
}
.c-figure figcaption {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
}
.c-box.-skin01 {
  padding: 48px 16px;
  background-color: rgba(206, 191, 169, 0.35);
  -webkit-clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 22px, 100% calc(100% - 22px), calc(100% - 22px) 100%, 22px 100%, 0 calc(100% - 22px), 0% 22px);
          clip-path: polygon(22px 0, calc(100% - 22px) 0, 100% 22px, 100% calc(100% - 22px), calc(100% - 22px) 100%, 22px 100%, 0 calc(100% - 22px), 0% 22px);
}
.c-box.-skin02 {
  padding: 15px 20px;
  background: #fff;
}
.c-inlineBlock {
  display: inline-block;
}
.c-newsList .newsList-date {
  display: block;
  color: #E13F24;
}
.c-newsList .newsList-body {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.4rem;
}
.c-newsList > li {
  line-height: 1.7;
}
.c-newsList > li + li {
  margin-top: 28px;
}
.c-newsList > li img {
  max-width: min(100%, 400px);
  max-height: 400px;
  width: auto;
  height: auto;
}
.c-shopnewsList .newsList-date {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
}
.c-shopnewsList .newsList-ttl {
  display: inline-block;
  font-weight: 700;
}
.c-shopnewsList .newsList-body {
  display: block;
  margin-top: 12px;
}
.c-shopnewsList a.newsList-body {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-shopnewsList > li {
  line-height: 1.5;
}
.c-shopnewsList > li + li {
  margin-top: 36px;
}
.c-shopnewsList > li img {
  max-width: min(100%, 400px);
  max-height: 400px;
  width: auto;
  height: auto;
}
.c-menuList > li + li {
  margin-top: 16px;
}
.c-menuList .c-btn {
  padding: 12px 24px 12px 8px;
}
.c-borderList > li {
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.c-borderList > li + li {
  margin-top: 10px;
}
.c-borderList__full .c-colList:not(.-row) {
  display: block;
}
.c-borderList__full .c-colList:not(.-row) > dt {
  padding-right: 0;
  padding-bottom: 8px;
}
.c-colList {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.4rem;
  line-height: 1.7;
}
.c-colList > dt {
  padding-right: 20px;
  font-weight: 700;
}
.c-colList > dt::before {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  display: inline-block;
  margin-right: 0.9em;
  content: "\E809";
  font-family: fontello;
  font-weight: normal;
}
.c-horizontalList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 8px;
}
.c-pageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin: 24px auto;
}
.c-pageList li {
  display: contents;
}
.c-pageList a, .c-pageList span {
  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;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}
.c-pageList a {
  z-index: 1;
  width: 28px;
  height: 28px;
  position: relative;
}
.c-pageList a:before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  z-index: -2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 2px solid #000;
  background: url(/special/onihei/assets/img/common/bg_gold.jpg) repeat;
}
.c-pageList a::after {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: rgba(0, 0, 0, 0);
}
.c-pageList span:not([class]) {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.c-pageList .is-current {
  z-index: 1;
  width: 28px;
  height: 28px;
  color: #fff;
  position: relative;
}
.c-pageList .is-current:before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 2px solid #000;
  background: #E13F24;
}
.c-pageList .is-next, .c-pageList .is-prev {
  z-index: 1;
  width: 24px;
  height: 24px;
  font-size: 1.2rem;
}
.c-pageList .is-next i::before, .c-pageList .is-prev i::before {
  font-weight: 700;
}
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
.c-pager > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-pager a {
  display: block;
  padding: 10px 24px 10px 8px;
  border-bottom: 3px solid #B19830;
  font-weight: 700;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
}
.c-pager .is-prev a {
  padding: 10px 8px 10px 24px;
  text-align: right;
  position: relative;
}
.c-pager .is-prev a:after {
  position: absolute;
  display: block;
  content: "";
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\E805";
  font-family: fontello;
  font-weight: normal;
  color: #B19830;
  font-size: 1.9rem;
}
.c-pager .is-back a {
  position: relative;
}
.c-pager .is-back a:after {
  position: absolute;
  display: block;
  content: "";
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\E806";
  font-family: fontello;
  font-weight: normal;
  color: #B19830;
  font-size: 1.9rem;
}
.c-pager .is-next a {
  position: relative;
}
.c-pager .is-next a:after {
  position: absolute;
  display: block;
  content: "";
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\E806";
  font-family: fontello;
  font-weight: normal;
  color: #B19830;
  font-size: 1.9rem;
}
.c-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.c-mt0 {
  margin-top: 0px !important;
}
.c-mr0 {
  margin-right: 0px !important;
}
.c-mb0 {
  margin-bottom: 0px !important;
}
.c-ml0 {
  margin-left: 0px !important;
}
.c-pt0 {
  padding-top: 0px !important;
}
.c-pr0 {
  padding-right: 0px !important;
}
.c-pb0 {
  padding-bottom: 0px !important;
}
.c-pl0 {
  padding-left: 0px !important;
}
.c-mt4 {
  margin-top: 4px !important;
}
.c-mr4 {
  margin-right: 4px !important;
}
.c-mb4 {
  margin-bottom: 4px !important;
}
.c-ml4 {
  margin-left: 4px !important;
}
.c-pt4 {
  padding-top: 4px !important;
}
.c-pr4 {
  padding-right: 4px !important;
}
.c-pb4 {
  padding-bottom: 4px !important;
}
.c-pl4 {
  padding-left: 4px !important;
}
.c-mt8 {
  margin-top: 8px !important;
}
.c-mr8 {
  margin-right: 8px !important;
}
.c-mb8 {
  margin-bottom: 8px !important;
}
.c-ml8 {
  margin-left: 8px !important;
}
.c-pt8 {
  padding-top: 8px !important;
}
.c-pr8 {
  padding-right: 8px !important;
}
.c-pb8 {
  padding-bottom: 8px !important;
}
.c-pl8 {
  padding-left: 8px !important;
}
.c-mt12 {
  margin-top: 12px !important;
}
.c-mr12 {
  margin-right: 12px !important;
}
.c-mb12 {
  margin-bottom: 12px !important;
}
.c-ml12 {
  margin-left: 12px !important;
}
.c-pt12 {
  padding-top: 12px !important;
}
.c-pr12 {
  padding-right: 12px !important;
}
.c-pb12 {
  padding-bottom: 12px !important;
}
.c-pl12 {
  padding-left: 12px !important;
}
.c-mt16 {
  margin-top: 16px !important;
}
.c-mr16 {
  margin-right: 16px !important;
}
.c-mb16 {
  margin-bottom: 16px !important;
}
.c-ml16 {
  margin-left: 16px !important;
}
.c-pt16 {
  padding-top: 16px !important;
}
.c-pr16 {
  padding-right: 16px !important;
}
.c-pb16 {
  padding-bottom: 16px !important;
}
.c-pl16 {
  padding-left: 16px !important;
}
.c-mt20 {
  margin-top: 20px !important;
}
.c-mr20 {
  margin-right: 20px !important;
}
.c-mb20 {
  margin-bottom: 20px !important;
}
.c-ml20 {
  margin-left: 20px !important;
}
.c-pt20 {
  padding-top: 20px !important;
}
.c-pr20 {
  padding-right: 20px !important;
}
.c-pb20 {
  padding-bottom: 20px !important;
}
.c-pl20 {
  padding-left: 20px !important;
}
.c-mt24 {
  margin-top: 24px !important;
}
.c-mr24 {
  margin-right: 24px !important;
}
.c-mb24 {
  margin-bottom: 24px !important;
}
.c-ml24 {
  margin-left: 24px !important;
}
.c-pt24 {
  padding-top: 24px !important;
}
.c-pr24 {
  padding-right: 24px !important;
}
.c-pb24 {
  padding-bottom: 24px !important;
}
.c-pl24 {
  padding-left: 24px !important;
}
.c-mt28 {
  margin-top: 28px !important;
}
.c-mr28 {
  margin-right: 28px !important;
}
.c-mb28 {
  margin-bottom: 28px !important;
}
.c-ml28 {
  margin-left: 28px !important;
}
.c-pt28 {
  padding-top: 28px !important;
}
.c-pr28 {
  padding-right: 28px !important;
}
.c-pb28 {
  padding-bottom: 28px !important;
}
.c-pl28 {
  padding-left: 28px !important;
}
.c-mt32 {
  margin-top: 32px !important;
}
.c-mr32 {
  margin-right: 32px !important;
}
.c-mb32 {
  margin-bottom: 32px !important;
}
.c-ml32 {
  margin-left: 32px !important;
}
.c-pt32 {
  padding-top: 32px !important;
}
.c-pr32 {
  padding-right: 32px !important;
}
.c-pb32 {
  padding-bottom: 32px !important;
}
.c-pl32 {
  padding-left: 32px !important;
}
.c-mt36 {
  margin-top: 36px !important;
}
.c-mr36 {
  margin-right: 36px !important;
}
.c-mb36 {
  margin-bottom: 36px !important;
}
.c-ml36 {
  margin-left: 36px !important;
}
.c-pt36 {
  padding-top: 36px !important;
}
.c-pr36 {
  padding-right: 36px !important;
}
.c-pb36 {
  padding-bottom: 36px !important;
}
.c-pl36 {
  padding-left: 36px !important;
}
.c-mt40 {
  margin-top: 40px !important;
}
.c-mr40 {
  margin-right: 40px !important;
}
.c-mb40 {
  margin-bottom: 40px !important;
}
.c-ml40 {
  margin-left: 40px !important;
}
.c-pt40 {
  padding-top: 40px !important;
}
.c-pr40 {
  padding-right: 40px !important;
}
.c-pb40 {
  padding-bottom: 40px !important;
}
.c-pl40 {
  padding-left: 40px !important;
}
.c-mt44 {
  margin-top: 44px !important;
}
.c-mr44 {
  margin-right: 44px !important;
}
.c-mb44 {
  margin-bottom: 44px !important;
}
.c-ml44 {
  margin-left: 44px !important;
}
.c-pt44 {
  padding-top: 44px !important;
}
.c-pr44 {
  padding-right: 44px !important;
}
.c-pb44 {
  padding-bottom: 44px !important;
}
.c-pl44 {
  padding-left: 44px !important;
}
.c-mt48 {
  margin-top: 48px !important;
}
.c-mr48 {
  margin-right: 48px !important;
}
.c-mb48 {
  margin-bottom: 48px !important;
}
.c-ml48 {
  margin-left: 48px !important;
}
.c-pt48 {
  padding-top: 48px !important;
}
.c-pr48 {
  padding-right: 48px !important;
}
.c-pb48 {
  padding-bottom: 48px !important;
}
.c-pl48 {
  padding-left: 48px !important;
}
.c-mt52 {
  margin-top: 52px !important;
}
.c-mr52 {
  margin-right: 52px !important;
}
.c-mb52 {
  margin-bottom: 52px !important;
}
.c-ml52 {
  margin-left: 52px !important;
}
.c-pt52 {
  padding-top: 52px !important;
}
.c-pr52 {
  padding-right: 52px !important;
}
.c-pb52 {
  padding-bottom: 52px !important;
}
.c-pl52 {
  padding-left: 52px !important;
}
.c-mt56 {
  margin-top: 56px !important;
}
.c-mr56 {
  margin-right: 56px !important;
}
.c-mb56 {
  margin-bottom: 56px !important;
}
.c-ml56 {
  margin-left: 56px !important;
}
.c-pt56 {
  padding-top: 56px !important;
}
.c-pr56 {
  padding-right: 56px !important;
}
.c-pb56 {
  padding-bottom: 56px !important;
}
.c-pl56 {
  padding-left: 56px !important;
}
.c-mt60 {
  margin-top: 60px !important;
}
.c-mr60 {
  margin-right: 60px !important;
}
.c-mb60 {
  margin-bottom: 60px !important;
}
.c-ml60 {
  margin-left: 60px !important;
}
.c-pt60 {
  padding-top: 60px !important;
}
.c-pr60 {
  padding-right: 60px !important;
}
.c-pb60 {
  padding-bottom: 60px !important;
}
.c-pl60 {
  padding-left: 60px !important;
}
.c-mt64 {
  margin-top: 64px !important;
}
.c-mr64 {
  margin-right: 64px !important;
}
.c-mb64 {
  margin-bottom: 64px !important;
}
.c-ml64 {
  margin-left: 64px !important;
}
.c-pt64 {
  padding-top: 64px !important;
}
.c-pr64 {
  padding-right: 64px !important;
}
.c-pb64 {
  padding-bottom: 64px !important;
}
.c-pl64 {
  padding-left: 64px !important;
}
.c-mt68 {
  margin-top: 68px !important;
}
.c-mr68 {
  margin-right: 68px !important;
}
.c-mb68 {
  margin-bottom: 68px !important;
}
.c-ml68 {
  margin-left: 68px !important;
}
.c-pt68 {
  padding-top: 68px !important;
}
.c-pr68 {
  padding-right: 68px !important;
}
.c-pb68 {
  padding-bottom: 68px !important;
}
.c-pl68 {
  padding-left: 68px !important;
}
.c-mt72 {
  margin-top: 72px !important;
}
.c-mr72 {
  margin-right: 72px !important;
}
.c-mb72 {
  margin-bottom: 72px !important;
}
.c-ml72 {
  margin-left: 72px !important;
}
.c-pt72 {
  padding-top: 72px !important;
}
.c-pr72 {
  padding-right: 72px !important;
}
.c-pb72 {
  padding-bottom: 72px !important;
}
.c-pl72 {
  padding-left: 72px !important;
}
.c-mt76 {
  margin-top: 76px !important;
}
.c-mr76 {
  margin-right: 76px !important;
}
.c-mb76 {
  margin-bottom: 76px !important;
}
.c-ml76 {
  margin-left: 76px !important;
}
.c-pt76 {
  padding-top: 76px !important;
}
.c-pr76 {
  padding-right: 76px !important;
}
.c-pb76 {
  padding-bottom: 76px !important;
}
.c-pl76 {
  padding-left: 76px !important;
}
.c-mt80 {
  margin-top: 80px !important;
}
.c-mr80 {
  margin-right: 80px !important;
}
.c-mb80 {
  margin-bottom: 80px !important;
}
.c-ml80 {
  margin-left: 80px !important;
}
.c-pt80 {
  padding-top: 80px !important;
}
.c-pr80 {
  padding-right: 80px !important;
}
.c-pb80 {
  padding-bottom: 80px !important;
}
.c-pl80 {
  padding-left: 80px !important;
}
.c-mt84 {
  margin-top: 84px !important;
}
.c-mr84 {
  margin-right: 84px !important;
}
.c-mb84 {
  margin-bottom: 84px !important;
}
.c-ml84 {
  margin-left: 84px !important;
}
.c-pt84 {
  padding-top: 84px !important;
}
.c-pr84 {
  padding-right: 84px !important;
}
.c-pb84 {
  padding-bottom: 84px !important;
}
.c-pl84 {
  padding-left: 84px !important;
}
.c-mt88 {
  margin-top: 88px !important;
}
.c-mr88 {
  margin-right: 88px !important;
}
.c-mb88 {
  margin-bottom: 88px !important;
}
.c-ml88 {
  margin-left: 88px !important;
}
.c-pt88 {
  padding-top: 88px !important;
}
.c-pr88 {
  padding-right: 88px !important;
}
.c-pb88 {
  padding-bottom: 88px !important;
}
.c-pl88 {
  padding-left: 88px !important;
}
.c-mt92 {
  margin-top: 92px !important;
}
.c-mr92 {
  margin-right: 92px !important;
}
.c-mb92 {
  margin-bottom: 92px !important;
}
.c-ml92 {
  margin-left: 92px !important;
}
.c-pt92 {
  padding-top: 92px !important;
}
.c-pr92 {
  padding-right: 92px !important;
}
.c-pb92 {
  padding-bottom: 92px !important;
}
.c-pl92 {
  padding-left: 92px !important;
}
.c-mt96 {
  margin-top: 96px !important;
}
.c-mr96 {
  margin-right: 96px !important;
}
.c-mb96 {
  margin-bottom: 96px !important;
}
.c-ml96 {
  margin-left: 96px !important;
}
.c-pt96 {
  padding-top: 96px !important;
}
.c-pr96 {
  padding-right: 96px !important;
}
.c-pb96 {
  padding-bottom: 96px !important;
}
.c-pl96 {
  padding-left: 96px !important;
}
.c-mt100 {
  margin-top: 100px !important;
}
.c-mr100 {
  margin-right: 100px !important;
}
.c-mb100 {
  margin-bottom: 100px !important;
}
.c-ml100 {
  margin-left: 100px !important;
}
.c-pt100 {
  padding-top: 100px !important;
}
.c-pr100 {
  padding-right: 100px !important;
}
.c-pb100 {
  padding-bottom: 100px !important;
}
.c-pl100 {
  padding-left: 100px !important;
}
.c-w0 {
  width: 0% !important;
}
.c-w5 {
  width: 5% !important;
}
.c-w10 {
  width: 10% !important;
}
.c-w15 {
  width: 15% !important;
}
.c-w20 {
  width: 20% !important;
}
.c-w25 {
  width: 25% !important;
}
.c-w30 {
  width: 30% !important;
}
.c-w35 {
  width: 35% !important;
}
.c-w40 {
  width: 40% !important;
}
.c-w45 {
  width: 45% !important;
}
.c-w50 {
  width: 50% !important;
}
.c-w55 {
  width: 55% !important;
}
.c-w60 {
  width: 60% !important;
}
.c-w65 {
  width: 65% !important;
}
.c-w70 {
  width: 70% !important;
}
.c-w75 {
  width: 75% !important;
}
.c-w80 {
  width: 80% !important;
}
.c-w85 {
  width: 85% !important;
}
.c-w90 {
  width: 90% !important;
}
.c-w95 {
  width: 95% !important;
}
.c-w100 {
  width: 100% !important;
}
.c-map iframe {
  width: 100%;
  height: 450px;
}
.c-clipImage {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  -webkit-clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0% 14px);
          clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 14px), calc(100% - 14px) 100%, 14px 100%, 0 calc(100% - 14px), 0% 14px);
  position: relative;
}
.c-clipImage:before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  z-index: 1;
  border: 8px solid #000;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left bottom, color-stop(0, #000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right bottom, left top, color-stop(0, #000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left bottom, right top, color-stop(0, #000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to right bottom, #000 0, #000 50%, transparent 50%, transparent), linear-gradient(to left bottom, #000 0, #000 50%, transparent 50%, transparent), linear-gradient(to left top, #000 0, #000 50%, transparent 50%, transparent), linear-gradient(to right top, #000 0, #000 50%, transparent 50%, transparent);
  background-size: 11.9px 11.9px;
  background-position: left top, right -0.2px top, right -0.2px bottom, left bottom;
  background-repeat: no-repeat;
}

.ui-fadeIn {
  opacity: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.ui-fadeIn.-toLeft {
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}
.ui-fadeIn.-toRight {
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}
.ui-fadeIn.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.ui-modal {
  z-index: 1;
  width: calc(100vw - 32px);
  margin-left: auto;
  margin-right: auto;
  padding: 48px 16px;
  background: url(/special/onihei/assets/img/common/bg_ttl.jpg) repeat;
  color: #000;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  position: relative;
}
.ui-modal:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.22;
  z-index: -1;
  width: 164px;
  height: 170px;
  background: url(/special/onihei/assets/img/common/img_ornament01_br.svg) no-repeat right bottom;
  mix-blend-mode: multiply;
}
.ui-modal .c-btn.-close {
  position: absolute;
  top: 16px;
  right: 16px;
  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;
  outline-offset: -5px;
  opacity: 1;
  width: 37px;
  height: 37px;
  padding: 12px;
  -webkit-box-shadow: inset 0 0 0 2px #000;
          box-shadow: inset 0 0 0 2px #000;
  font-size: 1.6rem;
}
.ui-modal .c-btn.-close::after {
  position: static;
  -webkit-transform: none;
          transform: none;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.ui-modalWrap.mfp-bg {
  opacity: 0;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}
.ui-modalWrap.mfp-bg.mfp-ready {
  opacity: 0.3;
}
.ui-modalWrap.mfp-bg.mfp-removing {
  opacity: 0;
}
.ui-modalWrap.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}
.ui-modalWrap.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.ui-modalWrap.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.l-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3);
}
.l-outline {
  overflow-x: hidden;
  padding-top: 72px;
  background: url(/special/onihei/assets/img/common/bg_wall.jpg) repeat;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  color: #000;
  font-size: 1.6rem;
}
.l-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 72px;
  background: url(/special/onihei/assets/img/common/bg_header.png) repeat;
  background-color: #26252b;
  -webkit-transition: ease-in-out 0.15s;
  transition: ease-in-out 0.15s;
}
.l-header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px;
}
.l-header__logo a {
  display: inline-block;
  text-decoration: none;
}
.l-navWrap a {
  text-decoration: none;
}
.l-navWrap svg {
  stroke: transparent;
}
.l-subnav > li {
  margin-top: 24px;
}
.l-subnav > li > a {
  display: block;
  padding: 12px 24px 12px 20px;
  border-bottom: 3px solid #B19830;
  font-weight: 700;
  position: relative;
}
.l-subnav > li > a:after {
  position: absolute;
  display: block;
  content: "";
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\E806";
  font-family: fontello;
  font-weight: normal;
  color: #B19830;
  font-size: 1.9rem;
}
.l-pagetitle.-level2 {
  position: relative;
  z-index: 1;
  padding-top: 216px;
}
.l-pagetitle.-level2 .l-pagetitle__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.l-pagetitle.-level2 .l-pagetitle__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 176px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 24px 16px;
  background: url(/special/onihei/assets/img/common/bg_ttl.jpg) repeat;
}
.l-pagetitle.-level3 {
  z-index: 1;
  background: url(/special/onihei/assets/img/common/bg_ttl.jpg) repeat;
  position: relative;
}
.l-pagetitle.-level3:before {
  position: absolute;
  display: block;
  content: "";
  top: -48px;
  left: -82px;
  width: 262px;
  height: 262px;
  opacity: 0.22;
  background: url(/special/onihei/assets/img/common/img_ornament01_br.svg) no-repeat center center/contain;
  mix-blend-mode: multiply;
}
.l-pagetitle.-level3 .l-pagetitle__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 282px;
  padding: 24px 16px;
}
.l-pagetitle.-level3 .c-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 48px;
  position: relative;
}
.l-pagetitle.-level3 .c-title:before {
  position: absolute;
  display: block;
  content: "";
  top: -12px;
  left: 0;
  right: 0;
  content: "\E809";
  font-family: fontello;
  font-weight: normal;
  font-size: 4.4rem;
  text-align: center;
}
.l-pagetitle.-level3 .c-title + .c-label {
  margin-top: 20px;
}
.l-pagetitle__text p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}
.l-pagetitle__img .is-imgfit {
  width: 100%;
  height: 283px;
}
.l-content {
  padding-top: 48px;
  padding-bottom: 80px;
}
.l-article {
  padding: 48px 16px 32px;
  background: url(/special/onihei/assets/img/common/bg_ttl.jpg) repeat;
  position: relative;
}
.l-article:before {
  position: absolute;
  display: block;
  content: "";
  top: -92px;
  left: -82px;
  width: 262px;
  height: 262px;
  opacity: 0.22;
  background: url(/special/onihei/assets/img/common/img_ornament01_br.svg) no-repeat center center/contain;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.l-article__title {
  margin-bottom: 28px;
  padding-left: 1.6em;
  padding-bottom: 16px;
  font-size: 2rem;
  line-height: 1.7;
  position: relative;
}
.l-article__title:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  opacity: 0.5;
  background: url(/special/onihei/assets/img/common/line_bk.svg) repeat-x;
}
.l-article__title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "\E809";
  font-family: fontello;
  font-weight: normal;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.l-article__content :where(p) {
  line-height: 1.5;
}
.l-article__content :where(em) {
  font-style: italic;
  font-weight: 400;
}
.l-article__content :where(ol:not([class])) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  line-height: 1.3;
  list-style: none;
  counter-reset: number 0;
}
.l-article__content :where(ol:not([class])) > li {
  position: relative;
  padding-left: 1.9em;
}
.l-article__content :where(ol:not([class])) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  min-width: 1.6em;
  counter-increment: number 1;
  content: counter(number) ".";
  text-align: right;
}
.l-article__content :where(ol:not([class])) > li + li {
  margin-top: 12px;
}
.l-article__content :where(ul:not([class])) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  line-height: 1.3;
  list-style: none;
}
.l-article__content :where(ul:not([class])) > li {
  position: relative;
  padding-left: 16px;
}
.l-article__content :where(ul:not([class])) > li::before {
  position: absolute;
  top: 0.2em;
  left: 8px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.l-article__content :where(ul:not([class])) > li + li {
  margin-top: 12px;
}
.l-article__content :where(hr) {
  opacity: 0.5;
  margin: 48px 0;
  background: url(/special/onihei/assets/img/common/line_bk.svg) repeat-x;
  height: 3px;
}
.l-article__content :where(h1, h2, h3, h4, h5, h6) {
  font-weight: 700;
  line-height: 1.3;
}
.l-article__content :where(h1) {
  margin-bottom: 20px;
  padding-left: 36px;
  font-size: 2.8rem;
  position: relative;
}
.l-article__content :where(h1):before {
  position: absolute;
  display: block;
  content: "";
  top: 0.3em;
  left: 20px;
  width: 15px;
  height: 15px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.l-article__content :where(h2) {
  margin-bottom: 20px;
  font-size: 2.4rem;
}
.l-article__content :where(h3) {
  margin-bottom: 16px;
  font-size: 2rem;
}
.l-article__content :where(h4) {
  margin-bottom: 12px;
  font-size: 1.8rem;
}
.l-article__content :where(h5) {
  margin-bottom: 12px;
  font-size: 1.6rem;
}
.l-article__content :where(h6) {
  margin-bottom: 12px;
  font-size: 1.6rem;
}
.l-article__content :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h2 {
  margin-top: 32px;
}
.l-article__content :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h3 {
  margin-top: 24px;
}
.l-article__content :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h4 {
  margin-top: 24px;
}
.l-article__content :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h5 {
  margin-top: 24px;
}
.l-article__content :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h6 {
  margin-top: 24px;
}
.l-article .c-pager {
  margin-top: 64px;
}
.l-pagenav {
  margin-top: 80px;
  padding: 48px 0;
  z-index: 1;
  position: relative;
}
.l-pagenav:before {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  inset: 0;
  background: url(/special/onihei/assets/img/common/bg_pagenav_sp.png) no-repeat center top/cover;
  mix-blend-mode: multiply;
}
.l-pagenav .c-title {
  margin-bottom: 40px;
  font-size: 2.2rem;
}
.l-footer {
  padding-top: 48px;
  padding-bottom: 28px;
  background: url(/special/onihei/assets/img//common/bg_footer_sp.png) no-repeat center bottom/cover;
  background-color: #26252B;
  color: #fff;
  font-size: 1.2rem;
}
.l-footer a {
  text-decoration: none;
}
.l-footer__address p + p {
  margin-top: 12px;
}
.l-footer p {
  line-height: 1.4;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
  margin-top: 48px;
}
.l-footer__nav > li {
  width: calc(50% - 24px);
}
.l-footer__nav > li img {
  width: auto;
  max-height: 13px;
}
.l-footer__bnr {
  max-width: 242px;
  margin: 28px auto 0;
  text-align: center;
}
.l-footer__bnr a {
  display: inline-block;
  margin: 4px;
}
.l-footer__bnr + .l-footer__bnr {
  margin-top: 16px;
}
.l-footer__copy {
  margin-top: 28px;
  color: #E4E4E4;
  font-weight: 600;
  text-align: center;
}

:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h2 {
  margin-top: 80px;
}
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h3,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h4,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h5,
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + h6 {
  margin-top: 40px;
}
:where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + p {
  margin-top: 1.2em;
}

/* ▼モバイルのみ付け足すデザイン */
@media screen and (max-width: 767.98px) {
  .is-sptal {
    text-align: left !important;
  }
  .is-sptac {
    text-align: center !important;
  }
  .is-sptar {
    text-align: right !important;
  }
  .is-showpc {
    display: none !important;
  }
  .is-spprotrude01 {
    margin-left: -16px;
    margin-right: -16px;
  }
  .is-spprotrude02 {
    margin-left: -32px;
    margin-right: -32px;
  }
  .c-title.-level3:not(.-circle) {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .c-imageBlock__text .c-title.-level2 {
    margin-top: 24px;
  }
  .c-overflow.-spoverflow {
    max-height: 427px;
    overflow-y: auto;
  }
  .c-spmt0 {
    margin-top: 0px !important;
  }
  .c-spmr0 {
    margin-right: 0px !important;
  }
  .c-spmb0 {
    margin-bottom: 0px !important;
  }
  .c-spml0 {
    margin-left: 0px !important;
  }
  .c-sppt0 {
    padding-top: 0px !important;
  }
  .c-sppr0 {
    padding-right: 0px !important;
  }
  .c-sppb0 {
    padding-bottom: 0px !important;
  }
  .c-sppl0 {
    padding-left: 0px !important;
  }
  .c-spmt4 {
    margin-top: 4px !important;
  }
  .c-spmr4 {
    margin-right: 4px !important;
  }
  .c-spmb4 {
    margin-bottom: 4px !important;
  }
  .c-spml4 {
    margin-left: 4px !important;
  }
  .c-sppt4 {
    padding-top: 4px !important;
  }
  .c-sppr4 {
    padding-right: 4px !important;
  }
  .c-sppb4 {
    padding-bottom: 4px !important;
  }
  .c-sppl4 {
    padding-left: 4px !important;
  }
  .c-spmt8 {
    margin-top: 8px !important;
  }
  .c-spmr8 {
    margin-right: 8px !important;
  }
  .c-spmb8 {
    margin-bottom: 8px !important;
  }
  .c-spml8 {
    margin-left: 8px !important;
  }
  .c-sppt8 {
    padding-top: 8px !important;
  }
  .c-sppr8 {
    padding-right: 8px !important;
  }
  .c-sppb8 {
    padding-bottom: 8px !important;
  }
  .c-sppl8 {
    padding-left: 8px !important;
  }
  .c-spmt12 {
    margin-top: 12px !important;
  }
  .c-spmr12 {
    margin-right: 12px !important;
  }
  .c-spmb12 {
    margin-bottom: 12px !important;
  }
  .c-spml12 {
    margin-left: 12px !important;
  }
  .c-sppt12 {
    padding-top: 12px !important;
  }
  .c-sppr12 {
    padding-right: 12px !important;
  }
  .c-sppb12 {
    padding-bottom: 12px !important;
  }
  .c-sppl12 {
    padding-left: 12px !important;
  }
  .c-spmt16 {
    margin-top: 16px !important;
  }
  .c-spmr16 {
    margin-right: 16px !important;
  }
  .c-spmb16 {
    margin-bottom: 16px !important;
  }
  .c-spml16 {
    margin-left: 16px !important;
  }
  .c-sppt16 {
    padding-top: 16px !important;
  }
  .c-sppr16 {
    padding-right: 16px !important;
  }
  .c-sppb16 {
    padding-bottom: 16px !important;
  }
  .c-sppl16 {
    padding-left: 16px !important;
  }
  .c-spmt20 {
    margin-top: 20px !important;
  }
  .c-spmr20 {
    margin-right: 20px !important;
  }
  .c-spmb20 {
    margin-bottom: 20px !important;
  }
  .c-spml20 {
    margin-left: 20px !important;
  }
  .c-sppt20 {
    padding-top: 20px !important;
  }
  .c-sppr20 {
    padding-right: 20px !important;
  }
  .c-sppb20 {
    padding-bottom: 20px !important;
  }
  .c-sppl20 {
    padding-left: 20px !important;
  }
  .c-spmt24 {
    margin-top: 24px !important;
  }
  .c-spmr24 {
    margin-right: 24px !important;
  }
  .c-spmb24 {
    margin-bottom: 24px !important;
  }
  .c-spml24 {
    margin-left: 24px !important;
  }
  .c-sppt24 {
    padding-top: 24px !important;
  }
  .c-sppr24 {
    padding-right: 24px !important;
  }
  .c-sppb24 {
    padding-bottom: 24px !important;
  }
  .c-sppl24 {
    padding-left: 24px !important;
  }
  .c-spmt28 {
    margin-top: 28px !important;
  }
  .c-spmr28 {
    margin-right: 28px !important;
  }
  .c-spmb28 {
    margin-bottom: 28px !important;
  }
  .c-spml28 {
    margin-left: 28px !important;
  }
  .c-sppt28 {
    padding-top: 28px !important;
  }
  .c-sppr28 {
    padding-right: 28px !important;
  }
  .c-sppb28 {
    padding-bottom: 28px !important;
  }
  .c-sppl28 {
    padding-left: 28px !important;
  }
  .c-spmt32 {
    margin-top: 32px !important;
  }
  .c-spmr32 {
    margin-right: 32px !important;
  }
  .c-spmb32 {
    margin-bottom: 32px !important;
  }
  .c-spml32 {
    margin-left: 32px !important;
  }
  .c-sppt32 {
    padding-top: 32px !important;
  }
  .c-sppr32 {
    padding-right: 32px !important;
  }
  .c-sppb32 {
    padding-bottom: 32px !important;
  }
  .c-sppl32 {
    padding-left: 32px !important;
  }
  .c-spmt36 {
    margin-top: 36px !important;
  }
  .c-spmr36 {
    margin-right: 36px !important;
  }
  .c-spmb36 {
    margin-bottom: 36px !important;
  }
  .c-spml36 {
    margin-left: 36px !important;
  }
  .c-sppt36 {
    padding-top: 36px !important;
  }
  .c-sppr36 {
    padding-right: 36px !important;
  }
  .c-sppb36 {
    padding-bottom: 36px !important;
  }
  .c-sppl36 {
    padding-left: 36px !important;
  }
  .c-spmt40 {
    margin-top: 40px !important;
  }
  .c-spmr40 {
    margin-right: 40px !important;
  }
  .c-spmb40 {
    margin-bottom: 40px !important;
  }
  .c-spml40 {
    margin-left: 40px !important;
  }
  .c-sppt40 {
    padding-top: 40px !important;
  }
  .c-sppr40 {
    padding-right: 40px !important;
  }
  .c-sppb40 {
    padding-bottom: 40px !important;
  }
  .c-sppl40 {
    padding-left: 40px !important;
  }
  .c-spmt44 {
    margin-top: 44px !important;
  }
  .c-spmr44 {
    margin-right: 44px !important;
  }
  .c-spmb44 {
    margin-bottom: 44px !important;
  }
  .c-spml44 {
    margin-left: 44px !important;
  }
  .c-sppt44 {
    padding-top: 44px !important;
  }
  .c-sppr44 {
    padding-right: 44px !important;
  }
  .c-sppb44 {
    padding-bottom: 44px !important;
  }
  .c-sppl44 {
    padding-left: 44px !important;
  }
  .c-spmt48 {
    margin-top: 48px !important;
  }
  .c-spmr48 {
    margin-right: 48px !important;
  }
  .c-spmb48 {
    margin-bottom: 48px !important;
  }
  .c-spml48 {
    margin-left: 48px !important;
  }
  .c-sppt48 {
    padding-top: 48px !important;
  }
  .c-sppr48 {
    padding-right: 48px !important;
  }
  .c-sppb48 {
    padding-bottom: 48px !important;
  }
  .c-sppl48 {
    padding-left: 48px !important;
  }
  .c-spmt52 {
    margin-top: 52px !important;
  }
  .c-spmr52 {
    margin-right: 52px !important;
  }
  .c-spmb52 {
    margin-bottom: 52px !important;
  }
  .c-spml52 {
    margin-left: 52px !important;
  }
  .c-sppt52 {
    padding-top: 52px !important;
  }
  .c-sppr52 {
    padding-right: 52px !important;
  }
  .c-sppb52 {
    padding-bottom: 52px !important;
  }
  .c-sppl52 {
    padding-left: 52px !important;
  }
  .c-spmt56 {
    margin-top: 56px !important;
  }
  .c-spmr56 {
    margin-right: 56px !important;
  }
  .c-spmb56 {
    margin-bottom: 56px !important;
  }
  .c-spml56 {
    margin-left: 56px !important;
  }
  .c-sppt56 {
    padding-top: 56px !important;
  }
  .c-sppr56 {
    padding-right: 56px !important;
  }
  .c-sppb56 {
    padding-bottom: 56px !important;
  }
  .c-sppl56 {
    padding-left: 56px !important;
  }
  .c-spmt60 {
    margin-top: 60px !important;
  }
  .c-spmr60 {
    margin-right: 60px !important;
  }
  .c-spmb60 {
    margin-bottom: 60px !important;
  }
  .c-spml60 {
    margin-left: 60px !important;
  }
  .c-sppt60 {
    padding-top: 60px !important;
  }
  .c-sppr60 {
    padding-right: 60px !important;
  }
  .c-sppb60 {
    padding-bottom: 60px !important;
  }
  .c-sppl60 {
    padding-left: 60px !important;
  }
  .c-spmt64 {
    margin-top: 64px !important;
  }
  .c-spmr64 {
    margin-right: 64px !important;
  }
  .c-spmb64 {
    margin-bottom: 64px !important;
  }
  .c-spml64 {
    margin-left: 64px !important;
  }
  .c-sppt64 {
    padding-top: 64px !important;
  }
  .c-sppr64 {
    padding-right: 64px !important;
  }
  .c-sppb64 {
    padding-bottom: 64px !important;
  }
  .c-sppl64 {
    padding-left: 64px !important;
  }
  .c-spmt68 {
    margin-top: 68px !important;
  }
  .c-spmr68 {
    margin-right: 68px !important;
  }
  .c-spmb68 {
    margin-bottom: 68px !important;
  }
  .c-spml68 {
    margin-left: 68px !important;
  }
  .c-sppt68 {
    padding-top: 68px !important;
  }
  .c-sppr68 {
    padding-right: 68px !important;
  }
  .c-sppb68 {
    padding-bottom: 68px !important;
  }
  .c-sppl68 {
    padding-left: 68px !important;
  }
  .c-spmt72 {
    margin-top: 72px !important;
  }
  .c-spmr72 {
    margin-right: 72px !important;
  }
  .c-spmb72 {
    margin-bottom: 72px !important;
  }
  .c-spml72 {
    margin-left: 72px !important;
  }
  .c-sppt72 {
    padding-top: 72px !important;
  }
  .c-sppr72 {
    padding-right: 72px !important;
  }
  .c-sppb72 {
    padding-bottom: 72px !important;
  }
  .c-sppl72 {
    padding-left: 72px !important;
  }
  .c-spmt76 {
    margin-top: 76px !important;
  }
  .c-spmr76 {
    margin-right: 76px !important;
  }
  .c-spmb76 {
    margin-bottom: 76px !important;
  }
  .c-spml76 {
    margin-left: 76px !important;
  }
  .c-sppt76 {
    padding-top: 76px !important;
  }
  .c-sppr76 {
    padding-right: 76px !important;
  }
  .c-sppb76 {
    padding-bottom: 76px !important;
  }
  .c-sppl76 {
    padding-left: 76px !important;
  }
  .c-spmt80 {
    margin-top: 80px !important;
  }
  .c-spmr80 {
    margin-right: 80px !important;
  }
  .c-spmb80 {
    margin-bottom: 80px !important;
  }
  .c-spml80 {
    margin-left: 80px !important;
  }
  .c-sppt80 {
    padding-top: 80px !important;
  }
  .c-sppr80 {
    padding-right: 80px !important;
  }
  .c-sppb80 {
    padding-bottom: 80px !important;
  }
  .c-sppl80 {
    padding-left: 80px !important;
  }
  .c-spmt84 {
    margin-top: 84px !important;
  }
  .c-spmr84 {
    margin-right: 84px !important;
  }
  .c-spmb84 {
    margin-bottom: 84px !important;
  }
  .c-spml84 {
    margin-left: 84px !important;
  }
  .c-sppt84 {
    padding-top: 84px !important;
  }
  .c-sppr84 {
    padding-right: 84px !important;
  }
  .c-sppb84 {
    padding-bottom: 84px !important;
  }
  .c-sppl84 {
    padding-left: 84px !important;
  }
  .c-spmt88 {
    margin-top: 88px !important;
  }
  .c-spmr88 {
    margin-right: 88px !important;
  }
  .c-spmb88 {
    margin-bottom: 88px !important;
  }
  .c-spml88 {
    margin-left: 88px !important;
  }
  .c-sppt88 {
    padding-top: 88px !important;
  }
  .c-sppr88 {
    padding-right: 88px !important;
  }
  .c-sppb88 {
    padding-bottom: 88px !important;
  }
  .c-sppl88 {
    padding-left: 88px !important;
  }
  .c-spmt92 {
    margin-top: 92px !important;
  }
  .c-spmr92 {
    margin-right: 92px !important;
  }
  .c-spmb92 {
    margin-bottom: 92px !important;
  }
  .c-spml92 {
    margin-left: 92px !important;
  }
  .c-sppt92 {
    padding-top: 92px !important;
  }
  .c-sppr92 {
    padding-right: 92px !important;
  }
  .c-sppb92 {
    padding-bottom: 92px !important;
  }
  .c-sppl92 {
    padding-left: 92px !important;
  }
  .c-spmt96 {
    margin-top: 96px !important;
  }
  .c-spmr96 {
    margin-right: 96px !important;
  }
  .c-spmb96 {
    margin-bottom: 96px !important;
  }
  .c-spml96 {
    margin-left: 96px !important;
  }
  .c-sppt96 {
    padding-top: 96px !important;
  }
  .c-sppr96 {
    padding-right: 96px !important;
  }
  .c-sppb96 {
    padding-bottom: 96px !important;
  }
  .c-sppl96 {
    padding-left: 96px !important;
  }
  .c-spmt100 {
    margin-top: 100px !important;
  }
  .c-spmr100 {
    margin-right: 100px !important;
  }
  .c-spmb100 {
    margin-bottom: 100px !important;
  }
  .c-spml100 {
    margin-left: 100px !important;
  }
  .c-sppt100 {
    padding-top: 100px !important;
  }
  .c-sppr100 {
    padding-right: 100px !important;
  }
  .c-sppb100 {
    padding-bottom: 100px !important;
  }
  .c-sppl100 {
    padding-left: 100px !important;
  }
  .c-spw0 {
    width: 0% !important;
  }
  .c-spw5 {
    width: 5% !important;
  }
  .c-spw10 {
    width: 10% !important;
  }
  .c-spw15 {
    width: 15% !important;
  }
  .c-spw20 {
    width: 20% !important;
  }
  .c-spw25 {
    width: 25% !important;
  }
  .c-spw30 {
    width: 30% !important;
  }
  .c-spw35 {
    width: 35% !important;
  }
  .c-spw40 {
    width: 40% !important;
  }
  .c-spw45 {
    width: 45% !important;
  }
  .c-spw50 {
    width: 50% !important;
  }
  .c-spw55 {
    width: 55% !important;
  }
  .c-spw60 {
    width: 60% !important;
  }
  .c-spw65 {
    width: 65% !important;
  }
  .c-spw70 {
    width: 70% !important;
  }
  .c-spw75 {
    width: 75% !important;
  }
  .c-spw80 {
    width: 80% !important;
  }
  .c-spw85 {
    width: 85% !important;
  }
  .c-spw90 {
    width: 90% !important;
  }
  .c-spw95 {
    width: 95% !important;
  }
  .c-spw100 {
    width: 100% !important;
  }
  .l-wrapper.-spnarrow {
    padding-left: 32px;
    padding-right: 32px;
  }
  .l-header__inner {
    padding-left: 22px;
    padding-right: 22px;
  }
  .l-header__logo {
    width: 145px;
  }
  .l-navBtn {
    position: absolute;
    top: 16px;
    right: 22px;
    width: 42px;
    height: 42px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: none;
  }
  .l-navBtn span {
    position: absolute;
    left: 6px;
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .l-navBtn span:nth-child(1) {
    top: 11px;
  }
  .l-navBtn span:nth-child(2) {
    top: 20px;
  }
  .l-navBtn span:nth-child(3) {
    top: 29px;
  }
  .l-navBtn.is-open span {
    height: 3px;
  }
  .l-navBtn.is-open span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-navBtn.is-open span:nth-child(2) {
    width: 0;
  }
  .l-navBtn.is-open span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-navWrap {
    position: fixed;
    top: 72px;
    right: -95.5vw;
    bottom: 0;
    z-index: 1001;
    overflow-y: auto;
    width: 95.5vw;
    background: url(/special/onihei/assets/img/common/bg_ttl.jpg) repeat;
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .l-navWrap.is-open {
    opacity: 1;
    right: 0;
  }
  .l-nav > li {
    position: relative;
  }
  .l-nav > li:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    opacity: 0.5;
    background: url(/special/onihei/assets/img/common/line_bk.svg) repeat-x left bottom;
  }
  .l-nav > li > a,
.l-nav > li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px;
    padding: 12px 68px 12px 24px;
  }
  .l-nav > li > a > svg,
.l-nav > li > span > svg {
    width: auto;
    max-width: none;
    height: 18px;
  }
  .l-nav > li > a > svg path,
.l-nav > li > span > svg path {
    fill: #000;
  }
  .l-nav > li > a {
    position: relative;
  }
  .l-nav > li > a:after {
    position: absolute;
    display: block;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 24px;
    top: 18px;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: inset 0 0 0 3px #000;
            box-shadow: inset 0 0 0 3px #000;
    outline: 1px solid #000;
    outline-offset: -7px;
    background: url(/special/onihei/assets/img/common/bg_gold.jpg) repeat left top;
    content: "\E806";
    font-family: fontello;
    font-weight: normal;
    text-align: center;
  }
  .l-nav .ui-menu__title {
    position: relative;
  }
  .l-nav .ui-menu__title:after {
    position: absolute;
    display: block;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 24px;
    top: 18px;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: inset 0 0 0 3px #000;
            box-shadow: inset 0 0 0 3px #000;
    outline: 1px solid #000;
    outline-offset: -7px;
    background: url(/special/onihei/assets/img/common/bg_gold.jpg) repeat left top;
    content: "\E80B";
    font-family: fontello;
    font-weight: normal;
    text-align: center;
  }
  .l-nav .ui-menu.is-open .ui-menu__title::after {
    content: "\E80A";
    font-family: fontello;
    font-weight: normal;
  }
  .l-nav__aside {
    padding: 64px 24px 80px;
  }
  .l-nav__aside__news a {
    display: inline-block;
    border: 1px solid #000;
    padding: 8px 12px;
    font-size: 700;
  }
  .l-nav__aside__news a::after {
    display: inline-block;
    content: "\E802";
    font-family: fontello;
    font-weight: normal;
  }
  .l-nav__aside__project {
    margin-top: 64px;
  }
  .l-nav__aside__project a {
    text-decoration: underline;
  }
  .l-nav__aside__bnr {
    margin-top: 32px;
  }
  .l-megaMenu {
    padding: 0 24px 52px 24px;
  }
  .l-megaMenu__title {
    display: none;
  }
  .l-megaMenu__btn {
    margin-top: 0;
    line-height: 1;
  }
  .l-megaMenu__btn .c-btn {
    display: inline-block;
    padding: 10px 40px 10px 28px;
  }
  .l-megaMenu__btn .c-btn img {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    vertical-align: middle;
  }
  .l-megaMenu__close {
    display: none;
  }
  .l-pagetitle .c-label img {
    max-height: 24px;
    width: auto;
  }
  .l-footer__logo {
    width: 184px;
    margin: 0 auto 28px;
  }
  .l-footer__subnav {
    display: none;
  }
}
/* ▼タブレット用デザインとして付け足すデザイン */
@media screen and (min-width: 768px) {
  .is-pctal {
    text-align: left !important;
  }
  .is-pctac {
    text-align: center !important;
  }
  .is-pctar {
    text-align: right !important;
  }
  .is-showsp {
    display: none !important;
  }
  .c-title.-level1 {
    font-size: 5.4rem;
  }
  .c-title.-level2 {
    margin-left: 0;
    padding: 0 0 0 1.8em;
    font-size: 3.6rem;
    text-align: left;
  }
  .c-title.-level2::before {
    -webkit-transform: none;
            transform: none;
    top: -0.15em;
    right: auto;
    font-size: 150%;
  }
  .c-title.-level3 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .c-title.-level3.-circle::before {
    width: 117px;
    height: 117px;
  }
  .c-title.-level3:not(.-circle) {
    margin-bottom: 12px;
  }
  .c-btn {
    display: inline-block;
  }
  .c-btn.-skin01::after {
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .c-btn.-skin01:not(.-sizeS) {
    padding: 24px 78px 24px 68px;
    min-width: 354px;
    -webkit-box-shadow: inset 0 0 0 5px #000;
            box-shadow: inset 0 0 0 5px #000;
    outline: 2px solid #000;
    outline-offset: -10px;
    font-size: 2.4rem;
  }
  .c-btn.-skin01:not(.-sizeS)::after {
    right: 18px;
    font-size: 110%;
  }
  .c-btn.-skin01 img {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .c-btn.-skin01.-back {
    padding: 24px 68px 24px 78px;
  }
  .c-btn.-skin01.-back::after {
    right: auto;
    left: 18px;
  }
  .c-btn.-skin01:hover {
    -webkit-box-shadow: inset 0 0 0 7px #000;
            box-shadow: inset 0 0 0 7px #000;
    outline-offset: -12px;
  }
  .c-btn.-skin01:hover::after {
    right: 12px;
  }
  .c-btn.-skin01:hover.-back::after {
    right: auto;
    left: 12px;
  }
  .c-btn.-skin02 {
    position: relative;
    z-index: 1;
    min-width: 264px;
    padding: 12px 54px 12px 12px;
    border-bottom-width: 4px;
    font-size: 1.8rem;
    overflow: hidden;
  }
  .c-btn.-skin02::after {
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .c-btn.-skin02:hover {
    border-bottom-color: #000;
  }
  .c-btn.-skin02:hover::after {
    right: 4px;
    color: #000;
  }
  .c-btn.-sizeS {
    padding: 19px 32px 19px 16px;
  }
  .c-btn.-sizeS img {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .c-btn.-sizeS:hover {
    -webkit-box-shadow: inset 0 0 0 5px #000;
            box-shadow: inset 0 0 0 5px #000;
    outline-offset: -9px;
  }
  .c-btn.-sizeS:hover::after {
    right: 8px;
  }
  .c-btn.-close:hover::after {
    right: 20px;
  }
  .c-btnWrap {
    margin-top: 64px;
  }
  .c-telLink {
    pointer-events: none;
  }
  .c-block {
    display: block !important;
  }
  .c-card.-skin01 .is-imgfit {
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .c-card.-skin01 .c-card__ttl {
    margin-top: 12px;
    -webkit-transition: background-color 0.2s, color 0.3s;
    transition: background-color 0.2s, color 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    background-color: rgba(177, 152, 48, 0);
  }
  .c-card.-skin01:hover .is-imgfit {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-card.-skin01:hover .c-card__ttl {
    background-color: #b19830;
    color: #000;
  }
  .c-card.-skin01:hover .c-card__ttl::after {
    color: #000;
  }
  .c-card.-skin02 .is-imgfit {
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .c-card.-skin02 .c-card__ttl {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .c-card.-skin02 .c-card__ttl, .c-card.-skin02 p, .c-card.-skin02 .c-btn {
    margin-left: 12px;
    margin-right: 12px;
  }
  .c-card.-skin02 .c-btn {
    display: block;
    min-width: 0;
    margin-top: 12px;
  }
  .c-card.-skin02:hover .is-imgfit {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-card.-skin02:hover .c-btn {
    border-bottom-color: #000;
  }
  .c-card.-skin02:hover .c-btn::after {
    right: 4px;
    color: #000;
  }
  .c-cardList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px 24px;
  }
  .c-title.-level2 + .c-cardList {
    margin-top: 32px;
  }
  .c-cardList > li + li {
    margin-top: 0;
  }
  .c-cardList.-col1to3 > li {
    width: calc((100% - 48px) / 3);
  }
  .c-cardList.-col1to3 .c-card.-skin02 .c-card__ttl {
    font-size: 2.8rem;
  }
  .c-cardList.-col1to4 > li {
    width: calc((100% - 72px) / 4);
  }
  .c-cardList.-col1to4 .c-card.-skin02 .c-card__image {
    -webkit-clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0% 12px);
            clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0% 12px);
    position: relative;
  }
  .c-cardList.-col1to4 .c-card.-skin02 .c-card__image:before {
    position: absolute;
    display: block;
    content: "";
    border: 6px solid #000;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left bottom, color-stop(0, #000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right bottom, left top, color-stop(0, #000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, left bottom, right top, color-stop(0, #000), color-stop(50%, #000), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(to right bottom, #000 0, #000 50%, transparent 50%, transparent), linear-gradient(to left bottom, #000 0, #000 50%, transparent 50%, transparent), linear-gradient(to left top, #000 0, #000 50%, transparent 50%, transparent), linear-gradient(to right top, #000 0, #000 50%, transparent 50%, transparent);
    background-size: 10.2px 10.2px;
    background-position: left top, right -0.2px top, right -0.2px bottom, left bottom;
    background-repeat: no-repeat;
  }
  .c-cardList.-col1to4 .c-card.-skin02 .c-card__ttl {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .c-cardList.-col1to4 .c-card.-skin02 .c-card .c-btn {
    margin-top: 8px;
    font-size: 1.6rem;
  }
  .c-imageBlock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  .c-imageBlock__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0;
  }
  .c-imageBlock__ttl {
    margin-bottom: 12px;
    font-size: 2.8rem;
  }
  .c-box.-skin01 {
    padding: 54px 90px;
  }
  .c-box.-skin02 {
    padding: 28px 70px;
  }
  .c-overflow {
    max-height: 426px;
    overflow-y: auto;
    padding-right: 20px;
  }
  .c-figure figcaption {
    line-height: 2;
  }
  .c-newsList .newsList-body {
    -webkit-line-clamp: 1;
  }
  .c-newsList > li + li {
    margin-top: 20px;
  }
  .c-shopnewsList .newsList-date {
    display: inline;
    margin-bottom: 0;
    font-size: 2rem;
  }
  .c-shopnewsList .newsList-ttl {
    display: inline;
    font-size: 2rem;
  }
  .c-shopnewsList .newsList-body {
    display: block;
    margin-top: 8px;
    line-height: 2;
  }
  .c-shopnewsList a.newsList-body {
    -webkit-line-clamp: 1;
    font-size: 2rem;
  }
  .c-shopnewsList > li + li {
    margin-top: 40px;
  }
  .c-menuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px 32px;
  }
  .c-menuList > li {
    width: calc((100% - 64px) / 3);
  }
  .c-menuList > li + li {
    margin-top: 0;
  }
  .c-menuList .c-btn {
    display: block;
    min-width: 0;
    font-size: 1.6rem;
  }
  .c-borderList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 28px 40px;
  }
  .c-borderList > li {
    padding: 18px;
  }
  .c-borderList > li + li {
    margin-top: 0;
  }
  .c-borderList__half {
    width: calc((100% - 40px) / 2);
  }
  .c-borderList__full {
    width: 100%;
  }
  .c-borderList__full .c-colList:not(.-row) > dt {
    padding-right: 0;
    padding-bottom: 12px;
  }
  .c-colList {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .c-colList > dt {
    padding-right: 28px;
    font-size: 1.9rem;
  }
  .c-colList > dd {
    padding-top: 3px;
  }
  .c-horizontalList {
    gap: 28px 20px;
  }
  .c-pageList {
    gap: 32px;
    margin: 44px auto;
  }
  .c-pageList a, .c-pageList span {
    font-size: 1.8rem;
    padding-bottom: 2px;
  }
  .c-pageList a {
    width: 32px;
    height: 32px;
  }
  .c-pageList a::before {
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .c-pageList a::after {
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .c-pageList a:hover {
    color: #fff;
  }
  .c-pageList a:hover::after {
    background-color: black;
  }
  .c-pageList span:not([class]) {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .c-pageList .is-current {
    width: 32px;
    height: 32px;
  }
  .c-pageList .is-next, .c-pageList .is-prev {
    width: 28px;
    height: 28px;
    font-size: 1.6rem;
  }
  .c-pager {
    gap: 0 60px;
  }
  .c-pager a {
    position: relative;
    z-index: 1;
    padding: 12px 24px 12px 12px;
    border-bottom-width: 4px;
    font-size: 1.8rem;
    overflow: hidden;
    text-align: center;
  }
  .c-pager a::after {
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .c-pager a:hover {
    border-bottom-color: #000;
  }
  .c-pager a:hover::after {
    right: 4px;
    color: #000;
  }
  .c-pager .is-prev a {
    padding: 12px 12px 12px 24px;
    text-align: center;
  }
  .c-pager .is-prev a:hover::after {
    right: auto;
    left: 4px;
  }
  .c-pcmt0 {
    margin-top: 0px !important;
  }
  .c-pcmr0 {
    margin-right: 0px !important;
  }
  .c-pcmb0 {
    margin-bottom: 0px !important;
  }
  .c-pcml0 {
    margin-left: 0px !important;
  }
  .c-pcpt0 {
    padding-top: 0px !important;
  }
  .c-pcpr0 {
    padding-right: 0px !important;
  }
  .c-pcpb0 {
    padding-bottom: 0px !important;
  }
  .c-pcpl0 {
    padding-left: 0px !important;
  }
  .c-pcmt4 {
    margin-top: 4px !important;
  }
  .c-pcmr4 {
    margin-right: 4px !important;
  }
  .c-pcmb4 {
    margin-bottom: 4px !important;
  }
  .c-pcml4 {
    margin-left: 4px !important;
  }
  .c-pcpt4 {
    padding-top: 4px !important;
  }
  .c-pcpr4 {
    padding-right: 4px !important;
  }
  .c-pcpb4 {
    padding-bottom: 4px !important;
  }
  .c-pcpl4 {
    padding-left: 4px !important;
  }
  .c-pcmt8 {
    margin-top: 8px !important;
  }
  .c-pcmr8 {
    margin-right: 8px !important;
  }
  .c-pcmb8 {
    margin-bottom: 8px !important;
  }
  .c-pcml8 {
    margin-left: 8px !important;
  }
  .c-pcpt8 {
    padding-top: 8px !important;
  }
  .c-pcpr8 {
    padding-right: 8px !important;
  }
  .c-pcpb8 {
    padding-bottom: 8px !important;
  }
  .c-pcpl8 {
    padding-left: 8px !important;
  }
  .c-pcmt12 {
    margin-top: 12px !important;
  }
  .c-pcmr12 {
    margin-right: 12px !important;
  }
  .c-pcmb12 {
    margin-bottom: 12px !important;
  }
  .c-pcml12 {
    margin-left: 12px !important;
  }
  .c-pcpt12 {
    padding-top: 12px !important;
  }
  .c-pcpr12 {
    padding-right: 12px !important;
  }
  .c-pcpb12 {
    padding-bottom: 12px !important;
  }
  .c-pcpl12 {
    padding-left: 12px !important;
  }
  .c-pcmt16 {
    margin-top: 16px !important;
  }
  .c-pcmr16 {
    margin-right: 16px !important;
  }
  .c-pcmb16 {
    margin-bottom: 16px !important;
  }
  .c-pcml16 {
    margin-left: 16px !important;
  }
  .c-pcpt16 {
    padding-top: 16px !important;
  }
  .c-pcpr16 {
    padding-right: 16px !important;
  }
  .c-pcpb16 {
    padding-bottom: 16px !important;
  }
  .c-pcpl16 {
    padding-left: 16px !important;
  }
  .c-pcmt20 {
    margin-top: 20px !important;
  }
  .c-pcmr20 {
    margin-right: 20px !important;
  }
  .c-pcmb20 {
    margin-bottom: 20px !important;
  }
  .c-pcml20 {
    margin-left: 20px !important;
  }
  .c-pcpt20 {
    padding-top: 20px !important;
  }
  .c-pcpr20 {
    padding-right: 20px !important;
  }
  .c-pcpb20 {
    padding-bottom: 20px !important;
  }
  .c-pcpl20 {
    padding-left: 20px !important;
  }
  .c-pcmt24 {
    margin-top: 24px !important;
  }
  .c-pcmr24 {
    margin-right: 24px !important;
  }
  .c-pcmb24 {
    margin-bottom: 24px !important;
  }
  .c-pcml24 {
    margin-left: 24px !important;
  }
  .c-pcpt24 {
    padding-top: 24px !important;
  }
  .c-pcpr24 {
    padding-right: 24px !important;
  }
  .c-pcpb24 {
    padding-bottom: 24px !important;
  }
  .c-pcpl24 {
    padding-left: 24px !important;
  }
  .c-pcmt28 {
    margin-top: 28px !important;
  }
  .c-pcmr28 {
    margin-right: 28px !important;
  }
  .c-pcmb28 {
    margin-bottom: 28px !important;
  }
  .c-pcml28 {
    margin-left: 28px !important;
  }
  .c-pcpt28 {
    padding-top: 28px !important;
  }
  .c-pcpr28 {
    padding-right: 28px !important;
  }
  .c-pcpb28 {
    padding-bottom: 28px !important;
  }
  .c-pcpl28 {
    padding-left: 28px !important;
  }
  .c-pcmt32 {
    margin-top: 32px !important;
  }
  .c-pcmr32 {
    margin-right: 32px !important;
  }
  .c-pcmb32 {
    margin-bottom: 32px !important;
  }
  .c-pcml32 {
    margin-left: 32px !important;
  }
  .c-pcpt32 {
    padding-top: 32px !important;
  }
  .c-pcpr32 {
    padding-right: 32px !important;
  }
  .c-pcpb32 {
    padding-bottom: 32px !important;
  }
  .c-pcpl32 {
    padding-left: 32px !important;
  }
  .c-pcmt36 {
    margin-top: 36px !important;
  }
  .c-pcmr36 {
    margin-right: 36px !important;
  }
  .c-pcmb36 {
    margin-bottom: 36px !important;
  }
  .c-pcml36 {
    margin-left: 36px !important;
  }
  .c-pcpt36 {
    padding-top: 36px !important;
  }
  .c-pcpr36 {
    padding-right: 36px !important;
  }
  .c-pcpb36 {
    padding-bottom: 36px !important;
  }
  .c-pcpl36 {
    padding-left: 36px !important;
  }
  .c-pcmt40 {
    margin-top: 40px !important;
  }
  .c-pcmr40 {
    margin-right: 40px !important;
  }
  .c-pcmb40 {
    margin-bottom: 40px !important;
  }
  .c-pcml40 {
    margin-left: 40px !important;
  }
  .c-pcpt40 {
    padding-top: 40px !important;
  }
  .c-pcpr40 {
    padding-right: 40px !important;
  }
  .c-pcpb40 {
    padding-bottom: 40px !important;
  }
  .c-pcpl40 {
    padding-left: 40px !important;
  }
  .c-pcmt44 {
    margin-top: 44px !important;
  }
  .c-pcmr44 {
    margin-right: 44px !important;
  }
  .c-pcmb44 {
    margin-bottom: 44px !important;
  }
  .c-pcml44 {
    margin-left: 44px !important;
  }
  .c-pcpt44 {
    padding-top: 44px !important;
  }
  .c-pcpr44 {
    padding-right: 44px !important;
  }
  .c-pcpb44 {
    padding-bottom: 44px !important;
  }
  .c-pcpl44 {
    padding-left: 44px !important;
  }
  .c-pcmt48 {
    margin-top: 48px !important;
  }
  .c-pcmr48 {
    margin-right: 48px !important;
  }
  .c-pcmb48 {
    margin-bottom: 48px !important;
  }
  .c-pcml48 {
    margin-left: 48px !important;
  }
  .c-pcpt48 {
    padding-top: 48px !important;
  }
  .c-pcpr48 {
    padding-right: 48px !important;
  }
  .c-pcpb48 {
    padding-bottom: 48px !important;
  }
  .c-pcpl48 {
    padding-left: 48px !important;
  }
  .c-pcmt52 {
    margin-top: 52px !important;
  }
  .c-pcmr52 {
    margin-right: 52px !important;
  }
  .c-pcmb52 {
    margin-bottom: 52px !important;
  }
  .c-pcml52 {
    margin-left: 52px !important;
  }
  .c-pcpt52 {
    padding-top: 52px !important;
  }
  .c-pcpr52 {
    padding-right: 52px !important;
  }
  .c-pcpb52 {
    padding-bottom: 52px !important;
  }
  .c-pcpl52 {
    padding-left: 52px !important;
  }
  .c-pcmt56 {
    margin-top: 56px !important;
  }
  .c-pcmr56 {
    margin-right: 56px !important;
  }
  .c-pcmb56 {
    margin-bottom: 56px !important;
  }
  .c-pcml56 {
    margin-left: 56px !important;
  }
  .c-pcpt56 {
    padding-top: 56px !important;
  }
  .c-pcpr56 {
    padding-right: 56px !important;
  }
  .c-pcpb56 {
    padding-bottom: 56px !important;
  }
  .c-pcpl56 {
    padding-left: 56px !important;
  }
  .c-pcmt60 {
    margin-top: 60px !important;
  }
  .c-pcmr60 {
    margin-right: 60px !important;
  }
  .c-pcmb60 {
    margin-bottom: 60px !important;
  }
  .c-pcml60 {
    margin-left: 60px !important;
  }
  .c-pcpt60 {
    padding-top: 60px !important;
  }
  .c-pcpr60 {
    padding-right: 60px !important;
  }
  .c-pcpb60 {
    padding-bottom: 60px !important;
  }
  .c-pcpl60 {
    padding-left: 60px !important;
  }
  .c-pcmt64 {
    margin-top: 64px !important;
  }
  .c-pcmr64 {
    margin-right: 64px !important;
  }
  .c-pcmb64 {
    margin-bottom: 64px !important;
  }
  .c-pcml64 {
    margin-left: 64px !important;
  }
  .c-pcpt64 {
    padding-top: 64px !important;
  }
  .c-pcpr64 {
    padding-right: 64px !important;
  }
  .c-pcpb64 {
    padding-bottom: 64px !important;
  }
  .c-pcpl64 {
    padding-left: 64px !important;
  }
  .c-pcmt68 {
    margin-top: 68px !important;
  }
  .c-pcmr68 {
    margin-right: 68px !important;
  }
  .c-pcmb68 {
    margin-bottom: 68px !important;
  }
  .c-pcml68 {
    margin-left: 68px !important;
  }
  .c-pcpt68 {
    padding-top: 68px !important;
  }
  .c-pcpr68 {
    padding-right: 68px !important;
  }
  .c-pcpb68 {
    padding-bottom: 68px !important;
  }
  .c-pcpl68 {
    padding-left: 68px !important;
  }
  .c-pcmt72 {
    margin-top: 72px !important;
  }
  .c-pcmr72 {
    margin-right: 72px !important;
  }
  .c-pcmb72 {
    margin-bottom: 72px !important;
  }
  .c-pcml72 {
    margin-left: 72px !important;
  }
  .c-pcpt72 {
    padding-top: 72px !important;
  }
  .c-pcpr72 {
    padding-right: 72px !important;
  }
  .c-pcpb72 {
    padding-bottom: 72px !important;
  }
  .c-pcpl72 {
    padding-left: 72px !important;
  }
  .c-pcmt76 {
    margin-top: 76px !important;
  }
  .c-pcmr76 {
    margin-right: 76px !important;
  }
  .c-pcmb76 {
    margin-bottom: 76px !important;
  }
  .c-pcml76 {
    margin-left: 76px !important;
  }
  .c-pcpt76 {
    padding-top: 76px !important;
  }
  .c-pcpr76 {
    padding-right: 76px !important;
  }
  .c-pcpb76 {
    padding-bottom: 76px !important;
  }
  .c-pcpl76 {
    padding-left: 76px !important;
  }
  .c-pcmt80 {
    margin-top: 80px !important;
  }
  .c-pcmr80 {
    margin-right: 80px !important;
  }
  .c-pcmb80 {
    margin-bottom: 80px !important;
  }
  .c-pcml80 {
    margin-left: 80px !important;
  }
  .c-pcpt80 {
    padding-top: 80px !important;
  }
  .c-pcpr80 {
    padding-right: 80px !important;
  }
  .c-pcpb80 {
    padding-bottom: 80px !important;
  }
  .c-pcpl80 {
    padding-left: 80px !important;
  }
  .c-pcmt84 {
    margin-top: 84px !important;
  }
  .c-pcmr84 {
    margin-right: 84px !important;
  }
  .c-pcmb84 {
    margin-bottom: 84px !important;
  }
  .c-pcml84 {
    margin-left: 84px !important;
  }
  .c-pcpt84 {
    padding-top: 84px !important;
  }
  .c-pcpr84 {
    padding-right: 84px !important;
  }
  .c-pcpb84 {
    padding-bottom: 84px !important;
  }
  .c-pcpl84 {
    padding-left: 84px !important;
  }
  .c-pcmt88 {
    margin-top: 88px !important;
  }
  .c-pcmr88 {
    margin-right: 88px !important;
  }
  .c-pcmb88 {
    margin-bottom: 88px !important;
  }
  .c-pcml88 {
    margin-left: 88px !important;
  }
  .c-pcpt88 {
    padding-top: 88px !important;
  }
  .c-pcpr88 {
    padding-right: 88px !important;
  }
  .c-pcpb88 {
    padding-bottom: 88px !important;
  }
  .c-pcpl88 {
    padding-left: 88px !important;
  }
  .c-pcmt92 {
    margin-top: 92px !important;
  }
  .c-pcmr92 {
    margin-right: 92px !important;
  }
  .c-pcmb92 {
    margin-bottom: 92px !important;
  }
  .c-pcml92 {
    margin-left: 92px !important;
  }
  .c-pcpt92 {
    padding-top: 92px !important;
  }
  .c-pcpr92 {
    padding-right: 92px !important;
  }
  .c-pcpb92 {
    padding-bottom: 92px !important;
  }
  .c-pcpl92 {
    padding-left: 92px !important;
  }
  .c-pcmt96 {
    margin-top: 96px !important;
  }
  .c-pcmr96 {
    margin-right: 96px !important;
  }
  .c-pcmb96 {
    margin-bottom: 96px !important;
  }
  .c-pcml96 {
    margin-left: 96px !important;
  }
  .c-pcpt96 {
    padding-top: 96px !important;
  }
  .c-pcpr96 {
    padding-right: 96px !important;
  }
  .c-pcpb96 {
    padding-bottom: 96px !important;
  }
  .c-pcpl96 {
    padding-left: 96px !important;
  }
  .c-pcmt100 {
    margin-top: 100px !important;
  }
  .c-pcmr100 {
    margin-right: 100px !important;
  }
  .c-pcmb100 {
    margin-bottom: 100px !important;
  }
  .c-pcml100 {
    margin-left: 100px !important;
  }
  .c-pcpt100 {
    padding-top: 100px !important;
  }
  .c-pcpr100 {
    padding-right: 100px !important;
  }
  .c-pcpb100 {
    padding-bottom: 100px !important;
  }
  .c-pcpl100 {
    padding-left: 100px !important;
  }
  .c-pcw0 {
    width: 0% !important;
  }
  .c-pcw5 {
    width: 5% !important;
  }
  .c-pcw10 {
    width: 10% !important;
  }
  .c-pcw15 {
    width: 15% !important;
  }
  .c-pcw20 {
    width: 20% !important;
  }
  .c-pcw25 {
    width: 25% !important;
  }
  .c-pcw30 {
    width: 30% !important;
  }
  .c-pcw35 {
    width: 35% !important;
  }
  .c-pcw40 {
    width: 40% !important;
  }
  .c-pcw45 {
    width: 45% !important;
  }
  .c-pcw50 {
    width: 50% !important;
  }
  .c-pcw55 {
    width: 55% !important;
  }
  .c-pcw60 {
    width: 60% !important;
  }
  .c-pcw65 {
    width: 65% !important;
  }
  .c-pcw70 {
    width: 70% !important;
  }
  .c-pcw75 {
    width: 75% !important;
  }
  .c-pcw80 {
    width: 80% !important;
  }
  .c-pcw85 {
    width: 85% !important;
  }
  .c-pcw90 {
    width: 90% !important;
  }
  .c-pcw95 {
    width: 95% !important;
  }
  .c-pcw100 {
    width: 100% !important;
  }
  .c-map iframe {
    height: 480px;
  }
  .ui-modal {
    padding: 48px 60px;
  }
  .ui-modal::before {
    opacity: 0.15;
    width: 448px;
    height: 448px;
    background-size: 582px auto;
  }
  .ui-modal .c-btn {
    display: block;
  }
  .ui-modal .c-btn.-close {
    top: 22px;
    right: 22px;
    width: 56px;
    height: 56px;
    -webkit-box-shadow: inset 0 0 0 4px #000;
            box-shadow: inset 0 0 0 4px #000;
    outline-offset: -8px;
    outline-width: 2px;
  }
  .ui-modal .c-btn.-close::after {
    font-size: 20px;
  }
  .ui-modal .c-btn.-close:hover {
    -webkit-box-shadow: inset 0 0 0 6px #000;
            box-shadow: inset 0 0 0 6px #000;
    outline-offset: -10px;
  }
  @-webkit-keyframes shiny {
    0% {
      left: -150px;
    }
    10% {
      left: 130%;
    }
    100% {
      left: 130%;
    }
  }
  @keyframes shiny {
    0% {
      left: -150px;
    }
    10% {
      left: 130%;
    }
    100% {
      left: 130%;
    }
  }
  .l-outline {
    padding-top: 76px;
  }
  .l-wrapper {
    width: 96%;
    max-width: var(--wrapper);
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .l-header {
    height: 76px;
  }
  .l-header__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 76px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 48px 8px;
  }
  .l-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: calc((100vw - 1200px) / 2 - 88px);
  }
  .l-navWrap {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .l-nav > li {
    padding: 0 36px 0 32px;
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
  }
  .l-nav > li > span,
.l-nav > li > a {
    position: relative;
    display: inline-block;
    padding: 8px 4px 8px 4px;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
  }
  .l-nav > li > span::before,
.l-nav > li > a::before {
    position: absolute;
    inset: 0;
    display: block;
    content: "";
    z-index: -1;
  }
  .l-nav > li > span > svg path,
.l-nav > li > a > svg path {
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .l-nav > li > span:hover > svg path,
.l-nav > li > a:hover > svg path {
    fill: #E13F24;
  }
  .l-nav > li .ui-menu__title {
    position: relative;
  }
  .l-nav > li .ui-menu__title:after {
    position: absolute;
    display: block;
    content: "";
    top: 100%;
    left: 0;
    right: 0;
    height: 0;
    background: url(/special/onihei/assets/img/common/bg_ttl.jpg) repeat;
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .l-nav > li.ui-menu.is-open .ui-menu__title::after {
    height: 18px;
  }
  .l-nav > li.ui-menu.is-open .ui-menu__title > svg path {
    fill: #E13F24;
  }
  .l-nav__aside {
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-nav__aside a {
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 6px 6px 6px 12px;
    background: url(/special/onihei/assets/img/common/bg_ttl.jpg) repeat;
    font-size: 1.4rem;
  }
  .l-nav__aside a::after {
    content: "\E806";
    font-family: fontello;
    font-weight: normal;
  }
  .l-nav__aside a::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
    content: "";
    opacity: 0;
    background-color: #B19830;
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .l-nav__aside a:hover::before {
    opacity: 1;
  }
  .l-megaMenu {
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    z-index: 1001;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background: url(/special/onihei/assets/img/common/bg_ttl.jpg) repeat;
  }
  .l-megaMenu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 28px;
    position: relative;
  }
  .l-megaMenu__header:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: url(/special/onihei/assets/img/common/line_bk.svg) repeat-x;
    opacity: 0.5;
  }
  .l-megaMenu__title img {
    vertical-align: middle;
  }
  .l-megaMenu__btn {
    margin: 0 0 0 24px;
    line-height: 1;
  }
  .l-megaMenu__btn .c-btn {
    padding: 10px 40px 10px 28px;
  }
  .l-megaMenu__btn .c-btn img {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    vertical-align: middle;
  }
  .l-megaMenu__close {
    margin-top: 56px;
    text-align: center;
  }
  .l-megaMenu__close .c-btn {
    width: 228px;
  }
  .l-subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 32px;
  }
  .l-subnav > li {
    width: calc((100% - 64px) / 3);
    margin-top: 22px;
  }
  .l-subnav > li > a {
    z-index: 1;
    padding: 14px 24px 14px 16px;
    border-bottom-width: 4px;
    overflow: hidden;
  }
  .l-subnav > li > a::after {
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .l-subnav > li > a:hover {
    border-bottom-color: #000;
  }
  .l-subnav > li > a:hover::after {
    right: 4px;
    color: #000;
  }
  .l-content {
    padding-bottom: 120px;
  }
  .l-topicpath {
    padding: 20px 48px 28px;
  }
  .l-topicpath__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
  }
  .l-topicpath__list > li:not(:first-child)::before {
    display: inline-block;
    padding: 0 8px;
    content: "\E802";
    font-family: fontello;
    font-weight: normal;
  }
  .l-pagetitle.-level2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 410px;
    padding: 32px 0;
  }
  .l-pagetitle.-level2 .l-pagetitle__img {
    left: 25.7142857143vw;
    bottom: 0;
  }
  .l-pagetitle.-level2 .l-pagetitle__text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: 638px;
    min-height: 302px;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 60px 48px 92px;
  }
  .l-pagetitle.-level3 {
    overflow: hidden;
    position: relative;
  }
  .l-pagetitle.-level3:before {
    position: absolute;
    display: block;
    content: "";
    top: -26px;
    left: -10px;
  }
  .l-pagetitle.-level3 .l-pagetitle__text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 212px;
    width: 96%;
    max-width: var(--wrapper);
    margin-left: auto;
    margin-right: auto;
    padding: 24px 16px;
  }
  .l-pagetitle.-level3 .c-title {
    margin-left: 0;
    padding: 0 0 0 1.8em;
    font-size: 4.2rem;
    text-align: left;
  }
  .l-pagetitle.-level3 .c-title::before {
    -webkit-transform: none;
            transform: none;
    top: -0.15em;
    right: auto;
    font-size: 150%;
  }
  .l-pagetitle.-level3 .c-title + .c-label {
    margin-top: 24px;
  }
  .l-pagetitle__text .c-title {
    margin-bottom: 20px;
  }
  .l-pagetitle__text p {
    font-size: 2rem;
    font-weight: 700;
  }
  .l-pagetitle__img {
    min-height: 410px;
  }
  .l-pagetitle__img .is-imgfit {
    height: 100%;
  }
  .l-pagenav {
    margin-top: 120px;
    padding-bottom: 60px;
  }
  .l-pagenav::before {
    background-position: center center;
    background-image: url(/special/onihei/assets/img/common/bg_pagenav_pc.png);
  }
  .l-pagenav .c-title {
    margin-left: 0;
    margin-right: 0;
    font-size: 3rem;
  }
  .l-article {
    padding: 84px 120px 64px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
  .l-article::before {
    top: -156px;
    left: -192px;
    width: 582px;
    height: 582px;
    opacity: 0.3;
    z-index: -2;
  }
  .l-article::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 390px;
    height: 426px;
    opacity: 0.7;
    z-index: -1;
    background: url(/special/onihei/assets/img/common/img_ornament01_br.svg) no-repeat right bottom/582px auto;
    mix-blend-mode: screen;
    pointer-events: none;
  }
  .l-article__title {
    margin-bottom: 40px;
    padding-left: 2em;
    padding-bottom: 36px;
    font-size: 3.2rem;
  }
  .l-article__title::before {
    top: 0.1em;
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
  }
  .l-article__content :where(p) {
    line-height: 2;
  }
  .l-article__content :where(p, ul, ol, dl, blockquote, hr, pre, table, form, figure, div) + p {
    margin-top: 32px;
  }
  .l-article .c-pager {
    margin-top: 100px;
  }
  .l-footer {
    padding-top: 78px;
    background: url(/special/onihei/assets/img/common/bg_footer01_pc.png) no-repeat left top/auto auto, url(/special/onihei/assets/img/common/bg_footer02_pc.png) no-repeat right bottom/auto auto;
    background-color: #26252B;
  }
  .l-footer img {
    -webkit-transition: ease-in-out 0.15s;
    transition: ease-in-out 0.15s;
  }
  .l-footer a {
    color: #fff;
  }
  .l-footer a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .l-footer a:hover img {
    opacity: 0.6;
  }
  .l-footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__address {
    padding-left: 40px;
  }
  .l-footer__nav {
    margin-top: 68px;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto auto auto auto;
    gap: 0 4.3%;
  }
  .l-footer__nav > li {
    width: auto;
  }
  .l-footer__nav > li img {
    max-width: none;
    max-height: none;
    height: 20px;
  }
  .l-footer__nav > li:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .l-footer__nav > li:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .l-footer__nav > li:nth-child(3) {
    grid-row: 1/3;
    grid-column: 3/4;
  }
  .l-footer__nav > li:nth-child(3) .l-footer__subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 26px 0;
  }
  .l-footer__nav > li:nth-child(3) .l-footer__subnav > li {
    width: 50%;
  }
  .l-footer__nav > li:nth-child(3) .l-footer__subnav > li + li {
    margin-top: 0;
  }
  .l-footer__nav > li:nth-child(4) {
    grid-row: 1/3;
    grid-column: 4/5;
  }
  .l-footer__nav > li:nth-child(5) {
    grid-row: 1/2;
    grid-column: 5/6;
  }
  .l-footer__nav > li:nth-child(6) {
    grid-row: 2/3;
    grid-column: 5/6;
    padding-top: 64px;
  }
  .l-footer__subnav {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .l-footer__subnav > li + li {
    margin-top: 26px;
  }
  .l-footer__bnr {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 62px;
  }
  .l-footer__bnr a {
    margin: 6px;
    background-color: #26252b;
  }
  .l-footer__bnr a img {
    width: auto;
    max-height: 60px;
  }
  .l-footer__bnr + .l-footer__bnr {
    margin-top: 6px;
  }
  .l-footer__copy {
    margin-top: 24px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .l-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px 4.3%;
  }
  .l-footer__nav > li {
    width: auto;
  }
  .l-footer__nav > li:nth-child(3) .l-footer__subnav {
    display: grid;
    gap: 26px 24px;
    grid-template-columns: auto auto;
  }
  .l-footer__nav > li:nth-child(3) .l-footer__subnav > li {
    width: auto;
  }
  .l-footer__nav > li:nth-child(6) {
    padding-top: 0;
  }
}
/* ▼PC用デザインとして付け足すデザイン */
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .l-header__inner {
    padding-left: 12px;
    padding-right: 4px;
  }
  .l-nav > li {
    padding: 0 12px 0 8px;
  }
  .l-nav > li > a::before,
.l-nav > li > span::before {
    left: 20px;
    right: 20px;
  }
}
/* #Print Fixes */
@media print {
  * {
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 1cm 1cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  body {
    width: auto;
    -webkit-print-color-adjust: exact;
  }
  .p-print .c-table {
    font-size: 13px;
  }
  .p-print .c-closeBtn {
    display: none;
  }
}