.breadcrumbs {
    display: none;
}

.entry-header {
    display: none;
}


/*---- background-----*/
#intro {
    background: #FFAE58;
}
#lineup {
    background: #fff;
}
#example {
    background: #F2ECD1;
}
#flow {
    background: #FFAE58;
}
/*---- background end-----*/

.swiper-wrapper {
    transition-timing-function: linear;
  }

/* menu */
#navi {
    border: #333 1px solid;
}

.jump-mn {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* リストのスタイル */
.jump-mn ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 80px;
}

/* リンク（クリック領域）のスタイル */
.jump-mn a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: opacity 0.3s;
}

.arrow {
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg);
    margin-top: 10px;
    margin-bottom: 5px;
}


/* menu end */

/*---- title ----*/
.hero-title {
    font-size: 0.75em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
    background: #F2ECD1;
    border-radius: 20px;
    padding: 10px;
    width: 300px;
    margin: 0 auto;
}

.sub_ti {
    font-size: 1.2em;
    font-weight: 400;
    text-align: center;
    color: #FF841A;
    margin-top: 10px;
    font-weight: 700;
}

h2 + p {
    text-align: center;
    font-weight: 400;
    font-size: 0.9em;
    color: #111419;
    line-height: 1.8;
    margin-bottom: 10px;
}

#intro h2,
#flow h2 {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    float: none;
    margin-right: 0px;
    color: #333333;
    margin-bottom: 12px;
}

#flow h2,
#example h2 {
  position: relative;
  padding-bottom: 1em;
  text-align: center;
    float: none;
    margin-right: 0px;
    font-size: 2em;
    color: #111419;
    margin-bottom: 40px;
    font-weight: 700;
}

#lineup .pr-maker {
    font-size: 0.7em;
    color: #5D5D5D;
}

#lineup h5 {
    margin-top: 0px;
    text-align: left;
    padding: 0px;
}

#lineup .pr-price {
    margin-top: 0px;
    text-align: left;
}

#lineup .pr-price span.red {
    background-color: #F77171;
    color: #fff;
    font-size: 10px;
    padding: 4px;
    text-align: left;
}

#example h2::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    border: 2px solid #FF841A;
    width: 1.5em;
    border-radius: 10px;
}

.link_caution {
    text-align: center;
    color: #5D5D5D;
    font-size: 0.8em;
}

.link_caution_wht {
    text-align: center;
    color: #ffffff;
    font-size: 0.8em;
}

/* flow css */

#flow h2 {
    color: #111419;
}

#flow h2::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    border: 2px solid #333;
    width: 1.5em;
    border-radius: 10px;
}

.flow_text {
    color: #333;
}

.flow_step {
    display: flex;
    flex-wrap: nowrap;
}

.step_ti {
    color: #333;
    text-align: center;
    font-weight: 700;
    padding: 0.4em;
    font-size: 0.8em;
}

/* flow css end */



#lineup .ti,
#flow .ti,
#example .ti,
#form .ti {
    text-align: center;
}

#lineup h2 {
  font-family: "Seymour One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FF841A;
  text-shadow:1px 1px 0 #333, -1px -1px 0 #333,
              -1px 1px 0 #333, 1px -1px 0 #333,
              0px 1px 0 #333,  0-1px 0 #333,
              -1px 0 0 #333, 1px 0 0 #333;
  font-size: 65px;
  text-align: center;
  float: none;

}

.intro_img {
    border-radius: 0.4em;
}

#example h2 {
    color: #111419;
}
#example .wht_center {
    color: #111419;
    text-align: center;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.6em;
}

#lineup h3 {
    position: relative;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.6;
    color: #1A478A;
    font-weight: 700;
    padding-bottom: .3em;
    margin: 15px 0;
    border-left: none;
    padding: 10px 0px;
    border-left: none;
}

#lineup h3:before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    border: 2px solid #ddd;
    width: 1.5em;
}

#lineup h3 + p {
    text-align: center;
}

#lineup .pr-btn {
    font-size: 0.8em;
    background-color:#FFEE80;
    color: #333;
    border: solid 1px #333;
    font-weight: 700;
    padding: 8px;
    height: 50px;
}

#lineup .maker_smlt {
    background-color: #A3D3E3;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

#lineup .maker_text {
    font-size: 0.9em;
    color: #111419;
}

#lineup .maker_smlt_ti {
    position: relative;
    display: inline-block;
    padding: 1.2em 2em;
    text-align: center;
    font-weight: 700;
}

