@charset "utf-8";

/*  共通部分
----------------------------------------*/
html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000000;
    margin: 0;
    background-color: #000000;
    background-color: #bbaa99;
    background-color: #e5e5f7;
    background-image: linear-gradient(#ff6943 1px, transparent 1px), linear-gradient(to right, #ff6943 1px, #f7ede5 1px);
    background-size: 40px 40px;
    /*
        background-image: url(../images/back-pc.png);
        background-size: cover;
        background-attachment: fixed;
        */
}

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

a:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
    padding: 0;
}

.wrapper {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 4%;
}

h1 {
    margin: 0;
}

h2,
h3,
h4,
p,
ul {
    margin: 0;
    color: #000000;
    font-size: 1rem;
    font-weight: 500;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.tab {
    display: none;
}

@media (min-width: 750px) {

    .pc_flex {
        display: flex;
        justify-content: space-between;
        align-items: first baseline;
        opacity: 1;
        background-size: 24px 24px;
    }

    .center {
        width: 50%;
        margin: auto;
    }

    .left {
        left: 0;
        width: 25%;
        height: 40vh;
        position: fixed;
        text-align: center;
        box-sizing: border-box;
        padding: 2% 2%;
    }

    .left_fixed {
        width: 20%;
        position: fixed;
        top: 150px;
    }

    .pc_left_logo {
        width: 80%;
    }

    .right {
        right: 0;
        width: 25%;
        height: 40vh;
        position: fixed;
        text-align: center;
        box-sizing: border-box;
        padding: 2% 2%;
    }

    .right_fixed {
        width: 20%;
        position: fixed;
        bottom: 30px;
    }

    .side_sns {
        padding: 0 20px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 20px;
    }

    .side_sns>a {
        width: 20%;
    }

    .r_nav {
        padding-left: 20%;
        text-align: center;
        margin-top: 10%;
    }

    .l_nav {
        padding-left: 20%;
        text-align: left;
        margin-top: 10%;
    }

    .l_nav>li {
        margin-bottom: 5%;
    }

    .ent01 {
        padding: 8px;
    }

    .ent01>a {
        color: #000000;
    }

    .ent02 {
        margin-top: 20px;
        display: inline-block;
        width: 100%;
    }

}

/*  配置/PC版両サイド
------------------------------------------------------------------*/
@media (min-width: 1023px) {

    .pc_flex {
        display: flex;
        justify-content: space-between;
        align-items: first baseline;
        opacity: 1;
        background-size: 24px 24px;
    }

    .center {
        width: 40%;
        margin: auto;
        box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
    }

    .left {
        left: 0;
        width: 30%;
        height: 40vh;
        position: fixed;
        text-align: center;
        box-sizing: border-box;
        padding: 2% 2%;
    }

    .left_fixed {
        width: 25%;
        position: fixed;
        top: 150px;
    }

    .pc_left_logo {
        width: 80%;
    }


    .right {
        right: 0;
        width: 30%;
        height: 40vh;
        position: fixed;
        text-align: center;
        box-sizing: border-box;
        padding: 2% 2%;
    }

    .right_fixed {
        width: 25%;
        position: fixed;
        bottom: 30px;
    }

    .side_sns {
        padding: 0 20px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 20px;
    }

    .side_sns>a {
        width: 10%;
    }

    .r_nav {
        padding-left: 20%;
        text-align: center;
        margin-top: 10%;
    }

    .l_nav {
        padding-left: 20%;
        text-align: left;
        margin-top: 10%;
    }

    .l_nav>li {
        margin-bottom: 5%;
    }

    .ent01 {
        padding: 8px;
    }

    .ent01>a {
        color: #000000;
    }

    .ent02 {
        margin-top: 20px;
        display: inline-block;
        width: 100%;
    }
}


/*  個人情報の取り扱いについて
------------------------------------------------------------------*/

.kojin {
    text-align: center;
}

.on_a {
    display: inline-block;
    background-color: #dbdbdb;
    color: #1b1b1b;
    padding: 20px 30px;
    font-size: 1rem;
}

@media screen and (max-width: 750px) {
    .kojin {
        padding-top: 30px;
    }

    .on_a {
        font-size: 0.8rem;
    }

}

/*  footer
------------------------------------------------------------------*/

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #fff;
}

.ft {
    color: #000;
    margin-top: 70px;
}

.fot01>a>img {
    width: 60%;
}

.copy {
    margin-top: 20px;
}

.copy>p {
    color: #000000;
    font-size: 0.6rem;
}

