@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
    /* 1280で16px */
    font-size: 1.6vw;
    letter-spacing: 0.1em;
    color: #6a6a6a;
}

.f14 {
    font-size: 0.875rem;
}

.f18 {
    font-size: 1.125rem;
}

.f20 {
    font-size: 1.25rem;
}

.f22 {
    font-size: 1.375rem;
}

.f24 {
    font-size: 1.5rem;
}

.f26 {
    font-size: 1.8rem;
}

.f28 {
    font-size: 1.75rem;
}

.f30 {
    font-size: 1.875rem;
}

.f32 {
    font-size: 2rem;
}

.f34 {
    font-size: 2.125rem;
}

.f36 {
    font-size: 2.25rem;
}

.f38 {
    font-size: 2.375rem;
}

.f40 {
    font-size: 2.5rem;
}

.f42 {
    font-size: 2.625rem;
}

.f44 {
    font-size: 2.75rem;
}

.f46 {
    font-size: 2.5rem;
}

.f48 {
    font-size: 3rem;
}

.f50 {
    font-size: 3.125rem;
}

.f52 {
    font-size: 3.25rem;
}

.f54 {
    font-size: 3.375rem;
}

.f56 {
    font-size: 3.5rem;
}

.f58 {
    font-size: 3.625rem;
}

.f60 {
    font-size: 3.75rem;
}

@media screen and (min-width: 768px) {
    .f26 {
        font-size: 22px;
    }
}

@media screen and (min-width: 1000px) {
    .f26 {
        font-size: 26px;
    }
}

@media screen and (min-width: 1200px) {
    .f14 {
        font-size: 14px;
    }

    .f18 {
        font-size: 18px;
    }

    .f20 {
        font-size: 20px;
    }

    .f22 {
        font-size: 22px;
    }

    .f24 {
        font-size: 24px;
    }

    .f26 {
        font-size: 26px;
    }

    .f28 {
        font-size: 28px;
    }

    .f30 {
        font-size: 30px;
    }

    .f32 {
        font-size: 26px;
    }

    .f34 {
        font-size: 34px;
    }

    .f36 {
        font-size: 36px;
    }

    .f38 {
        font-size: 38px;
    }

    .f40 {
        font-size: 40px;
    }

    .f42 {
        font-size: 42px;
    }

    .f44 {
        font-size: 44px;
    }

    .f46 {
        font-size: 46px;
    }

    .f48 {
        font-size: 48px;
    }

    .f50 {
        font-size: 50px;
    }

    .f52 {
        font-size: 52px;
    }

    .f54 {
        font-size: 54px;
    }

    .f56 {
        font-size: 56px;
    }

    .f58 {
        font-size: 58px;
    }

    .f60 {
        font-size: 60px;
    }

    html {
        letter-spacing: 0.5px;
    }
}

body {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

h2 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 90px;
}

h2 span {
    font-size: 32px;
    color: #004b81;
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 3rem;
    }

    h2 span {
        font-size: 3.5rem;
    }
}


p {
    font-size: clamp(16px, 1.25vw, 24px);
}

.pc {
    display: none;
}

@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }
}

