@charset "UTF-8";
/*--------------------------------------------
  Foundation
--------------------------------------------*/
/*--------------------------------------------
  value
--------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho&display=swap");
@import url("https://use.typekit.net/kar2kmj.css");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?fsx2ee");
  src: url("../fonts/icomoon.eot?fsx2ee#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fsx2ee") format("truetype"), url("../fonts/icomoon.woff?fsx2ee") format("woff"), url("../fonts/icomoon.svg?fsx2ee#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "avenir-next";
  src: url("../fonts/avenir-next-ultra-light.ttf") format("truetype");
}
/*--------------------------------------------
  media query
--------------------------------------------*/
/*--------------------------------------------
  transition
--------------------------------------------*/
/*--------------------------------------------
  hover image
--------------------------------------------*/
/*--------------------------------------------
  hover opacity
--------------------------------------------*/
/*--------------------------------------------
  slick slider dot nav
--------------------------------------------*/
/*--------------------------------------------
  icon
--------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: top;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

ul li,
ol li {
  list-style-type: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------
  BASE
--------------------------------------------*/
@-ms-viewport {
  width: auto;
  initial-scale: 1;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (max-width: 1399.9px) {
  html {
    font-size: 0.75vw;
  }
}
@media (max-width: 1199.9px) {
  html {
    font-size: 0.8vw;
  }
}
@media (max-width: 991.9px) {
  html {
    font-size: 1.3vw;
  }
}
@media (max-width: 767.9px) {
  html {
    font-size: 1.75vw;
  }
}
@media (max-width: 575.9px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #4c4948;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

* {
  overflow-wrap: break-word;
  word-break: break-all;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

main,
picture {
  display: block;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

table {
  width: 100%;
}

a {
  color: #4c4948;
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}
@media (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  a {
    transition: all 0.4s 0s;
  }
}

button {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  button {
    transition: all 0.4s 0s;
  }
}

svg {
  width: 1em;
  height: 1em;
  fill: #000000;
}
@media (min-width: 992px) {
  svg {
    transition: all 0.4s 0s;
  }
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
}

input,
textarea {
  -webkit-appearance: none;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=datetime],
[type=date],
[type=month],
[type=week],
[type=time],
[type=datetime-local],
[type=number],
[type=range],
[type=color],
[type=file],
select,
textarea {
  width: 100%;
  padding: 1em;
  background-color: transparent;
  border: 1px solid #ddd;
  outline: none;
  line-height: 1.3;
}
select {
  padding-right: 1.3em;
}
select option {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, "Yu Gothic Medium", "Yu Gothic", Verdana, arial, sans-serif;
}
.is-ios select {
  -webkit-appearance: button;
  appearance: button;
}

textarea {
  min-height: 12.5em;
}
@media (max-width: 767.9px) {
  textarea {
    min-height: 10em;
  }
}

section {
  scroll-margin-top: 100px;
}

/*!------------------------------------*\
    slideout
\*!------------------------------------*/
@media (max-width: 1199.9px) {
  .slideout-open,
  .slideout-open body {
    overflow: hidden;
  }
  .slideout-menu {
    z-index: 101;
    position: fixed;
    top: 0;
    left: inherit;
    right: 0;
    width: 30%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #fff;
    background: #b79f67;
    padding: calc(3rem + 4vw) 4vw 3rem;
    height: 100vh;
    overflow: auto;
  }
  .slideout-open .slideout-menu {
    opacity: 1;
    pointer-events: auto;
    z-index: 200;
  }
  .slideout-menu .scroll-inner {
    position: relative;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .slideout-menu .menu-inner {
    padding: 8em 5vw 10em;
  }
}
@media (max-width: 991.9px) {
  .slideout-menu {
    width: 100%;
    background: #fff;
  }
}
.slideout-panel {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 43, 43, 0.2);
  will-change: transform;
  transform: translateX(0) !important;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.slideout-open .slideout-panel {
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.slideout-hamburger {
  display: block;
  width: 4.5em;
  height: 100%;
  padding: 2em 1em;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #b79f67;
  cursor: pointer;
}

.hamburger-icon {
  position: relative;
  display: block;
}

.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #ffffff;
}

.hamburger-icon::before,
.hamburger-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.7em;
  left: 0;
}

.hamburger-icon::after {
  top: 0.7em;
}

.slideout-open .hamburger-icon {
  background-color: transparent;
}

.slideout-open .hamburger-icon::before,
.slideout-open .hamburger-icon::after {
  top: 0;
}

.slideout-open .hamburger-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slideout-open .hamburger-icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------
  Layout
--------------------------------------------*/
/*--------------------------------------------
  breadcrumb wrap
--------------------------------------------*/
@media (max-width: 767.9px) {
  .l-breadcrumb {
    display: none;
  }
}

/*--------------------------------------------
  breadcrumb ol
--------------------------------------------*/
.l-breadcrumb_list {
  display: flex;
  align-items: center;
}
.l-breadcrumb_list > li {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.2rem;
}
.l-breadcrumb_list > li + *::before {
  content: "";
  width: 3.5px;
  height: 6px;
  display: inline-block;
  margin-right: 0.66em;
  background: url(../../img/common/icon_chevron_right.svg) no-repeat center/contain;
}
.l-breadcrumb_list > li > a {
  display: block;
  text-decoration: none;
  color: #212121;
}
.l-breadcrumb_list > li > a:hover {
  text-decoration: underline;
}
.l-breadcrumb_list > li:not(:first-child) {
  margin-left: 0.66em;
}
.l-breadcrumb_list > li:first-child > a {
  color: #666666;
}
.l-breadcrumb_list > li:last-child > a {
  text-decoration: none;
  pointer-events: none;
  color: #000000;
}
@media (max-width: 991.9px) {
  .l-breadcrumb_list__item {
    font-size: 1.4rem;
  }
}
/*--------------------------------------------
  inertia box
--------------------------------------------*/
/*--------------------------------------------
  content main
--------------------------------------------*/
.l-content {
  padding: 5.5rem 0 7.2rem 0;
}
@media screen and (max-width: 991px) {
  .l-content {
    padding: 3rem 0 2rem 0;
  }
}

.c-contener {
  width: min(100%, 70rem);
  margin: 0 auto;
}

/*--------------------------------------------
  footer info
--------------------------------------------*/
/*--------------------------------------------
  footer entry
--------------------------------------------*/
/*--------------------------------------------
  footer
--------------------------------------------*/
@media screen and (max-width: 991px) {
  .l-footer {
    margin-bottom: 100px;
  }
}
.l-footer__cta {
  padding: 4rem 0;
  border-bottom: 1px solid #4c4948;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.l-footer__cta p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.l-footer__info {
  display: flex;
  flex-direction: column;
}
.l-footer__info p {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
}
.l-footer__insta {
  width: min(90%, 33.5rem);
  border-radius: 100px;
  border: 1px solid #4c4948;
}
.l-footer__insta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1em;
}
.l-footer__insta img {
  width: 3.2rem;
  height: 3.2rem;
}
.l-footer__insta p {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.6;
}
.l-footer__tel {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
}
@media screen and (max-width: 991px) {
  .l-footer__tel {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}
.l-footer__tel img {
  width: auto;
  height: 0.7em;
  position: relative;
  top: -2px;
}
.l-footer__tel a {
  display: block;
  font-size: 4.4rem;
  line-height: 1;
  font-weight: bold;
  font-family: "a-otf-ryumin-pr6n", serif;
  letter-spacing: 0.5rem;
  color: #4c4948;
}
.l-footer__tel a::before {
  content: "";
  background: url(./assets/img/icon_tel.svg);
}
.l-footer__tel p {
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .l-footer__tel p {
    width: 100%;
    text-align: center;
  }
}
.l-footer__logos {
  padding: 4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.2rem;
}
@media screen and (max-width: 991px) {
  .l-footer__logos {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 0;
  }
}
.l-footer__logo.-showa {
  width: min(50%, 31.5rem);
}
.l-footer__logo.-i-flatz {
  width: min(50%, 30rem);
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 10px;
  width: min(90%, 120rem);
  margin: 0 auto;
}
.l-footer__exp {
  font-size: 1.1rem;
}
.l-footer__copy {
  margin-top: 10px;
  font-size: 1rem;
  text-align: center;
}

.l-footer_contact {
  background-image: url(../img/footer-contact-bg.png);
  background-position: 0%;
  background-size: 100%;
  padding: 5rem 0 8rem 0;
}
.l-footer_contact__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.l-footer_contact__ttl .en {
  font-family: "stix-two-text", serif;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  color: #b79f67;
}
.l-footer_contact__ttl .ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  letter-spacing: 0.8rem;
  padding: 2rem 0 4rem 0;
  font-weight: normal;
}
.l-footer_contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.l-footer_contact__btn {
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.5rem;
  width: min(90%, 35rem);
  letter-spacing: 0.2rem;
  font-family: "Zen Old Mincho", serif;
  border: 1px solid;
  position: relative;
  transition: ease 0.4s;
}
.l-footer_contact__btn svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  width: 5rem;
  height: 7.5rem;
}
.l-footer_contact__btn.-request {
  background: #9d9584;
  border-color: #9d9584;
}
.l-footer_contact__btn.-request:hover {
  color: #9d9584;
  background: #fff;
}
.l-footer_contact__btn.-request:hover svg polyline {
  stroke: #9d9584 !important;
}
.l-footer_contact__btn.-reserve {
  background: #b79f67;
  border-color: #b79f67;
}
.l-footer_contact__btn.-reserve:hover {
  background: #fff;
  color: #b79f67;
}
.l-footer_contact__btn.-reserve:hover svg polyline {
  stroke: #b79f67 !important;
}

/*============================================
  GLOBAL NAVIGATION
============================================*/
.l-gnavi {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Zen Old Mincho", serif;
}
.l-gnavi__list {
  display: flex;
  align-items: center;
  justify-content: end;
}
.l-gnavi__list.-txt {
  gap: 2.4rem;
}
.l-gnavi__list.-btn {
  gap: 1.2rem;
}
.l-gnavi__list.-position {
  position: absolute;
  top: 0;
  right: 6vw;
}
.l-gnavi__link {
  line-height: 1;
  display: block;
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  transition: opacity 0.3s;
}
.l-gnavi__link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s ease;
}
.l-gnavi__link:hover::after {
  width: 100%;
}
.l-gnavi__link.-active::after {
  width: 100%;
}
.l-gnavi__link.-close {
  pointer-events: none;
  opacity: 0.5;
}
.l-gnavi__link .en {
  font-size: 1.7rem;
  letter-spacing: 0.08rem;
}
.l-gnavi__link .ja {
  font-size: 1.2rem;
}
.l-gnavi__icon {
  width: 2.5rem;
  height: 2.5rem;
}
.l-gnavi__btn {
  line-height: 1;
  border: #fff 1px solid;
  border-top: none;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 0 0 10px 10px;
  font-size: 1.4rem;
  padding: 0.8em 2.4em;
  font-weight: bold;
  letter-spacing: 0.15rem;
}
.l-gnavi__btn.-white {
  background: #fff;
  color: #2b2b2b;
}
.l-gnavi__btn.-beige {
  background: #daca99;
  color: #2b2b2b;
  border-color: #daca99;
}
.l-gnavi__btn:hover {
  background: transparent;
  color: #daca99;
  font-weight: bold;
  border-color: #fff;
}

.c-hamburger {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
.c-hamburger div {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.c-hamburger__line {
  display: block;
  height: 2px;
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.c-hamburger__line--top {
  width: 1.7rem;
}
.c-hamburger__line--middle {
  width: 1.4rem;
}
.c-hamburger__line--bottom {
  width: 1.1rem;
}
.c-hamburger.is-active {
  background-color: #544843;
}
.c-hamburger.is-active .c-hamburger__line {
  background-color: #fff;
  width: 2rem;
}
.c-hamburger.is-active .c-hamburger__line--top {
  transform: translateY(0.6rem) rotate(45deg);
}
.c-hamburger.is-active .c-hamburger__line--middle {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__line--bottom {
  transform: translateY(-0.6rem) rotate(-45deg);
}

@media screen and (max-width: 991.9px) {
  .l-gnavi__list:not(.-btn) {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
    flex-direction: column;
    align-items: stretch;
    z-index: 100;
    margin: 0;
    padding: 0;
  }
  .l-gnavi__list:not(.-btn).is-open {
    display: flex;
  }
  .l-gnavi__item {
    border-bottom: 1px dashed #ccc;
  }
  .l-gnavi__item:last-child {
    border-bottom: none;
  }
  .l-gnavi__item a {
    border: none !important;
  }
  .l-gnavi__link {
    padding: 2rem 1.5rem;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-gnavi__link::after {
    content: "";
    width: 3.5rem;
    height: 1rem;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.87 9.71"><path fill="%23231815" d="M31.24.23c-.3-.3-.79-.3-1.09,0-.3.3-.3.79,0,1.09l2.77,2.77H.77c-.43,0-.77.35-.77.77s.35.77.77.77h32.15l-2.77,2.77c-.3.3-.3.79,0,1.09.3.3.79.3,1.09,0l4.63-4.63L31.24.23Z"/></svg>') no-repeat center/contain;
    flex-shrink: 0;
    opacity: 1;
  }
  .l-gnavi__link:hover {
    background-color: #f5f5f5;
  }
}
.c-float-nav {
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 5px;
}
@media screen and (min-width: 992px) {
  .c-float-nav {
    display: none;
  }
}
.c-float-nav__list {
  display: flex;
  gap: 5px;
}
.c-float-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeedec;
  width: calc((100% - 10px) / 3);
}
.c-float-nav__link {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #544843;
  padding: 0.8em;
  font-weight: 500;
}
.c-float-nav__link svg {
  width: 2.8rem;
  height: 2.8rem;
  fill: #544843;
}

/*--------------------------------------------
  header main
--------------------------------------------*/
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  padding-bottom: 2rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2117647059) 0%, rgba(0, 0, 0, 0.2117647059) 80%, transparent 100%);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: top;
  transition: background-size 0.6s ease;
}
.l-header.on {
  background-size: 100% 100%;
}
.l-header__inner {
  margin-top: 4.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
  width: 95%;
  margin: 4.3rem auto 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.l-header__logo {
  width: min(25%, 25rem);
}
@media (min-width: 992px) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__navi {
  width: 87%;
}
.l-header__hamburger {
  width: 5rem;
  height: 5rem;
  background: transparent;
  z-index: 115;
  position: relative;
  padding: 0;
  border-radius: 1rem;
  margin-left: auto;
  z-index: 999;
}
.l-header__hamburger span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b79f67;
  left: 50%;
  transform: translateX(-50%);
  top: calc(60% - 1px);
  transition: all 0.4s;
}
.l-header__hamburger span:before, .l-header__hamburger span:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  background: #b79f67;
  transition: inherit;
}
.l-header__hamburger span:before {
  top: 0;
  width: 50%;
  transform: translateY(-1.5rem);
}
.l-header__hamburger span:after {
  bottom: 0;
  width: 75%;
  transform: translateY(-0.75rem);
}
.slideout-open .l-header__hamburger span {
  background: transparent;
}
.slideout-open .l-header__hamburger span:before {
  transform: rotate(45deg);
  width: 70%;
  background: #fff;
}
.slideout-open .l-header__hamburger span:after {
  transform: rotate(-45deg);
  width: 70%;
  background: #fff;
}
@media screen and (max-width: 1800px) {
  .l-header__inner {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
@media (max-width: 1199.9px) {
  .l-header__logo {
    width: 20%;
  }
}
@media (max-width: 991.9px) {
  .l-header__inner {
    padding: 0rem 0 0 3vw;
  }
  .l-header__logo {
    width: 45%;
  }
  .l-header__navi {
    width: auto;
  }
}
@media (max-width: 767.9px) {
  .slideout-open .l-header__hamburger span:before, .slideout-open .l-header__hamburger span:after {
    background: #b79f67;
  }
}
/*============================================

  MEGAMENU

============================================*/
.l-megamenu {
  z-index: 100;
  display: none;
  width: 100vw;
}
.l-megamenu.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l-megamenu__inner {
  padding-top: 2.8rem;
  padding-bottom: 2.2rem;
  background: #fff;
}
.l-megamenu__listWrap {
  display: flex;
}
.l-megamenu__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-megamenu__item:not(:first-child) {
  margin-left: 6.3rem;
}
.l-megamenu__link {
  position: relative;
}
@media (min-width: 992px) {
  .l-megamenu__link:hover .l-megamenu__img img {
    transform: scale(1.4) rotate(10deg);
  }
  .l-megamenu__link:hover .l-megamenu__over {
    opacity: 1;
    visibility: visible;
  }
}
.l-megamenu__img {
  overflow: hidden;
  position: relative;
}
.l-megamenu__img img {
  transition: 0.4s;
}
.l-megamenu__ttl {
  font-size: 1.5rem;
  font-weight: 500;
}
.l-megamenu__over {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 35, 64, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .l-megamenu {
    position: fixed;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 991.9px) {
  .l-megamenu {
    width: 100%;
  }
  .l-megamenu__inner {
    padding: 1.5rem 0 2.5rem;
  }
  .l-megamenu__list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .l-megamenu__item {
    width: 20%;
    text-align: center;
  }
  .l-megamenu__item:not(:first-child) {
    margin-left: 0;
  }
  .l-megamenu__item:not(:last-child) {
    border-right: 1px solid #dddddd;
  }
  .l-megamenu__item a {
    padding: 0 1rem;
    display: block;
  }
}
@media (max-width: 767.9px) {
  .l-megamenu__item {
    width: 50%;
  }
  .l-megamenu__item:not(:last-child) {
    border-right: none;
  }
  .l-megamenu__item:nth-child(odd) {
    border-right: 1px solid #dddddd;
  }
  .l-megamenu__item:nth-child(n+3) {
    margin-top: 2rem;
  }
  .l-megamenu__ttl {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------
  side bar nav
--------------------------------------------*/
.l-sidebar {
  width: 20%;
  padding-left: 6rem;
}
.l-sidebar__box {
  line-height: 1;
}
.l-sidebar__box + .l-sidebar__box {
  margin-top: 4.6rem;
}
.l-sidebar__box.-mortor .l-sidebar__txt {
  padding-right: 0.5em;
}
.l-sidebar__box.-mortor .l-sidebar__txt .jp {
  line-height: 1.4;
}
.l-sidebar__box.-mortor .l-sidebar__link {
  padding: 2.2rem 0;
}
.l-sidebar__head {
  background: #666666;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 2rem 0;
}
.l-sidebar__item {
  border-bottom: 1px solid #ccc;
}
.l-sidebar__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
}
.l-sidebar__link svg {
  fill: #888888;
  width: 10px;
  height: 6px;
  transform: rotate(-90deg);
}
.l-sidebar__txt {
  font-weight: bold;
}
.l-sidebar__txt span {
  display: block;
  line-height: 1;
}
.l-sidebar__txt .en {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  color: #AAAAAA;
  font-weight: normal;
  margin-top: 1rem;
}
.l-sidebar__bnr {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .l-sidebar__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1599.9px) {
  .l-sidebar {
    padding-left: 4rem;
  }
}
@media (max-width: 1199.9px) {
  .l-sidebar {
    width: 25%;
  }
}
@media (max-width: 991.9px) {
  .l-sidebar {
    width: 100%;
    margin-top: 5rem;
    padding-left: 0;
  }
  .l-sidebar__bnr {
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  .l-sidebar__link {
    padding: 1.5rem 0;
  }
  .l-sidebar__box + .l-sidebar__box {
    margin-top: 3rem;
  }
  .l-sidebar__bnr {
    margin-top: 3.5rem;
  }
}

.l-sidebar_product {
  position: relative;
}
.l-sidebar_product:before {
  content: "";
  width: 100%;
  height: 4px;
  background: rgb(14, 62, 160);
  background: linear-gradient(85deg, rgb(14, 62, 160) 0%, rgb(15, 126, 197) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.l-sidebar_product__head {
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 2.7rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #bbc4cf;
  font-weight: 500;
}
.l-sidebar_product__list {
  margin-top: 3rem;
  padding-left: 3rem;
  border-left: 1px solid #bbc4cf;
  font-weight: 500;
}
.l-sidebar_product__list li:not(:first-child) {
  margin-top: 1.2rem;
}
.l-sidebar_product__subList {
  font-weight: 400;
  margin-top: 1rem;
}
.l-sidebar_product__subList .disc {
  color: #9fa6bc;
}
.l-sidebar_product__link.current {
  position: relative;
}
.l-sidebar_product__link.current:before {
  content: "";
  height: 100%;
  width: 4px;
  background: #047dcb;
  position: absolute;
  left: -3rem;
  top: 0;
}
@media (min-width: 992px) {
  .l-sidebar_product__link:hover {
    color: #b79f67;
  }
}

/*--------------------------------------------
  Object
--------------------------------------------*/
/*--------------------------------------------
  animation
--------------------------------------------*/
.js-anime {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.js-anime.scrolled {
  opacity: 1;
  transform: translateY(0);
}

.js-anime.is-fade-only {
  transform: none;
}

.js-anime.is-fade-only.scrolled {
  transform: none;
}

/* ディレイ設定 */
.js-anime[data-delay="1"] {
  transition-delay: 0.1s;
}

.js-anime[data-delay="2"] {
  transition-delay: 0.2s;
}

.js-anime[data-delay="3"] {
  transition-delay: 0.3s;
}

.js-anime[data-delay="4"] {
  transition-delay: 0.4s;
}

.js-anime[data-delay="5"] {
  transition-delay: 0.5s;
}

.js-anime[data-delay="6"] {
  transition-delay: 0.6s;
}

.js-split span {
  will-change: opacity;
}

@media (min-width: 992px) {
  .c-animation.-opacity {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: translateX(10%);
  }
  .c-animation.-opacity.scrolled {
    opacity: 1;
    transform: translateX(0%);
  }
  .c-animation.-ttl > span {
    display: inline-block;
  }
  .c-animation.-ttl > span > span {
    display: inline-block;
    opacity: 0;
    transform: translateX(150%);
    transition: transform 0.6s 0.4s, opacity 0.6s 0.4s;
  }
  .c-animation.-ttl.-vertical > span > span {
    transform: translateY(150%);
  }
  .c-animation.-ttl.scrolled > span > span {
    opacity: 1;
    transform: translate(0%, 0%);
  }
  .c-animation.-box {
    position: relative;
    overflow: hidden;
  }
  .c-animation.-box:before {
    content: "";
    width: 160%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: -30%;
    background: #b79f67;
    z-index: 10;
    transform: skewX(-25deg);
    transition: all 0.8s ease-in-out;
  }
  .c-animation.-box.-white:before {
    background: #fff;
  }
  .c-animation.-box.scrolled:before {
    width: 0;
  }
  .c-animation.-img {
    overflow: hidden;
    display: inline-block;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    transform-origin: left center;
  }
  .c-animation.-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #b79f67;
  }
  .c-animation.-img .item {
    opacity: 0;
    transition-delay: 0.3s;
    z-index: 0;
    position: relative;
    transform: translateX(15%);
  }
  .c-animation.-img.scrolled {
    transform: scaleX(1);
  }
  .c-animation.-img.scrolled:before {
    transition: width 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
    width: 0;
    z-index: 100;
  }
  .c-animation.-img.scrolled .item {
    opacity: 1;
    transform: translateX(0);
  }
  .c-animation.-fadeUp {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transition: all 3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translateY(50px);
  }
  .c-animation.-fadeUp.scrolled {
    opacity: 1;
    transform: translateY(0%);
  }
  .c-animation.-fadeInLeft {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: translateX(-100px);
  }
  .c-animation.-fadeInLeft.scrolled {
    opacity: 1;
    transform: translateX(0%);
  }
  .c-animation.-scroll {
    opacity: 0;
    transform: translateY(4rem);
    transition: all 0.7s linear;
  }
  .c-animation.-scroll.scrolled {
    opacity: 1;
    transform: translateY(0);
  }
  .c-animation.-scale {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: scale(0);
  }
  .c-animation.-scale.scrolled {
    opacity: 1;
    transform: scale(1);
  }
  .c-animation.-blur {
    filter: blur(12px);
    opacity: 0;
    transition: 1s ease-in-out;
  }
  .c-animation.-blur.scrolled {
    opacity: 1;
    filter: blur(0);
  }
  .c-animation.-delay100, .c-animation.-delay100:before, .c-animation.-delay100:after {
    transition-delay: 0.1s !important;
  }
  .c-animation.-delay150, .c-animation.-delay150:before, .c-animation.-delay150:after {
    transition-delay: 0.1s !important;
  }
  .c-animation.-delay200, .c-animation.-delay200:before, .c-animation.-delay200:after {
    transition-delay: 0.2s !important;
  }
  .c-animation.-delay250, .c-animation.-delay250:before, .c-animation.-delay250:after {
    transition-delay: 0.25s !important;
  }
  .c-animation.-delay300, .c-animation.-delay300:before, .c-animation.-delay300:after {
    transition-delay: 0.3s !important;
  }
  .c-animation.-delay350, .c-animation.-delay350:before, .c-animation.-delay350:after {
    transition-delay: 0.35s !important;
  }
  .c-animation.-delay400, .c-animation.-delay400:before, .c-animation.-delay400:after {
    transition-delay: 0.4s !important;
  }
  .c-animation.-delay450, .c-animation.-delay450:before, .c-animation.-delay450:after {
    transition-delay: 0.45s !important;
  }
  .c-animation.-delay500, .c-animation.-delay500:before, .c-animation.-delay500:after {
    transition-delay: 0.5s !important;
  }
  .c-animation.-delay550, .c-animation.-delay550:before, .c-animation.-delay550:after {
    transition-delay: 0.55s !important;
  }
  .c-animation.-delay600, .c-animation.-delay600:before, .c-animation.-delay600:after {
    transition-delay: 0.6s !important;
  }
  .c-animation.-delay650, .c-animation.-delay650:before, .c-animation.-delay650:after {
    transition-delay: 0.65s !important;
  }
  .c-animation.-delay700, .c-animation.-delay700:before, .c-animation.-delay700:after {
    transition-delay: 0.7s !important;
  }
  .c-animation.-delay750, .c-animation.-delay750:before, .c-animation.-delay750:after {
    transition-delay: 0.75s !important;
  }
  .c-animation.-delay800, .c-animation.-delay800:before, .c-animation.-delay800:after {
    transition-delay: 0.8s !important;
  }
  .c-animation.-delay850, .c-animation.-delay850:before, .c-animation.-delay850:after {
    transition-delay: 0.85s !important;
  }
  .c-animation.-delay900, .c-animation.-delay900:before, .c-animation.-delay900:after {
    transition-delay: 0.9s !important;
  }
  .c-animation.-delay950, .c-animation.-delay950:before, .c-animation.-delay950:after {
    transition-delay: 0.95s !important;
  }
  .c-animation.-delay1000, .c-animation.-delay1000:before, .c-animation.-delay1000:after {
    transition-delay: 1s !important;
  }
  .c-animation.-delay1050, .c-animation.-delay1050:before, .c-animation.-delay1050:after {
    transition-delay: 1.05s !important;
  }
  .c-animation.-delay1100, .c-animation.-delay1100:before, .c-animation.-delay1100:after {
    transition-delay: 1.1s !important;
  }
  .c-animation.-delay1150, .c-animation.-delay1150:before, .c-animation.-delay1150:after {
    transition-delay: 1.15s !important;
  }
  .c-animation.-delay1200, .c-animation.-delay1200:before, .c-animation.-delay1200:after {
    transition-delay: 1.15s !important;
  }
  .c-animation.-delay1250, .c-animation.-delay1250:before, .c-animation.-delay1250:after {
    transition-delay: 1.15s !important;
  }
  .c-animation.-delay1300, .c-animation.-delay1300:before, .c-animation.-delay1300:after {
    transition-delay: 1.15s !important;
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(10%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
/*--------------------------------------------
  button wrap
--------------------------------------------*/
.c-btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 3em;
}
.c-btn_wrap.-mgt_lg {
  margin-top: 5em;
}
.c-btn_wrap.-col > * + * {
  margin-left: 2em;
}
@media (max-width: 991.9px) {
  .c-btn_wrap {
    margin-top: 2.5em;
  }
  .c-btn_wrap.-mgt_lg {
    margin-top: 3em;
  }
}
@media (max-width: 767.9px) {
  .c-btn_wrap.-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-btn_wrap.-col > * + * {
    margin-top: 1.5em;
    margin-left: 0;
  }
}

/*--------------------------------------------
  button
--------------------------------------------*/
/*--------------------------------------------
  moreボタン
--------------------------------------------*/
.c-btn_more {
  font-family: "Roboto", sans-serif;
  width: 13.4rem;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  display: block;
  text-align: center;
}
.c-btn_more.-center {
  margin: 0 auto;
}
.c-btn_more.-right {
  margin-left: auto;
}
.c-btn_more:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #222222;
  border-right: 1px solid #222222;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 992px) {
  .c-btn_more:hover {
    color: #FFE89E;
  }
}
@media (max-width: 767.9px) {
  .c-btn_more {
    padding: 1.5em 0;
  }
}

/*--------------------------------------------
  button lg
--------------------------------------------*/
.c-btn_lg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 16rem;
  padding: 1em;
  padding-right: 4em;
  background-color: #b79f67;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.3;
}
.c-btn_lg::before {
  content: "";
  transform: scale(0.7);
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eab7";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 2.8em;
  height: 2.8em;
  padding-left: 0.1em;
  background-color: #b79f67;
  border-radius: 50%;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media (min-width: 992px) {
  .c-btn_lg::before {
    transition: all 0.4s 0s;
  }
}
.c-btn_lg:hover::before {
  background-color: #ffffff;
  color: #b79f67;
}
@media (max-width: 991.9px) {
  .c-btn_lg {
    min-height: 10rem;
    padding: 0.8em;
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .c-btn_lg {
    min-height: 8rem;
    font-size: 1.8rem;
  }
}

/*--------------------------------------------
  news
--------------------------------------------*/
.c-card_news__item {
  border-bottom: 1px solid #B5B5B5;
}
.c-card_news__item:first-child {
  border-top: 1px solid #B5B5B5;
}
.c-card_news__link {
  display: flex;
  align-items: baseline;
  position: relative;
  padding: 3em 0;
}
@media (min-width: 992px) {
  .c-card_news__link:hover {
    opacity: 0.7;
  }
}
.c-card_news__date {
  margin-right: 3.8rem;
}
.c-card_news__term {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background: #000000;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #fff;
  padding: 8px 0;
  min-width: 8rem;
  display: inline-block;
  margin-right: 5rem;
}
.c-card_news__ttl {
  width: calc(100% - 29rem);
}
@media (max-width: 1199.9px) {
  .c-card_news__ttl {
    width: calc(100% - 30rem);
  }
}
@media (max-width: 991.9px) {
  .c-card_news__date {
    margin-right: 1rem;
  }
  .c-card_news__link {
    flex-wrap: wrap;
    padding: 1em 0;
  }
  .c-card_news__ttl {
    width: 100%;
    margin-top: 0.5em;
  }
}
/*--------------------------------------------
  case
--------------------------------------------*/
.c-card_case__wrap {
  display: flex;
  gap: 1.5rem;
  position: relative;
  z-index: 10;
}
.c-card_case__item {
  width: calc((100% - 3rem) / 3);
  background: #fff;
}
.c-card_case__item.-gray {
  background: #E8E8E8;
}
.c-card_case__link {
  display: block;
  padding: 1.8rem 1.8rem 3rem 1.8rem;
  position: relative;
}
.c-card_case__link:before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  position: absolute;
  right: 1.8rem;
  bottom: 1.5rem;
  background: url(../../img/common/icon_arrow.svg) no-repeat center/7px 11px;
  background-color: #000;
}
@media (min-width: 992px) {
  .c-card_case__link:hover {
    opacity: 0.7;
  }
}
.c-card_case__date {
  margin-top: 1rem;
}
.c-card_case__ttl {
  font-size: 1.8rem;
  font-weight: 500;
}
.c-card_case__tag {
  display: inline-block;
  border-radius: 5px;
  background: #000000;
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 90px;
  padding: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.c-card_case__img .c-ofi {
  padding-top: 79.38%;
}
@media (max-width: 767.9px) {
  .c-card_case__wrap {
    flex-wrap: wrap;
  }
  .c-card_case__item {
    width: calc((100% - 2rem) / 2);
  }
}
@media (max-width: 575.9px) {
  .c-card_case__item {
    width: 100%;
  }
  .c-card_case__ttl {
    font-size: 1.6rem;
  }
  .c-card_case__tag {
    font-size: 1.3rem;
    min-width: auto;
    padding: 1rem;
  }
}

/*--------------------------------------------
  inner
--------------------------------------------*/
.c-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (min-width: 992px) {
  .c-inner {
    max-width: calc(1200px + 5vw * 2);
  }
  .c-inner.-full {
    max-width: 100%;
  }
  .c-inner.-lg {
    max-width: calc(1440px + 5vw * 2);
  }
  .c-inner.-md {
    max-width: calc(1400px + 5vw * 2);
  }
  .c-inner.-sm {
    max-width: calc(1200px + 5vw * 2);
  }
}
@media (max-width: 991.9px) {
  .c-inner.-pd0_tb {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991.9px) {
  .c-inner {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
@media screen and (min-width: 992px) {
  .c-inner.-sp {
    display: contents;
  }
}
@media screen and (max-width: 991.9px) {
  .c-inner.-pc {
    display: contents;
  }
}

/*--------------------------------------------
  box padding
--------------------------------------------*/
@media (min-width: 992px) {
  .c-boxpd {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .c-boxpd_xs {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .c-boxpd_sm {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
@media (max-width: 991.9px) {
  .c-boxpd {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .c-boxpd_xs {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .c-boxpd_sm {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media (max-width: 575.9px) {
  .c-boxpd {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}

/*--------------------------------------------
  iframe responsive
--------------------------------------------*/
.c-iframe {
  position: relative;
  padding-top: 52.5%;
  height: 0;
  overflow: hidden;
}
.c-iframe.-youtube {
  padding-top: 56.25%;
}
.c-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767.9px) {
  .c-iframe {
    padding-top: 65%;
  }
}

/*--------------------------------------------
  logo
--------------------------------------------*/
.c-logo {
  display: block;
  max-width: 100%;
  height: auto;
}
/*--------------------------------------------
  object-fit
--------------------------------------------*/
.c-ofi {
  position: relative;
  padding-top: 60%;
  backface-visibility: hidden;
}
.c-ofi__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
.c-ofi__img.-top {
  object-position: center top;
  font-family: "object-fit: cover; object-position: center top;";
}
.c-ofi__img.-left {
  object-position: left center;
  font-family: "object-fit: cover; object-position: left center;";
}
.c-ofi__img.-right {
  object-position: right center;
  font-family: "object-fit: cover; object-position: right center;";
}
.c-ofi__img.-bottom {
  object-position: center bottom;
  font-family: "object-fit: cover; object-position: center bottom;";
}
.c-ofi__img.-contain {
  margin: auto;
  object-fit: contain;
  font-family: "object-fit: contain; object-position: center center;";
}

.c-totop {
  width: 7.5rem;
  height: 7.5rem;
  background: #b79f67;
  cursor: pointer;
  transition: 0.4s;
  position: fixed;
  bottom: 2%;
  right: 3vw;
  border-radius: 50%;
  z-index: 10;
}
.c-totop:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.9rem;
  background: url(../../img/common/icon_arrow_top.svg) no-repeat center/contain;
}
@media (min-width: 992px) {
  .c-totop:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767.9px) {
  .c-totop {
    width: 5rem;
    height: 5rem;
  }
}
.c-side_navi {
  height: 100%;
  position: absolute;
}
.c-side_navi__inner {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 4rem;
}
.c-side_navi__item:not(:first-child) {
  margin-top: 3rem;
}
.c-side_navi__head {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.c-side_navi__head .num {
  font-family: "Roboto", sans-serif;
  color: #b79f67;
  line-height: 0.85;
  margin-bottom: 1rem;
}
.c-side_navi__head .ttl {
  line-height: 1;
}
.c-side_navi__list {
  padding-left: 2rem;
  border-left: 2px solid #000;
}
.c-side_navi__list > li > a {
  color: #616369;
}
.c-side_navi__list > li > a.active {
  color: #000;
  font-weight: 700;
}
.c-side_navi__list > li > a:hover {
  color: #000;
  font-weight: 700;
}

/*============================================

  FORM

============================================*/
.c-form__sheet > tbody > tr {
  border-bottom: 1px solid #dddddd;
}
.c-form__sheet > tbody > tr > th,
.c-form__sheet > tbody > tr > td {
  text-align: left;
  line-height: 1.5;
  padding: 4rem;
  vertical-align: top;
}
.c-form__sheet > tbody > tr > th {
  width: 26.7%;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
  padding-left: 3rem;
  padding-right: 0;
}
.c-form__sheet > tbody > tr > td {
  width: 73.3%;
}
@media (max-width: 991.9px) {
  .c-form__sheet {
    border-collapse: collapse;
  }
  .c-form__sheet > tbody > tr:first-child th, .c-form__sheet > tbody > tr:first-child td {
    border-top: none;
  }
  .c-form__sheet > tbody > tr > th,
  .c-form__sheet > tbody > tr > td {
    display: block;
    padding: 1em;
    padding: 0.75em 0.75em;
  }
  .c-form__sheet > tbody > tr > th {
    width: 100%;
    border-bottom: none;
    background: #000000;
    color: #fff;
  }
  .c-form__sheet > tbody > tr > td {
    width: 100%;
    border-bottom: none;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media (max-width: 575.9px) {
  .c-form__sheet > tbody > tr > td {
    padding: 1em 0 2em;
  }
}
.c-form__ttl {
  display: inline-block;
  padding-right: 0.75em;
  font-weight: inherit;
}
.c-form__ttl.-required {
  position: relative;
}
.c-form__ttl.-required:after {
  content: "必須";
  color: #fff;
  background: #b79f67;
  line-height: 1;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-left: 1.5em;
  font-size: 0.8em;
}
.c-form__row > .c-form__field {
  display: flex;
  align-items: center;
}
.c-form__row > .c-form__field > .c-form__subttl {
  margin-right: 1em;
  display: inline-block;
  width: 22%;
}
@media (max-width: 991.9px) {
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 25%;
  }
}
@media (max-width: 767.9px) {
  .c-form__row > .c-form__field {
    display: block;
  }
  .c-form__row > .c-form__field > .c-form__subttl {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.c-form__rowgroup th,
.c-form__rowgroup td {
  padding-bottom: 0.75em;
}
.c-form__rowgroup th {
  white-space: nowrap;
  font-weight: 400;
  padding-right: 2em;
}
@media (max-width: 767.9px) {
  .c-form th, .c-form td {
    display: block;
    width: 100%;
  }
  .c-form th {
    padding-right: 0;
    padding-bottom: 0.5em;
  }
  .c-form td {
    padding-bottom: 1em;
  }
}
.c-form__field:nth-child(n+2) {
  margin-top: 1em;
}
.c-form__field label.error {
  display: block;
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__field .c-form__check + label.error {
  display: inline-block;
}
.c-form__field.-pe_none label {
  pointer-events: none;
}
.c-form__field.-pe_none label input {
  pointer-events: none;
}
.c-form__field.-radio li:nth-child(n+2), .c-form__field.-check li:nth-child(n+2) {
  margin-top: 0.5em;
}
.c-form__field.-horizontal {
  margin: 0 -2rem;
}
.c-form__error {
  color: #c11;
  font-size: 0.875em;
  margin-top: 0.5em;
}
.c-form__notes {
  position: relative;
  margin-top: 0.5em;
  font-size: 0.875em;
  opacity: 0.75;
  padding-left: 1em;
  font-weight: 500;
}
.c-form__notes:before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.c-form__input.-text, .c-form__input.-textarea {
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #B7B7B7;
  background: #fff;
}
.c-form__input.-text.-short, .c-form__input.-textarea.-short {
  width: 40%;
}
.c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
  width: 80%;
}
.c-form__input.-text.-long, .c-form__input.-textarea.-long {
  width: 100%;
}
.c-form__input.-text.-half, .c-form__input.-textarea.-half {
  width: calc((100% - 2em) / 2);
}
.c-form__input.-text.-half:nth-child(n+2), .c-form__input.-textarea.-half:nth-child(n+2) {
  margin-left: 1em;
}
.c-form__input.-text.-full, .c-form__input.-textarea.-full {
  width: 100%;
}
@media (max-width: 991.9px) {
  .c-form__input.-text.-text, .c-form__input.-text.-textarea, .c-form__input.-textarea.-text, .c-form__input.-textarea.-textarea {
    padding: 0.75em;
  }
  .c-form__input.-text.-short, .c-form__input.-textarea.-short {
    width: 50%;
  }
  .c-form__input.-text.-middle, .c-form__input.-textarea.-middle {
    width: 100%;
  }
  .c-form__input.-text.-long, .c-form__input.-textarea.-long {
    width: 100%;
  }
}
.c-form__input.-textarea {
  min-height: 10.5em;
  line-height: 1.5;
}
.c-form__select {
  border-color: #b7b7b7;
}
.c-form__check + *, .c-form__radio + * {
  position: relative;
  display: inline-block;
  padding: 0.25em 0 0.25em 2.25em;
  line-height: 1;
}
.c-form__radio {
  display: none;
}
.c-form__radio + *:before, .c-form__radio + *:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #ffffff;
  border: solid 1px #9a9a9a;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.c-form__radio + *:after {
  transform: scale(0.4);
  visibility: hidden;
  background: #b79f67;
}
.c-form__radio:checked + *:after {
  visibility: visible;
}
.c-form__check + *:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  background: #ffffff;
  border: solid 1px #9a9a9a;
}
.c-form__check + *:after {
  position: absolute;
  content: "";
  left: 0;
  width: 1em;
  height: 0.65em;
  transform: rotate(-45deg) translate(0, 50%);
  top: 0;
  border-left: solid 3px #b79f67;
  border-bottom: solid 3px #b79f67;
  visibility: hidden;
}
.c-form__check:checked + *:after {
  visibility: visible;
}
.c-form__file {
  border: none;
  padding: 0;
}
.c-form__agreement {
  text-align: center;
  font-weight: 500;
}
.c-form__agreement a {
  text-decoration: underline;
  font-weight: 500;
}
@media (min-width: 992px) {
  .c-form__agreement a:hover {
    text-decoration: none;
  }
}
.c-form__agreement .error {
  color: #c11;
}
.c-form__checkBox {
  text-align: center;
  color: #b79f67 !important;
  font-weight: bold !important;
  margin-top: 2rem;
}
.c-form__checkBox span {
  font-weight: bold;
}
.c-form__button {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .c-form__button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-form__btn {
  cursor: pointer;
  width: 100%;
}
.c-form__btn.-back {
  background: #aaa;
  border-color: #aaa;
  color: #fff;
}
.c-form__btn.-back:before {
  display: none;
}
.c-form__btn.-center {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .c-form__btn.-back:hover {
    opacity: 0.4;
    background: #aaa;
    border-color: #aaa;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .c-form__btn:nth-child(n+2) {
    margin-left: 2em;
  }
}
@media (max-width: 767.9px) {
  .c-form__btn {
    width: 50%;
    margin: 0 auto;
  }
  .c-form__btn:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.c-form.-confirm .c-form__notes {
  display: none;
}
.c-form.-confirm .c-form__error {
  display: none;
}
.c-form.-confirm .c-form__agreement {
  display: none;
}
.c-form.-confirm .c-form__checkBox {
  display: none;
}
.c-form.-confirm .lead {
  text-align: center;
  margin-bottom: 2em;
}
.c-form.-thanks {
  text-align: center;
}
.c-form.-thanks p {
  margin-bottom: 1.5em;
  line-height: 2;
}
@media (max-width: 575.9px) {
  .c-form.-thanks {
    text-align: left;
  }
}
.c-form__foot {
  margin-top: 7rem;
}
@media (max-width: 991.9px) {
  .c-form__foot {
    margin-top: 5rem;
  }
}
.c-form .p-country-name {
  display: none !important;
}

.c-form_privacy {
  margin-top: 7rem;
}
.c-form_privacy__box {
  border: solid 1px #dddddd;
  padding: 4rem 3rem;
  overflow-y: scroll;
  max-height: 22em;
  margin-top: 1.5em;
  margin-bottom: 3rem;
}
.c-form_privacy__ttl {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 1em;
}
.c-form_privacy__lead {
  margin-bottom: 1em;
}
.c-form_privacy__subttl {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.c-form_privacy__sublist {
  margin-top: 1em;
}
@media (max-width: 991.9px) {
  .c-form_privacy {
    margin-top: 5rem;
  }
  .c-form_privacy__ttl {
    font-size: 1.4em;
  }
}

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 10px !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 2em !important;
}
@media (max-width: 575.9px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-bottom: 1em;
  }
}

/*--------------------------------------------
  faq
--------------------------------------------*/
.c-list_faq__item {
  background: #FAFAFA;
}
.c-list_faq__item:not(:first-child) {
  margin-top: 2.4rem;
}
.c-list_faq__icon {
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1;
  margin-right: 3rem;
}
.c-list_faq__icon.-q {
  color: #b79f67;
}
.c-list_faq__icon.-a {
  color: #fff;
}
.c-list_faq__q {
  padding: 2.5rem 4rem;
  display: flex;
  position: relative;
}
.c-list_faq__q:before, .c-list_faq__q:after {
  content: "";
  width: 2.4rem;
  height: 2px;
  background: #094271;
  position: absolute;
  right: 4rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}
.c-list_faq__q:after {
  transform: rotate(90deg);
}
.c-list_faq__q.open:after {
  transform: rotate(0);
}
.c-list_faq__q .c-list_faq__txt {
  padding-right: 5rem;
}
.c-list_faq__a {
  width: 91.5%;
  margin-left: auto;
  background: #b79f67;
  padding: 2.5rem 4rem;
  display: flex;
}
.c-list_faq__a .c-list_faq__txt {
  color: #fff;
}
.c-list_faq__txt {
  width: calc(100% - 6.5rem);
}
@media (max-width: 767.9px) {
  .c-list_faq__q {
    padding: 2rem 3rem;
  }
  .c-list_faq__q:before, .c-list_faq__q:after {
    width: 1em;
  }
  .c-list_faq__a {
    padding: 2rem 3rem;
  }
  .c-list_faq__icon {
    font-size: 3rem;
  }
}
@media (max-width: 575.9px) {
  .c-list_faq__q {
    padding: 2rem;
  }
  .c-list_faq__q:before, .c-list_faq__q:after {
    right: 2rem;
  }
  .c-list_faq__a {
    padding: 2rem;
  }
  .c-list_faq__icon {
    font-size: 2.2rem;
    margin-right: 0.5em;
  }
}

/*--------------------------------------------
  panel
--------------------------------------------*/
.c-panel_contact {
  padding: 10rem 0;
  background: url(../../img/common/bg_contact.jpg) no-repeat center/cover;
}
.c-panel_contact .c-ttl_sup {
  margin-bottom: 4rem;
}
.c-panel_contact__box {
  background: #fff;
  border-radius: 2rem;
  padding: 7.5rem 8.6rem 7rem 12rem;
  display: flex;
}
.c-panel_contact__wrap {
  display: flex;
  align-items: center;
}
.c-panel_contact__ttl {
  width: 41.9%;
  padding-right: 5rem;
}
.c-panel_contact__desc {
  max-width: 406px;
  font-weight: 400;
}
.c-panel_contact__cnt {
  width: 58.1%;
}
.c-panel_contact__num {
  font-size: 9.4rem;
  font-size: 4.89vw;
  position: relative;
  line-height: 0.85;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding-left: 1.1em;
}
.c-panel_contact__num:before {
  content: "";
  width: 0.95em;
  height: 0.95em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../img/common/icon_tel.svg) no-repeat center/contain;
}
.c-panel_contact__time {
  padding-left: 10.7rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.c-panel_contact__btn {
  margin-top: 3rem;
}
.c-panel_contact__btn a {
  display: block;
  border-radius: 6rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: #fff;
  background: #b79f67;
  border: 1px solid #b79f67;
  line-height: 1;
  padding: 1em 0;
  text-align: center;
}
.c-panel_contact__btn a span {
  display: inline-block;
  position: relative;
  padding-right: 3rem;
}
.c-panel_contact__btn a span:before {
  content: "";
  width: 7px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  background: url(../../img/common/icon_arrow.svg) no-repeat center/contain;
}
@media (min-width: 992px) {
  .c-panel_contact__btn a:hover {
    background: #fff;
    color: #b79f67;
  }
  .c-panel_contact__btn a:hover span:before {
    background-image: url(../../img/common/icon_arrow_or.svg);
  }
}
@media (max-width: 991.9px) {
  .c-panel_contact {
    padding: 4.5em 0;
  }
  .c-panel_contact .c-ttl_sup {
    margin-bottom: 3rem;
  }
  .c-panel_contact__wrap {
    display: block;
  }
  .c-panel_contact__box {
    padding: 5rem;
    display: block;
  }
  .c-panel_contact__ttl {
    width: 100%;
    padding-right: 0;
  }
  .c-panel_contact__desc {
    max-width: 100%;
  }
  .c-panel_contact__cnt {
    width: 100%;
    margin-top: 3rem;
  }
  .c-panel_contact__tel {
    text-align: center;
  }
  .c-panel_contact__num {
    font-size: 5rem;
  }
  .c-panel_contact__time {
    padding-left: 0;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 0.5em;
  }
  .c-panel_contact__btn {
    margin-top: 2rem;
  }
  .c-panel_contact__btn a {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.9px) {
  .c-panel_contact__box {
    padding: 3rem;
  }
  .c-panel_contact__num {
    font-size: 3.4rem;
  }
  .c-panel_contact__time {
    font-size: 1.6rem;
    display: block;
  }
  .c-panel_contact__time .time {
    margin-left: 0;
    margin-top: 8px;
  }
  .c-panel_contact__btn a {
    font-size: 1.6rem;
  }
}

.c-panel_bnr {
  background: #eeefef;
  padding: 4rem 0;
}
.c-panel_bnr__wrap {
  display: flex;
  flex-wrap: wrap;
}
.c-panel_bnr__item {
  width: calc((100% - 8rem) / 4);
}
.c-panel_bnr__item:not(:nth-child(4n)) {
  margin-right: 2.666rem;
}
.c-panel_bnr__item:nth-child(n+5) {
  margin-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .c-panel_bnr__wrap {
    justify-content: space-between;
  }
  .c-panel_bnr__item {
    width: calc((100% - 2rem) / 2);
  }
  .c-panel_bnr__item:nth-child(n+3) {
    margin-top: 2.5rem;
  }
  .c-panel_bnr__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
/*--------------------------------------------
  search
--------------------------------------------*/
.c-search_keyword {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-search_keyword__txt {
  color: #fff;
  font-size: 1.8rem;
  margin-right: 2.3rem;
  font-weight: 700;
}
.c-search_keyword__input {
  position: relative;
}
.c-search_keyword__input input {
  width: 600px;
  background: #fff;
  border-radius: 30px;
  padding: 1.15em;
}
.c-search_keyword__input button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.c-search_keyword__input button .icon {
  width: 2rem;
  height: 2rem;
  fill: #b79f67;
}
@media (max-width: 767.9px) {
  .c-search_keyword {
    display: block;
  }
  .c-search_keyword__txt {
    font-size: 1.6rem;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .c-search_keyword__input {
    width: 100%;
  }
  .c-search_keyword__input input {
    width: 100%;
  }
}

.c-search_filter__wrap {
  display: flex;
  flex-wrap: wrap;
}
.c-search_filter__item {
  width: 50%;
  display: flex;
  align-items: center;
  color: #b79f67;
}
.c-search_filter__item:nth-child(n+3) {
  margin-top: 3rem;
}
.c-search_filter__name {
  width: 5.6875em;
  color: #b79f67;
  font-weight: 700;
}
.c-search_filter__name.-lg {
  width: 7.1875em;
}
.c-search_filter__fieldWrap {
  display: flex;
  align-items: center;
}
.c-search_filter__fieldWrap .c-search_filter__field {
  display: flex;
  align-items: center;
}
.c-search_filter__fieldWrap .c-search_filter__field + .c-search_filter__field {
  margin-left: 1rem;
}
.c-search_filter__field select {
  background: #fff;
  border-radius: 3rem;
  color: #b79f67;
  width: 270px;
  border: none;
  appearance: none;
}
.c-search_filter__field select.sm {
  width: 150px;
  margin-right: 1rem;
}
.c-search_filter__select {
  position: relative;
}
.c-search_filter__select:before {
  content: "";
  width: 1.5rem;
  height: 0.9rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  background: url(../../img/common/icon_chevron.svg) no-repeat center/contain;
}
.c-search_filter__txt {
  font-weight: 500;
}
.c-search_filter__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.c-search_filter__btn {
  margin: 0 1.25rem;
}
.c-search_filter__btn .btn {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 1em 0;
  border-radius: 5px;
  display: block;
}
@media (min-width: 992px) {
  .c-search_filter__btn .btn {
    font-size: 1.8rem;
  }
}
.c-search_filter__btn.-search .btn {
  background: #b79f67;
  color: #fff;
  border: 1px solid #b79f67;
  width: 350px;
  position: relative;
}
.c-search_filter__btn.-search .btn .icon {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  fill: #fff;
  width: 2rem;
  height: 2rem;
  transition: 0.4s;
}
@media (min-width: 992px) {
  .c-search_filter__btn.-search .btn:hover {
    background: #fff;
    color: #b79f67;
  }
  .c-search_filter__btn.-search .btn:hover .icon {
    fill: #b79f67;
  }
}
.c-search_filter__btn.-clear .btn {
  background: #fff;
  border: 1px solid #b79f67;
  color: #b79f67;
  width: 270px;
}
@media (min-width: 992px) {
  .c-search_filter__btn.-clear .btn:hover {
    background: #b79f67;
    color: #fff;
  }
}
@media (max-width: 1199.9px) {
  .c-search_filter__field select.sm {
    width: 120px;
  }
}
@media (max-width: 991.9px) {
  .c-search_filter__wrap {
    display: block;
  }
  .c-search_filter__item {
    width: 100%;
  }
  .c-search_filter__item:not(:first-child) {
    margin-top: 1.5rem;
  }
  .c-search_filter__field select {
    width: 30rem;
  }
  .c-search_filter__field select.sm {
    width: 13rem;
  }
  .c-search_filter__name {
    width: 7em;
  }
  .c-search_filter__name.-lg {
    width: 7em;
  }
}
@media (max-width: 767.9px) {
  .c-search_filter__toggle {
    color: #b79f67;
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
    padding: 1.5rem 0;
  }
  .c-search_filter__toggle span {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #b79f67;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-search_filter__toggle span:before, .c-search_filter__toggle span:after {
    content: "";
    width: 0.8em;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.4s;
  }
  .c-search_filter__toggle span:after {
    transform: rotate(90deg);
  }
  .c-search_filter__toggle.open span:after {
    transform: rotate(0);
  }
  .c-search_filter__form {
    display: none;
  }
  .c-search_filter__btnWrap {
    flex-direction: column;
    align-items: center;
  }
  .c-search_filter__btn.-clear {
    margin-top: 1.5rem;
  }
  .c-search_filter__select:before {
    width: 1rem;
    height: 0.5em;
    right: 1.5rem;
  }
}
@media (max-width: 575.9px) {
  .c-search_filter__item {
    display: block;
  }
  .c-search_filter__name {
    margin-bottom: 0.5em;
    width: auto;
  }
  .c-search_filter__field select {
    width: 100%;
  }
  .c-search_filter__field select.sm {
    width: 11rem;
  }
  .c-search_filter__btn.-search {
    width: 100%;
  }
  .c-search_filter__btn.-clear {
    width: 70%;
  }
}

/*--------------------------------------------
  table responsive
--------------------------------------------*/
.c-tbl_responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media (max-width: 991.9px) {
  .c-tbl_responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: 0.2em;
    scrollbar-color: #b79f67 #fafafa;
  }
  .c-tbl_responsive::-webkit-scrollbar {
    height: 0.2em;
  }
  .c-tbl_responsive::-webkit-scrollbar-track {
    background: #fafafa;
    border-radius: 1rem;
  }
  .c-tbl_responsive::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #b79f67;
  }
  .c-tbl_responsive > table {
    margin-bottom: 0;
  }
  .c-tbl_responsive > table > thead > tr > th, .c-tbl_responsive > table > tbody > tr > th, .c-tbl_responsive > table > tfoot > tr > th, .c-tbl_responsive > table > thead > tr > td, .c-tbl_responsive > table > tbody > tr > td, .c-tbl_responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.c-tbl_pr {
  width: 90%;
  margin: 0 auto;
}
.c-tbl_pr tr {
  border-bottom: 2px solid #b79f67;
}
.c-tbl_pr th, .c-tbl_pr td {
  padding: 1.65em 3.125em;
}
.c-tbl_pr th {
  width: 20.37%;
  font-weight: 500;
  color: #b79f67;
  text-align: left;
  vertical-align: top;
}
.c-tbl_pr td {
  width: 79.63%;
}
.c-tbl_pr.-md th {
  width: 25%;
}
.c-tbl_pr.-md td {
  width: 75%;
}
@media (max-width: 991.9px) {
  .c-tbl_pr {
    width: 100%;
  }
}
@media (max-width: 767.9px) {
  .c-tbl_pr {
    border-bottom: 1px solid #ccc;
  }
  .c-tbl_pr tr {
    border-bottom: none;
  }
  .c-tbl_pr th, .c-tbl_pr td {
    width: 100%;
    display: block;
    text-align: center;
    padding: 1em;
  }
  .c-tbl_pr th {
    background: #b79f67;
    color: #fff;
  }
  .c-tbl_pr td {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .c-tbl_pr.-md th {
    width: 100%;
  }
  .c-tbl_pr.-md td {
    width: 100%;
  }
}
@media (max-width: 991.9px) {
  .c-tbl_scroll {
    overflow-x: auto;
  }
  .c-tbl_scroll > table th, .c-tbl_scroll > table td {
    display: table-cell;
    width: auto;
    white-space: nowrap;
  }
}

.c-ttl {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991.9px) {
  .c-ttl {
    margin-bottom: 2rem;
  }
}
.c-ttl .icon {
  width: 2.8rem;
  height: auto;
  margin: 0 auto;
}
.c-ttl .main {
  line-height: 1;
  padding: 0.2em 0 0.1em 0;
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 991.9px) {
  .c-ttl .main {
    letter-spacing: 0.1rem;
    font-size: 2.4rem;
  }
}
.c-ttl .sub {
  font-size: 2rem;
  margin-top: 8px;
  font-weight: 500;
}
@media screen and (max-width: 991.9px) {
  .c-ttl .sub {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.c-subttl {
  text-align: center;
  letter-spacing: 0.2rem;
  padding-bottom: 5px;
}
@media screen and (max-width: 991.9px) {
  .c-subttl {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}
.c-subttl img {
  height: 3rem;
}
@media screen and (max-width: 991.9px) {
  .c-subttl img.line-2 {
    height: 6rem;
  }
}

/*============================================

  HOME

============================================*/
.p-home .p-home_kv__slide .slick-current::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.03), transparent 80%), radial-gradient(circle at center, rgba(0, 0, 0, 0.06), transparent 65%), radial-gradient(circle at top left, rgba(0, 0, 0, 0.32), transparent 55%), radial-gradient(circle at top right, rgba(0, 0, 0, 0.32), transparent 55%), radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.32), transparent 55%), radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.32), transparent 55%);
}
.p-home .p-home_kv__slide .slick-arrow {
  width: 3.5rem;
  height: 5.5rem;
  z-index: 1;
}
.p-home .p-home_kv__slide .slick-arrow::before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
}
.p-home .p-home_kv__slide .slick-prev {
  left: 4rem;
  background-image: url(./../img/home/mv_arrow_prev.svg);
}
.p-home .p-home_kv__slide .slick-next {
  right: 4rem;
  background-image: url(./../img/home/mv_arrow_next.svg);
}
.p-home .p-home_kvRead {
  display: flex;
  width: min(90%, 135rem);
  margin: 4.5rem auto;
}
.p-home .p-home_kvRead__item {
  position: relative;
}
.p-home .p-home_kvRead__item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  background: #747474;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*============================================

  404

============================================*/
/*-------------------------------
  404 > COMMON
-------------------------------*/
/*--------------------------------------------
  text-align
--------------------------------------------*/
.u-center {
  text-align: center;
}

.u-left {
  text-align: left;
}

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

@media (max-width: 575.9px) {
  .u-center_ss {
    text-align: center;
  }
  .u-left_ss {
    text-align: left;
  }
  .u-right_ss {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .u-center_xs {
    text-align: center;
  }
  .u-left_xs {
    text-align: left;
  }
  .u-right_xs {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .u-center_sm {
    text-align: center;
  }
  .u-left_sm {
    text-align: left;
  }
  .u-right_sm {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .u-center_md {
    text-align: center;
  }
  .u-left_md {
    text-align: left;
  }
  .u-right_md {
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .u-center_lg {
    text-align: center;
  }
  .u-left_lg {
    text-align: left;
  }
  .u-right_lg {
    text-align: right;
  }
}
@media (min-width: 1400px) and (max-width: 1599.9px) {
  .u-center_xl {
    text-align: center;
  }
  .u-left_xl {
    text-align: left;
  }
  .u-right_xl {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .u-center_xxl {
    text-align: center;
  }
  .u-left_xxl {
    text-align: left;
  }
  .u-right_xxl {
    text-align: right;
  }
}
@media (max-width: 767.9px) {
  .u-center_sp {
    text-align: center;
  }
  .u-left_sp {
    text-align: left;
  }
  .u-right_sp {
    text-align: right;
  }
}
@media (max-width: 991.9px) {
  .u-center_tb {
    text-align: center;
  }
  .u-left_tb {
    text-align: left;
  }
  .u-right_tb {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .u-center_pc {
    text-align: center;
  }
  .u-left_pc {
    text-align: left;
  }
  .u-right_pc {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .u-center_dt {
    text-align: center;
  }
  .u-left_dt {
    text-align: left;
  }
  .u-right_dt {
    text-align: right;
  }
}
/*--------------------------------------------
  color & background-color
--------------------------------------------*/
.u-font {
  color: #000000;
}

.u-main {
  color: #b79f67;
}

.u-sub {
  color: #404040;
}

.u-point {
  color: #FFE89E;
}

.u-white {
  color: #ffffff;
}

.u-black {
  color: #2b2b2b;
}

.u-gray {
  color: #777777;
}

.u-red {
  color: #dc0000;
}

.u-pink {
  color: #ff33bb;
}

.u-purple {
  color: #8000ff;
}

.u-navy {
  color: #0000cc;
}

.u-blue {
  color: #0080ff;
}

.u-sky {
  color: #f0fcff;
}

.u-green {
  color: #00e626;
}

.u-yellow {
  color: #ffff00;
}

.u-orange {
  color: #ff8000;
}

.u-brown {
  color: #99331f;
}

.u-bg_main {
  background-color: #b79f67;
}

.u-bg_sub {
  background-color: #404040;
}

.u-bg_white {
  background-color: #ffffff;
}

.u-bg_gray {
  background-color: #ddd;
}

.u-bg_lgray {
  background-color: #fafafa;
}

.u-bg_dgray {
  background-color: #777777;
}

.u-bg_lorange {
  background-color: #ffd6ad;
}

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

.u-none_imp {
  display: none !important;
}

.u-show {
  display: block;
}

.u-show_imp {
  display: block !important;
}

@media (max-width: 575.9px) {
  .u-visible_xs:not(.u-visible_ss),
  .u-visible_sm:not(.u-visible_ss),
  .u-visible_md:not(.u-visible_ss),
  .u-visible_lg:not(.u-visible_ss),
  .u-visible_xl:not(.u-visible_ss),
  .u-visible_xxl:not(.u-visible_ss),
  .u-hidden_ss {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .u-visible_ss:not(.u-visible_xs),
  .u-visible_sm:not(.u-visible_xs),
  .u-visible_md:not(.u-visible_xs),
  .u-visible_lg:not(.u-visible_xs),
  .u-visible_xl:not(.u-visible_xs),
  .u-visible_xxl:not(.u-visible_xs),
  .u-hidden_xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .u-visible_ss:not(.u-visible_sm),
  .u-visible_xs:not(.u-visible_sm),
  .u-visible_md:not(.u-visible_sm),
  .u-visible_lg:not(.u-visible_sm),
  .u-visible_xl:not(.u-visible_sm),
  .u-visible_xxl:not(.u-visible_sm),
  .u-hidden_sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .u-visible_ss:not(.u-visible_md),
  .u-visible_xs:not(.u-visible_md),
  .u-visible_sm:not(.u-visible_md),
  .u-visible_lg:not(.u-visible_md),
  .u-visible_xl:not(.u-visible_md),
  .u-visible_xxl:not(.u-visible_md),
  .u-hidden_md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.9px) {
  .u-visible_ss:not(.u-visible_lg),
  .u-visible_xs:not(.u-visible_lg),
  .u-visible_sm:not(.u-visible_lg),
  .u-visible_md:not(.u-visible_lg),
  .u-visible_xl:not(.u-visible_lg),
  .u-visible_xxl:not(.u-visible_lg),
  .u-hidden_lg {
    display: none !important;
  }
}
@media (min-width: 1400px) and (max-width: 1599.9px) {
  .u-visible_ss:not(.u-visible_xl),
  .u-visible_xs:not(.u-visible_xl),
  .u-visible_sm:not(.u-visible_xl),
  .u-visible_md:not(.u-visible_xl),
  .u-visible_lg:not(.u-visible_xl),
  .u-visible_xxl:not(.u-visible_xl),
  .u-hidden_xl {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .u-visible_ss:not(.u-visible_xxl),
  .u-visible_xs:not(.u-visible_xxl),
  .u-visible_sm:not(.u-visible_xxl),
  .u-visible_md:not(.u-visible_xxl),
  .u-visible_lg:not(.u-visible_xxl),
  .u-visible_xl:not(.u-visible_xxl),
  .u-hidden_xxl {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-visible_sp {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u-visible_tb {
    display: none !important;
  }
}
@media (max-width: 991.9px) {
  .u-visible_pc {
    display: none !important;
  }
}
@media (max-width: 1399.9px) {
  .u-visible_dt {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .u-hidden_sp {
    display: none !important;
  }
}
@media (max-width: 991.9px) {
  .u-hidden_tb {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .u-hidden_pc {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .u-hidden_dt {
    display: none !important;
  }
}
@media screen {
  .u-visible_print {
    display: none !important;
  }
}
@media print {
  .u-hidden_print {
    display: none !important;
  }
}
.u-display_input {
  display: none;
}
.mw_wp_form_input .u-display_input {
  display: block;
}

.u-display_confirm {
  display: none;
}
.mw_wp_form_confirm .u-display_confirm {
  display: block;
}

/*--------------------------------------------
  margin
--------------------------------------------*/
.u-mgt0 {
  margin-top: 0;
}
.u-mgt_ss {
  margin-top: 0.6em;
}
.u-mgt_xs {
  margin-top: 1em;
}
.u-mgt_sm {
  margin-top: 1.5em;
}
.u-mgt_md {
  margin-top: 2em;
}
.u-mgt_lg {
  margin-top: 2.5em;
}
.u-mgt_xl {
  margin-top: 3em;
}
.u-mgt_xxl {
  margin-top: 3.5em;
}
@media (max-width: 991.9px) {
  .u-mgt_ss {
    margin-top: 0.4em;
  }
  .u-mgt_xs {
    margin-top: 0.8em;
  }
  .u-mgt_sm {
    margin-top: 1.2em;
  }
  .u-mgt_md {
    margin-top: 1.6em;
  }
  .u-mgt_lg {
    margin-top: 2em;
  }
  .u-mgt_xl {
    margin-top: 2.4em;
  }
  .u-mgt_xxl {
    margin-top: 2.8em;
  }
}

.u-mgl0 {
  margin-left: 0;
}

.u-mgr0 {
  margin-right: 0;
}

.u-mgb0 {
  margin-bottom: 0;
}
.u-mgb_ss {
  margin-bottom: 0.6em;
}
.u-mgb_xs {
  margin-bottom: 1em;
}
.u-mgb_sm {
  margin-bottom: 1.5em;
}
.u-mgb_md {
  margin-bottom: 2em;
}
.u-mgb_lg {
  margin-bottom: 2.5em;
}
.u-mgb_xl {
  margin-bottom: 3em;
}
.u-mgb_xxl {
  margin-bottom: 3.5em;
}
@media (max-width: 991.9px) {
  .u-mgb_ss {
    margin-bottom: 0.4em;
  }
  .u-mgb_xs {
    margin-bottom: 0.8em;
  }
  .u-mgb_sm {
    margin-bottom: 1.2em;
  }
  .u-mgb_md {
    margin-bottom: 1.6em;
  }
  .u-mgb_lg {
    margin-bottom: 2em;
  }
  .u-mgb_xl {
    margin-bottom: 2.4em;
  }
  .u-mgb_xxl {
    margin-bottom: 2.8em;
  }
}

/*--------------------------------------------
  padding
--------------------------------------------*/
.u-pdt0 {
  padding-top: 0;
}

.u-pdl0 {
  padding-left: 0;
}

.u-pdr0 {
  padding-right: 0;
}

.u-pdb0 {
  padding-bottom: 0;
}

/*--------------------------------------------
  common
--------------------------------------------*/
.u-palt {
  font-feature-settings: "palt";
}

.u-italic {
  font-style: italic;
}

.u-va_sup {
  font-size: 70%;
  vertical-align: super;
}

.u-va_sub {
  font-size: 70%;
  vertical-align: sub;
}

.u-cursive {
  font-family: "HG行書体", cursive, serif;
}

.u-vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.u-upr {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.u-fw {
  font-weight: 700;
}
.u-fw400 {
  font-weight: 400;
}
.u-fw500 {
  font-weight: 500;
}

.u-lh {
  line-height: 1.8;
}
.u-lh_ss {
  line-height: 1.1;
}
.u-lh_xs {
  line-height: 1.3;
}
.u-lh_sm {
  line-height: 1.5;
}
.u-lh_md {
  line-height: 2;
}

.u-fs {
  font-size: 1.6rem;
}
.u-fs_xs {
  font-size: 1.2rem;
}
.u-fs_sm {
  font-size: 1.4rem;
}
.u-fs_md {
  font-size: 1.8rem;
}
.u-fs_lg {
  font-size: 2rem;
}
.u-fs_xl {
  font-size: 2.4rem;
}
.u-fs_xxl {
  font-size: 3rem;
}
@media (max-width: 991.9px) {
  .u-fs {
    font-size: 1.4rem;
  }
  .u-fs_xs {
    font-size: 1rem;
  }
  .u-fs_sm {
    font-size: 1.2rem;
  }
  .u-fs_md {
    font-size: 1.6rem;
  }
  .u-fs_lg {
    font-size: 1.8rem;
  }
  .u-fs_xl {
    font-size: 2rem;
  }
  .u-fs_xxl {
    font-size: 2.4rem;
  }
}

.u-z1 {
  position: relative;
  z-index: 1;
}

.u-w100p {
  width: 100%;
}

.u-h100p {
  height: 100%;
}

.u-fx_wrap {
  flex-wrap: wrap;
}

.u-row {
  flex-direction: row;
}

.u-row_reverse {
  flex-direction: row-reverse;
}

.u-column {
  flex-direction: column;
}

.u-column_reverse {
  flex-direction: column-reverse;
}

.u-ai {
  align-items: stretch;
}

.u-ai_start {
  align-items: flex-start;
}

.u-ai_center {
  align-items: center;
}

.u-ai_end {
  align-items: flex-end;
}

.u-jc_start {
  justify-content: flex-start;
}

.u-jc_center {
  justify-content: center;
}

.u-jc_end {
  justify-content: flex-end;
}

.u-jc_sb {
  justify-content: space-between;
}

.u-pe_none {
  pointer-events: none;
}
body.is-pc .u-pe, body.is-pc .u-pe_color {
  pointer-events: none;
  cursor: default;
}
body.is-tb .u-pe, body.is-sp .u-pe {
  text-decoration: underline;
}
body.is-tb .u-pe:hover, body.is-sp .u-pe:hover {
  text-decoration: none;
}
body.is-tb .u-pe_color, body.is-sp .u-pe_color {
  color: #25b4e0;
  text-decoration: none;
}
body.is-tb .u-pe_color:hover, body.is-sp .u-pe_color:hover {
  text-decoration: underline;
}

.u-bdt {
  border-top: 1px solid #f4f4f4;
}

.u-bdb {
  border-bottom: 1px solid #f4f4f4;
}

.u-nowrap {
  white-space: nowrap;
}

.u-of_hidden {
  overflow: hidden;
}

.u-bv_hidden {
  backface-visibility: hidden;
}

.u-center_block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.u-align_height {
  display: block !important;
  visibility: hidden;
  pointer-events: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-underline {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .u-underline:hover {
    text-decoration: none;
  }
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}/*# sourceMappingURL=style.css.map */