@media screen and (max-width: 750px) {
    footer {
        padding-bottom: 200px;
    }

    .ft {
        margin-top: 50px;
    }

    .fot01>a>img {
        width: 80%;
    }

    .copy>p {
        font-size: 0.5rem;
    }
}

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

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    /* --- ヘッダー全体のレイアウト --- */
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        padding: 0 20px;
        box-sizing: border-box;
        background-color: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(10px);
        z-index: 9999;
    }

    .h1logo {
        height: 30px;
        width: auto;
        display: block;
    }

    .ham {
        width: 30px;
        height: 20px;
        position: relative;
        cursor: pointer;
        z-index: 100000;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }

    .ham_line {
        display: block;
        height: 2px;
        background-color: #333;
        transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        border-radius: 2px;
    }

    .ham_line1 {
        width: 70%;
    }

    /* 1本目は短く */
    .ham_line2 {
        width: 100%;
    }

    /* 2本目は長く */

    /* --- クリック時（active）の変形 --- */
    .ham.active .ham_line1 {
        width: 100%;
        transform: translateY(10px) rotate(45deg);
    }

    .ham.active .ham_line2 {
        width: 100%;
        transform: translateY(-10px) rotate(-45deg);
    }

    /* --- メニュー展開時の設定 --- */
    .menu_wrappe {
        position: fixed;
        top: 0;
        right: -100%;
        /* 最初は隠す */
        width: 100%;
        height: 100vh;
        background-color: #ffffff;
        z-index: 9998;
        /* ヘッダーのすぐ後ろ */
        transition: right 0.5s ease-in-out;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .menu_wrappe.open {
        right: 0;
        /* 表示 */
    }

    /* --- メニュー内のリスト項目 --- */
    .menu ul {
        list-style: none;
        padding: 0;
        text-align: center;
    }

    .menu li {
        margin: 20px 0;
    }

    .menu a {
        text-decoration: none;
        font-size: 1.2rem;
        color: #333;
        font-weight: bold;
    }

    /* SNSアイコンエリア */
    .head2 {
        margin-top: 30px;
        display: flex;
        gap: 15px;
    }

    .head2 img {
        width: 30px;
        height: auto;
    }

    /* --- クリックされた時(activeクラスがついた時)の動き --- */

    /* 1本目を45度回転させて中央へ */
    .active .ham_line1 {
        top: 9px;
        width: 100%;
        /* バツにするために長さを揃える */
        transform: rotate(45deg);
    }

    /* 2本目を-45度回転させて中央へ */
    .active .ham_line2 {
        bottom: 9px;
        width: 100%;
        transform: rotate(-45deg);
    }

    /* 3本目がある場合は消す（HTMLに残っている場合用） */
    .ham_line3 {
        display: none;
    }

    /*  SP固定エントリー
------------------------------------------------------------------*/

    .ent_btn_sp {
        width: 30%;
        text-align: center;
        position: fixed;
        z-index: 500;
        bottom: 20px;
        right: 10px;
        display: flex;
        justify-content: space-between;
    }
}

/*  TOP
------------------------------------------------------------------*/

.poster-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: "Hiragino Sans", "Meiryo", sans-serif;
    color: #333;
}

