@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #000000;
  background: #08223a;
  background-size: 40px 40px;
}

main {
  margin-top: 70px;
  position: relative;
}
@media (max-width: 575px) {
  main {
    margin-top: 49px;
  }
}

p {
  line-height: 1.6;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 98%;
  }
}

.inner {
  width: min(90%, 1300px);
  margin-inline: auto;
  box-sizing: border-box;
  background-color: #fff9e8;
  border: 1px solid #000000;
  padding: 40px 40px 60px;
  margin: 30px auto 100px;
  border: 1px solid #b99859;
  outline-offset: 8px;
  outline: 2px solid #b99859;
}
@media (max-width: 767px) {
  .inner {
    padding: 30px 10px 20px;
  }
}

.kvarea {
  background-color: #072137;
  background-image: url(../img/kvbg.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  .kvarea {
    background-image: url(../img/kvbgsp.jpg);
    background-position: center bottom;
  }
}

h1 img {
  max-width: 750px;
  width: 92%;
}

h2 {
  text-align: center;
  font-weight: 600;
  font-family: "Cormorant Unicase", serif;
  color: #897839;
  font-size: 40px;
  letter-spacing: 0.2rem;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    padding-bottom: 16px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: clamp(1.75rem, 1.593rem + 0.78vw, 1.875rem);
  }
}
h2 span {
  display: block;
  font-size: 20px;
  padding-top: 6px;
}
@media (max-width: 991px) {
  h2 span {
    font-size: 16px;
    padding-top: 6px;
  }
}
@media (max-width: 575px) {
  h2 span {
    font-size: 13px;
    padding-top: 0px;
  }
}
@media (max-width: 400px) {
  h2 span {
    font-size: 12px;
  }
}

.corner {
  position: relative;
  border: 2px solid #EAB966;
}
.corner .deco {
  position: absolute;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 10;
}
.corner::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #154d7b;
  background-image: radial-gradient(at 14% 85%, hsl(206, 60%, 20%) 0px, transparent 50%), radial-gradient(at 86% 3%, rgb(8, 39, 63) 0px, transparent 50%), radial-gradient(at 6% 0%, rgb(5, 31, 48) 0px, transparent 50%), radial-gradient(at 97% 93%, rgb(5, 29, 44) 0px, transparent 50%);
  z-index: -2;
}
.corner .deco-top-left {
  top: 0;
  left: 0;
  background-image: url(../img/corner_a.png);
}
@media (max-width: 767px) {
  .corner .deco-top-left {
    background-size: 60px;
  }
}
.corner .deco-top-right {
  top: 0;
  right: 0;
  background-image: url(../img/corner_b.png);
  background-position: top right;
}
@media (max-width: 767px) {
  .corner .deco-top-right {
    background-size: 60px;
  }
}
.corner .deco-bottom-left {
  bottom: 0;
  left: 0;
  background-position: bottom left;
  background-image: url(../img/corner_c.png);
}
@media (max-width: 767px) {
  .corner .deco-bottom-left {
    background-size: 60px;
    left: 0;
  }
}
.corner .deco-bottom-right {
  bottom: 0;
  right: 0;
  background-position: bottom right;
  background-image: url(../img/corner_d.png);
}
@media (max-width: 767px) {
  .corner .deco-bottom-right {
    background-size: 60px;
  }
}

