@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap");
.fadeIn {
  opacity: 0;
  -webkit-animation: animate-fadeIn 0.5s forwards;
          animation: animate-fadeIn 0.5s forwards;
}

@-webkit-keyframes animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-animation: animate-fadeInUp 0.5s forwards;
          animation: animate-fadeInUp 0.5s forwards;
}

@-webkit-keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.fadeInLft {
  opacity: 0;
  -webkit-animation: animate-fadeInLft 0.5s forwards;
          animation: animate-fadeInLft 0.5s forwards;
}

@-webkit-keyframes animate-fadeInLft {
  from {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-fadeInLft {
  from {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.fadeInRgt {
  opacity: 0;
  -webkit-animation: animate-fadeInRgt 0.5s forwards;
          animation: animate-fadeInRgt 0.5s forwards;
}

@-webkit-keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes animate-fadeInRgt {
  from {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.fadeInRoll {
  opacity: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-animation: animate-fadeInRoll 0.8s forwards;
          animation: animate-fadeInRoll 0.8s forwards;
}

.open.fadeInRoll {
  opacity: 1;
  visibility: visible !important;
  -webkit-animation: animate-fadeIn 0.5s forwards !important;
          animation: animate-fadeIn 0.5s forwards !important;
}

@-webkit-keyframes animate-fadeInRoll {
  from {
    opacity: 0;
  }
  85% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  90% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes animate-fadeInRoll {
  from {
    opacity: 0;
  }
  85% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  90% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.scaleUp {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-animation: animate-scaleUp 0.8s forwards;
          animation: animate-scaleUp 0.8s forwards;
}

@-webkit-keyframes animate-scaleUp {
  0% {
    -webkit-transform: scale(0.7) translate(0, 0);
            transform: scale(0.7) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  77% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  90% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}

@keyframes animate-scaleUp {
  0% {
    -webkit-transform: scale(0.7) translate(0, 0);
            transform: scale(0.7) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
            transform: scale(0.98, 0.9) translate(0, 5px);
    opacity: 1;
  }
  65% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
            transform: scale(1.02, 1) translate(0, 8px);
  }
  77% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
            transform: scale(0.98, 1.05) translate(0, -8px);
  }
  90% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
            transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ffEN {
  font-family: Helvetica Neue, Helvetical, Arial, sans-serif;
  font-weight: 900;
}

.font-biz {
  font-family: "BIZ UDPMincho", serif;
}

.mincho {
  font-family: YakuHanMP, "Shippori Mincho", serif;
}

.ls0 {
  letter-spacing: 0 !important;
}

.link__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
  width: 450px;
  height: 78px;
  color: #000;
  background: #fff;
  margin: 0 auto;
}
.link__btn:after {
  content: "";
  position: absolute;
  top: 35px;
  right: 40px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body {
  color: #000000;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.fv-hero {
  position: relative;
}
.fv-hero__logo {
  position: absolute;
  top: 2.5%;
  left: 50%;
  width: calc(280 / 750 * 100vw);
  height: calc(50 / 750 * 100vw);
  background: #000;
  -webkit-mask-image: url(../images/logo.svg);
          mask-image: url(../images/logo.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.fv-hero__text {
  position: absolute;
  top: 9.5%;
  left: 2.5%;
}
.fv-hero__title {
  font-size: calc(38 / 750 * 100vw);
  line-height: 1.35;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.fv-hero__title span {
  display: block;
  font-size: calc(22 / 750 * 100vw);
}
.fv-hero__price {
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.35;
  letter-spacing: 0.1em;
  margin-top: 0.25em;
}
.fv-hero__price span {
  font-size: calc(22 / 750 * 100vw);
}
.fv-lead {
  margin-top: calc(50 / 750 * 100vw);
}
.fv-lead__title img {
  width: auto;
  height: calc(250 / 750 * 100vw);
}
.fv-lead__body {
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.7;
  text-align: justify;
  margin-top: calc(35 / 750 * 100vw);
}
.fv-image {
  position: relative;
  margin-top: calc(50 / 750 * 100vw);
}
.fv-image__caption {
  position: absolute;
  top: 50%;
  font-size: calc(20 / 750 * 100vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fv-image__caption.--left {
  left: 0;
}
.fv-image__caption.--right {
  right: 0;
}

.column-text {
  padding: calc(40 / 750 * 100vw) 0;
  color: #fff;
  background: #a08578;
}
.column-text__title {
  font-size: calc(36 / 750 * 100vw);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
.column-text__body {
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: calc(40 / 750 * 100vw);
}
.column-text__image {
  display: block;
  margin-top: calc(40 / 750 * 100vw);
}

.detail-image {
  position: relative;
  color: #fff;
}
.detail-image__text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 1em;
}
.detail-text {
  margin-top: calc(80 / 750 * 100vw);
}
.detail__title {
  font-size: calc(36 / 750 * 100vw);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.detail__body {
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: calc(40 / 750 * 100vw);
}

.links {
  margin-top: calc(120 / 750 * 100vw);
}
.links__banner {
  display: block;
  width: calc(630 / 750 * 100vw);
  margin: 0 auto;
}
.links__wrap {
  margin-top: calc(40 / 750 * 100vw);
  padding: calc(60 / 750 * 100vw) 0 calc(200 / 750 * 100vw);
  background: #f7f6f4;
}
.links__title {
  font-size: calc(36 / 750 * 100vw);
  text-align: center;
  font-weight: 500;
}
.links__text {
  width: 86%;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.9;
  margin: 1em auto 0;
}
.links__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(400 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  font-size: calc(32 / 750 * 100vw);
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin: calc(20 / 750 * 100vw) auto 0;
  color: #fff;
  background: #7b7873;
  border-radius: 100vmax;
}
.links__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.9;
  text-align: center;
  text-decoration: none;
  margin: 1em auto 0;
  color: inherit;
  border-bottom: 1px solid #000;
}
.links__shop::after {
  content: "＞";
  font-size: 0.8em;
  text-decoration: none;
  margin-left: 0.5em;
}

/* PC */
@media only screen and (min-width: 835px) {
  .fv {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
  }
  .fv-hero {
    background: #a08578;
  }
  .fv-hero__logo {
    position: absolute;
    top: 50%;
    left: 47%;
    width: calc(380px / 2);
    height: calc(50px / 2);
    background: #fff;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .fv-hero__image {
    display: block;
    width: 45%;
  }
  .fv-hero__text {
    width: 300px;
    top: auto;
    bottom: 3%;
    left: 47%;
    color: #fff;
  }
  .fv-hero__title {
    font-size: calc(38px / 2);
    line-height: 1.35;
    letter-spacing: 0.1em;
    font-weight: normal;
  }
  .fv-hero__title span {
    display: block;
    font-size: calc(22px / 2);
  }
  .fv-hero__price {
    font-size: calc(28px / 2);
    line-height: 1.35;
    letter-spacing: 0.1em;
    margin-top: 0.25em;
  }
  .fv-hero__price span {
    font-size: calc(22px / 2);
  }
  .fv-lead {
    margin-top: 0;
  }
  .fv-lead__title {
    position: absolute;
    top: 550px;
    left: 47%;
    -webkit-filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
            filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  }
  .fv-lead__title img {
    height: calc(300px / 2);
  }
  .fv-lead__body {
    font-size: 20px;
    line-height: 2;
    text-align: center;
    margin-top: 80px;
  }
  .fv-image {
    width: 50%;
    margin: 50px auto 0;
  }
  .fv-image__caption {
    font-size: 12px;
  }
  .column {
    max-width: 1300px;
    margin: 0 auto 0;
  }
  .column-text {
    position: relative;
    color: #fff;
    padding: 50px 0;
    background: #a08578;
    z-index: 1;
  }
  .column-text__title {
    font-size: 22px;
    text-align: center;
    padding: 0;
  }
  .column-text__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 35px;
    max-width: 800px;
    margin: 30px auto 0;
  }
  .column-text__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px;
    margin-top: 10px;
  }
  .column-text__body {
    font-size: 16px;
    line-height: 2.2;
    margin: 0;
  }
  .detail {
    max-width: 800px;
    margin: 0 auto;
  }
  .detail-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
    margin-top: 50px;
    color: #000;
  }
  .detail-image__text {
    position: static;
    left: 0;
    bottom: 0;
    padding-bottom: 1em;
  }
  .detail-text {
    margin-top: 50px;
  }
  .detail__title {
    font-size: 20px;
  }
  .detail__body {
    font-size: 16px;
    line-height: 2.2;
    margin: 20px 0 0;
  }
  .detail__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 350px;
  }
  .links {
    margin-top: 100px;
  }
  .links__button {
    width: 400px;
    height: 80px;
    font-size: 22px;
    margin: 20px auto 0;
  }
  .links {
    margin-top: 150px;
  }
  .links__banner {
    display: block;
    width: 800px;
    margin: 0 auto;
  }
  .links__wrap {
    margin-top: 50px;
    padding: 40px 0 100px;
  }
  .links__title {
    font-size: 20px;
  }
  .links__text {
    font-size: 16px;
    text-align: center;
  }
  .links__button {
    width: 400px;
    height: 80px;
    font-size: 22px;
    margin: 20px auto 0;
  }
  .links__shop {
    font-size: 16px;
  }
}
/* PC ここまで */