@charset "utf-8";

:root{
    --main-color:#8ba7a3;
    --sub-color:#c67f5a;
}

body{
    font-family: "Noto Sans JP", sans-serif;
    background-color: #f2ede9;
}


/* ヒーロー */
header {
    display: flex;
    justify-content: flex-end;
    padding: 20px 30px;
    z-index: 2000; 
    pointer-events: auto;
}
.menu-toggle {
    cursor: pointer;
    width: 30px;
}
.menu-toggle div {
    height: 3px;
    background: #333;
    margin: 6px 0;
    border-radius: 2px;
}
.hero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    margin-top: -100px;
    position: relative;
    z-index: 0;
}
.hero-image {
    flex: 1 1 50%;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    border-bottom-right-radius: 150px;
}
.hero-text {
    flex: 1 1 40%;
    padding: 40px 60px;
    text-align: left;
}
.hero-text img {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}
.hero-text h1 {
    font-size: 46px;
    color: #7a958b;
    margin:0 0 10px ;
}
.hero-text h2 {
    font-size: 30px;
    color: #90a39a;
}
.hero-text p:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.hero-text p:nth-of-type(2) {
    font-size: 15px;
}
.side-buttons {
    position: fixed;
    right: 0;
    top: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.side-buttons a {
    writing-mode: vertical-rl;
    background-color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    text-decoration: none;
    color: #333;
    border-radius: 5px 0 0 5px;
}

.bubble{
    position: absolute;
    top: 150px;
    right: 50px;
    width: 100px;
}
.bubble2{
    position: absolute;
    top: 150px;
    right: 350px;
    width: 50px;
}
.bubble3{
    position: absolute;
    bottom: 200px;
    left: 50%;
    width: 50px;
}
.bubble4{
    position: absolute;
    bottom: 20%;
    right: 150px;
    width: 30px;
}
/* メッセージ */
.npo-voice-section {
    line-height: 2;
    max-width: 1200px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.npo-voice-text img {
    width: 50px;
    height: auto;
}
.npo-voice-title {
    color: #6a847a;
    font-size: 20px;
    margin-top: 10px;
    border-left: 5px solid #6a847a;
    padding-left: 10px;
}
.npo-voice-text p {
    font-size: 14px;
    margin-bottom: 1.5em;
}
.npo-voice-images {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}
.npo-voice-images img {
    width: 200px;
    object-fit: cover;
    margin: 20px;
}
.voice-images-l{
    margin-top: 50px;
}

/* 活動紹介 */

.npo-activity-title{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-decoration-line: underline;
    text-decoration-thickness: 7px;
    text-decoration-color: var(--main-color);
}
.npo-activity-section {
    letter-spacing: 0.1em;
    margin: 0;
    font-weight: 700;
}
.npo-activity-grid {   
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.npo-activity-item { 
    display:flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: flex-start; 
    gap: 10px; 
    text-align: center; 
    width: 200px;
}
.npo-activity-thumb {
width: 100%;
height: auto;
object-fit: cover;
display: block;
}
.npo-activity-caption { 
    font-size: 13px; 
    font-weight: 700; 
    color: #2b2b2b; 
}

/* 活動内容 */
.npo-mobility-section {
    max-width: 1200px;
    margin: 100px auto;
}
.npo-mobility-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.npo-mobility-head {
    position: relative;
    text-align: center;
    margin-bottom: 22px;
    background-image: url(../img/green_bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.npo-mobility-pill {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 8px 100px;
    border-radius: 999px;
    z-index: 2;
    font-size: 14px;
}
.npo-mobility-turtle {
    position: absolute;
    right: 150px;
    top: -15px;
    width: 48px;
    height: auto;
}
/* ヒーロー画像 */
.npo-mobility-hero {
    position: relative;
    overflow: hidden;
    margin: 18px 0 26px;
}
.npo-mobility-hero img {
    width: 100%;
    height: 360px;
    object-fit: contain;
    display: block;
}
/* キャプション帯 */
.npo-mobility-caption {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 30px;
    font-size: 24px;
}
.npo-mobility-caption small{
    font-size: 14px;
    font-weight: bold;
}
.npo-mobility-desc{
    font-size: 14px;
    text-align: center;
    margin: 100px auto;
}
.npo-mobility-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.npo-mobility-card{
    background-image: url(../img/green_content_bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 450px;
    height: auto;
    position: relative;
}
.npo-mobility-card .npo-mobility-card-title{
    position: absolute;
    top: -50px;
    left: -80px;
    font-weight: bold;
}
.npo-mobility-card .npo-mobility-card-title::before{
    content: url("../img/work_eye.png");
    height: 10px;
}
.npo-mobility-list{
    padding: 50px 40px;
    color: white;
    font-size: 13px;
}
.npo-mobility-fare-item{
    color: white;
    padding-top: 50px;
    font-size: 13px;
}
.npo-mobility-fare-item p:nth-child(1){
    text-align: center;
}
.npo-mobility-chip{
    font-size: 14px;
    text-align: center;
}
.npo-mobility-chip p{
    border:1px solid white;
    display: inline;
    margin: auto;
    padding: 10px;
    border-radius: 20px;
    color: white;
    font-weight: bold
}
.npo-mobility-bullets{
    color: white;
    font-size: 13px;
    padding: 20px 100px;
}
.npo-faq-section {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
    padding: 56px 18px 80px;
}
.npo-faq-inner { 
    max-width: 820px; 
    margin: 0 auto; 
}
.npo-faq-head { 
    text-align: center; 
    margin-bottom: 24px; 
}
.npo-faq-head-badge {
    display: inline-flex; 
    align-items: center; 
    gap: 10px;
    font-weight: 700; 
    color: #2e3b38;
}
.npo-faq-head-badge::before {
    content: "?"; 
    width: 28px; 
    height: 28px; 
    border-radius: 50%;
    display: inline-grid; 
    place-items: center; 
    background: #d2dbd7; 
    color: var(--main-color);
    font-weight: 800;
}

/* QA リスト */
.npo-faq-list { 
    margin: 0; 
    padding: 0; 
    list-style: none; 
}
.npo-faq-item { 
    padding: 20px 0; 
}
.npo-faq-q { 
    margin: 0 0 6px; 
    font-weight: 800; 
    letter-spacing: .02em; 
}
.npo-faq-q::before { 
    content: "Q."; 
    color: var(--main-color); 
    font-weight: 900; 
    margin-right: .6em; 
}
.npo-faq-a { 
    margin: 0; 
    color: #6f7a77; 
    line-height: 2; 
}
.npo-faq-a::before { 
    content: "A."; 
    color: var(--main-color); 
    font-weight: 900; 
    margin-right: .6em;
}
.npo-flow-section {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
    padding: 56px 18px 90px;
}
.npo-flow-inner {
    max-width: 980px; 
    margin: 0 auto; 
}

/* 見出し（クローバー画像＋テキスト） */
.npo-flow-head { 
    text-align: center; 
    margin-bottom: 28px; 
    position: relative;
}
.npo-flow-head img { 
    width: 26px; 
    margin-right: 6px; 
    position: absolute;
    left: 40%;
    
}
.npo-flow-title { 
    display: inline-block; 
    font-weight: 700; 
}

/* 手順 */
.npo-flow-steps { 
    text-align: center; 
    font-size: 14px; 
    line-height: 2; }
.npo-flow-step { 
    margin: 10px 0; 
}
.npo-flow-sep { 
    margin: 6px 0 8px;
}
.npo-flow-sep img { 
    width: 18px; 
    height: auto; 
    opacity: .9;
}

/* スペーサー（画像群との距離） */
.npo-flow-spacer { 
    height: 120px; 
}

/* 利用者の声 */
.npo-flow-voice-head { 
    text-align: center; 
    font-weight: 700; 
    margin-bottom: 18px; 
}
.npo-flow-voice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px 28px;
    justify-items: center;
}
.npo-flow-voice-card {
    width: 210px; /* 画像比率に合わせて調整 */
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(0,0,0,.08);
}
.npo-flow-voice-card img { 
    display: block; 
    width: 100%; 
    height: auto; 
}
.npo-flow-sep { 
    text-align: center; 
}
.npo-flow-sep img {
    display: inline-block;
} 
.contact_btn{
    margin: 100px auto;
    text-align: center;
    color: white;
}
.contact_btn a {
    display: inline-block;
    line-height: 30px;
    padding: 20px 40px;
    border-radius: 20px;
    color: #fff;
    background-image: url(../img/contact_green_bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 1s ease, background-image 0.8s ease;
}

/* 背景回転アニメーション */
.contact_btn a:hover {
    background-image: url(../img/contact_orange_bg.png);
}
.contact_btn img{
    width: 20px;
    display: inline;
    margin-right: 10px;
}

/* 空き家相談 */
.npo-expert-inner{
    max-width:1200px;
    margin:0 auto;
}
/* 見出し */
.npo-expert-lead{ 
    text-align:center; 
    margin-bottom:10px; 
}
.npo-expert-lead small{ 
    display:inline-block; 
    font-weight:800; 
    text-decoration-line: underline;
    text-decoration-thickness: 7px;
    text-decoration-color: var(--sub-color);
}
.npo-expert-title{ 
    text-align:center; 
    font-size:14px; 
    margin:15px 0 24px; 
}
/* 行（アイコン＋テキスト） */
.npo-expert-list{ 
    display:flex; 
    flex-direction:column; 
    gap:50px; 
    margin:100px auto; 
}
.npo-expert-item{ 
    display:flex; 
    align-items:center; 
    gap:48px; 
    width: 50%;
    margin: auto;
}
.npo-expert-iconWrap{
    width:96px; 
    height:96px; 
    border-radius:16px; 
    display:flex; 
    align-items:center; 
    justify-content:center; 
}
.npo-expert-icon{ 
    width:64px; 
    height:64px; 
    object-fit:contain; 
    filter:none; 
}
.npo-expert-text{ 
    font-size:14px; 
}
.npo-expert-text-strong{ 
    font-weight:700; 
    color:#c67f5a; 
}
.contact_btn2{
    margin: 100px auto;
    text-align: center;
    color: white;
}
.contact_btn2 a {
    display: inline-block;
    line-height: 30px;
    padding: 20px 40px;
    border-radius: 20px;
    color: #fff;
    background-image: url(../img/contact_orange_bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 1s ease, background-image 0.8s ease;
}
/* 背景回転アニメーション */
.contact_btn2 a:hover {
    background-image: url(../img/contact_green_bg.png);
}
.contact_btn2 img{
    width: 20px;
    display: inline;
    margin-right: 10px;
}
.about-message{
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.about-message img{
    width: 30%;
}
p.about-message-right {
    width: 60%;
    font-size: 14px;
}
.npo-mobility-card2{
    background-image: url(../img/green_content_bg2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 500px;
    height:auto;
    position: relative;
    margin: auto;
}
.npo-mobility-card2 .npo-mobility-card-title2{
    position: absolute;
    top: -24px;
    left: -65px;
    font-weight: bold;
}
.npo-mobility-card2 .npo-mobility-card-title2::before{
    content: url("../img/work_eye.png");
    height: 10px;
}
.npo-cleanup-act{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.npo-mobility-list2{
    padding: 60px 80px;
    color: white;
    font-size: 13px;
}
.npo-mobility-list2 h4{
    font-weight: bold;
    margin-bottom: 5px;
}
.site-footer{
    background-image: url(../img/footer_bg.png);
    height: 400px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.foot-container h4{
    font-size: 18px;
}
.foot-container{
    color: white;
    text-align: left;
    position: absolute;
    top: 150px;
    left: 20px;
}
.foot-container p{
    margin: 0;
}
.cp{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
footer img{
    position: absolute;
    right: 150px;
    width: 80px;
    bottom: 120px;
}
.npo-profile-inner {
    max-width:920px; 
    margin:0 auto; 
}
.npo-profile-dl { 
    margin:0; 
    padding:0;
}
.npo-profile-row { 
    display:flex; 
    gap:24px; 
    padding:10px 0; 
    align-items:flex-start; 
}
.npo-profile-dt { 
    width:110px; 
    min-width:110px; 
    font-weight:700; 
    letter-spacing:.05em; 
}
.npo-profile-dd { 
    flex:1; 
}
.npo-profile-dd p { 
    margin:0; 
    line-height:2; 
    font-size:14px; 
}
.npo-profile-dd ul { 
    margin:0; 
    padding-left:1.2em;
    list-style:disc; 
}
.npo-profile-dd li { 
    line-height:2; 
    font-size:14px; 
}

/* 電話・FAXを少し字下げ */
.npo-profile-contacts p { 
    text-indent:0;
}
br.phone{
    display: none;
}

/* 初期は透明＋下から */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.8s ease, transform 1.8s ease;
}
.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}
/* ▼ 左からふわっと */
.fade-left {
    opacity: 0;
    transform: translateX(-300px);
    transition: opacity 1.8s ease, transform 1.8s ease;
}
.fade-left.show {
    opacity: 1;
    transform: translateX(0);
}
/* ▼ 右からふわっと */
.fade-right {
    opacity: 0;
    transform: translateX(300px);
    transition: opacity 1.8s ease, transform 1.8s ease;
}
.fade-right.show {
    opacity: 1;
    transform: translateX(0);
}

/* タブレット */
@media (max-width:1024px){
    .npo-profile-row { 
        flex-direction:column; 
        gap:6px; 
    }
    .npo-profile-dt { 
        width:auto; 
        min-width:0; 
    }
    .npo-expert-item{ 
        gap:18px; 
    }
    .npo-expert-iconWrap{ 
        width:84px; 
        height:84px; 
    }
    .npo-expert-icon{ 
        width:56px; height:56px; 
    }
    .npo-flow-voice-grid { 
        grid-template-columns: repeat(2, 1fr); 
    }
    .npo-flow-spacer { 
        height: 80px; 
    }
    .npo-flow-voice-grid { 
        grid-template-columns: 1fr; 
    }
    .npo-flow-voice-card { 
        width: 20%; 
    }
    .npo-flow-spacer { 
        height: 60px; 
    }
    .npo-faq-section { 
        padding: 40px 16px 64px; 
    }
    .npo-faq-inner { 
        max-width: 70%; 
    }
    .npo-activity-grid {
        gap: 32px 40px;
    }
    .npo-activity-item:nth-child(4),
    .npo-activity-item:nth-child(5) {
        grid-column: auto;
    }
    .npo-activity-thumb {
        width: 100%;
        height: 56vw;
        max-height: 260px;
    }
    .npo-voice-section {
        flex-direction: column;
        padding: 40px 20px;
    }
    .npo-voice-images {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
    }
    .npo-voice-images img {
        width: 25%;
    }
    .hero {
        flex-direction: column;
    }
    .hero-image {
        border-bottom-right-radius: 80px;
    }
    .hero-text {
        padding: 20px;
        position: absolute;
        right: 30px;
        bottom: -180px;
    }
    .bubble2 {
        position: absolute;
        top: 150px;
        right: 100px;
        width: 50px;
    }
    .bubble {
        position: absolute;
        top: 250px;
        right: 25px;
        width: 100px;
    }
    .bubble3 {
        position: absolute;
        top: 350px;
        left: 50%;
        width: 50px;
    }
    .bubble4 {
        position: absolute;
        top: 500px;
        right: 150px;
        width: 30px;
    }
    .hero {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        min-height: 80vh;
        margin-top: -100px;
        position: relative;
        z-index: 0;
    }
    .voice-images-l,
    .voice-images-r{
        margin-top: 50px;
        display: flex;
        justify-content: space-around;
        width: 90%;
        margin: auto;
    }
    .npo-activity-item {
        width: 25%;
    }
    .npo-mobility-hero img{
        width: 80%;
        margin: auto;
    }
    .npo-mobility-cards {
        width: 90%;
        margin: auto;
    }
    .npo-mobility-card {
        width: 45%;
    }
    .npo-mobility-card .npo-mobility-card-title {
        position: absolute;
        top: -30px;
        left: -84px;
        font-weight: bold;
    }
    .npo-mobility-list {
        padding: 74px 40px;
        color: white;
        font-size: 13px;
    }
    .npo-flow-voice-grid {
        width: 90%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .npo-profile-inner {
        max-width: 920px;
        width: 50%;
    }
}

/* スマホ */
@media (max-width:400px){
    .bubble,.bubble2,.bubble3,.bubble4{
        display: none;
    }
    .hero-text img {
        width: 60px;
        height: auto;
        margin-bottom: 20px;
    }
    .hero-text h2 {
        font-size: 18px;
    }
    .hero-text h1 {
        font-size: 24px;
    }
    .hero-text p:nth-of-type(1) {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }
    .hero-text p:nth-of-type(2) {
        font-size: 13px;
    }
    .hero {
        min-height: 70vh;
    }
    .hero-text {
        bottom: 0px;
    }
    .npo-voice-section {
        width: 90%;
        margin: 50px auto;
    }
    .npo-voice-title {
        color: var(--main-color);
        font-size: 15px;
        margin-top: 10px;
        border-left: 5px solid var(--main-color);
        padding-left: 10px;
    }
    .npo-voice-text p{
        margin-top: 10px;
        font-size: 14px;
    }
    br.phone{
        display: block;
    }
    br.pc_br{
        display: none;
    }
    .voice-images-l, .voice-images-r {
        flex-direction: column;
    }
    .npo-voice-images img {
        width: 100%;
        margin: 5px auto;
    }
    .npo-activity-grid {
        flex-direction: column;
    }
    .npo-activity-item {
        width: 90%;
        margin: auto;
    }
    .npo-mobility-head {
        background-size: cover;
    }
    .npo-mobility-hero img {
        width: 90%;
    }
    .npo-mobility-caption {
        left: -15px;
        bottom: 50px;
        padding: 10px 21px;
        font-size: 16px;
    }
    .npo-mobility-hero {
        margin: 0;
    }
    .npo-mobility-desc {
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        width: 90%;
    }
    .npo-mobility-cards {
        flex-direction: column;
        margin-top: 20px;
    }
    .npo-mobility-card {
        width: 100%;
        margin: 30px auto;
    }
    .npo-mobility-card .npo-mobility-card-title {
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-weight: bold;
    }
    .npo-mobility-bullets {
        color: white;
        font-size: 13px;
        padding: 1px 50px;
        margin-bottom: 20px;
    }
    .npo-mobility-fare-item {
        color: white;
        padding-top: 25px;
        font-size: 13px;
    }
    .npo-mobility-chip p {
        padding: 4px;
        margin-bottom: 3px;
    }
    .npo-mobility-bullets p{
        margin-bottom: 3px;
    }
    .npo-mobility-card .npo-mobility-card-title::before {
        display: none;
    }
    .npo-mobility-list {
        padding: 10px 40px;
        color: white;
        font-size: 13px;
        margin-top: 20px;
    }
    .npo-mobility-chip {
        font-size: 14px;
        text-align: center;
        margin-bottom: 5px;
    }
    .side-buttons {
        z-index: 999;
    }
    .fade-left {
        transform: translateX(-30px);
    }
    .npo-faq-inner {
        max-width: 90%;
    }
    .npo-flow-head img {
        width: 26px;
        margin-right: 6px;
        position: absolute;
        left: 27%;
    }
    .npo-flow-voice-card {
        width: 40%;
    }
    .npo-expert-inner {
        width: 90%;
        margin: 50px auto;
    }
    .npo-expert-item {
        width: 90%;
    }
    .npo-expert-item {
        flex-direction: column;
    }
    .about-message {
        margin: 0;
        flex-direction: column;
    }
    .about-message img {
        width: 90%;
    }
    p.about-message-right {
        width: 90%;
        font-size: 14px;
    }
    .npo-cleanup-act {
        width: 90%;
        margin: 50px auto;
    }
    .npo-mobility-card2 .npo-mobility-card-title2::before {
        display: none;
    }
    .npo-mobility-card2 .npo-mobility-card-title2 {
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .npo-mobility-list2 {
        padding: 100px 25px;
        color: white;
        font-size: 13px;
    }
    .npo-mobility-card2 {
        background-image: url(../img/green_content_bg2_phone.png);
        width: auto;
        height: 500px;
    }
    .npo-profile-inner {
        max-width: 920px;
        width: 90%;
    }
    .site-footer {
        width: 100%;
    }
    .foot-container h4 {
        font-size: 16px;
    }
    .foot-container {
        color: white;
        text-align: left;
        position: absolute;
        bottom: 50px;
        top: auto;
        left: 10px;
    }
    .foot-container p{
        font-size: 13px;
    }
    footer img {
        position: absolute;
        right: 60px;
        width: 53px;
        bottom: 140px;
    }
    .npo-mobility-turtle {
        position: absolute;
        right: 30px;
        top: -15px;
        width: 48px;
        height: auto;
    }

}

/* ドロワー（右スライド） */
.drawer{
    position: fixed;
    top: 0;
    right: 0;
    width: min(86vw, 320px);
    height: 100dvh;
    background: #fff;
    border-left: 1px solid #ece9e1;
    box-shadow: 0 16px 40px rgba(0,0,0,.16);
    padding: 16px;
    transform: translateX(100%);         /* 初期は隠す */
    transition: transform .25s ease;
    z-index: 1001;                       /* ヒーロー画像より前面に */
}
.drawer ul{
    list-style:none; 
    margin:0; 
    padding:0; 
}
.drawer li{ 
    border-bottom: 1px solid #f2efe9; }
.drawer a{
    display:block; 
    padding:12px 8px;
    color:#333; 
    text-decoration:none; 
    font-weight:600;
}
.drawer a:hover{ 
    background:#f7f6f2; 
}
.drawer.is-open{ 
    transform: translateX(0); 
}  /* 開いた状態 */

/* 背景のオーバーレイ */
.drawer-backdrop{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.25);
    z-index: 1000;
}
.drawer-backdrop[hidden]{ 
    display:none; 
}

/* ハンバーガーのアニメ（既存 .menu-toggle をそのまま活用） */
.menu-toggle div{ 
    transition: transform .25s ease, opacity .25s ease; 
}
.menu-toggle.is-open div:nth-child(1){ 
    transform: translateY(9px) rotate(45deg); 
}
.menu-toggle.is-open div:nth-child(2){ 
    opacity: 0; 
}
.menu-toggle.is-open div:nth-child(3){ 
    transform: translateY(-9px) rotate(-45deg); 
}

/* ヘッダーを前面にしてクリックを通す */
header{
  position: relative;   /* 既に指定があってもOK */
  z-index: 2000;        /* ヒーローより前に */
  pointer-events: auto; /* 念のため */
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-12px); }
    60% { transform: translateY(-6px); }
}
/* ホバー時に数回バウンド */
.bounce-hover:hover {
    animation: bounce 1.2s ease;
}
