@charset "UTF-8";
.main figcaption.bottomLeft::before, .main figcaption.bottomRight::before, .main figcaption.bottomRightOut::before, .main .page .sttl::before, .main .page p::before, .popup figcaption.bottomRight::before, .popup figcaption.bottomRightOut::before, .main figcaption.bottomLeft::after, .main figcaption.bottomRight::after, .main figcaption.bottomRightOut::after, .main .page .sttl::after, .main .page p::after, .popup figcaption.bottomRight::after, .popup figcaption.bottomRightOut::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main figcaption.bottomLeft::before, .main figcaption.bottomRight::before, .main figcaption.bottomRightOut::before, .main .page .sttl::before, .main .page p::before, .popup figcaption.bottomRight::before, .popup figcaption.bottomRightOut::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main figcaption.bottomLeft::after, .main figcaption.bottomRight::after, .main figcaption.bottomRightOut::after, .main .page .sttl::after, .main .page p::after, .popup figcaption.bottomRight::after, .popup figcaption.bottomRightOut::after {
  margin-top: calc((1em - 1lh) / 2);
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .hov {
      transition-property: filter;
    }
  }
  .hov:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1920px) and (min-width: 751px) {
  :root {
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

body {
  background: url(../img/common/bg.jpg) 50% 0/1000% auto repeat;
}
@media screen and (max-width: 750px) {
  body {
    background-image: url(../img/common/bg_sp.jpg);
  }
}

.fadeIn {
  opacity: 0;
  transition: 0.8s;
  transition-property: opacity;
}
.fadeIn.scrollIn {
  opacity: 1;
}

.fadeUp {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
  transition: 0.8s;
  transition-property: opacity, transform;
}
.fadeUp.scrollIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.bgRainbow {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.loading {
  width: 100%;
  height: 100vh;
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000;
}
.loading .loader {
  grid-area: 1/1;
  align-self: center;
  justify-self: center;
  width: 1rem;
  padding: 0.1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  --_m:
  	conic-gradient(#0000 10%, #000),
  	linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}

.bgGradeWhite {
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0) 100%);
}

.header__spContactBtn1 {
  border-radius: 0;
}
.header__spContactBtn1 span {
  color: #301710;
}
.header__spContactBtn1.header__trigerContact2::after {
  background-image: none;
}

.header__spNavBg {
  background-image: url(../img/common/bg_pcnav.jpg);
}
@media screen and (max-width: 850px) {
  .header__spNavBg {
    background-image: url(../img/common/bg_spnav.jpg);
  }
}

.header__spLi {
  overflow: visible;
}

.header__spNew {
  height: 20px;
  border: none;
  background: #b42714;
  border-radius: 2px;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .header__spNew.setRight {
    right: -25px;
  }
}

.header__spUp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: calc(50% - 5px);
  background: #aa7f48;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 751px) {
  .header__spUp.limited {
    top: 10%;
  }
}

@media screen and (max-width: 750px) {
  .header__spNew,
  .header__spUp {
    width: 40px;
    top: 0;
  }
}

.headerContact .contact .name,
.header__spNav .contact .name {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .headerContact .contact .name,
  .header__spNav .contact .name {
    font-size: 14px;
  }
}
.headerContact .contact .tel,
.header__spNav .contact .tel {
  display: block;
  width: 567px;
  margin: 36px auto 0;
}
@media screen and (max-width: 750px) {
  .headerContact .contact .tel,
  .header__spNav .contact .tel {
    width: 100%;
    max-width: 286px;
    margin: 16px auto 0;
  }
}
.headerContact .contact .note,
.header__spNav .contact .note {
  margin: 34px 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
@media screen and (max-width: 750px) {
  .headerContact .contact .note,
  .header__spNav .contact .note {
    margin: 16px 0 0;
    font-size: 12px;
    line-height: 20px;
  }
}
.headerContact .contact .note .line--02,
.header__spNav .contact .note .line--02 {
  margin: 14px 0 0;
}
@media screen and (max-width: 750px) {
  .headerContact .contact .note .line--02,
  .header__spNav .contact .note .line--02 {
    margin: 8px 0 0;
  }
}

.headerContact .contact {
  padding: 140px 0;
}
@media screen and (max-width: 750px) {
  .headerContact .contact {
    padding: 60px 20px 40px;
  }
}

.header__spNav .contact {
  border-bottom: 3px solid #48bcc6;
  padding: 60px 0;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .header__spNav .contact {
    padding: 50px 20px 160px;
  }
}

.header__trigerContact2 {
  border: none;
  background: linear-gradient(90deg, #c09765, #e5c7a3, #c09765);
  color: #301710;
}
.header__trigerContact2::after {
  background-color: #301710;
  background-image: url(../img/common/arw01_w.svg);
  background-position: 50% 50%;
  background-size: 11px auto;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.block_s .header__spContactBtn1.header__trigerContact2 {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 95px;
  height: 30px;
  right: 10px;
  top: 16px;
  background: transparent;
  border-radius: 15px;
  box-shadow: inset 0 0 0 1px #fff;
}
.block_s .header__spContactBtn1.header__trigerContact2 svg {
  width: 36px;
}
.block_s .header__spContactBtn1.header__trigerContact2 svg path {
  fill: #fff;
  fill-rule: evenodd;
}
.block_s .header__spContactBtn1.header__trigerContact2::after {
  content: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
.main {
  margin-bottom: 0;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
}
.main img {
  vertical-align: top;
}
.main .wrap {
  width: 15.2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .main .wrap {
    width: auto;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
@media screen and (min-width: 751px) {
  .main a[href^="tel:"] {
    pointer-events: none;
  }
}
.main figure:has(.bottomLeft),
.main figure:has(.bottomRight),
.main figure:has(.bottomRightOut) {
  position: relative;
}
.main figcaption.bottomLeft, .main figcaption.bottomRight, .main figcaption.bottomRightOut {
  position: absolute;
  right: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 1.4;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main figcaption.bottomLeft, .main figcaption.bottomRight, .main figcaption.bottomRightOut {
    font-size: 0.2rem;
  }
}
.main figcaption.bottomRight, .main figcaption.bottomRightOut {
  right: 0;
  text-align: right;
}
.main figcaption.bottomLeft {
  bottom: 0;
  left: 0;
  padding: 0 0.1rem 0.1rem;
  text-align: left;
}
.main figcaption.bottomRight {
  bottom: 0;
  padding: 0 0.1rem 0.1rem;
}
.main figcaption.bottomRightOut {
  top: 100%;
  padding: 0.1rem 0 0;
}
.main figcaption.black {
  color: #000;
}
.main figcaption.white {
  color: #fff;
}
.main .pageTitle {
  padding: 2.2rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .pageTitle {
    padding: 1.4rem 0 0;
  }
}
.main .pageTitle .text .en {
  margin: 0 auto;
}
.main .pageTitle .text .en img {
  width: 100%;
}
.main .pageTitle .text .ttl {
  margin: 0.3rem 0 0;
  color: #fff;
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .main .pageTitle .text .ttl {
    font-size: 0.36rem;
  }
}
.main .pageTitle .image {
  margin: 0.7rem 0 0;
}
@media screen and (min-width: 751px) {
  .main .pageTitle .image img {
    width: 100%;
    height: 8.7rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main .page {
  padding: 0;
}
.main .page .sttl {
  font-size: 0.4rem;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .main .page .sttl {
    font-size: 0.3rem;
  }
}
.main .page p {
  font-size: 0.26rem;
  font-weight: 500;
  line-height: 1.8461538462;
}
@media screen and (min-width: 751px) {
  .main .page p {
    font-size: 0.18rem;
  }
}
.main .page p .small {
  font-size: 0.7692307692em;
}
.main .page p sup {
  display: inline-block;
  font-size: 0.5em;
  vertical-align: middle;
  transform: translate(0, -30%);
}

.footer {
  background: #fff;
}
.footer .movie {
  position: relative;
  padding: 1.5rem 0 1rem;
}
.footer .movie .anchor {
  position: absolute;
  left: 0;
  top: -1.4rem;
}
.footer .movie .name {
  width: 3.8rem;
  margin: 0 auto;
  list-style: 1;
  font-size: 1px;
}
@media screen and (max-width: 750px) {
  .footer .movie .name {
    width: 3.54rem;
  }
}
.footer .movie .video {
  display: block;
  width: 10.7rem;
  margin: 0.6rem auto 0;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 750px) {
  .footer .movie .video {
    width: 100%;
    margin: 0.5rem 0 0;
  }
}
.footer .footer__tel {
  width: 567px;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .footer .footer__tel {
    width: 5.7rem;
  }
}
.footer .footer__tel img {
  vertical-align: top;
}
.footer .footer__bnrs .item--01 {
  width: 2.65rem;
}
.footer .footer__bnrs .item--02 {
  width: 2.7rem;
}
.footer .footer__bnrs .item--03 {
  width: 2.7rem;
}
.footer .footer__bnrs .item--04 {
  width: 1.4rem;
}
.footer .footer__bnrs .item--05 {
  width: 2.57rem;
}
.footer .footer__bnrs .item--06 {
  width: 2.27rem;
}
.footer .footer__bnrs .item--07 {
  width: 2.76rem;
}
.footer .footer__bnrs .item--08 {
  width: 2.75rem;
}
@media screen and (max-width: 750px) {
  .footer .footer__bnrs {
    display: block;
  }
  .footer .footer__bnrs .item {
    text-align: center;
  }
  .footer .footer__bnrs .item img {
    width: 100%;
  }
  .footer .footer__bnrs .item--01 {
    width: 2.65rem;
    margin: 0 0 0 1.92rem;
  }
  .footer .footer__bnrs .item--02 {
    width: 2.7rem;
    margin: 0.22rem 0 0 2.02rem;
  }
  .footer .footer__bnrs .item--03 {
    width: 2.78rem;
    margin: 0.42rem 0 0 2.1rem;
  }
  .footer .footer__bnrs .item--04 {
    width: 1.4rem;
    margin: 0.27rem 0 0 2.6rem;
  }
  .footer .footer__bnrs .item--05 {
    width: 2.57rem;
    margin: 0.3rem 0 0 2.14rem;
  }
  .footer .footer__bnrs .item--06 {
    width: 2.27rem;
    margin: 0.34rem 0 0 2.2rem;
  }
  .footer .footer__bnrs .item--07 {
    width: 2.76rem;
    margin: 0.22rem 0 0 1.83rem;
  }
  .footer .footer__bnrs .item--08 {
    width: 2.75rem;
    margin: 0.32rem 0 0 1.97rem;
  }
}

.header__triger {
  z-index: 8000;
}

.modaal-overlay {
  z-index: 8100;
}

.modaal-inner-wrapper,
.modaal-content-container {
  padding: 0;
}

.modaal-container {
  max-width: 14.4rem;
  background: transparent;
}

.modaal-wrapper .modaal-close {
  width: 0.8rem;
  height: 0.8rem;
  top: 0.2rem;
  right: 0.2rem;
  background: url(../img/common/close.svg) 50% 50%/0.23rem auto no-repeat;
  box-shadow: inset 0 0 0 1px #fff;
}
.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
  content: none;
}

.popup img {
  max-width: 100%;
  vertical-align: top;
}
.popup figure:has(.bottomRight),
.popup figure:has(.bottomRightOut) {
  position: relative;
}
.popup figcaption.bottomRight, .popup figcaption.bottomRightOut {
  position: absolute;
  right: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  line-height: 1.4;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .popup figcaption.bottomRight, .popup figcaption.bottomRightOut {
    font-size: 0.2rem;
  }
}
.popup figcaption.bottomRight {
  bottom: 0;
  padding: 0 0.1rem 0.1rem;
}
.popup figcaption.bottomRightOut {
  top: 100%;
  padding: 0.1rem 0 0;
}
.popup figcaption.black {
  color: #000;
}
.popup figcaption.white {
  color: #fff;
}

@media screen and (max-width: 750px) {
  .spZoom {
    position: relative;
  }
  .spZoom::before {
    content: "";
    display: block;
    width: 0.8rem;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    z-index: 1;
    background: url(../img/common/ico-zoom.png) 0 0/contain no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  }
}

.headerSlides:not(.headerRecommend) {
  display: none;
}/*# sourceMappingURL=unique.css.map */