/* ==========================================================================
   1. 共通・PC用スタイル（ベース・レイアウト）
   ========================================================================== */
.l-main { width: 100%; }
.l-page { padding: 60px 0 60px; }

/* メインビジュアル（MV） */
.p-index_mv {
    position: relative;
    z-index: 1;
    height: auto; 
    padding-top: calc(960 / 1920 * 100%);
}
.p-index_mv .l-gnav { top: 39vw; }
.p-index_mv .l-gnav_list li { margin-top: 60px; }
.p-index_mv_bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.p-index_mv_slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    left: 62%;
    top: 36vw;
    width: 95%;
    height: unset;
}
.p-index_mv_slider li img { height: auto; }
.p-index_mv_slider:before {
    height: 450px;
    bottom: -2px;
}
.slick-dotted.slick-slider { font-size: 0; }

/* 下層MVベース */
.c-mv {
    position: relative;
    z-index: 0;
    height: 380px;
    line-height: 1;
    color: #000;
}
.c-mv:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    opacity: 0.3;
    background-image: url(../img/title_stripe.png);
    background-repeat: repeat;
    background-size: auto auto;
    content: "";
}
.c-mv_ttl_jp {
    font-weight: 400;
    font-size: 5rem;
    letter-spacing: .05em;
}
.c-mv_ttl_en {
    margin-top: 30px;
    font-family: Kaushan Script, cursive;
    font-weight: 400;
    font-size: 3rem;
}