.sp {
    display: block;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

header {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    height: 96px;
    z-index: 10000;
}

section {
    padding: 80px 0;
}

.p-0 {
    padding: 0;
}

.ptb-40 {
    padding: 40px 0;
}

.text-orange {
    color: #f38524;
}

.d-flex {
    display: flex;
}

.jc-center {
    justify-content: center;
    align-items: center;
}

.align-left {
    text-align: left !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt150 {
    margin-top: 150px !important;
}

.mtb10 {
    margin: 10px 0;
}

.wi50 {
    width: 50%;
}

.wi50 img {
    width: 100%
}

header {
    width: 100%;
    height: 80px;
    background: #e5e5e5;
}

.header-log {
    width: 158px;
    margin: 10px;
}

.container {
    width: 100%;
}

.title-sat {
    border-radius: 30px;
    background: #66cbd0;
    color: #fff;
    width: max-content;
    padding: 5px 2vw 5px 3.5vw;
    min-width: 43vw;
    text-align: left;
}

.title-sun {
    border-radius: 30px;
    background: #e7a5fa;
    color: #fff;
    width: max-content;
    padding: 5px 2vw 5px 3.5vw;
    min-width: 43vw;
    text-align: left;
    margin: 10px 0;
}

.name-day {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.defult-btn {
    width: 67%;
    margin: 7vw auto 10px;
}

.defult-btn img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .defult-btn {
        max-width: 800px;
        margin: 40px auto 10px;
    }
}


@media screen and (max-width: 768px) {
    header {
        width: 100%;
        height: 60px;
        background: #e5e5e5;
    }

    .hamburger-menu {
        width: 30px;
        height: 24px;
        position: fixed;
        top: 18px;
        right: 18px;
        z-index: 999;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .header-logo img {
        width: 140px;
    }

}

/*====================================================================
背景
====================================================================*/

/* アニメーションの初期状態（画面外） */
.js-fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

/* アニメーションの最終状態（画面内に入った後） */
.js-fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 {
    animation-delay: 1.7s;
    /* 0.2秒の遅延 */
}

.delay-2 {
    animation-delay: 1.9s;
    /* 0.4秒の遅延 */
}

.delay-3 {
    animation-delay: 2.1s;
    /* 0.6秒の遅延 */
}

.delay-4 {
    animation-delay: 2.3s;

}

.delay-5 {
    animation-delay: 2.5s;

}

.delay-6 {
    animation-delay: 2.7s;

}

.delay-7 {
    animation-delay: 2.9s;
}

.delay-8 {
    animation-delay: 3.2s;
}

.default-bg-area-fade {
    position: relative;
}

.background-image-fade {
    position: absolute;
    width: 12%;
    max-width: 170px;
    height: auto;
    object-fit: cover;
    z-index: 0;
    opacity: 0.5;
    mix-blend-mode: overlay;
    transition: opacity 4s ease, transform 4s ease;
}

@media screen and (min-width: 769px) {
    .background-image-fade {
        width: 15%;
    }

    .ptb-40 {
        padding: 70px 0;
    }
}

/*====================================================================
各タイトル
====================================================================*/


.background-image-fade-02 {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 1;
    opacity: 1;
    mix-blend-mode: overlay;

}

/*==================== ハンバーガーメニューアイコンのスタイル ====================*/
.hamburger-menu {
    width: 30px;
    height: 24px;
    position: fixed;
    /* 画面に固定 */
    top: 18px;
    right: 18px;
    z-index: 999;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-menu span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #333;
    transition: all 0.3s ease;
}

/* クリック時のアニメーション（✖️印に変化） */
.hamburger-menu.active span:nth-of-type(1) {
    transform: translateY(10.5px) rotate(-45deg);
}

.hamburger-menu.active span:nth-of-type(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-of-type(3) {
    transform: translateY(-10.5px) rotate(45deg);
}

@media screen and (min-width: 769px) {
    .hamburger-menu {
        top: 28px;
        right: 28px;
    }
}

.fv-img-hamburger {
    width: 200px;
    padding-bottom: 50px;
}

/*==================== メニューリストのスタイル ====================*/
.sp-nav {
    position: fixed;
    top: 0;
    left: 100%;
    /* 普段は画面右外に隠す */
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.5s ease;
    z-index: 998;
}

.sp-nav.active {
    left: 0;
    /* アクティブ時に左からスライドして表示 */
}

.sp-nav ul {
    list-style: none;
    text-align: center;
    margin-top: 100px;
    padding: 0;
}

.sp-nav li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
    color: #333;
    font-size: 18px;
}



/*====================================================================
  基本設定とスライダーのレイアウト
====================================================================*/
.slider-area {
    position: relative;
    /* スライダーとボタンを含む全体の幅を制御 */
    width: 900px;
    /* 例: スライダー幅800px + 左右ボタン各50px */
    margin: 0 auto;
}

.slider-container {
    width: 90%;
    /* 画面幅の90%を使用 */
    max-width: 800px;
    /* PCでの最大幅を800pxに制限 */
    /* 高さは固定 */
    margin: 0 auto;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    height: auto;
    /* 画像とテキストを含むので高さを自動に */
    transition: transform 0.5s ease-in-out;
}

.slider-wrapper-2 {
    display: flex;
    height: auto;
    /* 画像とテキストを含むので高さを自動に */
    transition: transform 0.5s ease-in-out;
}

.slider-wrapper-3 {
    display: flex;
    height: auto;
    /* 画像とテキストを含むので高さを自動に */
    transition: transform 0.5s ease-in-out;
}

.slide-item {
    min-width: 100%;
    padding: 5px;
    text-align: center;
    margin: 0;
    /* デフォルトのmarginをリセット */
}

.slide-item img {
    width: 100%;
    height: auto;
    display: block;
}

.slide-item figcaption {
    padding: 20px 0;
    font-size: 1.2rem;
}

/*====================================================================
  ボタンのスタイル
====================================================================*/
.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    z-index: 10;
    width: 50px;
    height: 50px;
    background-color: #000;
    /* 背景色を透明に */
    font-size: 0;
    /* 元の文字を非表示に */
}

/* 戻るボタンの画像設定 */
.prev-btn {
    left: -60px;
    /* 左側に60pxずらして配置 */
    background: url('../img/prev-btn.png') no-repeat center center;
    background-size: contain;
}

/* 進むボタンの画像設定 */
.next-btn {
    right: -60px;
    /* 右側に60pxずらして配置 */
    background: url('../img/next-btn.png') no-repeat center center;
    background-size: contain;
}



/*====================================================================
  ページネーションのスタイル
====================================================================*/
.pagination {
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.pagination-2 {
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.pagination-3 {
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #6a6a6a;
    border-radius: 50%;
    margin: 0 2.5%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #f5aa3c;
    /* 選択中のドットの色 */
}

.dot-color-purple .dot.active {
    background-color: #9a8ec3;
}

.dot-color-pink .dot.active {
    background-color: #ed61a8;
}

/*====================================================================
  レスポンシブ対応
====================================================================*/
@media screen and (max-width: 1200px) {
    .slider-area {
        position: relative;
        width: 96%;
        margin: 0 auto;
    }

    .slider-container {
        width: 90%;
        /* 画面幅いっぱいに広げる */
    }

    .slider-container-s {
        width: 80%;
        /* 画面幅いっぱいに広げる */
    }

    /* ボタンをスライダー内に配置 */
    .prev-btn {
        width: 3vw;
        left: 10px;
    }

    .next-btn {
        width: 3vw;
        right: 10px;
    }
}

/*====================================================================
横スクロールスケジュール
====================================================================*/
.date-buttons {
    text-align: center;
    margin-bottom: 20px;
}

.date-buttons button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
}

.image-slider-1 {
    /* 親要素の幅を可変にし、最大幅を600pxにする */
    width: 90vw;
    max-width: 600px;
    /* 横スクロールを可能にする */
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 auto;
}

.image-slider-1 img {
    /* 画像の幅を親要素の2倍にする */
    width: 200%;
    height: auto;
    display: block;
}

.date-buttons {
    text-align: center;
    margin-bottom: 20px;
}

.date-buttons button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
}

/* スクロールバーをラップするコンテナ */
.scroll-wrapper {
    /* 親要素の幅を柔軟にする */
    width: 90vw;
    max-width: 800px;
    margin: 0 auto;
}

/* 上のスクロールバー用コンテナ */
#top-scroller {
    width: 100%;
    height: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
}

/* スクロールバーの幅を確保するためのダミー要素 */
.scroller-content {
    width: 1200px;
    height: 1px;
}

/* 実際のコンテンツコンテナ */
#image-slider {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

#image-slider img {
    width: 200%;
    height: auto;
    display: block;
}


