@charset "utf-8";

/* CSS Document */

html,
body {
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
}

/* ローダー全体（背景画像付き） */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg_loading.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transition: opacity 0.6s ease;
}

/* ロゴ中央配置 */
.loader-logo {
    width: 279px;
    max-width: 60vw;
    margin-bottom: 60px;
    z-index: 10;
}

.loader-text {
    margin-top: 20px;
    z-index: 10;
}

/* ローディングバー */
.loading {
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    width: 0%;
    height: 10px;
    background: linear-gradient(to right, #ffc299, #ffffff, #99ccff, #ccccff);
    animation: progressGrow 3s ease-in-out forwards;
    z-index: 10;
}

@keyframes progressGrow {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.fadein {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fadein.visible {
    opacity: 1;
    transform: translateX(0);
}



/* 追記　*/

/* --- 基本設定 --- */
body,
html {
    /* ページ全体のスクロールを完全に制御するため、overflowをhiddenに設定 */
    overflow: hidden;
}

body {
    font-family: "Gothic Medium BBB", "Noto Sans JP", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.7em;
    text-align: justify;
}

img {
    max-width: 100%;
    height: auto;
}

/* --- 横スクロールのコンテナ --- */
.horizontal-container {
    width: 100vw;
    height: 100svh;
    /* JSでスクロールを制御するため、コンテナ自体のスクロールは無効化 */
    overflow: hidden;
}

/* --- セクションを並べるトラック --- */
.scroll-track {
    display: flex;
    /* セクションを横並びにする */
    width: 600vw;
    /* 6セクション × 100vw */
    height: 100svh;
    /* アニメーション中の不自然な描画を防ぐ */
    will-change: transform;
}

/* --- 各セクションのスタイル --- */
section.scroll-section {
    width: 100vw;
    height: 100svh;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    display: inline-block;
}


/* --- 各セクションの背景色 --- */
#section1 {
    background-color: transparent;
}

/* Dark Blue */
#section2 {
    background-color: transparent;
}

/* Blue */
#section3 {
    background-color: transparent;
}

/* Emerald */
#section4 {
    background-color: transparent;
}

/* Amber */
#section5 {
    background-color: transparent;
}

/****追記****/
canvas#glcanvas {
    display: block;
    width: 100vw;
    height: 100vh;
    /* CSSの描画モードで背景と合成 */
    opacity: 0.6;
    /* 透明度を調整 */
}

.glcanvas {
    z-index: 1;
    opacity: 0;
    mix-blend-mode: overlay;
}

#section1 {}

/****追記****/

/* 追記*/

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;

}

img,
video {
    max-width: 100%;
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
}

a:hover {
    color: #BFC0C0 !important;
}

h2 {
    font-size: 1.6rem;
}

h3.shigo {
    font-family: "新ゴ B";

}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.pr-35 {
    padding-right: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-40 {
    padding-left: 40px;
}

.pt-05 {
    padding-top: .5em;
}

.pt-1 {
    padding-top: 1em;
}

.pt-2 {
    padding-top: 2em;
}

.pb-1 {
    padding-bottom: 1em;

}

.pb-2 {
    padding-bottom: 2em;

}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-75 {
    padding-bottom: 75px;
}

.bold {
    font-weight: bold;
}

.UDShinL {
    font-family: "UD Shin Go Conde90 L", "Noto Sans JP", sans-serif;
}

/*header*/
header {
    display: flex;
}

.hamburger {
    transition: transform 1s ease, opacity 1s ease;
    z-index: 100;
    pointer-events: auto;
    z-index: 300;
}

.hamburger.open {
    background-color: #fff;
}

.hamburger.open:hover {
    background-color: #fff;
}


.hamburger span {
    color: #fff;
    display: block;
    margin-top: 27px;
}

.hamburger .hamburger-text {
    font-weight: bold;
    margin-top: -11px;
    font-size: 14px;
    text-align: center;
}

.hamburger {
    background-color: #000;
    padding: 10px 20px;
    height: 95px;
    border-radius: 0px 0px 0px 0px;
    margin-right: 0px;
    width: 120px;
    position: fixed;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hamburger:hover {
    background-color: #737373;
}


.hamburger-button {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 5px;
    background-color: #fff;
    /* 真ん中の棒 */
    position: relative;
    transition: all 0.3s ease;
}

.hamburger-button::before,
.hamburger-button::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.hamburger-button::before {
    top: -15px;
    /* 上の棒 */
}

.hamburger-button::after {
    top: 15px;
    /* 下の棒 (bottomをtopに変更) */
}

.hamburger.open .hamburger-button {
    background-color: transparent;
}

.hamburger.open .hamburger-button::before {
    transform: rotate(45deg);
    top: 7px;
    background-color: #000;
}

.hamburger.open .hamburger-button::after {
    transform: rotate(-45deg);
    top: 7px;
    background-color: #000;
}



/*メニュー*/


nav#navMenu ul.navMenu_list {
    flex-direction: column;
}


nav#navMenu ul.navMenu_list {
    list-style-type: none;
    margin: 0;
    text-align: left;
    display: flex;
    padding: 1em 40px;
}

nav#navMenu ul.navMenu_list li {
    border-bottom: 1px solid #fff;
    padding-bottom: 1em;
    margin-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.5em;
    text-indent: -1em;
    padding-left: 2em;
    letter-spacing: 0;
}

nav#navMenu ul.navMenu_list li:first-child {
    border-top: 1px solid #fff;
    padding-top: 1em;
}

nav#navMenu ul li {
    display: inline;
    font-weight: bold;
}

nav#navMenu ul.navMenu_list li a {
    color: #fff;
    text-decoration: none;
    font-size: bold;
}

nav#navMenu {
    display: none;
    background-color: #00020C;
    width: 100%;
    text-align: right;
    /* デフォルトで非表示 */
    width: 490px;
    height: 100svh;
    padding-top: 130px;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 200;
    transition: transform .3s ease, opacity .3s ease;
}



#navMenu.show_header {
    display: none;
}

nav#navMenu.show {
    display: block;
    animation: appear .5s ease;
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.subMenu-open {
    display: flex;
    justify-content: space-around;
    /* 項目を均等に配置 */
    list-style-type: none;
    /* リストマークを削除 */
    margin: 0;
    padding: 0;
    line-height: 1.1em;
    margin-right: 120px;
    z-index: 20;
    letter-spacing: 0px;
}

.subMenu-open ul {
    position: absolute;
    top: 20px;
    left: 10px;
    display: flex;
    list-style: none;
    /* リストマークを削除 */
    padding: 0;
    /* 項目間に隙間を設ける */
}

.subMenu-open li {
    text-align: center;
    padding: 0 0px;
    width: 120px;
    border-left: 2px solid #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subMenu-open li:first-child {
    border-left: none;
}


.subMenu-open li a {
    color: #fff;
    /* テキストの色 */
    text-decoration: none;
    /* 下線を削除 */
    font-weight: bold;
    display: inherit;
}

.subMenu-open li a:hover {
    color: #BFC0C0;
}

.subMenu-open li img {
    display: block;
    margin: 0 auto;
    width: 70px;
    /* 適当なアイコンサイズに調整 */
    height: auto;
    margin-bottom: 0px;
    /* テキストとの間にスペース */
}

.subMenu-open li:last-child img {}





/* content */
.btn-flow-img {
    transition: all 0.3s ease;
}

.btn-flow-img:hover {
    background-color: #E6E6E6;
}

.container {
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 20px;
}

.flex {
    display: flex;
}

.flex-end {
    align-items: flex-end;
}

.space-between {
    justify-content: space-between;
}

.row-reverse {
    flex-direction: row-reverse;
}


.block-outer {
    padding-bottom: 75px;
}

.block-outer-top {
    padding-top: 75px;
}