/* 背景画像 */
.background-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* 縦書きのキャッチコピー */
.catchphrase {
    position: absolute;
    top: 5%;
    right: 45%;
    writing-mode: vertical-rl;
    font-style: italic;
    letter-spacing: 0.1em;
    font-size: 2.5vw;
    font-weight: 500;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* 右側のメインタイトルエリア */
.title-area {
    position: absolute;
    bottom: 9%;
    right: 3%;
    writing-mode: vertical-rl;
    text-align: right;
    width: 28%;
}

.title-area img {
    width: 100%;
    height: auto;
}

/* 円形バッジの共通設定 */
.badge {
    position: absolute;
    left: 3%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-top {
    bottom: 28%;
    animation-delay: 0.5s;
}

/* 0.5秒後に開始 */
.badge-bottom {
    bottom: 10%;
    animation-delay: 1.2s;
}

/* 下部の黒帯 */
.footer-bar {
    position: relative;
    bottom: 7px;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 1rem;
    letter-spacing: 0.2em;
}

@media (max-width: 1023px) {
    .poster-container {
        height: auto;
    }

    .catchphrase {
        font-size: 3.2vw;
        right: 46%;
    }

    .title-area {
        width: 30%;
        right: 3%;
        bottom: 11%;
    }

    .badge {
        width: 22%;
    }

    .badge-top {
        bottom: 31%;
        animation-delay: 0.5s;
    }

    .badge-bottom {
        bottom: 13%;
        animation-delay: 1.2s;
    }
}

@media (max-width: 767px) {
    .poster-container {
        height: auto;
        margin-top: 50px;
    }

    .catchphrase {
        font-size: 6.5vw;
        right: 45%;
    }

    .title-area {
        width: 30%;
        right: 3%;
        bottom: 11%;
    }

    .badge {
        width: 22%;
    }

    .badge-top {
        bottom: 31%;
        animation-delay: 0.5s;
    }

    /* 0.5秒後に開始 */
    .badge-bottom {
        bottom: 13%;
        animation-delay: 1.2s;
    }
}


/*  Message
------------------------------------------------------------------*/

.sec02 {
    background-color: #fff7e7;
    background-image: url(../img/message_bg.png);
    background-size: cover;
    background-position: center;
    margin-top: -10px;
}

#type-js2 {
    font-size: 4em;
    font-weight: bold;
    letter-spacing: 0.1em;
    /* border-right: .1em solid #333; */
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.type-js::after {
    content: "|";
    animation: blink 0.8s infinite;
    margin-left: 2px;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

/* 文字を打ち終わったらカーソルを消したい場合用のクラス */
.type-js.done::after {
    display: none;
}

.sec02_ttl {
    padding-top: 70px;
    padding-bottom: 50px;
}

.sec02_subttl {
    font-size: 1.9em;
    letter-spacing: 0.1em;
}

.sec02_subttl_bg {
    background-color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.sec02_txt {
    margin-top: 20px;
    font-size: 1.5em;
    line-height: 3.6;
    font-weight: normal;
    display: inline-block;
}

@media (max-width: 1023px) {
    .sec02_ttl {
        padding-top: 30px;
    }

    .sec02_subttl {
        font-size: 1.3em;
    }

    .sec02_txt {
        font-size: 1em;
        line-height: 2.8;
    }
}

@media (max-width: 767px) {
    .sec02_ttl {
        padding-top: 50px;
    }

    .sec02_subttl {
        font-size: 1.5em;
    }

    .sec02_txt {
        font-size: 1em;
        line-height: 2.8;
    }
}

.sec02_marker {
    background: linear-gradient(to top, #ff6943 0% 35%, rgba(0, 0, 0, 0) 35% 100%)
}

.sec02_right {
    text-align: right;
}

.sec02_img {
    position: relative;
    width: 80%;
    height: auto;
    margin-top: 50px;
    margin-bottom: -5px;
}

/* 画像の隙間を消す */
.slider img,
.slider2 img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

/* Slickの余計な隙間をリセット */
.slider,
.slider2 {
    margin: 0;
    padding: 0;
    line-height: 0;
    margin-bottom: -2px;
    background-color: #7b7b7b;
}

.slick-slide {
    height: auto !important;
    /* 高さを画像に合わせる */
}

.slick-list {
    margin: 0;
    padding: 0;
}

/*  合格者特典
------------------------------------------------------------------*/

.sec03 {
    background-color: #ff6943;
}

#type-js3 {
    font-size: 4em;
    font-weight: bold;
    letter-spacing: 0.1em;
    /* border-right: .1em solid #333; */
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    color: #fff;
}

.sec03_ttl {
    padding-top: 40px;
}

.sec03_subttl {
    font-size: 2em;
    color: #fff;
    font-weight: normal;
    padding-bottom: 50px;
    letter-spacing: 0.1em;
}

.benefits-section {
    position: relative;
    background-color: #FF5A2D;
    padding: 80px 0 150px;
    /* 上下の余白を確保 */
    overflow: hidden;
    color: #fff;
}

.gold-ribbon img {
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(120px, 30%, 250px);
    /* 画面幅に合わせて120px〜250pxの間で可変 */
    height: auto;
    z-index: 10;
}

.gold-ribbon2 img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: clamp(120px, 30%, 250px);
    /* 画面幅に合わせて120px〜250pxの間で可変 */
    height: auto;
    z-index: 10;
}

/* コンテンツを包む相対配置エリア */
.sec03_rela {
    position: relative;
    max-width: 1000px;
    /* 必要に応じて調整 */
    margin: 20px auto 0;
    padding: 0 20px;
}

/* 背景の大きな数字：画像より後ろに配置 */
.bg-number {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20vw;
    /* 画面幅に合わせて可変 */
    font-weight: 900;
    color: #8B2E16;
    line-height: 1;
    z-index: 5;
    opacity: 0.25;
    /* 少し薄めの方が高級感が出ます */
    pointer-events: none;
    /* クリックを邪魔しない */
}

/* --- 画像配置エリア（ここが重要！） --- */
.image-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column-reverse;
    /* 縦に並べる（マージンで重ねる） */
    margin-top: 40px;
    /* height: 40vh; を削除：中身の高さで自動決定 */
}

/* 画像共通設定 */
.img-box {
    position: relative;
    /* absoluteからrelativeに変更して高さを確保 */
    width: 65%;
    /* 2つの画像が被るように少し大きめに設定 */
    opacity: 0;
    transition: all 1.0s cubic-bezier(0.25, 1, 0.5, 1);
}

/* 右上の画像（先に表示） */
.img-right {
    margin-left: auto;
    /* 右寄せ */
    transform: translateY(50px);
    margin-top: 30%;
}

/* 左下の画像（後から重ねる） */
.img-left {
    z-index: 3;
    /* こちらを手前に */
    transform: translateX(-50px);
    margin-top: -15%;
}

.img-box img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    /* 軽く影をつけると重なりが綺麗に見えます */
}

/* スクロールアニメーション発火時 */
.img-box.is-active {
    opacity: 1;
    transform: translate(0, 0);
}

.img-right.is-active {
    transition-delay: 0.3s;
}

/* タイトル・テキストエリア */
.sec03_secttl_bg {
    background-color: #fff;
    display: inline-block;
    padding: 0px 3px;
    margin: 10px 0 5px;
}

.sec03_secttl {
    color: #000000;
    /* 背景色と同じオレンジに */
    font-size: clamp(1.5em, 4vw, 2em);
    font-weight: 600;
    margin: 0;
}

.sec03_txt {
    display: block;
    margin-top: 10px;
    font-size: 1.1em;
    line-height: 1.8;
    font-weight: 500;
}


@media (max-width: 1023px) {

    .sec03_ttl {
        padding-top: 20px;
    }

    .sec03_subttl {
        padding-bottom: 10px;
    }

    .benefits-section {
        padding: 50px 0 110px;
    }

    .bg-number {
        font-size: 24vw;
    }

    .image-wrapper {
        margin-top: 20px;
    }

    .sec03_secttl {
        font-size: clamp(1.3em, 2.5vw, 1.6em);
    }

    .sec03_txt {
        margin-top: 5px;
        font-size: 0.9em;
    }
}


@media (max-width: 767px) {

    .sec03_ttl {
        padding-top: 20px;
    }

    .sec03_subttl {
        padding-bottom: 10px;
    }

    .benefits-section {
        padding: 50px 0 110px;
    }

    .bg-number {
        font-size: 48vw;
    }

    .image-wrapper {
        margin-top: 20px;
    }

    .sec03_secttl {
        font-size: clamp(1.3em, 2.5vw, 1.6em);
    }

    .sec03_txt {
        margin-top: 5px;
        font-size: 0.9em;
    }
}


/*  出演デビューサポート
------------------------------------------------------------------*/

.support_bg {
    background-color: #ffffff;
    margin: 30px 0;
    padding-bottom: 30px;
}

.support_ttl {
    background-color: #000;
    font-size: 2em;
    padding: 5px 10px;
}

.support_ttl p {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 1.7rem;
}

.support_secttl01 {
    padding: 0 20px;
    margin-top: 20px;
}

.support_secttl01 p {
    font-size: 0.85em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.support_maker {
    display: inline-block;
    background-color: #000000;
    color: #fff;
    padding: 0 5px;
    font-size: 1.9em;
    margin-bottom: 5px;
}

@media (max-width: 1023px) {
    .support_bg {
        margin: 20px 0;
        padding-bottom: 20px;
    }

    .support_ttl p {
        font-size: 1rem;
    }

    .support_secttl01 p {
        font-size: 0.6em;
    }
}

@media (max-width: 767px) {
    .support_bg {
        margin: 20px 0;
        padding-bottom: 20px;
    }

    .support_ttl p {
        font-size: 1rem;
    }

    .support_secttl01 p {
        font-size: 0.6em;
    }
}

:root {
    --accent-orange: #f39800;
    --text-black: #1A1A1A;
    --highlight-red: #eb6100;
}

/* メインコンテナ */
.container {
    position: relative;
    padding: 0 20px;
    padding-top: 100px;
}

/* 白いカード部分 */
.card {
    background-color: #FFFDF5;
    border-radius: 20px;
    padding: 40px 20px;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* 上部の吹き出しラベル */
.label {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--accent-orange);
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 1.4rem;
    white-space: nowrap;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.label::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--accent-orange) transparent transparent transparent;
}

/* コンテンツ行 */
.row {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    padding: 20px 0;
}

.number {
    font-size: 10vw;
    font-weight: 900;
    color: #eb6100;
    line-height: 1;
    flex-shrink: 0;
    padding-left: 5px;
}

.text-content {
    font-size: clamp(1.5em, 4vw, 2em);
    font-weight: bold;
    color: var(--text-black);
    line-height: 1.4;
}

.underline {
    display: inline;
    background: linear-gradient(transparent 70%, var(--highlight-red) 70%);
}

.divider {
    border: none;
    border-top: 1px solid #CCC;
    margin: 10px 0;
}

@media (max-width: 1023px) {
    .container {
        padding: 0 20px;
        padding-top: 70px;
    }

    .card {
        padding: 20px 20px;
    }

    .row {
        gap: 20px;
        padding: 20px 0;
    }

    .label {
        font-size: 1.1rem;
    }

    .number {
        font-size: 15vw;
        padding-left: 0;
    }

    .text-content {
        font-size: clamp(1.3em, 3vw, 2em);
        font-weight: bold;
        color: var(--text-black);
        line-height: 1.4;
    }

}

@media (max-width: 767px) {
    .container {
        padding: 0 20px;
        padding-top: 70px;
    }

    .card {
        padding: 20px 20px;
    }

    .label {
        font-size: 1.1rem;
    }

    .number {
        font-size: 25vw;
    }

    .text-content {
        font-size: clamp(1.3em, 3vw, 2em);
        font-weight: bold;
        color: var(--text-black);
        line-height: 1.4;
    }

}

/*  募集要項
------------------------------------------------------------------*/

.sec04 {
    background-color: #d9f9ff;
    background-image: url(../img/des_bg.png);
    padding-top: 30px;
    padding-bottom: 50px;
}

#type-js4 {
    font-size: 4em;
    font-weight: bold;
    letter-spacing: 0.1em;
    /* border-right: .1em solid #333; */
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    color: #000000;
}

