/* ==============================
   共通スタイル
============================== */

html {
    font-size: 62.5%;
    background-color: #F9F7F3;
    scroll-behavior: smooth;
}

body {
    font-size: 1.6rem;
    line-height: 1.5;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
    letter-spacing: 0.1rem;
    font-feature-settings: "palt";
    position: relative;
    color: #4B2E2E;
    transition: background-color 1s ease;
    font-family: "Zen Maru Gothic","Noto Sans JP", sans-serif;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.inner {
    margin: 0 auto;
    position: relative;
    /* max-width: 390px; */
    padding: 60px 16px 60px 16px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-40{
    margin-bottom: 40px;
}

.mr-4{
    margin-right: 4px;
}
.ml-4 {
    margin-left: 4px;
}

.mt-10{
    margin-top: 10px;
}

h1{
    color: #4E4637;
    font-family: "Kaisei Opti";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: inline-block;
    /* margin-bottom: 20px; */
}

h2{
    text-align: center;
    font-family: "Kaisei Opti";
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
}

h3{
    margin-bottom: 20px;
    font-size: 1.8rem;
}


main {
    overflow: hidden;
}

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

p {
    text-align: justify;
    position: relative;
    /* margin: 20px auto; */
}

.df_row {
    display: flex;
    flex-flow: row wrap;
}



/* ==============================
   レイアウト設定
============================== */

.p-contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
    width: 100%;
}

@media screen and (min-width: 441px) {
    .p-contents {
        max-width: 390px;
    }
}

/* ==============================
   topセクション
============================== */

.mv{
    position: relative;
    /* max-width: 390px; */
    margin: 0 auto;
}

.top-slider {
    display: flex;
    width: 100%;
    height: 675px;
    margin: 0 auto;
    overflow: hidden;
}

.top-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.pink-bg {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 260px;
    background: url("../images/bg01-1.png") no-repeat center bottom;
    background-size: cover;
    z-index: 0;
}

.main_copy {
    width: 100%;
    position: absolute;
    top: 38.56rem;
    left: -1rem;
    padding: 0 4rem;
    box-sizing: border-box;
    z-index: 1;
}

.main_copy_text-content{
    text-align: left;
}

h1 .line,.date {
    background: white;
    padding: 6px 10px;
    display: inline-block;
    margin-bottom: 8px;
}

/* スタンプラリーのタイトルの親要素 */
.stamp-title {
    position: relative;
    display: inline-block;
}

/* デジタルの吹き出し画像 */
.ribbon-second {
    position: absolute;
    top: -60px;
    /* 位置を微調整 */
    left: 30px;
    /* 位置を微調整 */
    width: 180px;
    /* サイズ調整 */
    height: auto;
    z-index: 10;
}

/* デジタルの吹き出し画像 */
.digital-bubble {
    position: absolute;
    top: -12px;
    /* 位置を微調整 */
    left: -25px;
    /* 位置を微調整 */
    width: 40px;
    /* サイズ調整 */
    height: auto;
    z-index: 10;
}

.date {
    /* display: flex; */
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 0px;
    line-height: 1;
}
.span-item{
    display: inline-block;
    vertical-align: middle;
}
.event_period {
    width: 28px;
    height: 28px;
    background-color: #4E4637;
    color: white;
    font-size: 8px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    /* 円形にする */
    line-height: 1.2;
    flex-shrink: 0;
}
.date-container {
    display: flex;
    align-items: flex-end;
    /* 下揃え */
    line-height: 1;
}
.main-date {
    font-size: 2rem;
    /* 日付のサイズを統一 */
    font-weight: bold;
    display: flex;
    align-items: baseline;
}
.day-of-week{
    font-family: "Zen Maru Gothic";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 14px */
    letter-spacing: -1px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 2px;
    align-items: flex-end;
}
.btn {
    display: flex;        
    justify-content: center;
    margin: 0 auto;
    padding: 1em 1em;
    border-radius: 43px;
    color: #F9F7F3;
    font-weight: 700;
    font-size: 1.4rem;
}

.btn:hover {
    background-color: #A00000;
}

.btn_gray {
    border: 1.8px dashed #F9F7F3;
    box-shadow: 0 0 0 4px #D9D9D9;
    background-color: #D9D9D9;
}

.btn_red{
    border: 1.8px dashed #F9F7F3;
    box-shadow: 0 0 0 4px #CC0000;
    background-color: #CC0000;
}

.btn_brown {
    border: 1.8px dashed #F9F7F3;
    box-shadow: 0 0 0 4px #BF5712;
    background-color: #BF5712;
}

.fix_btn {
    background-color: #CC0000;
    position: fixed;
    right: 0;
    bottom: 40px;
    border-radius: 50px 0 0 50px;
    height: 68.5px;
    padding: 8px 24px;
    z-index: 98;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-size: 2rem;
    /* padding: 16px 12px 16px 20px; */
}

.fix_btn span {
    font-weight: 700;
    font-size: 1.4rem;
}

.fix_btn::after {
    border-radius: 50px 0 0 50px;
}

.btn_annotation{
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
}
.btn_annotation span{
    font-weight: normal;
    font-size: 1.2rem;
}

.btn_arrow {
    padding-right: 32px;
    /* 矢印 + 10px のスペース */
}

.btn_arrow::before {
    content: "";
    background-image: url("../images/arrow_btn.webp");
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* [class*=btn_]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50px;
} */

/* ==============================
   aboutセクション
============================== */

.about_section{
    background-image: url("../images/bg02.png");
    background-size: cover;
    z-index: 0;
    position: relative;
}

.pink-bg-bottom {
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    height: 53px;
    background: url("../images/bg02-bottom.png") no-repeat center bottom;
    background-size: cover;
    z-index: 0;
}
.reference-source{
    text-align: center;
    color: #5E5E5E;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 4px;
}
.banner-content{
    padding: 0 12px;
}
.banner-content-p{
    font-size: 1.313rem;
}
.banner-content a:hover{
    opacity: 0.6;
    transition: 0.3s;
}
.hajimetemo-iwamiginzan-banner{
    border-radius: 6px;
}

.beige {
    margin-top: 50px;
    background: linear-gradient(0deg, #F9F7F3 0%, #F9F7F3 100%);
}

.join_section .inner{
    padding-top: 80px;
}

#benefits{
    font-size: 3.2rem;
}
.benefits_wrap {
    width: 95%;
    margin: 0 auto;
}

.benefits_item {
    margin-bottom: 20px;
}

.benefits_item .item_header {
    font-weight: 700;
    font-style: normal;
    background-color: #CC0000;
    font-size: 2.4rem;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.benefits_item .item_content {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.item_header {
    font-size: 2rem;
    text-align: center;
    margin: 0 auto;
    color: #F9F7F3;
}
.item_content{
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.item_ttl{
    text-align: center;
    font-size: 2.6rem;
}

.benefits_item .item_content .benefit_img {
    width: 250px;
    text-align: center;
}

hr{
    width:160px ;
    margin: 0 auto;
    height: 1px;
    background-color: #4B2E2E;
}
.benefit_img img {
    /* border-radius: 10px; */
    width: 80%;
}

.condition_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* 各ブロックの間隔 */
    font-size: 1.6rem;
}

.condition {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.conditon-ttl {
        background-color: #CC0000;
        color: white;
        font-weight: bold;
        padding: 4px;
        border-radius: 10px;
        display: flex;
        width: auto;
        min-width: 80px;
        padding: 4px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        white-space: nowrap;
    }

.condition-content {
    color: #572A19;
    font-size: 1.4rem;
    /* 濃い茶色 */
}
.condition-content li{
    line-height: 2;
}
.exchange-place li {
    cursor: pointer;
}
.exchange-zoom-icon{
    width: 16px;
    padding-left: 2px;
    padding-bottom: 3px;
}
@media (max-width: 375px) {
    .benefits_item .item_content{
        padding: 12px;
    }
}

.line-coupon{
    width: 200px;
    margin: 0 auto;
}
.toggle-wrap {
    margin: 1em 0;
}

/* クリックできるトリガー */
.toggle-trigger {
    cursor: pointer;
    color: #572A19;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
}


/* .toggle-trigger::before {
    content: "▶︎";
    display: inline-block;
    transition: transform 0.3s ease;
} */
.toggle-trigger::before {
    content: "";
    width: 12px;
    /* 矢印のサイズ */
    height: 12px;
    background-image: url("../images/triangle.svg");
    /* SVGのパス */
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* アクティブ状態の矢印 */
.toggle-trigger.active::before {
    transform: rotate(90deg);
}

/* 開閉するコンテンツ（最初は非表示） */
.toggle-content {
    margin-left: 1.5em;
    color: #572A19;
    font-size: 1.4rem;
    list-style: disc inside;
    display: none;
    /* ← 最初は閉じておく */
}
.toggle-content-item{
    margin-bottom: 20px;
}

/* アクティブ時のトリガー色 */
.toggle-trigger.active {
    color: #CC0000;
}

.attention{
    font-size: 1.8rem;
}

/* ==============================
howtoセクション
============================== */

.red {
    background: url("../images/bg04.png") repeat-y center top;
    background-size: 100% auto;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
    padding: 60px 0;
    position: relative;
}

.red-icon-bg{
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    height: 150px;
    background: url("../images/bg03.png") no-repeat center bottom;
    background-size: contain;
    z-index: 0;
}

.red .inner{
    padding-top: 50px;
}
#howto {
    margin: 0 auto;
    margin-bottom: 60px;
}

#howto h2 {
    display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        padding: 10px;
        width: 100%;
        height: 153px;
        border-radius: 10px 10px 0 0;
        margin-bottom: 0;
        color: #F9F7F3;
        background-color: #4B2E2E;
}


#howto h2 .signal_il {
    position: relative;
    /* もともと absolute だったら変更 */
    left: 0;
    /* 左の余白をなくす */
    bottom: 0;
    /* 位置調整 */
    width: 54px;
}

.howto_wrap {
    background-color: #fff;
    background-color: #fff;
    padding: 60px 32px;
    border-radius: 0 0 10px 10px;
}

.howto_wrap p {
    color: #4B2E2E;
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    margin: 50px auto 10px;
}

.howto_wrap p span {
    font-size: 1.4rem;
    font-weight: normal;
}

.h2_brown {
    background-color: #4B2E2E;
}

.h2_left {
    text-align: left;
}

.howto_item h3 {
    font-family: sans-serif;
    font-weight: 800;
    color: #4B2E2E;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.6rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    padding-right: 10px;
}

.howto_item [class*=btn_] {
    margin-top: 20px;
}

[class*=step0] {
    margin: -40px auto -70px;
}

.bottom_arrow {
    width: 60px;
    margin: 24px auto 12px;
}

#point {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
}

#point h2 {
    display: flex;
    flex-direction: row;
    /* 横並びにする */
    align-items: center;
    /* 縦方向中央揃え */
    justify-content: flex-start;
    /* 左寄せ */
    padding-left: 20px;
    /* 余白調整 */
    gap: 20px;
    /* 画像とテキストの間隔 */
    width: 100%;
    height: 170px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    color: #F9F7F3;
    background-color: #4B2E2E;
    text-align: left;
}


