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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

form {
  display: inline;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  border: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.15em;
}

textarea {
  resize: vertical;
  border: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: none;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

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

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

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

fieldset {
  border: 0;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

body {
  color: #3f4344;
  line-height: 2;
  background: #F4F4EF;
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-display: swap;
  font-size: 14px;
  letter-spacing: 0.05em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.5vw;
  }
}
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: #f4f4ef;
  }
  body::-webkit-scrollbar-thumb {
    background: #3f4344;
    border-radius: 50px;
  }
}

@media print {
  html, body {
    height: auto;
  }
}
a {
  color: #847344;
  text-underline-offset: 0.5em;
  text-decoration: underline;
}
a.disabled {
  pointer-events: none;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

::selection {
  background: #3f4344;
  color: #f6f6f6;
}

::-moz-selection {
  background: #3f4344;
  color: #f6f6f6;
}

.ly-wrapper {
  position: relative;
  overflow: clip;
}

.ly-header {
  z-index: 10;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.ly-header_in {
  position: relative;
  z-index: 2;
  background: #F4F4EF;
}
@media screen and (min-width: 769px) {
  .ly-header_in {
    height: 73px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_in {
    height: 14vw;
  }
}
.ly-header_logo {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .ly-header_logo {
    width: 194px;
    left: 30px;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_logo {
    width: 44vw;
    left: 5vw;
    top: 5vw;
  }
}
.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_primary {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .ly-header_primary {
    right: 94px;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_primary {
    right: 18.5vw;
    top: 5vw;
  }
}
.ly-header_primary > ul {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .ly-header_primary > ul > li + li {
    margin-left: 30px;
  }
}
.ly-header_primary > ul > li > a,
.ly-header_primary > ul > li > button {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ly-header_primary > ul > li > a > span,
.ly-header_primary > ul > li > button > span {
  font-size: 13px;
  color: #3f4344;
}
.ly-header_primary > ul > li > a::before,
.ly-header_primary > ul > li > button::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .ly-header_primary > ul > li > a::before,
  .ly-header_primary > ul > li > button::before {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_primary > ul > li > a::before,
  .ly-header_primary > ul > li > button::before {
    width: 5.5vw;
    height: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_primary > ul > li.-office {
    display: none;
  }
}
.ly-header_primary > ul > li.-office a::before {
  background-image: url(../img/common/ico_office.svg);
}
@media screen and (max-width: 768px) {
  .ly-header_primary > ul > li.-catalog {
    display: none;
  }
}
.ly-header_primary > ul > li.-catalog a::before {
  background-image: url(../img/common/ico_catalog.svg);
}
@media screen and (max-width: 768px) {
  .ly-header_primary > ul > li.-contact {
    display: none;
  }
}
.ly-header_primary > ul > li.-contact a::before {
  background-image: url(../img/common/ico_contact.svg);
}
.ly-header_primary > ul > li.-search button::before {
  background-image: url(../img/common/ico_search.svg);
}
.ly-header_primary > ul > li.-search button span {
  display: none;
}
.ly-header_gnav {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 73px;
  width: 100%;
  height: 55px;
  background: #F4F4EF;
  transform: translateY(0);
}
.ly-header_gnav {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.ly-header_gnav.is-hidden {
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .ly-header_gnav {
    display: none !important;
  }
}
.ly-header_gnav > ul {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .ly-header_gnav > ul {
    justify-content: space-between;
  }
}
.ly-header_gnav > ul > li {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .ly-header_gnav > ul > li {
    flex-grow: 1;
  }
}
.ly-header_gnav > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 35px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .ly-header_gnav > ul > li > a {
    padding: 0;
  }
}
.ly-header_gnav > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1em;
  background: #c4c4c4;
  transform: translateY(-50%);
}
.ly-header_gnav > ul > li > a > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #3f4344;
  height: 100%;
  line-height: 1.6;
  text-align: center;
}
.ly-header_gnav > ul > li > a > 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 {
  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 > a.is-current > span::after, .ly-header_gnav > ul > li > a:hover > span::after {
    width: 100%;
  }
}
.ly-header_gnav > ul > li:nth-of-type(1) > a::before {
  display: none;
}
.ly-header_gnav > ul > li:nth-of-type(1) > a span {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
}
.ly-header_gnav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.ly-header_gnav > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(3%);
  position: absolute;
  z-index: 1;
  background: #3f4344;
  padding: 20px;
  width: 287px;
}
.ly-header_gnav > ul > li > ul {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.ly-header_gnav > ul > li > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  color: #f6f6f6;
  text-decoration: none;
  min-height: 40px;
  padding: 10px;
}
.ly-header_gnav > ul > li > ul > li > a {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.ly-header_gnav > ul > li > ul > li > a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.ly-header_gnav > ul > li > ul > li > a::after {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(-45deg);
}
.ly-header_search {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  background: #F4F4EF;
  transform: translateY(-100%);
  pointer-events: none;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .ly-header_search {
    top: 73px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_search {
    top: 14vw;
  }
}
.ly-header_search.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.ly-header_search {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .ly-header_search_in {
    padding: 20px 7.1428571429%;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_search_in {
    padding: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-header_search_in ._title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_search_in ._title {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-header_search_in ._form {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_search_in ._form {
    margin-top: 2.5vw;
  }
}
.ly-header_search_in ._form form {
  width: 100%;
  display: flex;
}
.ly-header_search_in ._form form input[type=text] {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .ly-header_search_in ._form form input[type=text] {
    height: 63px;
    padding: 0 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_search_in ._form form input[type=text] {
    height: 12.5vw;
    padding: 0 3.75vw;
    font-size: 4vw;
  }
}
.ly-header_search_in ._form form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 63px;
  background: #3f4344;
  color: #f6f6f6;
}
.ly-header_search_in ._form form button {
  backface-visibility: hidden;
}
.ly-header_search_in ._form form button {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .ly-header_search_in ._form form button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .ly-header_search_in ._form form button {
    width: 157px;
    height: 63px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_search_in ._form form button {
    width: 35vw;
    height: 12.5vw;
  }
}
.ly-header_search_in ._form form button::before {
  content: "";
  display: block;
  background: url(../img/common/ico_search_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .ly-header_search_in ._form form button::before {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_search_in ._form form button::before {
    width: 5.5vw;
    height: 5.5vw;
    margin-right: 2.5vw;
  }
}
.ly-header_search_in ._btn {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .ly-header_search_in ._btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_search_in ._btn {
    margin-top: 5vw;
  }
}
.ly-header_search_in ._btn button {
  display: inline-flex;
  align-items: center;
}
.ly-header_search_in ._btn button {
  backface-visibility: hidden;
}
.ly-header_search_in ._btn button {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .ly-header_search_in ._btn button:hover {
    opacity: 0.7;
  }
}
.ly-header_search_in ._btn button::before {
  content: "";
  display: block;
  background: url(../img/common/ico_search_close.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .ly-header_search_in ._btn button::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_search_in ._btn button::before {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 2.5vw;
  }
}

.ly-fullmenu {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(63, 67, 68, 0.8);
  backdrop-filter: blur(10px);
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
.ly-fullmenu {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.ly-fullmenu.is-active {
  pointer-events: auto;
  opacity: 1;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .ly-fullmenu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .ly-fullmenu {
    padding: 14vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  .ly-fullmenu {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 769px) {
  .ly-fullmenu_in {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .ly-fullmenu_in {
    padding-bottom: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .ly-fullmenu_nav1 > dl[data-accordion=sp] dt a::after, .ly-fullmenu_nav2 > dl[data-accordion=sp] dt a::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ly-fullmenu_nav1 > dl, .ly-fullmenu_nav2 > dl {
    border-bottom: 1px solid #767b7c;
  }
}
.ly-fullmenu_nav1 > dl a, .ly-fullmenu_nav2 > dl a {
  position: relative;
  display: block;
  color: #f6f6f6;
  text-decoration: none;
}
.ly-fullmenu_nav1 > dl a, .ly-fullmenu_nav2 > dl a {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .ly-fullmenu_nav1 > dl a, .ly-fullmenu_nav2 > dl a {
    padding: 0 10px;
  }
}
.ly-fullmenu_nav1 > dl a::before, .ly-fullmenu_nav2 > dl a::before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 0;
  border-radius: 2px;
}
.ly-fullmenu_nav1 > dl a::before, .ly-fullmenu_nav2 > dl a::before {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .ly-fullmenu_nav1 > dl a:hover::before, .ly-fullmenu_nav2 > dl a:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .ly-fullmenu_nav1 > dl + dl, .ly-fullmenu_nav2 > dl + dl {
    margin-top: 30px;
  }
}
.ly-fullmenu_nav1 > dl > dt, .ly-fullmenu_nav2 > dl > dt {
  position: relative;
}
.ly-fullmenu_nav1 > dl > dt a, .ly-fullmenu_nav2 > dl > dt a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .ly-fullmenu_nav1 > dl > dt a, .ly-fullmenu_nav2 > dl > dt a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .ly-fullmenu_nav1 > dl > dt a, .ly-fullmenu_nav2 > dl > dt a {
    font-size: 4.5vw;
    height: 13.5vw;
    padding: 2.5vw 5vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-fullmenu_nav1 > dl > dt a::after, .ly-fullmenu_nav2 > dl > dt a::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ly-fullmenu_nav1 > dl > dt a::after, .ly-fullmenu_nav2 > dl > dt a::after {
    content: "";
    display: block;
    background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 5vw;
    width: 3vw;
    height: 2.25vw;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .ly-fullmenu_nav1 > dl > dt button, .ly-fullmenu_nav2 > dl > dt button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 12.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ly-fullmenu_nav1 > dl > dt button::before, .ly-fullmenu_nav2 > dl > dt button::before {
    content: "";
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    background: url(../img/common/ico_plus1_white.svg) no-repeat center/contain;
  }
  .ly-fullmenu_nav1 > dl > dt button.is-active::before, .ly-fullmenu_nav2 > dl > dt button.is-active::before {
    background: url(../img/common/ico_minus1_white.svg) no-repeat center/contain;
  }
  .ly-fullmenu_nav1 > dl > dt button span, .ly-fullmenu_nav2 > dl > dt button span {
    display: none;
  }
}
.ly-fullmenu_nav1 > dl > dd ul, .ly-fullmenu_nav2 > dl > dd ul {
  border-left: 1px solid #767b7c;
}
@media screen and (min-width: 769px) {
  .ly-fullmenu_nav1 > dl > dd ul, .ly-fullmenu_nav2 > dl > dd ul {
    margin-top: 20px;
    padding-left: 15px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ly-fullmenu_nav1 > dl > dd ul, .ly-fullmenu_nav2 > dl > dd ul {
    margin-top: 2.5vw;
    margin-bottom: 7.5vw;
    padding-left: 3.75vw;
    margin-left: 7.5vw;
  }
}
.ly-fullmenu_nav1 > dl > dd ul li + li, .ly-fullmenu_nav2 > dl > dd ul li + li {
  margin-top: 10px;
}
.ly-fullmenu_nav1 dl:nth-of-type(1) dt a {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .ly-fullmenu_nav1 dl:nth-of-type(1) dt a {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ly-fullmenu_nav1 dl:nth-of-type(1) dt a {
    font-size: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-fullmenu_nav2 {
    margin-left: 80px;
  }
}
@media screen and (min-width: 769px) {
  .ly-fullmenu_info {
    margin-left: 55px;
  }
}
@media screen and (max-width: 768px) {
  .ly-fullmenu_info {
    display: none;
  }
}
.ly-fullmenu_info_company ._logo {
  width: 296px;
}
.ly-fullmenu_info_company ._tel {
  margin-top: 25px;
  font-family: "Cinzel", serif;
  font-weight: 500;
  line-height: 1;
}
.ly-fullmenu_info_company ._tel span {
  color: #f6f6f6;
  font-size: 24px;
}
.ly-fullmenu_info_company ._tel a {
  margin-left: 15px;
  color: #f6f6f6;
  font-size: 36px;
}
.ly-fullmenu_info_company ._open {
  margin-top: 14px;
  color: #f6f6f6;
  font-size: 14px;
}
.ly-fullmenu_info_btn {
  margin-top: 35px;
}
.ly-fullmenu_info_btn > ul > li {
  text-align: center;
}
.ly-fullmenu_info_btn > ul > li + li {
  margin-top: 20px;
}

.ly-fullmenu_btn {
  cursor: pointer;
  position: fixed;
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ly-fullmenu_btn {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

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

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

@media screen and (min-width: 769px) {
  .ly-breadCrumb {
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ly-breadCrumb {
    display: none;
  }
}
.ly-breadCrumb > ul {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ly-breadCrumb > ul > li {
  color: inherit;
  font-size: 11px;
}
.ly-breadCrumb > ul > li a {
  color: #c4c4c4;
  text-decoration: none;
}
.ly-breadCrumb > ul > li a:hover {
  text-decoration: underline;
}
.ly-breadCrumb > ul > li::before {
  content: "-";
  display: inline-block;
  margin: 0 3px 0 6px;
  color: #c4c4c4;
}
.ly-breadCrumb > ul > li:first-child a {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-display: swap;
}
.ly-breadCrumb > ul > li:first-child::before {
  display: none;
}

.ly-pnav {
  position: sticky;
  z-index: 10;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .ly-pnav {
    display: none;
  }
}
.ly-pnav > dl {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  background: rgba(244, 244, 239, 0.8);
  border-radius: 0 20px 20px 0;
  padding: 20px;
}
.ly-pnav > dl > dt {
  color: #847344;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 20px;
  padding-left: 10px;
}
.ly-pnav > dl > dd {
  margin-top: 10px;
}
.ly-pnav > dl > dd > ul > li > a:not(.co-btnStyle2) {
  display: flex;
  align-items: center;
  color: #767b7c;
  text-decoration: none;
  padding: 8px 10px;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1.4;
}
.ly-pnav > dl > dd > ul > li > a:not(.co-btnStyle2) {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.ly-pnav > dl > dd > ul > li > a:not(.co-btnStyle2)::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #847344;
  margin-right: 5px;
}
@media screen and (min-width: 769px) {
  .ly-pnav > dl > dd > ul > li > a:not(.co-btnStyle2):hover {
    background: rgba(132, 115, 68, 0.1);
  }
}
@media screen and (min-width: 769px) {
  .ly-pnav > dl > dd > ul > li .co-btnStyle2 {
    margin-top: 10px;
  }
}

.ly-content {
  position: relative;
  z-index: 0;
  width: 100%;
  background: #F4F4EF;
}
@media screen and (min-width: 769px) {
  .ly-content {
    padding-top: 128px;
  }
}
@media screen and (max-width: 768px) {
  .ly-content {
    padding-top: 14vw;
  }
}
.ly-content_in {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .ly-content_in.-column2 {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1281px) {
  body[data-page-id=catalog] .ly-content_in.-column2 {
    margin-left: 0px;
  }
}
@media screen and (min-width: 769px) {
  .ly-content_in.-column2 .ly-sec {
    padding-left: 0;
    padding-right: 0;
  }
  .ly-content_in.-column2 .ly-sec_in {
    max-width: auto;
  }
}
.ly-content_in.-column2 .ly-content_sub {
  z-index: 1;
  position: sticky;
}
@media screen and (min-width: 769px) {
  .ly-content_in.-column2 .ly-content_sub {
    top: 30px;
    width: 170px;
    min-width: 170px;
  }
  body[data-page-id=tenjijo] .ly-content_in.-column2 .ly-content_sub {
    margin-top: 150px;
    mix-blend-mode: difference;
  }
  body[data-page-id=catalog] .ly-content_in.-column2 .ly-content_sub {
    margin-top: 350px;
    mix-blend-mode: difference;
  }
  body[data-page-id=housing][data-page-class=housing_bunjo_takuchi_detail] .ly-content_in.-column2 .ly-content_sub {
    margin-top: 150px;
  }
  body[data-page-id=housing][data-page-class=housing_jitsurei_detail] .ly-content_in.-column2 .ly-content_sub {
    margin-top: 150px;
    mix-blend-mode: difference;
  }
  body[data-page-id=event][data-page-class=event_detail] .ly-content_in.-column2 .ly-content_sub {
    margin-top: 150px;
  }
  body[data-page-id=adgallery][data-page-class=content] .ly-content_in.-column2 .ly-content_sub {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .ly-content_in.-column2 .ly-content_sub {
    top: 0vw;
    padding: 2.5vw 5vw 5vw;
  }
  body[data-page-id=housing][data-page-class=housing_jitsurei_detail] .ly-content_in.-column2 .ly-content_sub, body[data-page-id=adgallery][data-page-class=content] .ly-content_in.-column2 .ly-content_sub {
    display: none;
  }
}
.ly-content_in.-column2 .ly-content_main {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .ly-content_in.-column2 .ly-content_main {
    flex-grow: 1;
    min-width: 0;
    margin-left: 70px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .ly-content_in.-column2 .ly-content_main {
    margin-left: 40px;
  }
}
@media screen and (min-width: 769px) {
  body[data-page-id=housing][data-page-class=housing_jitsurei_detail] .ly-content_in.-column2 .ly-content_main, body[data-page-id=adgallery][data-page-class=content] .ly-content_in.-column2 .ly-content_main {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  body[data-page-id=housing][data-page-class=housing_jitsurei_detail] .ly-content_in.-column2 .ly-content_main, body[data-page-id=adgallery][data-page-class=content] .ly-content_in.-column2 .ly-content_main {
    padding-top: 7.5vw;
  }
}

@media screen and (min-width: 769px) {
  .ly-content_in.-narrow {
    max-width: 800px;
  }
}

.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 10vw;
  }
}
.ly-sec_in {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .ly-sec_in {
    max-width: 1200px;
  }
}
.ly-sec_main {
  position: relative;
}
@media screen and (min-width: 769px) {
  .ly-sec_main + .ly-sec_main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ly-sec_main + .ly-sec_main {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-sec_head + .ly-sec_main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ly-sec_head + .ly-sec_main {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-sec.-narrow {
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .ly-sec.-narrow {
    padding-top: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-sec.-narrow .ly-sec_head + .ly-sec_main {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .ly-sec.-narrow .ly-sec_head + .ly-sec_main {
    margin-top: 5vw;
  }
}
.ly-sec.-borderTop {
  padding-top: 0;
}
.ly-sec.-borderTop .ly-sec_in {
  border-top: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  .ly-sec.-borderTop .ly-sec_in {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .ly-sec.-borderTop .ly-sec_in {
    padding-top: 10vw;
  }
}

@media screen and (min-width: 769px) {
  .ly-content_main > .ly-sec:last-of-type {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .ly-content_main > .ly-sec:last-of-type {
    padding-bottom: 25vw;
  }
}

.ly-footer {
  position: relative;
  z-index: 1;
  background: #3f4344;
}
@media screen and (min-width: 769px) {
  .ly-footer {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer {
    padding-top: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 37.5vw;
  }
}
.ly-footer_in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .ly-footer_in {
    max-width: 1200px;
  }
}
.ly-footer_contact {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .ly-footer_contact {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_contact {
    margin-top: 7.5vw;
  }
}
.ly-footer_contact ._txt {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ly-footer_contact ._txt ._txt1 {
  font-family: "Cinzel", serif;
  font-weight: 500;
  color: #f6f6f6;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .ly-footer_contact ._txt ._txt1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_contact ._txt ._txt1 {
    font-size: 12.25vw;
  }
}
.ly-footer_contact ._txt ._txt2 {
  color: #f6f6f6;
}
@media screen and (min-width: 769px) {
  .ly-footer_contact ._txt ._txt2 {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_contact ._txt ._txt2 {
    margin-top: 3.75vw;
    font-size: 3.5vw;
  }
}
.ly-footer_contact ._img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 768px) {
  .ly-footer_contact ._img {
    aspect-ratio: 400/180;
  }
}
.ly-footer_contact ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}
.ly-footer_contact ._img img {
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .ly-footer_contact ._img img {
    max-height: 440px;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_contact:hover ._img img {
    opacity: 0.8;
    transform: scale(1);
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav {
    margin-top: 115px;
    display: flex;
    justify-content: space-between;
    gap: 4 0px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav {
    margin-top: 5vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
.ly-footer_fnav a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav > dl[data-accordion=sp] dt a::after {
    display: none;
  }
}
.ly-footer_fnav > dl dt {
  position: relative;
}
.ly-footer_fnav > dl dt a {
  position: relative;
  display: flex;
  align-items: center;
  color: #f6f6f6;
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav > dl dt a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav > dl dt a {
    font-size: 3.5vw;
    min-height: 13.75vw;
    padding-left: 5vw;
    border-bottom: 1px solid #767b7c;
  }
}
.ly-footer_fnav > dl dt a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav > dl dt a::after {
    width: 12px;
    height: 9px;
    margin-left: 12px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav > dl dt a::after {
    position: absolute;
    top: 50%;
    right: 5vw;
    width: 3vw;
    height: 2.25vw;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav > dl dt button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 12.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ly-footer_fnav > dl dt button::before {
    content: "";
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    background: url(../img/common/ico_plus1_white.svg) no-repeat center/contain;
  }
  .ly-footer_fnav > dl dt button.is-active::before {
    background: url(../img/common/ico_minus1_white.svg) no-repeat center/contain;
  }
  .ly-footer_fnav > dl dt button span {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav > dl dd {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav > dl dd {
    padding-left: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav > dl dd ul {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.ly-footer_fnav > dl dd ul li a {
  color: #c4c4c4;
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav > dl dd ul li a {
    padding: 4px 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav > dl dd ul li a {
    padding: 1vw 0;
    font-size: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_info {
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info {
    margin-top: 13.75vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_info_sns {
    order: 2;
    margin-top: 100px;
  }
}
.ly-footer_info_sns ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .ly-footer_info_sns ul {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_info_sns ul li {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_sns ul li {
    width: 15vw;
  }
}
.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_info_sns ul li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_sns ul li + li {
    margin-left: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_company {
    margin-top: 12.5vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company ._logo {
    width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_company ._logo {
    width: 100%;
  }
}
.ly-footer_info_company ._tel {
  font-family: "Cinzel", serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company ._tel {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_company ._tel {
    margin-top: 8.25vw;
  }
}
.ly-footer_info_company ._tel span {
  color: #f6f6f6;
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company ._tel span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_company ._tel span {
    font-size: 6vw;
  }
}
.ly-footer_info_company ._tel a {
  color: #f6f6f6;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company ._tel a {
    margin-left: 15px;
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_company ._tel a {
    margin-left: 3.75vw;
    font-size: 9vw;
  }
}
.ly-footer_info_company ._open {
  color: #f6f6f6;
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company ._open {
    margin-top: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_company ._open {
    margin-top: 3.5vw;
    font-size: 3.5vw;
  }
}
.ly-footer_info_company ._address {
  color: #c4c4c4;
  line-height: 2.5;
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company ._address {
    margin-top: 35px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_company ._address {
    margin-top: 8.75vw;
    font-size: 3vw;
  }
}
.ly-footer_info_company ._approval {
  color: #c4c4c4;
  line-height: 2.5;
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company ._approval {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_info_company ._approval {
    font-size: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_info_company ._approval li {
    margin-right: 1em;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_bottom {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .ly-footer_bottom {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_bottom {
    margin-top: 15vw;
    padding-bottom: 2.5vw;
  }
}
.ly-footer_pnav ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .ly-footer_pnav ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_pnav ul li {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_pnav ul li + li {
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
  }
  .ly-footer_pnav ul li + li::before {
    content: "";
    display: block;
    width: 1px;
    height: 0.8em;
    background: #c4c4c4;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
}
.ly-footer_pnav ul li a {
  display: block;
  line-height: 1;
  color: #c4c4c4;
  text-decoration: none;
}
@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 {
    display: block;
    text-align: center;
    padding: 2.5vw 0;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_pnav ul li a:hover {
    text-decoration: underline;
  }
}
.ly-footer_copyright {
  color: #c4c4c4;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .ly-footer_copyright {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .ly-footer_copyright {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_copyright {
    margin-top: 5vw;
    display: block;
    text-align: center;
    font-size: 2.25vw;
    letter-spacing: normal;
  }
}

.co-headingStyle1 {
  display: flex;
}
@media screen and (min-width: 769px) {
  .co-headingStyle1 {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle1 {
    flex-direction: column;
  }
}
.co-headingStyle1 > span._en {
  font-family: "Cinzel", serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .co-headingStyle1 > span._en {
    line-height: 0.8;
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle1 > span._en {
    line-height: 1;
    font-size: 10.5vw;
  }
}
.co-headingStyle1 > span._jp {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle1 > span._jp {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle1 > span._jp {
    margin-top: 1.25vw;
    font-size: 3.5vw;
  }
}
.co-headingStyle1 > span._jp::before {
  content: "";
  display: block;
  height: 1px;
  background: #847344;
}
@media screen and (min-width: 769px) {
  .co-headingStyle1 > span._jp::before {
    width: 80px;
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle1 > span._jp::before {
    width: 7.5vw;
    margin-right: 3.75vw;
  }
}
.co-headingStyle1 > span.-gold {
  color: #847344;
}
.co-headingStyle1 > span.-white {
  color: #f6f6f6;
}
@media screen and (min-width: 769px) {
  .co-headingStyle1.-col {
    flex-direction: column;
    align-items: start;
  }
  .co-headingStyle1.-col > span._jp {
    margin-top: 20px;
  }
  .co-headingStyle1.-col > span._jp::before {
    margin-left: 0;
  }
}

.co-headingStyle2 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  * + .co-headingStyle2 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-headingStyle2 {
    margin-top: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .co-headingStyle1 + .co-headingStyle2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle1 + .co-headingStyle2 {
    margin-top: 10vw;
  }
}
.co-headingStyle2 > span {
  color: #847344;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2 > span {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2 > span {
    font-size: 4.5vw;
  }
}
.co-headingStyle2 > span.-white {
  color: #f6f6f6;
}
.co-headingStyle2 > span.-base {
  color: #3f4344;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-small > span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-small > span {
    font-size: 3.5vw;
  }
}
.co-headingStyle2.-white > span {
  color: #f6f6f6;
}
.co-headingStyle2.-base > span {
  color: #3f4344;
}
.co-headingStyle2.-center {
  justify-content: center;
}
.co-headingStyle2.-search-map::before {
  background-image: url(../img/common/ico_search-map.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-search-map::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-search-map::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-search-area::before {
  background-image: url(../img/common/ico_search-area.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-search-area::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-search-area::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-rental::before {
  background-image: url(../img/common/ico_rental.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-rental::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-rental::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-moving::before {
  background-image: url(../img/common/ico_moving.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-moving::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-moving::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-property::before {
  background-image: url(../img/common/ico_property.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-property::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-property::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-store::before {
  background-image: url(../img/common/ico_store.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-store::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-store::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-outline::before {
  background-image: url(../img/common/ico_search-area.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-outline::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-outline::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-plan::before {
  background-image: url(../img/common/ico_plan.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-plan::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-plan::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-news::before {
  background-image: url(../img/common/ico_news.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-news::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-news::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-equipment::before {
  background-image: url(../img/common/ico_search-map.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-equipment::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-equipment::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-quality::before {
  background-image: url(../img/common/ico_search-map.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-quality::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-quality::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-structure::before {
  background-image: url(../img/common/ico_search-map.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-structure::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-structure::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-movie::before {
  background-image: url(../img/common/ico_movie.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-movie::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-movie::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-panorama::before {
  background-image: url(../img/common/ico_panorama.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-panorama::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-panorama::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-environment::before {
  background-image: url(../img/common/ico_search-map.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-environment::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-environment::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-map::before {
  background-image: url(../img/common/ico_map.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-map::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-map::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-contact::before {
  background-image: url(../img/common/ico_contact.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-contact::before {
    width: 40px;
    height: 30px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-contact::before {
    width: 8.75vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.co-headingStyle2.-shop::before {
  background-image: url(../img/common/ico_shop_gold.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-shop::before {
    width: 25px;
    height: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-shop::before {
    width: 6.25vw;
    height: 5vw;
    margin-right: 2vw;
  }
}
.co-headingStyle2.-modelhouse::before {
  background-image: url(../img/common/ico_modelhouse_gold.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-headingStyle2.-modelhouse::before {
    width: 25px;
    height: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle2.-modelhouse::before {
    width: 6.25vw;
    height: 5vw;
    margin-right: 2vw;
  }
}

.co-headingStyle3 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  * + .co-headingStyle3 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-headingStyle3 {
    margin-top: 3.75vw;
  }
}
.co-headingStyle3 > span {
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .co-headingStyle3 > span {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle3 > span {
    font-size: 4.5vw;
  }
}
.co-headingStyle3 > span._en {
  color: #847344;
  font-family: "Cinzel", serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .co-headingStyle3 > span._en {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle3 > span._en {
    font-size: 5vw;
  }
}
.co-headingStyle3 > span._jp {
  color: #847344;
}
@media screen and (min-width: 769px) {
  .co-headingStyle3 > span._jp {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle3 > span._jp {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 769px) {
  [data-page-id=smile] .co-headingStyle3 > span._jp {
    font-size: 20px;
  }
}

.co-headingStyle3 > span._jp > span.-small {
  font-size: 80%;
}
@media screen and (min-width: 769px) {
  .co-headingStyle3 > span._sub {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle3 > span._sub {
    margin-top: 2.5vw;
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-headingStyle3 > span._caption {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .co-headingStyle3 > span._caption {
    margin-top: 1.25vw;
    font-size: 3.5vw;
  }
}
.co-headingStyle3.-white > span {
  color: #f6f6f6;
}
.co-headingStyle3.-base > span {
  color: #3f4344;
}

.co-btnStyle1 {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  background: #847344;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  text-decoration: none;
  overflow: hidden;
  width: auto;
  max-width: 100%;
}
.co-btnStyle1 {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.co-btnStyle1 {
  backface-visibility: hidden;
}
.co-btnStyle1 {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .co-btnStyle1:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle1 {
    min-width: 240px;
    min-height: 64px;
    padding: 5px 30px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle1 {
    min-width: 60vw;
    min-height: 16vw;
    padding: 1.25vw 7.5vw;
  }
}
.co-btnStyle1 > span {
  color: #f6f6f6;
  line-height: 1.6;
  text-align: center;
}
.co-btnStyle1::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .co-btnStyle1::after {
    width: 12px;
    height: 9px;
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle1::after {
    width: 3vw;
    height: 2.25vw;
    right: 6.25vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle1.-large {
    min-width: 440px;
    min-height: 100px;
    padding: 5px 40px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-large {
    min-width: 80vw;
    min-height: 17.5vw;
    padding: 1.25vw 10vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle1.-large > span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-large > span {
    font-size: 4.5vw;
  }
}
.co-btnStyle1.-w100p {
  min-width: 100%;
}
@media screen and (min-width: 769px) {
  .co-btnStyle1.-w280 {
    min-width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-w280 {
    min-width: 70vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle1.-w320 {
    min-width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-w320 {
    min-width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle1.-w410 {
    min-width: 410px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-w410 {
    min-width: 102.5vw;
  }
}
.co-btnStyle1.-arrowRight::after {
  transform: translateY(-50%) rotate(0deg);
}
.co-btnStyle1.-arrowLeft::after {
  transform: translateY(-50%) rotate(180deg);
  right: auto;
}
@media screen and (min-width: 769px) {
  .co-btnStyle1.-arrowLeft::after {
    left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-arrowLeft::after {
    left: 6.25vw;
  }
}
@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;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .co-btnStyle2 {
    width: 100%;
    max-width: 340px;
    min-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle2 {
    width: 80vw;
    min-height: 13.75vw;
  }
}
.co-btnStyle2::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #847344;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.co-btnStyle2::before {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .co-btnStyle2:hover::before {
    width: 15px;
    height: 1px;
  }
}
.co-btnStyle2 > span {
  color: #847344;
  line-height: 1.6;
}
.co-btnStyle2::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .co-btnStyle2::after {
    width: 12px;
    height: 9px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle2::after {
    width: 3vw;
    height: 2.25vw;
  }
}
.co-btnStyle2.-white::before {
  background: #f6f6f6;
}
.co-btnStyle2.-white > span {
  color: #f6f6f6;
}
.co-btnStyle2.-white::after {
  background-image: url(../img/common/ico_arrow1_white.svg);
}
.co-btnStyle2.-base > span {
  color: #3f4344;
}
@media screen and (min-width: 769px) {
  * + .co-btnStyle2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-btnStyle2 {
    margin-top: 5vw;
  }
}

.co-btnStyle3 {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eae7df;
  border-bottom: 1px solid #eae7df;
  text-decoration: none;
  color: #3f4344;
}
.co-btnStyle3 {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .co-btnStyle3 {
    width: 100%;
    max-width: 340px;
    min-height: 80px;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle3 {
    width: 80vw;
    min-height: 20vw;
    padding: 2.5vw 10vw;
  }
}
.co-btnStyle3.-w100p {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .co-btnStyle3 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle3 span {
    font-size: 3.5vw;
  }
}
.co-btnStyle3::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 769px) {
  .co-btnStyle3::after {
    right: 20px;
    width: 12px;
    height: 9px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle3::after {
    right: 5vw;
    width: 3vw;
    height: 2.25vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle3:hover {
    background: rgba(132, 115, 68, 0.1);
  }
}
@media screen and (min-width: 769px) {
  * + .co-btnStyle3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-btnStyle3 {
    margin-top: 5vw;
  }
}

.co-btnStyle4 {
  cursor: pointer;
  position: relative;
  background: #847344;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
}
.co-btnStyle4 {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.co-btnStyle4 {
  backface-visibility: hidden;
}
.co-btnStyle4 {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .co-btnStyle4:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle4 {
    width: 100px;
    height: 120px;
    border-radius: 8px 0 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle4 {
    border-radius: 1.25vw 0 0 1.25vw;
    padding: 2.5vw 2.5vw;
  }
}
.co-btnStyle4 > span {
  color: #f6f6f6;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .co-btnStyle4 > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle4 > span {
    font-size: 3.5vw;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
  }
}
.co-btnStyle4::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .co-btnStyle4::before {
    width: 24px;
    height: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle4::before {
    width: 6vw;
    height: 4.5vw;
    margin-bottom: 2.5vw;
  }
}
.co-btnStyle4.-office {
  background: #3f4344;
}
.co-btnStyle4.-office::before {
  background-image: url(../img/common/ico_office_white.svg);
}
.co-btnStyle4.-catalog::before {
  background-image: url(../img/common/ico_catalog_white.svg);
}

.co-btnSubmit {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  background: #847344;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  text-decoration: none;
  overflow: hidden;
}
.co-btnSubmit {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.co-btnSubmit {
  backface-visibility: hidden;
}
.co-btnSubmit {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .co-btnSubmit:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .co-btnSubmit {
    width: 100%;
    max-width: 180px;
    min-height: 64px;
    padding: 5px 30px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnSubmit {
    padding: 1.25vw 5vw;
    min-height: 12.5vw;
  }
}
.co-btnSubmit > span {
  color: #f6f6f6;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .co-btnSubmit > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnSubmit > span {
    font-size: 4vw;
  }
}
.co-btnSubmit::before {
  content: "";
  display: block;
  background: url(../img/common/ico_search2_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .co-btnSubmit::before {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnSubmit::before {
    width: 4.5vw;
    height: 4.5vw;
    margin-right: 2.5vw;
  }
}

.co-icoPdf::after {
  content: "";
  display: inline-block;
  background: url(../img/common/ico_pdf_gold.svg) no-repeat center/contain;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .co-icoPdf::after {
    width: 20px;
    height: 24px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .co-icoPdf::after {
    width: 5vw;
    height: 6vw;
    margin-left: 2.5vw;
  }
}

.co-bnrStyle1 {
  position: relative;
  display: block;
  margin: 0 auto;
}
.co-bnrStyle1 img {
  width: 100%;
}
.co-bnrStyle1 img {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .co-bnrStyle1:hover img {
    opacity: 0.8;
  }
}
.co-bnrStyle1.-maw940 {
  max-width: 940px;
}
@media screen and (min-width: 769px) {
  * + .co-bnrStyle1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-bnrStyle1 {
    margin-top: 10vw;
  }
}

.co-movieThumb {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.co-movieThumb::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/common/ico_play.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.co-movieThumb img {
  position: relative;
  z-index: 0;
}
.co-movieThumb img {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .co-movieThumb:hover img {
    filter: brightness(0.8);
  }
}

.co-txtStyle1 {
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .co-txtStyle1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .co-txtStyle1 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  * + .co-txtStyle1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-txtStyle1 {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 769px) {
  [class^=co-bnr] + .co-txtStyle1 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  [class^=co-bnr] + .co-txtStyle1 {
    margin-top: 7.5vw;
  }
}

.co-txtStyle1.-gray {
  color: #c4c4c4;
}
.co-txtStyle1.-white {
  color: #f6f6f6;
}
.co-txtStyle1.-center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .co-txtStyle1.-pc_center {
    text-align: center;
  }
}
.co-txtStyle1 a {
  color: inherit;
}

.co-txtStyle2 {
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  * + .co-txtStyle2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-txtStyle2 {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 769px) {
  [class^=co-bnr] + .co-txtStyle2 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  [class^=co-bnr] + .co-txtStyle2 {
    margin-top: 7.5vw;
  }
}

.co-txtStyle2.-gray {
  color: #c4c4c4;
}
.co-txtStyle2.-darkgray {
  color: #767b7c;
}
.co-txtStyle2.-white {
  color: #f6f6f6;
}
.co-txtStyle2.-center {
  text-align: center;
}
.co-txtStyle2 a {
  color: inherit;
}

.co-txtStyle3 {
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .co-txtStyle3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .co-txtStyle3 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  * + .co-txtStyle3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-txtStyle3 {
    margin-top: 6.25vw;
  }
}

.co-txtStyle3.-gray {
  color: #c4c4c4;
}
.co-txtStyle3.-darkgray {
  color: #767b7c;
}
.co-txtStyle3.-white {
  color: #f6f6f6;
}
.co-txtStyle3.-center {
  text-align: center;
}
.co-txtStyle3 a {
  color: inherit;
}

.co-captionZoom {
  display: flex;
  align-items: center;
  color: #847344;
}
@media screen and (min-width: 769px) {
  .co-captionZoom {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .co-captionZoom {
    margin-bottom: 3.75vw;
  }
}
.co-captionZoom::before {
  content: "";
  display: block;
  background: url(../img/common/ico_zoom.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .co-captionZoom::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .co-captionZoom::before {
    width: 5vw;
    height: 5vw;
    margin-right: 2.5vw;
  }
}

.co-input {
  display: inline-block;
  padding: 10px 15px;
  min-width: 80px;
  width: 100%;
  max-width: 100%;
  min-height: 50px;
  background: #fff;
  border-radius: 3px;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: 0.16em;
  color: #3f4344;
}
@media screen and (max-width: 768px) {
  .co-input {
    padding: 2.5vw 3.75vw;
    min-width: 20vw;
    min-height: 12.5vw;
    border-radius: 0.75vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .co-input.-zip {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .co-input.-zip {
    width: 25vw;
  }
}
@media screen and (min-width: 769px) {
  .co-input.-tel {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .co-input.-tel {
    width: 25vw;
  }
}
.co-input.-w0 {
  min-width: 0px;
  width: 0px;
}
.co-input.-w50 {
  min-width: 50px;
  width: 50px;
}
.co-input.-w100 {
  min-width: 100px;
  width: 100px;
}
.co-input.-w150 {
  min-width: 150px;
  width: 150px;
}
.co-input.-w200 {
  min-width: 200px;
  width: 200px;
}
.co-input.-w250 {
  min-width: 250px;
  width: 250px;
}
.co-input.-w300 {
  min-width: 300px;
  width: 300px;
}
.co-input.-w350 {
  min-width: 350px;
  width: 350px;
}
.co-input.-w400 {
  min-width: 400px;
  width: 400px;
}
.co-input.-w450 {
  min-width: 450px;
  width: 450px;
}
.co-input.-w500 {
  min-width: 500px;
  width: 500px;
}
.co-input.-calendar {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  padding: 0;
  letter-spacing: 0.05em;
}
.co-input.-calendar[readonly] {
  pointer-events: none;
  background: none;
}
.co-input.-calendar::placeholder {
  color: #bbb;
}
@media screen and (min-width: 769px) {
  .co-input.-calendar::placeholder {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .co-input.-calendar {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .co-input.-calendar {
    font-size: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-input.-calendarPop {
    width: 220px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .co-input.-calendarPop {
    width: 55vw;
  }
}
.co-input:focus {
  outline: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.co-input:disabled {
  background: #eee;
  color: #bbb;
  pointer-events: none;
}
.co-input::placeholder {
  color: #ccc;
}
.co-input::-ms-input-placeholder {
  color: #ccc;
}
.co-input:-ms-input-placeholder {
  color: #ccc;
}
.co-input:read-only:not([disabled]):not([class*=-calendar]) {
  box-shadow: none;
  background: rgba(132, 115, 68, 0.05);
}

.co-radio {
  position: relative;
  display: inline-block;
  margin: 3px 15px 3px 0px;
}
@media screen and (max-width: 768px) {
  .co-radio {
    margin: 0.75vw 3.75vw 0.75vw 0vw;
  }
}
.co-radio > input[type=radio] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.co-radio > span {
  display: block;
  min-width: 20px;
  min-height: 20px;
  padding-left: 30px;
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .co-radio > span {
    min-width: 5vw;
    min-height: 5vw;
    padding-left: 7.5vw;
    font-size: 3.5vw;
  }
}
.co-radio > span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .co-radio > span::before {
    width: 5.5vw;
    height: 5.5vw;
  }
}
.co-radio > span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #3f4344;
  opacity: 0;
}
.co-radio > span::after {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (max-width: 768px) {
  .co-radio > span::after {
    width: 3vw;
    height: 3vw;
  }
}
.co-radio > input[type=radio]:not(:checked) + span:hover::after {
  opacity: 0.1;
}
.co-radio > input[type=radio]:checked + span::after {
  opacity: 1;
}
.co-radio > input[type=radio]:disabled + span {
  color: #bbb;
}
.co-radio > input[type=radio]:disabled + span::before {
  background: #eee;
  color: #bbb;
  pointer-events: none;
}
.co-radio > input[type=radio]:disabled + span::after {
  display: none;
}

.co-radio2 {
  position: relative;
  display: inline-block;
}
.co-radio2 > input[type=radio] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.co-radio2 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  background: #fff;
  border-radius: 100px;
  line-height: 1.6;
}
.co-radio2 > span {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .co-radio2 > span {
    min-height: 40px;
    padding: 5px 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .co-radio2 > span {
    min-height: 10vw;
    padding: 1.25vw 5vw;
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-radio2 > input[type=radio]:not(:checked) + span:hover {
    box-shadow: 0px 0px 0px 3px rgba(132, 115, 68, 0.3) inset;
  }
}
.co-radio2 > input[type=radio]:checked + span {
  background: #847344;
  color: #fff;
}
.co-radio2 > input[type=radio]:disabled + span {
  background: #eee;
  color: #bbb;
  pointer-events: none;
}

/* -----------------------------------
.co-checkbox
------------------------------------ */
.co-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 3px 15px 3px 0px;
}
@media screen and (max-width: 768px) {
  .co-checkbox {
    margin: 0.75vw 3.75vw 0.75vw 0vw;
  }
}
.co-checkbox > input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.co-checkbox > span {
  display: block;
  min-width: 20px;
  min-height: 20px;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .co-checkbox > span {
    min-width: 5vw;
    min-height: 5vw;
    padding-left: 7vw;
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
.co-checkbox > span ._small {
  font-size: 80%;
}
.co-checkbox > span.-bold {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
.co-checkbox > span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .co-checkbox > span::before {
    width: 5vw;
    height: 5vw;
  }
}
.co-checkbox > span::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-70%) rotate(-50deg) skew(-5deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 1;
}
.co-checkbox > span::after {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (max-width: 768px) {
  .co-checkbox > span::after {
    width: 3.25vw;
    height: 2vw;
    left: 1vw;
    border-width: 0.5vw;
  }
}
.co-checkbox > input[type=checkbox]:not(:checked) + span:hover:after {
  border-bottom: 2px solid #ddd;
  border-left: 2px solid #ddd;
}
@media screen and (max-width: 768px) {
  .co-checkbox > input[type=checkbox]:not(:checked) + span:hover:after {
    border-width: 0.5vw;
  }
}
.co-checkbox > input[type=checkbox]:checked + span::before {
  background: #847344;
}
.co-checkbox > input[type=checkbox]:disabled + span {
  color: #bbb;
}
.co-checkbox > input[type=checkbox]:disabled + span::before {
  background: #eee;
  color: #bbb;
  pointer-events: none;
}
.co-checkbox > input[type=checkbox]:disabled + span::after {
  display: none;
}
.co-checkbox.-marker1::before {
  content: "";
  display: block;
  width: 28px;
  height: 34px;
  background: url(../img/common/ico_marker1.svg) no-repeat center/contain;
  margin-right: 10px;
}
.co-checkbox.-marker2::before {
  content: "";
  display: block;
  width: 28px;
  height: 34px;
  background: url(../img/common/ico_marker2.svg) no-repeat center/contain;
  margin-right: 10px;
}
.co-checkbox.-marker3::before {
  content: "";
  display: block;
  width: 28px;
  height: 34px;
  background: url(../img/common/ico_marker3.svg) no-repeat center/contain;
  margin-right: 10px;
}
.co-checkbox.-marker4::before {
  content: "";
  display: block;
  width: 28px;
  height: 34px;
  background: url(../img/common/ico_marker4.svg) no-repeat center/contain;
  margin-right: 10px;
}
.co-checkbox.-marker5::before {
  content: "";
  display: block;
  width: 28px;
  height: 34px;
  background: url(../img/common/ico_marker5.svg) no-repeat center/contain;
  margin-right: 10px;
}
.co-checkbox.-marker6::before {
  content: "";
  display: block;
  width: 28px;
  height: 34px;
  background: url(../img/common/ico_marker6.svg) no-repeat center/contain;
  margin-right: 10px;
}
.co-checkbox.-marker7::before {
  content: "";
  display: block;
  width: 28px;
  height: 34px;
  background: url(../img/common/ico_marker7.svg) no-repeat center/contain;
  margin-right: 10px;
}
.co-checkbox.-marker8::before {
  content: "";
  display: block;
  width: 28px;
  height: 34px;
  background: url(../img/common/ico_marker8.svg) no-repeat center/contain;
  margin-right: 10px;
}

/* -----------------------------------
.co-select
------------------------------------ */
.co-select {
  position: relative;
  display: inline-block;
}
.co-select:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .co-select:after {
    width: 2.5vw;
    height: 2.5vw;
    right: 5vw;
  }
}
.co-select select {
  display: block;
  width: 100%;
  padding: 10px 50px 10px 20px;
  height: 50px;
  background: #fff;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .co-select select {
    padding: 2.5vw 12.5vw 2.5vw 5vw;
    height: 12.5vw;
    border-radius: 0.75vw;
    font-size: 4vw;
  }
}
.co-select select:focus {
  outline: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.co-select select:disabled {
  background: #eee;
  color: #bbb;
  pointer-events: none;
}
.co-select select option:disabled {
  background: #eee;
  color: #bbb;
  pointer-events: none;
}

/* -----------------------------------
.co-select2
------------------------------------ */
.co-select2 {
  position: relative;
  display: inline-block;
}
.co-select2:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .co-select2:after {
    width: 2.5vw;
    height: 2.5vw;
    right: 2.5vw;
  }
}
.co-select2 select {
  display: block;
  width: 100%;
  background: #F4F4EF;
  border-radius: 100px;
  border: 1px solid #847344;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .co-select2 select {
    padding: 10px 50px 10px 30px;
    min-width: 180px;
    height: 64px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .co-select2 select {
    padding: 2.5vw 5vw 2.5vw 3.75vw;
    height: 12.5vw;
    font-size: 4vw;
  }
}
.co-select2 select:focus {
  outline: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.co-select2 select:disabled {
  background: #eee;
  color: #bbb;
  pointer-events: none;
}
.co-select2 select option:disabled {
  background: #eee;
  color: #bbb;
  pointer-events: none;
}

/* -----------------------------------
.co-textarea
------------------------------------ */
.co-textarea {
  padding: 15px;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  background: #fff;
  color: #3f4344;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .co-textarea {
    padding: 3.75vw;
    min-height: 37.5vw;
    border-radius: 0.75vw;
    font-size: 4vw;
  }
}

/* -----------------------------------
.co-error
------------------------------------ */
.co-error {
  color: #DD406A;
}

@media screen and (min-width: 769px) {
  .pr-secStyle1 {
    padding-top: 0px;
  }
}
.pr-secStyle1_head {
  position: relative;
  z-index: 2;
  display: flex;
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_head {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.pr-secStyle1_head > ._shoulder {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_head > ._shoulder {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_head > ._shoulder {
    flex-basis: 100%;
  }
}
.pr-secStyle1_head > ._shoulder span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  font-family: "Cinzel", serif;
  font-weight: 500;
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_head > ._shoulder span {
    font-size: 20px;
    writing-mode: vertical-rl;
  }
  .pr-secStyle1.-simple .pr-secStyle1_head > ._shoulder span {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_head > ._shoulder span {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_head > ._txt:has(+ ._img) {
    width: 35vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_head > ._txt ._title {
    line-height: 1.8;
    margin-top: -15px;
    font-size: 36px;
  }
  .pr-secStyle1.-top_lineup .pr-secStyle1_head > ._txt ._title, .pr-secStyle1.-top_business .pr-secStyle1_head > ._txt ._title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_head > ._txt ._title {
    line-height: 1.6;
    margin-top: 1.25vw;
    font-size: 5.5vw;
  }
  .pr-secStyle1.-top_lineup .pr-secStyle1_head > ._txt ._title {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_head > ._txt ._title.-sp_small {
    font-size: 4.5vw;
  }
}
.pr-secStyle1_head > ._txt ._body {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_head > ._txt ._body {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_head > ._txt ._body {
    margin-top: 6.25vw;
    font-size: 3vw;
    width: 37.5vw;
  }
}
.pr-secStyle1_head > ._txt ._caption {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_head > ._txt ._caption {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_head > ._txt ._caption {
    margin-top: 1.25vw;
    font-size: 2.25vw;
  }
}
.pr-secStyle1_head > ._txt ._btn {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_head > ._txt ._btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_head > ._txt ._btn {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_head > ._txt ._category {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_head > ._txt ._category {
    margin-top: 1.25vw;
    font-size: 3.5vw;
  }
}
.pr-secStyle1_head > ._img {
  aspect-ratio: 700/450;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_head > ._img {
    position: absolute;
    z-index: 0;
    width: 58.3333333333%;
    top: 0;
    right: -75px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_head > ._img {
    position: relative;
    width: 50vw;
    border-radius: 2.5vw 0 0 2.5vw;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1.-top_lineup .pr-secStyle1_head > ._img {
    margin-top: 17.5vw;
  }
}

.pr-secStyle1_head > ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pr-secStyle1_main {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_main {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_main:has(.pr-bg) {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_main:has(.pr-bg) {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_main:has(.pr-bg) .pr-bg {
    top: -3.75vw;
    left: -5vw;
    bottom: -3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle1.-simple .pr-secStyle1_main {
    padding-left: 10%;
  }
}

.pr-secStyle1_main_lead {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_main_lead {
    max-width: 38%;
    max-width: 40%;
    min-height: 220px;
  }
  .pr-secStyle1.-top_lineup .pr-secStyle1_main_lead {
    min-height: 0;
  }
}
.pr-secStyle1_main_lead ._entitle {
  color: #847344;
  font-family: "Cinzel", serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_main_lead ._entitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_main_lead ._entitle {
    font-size: 2.5vw;
    position: absolute;
    top: -10vw;
    right: -5vw;
  }
}
.pr-secStyle1_main_lead ._copy {
  color: #f6f6f6;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_main_lead ._copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_main_lead ._copy {
    font-size: 3.5vw;
  }
}
.pr-secStyle1_main_lead ._body {
  color: #f6f6f6;
  color: #c4c4c4;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_main_lead ._body {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_main_lead ._body {
    margin-top: 1.25vw;
    font-size: 3vw;
  }
}
.pr-secStyle1_main_lead ._caption {
  color: #c4c4c4;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_main_lead ._caption {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_main_lead ._caption {
    margin-top: 1.25vw;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_main_lead + .pr-secStyle1_main_contents {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_main_lead + .pr-secStyle1_main_contents {
    margin-top: 5vw;
  }
  .pr-secStyle1.-top_lineup .pr-secStyle1_main_lead + .pr-secStyle1_main_contents {
    margin-top: 3.75vw;
  }
}
.pr-secStyle1_main_contents {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_main_contents .co-headingStyle1 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_main_contents .co-headingStyle1 {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_main_contents .pr-gridStyle1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_main_contents .pr-gridStyle1 {
    margin-top: 7.5vw;
  }
}

@media screen and (min-width: 769px) {
  .pr-secStyle2 {
    padding-top: 0;
  }
}
.pr-secStyle2_head {
  position: relative;
  z-index: 2;
  display: flex;
}
@media screen and (max-width: 768px) {
  .pr-secStyle2_head {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.pr-secStyle2_head > ._shoulder {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-secStyle2_head > ._shoulder {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle2_head > ._shoulder {
    flex-basis: 100%;
  }
}
.pr-secStyle2_head > ._shoulder span {
  display: inline-block;
  line-height: 1;
  font-family: "Cinzel", serif;
  font-weight: 500;
  color: #847344;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .pr-secStyle2_head > ._shoulder span {
    font-size: 20px;
    transform-origin: left top;
    transform: rotate(90deg) translateY(-100%);
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle2_head > ._shoulder span {
    font-size: 4vw;
  }
}
.pr-secStyle2_head > ._img {
  aspect-ratio: 1160/450;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pr-secStyle2_head > ._img {
    margin-right: -75px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle2_head > ._img {
    margin-top: 2.5vw;
    border-radius: 2.5vw 0 0 2.5vw;
    margin-right: calc(50% - 50vw);
  }
}
.pr-secStyle2_head > ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pr-secStyle2_main {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-secStyle2_main {
    margin-top: -16.6666666667%;
    padding-top: 20.8333333333%;
    padding-bottom: 80px;
    padding-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle2_main {
    margin-top: -12.5vw;
    padding-top: 17.5vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle2_main .pr-bg {
    top: -3.75vw;
    left: -5vw;
    bottom: -3.75vw;
  }
}
.pr-secStyle2_main_title {
  position: relative;
  z-index: 1;
  max-width: 580px;
}
.pr-secStyle2_main_title ._title {
  color: #f6f6f6;
}
@media screen and (min-width: 769px) {
  .pr-secStyle2_main_title ._title {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle2_main_title ._title {
    font-size: 5vw;
  }
}
.pr-secStyle2_main_title ._body {
  color: #c4c4c4;
}
@media screen and (min-width: 769px) {
  .pr-secStyle2_main_title ._body {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle2_main_title ._body {
    margin-top: 5vw;
    font-size: 3vw;
  }
}

@media screen and (min-width: 769px) {
  .pr-secStyle3_in {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle3_in + .pr-secStyle3_in {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle3_in + .pr-secStyle3_in {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle3_head {
    flex-basis: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle3_head {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle3_left {
    flex: 1 1 0;
    min-width: 0;
    padding-right: 30px;
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle3_left .co-btnStyle1 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle3_left .co-bnrStyle1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle3_left + .pr-secStyle3_right, .pr-secStyle3_right + .pr-secStyle3_left {
    margin-top: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle3_right {
    flex: 0 0 50%;
    min-width: 0;
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle3_right.-wide {
    flex-basis: 58.3333333333%;
    min-width: 58.3333333333%;
  }
  .pr-secStyle3_right.-wide ._img {
    transform: translateX(75px);
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle3_right.-narrow {
    flex-basis: 35%;
    min-width: 35%;
  }
}

@media screen and (min-width: 769px) {
  .pr-secStyle4 .pr-bg {
    top: -90px;
    bottom: -90px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle4 .pr-bg {
    top: -10vw;
    left: -5vw;
    bottom: -10vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_in {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.pr-secStyle4_head {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_head {
    flex-basis: 100%;
    padding-left: 10%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle4_head {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_head > ._txt {
    margin-top: 30px;
    max-width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle4_head > ._txt {
    margin-top: 5vw;
  }
}
.pr-secStyle4_head > ._img {
  aspect-ratio: 700/450;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_head > ._img {
    position: absolute;
    z-index: 1;
    width: 58.3333333333%;
    top: 0;
    right: -75px;
    top: -170px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle4_head > ._img {
    margin-top: 5vw;
  }
}
.pr-secStyle4_main {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_main {
    width: 100%;
    flex-basis: 100%;
    padding-left: 10%;
  }
}
.pr-secStyle4_left {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_left {
    padding-left: 10%;
    flex: 1 1 0;
    min-width: 0;
    padding-right: 30px;
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle4_left + .pr-secStyle4_right, .pr-secStyle4_right + .pr-secStyle4_left {
    margin-top: 7.5vw;
  }
}
.pr-secStyle4_right {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_right {
    flex: 0 0 50%;
    min-width: 0;
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_right.-medium {
    flex-basis: 45%;
    min-width: 45%;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_right.-medium ._img1 {
    transform: translateX(75px);
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle4_right.-medium ._img1 {
    margin-bottom: 30vw;
  }
}
.pr-secStyle4_right.-medium ._img2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_right.-medium ._img2 {
    flex-basis: 45%;
    transform: translate(-75px, 260px);
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle4_right.-medium ._img2 {
    width: 62.5vw;
    transform: translate(15vw, 35vw);
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle4:has(.pr-secStyle4_right.-medium ._img2) {
    padding-bottom: 280px;
  }
}

.pr-secOtherContents_title h3 {
  display: flex;
  align-items: center;
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 21px;
  white-space: nowrap;
}
.pr-secOtherContents_title h3::after {
  flex-basis: 100%;
  content: "";
  display: block;
  height: 1px;
  background: #e8e8da;
  margin-left: 20px;
}
.pr-secOtherContents_cnt1 {
  margin-top: 10px;
}
.pr-secOtherContents_cnt1 > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pr-secOtherContents_cnt1 > ul > li {
  position: relative;
  height: 55px;
}
.pr-secOtherContents_cnt1 > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
}
.pr-secOtherContents_cnt1 > ul > li > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 1em;
  background: #c4c4c4;
  transform: translateY(-50%);
}
.pr-secOtherContents_cnt1 > ul > li > a > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #767b7c;
  height: 100%;
  padding: 0 20px;
}
.pr-secOtherContents_cnt1 > ul > li > a > span::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #847344;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pr-secOtherContents_cnt1 > ul > li > a > span::after {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pr-secOtherContents_cnt1 > ul > li > a.is-current > span::after, .pr-secOtherContents_cnt1 > ul > li > a:hover > span::after {
    width: 100%;
  }
}
.pr-secOtherContents_cnt1 > ul > li:last-of-type > a::before {
  display: none;
}

@media screen and (min-width: 769px) {
  .pr-secContact_in {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .pr-secContact_head {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 769px) {
  .pr-secContact_main {
    flex-grow: 1;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secContact_main {
    margin-top: 10vw;
  }
}
.pr-secContact_main ._heading {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-secContact_main ._heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secContact_main ._heading {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secContact_main ._contact {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .pr-secContact_main ._contact {
    margin-top: 2.5vw;
  }
}
.pr-secContact_main ._contact li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .pr-secContact_main ._contact li {
    font-size: 16px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secContact_main ._contact li {
    font-size: 3.5vw;
    justify-content: center;
  }
}
.pr-secContact_main ._contact li span, .pr-secContact_main ._contact li a {
  font-family: "Cinzel", serif;
  font-weight: 500;
  color: #3f4344;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .pr-secContact_main ._contact li span, .pr-secContact_main ._contact li a {
    font-size: 28px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secContact_main ._contact li span, .pr-secContact_main ._contact li a {
    font-size: 7vw;
    margin-left: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secContact_btn {
    min-width: 50%;
    width: 50%;
    margin-top: 50px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secContact_btn {
    margin-top: 7.5vw;
  }
}

.pr-secPropertySearch_form > ._form {
  border-top: 1px solid #e8e8da;
  border-bottom: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  .pr-secPropertySearch_form > ._form > dl {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPropertySearch_form > ._form > dl {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
  }
}
.pr-secPropertySearch_form > ._form > dl + dl {
  border-top: 1px dashed #e8e8da;
}
@media screen and (min-width: 769px) {
  .pr-secPropertySearch_form > ._form > dl > dt {
    font-size: 16px;
    min-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPropertySearch_form > ._form > dl > dt {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secPropertySearch_form > ._form > dl > dd {
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPropertySearch_form > ._form > dl > dd {
    padding-top: 3.75vw;
  }
}
.pr-secPropertySearch_form > ._form > dl > dd ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .pr-secPropertySearch_form > ._form > dl > dd ul {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPropertySearch_form > ._form > dl > dd ul {
    gap: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secPropertySearch_head {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPropertySearch_head {
    margin-top: 10vw;
  }
}
.pr-secPropertySearch_result {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .pr-secPropertySearch_result {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPropertySearch_result {
    margin-top: 7.5vw;
  }
}
.pr-secPropertySearch_result > ul > li + li {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .pr-secPropertySearch_foot {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPropertySearch_foot {
    margin-top: 10vw;
  }
}
.pr-secPropertySearch_foot ._pasing {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .pr-secPropertySearch_foot ._pasing {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPropertySearch_foot ._pasing {
    margin-top: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secPropertySearch_foot ._pasing * {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPropertySearch_foot ._pasing * {
    margin: 0 1.25vw;
  }
}
.pr-secPropertySearch_foot ._caution {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pr-secPropertySearch_foot ._caution {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPropertySearch_foot ._caution {
    margin-top: 10vw;
  }
}
.pr-secPropertySearch_foot ._caution li {
  margin-left: 1em;
  text-indent: -1em;
}
.pr-secPropertySearch_foot ._caution a {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pr-secPropertySearch ._summary {
    display: flex;
    align-items: center;
  }
}
.pr-secPropertySearch ._summary.-center {
  justify-content: center;
}
.pr-secPropertySearch ._summary > dt {
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-secPropertySearch ._summary > dt {
    margin-right: 20px;
  }
}
.pr-secPropertySearch ._summary > dd span {
  font-family: "Cinzel", serif;
  font-weight: 500;
  line-height: 0.8;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .pr-secPropertySearch ._summary > dd span {
    font-size: 28px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPropertySearch ._summary > dd span {
    font-size: 5.5vw;
    margin: 0 1.25vw;
  }
}

.pr-gridStyle1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  * + .pr-gridStyle1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  * + .pr-gridStyle1 {
    margin-top: 5vw;
  }
}
.pr-gridStyle1 > ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .pr-gridStyle1.-col2-1 > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-gridStyle1.-col2-1 > ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10vw 0;
  }
}
@media screen and (min-width: 769px) {
  .pr-gridStyle1.-col3-2 > ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-gridStyle1.-col3-2 > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10vw 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-gridStyle1.-col3-1 > ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-gridStyle1.-col3-1 > ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10vw 0;
  }
}
@media screen and (min-width: 769px) {
  .pr-gridStyle1.-top > ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-gridStyle1.-top > ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 6.25vw 0;
  }
}
@media screen and (min-width: 769px) {
  .pr-gridStyle1.-propertyGallery > ul {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-gridStyle1.-propertyGallery > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 2.5vw;
  }
}

.pr-cardStyle1 {
  display: block;
  position: relative;
  color: #3f4344;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1[data-yt]:hover, .pr-cardStyle1[href]:hover {
    text-decoration: none;
  }
  .pr-cardStyle1[data-yt]:hover ._img img, .pr-cardStyle1[href]:hover ._img img {
    transform: scale(1.02);
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
  }
}
.pr-cardStyle1 > ._subtitle {
  font-family: "Cinzel", serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._subtitle {
    margin-bottom: 15px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._subtitle {
    margin-bottom: 3.75vw;
    font-size: 5vw;
  }
}
.pr-cardStyle1 > ._img {
  position: relative;
  z-index: 1;
}
.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 > ._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: 1.25vw;
  }
}
.pr-cardStyle1 > ._txt ._title {
  position: relative;
  border-bottom: 1px solid #3f4344;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._title {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._title {
    font-size: 3.5vw;
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
  }
}
.pr-cardStyle1 > ._txt ._body {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._body {
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._body {
    margin-top: 5vw;
  }
}
.pr-cardStyle1 > ._txt ._body.-base {
  color: #3f4344;
}
.pr-cardStyle1 > ._txt ._price {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._price {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._price {
    margin-top: 1.25vw;
  }
}
.pr-cardStyle1 > ._txt ._caption {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._caption {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._caption {
    font-size: 2.5vw;
  }
}
.pr-cardStyle1 > ._txt ._address {
  color: #3f4344;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._address {
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._address {
    margin-top: 5vw;
  }
}
.pr-cardStyle1 > ._txt ._openinfo {
  color: #767b7c;
  display: grid;
  grid-template-columns: 6em 1fr;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._openinfo {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._openinfo {
    margin-top: 2.5vw;
  }
}
.pr-cardStyle1 > ._txt ._tag {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._tag {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._tag {
    margin-top: 2.5vw;
  }
}
.pr-cardStyle1 > ._txt ._tag li {
  color: #767b7c;
  display: flex;
  align-items: center;
  margin-right: 1em;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._tag li {
    font-size: 12px;
  }
}
.pr-cardStyle1 > ._txt ._tag li::before {
  content: "#";
}
.pr-cardStyle1[href] > ._txt ._title::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1[href] > ._txt ._title::after {
    width: 12px;
    height: 9px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1[href] > ._txt ._title::after {
    width: 3vw;
    height: 2.25vw;
  }
}
.pr-cardStyle1[href$=".pdf"] > ._txt ._title::after {
  content: "";
  display: inline-block;
  background: url(../img/common/ico_pdf_gold.svg) no-repeat center/contain;
  transform: translateY(-50%) rotate(0deg);
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1[href$=".pdf"] > ._txt ._title::after {
    width: 20px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1[href$=".pdf"] > ._txt ._title::after {
    width: 5vw;
    height: 6vw;
  }
}
.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: #c4c4c4;
}
.pr-cardStyle1.-white ._caption {
  color: #c4c4c4;
}
.pr-cardStyle1.-white ._tag li {
  color: #c4c4c4;
}
.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);
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-footer > ._txt {
    margin-top: 10px;
  }
}
.pr-cardStyle1.-hightlights > ._img {
  aspect-ratio: 300/157;
}
.pr-cardStyle1.-hightlights > ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-campaign {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-campaign {
    margin-top: 11.25vw;
  }
}
.pr-cardStyle1.-campaign > ._new {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  font-family: "Cinzel", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #847344;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-campaign > ._new {
    font-size: 18px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-campaign > ._new {
    font-size: 4.5vw;
    height: 11.25vw;
  }
}
.pr-cardStyle1.-campaign > ._new::before {
  content: "";
  display: block;
  background: url(../img/common/ico_new_gold.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-campaign > ._new::before {
    width: 24px;
    height: 18px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-campaign > ._new::before {
    width: 6vw;
    height: 4.5vw;
    margin-right: 2vw;
  }
}
.pr-cardStyle1.-campaign > ._img {
  background: rgba(132, 115, 68, 0.1);
  aspect-ratio: 300/157;
}
.pr-cardStyle1.-campaign > ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pr-cardStyle1.-property > ._img {
  background: rgba(132, 115, 68, 0.1);
  overflow: hidden;
  aspect-ratio: 360/270;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-property > ._img {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-property > ._img {
    border-radius: 1.25vw;
  }
}
.pr-cardStyle1.-property > ._img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pr-cardStyle1.-office::before {
  content: "";
  display: block;
  background: #F4F4EF;
  position: absolute;
  z-index: 1;
  inset: -30px;
  border-radius: 20px;
  opacity: 0;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
}
.pr-cardStyle1.-office::before {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.pr-cardStyle1.-office > ._img > ._new {
  position: absolute;
  top: 0;
  font-size: 0;
  background: url(../img/common/ico_new2_gold.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-office > ._img > ._new {
    right: 25px;
    width: 58px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-office > ._img > ._new {
    right: 6.25vw;
    width: 14.5vw;
    height: 11.25vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-office[href]:hover {
    text-decoration: none;
  }
  .pr-cardStyle1.-office[href]:hover::before {
    opacity: 1;
  }
  .pr-cardStyle1.-office[href]:hover ._img img {
    transform: scale(1);
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-catalog {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-catalog {
    margin-top: 5vw;
  }
}
.pr-cardStyle1.-catalog[href] > ._img::before {
  content: "";
  display: block;
  background: url(../img/common/ico_zoom2.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
}
.pr-cardStyle1.-catalog[href] > ._img::before {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pr-cardStyle1.-catalog[href] > ._img::before {
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-catalog[href] > ._img::before {
    width: 10vw;
    height: 10vw;
    bottom: 5vw;
    right: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-catalog[href]:hover ._img::before {
    transform: scale(1.1);
  }
}
.pr-cardStyle1.-catalog[href] > ._txt ._title::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 + .pr-btnsStyle1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 + .pr-btnsStyle1 {
    margin-top: 5vw;
  }
}

.pr-cardStyle2 {
  display: block;
  position: relative;
  color: #3f4344;
  text-decoration: none;
}
.pr-cardStyle2 > ._subtitle {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.pr-cardStyle2 > ._img {
  overflow: hidden;
}
.pr-cardStyle2 > ._img {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.pr-cardStyle2 > ._img img {
  width: 100%;
}
.pr-cardStyle2 > ._img img {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pr-cardStyle2 > ._txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle2 > ._txt {
    margin-top: 2.5vw;
  }
}
.pr-cardStyle2 > ._txt ._title {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle2 > ._txt ._title {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle2 > ._txt ._title {
    font-size: 3.5vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
}
.pr-cardStyle2 > ._txt ._body {
  color: #767b7c;
}
.pr-cardStyle2[data-yt] > ._img img, .pr-cardStyle2[href] > ._img img {
  transform: scale(1.02);
}
.pr-cardStyle2[href] > ._txt ._title::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pr-cardStyle2[href] > ._txt ._title::after {
    width: 12px;
    height: 9px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle2[href] > ._txt ._title::after {
    width: 3vw;
    height: 2.25vw;
    margin-left: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle2[data-yt]:hover, .pr-cardStyle2[href]:hover {
    text-decoration: none;
  }
  .pr-cardStyle2[data-yt]:hover ._img, .pr-cardStyle2[href]:hover ._img {
    background: #000;
  }
  .pr-cardStyle2[data-yt]:hover ._img img, .pr-cardStyle2[href]:hover ._img img {
    transform: scale(1);
    opacity: 0.8;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
  }
}

.pr-cardStyle3 {
  display: block;
  position: relative;
  color: #3f4344;
  text-decoration: none;
}
.pr-cardStyle3 > ._img {
  overflow: hidden;
}
.pr-cardStyle3 > ._img {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pr-cardStyle3 > ._img {
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle3 > ._img {
    border-radius: 2vw;
  }
}
.pr-cardStyle3 > ._img img {
  width: 100%;
  transform: scale(1.02);
}
.pr-cardStyle3 > ._img img {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pr-cardStyle3 > ._txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle3 > ._txt {
    margin-top: 2.5vw;
  }
}
.pr-cardStyle3 > ._txt ._title {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle3 > ._txt ._title {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle3 > ._txt ._title {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle3[href]:hover {
    text-decoration: none;
  }
  .pr-cardStyle3[href]:hover ._img {
    background: #000;
  }
  .pr-cardStyle3[href]:hover ._img img {
    transform: scale(1);
    opacity: 0.8;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
  }
}
.pr-cardStyle3.-small > ._img {
  border-radius: 0px;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle3.-small > ._txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle3.-small > ._txt {
    margin-top: 2.5vw;
  }
}
.pr-cardStyle3.-small > ._txt ._title {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle3.-small > ._txt ._title {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle3.-small > ._txt ._title {
    font-size: 2.75vw;
  }
}

.pr-cardProperty {
  display: block;
  text-decoration: none;
  color: #3f4344;
  background: #fff;
}
.pr-cardProperty {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pr-cardProperty {
    padding: 35px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardProperty {
    padding: 3.75vw;
    border-radius: 2vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardProperty:hover {
    box-shadow: 0px 0px 0px 10px rgba(132, 115, 68, 0.3) inset;
  }
}
.pr-cardProperty_head {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_head {
    display: flex;
  }
}
.pr-cardProperty_head > ._category {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e8e8da;
  border-bottom: 1px solid #e8e8da;
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_head > ._category {
    font-size: 16px;
    width: 120px;
    min-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardProperty_head > ._category {
    width: 30vw;
    font-size: 3.5vw;
  }
}
.pr-cardProperty_head > ._txt {
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_head > ._txt {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardProperty_head > ._txt {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_head > ._txt ._title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardProperty_head > ._txt ._title {
    font-size: 4vw;
  }
}
.pr-cardProperty_head > ._txt ._lead {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_head > ._txt ._lead {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardProperty_head > ._txt ._lead {
    margin-top: 1.25vw;
  }
}
.pr-cardProperty_head > ._new {
  position: absolute;
  font-family: "Cinzel", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #847344;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_head > ._new {
    font-size: 18px;
    height: 45px;
    top: 0;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardProperty_head > ._new {
    font-size: 3.5vw;
    top: 1.25vw;
    right: 0vw;
  }
}
.pr-cardProperty_head > ._new::before {
  content: "";
  display: block;
  background: url(../img/common/ico_new_gold.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_head > ._new::before {
    width: 24px;
    height: 18px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardProperty_head > ._new::before {
    width: 5vw;
    height: 4vw;
    margin-right: 1vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_main {
    display: flex;
    align-items: start;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardProperty_main {
    margin-top: 3.75vw;
  }
}
.pr-cardProperty_main_img {
  aspect-ratio: 400/260;
  background: #F4F4EF;
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_main_img {
    min-width: 35.7142857143%;
    width: 35.7142857143%;
  }
}
.pr-cardProperty_main_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_main_data {
    flex-grow: 1;
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardProperty_main_data {
    margin-top: 3.75vw;
  }
}
.pr-cardProperty_main_data > ._subheading {
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_main_data > ._subheading {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardProperty_main_data > ._subheading {
    font-size: 3.75vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_main_data > ._info {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
}
.pr-cardProperty_main_data > ._info > dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8da;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_main_data > ._info > dl {
    flex-basis: 48%;
    padding: 14px 0;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardProperty_main_data > ._info > dl {
    padding: 2.5vw 0;
  }
}
.pr-cardProperty_main_data > ._info > dl.-w100p {
  flex-basis: 100%;
}
.pr-cardProperty_main_data > ._info > dl > dt {
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_main_data > ._info > dl > dt {
    min-width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardProperty_main_data > ._info > dl > dt {
    min-width: 27.5vw;
  }
}
.pr-cardProperty_main_data > ._info > dl > dd span.-price {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  line-height: 1;
  color: #847344;
  margin-right: 0.2em;
}
@media screen and (min-width: 769px) {
  .pr-cardProperty_main_data > ._info > dl > dd span.-price {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardProperty_main_data > ._info > dl > dd span.-price {
    font-size: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .pr-newsList {
    margin-right: -5vw;
    margin-left: -5vw;
  }
}
@media screen and (min-width: 769px) {
  * + .pr-newsList {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  * + .pr-newsList {
    margin-top: 10vw;
  }
}
.pr-newsList > ul {
  border-top: 1px solid #eae7df;
}
.pr-newsList > ul > li > div, .pr-newsList > ul > li > a {
  position: relative;
  border-bottom: 1px solid #eae7df;
  display: flex;
}
@media screen and (min-width: 769px) {
  .pr-newsList > ul > li > div, .pr-newsList > ul > li > a {
    align-items: start;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-newsList > ul > li > div, .pr-newsList > ul > li > a {
    align-items: center;
    flex-wrap: wrap;
    padding: 5vw;
  }
}
.pr-newsList > ul > li > div ._date, .pr-newsList > ul > li > a ._date {
  font-family: "Cinzel", serif;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .pr-newsList > ul > li > div ._date, .pr-newsList > ul > li > a ._date {
    font-size: 16px;
    min-width: 90px;
    margin-right: 26px;
  }
}
@media screen and (max-width: 768px) {
  .pr-newsList > ul > li > div ._date, .pr-newsList > ul > li > a ._date {
    min-width: 22.5vw;
    font-size: 4vw;
    margin-right: 3.75vw;
  }
}
.pr-newsList > ul > li > div ._category, .pr-newsList > ul > li > a ._category {
  background: #847344;
  color: #f6f6f6;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pr-newsList > ul > li > div ._category, .pr-newsList > ul > li > a ._category {
    min-width: 150px;
    font-size: 10px;
    margin-top: 2px;
    padding: 2px 10px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .pr-newsList > ul > li > div ._category, .pr-newsList > ul > li > a ._category {
    font-size: 2.5vw;
    padding: 0.25vw 2.5vw;
    border-radius: 0.75vw;
    width: 37.5vw;
  }
}
.pr-newsList > ul > li > div ._category.-property, .pr-newsList > ul > li > div ._category.-pdf, .pr-newsList > ul > li > div ._category.-info, .pr-newsList > ul > li > div ._category.-site, .pr-newsList > ul > li > a ._category.-property, .pr-newsList > ul > li > a ._category.-pdf, .pr-newsList > ul > li > a ._category.-info, .pr-newsList > ul > li > a ._category.-site {
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-newsList > ul > li > div ._category.-property, .pr-newsList > ul > li > div ._category.-pdf, .pr-newsList > ul > li > div ._category.-info, .pr-newsList > ul > li > div ._category.-site, .pr-newsList > ul > li > a ._category.-property, .pr-newsList > ul > li > a ._category.-pdf, .pr-newsList > ul > li > a ._category.-info, .pr-newsList > ul > li > a ._category.-site {
    min-width: 86px;
  }
}
@media screen and (max-width: 768px) {
  .pr-newsList > ul > li > div ._category.-property, .pr-newsList > ul > li > div ._category.-pdf, .pr-newsList > ul > li > div ._category.-info, .pr-newsList > ul > li > div ._category.-site, .pr-newsList > ul > li > a ._category.-property, .pr-newsList > ul > li > a ._category.-pdf, .pr-newsList > ul > li > a ._category.-info, .pr-newsList > ul > li > a ._category.-site {
    width: 21.5vw;
  }
}
.pr-newsList > ul > li > div ._category.-info, .pr-newsList > ul > li > a ._category.-info {
  background: #3f4344;
}
@media screen and (min-width: 769px) {
  .pr-newsList > ul > li > div ._category.-recruit, .pr-newsList > ul > li > a ._category.-recruit {
    min-width: 86px;
  }
}
@media screen and (max-width: 768px) {
  .pr-newsList > ul > li > div ._category.-recruit, .pr-newsList > ul > li > a ._category.-recruit {
    width: 21.5vw;
  }
}
.pr-newsList > ul > li > div ._title, .pr-newsList > ul > li > a ._title {
  flex-grow: 1;
  display: flex;
  align-items: center;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .pr-newsList > ul > li > div ._title, .pr-newsList > ul > li > a ._title {
    margin-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .pr-newsList > ul > li > div ._title, .pr-newsList > ul > li > a ._title {
    flex-basis: 100%;
    margin-top: 1.25vw;
  }
}
.pr-newsList > ul > li > a {
  text-decoration: none;
  color: #3f4344;
  text-underline-offset: 0.3em;
}
.pr-newsList > ul > li > a {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.pr-newsList > ul > li > a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pr-newsList > ul > li > a::after {
    width: 12px;
    height: 9px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-newsList > ul > li > a::after {
    width: 3vw;
    height: 2.25vw;
    right: 0vw;
  }
}
.pr-newsList > ul > li > a ._title {
  text-decoration: underline;
}
.pr-newsList > ul > li > a[href$=".pdf"] ._title::after {
  content: "";
  display: inline-block;
  background: url(../img/common/ico_pdf_gold.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .pr-newsList > ul > li > a[href$=".pdf"] ._title::after {
    width: 20px;
    height: 24px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-newsList > ul > li > a[href$=".pdf"] ._title::after {
    width: 5vw;
    height: 6vw;
    margin-left: 2vw;
    position: absolute;
    top: 5.25vw;
    right: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-newsList > ul > li > a:hover {
    background: rgba(132, 115, 68, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .pr-newsList.-property {
    margin-right: 0vw;
    margin-left: 0vw;
  }
}
.pr-newsList.-property > ul {
  border-top: none;
}
@media screen and (min-width: 769px) {
  .pr-newsList.-property > ul > li > div, .pr-newsList.-property > ul > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pr-newsList.-property > ul > li > div, .pr-newsList.-property > ul > li > a {
    padding: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-newsList.-property > ul > li > a:hover {
    background: #F4F4EF;
  }
}

.pr-newsFilter {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .pr-newsFilter * {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-newsFilter * {
    margin-right: 2.5vw;
  }
}
.pr-newsFilter *:last-child {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .pr-navStyle1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-navStyle1 {
    margin-bottom: 8.75vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
@media screen and (min-width: 769px) {
  * + .pr-navStyle1 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  * + .pr-navStyle1 {
    margin-top: 10vw;
  }
}
.pr-navStyle1.-col2 > ul {
  grid-template-columns: repeat(2, 1fr);
}
.pr-navStyle1.-col3 > ul {
  grid-template-columns: repeat(3, 1fr);
}
.pr-navStyle1 > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}
.pr-navStyle1 > ul > li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-navStyle1 > ul > li {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-navStyle1 > ul > li {
    height: 12.5vw;
  }
}
.pr-navStyle1 > ul > li::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.8em;
  background: #121516;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pr-navStyle1 > ul > li:nth-of-type(1)::before {
  display: none;
}
.pr-navStyle1 > ul > li > a, .pr-navStyle1 > ul > li > button, .pr-navStyle1 > ul > li > span {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  color: #3f4344;
  text-decoration: none;
  text-align: center;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .pr-navStyle1 > ul > li > a, .pr-navStyle1 > ul > li > button, .pr-navStyle1 > ul > li > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-navStyle1 > ul > li > a, .pr-navStyle1 > ul > li > button, .pr-navStyle1 > ul > li > span {
    font-size: 2.5vw;
  }
}
.pr-navStyle1 > ul > li > a:not(.-number)::after, .pr-navStyle1 > ul > li > button:not(.-number)::after, .pr-navStyle1 > ul > li > span:not(.-number)::after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background: #847344;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pr-navStyle1 > ul > li > a:not(.-number)::after, .pr-navStyle1 > ul > li > button:not(.-number)::after, .pr-navStyle1 > ul > li > span:not(.-number)::after {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.pr-navStyle1 > ul > li > a:not(.-number):hover::after, .pr-navStyle1 > ul > li > a:not(.-number).is-active::after, .pr-navStyle1 > ul > li > button:not(.-number):hover::after, .pr-navStyle1 > ul > li > button:not(.-number).is-active::after, .pr-navStyle1 > ul > li > span:not(.-number):hover::after, .pr-navStyle1 > ul > li > span:not(.-number).is-active::after {
  width: 70%;
}
.pr-navStyle1 > ul > li > a:hover, .pr-navStyle1 > ul > li > a.is-active, .pr-navStyle1 > ul > li > button:hover, .pr-navStyle1 > ul > li > button.is-active, .pr-navStyle1 > ul > li > span:hover, .pr-navStyle1 > ul > li > span.is-active {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-navStyle1 > ul > li:has(.-shop), .pr-navStyle1 > ul > li:has(.-modelhouse) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-navStyle1 > ul > li:has(.-shop), .pr-navStyle1 > ul > li:has(.-modelhouse) {
    margin-top: 15vw;
  }
}
.pr-navStyle1 > ul > li:has(.-shop) > a.-shop::before, .pr-navStyle1 > ul > li:has(.-shop) > a.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-shop) > button.-shop::before, .pr-navStyle1 > ul > li:has(.-shop) > button.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-shop) > span.-shop::before, .pr-navStyle1 > ul > li:has(.-shop) > span.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-shop::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-shop::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-shop::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-modelhouse::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .pr-navStyle1 > ul > li:has(.-shop) > a.-shop::before, .pr-navStyle1 > ul > li:has(.-shop) > a.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-shop) > button.-shop::before, .pr-navStyle1 > ul > li:has(.-shop) > button.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-shop) > span.-shop::before, .pr-navStyle1 > ul > li:has(.-shop) > span.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-shop::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-shop::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-shop::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-modelhouse::before {
    width: 45px;
    height: 30px;
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-navStyle1 > ul > li:has(.-shop) > a.-shop::before, .pr-navStyle1 > ul > li:has(.-shop) > a.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-shop) > button.-shop::before, .pr-navStyle1 > ul > li:has(.-shop) > button.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-shop) > span.-shop::before, .pr-navStyle1 > ul > li:has(.-shop) > span.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-shop::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-shop::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-shop::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-modelhouse::before {
    width: 11.25vw;
    height: 7.5vw;
    top: -7.5vw;
  }
}
.pr-navStyle1 > ul > li:has(.-shop) > a.-shop:hover::after, .pr-navStyle1 > ul > li:has(.-shop) > a.-shop.is-active::after, .pr-navStyle1 > ul > li:has(.-shop) > a.-modelhouse:hover::after, .pr-navStyle1 > ul > li:has(.-shop) > a.-modelhouse.is-active::after, .pr-navStyle1 > ul > li:has(.-shop) > button.-shop:hover::after, .pr-navStyle1 > ul > li:has(.-shop) > button.-shop.is-active::after, .pr-navStyle1 > ul > li:has(.-shop) > button.-modelhouse:hover::after, .pr-navStyle1 > ul > li:has(.-shop) > button.-modelhouse.is-active::after, .pr-navStyle1 > ul > li:has(.-shop) > span.-shop:hover::after, .pr-navStyle1 > ul > li:has(.-shop) > span.-shop.is-active::after, .pr-navStyle1 > ul > li:has(.-shop) > span.-modelhouse:hover::after, .pr-navStyle1 > ul > li:has(.-shop) > span.-modelhouse.is-active::after, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-shop:hover::after, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-shop.is-active::after, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-modelhouse:hover::after, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-modelhouse.is-active::after, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-shop:hover::after, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-shop.is-active::after, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-modelhouse:hover::after, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-modelhouse.is-active::after, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-shop:hover::after, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-shop.is-active::after, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-modelhouse:hover::after, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-modelhouse.is-active::after {
  width: 100%;
}
.pr-navStyle1 > ul > li:has(.-shop) > a.-shop::before, .pr-navStyle1 > ul > li:has(.-shop) > button.-shop::before, .pr-navStyle1 > ul > li:has(.-shop) > span.-shop::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-shop::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-shop::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-shop::before {
  background-image: url(../img/common/ico_shop_gray.svg);
}
.pr-navStyle1 > ul > li:has(.-shop) > a.-shop:hover::before, .pr-navStyle1 > ul > li:has(.-shop) > a.-shop.is-active::before, .pr-navStyle1 > ul > li:has(.-shop) > button.-shop:hover::before, .pr-navStyle1 > ul > li:has(.-shop) > button.-shop.is-active::before, .pr-navStyle1 > ul > li:has(.-shop) > span.-shop:hover::before, .pr-navStyle1 > ul > li:has(.-shop) > span.-shop.is-active::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-shop:hover::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-shop.is-active::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-shop:hover::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-shop.is-active::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-shop:hover::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-shop.is-active::before {
  background-image: url(../img/common/ico_shop_gold.svg);
}
.pr-navStyle1 > ul > li:has(.-shop) > a.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-shop) > button.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-shop) > span.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-modelhouse::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-modelhouse::before {
  background-image: url(../img/common/ico_modelhouse_gray.svg);
}
.pr-navStyle1 > ul > li:has(.-shop) > a.-modelhouse:hover::before, .pr-navStyle1 > ul > li:has(.-shop) > a.-modelhouse.is-active::before, .pr-navStyle1 > ul > li:has(.-shop) > button.-modelhouse:hover::before, .pr-navStyle1 > ul > li:has(.-shop) > button.-modelhouse.is-active::before, .pr-navStyle1 > ul > li:has(.-shop) > span.-modelhouse:hover::before, .pr-navStyle1 > ul > li:has(.-shop) > span.-modelhouse.is-active::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-modelhouse:hover::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > a.-modelhouse.is-active::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-modelhouse:hover::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > button.-modelhouse.is-active::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-modelhouse:hover::before, .pr-navStyle1 > ul > li:has(.-modelhouse) > span.-modelhouse.is-active::before {
  background-image: url(../img/common/ico_modelhouse_gold.svg);
}
@media screen and (min-width: 769px) {
  .pr-navStyle1 > ul > li:has(.-number) {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-navStyle1 > ul > li:has(.-number) {
    margin-top: 15vw;
    margin-bottom: 7.5vw;
  }
}
.pr-navStyle1 > ul > li:has(.-number) > a.-number::before, .pr-navStyle1 > ul > li:has(.-number) > button.-number::before, .pr-navStyle1 > ul > li:has(.-number) > span.-number::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Cinzel", serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .pr-navStyle1 > ul > li:has(.-number) > a.-number::before, .pr-navStyle1 > ul > li:has(.-number) > button.-number::before, .pr-navStyle1 > ul > li:has(.-number) > span.-number::before {
    font-size: 60px;
    top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-navStyle1 > ul > li:has(.-number) > a.-number::before, .pr-navStyle1 > ul > li:has(.-number) > button.-number::before, .pr-navStyle1 > ul > li:has(.-number) > span.-number::before {
    font-size: 5vw;
    top: -7.5vw;
  }
}
.pr-navStyle1 > ul > li:has(.-number) > a.-number.-n1::before, .pr-navStyle1 > ul > li:has(.-number) > button.-number.-n1::before, .pr-navStyle1 > ul > li:has(.-number) > span.-number.-n1::before {
  content: "01";
}
.pr-navStyle1 > ul > li:has(.-number) > a.-number.-n2::before, .pr-navStyle1 > ul > li:has(.-number) > button.-number.-n2::before, .pr-navStyle1 > ul > li:has(.-number) > span.-number.-n2::before {
  content: "02";
}
.pr-navStyle1 > ul > li:has(.-number) > a.-number.-n3::before, .pr-navStyle1 > ul > li:has(.-number) > button.-number.-n3::before, .pr-navStyle1 > ul > li:has(.-number) > span.-number.-n3::before {
  content: "03";
}
.pr-navStyle1 > ul > li:has(.-number) > a.-number::after, .pr-navStyle1 > ul > li:has(.-number) > button.-number::after, .pr-navStyle1 > ul > li:has(.-number) > span.-number::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 769px) {
  .pr-navStyle1 > ul > li:has(.-number) > a.-number::after, .pr-navStyle1 > ul > li:has(.-number) > button.-number::after, .pr-navStyle1 > ul > li:has(.-number) > span.-number::after {
    width: 12px;
    height: 12px;
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-navStyle1 > ul > li:has(.-number) > a.-number::after, .pr-navStyle1 > ul > li:has(.-number) > button.-number::after, .pr-navStyle1 > ul > li:has(.-number) > span.-number::after {
    width: 3vw;
    height: 3vw;
    bottom: -5vw;
  }
}
.pr-navStyle1.-white > ul > li::before {
  background: #c4c4c4;
}
.pr-navStyle1.-white > ul > li > a, .pr-navStyle1.-white > ul > li > button, .pr-navStyle1.-white > ul > li > span {
  color: #f6f6f6;
}
.pr-navStyle1.-white > ul > li > a::after, .pr-navStyle1.-white > ul > li > button::after, .pr-navStyle1.-white > ul > li > span::after {
  background: #f6f6f6;
}
.pr-navStyle1.-white > ul > li > a:hover, .pr-navStyle1.-white > ul > li > a.is-active, .pr-navStyle1.-white > ul > li > button:hover, .pr-navStyle1.-white > ul > li > button.is-active, .pr-navStyle1.-white > ul > li > span:hover, .pr-navStyle1.-white > ul > li > span.is-active {
  color: #f6f6f6;
}

.pr-blockSearch {
  background: #F4F4EF;
  max-width: 960px;
  width: 100%;
  border-radius: 10px;
  padding-bottom: 1px;
}
@media screen and (min-width: 769px) {
  .pr-blockSearch + .pr-blockSearch {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch + .pr-blockSearch {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockSearch_in {
    padding: 7.2916666667%;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch_in {
    padding: 5vw;
  }
}
.pr-blockSearch_googlemap {
  background: #ddd;
}
@media screen and (min-width: 769px) {
  .pr-blockSearch_googlemap {
    height: 480px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch_googlemap {
    height: 50vw;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockSearch ._map-search {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch ._map-search {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockSearch ._map-search ._txt {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch ._map-search ._txt {
    margin-top: 5vw;
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockSearch ._map-search ._typeList {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch ._map-search ._typeList {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockSearch ._area-search {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch ._area-search {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockSearch ._area-search ._step + ._step {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch ._area-search ._step + ._step {
    margin-top: 10vw;
  }
}
.pr-blockSearch ._area-search ._step > dt {
  display: flex;
}
@media screen and (min-width: 769px) {
  .pr-blockSearch ._area-search ._step > dt {
    align-items: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch ._area-search ._step > dt {
    flex-direction: column;
    font-size: 4vw;
  }
}
.pr-blockSearch ._area-search ._step > dt > span {
  color: #847344;
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-blockSearch ._area-search ._step > dt > span {
    font-size: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch ._area-search ._step > dt > span {
    font-size: 3vw;
  }
}
.pr-blockSearch ._area-search ._areaList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .pr-blockSearch ._area-search ._areaList {
    margin-top: 20px;
    gap: 15px 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch ._area-search ._areaList {
    margin-top: 5vw;
    gap: 3.75vw 1.25vw;
  }
}
.pr-blockSearch ._area-search ._areaList + ._areaList {
  border-top: 1px solid #e8e8da;
  padding-top: 25px;
}
.pr-blockSearch ._area-search ._btnList {
  display: grid;
}
@media screen and (min-width: 769px) {
  .pr-blockSearch ._area-search ._btnList {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch ._area-search ._btnList {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockSearch ._area-search ._btnList.-col4-2 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch ._area-search ._btnList.-col4-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockSearch ._area-search ._btnList.-col3-1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch ._area-search ._btnList.-col3-1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5vw;
  }
}
.pr-blockSearch ._area-search ._btnList > li button {
  position: relative;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
}
.pr-blockSearch ._area-search ._btnList > li button {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media screen and (min-width: 769px) {
  .pr-blockSearch ._area-search ._btnList > li button {
    height: 80px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch ._area-search ._btnList > li button {
    height: 15vw;
    border-radius: 2vw;
    font-size: 3vw;
  }
}
.pr-blockSearch ._area-search ._btnList > li button::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pr-blockSearch ._area-search ._btnList > li button::after {
    width: 12px;
    height: 9px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSearch ._area-search ._btnList > li button::after {
    width: 2vw;
    height: 1.5vw;
    right: 1.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockSearch ._area-search ._btnList > li button:hover {
    box-shadow: 0px 0px 0px 3px rgba(132, 115, 68, 0.8) inset;
  }
}

@media screen and (min-width: 769px) {
  .pr-blockPropertyBasic ._lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyBasic ._lead {
    font-size: 4vw;
  }
}
.pr-blockPropertyBasic ._tag {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyBasic ._tag {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyBasic ._tag {
    margin-top: 7.5vw;
  }
}
.pr-blockPropertyBasic ._tag li {
  color: #847344;
  border: 1px solid #847344;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyBasic ._tag li {
    font-size: 13px;
    border-radius: 5px;
    padding: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyBasic ._tag li {
    font-size: 3.25vw;
    border-radius: 1.25vw;
    padding: 2vw;
    margin-right: 1.25vw;
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyBasic ._info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyBasic ._info {
    margin-top: 5vw;
  }
}
.pr-blockPropertyBasic ._info dl {
  display: flex;
  border-bottom: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyBasic ._info dl {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyBasic ._info dl {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
}
.pr-blockPropertyBasic ._info dl dt {
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyBasic ._info dl dt {
    min-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyBasic ._info dl dt {
    min-width: 20vw;
  }
}
.pr-blockPropertyBasic ._notice {
  display: flex;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyBasic ._notice {
    margin-top: 30px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyBasic ._notice {
    margin-top: 7.5vw;
    align-items: start;
  }
}
.pr-blockPropertyBasic ._notice dt {
  color: #767b7c;
  border: 1px solid #767b7c;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyBasic ._notice dt {
    font-size: 13px;
    border-radius: 5px;
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyBasic ._notice dt {
    font-size: 3.25vw;
    border-radius: 1.25vw;
    padding: 2vw;
  }
}
.pr-blockPropertyBasic ._notice dd {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyBasic ._notice dd {
    margin-left: 20px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyBasic ._notice dd {
    margin-left: 5vw;
    font-size: 2.75vw;
  }
}
.pr-blockPropertyBasic ._update {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyBasic ._update {
    margin-top: 30px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyBasic ._update {
    margin-top: 5vw;
    font-size: 2.75vw;
  }
}

.pr-blockPropertyOutline {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyOutline {
    padding: 20px 40px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyOutline {
    padding: 2.5vw 5vw;
    border-radius: 2vw;
  }
}
.pr-blockPropertyOutline dl {
  border-top: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyOutline dl {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyOutline dl {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
  }
}
.pr-blockPropertyOutline dl:first-child {
  border-top: none;
}
.pr-blockPropertyOutline dl > dt {
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyOutline dl > dt {
    min-width: 280px;
  }
}
.pr-blockPropertyOutline dl > dd {
  flex-grow: 1;
}

.pr-blockPropertyNote {
  background: #fff;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyNote {
    padding: 30px 40px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyNote {
    padding: 3.75vw 5vw;
    border-radius: 2vw;
  }
}

.pr-blockPropertyNews {
  background: #fff;
  max-height: 400px;
  overflow-y: scroll;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyNews::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .pr-blockPropertyNews::-webkit-scrollbar-track {
    background: #f4f4ef;
  }
  .pr-blockPropertyNews::-webkit-scrollbar-thumb {
    background: #3f4344;
    border-radius: 50px;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyNews {
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyNews {
    border-radius: 2vw;
  }
}

.pr-blockPropertyTable {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyTable {
    overflow-x: scroll;
  }
}
.pr-blockPropertyTable_in {
  display: table;
  border-spacing: 1px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyTable_in {
    width: 225vw;
  }
}
.-layoutFixed .pr-blockPropertyTable_in {
  table-layout: fixed;
}
.pr-blockPropertyTable_in > ._head {
  display: table-header-group;
}
.pr-blockPropertyTable_in > ._data {
  display: table-header-group;
}
.pr-blockPropertyTable_in > ._head > dl,
.pr-blockPropertyTable_in > ._data > dl {
  display: table-row;
}
.pr-blockPropertyTable_in > ._head > dl > dt, .pr-blockPropertyTable_in > ._head > dl > dd,
.pr-blockPropertyTable_in > ._data > dl > dt,
.pr-blockPropertyTable_in > ._data > dl > dd {
  background: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyTable_in > ._head > dl > dt, .pr-blockPropertyTable_in > ._head > dl > dd,
  .pr-blockPropertyTable_in > ._data > dl > dt,
  .pr-blockPropertyTable_in > ._data > dl > dd {
    height: 50px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyTable_in > ._head > dl > dt, .pr-blockPropertyTable_in > ._head > dl > dd,
  .pr-blockPropertyTable_in > ._data > dl > dt,
  .pr-blockPropertyTable_in > ._data > dl > dd {
    min-height: 12.5vw;
    padding: 1.25vw 1.25vw;
  }
}
.pr-blockPropertyTable_in > ._head > dl > dd ul,
.pr-blockPropertyTable_in > ._data > dl > dd ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pr-blockPropertyTable_in > ._head > dl > dd ul > li + li,
.pr-blockPropertyTable_in > ._data > dl > dd ul > li + li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyTable_in > ._head > dl > dd ul > li + li,
  .pr-blockPropertyTable_in > ._data > dl > dd ul > li + li {
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyTable_in > ._head > dl > dd ul > li + li,
  .pr-blockPropertyTable_in > ._data > dl > dd ul > li + li {
    padding-left: 2.5vw;
    margin-left: 2.5vw;
  }
}
.pr-blockPropertyTable_in > ._head > dl > dd ul > li + li::before,
.pr-blockPropertyTable_in > ._data > dl > dd ul > li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.8em;
  background: #3f4344;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.pr-blockPropertyTable_in > ._head > dl > dd ul > li a,
.pr-blockPropertyTable_in > ._data > dl > dd ul > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #3f4344;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyTable_in > ._head > dl > dd ul > li a,
  .pr-blockPropertyTable_in > ._data > dl > dd ul > li a {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyTable_in > ._head > dl > dd ul > li a,
  .pr-blockPropertyTable_in > ._data > dl > dd ul > li a {
    padding: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyTable_in > ._head > dl > dd ul > li a:hover,
  .pr-blockPropertyTable_in > ._data > dl > dd ul > li a:hover {
    text-decoration: underline;
  }
}
.pr-blockPropertyTable_in > ._head > dl > dd ul > li a::after,
.pr-blockPropertyTable_in > ._data > dl > dd ul > li a::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  transform: rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyTable_in > ._head > dl > dd ul > li a::after,
  .pr-blockPropertyTable_in > ._data > dl > dd ul > li a::after {
    width: 12px;
    height: 9px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyTable_in > ._head > dl > dd ul > li a::after,
  .pr-blockPropertyTable_in > ._data > dl > dd ul > li a::after {
    width: 3vw;
    height: 2.25vw;
    margin-left: 1.25vw;
  }
}
.pr-blockPropertyTable_in > ._head > dl > dt, .pr-blockPropertyTable_in > ._head > dl > dd {
  background: transparent;
}
.pr-blockPropertyTable.-small .pr-blockPropertyTable_in {
  border-spacing: 0px;
  border-collapse: collapse;
}
.pr-blockPropertyTable.-small .pr-blockPropertyTable_in > ._head > dl > dt, .pr-blockPropertyTable.-small .pr-blockPropertyTable_in > ._head > dl > dd,
.pr-blockPropertyTable.-small .pr-blockPropertyTable_in > ._data > dl > dt,
.pr-blockPropertyTable.-small .pr-blockPropertyTable_in > ._data > dl > dd {
  background: transparent;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyTable.-small .pr-blockPropertyTable_in > ._head > dl > dt, .pr-blockPropertyTable.-small .pr-blockPropertyTable_in > ._head > dl > dd,
  .pr-blockPropertyTable.-small .pr-blockPropertyTable_in > ._data > dl > dt,
  .pr-blockPropertyTable.-small .pr-blockPropertyTable_in > ._data > dl > dd {
    font-size: 12px;
    height: 35px;
    padding: 5px 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyTable.-small .pr-blockPropertyTable_in > ._head > dl > dt, .pr-blockPropertyTable.-small .pr-blockPropertyTable_in > ._head > dl > dd,
  .pr-blockPropertyTable.-small .pr-blockPropertyTable_in > ._data > dl > dt,
  .pr-blockPropertyTable.-small .pr-blockPropertyTable_in > ._data > dl > dd {
    font-size: 3vw;
    min-height: 8.75vw;
    padding: 1.25vw 1.25vw;
  }
}
.pr-blockPropertyTable.-small .pr-blockPropertyTable_in > ._data > dl > dt, .pr-blockPropertyTable.-small .pr-blockPropertyTable_in > ._data > dl > dd {
  border: 1px solid #e8e8da;
}

@media screen and (min-width: 769px) {
  .pr-blockPropertyMovie + .pr-blockPropertyMovie {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyMovie + .pr-blockPropertyMovie {
    margin-top: 10vw;
  }
}
.pr-blockPropertyMovie > ._youtube {
  aspect-ratio: 16/9;
}
.pr-blockPropertyMovie > ._youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyMovie ._caption {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyMovie ._caption {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .pr-blockPropertyPanorama + .pr-blockPropertyPanorama {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyPanorama + .pr-blockPropertyPanorama {
    margin-top: 10vw;
  }
}
.pr-blockPropertyPanorama > ._panorama {
  aspect-ratio: 16/9;
}
.pr-blockPropertyPanorama > ._panorama iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .pr-blockPropertyPanorama ._caption {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockPropertyPanorama ._caption {
    margin-top: 5vw;
  }
}

.pr-environment > dl > dt {
  color: #847344;
  border-bottom: 1px solid #e8e8da;
  padding-bottom: 10px;
}
.pr-environment > dl > dd {
  margin-top: 10px;
}
.pr-environment > dl > dd ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.pr-environment > dl > dd ul li::before {
  content: "・";
}

.pr-blockGooglemap {
  background: #ddd;
}
@media screen and (min-width: 769px) {
  .pr-blockGooglemap {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockGooglemap {
    height: 50vw;
  }
}

.pr-blockDl {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pr-blockDl + .pr-blockDl {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockDl + .pr-blockDl {
    margin-top: 12.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockDl > p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockDl > p {
    margin-bottom: 7.5vw;
  }
}
.pr-blockDl > dl {
  border-bottom: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  .pr-blockDl > dl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockDl > dl {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.pr-blockDl > dl:nth-of-type(1) {
  border-top: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  * + .pr-blockDl > dl:nth-of-type(1) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  * + .pr-blockDl > dl:nth-of-type(1) {
    margin-top: 8.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockDl > dl.-btn {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockDl > dl.-btn > dt {
    flex-grow: 1;
    padding-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockDl > dl.-btn > dd {
    padding-top: 0;
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockDl > dl.-btn > dd {
    text-align: center;
  }
}
.pr-blockDl > dl > dt {
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-blockDl > dl > dt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockDl > dl > dt {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockDl > dl > dd {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockDl > dl > dd {
    padding-top: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockDl > dl > dd > * + * {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockDl > dl > dd > * + * {
    margin-top: 3.75vw;
  }
}
.pr-blockDl > dl > dd ul.-decimal > li {
  margin-left: 1.5em;
  list-style-type: decimal;
}
.pr-blockDl > dl > dd ul.-disc > li {
  margin-left: 1em;
  text-indent: -1em;
}
.pr-blockDl > dl > dd ul.-disc > li::before {
  content: "・";
}
.pr-blockDl > dl > dd ul.-lower-roman > li {
  margin-left: 1.5em;
  list-style-type: lower-roman;
}
.pr-blockDl > dl > dd ul.-lower-roman2 > li {
  margin-left: 1.5em;
  list-style-type: lower-roman;
}
.pr-blockDl > dl > dd ul.-lower-roman2 > li::marker {
  content: counter(list-item, lower-roman) ") "; /* i) の形式にする */
}
.pr-blockDl > dl > dd ul.-lower-alpha > li {
  margin-left: 1.5em;
  list-style-type: lower-alpha;
}
.pr-blockDl > dl > dd > ul > ul {
  margin-left: 2em;
}
.pr-blockDl > dl > dd .-tit {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .pr-blockDl > dl > dd .-tit {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockDl > dl > dd .-tit {
    margin-top: 5vw;
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockDl > dl > dd .-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockDl > dl > dd .-small {
    font-size: 3vw;
  }
}
.pr-blockDl > dl > dd .-right {
  text-align: right;
}
.pr-blockDl > dl > dd a {
  color: #767b7c;
  text-underline-offset: 0.3em;
}
@media screen and (max-width: 768px) {
  .pr-blockDl > dl > dd > ._table {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockDl > dl > dd > ._table table {
    width: 225vw;
  }
}
.pr-blockDl > dl > dd > ._table table th, .pr-blockDl > dl > dd > ._table table td {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-display: swap;
  text-align: left;
  border: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  .pr-blockDl > dl > dd > ._table table th, .pr-blockDl > dl > dd > ._table table td {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockDl > dl > dd > ._table table th, .pr-blockDl > dl > dd > ._table table td {
    padding: 3.75vw;
  }
}
.pr-blockDl > dl > dd > ._table table thead th {
  width: 24.0740740741%;
}
.pr-blockDl > dl > dd > ._table table thead td {
  width: 39.8148148148%;
}
.pr-blockDl > dl > dd .sustainability_img1 {
  text-align: center;
}

.pr-blockTable > dl {
  border-bottom: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  .pr-blockTable > dl {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockTable > dl {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.pr-blockTable > dl > dt {
  color: #847344;
  min-width: 130px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  .pr-blockTable > dl > dd {
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockTable > dl > dd {
    padding-top: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockTable > dl > dd ._officer {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockTable > dl > dd ._officer > div {
    max-width: 260px;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockTable > dl > dd ._officer > div + div {
    margin-left: 120px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockTable > dl > dd ._officer > div + div {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockTable > dl > dd ._officer > div * + p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockTable > dl > dd ._officer > div * + p {
    margin-top: 5vw;
  }
}
.pr-blockTable > dl > dd ._officer > div > dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .pr-blockTable > dl > dd ._officer > div > dl > dt {
    min-width: 160px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockTable > dl > dd ._officer > div > dl > dt {
    width: 35vw;
    padding-right: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockTable > dl > dd ._googlemap {
    margin-top: 20px;
    height: 410px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockTable > dl > dd ._googlemap {
    margin-top: 5vw;
    height: 75vw;
  }
}
.pr-blockTable > dl > dd a {
  color: initial;
}
.pr-blockTable.-wide > dl > dt {
  min-width: 260px;
}
.pr-blockTable.-white > dl {
  border-bottom: 1px solid #616566;
}
.pr-blockTable.-white > dl > dt {
  color: #f6f6f6;
}
.pr-blockTable.-white > dl > dd {
  color: #f6f6f6;
}
.pr-blockTable.-white > dl > dd a {
  color: #f6f6f6;
}

.pr-blockSitemap a {
  text-decoration: none;
  text-underline-offset: 0.3em;
}
@media screen and (min-width: 769px) {
  .pr-blockSitemap a:hover {
    text-decoration: underline;
  }
}
.pr-blockSitemap_item {
  border-top: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  .pr-blockSitemap_item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSitemap_item {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.pr-blockSitemap_item > ._heading {
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-blockSitemap_item > ._heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSitemap_item > ._heading {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockSitemap_item > ._main {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSitemap_item > ._main {
    padding-top: 3.75vw;
    padding-left: 1em;
  }
}
.pr-blockSitemap_item > ._main > ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .pr-blockSitemap_item > ._main > ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSitemap_item > ._main > ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25vw;
  }
}
.pr-blockSitemap_item > ._main > ul > li > a {
  color: #3f4344;
}
@media screen and (min-width: 769px) {
  .pr-blockSitemap_item > ._main > ul > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSitemap_item > ._main > ul > li > a {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-blockSitemap_item > ._main > ul > li > ul {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSitemap_item > ._main > ul > li > ul {
    margin-top: 2.5vw;
    padding-left: 1em;
    margin-bottom: 3.75vw;
  }
}
.pr-blockSitemap_item > ._main > ul > li > ul > li a {
  display: block;
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pr-blockSitemap_item > ._main > ul > li > ul > li a {
    padding: 3px 0;
  }
}
@media screen and (max-width: 768px) {
  .pr-blockSitemap_item > ._main > ul > li > ul > li a {
    padding: 0.5vw 0;
  }
}

.pr-swiperStyle1 {
  position: relative;
}
.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: #3f4344;
}
.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: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    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: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1 .swiper-button-next::before, .pr-swiperStyle1 .swiper-button-prev::before {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1 .swiper-button-next:hover, .pr-swiperStyle1 .swiper-button-prev:hover {
    opacity: 0.8;
  }
}
.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;
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1 .swiper-pagination {
    margin-left: 44px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1 .swiper-pagination {
    margin-left: 3.75vw;
  }
}
.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: 6px;
    height: 60px;
    margin: 0 3px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1 .swiper-pagination-bullet {
    max-width: 1.5vw;
    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: 6px;
  background: rgba(63, 67, 68, 0.2);
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1 .swiper-pagination-bullet:hover {
    opacity: 0.8;
  }
}
.pr-swiperStyle1 .swiper-pagination-bullet-active::before {
  background: #3f4344;
}
.pr-swiperStyle1 .swiper-pagination-lock {
  display: none;
}
.pr-swiperStyle1.-overflow .swiper {
  overflow: visible;
}
.pr-swiperStyle1.-overflowRight {
  clip-path: inset(-30px -10000px -200px 0px);
}
.pr-swiperStyle1.-overflowRight .swiper {
  overflow: visible;
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1.-overflowRight_pc {
    clip-path: inset(-30px -10000px -200px 0px);
  }
}
.pr-swiperStyle1.-overflowRight_pc .swiper {
  overflow: visible;
}
.pr-swiperStyle1.-gold .swiper-button-next, .pr-swiperStyle1.-gold .swiper-button-prev {
  background: #847344;
}
.pr-swiperStyle1.-gold .swiper-pagination-bullet::before {
  background: #F4F4EF;
}
.pr-swiperStyle1.-gold .swiper-pagination-bullet-active::before {
  background: #847344;
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1.-ctrlTop {
    display: flex;
    flex-direction: column;
  }
  .pr-swiperStyle1.-ctrlTop .swiper {
    width: 100%;
    order: 2;
  }
  .pr-swiperStyle1.-ctrlTop .swiper-ctrl {
    margin-top: 0px;
    margin-bottom: 50px;
    order: 1;
    justify-content: flex-end;
  }
  .pr-swiperStyle1.-ctrlTop .swiper-button-next, .pr-swiperStyle1.-ctrlTop .swiper-button-prev {
    order: 2;
  }
  .pr-swiperStyle1.-ctrlTop .swiper-pagination {
    order: 1;
    margin-right: 44px;
    margin-left: 0;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlTop {
    justify-content: flex-end;
    margin-top: 7.5vw;
  }
  .pr-swiperStyle1.-ctrlTop .swiper {
    width: 100%;
  }
  .pr-swiperStyle1.-ctrlTop .swiper-ctrl {
    justify-content: flex-end;
    margin-top: 7.5vw;
  }
  .pr-swiperStyle1.-ctrlTop .swiper-button-next, .pr-swiperStyle1.-ctrlTop .swiper-button-prev {
    order: 2;
  }
  .pr-swiperStyle1.-ctrlTop .swiper-pagination {
    order: 1;
    margin-left: 0;
    margin-right: 3.75vw;
  }
}
.pr-swiperStyle1.-ctrlRight .swiper-ctrl {
  margin-top: 30px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlRight .swiper-ctrl {
    margin-top: 7.5vw;
  }
}
.pr-swiperStyle1.-ctrlRight .swiper-button-next, .pr-swiperStyle1.-ctrlRight .swiper-button-prev {
  order: 2;
}
.pr-swiperStyle1.-ctrlRight .swiper-pagination {
  order: 1;
  margin-right: 44px;
  margin-left: 0;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlRight .swiper-pagination {
    margin-right: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1.-ctrlSide:has(.swiper-pagination:not(.swiper-pagination-lock)) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlSide:has(.swiper-pagination:not(.swiper-pagination-lock)) {
    margin-bottom: 10vw;
  }
}
.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;
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1.-ctrlSide .swiper-button-prev {
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlSide .swiper-button-prev {
    left: -9.25vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1.-ctrlSide .swiper-button-next {
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlSide .swiper-button-next {
    right: -9.25vw;
  }
}
.pr-swiperStyle1.-ctrlSide .swiper-pagination {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  margin-left: 0px;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1.-ctrlSide .swiper-pagination {
    justify-content: center;
    bottom: -60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlSide .swiper-pagination {
    justify-content: flex-end;
    bottom: -10vw;
  }
}

@media screen and (min-width: 769px) {
  .pr-articleStyle1 {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 47.2222222222%;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle1 {
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle1:has(> ._img.-wide) {
    grid-template-columns: 1fr 57.4074074074%;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle1:has(> ._img.-narrow) {
    grid-template-columns: 1fr 37.037037037%;
  }
}
@media screen and (min-width: 769px) {
  * + .pr-articleStyle1 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  * + .pr-articleStyle1 {
    padding-top: 10vw;
  }
}
.pr-articleStyle1.-borderTop {
  border-top: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  .pr-articleStyle1 > ._heading {
    grid-row: 1;
    grid-column: 1;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle1 > ._img {
    grid-row: 1/3;
    grid-column: 2;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle1 > ._img {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle1 > ._img.-wide {
    margin-right: -75px;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle1 > ._main {
    grid-row: 2;
    grid-column: 1;
    margin-top: 30px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle1 > ._main {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle1 > ._main .co-txtStyle2 {
    max-width: 400px;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle1 > ._main .co-btnStyle1 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle1 > ._main .co-btnStyle1 {
    margin-top: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle1 > ._main .co-btnStyle1 + .co-btnStyle1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle1 > ._main .co-btnStyle1 + .co-btnStyle1 {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .pr-articleStyle2 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle2 {
    padding-bottom: 10vw;
  }
}
@media screen and (min-width: 769px) {
  * + .pr-articleStyle2 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  * + .pr-articleStyle2 {
    padding-top: 10vw;
  }
}
.pr-articleStyle2.-borderTop {
  border-top: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  .pr-articleStyle2.-borderTop {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle2.-borderTop {
    padding-top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle2 > ._main {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle2 > ._main {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .pr-articleStyle3 {
    display: grid;
    grid-template-columns: 48.1481481481% 1fr;
    grid-template-rows: auto;
    grid-auto-rows: min-content;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle3 {
    padding-top: 5vw;
    padding-bottom: 10vw;
  }
}
.pr-articleStyle3.-borderTop {
  border-top: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  .pr-articleStyle3 > ._heading {
    grid-row: auto;
    grid-column: 1/2;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle3 > ._heading {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle3 > ._img {
    grid-row: auto;
    grid-column: 1;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle3 > ._main {
    grid-row: auto;
    grid-column: 2;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle3 > ._main {
    margin-top: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle3 > ._main .co-btnStyle1 + .co-btnStyle1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle3 > ._main .co-btnStyle1 + .co-btnStyle1 {
    margin-top: 5vw;
  }
}

.co-movieThumb {
  position: relative;
}
.co-movieThumb::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/common/ico_play.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .co-movieThumb::before {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .co-movieThumb::before {
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .co-movieThumb.-small::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .co-movieThumb.-small::before {
    width: 10vw;
    height: 10vw;
  }
}
.co-movieThumb img {
  position: relative;
  z-index: 0;
}

[data-yt] {
  cursor: pointer;
}

.pr-youtubeCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.pr-youtubeCover.is-visible {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pr-youtube {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  height: 80vh;
  max-width: 142.2222222222vh;
  max-height: 50.625vw;
  object-fit: contain;
}
.pr-youtube_in {
  position: relative;
  width: 100%;
  height: 100%;
}
.pr-youtube_in iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pr-youtube_close {
  position: absolute;
  right: 0;
  transition: 0.4s;
  cursor: pointer;
  user-select: none;
}
@media screen and (min-width: 769px) {
  .pr-youtube_close {
    width: 40px;
    height: 40px;
    top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-youtube_close {
    width: 10vw;
    height: 10vw;
    top: -12.5vw;
  }
}
.pr-youtube_close:hover {
  opacity: 0.7;
}
.pr-youtube_close span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transform-origin: center;
}
.pr-youtube_close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.pr-youtube_close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.pr-youtube.is-visible {
  display: block;
  animation-name: slide-up;
  animation-duration: 0.5s;
}

@keyframes slide-up {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
[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.lenis {
    height: auto;
  }
  html.lenis body {
    height: auto;
  }
  html.lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  html.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
  }
  html.lenis.lenis-stopped {
    overflow: hidden;
  }
  html.lenis.lenis-scrolling iframe {
    pointer-events: none;
  }
}

.pr-bg {
  position: absolute;
  z-index: 0;
  background: #3f4344;
  inset: 0;
  width: 300vw;
}
@media screen and (min-width: 769px) {
  .pr-bg {
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-bg {
    border-radius: 2.5vw 0 0 2.5vw;
  }
}

.pr-btnsStyle1 {
  display: flex;
}
@media screen and (min-width: 769px) {
  * + .pr-btnsStyle1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  * + .pr-btnsStyle1 {
    margin-top: 10vw;
  }
}
.pr-btnsStyle1.-center {
  justify-content: center;
  align-items: center;
}
.pr-btnsStyle1.-col {
  flex-direction: column;
  align-items: start;
}
.pr-btnsStyle1.-col_center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .pr-btnsStyle1.-col_center * + * {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-btnsStyle1.-col_center * + * {
    margin-top: 5vw;
  }
}
.pr-notfound {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eae7df;
  border-bottom: 1px solid #eae7df;
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-notfound {
    font-size: 20px;
    min-height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .pr-notfound {
    font-size: 3.5vw;
    min-height: 37.5vw;
  }
}

@media screen and (min-width: 769px) {
  .pr-cvBtn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pr-cvBtn {
    display: block;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .pr-cvBtn > ul {
    display: flex;
  }
  .pr-cvBtn > ul > li {
    position: relative;
    flex-basis: 100%;
  }
  .pr-cvBtn > ul > li + li::before {
    content: "";
    display: block;
    width: 1px;
    height: 9.25vw;
    background: #767b7c;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  .pr-cvBtn > ul > li > a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14vw;
    background: #121516;
  }
  .pr-cvBtn > ul > li > a > span {
    font-size: 3.25vw;
    color: #f6f6f6;
  }
  .pr-cvBtn > ul > li > a::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
  .pr-cvBtn > ul > li.-office a::before {
    background-image: url(../img/common/ico_office_gold.svg);
  }
  .pr-cvBtn > ul > li.-catalog a::before {
    background-image: url(../img/common/ico_catalog_gold.svg);
  }
  .pr-cvBtn > ul > li.-contact a::before {
    background-image: url(../img/common/ico_contact_gold.svg);
  }
}

.pr-fixedBtn {
  position: fixed;
  z-index: 100;
  right: 0;
}
@media screen and (min-width: 769px) {
  .pr-fixedBtn {
    top: 320px;
  }
}
@media screen and (max-width: 768px) {
  .pr-fixedBtn {
    top: 50%;
    transform: translateY(-50%);
  }
}
.pr-fixedBtn > ul li + li {
  margin-top: 4px;
}

.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;
  }
}

.pr-tel {
  display: flex;
  align-items: flex-end;
}
.pr-tel span {
  font-family: "Cinzel", serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .pr-tel span {
    font-size: 24px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-tel span {
    font-size: 5vw;
    margin-right: 2.5vw;
  }
}
.pr-tel a {
  color: inherit;
  font-family: "Cinzel", serif;
  font-weight: 500;
  text-decoration: none;
  line-height: 0.8;
}
@media screen and (min-width: 769px) {
  .pr-tel a {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .pr-tel a {
    font-size: 8vw;
  }
}
.pr-secStyle3 .pr-tel {
  border-top: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  .pr-secStyle3 .pr-tel {
    padding-top: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle3 .pr-tel {
    padding-top: 10vw;
    margin-top: 10vw;
  }
}

.pr-contact {
  border: 1px solid #e8e8da;
}
@media screen and (min-width: 769px) {
  .pr-contact {
    margin-top: 60px;
    border-radius: 4px;
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pr-contact {
    margin-top: 7.5vw;
    border-radius: 1vw;
    padding: 3.75vw;
  }
}
.pr-contact ._title {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .pr-contact ._title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-contact ._title {
    margin-bottom: 2.5vw;
  }
}
.pr-contact ._title ._en {
  font-family: "Cinzel", serif;
  font-weight: 500;
  color: #847344;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .pr-contact ._title ._en {
    font-size: 13px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-contact ._title ._en {
    font-size: 3.25vw;
    margin-right: 2.5vw;
  }
}
.pr-contact ._body {
  color: #767b7c;
}
.pr-contact ._body a {
  color: inherit;
}
.pr-contact ._caption {
  color: #767b7c;
}
@media screen and (min-width: 769px) {
  .pr-contact ._caption {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .pr-contact ._caption {
    font-size: 2.75vw;
  }
}

.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 */