/* ===========================
commmon
==============================*/
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

.SPbr {
    display: none;
}

body {
    font-family:
        'Noto Sans JP',
        Avenir,
        sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    color: var(--txt, 333333);
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

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

a:hover {
    opacity: 0.7;
}

.slick-next {
    right: 0;
    display: none;
}

.slick-arrow {
    display: none;
}

.slick-arrow:before {
    content: "" !important;
}

.slider {
    line-height: 0;
    font-size: 0;
}

:root {
    --accent: #A0A0F9;
    --txt: #333333;
    --white: white;
    --sub-base: #88C8FD;
    --btn: #001DC2;
}

p {
    font-size: 1.4rem;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.p-sub {
    margin-top: 5px;
}

.SPbr {
    display: none;
}

.PCbr {
    display: none;
}

.top__ttl {
    font-family: "Zen Maru Gothic", serif;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

/* ===========================
ボタン
==============================*/
.button-container {
    text-align: center;
    padding: 0 20px;
    /* コンテナの中のボタンを中央に配置 */
}

.btn {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    max-width: 500px;
    color: #2c3e50;
    font-weight: 700;
    text-decoration: none;
    border-radius: 9999px;
    font-size: 1.8rem;
    transition: background-color 0.3s ease;
    border-radius: 999px;
    border: 1px solid #7D7DC7;
    background: linear-gradient(90deg, #C6C6FF 0%, #A0A0F9 100%);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

.btn::after {
    position: absolute;
    content: ">";
    font-size: 1.3rem;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    color: #2c3e50;
}

.btn:hover {
    background-color: #0056b3;
}

/* ===========================
header
==============================*/

#header img {
    width: 70px;
}

#header h1 span {
    font-family: "Zen Maru Gothic", serif;
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
}

#header {
    padding: 20px 0;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}

#header h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media screen and (min-width:768px) {
    header h1 span {
        font-size: 2.4rem;
    }


    .PCbr {
        display: block;
    }
}


/* ===========================
footer
==============================*/
#footer {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 1000px;
    background-color: #fff;
}

.footer__logoSet img {
    width: 150px;
}

.footer__logoSet p {
    font-family: "Zen Maru Gothic", serif;
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 5px;
}

#footer ul {
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.footer-policy,
.footer-chosaku {
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 30px;
}

.sns-set {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

@media screen and (min-width:768px) {
    .footer__logoSet p {
        font-size: 2.8rem;
    }

    #footer ul {
        font-size: 1.6rem;
    }

    .footer-policy,
    .footer-chosaku {
        font-size: 1.4rem;
    }
}

/* ===========================
アイコン
==============================*/
.icon {
    width: 30px;
}

.sns-icon {
    width: 45px;
}

.sns-icon2 {
    width: 55px;
}

/* ===========================
ハンバーガー
==============================*/
.menu-btn {
    border: 1px solid #999999;
    background-color: var(--accent);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Zen Maru Gothic", serif;
    font-size: 2rem;
    font-weight: 700;
}

.menu-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;

}

.special-class {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    background: var(--accent);
    height: 100vh;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
}

#targetDiv.active {
    transform: translateX(0%);
}

#fix-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    display: flex;
    justify-content: center;

}


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


    .Button {
        z-index: 90;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        padding: 10px 20px 5px 20px;
        background-color: white;
        border: 1px solid #999999;
    }

    .Button-LineTop {
        /* position: absolute;
    top: 15px; */
        width: 40px;
        height: 3px;
        background-color: var(--txt);
        transition: all 0.3s;
        /* 追加 */
    }

    .ButtonIsOpen.Button-LineTop {
        /* 子孫セレクタ */
        transform: translateY(13.5px) rotate(45deg);
    }

    .Button-LineMedium {
        width: 40px;
        height: 3px;
        background-color: var(--txt);
        transition: all 0.3s;
        /* 追加 */
    }

    .ButtonIsOpen.Button-LineMedium {
        /* 子孫セレクタ */
        opacity: 0;
    }

    .Button-LineBottom {
        /* position: absolute;
    bottom: 15px; */
        width: 40px;
        height: 3px;
        background-color: var(--txt);
        transition: all 0.3s;
        /* 追加 */
    }

    .ButtonIsOpen.Button-LineBottom {
        /* 子孫セレクタ */
        transform: translateY(-13.5px) rotate(-45deg);
    }

    #targetDiv ul {
        flex-direction: column;
        font-size: 1.8rem;
        margin-top: 150px;
    }

    #targetDiv ul a {
        display: inline-block;
        padding: 10px
    }

}

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