#point h2 .signal_il {
    position: relative;
    /* もともと absolute だったら変更 */
    left: 0;
    /* 左の余白をなくす */
    bottom: 0;
    /* 位置調整 */
    width: 60px;
}

.point_wrap {
    background-color: #fff;
    background-color: #fff;
    padding: 50px 25px;
    border-radius: 0 0 10px 10px;
}

.point-ttl{
    font-size: 2.2rem;
    font-weight: bold;
    color: #4B2E2E;
    margin-top: 40px;
}

.small-text {
    font-size: 1.2rem;
    font-weight: normal;
    vertical-align: middle;
    margin-left: 5px;
}

.point_item {
    /* 縦の中央揃え */
    padding: 18px 0;
    margin-top: 20px;
    border-bottom: 2px solid #999;
}
.point-item-ttl{
    display: flex;
    align-items: center;
    gap: 12px;

}

.point_number {
    position: relative;
}

.point_number[data-number]::after {
    content: attr(data-number);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
    font-weight: bold;
    color: #ffffff;
    z-index: 5;
    pointer-events: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

/* モーダル内のpoint_number専用スタイル */
#modal .point_number[data-number]::after {
    content: attr(data-number);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4rem;
    font-weight: bold;
    color: #ffffff;
    z-index: 5;
    pointer-events: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.point_number img {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
}

.point_content {
    display: flex;
    flex-direction: column;
}

.venue {
    font-size: 2rem;
    font-weight: bold;
    color: #572A19;
    /* 濃い茶色 */
    line-height: 1.4;
    margin: 0;
}

.venue span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #572A19;
    /* 住所も同じ色 */
    margin-top: 4px;
    /* タイトルとの間隔 */
}

