@charset "UTF-8";

/* CSS Document */
#page-top {position: fixed; bottom: 40px; right: 40px; width: 60px; z-index: 400;}

@media screen and (max-width: 896px) {
  #page-top {position: fixed; bottom: 5px; right: 5px; width: 30px; z-index: 400;}
}
.EN {font-family: 'Raleway',sans-serif;}
.mincho {font-family: 'Noto Serif JP',serif;}
.bgWH {background-color: #FFF;}
.bgBR {background-color: #D88D00;}
.bgBE {background-color: #FBF3E5;}
.bgGR {background-color: #4A8308;}
.bgGRY {background-color: #EEEEEE;}
.bgBL{background-color: #0B3388;}
.txtWH {color: #FFF;}
.txtBR {color: #D88D00;}
.txtGR {color: #4A8308;}
.bBR {border-color: #BF9D63;}
.bDBL {border-color: #2F3B49;}
.bgLBL {background-color: rgba(11,51,136,0.05);}
.clone-nav {position: fixed; top: 0; left: 0; z-index: 2; width: 100%; transition: .3s; transform: translateY(-100%);}
.is-show {transform: translateY(0);}
.clone-nav {text-align: center; width: 100%; background: #FFF;}
.ratioBox {position: relative; width: 100%; height: auto;}
.ratio1-1:before {content: ""; display: block; padding-top: 100%; /* 1: 1 */}
.ratio2-1:before {content: ""; display: block; padding-top: 50%; /* 2: 1 */}
.ratio3-2:before {content: ""; display: block; padding-top: 66%; /* 3: 2 */}
.ratio4-3:before {content: ""; display: block; padding-top: 75%; /* 4: 3 */}
.ratioInner {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.fl1{flex: 1;}
.flGrw1{flex-grow: 1;}
.flGrw2{flex-grow: 2;}
.flGrw3{flex-grow: 3;}
.flShr2{flex-shrink: 2;}
.flShr3{flex-shrink: 3;}
.bdbtm{text-decoration: underline;}
.wfit{width: fit-content;}
main {min-height: 2000px;}
#header {position: relative; width: 100%;}
#header h1 {padding: 10px;}
.logo {width: 536px;}
#header .logo a {padding: 33px 30px; background: #FFF; display: block;}
.menu:hover > a {background: #E1F4C4;}
.child_menu > li > a:hover {background: #FFF;}
.child_menu {width: 100%; left: 0; color: #222; background: #E1F4C4;}
.menu:hover .child_menu {visibility: visible;}
.child_menu a:hover {color: #222; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}
#hanburger {display: none;}
.menu_button {width: 55px; height: 55px; position: fixed; top: 0; right: 0; background: #25B19E; z-index: 15;}
#hanburger:checked ~ .menu_button {top: 0;}
#hanburger:checked ~ .span2 {display: none;}
#hanburger:checked ~ .span1 {width: 34px; transform: rotate(45deg); top: 27px; right: 11px;}
#hanburger:checked ~ .span3 {width: 34px; transform: rotate(-45deg); top: 27px; right: 11px;}
.global_menu {visibility: hidden; width: 100%; height: 100%; position: fixed; top: 0; left: 0; color: #222; overflow-y: scroll; text-align: center; background: #FFF;}
#hanburger:checked ~ .global_menu {visibility: visible;}
.global_menu a {display: block; width: 100%; padding: 10px 15px; border-top-left-radius: 8px; border-top-right-radius: 8px;}
.global_menu a:hover {background: #B9E278;}
.menu {font-size: 20px; line-height: 40px; font-weight: bold; white-space: nowrap; display: inline-block;}
.menu .pd {display: none;}
.menu:last-child {margin-right: 0px;}
.child_menu > li > a {padding: 10px 20px; text-align: left;}
#hanburger, .spOnly {display: none;}

@media screen and (min-width: 896px) {
  .menu_button {display: none;}
  .global_menu {position: inherit; padding: 0; color: #fff; visibility: visible; overflow-y: visible; height: auto; width: auto;}
  .menu:hover > a {background: #B9E278;}
  .child_menu {width: 100%; position: absolute; top: 0; left: 0; padding: 10px; color: #222; background: #B9E278; visibility: hidden; opacity: 0; transition: .5s top,.5s opacity; z-index: 10;}
  .menu:hover .child_menu {visibility: visible; top: 109px; opacity: 1;}
  .child_menu > li {display: inline-block;}
  .child_menu > li > ul > li a {padding: 10px; position: relative; padding: 10px;}
}

@media screen and (max-width: 896px) {
  #header .spOnly {display: block;}
  span.span1, span.span2, span.span3 {width: 29px; height: 1px; background-color: #FFF; position: absolute; right: 13px; transition: .3s; z-index: 100; position: fixed;}
  .span1 {top: 17px;}
  .span2 {top: 27px;}
  .span3 {top: 37px;}
  .menu {display: block;}
  .menu > a {padding: 10px 15px; text-align: left; border-bottom: 1px solid #CCC;}
  .menu > a span {margin-right: 10px; width: 30px!important;}
  .menu > a span img {width: 100%;}
  .global_menu {z-index: 10;}
  .global_menu a {border-top-left-radius: 0; border-top-right-radius: 0;}
  .child_menu > li > a, .child_menu > li > ul > li a {padding: 10px 15px; color: #222; text-align: left; border-bottom: 1px dotted #999;}
  .child_menu > li > ul > li a {padding: 15px 20px 15px 35px; position: relative;}
  .child_menu > li > ul > li:last-child a {border-bottom: 1px solid #CCC;}
  .child_menu > li > ul > li a::before {border-top: solid 1px #222; content: ''; left: 20px; position: absolute; top: 50%; width: 10px;}
  .menu .pd {display: inline-block; width: 100%; position: absolute; top: 0; left: 0; height: 100%;}
  .menu_wrap {display: none;}
  #hanburger:checked ~ * .menu_wrap {display: block; opacity: 1; min-height: 100vh; background: rgba(255,255,255,.8); /*position: fixed; */ top: 0; z-index: 5;}
  #hanburger:checked ~ * .menu {max-height: inherit; overflow-y: visible; padding: 0; margin-left: 0; position: relative;}
  #hanburger:checked ~ * .child_menu {max-height: 0; overflow-y: hidden; visibility: hidden; text-align: left;}
  .menu .child_menu {border-top: 1px solid #DDD; position: relative; opacity: 1; top: 0; margin-left: auto; left: auto; width: auto;}
  .child_menu li {display: block;}
  .menu > label:hover {cursor: pointer; cursor: hand;}
  .menu input[type="checkbox"]:checked ~ .child_menu {max-height: inherit!important; overflow-y: visible; visibility: visible!important;}
  /*
  .angletoggle:before {content: "\f107";}
  #nav input[type="checkbox"]:checked ~ * .angletoggle:before {content: "\f106";}
  */
}
footer {padding: 40px 0; border-top: 5px solid #D88D00;}
footer #fnavi ul {letter-spacing: -.4em; margin: 0 0 5px;}
footer #fnavi ul > li {margin: 0 20px 10px; letter-spacing: normal; display: inline-block; position: relative;}
footer #fnavi ul > li a:hover {text-decoration: underline;}
footer #fnavi ul > li::after {content: ""; display: inline-block; width: 1px; height: 20px; background-color: #999999; position: absolute; top: 0; right: -20px;}
footer #fnavi ul > li:first-child {margin: 0 20px 10px 0;}
footer #fnavi ul > li:last-child {margin: 0 0 10px 20px;}
footer #fnavi ul > li:last-child::after {background-color: #FFF; width: 0; right: 0;}
.footCopy {text-align: right;}
.footCopy small {font-size: 14px;}
#ftNavi {display: none;}

@media screen and (max-width: 950px) {
  footer .logo {width: 300px;}
}

@media screen and (max-width: 896px) {
  footer {margin-bottom: 50px; padding: 40px 0;}
  footer #fnavi {width: 100%;}
  #ftNavi {display: block; background: #4A8308; letter-spacing: -.4em; position: fixed; z-index: 5; bottom: 0; border-top: 1px solid #FFF; width: 100%;}
  #ftNavi ul {text-align: center; font-size: 10px; font-weight: bold;}
  #ftNavi li {letter-spacing: normal; display: inline-block; width: 25%;}
  #ftNavi li a {display: block; padding: 5px 0; color: #FFF; border-left: 1px solid #5CA20B; border-right: 1px solid #3C6C04;}
  #ftNavi li:first-child a {border-left: none;}
  #ftNavi li:last-child a {border-right: none;}
  #ftNavi li span {width: 24px; margin: 0 auto 5px; display: block;}
}

@media screen and (max-width: 530px) {
  footer #fnavi ul > li, footer #fnavi ul > li:last-child {margin: 0 10px 10px 10px;}
  footer #fnavi ul > li:first-child {margin: 0 0 10px 0; display: block;}
  footer #fnavi ul > li::after {right: -10px;}
  footer #fnavi ul > li:first-child::after {background-color: #FFF; width: 0; right: 0;}
}
.pcOnly {display: block;}
.spOnly {display: none;}
.w1300 {width: 100%; max-width: 1332px; padding-left: 0; padding-right: 0;}
.w1500 {width: 100%; max-width: 1520px; padding-left: 0; padding-right: 0;}
.container {width: 100%; max-width: 1212px; padding-left: 0; padding-right: 0;}
.containers {width: calc(100% - 40px); max-width: 888px; padding-left: 0; padding-right: 0;}
.mlr, .container, .containers {margin-left: auto; margin-right: auto;}
.mlr5 {margin-left: 5px; margin-right: 5px;}
.mlr20, .col1, .col2, .col3, .col4, .col5, .col6, .box3, .w46, .w54 {margin-left: 20px; margin-right: 20px;}
.col1 {width: calc(16.6666% - 40px);}
.col2, .box3 {width: calc(33.3333% - 40px);}
.col3 {width: calc(50% - 40px);}
.col4 {width: calc(66.6666% - 40px);}
.col5 {width: calc(83.3333% - 40px);}
.col6 {width: calc(100% - 40px);}
.box4 {width: calc(25% - 30px); margin-left: 15px; margin-right: 15px;}
.w300 {max-width: 300px; width: 100%;}
.w100 {width: 100%;}
.w50 {width: 50%;}
.w46 {width: calc(46% - 50px);}
.w54 {width: calc(54% - 50px);}

@media screen and (max-width: 896px) {
  .containers {width: calc(100% - 30px);}
  .mlr20, .col1, .col2, .col3, .col4, .col5, .col6, .box3, .w46, .w54 {margin-left: 15px; margin-right: 15px;}
  .mlr5 {margin-left: 0; margin-right: 0;}
  .col1 {width: calc(16.6666% - 30px);}
  .col2, .box3 {width: calc(33.3333% - 30px);}
  .col3 {width: calc(50% - 30px);}
  .col4 {width: calc(66.6666% - 30px);}
  .col5 {width: calc(83.3333% - 30px);}
  .col6 {width: calc(100% - 30px);}
  .w46 {width: calc(46% - 30px);}
  .w54 {width: calc(54% - 30px);}
}

@media screen and (max-width: 568px) {
  .pcOnly {display: none;}
  .spOnly {display: block;}
  .col1 {width: calc(33.3333% - 30px);}
  .col2, .col3, .col4, .col5, .col6, .box3, .w46, .w54 {width: calc(100% - 30px);}
  .box4 {width: calc(50% - 7.5px); margin-left: 0; margin-right: 0;}
}
ul.dot {list-style: disc; margin-left: 1.5em;}
ul.num {list-style: decimal; margin-left: 1.5em;}
table {width: 100%;}
table tr:nth-child(odd) {background-color: #FFF;}
table tr:nth-child(even) {background-color: #EEEEEE;}
table th, table td {padding: 10px 20px; line-height: 1.7; text-align: center; border: 1px solid #CCCCCC;}
table.tblGR th {width: 25%; background: #4A8308; color: #FFF;}
table.tblGR2 th {width: 280px; background: #4A8308; color: #FFF;}
table.tblGR2 td {text-align: left; width: calc(100% - 250px);}

@media screen and (max-width: 568px) {
  table.tblGR th, table.tblGR td {padding: 10px 5px;}
  table.tblGR2 th, table.tblGR2 td {width: 100%; display: block;}
  table.tblGR2 td {border-top: none;}
}

/* ==============================================
   GWキャンペーンページ
   ============================================== */
.gw-inner {width: 100%;}
section .inner {background-color: rgba(11,51,136,0.05); width: calc(100% - 40px); max-width: 848px; margin-left: auto; margin-right: auto; padding: 75px 20px 40px; position: relative;}
.gw-section.--precautions .inner{background: unset; border: 1px solid #222; padding: 25px 30px;}
.gw-section.--precautions .inner .subtitle{padding: 8px 30px;}
/* カラー変数 */
.gw-page {--gw-navy: #0b3388; --gw-red: #e60012; --gw-red2: #730009; --gw-yellow: #fdea03; --gw-gray: #eeeeee; --gw-dark: #222222;}

/* ページ基本 */
.gw-page main {min-height: auto;}
.gw-page body {background: #fff;}

/* ============
   上部ボーダー
   ============ */
.gw-stripe {height: 5px; background: var(--gw-navy);}

/* ============
   ヘッダー
   ============ */
.gw-header {background: #fff; padding: 40px 0; border-bottom: 1px solid #ddd;}
.gw-header__inner {display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap;}
.gw-header__logo {width: 200px; flex-shrink: 0;}
.gw-header__logo img {width: 100%; height: auto; display: block;}
.gw-header__title {font-size: 36px; font-weight: 800; color: var(--gw-navy); line-height: 1.2; white-space: nowrap;}
.gw-header__title p {margin: 0;}

/* ============
   キャンペーン期間バナー
   ============ */
.gw-period {background: #0B3388; padding: 10px 0;}
.gw-period__inner {display: flex; align-items: stretch; border-radius: 50px; overflow: hidden; width: fit-content; margin: 0 auto; box-shadow: 0 2px 6px rgba(0,0,0,.12); font-weight: 800;}
.gw-period__label {background: var(--gw-red); color: #fff; padding: 10px 24px; font-size: 18px; display: flex; align-items: center; white-space: nowrap;}
.gw-period__date {background: #fff; color: var(--gw-dark); padding: 10px 24px; font-size: 20px; display: flex; align-items: baseline; border: 2px solid var(--gw-gray); border-left: none; white-space: nowrap;}

/* ============
   キービジュアル
   ============ */
.gw-kv {padding: 0;}
.gw-kakko {position: relative; /* min-height: 560px; */ padding: 40px 20px; display: flex; align-items: center; justify-content: center; max-width: 848px; margin: 0 auto; width: calc(100% - 40px);}

/* 四隅ブラケット装飾（赤いL字） */
.gw-kakko::before, .gw-kakko::after {content: ""; position: absolute; width: 100px; height: 100px; pointer-events: none;}
.gw-kakko::before {top: 0; left: 0; border-top: 2px solid var(--gw-red); border-left: 2px solid var(--gw-red);}
.gw-kakko::after {bottom: 0; right: 0; border-bottom: 2px solid var(--gw-red); border-right: 2px solid var(--gw-red);}
.gw-kv__text {font-size: 24px; color: #aaa; font-weight: 700;}

/* ============
   キャンペーンコピー
   ============ */
.gw-copy {padding: 48px 0 32px; text-align: center; margin-bottom: 80px;}
.gw-copy__sub {font-size: 30px; font-weight: 800; color: var(--gw-dark); line-height: 1.5; margin-bottom: 0;}
.gw-copy__main {font-size: 40px; font-weight: 800; line-height: 1.5; color: var(--gw-red); margin-bottom: 12px;}
.gw-highlight {padding: 0 4px; display: inline; position: relative; z-index: 0;}
.gw-highlight::before{background: var(--gw-yellow); padding: 0 4px; display: inline; position: absolute; left: 0; bottom: 0; height: 20px; width: 100%; content: ""; z-index: -1;}
.gw-copy__notes {/* margin-top: 16px; */ text-align: center; display: inline-block;}
.gw-copy__notes li {font-size: 20px; font-weight: 800; color: var(--gw-dark); line-height: 1.5; padding-left: 1em; text-indent: -1em;}

/* ============
   セクション共通
   ============ */
.gw-section {position: relative; margin-bottom: 120px;}
.gw-section + .gw-section {padding-top: 0;}
.gw-section__head {position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); display: flex; align-items: center; justify-content: center; /* margin-bottom: 32px; */}

/* 赤いアクセントバー */
.gw-section__accent {width: 10px; height: 80px; background: var(--gw-red); flex-shrink: 0;}

/* ネイビーのタイトルバー */
.gw-section__title {background: var(--gw-navy); color: #fff; font-size: 32px; font-weight: 800; min-width: 200px; padding: 0 24px; height: 80px; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1.2;}

/* お問い合わせは全幅ヘッダー */
.gw-section__head--full {display: block; background: var(--gw-navy); margin-bottom: 0; padding: 0;}
.gw-section__head--full .gw-section__title {background: transparent; width: 100%; font-size: 24px; min-height: 80px; height: auto; padding: 20px;}

/* ============
   賞品セクション
   ============ */
.gw-prize__body {display: flex; align-items: center; gap: 32px; max-width: 730px; margin: 0 auto;}
.gw-prize__logo {flex-shrink: 0; width: 159px;}
.gw-prize__logo img {width: 100%; height: auto; display: block;}
.gw-prize__text {flex: 1;}
.gw-prize__name {font-size: 28px; font-weight: 800; color: var(--gw-dark); margin-bottom: 12px; line-height: 1.3;}
.gw-prize__types {font-size: 13px; color: #555; line-height: 1.7;}
.gw-prize__desc {font-size: 20px; font-weight: 700; color: var(--gw-dark); line-height: 1.5; margin-bottom: 10px; position: relative; padding-left: 25px;}
.gw-prize__desc::before{content: "※"; left: 0; font-size: 20px; top: 4px; position: absolute;}
/* ============
   店舗リスト
   ============ */
.gw-stores {max-width: 640px; margin-left: auto; margin-right: auto;}
.gw-stores__intro {font-size: 24px; font-weight: 700; color: var(--gw-dark); line-height: 1.4; margin-bottom: 24px; text-align: center;}
.gw-stores__intro span {font-size: 15px; font-weight: 400;}
.gw-stores__region {padding: 10px 0 24px;}
.gw-stores__region-name {font-size: 24px; font-weight: 700; color: var(--gw-dark); margin-bottom: 16px; padding-left: 4px;}
.gw-stores__list {display: flex; flex-wrap: wrap; gap: 10px;}
.gw-stores__divider {height: 1px; background: #999;}

/* 店舗ボタン */
.gw-store-btn {display: flex; align-items: center; justify-content: center; background: var(--gw-navy); color: #fff; font-size: 24px; font-weight: 400; height: 45px; padding: 0 14px 0 16px; border-radius: 5px; min-width: 200px; text-decoration: none; transition: opacity .2s, transform .2s, box-shadow .2s; gap: 10px; box-shadow: 1px 1px 3px #222;}
.gw-store-btn:hover {opacity: .9; color: #fff; transform: translateY(-3px); box-shadow: 0 5px 12px rgba(11,51,136,.35);}
.gw-store-btn__icon {width: 20px; height: 25px; flex-shrink: 0; --fill-0: white;}

/* ============
   期間詳細
   ============ */
.gw-period-detail {text-align: center; padding: 8px 0 16px;}
.gw-period-detail__date {font-size: 26px; font-weight: 800; color: var(--gw-dark); margin-bottom: 10px; line-height: 1.5;}
.gw-period-detail__note {font-size: 14px; color: #666; line-height: 1.7;}

/* ============
   応募条件
   ============ */
.gw-condition {padding: 32px 0;}
.gw-condition__text {font-size: 18px; font-weight: 700; color: var(--gw-dark); text-align: center; line-height: 1.8;}

/* ============
   STEPセクション
   ============ */
.gw-inner.gw-steps{position: relative; z-index: 0;}
.gw-inner.gw-steps::before{position: absolute; content: ""; background-color: #E60012; width: 10px; height: calc(100% - 20px); top: 0; left: 45px; z-index: -1; }
.gw-steps {display: flex; flex-direction: column; gap: 40px;}
.gw-step {display: flex; align-items: flex-start; gap: 24px;}

.gw-section.--apply .inner{padding: 75px 60px 40px;}

/* STEPナンバーボックス */
.gw-step__num {flex-shrink: 0; width: 100px; height: 100px; background: var(--gw-navy); border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-family: 'Montserrat',sans-serif; font-weight: 700; color: #fff; line-height: 1;}
.gw-step__label {font-size: 20px; letter-spacing: .05em;}
.gw-step__number {font-size: 44px; margin-top: 2px;}

/* STEPコンテンツ */
.gw-step__content {flex: 1; padding-top: 25px;}
.gw-step__title {font-size: 28px; font-weight: 800; color: var(--gw-dark); line-height: 1.4; margin-bottom: 8px;}
.gw-step__desc {font-size: 16px; color: #555; line-height: 1.7;}

/* レシート説明ボックス */
.gw-receipt-box { margin-top: 20px; background: #fff;}
.gw-receipt-box__inner{padding: 0 30px 20px;}
.gw-receipt-box_exptxt{border: 1px solid #E60012; padding: 15px 20px;}
/* .gw-receipt-box_exptxt__indent li{position: relative;}
.gw-receipt-box_exptxt__indent li::before{position: absolute;} */
.gw-receipt-box_exptxt__indent li{font-size: 16px; line-height: 1.7;position: relative; padding-left: 21px;}
.gw-receipt-box_exptxt__indent li::before{content: "※"; left: 0; font-size: 16px; top: 1px; position: absolute;}
.gw-receipt-box__title {font-size: 24px; font-weight: 700; margin-bottom: 20px; padding-bottom: 10px; padding: 15px 30px 10px; border-bottom: 5px solid #999999;}
.gw-receipt-box__notes {font-size: 15px; color: var(--gw-dark); line-height: 1.8; margin-bottom: 24px;}
.gw-receipt-box__notes li {padding-left: .5em;}

/* レシート例 */
.gw-receipt-examples {display: flex; flex-wrap: wrap; flex-direction: column; gap: 24px;}
.gw-receipt-examples__section {flex: 1; min-width: 200px;}
.gw-receipt-examples__label {font-size: 18px; font-weight: 800; margin-bottom: 12px; display: flex; align-items: center; gap: 8px;}
.gw-receipt-examples__label--good {color: var(--gw-dark);}
.gw-receipt-examples__label--bad {color: var(--gw-dark);}
.gw-receipt-examples__icon {width: 22px; height: 22px; display: inline-block; vertical-align: middle;}
.gw-x-icon {font-size: 20px; font-weight: 900; color: var(--gw-red);}
.gw-receipt-examples__images {display: flex; gap: 20px;}
.gw-receipt-examples__item {width: fit-content; text-align: center; height: 100%;}
.gw-receipt-examples__item img {width: 100%; height: auto; display: block; border-radius: 4px; border: 1px solid #ddd; width: 100%; height: 100%; object-fit: contain;}
.gw-receipt-examples__item p {font-size: 12px; color: #222; margin-top: 4px; line-height: 1.4;}
.gw-receipt-placeholder {width: 100%; padding-top: 130%; background: var(--gw-gray); border-radius: 4px; border: 1px solid #ddd; position: relative;}
.gw-receipt-examples__item p.txt16{font-size: 16px;}
/* ============
   CTAボタン
   ============ */
.gw-cta {padding: 48px 20px;}
.gw-cta__inner {display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin: 0 auto 20px; max-width: 848px; }
.gw-cta__mascot {width: 102px; height: auto; flex-shrink: 0; aspect-ratio: 10/16;}
.gw-cta__btn_Wrap{max-width: 580px; width: 100%;}
.gw-cta__btn {display: flex; align-items: center; justify-content: center; gap: 14px; background: linear-gradient(to bottom,var(--gw-red),var(--gw-red2)); color: #fff; font-size: 40px; font-weight: 800; width: 100%; height: 100px; border-radius: 10px; border: 3px solid #fff; box-shadow: 3px 3px 6px rgba(0,0,0,.4); text-decoration: none; transition: opacity .2s, transform .2s, box-shadow .2s;}
.gw-cta__btn.end {font-size: 30px;}
.gw-cta__btn:hover {opacity: .9; color: #fff; transform: translateY(-3px); box-shadow: 3px 8px 16px rgba(0,0,0,.5);}
.gw-cta__arrow {width: 22px; height: 22px; transform: rotate(90deg); /* 上向き三角 → 右向き */ flex-shrink: 0;}

/* ============
   注意事項
   ============ */
.gw-notices {padding-bottom: 15px;}
.gw-notices ul {list-style: none;}
.gw-notices ul li {font-size: 14px; color: var(--gw-dark); line-height: 1.7; padding-left: 1em; position: relative; margin-bottom: 0;}
.gw-notices ul li::before {content: ''; background-color: #222; border-radius: 100px; position: absolute; left: 0; top: 9px; width: 7px; height: 7px;}

/* ============
   個人情報
   ============ */
.gw-privacy {padding-bottom: 8px;}
.gw-privacy p {font-size: 15px; color: var(--gw-dark); line-height: 1.8;}

/* ============
   お問い合わせ
   ============ */
.gw-section.--contact .gw-section__head{width: 100%;}
.gw-section.--contact .gw-section__title{width: 100%;}
.gw-contact-detail .mailLink {display: flex; justify-content: center; align-items: center; transition: opacity .2s, transform .2s;}
.gw-contact-detail .mailLink:hover {opacity: .75; transform: translateY(-2px);}
.gw-contact-detail .mailLink .icon {margin-right: 10px; display: flex; align-items: center;}
.gw-contact-detail .mailLink .icon img{width: 24px; object-fit: contain; aspect-ratio: 24/18;}
.gw-contact-detail .mail{}
/* ============
   フッター
   ============ */
.gw-footer {background: var(--gw-navy); padding: 20px; text-align: center; border-top: none;}
.gw-footer small {color: #fff; font-size: 14px;}

/* ============
   レスポンシブ（768px以下）
   ============ */

@media screen and (max-width: 768px) {
  .gw-header__title {font-size: 26px;}
  .gw-header__logo {width: 90px;}
  .gw-header {padding: 10px;}
  .gw-period__label {font-size: 14px; padding: 8px 16px;}
  .gw-period__date {font-size: 15px; padding: 8px 16px;}
  .gw-kakko {min-height: 300px; padding: 20px;}
  .gw-copy__notes li{font-size: 12px;}
  .gw-copy {padding: 32px 0 24px;}
  .gw-copy__sub {font-size: 15px;}
  .gw-copy__main {font-size: 24px;}
  .gw-section {padding: 32px 0;}
  .gw-section__title {font-size: 22px; height: 64px;}
  .gw-section__accent {height: 64px;}
  .gw-section__head--full .gw-section__title {font-size: 18px;}
  .gw-prize__body {flex-direction: column; text-align: center; gap: 16px;}
  .gw-prize__logo {width: 130px; margin: 0 auto;}
  .gw-prize__name {font-size: 20px;}
  .gw-prize__desc, .gw-prize__types {text-align: center;}
  .gw-stores {max-width: 100%;}
  .gw-stores__region-name {font-size: 20px;}
  .gw-store-btn {font-size: 17px; min-width: 150px;}
  .gw-period-detail__date {font-size: 20px;}
  .gw-condition__text {font-size: 15px;}
  .gw-step {gap: 16px;}
  .gw-step__num {width: 80px; height: 80px;}
  .gw-step__label {font-size: 15px;}
  .gw-step__number {font-size: 34px;}
  .gw-step__title {font-size: 19px;}
  .gw-receipt-box {padding: 16px;}
  .gw-receipt-examples {flex-direction: column;}
  .gw-cta {padding: 32px 16px;}
  .gw-cta__inner {gap: 10px;}
  .gw-cta__mascot {width: 70px;}
  .gw-cta__btn {font-size: 20px; height: 64px; border-radius: 10px; gap: 10px;}
  .gw-cta__btn.end {font-size: 20px;}
  .gw-cta__arrow {width: 16px; height: 16px;}
  .gw-notices ul li {font-size: 14px;}
  .gw-privacy p {font-size: 14px;}
  .gw-contact__email a {font-size: 18px;}
  .gw-contact__hours, .gw-contact__period {font-size: 14px;}
  /* 応募セクション：横paddingをモバイル向けに縮小 */
  .gw-section.--apply .inner {padding: 75px 20px 40px;}
  /* 注意事項セクション：横paddingを縮小 */
  .gw-section.--precautions .inner {padding: 20px 16px;}
  /* お問い合わせタイトル：長い文字列の折り返し対応 */
  .gw-section.--contact .gw-section__title {height: auto; min-height: 56px; padding: 10px 16px; line-height: 1.4;}
  /* STEPライン：80px幅のボックスに合わせて位置調整 */
  .gw-inner.gw-steps::before {left: 35px;}
  /* レシートボックス：内部paddingを縮小 */
  .gw-receipt-box__inner {padding: 0 10px 15px;}
  .gw-receipt-box__title {padding: 15px 10px 10px;}
  /* コピーセクション：マージン縮小 */
  .gw-copy {margin-bottom: 40px;}
  /* セクション間隔を縮小 */
  .gw-section {margin-bottom: 60px;}
  /* メールリンク：横並びを維持・フォント縮小 */
  .gw-contact-detail .mailLink {font-size: 16px; flex-wrap: nowrap; gap: 6px; overflow-wrap: break-word;}
  /* 賞品説明文のサイズ調整 */
  .gw-prize__desc {font-size: 16px;}
  /* === STEP 縦型レイアウト（横並び→縦積み）=== */
  .gw-step {flex-direction: column; gap: 0;}
  .gw-steps {gap: 24px;}
  /* 赤い縦ラインを非表示 */
  .gw-inner.gw-steps::before {display: none;}
  /* STEP番号ボックス → 全幅の横バーに変更 */
  .gw-step__num {
    width: 100%; height: 52px;
    flex-direction: row; gap: 10px;
    border-radius: 8px; padding: 0 20px;
    justify-content: flex-start; margin-bottom: 14px;
  }
  .gw-step__label {font-size: 14px; letter-spacing: .08em;}
  .gw-step__number {font-size: 30px; margin-top: 0;}
  /* コンテンツ全幅に */
  .gw-step__content {width: 100%; padding-top: 0; margin-bottom: 8px;}
  /* === レシート例 モバイルレイアウト === */
  .gw-receipt-examples__images {flex-wrap: wrap; gap: 10px;}
  /* 良い例：レシート画像2枚を横並び（各50%） */
  .gw-receipt-examples__item.flShr2 {flex: 1 1 calc(50% - 5px); width: auto;}
  /* 良い例：テキスト説明を全幅で画像の下に */
  .gw-receipt-examples__text {flex: 0 0 100%; width: 100%;}
  .gw-receipt-examples__text.flShr2 {flex-shrink: 0;}
  /* 悪い例：3アイテムを横並び（各33%） */
  .gw-receipt-examples__item {width: auto; flex: 1 1 calc(33% - 7px); min-width: 70px;}

  /* ===================================================
     section .inner パディングをモバイル向けに縮小
     =================================================== */
  section .inner {padding: 64px 16px 28px;}
  .gw-section.--apply .inner {padding: 64px 16px 28px;}

  /* ===================================================
     応募方法セクション（--apply）のフォントサイズ調整
     =================================================== */
  /* 上部説明テキスト */
  .gw-section.--apply .inner > p {font-size: 13px; line-height: 1.7;}
  /* STEPタイトル */
  .gw-step__title {font-size: 17px;}
  /* 手順テキスト（txt24クラス） */
  .gw-step__content .txt24 {font-size: 15px;}
  /* レシートボックス本文 */
  .gw-receipt-box_exptxt {padding: 10px 14px;}
  .gw-receipt-box_exptxt__indent li {font-size: 13px;}

  /* ===================================================
     小さいテキストをスマホで左寄せ
     =================================================== */
  /* キャンペーンコピーのノート */
  .gw-copy__notes {text-align: left; display: block; width: 100%;}
  /* 賞品説明 */
  .gw-prize__body {text-align: left;}
  .gw-prize__desc {text-align: left !important;}
  .gw-prize__types {text-align: left !important;}
  /* 対象店舗 intro */
  .gw-stores__intro {text-align: left;}
  /* 期間詳細 */
  .gw-period-detail {padding: 8px 0 0;}
  /* 応募方法セクションの説明テキスト */
  /* CTA 注記 */
  /* お問い合わせ詳細テキスト */
  /* .gw-contact-detail p {text-align: left;} */

  /* ハイライト：擬似要素を使わず背景色のみに（改行時の崩れ防止） */
  .gw-highlight {background: var(--gw-yellow); padding: 2px 4px;}
  .gw-highlight::before {display: none;}

  /* 対象店舗 intro のフォントサイズ縮小 */
  .gw-stores__intro {font-size: 15px; font-weight: 600; line-height: 1.6;}
  .gw-stores__region-name {font-size: 16px;}
  .gw-section.--contact p.txt16{text-align: left;}
  .gw-prize__desc::before{font-size: 16px; top: 1px;}
  .gw-receipt-examples__item p.txt16{font-size: 14px;}
}

@media screen and (max-width: 480px) {
  .gw-period__inner {flex-direction: column; border-radius: 12px; text-align: center;}
  .gw-period__label {border-radius: 10px 10px 0 0;}
  .gw-period__date {border: 2px solid var(--gw-gray); border-top: none; border-radius: 0 0 10px 10px; white-space: normal; text-align: center;}
  .gw-cta__btn_Wrap .mb20{margin-bottom: 10px;}
  .gw-cta__inner{margin: 0 auto 10px;}
  .gw-cta__subtext{font-size: 10px; text-align: center;}
  .gw-cta__mascot {display: none;}
  .gw-cta__btn {max-width: 100%; font-size: 18px; height: 56px; border-radius: 8px;}
  .gw-cta__btn.end {font-size: 16px;}
  .gw-cta__arrow {width: 14px; height: 14px;}
  .gw-stores__list {gap: 8px;}
  .gw-store-btn {font-size: 15px; min-width: 130px; height: 42px;}
  /* STEP横バー：480px以下の微調整 */
  .gw-step__num {height: 46px; padding: 0 14px; gap: 8px;}
  .gw-step__number {font-size: 26px;}
  .gw-step__label {font-size: 13px;}
  /* 期間バナーのフォント縮小 */
  .gw-period__label {font-size: 13px; padding: 8px 12px;}
  .gw-period__date {font-size: 14px; padding: 8px 12px;}
  /* セクション見出しのフォントサイズ縮小 */
  .gw-section__title {font-size: 16px; height: auto; min-height: 50px; padding: 8px 16px;}
  .gw-section__accent {height: 50px;}
  /* コピーテキストの縮小 */
  .gw-copy__sub {font-size: 13px; margin-bottom: 5px;}
  .gw-copy__main {font-size: 16px;}
  /* セクション間隔をさらに縮小 */
  .gw-section {margin-bottom: 40px;}
  /* レシート例：375px対応 */
  .gw-receipt-examples__images {gap: 6px;}
  .gw-receipt-examples__item.flShr2 {flex: 1 1 calc(50% - 3px);}
  .gw-receipt-examples__item {flex: 1 1 calc(33% - 4px); min-width: 60px;}
  /* STEP02のテキスト縮小 */
  .gw-step__title {font-size: 17px;}
  .gw-receipt-box__title {font-size: 18px;}
  /* 注意事項の padding縮小 */
  .gw-section.--precautions .inner {padding: 16px 12px;}
  /* section .inner パディングをさらに縮小 */
  section .inner {padding: 45px 12px 22px;}
  .gw-section.--apply .inner {padding: 56px 12px 22px;}
  /* 応募方法セクションのフォントをさらに縮小（375px向け） */
  .gw-step__title {font-size: 15px;}
  .gw-step__content .txt24 {font-size: 14px;}
  .gw-receipt-box_exptxt__indent li {font-size: 12px;}
  .gw-receipt-box__inner {padding: 0 8px 12px;}
  .gw-stores__intro {font-size: 13px;}
  .gw-stores__region-name {font-size: 14px;}
  .gw-prize__name{font-size: 16px; text-align: center;}
  .gw-prize__desc{font-size: 14px;}
  .gw-period-detail__date{font-size: 16px; text-align: center;}
  .gw-receipt-examples__text br{display: none;}
  .gw-kv__wrap .col6{width: 100%; margin-right: 0; margin-left: 0;}
  .gw-receipt-examples__item p.txt16{font-size: 12px;}
  .gw-prize__desc{padding-left: 20px;}
  .gw-prize__desc::before{font-size: 14px; top: 0;}
  .gw-receipt-box_exptxt__indent li{padding-left: 17px;}
  .gw-receipt-box_exptxt__indent li::before{font-size: 12px;}
  .gw-receipt-box_exptxt .txt{font-size: 12px;}
  .gw-cta{margin-bottom: 0;}
  .gw-section.--apply{margin-bottom: 0;}
}
