*,
*: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-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;
  }
}

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

.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-slim.css.map */