.point01-nft {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 中央寄せ */
    gap: 12px;
}

.stamp_img {
    margin: 24px auto;
}

.underline{
    text-decoration: underline;
}
/* ==============================
よくある質問セクション
============================== */

.qa_section{
    position: relative;
    background: url("../images/bg06.png") no-repeat center bottom;
    background-size: cover;
}
.qa_section h2{
    margin-bottom: 60px;
}

.beige-bg {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 55px;
    background: url("../images/bg05.png") no-repeat center bottom;
    background-size: cover;
    z-index: 0;
}
.qa_wrap {
    max-width: 90%;
    margin: 0 auto;
}

.qa_item {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
}

.question {
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 20px;
    position: relative;
    color: #3e3a3a;
}

.question::before {
    content: "";
    background-image: url("../images/icon_question.png");
    width: 43px;
    height: 43px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.question::after {
    content: "";
    background-image: url("../images/arrow_question.png");
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 0;
    transition: all 0.5s ease;
}

.question.close::after {
    transform: rotate(180deg);
}

.answer {
    color: #3e3a3a;
    margin: 0;
    margin-top: 15px;
    width: 100%;
    display: none;
}

.mail-address{
    font-family: serif;
    font-size: 1.2rem;
    text-decoration: underline;
    
}
/* ==============================
   footer
============================== */
footer {
    background-color: #4D4D4D;
    /* 背景色（ダークグレー） */
    text-align: center;
    color: #fff;
    padding: 40px 20px;
    gap: 20px;
    margin: 0 auto;
}
.footer-stamp{
    padding-bottom: 100px;
}

@media (max-width: 800px) {
    footer {
        padding-bottom: 140px;
    }
}

.footer-head{
    margin-bottom: 20px;
}
.footer-head p{
    font-size: 1.4rem;
    font-weight: normal;

}
.footer-container {
    max-width: 600px;
    margin: 0 auto;
}
footer h2{
    font-size: 2rem;
}
.footer-subtitle {
    font-size: 1.4rem;
    margin-bottom: 12px;
    text-align: center;
    font-weight: normal;
}

.footer-logos {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer-logos img {
    max-width: 140px;
    /* ロゴの最大幅 */
}

.footer-links {
    font-size: 1.4rem;
    margin-top: 20px;
    font-weight: normal;
}

.footer-links a {
    color: #F9F7F3;
    text-decoration: none;
}

/* ==============================
   スタンプ台帳ページ
============================== */
.stamp-pink-bg-bottom{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 53px;
    background: url("../images/bg02-bottom.png") no-repeat center bottom;
    background-size: cover;
    z-index: 0;
}
.stamp-red-bg-bottom{
    position: absolute;
    bottom: -85px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../images/bg07.png") no-repeat center bottom;
    background-size: cover;
    z-index: 0;
}
/* 📌 下部固定ナビ */
.fixed-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #E5CCBD;
    /* 背景色 */
    display: flex;
    justify-content: space-between;
    /* 均等配置 */
    align-items: center;
    padding: 10px 0;
    box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    /* 他の要素より前面 */
}

/* 📌 各メニューアイテム */
.menu-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #4B2E2E;
    /* 文字色 */
    font-size: 12px;
    font-weight: bold;
}

