/*media*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*20250511 add*/
body {
  background: #000;
}

p {
  font-size: 1.8rem;
  line-height: 2.5em;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 2rem;
  }
}

.ob-1 {
  letter-spacing: -0.9em;
}

@media screen and (max-width: 767px) {
  header .header__menu {
    padding-right: 2rem;
  }
}
.mv__Area {
  background: none;
  height: auto;
  padding-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .mv__Area {
    width: 100%;
  }
}
.mv__Area .in__box {
  max-width: 1615px;
}
@media screen and (max-width: 1600px) {
  .mv__Area .in__box {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .mv__Area .in__box {
    max-width: none;
  }
}

.mv-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 138rem;
  background: url(https://gigaplus.makeshop.jp/barlemonhart/images/artaste/story/mv-1.webp) no-repeat top center/cover;
  z-index: -1;
  
   /* フェードイン用アニメーションに差し替え */
  animation-name: fade-in-stay;
  animation-duration: 2.5s;             /* 好きな秒数に調整 */
  animation-timing-function: ease-in; /* イージングもお好みで */
  animation-iteration-count: 1;       /* １回だけ再生 */
  animation-fill-mode: forwards;      /* 最終状態（opacity:1）を維持 */ 
 
}
@media screen and (max-width: 767px) {
  .mv-background {
    height: 80rem;
    background-size: auto 100%;
  }
}

@keyframes fade-in-stay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv__title_box {
  padding-top: 24rem;
}

.mv__title {
  font-size: 0;
}
.mv__title .main-text {
  display: block;
  font-size: 12rem;
  font-family: "Outfit", sans-serif;
  letter-spacing:0.05em;
}
@media screen and (max-width: 767px) {
  .mv__title .main-text {
    font-size: 4.5rem;
  }
}
.mv__title .sub-text {
  font-size: 1.8rem;
  line-height: 1em;
}

.mv__title-sub {
  padding-top: 13rem;
  font-size: 6rem;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .mv__title-sub {
    font-size: 4.5rem;
  }
}

.mv__sub_box {
  color: #fff;
  margin: 16rem 0 0 auto;
  width: 50%;
  min-width: 62rem;
}
@media screen and (max-width: 767px) {
  .mv__sub_box {
    width: 100%;
    min-width: auto;
  }
}

.mv__sub-title {
  font-size: 4rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .mv__sub-title {
    font-size: 3rem;
  }
}

.Loop__Area {
  padding: 95rem 0 15.5rem;
  margin-top: -12rem;
  text-align: center;
  position: relative;
  background: linear-gradient(transparent 11rem, #fff 0);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Loop__Area {
    padding-top: 48rem;
    background: linear-gradient(transparent 6rem, #fff 0);
  }
}
.Loop__Area .Area__title {
  font-size: 4rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  padding-bottom: 5.5rem;
}
.Loop__Area p {
  text-align: center;
}
.Loop__Area .scrolling-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 78.5rem;
  background: url(https://gigaplus.makeshop.jp/barlemonhart/images/artaste/story/bg-1.webp) repeat-x top left/auto 100%;
  animation: scroll-bg 30s linear infinite;
}

@media screen and (max-width: 767px) {
  .Loop__Area .scrolling-background {
    width: 300%;
    height: 39.25rem;
  }
}

@keyframes scroll-bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  @keyframes scroll-bg {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-64%);
    }
  }
}
.Brand__Area {
  color: #fff;
  padding: 19rem 0 72.5rem;
  background: #000 url(https://gigaplus.makeshop.jp/barlemonhart/images/artaste/story/bg-2.webp) no-repeat bottom center/100% auto;
}
@media screen and (max-width: 767px) {
  .Brand__Area {
    padding: 19rem 0 30rem;
    background-size: 170% auto;
  }
}
.Brand__Area .in__box {
  align-items: flex-start;
}
@media screen and (max-width: 1300px) {
  .Brand__Area .in__box {
    max-width: 85%;
  }
  .Brand__Area .in__box img {
    width: 42%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .Brand__Area .in__box {
    max-width: none;
  }
  .Brand__Area .in__box img {
    width: 80%;
    margin: 0 auto 4rem;
  }
}
.Brand__Area .Area__title {
  font-size: 4rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  line-height:1.6em;
  text-align: justify;
  margin: 0 0 6rem -2.5rem;
}
@media screen and (max-width: 767px) {
  .Brand__Area .Area__title {
    text-align: center;
    margin-left: auto;
  }
}
.Brand__Area .text__box-wide {
  width: 100%;
  padding: 12rem 0;
  text-align: center;
}
.Brand__Area .text__box-wide p {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.2em;
}
.Brand__Area .text__box-wide .Area__title {
  text-align: center;
  padding-top: 9rem;
  font-size: 3.7rem;
}

footer {
  padding: 17rem 0 2rem;
  background: #000;
}/*# sourceMappingURL=style2.css.map */

