@charset "utf-8";

/* -----------------------------------------------------------------
.共通css 上書き
----------------------------------------------------------------- */
@media screen and (max-width: 767px) {

}
@media print, screen and (min-width: 768px) {

}

/* -----------------------------------------------------------------
.base
----------------------------------------------------------------- */
body {
  position: relative;
  margin: 0;
  overflow: hidden;
}
body.is-animated {
  overflow: auto;
}
@media screen and (max-width: 767px) {

}
@media print, screen and (min-width: 768px) {

}

/* -----------------------------------------------------------------
.loading
----------------------------------------------------------------- */
#loader {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: var(--color_txt_base);
}
body.is-loading {
  overflow: hidden;
}


/* -----------------------------------------------------------------
.fv
----------------------------------------------------------------- */
.fv {
  width: 100%;
  background: var(--color_base);
}
.fv_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {

}
@media print, screen and (min-width: 768px) {

}

/* -----------------------------------------------------------------
.motionpath
----------------------------------------------------------------- */
.motionpath_wrapper {
  position: relative;
/*  height: 230vh;  スクロールの余白確保 */
  z-index: 1;
}
.motionpath {
  position: relative;
  top: 0;
  height: 100svh;
  min-height: 100svh;
  z-index: 10;
/*  pointer-events: none;*/
  overflow: hidden;
}
.is-animated .motionpath {
  height: auto;
}
/* アニメ後に通常位置へ戻す（固定解除） */
/*
.motionpath.unfixed {
  position: relative;
  height: auto;
  pointer-events: auto;
}
*/
@media screen and (max-width: 767px) {

}
@media print, screen and (min-width: 768px) {
}

/* -----------------------------------------------------------------
.fv_copy
----------------------------------------------------------------- */
.fv_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 734px;
  height: 396px;
  transform: translate(-50%, -50%);
  z-index:10;
}
/* clip-mask風アニメclip-mask風アニメ用 */
.fv_copy .copy {
  overflow: hidden;
  display: inline-block;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transform: translateY(-40px);
  transition: none; /* transitionが邪魔しないように明示 */
}
@media screen and (max-width: 767px) {
.fv_copy {
  width: 90vw;
  height: 49vw;
}

}
@media print, screen and (min-width: 768px) {
}

