@charset "UTF-8";
.ceremony-local {
  margin-top: 0px;
}

@media only screen and (max-width: 48em) {
.ceremony-local {
    margin-top: 0;
  }
}

.banner_block.type-b.ceremony-local .banner-box_title {
  font-size: 30px;
  font-size: 3.0rem;
  font-family: Noto Sans, serif;
}


/* スライドアップ */
.ani_container {
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}

.ani_box {
  height: auto;
  background-color: #92c5fd;
  animation: fadeIn linear both;
  animation-timeline: view();
  animation-range: entry 25% cover 50%;
  margin-bottom: 10px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    clip-path: inset(45% 20% 45% 20%);
  }

  to {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}
/* スライドアップ */

.ani_color {
background-image: url('/bridal/tokyo/togokinenkan/wedding/ceremony/img/ani_bg01.jpg');;
background-size: cover; /*--背景画像のサイズ--*/
background-attachment: fixed; /*--背景画像の固定--*/
background-repeat: no-repeat; /*--背景画像の繰り返し--*/
background-position: center center; /*--背景画像の位置--*/
}