.nav-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;
    background-color: white;
}

.nav-header img {
    width: 70px;
}

.nav-header span {
    font-family: "Zen Maru Gothic", serif;
    font-size: 2rem;
    font-weight: 700;
}

#targetDiv ul {
    color: #FFF;
    font-family: "Zen Maru Gothic", serif;
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    margin-top: 30px;
}

#targetDiv ul li {
    text-align: center;
}
#targetDiv ul a {
    text-align: left;
    padding: 20px 0;
}
.nav__btn {
    width: 80%;
    border-bottom: 1px solid white;
}
.nav-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.nav__content {
    display: flex;
    justify-content: space-between;
    align-items: center; /* 縦方向中央揃え */
}

.nav__content p {
    margin: 0; /* デフォルトの余白を解除 */
    font-family: "Zen Maru Gothic", serif;
    font-size: 2rem;
    font-weight: 700;
}

.nav__content img {
    width: 30px; /* 必要に応じてアイコンサイズを調整 */
}
/* ===========================
アイコン揺れ
==============================*/
.icon {
    display: inline-block;
    animation: swing 2s ease-in-out infinite;
    transform-origin: center bottom; /* 回転の基点をアイコンの下部に設定 */
}

@keyframes swing {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    75% {
        transform: rotate(-5deg);
    }
}

/* ===========================
水玉
==============================*/
/* 背景用の水玉コンテナ */
.dotMove .background-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* 背景としてクリック等の干渉を無視 */
    overflow: hidden;
    z-index: 1; /* 背景として表示 */
}

/* 水玉スタイル */
.dotMove .dot {
    position: absolute;
    width: 30px; /* 水玉のサイズ */
    height: 30px;
    background-color: rgba(255, 182, 193, 0.5); /* 半透明のピンク色 */
    border-radius: 50%;
    opacity: 0.7;
    z-index: 0.3;
}

.dotMove .dot01 {
    background-color: rgba(172, 205, 42, 0.5); /* 半透明のピンク色 */
}
.dotMove .dot02 {
    background-color: rgba(4, 25, 215, 0.5); /* 半透明のピンク色 */
}
.dotMove .dot03 {
    background-color: rgba(218, 29, 183, 0.5); /* 半透明のピンク色 */
}
.dotMove .dot04 {
    background-color: rgba(132, 42, 205, 0.5); /* 半透明のピンク色 */
}
.dotMove .dot05 {
    background-color: rgba(205, 77, 42, 0.5); /* 半透明のピンク色 */
}




/* ===========================
左右の固定
==============================*/
.fixed-sidebar {
    display: none;
}
@media screen and (min-width:980px) {
/* 左右の固定サイドバー共通スタイル */
.fixed-sidebar {
    position: fixed;
    top: 0;
    height: 100vh; /* 画面全体の高さ */
    z-index: 1000;
    display: flex;
    align-items: center; /* コンテンツを縦中央揃え */
    background-color: rgba(255, 255, 255, 0.9);
}

/* /* 左側の固定項目 */
.left-sidebar {
    left: 0; 
    width: calc((100vw - 425px) / 2);
}

/* 右側の固定項目 */
.right-sidebar {
    right: 0; /* 右端に固定 */
    width: calc((100vw - 425px) / 2);
}

/* 中央のスマホサイズのコンテンツエリア */
.center-content {
    width: 425px; /* スマホ幅に合わせる */
    margin: 0 auto; /* 中央揃え */
} 

#header {
    max-width: 425px;
}
#footer {
    max-width: 425px;
}