/* 下層MV背景グラデーション（ページ毎） */
body.page-id-16 .c-mv, body.page-id-210 .c-mv, body.page-id-1340 .c-mv, body.page-id-229 .c-mv { background-image: linear-gradient(45deg, #a3c6e6, #d9e7f3 50%, #a3c6e6); }
body.blog .c-mv, body.single-post .c-mv, body.category-campaign .c-mv, body.category-news .c-mv { background-image: linear-gradient(45deg, #99c9cb, #d5e9e8 50%, #99c9cb); }
body.post-type-archive-shop .c-mv, body.tax-area .c-mv, body.tax-brand_tax .c-mv, body.single-shop .c-mv { background-image: linear-gradient(45deg, #bfada1, #e4ddd7 50%, #bfada1); }
body.error404 .c-mv, body.page-id-149 .c-mv, body.page-id-1731 .c-mv { background-image: linear-gradient(45deg, #c8bacb, #e9e2e9 50%, #c8bacb); }
body.page-id-698 .c-mv, body.page-id-139 .c-mv { background-image: linear-gradient(45deg, #f2cc9b, #faebd6 50%, #f2cc9b); }
body.page-id-121 .c-mv { background-image: linear-gradient(45deg, #e5b5a9, #f4e1db 50%, #e5b5a9); }

/* フッター */
.l-footer { background: none; }
.l-footer:before { background-color: #ffffff; }
.l-footer_logo a img { filter: brightness(0); }
.l-footer_link li a {
    border: 3px solid #000;
    color: #000;
}
.l-footer_link li a:hover {
    background: #edb771;
    opacity: 1;
}

.l-footer_link li a:before {
    border-top: 3px solid #000;
    border-right: 3px solid #000;
}

.l-footer_pagetop {
    position: fixed;
    z-index: 1001;
    right: 70px;
    bottom: 50px;
    width: 120px;
    height: 120px;
    padding-top: 30px;
    border: 3px solid #000;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
.l-footer_pagetop:hover { 
   background-color: #edb771;
   border: 6px solid #000;
}
.l-footer_pagetop_txt {
    position: relative;
    z-index: 0;
    line-height: 1;
    padding-top: 20px;
    font-weight: 500;
    font-size: 43px;
    font-size: 3.2rem;
    text-align: center;
}
.l-footer_pagetop_txt:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 48%; 
    width: 11px;
    height: 11px;
    border-radius: 2px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(-45deg) translateX(-50%);
    content: "";
}



/* ==========================================================================
   2. 共通・PC用スタイル（各コンポーネント）
   ========================================================================== */
/* ボタン */
.c-btn_base a {
    /* 滑らかな変化とSafariチラつき防止 */
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    -webkit-backface-visibility: hidden; /* Safariのチラつき防止 */
    backface-visibility: hidden;         
}

.c-btn_base a:hover {
    background: #edb771;
    opacity: 1;
    border-radius: 5px;
}

.c-btn_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.c-btn_grid .c-btn_color { margin: 60px 35px 0; }
.c-btn_grid .c-btn_color:last-child { margin: 60px 0 0 0; }

/* ▼ ホバーで枠線を出すボタン（Safariガタつき防止修正版） */
.c-btn_color.-pkylw {
    background-color: #e5a77d;
    /* 通常時から同じ太さの透明な枠線を敷いておくことで、ホバー時のサイズズレを防止 */
    /* border: 3px solid transparent;  */
    box-sizing: border-box; /* 枠線を含めたサイズ固定 */
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.c-btn_color.-pkylw:hover {
    border-color: #e5a77d; /* 枠線の色だけを変える */
    background-color: #fff;
    /* もし文字色も反転させたい場合は以下を追加 */
    /* color: #e5a77d; */
}

.btmarea_c-btn_grid { padding:0 10vw 0; }

/* タイトル・テキスト・背景 */
.c-ttl_base_jp {
    font-weight: 500;
    letter-spacing: -0.05em;
}
.c-ttl_base.-menu03 .c-ttl_base_head { color: #a36413; }
.l-bg_tweed, .l-bg_tweed02, .l-bg_tweed03 {
    background-size: 20% auto;
    background-position: center;
    background-repeat: repeat;
}
.u-text-access {
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 0.6rem;
}
.u-text-tel {
    font-size: 2.0rem;
    line-height: 1.4;
    font-weight: bold;
}
.u-text-address {
    font-size: 1.4rem;
    margin: 0 0 0.5rem;
}



/* 企業情報・コンセプト */
.p-corporate_philosophy { padding: 80px 0 120px; }
.p-corporate_philosophy_cat { margin-top: 90px; }
.p-corporate_store { padding: 100px 0 120px; }
.p-corporate_store_box { margin-top: 100px; }
.p-corporate_information { padding: 100px 0 120px; }
.p-corporate_information_box {
    margin-top: 120px;
    padding: 75px 100px 96px;
    border-radius: 70px;
    border: 3px solid #000;
    background-color: #fff;
    overflow: hidden;
}
.p-corporate_property { padding: 100px 0 120px; }
.p-corporate_privacy { padding: 100px 0 120px; }
.p-corporate_privacy_cont { margin: 100px auto 0; }

/* 修正：ネスト記法の一般CSS化 */
.p-corporate_privacy_txt { margin: 0 auto 120px; }
.p-corporate_privacy_txt h3 { padding:1.5em 0 1em; font-size: 2.4rem; }
.p-corporate_privacy_txt h3 strong { font-weight:bold; }
.p-corporate_privacy_txt ol li { list-style-type: auto; }
.p-corporate_privacy_txt ul li { list-style-type: disc; }

/* トップページ各セクション */
.p-index_copy { font-weight: 500; }
.p-index_bnr_ttl { font-weight: 500; }
.p-index_company { margin-top: 0; }
.p-index_company_img {
    width: 34%;
    rotate: -1deg;
    /* right: 0; */
    position: absolute;
    padding: 0;
    left: 5%;
}

/* ニュース・記事 */
.p-index_news_list { padding: 70px 72px 100px; }
.p-index_news_list_cont:first-of-type { padding: 30px 50px 30px 15px; }
.p-index_news_list_cont:hover { background: #fff8f0; }
.p-index_news_list_cont:before { top: 56px; }
.p-news_list_item:hover { background: #fff8f0; }
.p-news_detail_ttl {
    line-height: 1.35;
    margin-bottom: 50px;
    font-family: Kiwi Maru, serif;
    font-weight: 700;
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 0;  
}
article.c-article_detail { padding: 0 0 130px; }

/* ブランド */
.brand-mvbtm_img {
    width: 280px;
    height: auto;
    margin: 0 auto 45px;
}
.brand-mvbtm_img img {
    width: 100%;
    height: auto;
}
.p-index_brand_list li {
    position: relative;
    z-index: 0;
    margin-top: 110px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.p-index_brand_list li:before, .p-index_brand_list li:after {
    position: absolute;
    z-index: 0;
    top: -8px;
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 50%;
    content: "";
}
.p-index_brand_list_txt { text-align: justify; }
.p-index_brand_list_cont:before, .p-index_brand_list_cont:after {
    position: absolute;
    z-index: 0;
    bottom: -7px;
    width: 12px;
    height: 12px;
    background-color: #000;
    border-radius: 50%;
    content: "";
}

/* 店舗・エリア */
.p-store_search { text-align: center; }
.p-store_search input {
    width: 90%;
    padding: 0.8em;
    border: 2px solid #777;
    border-radius: 8px;
    font-size: 2.0rem;
}
.p-store_detail_mv_slide.slick-dotted.slick-slider {
    margin-bottom: 48px;
    height: 600px;
}
.c-store_list {
    padding: 6vw 0;
    border-radius: 70px;
    border: none;
    background: #f5f5f5;
}
.c-store_list ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: start;
    flex-basis: auto;
    /*
    width: calc(100% - 10vw);
    margin: 0 auto;
    */
    width: 100%;
    margin: 0 auto;
    padding: 0 6% 0 6%;
}
.c-area_list ul { margin: 0 0 0 2%; }
.c-area_list li { width: 23.0% !important; }
.c-area_list li:nth-child(-n+4) { margin-top: 20px; }
.c-area_list li:nth-child(4n) { margin-right: 20px; }

.c-area_detail li { border-bottom: 1px solid #b7b7b7; }
.c-area_detail_inner {
    width: calc(100% - 227px);
    padding: 0 3em 0 0;
}
.c-area_detail_img { border: 2px solid #000000; }
.c-area_detail_btn a { border: 2px solid #000; }
.c-area_detail_btn a:hover {
    background-color: #000000;
    color: #fff;    
}
.c-area_detail_comment {
    display: inline-block;
    position: relative;
    z-index: 0;
    line-height: 1.13;
    margin-bottom: 10px;
    padding: 8px 15px 10px;
    border-radius: 5px;
    background-color: #e7e7e7;
    color: #000000;
    letter-spacing: .05em;
    font-size: 0.85em;
}
.c-area_detail_comment:before {
    position: absolute;
    z-index: 0;
    top: 11px;
    left: -10px;
    width: 13px;
    height: 15px;
    background-color: #e7e7e7;
    clip-path: polygon(100% 0, 0 49%, 100% 100%);
    content: "";
}
.c-area_detail_ttl a {
    font-weight: 500;
    font-size: 3.0rem;
    letter-spacing: .05em;
    text-decoration: underline;
    text-underline-offset: 1rem;
    line-height: 1.0;
    padding: 0 0 0.8rem 0;
    display: inline-block;
}
.c-area_detail_add address {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 1.4rem 0 0.6rem 0;
    color: #4d4d4d;
}

/* 採用 */
.p-index_recruit .p-index_copy { color: #a36413; }
.p-job_detail_ttl_name { letter-spacing: 0; }
.p-job_detail_inner {
    width: calc(100% - 175px);
    margin: auto;
}
.p-recruitment_top_list ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap:4%;
}
.p-recruitment_top_list li {
    width: 154px;
    height: 160px;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
}
.p-recruitment_top_list li:nth-child(6n),
.p-recruitment_top_list li:nth-child(-n+6) {
     margin-right: 0;
}
.p-recruitment_interview_list ul li { margin-top: 200px; padding: 140px 0 0 0;}
.p-recruitment_interview_grid_box {
    font-weight: 400;
    text-align: justify;
}
.p-recruitment_interview_grid_txt, 
.p-recruitment_interview_grid_name { 
    letter-spacing: 0; 
}
.p-recruitment_interview_grid_name { text-align: right; }
.p-recruitment_faq_list dl div dt, 
.p-recruitment_faq_list dl div dd { font-weight: 400; }

/* お問い合わせ・FAQ・フォーム */
.p-contact_faq_cont dl div {
    margin-top: 67px;
    border-radius: 30px;
    border: 3px solid #000;
    background-color: #fff;
    overflow: hidden;
}
.p-contact_faq_cont dl div dt {
    line-height: 1.13;
    padding: 55px 150px 55px 170px;
    background-color: #ececec;
    font-family: Kiwi Maru, serif;
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 0;
    cursor: pointer;
}
.p-contact_faq_cont dl div dt:before, 
.p-contact_faq_cont dl div dd:before { font-size: 6rem; }

.p-contact_btn {
    display: flex;
    justify-content: center;
    margin-bottom: 145px;
    justify-content: space-between;
    align-content: flex-start;
}
.p-contact_btn .c-btn_base { width: 32%; }
.p-contact_btn .c-btn_base:first-of-type { margin: 0; }

.p-contact_input, .p-aForm_input {
    margin-bottom: 186px;
    padding: 107px 165px;
    border-radius: 30px;
    border: none;
    background-color: #f5f5f5;
}
.c-form_tbl_input, .c-form_tbl_year, .c-form_tbl_md, .c-form_tbl_textarea {
    padding: 20px 20px;
    height: 80px;
    border-radius: 10px; 
    border: 1px solid #aba8a8;
    background-color: #fff;
    color: #241e1c;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: 400;
    font-size: 22px;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    caret-color: transparent;
}
.c-form_tbl_input:focus, 
.c-form_tbl_textarea:focus { caret-color: #241e1c; }
.c-form_tbl_textarea {
    height: 240px;
    line-height: 1.6;
}
.c-form_tbl_year {
    max-width:none;
    margin: 0;
    width: 200px; 
}
.c-form_tbl_md {
    max-width:none;
    margin: 0 0 0 2em;
    width: 120px;
}
.c-form_tbl_year, .c-form_tbl_md {
    appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23aba8a8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 24px;
    padding-right: 30px !important;
}
.c-form_agree_long {
    width: 80%;
    margin: 0 auto;
    padding: 39px 92px;
    border-radius: 20px;
}
.c-form_btn_submit_input:hover {
    background: #edb771;
    opacity: 1;
}

/* Contact Form 7 固有設定 */
.wpcf7-list-item-label {
    cursor: pointer;
    display: inline-block;
    padding: 7px 1.8em 5px 1.7em;
    border: none;
    border-radius: 4px;
}
.wpcf7-list-item-label:before {
    width: 24px;
    height: 24px;
    top: 8px;
}
.wpcf7-list-item input[type="radio"] { display: none; }
input[type=checkbox]:checked+.wpcf7-list-item-label:before { border: 2px solid #bb381e; }
input[type=radio]:checked+.wpcf7-list-item-label:after,
input[type=checkbox]:checked+.wpcf7-list-item-label:after {
    display: block;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    background-color: #bb381e;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    content: "";
}

/* リッチエディタ専用 */
.s-rte p { margin-bottom: 1.5em; line-height: 1.8; }
.s-rte strong, .s-rte b { font-weight: bold; color: #333; }
.s-rte ul { margin: 1em 0; padding-left: 1.5em; list-style: disc; }
.s-rte li { margin-bottom: 0.5em; }
.s-rte h2 {
    font-size: 1.5rem;
    border-left: 4px solid #333;
    padding-left: 10px;
    margin: 2em 0 1em;
}
.s-rte a { color: #0066cc; text-decoration: underline; }
.s-rte a:hover { text-decoration: none; }

/* その他装飾・効果 */
.l-header_logo_home img {
    filter: drop-shadow(1px 1px 0 black) 
            drop-shadow(-1px -1px 0 black) 
            drop-shadow(1px -1px 0 black) 
            drop-shadow(-1px 1px 0 black);
}

/* 404 ページ */
.nf_404_img {
    position: relative;
    padding: 0;   
    width: 80%;
    margin: 0 auto;
}
.nf_charlist li { animation: jump-animation 1.2s ease-in-out infinite; }
.nf_charlist li:nth-child(1) { position: absolute; width: 9.8%; height: auto; top: 0%; left: 63.2%; animation-delay: -0.2s; }
.nf_charlist li:nth-child(2) { position: absolute; width: 8%; height: auto; top: 80%; left: 0.5%; animation-delay: -0.8s; }
.nf_charlist li:nth-child(3) { position: absolute; width: 8%; height: auto; top: 80%; left: 9%; animation-delay: -1.4s; }
.nf_charlist li:nth-child(4) { position: absolute; width: 8%; height: auto; top: 76%; left: 17.8%; animation-delay: -0.5s; }
.nf_charlist li:nth-child(5) { position: absolute; width: 8%; height: auto; top: 77%; right: 18%; animation-delay: -1.1s; }
.nf_charlist li:nth-child(6) { position: absolute; width: 8%; height: auto; top: 77%; right: 9%; animation-delay: -0.3s; }
.nf_charlist li:nth-child(7) { position: absolute; width: 8%; height: auto; top: 78%; right: 0.1%; animation-delay: -0.9s; }
.nf_detail_cont { padding: 0; text-align: center; }
.nf_404_mdstxt { font-size: 2em; margin: 0.5em 0 0.8em; }
.nf_404_btmbtn { margin-top: 8vw; }
.nf_404_btmbtn a { border: 2px solid #666; padding: 1em 2em; text-decoration: none; }

/* キャンペーン（Slick・グリッド共通設定） */
.p-index_campaign_list { margin: 5em 0; }
.p-index_campaign { padding: 140px 0 80px; }
.p-index_campaign_list_box {
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: none;
    border-radius: 20px;
    overflow: hidden;
}
.p-index_campaign_list_box:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    opacity: 1;
    content: "";
}
.p-index_campaign_list_cont {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
}

/* キャンペーン：Slickスライダー表示用 */
.p-index_campaign_list .slick-track { display: flex !important; align-items: stretch !important; }
.p-index_campaign_list ul.js-campaign-slider li {
    display: block !important;
    float: left !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 12px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}
.p-index_campaign_list_box {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
}
.p-index_campaign_list_box a { display: block !important; width: 100% !important; height: 100% !important; }
.p-index_campaign_list_cont, .p-index_campaign_list_logo {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
}
.p-index_campaign_list_logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}
.p-index_campaign_list_txt { margin-top: 15px !important; text-align: center; }

/* キャンペーン：グリッドビュー（一覧表示） */
.p-index_campaign_list.-grid-view ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    margin: 0 -1.5% !important;
    padding: 0 !important;
    list-style: none !important;
}
.p-index_campaign_list.-grid-view ul li {
    display: block !important;
    float: none !important;
    width: 30.333% !important;
    margin: 0 1.5% 40px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}
.p-index_campaign_list.-grid-view .p-index_campaign_list_box {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    position: relative !important;
    overflow: hidden !important;
    margin-top: 0 !important;
}

/* ページネーション */
.c-pagination { text-align: center; margin: 50px 0; }
.c-pagination ul { display: inline-flex; list-style: none; padding: 0; margin: 0; gap: 8px; }
.c-pagination ul li a, .c-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    background: #fff;
    transition: background-color 0.2s, border-color 0.2s;
}
.c-pagination ul li span.current {
    background: #000;
    color: #fff;
    border-color: #000;
    font-weight: bold;
}
.c-pagination ul li a:hover { background: #f7f7f7; border-color: #bbb; }


/* ==========================================================================
   3. 特殊なメディアクエリ（中間サイズ等）
   ========================================================================== */
@media print, screen and (max-width: 1240px) and (min-width: 768px) {
    .p-recruitment_top_list li { width: 15%; margin-right: 0; margin-left: 0; }
    .p-recruitment_top_list li:nth-child(6n),
    .p-recruitment_top_list li:nth-child(-n+6) { margin-right: 0; }
}
@media screen and (max-width: 950px) {
    .p-index_campaign_list.-grid-view ul li { width: 47% !important; }
}
@media screen and (max-width: 550px) {
    .p-index_campaign_list.-grid-view ul li { width: 45% !important; }
}


/* ==========================================================================
   4. レスポンシブ用（スマホ：max-width: 767px）スタイル集約
   ========================================================================== */
@media screen and (max-width: 767px) {
    body { font-size: 1.6rem; overflow-x: hidden; }
    .l-main { margin-top: 14px; }
    .l-page { padding: 20px 0 80px; }

    /* メインビジュアル */
    .p-index_mv { position: relative; z-index: 1; height: 530px; padding-top: 0; }
    .p-index_mv_bg { position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 560px; }
    .p-index_mv_slider .slick-dots {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        z-index: 1;
        left: 6%;
        bottom: 0;
        width: 95%;
        height: unset;
    }

    /* 下層MV */
    .c-mv { height: 130px; margin: 0 0 0 0; }
    .c-mv:before { background-size: 5% auto; }
    .c-mv_ttl_jp { line-height: 1.13; font-size: 3rem; letter-spacing: .025em; }
    .c-mv_ttl_en { margin-top: 10px; font-size: 2rem; }

    /* フッター */
    .l-footer_pagetop { right: 14px; bottom: 10px; width: 60px; height: 60px; }
    .l-footer_pagetop_txt { padding-top: 3px; line-height: 0; font-size: 1.6rem; }
    .l-footer_pagetop_txt:before { top: -22px; left: 47%; }

    /* コンポーネント */
    .c-btn_base { width: 280px; }
    .c-btn_grid .c-btn_color:last-child { margin: 0; }
    /* 必要に応じて 
    .c-btn_grid .c-btn_color {  } 
    */
    .btmarea_c-btn_grid { padding: 0; }
    .c-btn_grid { width: 90%; }
    .c-btn_color { width: 100%; }
    .c-btn_color a { font-size: 0.8em; }

    /* テキスト・レイアウト */
    .l-gnav_list { font-size: 1.7rem; }
    .l-gnav_list li:before { top: 4px; }
    .u-text-tel { font-size: 1.7rem; }
    .u-text-address { font-size: 1.2rem; margin: 0.8rem 0 0.5rem; line-height: 1.4; }

    /* 企業情報セクション */
    .p-index_company { margin-top: 20px; }
   
    .p-index_company_img {
        width: 52%;
        rotate: 3deg;
        top: 28px;
        right: -6px;
        left: auto;
    }

    .p-corporate_philosophy { padding: 40px 0 40px; }
    .p-corporate_philosophy_cat { margin-top: 40px; }
    .p-corporate_store { padding: 40px 0 40px; }
    .p-corporate_store_box { margin-top: 40px; }
    .p-corporate_information { padding: 40px 0 40px; }
    .p-corporate_information_box { margin-top: 43px; padding: 30px 20px 45px; border-radius: 25px; border: 2px solid #000; }
    .p-corporate_information_tbl dl div dt { width: 130px; }
    .p-corporate_store_history_inner dl div.is-open { flex-direction: column; }
    .p-corporate_property { padding: 40px 0 40px; }
    .p-corporate_privacy { padding: 40px 0 40px; }
    .p-corporate_privacy_cont { margin: 40px auto; font-size: 13px;}
    .p-corporate_privacy_txt { margin: 0 auto 0; }

    /* ニュース */
    .p-index_news_list { padding: 25px 20px; }
    .p-index_news_list_txt { font-size: 1.4rem; }
    .p-index_effort_list_txt { font-size: 1.4rem; }
    .p-index_news_list_cont:first-of-type { padding: 15px 30px 15px 7px; }
    .p-index_news_list_cont:before { top: 40px; }
    .p-news_list_head_update { width: 85px; }
    .p-news_list_head_cat { margin: 4px 0 0 0; }
    .p-news_detail_ttl { line-height: 1.33; margin-bottom: 20px; font-size: 1.5rem; }

    /* バナー・ブランド */
    .p-index_bnr_txt { font-size: 1.5rem; }
  
    .brand-mvbtm_img { width: 120px; margin: 0 auto 25px; }
    .p-index_brand_list_txt { font-size: 1.3rem; line-height: 1.5; }
    .p-index_brand_list li { margin-top: 29px; border-top: 1px solid #000; border-bottom: 1px solid #000; }
    .p-index_brand_list li:before, .p-index_brand_list li:after { top: -5px; width: 8px; height: 8px; }
    .p-index_brand_list_cont:before, .p-index_brand_list_cont:after { bottom: -4px; width: 8px; height: 8px; }

    /* 店舗・エリア */
    .p-store_detail_mv_slide.slick-dotted.slick-slider { height: auto; }
    .c-store_list { border: none; }
    .c-store_list ul { width: calc(100% - 13%); }
    .c-area_list li { width: 46.0% !important; }
    .c-area_list li:nth-child(-n+4) { margin-top: 13px; }
    .c-area_list li:nth-child(even) { margin-right: 4%; }
    .c-area_detail_inner { width: calc(100% - 70px); padding: 0; }
    .c-area_detail li { padding: 23px 0; }
    .c-area_detail_img { border: 1px solid #000000; width: 50px; height: 50px; }
    .c-area_detail_grid { width: calc(100% - 60px); }
    .c-area_detail_btn a { border-radius: 12px; padding: 1.4rem 0; }
    .c-area_detail_ttl a { font-size: 1.6rem; text-underline-offset: 0.5rem; line-height: 1.6; }
    .c-area_detail_add address { font-size: 1.4rem; margin: 0 0 0.6rem 0; }

    /* 採用 */
    .p-index_recruit { padding: 50px 0; }
    .p-job_detail_inner { width: 100%; margin: auto; }
    .p-recruitment_top_list li { width: 13.25%; height: 46px; margin-top: 16px; margin-right: 0; }
    .p-recruitment_top_list li:nth-child(-n+6) { margin-right: 0; }
    .p-recruitment_interview_list ul li { margin-top: 80px; }
    .p-recruitment_faq_list dl div dt, 
    .p-recruitment_faq_list dl div dd { font-size: 1.6rem; letter-spacing: 0; }
    .p-recruitment_faq_list dl div dt { margin-bottom: 20px; }

    /* お問い合わせ・フォーム */
    .p-contact_faq_cont dl div { margin-top: 18px; border-radius: 10px; border: none; }
    .p-contact_faq_cont dl div dt { padding: 15px 40px 15px 50px; font-size: 1.5rem; letter-spacing: 0em; font-weight: normal; }
    .p-contact_faq_cont dl div dd { padding: 15px 20px 15px 50px; }
    .p-contact_faq_cont dl div dt:before, 
    .p-contact_faq_cont dl div dd:before { left: 10px; font-size: 3rem; }
    .p-contact_faq_cont dl div dt:after { right: 10px; width: 16px; height: 9px; }
    
    .p-contact_btn { margin: 20px 10px; }
    .p-contact_btn .c-btn_base { margin: 0 0 20px 0; width: 100%; }
    .p-contact_btn .c-btn_base:first-of-type { margin: 0 0 20px 0; }

    .p-contact_input, .p-aForm_input { margin-bottom: 55px; padding: 20px 20px 40px; border-radius: 15px; border: none; }
    .c-form_tbl th { font-size: 1.6rem; }
    .c-form_tbl_input, .c-form_tbl_year, .c-form_tbl_md, .c-form_tbl_textarea { padding: 10px; font-size: 1.45rem; height: 60px; }
    .c-form_tbl_textarea { height: 240px; }
    .c-form_tbl_year { width: 80px; }
    .c-form_tbl_md { margin: 0; width: 70px; }
    .c-form_agree_long { padding: 20px 20px; }
    .wpcf7-list-item-label { padding: 0.6em 1.8em 5px 2.0em; }
    .wpcf7-list-item-label:before { width: 24px; height: 24px; top: 8px; }
    input[type=radio]:checked+.wpcf7-list-item-label:after,
    input[type=checkbox]:checked+.wpcf7-list-item-label:after { left: 6px; width: 16px; height: 16px; top: 14px; }

    /* 404 */
    .nf_404_img { margin: 60px auto 0; }
    .nf_404_mdstxt { font-size: 1.4em; margin: 0.4em 0 0.4em; }
    .nf_404_btmbtn { margin-top: 14vw; }
    .nf_detail_cont { padding: 1em 1em 0; font-size: 3.2vw; }

    /* キャンペーン */
    .p-index_campaign_list { margin: 2em 0; }
    .p-index_campaign { padding: 40px 0 10px; }
    .p-index_campaign_list.-grid-view ul { justify-content: space-between; margin: 0 auto !important; }
    .p-index_campaign_list ul { width: 100%; margin: 27px auto 0; }
}

/* ==========================================================================
   5. アニメーションキーフレーム定義（末尾に配置）
   ========================================================================== */
@keyframes jump-animation {
    0%, 100% { transform: translateY(0) scale(1, 1); }
    5% { transform: translateY(0) scale(1.1, 0.85); } /* 数値のバグを修正 (0.8.5 -> 0.85) */
    40% { transform: translateY(-125px) scale(0.95, 1.05); }
    70% { transform: translateY(0) scale(1, 1); }
    75% { transform: translateY(0) scale(1.1, 0.9); }
}



.slick-prev, .slick-next {
    position: absolute;
    display: none !important;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.p-recruitment_photoes {
    position: relative;
    z-index: 0;
    padding: 0 0 40px;
}
.p-recruitment_photoes .c-btn_grid {
    margin: 3em 0 0;
}


@media screen and (max-width: 767px) {
    .p-recruitment_top_ttl {
        margin-bottom: 30px;
        font-size: 32px;
        font-size: 3.2rem;
        letter-spacing: .033em;
        padding: 3em 0 0 0;
    }
}
@media screen and (max-width: 767px) {
    .p-recruitment_top_list {
        margin-bottom: 0px;
    }
}



@media screen and (max-width: 767px) {
    .c-btn_grid .c-btn_color {
        margin: 30px 35px 0;
    }
    .c-btn_grid .c-btn_color:last-child {
        margin: 30px 35px 0;
    }
}




@media screen and (max-width: 767px) {
    .p-recruitment_interview {
        padding: 0 0 60px;
    }
    .p-recruitment_photoes {
        padding: 0 0 0;
    }
    .p-recruitment_photoes .u-only_pc {
        display: block !important;
    }
    .p-recruitment_photoes .u-only_sp {
        display: none !important;
    }
    .p-recruitment_photoes_slider {
        padding: 0 0 0;
    }
    .p-recruitment_photoes .c-btn_grid {
        margin: 4em auto 1em;
    }
    .p-recruitment_interview_list ul li {
        margin-top: 0px;
        padding: 80px 0 0 0;
    } 
    .p-recruitment_faq {
        padding: 0 0 63px;
    }
}



/* フッターメニューを横並びにするCSSの例 */
.footer-menu-list {
    display: flex;
    justify-content: center; /* 中央寄せ（左寄せなら flex-start） */
    gap: 20px;               /* リンク同士の間隔 */
    list-style: none;        /* 点を消す */
    padding: 0;
}

.footer-menu-list a {
    text-decoration: none;   /* 下線を消す */
    color: #333;             /* 文字色（お好みの色に） */
}

.l-footer_link {
    width: 100%;
}
.l-footer_logo {
    width: auto;
}
@media screen and (max-width: 767px) {
    .l-footer_logo {
        width: 91px;
    }
}

.l-footer_link_area {
    width: 90%;
    padding: 0 0 0 5vw;
}
@media screen and (max-width: 767px) {
    .l-footer_link_area {
        width: 90%;
        margin: auto;
        padding: 0 0 0 0;
    }
}


.l-footer {
    padding: 50px 0 25px;
}
@media screen and (max-width: 767px) {
    .l-footer {
        padding: 40px 0 25px;
    }
}

.l-footer_copyright {
    color: #3d3d3d;
    padding: 3em 0 0 0;
    font-size: 1.4rem;
}


.footer-menu-list {
    display: flex;
    justify-content: left;
    gap: 8px 20px;
    list-style: none;
    padding: 0 0 2em 0;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .footer-menu-list {
        padding: 3em 0 0 0;
        font-size: 1.2rem;
    }
}



.l-gnav .l-gnav_list .-list00 {
    display:none;
}
.l-gnav.is-fixed .l-gnav_list .-list00 {
    display:block;
    width: 100px;
    margin: 0 1em 0 0;
}

.p-index_mv .l-gnav.is-fixed .l-gnav_list li {
    margin: 0 1em 0 70px;
}
.p-index_mv .l-gnav.is-fixed {
    padding: 27px 0 0;
}

.scroll-in .l-gnav .l-gnav_list .-list00 {
    display:block;
    width: 100px;
    margin: 0 1em 0 0;
}

@media screen and (max-width: 767px) {
    .scroll-in .l-gnav .l-gnav_list .-list00 {
        display:none;
    }
}

@media print, screen and (min-width: 768px) {
    .l-header.scroll-in {
        padding: 27px 0 0;
        height: 100px;
    }
}

@media print, screen and (max-width: 1840px) and (min-width: 1240px) {
    .l-header {
        padding: 35px 40px 0 72px;
    }
}

.l-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    padding: 24px 112px 0 72px;
    /* background-color: #e7a7a7; */
    -webkit-transition: all .4s;
    transition: all .4s;
}
.l-main {
    margin-top: 100px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    
.l-header {
        width: 100%;
        height: 60px;
        padding: 0 0 0 20px;
    }
}
@media screen and (max-width: 767px) {
    
.l-main {
        margin-top: 60px;
    }
}

.osusume-item .-txt-area {
    text-align: center;
    line-height: 1.5;
    padding: 0.6em 0 0;
}





@media print, screen and (min-width: 768px) {
    .c-store {
        width: 100%;
        margin: 0 auto;
    }
}

.c-store_list li {
    width: 15%;
    margin-right: 6%;
}


@media screen and (max-width: 767px) {
    .c-store_list ul {
        width: 100%;
        padding: 0 4% 0 12%;
    }
}

@media screen and (max-width: 767px) {
    .c-store_list li {
        width: 28%;
        margin-top: 17px;
        margin-right: 3%;
    }
}


.u-hidden {
    display: none !important;
}


/* TOP 下部３つ並びボタン */
.p-index_bnr_item {
    position: relative;
    z-index: 0;
    height: 610px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.c-btn_base {
    width: 377px;
}
@media screen and (max-width: 767px) {
    .c-btn_base {
        width: 235px;
    }
    .p-index_bnr_item { 
        height: 270px; 
    }
}



body .c-mv {
    background-image: linear-gradient(45deg, #f5f5f5, #f5f5f5 50%, #f5f5f5);
}


.c-btn_base.contact_add_btn {
    margin: 0 auto 2.4em;
    width: 50%;
    font-size: 1.4em;
}

@media screen and (max-width: 767px) {
.contact_add_area {
    margin: 0 10px;
}
.c-btn_base.contact_add_btn {
    margin: 0 auto 2.4em;
    width: 100%;
    font-size: 1.1em;
}

}



@media screen and (min-width: 768px) {
    .p-index_campaign_list ul {
        justify-content: center;
    }
}

.p-index_bnr_ttl {
    letter-spacing: 0;
}
@media screen and (max-width: 767px) {
    .p-index_bnr_ttl {
        letter-spacing: .215em;
    }
}

@media screen and (min-width: 768px) {
.p-index_bnr_cont {
    width: calc(100% - 120px);
}
}




.p-recruitment_faq_list dl div dt:before, .p-recruitment_faq_list dl div dd:before {
    filter: drop-shadow(2px 5px 0 #000);
}


.c-btn_base:before {
    
    z-index: 1;
}

.staff_notice {
    text-align: center;
    margin: 0 0 8vw;
}