/*====================================================================
横スクロールセミナー
====================================================================*/
.calendar-buttons {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    width: 90%;
    margin: auto;
}

.calendar-buttons button {
    width: 50%;
    cursor: pointer;
}

.calendar-buttons button img {
    width: 100%;
}

.scroller-wrapper {
    /* 親要素の幅を柔軟にする */
    width: 90vw;
    max-width: 800px;
    margin: 0 auto;
}

/* 上のスクロールバー用コンテナ */
#top-scroller-2 {
    width: 100%;
    height: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    opacity: 0;
}

/* スクロールバーの幅を確保するためのダミー要素 */
.scroller-content {
    /* コンテンツの総幅に合わせて可変にする */
    width: 200%;
    /* 2枚のスライドなので200% */
    height: 1px;
}

/* 実際のコンテンツコンテナ */
.content-scroller {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
}

.content-item {
    /* 親要素の100%の幅にする */
    min-width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 10px 0;
}

.content-item img {
    width: 100%;
    height: auto;
}

/*====================================================================
FV
====================================================================*/
.fv-aria {
    width: 100%;
    text-align: center;
    padding: 110px 0 7vw;
}

.fv-aria-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fv-free {
    display: flex;
    justify-content: space-between;
    width: 86%;
}

.fv-free div {
    width: 45%;
}

