body {
            font-family: 'Inter', 'Noto Sans JP', sans-serif;
        }

html {
  scroll-behavior: smooth;
}

.gtm-iframe-hidden {
    display: none;
    visibility: hidden;
}

.cta_button{
    color: white;
    background-color: #f15a25;
    font-weight: bold;
}

.appli_exec {
    position: fixed;
    top: 15vh;
    left: 80%;
    z-index: 200;
    background-color: rgba(16, 143, 234, 0.8);
    border-radius: 8px;
    width: 18%;
}
.appli_exec p {
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 1.2em 0;
    padding: 0.8em;
    font-size: 14px;
}

.fv-bg-image {
    background-image: url('../images/cd_cs26_bg.jpg');
}

.fv-bg-image-sp {
    background-image: url('../images/cd_cs26_bg_sp.jpg');
}

.aspect-ratio-box {
    position: relative;
    width: 100%;
    padding-top: 69.6%; /* 522 / 750 = 0.696 (69.6%) */
    overflow: hidden;
}

.aspect-ratio-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h-fixed-title {
    height: 72px;
}

details[open] .rotate-icon {
    transform: rotate(180deg);
}

.fv-point-title {
    display: block; 
    min-height: 4rem; /* 3行程度になっても大丈夫なように少し余裕を持たせる */
    text-align: center;
    margin-bottom: 1rem;
}

.shadow-top-lg {
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
}

.sns-icon-offset{
    margin-top: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .custom-w-max {
        width: max-content;
    }
}