#lineup .maker_smlt_img {
    display: flex;
}

.example_link {
    text-align: center;
    background: #333333;
    border-radius: 5px;
    padding: 1.5em;
    color: #fff;
    font-weight: 700;
    font-size: 80%;
    display: block;
    margin: 20px auto 0px;
    width: 300px;
}


#exmple p {
    color: #111419;
}

  @media screen and (max-width: 767px){
    #lineup h2 {
  font-size: 50px
}

  }


@media screen and (min-width: 736px) and (max-width: 1069px) {
    .step_ti {
        font-size: 0.6em;
    }

    #lineup p.pr-price span.tax {
        font-size: 9px;
    }

    #lineup p.pr-price {
        font-size: 15px;
    }

    #lineup .pr-price span.red {
        font-size: 9px;
    }

    #lineup .pr-btn {
        font-size: 0.6em;
    }
}

@media screen and (max-width: 736px) {

    /* メニューリストの調整 */
    .jump-mn ul {
        gap: 10px; /* 間隔を大幅に狭くする */
        justify-content: space-between; /* 画面幅いっぱいに均等配置 */
        padding: 0 0px; /* 画面端にくっつきすぎないように内側に余白 */
    }

    /* リンク文字の調整 */
    .jump-mn a {
        font-size: 15px; /* 文字サイズを少し小さく */
        width: 100%; /* クリック領域を広げる */
    }

    /* 矢印の調整 */
    .arrow {
        width: 8px; /* 矢印も少し小さく */
        height: 8px;
        border-width: 2px; /* 線を少し細く */
        margin-top: 6px;
    }

    #intro h2 {
        font-size: 1.6em;
        font-weight: 700;
        line-height: 1.4em;
        text-align: center;
        float: none;
    }

    #lineup .pr-price span.red {
        background-color: #F77171;
        color: #fff;
        font-size: 10px;
        text-align: left;
    }

    #lineup .maker_smlt_ti {
        font-size: 0.8em;
        white-space: nowrap;
    }

    #lineup .maker_smlt_ti:before,
    #lineup .maker_smlt_ti:after {
    line-height: 1;
    top: calc(50% - .5em);
    color: #327E59;
    padding: 0 4px;
    }

    .example_link {
        text-align: center;
        padding: 1.5em;
        color: #fff;
        font-weight: 700;
        font-size: 0.8em;
        display: block;
        margin: auto;
        width: 240px;
    }

    .flow_step {
        flex-wrap: wrap;
    }
}


/*---- title end ----*/

/*---- intro ----*/
#intro p {
    color: #333333;
    font-size: 0.9em;
}
#intro .border_box {
    text-align: center;
    padding: 34px 20px;
    border: 4px solid #89bee5;
 }
#intro .border_box p {
    font-size: 1em;
}   
#intro .intro_ti {
    font-weight: 800;
    font-size: 1.4em;
}
#intro img {
    border-radius: 0.4em;
}
#cover {
    text-align: center;
}
/*---- intro end ----*/


.lineup {
    display: flex;
    height: auto;
    flex-wrap: wrap;
}
#lineup .caution {
    text-align: center;
    font-size: 0.9em;
}

@media screen and (max-width: 736px) {
    .jump-mn .inner {
        font-size: 10px;
        margin: 4px;
        color: #fff;
        height: 34px;
        line-height: 34px;
        width: 29%;
        text-align: center;
        border-radius: 5px;
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    }

    .jump-sp {
        margin: 0 auto;
        padding-right: 0px!important;
    }

    .jump-mn::after {
        content: "";
        display: block;
        width: calc((100% – 2rem) / 3);
    }
    
    #lineup h3 {
    font-size: 20px;
}

    .step_ti {
        font-size: 0.7em;
    }

    .maker_mini_text {
        font-size: 0.8em;
    }

}


