@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: #1c2123;
  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: 13px;
  letter-spacing: 0.13em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 769px) {
  body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  body::-webkit-scrollbar-track {
    background: white;
  }
  body::-webkit-scrollbar-thumb {
    background: #121516;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.25vw;
  }
}
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.is-clone,
  body.is-lock .pr-secMain {
    width: calc(100% - 10px) !important;
  }
  body.is-lock[data-page-id=top] .ly-header_gnavbtn {
    right: 10px;
  }
  body.is-lock .pr-fixedBtn {
    right: 10px;
  }
  body.is-lock .pr-cart.is-visible {
    right: 10px;
  }
  body.is-lock::before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background: #121516;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  body.is-lock {
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
}

@media print {
  html, body {
    height: auto;
  }
}
a {
  color: #847344;
  text-underline-offset: 0.4em;
  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;
  }
}

img {
  width: 100%;
}

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

.ly-header {
  z-index: 101;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .ly-header {
    position: absolute;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .ly-header {
    position: relative;
    background: #121516;
  }
}
.ly-header[data-header-type=top] {
  background: none;
  position: absolute;
}
.ly-header[data-header-type=catalog], .ly-header[data-header-type=black], .ly-header[data-header-type=detail] {
  position: relative;
  background: #121516;
}
.ly-header[data-header-type=simple], .ly-header[data-header-type=form] {
  position: relative;
  background: #F4F4EF;
}
.ly-header[data-header-type=lp_white], .ly-header[data-header-type=lp_black] {
  background: none;
  position: absolute;
}
.ly-header_in {
  position: relative;
}
@media screen and (min-width: 769px) {
  .ly-header_in {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_in {
    height: 12.5vw;
  }
}
.ly-header_logo {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .ly-header_logo {
    width: 200px;
    left: 40px;
    top: 25px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .ly-header_logo {
    width: 150px;
    left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .ly-header_logo {
    width: 140px;
    left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_logo {
    width: 32.5vw;
    width: 45vw;
    left: 5vw;
    top: 4vw;
  }
}
.ly-header_logo > a,
.ly-header_logo > span {
  line-height: 1;
  display: block;
}
.ly-header_logo > a img,
.ly-header_logo > span img {
  line-height: 1;
  vertical-align: top !important;
}
@media screen and (min-width: 769px) {
  .ly-header_category {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_category {
    position: absolute;
    top: 2.75vw;
    left: 55vw;
  }
  .ly-header_category > span {
    background: #1c2123;
    line-height: 1;
    color: #fff;
    padding: 1.25vw 2.5vw;
    font-size: 2.75vw;
  }
}
.ly-header_lnav {
  position: absolute;
  top: 15px;
  right: 90px;
  height: 45px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .ly-header_lnav {
    top: 10px;
    right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_lnav {
    display: none;
  }
}
.ly-header_lnav_item > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}
.ly-header_lnav_item > ul > li {
  height: inherit;
}
.ly-header_lnav_item > ul > li + li a::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.ly-header_lnav_item > ul > li > a {
  text-decoration: none;
  position: relative;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
  .ly-header_lnav_item > ul > li > a {
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .ly-header_lnav_item > ul > li > a {
    padding: 0 10px;
  }
}
.ly-header_lnav_item > ul > li > a > span {
  position: relative;
  order: 2;
  color: #fff;
  font-size: 13px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .ly-header_lnav_item > ul > li > a > span {
    font-size: 12px;
  }
}
.ly-header_lnav_item > ul > li > a > span::after {
  transition: opacity 0.3s ease-out;
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 100px;
  background: #fff;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .ly-header_lnav_item > ul > li > a.is-current > span {
    color: #847344;
  }
}
@media screen and (min-width: 769px) {
  .ly-header_lnav_item > ul > li > a.is-current > span::after {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .ly-header_lnav_item > ul > li > a:hover > span::after {
    opacity: 1;
  }
}
.ly-header_lnav_item > ul > li > a.-pack::after {
  order: 1;
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../img/common/ico_pack_gold.svg) no-repeat center/contain;
  margin-right: 10px;
}
.ly-header_lnav_item > ul > li > a.-history::after {
  order: 1;
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../img/common/ico_history_gold.svg) no-repeat center/contain;
  margin-right: 10px;
}
.ly-header_topnav {
  position: absolute;
  top: 0px;
  right: 110px;
}
@media screen and (max-width: 1000px) {
  .ly-header_topnav {
    right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header_topnav {
    display: none;
  }
}
.ly-header_topnav ul {
  display: flex;
  align-items: center;
}
.ly-header_topnav ul li > a {
  transition: all 0.3s ease-out;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  padding: 20px;
  height: 90px;
}
@media screen and (max-width: 1200px) {
  .ly-header_topnav ul li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 900px) {
  .ly-header_topnav ul li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.ly-header_topnav ul li > a > span {
  position: relative;
  width: 100%;
  text-align: center;
}
.ly-header_topnav ul li > a > span._en {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .ly-header_topnav ul li > a > span._en {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  .ly-header_topnav ul li > a > span._en {
    font-size: 8px;
  }
}
.ly-header_topnav ul li > a > span._jp {
  margin-top: 5px;
  font-size: 12px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-display: swap;
}
@media screen and (max-width: 1000px) {
  .ly-header_topnav ul li > a > span._jp {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .ly-header_topnav ul li > a:hover {
    background: rgba(28, 33, 35, 0.2);
  }
}
body[data-page-id=top] .ly-header_gnavbtn {
  position: fixed;
  mix-blend-mode: difference;
  background: none;
}

.ly-header_gnavbtn {
  transition: opacity 0.3s ease-out;
  cursor: pointer;
  position: absolute;
  z-index: 102;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #121516;
}
@media screen and (max-width: 768px) {
  .ly-header_gnavbtn {
    position: fixed;
    width: 12.5vw;
    height: 12.5vw;
    top: 0;
    right: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-header_gnavbtn:hover {
    opacity: 0.8;
  }
}
.ly-header_gnavbtn > div {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.ly-header_gnavbtn > div span {
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #fff;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .ly-header_gnavbtn > div span {
    width: 7.5vw;
    left: -3.75vw;
  }
}
.ly-header_gnavbtn > div span:nth-child(1) {
  transform: translate(0, -9px);
}
@media screen and (max-width: 768px) {
  .ly-header_gnavbtn > div span:nth-child(1) {
    transform: translate(0, -2.25vw);
  }
}
.ly-header_gnavbtn > div span:nth-child(3) {
  width: 15px;
  transform: translate(0, 9px);
}
@media screen and (max-width: 768px) {
  .ly-header_gnavbtn > div span:nth-child(3) {
    width: 3.75vw;
    transform: translate(0, 2.25vw);
  }
}
.ly-header .ly-header_gnavbtn {
  display: none;
}
.ly-header_btn {
  transition: all 0.3s ease-out;
  position: fixed;
  z-index: 12;
  top: 0;
  right: 0px;
  width: 70px;
  height: 70px;
  background: rgba(18, 21, 22, 0.9);
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .ly-header_btn {
    display: none;
  }
}
.ly-header_btn > span {
  color: #848484;
  color: #fff;
  font-size: 11px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .ly-header_btn:hover {
    opacity: 0.8;
  }
}
.ly-header_btn.is-visible {
  transform: translateY(0%);
}
.ly-header.is-clone {
  background: #121516;
  transition: transform 0.3s ease-out;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .ly-header.is-clone {
    display: none;
  }
}
.ly-header.is-clone.is-open {
  transform: translateY(0%);
}
.ly-header.is-clone .ly-header_gnavbtn {
  display: flex;
}

.ly-header.is-clone.is-open ~ .ly-gnav_btn {
  position: fixed;
}

.ly-gnav {
  transition: all 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(18, 21, 22, 0.9);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .ly-gnav {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ly-gnav {
    height: 100lvh;
  }
}
.ly-gnav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ly-gnav.is-open .ly-gnav_btn, .ly-gnav.is-open .ly-gnav_logo, .ly-gnav.is-open .ly-gnav_in {
  opacity: 1;
  transition: opacity 0.5s ease-in-out 0.5s;
}
.ly-gnav_btn {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 12;
  right: 20px;
  right: 30px;
  top: 10px;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  mix-blend-mode: difference;
}
@media screen and (max-width: 768px) {
  .ly-gnav_btn {
    position: fixed;
    width: 12.5vw;
    height: 12.5vw;
    top: 0;
    right: 2.5vw;
  }
}
.ly-gnav_btn > div {
  position: absolute;
  width: 1px;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.ly-gnav_btn > div span {
  user-select: none;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 1px;
  background: #fff;
  left: -18px;
}
@media screen and (max-width: 768px) {
  .ly-gnav_btn > div span {
    width: 9vw;
    left: -4.5vw;
  }
}
.ly-gnav_btn > div span:nth-child(1) {
  transform: rotate(35deg);
}
.ly-gnav_btn > div span:nth-child(2) {
  opacity: 0;
}
.ly-gnav_btn > div span:nth-child(3) {
  width: 36px;
  transform: rotate(-35deg);
}
@media screen and (max-width: 768px) {
  .ly-gnav_btn > div span:nth-child(3) {
    width: 9vw;
  }
}
.ly-gnav_logo {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .ly-gnav_logo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ly-gnav_logo {
    position: absolute;
    z-index: 10;
    width: 32.5vw;
    top: 5vw;
    left: 5vw;
  }
}
.ly-gnav_logo a {
  line-height: 1;
  display: block;
}
.ly-gnav_logo a img {
  line-height: 1;
  vertical-align: top !important;
}
.ly-gnav_title {
  opacity: 0;
  text-align: center;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-display: swap;
  color: #848484;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .ly-gnav_title {
    display: none;
  }
}
.ly-gnav_in {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .ly-gnav_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ly-gnav_in {
    padding: 15vw 7.5vw 20vw;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .ly-gnav_in::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .ly-gnav_in::-webkit-scrollbar-track {
    background: white;
  }
  .ly-gnav_in::-webkit-scrollbar-thumb {
    background: #121516;
  }
}
@media screen and (min-width: 769px) {
  .ly-gnav_item {
    flex-basis: 20%;
  }
}
.ly-gnav_item a {
  transition: all 0.3s ease-out;
  letter-spacing: 0.16em;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .ly-gnav_item a {
    line-height: 2;
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .ly-gnav_item a {
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .ly-gnav_item a:hover {
    background: rgba(28, 33, 35, 0.6);
  }
}
.ly-gnav_item a.is-current > span {
  color: #847344;
}
@media screen and (max-width: 768px) {
  .ly-gnav_item dl dt {
    position: relative;
    display: flex;
    border-bottom: 1px solid #121516;
  }
}
.ly-gnav_item dl dt a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #fff;
  letter-spacing: 0.16em;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .ly-gnav_item dl dt a {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .ly-gnav_item dl dt a {
    height: 17vw;
    font-size: 4vw;
    margin-right: 12.5vw;
  }
}
.ly-gnav_item dl dt a::before {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow3_gold.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .ly-gnav_item dl dt a::before {
    width: 8px;
    height: 10px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ly-gnav_item dl dt a::before {
    width: 2vw;
    height: 2.5vw;
    margin-right: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-gnav_item dl dt button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ly-gnav_item dl dt button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10vw;
    height: 10vw;
    border-radius: 0.75vw;
    background: #121516;
  }
  .ly-gnav_item dl dt button span {
    position: absolute;
    font-size: 0;
    opacity: 0;
  }
  .ly-gnav_item dl dt button::before {
    content: "";
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    background: url(../img/common/ico_plus1_gold.svg) no-repeat center/contain;
  }
  .ly-gnav_item dl dt button.is-visible::before {
    content: "";
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    background: url(../img/common/ico_minus1_gold.svg) no-repeat center/contain;
  }
}
@media screen and (min-width: 769px) {
  .ly-gnav_item dl dd {
    padding-left: 21px;
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .ly-gnav_item dl dd ul {
    padding-left: 6.25vw;
    border-bottom: 1px solid #121516;
  }
}
@media screen and (max-width: 768px) {
  .ly-gnav_item dl dd ul li {
    border-top: 1px solid #121516;
  }
  .ly-gnav_item dl dd ul li:first-child {
    border-top: none;
  }
}
.ly-gnav_item dl dd ul li a {
  color: #a0a0a0;
}
@media screen and (min-width: 769px) {
  .ly-gnav_item dl dd ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .ly-gnav_item dl dd ul li a {
    display: flex;
    align-items: center;
    height: 12.5vw;
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-gnav_primary {
    margin-top: 90px;
    flex-basis: 100%;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .ly-gnav_primary {
    display: block;
    margin-bottom: 25vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-gnav_primary li {
    flex-basis: 20%;
  }
}
.ly-gnav_primary li a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #fff;
  letter-spacing: 0.16em;
  text-decoration: none;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .ly-gnav_primary li a {
    padding: 5px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .ly-gnav_primary li a {
    height: 17vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-gnav_primary li a:hover {
    background: rgba(28, 33, 35, 0.6);
  }
}
.ly-gnav_primary li a::before {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow3_gold.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .ly-gnav_primary li a::before {
    width: 8px;
    height: 10px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ly-gnav_primary li a::before {
    width: 2vw;
    height: 2.5vw;
    margin-right: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-gnav_primary li a.is-current > span {
    color: #847344;
  }
}
@media screen and (max-width: 768px) {
  .ly-gnav_primary li a.-sp_btn {
    position: relative;
    color: #fff;
    background: #847344;
    border-radius: 0.75vw;
    padding-left: 5vw;
    margin-top: 3.75vw;
    height: 15vw;
  }
  .ly-gnav_primary li a.-sp_btn::before {
    display: none;
  }
  .ly-gnav_primary li a.-sp_btn::after {
    content: "";
    display: block;
    background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
    width: 2vw;
    height: 2.5vw;
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
  }
}

.ly-breadCrumb {
  position: absolute;
  top: 70px;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .ly-breadCrumb {
    display: none;
  }
}
.ly-breadCrumb > ul {
  margin: 0 auto;
  max-width: 1200px;
  max-width: 1600px;
  display: flex;
  align-items: center;
  height: 40px;
  color: #fff;
}
.ly-breadCrumb > ul > li {
  color: inherit;
  font-size: 13px;
}
.ly-breadCrumb > ul > li a {
  color: inherit;
  text-decoration: none;
}
.ly-breadCrumb > ul > li a:hover {
  text-decoration: underline;
}
.ly-breadCrumb > ul > li > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-display: swap;
}
.ly-breadCrumb > ul > li::before {
  content: "/";
  display: inline-block;
  margin: 0 3px 0 6px;
}
.ly-breadCrumb > ul > li:first-child::before {
  display: none;
}
.ly-breadCrumb > ul > li:first-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ly-breadCrumb > ul > li:first-child a span {
  font-size: 0;
}
.ly-breadCrumb > ul > li:first-child a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_home_white.svg) no-repeat center center/contain;
  margin-top: -2px;
}

.ly-header[data-header-type=detail] ~ .ly-breadCrumb,
.ly-header[data-header-type=black] ~ .ly-breadCrumb {
  position: static;
  background: #121516;
}
.ly-header[data-header-type=detail] ~ .ly-breadCrumb > ul,
.ly-header[data-header-type=black] ~ .ly-breadCrumb > ul {
  color: #848484;
}
.ly-header[data-header-type=detail] ~ .ly-breadCrumb > ul > li:first-child a::before,
.ly-header[data-header-type=black] ~ .ly-breadCrumb > ul > li:first-child a::before {
  background: url(../img/common/ico_home_gray.svg) no-repeat center center/contain;
}

.ly-content {
  position: relative;
  z-index: 0;
  width: 100%;
  background: #F4F4EF;
}
@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;
  }
}

.ly-content_in.-narrow {
  max-width: 800px;
  margin: 0 auto;
}

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

.ly-footer {
  position: relative;
  z-index: 1;
  background: #121516;
}
@media screen and (min-width: 769px) {
  .ly-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer::after {
    content: "";
    display: block;
    width: 100%;
    height: 39vw;
    height: 35vw;
  }
}
.ly-footer[data-footer-type=form] {
  background: #efefea;
}
@media screen and (min-width: 769px) {
  .ly-footer[data-footer-type=form] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer[data-footer-type=form] {
    padding: 2.5vw 0;
  }
  .ly-footer[data-footer-type=form]::after {
    display: none;
  }
  .ly-footer[data-footer-type=form] .ly-footer_copyright {
    margin: 0;
  }
}
.ly-footer_in {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .ly-footer_in {
    max-width: 1200px;
  }
}
.ly-footer_top {
  position: relative;
}
@media screen and (min-width: 769px) {
  .ly-footer_top {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .ly-footer_top {
    padding-top: 5%;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_top {
    padding-top: 15vw;
    padding-bottom: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer[data-footer-type=lp] .ly-footer_top {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer[data-footer-type=lp] .ly-footer_logo {
    top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_logo {
    position: absolute;
    width: 200px;
    top: 110px;
    right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .ly-footer_logo {
    position: static;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_logo {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5vw;
    border-bottom: 1px solid #848484;
  }
  .ly-footer_logo img {
    width: 75vw;
  }
}
.ly-footer_logo a {
  display: block;
}
.ly-footer_plt {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ly-footer_plt {
    margin-top: 5vw;
    justify-content: center;
  }
}
.ly-footer_plt a {
  display: block;
}
.ly-footer_plt img {
  width: 285px;
}
@media screen and (max-width: 768px) {
  .ly-footer_plt img {
    width: 70vw;
  }
}
.ly-footer_plt p {
  color: #848484;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-display: swap;
  font-size: 12px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .ly-footer_plt p {
    display: none;
  }
}
.ly-footer_sns {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .ly-footer_sns {
    margin-top: 8.75vw;
  }
}
.ly-footer_sns ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .ly-footer_sns ul {
    justify-content: space-between;
  }
}
.ly-footer_sns ul li {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .ly-footer_sns ul li {
    width: 11.75vw;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_sns ul li + li {
    margin-left: 13px;
  }
}
.ly-footer_fnav {
  display: flex;
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav {
    margin-top: 50px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav {
    margin-top: 10vw;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.ly-footer_fnav a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_fnav > dl {
    margin-right: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .ly-footer_fnav > dl {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav > dl {
    flex-basis: 48%;
    margin-bottom: 7.5vw;
  }
}
.ly-footer_fnav > dl dt a {
  color: #fff;
  font-size: 13px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav > dl dt a {
    display: block;
    padding: 0.5vw;
    font-size: 3.25vw;
    letter-spacing: normal;
  }
}
.ly-footer_fnav > dl dd {
  margin-top: 15px;
}
.ly-footer_fnav > dl dd ul li a {
  color: #848484;
  font-size: 12px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav > dl dd ul li a {
    display: block;
    padding: 0.5vw;
    font-size: 3vw;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav > ul {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav > ul li {
    flex-basis: 48%;
  }
}
.ly-footer_fnav > ul li a {
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .ly-footer_fnav > ul li a {
    display: block;
    padding: 0.5vw;
    font-size: 3.25vw;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_bottom {
    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 {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
}
.ly-footer_pnav ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .ly-footer_pnav ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .ly-footer_pnav ul li {
    flex-basis: 48%;
  }
}
.ly-footer_pnav ul li + li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .ly-footer_pnav ul li + li {
    padding-left: 15px;
    margin-left: 15px;
  }
  .ly-footer_pnav ul li + li::before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #848484;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
}
.ly-footer_pnav ul li a {
  display: block;
  line-height: 1;
  color: #848484;
  font-size: 10px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .ly-footer_pnav ul li a {
    display: block;
    padding: 0.5vw;
    font-size: 2.5vw;
    line-height: 2;
  }
}
@media screen and (min-width: 769px) {
  .ly-footer_pnav ul li a:hover {
    text-decoration: underline;
  }
}
.ly-footer_copyright {
  color: #848484;
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .ly-footer_copyright {
    font-size: 10px;
  }
}
@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: 3.75vw;
    display: block;
    text-align: center;
    font-size: 2.25vw;
    letter-spacing: normal;
  }
}

.co-titleStyle1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1c2123;
}
@media screen and (min-width: 769px) {
  .co-titleStyle1 {
    margin-bottom: 40px;
    min-height: 60px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle1 {
    margin-bottom: 10vw;
    justify-content: flex-start;
    min-height: 8vw;
    min-height: 9.5vw;
    padding: 1.25vw 5vw;
    width: 100%;
  }
}
.co-titleStyle1 > span {
  color: #fff;
  letter-spacing: 0.22em;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .co-titleStyle1 > span {
    font-size: 22px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle1 > span {
    font-size: 2.5vw;
    font-size: 3.25vw;
    margin: 0 2.5vw;
  }
}
.co-titleStyle1 > span > span {
  font-size: 75%;
}
.co-titleStyle1 > span.-en {
  font-family: "Cinzel", serif;
  font-weight: 500;
}
.co-titleStyle1::before, .co-titleStyle1::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #847344;
}
@media screen and (max-width: 768px) {
  .co-titleStyle1::before, .co-titleStyle1::after {
    width: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle1::after {
    display: none;
  }
}

.co-titleStyle2 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .co-titleStyle2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle2 {
    margin-bottom: 10vw;
  }
}
.co-titleStyle2 > span._jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 22px;
  letter-spacing: 0.22em;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .co-titleStyle2 > span._jp {
    font-size: 5.5vw;
    font-size: 4.5vw;
    letter-spacing: 0.16em;
  }
}
.co-titleStyle2 > span._jp::before {
  content: "";
  display: block;
  width: 18px;
  min-width: 18px;
  height: 1px;
  background: #847344;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .co-titleStyle2 > span._jp::before {
    width: 4.5vw;
    min-width: 4.5vw;
    margin-right: 3.75vw;
  }
}
.co-titleStyle2 > span._jp.-white {
  color: #fff;
}
.co-titleStyle2 > span._jp.-hometag::before {
  content: "";
  display: block;
  width: 80px;
  height: 83px;
  background: url(../img/common/ico_hometag.webp) no-repeat center center/contain;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .co-titleStyle2 > span._jp.-hometag::before {
    width: 12.5vw;
    height: 13.25vw;
    margin-right: 3.75vw;
  }
}
.co-titleStyle2 > span._jp ._count {
  display: flex;
  align-items: flex-end;
  margin-left: 40px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  font-size: 24px;
  line-height: 0.5;
  transform: translateY(25%);
}
@media screen and (max-width: 768px) {
  .co-titleStyle2 > span._jp ._count {
    transform: translateY(18%);
    margin-left: 5vw;
    font-size: 6vw;
  }
}
.co-titleStyle2 > span._jp ._count::after {
  content: "件";
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .co-titleStyle2 > span._city {
    margin-top: 10px;
    margin-left: 43px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle2 > span._city {
    margin-top: 2.5vw;
    margin-left: 8.25vw;
  }
}
.co-titleStyle2 > span._en {
  color: #847344;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .co-titleStyle2 > span._en {
    margin-top: 10px;
    margin-left: 43px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle2 > span._en {
    margin-top: 2.5vw;
    margin-left: 8.25vw;
    font-size: 3vw;
  }
}
.co-titleStyle2 > span._caption {
  color: #847344;
}
@media screen and (min-width: 769px) {
  .co-titleStyle2 > span._caption {
    margin-top: 10px;
    margin-left: 43px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle2 > span._caption {
    margin-top: 2.5vw;
    margin-left: 8.25vw;
    font-size: 3vw;
  }
}
.co-titleStyle2 > span._category {
  color: #847344;
}
@media screen and (min-width: 769px) {
  .co-titleStyle2 > span._category {
    margin-top: 10px;
    margin-left: 43px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle2 > span._category {
    margin-top: 2.5vw;
    margin-left: 8.25vw;
  }
}
.co-titleStyle2.-white > span {
  color: #fff;
}

.co-titleStyle4 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .co-titleStyle4 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle4 {
    margin-bottom: 7.5vw;
  }
}
.co-titleStyle4 span {
  position: relative;
}
.co-titleStyle4 span._en {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  font-size: 28px;
  letter-spacing: 0.056em;
  padding-right: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .co-titleStyle4 span._en {
    font-size: 5vw;
    padding-right: 4.5vw;
    margin-right: 4.5vw;
  }
}
.co-titleStyle4 span._en::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #847344;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.co-titleStyle4 span._en.-gold {
  color: #847344;
}
.co-titleStyle4 span._jp {
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (max-width: 768px) {
  .co-titleStyle4 span._jp {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.co-titleStyle4 span._jp.-white {
  color: #fff;
}

.co-titleStyle5 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .co-titleStyle5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle5 {
    margin-bottom: 7.5vw;
  }
}
.co-titleStyle5 > span {
  position: relative;
}
.co-titleStyle5 > span._en {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .co-titleStyle5 > span._en {
    font-size: 3vw;
  }
}
.co-titleStyle5 > span._jp {
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: 0.16em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (max-width: 768px) {
  .co-titleStyle5 > span._jp {
    margin-top: 1.25vw;
    font-size: 4vw;
  }
}
.co-titleStyle5 ._theme {
  letter-spacing: 0.16em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  display: flex;
}
@media screen and (min-width: 769px) {
  .co-titleStyle5 ._theme {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle5 ._theme {
    flex-wrap: wrap;
    margin-top: 1.25vw;
    font-size: 4vw;
  }
}
.co-titleStyle5 ._theme li {
  margin-right: 1em;
}
.co-titleStyle5 ._theme li:nth-last-of-type(1) {
  margin-right: 0;
}
.co-titleStyle5 ._theme li a {
  text-decoration: none;
  color: #1c2123;
}
.co-titleStyle5 ._theme li a:hover {
  text-decoration: underline;
}
.co-titleStyle5.-white > span._jp {
  color: #fff;
}

.co-titleStyle6 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .co-titleStyle6 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle6 {
    margin-bottom: 10vw;
  }
}
.co-titleStyle6 > span {
  position: relative;
}
.co-titleStyle6 > span._img img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .co-titleStyle6 > span._img img {
    height: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .co-titleStyle6 > span._logo {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle6 > span._logo {
    margin-bottom: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-titleStyle6 > span._logo.-espacio_ef img {
    width: 262px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle6 > span._logo.-espacio_ef img {
    width: 65.5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-titleStyle6 > span._logo.-espacio_mezzo img {
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle6 > span._logo.-espacio_mezzo img {
    width: 47.5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-titleStyle6 > span._logo.-espacio_ef3 img {
    width: 268px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle6 > span._logo.-espacio_ef3 img {
    width: 67vw;
  }
}
@media screen and (min-width: 769px) {
  .co-titleStyle6 > span._logo.-garageplus img {
    width: 166px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle6 > span._logo.-garageplus img {
    width: 41.5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-titleStyle6 > span._logo.-cada img {
    width: 276px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle6 > span._logo.-cada img {
    width: 69vw;
  }
}
.co-titleStyle6 > span._en {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  font-size: 28px;
  letter-spacing: 0.056em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .co-titleStyle6 > span._en {
    font-size: 7vw;
  }
}
.co-titleStyle6 > span._jp {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.16em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .co-titleStyle6 > span._jp {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle6 > span._jp {
    font-size: 4vw;
  }
}
.co-titleStyle6.-white > span._jp {
  color: #fff;
}

.co-titleStyle7 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .co-titleStyle7 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle7 {
    margin-bottom: 6.25vw;
  }
}
.co-titleStyle7 > span._en {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .co-titleStyle7 > span._en {
    font-size: 4vw;
  }
}

.co-titleStyle8 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .co-titleStyle8 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle8 {
    margin-bottom: 6.25vw;
  }
}
.co-titleStyle8::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background: rgba(132, 115, 68, 0.1);
  margin-left: 20px;
}
.co-titleStyle8 > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 18px;
  letter-spacing: 0.22em;
  line-height: 1.5;
  color: #847344;
}
@media screen and (max-width: 768px) {
  .co-titleStyle8 > span {
    letter-spacing: 0.12em;
    font-size: 4vw;
  }
}
* + .co-titleStyle8 {
  margin-top: 50px;
}

.co-titleStyle9 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .co-titleStyle9 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle9 {
    margin-bottom: 7.5vw;
  }
}
.co-titleStyle9 > span {
  position: relative;
}
.co-titleStyle9 > span._en {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .co-titleStyle9 > span._en {
    font-size: 7vw;
  }
}
.co-titleStyle9 > span._jp {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.16em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (max-width: 768px) {
  .co-titleStyle9 > span._jp {
    font-size: 4vw;
  }
}

.co-titleStyle10 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .co-titleStyle10 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle10 {
    margin-bottom: 7.5vw;
  }
}
.co-titleStyle10 > span._jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 22px;
  letter-spacing: 0.22em;
  line-height: 1.5;
  color: #847344;
}
@media screen and (max-width: 768px) {
  .co-titleStyle10 > span._jp {
    font-size: 5vw;
  }
}

.co-titleStyle11 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .co-titleStyle11 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleStyle11 {
    margin-bottom: 7.5vw;
  }
}
.co-titleStyle11 > span._jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 18px;
  letter-spacing: 0.18em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .co-titleStyle11 > span._jp {
    font-size: 4vw;
  }
}

.co-titleSalon {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .co-titleSalon {
    margin-bottom: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-titleSalon ._logo {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleSalon ._logo {
    width: 10vw;
  }
}
.co-titleSalon ._logo img {
  object-fit: cover;
  aspect-ratio: 42/63;
}
.co-titleSalon ._txt {
  color: #fff;
  font-family: "Josefin Sans", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .co-titleSalon ._txt {
    margin-left: 20px;
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .co-titleSalon ._txt {
    margin-left: 5vw;
    font-size: 7.5vw;
  }
}

.co-btnStyle1 {
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  position: relative;
  display: inline-flex;
  width: 100%;
  min-width: 160px;
  max-width: 340px;
  background: #1c2123;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  border-radius: 3px;
  padding: 5px 16px 5px 20px;
  padding: 5px 16px 5px 16px;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .co-btnStyle1 {
    min-width: 40vw;
    max-width: 65vw;
    min-height: 12.5vw;
    border-radius: 0.75vw;
    padding: 1.25vw 4vw 1.25vw 4vw;
  }
}
.co-btnStyle1 > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #fff;
  text-align: left;
  line-height: 1.6;
}
.co-btnStyle1 > span._en {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-display: swap;
}
.co-btnStyle1::before {
  transition: clip-path 0.3s ease-in, opacity 0.3s ease-in;
  content: "";
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  inset: 0;
  clip-path: polygon(-110% 0%, 0% 0%, -10% 100%, -120% 100%);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .co-btnStyle1:hover::before {
    opacity: 1;
    clip-path: polygon(0% 0%, 110% 0%, 100% 100%, -10% 100%);
  }
}
@media screen and (min-width: 769px) {
  a:hover .co-btnStyle1::before {
    opacity: 1;
    clip-path: polygon(0% 0%, 110% 0%, 100% 100%, -10% 100%);
  }
}

.co-btnStyle1::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle1::after {
    width: 2.5vw;
    height: 2.5vw;
    margin-left: 2.5vw;
  }
}
.co-btnStyle1.-gold {
  background: #847344;
}
.co-btnStyle1.-gold::after {
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
.co-btnStyle1.-goldBorder {
  border: 1px solid #847344;
}
.co-btnStyle1.-notReserve {
  background: #D8D8D8;
}
.co-btnStyle1.-notReserve::after {
  background: url(../img/common/ico_close1_gold.svg) no-repeat center/contain;
}
.co-btnStyle1.-arrowBottom::after {
  transform: rotate(90deg);
}
.co-btnStyle1.-digitalCatalog::after {
  width: 20px;
  height: 10px;
  background: url(../img/common/ico_digitalcatalog.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-digitalCatalog::after {
    width: 5vw;
    height: 2.5vw;
  }
}
.co-btnStyle1.-addCart::after {
  background: url(../img/common/ico_plus1_gold.svg) no-repeat center/contain;
}
.co-btnStyle1.-removeCart {
  background: #847344;
}
.co-btnStyle1.-removeCart::after {
  width: 25px;
  height: 25px;
  background: url(../img/common/ico_cart_white.svg) no-repeat center/contain;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-removeCart::after {
    width: 4.5vw;
    height: 4.5vw;
    margin-left: 2vw;
  }
}
.co-btnStyle1.-back {
  flex-direction: row-reverse;
  justify-content: start;
}
.co-btnStyle1.-back::after {
  transform: rotate(180deg);
  margin-left: 0px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-back::after {
    margin-right: 5vw;
  }
}
.co-btnStyle1.-arrowLeft {
  flex-direction: row-reverse;
  justify-content: start;
}
.co-btnStyle1.-arrowLeft::after {
  transform: rotate(180deg);
  margin-left: 0px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-arrowLeft::after {
    margin-right: 5vw;
  }
}
.co-btnStyle1.-medium {
  min-height: 70px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-medium {
    min-height: 17.5vw;
    padding-left: 7.5vw;
  }
}
.co-btnStyle1.-medium > span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-medium > span {
    font-size: 4vw;
  }
}
.co-btnStyle1.-large {
  min-height: 90px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-large {
    min-height: 22.5vw;
    padding-left: 7.5vw;
  }
}
.co-btnStyle1.-large > span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-large > span {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle1.-large_pc {
    min-height: 90px;
    padding-left: 30px;
  }
  .co-btnStyle1.-large_pc > span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle1.-disaster1, .co-btnStyle1.-disaster2, .co-btnStyle1.-disaster3, .co-btnStyle1.-omatochi, .co-btnStyle1.-bunjo, .co-btnStyle1.-mansion, .co-btnStyle1.-tenjijo, .co-btnStyle1.-event {
    min-height: 90px;
    padding-left: 30px;
  }
  .co-btnStyle1.-disaster1 > span, .co-btnStyle1.-disaster2 > span, .co-btnStyle1.-disaster3 > span, .co-btnStyle1.-omatochi > span, .co-btnStyle1.-bunjo > span, .co-btnStyle1.-mansion > span, .co-btnStyle1.-tenjijo > span, .co-btnStyle1.-event > span {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .co-btnStyle1.-disaster1, .co-btnStyle1.-disaster2, .co-btnStyle1.-disaster3, .co-btnStyle1.-omatochi, .co-btnStyle1.-bunjo, .co-btnStyle1.-mansion, .co-btnStyle1.-tenjijo, .co-btnStyle1.-event {
    min-height: 60px;
    padding-left: 20px;
  }
  .co-btnStyle1.-disaster1 > span, .co-btnStyle1.-disaster2 > span, .co-btnStyle1.-disaster3 > span, .co-btnStyle1.-omatochi > span, .co-btnStyle1.-bunjo > span, .co-btnStyle1.-mansion > span, .co-btnStyle1.-tenjijo > span, .co-btnStyle1.-event > span {
    font-size: 14px;
  }
}
.co-btnStyle1.-disaster1 span, .co-btnStyle1.-disaster2 span, .co-btnStyle1.-disaster3 span, .co-btnStyle1.-omatochi span, .co-btnStyle1.-bunjo span, .co-btnStyle1.-mansion span, .co-btnStyle1.-tenjijo span, .co-btnStyle1.-event span {
  display: flex;
  align-items: center;
}
.co-btnStyle1.-disaster1 span::before, .co-btnStyle1.-disaster2 span::before, .co-btnStyle1.-disaster3 span::before, .co-btnStyle1.-omatochi span::before, .co-btnStyle1.-bunjo span::before, .co-btnStyle1.-mansion span::before, .co-btnStyle1.-tenjijo span::before, .co-btnStyle1.-event span::before {
  content: "";
  display: block;
  width: 45px;
  height: 38px;
  margin-right: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .co-btnStyle1.-disaster1 span::before, .co-btnStyle1.-disaster2 span::before, .co-btnStyle1.-disaster3 span::before, .co-btnStyle1.-omatochi span::before, .co-btnStyle1.-bunjo span::before, .co-btnStyle1.-mansion span::before, .co-btnStyle1.-tenjijo span::before, .co-btnStyle1.-event span::before {
    width: 31.5px;
    height: 26.6px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-disaster1 span::before, .co-btnStyle1.-disaster2 span::before, .co-btnStyle1.-disaster3 span::before, .co-btnStyle1.-omatochi span::before, .co-btnStyle1.-bunjo span::before, .co-btnStyle1.-mansion span::before, .co-btnStyle1.-tenjijo span::before, .co-btnStyle1.-event span::before {
    width: 5vw;
    height: 5vw;
    margin-right: 3.75vw;
  }
}
.co-btnStyle1.-tenjijo span::before {
  background: url(../img/common/ico_tenjijo_gold.svg) no-repeat center/contain;
}
.co-btnStyle1.-event span::before {
  background: url(../img/common/ico_event_gold.svg) no-repeat center/contain;
}
.co-btnStyle1.-bunjo span::before {
  background: url(../img/common/ico_bunjo_gold.svg) no-repeat center/contain;
}
.co-btnStyle1.-tenjijo.-gold span::before {
  background: url(../img/common/ico_tenjijo_white.svg) no-repeat center/contain;
}
.co-btnStyle1.-event.-gold span::before {
  background: url(../img/common/ico_event_white.svg) no-repeat center/contain;
}
.co-btnStyle1.-bunjo.-gold span::before {
  background: url(../img/common/ico_bunjo_white.svg) no-repeat center/contain;
}
.co-btnStyle1.-mansion span::before {
  background: url(../img/common/ico_mansion_gold.svg) no-repeat center/contain;
}
.co-btnStyle1.-omatochi span::before {
  background: url(../img/common/ico_omatochi_gold.svg) no-repeat center/contain;
}
.co-btnStyle1.-disaster1 span::before {
  background: url(../img/common/ico_disaster1_gold.svg) no-repeat center/contain;
}
.co-btnStyle1.-disaster2 span::before {
  background: url(../img/common/ico_disaster2_gold.svg) no-repeat center/contain;
}
.co-btnStyle1.-disaster3 span::before {
  background: url(../img/common/ico_disaster3_gold.svg) no-repeat center/contain;
}
.co-btnStyle1.-omatochi, .co-btnStyle1.-mansion {
  width: fit-content;
  max-width: none;
}
.co-btnStyle1.-search {
  justify-content: center;
}
.co-btnStyle1.-search > span {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .co-btnStyle1.-search {
    padding: 0 30px;
  }
  .co-btnStyle1.-search > span {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .co-btnStyle1.-search {
    padding: 0 7.5vw;
  }
  .co-btnStyle1.-search > span {
    font-size: 14px;
  }
}
.co-btnStyle1.-search::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/common/ico_search2_gold.svg) no-repeat center/contain;
  position: absolute;
  margin-left: 0;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle1.-search::after {
    width: 5.5vw;
    height: 5.5vw;
    left: 3.75vw;
  }
}

.co-btnStyle2 {
  position: relative;
  transition: opacity 0.3s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 240px;
  max-width: 320px;
  min-height: 50px;
  border-bottom: 1px solid #1c2123;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .co-btnStyle2 {
    min-width: 60vw;
    max-width: 80vw;
    min-height: 12.5vw;
  }
}
.co-btnStyle2 > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: initial;
}
.co-btnStyle2::before {
  transition: transform 0.3s ease-out;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #847344;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left center;
}
.co-btnStyle2::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle2::after {
    width: 2.5vw;
    height: 2.5vw;
    margin-left: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle2:hover {
    opacity: 0.8;
  }
  .co-btnStyle2:hover::before {
    transform: scaleX(100%);
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle2.-large_small {
    min-height: 65px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle2.-large_small {
    min-height: 8.75vw;
    min-width: 0;
    width: fit-content;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .co-btnStyle2.-large_small::after {
    margin-left: 1.25vw;
  }
}
.co-btnStyle2.-large_small > span {
  font-size: 16px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .co-btnStyle2.-large_small > span {
    font-size: 3vw;
  }
}
.co-btnStyle2.-large {
  min-height: 65px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle2.-large {
    min-height: 16.25vw;
  }
}
.co-btnStyle2.-large > span {
  font-size: 16px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .co-btnStyle2.-large > span {
    font-size: 4vw;
  }
}
.co-btnStyle2.-white {
  border-bottom: 1px solid #847344;
}
.co-btnStyle2.-white::before {
  background: #fff;
}
.co-btnStyle2.-white > span {
  color: #fff;
}
.co-btnStyle2.-freecall > span {
  display: flex;
  align-items: center;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  font-size: 24px;
  letter-spacing: 0.056em;
}
@media screen and (max-width: 768px) {
  .co-btnStyle2.-freecall > span {
    font-size: 6vw;
  }
}
.co-btnStyle2.-freecall > span::before {
  content: "";
  display: block;
  width: 40px;
  height: 30px;
  background: url(../img/form/ico_freecall.webp) no-repeat center/contain;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle2.-freecall > span::before {
    width: 10vw;
    height: 7.5vw;
    margin-right: 5vw;
  }
}

.co-btnStyle3 {
  transition: opacity 0.3s ease-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  min-height: 65px;
  padding: 20px 0;
  border-bottom: 1px solid #1c2123;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .co-btnStyle3 {
    min-height: 12.5vw;
    padding: 5vw 0;
  }
}
.co-btnStyle3 > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
  letter-spacing: 0.16em;
  margin-right: auto;
  margin-left: auto;
  color: initial;
}
@media screen and (max-width: 768px) {
  .co-btnStyle3 > span {
    font-size: 4vw;
    font-size: 3.75vw;
    letter-spacing: normal;
    line-height: 1.5;
    text-align: center;
  }
}
.co-btnStyle3 > span._caption {
  color: #847344;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle3 > span._caption {
    font-size: 3vw;
    margin-bottom: 2vw;
  }
}
.co-btnStyle3 > span._logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle3 > span._logo {
    margin-bottom: 3.75vw;
  }
}
.co-btnStyle3 > span._logo img {
  width: 240px;
  height: 34px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .co-btnStyle3 > span._logo img {
    width: 30vw;
    height: 4.25vw;
  }
}
.co-btnStyle3::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  margin-left: 15px;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle3::after {
    width: 2.5vw;
    height: 2.5vw;
    margin-left: 3.75vw;
    bottom: 6.5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle3:hover {
    opacity: 0.8;
  }
}
.co-btnStyle3.is-current {
  opacity: 1;
  pointer-events: none;
}
.co-btnStyle3.is-not-current {
  opacity: 0.3;
}

.co-btnStyle4 {
  transition: opacity 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 65px;
  border-bottom: 1px solid #1c2123;
  opacity: 0.3;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .co-btnStyle4 {
    min-height: 16.25vw;
  }
}
.co-btnStyle4 > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
  letter-spacing: 0.16em;
  color: initial;
}
@media screen and (max-width: 768px) {
  .co-btnStyle4 > span {
    font-size: 3.75vw;
    line-height: 1.5;
    text-align: center;
  }
}
.co-btnStyle4::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_plus1_gold.svg) no-repeat center/contain;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle4::after {
    width: 2.5vw;
    height: 2.5vw;
    margin-left: 1.25vw;
    margin-right: 1.25vw;
  }
}
.co-btnStyle4.-search::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/ico_search1.svg) no-repeat center/contain;
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle4.-search::before {
    width: 4vw;
    height: 4vw;
    margin-right: 1.25vw;
    margin-left: 1.25vw;
  }
}
.co-btnStyle4.-map::before {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  background: url(../img/common/ico_map.svg) no-repeat center/contain;
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle4.-map::before {
    width: 3vw;
    height: 4vw;
    margin-right: 1.25vw;
    margin-left: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle4:hover {
    opacity: 0.8;
  }
}
.co-btnStyle4.is-current {
  opacity: 1;
}
.co-btnStyle4.is-open::after {
  background-image: url(../img/common/ico_minus1_gold.svg);
}

.co-btnStyle5 {
  transition: opacity 0.3s ease-out;
  position: relative;
  display: inline-flex;
  background: #1c2123;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .co-btnStyle5 {
    border-radius: 3px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle5 {
    display: flex;
    justify-content: center;
    height: 15vw;
  }
}
.co-btnStyle5 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .co-btnStyle5 > span {
    letter-spacing: 0.3em;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle5 > span {
    letter-spacing: 0.1em;
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle5:hover {
    opacity: 0.8;
  }
}
.co-btnStyle5.-tenjijo > span::before {
  content: "";
  display: block;
  background: url(../img/common/ico_search2_gold.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .co-btnStyle5.-tenjijo > span::before {
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle5.-tenjijo > span::before {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 2.5vw;
  }
}
.co-btnStyle5.-reservation > span::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-btnStyle5.-reservation > span::after {
    transform: rotate(90deg);
    width: 3.75vw;
    height: 3.75vw;
    margin-left: 2.5vw;
  }
}
.co-btnStyle5.-cart {
  background: #847344;
}
.co-btnStyle5.-cart > span::before {
  content: "";
  display: block;
  background: url(../img/common/ico_cart_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .co-btnStyle5.-cart > span::before {
    width: 23px;
    height: 23px;
    margin-top: 10px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle5.-cart > span::before {
    width: 5.75vw;
    height: 5.75vw;
    margin-right: 5vw;
  }
}
.co-btnStyle5.-cart > span i {
  font-style: normal;
  text-combine-upright: all;
}
@media screen and (min-width: 769px) {
  .co-btnStyle5.-cart > span i {
    margin-bottom: 0.2em;
  }
}
.co-btnStyle5.-cart > i {
  transition: all 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #1c2123;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  letter-spacing: normal;
  line-height: 0.1;
}
@media screen and (min-width: 769px) {
  .co-btnStyle5.-cart > i {
    top: 12px;
    right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle5.-cart > i {
    top: 1.5vw;
    left: 9.5vw;
    width: 6.25vw;
    height: 6.25vw;
    border-radius: 25vw;
    font-size: 3.5vw;
  }
}
.co-btnStyle5.-cart.-update > i {
  animation: updateNum 0.5s ease-in-out forwards;
}
@keyframes updateNum {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.co-btnStyle5.-cart.-full > i {
  background: #bc1b45;
}
.co-btnStyle5.-request > span::after {
  content: "";
  display: block;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .co-btnStyle5.-request > span::after {
    width: 11px;
    height: 11px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle5.-request > span::after {
    width: 2.75vw;
    height: 2.75vw;
    margin-left: 2.5vw;
  }
}

.co-btnStyle6 {
  transition: opacity 0.3s ease-out;
  position: relative;
  display: inline-flex;
  background: #1c2123;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
.co-btnStyle6 > span {
  position: absolute;
  font-size: 0;
}
.co-btnStyle6::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/common/ico_more_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .co-btnStyle6:hover {
    opacity: 0.8;
  }
}

.co-btnStyle7 {
  transition: opacity 0.3s ease-out;
  position: relative;
  background: #1c2123;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .co-btnStyle7 {
    border-radius: 25vw;
    width: 15vw;
    height: 15vw;
  }
}
.co-btnStyle7 > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 11px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .co-btnStyle7 > span {
    font-size: 2.75vw;
  }
}
.co-btnStyle7::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
  transform: rotate(180deg);
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle7::before {
    width: 2.5vw;
    height: 2.5vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle7:hover {
    opacity: 0.8;
  }
}

.co-btnStyle8 {
  transition: opacity 0.3s ease-out;
  position: relative;
  background: #847344;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 248/158;
}
@media screen and (min-width: 769px) {
  .co-btnStyle8 {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle8 {
    border-radius: 1.25vw;
    aspect-ratio: 1/1;
  }
}
.co-btnStyle8 > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .co-btnStyle8 > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnStyle8 > span {
    font-size: 3.25vw;
  }
}
.co-btnStyle8::before {
  content: "";
  display: block;
  width: 55px;
  height: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .co-btnStyle8::before {
    width: 10vw;
    height: 6.5vw;
    margin-bottom: 2vw;
  }
}
.co-btnStyle8.-catalog::before {
  background: url(../img/common/ico_catalogall_white.svg) no-repeat center/contain;
}
.co-btnStyle8.-reservation::before {
  background: url(../img/common/ico_tenjijo_white.svg) no-repeat center/contain;
}
.co-btnStyle8.-realestate {
  background: #1c2123;
}
.co-btnStyle8.-realestate::before {
  background: url(../img/common/ico_bunjo2_gold.svg) no-repeat center/contain;
}
.co-btnStyle8::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .co-btnStyle8::after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .co-btnStyle8:hover {
    opacity: 0.8;
  }
}

.co-btnMore {
  transition: opacity 0.3s ease-out;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  border-bottom: 1px solid #1c2123;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .co-btnMore {
    min-height: 15vw;
  }
}
.co-btnMore > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 15px;
  letter-spacing: 0.16em;
  color: initial;
}
@media screen and (max-width: 768px) {
  .co-btnMore > span {
    font-size: 3.75vw;
  }
}
.co-btnMore::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_plus1_gold.svg) no-repeat center/contain;
  position: absolute;
  bottom: 25px;
  right: 0px;
}
@media screen and (max-width: 768px) {
  .co-btnMore::after {
    width: 2.5vw;
    height: 2.5vw;
    bottom: 6.25vw;
    right: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnMore:hover {
    opacity: 0.8;
  }
}

.co-btnReset {
  transition: opacity 0.3s ease-out;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 30px;
  border-radius: 100px;
  text-decoration: none;
  background: #1c2123;
}
@media screen and (max-width: 768px) {
  .co-btnReset {
    min-height: 7.5vw;
    padding: 0 7.5vw;
  }
}
.co-btnReset > span {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .co-btnReset > span {
    font-size: 2.75vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnReset:hover {
    opacity: 0.8;
  }
}

.co-btnList {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  * + .co-btnList {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-btnList {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnList [class^=co-btn] + [class^=co-btn] {
    margin-left: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .co-btnList [class^=co-btn] + [class^=co-btn] {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnList [class^=co-btn] + [class^=co-btn] {
    margin-left: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .co-btnList.-row_col {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .co-btnList.-row_col [class^=co-btn] + [class^=co-btn] {
    margin-left: 0;
    margin-top: 5vw;
  }
}
.co-btnList.-col {
  flex-direction: column;
}
.co-btnList.-col [class^=co-btn] + [class^=co-btn] {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .co-btnList.-col [class^=co-btn] + [class^=co-btn] {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnList.-col [class^=co-btn] + [class^=co-btn] {
    margin-top: 5vw;
  }
}

[class^=co-btn]:disabled {
  pointer-events: none;
  background: #eee;
  color: #bbb;
}

.co-btnMypage {
  transition: filter 0.3s ease-out;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
  background: #847344;
}
@media screen and (min-width: 769px) {
  .co-btnMypage {
    border-radius: 100px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnMypage {
    width: 100%;
    height: 17.5vw;
  }
}
.co-btnMypage > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 10px;
  letter-spacing: normal;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .co-btnMypage > span {
    line-height: 1.3;
    font-size: 2.25vw;
  }
}
.co-btnMypage::before {
  content: "";
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .co-btnMypage::before {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnMypage:hover {
    filter: brightness(1.1);
  }
}
.co-btnMypage.-notlogin {
  background: #afafaf;
}
.co-btnMypage > span {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
}
.co-btnMypage::before {
  width: 27px;
  height: 25px;
  background: url(../img/common/ico_mypage.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-btnMypage::before {
    width: 6.75vw;
    height: 6.25vw;
    height: 5vw;
  }
}

.co-btnFavoriteList {
  transition: filter 0.3s ease-out;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
  background: #847344;
}
@media screen and (min-width: 769px) {
  .co-btnFavoriteList {
    border-radius: 100px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnFavoriteList {
    width: 100%;
    height: 17.5vw;
  }
}
.co-btnFavoriteList > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 10px;
  letter-spacing: normal;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .co-btnFavoriteList > span {
    line-height: 1.3;
    font-size: 2.25vw;
  }
}
.co-btnFavoriteList::before {
  content: "";
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .co-btnFavoriteList::before {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnFavoriteList:hover {
    filter: brightness(1.1);
  }
}
.co-btnFavoriteList.-notlogin {
  background: #afafaf;
}
.co-btnFavoriteList::before {
  width: 18px;
  height: 20px;
  background: url(../img/common/ico_favorite.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-btnFavoriteList::before {
    width: 4.5vw;
    height: 5vw;
    height: 5vw;
  }
}

.co-btnFavorite {
  transition: filter 0.3s ease-out;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
  background: #fff;
}
@media screen and (min-width: 769px) {
  .co-btnFavorite {
    border-radius: 100px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnFavorite {
    width: 100%;
    height: 17.5vw;
  }
}
.co-btnFavorite > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 10px;
  letter-spacing: normal;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .co-btnFavorite > span {
    line-height: 1.3;
    font-size: 2.25vw;
  }
}
.co-btnFavorite::before {
  content: "";
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .co-btnFavorite::before {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnFavorite:hover {
    filter: brightness(1.1);
  }
}
.co-btnFavorite > span {
  color: #848484;
}
.co-btnFavorite::before {
  width: 18px;
  height: 20px;
  background: url(../img/common/ico_favorite_gray.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-btnFavorite::before {
    width: 4.5vw;
    height: 5vw;
  }
}
.co-btnFavorite.-remove > span {
  color: #847344;
}
.co-btnFavorite.-remove::before {
  background: url(../img/common/ico_favorite_gold.svg) no-repeat center/contain;
}

.co-btnFavoriteMark {
  transition: filter 0.3s ease-out;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
  background: #fff;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 769px) {
  .co-btnFavoriteMark {
    border-radius: 100px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnFavoriteMark {
    width: 100%;
    height: 17.5vw;
  }
}
.co-btnFavoriteMark > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 10px;
  letter-spacing: normal;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .co-btnFavoriteMark > span {
    line-height: 1.3;
    font-size: 2.25vw;
  }
}
.co-btnFavoriteMark::before {
  content: "";
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .co-btnFavoriteMark::before {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnFavoriteMark:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 768px) {
  .co-btnFavoriteMark {
    width: 15vw;
    height: 15vw;
  }
}
.co-btnFavoriteMark > span {
  font-size: 0;
  opacity: 0;
  margin: 0;
  position: absolute;
}
.co-btnFavoriteMark::before {
  width: 18px;
  height: 20px;
  background: url(../img/common/ico_favorite_gray.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-btnFavoriteMark::before {
    width: 4.5vw;
    height: 5vw;
  }
}
.co-btnFavoriteMark.-remove > span {
  color: #847344;
}
.co-btnFavoriteMark.-remove::before {
  background: url(../img/common/ico_favorite_gold.svg) no-repeat center/contain;
}

.co-btnFilter {
  transition: filter 0.3s ease-out;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
  background: #1c2123;
}
@media screen and (min-width: 769px) {
  .co-btnFilter {
    border-radius: 100px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnFilter {
    width: 100%;
    height: 17.5vw;
  }
}
.co-btnFilter > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 10px;
  letter-spacing: normal;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .co-btnFilter > span {
    line-height: 1.3;
    font-size: 2.25vw;
  }
}
.co-btnFilter::before {
  content: "";
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .co-btnFilter::before {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnFilter:hover {
    filter: brightness(1.1);
  }
}
.co-btnFilter > span {
  color: #fff;
}
.co-btnFilter::before {
  width: 22px;
  height: 22px;
  background: url(../img/common/ico_search2_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-btnFilter::before {
    width: 5.5vw;
    height: 5.5vw;
    height: 5vw;
  }
}

.co-btnCatalog {
  transition: filter 0.3s ease-out;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
  background: #1c2123;
}
@media screen and (min-width: 769px) {
  .co-btnCatalog {
    border-radius: 100px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnCatalog {
    width: 100%;
    height: 17.5vw;
  }
}
.co-btnCatalog > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 10px;
  letter-spacing: normal;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .co-btnCatalog > span {
    line-height: 1.3;
    font-size: 2.25vw;
  }
}
.co-btnCatalog::before {
  content: "";
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .co-btnCatalog::before {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnCatalog:hover {
    filter: brightness(1.1);
  }
}
.co-btnCatalog > span {
  color: #fff;
}
.co-btnCatalog::before {
  width: 34px;
  height: 34px;
  background: url(../img/common/ico_catalog_gold.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-btnCatalog::before {
    width: 8.5vw;
    height: 8.5vw;
    height: 5vw;
  }
}

.co-btnTenjijo {
  transition: filter 0.3s ease-out;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
  background: #1c2123;
}
@media screen and (min-width: 769px) {
  .co-btnTenjijo {
    border-radius: 100px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnTenjijo {
    width: 100%;
    height: 17.5vw;
  }
}
.co-btnTenjijo > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 10px;
  letter-spacing: normal;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .co-btnTenjijo > span {
    line-height: 1.3;
    font-size: 2.25vw;
  }
}
.co-btnTenjijo::before {
  content: "";
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .co-btnTenjijo::before {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnTenjijo:hover {
    filter: brightness(1.1);
  }
}
.co-btnTenjijo > span {
  color: #fff;
}
.co-btnTenjijo::before {
  width: 34px;
  height: 34px;
  background: url(../img/common/ico_tenjijo_gold.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-btnTenjijo::before {
    width: 8.5vw;
    height: 8.5vw;
    height: 5vw;
  }
}

.co-btnEvent {
  transition: filter 0.3s ease-out;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
  background: #1c2123;
}
@media screen and (min-width: 769px) {
  .co-btnEvent {
    border-radius: 100px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnEvent {
    width: 100%;
    height: 17.5vw;
  }
}
.co-btnEvent > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 10px;
  letter-spacing: normal;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .co-btnEvent > span {
    line-height: 1.3;
    font-size: 2.25vw;
  }
}
.co-btnEvent::before {
  content: "";
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .co-btnEvent::before {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnEvent:hover {
    filter: brightness(1.1);
  }
}
.co-btnEvent > span {
  color: #fff;
}
.co-btnEvent::before {
  width: 34px;
  height: 34px;
  background: url(../img/common/ico_event2_gold.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-btnEvent::before {
    width: 8.5vw;
    height: 8.5vw;
    height: 5vw;
  }
}

.co-btnBunjo {
  transition: filter 0.3s ease-out;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
  background: #1c2123;
}
@media screen and (min-width: 769px) {
  .co-btnBunjo {
    border-radius: 100px;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnBunjo {
    width: 100%;
    height: 17.5vw;
  }
}
.co-btnBunjo > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 10px;
  letter-spacing: normal;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .co-btnBunjo > span {
    line-height: 1.3;
    font-size: 2.25vw;
  }
}
.co-btnBunjo::before {
  content: "";
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .co-btnBunjo::before {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnBunjo:hover {
    filter: brightness(1.1);
  }
}
.co-btnBunjo > span {
  color: #fff;
}
.co-btnBunjo::before {
  width: 40px;
  height: 34px;
  background: url(../img/common/ico_bunjo2_gold.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-btnBunjo::before {
    width: 10vw;
    height: 8.5vw;
    height: 5vw;
  }
}

.co-btnSearchTakuchi {
  transition: filter 0.3s ease-out;
  position: relative;
  background: #1c2123;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.1);
}
@media screen and (min-width: 769px) {
  .co-btnSearchTakuchi {
    border-radius: 100px;
    padding: 0 20px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .co-btnSearchTakuchi {
    flex-direction: column;
    width: 100%;
    height: 17.5vw;
  }
}
.co-btnSearchTakuchi > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 11px;
  letter-spacing: normal;
  color: #fff;
  line-height: 1.5;
  margin-left: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .co-btnSearchTakuchi > span {
    line-height: 1.3;
    font-size: 2.25vw;
  }
}
.co-btnSearchTakuchi::before {
  content: "";
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .co-btnSearchTakuchi::before {
    margin-bottom: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .co-btnSearchTakuchi:hover {
    filter: brightness(1.2);
  }
}
.co-btnSearchTakuchi::before {
  width: 34px;
  height: 25px;
  background: url(../img/common/ico_search_takuchi.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-btnSearchTakuchi::before {
    width: 8.5vw;
    height: 6.25vw;
    height: 5vw;
  }
}

.co-bnrStyle1 {
  position: relative;
  display: block;
  overflow: hidden;
}
.co-bnrStyle1:before {
  transition: all 0.3s ease-out;
  content: "";
  display: block;
  background: rgba(28, 33, 35, 0.3);
  position: absolute;
  inset: -20%;
  z-index: 1;
  mix-blend-mode: hard-light;
  transform: translateX(0%) skew(-15deg);
}
@media screen and (max-width: 768px) {
  .co-bnrStyle1:before {
    display: none;
  }
}
.co-bnrStyle1 img {
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .co-bnrStyle1 img {
    filter: grayscale(100%);
  }
}
.co-bnrStyle1:hover::before {
  transform: translateX(150%) skew(-15deg);
}
@media screen and (min-width: 769px) {
  .co-bnrStyle1:hover img {
    filter: grayscale(0%);
  }
}

.co-bnrStyle2 {
  position: relative;
  display: block;
  background: #121516;
}
.co-bnrStyle2 img {
  transition: opacity 0.3s ease-out;
  width: 100%;
}
.co-bnrStyle2 [class^=co-ico] {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .co-bnrStyle2 [class^=co-ico] {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .co-bnrStyle2 [class^=co-ico] {
    right: 2.5vw;
    bottom: 2.5vw;
    transform: scale(0.8);
    transform-origin: right bottom;
  }
}
.co-bnrStyle2 [class^=co-btn] {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .co-bnrStyle2 [class^=co-btn] {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .co-bnrStyle2 [class^=co-btn] {
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-bnrStyle2:hover img {
    opacity: 0.8;
  }
}

.co-bnrStyle3 {
  position: relative;
  display: block;
}
.co-bnrStyle3 img {
  transition: opacity 0.3s ease-out;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .co-bnrStyle3:hover img {
    opacity: 0.8;
  }
}

.co-icoDetail {
  transition: all 0.3s ease-out;
  position: relative;
  display: inline-flex;
  background: #1c2123;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .co-icoDetail {
    width: 12.5vw;
    height: 12.5vw;
  }
}
.co-icoDetail > span {
  position: absolute;
  font-size: 0;
}
.co-icoDetail::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/common/ico_more_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-icoDetail::after {
    width: 6vw;
    height: 6vw;
  }
}

.co-icoArrow1, .pr-panelBtn > dl > dt > a span._ico,
.pr-panelBtn > dl > dt > div span._ico,
.pr-panelBtn > dl > dt > button span._ico {
  transition: all 0.3s ease-out;
  position: relative;
  display: inline-flex;
  background: #1c2123;
  border: 1px solid #1c2123;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .co-icoArrow1, .pr-panelBtn > dl > dt > a span._ico,
  .pr-panelBtn > dl > dt > div span._ico,
  .pr-panelBtn > dl > dt > button span._ico {
    border-radius: 25vw;
    width: 12.5vw;
    height: 12.5vw;
  }
}
.co-icoArrow1 > span, .pr-panelBtn > dl > dt > a span._ico > span,
.pr-panelBtn > dl > dt > div span._ico > span,
.pr-panelBtn > dl > dt > button span._ico > span {
  position: absolute;
  font-size: 0;
}
.co-icoArrow1::after, .pr-panelBtn > dl > dt > a span._ico::after,
.pr-panelBtn > dl > dt > div span._ico::after,
.pr-panelBtn > dl > dt > button span._ico::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-icoArrow1::after, .pr-panelBtn > dl > dt > a span._ico::after,
  .pr-panelBtn > dl > dt > div span._ico::after,
  .pr-panelBtn > dl > dt > button span._ico::after {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.co-icoArrow1.-white, .pr-panelBtn > dl > dt > a span.-white._ico,
.pr-panelBtn > dl > dt > div span.-white._ico,
.pr-panelBtn > dl > dt > button span.-white._ico {
  background: none;
  border: 1px solid #fff;
}
.co-icoArrow1.-white::after, .pr-panelBtn > dl > dt > a span.-white._ico::after,
.pr-panelBtn > dl > dt > div span.-white._ico::after,
.pr-panelBtn > dl > dt > button span.-white._ico::after {
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
.co-icoArrow1.-gold, .pr-panelBtn > dl > dt > a span.-gold._ico,
.pr-panelBtn > dl > dt > div span.-gold._ico,
.pr-panelBtn > dl > dt > button span.-gold._ico {
  background: #847344;
}

.co-icoClose {
  transition: all 0.3s ease-out;
  position: relative;
  display: inline-flex;
  background: #1c2123;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .co-icoClose {
    border-radius: 25vw;
    width: 7.5vw;
    height: 7.5vw;
  }
}
.co-icoClose > span {
  position: absolute;
  font-size: 0;
}
.co-icoClose::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_close1_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-icoClose::after {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-icoClose:hover {
    opacity: 0.8;
  }
}

.co-icoBlank1 {
  transition: all 0.3s ease-out;
  position: relative;
  display: inline-flex;
  background: #1c2123;
  border: 1px solid #1c2123;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .co-icoBlank1 {
    border-radius: 25vw;
    width: 12.5vw;
    height: 12.5vw;
  }
}
.co-icoBlank1 > span {
  position: absolute;
  font-size: 0;
}
.co-icoBlank1::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_blank1_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .co-icoBlank1::after {
    width: 3.5vw;
    height: 3.5vw;
  }
}

.co-icoLabel {
  background: #847344;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 5px 0 5px 0;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .co-icoLabel {
    padding: 3.5vw 4.5vw;
    border-radius: 1.25vw 0 1.25vw 0;
    font-size: 3.5vw;
  }
}
.co-icoLabel.-new {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
}
.co-icoLabel.-event {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
}

.co-txtStyle1.-gold {
  color: #847344;
}
.co-txtStyle1.-white {
  color: #fff;
}
@media screen and (min-width: 769px) {
  * + .co-txtStyle1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-txtStyle1 {
    margin-top: 5vw;
  }
}

[class^=co-title] + [class^=co-txt] {
  margin-top: 0px;
}

.co-txtStyle2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .co-txtStyle2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .co-txtStyle2 {
    font-size: 4vw;
  }
}
.co-txtStyle2.-gold {
  color: #847344;
}
.co-txtStyle2.-white {
  color: #fff;
}
@media screen and (min-width: 769px) {
  * + .co-txtStyle2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-txtStyle2 {
    margin-top: 5vw;
  }
}

.co-txtStyle3 {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
}
@media screen and (min-width: 769px) {
  .co-txtStyle3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .co-txtStyle3 {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 769px) {
  * + .co-txtStyle3 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-txtStyle3 {
    margin-top: 5vw;
  }
}

.co-txtStyle4 {
  font-size: 11px;
  color: #848484;
}
@media screen and (max-width: 768px) {
  .co-txtStyle4 {
    font-size: 2.75vw;
  }
}
.co-txtStyle4.-white {
  color: #fff;
}
@media screen and (min-width: 769px) {
  * + .co-txtStyle4 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-txtStyle4 {
    margin-top: 5vw;
  }
}

.co-txtStyle5 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .co-txtStyle5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .co-txtStyle5 {
    font-size: 4.5vw;
  }
}
.co-txtStyle5.-gold {
  color: #847344;
}
.co-txtStyle5.-white {
  color: #fff;
}
@media screen and (min-width: 769px) {
  * + .co-txtStyle5 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-txtStyle5 {
    margin-top: 5vw;
  }
}

.co-notfound {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .co-notfound {
    padding: 40px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .co-notfound {
    padding: 10vw 5vw;
    font-size: 3.75vw;
  }
}

.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: initial;
}
@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;
}
.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-inputList.-name {
  display: flex;
  align-items: center;
}
.co-inputList.-name > li + li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .co-inputList.-name > li + li {
    margin-left: 5vw;
  }
}
.co-inputList.-tel {
  display: flex;
  align-items: center;
}
.co-inputList.-tel > li {
  display: flex;
  align-items: center;
}
.co-inputList.-tel > li + li::before {
  content: "―";
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .co-inputList.-tel > li + li::before {
    margin: 0 2.5vw;
    font-size: 3vw;
  }
}
.co-inputList.-zip {
  display: flex;
  align-items: center;
}
.co-inputList.-zip > li {
  display: flex;
  align-items: center;
}
.co-inputList.-zip > li + li::before {
  content: "―";
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .co-inputList.-zip > li + li::before {
    margin: 0 3.75vw;
    font-size: 2vw;
  }
}
.co-inputList.-zip > li:nth-of-type(1):before {
  content: "〒";
  margin-right: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .co-inputList.-zip > li:nth-of-type(1):before {
    margin-right: 2.5vw;
    font-size: 4vw;
    font-size: 3vw;
  }
}
.co-inputList.-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: flex-start;
}
.co-inputList.-row > li {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .co-inputList.-row > li {
    margin-right: 5vw;
  }
}
.co-inputList.-col > li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .co-inputList.-col > li + li {
    margin-top: 2.5vw;
  }
}

.co-addressList > dd {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .co-addressList > dd {
    margin-top: 5vw;
  }
}

.co-selectList {
  display: flex;
}
.co-selectList li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .co-selectList li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .co-selectList li {
    margin-right: 2.5vw;
  }
}
.co-selectList li:nth-last-of-type(1) {
  margin-right: 0;
}
.co-selectList li span {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .co-selectList li span {
    margin: 0 2.5vw;
    font-size: 3vw;
  }
}

@media screen and (min-width: 769px) {
  .co-inputParts {
    display: flex;
    align-items: center;
  }
}
.co-inputParts > dt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .co-inputParts > dt {
    font-size: 4vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-inputParts > dd {
    margin-left: 20px;
    flex-grow: 1;
  }
}
@media screen and (min-width: 769px) {
  * + .co-inputParts {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-inputParts {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .co-inputBlock {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .co-inputBlock > dt {
    width: 30%;
    min-width: 30%;
    font-size: 16px;
    padding-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .co-inputBlock > dt {
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-inputBlock > dd {
    margin-left: 20px;
    flex-grow: 1;
  }
}
@media screen and (min-width: 769px) {
  * + .co-inputBlock {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  * + .co-inputBlock {
    margin-top: 6.25vw;
  }
}

/* -----------------------------------
.co-inputReset
------------------------------------ */
/* -----------------------------------
.co-clear
------------------------------------ */
.co-clear {
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  position: relative;
  display: inline-flex;
  background: #848484 !important;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  overflow: hidden;
  vertical-align: top;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .co-clear {
    min-height: 50px;
    border-radius: 3px;
    padding: 5px 16px 5px 16px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .co-clear {
    min-height: 12.5vw;
    border-radius: 0.75vw;
    padding: 1.25vw 4vw 1.25vw 4vw;
    margin-left: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .co-clear:hover {
    opacity: 0.8;
  }
}

.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 {
  transition: opacity 0.3s ease-out;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #1c2123;
  opacity: 0;
}
@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;
}
.co-radio > input[type=radio]:disabled + span::after {
  display: none;
}

.co-radioImg {
  position: relative;
}
.co-radioImg ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.co-radioImg > input[type=radio] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.co-radioImg > span {
  display: block;
  width: fit-content;
  margin: 15px auto 0;
  min-width: 20px;
  min-height: 20px;
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .co-radioImg > span {
    margin-top: 2.5vw;
    min-width: 5vw;
    min-height: 5vw;
    font-size: 3vw;
  }
}
.co-radioImg > input[type=radio] + span {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .co-radioImg > input[type=radio] + span {
    padding-left: 7.5vw;
  }
}
.co-radioImg > input[type=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-radioImg > input[type=radio] + span::before {
    width: 5.5vw;
    height: 5.5vw;
  }
}
.co-radioImg > input[type=radio] + span::after {
  transition: opacity 0.3s ease-out;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #1c2123;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .co-radioImg > input[type=radio] + span::after {
    width: 3vw;
    height: 3vw;
  }
}
.co-radioImg > input[type=radio]:not(:checked) + span:hover::after {
  opacity: 0.1;
}
.co-radioImg > input[type=radio]:checked + span::after {
  opacity: 1;
}
.co-radioImg > input[type=radio]:disabled + span {
  color: #bbb;
}
.co-radioImg > input[type=radio]:disabled + span::before {
  background: #eee;
  color: #bbb;
}
.co-radioImg > input[type=radio]:disabled + span::after {
  display: none;
}

/* -----------------------------------
.co-checkbox
------------------------------------ */
.co-checkbox {
  position: relative;
  display: inline-block;
  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-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-checkbox > span {
    min-width: 5vw;
    min-height: 5vw;
    padding-left: 7vw;
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
.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 {
  transition: opacity 0.3s ease-out;
  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;
}
@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: #1c2123;
}
.co-checkbox > input[type=checkbox]:disabled + span {
  color: #bbb;
}
.co-checkbox > input[type=checkbox]:disabled + span::before {
  background: #eee;
  color: #bbb;
}
.co-checkbox > input[type=checkbox]:disabled + span::after {
  display: none;
}

/* -----------------------------------
.co-checkboxImg
------------------------------------ */
.co-checkboxImg {
  position: relative;
}
.co-checkboxImg ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.co-checkboxImg > input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.co-checkboxImg > span {
  display: block;
  width: fit-content;
  margin: 15px auto 0;
  min-width: 20px;
  min-height: 20px;
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .co-checkboxImg > span {
    min-width: 5vw;
    min-height: 5vw;
    font-size: 3vw;
    line-height: 1.5;
  }
}
.co-checkboxImg > input[type=checkbox] + span {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .co-checkboxImg > input[type=checkbox] + span {
    padding-left: 7vw;
  }
}
.co-checkboxImg > input[type=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-checkboxImg > input[type=checkbox] + span::before {
    width: 5vw;
    height: 5vw;
  }
}
.co-checkboxImg > input[type=checkbox] + span::after {
  transition: opacity 0.3s ease-out;
  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;
}
@media screen and (max-width: 768px) {
  .co-checkboxImg > input[type=checkbox] + span::after {
    width: 3.25vw;
    height: 2vw;
    left: 1vw;
    border-width: 0.5vw;
  }
}
.co-checkboxImg > 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-checkboxImg > input[type=checkbox]:not(:checked) + span:hover:after {
    border-width: 0.5vw;
  }
}
.co-checkboxImg > input[type=checkbox]:checked + span::before {
  background: #1c2123;
}
.co-checkboxImg > input[type=checkbox]:disabled + span {
  color: #bbb;
}
.co-checkboxImg > input[type=checkbox]:disabled + span::before {
  background: #eee;
  color: #bbb;
}
.co-checkboxImg > input[type=checkbox]:disabled + span::after {
  display: none;
}

/* -----------------------------------
.co-selectImgList
------------------------------------ */
.co-selectImgList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* -----------------------------------
.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;
}
.co-select select option:disabled {
  background: #eee;
  color: #bbb;
}

/* -----------------------------------
.co-textarea
------------------------------------ */
.co-textarea {
  padding: 15px;
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  background: #fff;
  color: initial;
  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;
}

.pr-headStyle1_in {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pr-headStyle1_in {
    display: flex;
    flex-direction: column;
  }
}
.pr-headStyle1_img {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .pr-headStyle1_img {
    order: 2;
  }
}
.pr-headStyle1_img img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .pr-headStyle1_img img {
    max-height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .pr-headStyle1_img img {
    aspect-ratio: 3/2;
  }
}
@media screen and (min-width: 769px) {
  .pr-headStyle1.-small .pr-headStyle1_img img {
    max-height: 320px;
  }
}
@media screen and (min-width: 769px) {
  .pr-headStyle1_title {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    width: 100%;
    max-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .pr-headStyle1_title {
    order: 1;
    line-height: 1;
  }
}
.pr-headStyle1_title .co-titleStyle1 {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .pr-headStyle2 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-headStyle2 {
    padding: 5vw 5vw 0;
  }
}
.pr-headStyle2_img {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pr-headStyle2_img {
    border-radius: 5px 0 0 5px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1261px) {
  .pr-headStyle2_img {
    margin-right: calc((100vw - 1200px) / 2 * -1 + 20px);
  }
}
@media screen and (max-width: 768px) {
  .pr-headStyle2_img {
    border-radius: 1.25vw 0 0 1.25vw;
    margin-right: -7.5vw;
  }
}
.pr-headStyle2_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 700px;
}

.pr-headStyle3_in {
  position: relative;
}
.pr-headStyle3_title {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
  width: 100%;
  max-width: 1200px;
}
.pr-headStyle3_img {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .pr-headStyle3_img {
    margin-right: -20px;
    margin-left: -260px;
  }
}
@media screen and (min-width: 1281px) {
  .pr-headStyle3_img {
    margin-right: calc((100vw - 1200px) * -1);
  }
}
@media screen and (min-width: 769px) {
  .pr-headStyle3_img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
}
.pr-headStyle3_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(18, 21, 22, 0.8);
  position: absolute;
  z-index: 1;
  inset: 0;
}

.pr-headStyle4 {
  background: #121516;
}
@media screen and (min-width: 769px) {
  .pr-headStyle4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}
@media screen and (min-width: 769px) {
  .pr-headStyle4_in {
    width: 100%;
    height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .pr-headStyle4_in {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .pr-headStyle4_swiper {
    width: 100%;
    height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .pr-headStyle4_swiper {
    order: 2;
  }
}
.pr-headStyle4_swiper .swiper {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .pr-headStyle4_swiper .swiper {
    width: 100%;
    height: inherit;
  }
}
@media screen and (max-width: 768px) {
  .pr-headStyle4_swiper .swiper {
    aspect-ratio: 1/1;
  }
}
.pr-headStyle4_swiper .swiper-initialized {
  opacity: 1;
}
.pr-headStyle4_swiper .swiper-wrapper {
  will-change: transform;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pr-headStyle4_swiper .swiper-slide {
  opacity: 0;
  transition: opacity 1s;
  height: auto;
}
.pr-headStyle4_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pr-headStyle4_swiper .swiper-slide-duplicate-active img, .pr-headStyle4_swiper .swiper-slide-prev img, .pr-headStyle4_swiper .swiper-slide-active img {
  animation: mainVisualAnimation 20s ease forwards;
}
@keyframes mainVisualAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 769px) {
  .pr-headStyle4_title {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .pr-headStyle4_title {
    order: 1;
    line-height: 1;
  }
}
.pr-headStyle4_title .co-titleStyle1 {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .ly-content_main:has(.pr-headStyle4) {
    padding-top: 100vh;
  }
}

.pr-headStyle5_in {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pr-headStyle5_in {
    display: flex;
    flex-direction: column;
  }
}
.pr-headStyle5_img {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .pr-headStyle5_img {
    order: 2;
  }
}
.pr-headStyle5_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .pr-headStyle5_img img {
    max-height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .pr-headStyle5_img img {
    aspect-ratio: 3/2;
  }
}
@media screen and (min-width: 769px) {
  .pr-headStyle5_title {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .pr-headStyle5_title {
    order: 1;
    line-height: 1;
  }
}
.pr-headStyle5_title .co-titleStyle1 {
  margin-bottom: 0;
}
.pr-headStyle5_cnt1 {
  position: relative;
  margin: 0 auto;
  max-width: 1260px;
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
}
@media screen and (min-width: 769px) {
  .pr-headStyle5_cnt1 {
    padding: 80px 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-headStyle5_cnt1 {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-headStyle5_cnt1 {
    order: 3;
    padding: 10vw 5vw;
  }
}
.pr-headStyle5_cnt1.-borderNone {
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .pr-headStyle5_cnt1 .co-titleStyle2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-headStyle5_cnt1 .co-titleStyle2 {
    margin-bottom: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .pr-headStyle6 {
    padding-top: 100px;
  }
}
.pr-headStyle6_in {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.pr-headStyle6_title .co-titleStyle1 {
  margin-bottom: 0;
}

.pr-secBanner {
  background: #121516;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pr-secBanner {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-secBanner_cnt1 {
    margin-right: 2.5vw;
    margin-left: 2.5vw;
  }
  .pr-secBanner_cnt1 .swiper-ctrl {
    margin-right: -2.5vw;
  }
}

.pr-secBanner2 {
  background: #F4F4EF;
}
@media screen and (max-width: 768px) {
  .pr-secBanner2 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
.pr-secBanner2_title {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pr-secBanner2_title {
    margin-bottom: 5vw;
  }
}
.pr-secStyle1 {
  position: relative;
  background: #F4F4EF;
}
.pr-secStyle1.-bgBlack {
  background: #121516;
}
.pr-secStyle1.-bgNone {
  background: transparent;
}
.pr-secStyle1.-borderTop::before, .pr-secStyle1.-borderBottom::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background: rgba(132, 115, 68, 0.1);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .pr-secStyle1.-borderTop::before, .pr-secStyle1.-borderBottom::before {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1.-borderTop::before, .pr-secStyle1.-borderBottom::before {
    width: calc(100% - 10vw);
  }
}
.pr-secStyle1.-borderTop::before {
  top: 0;
}
.pr-secStyle1.-borderBottom::before {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1.-pc_ptLarge {
    padding-top: 180px;
  }
}
.pr-secStyle1_obj {
  display: block;
  width: 100%;
  height: 500px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #F4F4EF;
}
.pr-secStyle1_obj.-bgBlack {
  background: #121516;
}
.pr-secStyle1_bg1 {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #121516;
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_bg1 {
    bottom: 35vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_bg1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    height: 800px;
    min-height: 800px;
    max-height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_bg1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_bg1:has(+ * > [class*=_cnt2]) {
    bottom: auto;
  }
  .pr-secStyle1_bg1:has(+ * > [class*=_cnt2]) img {
    aspect-ratio: 1/2;
  }
}
.pr-secStyle1_bg1.-full {
  inset: 0;
}
.pr-secStyle1_bg1.-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: auto;
  max-height: none;
}
.pr-secStyle1_in {
  position: relative;
  z-index: 1;
}
.pr-secStyle1_title > *:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_nav {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_nav {
    margin-top: 5vw;
    margin-bottom: 7.5vw;
  }
}
.pr-secStyle1_cnt1 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_cnt1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  * + .pr-secStyle1_cnt1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  * + .pr-secStyle1_cnt1 {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_cnt1 + .pr-secStyle1_cnt1 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_cnt1 + .pr-secStyle1_cnt1 {
    margin-top: 20vw;
  }
}
.pr-secStyle1_cnt1 > ._img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_cnt1 > ._img {
    order: 2;
    flex-grow: 1;
    width: 66.6666666667%;
  }
}
.pr-secStyle1_cnt1 > ._img.-overflowRight, .pr-secStyle1_cnt1 > ._img.-overFlowRight {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1801px) {
  .pr-secStyle1_cnt1 > ._img.-overflowRight, .pr-secStyle1_cnt1 > ._img.-overFlowRight {
    margin-right: -300px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_cnt1 > ._img.-pc_overflowRight {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1801px) {
  .pr-secStyle1_cnt1 > ._img.-pc_overflowRight {
    margin-right: -300px;
  }
}
.pr-secStyle1_cnt1 > ._img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_cnt1 > ._img > img {
    min-height: 570px;
    max-height: 570px;
    max-height: 684px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-secStyle1_cnt1 > ._img > img {
    min-height: 570px;
  }
}
.pr-secStyle1_cnt1 > ._img > p {
  text-align: right;
  margin-top: 10px;
  padding-right: 20px;
}
.pr-secStyle1_cnt1 > ._img.-contain > img {
  object-fit: contain;
  max-height: none;
  min-height: auto;
}
.pr-secStyle1_cnt1 > ._txt {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_cnt1 > ._txt {
    order: 1;
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    padding-right: 3.3333333333%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-secStyle1_cnt1 > ._txt {
    padding-right: 30px;
    padding-right: 2.5%;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_cnt1 > ._txt * + .co-txtStyle1 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_cnt1 > ._txt * + .co-txtStyle1 {
    margin-top: 6.25vw;
  }
}
.pr-secStyle1_cnt1 > ._txt.-bottom {
  align-self: flex-end;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_cnt1 > ._txt .co-btnList.-row_col {
    min-width: 530px;
    min-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_cnt1 > ._img + ._txt {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_cnt1 > ._txt + ._img {
    margin-top: 15vw;
  }
}
.pr-secStyle1_cnt1 > ._img2 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_cnt1 > ._img2 {
    order: 3;
    width: 45%;
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-secStyle1_cnt1 > ._img2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_cnt1 > ._img2 {
    width: 60vw;
    margin-top: 10vw;
    margin-left: -7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_cnt1 > ._txt:has(.co-btnList) + ._img2 {
    margin-top: -5vw;
  }
}
.pr-secStyle1_cnt1 > ._bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #121516;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_cnt1 > ._bg {
    top: 135px;
    bottom: -250px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_cnt1 > ._bg {
    top: -7.5vw;
    bottom: -40vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_cnt2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_cnt2 {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle1_bnr {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_bnr {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1260px) {
  .pr-secStyle1_cnt1 > ._img.-overflowRight :not(.-ctrlSide) .swiper-ctrl {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 1261px) and (max-width: 1800px) {
  .pr-secStyle1_cnt1 > ._img.-overflowRight :not(.-ctrlSide) .swiper-ctrl {
    width: calc(100% - (100vw - 1200px) / 2);
  }
}
@media screen and (min-width: 1801px) {
  .pr-secStyle1_cnt1 > ._img.-overflowRight :not(.-ctrlSide) .swiper-ctrl {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle1_cnt1 > ._img.-overflowRight :not(.-ctrlSide) .swiper-ctrl {
    padding-right: 5vw;
  }
}

.pr-secStyle2 {
  position: relative;
  background: #F4F4EF;
}
.pr-secStyle2.-bgBlack {
  background: #121516;
}
.pr-secStyle2.-bgNone {
  background: transparent;
}
.pr-secStyle2.-borderTop::before, .pr-secStyle2.-borderBottom::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background: rgba(132, 115, 68, 0.1);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .pr-secStyle2.-borderTop::before, .pr-secStyle2.-borderBottom::before {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle2.-borderTop::before, .pr-secStyle2.-borderBottom::before {
    width: calc(100% - 10vw);
  }
}
.pr-secStyle2.-borderTop::before {
  top: 0;
}
.pr-secStyle2.-borderBottom::before {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .pr-secStyle2.-pc_ptLarge {
    padding-top: 180px;
  }
}
.pr-secStyle2_title {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-secStyle2_title ._btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle2_title ._btn {
    margin-top: 3.75vw;
  }
}
.pr-secStyle2_title > *:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  * + .pr-secStyle2_cnt1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  * + .pr-secStyle2_cnt1 {
    margin-top: 15vw;
    margin-top: 12.5vw;
  }
}
.pr-secStyle2_cnt1.-overflowRight {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 2001px) {
  .pr-secStyle2_cnt1.-overflowRight {
    margin-right: -400px;
  }
}
.pr-secStyle3 {
  position: relative;
  background: #F4F4EF;
}
.pr-secStyle3.-bgBlack {
  background: #121516;
}
.pr-secStyle3.-bgNone {
  background: transparent;
}
.pr-secStyle3.-borderTop::before, .pr-secStyle3.-borderBottom::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background: rgba(132, 115, 68, 0.1);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .pr-secStyle3.-borderTop::before, .pr-secStyle3.-borderBottom::before {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle3.-borderTop::before, .pr-secStyle3.-borderBottom::before {
    width: calc(100% - 10vw);
  }
}
.pr-secStyle3.-borderTop::before {
  top: 0;
}
.pr-secStyle3.-borderBottom::before {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .pr-secStyle3.-pc_ptLarge {
    padding-top: 180px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle3_cnt1 {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle3_cnt1_left {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle3_cnt1_right {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle3_cnt1_right .pr-listStyle2,
  .pr-secStyle3_cnt1_right .co-txtStyle1:first-child {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle3_cnt1_right * + .pr-listStyle2 {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle3.-sticky .pr-secStyle3_cnt1_left .co-titleStyle6 {
    position: sticky;
    top: 90px;
  }
}

.pr-secStyle4 {
  border-bottom: 1px solid #DDDACC;
}
@media screen and (min-width: 769px) {
  .pr-secStyle4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle4 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
.pr-secStyle4:nth-last-of-type(1) {
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_in {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-secStyle4_in {
    display: block;
  }
}
@media screen and (min-width: 1101px) {
  .pr-secStyle4_title {
    width: 26%;
    min-width: 26%;
  }
}
@media screen and (min-width: 1101px) {
  .pr-secStyle4_cnt1 {
    flex-grow: 1;
    width: 74%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-secStyle4_cnt1 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_cnt2 {
    flex-grow: 1;
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_title + .pr-secStyle4_cnt2, .pr-secStyle4_cnt1 + .pr-secStyle4_cnt2 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle4_title + .pr-secStyle4_cnt2, .pr-secStyle4_cnt1 + .pr-secStyle4_cnt2 {
    margin-top: 5vw;
  }
}
.pr-secStyle4_btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_btn {
    flex-grow: 1;
    width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle4_btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle4_btn {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle4 .co-titleStyle5 {
    margin-bottom: 0;
  }
}

.pr-secStyle5 {
  background: #F4F4EF;
}
@media screen and (min-width: 769px) {
  .pr-secStyle5 {
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle5 {
    padding-top: 8.75vw;
  }
}
.pr-secStyle5_title {
  position: relative;
}
.pr-secStyle5_cnt1 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pr-secStyle5_cnt1 {
    margin-top: 5vw;
  }
}

.pr-secStyle6 {
  position: relative;
  background: #F4F4EF;
}
.pr-secStyle6.-bgBlack {
  background: #121516;
}
.pr-secStyle6.-bgNone {
  background: transparent;
}
.pr-secStyle6.-borderTop::before, .pr-secStyle6.-borderBottom::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background: rgba(132, 115, 68, 0.1);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .pr-secStyle6.-borderTop::before, .pr-secStyle6.-borderBottom::before {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6.-borderTop::before, .pr-secStyle6.-borderBottom::before {
    width: calc(100% - 10vw);
  }
}
.pr-secStyle6.-borderTop::before {
  top: 0;
}
.pr-secStyle6.-borderBottom::before {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .pr-secStyle6.-pc_ptLarge {
    padding-top: 180px;
  }
}
.pr-secStyle6_obj {
  display: block;
  width: 100%;
  height: 500px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #F4F4EF;
}
.pr-secStyle6_obj.-bgBlack {
  background: #121516;
}
.pr-secStyle6_bg1 {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #121516;
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_bg1 {
    bottom: 35vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_bg1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    height: 800px;
    min-height: 800px;
    max-height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_bg1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_bg1:has(+ * > [class*=_cnt2]) {
    bottom: auto;
  }
  .pr-secStyle6_bg1:has(+ * > [class*=_cnt2]) img {
    aspect-ratio: 1/2;
  }
}
.pr-secStyle6_bg1.-full {
  inset: 0;
}
.pr-secStyle6_bg1.-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: auto;
  max-height: none;
}
.pr-secStyle6_in {
  position: relative;
  z-index: 1;
}
.pr-secStyle6_title > *:nth-last-child(1) {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_nav {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_nav {
    margin-top: 5vw;
    margin-bottom: 7.5vw;
  }
}
.pr-secStyle6_cnt1 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_cnt1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  * + .pr-secStyle6_cnt1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  * + .pr-secStyle6_cnt1 {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_cnt1 + .pr-secStyle6_cnt1 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_cnt1 + .pr-secStyle6_cnt1 {
    margin-top: 20vw;
  }
}
.pr-secStyle6_cnt1 > ._img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_cnt1 > ._img {
    order: 2;
    flex-grow: 1;
    width: 66.6666666667%;
  }
}
.pr-secStyle6_cnt1 > ._img.-overflowRight, .pr-secStyle6_cnt1 > ._img.-overFlowRight {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1801px) {
  .pr-secStyle6_cnt1 > ._img.-overflowRight, .pr-secStyle6_cnt1 > ._img.-overFlowRight {
    margin-right: -300px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_cnt1 > ._img.-pc_overflowRight {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1801px) {
  .pr-secStyle6_cnt1 > ._img.-pc_overflowRight {
    margin-right: -300px;
  }
}
.pr-secStyle6_cnt1 > ._img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_cnt1 > ._img > img {
    min-height: 570px;
    max-height: 570px;
    max-height: 684px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-secStyle6_cnt1 > ._img > img {
    min-height: 570px;
  }
}
.pr-secStyle6_cnt1 > ._img > p {
  text-align: right;
  margin-top: 10px;
  padding-right: 20px;
}
.pr-secStyle6_cnt1 > ._img.-contain > img {
  object-fit: contain;
  max-height: none;
  min-height: auto;
}
.pr-secStyle6_cnt1 > ._txt {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_cnt1 > ._txt {
    order: 1;
    width: 33.3333333333%;
    min-width: 33.3333333333%;
    padding-right: 3.3333333333%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-secStyle6_cnt1 > ._txt {
    padding-right: 30px;
    padding-right: 2.5%;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_cnt1 > ._txt * + .co-txtStyle1 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_cnt1 > ._txt * + .co-txtStyle1 {
    margin-top: 6.25vw;
  }
}
.pr-secStyle6_cnt1 > ._txt.-bottom {
  align-self: flex-end;
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_cnt1 > ._txt .co-btnList.-row_col {
    min-width: 530px;
    min-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_cnt1 > ._img + ._txt {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_cnt1 > ._txt + ._img {
    margin-top: 15vw;
  }
}
.pr-secStyle6_cnt1 > ._img2 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_cnt1 > ._img2 {
    order: 3;
    width: 45%;
    margin-top: -60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-secStyle6_cnt1 > ._img2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_cnt1 > ._img2 {
    width: 60vw;
    margin-top: 10vw;
    margin-left: -7.5vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_cnt1 > ._txt:has(.co-btnList) + ._img2 {
    margin-top: -5vw;
  }
}
.pr-secStyle6_cnt1 > ._bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #121516;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_cnt1 > ._bg {
    top: 135px;
    bottom: -250px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_cnt1 > ._bg {
    top: -7.5vw;
    bottom: -40vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_cnt2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_cnt2 {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_bnr {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_bnr {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1260px) {
  .pr-secStyle6_cnt1 > ._img.-overflowRight :not(.-ctrlSide) .swiper-ctrl {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 1261px) and (max-width: 1800px) {
  .pr-secStyle6_cnt1 > ._img.-overflowRight :not(.-ctrlSide) .swiper-ctrl {
    width: calc(100% - (100vw - 1200px) / 2);
  }
}
@media screen and (min-width: 1801px) {
  .pr-secStyle6_cnt1 > ._img.-overflowRight :not(.-ctrlSide) .swiper-ctrl {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_cnt1 > ._img.-overflowRight :not(.-ctrlSide) .swiper-ctrl {
    padding-right: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle6 {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle6 {
    margin-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6 {
    margin-top: 17.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_cnt1 > ._img {
    margin-top: -340px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_cnt1 > ._img {
    margin-top: -35vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_cnt1 > ._txt .co-btnList {
    position: absolute;
    width: 85%;
    min-width: 85%;
  }
}
@media screen and (min-width: 769px) {
  .pr-secStyle6_cnt1 > ._img2 {
    margin-top: 60px;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-secStyle6_cnt1 > ._img2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secStyle6_cnt1 > ._img2 {
    margin-right: -7.5vw;
    margin-left: auto;
  }
}

.pr-secGallery.-bgBlack {
  background: #121516;
}
.pr-secGallery.-bgBlack ._galleryMain p {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pr-secGallery_cnt1 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .pr-secGallery_cnt1 ._galleryMain {
    width: 70%;
  }
}
.pr-secGallery_cnt1 ._galleryMain ._img {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .pr-secGallery_cnt1 ._galleryMain ._img {
    border-radius: 0.75vw;
  }
}
.pr-secGallery_cnt1 ._galleryMain ._img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pr-secGallery_cnt1 ._galleryMain p {
  margin-top: 10px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pr-secGallery_cnt1 ._galleryMain p {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secGallery_cnt1 ._galleryThumb {
    width: 28.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .pr-secGallery_cnt1 ._galleryThumb {
    margin-top: 2.5vw;
  }
}
.pr-secGallery_cnt1 ._galleryThumb ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .pr-secGallery_cnt1 ._galleryThumb ul {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.25vw;
  }
}
.pr-secGallery_cnt1 ._galleryThumb ul li ._img {
  background: #121516;
  aspect-ratio: 4/2.75;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pr-secGallery_cnt1 ._galleryThumb ul li ._img {
    border-radius: 0.75vw;
  }
}
.pr-secGallery_cnt1 ._galleryThumb ul li ._img img {
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pr-secGallery_cnt1 ._galleryThumb ul li.is-active img {
  opacity: 0.3;
}

.pr-secSalon {
  background: #121516;
}
@media screen and (min-width: 769px) {
  .pr-secSalon {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secSalon_cnt1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secSalon_cnt1 {
    margin-top: 10vw;
  }
}
.pr-secSalon_cnt1 .co-btnStyle1 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .pr-secSalon_cnt1 .co-btnStyle1 {
    margin-top: 10vw;
  }
}
.pr-secSalon_bg1 {
  position: absolute;
  inset: 0;
  height: auto;
}
.pr-secSalon_bg1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .pr-secSalon_bg1::before {
    background: linear-gradient(90deg, rgba(18, 21, 22, 0.8) 25%, rgba(18, 21, 22, 0) 66%);
  }
}
@media screen and (max-width: 768px) {
  .pr-secSalon_bg1::before {
    background: linear-gradient(90deg, rgba(18, 21, 22, 0.8) 25%, rgba(18, 21, 22, 0.3) 100%);
  }
}
.pr-secSalon_bg1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pr-secSalonLogin {
  background: #121516;
}
.pr-secSalonLogin_in {
  max-width: 754px;
}
.pr-secSalonLogin_bg {
  position: absolute;
  inset: 0;
}
.pr-secSalonLogin_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pr-secSearchPref {
  position: relative;
  background: #121516;
}
@media screen and (min-width: 769px) {
  .pr-secSearchPref {
    min-height: 730px;
  }
}
.pr-secSearchPref_bg1 {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: #000;
}
@media screen and (min-width: 769px) {
  .pr-secSearchPref_bg1 {
    bottom: 30px;
  }
}
.pr-secSearchPref_bg1::before {
  content: "";
  display: block;
  background: rgba(18, 21, 22, 0.9);
  position: absolute;
  z-index: 1;
  inset: 0;
}
.pr-secSearchPref_bg1 img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pr-secSearchPref_in {
  position: relative;
}
.pr-secSearchPref_cnt1 {
  position: relative;
  z-index: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-secSearchPref_cnt1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secSearchPref_cnt1 {
    margin-top: 70px;
    margin-left: 90px;
  }
}
.pr-secSearchPref_cnt1 dl {
  display: flex;
}
@media screen and (min-width: 769px) {
  .pr-secSearchPref_cnt1 dl + dl {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secSearchPref_cnt1 dl + dl {
    margin-top: 3.75vw;
  }
}
.pr-secSearchPref_cnt1 dl dt {
  color: #847344;
  text-align-last: justify;
}
@media screen and (min-width: 769px) {
  .pr-secSearchPref_cnt1 dl dt {
    width: 90px;
    min-width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secSearchPref_cnt1 dl dt {
    width: 12.5vw;
    min-width: 12.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secSearchPref_cnt1 dl dd {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secSearchPref_cnt1 dl dd {
    padding-left: 6.25vw;
  }
}
.pr-secSearchPref_cnt1 dl dd ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .pr-secSearchPref_cnt1 dl dd ul {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .pr-secSearchPref_cnt1 dl dd ul li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secSearchPref_cnt1 dl dd ul li {
    margin-right: 3.75vw;
  }
}
.pr-secSearchPref_cnt1 dl dd ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.pr-secSearchPref_cnt1 dl dd ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pr-secSearchPref_cnt1 dl dd ul li a {
    min-width: 3.5em;
  }
}
@media screen and (min-width: 769px) {
  .pr-secSearchPref_cnt1 dl dd ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  .pr-secSearchPref_map {
    position: absolute;
    top: -120px;
    right: -30px;
    width: 658px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secSearchPref_map {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pr-secHometag_title,
  .pr-secFirstClassLiving_title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secHometag_title,
  .pr-secFirstClassLiving_title {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.pr-secHometag_title_in,
.pr-secFirstClassLiving_title_in {
  border-top: 1px solid rgba(132, 115, 68, 0.1);
  padding-top: 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.pr-secHometag_in,
.pr-secFirstClassLiving_in {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #121516;
}
@media screen and (min-width: 769px) {
  .pr-secHometag_in,
  .pr-secFirstClassLiving_in {
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secHometag_in,
  .pr-secFirstClassLiving_in {
    height: 100vh;
    height: 100lvh;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.pr-secHometag_bg1,
.pr-secFirstClassLiving_bg1 {
  position: absolute;
  z-index: 0;
  inset: 0;
}
.pr-secHometag_bg1::before,
.pr-secFirstClassLiving_bg1::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  inset: 0;
}
.pr-secHometag_bg1 img,
.pr-secFirstClassLiving_bg1 img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .pr-secHometag_bg1 img,
  .pr-secFirstClassLiving_bg1 img {
    opacity: 0.6;
  }
}
.pr-secHometag_cnt1,
.pr-secFirstClassLiving_cnt1 {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}
@media screen and (min-width: 769px) {
  .pr-secHometag_cnt1,
  .pr-secFirstClassLiving_cnt1 {
    width: 70%;
  }
}
.pr-secHometag_cnt1 ._txt1,
.pr-secFirstClassLiving_cnt1 ._txt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.16em;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pr-secHometag_cnt1 ._txt1,
  .pr-secFirstClassLiving_cnt1 ._txt1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secHometag_cnt1 ._txt1,
  .pr-secFirstClassLiving_cnt1 ._txt1 {
    font-size: 4vw;
  }
}
.pr-secHometag_cnt1 ._txt2,
.pr-secFirstClassLiving_cnt1 ._txt2 {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-display: swap;
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-secHometag_cnt1 ._txt2,
  .pr-secFirstClassLiving_cnt1 ._txt2 {
    margin-top: 10px;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secHometag_cnt1 ._txt2,
  .pr-secFirstClassLiving_cnt1 ._txt2 {
    margin-top: 2.5vw;
    font-size: 2.5vw;
  }
}
.pr-secHometag_cnt1 ._txt3,
.pr-secFirstClassLiving_cnt1 ._txt3 {
  color: #fff;
  line-height: 2.3;
}
@media screen and (min-width: 769px) {
  .pr-secHometag_cnt1 ._txt3,
  .pr-secFirstClassLiving_cnt1 ._txt3 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secHometag_cnt1 ._txt3,
  .pr-secFirstClassLiving_cnt1 ._txt3 {
    margin-top: 10vw;
  }
}
.pr-secHometag_cnt1 ._link1,
.pr-secFirstClassLiving_cnt1 ._link1 {
  transition: opacity 0.3s ease-out;
  display: inline-flex;
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .pr-secHometag_cnt1 ._link1,
  .pr-secFirstClassLiving_cnt1 ._link1 {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secHometag_cnt1 ._link1:hover,
  .pr-secFirstClassLiving_cnt1 ._link1:hover {
    opacity: 0.6;
  }
  .pr-secHometag_cnt1 ._link1:hover .co-icoArrow1, .pr-secHometag_cnt1 ._link1:hover .pr-panelBtn > dl > dt > a span._ico, .pr-panelBtn > dl > dt > a .pr-secHometag_cnt1 ._link1:hover span._ico,
  .pr-secHometag_cnt1 ._link1:hover .pr-panelBtn > dl > dt > div span._ico,
  .pr-panelBtn > dl > dt > div .pr-secHometag_cnt1 ._link1:hover span._ico,
  .pr-secHometag_cnt1 ._link1:hover .pr-panelBtn > dl > dt > button span._ico,
  .pr-panelBtn > dl > dt > button .pr-secHometag_cnt1 ._link1:hover span._ico,
  .pr-secFirstClassLiving_cnt1 ._link1:hover .co-icoArrow1,
  .pr-secFirstClassLiving_cnt1 ._link1:hover .pr-panelBtn > dl > dt > a span._ico,
  .pr-panelBtn > dl > dt > a .pr-secFirstClassLiving_cnt1 ._link1:hover span._ico,
  .pr-secFirstClassLiving_cnt1 ._link1:hover .pr-panelBtn > dl > dt > div span._ico,
  .pr-panelBtn > dl > dt > div .pr-secFirstClassLiving_cnt1 ._link1:hover span._ico,
  .pr-secFirstClassLiving_cnt1 ._link1:hover .pr-panelBtn > dl > dt > button span._ico,
  .pr-panelBtn > dl > dt > button .pr-secFirstClassLiving_cnt1 ._link1:hover span._ico {
    transform: scale(1.1);
  }
}
.pr-secHometag_cnt1 ._link1 ._txt,
.pr-secFirstClassLiving_cnt1 ._link1 ._txt {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  font-size: 28px;
  letter-spacing: 0.056em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .pr-secHometag_cnt1 ._link1 ._txt,
  .pr-secFirstClassLiving_cnt1 ._link1 ._txt {
    font-size: 5vw;
  }
}
.pr-secHometag_cnt1 ._link1 ._img,
.pr-secFirstClassLiving_cnt1 ._link1 ._img {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pr-secHometag_cnt1 ._link1 ._img,
  .pr-secFirstClassLiving_cnt1 ._link1 ._img {
    width: 62.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secHometag_cnt1 ._link1 .co-icoArrow1, .pr-secHometag_cnt1 ._link1 .pr-panelBtn > dl > dt > a span._ico, .pr-panelBtn > dl > dt > a .pr-secHometag_cnt1 ._link1 span._ico,
  .pr-secHometag_cnt1 ._link1 .pr-panelBtn > dl > dt > div span._ico,
  .pr-panelBtn > dl > dt > div .pr-secHometag_cnt1 ._link1 span._ico,
  .pr-secHometag_cnt1 ._link1 .pr-panelBtn > dl > dt > button span._ico,
  .pr-panelBtn > dl > dt > button .pr-secHometag_cnt1 ._link1 span._ico,
  .pr-secFirstClassLiving_cnt1 ._link1 .co-icoArrow1,
  .pr-secFirstClassLiving_cnt1 ._link1 .pr-panelBtn > dl > dt > a span._ico,
  .pr-panelBtn > dl > dt > a .pr-secFirstClassLiving_cnt1 ._link1 span._ico,
  .pr-secFirstClassLiving_cnt1 ._link1 .pr-panelBtn > dl > dt > div span._ico,
  .pr-panelBtn > dl > dt > div .pr-secFirstClassLiving_cnt1 ._link1 span._ico,
  .pr-secFirstClassLiving_cnt1 ._link1 .pr-panelBtn > dl > dt > button span._ico,
  .pr-panelBtn > dl > dt > button .pr-secFirstClassLiving_cnt1 ._link1 span._ico {
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secHometag_cnt1 ._link1 .co-icoArrow1, .pr-secHometag_cnt1 ._link1 .pr-panelBtn > dl > dt > a span._ico, .pr-panelBtn > dl > dt > a .pr-secHometag_cnt1 ._link1 span._ico,
  .pr-secHometag_cnt1 ._link1 .pr-panelBtn > dl > dt > div span._ico,
  .pr-panelBtn > dl > dt > div .pr-secHometag_cnt1 ._link1 span._ico,
  .pr-secHometag_cnt1 ._link1 .pr-panelBtn > dl > dt > button span._ico,
  .pr-panelBtn > dl > dt > button .pr-secHometag_cnt1 ._link1 span._ico,
  .pr-secFirstClassLiving_cnt1 ._link1 .co-icoArrow1,
  .pr-secFirstClassLiving_cnt1 ._link1 .pr-panelBtn > dl > dt > a span._ico,
  .pr-panelBtn > dl > dt > a .pr-secFirstClassLiving_cnt1 ._link1 span._ico,
  .pr-secFirstClassLiving_cnt1 ._link1 .pr-panelBtn > dl > dt > div span._ico,
  .pr-panelBtn > dl > dt > div .pr-secFirstClassLiving_cnt1 ._link1 span._ico,
  .pr-secFirstClassLiving_cnt1 ._link1 .pr-panelBtn > dl > dt > button span._ico,
  .pr-panelBtn > dl > dt > button .pr-secFirstClassLiving_cnt1 ._link1 span._ico {
    margin-left: 5vw;
  }
}
.pr-secHometag_cnt1 ._hometag,
.pr-secFirstClassLiving_cnt1 ._hometag {
  display: flex;
}
.pr-secHometag_cnt1 ._hometag ._hometag_logo,
.pr-secFirstClassLiving_cnt1 ._hometag ._hometag_logo {
  width: 80px;
  margin-right: 20px;
}

.pr-secFirstClassLiving_bg1::before {
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .pr-secFirstClassLiving_bg1::before {
    background: linear-gradient(90deg, #121516 20%, rgba(18, 21, 22, 0) 100%);
  }
}
@media screen and (max-width: 768px) {
  .pr-secFirstClassLiving_bg1::before {
    background: linear-gradient(90deg, rgba(18, 21, 22, 0.8) 20%, rgba(18, 21, 22, 0.5) 50%, rgba(18, 21, 22, 0.1) 70%);
  }
}

.pr-secHometag_bg1::before {
  opacity: 0.9;
}
@media screen and (min-width: 769px) {
  .pr-secHometag_bg1::before {
    background: linear-gradient(90deg, rgba(18, 21, 22, 0.9) 20%, rgba(18, 21, 22, 0) 75%);
  }
}
@media screen and (max-width: 768px) {
  .pr-secHometag_bg1::before {
    background: linear-gradient(90deg, rgba(18, 21, 22, 0.8) 20%, rgba(18, 21, 22, 0) 100%);
  }
}

.pr-secAnnouncement {
  background: #121516;
}
@media screen and (min-width: 769px) {
  .pr-secAnnouncement {
    padding-top: 135px;
    padding-bottom: 135px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-secAnnouncement {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secAnnouncement_in {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .pr-secAnnouncement_title {
    width: 33.3333333333%;
    min-width: 33.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .pr-secAnnouncement_cnt1 {
    flex-grow: 1;
  }
}
.pr-secAnnouncement_cnt1 ul li {
  border-bottom: 1px solid #1c2123;
}
.pr-secAnnouncement_cnt1 ul li > span,
.pr-secAnnouncement_cnt1 ul li > a {
  transition: all 0.3s ease-out;
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 25px 45px 25px 15px;
}
@media screen and (max-width: 768px) {
  .pr-secAnnouncement_cnt1 ul li > span,
  .pr-secAnnouncement_cnt1 ul li > a {
    padding: 5vw 7.5vw 5vw 0vw;
  }
}
.pr-secAnnouncement_cnt1 ul li > span.is-new::before,
.pr-secAnnouncement_cnt1 ul li > a.is-new::before {
  content: "NEW";
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .pr-secAnnouncement_cnt1 ul li > span.is-new::before,
  .pr-secAnnouncement_cnt1 ul li > a.is-new::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0px;
    transform: translate(-120%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .pr-secAnnouncement_cnt1 ul li > span.is-new::before,
  .pr-secAnnouncement_cnt1 ul li > a.is-new::before {
    font-size: 3.25vw;
    line-height: 1;
  }
}
.pr-secAnnouncement_cnt1 ul li > span.-blank::after,
.pr-secAnnouncement_cnt1 ul li > a.-blank::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_blank1_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .pr-secAnnouncement_cnt1 ul li > span.-blank::after,
  .pr-secAnnouncement_cnt1 ul li > a.-blank::after {
    width: 3.5vw;
    height: 3.5vw;
    right: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secAnnouncement_cnt1 ul li > a:hover {
    background: rgba(28, 33, 35, 0.9);
  }
}
.pr-secAnnouncement.-white {
  background: none;
}
.pr-secAnnouncement.-white .pr-secAnnouncement_cnt1 ul li {
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
}
.pr-secAnnouncement.-white .pr-secAnnouncement_cnt1 ul li > span,
.pr-secAnnouncement.-white .pr-secAnnouncement_cnt1 ul li > a {
  color: #1c2123;
}
@media screen and (min-width: 769px) {
  .pr-secAnnouncement.-white .pr-secAnnouncement_cnt1 ul li > a:hover {
    background: rgba(132, 115, 68, 0.1);
  }
}

@media screen and (min-width: 769px) {
  .pr-secPrefList {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPrefList {
    padding-top: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secPrefList_in {
    display: flex;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-secPrefList_in {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .pr-secPrefList_title {
    width: 300px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-secPrefList_title {
    margin-bottom: 30px;
  }
}
.pr-secPrefList_title h2 {
  display: flex;
  align-items: flex-start;
}
.pr-secPrefList_title h2 span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-secPrefList_title h2 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPrefList_title h2 span {
    font-size: 4vw;
  }
}
.pr-secPrefList_title h2::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/ico_search1.svg) no-repeat center/contain;
  margin-right: 15px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .pr-secPrefList_title h2::before {
    width: 4vw;
    height: 4vw;
    margin-top: 2vw;
    margin-right: 3.75vw;
  }
}
.pr-secPrefList_cnt1 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-secPrefList_cnt1 {
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPrefList_cnt1 {
    margin-top: 7.5vw;
  }
}
.pr-secPrefList_cnt1 dl {
  display: flex;
}
.pr-secPrefList_cnt1 dl + dl {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .pr-secPrefList_cnt1 dl + dl {
    margin-top: 3.75vw;
  }
}
.pr-secPrefList_cnt1 dl dt {
  color: #847344;
  text-align-last: justify;
}
@media screen and (min-width: 769px) {
  .pr-secPrefList_cnt1 dl dt {
    width: 80px;
    min-width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPrefList_cnt1 dl dt {
    width: 12.5vw;
    min-width: 12.5vw;
  }
}
.pr-secPrefList_cnt1 dl dd {
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .pr-secPrefList_cnt1 dl dd {
    padding-left: 6.25vw;
  }
}
.pr-secPrefList_cnt1 dl dd ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .pr-secPrefList_cnt1 dl dd ul {
    flex-wrap: wrap;
  }
}
.pr-secPrefList_cnt1 dl dd ul li {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .pr-secPrefList_cnt1 dl dd ul li {
    margin-right: 3.75vw;
  }
}
.pr-secPrefList_cnt1 dl dd ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.pr-secPrefList_cnt1 dl dd ul li a {
  display: block;
  text-decoration: none;
  color: #1c2123;
}
@media screen and (min-width: 769px) {
  .pr-secPrefList_cnt1 dl dd ul li a {
    min-width: 3.5em;
  }
}
@media screen and (min-width: 769px) {
  .pr-secPrefList_cnt1 dl dd ul li a:hover {
    text-decoration: underline;
  }
}

.pr-secIndex {
  background: #F4F4EF;
}
@media screen and (min-width: 769px) {
  .pr-secIndex {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secIndex {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secIndex_title .co-titleStyle6 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secIndex_title .co-titleStyle6 {
    margin-bottom: 3.75vw;
  }
  .pr-secIndex_title .co-titleStyle6 span {
    font-size: 4.5vw;
  }
}

.pr-secForm {
  /* カレンダー全体のスタイル */
}
.pr-secForm .ui-datepicker {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pr-secForm .ui-datepicker {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm .ui-datepicker {
    margin-top: 7.5vw;
  }
}
.pr-secForm .ui-datepicker-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pr-secForm .ui-datepicker-header .ui-datepicker-title {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  order: 2;
}
@media screen and (max-width: 768px) {
  .pr-secForm .ui-datepicker-header .ui-datepicker-title {
    font-size: 9vw;
    font-size: 5vw;
  }
}
.pr-secForm .ui-datepicker-header .ui-datepicker-prev,
.pr-secForm .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
}
.pr-secForm .ui-datepicker-header .ui-datepicker-prev span,
.pr-secForm .ui-datepicker-header .ui-datepicker-next span {
  transition: all 0.3s ease-out;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: #1c2123;
}
@media screen and (max-width: 768px) {
  .pr-secForm .ui-datepicker-header .ui-datepicker-prev span,
  .pr-secForm .ui-datepicker-header .ui-datepicker-next span {
    width: 8.75vw;
    height: 8.75vw;
    border-radius: 25vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm .ui-datepicker-header .ui-datepicker-prev span:hover,
  .pr-secForm .ui-datepicker-header .ui-datepicker-next span:hover {
    opacity: 0.8;
  }
}
.pr-secForm .ui-datepicker-header .ui-datepicker-prev span::before,
.pr-secForm .ui-datepicker-header .ui-datepicker-next span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .pr-secForm .ui-datepicker-header .ui-datepicker-prev span::before,
  .pr-secForm .ui-datepicker-header .ui-datepicker-next span::before {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.pr-secForm .ui-datepicker-header .ui-datepicker-prev {
  order: 1;
}
.pr-secForm .ui-datepicker-header .ui-datepicker-prev span::before {
  transform: rotate(180deg);
}
.pr-secForm .ui-datepicker-header .ui-datepicker-next {
  order: 3;
}
.pr-secForm .ui-datepicker-header .ui-state-disabled {
  pointer-events: none;
  cursor: default;
}
.pr-secForm .ui-datepicker-header .ui-state-disabled span {
  opacity: 0.2;
}
.pr-secForm .ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (min-width: 769px) {
  .pr-secForm .ui-datepicker-calendar {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm .ui-datepicker-calendar {
    margin-top: 5vw;
  }
}
.pr-secForm .ui-datepicker-calendar thead {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .pr-secForm .ui-datepicker-calendar thead {
    margin-bottom: 2.5vw;
  }
}
.pr-secForm .ui-datepicker-calendar th {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .pr-secForm .ui-datepicker-calendar th {
    padding-bottom: 5vw;
  }
}
.pr-secForm .ui-datepicker-calendar th span {
  font-size: 13px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  border-left: 1px solid #1c2123;
  border-left: 1px solid rgba(28, 33, 35, 0.3);
  display: block;
}
@media screen and (max-width: 768px) {
  .pr-secForm .ui-datepicker-calendar th span {
    font-size: 3.25vw;
  }
}
.pr-secForm .ui-datepicker-calendar th:nth-of-type(1) span {
  border-left: none;
}
.pr-secForm .ui-datepicker-calendar td {
  padding: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .pr-secForm .ui-datepicker-calendar td {
    padding: 0.75vw;
    font-size: 3.5vw;
  }
}
.pr-secForm .ui-datepicker-calendar td a, .pr-secForm .ui-datepicker-calendar td span {
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: #1c2123;
  height: 40px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .pr-secForm .ui-datepicker-calendar td a, .pr-secForm .ui-datepicker-calendar td span {
    height: 7.5vw;
    border-radius: 0.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm .ui-datepicker-calendar td a:hover {
    opacity: 0.8;
  }
}
.pr-secForm .ui-datepicker-calendar td.ui-datepicker-current-day a {
  background-color: #67a2e1 !important;
}
.pr-secForm .ui-datepicker-calendar td.ui-datepicker-week-end a {
  background: #847344;
}
.pr-secForm .ui-datepicker-calendar td.ui-datepicker-unselectable span {
  color: #fff;
  background: rgba(28, 33, 35, 0.1);
  cursor: not-allowed;
}
.pr-secForm .ui-datepicker-calendar td.ui-datepicker-week-end.ui-datepicker-unselectable span {
  background: rgba(132, 115, 68, 0.1);
}
@media screen and (min-width: 769px) {
  .pr-secForm {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm {
    padding-top: 10vw;
    padding-top: 5vw;
  }
}
.pr-secForm_in {
  max-width: 1100px;
}
@media screen and (min-width: 769px) {
  .pr-secForm_title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_title {
    margin-bottom: 7.5vw;
  }
}
.pr-secForm_title .co-txtStyle2 {
  margin-top: 20px;
}
.pr-secForm_title .co-titleStyle1 {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .pr-secForm_headImg {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_headImg {
    margin-bottom: 7.5vw;
  }
}
.pr-secForm_headImg img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pr-secForm_footImg {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_footImg {
    margin-top: 10vw;
  }
}
.pr-secForm_footImg img {
  width: 100%;
}
.pr-secForm_disclaimer {
  background: #efefea;
  color: #847344;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-secForm_disclaimer {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_disclaimer {
    margin-top: 7.5vw;
    margin-bottom: 5vw;
    padding: 5vw;
    font-size: 14px;
  }
}
.pr-secForm_selected {
  background: #efefea;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected {
    padding: 40px 80px;
    margin: 0 auto 100px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected {
    padding: 7.5vw 7.5vw;
    margin-bottom: 10vw;
    border-radius: 1.25vw;
  }
}
.pr-secForm_selected > ._title {
  text-align: center;
  font-size: 18px;
  color: #847344;
  letter-spacing: 0.22em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._title {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}
.pr-secForm_selected > ._madori {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._madori {
    max-width: 740px;
    margin: 0 auto;
  }
}
.pr-secForm_selected > ._madori > ._img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._madori > ._img {
    min-width: 27.027027027%;
    width: 27.027027027%;
    padding: 20px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._madori > ._img {
    padding: 5vw;
    border-radius: 1.25vw;
    width: 50vw;
  }
}
.pr-secForm_selected > ._madori > ._img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.pr-secForm_selected > ._madori > ._img span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._madori > ._txt {
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._madori > ._txt {
    padding-left: 5vw;
  }
}
.pr-secForm_selected > ._madori > ._txt ._no {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.16em;
  line-height: 1.625;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._madori > ._txt ._no {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._madori > ._txt ._no {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._event {
    display: flex;
    align-items: flex-start;
    max-width: 740px;
    margin: 0 auto;
  }
}
.pr-secForm_selected > ._event > ._img {
  text-align: center;
  background: #fff;
  aspect-ratio: 340/220;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._event > ._img {
    min-width: 45.9459459459%;
    width: 45.9459459459%;
    padding: 20px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._event > ._img {
    padding: 5vw;
    border-radius: 1.25vw;
  }
}
.pr-secForm_selected > ._event > ._img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._event > ._txt {
    padding-left: 60px;
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._event > ._txt {
    margin-top: 5vw;
  }
}
.pr-secForm_selected > ._event > ._txt ._category {
  width: fit-content;
  background: #847344;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._event > ._txt ._category {
    padding: 5px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._event > ._txt ._category {
    padding: 1.25vw;
    border-radius: 0.75vw;
  }
}
.pr-secForm_selected > ._event > ._txt ._title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.16em;
  line-height: 1.625;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._event > ._txt ._title {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._event > ._txt ._title {
    margin-top: 2.5vw;
    font-size: 3.75vw;
  }
}
.pr-secForm_selected > ._event > ._txt ._date {
  color: #847344;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._event > ._txt ._date {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._event > ._txt ._date {
    margin-top: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._event > ._txt ._info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._event > ._txt ._info {
    margin-top: 3.75vw;
  }
}
.pr-secForm_selected > ._event > ._txt ._info dl {
  display: flex;
}
.pr-secForm_selected > ._event > ._txt ._info dl + dl {
  margin-top: 10px;
}
.pr-secForm_selected > ._event > ._txt ._info dl dt {
  text-align-last: justify;
  color: #848484;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._event > ._txt ._info dl dt {
    min-width: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._event > ._txt ._info dl dt {
    min-width: 15vw;
    width: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._event > ._txt ._info dl dd {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._event > ._txt ._info dl dd {
    padding-left: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._lq {
    display: flex;
    justify-content: space-between;
  }
}
.pr-secForm_selected > ._lq > dl {
  flex-basis: 32%;
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._lq > dl + dl {
    margin-top: 5vw;
  }
}
.pr-secForm_selected > ._lq > dl > dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._lq > dl > dt {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._lq > dl > dt {
    margin-bottom: 2.5vw;
    font-size: 3.75vw;
  }
}
.pr-secForm_selected > ._lq > dl > dd dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._lq > dl > dd dl + dl {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._lq > dl > dd dl + dl {
    margin-top: 1.25vw;
  }
}
.pr-secForm_selected > ._lq > dl > dd dl dt {
  color: #848484;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._lq > dl > dd dl dt {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._lq > dl > dd dl dt {
    margin-right: 4vw;
  }
}
.pr-secForm_selected > ._lq > dl > dd dl dd + dd:before {
  content: "／";
}
.pr-secForm_selected > ._elavie > ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._elavie > ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.pr-secForm_selected > ._elavie > ul > li ._title {
  flex-basis: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._elavie > ul > li ._title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._title {
    margin-bottom: 2.5vw;
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._elavie > ul > li ._txt {
    flex-basis: calc(100% - 216px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._txt {
    flex-basis: calc(100% - 37.5vw);
    padding-left: 15px;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._txt ._style {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._elavie > ul > li ._txt ._style {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._txt ._style {
    padding-bottom: 1.25vw;
    margin-bottom: 2.5vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._txt ._no:before {
  content: "・";
  display: inline;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._elavie > ul > li ._txt ul li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._txt ul li {
    font-size: 2.75vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._txt ul li:before {
  content: "・";
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._elavie > ul > li ._img {
    flex-basis: 216px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._img {
    flex-basis: 37.5vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._img span {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._elavie > ul > li ._img span {
    flex-basis: 216px;
    min-height: 216px;
    line-height: 216px;
    font-weight: bold;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._img span {
    min-height: 37.5vw;
    flex-basis: 37.5vw;
    line-height: 37.5vw;
    border-radius: 2.5vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._img ul {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._elavie > ul > li ._img ul {
    min-height: 216px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._img ul {
    min-height: 37.5vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._img ul li {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
.pr-secForm_selected > ._elavie > ul > li ._img ul.-count1 li {
  width: 96%;
}
.pr-secForm_selected > ._elavie > ul > li ._img ul.-count2 li {
  width: 92%;
}
.pr-secForm_selected > ._elavie > ul > li ._img ul.-count3 li {
  width: 88%;
}
.pr-secForm_selected > ._elavie > ul > li ._img ul.-count4 li {
  width: 84%;
}
.pr-secForm_selected > ._elavie > ul > li ._img ul.-count5 li {
  width: 80%;
}
.pr-secForm_selected > ._elavie > ul > li ._img ul.-count6 li {
  width: 76%;
}
.pr-secForm_selected > ._elavie > ul > li ._img ul.-count7 li {
  width: 72%;
}
.pr-secForm_selected > ._elavie > ul > li ._img ul.-count8 li {
  width: 68%;
}
.pr-secForm_selected > ._elavie > ul > li ._img ul.-count9 li {
  width: 64%;
}
.pr-secForm_selected > ._elavie > ul > li ._img ul.-count10 li {
  width: 60%;
}
.pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(1) {
  top: 0px;
  left: 0px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(1) {
    top: 0vw;
    left: 0vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(2) {
  top: 10px;
  left: 10px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(2) {
    top: 1.5vw;
    left: 1.5vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(3) {
  top: 20px;
  left: 20px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(3) {
    top: 3vw;
    left: 3vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(4) {
  top: 30px;
  left: 30px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(4) {
    top: 4.5vw;
    left: 4.5vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(5) {
  top: 40px;
  left: 40px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(5) {
    top: 6vw;
    left: 6vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(6) {
  top: 50px;
  left: 50px;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(6) {
    top: 7.5vw;
    left: 7.5vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(7) {
  top: 60px;
  left: 60px;
  z-index: 7;
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(7) {
    top: 9vw;
    left: 9vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(8) {
  top: 70px;
  left: 70px;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(8) {
    top: 10.5vw;
    left: 10.5vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(9) {
  top: 80px;
  left: 80px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(9) {
    top: 12vw;
    left: 12vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(10) {
  top: 90px;
  left: 90px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._elavie > ul > li ._img ul[class*=-count] li:nth-of-type(10) {
    top: 13.5vw;
    left: 13.5vw;
  }
}
.pr-secForm_selected > ._elavie > ul > li ._img img {
  width: 100%;
  max-width: 100%;
}
.pr-secForm_selected > ._attention {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._attention {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._attention {
    margin-top: 5vw;
  }
}
.pr-secForm_selected > ._btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selected > ._btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selected > ._btn {
    margin-top: 5vw;
  }
}
.pr-secForm_selected > ._btn a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
.pr-secForm_selectedCatalog {
  background: #efefea;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selectedCatalog {
    padding: 50px 30px 20px;
    margin-top: 20px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selectedCatalog {
    padding: 7.5vw 5vw;
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_selectedCatalog ._list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
.pr-secForm_selectedCatalog ._list > div,
.pr-secForm_selectedCatalog ._list > a {
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selectedCatalog ._list > div,
  .pr-secForm_selectedCatalog ._list > a {
    width: 22%;
    margin: 0 2%;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selectedCatalog ._list > div + div, .pr-secForm_selectedCatalog ._list > div + a,
  .pr-secForm_selectedCatalog ._list > a + div,
  .pr-secForm_selectedCatalog ._list > a + a {
    margin-top: 7.5vw;
  }
}
.pr-secForm_selectedCatalog ._list > div ._img,
.pr-secForm_selectedCatalog ._list > a ._img {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  text-align: center;
}
.pr-secForm_selectedCatalog ._list > div ._img img,
.pr-secForm_selectedCatalog ._list > a ._img img {
  width: auto;
  height: 260px;
  object-fit: contain;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .pr-secForm_selectedCatalog ._list > div ._img img,
  .pr-secForm_selectedCatalog ._list > a ._img img {
    height: 30vw;
  }
}
.pr-secForm_selectedCatalog ._list > div ._img .co-icoDetail,
.pr-secForm_selectedCatalog ._list > a ._img .co-icoDetail {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .pr-secForm_selectedCatalog ._list > div ._img .co-icoDetail,
  .pr-secForm_selectedCatalog ._list > a ._img .co-icoDetail {
    transform: translate(30%, -30%);
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_selectedCatalog ._list > div ._img .co-icoDetail,
  .pr-secForm_selectedCatalog ._list > a ._img .co-icoDetail {
    transform: translate(50%, 10%);
  }
}
.pr-secForm_selectedCatalog ._list > div ._img .co-icoClose,
.pr-secForm_selectedCatalog ._list > a ._img .co-icoClose {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 769px) {
  .pr-secForm_selectedCatalog ._list > div:hover .co-icoDetail,
  .pr-secForm_selectedCatalog ._list > a:hover .co-icoDetail {
    opacity: 0.8;
  }
}
.pr-secForm_selectedCatalog ._list > div ._txt,
.pr-secForm_selectedCatalog ._list > a ._txt {
  margin-top: 10px;
  text-align: center;
  color: #1c2123;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: normal;
}
.pr-secForm_selectedCatalog ._woodyou {
  margin-top: 30px;
  text-align: center;
}
.pr-secForm_selectedCatalog ._woodyou p {
  display: inline-block;
  background: #847344;
  color: #fff;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 5px;
}
.pr-secForm_selectedCatalog ._woodyou dl {
  margin-top: 5px;
}
.pr-secForm_selectedCatalog ._woodyou dl dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 15px;
  color: #847344;
}
.pr-secForm_selectedCatalog ._btn {
  margin-top: 20px;
  text-align: center;
}
.pr-secForm_selectedCatalog ._btn a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
.pr-secForm_error {
  padding: 20px;
  border: 1px solid #DD406A;
  margin-bottom: 40px;
  border-radius: 3px;
  background: rgba(221, 64, 106, 0.05);
  color: #DD406A;
}
.pr-secForm_error ul {
  margin-left: 30px;
}
.pr-secForm_error ul li {
  list-style-type: disc;
}
@media screen and (min-width: 769px) {
  .pr-secForm_form {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_form {
    margin: 10vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_form > dl {
    display: flex;
    align-items: flex-start;
  }
}
.pr-secForm_form > dl + dl {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .pr-secForm_form > dl + dl {
    margin-top: 10vw;
  }
}
.pr-secForm_form > dl > dt {
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
}
@media screen and (min-width: 769px) {
  .pr-secForm_form > dl > dt {
    width: 25.4545454545%;
    padding-right: 40px;
    padding-top: 7px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_form > dl > dt {
    font-size: 4vw;
    padding-bottom: 1.25vw;
    margin-bottom: 3.75vw;
    display: flex;
    align-items: center;
  }
}
.pr-secForm_form > dl > dt span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-secForm_form > dl > dt span {
    display: block;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_form > dl > dt span {
    display: inline-block;
    font-size: 3.25vw;
  }
}
.pr-secForm_form > dl > dt.-required::after {
  content: "必須";
  display: inline-block;
  white-space: nowrap;
  background: #DD406A;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .pr-secForm_form > dl > dt.-required::after {
    font-size: 11px;
    padding: 3px 5px;
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    top: 17px;
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_form > dl > dt.-required::after {
    font-size: 2.75vw;
    padding: 0.75vw 1.25vw;
    border-radius: 0.5vw;
    margin-left: 2.5vw;
  }
}
.pr-secForm_form > dl > dd {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-secForm_form > dl > dd {
    width: 74.5454545455%;
    padding-left: 30px;
  }
}
.pr-secForm_form > dl > dd ._next_available_date {
  display: inline-block;
  position: absolute;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #999;
}
@media screen and (min-width: 769px) {
  .pr-secForm_form > dl > dd ._next_available_date {
    left: 160px;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_form > dl > dd ._next_available_date {
    letter-spacing: normal;
    left: 25vw;
    top: -0.75vw;
    line-height: 1.5;
    font-size: 3vw;
  }
}
.pr-secForm_form > dl > dd ._next_available_date.is-hidden {
  display: none;
}
@media screen and (min-width: 769px) {
  .pr-secForm_form > dl > dd ._next_available_date span {
    display: inline-block;
    margin: 0 3px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_form > dl > dd ._next_available_date span {
    letter-spacing: 0.13em;
    display: block;
    margin: 0 0.5vw;
    font-size: 3.75vw;
  }
}
.pr-secForm_form > dl > dd ._calendar_description {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .pr-secForm_form > dl > dd ._calendar_description {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_form > dl > dd ._calendar_description {
    margin-top: 2.5vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_form > dl > dd ._subtitle {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_form > dl > dd ._subtitle {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_form > dl > dd ._caption {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_form > dl > dd ._caption {
    margin-top: 2vw;
  }
}
.pr-secForm_form > dl > dd ._caption a {
  color: #847344;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .pr-secForm_form > dl > dd ._caption a:hover {
    text-decoration: none;
  }
}
.pr-secForm_form > dl > dd ._attention {
  color: #DD406A;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
.pr-secForm_form.-confirm > dl > dd {
  padding-top: 7px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pr-secForm_form.-confirm > dl > dd {
    padding-top: 1.75vw;
    font-size: 4vw;
  }
}
.pr-secForm_form.-tenjijo > dl > dt {
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .pr-secForm_form.-tenjijo > dl > dt {
    width: 23%;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_form.-tenjijo > dl > dd {
    width: 77%;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_txt1, .pr-secForm_cnt1 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_txt1, .pr-secForm_cnt1 {
    margin-top: 12.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_lij {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_lij {
    margin-top: 12.5vw;
  }
}
.pr-secForm_lij ._img {
  text-align: center;
  background: #fff;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pr-secForm_lij ._img {
    max-width: 800px;
    padding: 30px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_lij ._img {
    padding: 5vw;
    border-radius: 1.25vw;
  }
}
.pr-secForm_lij ._img img {
  width: 100%;
}
.pr-secForm_login {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .pr-secForm_login {
    margin-top: 15vw;
  }
}
.pr-secForm_branchContact {
  background: #efefea;
  padding: 30px;
  margin-top: 6ch;
}
@media screen and (max-width: 768px) {
  .pr-secForm_branchContact {
    padding: 7.5vw;
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_branchContact > dl {
    display: flex;
    align-items: flex-start;
  }
}
.pr-secForm_branchContact > dl > dt {
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-secForm_branchContact > dl > dt {
    width: 25.4545454545%;
    padding-right: 40px;
    padding-top: 7px;
    padding-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_branchContact > dl > dt {
    font-size: 4vw;
    margin-bottom: 1.25vw;
  }
}
.pr-secForm_branchContact > dl > dd {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-secForm_branchContact > dl > dd {
    width: 74.5454545455%;
    padding-left: 30px;
  }
}
.pr-secForm_message {
  background: #efefea;
  padding: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .pr-secForm_message {
    padding: 7.5vw;
    margin-top: 20vw;
  }
}
.pr-secForm_message + .pr-secForm_message {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pr-secForm_message + .pr-secForm_message {
    margin-top: 5vw;
  }
}
.pr-secForm_message dl + dl {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pr-secForm_message dl + dl {
    margin-top: 5vw;
  }
}
.pr-secForm_message dl dt {
  font-size: 16px;
  letter-spacing: 0.16em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (max-width: 768px) {
  .pr-secForm_message dl dt {
    font-size: 4vw;
  }
}
.pr-secForm_message dl dd {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .pr-secForm_message dl dd {
    margin-top: 2.5vw;
  }
}
.pr-secForm_message a {
  color: #847344;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .pr-secForm_message a:hover {
    text-decoration: none;
  }
}
.pr-secForm_agree {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pr-secForm_agree {
    margin-top: 15vw;
  }
}
.pr-secForm_btn {
  position: relative;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pr-secForm_btn {
    margin-top: 15vw;
    flex-direction: column;
    align-items: center;
  }
}
.pr-secForm_btn .co-btnStyle1.-back {
  min-width: 110px;
  max-width: 110px;
}
@media screen and (min-width: 769px) {
  .pr-secForm_btn .co-btnStyle1.-back {
    position: absolute;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_btn .co-btnStyle1.-back {
    margin-top: 5vw;
  }
}
.pr-secForm_thanks {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .pr-secForm_thanks {
    margin-top: 12.5vw;
  }
}
.pr-secForm_thanks h2 {
  display: flex;
  flex-direction: column;
}
.pr-secForm_thanks h2 span._en {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #847344;
}
@media screen and (max-width: 768px) {
  .pr-secForm_thanks h2 span._en {
    font-size: 7.5vw;
  }
}
.pr-secForm_thanks h2 span._jp {
  margin-top: 30px;
  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) {
  .pr-secForm_thanks h2 span._jp {
    margin-top: 5vw;
    font-size: 4vw;
  }
}
.pr-secForm_thanks p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .pr-secForm_thanks p {
    margin-top: 5vw;
  }
}
.pr-secForm_contact {
  position: relative;
  margin-top: 55px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .pr-secForm_contact {
    margin-top: 12.5vw;
    padding: 12.5vw 0;
  }
}
.pr-secForm_contact::before {
  content: "";
  display: block;
  background: #efefea;
  position: absolute;
  z-index: 0;
  inset: 0 -120px;
}
.pr-secForm_contact ul {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pr-secForm_contact ul {
    display: flex;
    justify-content: space-between;
  }
}
.pr-secForm_contact ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .pr-secForm_contact ul li {
    flex-basis: 44%;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_contact ul li + li {
    margin-top: 10vw;
  }
}
.pr-secForm_contact ul li h3 {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #847344;
}
@media screen and (max-width: 768px) {
  .pr-secForm_contact ul li h3 {
    font-size: 5vw;
  }
}
.pr-secForm_contact ul li ._txt1 {
  margin-top: 5px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .pr-secForm_contact ul li ._txt1 {
    margin-top: 1.25vw;
  }
}
.pr-secForm_contact ul li ._txt2 {
  margin-top: 5px;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  .pr-secForm_contact ul li ._txt2 {
    margin-top: 1.25vw;
  }
}
.pr-secForm_contact ul li .co-btnStyle2 {
  margin-top: 20px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .pr-secForm_contact ul li .co-btnStyle2 {
    margin-top: 3.75vw;
  }
}
.pr-secForm_line {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .pr-secForm_line {
    margin-top: 12.5vw;
  }
}
.pr-secForm_line ul {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pr-secForm_line ul {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_line ul li {
    flex-basis: 44%;
  }
}
@media screen and (max-width: 768px) {
  .pr-secForm_line ul li + li {
    margin-top: 10vw;
  }
}
.pr-secForm_line ul li._bnr a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .pr-secForm_line ul li._bnr a {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_line ul li._bnr a:hover {
    opacity: 0.8;
  }
}
.pr-secForm_line ul li._bnr a img {
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .pr-secForm_line ul li._bnr a img {
    width: 70vw;
  }
}
.pr-secForm_line ul li._qr p {
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (max-width: 768px) {
  .pr-secForm_line ul li._qr p {
    justify-content: center;
  }
}
.pr-secForm_line ul li._qr p::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  transform: rotate(90deg);
  margin-right: 10px;
}
.pr-secForm_line ul li._qr ._img {
  margin-top: 15px;
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .pr-secForm_line ul li._qr ._img {
    width: 37.5vw;
    margin: 3.75vw auto 0;
  }
}
.pr-secForm_banner {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .pr-secForm_banner {
    margin-top: 10vw;
  }
}
.pr-secForm_banner a {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .pr-secForm_banner a {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .pr-secForm_banner a:hover {
    opacity: 0.8;
  }
}
.pr-secForm_banner a img {
  width: 100%;
}

.pr-searchFormStyle1_form {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .pr-searchFormStyle1_form + .pr-searchFormStyle1_form {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle1_form + .pr-searchFormStyle1_form {
    margin-top: 2.5vw;
  }
}
.pr-searchFormStyle1_form.-right {
  justify-content: flex-end;
}
.pr-searchFormStyle1_form.-group {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle1_form.-sp_col > dl {
    flex-direction: column;
  }
  .pr-searchFormStyle1_form.-sp_col > dl > dd {
    margin-left: 0;
    margin-top: 1.25vw;
  }
}
.pr-searchFormStyle1_form > dl {
  display: inline-flex;
  align-items: start;
}
@media screen and (min-width: 769px) {
  .pr-searchFormStyle1_form > dl + dl {
    margin-left: 60px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle1_form > dl + dl {
    margin-top: 2.5vw;
  }
}
.pr-searchFormStyle1_form > dl > dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #847344;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .pr-searchFormStyle1_form > dl > dt {
    padding-top: 14px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle1_form > dl > dt {
    padding-top: 3.5vw;
    font-size: 3.25vw;
  }
}
.pr-searchFormStyle1_form > dl > dt.-justify {
  text-align-last: justify;
}
@media screen and (min-width: 769px) {
  .pr-searchFormStyle1_form > dl > dt.-justify {
    min-width: 85px;
    min-width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle1_form > dl > dt.-justify {
    min-width: 17.5vw;
  }
}
.pr-searchFormStyle1_form > dl > dt.-en {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle1_form > dl > dt.-en {
    padding-top: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle1_form > dl > dt.-en {
    padding-top: 3.75vw;
  }
}
.pr-searchFormStyle1_form > dl > dd {
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .pr-searchFormStyle1_form > dl > dd {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle1_form > dl > dd {
    margin-left: 6.25vw;
  }
}
.pr-searchFormStyle1_form > dl > dd ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .pr-searchFormStyle1_form > dl > dd ul {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle1_form > dl > dd ul {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle1_form > dl._title {
    display: none;
  }
}
.pr-searchFormStyle1_form > dl._title > dt,
.pr-searchFormStyle1_form > dl._title > dd {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle1_form > dl._title > dt,
  .pr-searchFormStyle1_form > dl._title > dd {
    font-size: 3vw;
  }
}
.pr-searchFormStyle1_btn {
  text-align: center;
  margin-top: 50px;
}
.pr-searchFormStyle1_btn [class^=co-btn] {
  max-width: 260px;
}

.pr-searchFormStyle2_form {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .pr-searchFormStyle2_form {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle2_form {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
  }
}
.pr-searchFormStyle2_form + .pr-searchFormStyle2_form {
  border-top: 1px solid rgba(132, 115, 68, 0.1);
}
@media screen and (min-width: 769px) {
  .pr-searchFormStyle2_form > dl {
    display: flex;
    align-items: center;
  }
}
.pr-searchFormStyle2_form > dl > dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #847344;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .pr-searchFormStyle2_form > dl > dt {
    flex-basis: 120px;
    min-width: 120px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle2_form > dl > dt {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle2_form > dl > dd {
    padding-top: 2.5vw;
  }
}
.pr-searchFormStyle2_form > dl > dd ul {
  display: flex;
  flex-wrap: wrap;
}
.pr-searchFormStyle2_form > dl > dd ul li {
  margin-right: 2em;
}
.pr-searchFormStyle2_btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pr-searchFormStyle2_btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchFormStyle2_btn {
    margin-top: 7.5vw;
  }
}
.pr-searchFormStyle2_btn [class^=co-btn] {
  max-width: 260px;
}

.pr-cardStyle1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  color: #1c2123;
  text-decoration: none;
}
.pr-cardStyle1:hover {
  text-decoration: none;
}
.pr-cardStyle1 > ._place {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
.pr-cardStyle1 > ._place::before {
  content: "";
  display: block;
  width: 14px;
  height: 20px;
  background: url(../img/common/ico_map2_gold.svg) no-repeat center/contain;
  margin-right: 12px;
}
.pr-cardStyle1 > ._pref {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 20px;
  letter-spacing: 0.22em;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._pref {
    font-size: 4.5vw;
    margin-bottom: 2.5vw;
  }
}
.pr-cardStyle1 > ._pref::before {
  content: "";
  display: block;
  width: 18px;
  min-width: 18px;
  height: 1px;
  background: #847344;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._pref::before {
    width: 4.5vw;
    min-width: 4.5vw;
    margin-right: 3.75vw;
  }
}
.pr-cardStyle1 > ._subtitle {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._subtitle {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._subtitle {
    margin-bottom: 2.5vw;
    font-size: 4vw;
  }
}
.pr-cardStyle1 > ._img {
  display: block;
  position: relative;
  background: #1c2123;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  aspect-ratio: 340/220;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._img {
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._img {
    border-radius: 1.25vw;
  }
}
.pr-cardStyle1 > ._img > img {
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pr-cardStyle1 > ._img ._ico {
  position: absolute;
  top: 0;
  left: 0;
  background: #847344;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 5px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._img ._ico {
    padding: 3.5vw 4.5vw;
    border-radius: 1.25vw;
    font-size: 3.5vw;
  }
}
.pr-cardStyle1 > ._img ._ico.-new {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._img ._ico.-new {
    width: 15vw;
    height: 15vw;
  }
}
.pr-cardStyle1 > ._img ._label {
  position: absolute;
  left: 0;
  bottom: -10px;
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._img ._label {
    bottom: -2.5vw;
  }
}
.pr-cardStyle1 > ._img ._label.-mansion {
  bottom: 0;
  top: 0;
}
.pr-cardStyle1 > ._img ._label.-mansion li {
  background: #847344;
  border-radius: 0 3px 3px 0;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._img ._label.-mansion li {
    padding: 12px 12px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._img ._label.-mansion li {
    padding: 3vw 3vw;
  }
}
.pr-cardStyle1 > ._img ._label.-mansion li.-gray {
  background: #848484;
}
.pr-cardStyle1 > ._img ._label.-mansion li.-red {
  background: #DD406A;
}
.pr-cardStyle1 > ._img ._label li {
  background: #1c2123;
  color: #fff;
  width: fit-content;
  line-height: 1;
}
.pr-cardStyle1 > ._img ._label li + li {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._img ._label li + li {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._img ._label li {
    padding: 8px 12px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._img ._label li {
    padding: 2vw 3vw;
    border-radius: 0.75vw;
  }
}
.pr-cardStyle1 > ._img .co-icoLabel {
  position: absolute;
  top: 0;
  left: 0;
}
.pr-cardStyle1 > ._img .co-icoDetail {
  transition: opacity 0.3s ease-out;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._img .co-icoDetail {
    right: 2.5vw;
    bottom: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._img:hover .co-icoDetail {
    opacity: 0.8;
  }
}
.pr-cardStyle1 > ._txt {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt {
    margin-top: 5vw;
  }
}
.pr-cardStyle1 > ._txt h3._title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  line-height: 1.625;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt h3._title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt h3._title {
    font-size: 4vw;
  }
}
.pr-cardStyle1 > ._txt h3._title > span {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  line-height: 1;
  position: relative;
  top: 1%;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt h3._title > span {
    margin-right: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt h3._title > span {
    margin-right: 3.75vw;
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt p._lead {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt p._lead {
    margin-top: 3vw;
  }
}
.pr-cardStyle1 > ._txt ul._tag {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ul._tag {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ul._tag {
    margin-top: 1.5vw;
  }
}
.pr-cardStyle1 > ._txt ul._tag li {
  color: #848484;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ul._tag li {
    margin-right: 10px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ul._tag li {
    margin-right: 2.5vw;
    font-size: 2.75vw;
  }
}
.pr-cardStyle1 > ._txt ul._tag li::before {
  content: "#";
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._info {
    margin-top: 15px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._info {
    margin-top: 3.75vw;
    padding-right: 20vw;
  }
}
.pr-cardStyle1 > ._txt ._info dl {
  display: flex;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._info dl {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._info dl {
    font-size: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._info dl + dl {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._info dl + dl {
    margin-top: 1.25vw;
  }
}
.pr-cardStyle1 > ._txt ._info dl dt {
  text-align-last: justify;
  color: #848484;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._info dl dt {
    min-width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._info dl dt {
    min-width: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 > ._txt ._info dl dd {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 > ._txt ._info dl dd {
    padding-left: 5vw;
  }
}
.pr-cardStyle1 ._btn {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 ._btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 ._btn {
    margin-top: 5vw;
  }
}
.pr-cardStyle1 ._btn .co-btnStyle1 {
  min-width: 1px;
  max-width: 100%;
}
.pr-cardStyle1 ._btn .co-btnStyle1 + .co-btnStyle1 {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 ._btn .co-btnStyle1 + .co-btnStyle1 {
    margin-left: 2.5vw;
  }
}
.pr-cardStyle1 .co-icoArrow1, .pr-cardStyle1 .pr-panelBtn > dl > dt > a span._ico, .pr-panelBtn > dl > dt > a .pr-cardStyle1 span._ico,
.pr-cardStyle1 .pr-panelBtn > dl > dt > div span._ico,
.pr-panelBtn > dl > dt > div .pr-cardStyle1 span._ico,
.pr-cardStyle1 .pr-panelBtn > dl > dt > button span._ico,
.pr-panelBtn > dl > dt > button .pr-cardStyle1 span._ico {
  transition: opacity 0.3s ease-out;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.pr-cardStyle1 .co-icoBlank1 {
  transition: opacity 0.3s ease-out;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.pr-cardStyle1 .co-btnFavoriteMark {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1 .co-btnFavoriteMark {
    transform: translate(30%, -30%);
    width: 60px;
    height: 60px;
    border-radius: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1 .co-btnFavoriteMark {
    transform: translate(20%, -20%);
    width: 15vw;
    height: 15vw;
    border-radius: 25vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1:hover .co-icoArrow1, .pr-cardStyle1:hover .pr-panelBtn > dl > dt > a span._ico, .pr-panelBtn > dl > dt > a .pr-cardStyle1:hover span._ico,
  .pr-cardStyle1:hover .pr-panelBtn > dl > dt > div span._ico,
  .pr-panelBtn > dl > dt > div .pr-cardStyle1:hover span._ico,
  .pr-cardStyle1:hover .pr-panelBtn > dl > dt > button span._ico,
  .pr-panelBtn > dl > dt > button .pr-cardStyle1:hover span._ico {
    opacity: 0.8;
  }
  .pr-cardStyle1:hover .co-icoBlank1 {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-tenjijo p._address {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-tenjijo p._address {
    margin-top: 3.75vw;
  }
}
.pr-cardStyle1.-catalog ._img {
  overflow: visible;
  background: none;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-catalog ._img {
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-catalog ._img {
    aspect-ratio: auto;
  }
}
.pr-cardStyle1.-catalog ._img.is-selected::before {
  content: "";
  display: block;
  background: #847344 url(../img/common/ico_check.svg) no-repeat center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-catalog ._img.is-selected::before {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-size: 30px 22px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-catalog ._img.is-selected::before {
    width: 15vw;
    height: 15vw;
    border-radius: 25vw;
    background-size: 7.5vw 5.5vw;
  }
}
.pr-cardStyle1.-catalog ._img.is-selected img {
  opacity: 0.4;
}
.pr-cardStyle1.-catalog ._img > img {
  transition: transform 0.3s ease-out;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
  width: auto;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-catalog ._img > img {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-catalog ._img > img {
    height: 50vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-catalog ._img:not(.is-selected):hover > img {
    transform: scale(1.1);
  }
}
.pr-cardStyle1.-catalog ._txt ul._tag li::before {
  content: "";
}
.pr-cardStyle1.-catalog ._txt p._lead {
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.pr-cardStyle1.-catalog.-history {
  color: #fff !important;
}
.pr-cardStyle1.-catalogPack ._img {
  overflow: visible;
  background: #fff;
  aspect-ratio: auto;
  min-height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-catalogPack ._img {
    padding: 48px 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-catalogPack ._img {
    padding: 12vw 7.5vw;
    height: 50vw;
  }
}
.pr-cardStyle1.-catalogPack ._img ul {
  flex-basis: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  aspect-ratio: 831/297;
}
.pr-cardStyle1.-catalogPack ._img ul li {
  position: relative;
  margin: 0 1.2033694344%;
}
.pr-cardStyle1.-catalogPack ._img ul li img {
  height: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-catalogPack ._img ul li img {
    height: 22.5vw;
  }
}
.pr-cardStyle1.-catalogPack ._img ul li.is-selected::before {
  content: "";
  display: block;
  background: #847344 url(../img/common/ico_check.svg) no-repeat center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-catalogPack ._img ul li.is-selected::before {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-size: 30px 22px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-catalogPack ._img ul li.is-selected::before {
    width: 15vw;
    height: 15vw;
    border-radius: 25vw;
    background-size: 7.5vw 5.5vw;
    width: 7.5vw;
    height: 7.5vw;
    border-radius: 25vw;
    background-size: 3.75vw 2.75vw;
  }
}
.pr-cardStyle1.-catalogPack ._img ul li.is-selected img {
  opacity: 0.4;
}
.pr-cardStyle1.-event ._img {
  background: #fff;
  padding: 20px;
}
.pr-cardStyle1.-event ._img img {
  object-fit: contain;
  object-position: center;
  width: auto;
  height: 100%;
}
.pr-cardStyle1.-event ._txt ._period {
  margin-top: 10px;
  color: #847344;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
.pr-cardStyle1.-event ._txt ._info {
  padding-bottom: 70px;
  padding-right: 0;
}
.pr-cardStyle1.-event ._txt ._info dl:nth-of-type(1) dd {
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-event ._txt ._info2 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-event ._txt ._info2 {
    margin-top: 3.75vw;
  }
}
.pr-cardStyle1.-event ._txt ._info2 a {
  color: #fff;
}
.pr-cardStyle1.-event.-white {
  color: #fff !important;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-event_row {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-event_row ._img {
    min-width: 45.7142857143%;
    width: 45.7142857143%;
    min-height: 0;
  }
}
.pr-cardStyle1.-event_row ._img img {
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-event_row ._txt {
    padding-left: 40px;
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-event_row ._txt dl.info {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-event_row ._txt dl.info {
    margin-top: 3.75vw;
  }
}
.pr-cardStyle1.-jitsurei ._img {
  background: none;
}
.pr-cardStyle1.-jitsurei ._img[data-imgswitch-img=exterior] img {
  transform: translateY(-100%);
}
.pr-cardStyle1.-jitsurei ._txt ._title {
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
  max-height: 4.875em;
}
.pr-cardStyle1.-jitsurei ._txt ._txt1 {
  color: #848484;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-jitsurei ._txt ._txt1 {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-jitsurei ._txt ._txt1 {
    margin-top: 2.5vw;
    font-size: 3vw;
  }
}
.pr-cardStyle1.-jitsurei ._txt ul._tag {
  min-height: 3em;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-jitsurei ._txt ul._tag {
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-jitsurei ._txt ul._tag {
    padding-right: 20vw;
  }
}
.pr-cardStyle1.-jitsurei ._txt ul._tag li::before {
  content: "";
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-jitsurei ._txt ul._tag li ._link:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-jitsurei:hover ._img img {
    transform: scale(1.1);
    opacity: 0.8;
  }
  .pr-cardStyle1.-jitsurei:hover ._img[data-imgswitch-img=exterior] img:nth-of-type(1) {
    transform: translateY(-100%) scale(1);
    opacity: 1;
  }
  .pr-cardStyle1.-jitsurei:hover ._img[data-imgswitch-img=exterior] img:nth-of-type(2) {
    transform: translateY(-100%) scale(1.1);
    opacity: 0.8;
  }
  .pr-cardStyle1.-jitsurei:hover ._img[data-imgswitch-img=interior] img:nth-of-type(1) {
    transform: scale(1.1);
    opacity: 0.8;
  }
  .pr-cardStyle1.-jitsurei:hover ._img[data-imgswitch-img=interior] img:nth-of-type(2) {
    transform: scale(1);
    opacity: 1;
  }
}
.pr-cardStyle1.-jitsurei.-white {
  color: #fff !important;
}
.pr-cardStyle1.-jitsurei_housingtop ._img {
  aspect-ratio: 340/458;
}
.pr-cardStyle1.-jitsurei_housingtop ._img img {
  object-fit: cover !important;
}
.pr-cardStyle1.-jitsurei_housingtop ._txt h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #fff;
}
.pr-cardStyle1.-jitsurei_housingtop ._txt p {
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-jitsurei_housingtop ._txt p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-jitsurei_housingtop ._txt p {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-jitsurei_housingtop:hover ._img img {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
.pr-cardStyle1.-forSale ._img > img {
  transition: all 0.3s ease-out;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-forSale:not(.is-soldout):hover ._img img {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-brand ._logo {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-brand ._logo {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-brand ._txt {
    padding-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-brand ._txt {
    padding-right: 17.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-brand ._txt p {
    min-height: 4.875em;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-brand ._txt p {
    min-height: 4.0625em;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-brand:hover ._img > img {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-mansion ._info {
    padding-right: 0px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-mansion ._info {
    padding-right: 0vw;
    padding-bottom: 17.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-mansion:not(.is-soldout):hover ._img img {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
.pr-cardStyle1.-mansion_result ._img {
  background: none;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-adgallery ._lead, .pr-cardStyle1.-feature ._lead {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-adgallery ._lead, .pr-cardStyle1.-feature ._lead {
    padding-bottom: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-adgallery:hover ._img > img, .pr-cardStyle1.-feature:hover ._img > img {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
.pr-cardStyle1.-lifestyle ._txt ul._tag {
  min-height: 3em;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-lifestyle ._txt ul._tag {
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle1.-lifestyle ._txt ul._tag {
    padding-right: 20vw;
  }
}
.pr-cardStyle1.-lifestyle ._txt ul._tag li::before {
  content: "";
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-lifestyle ._txt ul._tag li ._link:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-lifestyle:hover ._img > img {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
.pr-cardStyle1.-lifestyle.-white {
  color: #fff !important;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle1.-technology:hover ._img > img {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
.pr-cardStyle1.-technology.-white {
  color: #fff;
}

.pr-cardStyle2 {
  position: relative;
  display: block;
  text-decoration: none;
}
.pr-cardStyle2 > ._img {
  background: #121516;
  overflow: hidden;
}
.pr-cardStyle2 > ._img img {
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}
.pr-cardStyle2 > ._txt {
  position: absolute;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle2 > ._txt {
    top: 45px;
    left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle2 > ._txt {
    top: 10vw;
    left: 12.5vw;
  }
}
.pr-cardStyle2 > ._txt span {
  color: #fff;
}
.pr-cardStyle2 > ._txt span._en {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle2 > ._txt span._en {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle2 > ._txt span._en {
    font-size: 4.5vw;
  }
}
.pr-cardStyle2 > ._txt span._jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle2 > ._txt span._jp {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle2 > ._txt span._jp {
    font-size: 4vw;
  }
}
.pr-cardStyle2 > ._lead {
  text-align: left !important;
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-cardStyle2 > ._lead {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-cardStyle2 > ._lead {
    margin-top: 3.75vw !important;
  }
}
@media screen and (min-width: 769px) {
  .pr-cardStyle2:hover ._img img {
    opacity: 0.5;
    transform: scale(1);
  }
}
.pr-cardStyle2.-quality > ._img {
  aspect-ratio: 340/460;
  border-radius: 5px;
}

.pr-secPanel {
  background: #F4F4EF;
}
.pr-secPanel.-bgBlack {
  background: #121516;
}
@media screen and (min-width: 769px) {
  .pr-secPanel_cnt1 {
    display: flex;
    width: 100%;
    min-height: 550px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secPanel_cnt1_left {
    width: 50%;
    min-width: 50%;
    padding-right: 40px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secPanel_cnt1_right {
    flex-grow: 1;
    width: 50%;
    min-width: 50%;
    padding-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secPanel.-hover .pr-secPanel_cnt1_left {
    width: 45%;
    min-width: 45%;
  }
}
@media screen and (min-width: 769px) {
  .pr-secPanel.-hover .pr-secPanel_cnt1_right {
    padding-top: 0;
    width: 55%;
    min-width: 55%;
  }
  .pr-secPanel.-hover .pr-secPanel_cnt1_right.-overflowRight {
    margin-right: calc(50% - 50vw);
  }
  .pr-secPanel.-hover .pr-secPanel_cnt1_right.-overflowRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 570px;
  }
}
.pr-secPanel_cnt2 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .pr-secPanel_cnt2 {
    margin-top: 20vw;
  }
}

@media screen and (min-width: 769px) {
  .pr-panelBtn {
    max-width: 400px;
  }
}
.pr-panelBtn > dl > dt {
  border-bottom: 1px solid #ccc;
}
.pr-panelBtn > dl > dt > a,
.pr-panelBtn > dl > dt > div,
.pr-panelBtn > dl > dt > button {
  position: relative;
  width: 100%;
  display: block;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 12px 60px 12px 10px;
  text-decoration: none;
  min-height: 80px;
}
@media screen and (max-width: 768px) {
  .pr-panelBtn > dl > dt > a,
  .pr-panelBtn > dl > dt > div,
  .pr-panelBtn > dl > dt > button {
    min-height: 17.5vw;
    padding: 3vw 12.5vw 3vw 2.5vw;
  }
}
.pr-panelBtn > dl > dt > a span._txt,
.pr-panelBtn > dl > dt > div span._txt,
.pr-panelBtn > dl > dt > button span._txt {
  color: initial;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pr-panelBtn > dl > dt > a span._txt,
  .pr-panelBtn > dl > dt > div span._txt,
  .pr-panelBtn > dl > dt > button span._txt {
    font-size: 3.5vw;
  }
}
.pr-panelBtn > dl > dt > a span._caption,
.pr-panelBtn > dl > dt > div span._caption,
.pr-panelBtn > dl > dt > button span._caption {
  color: #848484;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 13px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  .pr-panelBtn > dl > dt > a span._caption,
  .pr-panelBtn > dl > dt > div span._caption,
  .pr-panelBtn > dl > dt > button span._caption {
    font-size: 3vw;
  }
}
.pr-panelBtn > dl > dt > a span._en,
.pr-panelBtn > dl > dt > div span._en,
.pr-panelBtn > dl > dt > button span._en {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  font-size: 18px;
  letter-spacing: 0.032em;
  color: #f4f4ef;
}
@media screen and (max-width: 768px) {
  .pr-panelBtn > dl > dt > a span._en,
  .pr-panelBtn > dl > dt > div span._en,
  .pr-panelBtn > dl > dt > button span._en {
    font-size: 4vw;
  }
}
.pr-panelBtn > dl > dt > a span._ico,
.pr-panelBtn > dl > dt > div span._ico,
.pr-panelBtn > dl > dt > button span._ico {
  border-color: rgba(28, 33, 35, 0);
  background: rgba(28, 33, 35, 0);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pr-panelBtn > dl > dt > a span._ico::after,
.pr-panelBtn > dl > dt > div span._ico::after,
.pr-panelBtn > dl > dt > button span._ico::after {
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .pr-panelBtn > dl > dt > a span._ico::after,
  .pr-panelBtn > dl > dt > div span._ico::after,
  .pr-panelBtn > dl > dt > button span._ico::after {
    background: url(../img/common/ico_plus1.svg) no-repeat center/contain;
  }
}
.pr-panelBtn > dl > dt > a span._ico.-arrowBottom::after,
.pr-panelBtn > dl > dt > div span._ico.-arrowBottom::after,
.pr-panelBtn > dl > dt > button span._ico.-arrowBottom::after {
  transform: rotate(90deg);
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .pr-panelBtn > dl > dt > a:hover span._txt,
  .pr-panelBtn > dl > dt > div:hover span._txt,
  .pr-panelBtn > dl > dt > button:hover span._txt {
    color: #847344;
  }
  .pr-panelBtn > dl > dt > a:hover span._ico,
  .pr-panelBtn > dl > dt > div:hover span._ico,
  .pr-panelBtn > dl > dt > button:hover span._ico {
    background: #847344;
  }
  .pr-panelBtn > dl > dt > a:hover span._ico::after,
  .pr-panelBtn > dl > dt > div:hover span._ico::after,
  .pr-panelBtn > dl > dt > button:hover span._ico::after {
    background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
  }
}
.pr-panelBtn > dl > dt > a.is-current span._txt,
.pr-panelBtn > dl > dt > div.is-current span._txt,
.pr-panelBtn > dl > dt > button.is-current span._txt {
  color: #847344;
}
.pr-panelBtn > dl > dt > a.is-current span._ico,
.pr-panelBtn > dl > dt > div.is-current span._ico,
.pr-panelBtn > dl > dt > button.is-current span._ico {
  background: #847344;
}
.pr-panelBtn > dl > dt > a.is-current span._ico::after,
.pr-panelBtn > dl > dt > div.is-current span._ico::after,
.pr-panelBtn > dl > dt > button.is-current span._ico::after {
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .pr-panelBtn > dl > dt > a.is-current span._ico::after,
  .pr-panelBtn > dl > dt > div.is-current span._ico::after,
  .pr-panelBtn > dl > dt > button.is-current span._ico::after {
    background: url(../img/common/ico_minus1_white.svg) no-repeat center/contain;
  }
}
@media screen and (min-width: 769px) {
  .pr-panelBtn > dl > dd {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pr-panelBtn > dl > dd {
    display: block grid;
    transition: grid-template-rows 0.5s;
    grid-template-rows: 0fr;
  }
  .pr-panelBtn > dl > dd > * {
    overflow: hidden;
  }
  .pr-panelBtn > dl > dd.is-visible {
    grid-template-rows: 1fr;
  }
}
.pr-panelBtn.-white > dl > dt {
  border-bottom: 1px solid #1c2123;
}
.pr-panelBtn.-white > dl > dt > a span._txt,
.pr-panelBtn.-white > dl > dt > div span._txt,
.pr-panelBtn.-white > dl > dt > button span._txt {
  color: #fff;
}
.pr-panelBtn.-white > dl > dt > a span._ico::after,
.pr-panelBtn.-white > dl > dt > div span._ico::after,
.pr-panelBtn.-white > dl > dt > button span._ico::after {
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .pr-panelBtn.-white > dl > dt > a span._ico::after,
  .pr-panelBtn.-white > dl > dt > div span._ico::after,
  .pr-panelBtn.-white > dl > dt > button span._ico::after {
    background: url(../img/common/ico_plus1_white.svg) no-repeat center/contain;
  }
}
@media screen and (min-width: 769px) {
  .pr-panelBtn.-white > dl > dt > a:hover,
  .pr-panelBtn.-white > dl > dt > div:hover,
  .pr-panelBtn.-white > dl > dt > button:hover {
    background: rgba(255, 255, 255, 0.02);
  }
}
@media screen and (max-width: 768px) {
  .pr-panelBtn.-white > dl > dt > a.is-current span._ico::after,
  .pr-panelBtn.-white > dl > dt > div.is-current span._ico::after,
  .pr-panelBtn.-white > dl > dt > button.is-current span._ico::after {
    background: url(../img/common/ico_minus1_white.svg) no-repeat center/contain;
  }
}

@media screen and (max-width: 768px) {
  .pr-panelCnt {
    display: none;
  }
}
.pr-panelCnt > ul {
  position: relative;
}
.pr-panelCnt > ul > li {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.pr-panelCnt > ul > li.is-visible {
  transition: all 0.4s ease-in-out 0.2s;
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .pr-panelItem {
    padding: 2.5vw 5vw 10vw;
  }
}
.pr-panelItem.-white {
  color: #fff;
}
.pr-panelItem ._title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pr-panelItem ._title {
    font-size: 3.5vw;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pr-panelItem ._title.-sp_visible {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .pr-panelItem ._txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-panelItem ._txt {
    margin-top: 4.5vw;
  }
}
.pr-panelItem ._img img {
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .pr-panelItem ._txt + ._img {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-panelItem ._txt + ._img {
    margin-top: 7.5vw;
  }
}
.pr-panelItem ._txt + ._img.-small img {
  width: 70%;
}
.pr-panelItem ._txt + ._img a {
  display: block;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .pr-panelItem ._txt + ._img a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .pr-panelItem.-howto ._img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-panelItem.-howto ._img {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}

.pr-prefList dl {
  display: flex;
}
@media screen and (min-width: 769px) {
  .pr-prefList dl {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .pr-prefList dl + dl {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-prefList dl + dl {
    margin-top: 3.75vw;
  }
}
.pr-prefList dl dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #847344;
  text-align-last: justify;
}
@media screen and (min-width: 769px) {
  .pr-prefList dl dt {
    width: 90px;
    min-width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .pr-prefList dl dt {
    width: 12.5vw;
    min-width: 12.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-prefList dl dd {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-prefList dl dd {
    padding-left: 6.25vw;
  }
}
.pr-prefList dl dd ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .pr-prefList dl dd ul {
    flex-wrap: wrap;
  }
}
.pr-prefList dl dd ul li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-prefList dl dd ul li {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-prefList dl dd ul li {
    padding-right: 3.75vw;
    margin-right: 3.75vw;
  }
}
.pr-prefList dl dd ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.8em;
  background: #847344;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pr-prefList dl dd ul li:nth-last-of-type(1) {
  margin-right: 0;
  padding-right: 0;
}
.pr-prefList dl dd ul li:nth-last-of-type(1)::after {
  display: none;
}
.pr-prefList dl dd ul li a {
  display: block;
  text-decoration: none;
  color: #1c2123;
}
@media screen and (min-width: 769px) {
  .pr-prefList dl dd ul li a:hover {
    text-decoration: underline;
  }
}

.pr-searchPop {
  background: #F4F4EF;
}
@media screen and (min-width: 769px) {
  .pr-searchPop {
    border-radius: 5px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchPop {
    border-radius: 1.25vw;
    padding: 7.5vw;
  }
}
.pr-searchPop_title {
  display: flex;
  align-items: center;
}
.pr-searchPop_title .co-titleStyle6 {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .pr-searchPop_title .co-btnReset {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchPop_title .co-btnReset {
    margin-left: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-searchPop_cnt1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-searchPop_cnt1 {
    margin-top: 5vw;
  }
}

.pr-notFound {
  text-align: center;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .pr-notFound {
    padding-top: 15vw;
  }
}
.pr-notFound p {
  max-width: 600px;
  display: inline-block;
  text-align: left;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pr-notFound p {
    font-size: 3.5vw;
  }
}
.pr-notFound > ._btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pr-notFound > ._btn {
    margin-top: 15vw;
  }
}

@media screen and (min-width: 769px) {
  .pr-secPageNav {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secPageNav {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }
}

.pr-navStyle1 {
  display: grid;
}
.pr-navStyle1.-col2 {
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .pr-navStyle1.-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw 5vw;
  }
}
.pr-navStyle1.-col3 {
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.pr-navStyle1.-col4 {
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .pr-navStyle1.-sp_col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-navStyle1.-col8 {
    gap: 10px;
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-navStyle1.-col8 {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .pr-navStyle1.-col8 {
    gap: 2.5vw;
    grid-template-columns: repeat(2, 1fr);
  }
}

.pr-navStyle2 {
  display: grid;
}
.pr-navStyle2.-col2 {
  gap: 0px;
  grid-template-columns: repeat(2, 1fr);
}
.pr-navStyle2.-col2 li:nth-of-type(1) {
  border-right: 1px solid #1c2123;
}
.pr-navStyle2.-col2 .co-btnStyle3::after {
  opacity: 0;
  right: 20px;
}
.pr-navStyle2.-col2 .co-btnStyle3.is-current {
  border-bottom: none;
  border-top: 1px solid #1c2123;
}
.pr-navStyle2.-col2 .co-btnStyle3.is-current::after {
  opacity: 1;
}

.pr-cardList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .pr-cardList.-col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 6.6666666667%;
    grid-row-gap: 80px; /* 縦方向は上書き ショートハンドではcalcが影響するバグ */
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-cardList.-col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 6%;
    grid-row-gap: 60px; /* 縦方向は上書き ショートハンドではcalcが影響するバグ */
  }
}
@media screen and (max-width: 768px) {
  .pr-cardList.-col3 {
    gap: 20vw;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .pr-cardList.-col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.6666666667%;
    grid-row-gap: 80px; /* 縦方向は上書き ショートハンドではcalcが影響するバグ */
  }
}
@media screen and (max-width: 768px) {
  .pr-cardList.-col2 {
    gap: 10vw;
    grid-template-columns: repeat(1, 1fr);
  }
}
.pr-cardList > li > [class^=co-btn] {
  max-width: 10000px;
}

.pr-linkListIndex {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .pr-linkListIndex {
    margin-top: -5vw;
  }
}
.pr-linkListIndex ul li a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 25px 70px 25px 0;
  color: initial;
  text-decoration: none;
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
}
@media screen and (max-width: 768px) {
  .pr-linkListIndex ul li a {
    min-height: 15vw;
    padding: 5vw 15vw 5vw 0;
  }
}
.pr-linkListIndex ul li a ._num {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  display: inline-block;
  margin-right: 1em;
}
.pr-linkListIndex ul li a ._txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pr-linkListIndex ul li a ._txt {
    line-height: 1.4;
    font-size: 3.75vw;
  }
}
.pr-linkListIndex ul li a .co-icoArrow1, .pr-linkListIndex ul li .pr-panelBtn > dl > dt > a span._ico,
.pr-linkListIndex ul li a .pr-panelBtn > dl > dt > div span._ico,
.pr-panelBtn > dl > dt > div .pr-linkListIndex ul li a span._ico,
.pr-linkListIndex ul li a .pr-panelBtn > dl > dt > button span._ico,
.pr-panelBtn > dl > dt > button .pr-linkListIndex ul li a span._ico {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
  background: none;
  border: none;
}
.pr-linkListIndex ul li a .co-icoArrow1::after, .pr-linkListIndex ul li .pr-panelBtn > dl > dt > a span._ico::after,
.pr-linkListIndex ul li a .pr-panelBtn > dl > dt > div span._ico::after,
.pr-panelBtn > dl > dt > div .pr-linkListIndex ul li a span._ico::after,
.pr-linkListIndex ul li a .pr-panelBtn > dl > dt > button span._ico::after,
.pr-panelBtn > dl > dt > button .pr-linkListIndex ul li a span._ico::after {
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
}
.pr-linkListIndex ul li a:hover {
  color: #847344;
}
.pr-linkListIndex ul li a:hover .co-icoArrow1, .pr-linkListIndex ul li a:hover .pr-panelBtn > dl > dt > a span._ico, .pr-panelBtn > dl > dt > a .pr-linkListIndex ul li a:hover span._ico,
.pr-linkListIndex ul li a:hover .pr-panelBtn > dl > dt > div span._ico,
.pr-panelBtn > dl > dt > div .pr-linkListIndex ul li a:hover span._ico,
.pr-linkListIndex ul li a:hover .pr-panelBtn > dl > dt > button span._ico,
.pr-panelBtn > dl > dt > button .pr-linkListIndex ul li a:hover span._ico {
  background: #847344;
}
.pr-linkListIndex ul li a:hover .co-icoArrow1::after, .pr-linkListIndex ul li a:hover .pr-panelBtn > dl > dt > a span._ico::after, .pr-panelBtn > dl > dt > a .pr-linkListIndex ul li a:hover span._ico::after,
.pr-linkListIndex ul li a:hover .pr-panelBtn > dl > dt > div span._ico::after,
.pr-panelBtn > dl > dt > div .pr-linkListIndex ul li a:hover span._ico::after,
.pr-linkListIndex ul li a:hover .pr-panelBtn > dl > dt > button span._ico::after,
.pr-panelBtn > dl > dt > button .pr-linkListIndex ul li a:hover span._ico::after {
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}

.pr-linkListIndex2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .pr-linkListIndex2 ul {
    gap: 0 2.5vw;
  }
}
.pr-linkListIndex2 ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: initial;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .pr-linkListIndex2 ul li a {
    min-height: 60px;
    padding: 25px 0px 25px 60px;
    border-bottom: 1px solid rgba(132, 115, 68, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .pr-linkListIndex2 ul li a {
    min-height: 7.5vw;
    padding: 2.5vw 0vw 2.5vw 5vw;
  }
}
.pr-linkListIndex2 ul li a ._txt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pr-linkListIndex2 ul li a ._txt {
    line-height: 1.4;
    letter-spacing: normal;
    font-size: 3vw;
  }
}
.pr-linkListIndex2 ul li a .co-icoArrow1, .pr-linkListIndex2 ul li .pr-panelBtn > dl > dt > a span._ico,
.pr-linkListIndex2 ul li a .pr-panelBtn > dl > dt > div span._ico,
.pr-panelBtn > dl > dt > div .pr-linkListIndex2 ul li a span._ico,
.pr-linkListIndex2 ul li a .pr-panelBtn > dl > dt > button span._ico,
.pr-panelBtn > dl > dt > button .pr-linkListIndex2 ul li a span._ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: none;
  border: none;
  left: 0;
}
@media screen and (min-width: 769px) {
  .pr-linkListIndex2 ul li a .co-icoArrow1, .pr-linkListIndex2 ul li .pr-panelBtn > dl > dt > a span._ico,
  .pr-linkListIndex2 ul li a .pr-panelBtn > dl > dt > div span._ico,
  .pr-panelBtn > dl > dt > div .pr-linkListIndex2 ul li a span._ico,
  .pr-linkListIndex2 ul li a .pr-panelBtn > dl > dt > button span._ico,
  .pr-panelBtn > dl > dt > button .pr-linkListIndex2 ul li a span._ico {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-linkListIndex2 ul li a .co-icoArrow1, .pr-linkListIndex2 ul li .pr-panelBtn > dl > dt > a span._ico,
  .pr-linkListIndex2 ul li a .pr-panelBtn > dl > dt > div span._ico,
  .pr-panelBtn > dl > dt > div .pr-linkListIndex2 ul li a span._ico,
  .pr-linkListIndex2 ul li a .pr-panelBtn > dl > dt > button span._ico,
  .pr-panelBtn > dl > dt > button .pr-linkListIndex2 ul li a span._ico {
    width: 5vw;
    height: 5vw;
  }
}
.pr-linkListIndex2 ul li a .co-icoArrow1::after, .pr-linkListIndex2 ul li .pr-panelBtn > dl > dt > a span._ico::after,
.pr-linkListIndex2 ul li a .pr-panelBtn > dl > dt > div span._ico::after,
.pr-panelBtn > dl > dt > div .pr-linkListIndex2 ul li a span._ico::after,
.pr-linkListIndex2 ul li a .pr-panelBtn > dl > dt > button span._ico::after,
.pr-panelBtn > dl > dt > button .pr-linkListIndex2 ul li a span._ico::after {
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
}
@media screen and (min-width: 769px) {
  .pr-linkListIndex2 ul li a:hover {
    color: #847344;
  }
  .pr-linkListIndex2 ul li a:hover .co-icoArrow1, .pr-linkListIndex2 ul li a:hover .pr-panelBtn > dl > dt > a span._ico, .pr-panelBtn > dl > dt > a .pr-linkListIndex2 ul li a:hover span._ico,
  .pr-linkListIndex2 ul li a:hover .pr-panelBtn > dl > dt > div span._ico,
  .pr-panelBtn > dl > dt > div .pr-linkListIndex2 ul li a:hover span._ico,
  .pr-linkListIndex2 ul li a:hover .pr-panelBtn > dl > dt > button span._ico,
  .pr-panelBtn > dl > dt > button .pr-linkListIndex2 ul li a:hover span._ico {
    background: #847344;
  }
  .pr-linkListIndex2 ul li a:hover .co-icoArrow1::after, .pr-linkListIndex2 ul li a:hover .pr-panelBtn > dl > dt > a span._ico::after, .pr-panelBtn > dl > dt > a .pr-linkListIndex2 ul li a:hover span._ico::after,
  .pr-linkListIndex2 ul li a:hover .pr-panelBtn > dl > dt > div span._ico::after,
  .pr-panelBtn > dl > dt > div .pr-linkListIndex2 ul li a:hover span._ico::after,
  .pr-linkListIndex2 ul li a:hover .pr-panelBtn > dl > dt > button span._ico::after,
  .pr-panelBtn > dl > dt > button .pr-linkListIndex2 ul li a:hover span._ico::after {
    background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
  }
}

* + .pr-linkListStyle1 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  * + .pr-linkListStyle1 {
    margin-top: 7.5vw;
  }
}
.pr-linkListStyle1 > dl {
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
}
@media screen and (min-width: 769px) {
  .pr-linkListStyle1 > dl {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .pr-linkListStyle1 > dl + dl {
    margin-top: 5vw;
  }
}
.pr-linkListStyle1 > dl > dt {
  color: #847344;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-linkListStyle1 > dl > dt {
    font-size: 16px;
    min-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .pr-linkListStyle1 > dl > dt {
    font-size: 3.5vw;
    padding: 1.25vw 0 0;
  }
}
.pr-linkListStyle1 > dl > dt.-en {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
}
.pr-linkListStyle1 > dl > dd {
  flex-grow: 1;
}
.pr-linkListStyle1 > dl > dd a {
  transition: all 0.3s ease-out;
  position: relative;
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #1c2123;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .pr-linkListStyle1 > dl > dd a {
    padding: 20px;
    margin-left: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-linkListStyle1 > dl > dd a {
    padding: 3.75vw 0;
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-linkListStyle1 > dl > dd a:hover {
    background: rgba(132, 115, 68, 0.1);
  }
}
.pr-linkListStyle1 > dl > dd a::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .pr-linkListStyle1 > dl > dd a::after {
    width: 2.75vw;
    height: 2.75vw;
    right: 0vw;
  }
}
.pr-linkListStyle1 > dl > dd a.-blank::after {
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_blank1_gold.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .pr-linkListStyle1 > dl > dd a.-blank::after {
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-linkListStyle1.-sellers > dl > dt {
    min-width: 33.3333333333%;
    width: 33.3333333333%;
  }
}

.pr-inquiryStyle1 > dl {
  border-top: 1px solid rgba(132, 115, 68, 0.1);
}
@media screen and (min-width: 769px) {
  .pr-inquiryStyle1 > dl {
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .pr-inquiryStyle1 > dl {
    padding: 7.5vw 0;
  }
}
.pr-inquiryStyle1 > dl > dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-inquiryStyle1 > dl > dt {
    font-size: 16px;
    min-width: 270px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-inquiryStyle1 > dl > dt {
    font-size: 4vw;
    padding: 1.25vw 0;
  }
}
@media screen and (min-width: 769px) {
  .pr-inquiryStyle1 > dl > dd {
    flex-grow: 1;
    padding-left: 40px;
  }
}
@media screen and (min-width: 769px) {
  .pr-inquiryStyle1 > dl > dd > ._tel {
    display: flex;
    align-items: start;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-inquiryStyle1 > dl > dd > ._tel {
    margin-top: 7.5vw;
    padding: 3.75vw 0;
  }
}
.pr-inquiryStyle1 > dl > dd > ._tel > span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-inquiryStyle1 > dl > dd > ._tel > div {
    margin-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  .pr-inquiryStyle1 > dl > dd > ._tel > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 3.75vw;
  }
}
.pr-inquiryStyle1 > dl > dd > ._tel > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #1c2123;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .pr-inquiryStyle1 > dl > dd > ._tel > div a {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-inquiryStyle1 > dl > dd > ._tel > div a {
    font-size: 4vw;
  }
}
.pr-inquiryStyle1 > dl > dd > ._tel > div a::before {
  content: "";
  display: block;
  width: 32px;
  height: 25px;
  background: url(../img/common/ico_freecall.svg) no-repeat center/contain;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .pr-inquiryStyle1 > dl > dd > ._tel > div a::before {
    width: 8vw;
    height: 6.25vw;
    margin-right: 2.5vw;
  }
}
.pr-inquiryStyle1 > dl > dd > ._tel > div p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-inquiryStyle1 > dl > dd > ._tel > div p {
    margin-bottom: 5px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .pr-inquiryStyle1 > dl > dd > ._tel > div p {
    flex-basis: 100%;
    margin-bottom: 1.25vw;
  }
}
.pr-inquiryStyle1 > dl > dd > ._tel > div span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-inquiryStyle1 > dl > dd > ._tel > div span {
    display: block;
    margin-top: 5px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .pr-inquiryStyle1 > dl > dd > ._tel > div span {
    margin-left: 2.5vw;
  }
}
.pr-inquiryStyle1 > dl > dd > a {
  transition: all 0.3s ease-out;
  position: relative;
  display: block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #1c2123;
  text-decoration: none;
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
}
@media screen and (min-width: 769px) {
  .pr-inquiryStyle1 > dl > dd > a {
    padding: 30px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .pr-inquiryStyle1 > dl > dd > a {
    padding: 3.75vw 0;
  }
}
@media screen and (min-width: 769px) {
  .pr-inquiryStyle1 > dl > dd > a:hover {
    background: rgba(132, 115, 68, 0.1);
  }
}
.pr-inquiryStyle1 > dl > dd > a::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .pr-inquiryStyle1 > dl > dd > a::after {
    width: 2.75vw;
    height: 2.75vw;
    right: 0vw;
  }
}
.pr-inquiryStyle1 > dl > dd > ._caption {
  border-top: 1px solid rgba(132, 115, 68, 0.1);
}
@media screen and (min-width: 769px) {
  .pr-inquiryStyle1 > dl > dd > ._caption {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-inquiryStyle1 > dl > dd > ._caption {
    padding: 3.75vw 0;
  }
}

.pr-listStyle2 {
  position: relative;
}
.pr-listStyle2 > li + li {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .pr-listStyle2 > li + li {
    margin-top: 12.5vw;
  }
}
.pr-listStyle2 > li ._en {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  font-size: 12px;
  color: #847344;
}
@media screen and (max-width: 768px) {
  .pr-listStyle2 > li ._en {
    font-size: 3vw;
  }
}
.pr-listStyle2 > li ._title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pr-listStyle2 > li ._title {
    font-size: 4vw;
  }
}
.pr-listStyle2 > li ._txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pr-listStyle2 > li ._txt {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .pr-tableStyle1 {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 769px) {
  * + .pr-tableStyle1 {
    margin: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  * + .pr-tableStyle1 {
    margin: 6.25vw 0;
  }
}
@media screen and (min-width: 769px) {
  .pr-tableStyle1 > table {
    width: 100%;
  }
}
.pr-tableStyle1 > table th, .pr-tableStyle1 > table td {
  border: 1px solid #e5e5dc;
}
@media screen and (min-width: 769px) {
  .pr-tableStyle1 > table th, .pr-tableStyle1 > table td {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  .pr-tableStyle1 > table th, .pr-tableStyle1 > table td {
    padding: 3.75vw 5vw;
  }
}
.pr-tableStyle1 > table th {
  background: #eaeae1;
  text-align: left;
}
.pr-tableStyle1 > table thead tr th {
  white-space: nowrap;
}
.pr-tableStyle1 > table tbody tr th {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .pr-tableStyle1 > table tbody tr td {
    width: 100%;
    white-space: nowrap;
  }
}

.pr-topicStyle1 {
  background: #efefea;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .pr-topicStyle1 {
    padding: 7.5vw;
  }
}
@media screen and (min-width: 1001px) {
  .pr-topicStyle1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1001px) {
  .pr-topicStyle1 > ._txt {
    width: 390px;
    padding-right: 50px;
  }
}
.pr-topicStyle1 > ._txt ._en {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  font-size: 18px;
  color: #847344;
}
@media screen and (max-width: 768px) {
  .pr-topicStyle1 > ._txt ._en {
    font-size: 4vw;
  }
}
.pr-topicStyle1 > ._txt ._title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pr-topicStyle1 > ._txt ._title {
    font-size: 4vw;
  }
}
.pr-topicStyle1 > ._txt ._txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pr-topicStyle1 > ._txt ._txt {
    margin-top: 5vw;
  }
}
.pr-topicStyle1 > ._img {
  flex-grow: 1;
}
@media screen and (max-width: 1000px) {
  .pr-topicStyle1 > ._img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-topicStyle1 > ._img {
    margin-top: 7.5vw;
  }
}

.pr-topicStyle2 {
  background: #efefea;
}
@media screen and (min-width: 769px) {
  .pr-topicStyle2 {
    display: flex;
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-topicStyle2 {
    padding: 1.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-topicStyle2 > ._txt {
    flex-grow: 1;
    padding: 40px 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-topicStyle2 > ._txt {
    padding: 6.25vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-topicStyle2 > ._txt .co-titleStyle4 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-topicStyle2 > ._txt .co-titleStyle4 {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-topicStyle2 > ._img {
    flex-basis: 40%;
  }
}
.pr-topicStyle2 > ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .pr-pointStyle1 {
    display: flex;
    justify-content: space-between;
  }
}
.pr-pointStyle1 li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .pr-pointStyle1 li {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 768px) {
  .pr-pointStyle1 li + li {
    margin-top: 11.25vw;
  }
}
.pr-pointStyle1 li + li::before {
  content: "";
  display: block;
  background: url(../img/common/ico_plus1_gold.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .pr-pointStyle1 li + li::before {
    width: 11px;
    height: 11px;
    top: 50%;
    left: -11%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .pr-pointStyle1 li + li::before {
    width: 2.75vw;
    height: 2.75vw;
    top: -18%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.pr-pointStyle1 li ._img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .pr-pointStyle1 li ._img {
    margin-bottom: 20px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .pr-pointStyle1 li ._img {
    margin-bottom: 5vw;
    border-radius: 0.75vw;
  }
}
.pr-pointStyle1 li ._img img {
  width: 100%;
  object-fit: cover;
}
.pr-pointStyle1 li ._txt h3 {
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .pr-pointStyle1 li ._txt h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-pointStyle1 li ._txt h3 {
    font-size: 4vw;
  }
}
.pr-pointStyle1 li ._txt h3 span {
  color: #847344;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  line-height: 1;
  margin-top: 0.2%;
}
@media screen and (min-width: 769px) {
  .pr-pointStyle1 li ._txt h3 span {
    font-size: 20px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pr-pointStyle1 li ._txt h3 span {
    margin-right: 6.25vw;
    font-size: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-pointStyle1 li ._txt p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-pointStyle1 li ._txt p {
    margin-top: 5vw;
  }
}
.pr-pointStyle1 li ._txt p a {
  color: #847344;
}

@media screen and (min-width: 769px) {
  .pr-articleStyle1 > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 6.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle1 > ul > li + li {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle1 > ul > li ._txt {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle1 > ul > li ._txt {
    margin-top: 5vw;
  }
}
.pr-articleStyle1 > ul > li ._txt h3 {
  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) {
  .pr-articleStyle1 > ul > li ._txt h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle1 > ul > li ._txt h3 {
    font-size: 4vw;
  }
}
.pr-articleStyle1 > ul > li ._txt h3 > span {
  position: relative;
  font-size: 28px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  line-height: 1em;
  padding-right: 0.5em;
  border-right: 1px solid #847344;
  margin-right: 0.5em;
}
@media screen and (min-width: 769px) {
  .pr-articleStyle1 > ul > li ._txt p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle1 > ul > li ._txt p {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .pr-articleStyle2 {
    transform: translateX(100px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-articleStyle2 {
    transform: translateX(0px);
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle2 > ul {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle2 > ul > li {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle2 > ul > li + li {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle2 > ul > li ._txt {
    margin-top: 50px;
    flex-grow: 1;
    display: flex;
    padding-right: 65px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-articleStyle2 > ul > li ._txt {
    display: block;
    margin-top: 20px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle2 > ul > li ._txt {
    margin-top: 5vw;
  }
}
.pr-articleStyle2 > ul > li ._txt h3 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-articleStyle2 > ul > li ._txt h3 {
    min-width: 180px;
    width: 180px;
    font-size: 16px;
    flex-grow: 1;
    display: flex;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-articleStyle2 > ul > li ._txt h3 {
    min-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle2 > ul > li ._txt h3 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-articleStyle2 > ul > li ._txt p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle2 > ul > li ._txt p {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-articleStyle2 > ul > li .co-btnList {
    margin-top: 60px;
    padding-right: 65px;
    padding-left: 180px;
    justify-content: flex-start;
  }
  .pr-articleStyle2 > ul > li .co-btnList .co-btnStyle1 {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle2.-top > ul > li ._img {
    margin-right: -5vw;
    margin-left: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-articleStyle2.-top > ul > li ._txt {
    margin-top: -5.5vw;
  }
}

.pr-btnListStyle1 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pr-btnListStyle1 {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-btnListStyle1 {
    margin-top: 20vw;
    margin-bottom: 10vw;
  }
}
.pr-btnListStyle1 > p._txt {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .pr-btnListStyle1 > p._txt {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-btnListStyle1 > ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .pr-btnListStyle1 > ul > li {
    margin: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-btnListStyle1 > ul > li {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .pr-btnListStyle1 > ul > li [class^=co-btn] {
    min-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .pr-btnListStyle1 > ul > li + li {
    margin-top: 7.5vw;
  }
}
.pr-btnListStyle1 > ul > li > p._txt {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pr-btnListStyle1 > ul > li > p._txt {
    font-size: 4vw;
  }
}
.pr-btnListStyle1 > ul > li > p._txt::before, .pr-btnListStyle1 > ul > li > p._txt::after {
  content: "―";
  color: #847344;
  display: inline-block;
}
.pr-btnListStyle1 > ul > li > p._txt::before {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .pr-btnListStyle1 > ul > li > p._txt::before {
    margin-right: 3.75vw;
  }
}
.pr-btnListStyle1 > ul > li > p._txt::after {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .pr-btnListStyle1 > ul > li > p._txt::after {
    margin-left: 3.75vw;
  }
}

@media screen and (min-width: 769px) {
  .pr-btnListStyle2 > ul {
    display: grid;
  }
}
.pr-btnListStyle2 > ul > li {
  box-shadow: 0px 0px 0px 5px rgba(255, 0, 0, 0.3) inset;
}
.pr-btnListStyle2 > ul > li [class^=co-btn] {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .pr-btnListStyle2 > ul > li + li {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-btnListStyle2.-col3 > ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
  }
}

.pr-pageTop {
  position: relative;
  transition: filter 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1c2123;
  height: 60px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pr-pageTop {
    height: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-pageTop:hover {
    filter: brightness(1.1);
  }
}
.pr-pageTop span {
  color: #847344;
  font-size: 11px;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pr-pageTop span {
    font-size: 2.75vw;
  }
}
.pr-pageTop span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  margin-left: 20px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .pr-pageTop span::after {
    width: 2.5vw;
    height: 2.5vw;
    margin-left: 5vw;
  }
}

.pr-pageTop2 {
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 35px;
  transition: opacity 0.3s ease-out;
  background: #1c2123;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  text-decoration: none;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .pr-pageTop2 {
    right: 5vw;
    bottom: 20vw;
    border-radius: 25vw;
    width: 15vw;
    height: 15vw;
  }
}
.pr-pageTop2.is-visible {
  opacity: 1;
}
.pr-pageTop2 > span {
  position: absolute;
  font-size: 0;
}
.pr-pageTop2::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-pageTop2::before {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-pageTop2:hover {
    opacity: 0.8;
  }
}

.pr-pageBack {
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .pr-pageBack {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-pageBack {
    bottom: 20vw;
    left: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .pr-pageNav {
    width: 170px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-pageNav {
    height: 10vw;
  }
}
.pr-pageNav a {
  text-decoration: none;
  color: #1c2123;
}
@media screen and (max-width: 768px) {
  .pr-pageNav > dl {
    position: absolute;
    background: #121516;
    border-radius: 1.25vw;
    width: 75vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .pr-pageNav > dl > dt {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pr-pageNav > dl > dt {
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vw;
  }
  .pr-pageNav > dl > dt span {
    font-family: "Cinzel", serif;
    font-weight: 600;
    font-display: swap;
    font-size: 3vw;
    line-height: 1;
    color: #fff;
  }
  .pr-pageNav > dl > dt::after {
    content: "";
    display: block;
    width: 2.5vw;
    height: 2.5vw;
    background: url(../img/common/ico_plus1_gold.svg) no-repeat center/contain;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 3.75vw;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .pr-pageNav > dl > dd {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pr-pageNav > dl > dd > div > ul {
    padding: 2.5vw 5vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-pageNav > dl > dd > div > ul > li a {
    color: #fff;
  }
}
.pr-pageNav > dl > dd > div > ul > li._top {
  border-bottom: 1px solid rgba(132, 115, 68, 0.1);
}
@media screen and (min-width: 769px) {
  .pr-pageNav > dl > dd > div > ul > li._top {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-pageNav > dl > dd > div > ul > li._top {
    padding-bottom: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
.pr-pageNav > dl > dd > div > ul > li._page ul li a {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .pr-pageNav > dl > dd > div > ul > li._page ul li a {
    padding: 1.25vw 0;
  }
}
.pr-pageNav > dl > dd > div > ul > li._page ul li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #847344;
  border-right: 1px solid #847344;
  transform: rotate(45deg);
  margin-right: 17px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .pr-pageNav > dl > dd > div > ul > li._page ul li a::before {
    width: 1.25vw;
    height: 1.25vw;
    margin-right: 4.25vw;
    margin-left: 1.25vw;
  }
}
.pr-pageNav > dl > dd > div > ul > li._page ul li a.-catalogall::before {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url(../img/common/ico_catalogall_white.svg) no-repeat center/contain;
  margin-right: 10px;
  margin-left: 0;
  border: none;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .pr-pageNav > dl > dd > div > ul > li._page ul li a.-catalogall::before {
    width: 4vw;
    height: 3vw;
    margin-right: 2.5vw;
  }
}
.pr-pageNav > dl > dd > div > ul > li._btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pr-pageNav > dl > dd > div > ul > li._btn {
    margin-top: 3.75vw;
  }
}
.pr-pageNav > dl > dd > div > ul > li._bottom {
  padding-top: 10px;
  border-top: 1px solid #847344;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .pr-pageNav > dl > dd > div > ul > li._bottom {
    padding-top: 2.5vw;
    margin-top: 2.5vw;
  }
}
.pr-pageNav > dl > dd > div > ul > li:not(._btn) a {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .pr-pageNav > dl > dd > div > ul > li:not(._btn) a {
    padding: 1.25vw 0;
  }
}
.pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-back::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  margin-right: 10px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-back::before {
    width: 2.5vw;
    height: 2.5vw;
    margin-right: 2.5vw;
  }
}
.pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-pack::before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../img/common/ico_pack_white.svg) no-repeat center/contain;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-pack::before {
    width: 4vw;
    height: 3.5vw;
    margin-right: 2.5vw;
  }
}
.pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-history::before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../img/common/ico_history_white.svg) no-repeat center/contain;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-history::before {
    width: 4vw;
    height: 3.5vw;
    margin-right: 2.5vw;
  }
}
body[data-page-id=housing][data-page-class=housing_jitsurei_detail] .pr-pageNav a, body[data-page-id=tenjijo] .pr-pageNav a, body[data-page-id=catalog] .pr-pageNav a {
  color: #fff;
}
body[data-page-id=housing][data-page-class=housing_jitsurei_detail] .pr-pageNav > dl > dd > div > ul > li._top, body[data-page-id=tenjijo] .pr-pageNav > dl > dd > div > ul > li._top, body[data-page-id=catalog] .pr-pageNav > dl > dd > div > ul > li._top {
  border-bottom: 1px solid #666666;
}
body[data-page-id=housing][data-page-class=housing_jitsurei_detail] .pr-pageNav > dl > dd > div > ul > li._page ul li a::before, body[data-page-id=tenjijo] .pr-pageNav > dl > dd > div > ul > li._page ul li a::before, body[data-page-id=catalog] .pr-pageNav > dl > dd > div > ul > li._page ul li a::before {
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}
body[data-page-id=housing][data-page-class=housing_jitsurei_detail] .pr-pageNav > dl > dd > div > ul > li._page ul li a.-catalogall::before, body[data-page-id=tenjijo] .pr-pageNav > dl > dd > div > ul > li._page ul li a.-catalogall::before, body[data-page-id=catalog] .pr-pageNav > dl > dd > div > ul > li._page ul li a.-catalogall::before {
  background: url(../img/common/ico_catalogall_white.svg) no-repeat center/contain;
}
body[data-page-id=housing][data-page-class=housing_jitsurei_detail] .pr-pageNav > dl > dd > div > ul > li._bottom, body[data-page-id=tenjijo] .pr-pageNav > dl > dd > div > ul > li._bottom, body[data-page-id=catalog] .pr-pageNav > dl > dd > div > ul > li._bottom {
  border-top: 1px solid #666;
}
body[data-page-id=housing][data-page-class=housing_jitsurei_detail] .pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-back::before, body[data-page-id=tenjijo] .pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-back::before, body[data-page-id=catalog] .pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-back::before {
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
body[data-page-id=housing][data-page-class=housing_jitsurei_detail] .pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-pack::before, body[data-page-id=tenjijo] .pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-pack::before, body[data-page-id=catalog] .pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-pack::before {
  background: url(../img/common/ico_pack_white.svg) no-repeat center/contain;
}
body[data-page-id=housing][data-page-class=housing_jitsurei_detail] .pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-history::before, body[data-page-id=tenjijo] .pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-history::before, body[data-page-id=catalog] .pr-pageNav > dl > dd > div > ul > li:not(._btn) a.-history::before {
  background: url(../img/common/ico_history_white.svg) no-repeat center/contain;
}

.pr-fixedBtn {
  position: fixed;
  z-index: 400;
  transition: all 0.3s ease-out;
}
.pr-fixedBtn.is-hidden {
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .pr-fixedBtn {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .pr-fixedBtn {
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    box-shadow: 0px 0px 0px 5px rgba(255, 0, 0, 0.3) inset;
  }
}
@media screen and (min-width: 769px) {
  .pr-fixedBtn > * {
    margin: 3px 0;
  }
}
@media screen and (max-width: 768px) {
  .pr-fixedBtn > * {
    flex-grow: 1;
  }
}

.pr-fixedBtn3 {
  position: fixed;
  z-index: 400;
}
@media screen and (min-width: 769px) {
  .pr-fixedBtn3 {
    bottom: 40px;
    right: 120px;
  }
}
@media screen and (max-width: 768px) {
  .pr-fixedBtn3 {
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.pr-fixedBtn3 ul {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pr-fixedBtn3 ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .pr-fixedBtn3 ul li {
    flex-grow: 1;
  }
}
@media screen and (min-width: 769px) {
  .pr-fixedBtn3 ul li + li {
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .pr-fixedBtn3 ul li {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
  }
  .pr-fixedBtn3 ul li::before {
    content: "";
    display: block;
    width: 1px;
    height: 4.5vw;
    background: #848484;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  .pr-fixedBtn3 ul li:first-child::before {
    display: none;
  }
}

.pr-pageLoader {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .pr-pageLoader {
    height: 100lvh;
    align-items: flex-start;
    padding-top: 13.75vw;
  }
}
.pr-pageLoader.is-visible {
  pointer-events: auto;
  visibility: visible;
  z-index: 200;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.pr-pageLoader_bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(18, 21, 22, 0.8);
  transition-duration: 0.5s;
  opacity: 0;
}
.pr-pageLoader.is-visible .pr-pageLoader_bg {
  opacity: 1;
}
.pr-pageLoader_page {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out;
  transform: translateY(10%);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .pr-pageLoader_page {
    width: 850px;
    height: 680px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
  .pr-pageLoader_page {
    width: 770px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-pageLoader_page {
    height: 70%;
    max-height: 80vh;
    width: 440px;
  }
}
@media screen and (max-width: 768px) {
  .pr-pageLoader_page {
    width: 90vw;
    height: 135vw;
  }
}
.pr-pageLoader_page iframe {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #F4F4EF;
}
@media screen and (min-width: 769px) {
  .pr-pageLoader_page iframe {
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .pr-pageLoader_page iframe {
    border-radius: 0.75vw;
  }
}
.pr-pageLoader.is-visible .pr-pageLoader_page {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .pr-pageLoader.-form .pr-pageLoader_page {
    height: 125vw;
  }
}
.pr-pageLoader.is-cartVisible .pr-pageLoader_page {
  transition-delay: 0s;
}
@media screen and (min-width: 1101px) and (max-width: 1500px) {
  .pr-pageLoader.is-cartVisible .pr-pageLoader_page {
    margin-left: -300px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pr-pageLoader.is-cartVisible .pr-pageLoader_page {
    margin-left: -280px;
  }
}
.pr-pageLoader_close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -100px;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  transition-duration: 1.2s;
}
@media screen and (min-width: 769px) and (max-width: 1329px) {
  .pr-pageLoader_close {
    top: -100px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .pr-pageLoader_close {
    left: 0;
    top: -10vw;
  }
}
.pr-pageLoader_close button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .pr-pageLoader_close button {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.pr-pageLoader_close button > span {
  font-size: 0;
  position: absolute;
}
.pr-pageLoader_close button::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/common/ico_close2_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .pr-pageLoader_close button::before {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.pr-pageLoader.is-visible .pr-pageLoader_close {
  transition-delay: 0.8s;
  opacity: 1;
}

.pr-swiperStyle1 {
  position: relative;
}
.pr-swiperStyle1 .swiper {
  opacity: 0;
}
.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;
}
.pr-swiperStyle1 .swiper-slide img {
  width: 100%;
}
.pr-swiperStyle1 .swiper-slide p {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pr-swiperStyle1 .swiper-slide p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1 .swiper-slide p {
    margin-top: 2.5vw;
  }
}
.pr-swiperStyle1 .swiper-ctrl {
  margin-top: 50px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1 .swiper-ctrl {
    margin-top: 7.5vw;
  }
}
.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 {
  transition: all 0.3s ease-out;
  cursor: pointer;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 100px;
  background: #1c2123;
  display: flex;
  align-items: center;
  justify-content: center;
}
@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;
  width: 10px;
  height: 10px;
  background: url(../img/common/ico_arrow1_white.svg) no-repeat center/contain;
}
@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;
}
.pr-swiperStyle1 .swiper-button-prev::before {
  transform: rotate(180deg);
}
.pr-swiperStyle1 .swiper-pagination {
  margin-left: 44px;
  display: flex;
  flex-grow: 1;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1 .swiper-pagination {
    margin-left: 3.75vw;
  }
}
.pr-swiperStyle1 .swiper-pagination-bullet {
  transition: all 0.3s ease-out;
  cursor: pointer;
  max-width: 50px;
  width: 100%;
  height: 60px;
  margin: 0 5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1 .swiper-pagination-bullet {
    height: 12.5vw;
    margin: 0 0.5vw;
    max-width: 10vw;
  }
}
.pr-swiperStyle1 .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(28, 33, 35, 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: #1c2123;
}
.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: rgba(244, 244, 239, 0.2);
}
.pr-swiperStyle1.-gold .swiper-pagination-bullet-active::before {
  background: #F4F4EF;
}
.pr-swiperStyle1.-gold .swiper-pagination-bullet::before {
  background: rgba(132, 115, 68, 0.2);
}
.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.-ctrlBottom .swiper-ctrl, .pr-swiperStyle1.-ctrlRight .swiper-ctrl {
  margin-top: 30px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlBottom .swiper-ctrl, .pr-swiperStyle1.-ctrlRight .swiper-ctrl {
    margin-top: 7.5vw;
  }
}
.pr-swiperStyle1.-ctrlBottom .swiper-button-next, .pr-swiperStyle1.-ctrlBottom .swiper-button-prev, .pr-swiperStyle1.-ctrlRight .swiper-button-next, .pr-swiperStyle1.-ctrlRight .swiper-button-prev {
  order: 2;
}
.pr-swiperStyle1.-ctrlBottom .swiper-pagination, .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.-ctrlBottom .swiper-pagination, .pr-swiperStyle1.-ctrlRight .swiper-pagination {
    margin-right: 3.75vw;
  }
}
.pr-swiperStyle1.-ctrlSide:has(.swiper-pagination) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlSide:has(.swiper-pagination) {
    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;
}
.pr-swiperStyle1.-ctrlSide .swiper-button-prev {
  left: -30px;
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlSide .swiper-button-prev {
    left: -6.25vw;
  }
}
.pr-swiperStyle1.-ctrlSide .swiper-button-next {
  right: -30px;
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlSide .swiper-button-next {
    right: -6.25vw;
  }
}
.pr-swiperStyle1.-ctrlSide .swiper-pagination {
  position: absolute;
  z-index: 10;
  bottom: -60px;
  width: 100%;
  margin-left: 0px;
  pointer-events: auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pr-swiperStyle1.-ctrlSide .swiper-pagination {
    bottom: -12.5vw;
  }
}

@media screen and (min-width: 769px) {
  .pr-loginBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.pr-loginBox_head {
  flex-basis: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 769px) {
  .pr-loginBox_head {
    display: flex;
    align-items: start;
    padding: 0px 40px 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_head {
    padding: 0 5vw 2.5vw;
    margin-bottom: 2.5vw;
  }
}
.pr-loginBox_head ._title {
  display: flex;
  align-items: center;
  flex-basis: 50%;
}
@media screen and (min-width: 769px) {
  .pr-loginBox_head ._title ._logo {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_head ._title ._logo {
    width: 10vw;
  }
}
.pr-loginBox_head ._title ._logo img {
  object-fit: cover;
  aspect-ratio: 42/63;
}
@media screen and (min-width: 769px) {
  .pr-loginBox_head ._title ._txt {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_head ._title ._txt {
    margin-left: 5vw;
  }
}
.pr-loginBox_head ._title ._txt span {
  font-family: "Josefin Sans", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .pr-loginBox_head ._title ._txt span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_head ._title ._txt span {
    font-size: 4vw;
  }
}
.pr-loginBox_head ._title ._txt p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .pr-loginBox_head ._title ._txt p {
    margin-top: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_head ._title ._txt p {
    margin-top: 1.25vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-loginBox_head ._body {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_head ._body {
    margin-top: 2.5vw;
  }
}
.pr-loginBox_head ._body dl dt {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-loginBox_head ._body dl dt {
    font-size: 14px;
  }
}
.pr-loginBox_head ._body dl dd {
  line-height: 1.8;
  letter-spacing: normal;
}
@media screen and (min-width: 769px) {
  .pr-loginBox_head ._body dl dd {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_head ._body dl dd {
    margin-top: 1.25vw;
    font-size: 3vw;
  }
}
.pr-loginBox_item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .pr-loginBox_item {
    flex-basis: 50%;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_item {
    padding: 2.5vw 6.25vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-loginBox_item ._cat {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_item ._cat {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 2.5vw;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-display: swap;
    color: #1c2123;
    font-size: 3.5vw;
  }
}
.pr-loginBox_item form {
  flex-basis: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .pr-loginBox_item.-login {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_item.-login {
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.pr-loginBox_item ._title {
  text-align: center;
  color: #847344;
}
@media screen and (min-width: 769px) {
  .pr-loginBox_item ._title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_item ._title {
    margin-bottom: 3.75vw;
    font-size: 4vw;
  }
}
.pr-loginBox_item ._form {
  flex-grow: 1;
  text-align: center;
}
.pr-loginBox_item ._form ul li + li {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .pr-loginBox_item ._form ul li + li {
    margin-top: 3.75vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-loginBox_item ._form dl {
    margin-top: 18px;
  }
}
@media screen and (min-width: 769px) {
  .pr-loginBox_item ._form dl dt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_item ._form dl dt {
    margin-bottom: 2.5vw;
  }
}
.pr-loginBox_item ._form .co-input {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pr-loginBox_item ._form ._passwordHint {
    margin-top: 12px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_item ._form ._passwordHint {
    margin-top: 2.5vw;
    font-size: 3.25vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-loginBox_item .co-error {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_item .co-error {
    margin-top: 2.5vw;
  }
}
.pr-loginBox_item ._btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pr-loginBox_item ._btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_item ._btn {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-loginBox_item ._btn .co-btnStyle1 {
    max-width: 250px;
  }
}
.pr-loginBox_item ._link {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pr-loginBox_item ._link {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_item ._link {
    margin-top: 5vw;
  }
}
.pr-loginBox_item ._link a {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .pr-loginBox_item ._link a {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginBox_item ._link a {
    padding: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secSalonLogin .pr-loginBox_head {
    display: block;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secSalonLogin .pr-loginBox_head {
    padding: 0 0 5vw;
  }
}
.pr-secSalonLogin .pr-loginBox_head ._title {
  flex-basis: 100%;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .pr-secSalonLogin .pr-loginBox_head ._title ._logo {
    width: 50px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .pr-secSalonLogin .pr-loginBox_head ._title ._txt {
    margin-left: 5vw;
  }
}
.pr-secSalonLogin .pr-loginBox_head ._title ._txt span {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pr-secSalonLogin .pr-loginBox_head ._title ._txt span {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secSalonLogin .pr-loginBox_head ._title ._txt span {
    font-size: 5.5vw;
  }
}
.pr-secSalonLogin .pr-loginBox_head ._title ._txt p {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pr-secSalonLogin .pr-loginBox_head ._title ._txt p {
    text-align: center;
    font-size: 22px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secSalonLogin .pr-loginBox_head ._body {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pr-secSalonLogin .pr-loginBox_head ._body {
    margin-top: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-secSalonLogin .pr-loginBox_head ._body dl dt {
    font-size: 18px;
  }
}
.pr-secSalonLogin .pr-loginBox_head ._body dl dd {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .pr-secSalonLogin .pr-loginBox_head ._body dl dd {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secSalonLogin .pr-loginBox_head ._body dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .pr-secSalonLogin .pr-loginBox_item.-login {
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .pr-secSalonLogin .pr-loginBox_item.-regist {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .pr-secSalonLogin .pr-loginBox_item ._cat {
    color: #fff;
  }
}
.pr-secSalonLogin .pr-loginBox_item ._title {
  color: #fff;
}
.pr-secSalonLogin .pr-loginBox_item ._form dl dt {
  color: #fff;
}
.pr-secSalonLogin .pr-loginBox_item ._form ._passwordHint {
  color: #fff;
}
.pr-secSalonLogin .pr-loginBox_item .co-error {
  color: #fff;
}

.pr-loginPopCover {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 33, 35, 0.83);
  transition: 0.4s;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.pr-loginPopCover.is-visible {
  z-index: 10000;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.pr-loginPop {
  width: 840px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F4F4EF;
  border-radius: 5px;
  transition: 0.4s;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .pr-loginPop {
    padding: 50px 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginPop {
    width: 90%;
    padding: 5vw 0;
    margin-top: 12.5vw;
  }
}
.pr-loginPop.is-visible {
  z-index: 10000;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .pr-loginPop.is-visible {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginPop_in {
    height: 70vh;
    overflow-y: scroll;
  }
}
.pr-loginPop_close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -120px;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  transition-duration: 1.2s;
}
@media screen and (min-width: 769px) and (max-width: 1329px) {
  .pr-loginPop_close {
    top: -100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .pr-loginPop_close {
    right: 0;
    top: -10vw;
  }
}
.pr-loginPop_close button {
  transition: all 0.3s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .pr-loginPop_close button {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.pr-loginPop_close button > span {
  font-size: 0;
  position: absolute;
}
.pr-loginPop_close button::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/common/ico_close2_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .pr-loginPop_close button::before {
    width: 7.5vw;
    height: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-loginPop_close button:hover {
    opacity: 0.7;
  }
}
.pr-loginPop.is-visible .pr-loginPop_close {
  transition-delay: 0.8s;
  opacity: 1;
}

.pr-popUp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.pr-popUpCover {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 33, 35, 0.83);
  transition: 0.4s;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.pr-popUpCover.is-visible {
  z-index: 10000;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .pr-popUp {
    max-width: 840px;
    width: 90%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pr-popUp {
    width: 90%;
    margin-top: 12.5vw;
  }
}
.pr-popUp.is-visible {
  z-index: 10000;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .pr-popUp.is-visible {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-popUp_in {
    height: 80vh;
    overflow-y: scroll;
  }
}
.pr-popUp_close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -120px;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  transition-duration: 1.2s;
}
@media screen and (min-width: 769px) and (max-width: 1329px) {
  .pr-popUp_close {
    top: -100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .pr-popUp_close {
    right: 0;
    top: -10vw;
  }
}
.pr-popUp_close button {
  transition: all 0.3s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .pr-popUp_close button {
    width: 7.5vw;
    height: 7.5vw;
  }
}
.pr-popUp_close button > span {
  font-size: 0;
  position: absolute;
}
.pr-popUp_close button::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/common/ico_close2_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .pr-popUp_close button::before {
    width: 7.5vw;
    height: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-popUp_close button:hover {
    opacity: 0.7;
  }
}
.pr-popUp.is-visible .pr-popUp_close {
  transition-delay: 0.8s;
  opacity: 1;
}

[data-filter-container] [data-filter-group] {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.5s ease-in-out;
}
[data-filter-container] [data-filter-group].is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
[data-filter-container] [data-filter-group] [data-filter] {
  display: block;
}
[data-filter-container] [data-filter-group] [data-filter].is-hidden {
  display: none;
}
[data-filter-container] [data-filter-group] [data-filter-noitem] {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
[data-filter-container] [data-filter-group] [data-filter-noitem].is-visible {
  opacity: 1;
}

[data-accordion] [data-accordion-cnt] {
  display: block grid;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}
[data-accordion] [data-accordion-cnt] > * {
  overflow: hidden;
}
[data-accordion] [data-accordion-cnt].is-visible {
  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-visible {
  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: all 0.3s ease-out;
  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 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;
}

.gm-style .gm-style-iw.gm-style-iw-c {
  background: #F4F4EF !important;
  overflow: visible !important;
  padding: 20px 10px 10px 20px !important;
}
@media screen and (max-width: 768px) {
  .gm-style .gm-style-iw.gm-style-iw-c {
    padding: 10px 10px 10px 10px !important;
  }
}
.gm-style .gm-style-iw-tc::after {
  background: #f4f4ef !important;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece, .gm-style .gm-style-iw-d::-webkit-scrollbar-track {
  background: #f4f4ef !important;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar-thumb {
  background: #121516 !important;
}
.gm-style .gm-style-iw-chr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gm-style .gm-style-iw-chr button {
  transition: all 0.3s ease-out;
  width: 40px !important;
  height: 40px !important;
  background: #1c2123 !important;
  border-radius: 100px !important;
  transform: translate(50%, -50%) !important;
  color: #fff !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  opacity: 1 !important;
}
@media screen and (min-width: 769px) {
  .gm-style .gm-style-iw-chr button:hover {
    opacity: 0.8 !important;
  }
}
.gm-style .gm-style-iw-chr button::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common/ico_close1_white.svg) no-repeat center/contain;
}
.gm-style .gm-style-iw-chr button > span {
  display: none !important;
}

.pr-mapInfo {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pr-mapInfo {
    width: 300px;
  }
}
.pr-mapInfo > ul > li {
  display: flex;
  align-items: flex-start;
}
.pr-mapInfo > ul > li + li {
  margin-top: 20px;
}
.pr-mapInfo > ul > li > ._img {
  width: 120px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .pr-mapInfo > ul > li > ._img {
    width: 30%;
  }
}
.pr-mapInfo > ul > li > ._img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.pr-mapInfo > ul > li > ._txt {
  flex-grow: 1;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .pr-mapInfo > ul > li > ._txt {
    padding-left: 10px;
  }
}
.pr-mapInfo > ul > li > ._txt ._title {
  font-size: 11px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-display: swap;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .pr-mapInfo > ul > li > ._txt ._title {
    font-size: 10px;
  }
}
.pr-mapInfo > ul > li > ._txt ._branch {
  margin-top: 5px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-display: swap;
  font-size: 11px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .pr-mapInfo > ul > li > ._txt ._branch {
    font-size: 10px;
  }
}
.pr-mapInfo > ul > li > ._txt ._link {
  margin-top: 8px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  color: #847344;
  font-size: 11px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .pr-mapInfo > ul > li > ._txt ._link {
    font-size: 10px;
  }
}
.pr-mapInfo > ul > li > ._txt ._link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/common/ico_arrow1_gold.svg) no-repeat center/contain;
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  .pr-mapInfo > ul > li > ._txt ._link:hover {
    text-decoration: underline;
  }
}

@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-maitenance {
  position: relative;
  background: #1c2123;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pr-maitenance {
    height: 100svh;
  }
}
.pr-maitenance_logo {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .pr-maitenance_logo {
    width: 32.5vw;
    left: 5vw;
    top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .pr-maitenance_cnt1 {
    max-width: 630px;
    padding: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .pr-maitenance_cnt1 {
    padding: 5vw;
  }
}
.pr-maitenance_cnt1 h2 {
  font-family: "Cinzel", serif;
  font-weight: 600;
  font-display: swap;
  font-size: 28px;
  color: #847344;
}
@media screen and (max-width: 768px) {
  .pr-maitenance_cnt1 h2 {
    font-size: 6.25vw;
  }
}
.pr-maitenance_cnt1 p {
  color: #fff;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-display: swap;
}
@media screen and (min-width: 769px) {
  .pr-maitenance_cnt1 p {
    margin-top: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pr-maitenance_cnt1 p {
    margin-top: 7.5vw;
    font-size: 3.25vw;
  }
}

.pr-secStyleGuide_item {
  padding: 20px;
  box-shadow: 0px 0px 0px 5px rgba(255, 0, 0, 0.05) inset;
}
.pr-secStyleGuide_item + .pr-secStyleGuide_item {
  margin-top: 50px;
}
.pr-secStyleGuide_item_display {
  padding: 5px;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 255, 0.05) inset;
}
.pr-secStyleGuide_item_code {
  margin-top: 20px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(18, 21, 22, 0.8);
}

#cboxContent {
  overflow: visible;
  background: #000;
}
@media screen and (min-width: 769px) {
  #cboxContent {
    margin: 0 100px;
  }
}
@media screen and (max-width: 768px) {
  #cboxContent {
    margin: 10vw 0 0 0;
  }
}

#cboxTitle,
#cboxCurrent,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  display: none !important;
}

#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #cboxClose {
    width: 80px;
    height: 80px;
    top: 0;
    right: -100px;
  }
}
@media screen and (max-width: 768px) {
  #cboxClose {
    width: 7.5vw;
    height: 7.5vw;
    top: -10vw;
    right: 0px;
  }
}
#cboxClose > span {
  font-size: 0;
  position: absolute;
}
#cboxClose::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/common/ico_close2_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  #cboxClose::before {
    width: 7.5vw;
    height: 7.5vw;
  }
}

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