/* 📌 アイコンのサイズ */
.menu-item img {
    width: auto;
    /* アイコンサイズ */
    height: 29px;
    margin-bottom: 4px;
}

/* 📌 クリック時のエフェクト */
.menu-item:active {
    opacity: 0.7;
}
#stampledger{
    color: #fff;
}
/* 📌 タブボタン */
.tab-buttons {
    display: flex;
}

.tab-btn {
    flex: 1;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: bold;
    background: #4B2E2E;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
}

.tab-btn:not(.active) {
    background: #ccc;
    color: #666;
}

.tab-container+.tab-container {
    margin-top: 50px;
}

/* 📌 タブコンテンツ */
.tab-content {
    background: white;
    padding: 16px;
    padding: 40px 32px 30px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 6px 6px;
}

.tab-callout{
    background-color: #F9F7F3;
    color: #92400E;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.tab-callout-ttl{
    font-weight: bold;
    font-size: 1.4rem;
    font-weight: bold;
}
.tab-callout-des{
    font-size: 1.2rem;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.grid-item {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.grid-item img:first-child {
    /* width: 100%; */
    display: block;
}

/* スタンプ保有時の画像スタイル */
.stamp-owned {
    width: 90%;
    height: auto;
    border-radius: 5%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.zoom-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 29px;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-item .start-flag {
    position: absolute;
    top: -30px;
    /* 旗の位置を調整 */
    left: 10px;
    /* 旗の位置を調整 */
    width: 60px;
    /* 旗のサイズ調整 */
    height: auto;
    z-index: 10;
    transform-origin: bottom left;
}

.festival-img {
    width: 50%;
    margin-top: 20px;
    margin-left: auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

body.modal-open {
    overflow: hidden;
    /* モーダル表示時にスクロールを無効化 */
}

.modal-content {
    background: #fff;
    border-radius: 10px;
    max-width: 50%;
    max-height: 90vh;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
}
@media (max-width: 800px) {
    .modal-content {
        max-width: 70%;
    }
}
@media (max-width: 480px) {
    .modal-content {
        max-width: 90%;
    }
}

.modal-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.close-modal {
    display: block;
    margin: 10px auto 0;
    border: none;
    background: none;
    font-size: 1.4rem;
    cursor: pointer;
    text-decoration: underline;
}
.icon-img{
    margin-right: 10px;
    width: 25px;
}

.modal-btn{
    margin: 0;
    margin-right: 5px;
    margin-left: 5px;
}

.modal .point_item{
    border: none;
}

.modal-content img {
    max-width: 100%;
    height: auto;
}
/* ==============================
   アンケートセクション
============================== */
.comment-img{
    width: 130px;
    height: auto;
    margin-bottom: 12px;
}
.enquet_section h3{
    font-weight: normal;
    margin-bottom: 0;
}

.survey-note {
    font-size: 1.4rem;
    font-weight: normal;
}
/* 区切り線 */
.divider {
    width: 80px;
    height: 2px;
    background-color: #4B2E2E;
    margin: 20px auto;
    border: none;
}

/* 質問 */
/* アイコンエリア */
.survey-icons {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-bottom: 20px;
}
/* 各アイコン */
.survey-icon {
    cursor: default;
    transition: all 0.2s;
    pointer-events: none;
    color: #D9D9D9;
}

.survey-icon img {
    width: 58px;
    height: 58px;
    width: 100%;
    height: auto;
}

/* 保有なし */
.survey-question {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #D9D9D9;
}

.survey-icons-description{
    text-align: center;
}

/* 保有ありで選択前（clikable） */
.survey-icon.clickable {
    cursor: pointer;
    opacity: 0.4;
    pointer-events: auto;
    color: #844622;
}

/* 保有ありで選択後（active） */
.survey-question.active {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #844622;
}

.survey-icon.active {
    opacity: 1;
}

.survey-icons-description.active {
    opacity: 1;
}


/* 選択時のエフェクト */
.survey-icon.selected {
    opacity: 1;
}

/* 有効化されたボタン */
#submit-btn.active {
    background: #E72E0C;
    color: white;
    cursor: pointer;
    border: 2px dashed white;
    opacity: 1;
    pointer-events: auto;
}

#submit-btn{
    width: 60%;
    cursor: default;
    opacity: 0.7;
    pointer-events: none;
}

/* ==============================
   特典セクション
============================== */

#receive-benefit-btn {
    width: 90%;
    cursor: default;
    opacity: 0.7;
    pointer-events: none;
}
#receive-benefit-btn.active {
    background: #E72E0C;
    color: white;
    cursor: pointer;
    /* border: 2px dashed white; */
    opacity: 1;
    pointer-events: auto;
}