.fv-free div img {
    width: 100%;
}

.fv-txt {
    width: 80%;
    margin: 30px auto;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}

.fv-txt div {
    margin: 5px 0;
}

.fv-txt span {
    color: #e62e8b;
}

.fv-img-01 {
    width: 45%;
    margin-bottom: 8vw;
}

.fv-img-02 {
    width: 75%;
}

.fv-img-03 {
    width: 37%;
    margin: 2vw 0;
}

.fv-img-04 {
    width: 60%;
    margin: 0 0 2vw;
}

.fv-img-05 {
    width: 25%;
    margin: auto;
}

.fv-img-05 img {
    width: 100%;
}

.fv-img-06 {
    width: 85%;
    margin: 3vw 0;
}

@media screen and (min-width: 769px) {
    .fv-aria {
        width: 100%;
        max-width: 1000px;
        text-align: center;
        margin: auto;
        padding: 160px 0 70px;
        min-height: 1000px;
    }

    .fv-img-01 {
        margin-bottom: 80px;
    }

    .fv-img-06 {
        margin: 30px 0;
    }
}

/*=======================================
プレゼント
=======================================*/
.present-wrap {
    width: 100%;
    background: #fff2c9;
}

.present-aria {
    padding: 40px 0;
}

.present-title {
    width: 42%;
    max-width: 657px;
    margin: 0 auto 7vw auto;
}

.present-title img {
    width: 100%;
}

.present-img {
    width: 78%;
    max-width: 1000px;
    margin: 0 auto;
}

.present-img img {
    width: 100%;
}

.default-txt {
    width: 78%;
    max-width: 1000px;
    margin: 0 auto 7vw auto;
}

.default-txt img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .present-aria {
        padding: 70px 0;
        max-width: 1000px;
        margin: auto;
    }

    .present-title {
        margin: 0 auto 70px auto;
    }

    .default-txt {
        margin: 0 auto 40px auto;
    }
}

/*====================================================================
ステージ
====================================================================*/
#stage {
    margin-top: -50px;
    padding-top: 50px;
}

.stage-wrap {
    padding: ;
    background: #fce4e5;
}

.stage-aria {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    min-height: 100%;
}

.stage-title {
    width: 86%;
    max-width: 1320px;
    margin: 5vw auto 2vw auto;
}

.stage-title img,
.stage-txt-01 img {
    width: 100%;
}

.stage-txt-01 {
    width: 94%;
    margin: 0 0 0 0;
}

.stage-aria-list {
    padding: 0 10px;
    line-height: 1.5;
    width: 90%;
    margin: auto;
}

.stage-set {
    width: 86%;
    margin: 0 auto 7vw;
}

.stage-set img {
    width: 100%;
}

.stage-schedule {
    width: 100%;
    margin: auto;
    padding: 6vw 2px 2vw;
    font-weight: bold;
    color: #9a8ec3;
    border-bottom: 1px solid #000000;
    text-align: center;
}

.stage-schedule span {
    color: #ed61a8;
}

.stage-schedule img {
    width: 100%;
}

.stage-talk-title {
    width: 100%;
    text-align: center;
    margin: 2vw 0 6vw 0;
    font-weight: bold;
}

.stage-aria-img {
    width: 55%;
    margin: 0 auto 4vw;
}

.stage-aria-img img {
    width: 100%;
}

.stage-aria-name {
    text-align: center;
    margin: 0 0 3vw 0;
    font-weight: bold;
}

