@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* ===========================================
 * Common
 * ======================================== */
html{
   -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
   font-family:  "Hiragino Sans","Yu Gothic",sans-serif;
   font-size: 62.5%; /*基本のフォントサイズを10pxに指定 */
   color: #000;   
}

body{
	background: #FFF;
}

a:link,a:visited{
	color: #0099EB;
  text-decoration: none;
}


img{
	width: 100%;
	max-width: 100%;
}

/* display */
.display-sp{
	display: block;
}

.display-pc{
	display: none;
}

/* margin */
.mb5{margin-bottom: 5px}
.mb10{margin-bottom: 10px}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.auto{margin: 0 auto;}

.center{
	text-align: center;
}

.bold{
  font-weight: bold;
}

/*  announcement
-------------------------*/
.bottom_space{
  padding-bottom: 60px;
}

/* KV下　Store */
.app_tit{
font-size: clamp(1.125rem, 10px + 3vw, 35px);
text-align: center;
font-weight: 600;
padding-top: 10px;
}

.app_list_top{
display: flex;
	/* align-items: center;
  justify-content: center; */
	width: 65.6%;
  margin: 10px auto 0;
  gap: 16px; 
  padding-bottom: 15px;
}

/* .app_list_top li:first-child{
  margin-bottom: 15px;
} */

.list_index{
font-size: clamp(24px, 13px + 4vw, 42px);
text-align: center;
font-weight: 600;
background: #BAE279;
padding: 20px 0 10px 0;

}

/* フローティングバナー */
.fb_wrap{
	display: block;
	position: fixed; 
	z-index: 10; 
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #FFE647;
  padding: 12px 2.5%;
}

.app_tit_bottom{
  color: #000;
 font-size: clamp(14px, 4vw, 18px);
  font-weight: 600;
  text-align: center;
  padding-right: 40px;
  padding-left: 5%;
  display: block;
  line-height: 1.4;
}

.app_list_bottom{
	display: flex;
	align-items: center;
  justify-content: center;
	/* width: 65.6%; */
  margin: 10px auto 0;
  gap: 16px; 
}



/* 内側のコンテンツ：ここを制限する */
.screening_wrap {
    max-width: 600px;  /* ここが重要！要素がバラバラにならない幅に制限 */
    margin: 0 auto;     /* PCで中央に寄せる */
    /* padding: 20px; */
    text-align: center;
    position: relative; /* 閉じるボタンの基準にする */
}

.store_boarder{
  margin-top: 10px;
}

.store_boarder::before{
    content: '';
    position: absolute;
    left: 1.27%;
    right: 1.27%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
   
}

.app_list_bottom img {
    height: 40px;       /* PCでサイズが崩れないように調整 */
    width: auto;
}

/* 閉じるボタン：PCでコンテンツのすぐ右上に置く */
.close_btn_fb {
    position: absolute;
    top: 10px;
    right: 10px;        /* screening_wrapの内側の右上に配置 */
    /* もし画面右端に固定したいなら position: absolute のまま parentを fb_wrap にする */
}

/* 閉じた状態を強制するクラス */
.is-hidden {
  display: none !important;
}

/* ボタンのスタイル（再掲：z-indexは高めに） */
.close_btn_fb {
  /* --- 配置の設定 --- */
  position: absolute !important;
  top: 5px !important; /* バナーの青い上辺から20px上に浮かせる（Figmaの余白感） */
  right: 5px !important; /* 右端から15px内側に（Figmaの余白感） */
  
  /* --- サイズと形状の設定 --- */
  width: 30px !important; /* タップしやすい親指サイズ */
  height: 30px !important;
  border-radius: 50% !important; /* 正円にする */
  
  /* --- 色とスタイルの設定 --- */
  background-color: #FFE647 !important; /* 白地 */
  border: 2px solid #000!important; /* バナーの青色と同じ枠線 */
  color: #000 !important; /* 青い「×」の文字 */
  opacity: 50%;
  
  /* --- 文字（×）の配置調整 --- */
  font-size: 20px !important; /* 「×」を大きく */
  font-weight: 700 !important;
  display: flex !important;
  justify-content: center !important; /* 中央揃え */
  align-items: center !important; /* 中央揃え */
  line-height: 1 !important; /* 行の高さを1にして中央を安定させる */
  
  /* --- インタラクションと重なり順 --- */
  cursor: pointer !important;
  z-index: 2147483647 !important; /* 最前面に固定 */
  padding: 0 !important;
  pointer-events: auto !important; /* クリックを強制的に有効化 */
}



/* =========================
   wrapper
========================= */
.wrapper {
  margin: 0 auto;

}