.section-fairinfo {
  margin-top: 88px;
}
.section-fairinfo h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-family: "Cormorant Unicase", serif;
  font-size: clamp(1.625rem, 1.292rem + 0.69vw, 1.813rem);
  font-weight: 600;
  color: #aa954a;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.section-fairinfo h3::before, .section-fairinfo h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-image: url("../img/line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 910px 3px;
}
.section-fairinfo h3 {
  /* 上のボーダー */
}
.section-fairinfo h3::before {
  top: -4px;
}
.section-fairinfo h3 {
  /* 下のボーダー */
}
.section-fairinfo h3::after {
  bottom: -4px;
}
@media (max-width: 767px) {
  .section-fairinfo h3 {
    font-size: clamp(1.25rem, 0.9rem + 0.99vw, 1.375rem);
    height: 64px;
    padding: 7px 30px;
  }
}
@media (max-width: 575px) {
  .section-fairinfo h3 {
    line-height: 26px;
    font-size: 18px;
    padding: 7px 38px;
  }
}
.section-fairinfo h3 span {
  font-size: 37px;
  padding-left: 4px;
}
@media (max-width: 767px) {
  .section-fairinfo h3 span {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .section-fairinfo h3 span {
    font-size: 25px;
  }
}
.section-fairinfo .benefitsimg {
  margin: 0 auto;
}
.section-fairinfo .notice-date {
  font-family: "Cormorant Unicase", serif;
  font-size: 36px;
  font-weight: 800;
  color: #53451a;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 575px) {
  .section-fairinfo .notice-date {
    font-size: 26px;
  }
}
.section-fairinfo .notice-date span {
  font-size: 24px;
  letter-spacing: 0.04em;
}
@media (max-width: 575px) {
  .section-fairinfo .notice-date span {
    font-size: 18px;
  }
}
.section-fairinfo .venue-list {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
}
.section-fairinfo .venue-list dt {
  color: #555;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 10px;
}
.section-fairinfo .venue-list dd {
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 1.1rem;
}
.section-fairinfo .note-list {
  text-align: left;
  max-width: 80%;
  margin: 0 auto;
  padding: 1rem;
  background: rgba(19, 19, 19, 0.603);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .section-fairinfo .note-list {
    max-width: 98%;
  }
}
.section-fairinfo .note-list li {
  position: relative;
  padding-left: 1.3em;
}
.section-fairinfo .note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #ada87f;
}
.section-fairinfo .benefit-box {
  margin: 36px auto 24px;
  padding: 20px;
  border: 2px solid #d4af37;
  border-radius: 10px;
  background: rgb(8, 34, 58);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575px) {
  .section-fairinfo .benefit-box {
    margin: 30px auto 16px;
    text-align: start;
  }
}
.section-fairinfo .benefit-box .benefit-title {
  font-family: "Cormorant Unicase", serif;
  font-size: 22px;
  color: #b19d50;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 575px) {
  .section-fairinfo .benefit-box .benefit-title {
    font-size: 20px;
  }
}
.section-fairinfo .benefit-box p {
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .section-fairinfo .benefit-box p {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .section-fairinfo .benefit-box p {
    font-size: 15px;
  }
}

.goods_sec {
  padding-bottom: 80px;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .goods_sec {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 54px;
  }
}
.goods_sec .inner-goods {
  background-color: transparent;
}
.goods_sec h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../img/goodsh2bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 14px 10px;
  width: 90%;
  height: 90px;
  margin: 0 auto 32px;
  font-weight: bold;
  color: #e9bf6c;
  font-family: "Cormorant Unicase", serif;
}
@media (max-width: 767px) {
  .goods_sec h2 {
    width: 72%;
    margin: 0 auto;
  }
}
.goods_sec h2 span {
  padding-top: 2px;
}
.goods_sec h3 {
  text-align: center;
  font-family: "Cormorant Unicase", serif;
  color: #f3f3f3;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../img/goodsh3bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 14px 10px;
  width: 90%;
  height: 86px;
  margin: 0 auto 20px;
  font-weight: bold;
  color: #41340d;
  font-family: "Cormorant Unicase", serif;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .goods_sec h3 {
    padding: 10px 10px;
    width: 60%;
    font-size: 18px;
    max-width: 220px;
  }
}
.goods_sec .fair-btn {
  display: inline-block;
  padding: 15px;
  width: 400px;
  background: #edc53d;
  border-radius: 4px;
  color: #072137;
  font-weight: bold;
  border: 2px solid #072137;
  font-family: "Cormorant Unicase", serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .goods_sec .fair-btn {
    padding: 15px;
    font-size: 16px;
    width: 340px;
  }
}
@media (max-width: 400px) {
  .goods_sec .fair-btn {
    padding: 15px 12px;
    font-size: 13px;
    width: 94%;
  }
}
.goods_sec .fair-btn:hover {
  background: #072137;
  color: #c5a537;
  border: 2px solid #c5a537;
  text-decoration: none;
  font-weight: bold;
}