.sec04_ttl {
    padding-top: 40px;
}

.sec04_subttl {
    font-size: 2em;
    color: #000000;
    font-weight: normal;
    padding-bottom: 50px;
    letter-spacing: 0.1em;
}

.des_bg {
    background-color: #fff;
    padding-bottom: 30px;
}

.sec04_secttl {
    color: #ffffff;
    font-size: clamp(1.5em, 4vw, 2.3em);
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 0;
}

.sec04_secttl_bg {
    background-color: #000;
    display: inline-block;
    padding: 0px 3px;
    margin: 20px 20px;
}

.sec04_txt {
    display: block;
    font-size: 1.4em;
    line-height: 1.8;
    font-weight: 500;
    margin: 0px 20px;
    padding-bottom: 30px;
}

@media (max-width: 1023px) {

    .sec04 {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #type-js4 {
        font-size: 2.9em;
    }

    .sec04_ttl {
        padding-top: 30px;
    }

    .sec04_subttl {
        font-size: 1.8em;
        padding-bottom: 40px;
    }

    .des_bg {
        padding-bottom: 20px;
    }

    .sec04_secttl {
        font-size: clamp(1.3em, 4vw, 2.3em);
    }

    .sec04_secttl_bg {
        margin: 20px 20px;
    }

    .sec04_txt {
        display: block;
        font-size: 1em;
        margin: 0px 20px;
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {

    .sec04 {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    #type-js4 {
        font-size: 2.8em;
    }

    .sec04_ttl {
        padding-top: 30px;
    }

    .sec04_subttl {
        font-size: 1.8em;
        padding-bottom: 40px;
    }

    .des_bg {
        padding-bottom: 20px;
    }

    .sec04_secttl {
        font-size: clamp(1.3em, 4vw, 2.3em);
    }

    .sec04_secttl_bg {
        margin: 20px 20px;
    }

    .sec04_txt {
        display: block;
        font-size: 1em;
        margin: 0px 20px;
        padding-bottom: 0px;
    }
}

/*  開催日程
------------------------------------------------------------------*/

/*  スケジュール
------------------------------------------------------------------*/

/* --- CSS --- */
#schedule-list body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    background: #fff;
    padding: 20px;
}

/* グリッドレイアウト（レスポンシブ） */
.schedule-container {
    display: grid;
    /* 最小幅110pxで自動折り返し */
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 15px;
    margin: 0 auto;
    padding: 0 20px;
}

/* カード共通スタイル */
.schedule-card {
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 1 / 1;
    /* 正方形に近づける */
    text-align: center;
}

/* --- 配色設定（エリア別） --- */

/* 東京 (青系) */
.area-tokyo {
    background-color: #d3ebff;
}

.area-tokyo .tag {
    background-color: #88c9ff;
}

/* 大阪 (赤/ピンク系) */
.area-osaka {
    background-color: #ffc7b8;
}

.area-osaka .tag {
    background-color: #ff6943;
}

/* 福岡 (紫/ピンク系) */
.area-fukuoka {
    background-color: #aaead8;
}

.area-fukuoka .tag {
    background-color: #80ceb8;
}

/* オンライン (グレー系) */
.area-online {
    background-color: #f0e6e8;
}

.area-online .tag {
    background-color: #b0a0a3;
}

/* 広島 (オレンジ系) */
.area-hiroshima {
    background-color: #fff8eb;
}

.area-hiroshima .tag {
    background-color: #e6a055;
}

/* 岡山 (オレンジ系) */
.area-okayama {
    background-color: #fff7eb;
}

.area-okayama .tag {
    background-color: #e69655;
}

/* 仙台 (緑系) */
.area-sendai {
    background-color: #f0fff4;
}

.area-sendai .tag {
    background-color: #7bc77f;
}

/* 札幌 (紫系) */
.area-sapporo {
    background-color: #b3d4e3;
}

.area-sapporo .tag {
    background-color: #009fe8;
}

/* 名古屋 (濃いピンク) */
.area-nagoya {
    background-color: #ffeed8;
}

.area-nagoya .tag {
    background-color: #e5a451;
}


/* --- カード内の各要素 --- */

/* エリアタグ */
.tag {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 10px;
}

/* 注釈マーク (※1など) */
.note-mark {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

/* 日付 (1/9) */
.date-text {
    font-size: 3rem;
    /* かなり大きく */
    font-weight: 800;
    line-height: 1;
    margin-top: 20px;
    color: #000;
    letter-spacing: -2px;
    font-family: Arial, sans-serif;
}

/* 曜日と時間 */
.info-row {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
}

.day-box {
    display: inline-block;
    background: #fff;
    /* 白背景で囲む場合 */
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9rem;
}

/* 曜日の文字だけ太字にするなら以下のみでもOK */
.day-text {
    font-weight: bold;
}

/* 注釈テキストエリア */
.footer-note {
    max-width: 900px;
    margin: 30px auto;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

/* スマホ調整 */
@media (max-width: 480px) {
    .schedule-container {
        /* grid-template-columns: repeat(3, 1fr); */
        gap: 10px;
    }

    .date-text {
        font-size: 2.4rem;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .schedule-card {
        padding: 8px;
    }
}

/* フィルター周りのデザイン */
.filter-container {
    text-align: center;
    margin-bottom: 20px;
}

#area-filter {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 50px;
    /* 丸っこくする */
    border: 2px solid #ddd;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    appearance: none;
    /* デフォルトの矢印を消す（モダンに見せるため） */
    -webkit-appearance: none;
    min-width: 200px;
    text-align: center;

    /* 下矢印アイコンをCSSで作る */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.41%200L6%204.58%2010.59%200%2012%201.41l-6%206-6-6z%22%20fill%3D%22%23666%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

#area-filter:focus {
    border-color: #6da6f2;
    /* 選択時に青枠にする */
}

/* 祝日マークのスタイル */
.holiday-mark {
    font-size: 0.8em;
    margin-left: 2px;
}



/*  応募の流れ
------------------------------------------------------------------*/

.sec05 {
    background-color: #f6f4f0;
    padding-top: 30px;
    padding-bottom: 50px;
}

#type-js5 {
    font-size: 5em;
    font-weight: bold;
    letter-spacing: 0.1em;
    /* border-right: .1em solid #333; */
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    color: #000000;
}

.sec05_ttl {
    padding-top: 40px;
}

.sec05_subttl {
    font-size: 2em;
    color: #000000;
    font-weight: normal;
    padding-bottom: 50px;
    letter-spacing: 0.1em;
}

.flow-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 15px;
}

.flow-item img {
    width: 90%;
    height: auto;
    margin-top: 30px;
}

.flow_txt {
    width: 90%;
    padding: 20px;
    text-align: left;
    padding-bottom: 30px;
}

.flow_txt h4 {
    font-size: 2em;
    line-height: 1.6;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.1em;
}

.flow_txt p {
    font-size: 0.9em;
    line-height: 1.6;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.1em;
}

.triangle {
    height: calc(40px / 2 * tan(60deg));
    width: 40px;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background-color: #88c9ff;
    margin: 0 auto;
    margin-bottom: 10px;
}

.speechBubble {
    position: relative;
    display: inline-block;
    margin-top: 60px;
    padding: 16px;
    border-radius: 50px;
    background-color: #88c9ff;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    width: 73%;
    text-align: center;
}

.speechBubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #88c9ff transparent transparent;
    translate: -50% 100%;
}