.bg-half-gray {
    width: 100vw;
    /* 横幅を100vwに設定 */
    background: linear-gradient(to right, white 50%, #EDEDED 50%);
    /* 左半分が白、右半分が#EDEDED */
    margin-left: calc(-50vw + 50%);
    /* 左側の余白を計算 */
    margin-right: calc(-50vw + 50%);
    /* 右側の余白を計算 */
}

.bg-gray {
    width: 100vw;
    /* 横幅を100vwに設定 */
    background-color: #EDEDED;
    /* 左半分が白、右半分が#EDEDED */
    margin-left: calc(-50vw + 50%);
    /* 左側の余白を計算 */
    margin-right: calc(-50vw + 50%);
    /* 右側の余白を計算 */
    padding: 9vh 0;
    margin-bottom: 75px;
}

.bg-gray-name-box {
    padding: 40px 0 60px;
}


.relative {
    position: relative;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}


.text-center {
    text-align: center;
}

.frex-wrap {
    flex-wrap: wrap;
}

/* .showクラスの追加: flow-block-contentを表示させる */
.show {
    display: block !important;
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-out {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.font-small {
    font-size: 80%;
}

.pb-20 {
    padding-bottom: 20px;
}

.font-small02 {
    font-size: 90%;
}

.mb-35 {
    margin-bottom: 35px;
}

.ml-05 {
    margin-left: 0.5em;
}

.mt-75 {
    margin-top: 35px;
}


.icon-stone {
    position: absolute;
    bottom: -33px;
    right: -119px;
    width: 180px;
}

.container03 {
    width: 1040px;
    margin: 0 auto;
    position: relative;
}

.container04 {
    width: 894px;
    margin: 0 auto;
    position: relative;
}

.business-hours {
    width: 47%;
}

.footer-logo {
    width: 29%;

}

.sitemap {
    width: 22%;
    margin-left: 26px;

}

.sitemap .font-small {
    font-size: 70%;
    line-height: 2.1em;
}

.sitemap li {
    margin-left: 1em;
}

.sitemap::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -16px;
}

.btn-yellow {
    background-color: #FFD21A;
    border-radius: 15px;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #000;
    font-size: 80%;
    font-weight: bold;
    width: 80%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
}



.btn-yellow:hover {
    background-color: #fdec55;
    color: #000 !important;
}


.btn-black {
    color: #fff;
    background-color: #000;
    width: 95%;
    margin: 0 auto;

}

.tel-number {
    font-size: 1.9rem;
    border-top: 1px solid #969696;
    margin-top: 17px;
    padding-top: 15px;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

footer a {
    text-decoration: none;
    color: #000;
}

.contact-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-center-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 30px;
    height: 234px;
}

.flex-sp-bottom {
    height: 38vh;
}

.title-access {
    font-weight: normal;
    font-size: 2.1rem;

}

.title-access .font-small {
    font-size: 80%;

}

.title-access .font-small02 {
    font-size: 45%;
    vertical-align: middle;

}

.business-box-logo {
    width: 121px;
    margin-right: 40px;
}

.footer-logo-icl {
    margin-bottom: 25px;
    margin-top: 28px;
}

.illust_eye06 {
    margin-bottom: -14px;
    margin-right: 0px;
}

.business-hours-outer {
    position: absolute;
    left: 0;
    width: 47vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-color: #fff;
    padding: 40px 40px 40px 0;
    height: fit-content;
}

.business-hours-inner {
    display: flex;
    justify-content: end;
}

.copyright {
    padding: 1.5em 0;
    font-size: 85%;
}

footer .bg-gray {
    margin-bottom: 0;
    padding-bottom: 0;
}

.map-container iframe {
    filter: grayscale(100%);
    /* 白黒フィルターを適用 */
}

.only-pc {
    display: block;
}

.only-pc-inline {
    display: inline;
}

.only-sp {
    display: none;
}

.only-sp-inline {
    display: none;
}


#map {
    height: 37vh;
    width: 100%;
}

input.only-pc {
    width: 299px;
}

/*メニュー背景*/
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* 薄い黒40% */
    visibility: hidden;
    /* 初期状態で非表示 */
    opacity: 0;
    /* アニメーションのための透明度 */
    transition: opacity 0.3s ease;
    z-index: 10;
    /* メニューの下に配置するための適切な値 */
}

.menu-overlay.show {
    visibility: visible;
    opacity: 1;
}

.section2-3-link {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 180;
}

.triangle-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 500px;
    background: linear-gradient(45deg, #ff7e5f, #feb47b, #86a8e7, #91eae4);
    background-size: 400% 400%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    animation: gradientAnimation 15s ease infinite;
    z-index: -1;
}

/* トップ */


.bg_top50 {
    background-color: transparent;
    background-image: url(../images/bg_maingrafic_top.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}

.bg_line {
    height: 10px;
    width: 100%;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    background: linear-gradient(to right, #ffc299, #ffffff, #99ccff, #ccccff);
    z-index: 10;
    opacity: 0;
}

.bg_bottom50 {
    background-color: transparent;
    background-image: url(../images/bg_maingrafic_bottom.jpg);
    background-size: cover;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}

.blur-container {
    filter: blur(20px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.gradient-container {
    position: absolute;
    width: 600px;
    height: 540px;
    overflow: hidden;
}

.container-top-left {
    top: -100px;
    left: -100px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.container-top-right {
    top: -100px;
    right: -100px;
    width: 1700px;
    height: 2010px;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.container-bottom-left {
    bottom: -100px;
    left: -100px;
    width: 470px;
    height: 1150px;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
}

.container-bottom-right {
    bottom: -100px;
    right: -7%;
    width: 1240px;
    height: 1490px;
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.content_top50 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 100;
}

.content_bottom50 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 100;
}

.circle-box {
    width: 311px;
    height: 311px;
    position: absolute;
    top: 10%;
    left: 10%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.circle-box:after {
    background-image: url("../images/bg_circle02.png");
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    mix-blend-mode: soft-light;
    transition: background-image 0.3s ease;
}

.circle-box:hover::after {
    background-image: url("../images/bg_circle02_over.png");
}

.circle01 {
    left: 8%;
    top: 10%;
    opacity: 0;
}

.circle02 {
    left: 40%;
    top: 15%;
    opacity: 0;
}

.circle03 {
    left: 73%;
    top: 10%;
    opacity: 0;
}

.circle03-2 {
    left: 73%;
    top: 10%;
    opacity: 0;
}

.circle04 {
    left: 2.5%;
    bottom: 10%;
    opacity: 0;
}

.circle04-2 {
    left: 2.5%;
    bottom: 10%;
    opacity: 0;
}

.circle05 {
    left: 79%;
    bottom: 10%;
    opacity: 0;
}

.circle-box h3 {
    margin-top: 20px;
    margin-bottom: 0;
}

.circle-box.circle02 h3 {
    margin-top: -5px;
}

.circle-box.circle03 h3 {
    margin-top: 19px;
}

.circle-box.circle03-2 h3 {
    margin-top: 19px;
}

.circle-box.circle04 h3 {
    margin-top: 20px;
}

.circle-box.circle04-2 h3 {
    margin-top: 20px;
}

.circle-box.circle05 h3 {
    margin-top: 20px;
}


.btn_iclsite {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
    position: absolute;
    top: inherit !important;
    bottom: 20px;
    left: auto !important;
    right: auto !important;
    z-index: 100;
    width: 254px;
    margin: 0 auto;
    margin-left: -127px;
}

.btn_iclsite02 {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
    position: absolute;
    bottom: 0px;
    left: auto;
    right: auto;
    z-index: 100;
}




.circle-box h2 {
    margin-top: 10px;
}

.circle-box .nendai {
    position: absolute;
    bottom: 20px;
    left: auto;
    right: auto;
    z-index: 100;
}

.circle-box.circle03 .nendai {
    bottom: 20px;
    right: -30px;
    width: 129px;
}

.circle-box.circle03-2 .nendai {
    bottom: 20px;
    right: -30px;
    width: 129px;
}

.circle-box.circle02 .nendai {
    bottom: inherit;
    top: 5px;
    right: -30px;
    width: 129px;
}

.circle-box.circle04 .nendai {
    bottom: 20px;
    right: -30px;
    width: 129px;
}

.circle-box.circle04-2 .nendai {
    bottom: 20px;
    right: -30px;
    width: 129px;
}

.circle-box.circle05 .nendai {
    bottom: 20px;
    right: -30px;
    width: 129px;
}

.logo-block-top {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -226px;
    width: 452px;
}

.logo-block-top-inner {
    position: relative;
    width: 453px;
    height: 400px;
}

.catch_free {
    position: absolute;
    top: 70px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    opacity: 0;
}

.catch_freedam {
    position: absolute;
    top: 98px;
    left: 50%;
    width: 452px;
    margin-left: -226px;
    opacity: 0;
}

.bg_top50 {
    transition: opacity 1s ease;
}

.logo_center {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 196px;
    margin-left: -98px;
    opacity: 0;
}

/* 共通非表示 */
.hidden {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.8s ease;
}

/* 左から登場用 */
.from-left {
    transform: translateX(-50px);
}

/* 表示用 */
.visible {
    opacity: 1;
    transform: translateX(0);
}


.animation-svg {
    width: 120px;
    height: 116px;
}

/* アニメーションさせる各行のグループ */
#line1,
#line2,
#line3 {
    /* 初期状態：クリップされて見えない */
    clip-path: inset(0 0 100% 0);
    opacity: 0;
}

/* JSで付与される表示用クラス */
.is-visible {
    animation:
        reveal-down 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards,
        fade-in 0.6s ease-out forwards;
}

#arrow-next {
    position: fixed;
    bottom: calc(50% - 24px);
    right: 0px;
    width: 60px;
    height: 60px;
    z-index: 10;
    opacity: 0.4;
    transition: all 0.3s ease;
}

#arrow-next:hover,
#arrow-previous:hover {
    cursor: pointer;
    opacity: 1;
}

#arrow-previous {
    position: fixed;
    bottom: calc(50% - 24px);
    left: 0px;
    width: 60px;
    height: 60px;
    z-index: 10;
    opacity: 0.4;
    transition: all 0.3s ease;
}

/* セクション２ */
#background-canvas {
    width: 100%;
    height: 100%;
}

.section2-01-box {
    height: 50svh;
    width: 33.333%;
    position: relative;
}

.bg_arrow01 {
    position: absolute;
    bottom: 0;
    left: calc(50svh * 0.11);
    width: calc(50svh * 0.432);
    margin-left: 0;
    z-index: -10;
    height: 18%;
}

.bg_arrow02 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: -10;
    height: 25%;
}