#fix-menu {
    display: none;
}


}
/* ===========================
右側固定メニュー
==============================*/
/* 画面全体に広がる固定サイドバーの共通スタイル */
.fixed-sidebar {
    background-color: var(--accent);
    color: white;
}
.fixed-sidebar-menu {
    padding-left: 50px;
}
.fixed-sidebar-menu .nav__btn {
    padding: 20px 0;
    display: block;
    min-width: 200px;
}


/* ===========================
左側固定メニュー
==============================*/
.left-sidebar .sidebar-slider {
    width: 100%;
    height: 100%;
}

.left-sidebar .sidebar-slider img {
    height: 100vh;
    object-fit: cover;
}



/* ===========================
ボタンホバー
==============================*/
/* ボタンのキラッと光るエフェクト */
.btn {
    position: relative;
    overflow: hidden; /* 擬似要素がはみ出ないように設定 */
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    transition: all 0.4s ease;
}

.btn:hover::before {
    left: 100%;
    transition: all 0.4s ease; /* ホバー時にキラッと光が流れる */
}

/* ===========================
右側固定メニューのリンクにホバーした際のアニメーション
==============================*/
.fixed-sidebar-menu .nav__btn {
    position: relative;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.fixed-sidebar-menu .nav__btn:hover {
    transform: translateY(-8px) scale(1.05); /* 柔らかく跳ねるようにスケールも追加 */
}


/* ===========================
固定メニューのキャラクター配置
==============================*/

.character-container {
    position: absolute;
    bottom: 5%; /* 右下の位置を調整 */
    left: 230px;
    width: 100px; /* キャラクターの幅 */
    height: auto;
    animation: swing-motion 10s infinite ease-in-out; /* 揺れのアニメーション */
}

.character-container img {
    width: 100%;
    height: auto;
    transform-origin: center; /* 中心を支点に */
}

@keyframes swing-motion {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg); /* 右に揺れる */
    }
    50% {
        transform: rotate(0deg); /* 元の位置に戻る */
    }
    75% {
        transform: rotate(-10deg); /* 左に揺れる */
    }
    100% {
        transform: rotate(0deg); /* 元の位置に戻る */
    }
}


.character-container::after {
    content: '';
    position: absolute;
    top: -20px; /* キャラクターの右上に配置 */
    right: -20px;
    width: 30px; /* ハートの画像サイズに合わせて調整 */
    height: 30px;
    background-image: url('../images/00_common/icon/heart-characterYoko.png'); /* ハートの画像のパスに変更 */
    background-size: cover;
    background-repeat: no-repeat;
    animation: heart-pulse 5s infinite ease-in-out; /* ハートのアニメーション */
}

.character-container::before {
    content: '';
    position: absolute;
    top: -30px; /* キャラクターの右上に配置 */
    right: -25px;
    width: 20px; /* ハートの画像サイズに合わせて調整 */
    height: 20px;
    background-image: url('../images/00_common/icon/heart-characterYoko.png'); /* ハートの画像のパスに変更 */
    background-size: cover;
    background-repeat: no-repeat;
    animation: heart-pulse 2s infinite ease-in-out; /* ハートのアニメーション */
}

@keyframes heart-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2); /* ハートが少し大きくなる */
    }
}

/* ===========================
固定メニューのロゴ配置
==============================*/

.logo-container {
    position: absolute;
    top: 3%;
    left: 80px;
    width: 130px;
    height: auto;
    animation: rotate-pause 5s infinite; /* 10秒周期のアニメーション */
}

.logo-container img {
    width: 100%;
    height: auto;
}

@keyframes rotate-pause {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(720deg); /* 2回転 */
    }
    100% {
        transform: rotate(720deg); /* そのまま止まる */
    }
}



/* ===========================
thankyou page
==============================*/
.thankyou-p {
    text-align: left;
}
.sns-icon3 {
    width: 50px;
}
/* ===========================

==============================*/

/* ===========================

==============================*/

/* ===========================

==============================*/

/* ===========================

==============================*/

/* ===========================

==============================*/