.flow-container video {
    margin: 0 auto;
    margin-top: 30px;
    width: 80%;
    height: auto;
    border-radius: 20px;
}

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


@media (max-width: 1023px) {

    .speechBubble {
        font-size: 0.8rem;
    }

    .sec05 {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    #type-js5 {
        font-size: 4em;
    }

    .sec05_ttl {
        padding-top: 30px;
    }

    .sec05_subttl {
        font-size: 1.3em;
        padding-bottom: 20px;
    }

    .flow-item {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .flow-item img {
        margin-top: 20px;
    }

    .flow_txt {
        width: 90%;
        padding: 20px 0;
        text-align: left;
        padding-bottom: 30px;
    }

    .flow_txt h4 {
        font-size: 1.6em;
    }

    .flow_txt p {
        font-size: 0.8em;
    }

    .triangle {
        height: calc(20px / 2 * tan(60deg));
        width: 20px;
    }
}

@media (max-width: 767px) {

    .sec05 {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    #type-js5 {
        font-size: 4em;
    }

    .sec05_ttl {
        padding-top: 30px;
    }

    .sec05_subttl {
        font-size: 1.3em;
        padding-bottom: 20px;
    }

    .flow-item {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .flow-item img {
        margin-top: 20px;
    }

    .flow_txt {
        width: 90%;
        padding: 20px 0;
        text-align: left;
        padding-bottom: 30px;
    }

    .flow_txt h4 {
        font-size: 1.6em;
    }

    .flow_txt p {
        font-size: 0.8em;
    }

    .triangle {
        height: calc(20px / 2 * tan(60deg));
        width: 20px;
    }
}

/*  募集要項
------------------------------------------------------------------*/

.sec06 {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
}

#type-js6 {
    font-size: 4em;
    font-weight: bold;
    letter-spacing: 0.1em;
    /* border-right: .1em solid #333; */
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    color: #000000;
}

.sec06_ttl {
    padding-top: 40px;
}

.sec06_subttl {
    font-size: 2em;
    color: #000000;
    font-weight: normal;
    padding-bottom: 50px;
    letter-spacing: 0.1em;
}

.talent_sec1 {
    background-color: #fbdbc7;
}

.talent_sec2 {
    background-color: #e4f4fd;
    margin-top: 40px;
}

.talent_sec1 p {
    font-size: 1.2em;
    line-height: 1.6;
    font-weight: 500;
    margin: 0px 20px;
    padding-bottom: 30px;
}

.talent_sec2 p {
    font-size: 1.2em;
    line-height: 1.6;
    font-weight: 500;
    margin: 0px 20px;
    padding-bottom: 30px;
}

.talent_flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.talent_img {
    width: 90%;
    height: auto;
}

.talent_txt {
    width: 50%;
    margin-left: -10%;
    margin-top: 40%;
}


@media (max-width: 1023px) {
    .sec06 {
        padding-top: 20px;
    }

    .sec06_ttl {
        padding-top: 20px;
    }

    .sec06_subttl {
        font-size: 1.6em;
    }

    .talent_sec1 p {
        font-size: 0.9em;
        margin: 0px 20px;
        padding-bottom: 30px;
    }

    .talent_sec2 p {
        font-size: 0.9em;
        margin: 0px 20px;
        padding-bottom: 30px;
    }

    .talent_flex {
        padding: 10px;
    }

}


@media (max-width: 767px) {
    .sec06 {
        padding-top: 20px;
    }

    .sec06_ttl {
        padding-top: 20px;
    }

    .sec06_subttl {
        font-size: 1.6em;
    }

    .talent_sec1 p {
        font-size: 0.9em;
        margin: 0px 20px;
        padding-bottom: 30px;
    }

    .talent_sec2 p {
        font-size: 0.9em;
        margin: 0px 20px;
        padding-bottom: 30px;
    }

    .talent_flex {
        padding: 10px;
    }

}

/*  WEGとは
------------------------------------------------------------------*/

.sec07 {
    background-color: #eeeeee;
    padding-top: 30px;
    padding-bottom: 50px;
}

.sec07_inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.sec07_ttl {
    padding-top: 40px;
}

.sec07_subttl {
    font-size: 1.4em;
    color: #000000;
    font-weight: normal;
    padding: 50px 0;
    letter-spacing: 0.1em;
}

.sec07_inner p {
    font-size: 0.9em;
    line-height: 2.6;
    font-weight: 400;
    padding-bottom: 30px;
}

.marker {
    background: linear-gradient(to top, #ff6943 0% 35%, rgba(0, 0, 0, 0) 35% 100%)
}


@media (max-width: 1023px) {
    .sec07 {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .sec07_ttl {
        padding-top: 40px;
    }

    .sec07_subttl {
        font-size: 1em;
        color: #000000;
        font-weight: normal;
        padding: 50px 0;
        letter-spacing: 0.1em;
    }

    .sec07_inner p {
        font-size: 0.7em;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .sec07 {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .sec07_ttl {
        padding-top: 40px;
    }

    .sec07_subttl {
        font-size: 1em;
        color: #000000;
        font-weight: normal;
        padding: 50px 0;
        letter-spacing: 0.1em;
    }

    .sec07_inner p {
        font-size: 0.7em;
        padding-bottom: 60px;
    }
}



/* QA
------------------------------------------------------------------*/

.sec08 {
    background-color: #d8d1c9;
    padding-top: 30px;
    padding-bottom: 50px;
}

#type-js8 {
    font-size: 5em;
    font-weight: bold;
    letter-spacing: 0.1em;
    /* border-right: .1em solid #333; */
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    color: #000000;
}

.sec08_ttl {
    padding-top: 40px;
}

.sec08_subttl {
    font-size: 2em;
    color: #000000;
    font-weight: normal;
    padding-bottom: 50px;
    letter-spacing: 0.1em;
}

.qa-container {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

/* 共通の吹き出しスタイル */
.qa-row {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

.icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 500;
    flex-shrink: 0;
    color: #fff;
    padding-bottom: 5px;
}

.bubble {
    background: #fff;
    padding: 25px 35px;
    border-radius: 40px;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.05));
}

.bubble2 {
    background: #fff;
    padding: 25px 35px;
    border-radius: 40px;
    position: relative;
    font-size: 13px;
    line-height: 1.6;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.05));
}

/* 吹き出しのしっぽ共通 */
.bubble::before {
    content: "";
    position: absolute;
    top: 30px;
    border-style: solid;
}

/* --- 質問 (Q) スタイル --- */
.qa-row.question {
    flex-direction: row;
}

.icon-q {
    background-color: #000;
}

.bubble-q::before {
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #fff transparent transparent;
}

/* --- 回答 (A) スタイル --- */
.qa-row.answer {
    flex-direction: row-reverse;
    align-self: flex-end;
}

.icon-a {
    background-color: #ff6f50;
    /* オレンジ */
}

.bubble-a {
    text-align: left;
}

.bubble-a::before {
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
}

@media (max-width: 1023px) {

    #type-js8 {
        font-size: 4em;
    }

    .bubble-q::before {
        left: -10px;
    }

    .sec08_subttl {
        font-size: 1.6em;
        padding-bottom: 30px;
    }

    .icon {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }

    .bubble {
        font-size: 15px;
        padding: 15px 20px;
    }

    .bubble2 {
        font-size: 12px;
        padding: 15px 20px;
    }
}