.kv_wrap{
  background-color: #FDD143;
}

/* クーポンチャンネル導線 */
.channel_back {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  background-color: #FFEBA1;
  color: #0099EB;
  font-size: 14px;
  font-weight: 500;
  padding: 11px 2.5%;
}

.channel_back::after {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  color: #0099EB;
  background: no-repeat center/contain;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14" viewBox="0 0 8 14" fill="none"><path d="M1 1L7 7L1 13" stroke="%230099EB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

/* KV */
.kv_wrap h1 img {
  width: 100%;
  display: block;
}


/* グレーアウトの設定 */
.lottery_item{
  position: relative; /* 子要素（オーバーレイ）の基準にする */
}

/* グレーアウトの層 */
.lottery_item.is-finished::after {
  content: "上限に達したため\A終了いたしました"; /* \A は改行コード */
  white-space: pre-wrap; /* 改行を有効にする */
  
  /* 配置設定：親要素いっぱいに広げる */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  /* 色と透明度：ここがグレーアウトの正体 */
  background-color: rgba(0, 0, 0, 0.7); /* 黒の60%透明 */
  
  /* 文字のデザイン */
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: clamp(20px, 4vw, 28px);
  letter-spacing: 0.1em;
  padding-left: 0.1em; 
  line-height: 1.5;
  
  /* 中央寄せ */
  display: flex;
  justify-content: center;
  align-items: center;
  
  /* 角丸なども親に合わせる */
  border-radius: inherit; 
  z-index: 10;
}



/* Share
-------------------------*/
/* SNS Share */

#sns_wrap{
    position: relative;
    padding: 15px 0;
}
#sns_wrap::before,
#sns_wrap::after {
    content: '';
    position: absolute;
    left: 1.27%;
    right: 1.27%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
}
#sns_wrap::before {
    top: 0;
}
#sns_wrap::after {
    bottom: 0;
}

.share_wrap {
  margin: 0 auto;
  width: 71.2%;  
}

.share_period {
  font-size: clamp(13px, 1.6vw + 5.71px, 18px);
  font-weight: 700;
  color: #D92D13;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 8px 0;
}

.pb0{
  padding-bottom: 0;
}

.share_row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.share_label {
  font-size: clamp(12px, 1.6vw + 5.71px, 18px);
  font-weight: 700;
  color: #000;
  line-height: 1.6;
  white-space: nowrap;
}
.sns{
	/* padding: 30px 0; */
	margin: 0 auto;
	display: flex;
	/* justify-content: center; */
	align-items: center;
}

.sns li{
	width: clamp(32px, 10.17vw, 48px);
}

.sns li:first-child{
	margin-right: 40px;
}

/* .share_txt_bottom{
	padding: 10px 9.3% 0;
} */



/* ブランドアイコン カルーセル（fixed bottom） */
.icon_label{
  color: #000;
font-size: clamp(12px, 1.6vw + 5.71px, 18px);
text-align: center;
margin-bottom: 10px;
}

.brand_carousel_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #f0f0f0;
  padding: 5px 12px 2px 12px;
  border: 2px solid #fff;
  border-right: none;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
}
.brand_carousel {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  list-style: none;
  max-width: 592px; /* 52px(アイコン幅) * 10個 + 8px(gap) * 9 = 1周分の幅で複製が見えないようにする */
  margin: 0 auto;
  padding: 0;
}
.brand_carousel::-webkit-scrollbar {
  display: none;
}
.brand_carousel li {
  flex: 0 0 52px;
}
.brand_carousel li a {
  display: block;
}
.brand_carousel li img {
  /* width: 652x; */
  height: 52px;
  /* border-radius: 3px; */
  /* border: 0.5px solid rgba(0, 0, 0, 0.1); */
  display: block;
  object-fit: cover;
  /* box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1); */
}