#background-canvas-9 {
    background: linear-gradient(90deg, #f4c3b8, #f9e2dc, #ffffff, #f4c3b8);
    background-size: 150% 100%;
    background-repeat: no-repeat;
    animation: gradientWaveY 10s ease-in-out infinite alternate;
    width: 100%;
    height: 100%;
    /* 適宜調整 */
}

#background-canvas-10 {
    background: linear-gradient(90deg, #69def9, #95e5ff, #ffffff, #95e5ff);
    background-size: 150% 100%;
    background-repeat: no-repeat;
    animation: gradientWaveY 10s ease-in-out infinite alternate;
    width: 100%;
    height: 100%;
    /* 適宜調整 */
}

@keyframes gradientWaveY {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}


.section2-01-box .title_nenreibetu {
    width: 192px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -96px;
}

.content_top50_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: flex;
    z-index: 100;
}

.content_bottom50_section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: flex;
    z-index: 100;
}

.section2-02-box {
    width: 33.333%;
    height: 50svh;
    position: relative;
    display: flex;
    justify-content: start;
}

.section2-02-box img {
    height: 100%;
}

.section2-03-box {
    width: 33.333%;
    height: 50svh;
    position: relative;
    display: flex;
    justify-content: end;
}

.section2-03-box img {
    height: 100%;
}

.section2-04-box {
    width: 33.333%;
    height: 50svh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section2-05-box {
    width: 33.333%;
    height: 50svh;
    padding: 60px;
    background-color: #e6e6e6;
}



.section2-05-box .line01 {
    width: 1px;
    height: 150px;
    background-image: url(../images/section2/dot.svg);
    background-repeat: repeat-y;
    background-size: cover;
    position: absolute;
    top: -91px;
    left: calc(50svh * 0.325);
    z-index: 100;
}

.section3-04-box .line02 {
    width: 1px;
    height: 198px;
    background-image: url(../images/section2/dot.svg);
    background-repeat: repeat-y;
    background-size: cover;
    position: absolute;
    top: -119px;
    left: calc(50svh * 0.37);
    z-index: 100;
}

.section3-6-box .line08 {
    width: 1px;
    height: 120px;
    background-image: url(../images/section2/dot.svg);
    background-repeat: repeat-y;
    background-size: cover;
    position: absolute;
    top: -73px;
    right: calc(50svh * 0.620);
    left: initial;
    z-index: 100;
}

.section3-04-box .line03 {
    height: 1px;
    width: 480px;
    background-image: url(../images/section2/dot_tate.svg);
    background-repeat: repeat-x;
    background-size: cover;
    position: absolute;
    top: 75px;
    left: 111px;
    z-index: 10;
}

.section4-04-box .line04 {
    width: 1px;
    height: 198px;
    background-image: url(../images/section2/dot.svg);
    background-repeat: repeat-y;
    background-size: cover;
    position: absolute;
    top: -139px;
    left: calc(50svh * 0.472);
    z-index: 100;
}

.section4-05-box .line05 {
    width: 1px;
    height: 198px;
    background-image: url(../images/section2/dot.svg);
    background-repeat: repeat-y;
    background-size: cover;
    position: absolute;
    top: -139px;
    left: calc(50svh * 0.324);
    z-index: 100;
}


.section4-05-box .line06 {
    height: 1px;
    width: 380px;
    background-image: url(../images/section2/dot_tate.svg);
    background-repeat: repeat-x;
    background-size: cover;
    position: absolute;
    top: 75px;
    left: 219px;
    z-index: 10;
}

.section2-06-box {
    width: 33.333%;
    height: 50svh;
    padding: 30px;
    background-color: #e6e6e6;
}

.age0 {
    position: absolute;
    top: -36px;
    left: 60px;
}

.age10 {
    position: absolute;
    top: -25px;
    left: 0px;
}

.age20 {
    position: absolute;
    top: -25px;
    left: 0px;
}

.age-link-box {
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -157px;
    background-image: url(../images/section2/bg_age.svg);
    background-size: 100% auto;
    background-position: top 0 center;
    width: 315px;
    height: 111px;
    z-index: 100;
}

img.link-age10,
img.link-age30,
img.link-age60 {
    position: absolute;
    transition: transform 0.3s ease;

}

img.link-age10 {
    top: 10px;
    left: 45px;
}

img.link-age30 {
    top: -11px;
    left: 141px;
}

img.link-age60 {
    top: 10px;
    right: 45px;
}

img.link-age10:hover,
img.link-age30:hover,
img.link-age60:hover {
    cursor: pointer;
    transform: scale(1.2);
    /* ← scale 単体ではなく transform に含める */
}

.current img.link-age10,
.current img.link-age30,
.current img.link-age60 {
    cursor: pointer;
    transform: scale(1.2);
    border: #fff solid 2px;
    border-radius: 50%;
}

/* セクション3 */
.section3-01-box {
    width: 100%;
    height: 50svh;
    position: relative;
}

.section3-01-box img {
    height: 100%;
}

.section3-02-box {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(100svh *0.94);
}

/*
.section3-02-box img {
   height: 100%;
}
   */

.bg_arrow03 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(50svh * 1.48);
    z-index: -10;
    height: 25%;
}

.bg_arrow04 {
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    z-index: -10;
    height: 43%;
}

.bg_arrow05 {
    position: absolute;
    bottom: 29%;
    right: 0;
    width: 26.2%;
    z-index: -10;
    height: 16%;
}

.bg_arrow06 {
    position: absolute;
    bottom: 13%;
    right: 0;
    width: 44.6%;
    z-index: -10;
    height: 17%;
}

.bg_arrow07 {
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 44.6%;
    z-index: -10;
    height: 14.5%;
}

#background-canvas-13 {
    background: linear-gradient(90deg, #fdc1df, #cf478a, #cf478a, #e376af);
    background-size: 150% 100%;
    background-repeat: no-repeat;
    animation: gradientWaveY 10s ease-in-out infinite alternate;
    width: 100%;
    height: 100%;
    /* 適宜調整 */
}

#background-canvas-14 {
    background: linear-gradient(90deg, #d6bdc7, #b97ca9, #e3aad4, #d6bdc7);
    background-size: 150% 100%;
    background-repeat: no-repeat;
    animation: gradientWaveY 10s ease-in-out infinite alternate;
    width: 100%;
    height: 100%;
    /* 適宜調整 */
}

