.p_top_atelier__address, .p_top_mv_infor__txt .txt {
  font-size: 1rem;
}

.p_top_mv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 200ms ease 500ms;
  height: 580px;
}
.p_top_mv_slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p_top_mv_slide .swiper {
  position: relative;
  height: 100%;
}
.p_top_mv_slide__img {
  position: relative;
  height: 100%;
}
.p_top_mv_slide__img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.p_top_mv_slide__img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_top_mv_slide .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: #fff;
  border: solid 1px #707070;
  opacity: 1 !important;
  width: 15px;
  height: 15px;
  margin: 0 10px;
}
.p_top_mv_slide .swiper-pagination-bullet-active {
  pointer-events: none;
  border: solid 1px #c1c1c1 !important;
  background-color: #c1c1c1 !important;
}
.p_top_mv_slide .swiper-pagination {
  bottom: -35px;
}
.p_top_mv_slide .swiper-slide img {
  animation-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 1s;
}
/*
.p_top_mv_slide .swiper-slide.swiper-slide-active img {
  transition-delay: 0s;
  transform: scale(1.15);
  animation-duration: 8s;
  animation-name: zoom-in-sp;
}
*/
.p_top_mv_slide .swiper-slide.swiper-slide-active img {
  transform: scale(1) !important;
  animation: none !important;
}
.p_top_mv_heading {
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-size: 1.625rem;
  padding-bottom: 30px;
}
.p_top_mv_main {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.p_top_mv_main .container {
  position: relative;
  height: 100%;
}
.p_top_mv_main__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p_top_mv_infor {
  transition-delay: 1.5s;
}
.p_top_mv_infor__wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  max-width: 1080px;
  width: 100%;
  padding: 0 20px;
}
.p_top_mv_infor__wrap__inner {
  pointer-events: all;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  gap: 15px 0;
}
.p_top_mv_infor__flex {
  display: flex;
  align-items: center;
  gap: 20px clamp(0.9375rem, 9.0909090909vw + -0.8806818182rem, 1.25rem);
}
.p_top_mv_infor__ttl {
  position: relative;
  color: #314b5c;
  font-size: 1.25rem;
  line-height: 1.2;
}
.p_top_mv_infor__logo {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  max-width: clamp(4.6875rem, 81.8181818182vw + -11.6761363636rem, 7.5rem);
}
.p_top_mv_infor__line {
  background-color: #314b5c;
  width: 2px;
  height: 60px;
}
.p_top_mv_infor__txt .txt {
  color: #454545;
}

.p_top_news {
  margin-top: 60px;
  padding: 20px 0 0;
}
.p_top_news .c_news {
  margin-top: 25px;
}
.p_top_news .c_btn01 {
  margin-top: 25px;
}

.p_top_works {
  margin-top: 40px;
  padding: 20px 0 0;
}
.p_top_works .c_works {
  margin-top: 25px;
}
.p_top_works .c_btn01 {
  margin-top: 30px;
}

.p_top_atelier {
  margin-top: 40px;
  padding: 20px 0 0;
}
.p_top_atelier__address {
  text-align: center;
  line-height: 1.5;
  margin-top: 15px;
  color: #454545;
}
.p_top_atelier__iframe {
  margin-top: 14px;
  height: 240px;
}
.p_top_atelier__iframe iframe {
  width: 100%;
  height: 100%;
}
.p_top_atelier__iframe iframe:focus {
  outline: 0;
}
@media screen and (min-width: 768px) {
  .p_top_atelier__address, .p_top_mv_infor__txt .txt {
    font-size: 1.125rem;
  }
  .p_top_mv {
    height: 960px;
  }
  .p_top_mv_slide .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    transition: all 0.5s;
  }
  .p_top_mv_slide .swiper-pagination-clickable .swiper-pagination-bullet:hover {
    border: solid 1px #c1c1c1 !important;
    background-color: #c1c1c1 !important;
  }
  .p_top_mv_slide .swiper-pagination-clickable .swiper-pagination-bullet:focus {
    outline: 0;
  }
  .p_top_mv_slide .swiper-pagination {
    bottom: -61px;
  }
  .p_top_mv_slide .swiper-slide.swiper-slide-active img {
    transform: scale(1.2);
    animation-name: zoom-in;
  }
  .p_top_mv_heading {
    padding-bottom: 0;
    font-size: 3.6875rem;
  }
  .p_top_mv_main .container {
    max-width: 1580px;
  }
  .p_top_mv_infor__wrap {
    padding: 0 40px;
    bottom: 96px;
  }
  .p_top_mv_infor__wrap__inner {
    align-items: center;
    flex-direction: row;
    gap: 20px 0;
    padding: clamp(1.25rem, 3.25vw + -1.1875rem, 2.0625rem) clamp(0.6875rem, -2.25vw + 2.9375rem, 1.25rem) clamp(1.25rem, 3vw + -1rem, 2rem) clamp(1.25rem, 6vw + -3.25rem, 2.75rem);
    transition: all 0.5s;
  }
  .p_top_mv_infor__wrap__inner:hover {
    background-color: #fff;
  }
  .p_top_mv_infor__flex {
    gap: 20px 17px;
    width: 380px;
  }
  .p_top_mv_infor__ttl {
    top: 1px;
    line-height: 1.1034482759;
    font-size: 1.8125rem;
  }
  .p_top_mv_infor__logo {
    top: -2px;
    max-width: 164px;
  }
  .p_top_mv_infor__line {
    width: 3px;
    height: 63px;
  }
  .p_top_mv_infor__txt {
    width: calc(100% - 380px);
    padding: 0 clamp(0rem, 6.25vw + -6.25rem, 1.25rem) 0 clamp(1.25rem, 4vw + -1.75rem, 2.25rem);
  }
  .p_top_mv_infor__txt .txt {
    line-height: 1.5;
  }
  .p_top_news {
    padding: 40px 0 0;
    margin-top: 151px;
  }
  .p_top_news .c_news {
    margin-top: 50px;
  }
  .p_top_news .c_news__item:last-child .c_news__item__link {
    padding-bottom: 20px;
  }
  .p_top_news .c_btn01 {
    margin-top: 51px;
  }
  .p_top_works {
    padding: 40px 0 0;
    margin-top: 196px;
  }
  .p_top_works .c_works {
    margin-top: 55px;
  }
  .p_top_works .c_btn01 {
    margin-top: 61px;
  }
  .p_top_atelier {
    padding: 40px 0 219px;
    margin-top: 198px;
  }
  .p_top_atelier__address {
    margin-top: 10px;
  }
  .p_top_atelier__iframe {
    margin-top: 27px;
    height: 380px;
  }
}
/*# sourceMappingURL=maps/top.css.map */