/* === ヒーローセクション共通 === */
.hero-section {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-image: linear-gradient(180deg, #ff841a, #ffae58);
}

.bg-pattern {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: radial-gradient(#ff8800 20%, transparent 20%);
    background-position: 0 0;
    background-size: 30px 30px;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}


/* === 中央コンテンツ === */
.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
}

.hero-catch { color: #333; letter-spacing: 0.1em; font-family: heisei-maru-gothic-std, sans-serif;
font-weight: 800; font-style: normal;
} 

.hero-sub { color: #333; margin-bottom: 20px; font-family: heisei-maru-gothic-std, sans-serif;
font-weight: 400; font-style: normal;
}


/* ロゴ画像のスタイル (クラス指定に変更) */
.logo-img {
    width: 100%; 
    max-width: 600px; 
    margin: 0 auto;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* === Scroll表示 === */
.scroll-indicator {
    position: absolute;
    bottom: -20px;
    left: 51%;
    transform: translateX(-50%);
    font-weight: bold;
    font-family: "Belanosima", sans-serif;
    font-size: 1.2rem;
    color: #333;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.8;
    z-index: 20;
    animation: scrollBounce 2s infinite;
    cursor: pointer;
}

.scroll-indicator:hover {
    opacity: 0.5;
}

.arrow-icon {
    margin-top: 5px;
    width: 15px; height: 15px;
    border-bottom: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg);
}

@keyframes scrollBounce {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, 10px); }
}


/* =========================================
   ▼▼ SP用スタイル (768px以下) ▼▼
========================================= */
@media screen and (max-width: 768px) {
    .pc-side-slider { display: none; }

    .hero-section {
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 0 20px;
        height: auto;
        min-height: 100vh;
    }

    .hero-content { width: 90%; flex-grow: 1; display: flex; flex-direction: column; justify-content: center; margin-top: 30px; }
    .hero-catch { font-size: 1.4rem; margin-bottom: 10px; margin-top: 20px; }
    .hero-sub { font-size: 0.8rem; }

.scroll-indicator {
        /* 絶対配置を解除し、コンテンツの流れの中に置く */
        position: relative; 
        bottom: auto;
        left: auto;
        transform: none;
    }

    /* SP用バウンドアニメーション（translateの基準が変わるため再定義） */
    @keyframes scrollBounce {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(10px); }
    }

    /* 水平スライダー */
    .sp-horizontal-slider {
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 5;
        margin: 10px 0;
        flex-shrink: 0;
    }

    .slider-track-horizontal { width: 100%; overflow: hidden; }
    .slider-list-horizontal { display: flex; width: max-content; }

    /* SP用画像：クラス .slider-img でスタイル適用 */
    .sp-horizontal-slider .slider-img {
        width: 120px; 
        height: 140px;
        margin-right: 15px;
        border-radius: 15px; 
        border: 1px solid #333;
        object-fit: cover;
    }

    .move-left .slider-list-horizontal { animation: marqueeLeft 25s linear infinite; }
    .move-right .slider-list-horizontal { animation: marqueeRight 25s linear infinite; }

    @keyframes marqueeLeft {
        0% { transform: translateX(0); }
        100% { transform: translateX(-33.333%); }
    }
    @keyframes marqueeRight {
        0% { transform: translateX(-33.333%); }
        100% { transform: translateX(0); }
    }
}


/* =========================================
   ▼▼ PC用スタイル (769px以上) ▼▼
========================================= */
@media screen and (min-width: 769px) {
    .sp-horizontal-slider { display: none; }

    .hero-section {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        padding: 0;
    }

    .hero-content {
        flex-basis: 70%;
        max-width: 600px;
        margin: 10px 20px 20px 0px;
        display: flex; flex-direction: column; justify-content: center;
    }
    .hero-catch { font-size: 2rem; margin-bottom: 15px; margin-top: 30px; }
    .hero-sub { font-size: 1rem; }

    /* === 縦スライダー設定 === */
    .pc-side-slider {
        flex-basis: 55%;
        min-width: 250px;
        height: 100%;
        overflow: hidden;
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center; 
    }
    
    .slider-track-vertical {
        height: 100%;
        overflow: hidden;
    }

    .slider-list-vertical {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: max-content;
    }

    /* === PC用画像：クラス .slider-img でスタイル適用 === */
    .pc-side-slider .slider-img {
        width: 220px; /* 固定幅 */
        height: auto;
        margin-bottom: 30px;
        border-radius: 20px;
        border: 1px solid #333;
        object-fit: cover;
        transform: none; 
    }


    /* 縦移動アニメーション */
    .move-down .slider-list-vertical { animation: marqueeDown 40s linear infinite; }
    .move-up .slider-list-vertical { animation: marqueeUp 40s linear infinite; }

    @keyframes marqueeDown {
        0% { transform: translateY(-33.333%); }
        100% { transform: translateY(0); }
    }
    @keyframes marqueeUp {
        0% { transform: translateY(0); }
        100% { transform: translateY(-33.333%); }
    }
}

