@charset "UTF-8";
/* layouts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Sawarabi+Mincho&display=swap");
@import url("https://use.typekit.net/fqb6tbl.css");
/* base color */
/* template color */
/* orizin color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
@font-face {
  font-family: "Baskerville";
  src: local("Baskerville"), url("../../asset/fonts/Baskerville.woff") format("woff");
}
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@-webkit-keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide-Right {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop-slide-Left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loop-slide-Left {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-mv {
  padding: 0;
}
@media screen and (min-width: 1201px) {
  .l-mv {
    max-width: 100%;
    margin: 0;
  }
}
.l-mv figure {
  overflow: hidden;
  width: 100%;
  -webkit-transition: opacity 2000ms !important;
  transition: opacity 2000ms !important;
}
@media screen and (min-width: 1001px) {
  .l-mv figure {
    height: 48.75vw;
  }
}
@media screen and (max-width: 450px) {
  .l-mv figure {
    height: 208px;
  }
}
.l-mv figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-animation: mv-pic 3s ease-in-out forwards;
          animation: mv-pic 3s ease-in-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  min-height: 208px;
  object-fit: cover;
}
.l-mv .-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: clamp(8px, 2.3333333333vw, 21px);
}
.l-mv .-catch span {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-size: clamp(0.625rem, 1.7777777778vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.002em;
  text-indent: 0.002em;
}
@media screen and (max-width: 1200px) {
  .l-mv-sns {
    display: none !important;
  }
}
.l-mv-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  position: absolute;
  right: 2.25vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.l-mv-sns li {
  width: 30px;
  height: 30px;
  margin-top: 0;
}
.l-mv-sns li + li {
  margin-top: 0;
}
.l-mv-sns a {
  padding: 0;
  width: 30px;
  height: 30px;
  display: block;
}
.l-mv-sns a svg defs rect {
  width: 30px;
  height: 30px;
}

@-webkit-keyframes mv-pic {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes mv-pic {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}