/* CSS Document */

.st_contents{
    margin:0 calc(50% - 50vw);
    width:100vw;
}

/* mainV */
.st_contents .mainV{
    aspect-ratio:1 / 1;
    background:url('../../../../../../img/news/info/2026/08/info_newmodel/mainV_bg_landscape.webp') center / cover;
	background-position: top;
    position:relative;
	animation: parallax1 linear both;
    animation-timeline: view();
}
@keyframes parallax1 {
  from {
    background-position: center -300px;
  }

  to {
    background-position: center 300px;
  }
}
.st_contents .mainV .house{
    height:100%;
    width:100%;
    content: "";
    background:url('../../../../../../img/news/info/2026/08/info_newmodel/mainV_bg_house.webp') center / cover;
    background-position: top;
    position:absolute;
	animation: parallax2 linear both;
    animation-timeline: view();
    z-index:1;
}
@keyframes parallax2 {
  from {
    background-position: center -150px;
  }

  to {
    background-position: center 150px;
  }
}
.st_contents .mainV .title{
    width:80%;
    max-width:600px;
    height:fit-content;
    margin:auto;
    position:absolute;
    left:0;
    right:0;
    top:100px;
    opacity:0.7
}

/* æµã‚Œæ˜Ÿã®åŸºæœ¬è¨­å®š */
.shooting-star_wrap{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
}
.shooting-star_inner{
    position:relative;
    height:100%;
    width:100%;
    overflow:hidden;
}
.shooting-star {
  position: absolute;
  top: 50px;
  left: -100px;
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  border-radius: 50%;
  animation: fall 3s ease-in-out infinite;
}

/* æµã‚Œæ˜Ÿã®è»Œè·¡ã¨ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
@keyframes fall {
  0% {
    transform: translateX(0) translateY(0) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: translateX(800px) translateY(800px) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (max-width: 1099px) {
    .st_contents .mainV{
        aspect-ratio:1 / 1.1;
    }
}
@media screen and (max-width: 959px) {
    .st_contents .mainV{
        aspect-ratio:1 / 1.4;
    }
}
@media screen and (max-width: 768px) {
    .st_contents .mainV{
        aspect-ratio:1 / 1.6;
    }
}
@media screen and (max-width: 599px) {
    .st_contents .mainV{
        aspect-ratio:1 / 1.8;
    }
}

/* scroll_text*/
.scroll_text {
}
.scroll_text .sec1 {
    width: 100%;
    display: flex;
    overflow: hidden;
    padding:1em 0;
    background:#2e0909;
    color:#fff;
    box-sizing:border-box;
  }
.scroll_text .sec1 h1{
    font-size: 0.8rem;
    letter-spacing:0.2em;
}
.sec1__title--first,
.sec1__title--second {
    flex-shrink: 0;
    width: auto;
    height: auto;
    display: inline-block;
    text-wrap: nowrap;
    white-space: nowrap;
}
.sec1__title--first {
    animation: anim--first 8s infinite linear 0.1s both;
}
.sec1__title--second {
    animation: anim--second 8s infinite linear 0.1s both;
}
@keyframes anim--first {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-10%);
  }
}
@keyframes anim--second {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-10%);
  }
}
@media screen and (max-width: 599px) {
    .scroll_text .sec1 h1{
        font-size: 0.6rem;
    }
    .scroll_text .sec1 {
        padding:0.3em 0;
      }
}

/* ep_cont*/
.ep_cont{
    position: relative;
}
.ep_cont .title {
    z-index: 2;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top:0;
    margin:auto;
    position:absolute;
    height:100%;
    left:0;
    right:0;
    width:fit-content;
    color:#fff;
}
.ep_cont .title h2{
    font-size:1.7rem;
    position:sticky;
    top:10vh;
    margin:10vh 0;
    height:fit-content;
}
.ep_cont .image{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    z-index: 1;
    background:#2e0909;
}
.ep_cont .image dl{
    width:33%;
    height:50vh;
    overflow:hidden;
    padding-bottom:7px;
}
.ep_cont .image dl img{
    width:100%;
    object-fit:cover;
    height:100%;
}
@media screen and (max-width: 768px) {
    .ep_cont .image dl{
        width:50%;
    }
}
@media screen and (max-width: 599px) {
    .ep_cont .image{
        display:block;
        justify-content:unset;
    }
    .ep_cont .image dl{
        width:100%;
        height:50vh;
        overflow:hidden;
    }
}




/* ep_info*/
.ep_info{
    background-color: #2d0d0d;
    background-image:url('../../../../../../img/news/info/2026/08/info_newmodel/ep_bg.webp') ;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 45% auto;
    padding: 100px;
    box-sizing: border-box;
}
.ep_info .inner{
    width:90%;
    max-width:700px;
    color:#fff;
}
.ep_info .inner h2{
    font-size:1.3rem;
}
.ep_info .inner h2{
    margin:0 0 1em 0;
}
@media screen and (max-width: 959px) {
    .ep_info{
        padding: 50px;
         background-size: 100% auto;
    }
    .ep_info .inner{
        width:100%;
        max-width:unset;
        margin:0 0 400px 0;
    }
}
@media screen and (max-width: 599px) {
    .ep_info{
        padding: 30px 15px;
    }
    .ep_info .inner{
        margin:0 0 250px 0;
    }
}


/* info_cont*/
.info_cont{
    display:flex;
    justify-content:space-between;
    margin:70px auto 70px;
    width:95%;
    max-width:1400px;
}
.info_cont .info{
    width:35%;
}
.info_cont .info img{
    margin:0 auto 20px;
    display:block;
}
.info_cont .info .open{
    text-align:center;
    font-size:1.2rem;
}
.info_cont .info .place{
    text-align:center;
    font-size:0.9rem;
    line-height:1.2em;
}
.info_cont .map{
    width:60%;
}
.info_cont .map iframe{
    width:100%;
    height:100%;
}

@media screen and (max-width: 768px) {
    .info_cont{
        display:block;
        justify-content:unset;
    }
    .info_cont .info{
        width:100%;
        padding:50px 0;
    }
    .info_cont .info img{
        width:100%;
        max-width:300px;
    }
    .info_cont .map{
        width:100%;
        aspect-ratio:1 / 1;
    }
}


/* ---- form ------- */
.form{
    margin:100px 0 50px;
}
.form h3{
    font-size:1.5rem;
}
.form h5{
     font-size:0.8rem;
}