.close-coupon-modal,.close-confirm-modal {
    display: block;
    margin: 10px auto 0;
    border: none;
    background: none;
    font-size: 1.4rem;
    cursor: pointer;
    text-decoration: underline;
}

.coupon-modal-ttl,.confirm-text{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 8px;
}

.coupon-modal-des,.confirm-warning{
    font-size: 1.4rem;
    text-align: center;
}

.coupon-note{
    text-align: center;
    font-size: 1.6rem;
    margin-top: 12px;
    background-color: rgb(255, 255, 0);
    display: inline-block;
    padding: 2px 2px;
    border-radius: 4px;
    color: #CC0000;
}
.coupon-btn-wrapper{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
}
#use-coupon-btn{
    width: 70%;
}

#confirm-yes-btn{
    width: 70%;
    margin-top: 20px;
    margin-bottom: 40px;
}

/* ==============================
   スタンプGETモーダル
============================== */
#stamp-get-modal {
    text-align: center;
}

.modal-content {
    max-width: 320px;
    padding: 20px 20px;
}

.stamp-get-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.stamp-get-img {
    width: 240px;
    height: 240px;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.stamp-get-text {
    font-size: 2.0rem;
    font-weight: bold;
    color: #4B2E2E;
    margin: 0;
}

.close-stamp-get-modal {
    width: 100%;
    max-width: 200px;
    padding: 12px 20px;
    margin: 0;
    border: none;
    background: none;
    font-size: 1.4rem;
    cursor: pointer;
    text-decoration: underline;
}

.emphasis-text-wrap {
    position: relative;
    margin-bottom: 20px;
}
.limited-text-img {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ==============================
   トグル表示機能のスタイル
============================== */

.toggle-section {
    margin-top: 15px;
}

.toggle-btn {
    background: none;
    border: none;
    color: #4B2E2E;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
    padding: 5px 0;
    margin-bottom: 10px;
    transition: color 0.3s ease;
    font-family: "Zen Maru Gothic","Noto Sans JP", sans-serif;
    position: relative;
    padding-left: 20px;
}

.toggle-btn::before {
    content: "▶";
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
}

.toggle-btn.active::before {
    transform: rotate(90deg);
}

.toggle-btn:hover {
    color: #8B4513;
}

.detailed-info {
    display: none; /* 初期状態は非表示 */
    font-size: 1.4rem;
    line-height: 1.6;
}

.description-content {
    margin-bottom: 10px;
}