@media (min-width: 768px) {
  .orders-wrap .StyleF_Frame_ {
    justify-content: center;
  }
}

.goods-wrap {
  padding-bottom: 60px;
}
.goods-wrap .popoimg {
  max-width: 990px;
  padding-bottom: 36px;
}
@media (max-width: 575px) {
  .goods-wrap .popoimg {
    padding-bottom: 24px;
  }
}
.goods-wrap .note {
  background-color: rgb(11, 45, 70);
  padding: 12px;
  margin-top: 20px;
  border-radius: 2px;
  color: #d1d1d1;
  margin: 13px auto;
  max-width: 965px;
}
@media (max-width: 575px) {
  .goods-wrap .note {
    padding: 10px;
  }
}
.goods-wrap .note .list-info {
  margin-bottom: 0;
}
.goods-wrap .note .list-info dd .text-danger {
  color: #6eb3c4 !important;
}
.goods-wrap .note .list-info dd .note-list li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .goods-wrap .note .list-info dd .note-list li {
    font-size: 13px;
  }
}
.goods-wrap .note .list-info dd .note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #ada87f;
}
@media (max-width: 767px) {
  .goods-wrap .note .list-info dd {
    font-size: 13px;
  }
}
.goods-wrap .note .list-info dt {
  position: relative;
  margin-bottom: 8px;
  font-size: 18px;
  padding-top: 8px;
  color: #b19269;
  border-top: 1px solid rgba(136, 136, 136, 0.368627451);
}
@media (max-width: 767px) {
  .goods-wrap .note .list-info dt {
    font-size: 16px;
  }
}
.goods-wrap .note .list-info dt:first-of-type {
  border-top: none;
}
.goods-wrap .note .list-info dt::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 16px;
  background-image: url(../img/listicon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 3px;
  margin-bottom: 4px;
}
.goods-wrap .StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  gap: 15px;
}
@media (max-width: 991px) {
  .goods-wrap .StyleF_Frame_ {
    gap: 10px;
  }
}
.goods-wrap .StyleF_Item_ {
  width: calc((100% - 45px) / 4);
  padding: 15px;
  background: rgba(8, 34, 58, 0.45);
  z-index: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #b99859;
  box-shadow: 0px 0px 7px rgba(199, 175, 129, 0.78);
}
@media (max-width: 991px) {
  .goods-wrap .StyleF_Item_ {
    width: calc((100% - 20px) / 3);
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .goods-wrap .StyleF_Item_ {
    width: calc((100% - 10px) / 2);
  }
}
.goods-wrap .StyleF_Item_ img {
  display: block;
  margin-inline: auto;
}
.goods-wrap .StyleF_Item_ .img_ a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.goods-wrap .StyleF_Item_ .img_ img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.goods-wrap .StyleF_Item_ .name_ {
  margin: 1rem 0;
  text-decoration: none;
  color: #fff;
}
.goods-wrap .StyleF_Item_ .name_ a {
  text-decoration: none;
  color: #e7e7e6;
}
@media (max-width: 767px) {
  .goods-wrap .StyleF_Item_ .name_ {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .goods-wrap .StyleF_Item_ .name_ {
    font-size: 12px;
    line-height: 1.4;
  }
}
.goods-wrap .StyleF_Item_ .goods_name_ {
  color: #ffffff;
}
.goods-wrap .StyleF_Item_ .price_ {
  margin-bottom: 10px;
  text-align: right;
  font-size: 1em;
  color: #c7b5a8;
}
@media (max-width: 767px) {
  .goods-wrap .StyleF_Item_ .price_ {
    font-size: 16px;
  }
}
.goods-wrap .StyleF_Item_ .cart_ {
  margin-top: auto;
}
.goods-wrap .StyleF_Item_ .cart_ .cart_btn_ {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #414141;
  border: none;
}
@media (max-width: 575px) {
  .goods-wrap .StyleF_Item_ .cart_ .cart_btn_ {
    padding: 6px 6px 6px 6px;
    font-size: 13px;
  }
}
.goods-wrap .StyleF_Item_ .cart_ .order_ {
  background: #e8bd2d;
  border: 2px solid #0b355f;
  color: #08223a;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods-wrap .StyleF_Item_ .cart_ .reservation_ {
  background: #002345;
  border: 2px solid #c7a665;
  color: #c7a665;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods-wrap .StyleF_Item_ .cart_ .sold_out_ {
  background: #B2B2B2;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods-wrap .StyleF_Item_ .cart_ .closed_ {
  background: #B2B2B2;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goods-wrap .StyleF_Item_ .rdt_,
.goods-wrap .StyleF_Item_ .comment_ {
  display: none;
}
.goods-wrap .StyleF_Item_ .resale_request {
  text-align: center;
}
.goods-wrap .resale_request a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8A2B2B;
  border: 2px solid #c7a665;
  text-decoration: none;
  color: #cda362;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.07em;
  padding: 8px 0 8px;
  max-width: 240px;
  margin: 0 auto;
}
@media (max-width: 1267px) {
  .goods-wrap .resale_request a {
    height: 3.45vw;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .goods-wrap .resale_request a {
    font-size: 1.8vw;
    height: 4.5vw;
  }
}
@media (max-width: 767px) {
  .goods-wrap .resale_request a {
    font-size: 15px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .goods-wrap .resale_request a {
    font-size: 13px;
  }
}

.section-info .hdg-info {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 575px) {
  .section-info .hdg-info {
    margin-bottom: 20px;
  }
}
.section-info .list-info {
  margin: 32px 0;
}
@media (max-width: 575px) {
  .section-info .list-info {
    margin: 20px 0;
  }
}
.section-info .list-info dt {
  margin-top: 20px;
  padding-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  position: relative;
  color: #a7814e;
  border-top: solid 1px #c9c5a5;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .section-info .list-info dt {
    font-size: 16px;
  }
}
.section-info .list-info dt:first-of-type {
  border-top: none;
}
.section-info .list-info dt::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 17px;
  background-image: url(../img/listicon.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 3px;
  margin-bottom: 4px;
}
.section-info .list-info dd {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-info .list-info dd {
    font-size: 13px;
  }
}
.section-info .list-info dd .note-list li {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 8px;
}
.section-info .list-info dd .note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #ada87f;
}

.section-onlyshop {
  padding-bottom: 140px;
}
@media (max-width: 575px) {
  .section-onlyshop {
    padding-bottom: 40px;
  }
}
.section-onlyshop img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1000px;
}
.section-onlyshop .onlyshop-text {
  text-align: center;
  line-height: 1.8;
  color: #444;
}
@media (max-width: 575px) {
  .section-onlyshop .onlyshop-text {
    font-size: 13px;
  }
}
@media (max-width: 400px) {
  .section-onlyshop .onlyshop-text {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .section-onlyshop .onlyshop-text {
    font-size: 11px;
  }
}
.section-onlyshop {
  /* ボタンのデザイン */
}
.section-onlyshop .onlyshop-btn {
  display: inline-block;
  padding: 15px;
  width: 400px;
  background: #072137;
  border-radius: 4px;
  color: #d4af37;
  border: 2px solid #d4af37;
  font-family: "Cormorant Unicase", serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .section-onlyshop .onlyshop-btn {
    padding: 15px;
    font-size: 16px;
    width: 340px;
  }
}
@media (max-width: 400px) {
  .section-onlyshop .onlyshop-btn {
    padding: 15px 12px;
    font-size: 13px;
    width: 94%;
  }
}
.section-onlyshop .onlyshop-btn {
  /* ホバーしたときの魔法のような演出 */
}
.section-onlyshop .onlyshop-btn:hover {
  background: #d4af37;
  color: #072137;
  border: 2px solid #072137;
  text-decoration: none;
  font-weight: bold;
}

.more-txt {
  display: none;
}

.read-more {
  display: block;
  width: min(100%, 200px);
  padding: 5px 0;
  color: #ffffff;
  background: #17476b;
  border: 1px solid #ffffff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .read-more {
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .read-more:hover {
    color: #fff;
    background: #3c7097;
  }
}

.pre_sales_ {
  color: #cfa554;
}
@media (max-width: 575px) {
  .pre_sales_ {
    font-size: 12px;
    line-height: 1.4;
  }
}

section#anchor-fairinfo,
section#anchor-goods,
section#anchor-info,
section#anchor-onlyshop {
  scroll-margin-top: 70px;
}

footer {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #d89700;
  background-color: #051436;
}
footer .link-pageup {
  position: fixed;
  z-index: 10;
  width: 50px;
  height: 50px;
  line-height: 45px;
  right: 40px;
  bottom: 20px;
  text-align: center;
  font-size: 20px;
  color: #977F47;
  background: rgba(0, 0, 0, 0.631372549);
  border-radius: 100vmax;
  border: 2px solid #977F47;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 575px) {
  footer .link-pageup {
    width: 40px;
    height: 40px;
    line-height: 33px;
  }
}
footer .link-pageup:hover {
  color: #666666;
}
footer img {
  margin: 0 auto;
  text-align: center;
  max-width: 560px;
  width: 70%;
}

header {
  background-color: #0d1f2e;
  border-bottom: 1px solid #555245;
  padding: 10px 20px;
  position: fixed;
  z-index: 100010;
  top: 0;
  left: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  header {
    height: 56px;
    padding: 8px 8px 4px;
  }
}
header .head_logo {
  display: flex;
  align-items: center;
}
header .head_logo .img-logo {
  display: block;
  width: 26vw;
  max-width: 140px;
}
header .menu-trigger {
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 100011;
  display: flex;
  align-items: center;
  gap: 12px;
  outline: none;
}
header .menu-trigger .toggler-text {
  color: #C69A53;
  font-weight: 900;
  font-family: "Cormorant Unicase", serif;
  letter-spacing: 0.2rem;
}
@media (max-width: 991px) {
  header .menu-trigger .toggler-text {
    display: none;
  }
}
header .menu-trigger .hamburger-icon {
  width: 30px;
  height: 21px;
  position: relative;
}
header .menu-trigger .hamburger-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #C69A53;
  transition: all 0.4s ease;
}
header .menu-trigger .hamburger-icon span:nth-child(1) {
  top: 0;
}
header .menu-trigger .hamburger-icon span:nth-child(2) {
  top: 9px;
}
header .menu-trigger .hamburger-icon span:nth-child(3) {
  top: 18px;
}
header.is-active .menu-trigger .hamburger-icon span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
header.is-active .menu-trigger .hamburger-icon span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
header.is-active .menu-trigger .hamburger-icon span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
header.is-active .full-screen-menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0s;
}
header.is-active .full-screen-menu .menu-content {
  transform: translateY(0);
  max-height: 100dvh;
  overflow-y: auto !important;
  touch-action: auto !important;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 767px) {
  header.is-active .full-screen-menu .menu-content {
    margin-bottom: 100px;
  }
}
header .full-screen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
header .full-screen-menu .menu-content {
  background: #072137;
  width: 100%;
  padding: 80px 0 40px;
  transform: translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
header .full-screen-menu .menu-content .navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 90%;
}
header .full-screen-menu .menu-content .navbar-nav .nav-item {
  border-bottom: 1px solid rgba(185, 173, 129, 0.1921568627);
}
header .full-screen-menu .menu-content .navbar-nav .nav-item:last-child {
  border-bottom: none;
}
header .full-screen-menu .menu-content .navbar-nav .nav-item .nav-link {
  font-family: "Cormorant Unicase", serif;
  color: #a79554 !important;
  font-size: 40px;
  letter-spacing: 0.2rem;
  font-size: 24px;
  font-weight: 700;
  padding: 18px 0;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
header .full-screen-menu .menu-content .navbar-nav .nav-item .nav-link span {
  font-size: 11px;
  color: #e4e4e4;
  margin-top: 4px;
  letter-spacing: 2px;
}
header .full-screen-menu .menu-content .navbar-nav .nav-item .nav-link:hover {
  background: rgba(255, 255, 255, 0.05);
}

body.js-no_scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

body.js-no_scroll {
  overflow: hidden !important;
  padding-right: 15px;
}
@media (max-width: 991px) {
  body.js-no_scroll {
    padding-right: 0;
  }
}