@charset "UTF-8";
html {
  scroll-behavior: auto !important;
}

.ly-wrapper,
.ly-header,
.ly-fullmenu,
.ly-content,
.ly-footer {
  color: #424242;
  line-height: 2;
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-display: swap;
  letter-spacing: 0.15em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
.ly-wrapper *,
.ly-header *,
.ly-fullmenu *,
.ly-content *,
.ly-footer * {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ly-wrapper form,
.ly-header form,
.ly-fullmenu form,
.ly-content form,
.ly-footer form {
  display: inline;
}
.ly-wrapper pre,
.ly-wrapper textarea,
.ly-header pre,
.ly-header textarea,
.ly-fullmenu pre,
.ly-fullmenu textarea,
.ly-content pre,
.ly-content textarea,
.ly-footer pre,
.ly-footer textarea {
  overflow: auto;
}
.ly-wrapper [hidden],
.ly-wrapper audio:not([controls]),
.ly-wrapper template,
.ly-header [hidden],
.ly-header audio:not([controls]),
.ly-header template,
.ly-fullmenu [hidden],
.ly-fullmenu audio:not([controls]),
.ly-fullmenu template,
.ly-content [hidden],
.ly-content audio:not([controls]),
.ly-content template,
.ly-footer [hidden],
.ly-footer audio:not([controls]),
.ly-footer template {
  display: none;
}
.ly-wrapper details,
.ly-wrapper main,
.ly-wrapper summary,
.ly-header details,
.ly-header main,
.ly-header summary,
.ly-fullmenu details,
.ly-fullmenu main,
.ly-fullmenu summary,
.ly-content details,
.ly-content main,
.ly-content summary,
.ly-footer details,
.ly-footer main,
.ly-footer summary {
  display: block;
}
.ly-wrapper input[type=text],
.ly-wrapper input[type=tel],
.ly-wrapper input[type=email],
.ly-wrapper input[type=password],
.ly-header input[type=text],
.ly-header input[type=tel],
.ly-header input[type=email],
.ly-header input[type=password],
.ly-fullmenu input[type=text],
.ly-fullmenu input[type=tel],
.ly-fullmenu input[type=email],
.ly-fullmenu input[type=password],
.ly-content input[type=text],
.ly-content input[type=tel],
.ly-content input[type=email],
.ly-content input[type=password],
.ly-footer input[type=text],
.ly-footer input[type=tel],
.ly-footer input[type=email],
.ly-footer input[type=password] {
  -webkit-appearance: none;
  border: none;
}
.ly-wrapper input[type=radio],
.ly-wrapper input[type=checkbox],
.ly-header input[type=radio],
.ly-header input[type=checkbox],
.ly-fullmenu input[type=radio],
.ly-fullmenu input[type=checkbox],
.ly-content input[type=radio],
.ly-content input[type=checkbox],
.ly-footer input[type=radio],
.ly-footer input[type=checkbox] {
  vertical-align: middle;
}
.ly-wrapper input[type=number],
.ly-header input[type=number],
.ly-fullmenu input[type=number],
.ly-content input[type=number],
.ly-footer input[type=number] {
  width: auto;
}
.ly-wrapper input[type=search],
.ly-header input[type=search],
.ly-fullmenu input[type=search],
.ly-content input[type=search],
.ly-footer input[type=search] {
  -webkit-appearance: textfield;
}
.ly-wrapper input[type=search]::-webkit-search-cancel-button,
.ly-wrapper input[type=search]::-webkit-search-decoration,
.ly-header input[type=search]::-webkit-search-cancel-button,
.ly-header input[type=search]::-webkit-search-decoration,
.ly-fullmenu input[type=search]::-webkit-search-cancel-button,
.ly-fullmenu input[type=search]::-webkit-search-decoration,
.ly-content input[type=search]::-webkit-search-cancel-button,
.ly-content input[type=search]::-webkit-search-decoration,
.ly-footer input[type=search]::-webkit-search-cancel-button,
.ly-footer input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.ly-wrapper progress,
.ly-header progress,
.ly-fullmenu progress,
.ly-content progress,
.ly-footer progress {
  display: inline-block;
}
.ly-wrapper small,
.ly-header small,
.ly-fullmenu small,
.ly-content small,
.ly-footer small {
  font-size: 75%;
}
.ly-wrapper sub,
.ly-wrapper sup,
.ly-header sub,
.ly-header sup,
.ly-fullmenu sub,
.ly-fullmenu sup,
.ly-content sub,
.ly-content sup,
.ly-footer sub,
.ly-footer sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0;
}
.ly-wrapper sup,
.ly-header sup,
.ly-fullmenu sup,
.ly-content sup,
.ly-footer sup {
  top: -0.5em;
}
.ly-wrapper sub,
.ly-header sub,
.ly-fullmenu sub,
.ly-content sub,
.ly-footer sub {
  bottom: -0.15em;
}
.ly-wrapper textarea,
.ly-header textarea,
.ly-fullmenu textarea,
.ly-content textarea,
.ly-footer textarea {
  resize: vertical;
  border: none;
}
.ly-wrapper audio,
.ly-wrapper canvas,
.ly-wrapper iframe,
.ly-wrapper img,
.ly-wrapper svg,
.ly-wrapper video,
.ly-header audio,
.ly-header canvas,
.ly-header iframe,
.ly-header img,
.ly-header svg,
.ly-header video,
.ly-fullmenu audio,
.ly-fullmenu canvas,
.ly-fullmenu iframe,
.ly-fullmenu img,
.ly-fullmenu svg,
.ly-fullmenu video,
.ly-content audio,
.ly-content canvas,
.ly-content iframe,
.ly-content img,
.ly-content svg,
.ly-content video,
.ly-footer audio,
.ly-footer canvas,
.ly-footer iframe,
.ly-footer img,
.ly-footer svg,
.ly-footer video {
  vertical-align: middle;
}
.ly-wrapper img,
.ly-header img,
.ly-fullmenu img,
.ly-content img,
.ly-footer img {
  border: 0;
  max-width: 100%;
  height: auto;
}
.ly-wrapper button,
.ly-wrapper input,
.ly-wrapper select,
.ly-wrapper textarea,
.ly-header button,
.ly-header input,
.ly-header select,
.ly-header textarea,
.ly-fullmenu button,
.ly-fullmenu input,
.ly-fullmenu select,
.ly-fullmenu textarea,
.ly-content button,
.ly-content input,
.ly-content select,
.ly-content textarea,
.ly-footer button,
.ly-footer input,
.ly-footer select,
.ly-footer textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
.ly-wrapper button,
.ly-header button,
.ly-fullmenu button,
.ly-content button,
.ly-footer button {
  overflow: visible;
}
.ly-wrapper button,
.ly-wrapper select,
.ly-header button,
.ly-header select,
.ly-fullmenu button,
.ly-fullmenu select,
.ly-content button,
.ly-content select,
.ly-footer button,
.ly-footer select {
  text-transform: none;
}
.ly-wrapper button,
.ly-wrapper html input[type=button],
.ly-wrapper input[type=reset],
.ly-wrapper input[type=submit],
.ly-header button,
.ly-header html input[type=button],
.ly-header input[type=reset],
.ly-header input[type=submit],
.ly-fullmenu button,
.ly-fullmenu html input[type=button],
.ly-fullmenu input[type=reset],
.ly-fullmenu input[type=submit],
.ly-content button,
.ly-content html input[type=button],
.ly-content input[type=reset],
.ly-content input[type=submit],
.ly-footer button,
.ly-footer html input[type=button],
.ly-footer input[type=reset],
.ly-footer input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.ly-wrapper button[disabled],
.ly-wrapper html input[disabled],
.ly-header button[disabled],
.ly-header html input[disabled],
.ly-fullmenu button[disabled],
.ly-fullmenu html input[disabled],
.ly-content button[disabled],
.ly-content html input[disabled],
.ly-footer button[disabled],
.ly-footer html input[disabled] {
  cursor: default;
}
.ly-wrapper button::-moz-focus-inner,
.ly-wrapper input::-moz-focus-inner,
.ly-header button::-moz-focus-inner,
.ly-header input::-moz-focus-inner,
.ly-fullmenu button::-moz-focus-inner,
.ly-fullmenu input::-moz-focus-inner,
.ly-content button::-moz-focus-inner,
.ly-content input::-moz-focus-inner,
.ly-footer button::-moz-focus-inner,
.ly-footer input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ly-wrapper input,
.ly-header input,
.ly-fullmenu input,
.ly-content input,
.ly-footer input {
  line-height: normal;
}
.ly-wrapper code,
.ly-wrapper kbd,
.ly-wrapper pre,
.ly-wrapper samp,
.ly-header code,
.ly-header kbd,
.ly-header pre,
.ly-header samp,
.ly-fullmenu code,
.ly-fullmenu kbd,
.ly-fullmenu pre,
.ly-fullmenu samp,
.ly-content code,
.ly-content kbd,
.ly-content pre,
.ly-content samp,
.ly-footer code,
.ly-footer kbd,
.ly-footer pre,
.ly-footer samp {
  font-family: monospace, monospace;
}
.ly-wrapper ol,
.ly-wrapper ul,
.ly-header ol,
.ly-header ul,
.ly-fullmenu ol,
.ly-fullmenu ul,
.ly-content ol,
.ly-content ul,
.ly-footer ol,
.ly-footer ul {
  list-style: none;
}
.ly-wrapper select,
.ly-header select,
.ly-fullmenu select,
.ly-content select,
.ly-footer select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.ly-wrapper select option,
.ly-header select option,
.ly-fullmenu select option,
.ly-content select option,
.ly-footer select option {
  background-color: #fff;
  color: #333;
}
.ly-wrapper select::-ms-expand,
.ly-header select::-ms-expand,
.ly-fullmenu select::-ms-expand,
.ly-content select::-ms-expand,
.ly-footer select::-ms-expand {
  display: none;
}
.ly-wrapper select:-moz-focusring,
.ly-header select:-moz-focusring,
.ly-fullmenu select:-moz-focusring,
.ly-content select:-moz-focusring,
.ly-footer select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.ly-wrapper table,
.ly-header table,
.ly-fullmenu table,
.ly-content table,
.ly-footer table {
  border-spacing: 0;
  border-collapse: collapse;
}
.ly-wrapper fieldset,
.ly-header fieldset,
.ly-fullmenu fieldset,
.ly-content fieldset,
.ly-footer fieldset {
  border: 0;
}
.ly-wrapper hr,
.ly-header hr,
.ly-fullmenu hr,
.ly-content hr,
.ly-footer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}
.ly-wrapper h1,
.ly-wrapper h2,
.ly-wrapper h3,
.ly-wrapper h4,
.ly-wrapper h5,
.ly-header h1,
.ly-header h2,
.ly-header h3,
.ly-header h4,
.ly-header h5,
.ly-fullmenu h1,
.ly-fullmenu h2,
.ly-fullmenu h3,
.ly-fullmenu h4,
.ly-fullmenu h5,
.ly-content h1,
.ly-content h2,
.ly-content h3,
.ly-content h4,
.ly-content h5,
.ly-footer h1,
.ly-footer h2,
.ly-footer h3,
.ly-footer h4,
.ly-footer h5 {
  font-weight: inherit;
}
body {
  margin: 0;
}
@media screen and (min-width: 769px) {
  body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  body::-webkit-scrollbar-track {
    background: #d8d8d8;
  }
  body::-webkit-scrollbar-thumb {
    background: #424242;
    border-radius: 50px;
  }
}
body.is-lock {
  position: relative;
  position: fixed;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  body.is-lock {
    width: calc(100% - 10px);
    height: 100%;
  }
  body.is-lock .ly-header {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 768px) {
  body.is-lock {
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
}
@media screen and (min-width: 769px) {
  body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  body::-webkit-scrollbar-track {
    background: #d8d8d8;
  }
  body::-webkit-scrollbar-thumb {
    background: #424242;
    border-radius: 50px;
  }
}

@media screen and (min-width: 769px) {
  .ly-wrapper,
  .ly-header,
  .ly-fullmenu,
  .ly-content,
  .ly-footer {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .ly-wrapper,
  .ly-header,
  .ly-fullmenu,
  .ly-content,
  .ly-footer {
    font-size: 3.5vw;
  }
}
.ly-wrapper a,
.ly-header a,
.ly-fullmenu a,
.ly-content a,
.ly-footer a {
  color: #847344;
  text-underline-offset: 0.3em;
  text-decoration: none;
}
.ly-wrapper a.disabled,
.ly-header a.disabled,
.ly-fullmenu a.disabled,
.ly-content a.disabled,
.ly-footer a.disabled {
  pointer-events: none;
}
.ly-wrapper a:hover,
.ly-header a:hover,
.ly-fullmenu a:hover,
.ly-content a:hover,
.ly-footer a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .ly-wrapper a[href*="tel:"],
  .ly-header a[href*="tel:"],
  .ly-fullmenu a[href*="tel:"],
  .ly-content a[href*="tel:"],
  .ly-footer a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.ly-wrapper ::selection,
.ly-header ::selection,
.ly-fullmenu ::selection,
.ly-content ::selection,
.ly-footer ::selection {
  background: #424242;
  color: #f6f6f6;
}
.ly-wrapper ::-moz-selection,
.ly-header ::-moz-selection,
.ly-fullmenu ::-moz-selection,
.ly-content ::-moz-selection,
.ly-footer ::-moz-selection {
  background: #424242;
  color: #f6f6f6;
}

.ly-wrapper {
  position: relative;
}

.ly-header {
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.ly-header_in {
  position: relative;
  z-index: 2;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .ly-header_in {
    height: 92px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_in {
    height: 17vw;
  }
}
.ly-header_logo {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .ly-header_logo {
    width: 293px;
    left: 30px;
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_logo {
    width: 50vw;
    left: 5vw;
    top: 3.75vw;
  }
  .ly-header_logo .cls-3 {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  .ly-header_logo.is-active .cls-3 {
    fill: #fff;
  }
}
.ly-header_logo > a,
.ly-header_logo > span {
  line-height: 1;
  display: block;
}
.ly-header_logo > a img,
.ly-header_logo > span img {
  width: 100%;
}
.ly-header_gnav {
  z-index: 1;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .ly-header_gnav {
    right: 20px;
    bottom: 0;
    width: 100%;
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_gnav {
    width: 100%;
    height: 100dvh;
    background: rgba(66, 66, 66, 0.9);
    padding: 22.5vw 5vw;
    backdrop-filter: blur(10px);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    pointer-events: none;
  }
  .ly-header_gnav {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
  .ly-header_gnav.is-active {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (min-width: 769px) {
  .ly-header_gnav > ul {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .ly-header_gnav > ul > li {
    position: relative;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_gnav > ul > li {
    display: flex;
    align-items: start;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_gnav > ul > li + li {
    border-top: 1px solid #5b5b5b;
  }
}
.ly-header_gnav > ul > li > a, .ly-header_gnav > ul > li > button {
  position: relative;
}
@media screen and (min-width: 769px) {
  .ly-header_gnav > ul > li > a, .ly-header_gnav > ul > li > button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 25px;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_gnav > ul > li > a, .ly-header_gnav > ul > li > button {
    padding: 2.5vw;
    text-align: left;
  }
}
.ly-header_gnav > ul > li > a > span, .ly-header_gnav > ul > li > button > span {
  position: relative;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .ly-header_gnav > ul > li > a > span, .ly-header_gnav > ul > li > button > span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #424242;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .ly-header_gnav > ul > li > a > span::after, .ly-header_gnav > ul > li > button > span::after {
    content: "";
    display: block;
    width: 0%;
    height: 4px;
    background: #847344;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .ly-header_gnav > ul > li > a > span::after, .ly-header_gnav > ul > li > button > span::after {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
}
.ly-header_gnav > ul > li > a.is-current, .ly-header_gnav > ul > li > a:hover, .ly-header_gnav > ul > li > button.is-current, .ly-header_gnav > ul > li > button:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .ly-header_gnav > ul > li > a.is-current > span::after, .ly-header_gnav > ul > li > a:hover > span::after, .ly-header_gnav > ul > li > button.is-current > span::after, .ly-header_gnav > ul > li > button:hover > span::after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_gnav > ul > li > button {
    width: 40vw;
    min-width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_gnav > ul > li > button > span {
    color: #c6c6c6;
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-header_gnav > ul > li > button::after {
    content: "";
    display: block;
    background: url(../img/common/ico_gnav_arrow.svg) no-repeat center/contain;
    margin-left: 0.5em;
    width: 10px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_gnav > ul > li > a {
    flex-basis: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_gnav > ul > li > a > span {
    color: #fff;
    font-size: 3.5vw;
  }
}
.ly-header_gnav > ul > li > a:after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  margin-left: 0.5em;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .ly-header_gnav > ul > li > a:after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_gnav > ul > li > a:after {
    width: 3vw;
    height: 3vw;
  }
}
.ly-header_gnav > ul > li:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .ly-header_gnav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 769px) {
  .ly-header_gnav > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 3%);
    position: absolute;
    left: 50%;
    z-index: 1;
    background: #fff;
    width: 240px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.05));
  }
  .ly-header_gnav > ul > li > ul {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_gnav > ul > li > ul {
    padding: 1.25vw 0;
  }
}
@media screen and (min-width: 769px) {
  .ly-header_gnav > ul > li > ul > li + li {
    border-top: 1px solid #E5E5E5;
  }
}
.ly-header_gnav > ul > li > ul > li > a {
  position: relative;
  text-decoration: none;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
.ly-header_gnav > ul > li > ul > li > a {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .ly-header_gnav > ul > li > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #424242;
    min-height: 52px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_gnav > ul > li > ul > li > a {
    color: #fff;
    font-size: 4vw;
    padding: 2.5vw 0;
    letter-spacing: 0.04em;
  }
}
.ly-header_gnav > ul > li > ul > li > a:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  .ly-header_gnav > ul > li > ul > li > a:hover {
    background: rgba(132, 115, 68, 0.05);
  }
}
.ly-header_gnav_btn {
  cursor: pointer;
  position: fixed;
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ly-header_gnav_btn {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .ly-header_gnav_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_gnav_btn {
    position: fixed;
    width: 12.5vw;
    height: 12.5vw;
    top: 2vw;
    right: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-header_gnav_btn:hover {
    opacity: 0.8;
  }
}
.ly-header_gnav_btn > div {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.ly-header_gnav_btn > div span {
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #424242;
}
.ly-header_gnav_btn > div span {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (max-width: 768px) {
  .ly-header_gnav_btn > div span {
    height: 0.5vw;
    width: 7.5vw;
    left: -3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_gnav_btn > div span:nth-child(1) {
    transform: translate(0, -2.25vw);
  }
}
@media screen and (max-width: 768px) {
  .ly-header_gnav_btn > div span:nth-child(3) {
    width: 3.75vw;
    transform: translate(0, 2.25vw);
  }
}
@media screen and (min-width: 769px) {
  .ly-header_gnav_btn.is-active {
    right: 20px;
  }
}
.ly-header_gnav_btn.is-active > div span {
  background: #f6f6f6;
}
.ly-header_gnav_btn.is-active > div span:nth-child(1) {
  transform: rotate(35deg);
}
.ly-header_gnav_btn.is-active > div span:nth-child(2) {
  opacity: 0;
}
.ly-header_gnav_btn.is-active > div span:nth-child(3) {
  transform: rotate(-35deg);
}
@media screen and (max-width: 768px) {
  .ly-header_gnav_btn.is-active > div span:nth-child(3) {
    width: 7.5vw;
  }
}

.ly-content {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  [data-page-id=home] .ly-content {
    margin-top: 92px;
  }
}
@media screen and (max-width: 768px) {
  [data-page-id=home] .ly-content {
    margin-top: 17vw;
  }
}

.ly-content_in {
  margin: 0 auto;
}

.ly-sec {
  position: relative;
}
@media screen and (min-width: 769px) {
  .ly-sec {
    padding: 90px 30px;
  }
}
@media screen and (max-width: 768px) {
  .ly-sec {
    padding: 10vw 5vw;
  }
}
.ly-sec_in {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .ly-sec_in {
    max-width: 1360px;
  }
}

.ly-footer {
  position: relative;
  z-index: 1;
  background: #4C4C4C;
  background: url(../img/common/bg2.webp) repeat center center;
  background-size: 100px 100px;
}
@media screen and (min-width: 769px) {
  .ly-footer {
    padding-top: 55px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer {
    padding-top: 10vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 20vw;
    padding-bottom: 37.5vw;
  }
}
.ly-footer_in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .ly-footer_in {
    max-width: 1360px;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav ._list1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav ._list1 dl {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav ._list1 dl + dl {
    margin-top: 5vw;
  }
}
.ly-footer_fnav ._list1 dl dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #c6c6c6;
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav ._list1 dl dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav ._list1 dl dt {
    width: 40vw;
    min-width: 40vw;
    font-size: 3.5vw;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav ._list1 dl dd {
    margin-top: 10px;
  }
}
.ly-footer_fnav ._list1 dl dd ul li {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav ._list1 dl dd ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav ._list1 dl dd ul li {
    font-size: 3.5vw;
    letter-spacing: 0em;
    line-height: 2.1428571429;
  }
}
.ly-footer_fnav ._list1 dl dd ul li::before {
  content: "ー";
  padding-right: 0.5em;
}
.ly-footer_fnav ._list1 dl dd ul li a {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav ._list2 {
    margin-top: -2em;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav ._list2 {
    margin-top: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav ._list2 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav ._list2 ul li + li {
    margin-top: 2.5vw;
  }
}
.ly-footer_fnav ._list2 ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav ._list2 ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav ._list2 ul li a {
    font-size: 3.5vw;
  }
}
.ly-footer_fnav ._list2 ul li a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  margin-left: 0.5em;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav ._list2 ul li a:after {
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_info {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info {
    margin-top: 12.5vw;
  }
}
.ly-footer_info_company {
  line-height: 1.7272727273;
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
  }
}
.ly-footer_info_company ._title {
  color: #c6c6c6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company ._title {
    flex-basis: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_company ._title {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
  }
}
.ly-footer_info_company ._address {
  color: #c6c6c6;
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company ._address {
    font-size: 11px;
    margin-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_company ._address {
    font-size: 2.75vw;
  }
}
.ly-footer_info_company ._open {
  color: #c6c6c6;
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company ._open {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_company ._open {
    font-size: 2.75vw;
  }
}
.ly-footer_info_company ._approval {
  color: #c6c6c6;
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company ._approval {
    flex-basis: 100%;
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_company ._approval {
    font-size: 2.75vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company ._approval li {
    margin-right: 1em;
  }
}
.ly-footer_info_sns ul {
  display: flex;
}
@media screen and (min-width: 769px) {
  .ly-footer_info_sns ul {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_sns ul {
    gap: 5vw;
    margin-top: 10vw;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_info_sns ul li {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_sns ul li {
    width: 10vw;
  }
}
.ly-footer_info_sns ul li a {
  backface-visibility: hidden;
}
.ly-footer_info_sns ul li a {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .ly-footer_info_sns ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_logo {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_logo {
    margin-top: 6.25vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_bottom {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_bottom {
    margin-top: 5vw;
    padding-bottom: 2.5vw;
  }
}
.ly-footer_pnav ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .ly-footer_pnav ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_pnav ul li {
    flex-grow: 1;
  }
}
.ly-footer_pnav ul li + li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .ly-footer_pnav ul li + li {
    padding-left: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_pnav ul li + li {
    padding-left: 2.5vw;
    margin-left: 2.5vw;
  }
}
.ly-footer_pnav ul li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.8em;
  background: #c6c6c6;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.ly-footer_pnav ul li a {
  display: block;
  line-height: 1;
  color: #c6c6c6;
  text-decoration: none;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .ly-footer_pnav ul li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_pnav ul li a {
    text-align: center;
    padding: 1.25vw 0;
    letter-spacing: 0;
    font-size: 2.25vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_pnav ul li a:hover {
    text-decoration: underline;
  }
}
.ly-footer_copyright {
  color: #c6c6c6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .ly-footer_copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_copyright {
    margin-top: 2.5vw;
    display: block;
    text-align: center;
    font-size: 2.25vw;
    letter-spacing: normal;
  }
}

.co-headingStyle1 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .co-headingStyle1 {
    flex-direction: column;
  }
}
.co-headingStyle1 > span._en {
  font-family: "Cinzel", serif;
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0;
  color: #847344;
}
@media screen and (min-width: 769px) {
  .co-headingStyle1 > span._en {
    font-size: 11px;
    width: 80px;
    min-width: 80px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle1 > span._en {
    line-height: 1;
    font-size: 2.75vw;
  }
}
.co-headingStyle1 > span._jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .co-headingStyle1 > span._jp {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle1 > span._jp {
    margin-top: 5vw;
    font-size: 5vw;
  }
}

.co-btnStyle1 {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .co-btnStyle1 {
    min-height: 50px;
    padding: 5px 10px 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle1 {
    min-height: 12.5vw;
    padding: 1.25vw 2.5vw 1.25vw 0;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle1.-small {
    min-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-small {
    min-height: 5vw;
  }
}
.co-btnStyle1 > span {
  display: inline-flex;
  align-items: center;
}
.co-btnStyle1 > span._txt {
  color: #424242;
}
.co-btnStyle1 > span._txt {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.co-btnStyle1 > span._txt.-en {
  line-height: 1;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .co-btnStyle1 > span._txt.-en {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle1 > span._txt.-en {
    font-size: 3.25vw;
  }
}
.co-btnStyle1 > span._arrow {
  overflow: hidden;
  margin-right: 0.5em;
}
@media screen and (min-width: 769px) {
  .co-btnStyle1 > span._arrow {
    width: 12px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle1 > span._arrow {
    width: 3vw;
    height: 2.25vw;
  }
}
.co-btnStyle1 > span._arrow::before {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
}
.co-btnStyle1 > span._arrow::before {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .co-btnStyle1 > span._arrow::before {
    width: 12px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle1 > span._arrow::before {
    width: 3vw;
    height: 2.5vw;
  }
}
.co-btnStyle1::after {
  content: "";
  width: 0;
  height: 1px;
  background: #847344;
  position: absolute;
  left: 0;
  bottom: 0;
}
.co-btnStyle1::after {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.co-btnStyle1[href]:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  .co-btnStyle1[href]:hover ._txt {
    transform: translateX(1em);
  }
  .co-btnStyle1[href]:hover::after {
    width: 100%;
  }
  .co-btnStyle1[href]:hover ._arrow::before {
    animation: moveArrow 0.5s ease-out forwards;
  }
}
a:hover .co-btnStyle1 {
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  a:hover .co-btnStyle1 ._txt {
    transform: translateX(1em);
  }
  a:hover .co-btnStyle1::after {
    width: 100%;
  }
  a:hover .co-btnStyle1 ._arrow::before {
    animation: moveArrow 0.5s ease-out forwards;
  }
}

@keyframes moveArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(110%);
  }
  51% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(0);
  }
}
.co-btnStyle1.-white > span._txt {
  color: #fff;
}
.co-btnStyle1.-white > span._arrow::before {
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
.co-btnStyle1.-white::after {
  background: #fff;
}
.co-btnStyle1.-w100p {
  min-width: 100%;
}
@media screen and (min-width: 769px) {
  * + .co-btnStyle1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-btnStyle1 {
    margin-top: 5vw;
  }
}

.co-btnStyle2 {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  background: #fff;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.05));
}
.co-btnStyle2 {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .co-btnStyle2 {
    min-width: 300px;
    min-height: 64px;
    padding: 5px 10px 5px 20px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle2 {
    min-width: 75vw;
    min-height: 16vw;
    padding: 1.25vw 7.5vw;
  }
}
.co-btnStyle2 > span {
  display: inline-flex;
  align-items: center;
}
.co-btnStyle2 > span._txt {
  color: #424242;
}
.co-btnStyle2 > span._txt {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.co-btnStyle2 > span._txt.-jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .co-btnStyle2 > span._txt.-jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle2 > span._txt.-jp {
    font-size: 4vw;
  }
}
.co-btnStyle2 > span._arrow {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .co-btnStyle2 > span._arrow {
    left: 20px;
    width: 12px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle2 > span._arrow {
    left: 5vw;
    width: 3vw;
    height: 2.5vw;
  }
}
.co-btnStyle2 > span._arrow::before {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
}
.co-btnStyle2 > span._arrow::before {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .co-btnStyle2 > span._arrow::before {
    width: 12px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle2 > span._arrow::before {
    width: 3vw;
    height: 2.5vw;
  }
}
.co-btnStyle2[href]:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  .co-btnStyle2[href]:hover {
    box-shadow: 0px 0px 0px 1px rgba(132, 115, 68, 0.8) inset;
  }
  .co-btnStyle2[href]:hover ._arrow::before {
    animation: moveArrow 0.5s ease-out forwards;
  }
}
a:hover .co-btnStyle2 {
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  a:hover .co-btnStyle2 {
    box-shadow: 0px 0px 0px 1px rgba(132, 115, 68, 0.8) inset;
  }
  a:hover .co-btnStyle2 ._arrow::before {
    animation: moveArrow 0.5s ease-out forwards;
  }
}

@keyframes moveArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(110%);
  }
  51% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (min-width: 769px) {
  * + .co-btnStyle2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-btnStyle2 {
    margin-top: 5vw;
  }
}

.co-btnSearch {
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  background: #424242;
  text-decoration: none;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.05));
  width: 100%;
  max-width: 620px;
}
.co-btnSearch {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .co-btnSearch {
    padding: 20px 35px 20px 90px;
    border-radius: 4px;
    min-height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnSearch {
    padding: 5vw 8.75vw 5vw 14vw;
    border-radius: 1vw;
    min-height: 25vw;
  }
}
.co-btnSearch::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: url(../img/common/ico_search_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .co-btnSearch::before {
    top: 32px;
    left: 40px;
    width: 22px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnSearch::before {
    top: 6.25vw;
    left: 5vw;
    width: 5.5vw;
    height: 6.25vw;
  }
}
.co-btnSearch ._txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .co-btnSearch ._txt1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnSearch ._txt1 {
    font-size: 5vw;
  }
}
.co-btnSearch ._txt2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-display: swap;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .co-btnSearch ._txt2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnSearch ._txt2 {
    font-size: 3.5vw;
  }
}
.co-btnSearch ._ico {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .co-btnSearch ._ico {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .co-btnSearch ._ico {
    right: 2.5vw;
    bottom: 1.25vw;
  }
}
.co-btnSearch ._ico ._txt {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .co-btnSearch ._ico ._txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnSearch ._ico ._txt {
    font-size: 3.25vw;
  }
}
.co-btnSearch ._ico ._arrow {
  margin-right: 0.5em;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .co-btnSearch ._ico ._arrow {
    width: 12px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnSearch ._ico ._arrow {
    width: 3vw;
    height: 2vw;
  }
}
.co-btnSearch ._ico ._arrow::before {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .co-btnSearch ._ico ._arrow::before {
    width: 12px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnSearch ._ico ._arrow::before {
    width: 3vw;
    height: 2vw;
  }
}
.co-btnSearch:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  .co-btnSearch:hover {
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3) inset;
  }
  .co-btnSearch:hover ._arrow::before {
    animation: moveArrow 0.5s ease-out forwards;
  }
}
@keyframes moveArrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(110%);
  }
  51% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(0);
  }
}

.co-txtStyle1 {
  line-height: 1.8;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .co-txtStyle1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .co-txtStyle1 {
    font-size: 3.5vw;
  }
}
.co-txtStyle1.-darkgray {
  color: #848484;
}

.pr-cardStyle1 {
  display: block;
  position: relative;
  color: #424242;
  text-decoration: none;
}
.pr-cardStyle1[href]:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1[href]:hover ._img img {
    transform: scale(1.02);
  }
}
.pr-cardStyle1 > ._subtitle {
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 500;
  letter-spacing: 0;
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._subtitle {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._subtitle {
    margin-bottom: 2.5vw;
    font-size: 2.75vw;
  }
}
.pr-cardStyle1 > ._img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._img {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._img {
    border-radius: 1vw;
  }
}
.pr-cardStyle1 > ._img > img {
  position: relative;
  z-index: 0;
  width: 100%;
}
.pr-cardStyle1 > ._img > img {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.pr-cardStyle1 > ._img ._title {
  position: absolute;
  z-index: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._img ._title {
    top: 20px;
    left: 40px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._img ._title {
    top: 3.75vw;
    left: 3.75vw;
    font-size: 5vw;
  }
}
.pr-cardStyle1 > ._img ._place {
  position: absolute;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._img ._place {
    left: 25px;
    bottom: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._img ._place {
    left: 3.75vw;
    bottom: 2.5vw;
    font-size: 2.75vw;
  }
}
.pr-cardStyle1 > ._img .pr-swiperStyle1 {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
}
.pr-cardStyle1 > ._img .pr-swiperStyle1 img {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.pr-cardStyle1 > ._img .co-btnStyle1 {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._img .co-btnStyle1 {
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._img .co-btnStyle1 {
    right: 1.25vw;
    bottom: 2.5vw;
  }
}
.pr-cardStyle1 > ._txt {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt {
    margin-top: 3.75vw;
  }
}
.pr-cardStyle1 > ._txt ._category {
  position: relative;
  color: #847344;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._category {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._category {
    font-size: 3.5vw;
  }
}
.pr-cardStyle1 > ._txt ._title {
  position: relative;
  color: #424242;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._title {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._title {
    margin-top: 1.25vw;
    font-size: 4vw;
  }
}
.pr-cardStyle1 > ._txt ._body {
  color: #848484;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._body {
    margin-top: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt .c-btnStyle1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt .c-btnStyle1 {
    margin-top: 5vw;
  }
}
.pr-cardStyle1.-white {
  color: #f6f6f6;
}
.pr-cardStyle1.-white ._title {
  border-color: #f6f6f6;
}
.pr-cardStyle1.-white ._title::after {
  background-image: url(../img/common/ico_arrow1_white.svg);
}
.pr-cardStyle1.-white ._body {
  color: #c6c6c6;
}
.pr-cardStyle1.-white ._caption {
  color: #c6c6c6;
}
.pr-cardStyle1.-white ._tag li {
  color: #c6c6c6;
}
.pr-cardStyle1.-white[href] > ._txt ._title::after {
  background-image: url(../img/common/ico_arrow1_white.svg);
}
.pr-cardStyle1.-white[href$=".pdf"] > ._txt ._title::after {
  background-image: url(../img/common/ico_pdf_white.svg);
}

.pr-swiperStyle1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  * + .pr-swiperStyle1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  * + .pr-swiperStyle1 {
    margin-top: 7.5vw;
  }
}
.pr-swiperStyle1 .swiper {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.pr-swiperStyle1 .swiper-initialized {
  opacity: 1;
}
.pr-swiperStyle1 .swiper-wrapper {
  will-change: transform;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pr-swiperStyle1 .swiper-slide {
  height: auto;
  transition-property: opacity;
}
.pr-swiperStyle1 .swiper-slide img {
  width: 100%;
}
.pr-swiperStyle1 .swiper-ctrl {
  display: flex;
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1 .swiper-ctrl {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1 .swiper-ctrl {
    margin-top: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1 .swiper-button-next {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1 .swiper-button-next {
    margin-left: 2.5vw;
  }
}
.pr-swiperStyle1 .swiper-button-next, .pr-swiperStyle1 .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #CCCCCC;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.05));
}
.pr-swiperStyle1 .swiper-button-next, .pr-swiperStyle1 .swiper-button-prev {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pr-swiperStyle1 .swiper-button-next, .pr-swiperStyle1 .swiper-button-prev {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    border-radius: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1 .swiper-button-next, .pr-swiperStyle1 .swiper-button-prev {
    width: 12.5vw;
    height: 12.5vw;
    min-width: 12.5vw;
    min-height: 12.5vw;
    border-radius: 25vw;
  }
}
.pr-swiperStyle1 .swiper-button-next::before, .pr-swiperStyle1 .swiper-button-prev::before {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1 .swiper-button-next::before, .pr-swiperStyle1 .swiper-button-prev::before {
    width: 12px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1 .swiper-button-next::before, .pr-swiperStyle1 .swiper-button-prev::before {
    width: 3vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1 .swiper-button-next:hover, .pr-swiperStyle1 .swiper-button-prev:hover {
    box-shadow: 0px 0px 0px 1px rgba(132, 115, 68, 0.8) inset;
  }
}
.pr-swiperStyle1 .swiper-button-disabled {
  pointer-events: none !important;
  opacity: 0.2 !important;
  opacity: 0 !important;
}
.pr-swiperStyle1 .swiper-button-prev::before {
  transform: rotate(180deg);
}
.pr-swiperStyle1 .swiper-pagination {
  display: flex;
  flex-grow: 1;
  align-items: center;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1 .swiper-pagination {
    margin-left: 44px;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1 .swiper-pagination {
    margin-left: 3.75vw;
    font-size: 5vw;
  }
}
.pr-swiperStyle1 .swiper-pagination-bullet {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1 .swiper-pagination-bullet {
    max-width: 48px;
    height: 60px;
    margin: 0 3px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1 .swiper-pagination-bullet {
    max-width: 5.75vw;
    height: 10vw;
    margin: 0 0.75vw;
  }
}
.pr-swiperStyle1 .swiper-pagination-bullet {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.pr-swiperStyle1 .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1 .swiper-pagination-bullet:hover {
    opacity: 0.8;
  }
}
.pr-swiperStyle1 .swiper-pagination-bullet-active::before {
  background: #847344;
}
.pr-swiperStyle1 .swiper-pagination-lock {
  display: none;
}
.pr-swiperStyle1.-white .swiper-button-next, .pr-swiperStyle1.-white .swiper-button-prev {
  background: #fff;
}
.pr-swiperStyle1.-white .swiper-button-next::before, .pr-swiperStyle1.-white .swiper-button-prev::before {
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1.-pc_white .swiper-button-next, .pr-swiperStyle1.-pc_white .swiper-button-prev {
    background: #fff;
  }
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1.-pc_white .swiper-button-next::before, .pr-swiperStyle1.-pc_white .swiper-button-prev::before {
    background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  }
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1.-ctrlSide:has(.swiper-pagination:not(.swiper-pagination-lock)) {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlSide:has(.swiper-pagination:not(.swiper-pagination-lock)) {
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1.-ctrlSide .swiper-ctrl {
    margin-top: 0;
    position: absolute;
    z-index: 10;
    inset: 0;
    pointer-events: none;
  }
  .pr-swiperStyle1.-ctrlSide .swiper-button-next, .pr-swiperStyle1.-ctrlSide .swiper-button-prev {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
  }
  .pr-swiperStyle1.-ctrlSide .swiper-button-prev {
    left: -90px;
  }
  .pr-swiperStyle1.-ctrlSide .swiper-button-next {
    right: -90px;
  }
  .pr-swiperStyle1.-ctrlSide .swiper-pagination {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    margin-left: 0px;
    pointer-events: auto;
    justify-content: flex-end;
    bottom: -80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlSide {
    justify-content: flex-end;
    margin-top: 7.5vw;
  }
  .pr-swiperStyle1.-ctrlSide .swiper {
    width: 100%;
  }
  .pr-swiperStyle1.-ctrlSide .swiper-ctrl {
    justify-content: flex-end;
    margin-top: 5vw;
  }
  .pr-swiperStyle1.-ctrlSide .swiper-button-next, .pr-swiperStyle1.-ctrlSide .swiper-button-prev {
    order: 2;
  }
  .pr-swiperStyle1.-ctrlSide .swiper-pagination {
    order: 1;
    margin-left: 0;
    margin-right: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1.-ctrlLeft .swiper-ctrl {
    margin-top: 0;
    position: absolute;
    z-index: 10;
    top: 70px;
    left: -200px;
    pointer-events: none;
  }
  .pr-swiperStyle1.-ctrlLeft .swiper-button-next, .pr-swiperStyle1.-ctrlLeft .swiper-button-prev {
    pointer-events: auto;
  }
  .pr-swiperStyle1.-ctrlLeft .swiper-pagination {
    position: absolute;
    top: -70px;
    left: 25px;
    z-index: 10;
    width: 100%;
    margin-left: 0px;
    pointer-events: auto;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlLeft {
    justify-content: flex-end;
    margin-top: 7.5vw;
  }
  .pr-swiperStyle1.-ctrlLeft .swiper {
    width: 100%;
  }
  .pr-swiperStyle1.-ctrlLeft .swiper-ctrl {
    justify-content: flex-end;
    margin-top: 5vw;
  }
  .pr-swiperStyle1.-ctrlLeft .swiper-button-next, .pr-swiperStyle1.-ctrlLeft .swiper-button-prev {
    order: 2;
  }
  .pr-swiperStyle1.-ctrlLeft .swiper-pagination {
    order: 1;
    margin-left: 0;
    margin-right: 3.75vw;
  }
}

[data-accordion=""] [data-accordion-cnt],
[data-accordion=both] [data-accordion-cnt] {
  display: block grid;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}
[data-accordion=""] [data-accordion-cnt] > *,
[data-accordion=both] [data-accordion-cnt] > * {
  overflow: hidden;
}
[data-accordion=""] [data-accordion-cnt].is-active,
[data-accordion=both] [data-accordion-cnt].is-active {
  grid-template-rows: 1fr;
}

@media screen and (max-width: 768px) {
  [data-accordion=pc] [data-accordion-btn] {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  [data-accordion=pc] [data-accordion-cnt] {
    display: block grid;
    transition: grid-template-rows 0.5s;
    grid-template-rows: 0fr;
  }
  [data-accordion=pc] [data-accordion-cnt] > * {
    overflow: hidden;
  }
  [data-accordion=pc] [data-accordion-cnt].is-active {
    grid-template-rows: 1fr;
  }
}

@media screen and (min-width: 769px) {
  [data-accordion=sp] [data-accordion-btn] {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  [data-accordion=sp] [data-accordion-cnt] {
    display: block grid;
    transition: grid-template-rows 0.5s;
    grid-template-rows: 0fr;
  }
  [data-accordion=sp] [data-accordion-cnt] > * {
    overflow: hidden;
  }
  [data-accordion=sp] [data-accordion-cnt].is-active {
    grid-template-rows: 1fr;
  }
}

[data-tab-container] [data-tab-group] {
  position: relative;
}
[data-tab-container] [data-tab-group] [data-tab] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
[data-tab-container] [data-tab-group] [data-tab].is-active {
  transition-duration: 1.3s;
  position: static;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

[data-animation-gray] {
  position: relative;
  overflow: hidden;
  filter: brightness(80%) grayscale(100%);
  transition: filter 0.6s ease-out;
}
[data-animation-gray]::before {
  transition: transform 0.6s ease-in-out;
  content: "";
  display: block;
  background: #F4F4EF;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(100%);
  transform-origin: right center;
  position: absolute;
  z-index: 3;
}
body[data-page-id=top] [data-animation-gray]::before {
  background: #121516;
}

[data-animation-gray] img {
  transition: transform 9s ease-out;
  position: relative;
  z-index: 1;
  transform: scale(1);
}
[data-animation-gray] ._gray {
  transition-duration: 1s;
  position: absolute;
  inset: -10px;
  z-index: 2;
  background: rgba(18, 21, 22, 0.3);
  backdrop-filter: blur(10px);
}
[data-animation-gray] ._gray {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

[data-animation-gray] ._gray img {
  display: none;
}
[data-animation-gray].is-animation {
  transition: filter 0.6s ease-in-out 0.4s;
  filter: brightness(100%) grayscale(0%);
}
[data-animation-gray].is-animation::before {
  transition: transform 1s cubic-bezier(0.34, 0.4, 0.15, 1);
  transform: scaleX(0%);
}
[data-animation-gray].is-animation ._gray {
  background: rgba(18, 21, 22, 0);
  backdrop-filter: blur(0px);
  transition-delay: 0.2s;
}
[data-animation-gray].is-animation img {
  transform: scale(1.1);
}

[data-animation-fadein] {
  transition: opacity 0.6s ease-out;
  opacity: 0;
}
[data-animation-fadein].is-animation {
  transition: opacity 0.8s ease-in-out;
  opacity: 1;
}

[data-animation-slideup] {
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  opacity: 0;
  transform: translateY(60px) !important;
}
[data-animation-slideup].is-animation {
  transition: opacity 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out;
  opacity: 1;
  transform: translateY(0) !important;
}

@media screen and (min-width: 769px) {
  html.lenis2 {
    height: auto;
  }
  html.lenis2 body {
    height: auto;
  }
  html.lenis2.lenis-smooth {
    scroll-behavior: auto !important;
  }
  html.lenis2.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  html.lenis2.lenis-stopped {
    overflow: hidden;
  }
  html.lenis2.lenis-scrolling iframe {
    pointer-events: none;
  }
}

.pr-cvBtn {
  color: #424242;
  line-height: 2;
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-display: swap;
  letter-spacing: 0.15em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: fixed;
  z-index: 10;
}
.pr-cvBtn * {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pr-cvBtn form {
  display: inline;
}
.pr-cvBtn pre,
.pr-cvBtn textarea {
  overflow: auto;
}
.pr-cvBtn [hidden],
.pr-cvBtn audio:not([controls]),
.pr-cvBtn template {
  display: none;
}
.pr-cvBtn details,
.pr-cvBtn main,
.pr-cvBtn summary {
  display: block;
}
.pr-cvBtn input[type=text],
.pr-cvBtn input[type=tel],
.pr-cvBtn input[type=email],
.pr-cvBtn input[type=password] {
  -webkit-appearance: none;
  border: none;
}
.pr-cvBtn input[type=radio],
.pr-cvBtn input[type=checkbox] {
  vertical-align: middle;
}
.pr-cvBtn input[type=number] {
  width: auto;
}
.pr-cvBtn input[type=search] {
  -webkit-appearance: textfield;
}
.pr-cvBtn input[type=search]::-webkit-search-cancel-button,
.pr-cvBtn input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.pr-cvBtn progress {
  display: inline-block;
}
.pr-cvBtn small {
  font-size: 75%;
}
.pr-cvBtn sub,
.pr-cvBtn sup {
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  line-height: 0;
}
.pr-cvBtn sup {
  top: -0.5em;
}
.pr-cvBtn sub {
  bottom: -0.15em;
}
.pr-cvBtn textarea {
  resize: vertical;
  border: none;
}
.pr-cvBtn audio,
.pr-cvBtn canvas,
.pr-cvBtn iframe,
.pr-cvBtn img,
.pr-cvBtn svg,
.pr-cvBtn video {
  vertical-align: middle;
}
.pr-cvBtn img {
  border: 0;
  max-width: 100%;
  height: auto;
}
.pr-cvBtn button,
.pr-cvBtn input,
.pr-cvBtn select,
.pr-cvBtn textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
.pr-cvBtn button {
  overflow: visible;
}
.pr-cvBtn button,
.pr-cvBtn select {
  text-transform: none;
}
.pr-cvBtn button,
.pr-cvBtn html input[type=button],
.pr-cvBtn input[type=reset],
.pr-cvBtn input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.pr-cvBtn button[disabled],
.pr-cvBtn html input[disabled] {
  cursor: default;
}
.pr-cvBtn button::-moz-focus-inner,
.pr-cvBtn input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pr-cvBtn input {
  line-height: normal;
}
.pr-cvBtn code,
.pr-cvBtn kbd,
.pr-cvBtn pre,
.pr-cvBtn samp {
  font-family: monospace, monospace;
}
.pr-cvBtn ol,
.pr-cvBtn ul {
  list-style: none;
}
.pr-cvBtn select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.pr-cvBtn select option {
  background-color: #fff;
  color: #333;
}
.pr-cvBtn select::-ms-expand {
  display: none;
}
.pr-cvBtn select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.pr-cvBtn table {
  border-spacing: 0;
  border-collapse: collapse;
}
.pr-cvBtn fieldset {
  border: 0;
}
.pr-cvBtn hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 15px 0;
  padding: 0;
}
.pr-cvBtn h1,
.pr-cvBtn h2,
.pr-cvBtn h3,
.pr-cvBtn h4,
.pr-cvBtn h5 {
  font-weight: inherit;
}
body {
  margin: 0;
}
@media screen and (min-width: 769px) {
  body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  body::-webkit-scrollbar-track {
    background: #d8d8d8;
  }
  body::-webkit-scrollbar-thumb {
    background: #424242;
    border-radius: 50px;
  }
}
body.is-lock {
  position: relative;
  position: fixed;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  body.is-lock {
    width: calc(100% - 10px);
    height: 100%;
  }
  body.is-lock .ly-header {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 768px) {
  body.is-lock {
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
}
@media screen and (min-width: 769px) {
  body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  body::-webkit-scrollbar-track {
    background: #d8d8d8;
  }
  body::-webkit-scrollbar-thumb {
    background: #424242;
    border-radius: 50px;
  }
}

@media screen and (min-width: 769px) {
  .pr-cvBtn {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cvBtn {
    font-size: 3.5vw;
  }
}
.pr-cvBtn a {
  color: #847344;
  text-underline-offset: 0.3em;
  text-decoration: none;
}
.pr-cvBtn a.disabled {
  pointer-events: none;
}
.pr-cvBtn a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .pr-cvBtn a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.pr-cvBtn ::selection {
  background: #424242;
  color: #f6f6f6;
}
.pr-cvBtn ::-moz-selection {
  background: #424242;
  color: #f6f6f6;
}
@media screen and (min-width: 769px) {
  .pr-cvBtn {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .pr-cvBtn {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.pr-cvBtn ul {
  background: #424242;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pr-cvBtn ul {
    border-radius: 10px 0 0 10px;
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cvBtn ul {
    width: 100%;
    height: 14vw;
    display: flex;
  }
}
.pr-cvBtn ul > li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pr-cvBtn ul > li {
    height: 100%;
    flex-grow: 1;
  }
}
.pr-cvBtn ul > li + li::before {
  content: "";
  display: block;
  background: #847344;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pr-cvBtn ul > li + li::before {
    width: 16px;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .pr-cvBtn ul > li + li::before {
    width: 1px;
    height: 4vw;
    top: 50%;
    left: 0;
    transform: translateY(-45%);
  }
}
.pr-cvBtn ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
.pr-cvBtn ul > li > a {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pr-cvBtn ul > li > a {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .pr-cvBtn ul > li > a {
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .pr-cvBtn ul > li > a:hover {
    background: rgba(255, 255, 255, 0.3);
  }
}
.pr-cvBtn ul > li > a span {
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .pr-cvBtn ul > li > a span {
    writing-mode: vertical-rl;
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  .pr-cvBtn ul > li > a span {
    font-size: 3vw;
    letter-spacing: 0;
  }
}

.pr-pageTop {
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 35px;
  background: #847344;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  text-decoration: none;
  opacity: 0;
}
.pr-pageTop {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (max-width: 768px) {
  .pr-pageTop {
    right: 5vw;
    bottom: 20vw;
    border-radius: 25vw;
    width: 15vw;
    height: 15vw;
  }
}
.pr-pageTop.is-visible {
  opacity: 1;
}
.pr-pageTop > span {
  position: absolute;
  font-size: 0;
}
.pr-pageTop::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .pr-pageTop::before {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-pageTop:hover {
    opacity: 0.8;
  }
}

.ut-mt0 {
  margin-top: 0px !important;
}

.ut-pt0 {
  padding-top: 0px !important;
}

.ut-mr0 {
  margin-right: 0px !important;
}

.ut-pr0 {
  padding-right: 0px !important;
}

.ut-mb0 {
  margin-bottom: 0px !important;
}

.ut-pb0 {
  padding-bottom: 0px !important;
}

.ut-ml0 {
  margin-left: 0px !important;
}

.ut-pl0 {
  padding-left: 0px !important;
}

.ut-mt5 {
  margin-top: 5px !important;
}

.ut-pt5 {
  padding-top: 5px !important;
}

.ut-mr5 {
  margin-right: 5px !important;
}

.ut-pr5 {
  padding-right: 5px !important;
}

.ut-mb5 {
  margin-bottom: 5px !important;
}

.ut-pb5 {
  padding-bottom: 5px !important;
}

.ut-ml5 {
  margin-left: 5px !important;
}

.ut-pl5 {
  padding-left: 5px !important;
}

.ut-mt10 {
  margin-top: 10px !important;
}

.ut-pt10 {
  padding-top: 10px !important;
}

.ut-mr10 {
  margin-right: 10px !important;
}

.ut-pr10 {
  padding-right: 10px !important;
}

.ut-mb10 {
  margin-bottom: 10px !important;
}

.ut-pb10 {
  padding-bottom: 10px !important;
}

.ut-ml10 {
  margin-left: 10px !important;
}

.ut-pl10 {
  padding-left: 10px !important;
}

.ut-mt15 {
  margin-top: 15px !important;
}

.ut-pt15 {
  padding-top: 15px !important;
}

.ut-mr15 {
  margin-right: 15px !important;
}

.ut-pr15 {
  padding-right: 15px !important;
}

.ut-mb15 {
  margin-bottom: 15px !important;
}

.ut-pb15 {
  padding-bottom: 15px !important;
}

.ut-ml15 {
  margin-left: 15px !important;
}

.ut-pl15 {
  padding-left: 15px !important;
}

.ut-mt20 {
  margin-top: 20px !important;
}

.ut-pt20 {
  padding-top: 20px !important;
}

.ut-mr20 {
  margin-right: 20px !important;
}

.ut-pr20 {
  padding-right: 20px !important;
}

.ut-mb20 {
  margin-bottom: 20px !important;
}

.ut-pb20 {
  padding-bottom: 20px !important;
}

.ut-ml20 {
  margin-left: 20px !important;
}

.ut-pl20 {
  padding-left: 20px !important;
}

.ut-mt25 {
  margin-top: 25px !important;
}

.ut-pt25 {
  padding-top: 25px !important;
}

.ut-mr25 {
  margin-right: 25px !important;
}

.ut-pr25 {
  padding-right: 25px !important;
}

.ut-mb25 {
  margin-bottom: 25px !important;
}

.ut-pb25 {
  padding-bottom: 25px !important;
}

.ut-ml25 {
  margin-left: 25px !important;
}

.ut-pl25 {
  padding-left: 25px !important;
}

.ut-mt30 {
  margin-top: 30px !important;
}

.ut-pt30 {
  padding-top: 30px !important;
}

.ut-mr30 {
  margin-right: 30px !important;
}

.ut-pr30 {
  padding-right: 30px !important;
}

.ut-mb30 {
  margin-bottom: 30px !important;
}

.ut-pb30 {
  padding-bottom: 30px !important;
}

.ut-ml30 {
  margin-left: 30px !important;
}

.ut-pl30 {
  padding-left: 30px !important;
}

.ut-mt35 {
  margin-top: 35px !important;
}

.ut-pt35 {
  padding-top: 35px !important;
}

.ut-mr35 {
  margin-right: 35px !important;
}

.ut-pr35 {
  padding-right: 35px !important;
}

.ut-mb35 {
  margin-bottom: 35px !important;
}

.ut-pb35 {
  padding-bottom: 35px !important;
}

.ut-ml35 {
  margin-left: 35px !important;
}

.ut-pl35 {
  padding-left: 35px !important;
}

.ut-mt40 {
  margin-top: 40px !important;
}

.ut-pt40 {
  padding-top: 40px !important;
}

.ut-mr40 {
  margin-right: 40px !important;
}

.ut-pr40 {
  padding-right: 40px !important;
}

.ut-mb40 {
  margin-bottom: 40px !important;
}

.ut-pb40 {
  padding-bottom: 40px !important;
}

.ut-ml40 {
  margin-left: 40px !important;
}

.ut-pl40 {
  padding-left: 40px !important;
}

.ut-mt45 {
  margin-top: 45px !important;
}

.ut-pt45 {
  padding-top: 45px !important;
}

.ut-mr45 {
  margin-right: 45px !important;
}

.ut-pr45 {
  padding-right: 45px !important;
}

.ut-mb45 {
  margin-bottom: 45px !important;
}

.ut-pb45 {
  padding-bottom: 45px !important;
}

.ut-ml45 {
  margin-left: 45px !important;
}

.ut-pl45 {
  padding-left: 45px !important;
}

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

.ut-pt50 {
  padding-top: 50px !important;
}

.ut-mr50 {
  margin-right: 50px !important;
}

.ut-pr50 {
  padding-right: 50px !important;
}

.ut-mb50 {
  margin-bottom: 50px !important;
}

.ut-pb50 {
  padding-bottom: 50px !important;
}

.ut-ml50 {
  margin-left: 50px !important;
}

.ut-pl50 {
  padding-left: 50px !important;
}

.ut-mt55 {
  margin-top: 55px !important;
}

.ut-pt55 {
  padding-top: 55px !important;
}

.ut-mr55 {
  margin-right: 55px !important;
}

.ut-pr55 {
  padding-right: 55px !important;
}

.ut-mb55 {
  margin-bottom: 55px !important;
}

.ut-pb55 {
  padding-bottom: 55px !important;
}

.ut-ml55 {
  margin-left: 55px !important;
}

.ut-pl55 {
  padding-left: 55px !important;
}

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

.ut-pt60 {
  padding-top: 60px !important;
}

.ut-mr60 {
  margin-right: 60px !important;
}

.ut-pr60 {
  padding-right: 60px !important;
}

.ut-mb60 {
  margin-bottom: 60px !important;
}

.ut-pb60 {
  padding-bottom: 60px !important;
}

.ut-ml60 {
  margin-left: 60px !important;
}

.ut-pl60 {
  padding-left: 60px !important;
}

.ut-mt65 {
  margin-top: 65px !important;
}

.ut-pt65 {
  padding-top: 65px !important;
}

.ut-mr65 {
  margin-right: 65px !important;
}

.ut-pr65 {
  padding-right: 65px !important;
}

.ut-mb65 {
  margin-bottom: 65px !important;
}

.ut-pb65 {
  padding-bottom: 65px !important;
}

.ut-ml65 {
  margin-left: 65px !important;
}

.ut-pl65 {
  padding-left: 65px !important;
}

.ut-mt70 {
  margin-top: 70px !important;
}

.ut-pt70 {
  padding-top: 70px !important;
}

.ut-mr70 {
  margin-right: 70px !important;
}

.ut-pr70 {
  padding-right: 70px !important;
}

.ut-mb70 {
  margin-bottom: 70px !important;
}

.ut-pb70 {
  padding-bottom: 70px !important;
}

.ut-ml70 {
  margin-left: 70px !important;
}

.ut-pl70 {
  padding-left: 70px !important;
}

.ut-mt75 {
  margin-top: 75px !important;
}

.ut-pt75 {
  padding-top: 75px !important;
}

.ut-mr75 {
  margin-right: 75px !important;
}

.ut-pr75 {
  padding-right: 75px !important;
}

.ut-mb75 {
  margin-bottom: 75px !important;
}

.ut-pb75 {
  padding-bottom: 75px !important;
}

.ut-ml75 {
  margin-left: 75px !important;
}

.ut-pl75 {
  padding-left: 75px !important;
}

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

.ut-pt80 {
  padding-top: 80px !important;
}

.ut-mr80 {
  margin-right: 80px !important;
}

.ut-pr80 {
  padding-right: 80px !important;
}

.ut-mb80 {
  margin-bottom: 80px !important;
}

.ut-pb80 {
  padding-bottom: 80px !important;
}

.ut-ml80 {
  margin-left: 80px !important;
}

.ut-pl80 {
  padding-left: 80px !important;
}

.ut-mt85 {
  margin-top: 85px !important;
}

.ut-pt85 {
  padding-top: 85px !important;
}

.ut-mr85 {
  margin-right: 85px !important;
}

.ut-pr85 {
  padding-right: 85px !important;
}

.ut-mb85 {
  margin-bottom: 85px !important;
}

.ut-pb85 {
  padding-bottom: 85px !important;
}

.ut-ml85 {
  margin-left: 85px !important;
}

.ut-pl85 {
  padding-left: 85px !important;
}

.ut-mt90 {
  margin-top: 90px !important;
}

.ut-pt90 {
  padding-top: 90px !important;
}

.ut-mr90 {
  margin-right: 90px !important;
}

.ut-pr90 {
  padding-right: 90px !important;
}

.ut-mb90 {
  margin-bottom: 90px !important;
}

.ut-pb90 {
  padding-bottom: 90px !important;
}

.ut-ml90 {
  margin-left: 90px !important;
}

.ut-pl90 {
  padding-left: 90px !important;
}

.ut-mt95 {
  margin-top: 95px !important;
}

.ut-pt95 {
  padding-top: 95px !important;
}

.ut-mr95 {
  margin-right: 95px !important;
}

.ut-pr95 {
  padding-right: 95px !important;
}

.ut-mb95 {
  margin-bottom: 95px !important;
}

.ut-pb95 {
  padding-bottom: 95px !important;
}

.ut-ml95 {
  margin-left: 95px !important;
}

.ut-pl95 {
  padding-left: 95px !important;
}

.ut-mt100 {
  margin-top: 100px !important;
}

.ut-pt100 {
  padding-top: 100px !important;
}

.ut-mr100 {
  margin-right: 100px !important;
}

.ut-pr100 {
  padding-right: 100px !important;
}

.ut-mb100 {
  margin-bottom: 100px !important;
}

.ut-pb100 {
  padding-bottom: 100px !important;
}

.ut-ml100 {
  margin-left: 100px !important;
}

.ut-pl100 {
  padding-left: 100px !important;
}

.ut-smhide, .ut-sphide, .ut-middlehide, .ut-tablethide, .ut-basehide {
  display: block;
}

.ut-smblock, .ut-spblock, .ut-middleblock, .ut-tabletblock, .ut-baseblock {
  display: none;
}

@media screen and (max-width: 1300px) {
  .ut-baseblock {
    display: block;
  }
  .ut-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .ut-tabletblock {
    display: block;
  }
  .ut-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ut-middleblock {
    display: block;
  }
  .ut-middlehide {
    display: none !important;
  }
}
@media screen and (max-width: 589px) {
  .ut-spblock {
    display: block;
  }
  .ut-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .ut-smblock {
    display: block;
  }
  .ut-smhide {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */