@charset "UTF-8";

.carousel-item .img-fluid {
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
}

.carousel-item {
  height: 400px;
}

.carousel-item a {
  display: block;
  width: 100%;
}

.carousel-item .show-image {
  display: block;
  width: 100%;
}

.my_carousel_caption {
  position: absolute;
  right: 15%;
  bottom: 2em;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  /* フォントサイズ52px */
  font-size: 58px;
  text-shadow: 1px 1px 6px #aaaaaa;
  font-family: "UD Shin Go Conde90 M";
}

.my_carousel_fg_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.my_carousel_fg_img img {
  width: 500px;
}

@media screen and (max-width:430px) {
  .my_carousel_caption {
    font-size: 50px;
    bottom: 2.6em;
  }

  .my_carousel_fg_img img {
    width: 420px;
  }
}