/* モバイル対応 */
@media (max-width: 767px) {

    #type-js8 {
        font-size: 4em;
    }

    .bubble-q::before {
        left: -10px;
    }

    .sec08_subttl {
        font-size: 1.6em;
        padding-bottom: 30px;
    }

    .icon {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }

    .bubble {
        font-size: 15px;
        padding: 15px 20px;
    }

    .bubble2 {
        font-size: 12px;
        padding: 15px 20px;
    }
}




/*  WEGとは
------------------------------------------------------------------*/

.sec09 {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 50px;
}

#type-js9 {
    font-size: 5em;
    font-weight: bold;
    letter-spacing: 0.1em;
    /* border-right: .1em solid #333; */
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    color: #000000;
}

.sec09_ttl {
    padding-top: 40px;
}

.sec09_subttl {
    font-size: 2em;
    color: #000000;
    font-weight: normal;
    padding-bottom: 20px;
    letter-spacing: 0.1em;
}


/*  ボタン
------------------------------------------------------------------*/


.btn_wrap {
    width: 200px;
    /* 丸のサイズに合わせる */
    height: auto;
    position: relative;
    margin: 60px auto;
    /* 吹き出しの分、上に余白を確保 */
}

/* 吹き出しの調整 */
.btn_balloon {
    width: 190px;
    /* 少しコンパクトに */
    height: 50px;
    border-radius: 50px;
    border: solid 2px #ff6943;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -35px;
    /* ボタンの上に配置 */
    left: 50%;
    transform: translateX(-50%);
    color: #ff6943;
    z-index: 2;
    animation: balloon-bounce 3s infinite;
}

