@charset "utf-8";

.brand-logo {
    height: 50px;
}

.fixed-top-2 {
    margin-top: 76px;
    height: 50px;
}

.sns-links {
    margin-top: 70px;
}

.sns-links li {
    line-height: 40px;
}

.carousel {
  height: 550px;
  margin: auto;
}

.carousel-inner {
  height: 550px;
}

.carousel .item {
    height: 100%;
}

.carousel-item {
    height: 500px;
}

.carousel-item > img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 65% 35%;
}

.carousel-caption {
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 70px;
    position: absolute;
    top: 40%;
    transform: translateY(-45%);
}

.row {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.row div {
    margin-bottom: 1rem;
}

.row h2 {
    text-align: center;
    padding-bottom: 1rem;
    text-decoration: underline;
    text-underline-offset: 50%;
}

.row h3 {
    text-align: center;
    padding-bottom: 1rem;
}

.h2-caption {
    text-align: center;
    margin-bottom: 2rem;
}