#background-canvas-15 {
    background: linear-gradient(90deg, #abdcf8, #9fc8fc, #6890c3, #abdcf8);
    background-size: 150% 100%;
    background-repeat: no-repeat;
    animation: gradientWaveY 10s ease-in-out infinite alternate;
    width: 100%;
    height: 100%;
    /* 適宜調整 */
}

#background-canvas-16 {
    background: linear-gradient(90deg, #b0d2dc, #b0d2dc, #f0fcff, #ffffff);
    background-size: 150% 100%;
    background-repeat: no-repeat;
    animation: gradientWaveY 10s ease-in-out infinite alternate;
    width: 100%;
    height: 100%;
    /* 適宜調整 */
}

.section3-04-box {
    width: 33.333%;
    height: 50svh;
    padding: 60px;
    background-color: #e6e6e6;
}

.section3-05-box {
    width: 33.333%;
    height: 50svh;
    padding: 45px 60px 60px 0;
    background-color: #e6e6e6;
    z-index: 100;
}

.section3-6-box {
    width: 33.333%;
    height: 50svh;
    padding: 60px;
    background-color: #e6e6e6;
}

.age30 {
    position: absolute;
    top: -25px;
    left: 60px;
}

.age40 {
    position: absolute;
    top: -25px;
    left: 0px;
}

.age50 {
    position: absolute;
    top: -25px;
    left: 0px;
}

/* セクション4 */
.section4-01-box {
    width: 100%;
    height: 50svh;
    position: relative;
}

.section4-01-box img {
    height: 100%;
}

.section4-02-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 100;
}

.section4-02-box-01 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 100;
}

.section4-02-box-02 {
    position: absolute;
    left: 33.333%;
    top: 0;
    height: 100%;
    z-index: 150;
}

.section4-03-box {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 50;

}

.bg_arrow08 {
    position: absolute;
    top: 0;
    left: 0;
    width: 169px;
    z-index: -10;
    height: 43%;
}

.bg_arrow09 {
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 100%;
    z-index: -10;
    height: 15%;
}

.bg_arrow10 {
    position: absolute;
    bottom: 15%;
    right: 0;
    width: 100%;
    z-index: -10;
    height: 15%;
}

.bg_arrow11 {
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 100%;
    z-index: -10;
    height: 15%;
}

.section4-04-box {
    width: 33.333%;
    height: 50svh;
    padding: 60px;
    background-color: #e6e6e6;
}

.section4-05-box {
    width: 33.333%;
    height: 50svh;
    padding: 60px;
    background-color: #e6e6e6;
}

.section4-06-box {
    width: 33.333%;
    height: 50svh;
    padding: 45px 60px 60px 0;
    background-color: #e6e6e6;
    z-index: 100;
}

.age60 {
    position: absolute;
    top: -25px;
    left: 60px;
}

.age70 {
    position: absolute;
    top: -25px;
    left: 0px;
}

.age80 {
    position: absolute;
    top: -25px;
    left: 0px;
}

/* セクション5 */
.bg_top50-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.bg_line-2 {
    height: 10px;
    width: 100%;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    background: linear-gradient(to right, #ffc299, #ffffff, #99ccff, #ccccff);
    z-index: 10;
}

.bg_line-3 {
    height: 10px;
    width: 100%;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(to right, #ffcbb3 0%, #fff5ee 30%, #ffffff 50%, #e6f4ff 70%, #cce6ff 100%);
    z-index: 100;
}

.bg_line-4 {
    height: 10px;
    width: 100%;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(to right, #daf1ff 0%, #c5e9ff 30%, #a0dbff 50%, #8fd4ff 70%, #8fd4ff 100%);
    z-index: 100;
}

.bg_line-5 {
    height: 10px;
    width: 100%;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(to right, #ccecff 0%, #e8f6ff 30%, #f5f5f9 50%, #bdbedd 70%, #9193c4 100%);
    z-index: 100;
}


.bg_bottom50-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
}


/* タイトル動き */
.vertical-catchphrase {
    position: absolute;
    top: -33px;
    right: 100px;
    transform: translateX(-50%);
    height: 100%;
    transition: top 1s ease;
    writing-mode: vertical-rl;
    padding-top: 1em;
    font-size: 1.8em;
    line-height: 2.07;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    opacity: 0;
}

.vertical-text {
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 2rem;
    letter-spacing: 0;
    position: relative;
}

h3.vertical-text {
    font-weight: normal;
    font-family: "A1 Mincho";
}

.line {
    font-size: 1.8rem;
    padding: 0.65em 10px 0.5em;
    margin: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    /* 重要: 背景と文字を重ねるため */
}

#section5 h2 {
    font-family: "見出ゴMB31";
}

/* 背景（黒）がスライドして現れる */
.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* 背景色を黒に修正 */
    clip-path: inset(0 0 100% 0);
    /* 初期状態は非表示 */
    transition: clip-path 0.8s ease;
    z-index: 0;
    /* 背景を後ろに */
}

/* テキストがスライドして現れる */
.text {
    position: relative;
    color: #000;
    /* 文字色を白に修正 */
    z-index: 1;
    /* 背景より前に表示 */
    clip-path: inset(0 0 100% 0);
    /* 初期状態は非表示 */
    transition: clip-path 0.8s ease 0.3s;
    /* 文字は背景より遅れて表示 */
}

/* アニメーション発動時 */
.line.revealed .background {
    clip-path: inset(0 0 0 0);
    /* 背景をスライドイン */
}

.line.revealed .text {
    clip-path: inset(0 0 0 0);
    /* 文字をスライドイン */
}

.section5-catch {
    min-height: 50vh;
    position: relative;
    top: 0px;
}

.vertical-catchphrase.show {
    opacity: 1;
}


/*縦書きSP*/

.content_top50_inner {
    position: relative;
}

.content_bottom50_inner {
    position: relative;
}

img.imtothefuture {}

img.n_kagoshimasonoda {}

.soft-right-outer {
    mix-blend-mode: soft-light;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 101;
}

.soft-right {
    position: absolute;
    bottom: 5px;
    right: 220px;
    width: 37%;
}

.soft-right-outer02 {
    mix-blend-mode: soft-light;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 101;
}

.soft-right02 {
    position: absolute;
    top: 30px;
    right: 100px;
    position: absolute;
    top: 30px;
    right: 100px;
}

#section5 h2 {
    position: absolute;
    left: 100px;
    bottom: 29px;
    line-height: 1.7em;
    letter-spacing: 5px;
    font-size: 210%;
}

#section5 .section5_text {
    position: absolute;
    left: 100px;
    top: 100px;
    width: 43%;
    font-size: 1rem;
    line-height: 2rem;
    color: #000;
}

img.fade-switch {
    transition: opacity 0.3s ease;
}

.btn-link-img {
    height: 58px;
}

.btn-hover {
    display: inline-block;
}

.btn-hover img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: opacity 0.3s ease;
}

.btn-hover .img-off {
    opacity: 1;
    z-index: 1;
}

.btn-hover .img-on {
    opacity: 0;
    z-index: 2;
}

.btn-hover:hover .img-on {
    opacity: 1;
}

.btn-hover:hover .img-off {
    opacity: 0;
}

/* 汎用的な画像コンテナのスタイル */
.image-container {
    cursor: pointer;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease-in-out;
}

/* ▼▼▼ 汎用的なクラス名に変更 ▼▼▼ */
.image-off {
    opacity: 1;
}

.image-on {
    opacity: 0;
}

/* ホバーしたコンテナ内の画像を操作 */
.js-hover-trigger:hover .image-off {
    opacity: 0;
}

.js-hover-trigger:hover .image-on {
    opacity: 1;
}

/* テキストボックスのスタイルは共通 */
.text-container {
    padding: 20px;
    transition: all 0.4s ease-in-out;
    margin-top: -20px;
    margin-left: -20px;
}

.shadow-active {
    background-color: #fff;
    box-shadow: 0 0px 15px rgba(238, 118, 37, 0.2);
}

.section3-04-box .shadow-active {
    box-shadow: 0 0px 15px rgba(58, 142, 206, 0.2);
}

.section3-6-box .shadow-active {
    box-shadow: 0 0px 15px rgba(132, 141, 227, 0.2);
}