/* 吹き出しの三角部分（修正） */
.btn_balloon::after {
    content: "";
    position: absolute;
    bottom: -10px;
    /* 下側に配置 */
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #ff6943 transparent transparent transparent;
}

/* 内側の白い三角で枠線っぽく見せる */
.btn_balloon::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}

/* 丸いボタンの調整 */
.button {
    width: 180px;
    /* 正方形にする */
    height: 180px;
    /* 正方形にする */
    border-radius: 50%;
    background: #ff6943;
    display: flex;
    flex-direction: column;
    /* 改行に対応 */
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    /* 文字を大きく */
    font-weight: 500;
    line-height: 1.4;
    box-shadow: 2px 5px 0 #e94b24;
    transition: 0.2s;
    margin: 0 auto;
    position: relative;
}

/* 矢印アイコンの微調整 */
.button:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
    transform: rotate(135deg);
    margin-top: 5px;
    /* 文字の下に配置 */
}

.button:hover {
    background: #ff9074;
    transform: translateY(3px);
    box-shadow: 0 2px 0 #ef7455;
}

@media (max-width: 1023px) {
    .btn_wrap {
        width: 100px;
        /* 丸のサイズに合わせる */
        height: auto;
        position: relative;
        margin: 60px auto;
        /* 吹き出しの分、上に余白を確保 */
    }

    /* 吹き出しの調整 */
    .btn_balloon {
        width: 100px;
        /* 少しコンパクトに */
        height: 30px;
        border-radius: 50px;
        border: solid 2px #ff6943;
        background-color: #fff;
        font-size: 0.8rem;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -35px;
        /* ボタンの上に配置 */
        left: 50%;
        transform: translateX(-50%);
        color: #ff6943;
        z-index: 2;
        animation: balloon-bounce 3s infinite;
    }

    /* 吹き出しの三角部分（修正） */
    .btn_balloon::after {
        content: "";
        position: absolute;
        bottom: -10px;
        /* 下側に配置 */
        left: 50%;
        transform: translateX(-50%);
        border-style: solid;
        border-width: 10px 8px 0 8px;
        border-color: #ff6943 transparent transparent transparent;
    }

    /* 内側の白い三角で枠線っぽく見せる */
    .btn_balloon::before {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 50%;
        transform: translateX(-50%);
        border-style: solid;
        border-width: 9px 7px 0 7px;
        border-color: #fff transparent transparent transparent;
        z-index: 1;
    }

    /* 丸いボタンの調整 */
    .button {
        width: 100px;
        /* 正方形にする */
        height: 100px;
        /* 正方形にする */
        border-radius: 50%;
        background: #ff6943;
        display: flex;
        flex-direction: column;
        /* 改行に対応 */
        justify-content: center;
        align-items: center;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 1rem;
        /* 文字を大きく */
        font-weight: 500;
        line-height: 1.4;
        box-shadow: 2px 5px 0 #e94b24;
        transition: 0.2s;
        margin: 0 auto;
        position: relative;
    }

    /* 矢印アイコンの微調整 */
    .button:after {
        content: "";
        width: 10px;
        height: 10px;
        border-top: solid 3px currentColor;
        border-right: solid 3px currentColor;
        transform: rotate(135deg);
        margin-top: 5px;
        /* 文字の下に配置 */
    }

    .button:hover {
        background: #ff9074;
        transform: translateY(3px);
        box-shadow: 0 2px 0 #ef7455;
    }
}


