@charset "UTF-8";
/* layouts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap");
/* base color */
/* orizin color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.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 {
  margin-top: clamp(72px, 7.25vw, 116px);
}

@media screen and (min-width: 901px) {
  .l-mv_wrap {
    padding-left: clamp(80px, 18.6666666667vw, 168px);
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .l-mv_wrap {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1601px) {
  .l-mv_wrap {
    padding-left: 10.5%;
  }
}
.l-mv_wrap br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-mv_wrap br {
    display: block;
  }
}

.l-mv_headline {
  margin-bottom: 22px;
  font-size: clamp(1.75rem, 6.2222222222vw, 3.5rem);
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .l-mv_headline {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .l-mv_headline {
    line-height: 1.4;
  }
}
@media screen and (max-width: 375px) {
  .l-mv_headline {
    font-size: clamp(1.625rem, 3.1111111111vw, 1.75rem);
  }
}

.l-mv_caption {
  font-size: clamp(0.9375rem, 2vw, 1.125rem);
  font-weight: 500;
}

.l-mv_pic {
  margin-top: clamp(32px, 4vw, 36px);
  margin-right: -40px;
  opacity: 0;
  -webkit-animation: nuru 2s forwards;
          animation: nuru 2s forwards;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.l-mv_pic img {
  min-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .l-mv_pic {
    width: 100vw;
  }
  .l-mv_pic img {
    margin-right: 0 !important;
  }
}

.l-mv_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 16px 4px 32px;
  border-radius: 9999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #333;
  width: 34px;
  height: 151px;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  text-orientation: sideways;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 900px) {
  .l-mv_scroll {
    display: none;
  }
}
.l-mv_scroll .-line {
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 1px;
  height: 30px;
  overflow: hidden;
}
.l-mv_scroll .-line::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #333;
  display: inline-block;
  -webkit-animation: scrollLine 2s ease-in-out 2s infinite;
          animation: scrollLine 2s ease-in-out 2s infinite;
  opacity: 0;
}
@media (hover: hover) {
  .l-mv_scroll:hover {
    opacity: 1;
    background-color: #333;
    color: #fff;
  }
  .l-mv_scroll:hover .-line::after {
    background-color: #fff;
  }
  .l-mv_scroll:hover::after {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    transform: translateX(-50%) scale(1, 0);
    -webkit-transform: translateX(-50%) scale(1, 0);
    -ms-transform: translateX(-50%) scale(1, 0);
  }
}
@media (hover: none) {
  .l-mv_scroll {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .l-mv_scroll:active {
    opacity: 1;
    background-color: #333;
    color: #fff;
  }
  .l-mv_scroll:active .-line::after {
    background-color: #fff;
  }
  .l-mv_scroll:active::after {
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    transform: translateX(-50%) scale(1, 0);
    -webkit-transform: translateX(-50%) scale(1, 0);
    -ms-transform: translateX(-50%) scale(1, 0);
  }
}

@-webkit-keyframes scrollLine {
  0%, 100%, 50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
  }
  23% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    opacity: 1;
  }
  24% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    opacity: 0;
  }
  26% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    opacity: 0;
  }
  27% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    opacity: 1;
  }
}

@keyframes scrollLine {
  0%, 100%, 50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
  }
  23% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    opacity: 1;
  }
  24% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    opacity: 0;
  }
  26% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    opacity: 0;
  }
  27% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    opacity: 1;
  }
}