@charset "UTF-8";
#mv-slider h1 {
  text-shadow: 3px 3px 2px rgb(18 31 65 / 32%); 
}

#mv-slider ul img {
  object-fit: cover;
  object-position: bottom;
  height: 95vh;
  width: 100%;
}
#mv-slider .catch-message {
  bottom: 40%;
  right: 0;
  left: 0;
}
#mv-slider .catch-message h1 {
  line-height: 1.5;
  letter-spacing: .3rem;
}

#mv-slider .slider-zoon {
  /*height: 80vw;*/
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  /*width: 80vw;*/
  z-index: 0;
}
#mv-slider .slider-zoon .slick-img img {
  width: 100%;
}
/*#mv-slider h1 {
  font-size: 4vh!important;
}*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.slider-zoon .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
#mv-slider .mv-Illust {
  bottom:10%;
  left: 0;
  right: 0;
}
#mv-slider .mv-tryangle {
  bottom:-1px;
  right: 0;
  left: 0;
}

#about {
  border-radius: 30px;
}
#about .rounded-circle {
  width: 100%;
  max-width: 280px;
  height: 280px;
}
#about .fukidashi {
  bottom: -47px;
  max-width: 50px;
  width: 100%;
  left: 50px;
}


#spread .bg-green-gradient {
  border-radius: 60px;
}
#spread h4 {
  text-shadow: 3px 3px 2px rgb(18 31 65 / 32%); 
}


#point5 .circle-contents {
  max-width: 1300px;
}
#point5 .rounded-circle {
  min-height: 280px;
}
#point3 .rounded-circle {
  min-height: 280px;
}
#point3 {
  background-image: url(/assets/images/top/point3-bg.jpg);
  background-size: cover;
  background-position: bottom;
}

#point3 .circle-contents {
  max-width: 1300px;
}
#point3 h3 {
  text-shadow: 3px 3px 2px rgb(18 31 65 / 32%);
}

#overview .bg-white {
  max-width: 750px;
}


/* Tablet */
@media screen and (min-width:465px) and (max-width:768px) {
  #point5 .rounded-circle {
    min-height: 210px;
  }
  #point3 .rounded-circle {
    min-height: 210px;
  }
  #about .rounded-circle {
    width: 100%;
    max-width: 260px;
    height: 260px;
  }
}

/* PC */
@media screen and (min-width: 769px) {

  #mv-slider .catch-message {
    top: 30%;
    bottom: 0;
    right: 0;
    left: 0;
  }
  #mv-slider ul img {
    height: 90vh;
  }

  #about {
    border-radius: 100px;
  }
  #about .graf{
    width: 100%;
    max-width: 350px;
  }
  #about .fukidashi{
    bottom: -100px;
    max-width: 200px;
    width: 100%;
    left: 100px;
  }
  #about .rounded-circle {
    width: 100%;
    max-width: 280px;
    height: 280px;
  }
  #point5 .rounded-circle {
    width: 100%;
    max-width: 240px;
    min-height: 240px;
  }
  #point3 .rounded-circle {
    min-height: 280px;
  }

}

/* PC大 */
@media screen and (min-width: 1140px) {
  #about .rounded-circle {
    width: 100%;
    max-width: 280px;
    height: 280px;
  }
  #mv-slider .mv-Illust {
    bottom: 0;
    left: 0;
    right: 0;
  }

  #point5 .rounded-circle {
    width: 100%;
    max-width: 290px;
    height: 280px;
  }
  #point3 .rounded-circle {
    width: 100%;
    max-width: 300px;
    height: 300px;
  }
}

@media screen and (min-width: 1200px) {
  #about .rounded-circle {
    width: 100%;
    max-width: 320px;
    height: 320px;
  }
}