.section4-04-box .shadow-active {
    box-shadow: 0 0px 15px rgba(187, 125, 179, 0.2);
}

.section4-05-box .shadow-active {
    box-shadow: 0 0px 15px rgba(226, 104, 164, 0.2);
}


.idtargetBox {
    position: relative;
    height: 50svh;
    left: 33.333%;
    top: 0;
    z-index: 100;
}

.btn_iclsite_outer {
    z-index: 200;
}

/* キーフレームアニメーション */
@keyframes reveal-down {
    to {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* ============================================= */
/* PC用のスタイル (デフォルト)         */
/* ============================================= */

/* --- すべてのデバイスで共通の横スクロール基本設定 --- */
main.horizontal-container {
    display: flex;
    width: 100%;
    height: 100svh;
    overflow-y: hidden;
    /* 縦スクロールバーは常に非表示 */
}

.scroll-track {
    display: flex;
}

.scroll-section {
    width: 100vw;
    height: 100svh;
    flex-shrink: 0;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.sp-only-small {
    display: none;
}


.menu-logo img {
    width: 50%;
}

/* フェード用 */
.hover-switch,
.hover-switch.clone {
    transition: opacity 0.4s ease;
    display: block;
    position: relative;
}

.hover-switch.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.page-top {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -35px;
}

@media screen and (max-width: 1280px) {
    body {
        font-size: 13px;
    }

    .container-top-right {
        right: -670px;
    }

    .container-bottom-left {
        left: -210px;
    }

    .container-top-left {
        left: -140px;
    }

    .container-bottom-right {}

    #section5 .section5_text {
        font-size: 1em;
    }

    .circle-box {
        width: 230px;
        height: 230px;
    }

    .catch_free {
        top: 0;
    }

    .catch_freedam {
        top: 30px;
    }

    .logo_center {
        bottom: 120px;
        width: 150px;
        margin-left: -75px;

    }

    .line {
        font-size: 1.35rem;
    }

    .vertical-catchphrase {
        top: -24px;
    }

    img.imtothefuture {
        width: 30%;
    }

    img.n_kagoshimasonoda {
        width: 20%;
    }

    .btn-hover img {
        width: 200px;
    }

    .btn_iclsite {
        margin-left: -100px;
    }

    .section3-04-box .line03 {
        width: 300px;
        top: 69px;
    }

    .section3-04-box .line02 {
        height: 188px;
    }

    .section4-05-box .line06 {
        width: 230px;
        top: 70px;
        left: 179px;
    }
}

/* --- デバイスごとの横スクロール制御 --- */
@media (orientation: portrait) and (min-width: 600px) and (max-width: 1024px) {

    /* タブレット縦でだけ適用したいCSS */
    .logo-block-top {}

    .circle-box .nendai {
        width: 80px;
    }

    .circle-box.circle02 .nendai,
    .circle-box.circle04-2 .nendai,
    .circle-box.circle03-2 .nendai,
    .circle-box.circle05 .nendai {
        width: 90px;
    }

    .circle-box .nendai {
        bottom: 4px;
    }

    .circle-box.circle02 .nendai {
        top: 15px;
        right: 0px;
    }

    .circle-box.circle04-2 .nendai {
        bottom: 9px;
        right: 20px;
    }

    .circle-box.circle03-2 .nendai {
        bottom: 10px;
        right: 10px;
    }

    .circle-box.circle05 .nendai {
        bottom: 10px;
        right: 10px;
    }

    img.imtothefuture {
        width: 86%;
    }

    .line07 {
        font-size: 1.65rem;
    }

    .footer-logo-icl {
        margin-top: 18px;
        width: 300px;
    }

    .sitemap {
        width: 55%;
        font-size: 150%;
    }

    .flex-sp-bottom {
        height: 60svh;
    }

    .loader-logo {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .loader-text {
        margin-top: 100px;
    }


}

/* PCの場合: JavaScriptで制御するため、ブラウザのスクロールは無効化 */
@media screen and (min-width: 1025px) {
    main.horizontal-container {
        overflow-x: hidden;
    }
}

/* スマホ・タブレットの場合: ブラウザの自由な横スクロールを許可 */
@media screen and (max-width: 1024px) {

    /* iOS Safari, Chrome for mobile でも効く */
    .horizontal-container {
        overflow-x: scroll;
        /* 横スクロールは残す */
        -ms-overflow-style: none;
        /* IE/Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .horizontal-container::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    main.horizontal-container {
        overflow-x: auto;
    }

    .btn-hover img {
        width: 290px;
    }

    .circle-box {
        width: 280px;
        height: 280px;
    }

    .circle02 {
        left: auto;
        right: 8%;
        top: 30%;
    }

    .circle03 {
        left: 65%;
        top: 90%;
    }

    .circle03-2 {
        left: 65%;
        top: -9%;
    }

    .circle04 {
        left: 8%;
        bottom: 80%;
        top: auto;
    }

    .circle04-2 {
        left: 8%;
        bottom: -6%;
        top: auto;
    }

    .circle05 {
        left: 65%;
        bottom: 10%;
        top: auto;
    }

    .logo-block-top {
        position: absolute;
        top: 180px;
        left: 30%;
    }

    #section2,
    #section3,
    #section4 {
        width: 300vw;
    }

    .btn-link-img {
        height: 65px;
        margin-bottom: 3em;
        margin-left: 1em;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .age10,
    .age20,
    .age40,
    .age50,
    .age70,
    .age80 {
        left: 60px;
    }

    /*縦書きSP*/

    .line07 {
        font-size: 1.95rem;
        padding: 0.5em 10px;
        margin: 0 5px;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        /* 重要: 背景と文字を重ねるため */
    }

    /* 背景（黒）がスライドして現れる */
    .background02 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        /* 背景色を黒に修正 */
        clip-path: inset(0 0 100% 0);
        /* 初期状態は非表示 */
        transition: clip-path 0.8s ease;
        z-index: 0;
        /* 背景を後ろに */
    }


    /* アニメーション発動時 */
    .line07.revealed .background02 {
        clip-path: inset(0 0 0 0);
        /* 背景をスライドイン */
    }

    .line07.revealed .text02 {
        clip-path: inset(0 0 0 0);
        /* 文字をスライドイン */
    }

    .section5-catch02 {
        min-height: 50vh;
        position: relative;
        top: 0px;
    }

    .vertical-catchphrase02.show {
        opacity: 1;
    }

    /* SP用の縦書きアニメーション用のベースCSS */
    .vertical-catchphrase02 {
        opacity: 0;
        /* JSで1に切り替え */
        position: absolute;
        left: 50%;
        margin-left: -139px;
    }

    .vertical-text {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .section6-01-box,
    .section6-02-box {
        width: 100vw;
        height: 100svh;
    }

    #section6 {
        width: 200vw;
    }

    footer .bg-gray {
        width: 200vw;
        margin-left: 0;
        margin-right: 0;
        display: flex;
        padding: 0vh 0;
    }

    .business-hours-outer {
        position: inherit;
        width: 30%;
        margin: 0 auto;
        padding: 40px 0;
        height: 60vh;

    }

    .business-hours {
        width: 100%;
    }

    .section6-02-box {
        background-color: #fff;
    }

    .flex-sp-bottom {
        flex-direction: column;
        align-items: center;
        height: 60vh;
    }

    .section5-catch02 {
        min-height: 25vh;
        height: 25svh;
    }

    .footer-logo-icl {
        margin-bottom: 25px;
        margin-top: 28px;
        width: 430px;
    }

    .footer-center-flex {
        align-items: center;
        padding: 0;
        height: 24vh;
        width: 50%;
        margin-bottom: 3vh;
    }

    .sitemap {
        width: 54%;
        margin: 0 auto;
        font-size: 190%;
        line-height: 1.8em;
        padding-left: 10%;
    }

    .sitemap::before {
        left: 70px;
    }

    .copyright {
        font-size: 140%;
        height: 12svh;
    }

    .footer_btn_contact img {
        width: 440px;
        height: auto;
    }

    p.footer_btn_contact {
        width: 32%;
        margin: 30px auto;
    }

    .business-hours-outer {
        width: 100%;
        margin: 0 auto;
    }

    .business-box-logo {
        width: 40%;
        margin-right: 40px;
        margin: 0 auto 3em;
    }

    .hamburger .hamburger-text {
        margin-top: 0px;
    }

    .business-hours-inner {
        justify-content: center;
    }

    .business-hours-inner .flex {
        flex-direction: column;
        align-items: center;
    }

    .schedule-box-sp img:first-child {
        width: 100%;
    }

    .business-box-logo img {
        width: 100%;
    }

    .tel-number {
        font-size: 3.9rem;
        margin-top: 0.5em;
        padding-top: 0.5em;
        line-height: 1em;
        margin-bottom: .5em;
    }

    .btn-yellow {
        border-radius: 65px;
        padding: 1em 1em;
        color: #000;
        font-size: 220%;
    }

    .instagram {
        width: 12%;
    }

    .title-access {
        text-align: center;
    }

    .section2-01-box .title_nenreibetu {
        width: 340px;
        margin-top: -170px;
        margin-left: -179px;
    }

    .section2-04-box h4 img {
        width: 370px;
    }

    .text-container h3 {
        font-size: 350%;
    }

    .text-container p {
        font-size: 200%;
        line-height: 1.8em;
    }

    .text-container {
        width: 90%;
    }

    .section3-04-box .line03 {
        left: 151px;
    }

    .section3-04-box .line03 {
        width: 86%;
    }

    .text-container {
        margin-top: 10px;
    }

    .section3-04-box .line03 {
        width: 86%;
        top: 102px;
    }

    .section4-05-box .line06 {
        width: 65%;
        top: 103px;
        left: 379px;
    }

    .section3-04-box .line02 {
        height: 220px;
    }

    .content_top50_inner {
        height: 50svh;
    }

    #section5 h2 {
        left: 7%;
        bottom: 115px;
        font-size: 410%;
    }


    #section5 .section5_text {
        font-size: 250%;
        line-height: 2em;
        left: 7%;
        top: -74px;
        width: 86%;
    }

    img.imtothefuture {
        bottom: 420px;
        right: 7%;
    }

    img.imtothefuture {
        bottom: 240px;
        right: 4%;
        width: 86%;
    }

    .soft-right {
        position: absolute;
        bottom: 155px;
        right: 40px;
        width: 37%;
    }

    .n_kagoshimasonoda {
        display: none;
    }

    .sitemap::before {
        left: 60px;
    }

    .circle03 {
        left: 61%;
    }

    .circle03-2 {
        left: 61%;
    }

    .circle05 {
        left: 61%;
        bottom: 3%;
    }

    .btn_iclsite_outer {
        width: 100%;
    }

    .loader-logo {
        margin-bottom: -30px;
    }


    .catch_freedam02 {
        opacity: 0;
    }

    .visible {
        opacity: 1;
        transform: translateX(0);
    }

    .btn-hover img {
        width: 210px;
    }

    .btn_iclsite_outer {
        position: absolute;
        top: 98%;
    }

    .btn-link-img .btn-hover img {
        width: 300px;
    }

    .circle05 {
        bottom: 8%;

    }


}

@media screen and (max-width: 820px) {
    .circle-box {
        width: 240px;
        height: 240px;
    }

    .text-container h3 {
        font-size: 250%;
    }

    .text-container p {
        font-size: 160%;
    }

    .section3-04-box .line03 {
        width: 82%;
    }

    #section5 h2 {
        font-size: 340%;
        left: 10%;
    }

    #section5 .section5_text {
        font-size: 200%;
        left: 10%;
        top: -59px;
        width: 80%;
    }

    img.imtothefuture {
        bottom: 180px;
        right: 10%;
        width: 86%;
    }

    .sitemap {
        width: 70%;
        margin: 0 auto;
        font-size: 160%;
        line-height: 1.8em;
        padding-left: 10%;
    }

    .container03 {
        width: 100%;
    }

    .footer-logo-icl {
        margin-bottom: 25px;
        margin-top: 48px;
        width: 390px;
    }

    .footer-center-flex {
        height: 30vh;
        margin-bottom: 2vh;
    }

    .flex-sp-bottom {
        height: 63svh;
    }

    .schedule-box-sp {
        width: 76%;
    }

    .tel-number {
        font-size: 2.9rem;
        text-align: center;
    }

    .business-box-logo {
        width: 32%;
    }

    .btn-yellow {
        font-size: 170%;
    }

    .title-access {
        font-size: 1.7rem;
    }

    .btn-hover img {
        width: 190px;
    }

    .btn_iclsite_outer {
        position: absolute;
        top: 98%;
    }

    .btn-link-img .btn-hover img {
        width: 300px;
    }

}