/*  スマホボタン
------------------------------------------------------------------*/


.btn_wrap2 {
    width: 100px;
    /* 丸のサイズに合わせる */
    height: auto;
    position: relative;
    margin-top: 30px;
}

/* 吹き出しの調整 */
.btn_balloon2 {
    width: 100px;
    /* 少しコンパクトに */
    height: 30px;
    border-radius: 50px;
    border: solid 2px #ff6943;
    background-color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -25px;
    /* ボタンの上に配置 */
    left: 50%;
    transform: translateX(-50%);
    color: #ff6943;
    z-index: 2;
    animation: balloon-bounce 3s infinite;
}

/* 吹き出しの三角部分（修正） */
.btn_balloon2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    /* 下側に配置 */
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #ff6943 transparent transparent transparent;
}

/* 内側の白い三角で枠線っぽく見せる */
.btn_balloon2::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}

/* 丸いボタンの調整 */
.button2 {
    width: 100px;
    /* 正方形にする */
    height: 100px;
    /* 正方形にする */
    border-radius: 50%;
    background: #ff6943;
    display: flex;
    flex-direction: column;
    /* 改行に対応 */
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem;
    /* 文字を大きく */
    font-weight: 500;
    line-height: 1.4;
    box-shadow: 2px 5px 0 #e94b24;
    transition: 0.2s;
    margin: 0 auto;
    position: relative;
}

/* 矢印アイコンの微調整 */
.button2:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 3px currentColor;
    border-right: solid 3px currentColor;
    transform: rotate(135deg);
    margin-top: 5px;
    /* 文字の下に配置 */
}

.button2:hover {
    background: #ff9074;
    transform: translateY(3px);
    box-shadow: 0 2px 0 #ef7455;
}

@keyframes balloon-bounce {

    0%,
    10%,
    20%,
    30%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    5% {
        transform: translateX(-50%) translateY(-10px);
        /* 上に跳ねる */
    }

    15% {
        transform: translateX(-50%) translateY(-5px);
        /* 小さく跳ねる */
    }
}


/*  各所ボタン
------------------------------------------------------------------*/
.button3 {
    padding-bottom: 30px;
}

.button3 a {
    background: #ff6943;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px 80px;
    line-height: 1.8;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border-bottom: solid 5px #ae3416;
    transition: 0.3s ease-in-out;
}

.button3 a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.button3 a:hover:after {
    right: 1.4rem;
}

.button3 a:hover {
    background: #ee8134;
    color: #FFF;
    border-bottom: solid 2px #999;
    transform: translateY(3px);
}

.button3 a:hover:before {
    color: #fff;
}

.tooltip {
    font-size: 100%;
    font-weight: 500;
    position: relative;
    margin-bottom: .5rem;
    text-align: center;
    color: #ff6943;
    margin-top: 30px;
}

.tooltip:before {
    margin-right: 1rem;
    content: '＼';
}

.tooltip:after {
    margin-left: 1rem;
    content: '／';
}

.tooltip2 {
    font-size: 100%;
    font-weight: 500;
    position: relative;
    margin-bottom: .5rem;
    text-align: center;
    color: #ff6943;
}

.tooltip2:before {
    margin-right: 1rem;
    content: '＼';
}

.tooltip2:after {
    margin-left: 1rem;
    content: '／';
}