/* -----------------------------------------------------------------
.btn_scroll
----------------------------------------------------------------- */
.btn_scroll {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.1s ease, transform 0.1s ease;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  z-index: 2;
}
.btn_scroll .btn {
  padding-top: 45px;
  display: inline-block;
  transform: translateX(-50%);
  font-size: .8rem;
  color: var(--color_txt_base);
  letter-spacing: .1em;
  text-decoration: none;
  transition: all .2s;
  cursor: pointer;
}
.btn_scroll .btn span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 40px;
  margin-left: -12px;
  border: 2px solid var(--color_txt_base);
  border-radius: 9999px;
  box-sizing: border-box;
}
.btn_scroll .btn span::before {
  position: absolute;
  top: 7px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: var(--color_txt_base);
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@media (hover: hover) and (pointer: fine) {
  .btn_scroll .btn:hover {
    color: var(--color_txt_hover);
  }
  .btn_scroll .btn:hover span {
    border: 2px solid var(--color_txt_hover);
  }
  .btn_scroll .btn:hover span::before {
    background-color: var(--color_txt_hover);
  }
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* -----------------------------------------------------------------
.motion_obj
----------------------------------------------------------------- */
.motion_obj {
  position: absolute;
  opacity: 0;
  transform: scale(0.6);
  transition: top 0.6s ease, left 0.6s ease;
}
/* 初期配置 */
.obj01 {
  width: 20.83vw;
  height: 26.04vw;
  top: calc((100svh - 26.04svw) / 2);
  left: 3.75svw;
}
.obj02 {
  width: 17.71vw;
  height: 31.77vw;
  top: calc((100svh - 31.77svw) / 2);
  left: 27.81svw;
}
.obj03 {
  width: 20.83vw;
  height: 20.83vw;
  transform: rotate(45deg);
  top: calc((100svh - 20.83svw) / 2);
  left: 48.98svw;
}
.obj03 a {
  display: none;
}
.obj04 {
  width: 24.06vw;
  height: 24.06vw;
  top: calc((100svh - 24.06svw) / 2);
  left: 72.18svw;
}

.obj05 {
  width: 0vw;
  height: 0vw;
  top: calc((100svh - 26.04svw) / 2);
  left: 3.75svw;
}
.obj06 {
  width: 0vw;
  height: 0vw;
  top: calc((100svh - 31.77svw) / 2);
  left: 27.81svw;
}
.obj07 {
  width: 0vw;
  height: 0vw;
  top: calc((100svh - 24.06svw) / 2);
  left: 72.18svw;
}
.obj02 text,
.obj03 text {
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* アニメーション後配置 */
.is-animated .motion_obj {
  width: auto;
  height: auto;
}
.is-animated .obj01 {
  top: 30rem;
  left: 1.4svw;
  width: 8rem;
  aspect-ratio: 21 / 26;
  
}
.is-animated .obj02 {
  top: 0;
  left: auto;
  right: 60%;
  min-width: 360px;
  z-index: 2;
}
.is-animated .obj03 {
  position: relative;
  top: 0;
  left: calc(50% - 110px);
  min-width: 740px;
  max-width: 827px;
  height:auto;
  margin-top: 16em;
  z-index: 1;
}
.is-animated .obj03 a {
  display: block;
}

.is-animated .obj04 {
  top: calc((100svh - 24.06svw) / 2);
  top: 6rem;
  left: auto;
  right: 0;
  width: 14rem;
  aspect-ratio: 1 / 1;
}
.is-animated .obj05 {
  top: 41rem;
  left: 7svw;
  width: 12rem;
  aspect-ratio: 21 / 26;
}
.is-animated .obj06 {
  top: auto;
  left: auto;
  right: -5vw;
  bottom: 5rem;
}
.is-animated .obj07 {
  top: auto;
  left: -3svw;
  bottom: 0rem;
}
.is-animated .obj02 text,
.is-animated .obj03 text {
  transition-delay: .5s;
}
@media screen and (max-width: 767px) {
  .is-animated .obj02 {
    top: 10vw;
    left: 9vw;
    right: auto;
    width: 35vw;
    min-width: auto;
  }
  .is-animated .obj03 {
    --width: min(120vw,570px);
    left: calc((100vw - var(--width)) / 2);
    margin-top: 48vw;
    margin-left: auto;
    margin-right: auto;
    width: var(--width);
    min-width: auto;
  }
  .is-animated .obj04 {
    top: 3rem;
    right: -1rem;
    width: 8rem;
  }
  .is-animated .obj05,
  .is-animated .obj06,
  .is-animated .obj07{
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
.is-animated .obj02 {
  left: 140px;
  right: auto;
  width: 277px;
  min-width: auto;
}
.is-animated .obj03 {
  left: auto;
  margin-top: 330px;
  margin-left: auto;
  margin-right: 1rem;
  width: 577px;
  min-width: auto;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
.is-animated .obj02 {
  left: auto;
  right: 60%;
  width: 27.69vw;
  min-width: auto;
}
.is-animated .obj03 {
  left: auto;
  margin-top: 24.62vw;
  margin-left: auto;
  margin-right: 1rem;
  width: 57.69vw;
  min-width: auto;
  }
}
@media print, screen and (min-width: 768px) {

}

/* -----------------------------------------------------------------
.fv_body
----------------------------------------------------------------- */
.fv_body {
}
.fv_body .ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(38.49vw / 2 - 21.46vw / 2);
    right: calc(58% - 38.49vw / 2 + 21.46vw / 2);
    z-index: 5;
    width: 38.49vw;
    height: 21.46vw;
    min-width: calc(370px * 1.794);
    color: #fff;
    border: red 2px solid;
}
.fv_body .txt {
position: absolute;
    top: 21.5rem;
    left: 50vw;
    z-index: 5;
    width: 29vw;
    height: auto;
    color: #fff;
    border: red 2px solid;
}

@media screen and (max-width: 767px) {

}
@media print, screen and (min-width: 768px) {

}

/* -----------------------------------------------------------------
.xx
----------------------------------------------------------------- */