@media screen and (max-width: 769px) {
    .language-box {
        width: 100%;
        padding: 0 5%;
    }

    .mission-bg-box::before {
        left: 1em;
    }

    .mission-bg-box h4::after {
        left: 0.5em;
        top: 44px;
        width: 28px;
    }

    .mission-bg-box h4::before {
        left: 0.5em;
        top: 27px;
    }

    .mission-bg-box {
        padding: 1.5em 1em 1.5em 2em;
        width: 50%;
        box-sizing: border-box;
    }

    #section5 .section5_text {
        font-size: 184%;
        top: -55px;
    }

    #section5 h2 {
        font-size: 260%;
    }

    img.imtothefuture {
        bottom: 120px;
    }

    .line07 {
        font-size: 1.55rem;
    }

    .footer-logo-icl {
        margin-top: 25px;
        width: 350px;
    }

    .sitemap {
        width: 60%;
        margin: 0 auto;
        font-size: 150%;
    }

    .vertical-text {
        line-height: 1.5rem;
    }

    .vertical-catchphrase02 {
        margin-left: -123px;
    }

    .business-box-logo {
        width: 25%;
    }

    .schedule-box-sp {
        width: 79%;
    }

    .tel-number {
        font-size: 2.8rem;
    }

    .logo-block-top {
        position: absolute;
        top: 190px;
        left: 30%;
        margin-left: -226px;
        width: 452px;
    }

    .btn-link-img {
        height: 86px;
        margin-bottom: 2em;
        margin-top: 15px;
    }
}