.nav_mn {
    margin-left: 0px;
    padding-left: 0px !important;
}

div.breadcrumb {
    margin-top: 0px;
    }


.step-border {
  /* 輪郭線の色の数だけ drop-shadow を指定する */
  filter: drop-shadow(1px 0 0 black)   /* 右方向の影 */
          drop-shadow(0 1px 0 black)   /* 下方向の影 */
          drop-shadow(-1px 0 0 black)  /* 左方向の影 */
          drop-shadow(0 -1px 0 black); /* 上方向の影 */
}




/* =========================================
   外部リンク-共通・SP用スタイル（モバイルファースト）
   ========================================= */

/* セクション全体の外枠 */
.cheer-uniform-section {
    width: 100%;
    max-width: 900px; /* PCでの最大幅 */
    margin: 40px auto;
    padding-top: 25px; /* 見出しを重ねるための上部スペース */
}

/* メインのコンテナ（水色の枠） */
.section-container {
    position: relative; /* 見出し配置の基準点 */
    background-color: #f0fcff; /* 薄い水色の背景 */
    border: 1px solid #676666; /* 枠線の色 */
    border-radius: 20px; /* 角丸 */
    padding: 50px 20px 30px; /* 上のpaddingは見出しと被らないよう広めに */
    text-align: center;
}

/* 見出し（上に重なる楕円部分） */
.section-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); /* 上辺の中央に配置 */
    background-color: #fff;
    border: 1px solid #676666;
    border-radius: 30px;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #666164;
    white-space: nowrap; /* テキストを折り返さない */
    width: 85%; /* SPでの幅 */
    max-width: 320px;
}

/* 説明文 */
.description-text {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: justify; /* 文末を揃える */
    text-justify: inter-ideograph;
    display: inline-block; /* 中央揃えの中で左寄せ（ジャスティファイ）にするため */
    letter-spacing: .05em;
}

/* PC専用の改行タグをSPでは非表示 */
.pc-only {
    display: none;
}

/* バナーリンク */
.banner-link {
    display: block;
    margin: 0 auto 25px;
    max-width: 600px; /* 画像の最大幅制限 */
    transition: opacity 0.3s;
}

.banner-link:hover {
    opacity: 0.8; /* ホバー時に少し薄く */
}

.banner-image {
    border-radius: 12px; /* 画像の角丸 */
}

/* 外部サイトリンク */
.external-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #666164;
    text-decoration: none;
    border-bottom: 1px solid #666164; /* 下線 */
    padding-bottom: 2px;
    transition: color 0.3s, border-bottom-color 0.3s;
}

.external-link:hover {
    color: #333;
    border-bottom-color: #333;
}

/* リンクアイコン（簡易的な四角枠） */

    .link-icon {
            display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
        background-image: url(https://teamorder.jp/wp-content/themes/wp-dcafe/dance/img/link_icon.svg);
        background-repeat: no-repeat;
        background-position: center center;
    }


/* =========================================
   PC用スタイル（画面幅769px以上）
   ========================================= */
@media screen and (min-width: 769px) {
    
    .cheer-uniform-section {
        margin: 70px auto;
        padding-top: 35px;
    }

    .section-container {
        padding: 60px 40px 40px;
        border-radius: 25px;
    }

    /* 見出しをより横長に */
    .section-title {
        font-size: 16px;
        padding: 15px 50px;
        width: auto; /* 幅指定を解除してテキスト量に合わせる */
        max-width: none;
        border-radius: 50px;
        letter-spacing: .05em;
    }

    /* 説明文の調整 */
    .description-text {
        text-align: center; /* PCでは中央揃え */
        display: block;
        font-size: 14px;
    }

    /* PC専用改行を有効化 */
    .pc-only {
        display: inline;
    }

    /* バナー画像を少し小さく調整 */
    .banner-link {
        max-width: 80%;
    }

    /* リンクの文字サイズ調整 */
    .external-link {
        font-size: 12px;
    }
    
    .link-icon {
        background-image: url(https://teamorder.jp/wp-content/themes/wp-dcafe/dance/img/link_icon.svg);
        background-repeat: no-repeat;
        background-position: center center;
    }
}

.text_link {
    color: #0090bc;
    font-weight: 700;
}

.other-item {
    text-align: center;
}

.other-item p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #333333;
}