.stage-aria-profile {
    margin-left: -1.5vw;
}

.stage-line {
    width: 100%;
    margin-top: 5vw;
}

.stage-line img {
    width: 100%;
}

.stage-cooking {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mt-4vw {
    margin-top: 4vw;
}

.stage-aria-profile {
    width: 48%;
}

.stage-aria-img-02 {
    width: 48%;
}

.stage-aria-img-02 img {
    width: 100%;
}

.stage-aria-name-02 {
    text-align: left;
    font-weight: bold;
}

.name-kim {
    font-size: 2.2rem;
}

.stage-youtube {
    margin-top: 5vw;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

/* iframeのスタイル */
.stage-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 769px) {
    .stage-aria {
        width: 100%;
        max-width: 1000px;
    }

    .stage-aria-list {
        max-width: 1000px;
        margin: auto;
    }

    .stage-schedule {
        padding: 60px 8px 2px;
    }

    .stage-talk-title {
        margin: 20px 0 60px 0;
    }

    .stage-aria-img {
        margin: 0 auto 40px;
    }

    .stage-aria-name {
        text-align: center;
        margin: 0 0 30px 0;
        font-weight: bold;
    }

    .stage-line {
        margin-top: 50px;
    }

    .name-kim {
        font-size: 44px;
    }
}

#seminer {
    margin-top: -50px;
    padding-top: 80px;
}

.seminer-title {
    width: 94%;
    margin: 5vw 0 2vw 0;
}

.seminer-title img {
    width: 100%;
}

.seminer-txt-01 {
    width: 77%;
    margin: 2vw auto 0;
}

.seminer-txt-02 {
    width: 60%;
    margin: 3vw auto;
}

.seminer-txt-02 img,
.seminer-txt-01 img {
    width: 100%;
}

.seminar-genre {
    width: 90%;
    margin: auto;
    text-align: center;
}

.seminar-genre img {
    width: 100%;
}

.slider-seminer-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1vw;
}

.slider-seminer-text {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.slider-seminer-box {
    background: rgba(154, 142, 195, 0.15);
    width: 95%;
    color: #9a8ec3;
    padding: 10vw 0;
    border-radius: 15px;
    margin: 3vw auto;
    font-weight: bold;
    min-height: 45vw;
    display: flex;
    align-items: center;
    justify-content: center;
}


.slider-seminer-box-pink {
    background: rgba(237, 97, 168, 0.15);
    width: 95%;
    color: #ed61a8;
    padding: 10vw 0;
    border-radius: 15px;
    margin: 3vw auto;
    font-weight: bold;
    min-height: 45vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seminer-mt5vw {
    margin-top: 5vw;
}

@media screen and (min-width: 769px) {
    .seminer-aria {
        max-width: 1000px;
        margin: auto;
    }

    .seminer-title {
        margin: 50px 0 20px 0;
    }

    .seminer-txt-01 {
        margin: 40px auto 0;
    }

    .seminer-txt-02 {
        width: 60%;
        margin: 30px auto;
    }

    .slider-seminer-title {
        margin-bottom: 20px;
    }

    .slider-seminer-box {
        padding: 150px 0;
        margin: 30px auto;
        height: 500px;
        border-radius: 45px;
        min-height: auto;
    }

    .slider-seminer-box-pink {
        padding: 150px 0;
        margin: 30px auto;
        height: 500px;
        border-radius: 45px;
        min-height: auto;
    }
}





/*====================================================================
コスメ
====================================================================*/
#cosmetics {
    margin-top: -50px;
    padding-top: 80px;
}

.cosmetics-wrap {
    width: 100%;
    background: #d0eaeb;
}

.cosmetics-aria {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    min-height: 100%;
}

.cosmetics-title {
    width: 80%;
    max-width: 1050px;
    margin: 0 auto 7vw auto;
}

.cosmetics-txt {
    width: 78%;
    max-width: 1000px;
    margin: 0 auto 7vw auto;
}

.cosmetics-title img,
.cosmetics-txt img {
    width: 100%;
}

.cosmetics-aria ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cosmetics-aria ul li {
    padding: 10px 0;
    width: 48.5%;
    margin-bottom: 5vw;
}

.cosmetics-aria .f34 {
    font-size: 1.8rem;
}

.cosmetics-aria ul li img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .cosmetics-aria {
        max-width: 1000px;
        margin: auto;
    }

    .cosmetics-title {
        margin: 0 auto 70px auto;
    }

    .cosmetics-txt {
        margin: 0 auto 40px auto;
    }

    .cosmetics-aria .f34 {
        font-size: 27px;
    }

    .cosmetics-aria ul li {
        width: 47.5%;
        margin-bottom: 70px;
    }
}