@media screen and (max-width: 480px) {

    /* 横スクロールバーを非表示（iOS Safari, Chrome対応） */
    body {
        -ms-overflow-style: none;
        /* IE, Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    body::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }


    .loader-logo {
        margin-bottom: 65px;
    }

    .triangle:before {
        right: -10px;
    }

    .flow-block .nagare-block span {
        width: 135px;
    }

    .merit-text {
        font-size: 14px;
    }

    .about-icl-box-sp {
        margin-top: -139px;
    }

    .title-big2 {
        font-size: 1.1rem;
    }

    .table_anzen .table_anzen_td02 {
        font-size: 1.1rem;
    }

    .table-tekiou th {
        font-size: 1.4em;
    }

    .table-tekiou td {
        padding: 1.5em
    }

    .number-block {
        margin-left: 8px;
    }

    .flow-block .disc-flow-block::before {
        width: 100%;
        margin: 0em 0% 1em;
    }

    .sitemap {
        width: 85%;
    }

    .footer-logo {
        width: 75%;
    }



    .btn-yellow {
        width: 78%;
        position: inherit;
    }

    .title-new-world .line,
    .title-kinshi-ranshi .line,
    .title-anzen .line,
    .title-cost .line {
        padding: 0.5em 2px;
    }

    root {
        font-size: 13px;
    }

    nav#navMenu ul.navMenu_list li {
        border-bottom: 1px solid #fff;
        padding-bottom: 1.2em;
        margin-bottom: 1.2em;
    }


    nav#navMenu ul.navMenu_list {
        font-size: 12px;
    }

    #map {
        height: 32vh;
        width: 100%;
    }

    .container-top-right {
        right: -1130px;
    }

    .container-top-left {
        left: -230px;
    }

    .container-bottom-right {
        right: -810px;

    }

    .circle-box {
        width: 160px;
        height: 160px;
    }

    .circle-box h3 img {
        width: 57%;
    }

    .circle-box h2 img {
        width: 76%;
    }

    .circle-box .nendai {
        bottom: -5px;
    }

    .circle-box.circle02 .nendai {
        bottom: -15px;
    }

    .nendai img {
        width: 64px;
    }

    .circle02 {
        top: 30%;
    }

    .circle03 {
        left: initial;
        right: 5%;
        top: 90%;
    }

    .circle03-2 {
        left: initial;
        right: 5%;
        top: -3%;
    }

    .circle04 {
        left: 5%;
        top: -34%;
    }

    .circle04-2 {
        left: 5%;
        top: 69%;
    }

    .circle05 {
        left: initial;
        right: 5%;
        bottom: 9%;
    }


    .catch_freedam02 {
        position: absolute;
        left: 50%;
        margin-left: -78px;
        width: 70%;
        top: -290px;
        opacity: 0;
        z-index: -1;
    }

    .logo-block-top {
        top: initial;
        bottom: -35%;
        left: 64%;
        margin-left: -266px;
        width: 222px;
    }

    .logo-block-top-inner {
        width: 222px;
        height: auto;
    }

    .section2-01-box .title_nenreibetu {
        width: 200px;
        margin-top: -105px;
        margin-left: -100px;
    }

    .section2-04-box h4 img {
        width: 200px;
    }

    .section2-02-box img {}

    .hamburger {
        padding: 10px 14px;
        height: 60px;
        width: 60px;
    }

    .hamburger .hamburger-text {
        margin-top: -11px;
        font-size: 7px;
    }

    .hamburger-button {
        width: 30px;
        height: 3px;
    }

    .hamburger span {
        margin-top: 12px;
    }


    nav#navMenu {
        width: 100%;
    }

    .subMenu-open li {
        font-size: 12px;
    }

    .hamburger.open span {
        margin-top: 22px;
    }

    .hamburger.open .hamburger-text {
        display: none;
    }

    .hamburger-button::before {
        top: -11px;
    }

    .hamburger-button::after {
        top: 11px;
    }

    .hamburger-button::before,
    .hamburger-button::after {
        width: 30px;
        height: 3px;
    }

    .subMenu-open li img {
        width: 58px;
    }

    .subMenu-open li {
        width: 26vw;
    }

    .section2-02-box .image-container img {
        top: inherit;
        bottom: 0;

    }

    .bg_arrow01 {
        left: calc(50svh * 0.108);
        width: calc(50svh * 0.432);
    }

    .text-container h3 {
        font-size: 145%;
        margin-bottom: 0.7em;
    }

    .section2-05-box {
        padding: 50px;
    }

    .text-container {
        width: 100%;
    }

    .section2-05-box,
    .section3-04-box,
    .section3-6-box,
    .section4-04-box,
    .section4-05-box {
        padding: 0px 20px 30px 40px;
    }

    .text-container p {
        font-size: 95%;
    }

    .section3-04-box .line02 {
        height: 196px;
    }

    .section3-04-box .line02 {
        height: 143px;
        top: -89px;
    }

    .section3-04-box .line03 {
        width: 76%;
        top: 52px;
        left: 110px;
    }

    .btn-link-img {
        height: 60px;
        margin-bottom: 1em;
        margin-top: -2px;
    }

    .btn-hover img {
        width: 120px;
    }

    .btn-link-img .btn-hover img {
        width: 220px;
    }

    .btn_iclsite {
        margin-left: -60px;
    }

    .section4-04-box h3 {
        letter-spacing: -1px;
    }

    .section4-05-box .line06 {
        width: 56%;
        top: 51px;
        left: 189px;
    }

    #section5 h2 {
        font-size: 200%;
        letter-spacing: 3px;
        bottom: 50px;
        line-height: 1.5em;
    }

    img.imtothefuture {
        bottom: 150px;
        right: 4%;
        width: 49%;
    }

    #section5 .section5_text {
        font-size: 110%;
        top: -35px;
    }

    .footer-logo-icl {
        margin-top: 11px;
        width: 190px;
    }

    .sitemap::before {
        left: 55px;
    }

    .sitemap {
        width: 80%;
        margin: 0 auto 3vh;
        font-size: 90%;
        padding-left: 20%;
    }

    .copyright {
        font-size: 100%;
    }

    p.footer_btn_contact {
        width: 39%;
        margin: 0px auto;
    }

    .sitemap li {
        margin-left: 0;
        line-height: 2.2em;
    }

    .footer-center-flex {
        margin-bottom: 1vh;
    }

    .schedule-box-sp {
        width: 69%;
    }

    .tel-number {
        font-size: 1.7rem;
    }

    .btn-yellow {
        font-size: 100%;
        line-height: 1em;
        height: 3em;
    }

    .title-access {
        line-height: 11px;
    }

    .business-box-logo {
        width: 22%;
    }

    .schedule-box-sp {
        width: 72%;
    }

    .title-access {
        font-size: 1.2rem;
    }

    .tel-number {
        margin-bottom: 1em;
    }

    .animation-svg {
        width: 85px;
        height: auto;
    }

    .catch_free {
        margin-left: -42px;
        width: 85px;
        top: -350px;
    }

    .logo_center {
        bottom: 150px;
        width: 130px;
        margin-left: -65px;
    }

    .visible {
        opacity: 1;
        transform: translateX(0);
    }


    #arrow-previous {
        bottom: 0 !important;
    }


    #arrow-next {
        bottom: 0 !important;
    }

    .age0 {
        left: 0;
    }

    .age10,
    .age20,
    .age30,
    .age40,
    .age50,
    .age60,
    .age70,
    .age80 {
        left: 0;
        width: 100px;
        top: -23px;
    }

    .age-link-box {
        bottom: -56px;
        margin-left: -117px;
        width: 235px;
        height: 111px;
    }

    img.link-age10 {
        top: 10px;
        left: 18px;
        width: 25px;
        height: 25px;
    }

    img.link-age30 {
        top: -11px;
        left: 101px;
        width: 25px;
        height: 25px;
    }

    img.link-age60 {
        top: 10px;
        right: 18px;
        width: 25px;
        height: 25px;
    }

    .section2-05-box .line01 {
        width: 1px;
        height: 89px;
        top: -61px;
    }

    .line07 {
        font-size: 1rem;
        padding: 0.5em 4px;
    }

    .vertical-text {
        line-height: 1.2rem;
        gap: 1px;
    }

    .vertical-catchphrase02 {
        margin-left: -75px;
    }

    .soft-right {
        position: absolute;
        bottom: 30%;
        right: -140px;
        width: 89%;
    }

    .loader-logo {
        width: 40%;
        margin-top: 35%;
        z-index: 10;
    }

    .loader-text {
        width: 40%;
        margin-bottom: 30px;
    }

    .circle-box.circle03 .nendai,
    .circle-box.circle03-2 .nendai,
    .circle-box.circle04 .nendai,
    .circle-box.circle04-2 .nendai,
    .circle-box.circle05 .nendai {
        bottom: 0px;
    }

    .section3-02-box {
        height: calc(100% - 10px);
    }

    p.btn-link-img:first-child {
        margin-top: -20px;
    }

    .text-container {
        padding: 30px 20px 30px 20px;
    }

    .text-container {
        margin-left: -10px;
    }

    .section4-04-box .line04 {
        height: 172px;
    }

    .section4-05-box .line05 {
        height: 176px;
    }

    .title-access img {
        display: none;
    }

    .business-box-logo {
        margin: 0 auto 2.5em;
    }

    .business-hours-outer {
        height: 65svh;
        padding: 6svh 0 0svh;
    }

    #Accsess {
        height: 32svh;
    }

    .page-top {
        top: inherit;
        bottom: 0;
        right: 0;
        margin-top: -35px;
        width: 50px;
        height: 50px;
    }

    #arrow-previous,
    #arrow-next {
        width: 50px;
        height: 50px;
    }

    .hamburger.open .hamburger-button::after,
    .hamburger.open .hamburger-button::before {
        top: -3px;
    }

    .subMenu-open ul {
        top: 0px;
    }

    .bg_top50 {
        background-image: url(../images/bg_maingrafic_top.jpg);
    }

    .bg_bottom50 {
        background-image: url(../images/bg_maingrafic_bottom.jpg);
    }

    /*
    .section3-02-box .image-container img {
        right: 0;
        left: inherit;
    }
    */
    .bg_arrow04 {
        height: 45%;
    }

    .bg_arrow07 {
        height: 12%;
    }

    .bg_arrow06 {
        bottom: 12%;
        width: 44.6%;
        height: 16%;
    }

    .bg_arrow05 {
        bottom: 27.5%;
        height: 16%;
    }

    /*

    .bg_arrow06 {
        bottom: 13%;
        right: 0;
        height: 15.5%;
    }

    .bg_arrow07 {
        bottom: 0%;
        height: 13%;
    }
    */

    .copyright {
        padding: 0svh 0;
    }

    .btn_iclsite_outer {
        position: absolute;
        top: 78%;
    }

    .btn_iclsite {
        bottom: 0px;
    }

    .section4-06-box .btn-link-img .btn-hover img {
        width: 190px;
    }


}

@media screen and (max-width: 390px) {

    body {
        font-size: 12px;
    }

    .logo-block-top {
        bottom: -33%;
        left: 67%;
    }
}

@media screen and (max-width: 390px) {


    .logo-block-top {
        bottom: -32%;
        left: 68%;
    }

    .circle05 {
        bottom: 7%;
    }

    .section2-01-box .title_nenreibetu {
        width: 160px;
        margin-top: -90px;
        margin-left: -80px;
    }

    .section2-04-box h4 img {
        width: 160px;
    }

    .loading {
        top: calc(50% - 8px);
    }

    .circle04-2 {
        top: 60%;
    }

    .circle03-2 {
        top: -6%;
    }

    .loader-logo {
        margin-top: 37%;

    }
}

@media screen and (max-width: 350px) {

    body {
        font-size: 11px;
    }

    nav#navMenu ul.navMenu_list {
        font-size: 11px;
    }

    .loading {
        top: calc(50% - 10px);
    }

    .age-link-box {
        display: none !important;
    }

    .logo-block-top {
        bottom: -51%;
        left: 75%;
    }

    .catch_free {
        margin-left: -35px;
        width: 70px;
    }

    .catch_freedam02 {
        margin-left: -74px;
        width: 60%;
        top: -310px;
    }

    .animation-svg {
        width: 70px;
        height: auto;
    }

    .logo_center {
        bottom: 170px;
        width: 110px;
        margin-left: -55px;
    }

    #arrow-previous,
    #arrow-next {
        width: 40px;
        height: 40px;
    }

    .age0 {
        top: -25px;
        left: 0px;
        height: 40px;
    }

    .age0 img {
        height: 40px;
    }

    .age10,
    .age20,
    .age30,
    .age40,
    .age50,
    .age60,
    .age70,
    .age80 {
        width: 80px;
        top: -19px;
    }

    #section5 .section5_text {
        top: -30px;
    }

    .hamburger .hamburger-text {
        margin-top: -7px;
    }

    .sp-only-small {
        display: block;
    }

    .sp-only-small-inline {
        display: inline;
    }

    .sp-only-small-none {
        display: none;
    }

    .footer-logo-icl {
        margin-top: 36px;
        width: 170px;
    }

    .business-hours-outer {
        height: 75svh;
    }

    #Accsess {
        height: 25svh;
    }

    .page-top {
        width: 40px;
        height: 40px;
    }

    #section5 .section5_text {
        top: -65px;
    }

    .hamburger {
        padding: 5px 7px;
        height: 40px;
        width: 40px;
    }

    .hamburger-button {
        width: 22px;
        height: 2px;
    }

    .hamburger span {
        margin-top: 11px;
    }

    .hamburger-button::before,
    .hamburger-button::after {
        width: 22px;
        height: 2px;
    }

    .hamburger-button::before {
        top: -7px;
    }

    .hamburger-button::after {
        top: 7px;
    }


    .hamburger .hamburger-text {
        margin-top: -14px;
        font-size: 5px;
    }

    .hamburger.open .hamburger-button::after,
    .hamburger.open .hamburger-button::before {
        top: -7px;
    }

    nav#navMenu {
        padding-top: 90px;
    }

    nav#navMenu ul.navMenu_list li {
        padding-bottom: 1em;
        margin-bottom: 1em;
    }

    .menu-logo {
        margin-top: 20px;
    }

    .circle-box {
        width: 120px;
        height: 120px;
    }

    .nendai img {
        width: 44px;

    }

    .btn_iclsite {
        margin-left: -45px;
    }

    .btn_iclsite_outer .btn-hover img {
        width: 90px;

    }

    .section4-04-box .line04 {
        height: 162px;
        top: -128px;
        left: calc(50svh * 0.465);
    }

    .bg_arrow07 {
        height: 11%;
    }

    .bg_arrow06 {
        bottom: 11%;
    }

    .bg_arrow05 {
        bottom: 26.5%;
    }

    .section2-05-box .line01 {
        height: 84px;
        top: -50px;
    }

    .section4-05-box .line05 {
        height: 156px;
        top: -119px;
    }

    .vertical-catchphrase02 {
        margin-left: -65px;
    }

    .line07 {
        font-size: 0.8rem;
        padding: 0.5em 2px;
    }

    .footer-logo-icl {
        margin-top: 10px;
    }

    #Accsess {
        height: 20svh;
    }

    .business-hours-outer {
        height: 80svh;
    }

    .circle-box.circle02 .nendai {
        right: -45px;
    }

    .loader-logo {
        margin-top: 40%;
    }
}