/* セクション共通 */
.brand_section {
  margin-bottom: 0;
}
.brand_bg {
  padding: 10px 2.54%;
  display: flex;
  align-items: center;
  border-radius: 12px 12px 0 0;
}
.brand_bg_green { background-color: #218C4C; }
.brand_bg_yellow { background-color: #FFB200; }
.brand_content {
  padding: 14px 5%;
}
.brand_content_inner {
  background: #fff;
  border-radius: 10px;
  /* overflow: hidden; */
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.brand_content_inner > .brand_bg {
  border-radius: 12px 12px 0 0;
}
.brand_content_inner_body {
  padding: 16px 16px 0 16px;
}

/* 背景色＋柄 */
.bg_pattern_yellow {
  background-color: #FFEA71;
  background-image: url('../img/bg_y.svg');
  background-repeat: repeat;
  background-size: cover;
  
}
.bg_pattern_green {
  background-color: #A9E05A;
  background-image: url('../img/bg_g.svg');
  background-repeat: repeat;
  background-size: cover;
}



/* 抽選画像 */
.lottery_img {
  width: 100%;
  display: block;
  margin-bottom: 8px;
}



/* 抽選ボタン */
.lottery_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 90%;
  /* max-width: 280px; */
  /* height: clamp(36px, 9.16vw, 48px); */
  height: calc(34px + 4vw);
  background: #EF3F35;
  color: #fff !important;
  text-align: center;
  /* font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif; */
  /* font-size: clamp(10px, 2.8vw, 16px); 
  font-weight: 500;*/
  letter-spacing: 0.36px;
  white-space: nowrap;
  padding: 0 8px;
 border-radius: calc((44px + 4vw) / 2);
  text-decoration: none;
  margin:0 auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  font-size: calc(16px + 0.5vw);
  font-weight: 500;
}
.lottery_btn::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url("../img/icon_arrow.svg");
  background-size: cover;
}

.lottery_btn.btn_blue {
  background: #0099EB;
  /* font-size: clamp(10px, 2.8vw, 16px);
  white-space: nowrap; */
}
.lottery_btn.btn_blue::after {
  width: 14px;
  height: 14px;
  background-image: url('../img/blank.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* .lottery_btn.btn_multiline {
  white-space: normal;
  text-align: left;
  font-size: clamp(10px, 2.8vw, 16px);
  word-break: keep-all;
} */

/* 1カラムレイアウト */
.lottery_list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 12px;
}
.lottery_item {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0 0 16px;
  overflow: hidden;
}
.lottery_item + .lottery_item {
  border-top: 1px solid #E0E0E0;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}

.lottery_item.img_only {
  padding-bottom: 0;
}
.lottery_item .lottery_img {
  margin-bottom: 8px;
}
/* .lottery_item .lottery_btn {
  width: 90%;
  max-width: 280px;
  height: 50px;
  margin: 0 auto;
  font-size: calc(16px + 0.5vw);
  font-weight: 500;
} */

.lottery_list + .lottery_img {
  /* border-top: 1px solid #E0E0E0; */
  /* margin-left: -16px;
  margin-right: -16px; */
  width: calc(100% + 32px);
  padding-top: 16px;
  box-sizing: border-box;
}

.border_bottom{
  border-bottom: 1px solid #E0E0E0;
}

/* カルーセル インライン版（KV直下） */
.brand_carousel_wrap--inline {
  position: static;
  background: #FDD143;
  box-shadow: none;
  border-radius: 0;
  border: none;
  padding-bottom: 10px;
}


@media screen and (min-width: 768px) {

	/* --------
	Common
	---------------*/
.bottom_space{
  	width: 768px;
		margin: 0 auto 45px;
}

/* 1. バナー全体の高さを抑える */
    .fb_wrap {
        padding: 12px 0; /* 上下の余白を削ってスリムに */
    }

    /* 2. 中身が広がりすぎないように制限し、中央に寄せる */
    .screening_wrap {
        max-width: 700px; 
        margin: 0 auto;
        padding: 0;
    }

    /* 3. テキストの無駄な余白を消す */
    .app_tit_bottom {
        margin-bottom: 8px;
        font-size: 22px; /* PCでちょうどいいサイズに固定 */
    }

    /* 4. アイコンをガッツリ大きくする */
    .app_list_bottom img {
        height: 55px;
        width: auto;
    }

    .lottery_btn {
      height: 54px;
    }

    .brand_carousel_wrap {
      padding-left: max(12px, calc((100vw - 960px) / 2 + 12px));
    }
    .brand_carousel_wrap--inline {
      padding-left: 12px;
    }
    .brand_carousel {
      max-width: 952px; /* 88px(アイコン幅) * 10個 + 8px(gap) * 9 = 1周分の幅で複製が見えないようにする */
    }
    .brand_carousel li {
      flex: 0 0 88px;
    }
    .brand_carousel li img {
      width: 88px;
      height: 88px;
    }

    .pb0{
  padding-bottom: 10px;
}

/* KV下　Store */
.app_tit{
padding: 15px 0;
}

.app_list_top{
  padding-bottom: 35px;
}

}



/* Overview
-------------------------*/

.ov_inner{
	/* padding:0 3.4%; */
	font-size: clamp(0.8125rem, 0.720rem + 1.04vw, 1.0625rem);

color: #2b2b2b  ;
}

.list_top{
	font-weight: 600;;
}

.overview_list{
	margin-bottom: 15px;
}

.overview_list li{
	list-style:disc; 
	margin:0 0 5px 18px;
}

.overview_list_nodisc{
	margin-bottom: 15px;
}

.overview_list_nodisc li{
	list-style:none; 
	margin:0 0 5px 0px;
}

.normal{
	margin-bottom: 15px;
}

.normal li{
	margin-bottom: 5px;
}


/* ボトムシート
-------------------------*/
:root { --sheet-max-h: 70vh; --radius: 16px; }
html:has(.sheet-toggle:checked) { overflow: hidden; }

.btn_terms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 98%; */
  margin: 8px auto 4px;
  background: #fff;
  color: #606060;
  padding-inline: 3%;
  font-size: clamp(11px, 3vw, 13px);
  white-space: nowrap;
  font-weight: 300;
  padding-block: clamp(10px, 4px + 0.8vw, 14px);
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  border: 1px solid #E0E0E0;
  transition: background .2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lottery_box .btn_terms{
  width: 100%;
}

/* 右矢印を追加 */
.btn_terms::after {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 8px;
  height: 14px;
  margin-left: 10px;
  background: no-repeat center/contain;
  vertical-align: middle;
  transform: translateY(1px);
 background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14" viewBox="0 0 8 14" fill="none"><path d="M1 1L7 7L1 13" stroke="%230099EB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

/* 押したときの感触 */
.btn_terms:active {
  background: #f2f2f2;
}

.sr-only {
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip: rect(0,0,0,0); 
	white-space: nowrap; 
	border: 0; }

  .sheet-wrap {}
  .sheet-toggle {
	position: fixed; 
	inline-size: 1px; 
	block-size: 1px; 
	opacity: 0; 
	pointer-events: none;
}

  .backdrop {
    position: fixed; inset: 0; z-index: 40;
    background: rgba(0,0,0,.4);
    opacity: 0; pointer-events: none;
    transition: opacity .25s ease;
  }

  .sheet {
    position: fixed; inset-inline: 0; inset-block-end: 0; z-index: 50;
    transform: translateY(100%);
    transition: transform .28s ease;
    display: grid; place-items: start center;
    pointer-events: none;
  }

.sheet__panel {
  position: relative;
  inline-size: 100%;
  max-inline-size: none;
  max-block-size: var(--sheet-max-h);
  background: #fff;
  /* box-shadow: 0 -10px 30px rgba(0,0,0,.2); */
  box-shadow: none !important;
  padding: 20px 16px 28px;
  pointer-events: auto;
  border-start-start-radius: var(--radius);
  border-start-end-radius: var(--radius);
}

@media (min-width: 600px) {
    .sheet__panel {
      /* inline-size: clamp(320px, 90%, 640px); */
      border-start-start-radius: var(--radius);
      border-start-end-radius: var(--radius);
    }
  }
  .sheet__handle { inline-size: 44px; block-size: 5px; border-radius: 99px; background: #e5e7eb; margin: 8px auto 12px; }
  .sheet__title { color:1c1c1c; font-size: 1.4rem; font-weight: 600; padding: 15px 0; text-align: center; border-bottom:1px solid #E0E0E0; margin-bottom: 10px; }
  .sheet__content { overflow: auto; max-block-size: calc(var(--sheet-max-h) - 120px); line-height: 1.6; padding-bottom: 80px; }
  .sheet__actions { display: flex; gap: 8px; margin-block-start: 16px; justify-content: flex-end; }




/* ===== 閉じるボタン 完全固定バージョン ===== */

/* 本体 */
.sheet__close {
  position: absolute;
  inset-block-start: 12px;
  inset-inline-end: 12px;
  inline-size: 44px;
  block-size: 44px;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  transform: none !important;
  box-shadow: none !important;
  transition: none !important;
}

/* どの状態でも絶対に変形させない */
.sheet__close:hover,
.sheet__close:active,
.sheet__close:focus,
.sheet__close:focus-visible {
  background: transparent !important;
  transform: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* アイコン（円＋バツ） */
.sheet__close svg {
  width: 28px;
  height: 28px;
  display: block;
  transform: none !important;
}

/* 念のため、子要素にも transform を効かせない */
.sheet__close svg *,
.sheet__close * {
  transform: none !important;
}

/* 色だけ指定（SmartNews風） */
.sheet__close svg circle {
  fill: #F1F2F4;
}

.sheet__close svg path {
  stroke: #8E8E93;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


label.backdrop { cursor: pointer; }
.sheet-wrap > .sheet-toggle:checked ~ .backdrop { opacity: 1; pointer-events: auto; }
.sheet-wrap > .sheet-toggle:checked ~ .sheet { transform: translateY(0); }




.announce_tit{
  text-align: center;
}