/*====================================================================
タイムテーブル
====================================================================*/


.timetable-title {
    width: 80%;
    max-width: 1050px;
    margin: 5vw auto 7vw auto;
}

.timetable-txt {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.timetable-title img,
.timetable-txt img {
    width: 100%;
}

@media screen and (min-width: 769px) {
    .timetable-wrap {
        max-width: 1000px;
        margin: auto;
    }

    .timetable-title {
        margin: 50px auto 70px auto;
    }
}

/*====================================================================
カウンセリング
====================================================================*/
.counseling-wrap {
    width: 100%;
    background: #fff2c9;
}

.counseling-genre {
    width: 100%;
    background: #f5aa3c;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.counseling-link {
    width: 50%;
    max-width: 450px;
    background: #f5aa3c;
    padding: 5px;
    text-align: center;
    color: #fff;
    border-radius: 15vw;
    margin: 0 auto 4vw auto;
}

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

.counseling-txt img {
    width: 100%;
}

.counseling-img-pr {
    width: 50% !important;
}

.counseling-img-post {
    width: 70% !important;
}

.counseling-img-mt {
    margin-top: 10px;
}

.counseling-directer {
    margin: 0 0 4vw;
    font-weight: bold;
}

.counseling-booth {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-top: 6vw;
}

.counseling-booth-number {
    background: #f5aa3c;
    border-radius: 10px;
    color: #ffffff;
    font-weight: bold;
    padding: 1vw;
    margin-right: 10px;
}

.counseling-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counseling-link img {
    width: 3vw;
    max-width: 20px;
    margin-left: 10px
}

.slide-img {
    margin: 5vw auto 0;
}

.mt-5vw {
    margin-top: 5vw;
}

.mt-10vw {
    margin-top: 10vw;
}

@media screen and (min-width: 769px) {
    .counseling-aria {
        max-width: 1000px;
        margin: auto;
    }

    .counseling-booth {
        margin-top: 60px;
    }

    .counseling-booth-nomber {
        padding: 10vw;
        margin-right: 10px;
    }

    .mt-10vw {
        margin-top: 100px;
    }
}

/*====================================================================
説明
====================================================================*/

.explain-wrap {
    width: 95%;
    max-width: 1000px;
    margin: 50px auto;
    font-size: 23px;
}

.explain-wrap img {
    margin: 120px auto 40px;
    width: 100%;
}


.explain-wrap .d-flex {
    margin-bottom: 25px;
}

.explain-btn {
    width: 100%;
    background: #00b900;
    border-radius: 35px;
    padding: 40px 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
    .explain-btn {
        font-size: 3.5rem !important;
    }

    .mt-5vw {
        margin-top: 50px;
    }

    .explain-wrap {
        font-size: 2.5rem;
    }
}

.explain-img-m0 {
    margin: 10px 0 !important;
}

.explain-span {
    color: #e54f5e;
}



.oosaka-btn {
    width: 100%;
    padding: 5vw 0;
    text-align: center;
    background: #fff2c9;
    line-height: 2;
}

.oosaka-btn img {
    width: 90%;
    margin: auto;
}

.back-bg {
    background: #fff;
}

@media screen and (min-width: 769px) {
    .oosaka-btn img {
        max-width: 1000px;
        margin: auto;
    }
}

footer {
    width: 100%;
    background: #e5e5e5;
    padding: 15px 10px;

}

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

.footer-wrap ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-wrap-logo {
    width: 30%;
    min-width: 160px;
    max-width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-wrap-logo img {
    width: 100%;
}

.footer-wrap ul li {
    width: 18%;
    max-width: 100px;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.footer-wrap ul li img {
    width: 100%;
}
