@import url("https://use.typekit.net/gcy2lyv.css");
body {
  max-width: 1920px;
  margin-inline: auto;
  color: #40332E;
  -webkit-font-smoothing: antialiased !important;
}
body.no-scroll {
  overflow: hidden;
}
body .allBox {
  position: relative;
}
body main#main {
  padding-top: 122px;
}
@media (max-width: 1100px) {
  body main#main {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  body main#main {
    padding-top: 60px;
  }
}

.sec.sec-bar {
  position: relative;
}
.sec.sec-bar::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #9A0404;
  width: 1px;
  height: 0;
  -webkit-animation: bar-anim infinite 2.5s;
          animation: bar-anim infinite 2.5s;
}
@media (max-width: 767px) {
  .sec.sec-bar::before {
    width: 1px;
    top: 275px;
  }
}
.sec .inner {
  max-width: 1320px;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@-webkit-keyframes bar-anim {
  0% {
    height: 0px;
  }
  100% {
    height: 100px;
  }
}

@keyframes bar-anim {
  0% {
    height: 0px;
  }
  100% {
    height: 100px;
  }
}
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 122px;
}
@media (max-width: 1100px) {
  .header {
    height: 110px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header .gNav {
  margin: 10px 0 12px;
}
@media (max-width: 767px) {
  .header .gNav {
    margin: 0;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding-top: 60px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}
.header.active .gNav {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.header-inner {
  max-width: 1320px;
  padding: 0 20px;
  margin-inline: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .header-inner {
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    background: #fff;
  }
}

.header-cont {
  padding: 10px 0 13px;
}
@media (min-width: 768px) {
  .header-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-cont .header-logo {
  display: block;
  max-width: 310px;
  width: 70%;
}
@media (min-width: 768px) {
  .header-cont .header-logo:hover {
    opacity: 0.7;
  }
}
.header-cont .cvNav {
  margin-left: auto;
  width: 42.9%;
  min-width: 515px;
}
@media (max-width: 1100px) {
  .header-cont .cvNav {
    min-width: 460px;
  }
}

footer.footer {
  background: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  footer.footer {
    padding-bottom: 70px;
  }
}
footer.footer .tel-link {
  padding: 60px 0;
}
footer.footer .bnr-area {
  background: #BE9461;
}
footer.footer .bnr-area ul {
  max-width: 1320px;
  padding: 60px 20px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  footer.footer .bnr-area ul {
    padding: 30px 20px;
  }
}
footer.footer .seller-area {
  padding: 30px 20px 40px;
}
@media (max-width: 767px) {
  footer.footer .seller-area {
    padding: 30px 20px 40px;
  }
}
footer.footer .seller-area ul {
  margin-inline: auto;
  max-width: 1320px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  footer.footer .seller-area ul {
    padding: 30px 20px;
  }
}

.footer-copyright {
  background: #000;
}

.footer-telLink {
  text-align: center;
}

.entry-btn {
  display: block;
  background: #7C0C22;
  position: relative;
  padding: 20px 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  border: 1px solid #BE9461;
  overflow: hidden;
}
@media (max-width: 767px) {
  .entry-btn {
    padding: 14px 0;
  }
}
.entry-btn .text {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .entry-btn .text {
    font-size: 14px;
  }
}
.entry-btn .bar {
  position: absolute;
  background: #fff;
  width: 50px;
  height: 1px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 1;
  -webkit-animation: ease entry-btn-anim-revers forwards 1s;
          animation: ease entry-btn-anim-revers forwards 1s;
}
@media (max-width: 767px) {
  .entry-btn .bar {
    width: 30px;
  }
}
.entry-btn .bar::after {
  content: "";
  position: absolute;
  background: #7C0C22;
  width: 0;
  height: 1px;
  top: 50%;
  left: calc(100% - 50px);
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
@media (min-width: 768px) {
  .entry-btn:hover .text {
    color: #fff;
  }
  .entry-btn:hover .bar {
    -webkit-animation: ease entry-btn-anim forwards 1s;
            animation: ease entry-btn-anim forwards 1s;
    background: #BE9461;
  }
  .entry-btn:hover .bar::after {
    width: 50px;
    -webkit-animation: ease entry-btn-after-anim infinite 1.25s;
            animation: ease entry-btn-after-anim infinite 1.25s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}

@-webkit-keyframes entry-btn-anim {
  0% {
    width: 50px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes entry-btn-anim {
  0% {
    width: 50px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes entry-btn-anim-revers {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 50px;
  }
}
@keyframes entry-btn-anim-revers {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 50px;
  }
}
@-webkit-keyframes entry-btn-after-anim {
  0% {
    width: 0;
  }
  100% {
    width: 55px;
  }
}
@keyframes entry-btn-after-anim {
  0% {
    width: 0;
  }
  100% {
    width: 55px;
  }
}
.more-btn {
  padding: 23px 0 15px;
  border-top: 1px solid #40332E;
  border-bottom: 1px solid #40332E;
  position: relative;
  display: block;
  text-align: center;
}
.more-btn.white {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.more-btn.white .text {
  color: #fff;
}
.more-btn .text {
  font-size: 16px;
  letter-spacing: 0.3em;
  font-family: "adobe-caslon-pro", serif;
  color: #40332E;
}
.more-btn .bar {
  position: absolute;
  background: #9A0404;
  width: 50px;
  height: 1px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .more-btn .bar {
    width: 30px;
  }
}

.caption {
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 5px;
}
@media (max-width: 767px) {
  .caption {
    font-size: 10px;
  }
}
.caption.white {
  color: #fff;
}
.caption.outlineBk {
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}
.caption.bgBlack {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.caption.absolute {
  position: absolute;
}
.caption.bottomright {
  bottom: 0;
  right: 0;
}
.caption.topRight {
  top: 0;
  right: 0;
  bottom: auto !important;
}
.caption.bottomLeft {
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .caption.leftBottom-pc {
    left: 0;
    bottom: 0;
    right: auto;
  }
  .caption.leftBottom-pc {
    left: 0;
    bottom: 0;
    right: auto;
  }
  .caption.textRight-pc {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .caption.absolute-sp {
    position: absolute;
  }
  .caption.bgBlack-sp {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
  }
  .caption.textRight-sp {
    text-align: right;
  }
  .caption.topRight-sp {
    top: 0;
    bottom: auto !important;
    right: 0;
  }
  .caption.bottomRight-sp {
    bottom: 0 !important;
    right: 0;
    top: auto;
    left: auto;
  }
}

.caption-cont {
  position: relative;
}
.caption-cont .caption {
  position: absolute;
  bottom: 0;
  right: 0;
}

.point-btn {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#978377), to(#867268));
  background: -webkit-linear-gradient(left, #978377 0%, #867268 100%);
  background: linear-gradient(90deg, #978377 0%, #867268 100%);
  padding: 3px;
  -webkit-transition: -webkit-filter 0.75s;
  transition: -webkit-filter 0.75s;
  transition: filter 0.75s;
  transition: filter 0.75s, -webkit-filter 0.75s;
  -webkit-box-shadow: 5px, 5px, 12px, #000;
          box-shadow: 5px, 5px, 12px, #000;
}
.point-btn .wrap {
  padding: 17px 0;
  position: relative;
  border: 1px solid #fff;
}
.point-btn .text {
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.point-btn .text .small {
  font-size: 14px;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
}
.point-btn .text .lg {
  font-size: 29px;
  letter-spacing: 0.09em;
}
@media (max-width: 800px) {
  .point-btn .text .lg {
    font-size: 21px;
  }
}
.point-btn .text .lg .kome {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.point-btn .arrow-cont {
  position: absolute;
  top: 50%;
  right: 4.9%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vw;
}
@media (max-width: 767px) {
  .point-btn .arrow-cont {
    width: 30px;
    height: 30px;
  }
}
.point-btn .arrow-cont::before, .point-btn .arrow-cont::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transition: none;
  transition: none;
  border-radius: 50%;
}
.point-btn .arrow-cont::before {
  background-color: rgba(255, 255, 255, 0.35);
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.point-btn .arrow-cont::after {
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  opacity: 0.35;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.point-btn .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: 5.3px 0;
  border-radius: 9999px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .point-btn .arrow {
    width: 14px;
  }
}
.point-btn .arrow::before, .point-btn .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
@media (max-width: 767px) {
  .point-btn .arrow::before, .point-btn .arrow::after {
    width: 8px;
  }
}
.point-btn .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.point-btn .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .point-btn.hover .arrow-cont::before {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transition: background-color 1s ease, opacity 0.8s ease 0.4s, -webkit-transform 1.2s ease;
    transition: background-color 1s ease, opacity 0.8s ease 0.4s, -webkit-transform 1.2s ease;
    transition: background-color 1s ease, opacity 0.8s ease 0.4s, transform 1.2s ease;
    transition: background-color 1s ease, opacity 0.8s ease 0.4s, transform 1.2s ease, -webkit-transform 1.2s ease;
  }
  .point-btn.hover .arrow-cont::after {
    background-color: #fff;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.6;
  }
}

.cv-btn {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 11px 13.5px;
  text-align: center;
  border: 1px solid transparent;
  max-height: 36px;
}
@media (max-width: 1100px) {
  .cv-btn {
    padding: 6px 8.5px;
  }
}
.cv-btn.white {
  background: #fff;
  color: #BE9461;
  border: 1px solid #BE9461;
}
.cv-btn.gold {
  background: #BE9461;
  color: #fff;
  border: 1px solid #BE9461;
}
.cv-btn.red {
  background: #7C0C22;
  color: #fff;
  border: 1px solid #7C0C22;
}
.cv-btn.icon-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cv-btn.icon-cont .icon {
  margin-left: 5px;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}
.cv-btn.icon-cont .tb-icon {
  margin-top: 1px;
  width: 17px;
}
@media (min-width: 768px) {
  .cv-btn:hover.white {
    background: #BE9461;
    color: #fff;
  }
  .cv-btn:hover.gold {
    background: #fff;
    color: #BE9461;
  }
  .cv-btn:hover.red {
    background: #fff;
    color: #7C0C22;
  }
  .cv-btn:hover .tb-icon {
    -webkit-filter: brightness(0) saturate(100%) invert(13%) sepia(32%) saturate(5339%) hue-rotate(329deg) brightness(98%) contrast(108%);
            filter: brightness(0) saturate(100%) invert(13%) sepia(32%) saturate(5339%) hue-rotate(329deg) brightness(98%) contrast(108%);
  }
}

.gNav-link {
  color: #40332E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-bottom: 5px;
}
.gNav-link.no-link {
  pointer-events: none !important;
  color: #CECDCE !important;
}
@media (max-width: 1100px) {
  .gNav-link {
    text-align: center;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .gNav-link {
    padding: 20px 0;
  }
}
.gNav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  border-bottom: 1px solid #7C0C22;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.gNav-link.col-1 .en {
  padding-top: 5px;
}
.gNav-link .en {
  letter-spacing: 0.2em;
  font-size: 16px;
  font-family: "adobe-caslon-pro", serif;
  line-height: 1;
}
@media (max-width: 1100px) {
  .gNav-link .en {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .gNav-link .en {
    font-size: 16px;
  }
}
.gNav-link .ja {
  font-size: 10px;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (max-width: 1100px) {
  .gNav-link .ja {
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .gNav-link .ja {
    font-size: 12px;
    line-height: 1;
  }
}
.gNav-link .ja.lg {
  font-size: 16px;
}
@media (max-width: 1100px) {
  .gNav-link .ja.lg {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .gNav-link .ja.lg {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .gNav-link.current:after {
    width: 80%;
  }
  .gNav-link:hover:after {
    width: 80%;
  }
}
.gNav-link .inLine {
  display: inline-block !important;
}

.gNav-spLink {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #BE9461;
  color: #fff;
  padding: 6px 0 8px;
}
.gNav-spLink.bgred {
  background: #7C0C22;
}
.gNav-spLink .text {
  padding-top: 8px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.gNav-spLink .icon {
  width: 30px;
}

.drawer-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 98px;
  height: 60px;
  padding: 19px 31px;
  background: #fff;
  cursor: pointer;
}
.drawer-btn .btn {
  height: 100%;
  position: relative;
}
.drawer-btn .btn .bar {
  height: 1px;
  width: 100%;
  background: #BE9461;
  position: absolute;
  left: 0;
}
.drawer-btn .btn .bar:nth-child(1) {
  top: 0;
  -webkit-animation: btn07-bar01 0.75s forwards;
          animation: btn07-bar01 0.75s forwards;
}
.drawer-btn .btn .bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.drawer-btn .btn .bar:nth-child(3) {
  top: calc(100% - 1px);
  -webkit-animation: btn07-bar03 0.75s forwards;
          animation: btn07-bar03 0.75s forwards;
}
.active .drawer-btn .btn .bar:nth-child(1) {
  -webkit-animation: active-btn07-bar01 0.75s forwards;
          animation: active-btn07-bar01 0.75s forwards;
}
.active .drawer-btn .btn .bar:nth-child(2) {
  opacity: 0;
}
.active .drawer-btn .btn .bar:nth-child(3) {
  -webkit-animation: active-btn07-bar03 0.75s forwards;
          animation: active-btn07-bar03 0.75s forwards;
}

@-webkit-keyframes btn07-bar01 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes btn07-bar01 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes btn07-bar03 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  100% {
    top: calc(100% - 1px);
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes btn07-bar03 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  100% {
    top: calc(100% - 1px);
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-btn07-bar01 {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
@keyframes active-btn07-bar01 {
  0% {
    top: 0;
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
@-webkit-keyframes active-btn07-bar03 {
  0% {
    top: calc(100% - 1px);
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@keyframes active-btn07-bar03 {
  0% {
    top: calc(100% - 1px);
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
.bnr-link {
  display: block;
  text-align: center;
  color: #fff;
}
.bnr-link .img {
  margin-bottom: 14px;
}
.bnr-link .text {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .bnr-link:hover {
    opacity: 0.7;
  }
}

.seller-link .text {
  font-size: 14px;
  line-height: 1;
  padding: 0 0 15px 5px;
}
@media (min-width: 768px) {
  .seller-link:hover {
    opacity: 0.7;
  }
}

.copyright {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 20px;
  color: #fff;
}

.more-btnArrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: 0.5px solid #fff;
  padding: 19px 0 15px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .more-btnArrow {
    padding: 20px 0 14px;
  }
}
.more-btnArrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.5px solid #fff;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(6px, 5px);
          transform: translate(6px, 5px);
  pointer-events: none;
  z-index: 1;
}
.more-btnArrow .text {
  font-size: 16px;
  letter-spacing: 0.3em;
  padding-right: 82px;
  position: relative;
}
@media (max-width: 767px) {
  .more-btnArrow .text {
    font-size: 14px;
  }
}
.more-btnArrow .arrow-cont {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.more-btnArrow .arrow {
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  width: 55px;
  height: 1px;
  margin-top: 15px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.more-btnArrow .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform: rotate(52deg);
          transform: rotate(52deg);
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
@media (min-width: 768px) {
  .more-btnArrow:hover {
    -webkit-transform: translate(6px, 5px);
            transform: translate(6px, 5px);
  }
  .more-btnArrow:hover::before {
    -webkit-transform: translate(0);
            transform: translate(0);
    border: transparent 1px solid;
  }
  .more-btnArrow:hover .arrow {
    width: 65px;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.kome {
  font-size: 10px;
  vertical-align: super;
}
.kome.rows {
  line-height: 1.3;
}

.page-ttl {
  font-size: 26px;
  letter-spacing: 0.06em;
  padding: 21px 0;
  border-top: 1px solid #BE9461;
  border-bottom: 1px solid #BE9461;
  text-align: center;
}
.page-ttl.borderWhite {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media (max-width: 767px) {
  .page-ttl {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-ttl.sp-2row {
    line-height: 1.8;
  }
}

.page-ttl-en {
  color: #978377;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-ttl-en .en {
  font-size: 48px;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-bottom: 4px;
  font-family: "adobe-caslon-pro", serif;
}
@media (max-width: 767px) {
  .page-ttl-en .en {
    font-size: 30px;
  }
}
.page-ttl-en .ja {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.page-ttl-en.type-02 .en {
  font-size: 40px;
  letter-spacing: 0.35em;
}
.page-ttl-en.type-02 .ja {
  font-size: 16px;
  letter-spacing: 0.14em;
}
.page-ttl-en.txCenter {
  text-align: center;
}
.page-ttl-en.row2 {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .page-ttl-en .sp-fz32 {
    font-size: 32px !important;
  }
}

.page-lead-ttl {
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}

.page-lead {
  font-size: 23px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: center;
}
.page-lead.fz-small {
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-lead.fz-small {
    font-size: 14px;
  }
}
.page-lead.lh18 {
  line-height: 1.8;
}
.page-lead.txCenter {
  text-align: center;
}
@media (max-width: 767px) {
  .page-lead {
    font-size: 18px;
  }
}

.page-subttl {
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 767px) {
  .page-subttl {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-subttl.sp-2row {
    line-height: 1.8;
  }
}
.page-subttl.row-2 {
  line-height: 1.8;
}

.page-sublead {
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-sublead {
    font-size: 14px;
  }
}

.line-ttl {
  font-size: 30px;
  letter-spacing: 0.09em;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-top: 75px;
}
@media (max-width: 767px) {
  .line-ttl {
    padding-top: 55px;
    font-size: 20px;
  }
}
.line-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #9A0404;
  width: 1px;
  height: 0;
  -webkit-animation: line-ttl-anim infinite 2.5s;
          animation: line-ttl-anim infinite 2.5s;
  max-height: 34px;
}

@-webkit-keyframes line-ttl-anim {
  0% {
    height: 0px;
  }
  100% {
    height: 48px;
  }
}

@keyframes line-ttl-anim {
  0% {
    height: 0px;
  }
  100% {
    height: 48px;
  }
}
.default-btn {
  border: 1px solid #978377;
  display: block;
}
.default-btn.taupe {
  background: #978377;
  color: #fff;
}
@media (min-width: 768px) {
  .default-btn.taupe:hover {
    background: #fff;
    color: #978377;
  }
}
.default-btn.white {
  background: #fff;
  color: #978377;
}
@media (min-width: 768px) {
  .default-btn.white:hover {
    background: #978377;
    color: #fff;
  }
}
.default-btn.txCenter {
  text-align: center;
}
.default-btn.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.default-btn.arrow .arrow {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (min-width: 768px) {
  .default-btn.arrow:hover {
    background: #978377;
    color: #fff;
  }
  .default-btn.arrow:hover .arrow {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.page-line-ttl {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8%;
  text-align: center;
}
@media (max-width: 767px) {
  .page-line-ttl {
    font-size: 18px;
    line-height: 1.25;
  }
}
.page-line-ttl::after, .page-line-ttl::before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  border: 1px solid #978377;
}
.page-line-ttl .ttl {
  width: 26.4%;
}
@media (max-width: 767px) {
  .page-line-ttl .ttl {
    width: 57%;
  }
}

.page-ttl-icon {
  position: relative;
}
.page-ttl-icon.center {
  text-align: center;
}
.page-ttl-icon.center .icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-ttl-icon .tx {
  font-size: 24px;
  letter-spacing: 0.6em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-ttl-icon .tx {
    font-size: 20px;
  }
}
.page-ttl-icon .icon {
  position: absolute;
  z-index: 0;
}

#modalArea {
  display: none;
}

.modal-ytb {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.modal-ytb .inr {
  position: absolute;
  top: calc(50% + 61px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1120/630;
  width: 65%;
}
@media (max-width: 767px) {
  .modal-ytb .inr {
    width: 100%;
    top: calc(50% + 30px);
  }
}
.modal-ytb .box {
  width: 98%;
  height: 100%;
  position: relative;
  padding: 15px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .modal-ytb .box {
    width: 93.5%;
  }
}
.modal-ytb .iframe {
  width: 100%;
  height: 100%;
}
.modal-ytb .iframe iframe {
  width: 100%;
  height: 100%;
}
.modal-ytb .html5-video-container video {
  width: 100% !important;
  height: 100% !important;
}
.modal-ytb .close-btn {
  right: 0;
  left: auto;
  border-radius: 100vw;
  background: #fff;
}
@media (max-width: 767px) {
  .modal-ytb .close-btn {
    width: 28px;
    height: 28px;
  }
}
.modal-ytb .close-btn .bar {
  width: 80%;
}

.js-ytbBnr {
  cursor: pointer;
}

#pageTop-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  position: fixed;
  right: 30px;
  bottom: 15px;
  width: 75px;
  z-index: 100;
}
@media (max-width: 767px) {
  #pageTop-btn {
    width: 45px;
    bottom: 75px;
    right: 5px;
  }
}
#pageTop-btn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#pageTop-btn .pageTop {
  display: block;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  opacity: 0.6;
}
@media (min-width: 768px) {
  #pageTop-btn .pageTop:hover {
    opacity: 0.8;
  }
}

.banner {
  display: block;
}
.banner.no-link {
  pointer-events: none;
}

.entry-box {
  background: #E6DED0;
  padding: 60px 20px;
}
.entry-box .entry-box-title {
  color: #40332E;
  font-size: 30px;
  letter-spacing: 0.06em;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .entry-box .entry-box-title {
    font-size: 25px;
  }
}
.entry-box .entry-box-text {
  line-height: 2;
  font-size: 16px;
  color: #40332E;
  letter-spacing: 0.06em;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .entry-box .entry-box-text {
    font-size: 14px;
  }
}
.entry-box .entry-btn {
  max-width: 400px;
  margin-inline: auto;
}

.info {
  background: #E6DED0;
  padding: 56px 20px;
}
.info .info-title {
  color: #40332E;
  letter-spacing: 0.4em;
  font-size: 20px;
  text-align: center;
  padding-bottom: 37px;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .info .info-title {
    font-size: 16px;
  }
}
.info .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .info .item {
    gap: 2%;
  }
}
@media (max-width: 767px) {
  .info .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.info .item .time {
  letter-spacing: 0.06em;
  line-height: 2;
  font-size: 16px;
}
@media (max-width: 767px) {
  .info .item .time {
    font-size: 12px;
    padding-bottom: 3px;
  }
}
.info .item .text {
  letter-spacing: 0.06em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
  font-size: 16px;
}
@media (max-width: 767px) {
  .info .item .text {
    font-size: 14px;
    line-height: 1.8;
  }
}
.info .body ul {
  max-width: 850px;
  margin-inline: auto;
}
.info .body ul li:nth-child(n+2) {
  margin-top: 13px;
}

.pageLink {
  padding-top: 315px;
  padding-left: clamp(0px, 16.67vw, 320px);
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 1100px) {
  .pageLink {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .pageLink {
    padding-top: 95px;
    padding-bottom: 75px;
  }
}
.pageLink.pageLink-img {
  background-color: rgba(64, 51, 46, 0.9);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px 520px;
}
@media (max-width: 767px) {
  .pageLink.pageLink-img {
    background-size: 767px 200px;
  }
}
.pageLink.pageLink-loc {
  background-image: url(../img/top/location-head.webp);
}
@media (max-width: 767px) {
  .pageLink.pageLink-loc {
    background-image: url(../img/top/sp/location-head-sp.webp);
  }
}
@media (max-width: 767px) {
  .pageLink.pageLink-loc .title {
    width: 250px;
  }
}
.pageLink.pageLink-access {
  background-image: url(../img/top/access-head.webp);
}
@media (max-width: 767px) {
  .pageLink.pageLink-access {
    background-image: url(../img/top/sp/access-head-sp.webp);
  }
}
@media (max-width: 767px) {
  .pageLink.pageLink-access .title {
    width: 180px;
  }
}
.pageLink.pageLink-plan {
  background-image: url(../img/top/plan-head.webp);
}
@media (max-width: 767px) {
  .pageLink.pageLink-plan {
    background-image: url(../img/top/sp/plan-head-sp.webp);
  }
}
@media (max-width: 767px) {
  .pageLink.pageLink-plan .title {
    width: 120px;
  }
}
.pageLink.pageLink-plan .banner {
  margin-top: 140px;
  display: block;
  max-width: 700px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .pageLink.pageLink-plan .banner {
    margin-top: 75px;
    padding-right: clamp(0px, 5.63vw, 90px);
  }
}
.pageLink.pageLink-design {
  background-image: url(../img/top/design-head.webp);
}
@media (max-width: 767px) {
  .pageLink.pageLink-design {
    background-image: url(../img/top/sp/design-head-sp.webp);
  }
}
@media (max-width: 767px) {
  .pageLink.pageLink-design .title {
    width: 180px;
  }
}
.pageLink .pageLink-inner {
  padding-top: 165px;
  padding-right: clamp(0px, 5.63vw, 90px);
  position: relative;
}
@media (max-width: 767px) {
  .pageLink .pageLink-inner {
    padding-top: 70px;
  }
}
.pageLink .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
@media (max-width: 1100px) {
  .pageLink .title {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .pageLink .title {
    gap: 8px;
    margin-left: auto;
  }
}
.pageLink .title .text {
  display: none;
}
.pageLink .title span img {
  width: 100%;
  height: 100%;
}
.pageLink .subtitle {
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.19em;
  color: #fff;
  padding-bottom: 37px;
}
@media (max-width: 767px) {
  .pageLink .subtitle {
    padding-bottom: 25px;
    font-size: 18px;
  }
}
.pageLink .lead-text {
  font-size: 16px;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.06em;
  padding-bottom: 37px;
}
@media (max-width: 767px) {
  .pageLink .lead-text {
    padding-bottom: 25px;
    font-size: 14px;
  }
}
.pageLink .body {
  padding-top: 140px;
  padding-left: clamp(0px, 9.27vw, 140px);
}
@media (max-width: 1100px) {
  .pageLink .body {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .pageLink .body {
    padding-top: 40px;
  }
}
.pageLink .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12.2%;
  max-width: 1140px;
}
@media (max-width: 900px) {
  .pageLink .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.pageLink .flex .img {
  max-width: 600px;
}
.pageLink .main-cont {
  max-width: 400px;
}
@media (max-width: 900px) {
  .pageLink .main-cont {
    max-width: 100%;
    padding-bottom: 55px;
  }
}
.pageLink .line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 1.75s;
  transition: 1.75s;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.pageLink .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7C0C22), color-stop(50%, #7C0C22), color-stop(50%, #fff), to(#fff));
  background-image: -webkit-linear-gradient(#7C0C22 0%, #7C0C22 50%, #fff 50%, #fff 100%);
  background-image: linear-gradient(#7C0C22 0%, #7C0C22 50%, #fff 50%, #fff 100%);
  -webkit-transition: 1.75s;
  transition: 1.75s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.pageLink.anim-up {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.pageLink.anim-up.is-move .line {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pageLink.anim-up.is-move .line::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pageLink .image-caption {
  position: absolute;
  top: 0;
  right: 0;
}

.cvNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.9%;
}

.gNav ul.gNav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .gNav ul.gNav-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 1px solid #BE9461;
  }
}
@media (max-width: 767px) {
  .gNav ul.gNav-list li.w100-sp {
    width: 100%;
    border-left: none;
    border-right: none !important;
  }
}
@media (min-width: 768px) {
  .gNav ul.gNav-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 1px solid #BE9461;
  }
}
@media (min-width: 768px) {
  .gNav ul.gNav-list li:nth-child(1) {
    border-left: 1px solid #BE9461;
  }
}
@media (max-width: 767px) {
  .gNav ul.gNav-list li {
    width: 50%;
    border-bottom: 1px solid #BE9461;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gNav ul.gNav-list li:nth-child(2n+1) {
    border-right: 1px solid #BE9461;
  }
}
@media (min-width: 768px) {
  .gNav ul.gNav-list li .gNav-link {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .gNav ul.gNav-list li .gNav-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.gNav.no-link {
  pointer-events: none;
}

.gNav-sp ul.gNav-spList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gNav-sp ul.gNav-spList li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gNav-sp ul.gNav-spList li:not(:last-child) {
  border-right: 1px solid #fff;
}
.gNav-sp ul.gNav-spList li .gNav-spLink {
  height: 70px;
}
.gNav-sp.bottomLink {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}

.tel-link {
  text-align: center;
  display: inline-block;
}
.tel-link .text {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.tel-link .link {
  display: block;
  font-family: "adobe-caslon-pro", serif;
  letter-spacing: 0.16em;
  line-height: 1;
  font-size: 45px;
  padding: 15px 0 0;
  position: relative;
  padding-left: 55px;
}
@media (max-width: 767px) {
  .tel-link .link {
    letter-spacing: normal;
  }
}
.tel-link .link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 26px;
  background: transparent url(../img/common/icon-tel.svg) no-repeat center center/cover;
}

@media (min-width: 768px) {
  .bnr-area ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.1%;
  }
}
@media (min-width: 768px) {
  .bnr-area ul li {
    width: 31.2666666667%;
  }
}
@media (max-width: 767px) {
  .bnr-area ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}

.seller-area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6.25%;
}
@media (max-width: 767px) {
  .seller-area ul {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media (max-width: 767px) {
  .seller-area ul li {
    width: 100%;
  }
  .seller-area ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .seller-area ul li .seller-link {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .seller-area .jr {
    width: 354px;
  }
}
@media (min-width: 768px) {
  .seller-area .pro {
    width: 327px;
  }
}
@media (min-width: 768px) {
  .seller-area .domani {
    width: 288px;
  }
}

.note {
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .note {
    padding: 0 20px;
  }
}
.note ul {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .note ul {
    padding: 30px 0;
  }
}
.note ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.note ul li.inline {
  display: inline;
  text-indent: 0;
  padding-left: 0;
}
.note ul li.inline .tx {
  display: inline;
}
@media (min-width: 768px) {
  .note ul li.inline-pc {
    display: inline;
    text-indent: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .note ul li.inline-pc .tx {
    display: inline;
  }
}
.note .tx {
  font-size: 12px;
  line-height: 1.8;
}
.note .space-small {
  padding: 15px 0 0;
}
.note.side-space-none {
  padding-left: 0;
  padding-right: 0;
}
.note .text-indent-none {
  text-indent: 0;
  padding-left: 0;
}

.page-image {
  position: fixed;
  top: 122px;
  left: 0;
  right: 0;
  z-index: 0;
  max-width: 1920px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .page-image {
    top: 60px;
  }
}

.mv-page-ttl.en-only .ttl .en {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .mv-page-ttl.en-only .ttl .en {
    padding-bottom: 30px;
  }
}
#limited .mv-page-ttl .ttl .en {
  font-size: 40px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  #limited .mv-page-ttl .ttl .en {
    font-size: 30px;
  }
}
#limited .mv-page-ttl .ttl .ja {
  font-size: 16px;
  padding-bottom: 36px;
}
@media (max-width: 767px) {
  #limited .mv-page-ttl .ttl .ja {
    font-size: 14px;
  }
}
.mv-page-ttl .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.mv-page-ttl .ttl .en {
  font-size: 48px;
  letter-spacing: 0.3em;
  padding-bottom: 31px;
}
@media (max-width: 767px) {
  .mv-page-ttl .ttl .en {
    font-size: 30px;
    padding-bottom: 15px;
  }
}
.mv-page-ttl .ttl .ja {
  font-size: 32px;
  letter-spacing: 0.25em;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .mv-page-ttl .ttl .ja {
    font-size: 20px;
    padding-bottom: 30px;
  }
}
.mv-page-ttl.img-ttl .ttl {
  max-width: 220px;
}
@media (max-width: 767px) {
  .mv-page-ttl.img-ttl .ttl {
    max-width: 120px;
  }
}

.mv-page {
  aspect-ratio: 1920/740;
}
@media (max-width: 767px) {
  .mv-page {
    aspect-ratio: 390/240;
  }
}
@media (min-width: 768px) {
  #limited .mv-page {
    aspect-ratio: 1920/360;
  }
}

.mv-page-inr {
  height: 100%;
  width: 100%;
}

.mv-page-cont {
  position: relative;
  height: 100%;
  width: 100%;
}
.mv-page-cont .mv-page-ttl {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.mv-page-cont .mv-page-ttl.img-ttl {
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media (max-width: 767px) {
  .mv-page-cont .mv-page-ttl.img-ttl {
    bottom: -13%;
  }
}

main#main.page .page-main {
  position: relative;
  z-index: 1;
}
main#main.page .sec {
  background: #fff;
}
main#main.page .sec.bgBeige {
  background: #F4F0EA;
}
main#main.page .sec.bgMocha {
  background: #ECE6DC;
}
main#main.page .sec.bgTransparent {
  background: transparent;
}
main#main.page .sec.first-sec {
  padding-top: 166px;
}
@media (max-width: 767px) {
  main#main.page .sec.first-sec {
    padding-top: 93px;
  }
}
main#main.page .sec.first-sec .sec-page-heading {
  padding-top: 70px;
}
@media (max-width: 767px) {
  main#main.page .sec.first-sec .sec-page-heading {
    padding-top: 30px;
  }
}
main#main.page .sec.mv-none {
  padding-top: 120px;
}
@media (max-width: 767px) {
  main#main.page .sec.mv-none {
    padding-top: 60px;
  }
}

.sec-page-heading .page-ttl {
  margin-bottom: 30px;
}
.sec-page-heading .page-ttl-en {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec-page-heading .page-ttl-en {
    margin-bottom: 30px;
  }
}
.sec-page-heading .page-subttl {
  padding-bottom: 15px;
}
.sec-page-heading.space-lg {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .sec-page-heading.space-lg {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}

.scroll-icon-cont {
  position: relative;
  scrollbar-width: none;
}
.scroll-icon-cont .scroll-area {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-icon-cont .scroll-area::-webkit-scrollbar {
  display: none;
}

.scroll-icon {
  display: none;
}
@media (max-width: 1000px) {
  .scroll-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 86px;
    pointer-events: none;
  }
}
.scroll-icon.anim-up {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.scroll-icon.anim-up.is-touch {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.scroll-icon .img {
  -webkit-animation-name: tenmetsu;
          animation-name: tenmetsu;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.scroll-icon .img.bgWhite {
  background: rgba(225, 225, 225, 0.7);
}

@-webkit-keyframes tenmetsu {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes tenmetsu {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 122px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9996;
  background: #fff;
  scrollbar-width: none;
}
@media (max-width: 767px) {
  .modal {
    top: 60px;
  }
}
.modal .inr {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .modal .inr {
    padding: 0 20px;
  }
}
.modal .cont {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal .cont::-webkit-scrollbar {
  display: none;
}

.modal-img {
  width: 767px;
}

.close-btn {
  position: absolute;
  top: 0;
  left: 20px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.close-btn .bar {
  position: absolute;
  z-index: 9996;
  background: #000;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 50%;
}
.close-btn .bar:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn .bar:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-btn {
  max-width: 320px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background: #5c6970;
  padding: 17px 0;
  border-radius: 100vw;
  cursor: pointer;
}
.modal-btn .tx {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.06em;
}
.modal-btn .icon {
  width: 23px;
  height: 23px;
  border: 1px solid #fff;
  border-radius: 100vw;
  position: relative;
}
.modal-btn .icon::before {
  content: "+";
  position: absolute;
  top: 48.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}

.touch-icon-cont {
  position: relative;
}
.touch-icon-cont .touch-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.touch-icon-cont .touch-icon.topRight {
  top: 0;
  left: auto;
  right: 0;
}

.touch-icon {
  width: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .touch-icon {
    display: none;
  }
}
.touch-icon.is-touch {
  opacity: 0;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .lg_ss_down {
    display: none;
  }
}
@media (max-width: 900px) {
  .lg_ss_up {
    display: none;
  }
}
@media (min-width: 800px) {
  .md_down {
    display: none;
  }
}
@media (max-width: 800px) {
  .md_up {
    display: none;
  }
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.displayNone {
  display: none;
}

@media (max-width: 767px) {
  .textLeft-sp {
    text-align: left !important;
  }
}

.textLeft {
  text-align: left !important;
}

@media (max-width: 767px) {
  .textRight-sp {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .marginAuto-sp {
    margin: auto;
  }
}

.print {
  display: none;
}
@media print {
  .print {
    display: inline-block;
  }
}

.anim-up {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.is-move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important;
  -o-transition-delay: 500ms !important;
  -ms-transition-delay: 500ms !important;
}

.delay2 {
  -moz-transition-delay: 600ms !important;
  -webkit-transition-delay: 600ms !important;
  -o-transition-delay: 600ms !important;
  -ms-transition-delay: 600ms !important;
}

.delay3 {
  -moz-transition-delay: 900ms !important;
  -webkit-transition-delay: 900ms !important;
  -o-transition-delay: 900ms !important;
  -ms-transition-delay: 900ms !important;
}

.delay4 {
  -moz-transition-delay: 1200ms !important;
  -webkit-transition-delay: 1200ms !important;
  -o-transition-delay: 1200ms !important;
  -ms-transition-delay: 1200ms !important;
}

.delay5 {
  -moz-transition-delay: 1500ms !important;
  -webkit-transition-delay: 1500ms !important;
  -o-transition-delay: 1500ms !important;
  -ms-transition-delay: 1500ms !important;
}

.delay6 {
  -moz-transition-delay: 1800ms !important;
  -webkit-transition-delay: 1800ms !important;
  -o-transition-delay: 1800ms !important;
  -ms-transition-delay: 1800ms !important;
}

.delay7 {
  -moz-transition-delay: 2100ms !important;
  -webkit-transition-delay: 2100ms !important;
  -o-transition-delay: 2100ms !important;
  -ms-transition-delay: 2100ms !important;
}

.delay8 {
  -moz-transition-delay: 2400ms !important;
  -webkit-transition-delay: 2400ms !important;
  -o-transition-delay: 2400ms !important;
  -ms-transition-delay: 2400ms !important;
}