@media (max-height: 900px) and (min-width: 1040px) {
    body {
        font-size: 14px;
    }

    .section3-04-box .line03 {
        width: 369px;
    }

    .section4-05-box .line06 {
        width: 260px;
    }

    .line {
        font-size: 1.65rem;
    }

    .circle04 {
        left: 3.5%;
    }

    .circle04-2 {
        left: 3.5%;
    }

    .circle05 {
        left: inherit;
        right: 3.5%;
    }

    .logo-block-top {
        top: -20px;
    }

    .container-top-right {
        right: -350px;
    }

    .container-bottom-right {
        right: -15%;
    }

    .bg_arrow06 {
        height: 17%;
    }

    .bg_arrow07 {
        height: 14.5%;
    }

    .bg_arrow05 {
        height: 15.5%;
    }

    .catch_freedam {
        top: 114px;
        width: 360px;
        margin-left: -180px;
    }

    .logo-block-top-inner {
        width: 400px;
        height: 380px;
    }

    .logo-block-top {
        margin-left: -200px;
        width: 400px;
    }

}

@media (min-height: 900px) and (max-width: 1440px) {
    .section3-04-box .line03 {
        width: 370px;
    }

    .section4-05-box .line06 {
        width: 260px;
    }

}

@media (max-height: 900px) and (max-width: 1366px) {}


@media screen and (orientation: landscape) and (min-width: 1024px) and (max-width: 1366px) and (hover: none) and (pointer: coarse) {
    body {
        font-size: 16px;
    }

    .circle05 {
        left: 72%;
    }

    .circle04 {
        left: 6.5%;
    }

    .circle-box .nendai {
        width: 120px;
    }

    .bg_arrow01 {
        left: calc(50svh * 0.095);
        width: calc(50svh * 0.3652);
    }
}

@media screen and (orientation: landscape) and (min-width: 1024px) and (max-width: 1190px) and (hover: none) and (pointer: coarse) {
    body {
        font-size: 13px;
        line-height: 1.5em;
    }

    .circle-box .nendai {
        width: 80px;
        bottom: -3px;
    }

    .circle-box.circle02 .nendai,
    .circle-box.circle03 .nendai,
    .circle-box.circle04 .nendai,
    .circle-box.circle05 .nendai {
        width: 90px;
    }

    .circle-box.circle03 .nendai,
    .circle-box.circle04 .nendai,
    .circle-box.circle05 .nendai {
        bottom: 0px;
        right: 0px;
    }

    .bg_arrow01 {
        left: calc(50svh * 0.10);
        width: calc(50svh * 0.402);
    }

    .hamburger .hamburger-text {
        margin-top: -3px;
    }

    img.imtothefuture {
        width: 100%;
    }

    img.n_kagoshimasonoda {
        width: 100%;
    }
}

/* === iPad横向きなど：タッチ端末で横パンを素直に通す === */
.horizontal-container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pinch-zoom !important;
    scroll-behavior: auto !important;
    /* CSSのsmoothを殺す */
}

.scroll-track {
    display: flex;
    width: max-content;
}

.scroll-track .scroll-section {
    flex: 0 0 auto;
}