.txt_l {
  font-size:26px;
}
.txt_m {
  font-size:20px;
}
.txt_s {
  font-size:14px;
}
/*************** INI シーズンエリア ***************/
.ini_season_area {
  position: relative;
  width: 100%;
  margin-left: 0;
  background-image: url('../../assets/images/piney_bg.png');
  background-size: 35%;
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 751px) {
  .ini_season_area {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); /* ←これを足す */
  }
}
@media (max-width: 768px) {
  .ini_season_area {
    background-position: center top;
    background-size: 75%;
  }
}
.program_04 {
  text-align: center;
  max-width: 850px;
  width: 100%;
}
.prog_04_prize {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 950px;
  max-width: 90%;
  margin: 0 auto;
}
.prog_04_prize img {
  height: 260px;
  width: auto;
}
.prog_04_prize ul {
  display: inline-block;
  text-align: left;
  list-style: disc;
}
.footnote_amount {
  color: #fff;
  font-weight: 900;
  line-height: 1.5;
  max-width: 90%;
  margin: 0 auto;
}
.prog_04_prize_a,
.prog_04_prize_b,
.prog_04_prize_cd {
  background: #fff;
  border: 4px solid #005eae;
  border-radius: 30px;
  padding: 10px 0 20px;
  text-align: center;
}

.prog_04_prize_cd {
  grid-column: 1 / -1;
  padding-top: 25px;
  min-height: 130px;
}
.footnote_right {
  color: #fff;
  text-align: right;
  max-width: 950px;
  margin: 20px auto 0;
}
          
.prog_04_products_01,
.prog_04_products_02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width:850px;
  margin: 0 auto;
  background: #fff;
  border: 6px solid #005eae;
  padding: 20px 80px;
}
.prog_04_products_01 {
  margin-bottom: 20px;
}
.prog_04_products_02 {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.prog_04_products_01 li {
  max-width: 250px;
  margin: 0 auto;
}
.prog_04_products_cate {
  color: #fff;
  background: #005eae;
}
.prog_04_products img {
  max-height: 170px;   
  margin-bottom: -10px;      
}
.prog_04_products .prog_04_products_01 .txt_s {                
  line-height: 1.2;
  text-align: left;            
}
.prog_04_products .prog_04_products_02 .txt_s {                
  line-height: 1.2;
  text-align: center;            
}
.ini_season_area,
.content_area {
  position: relative;
  overflow: visible;
  text-align: center;
}
.fade-in.season-mv{
  --overlap: 140px; 
  position: relative;
  z-index: 5;
  transform: translateY(calc(var(--overlap) * -1));
}
.season-mv img {
  margin-top: -4%;
  margin-bottom: -4%;
}
.cp_img {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
}
.cp_sub_title {
  width: 400px;
  margin: 40px auto 20px;
}
.content_area {
  padding-top: 80px;
  padding-bottom: 140px;
}
/* =========================
   Program04 / season area SP
   ========================= */
@media (max-width: 767px){
  .season-mv {
    width: 100%;
    max-width: 100%;
  }
  .cp_img {
    width: 90%;
    max-width: 90%;
  }
  .season-mv img,
  .cp_img img{
    width: 100%;
    height: auto;
    display: block;
  }
  .cp_sub_title{
    width: 200px;
    margin: 40px auto 20px;
  }
  .cp_sub_title img{
    width: 100%;
    height: auto;
    display: block;
  }
  .fade-in.season-mv{
    --overlap: 64px;
    transform: translateY(calc(var(--overlap) * -1));
  }
  /* 下セクションの余白：overlap分を合わせる */
  .content_area{
    padding-top: 38px;
    padding-bottom: 64px;          /* ← --overlap と同じ値目安 */
  }
  .txt_l{ font-size: 20px; }
  .txt_m{ font-size: 16px; }
  .txt_s{ font-size: 13px; }

  .program_04{
    max-width: 100%;
  }
  .prog_04_prize{
    width: 70%;
    max-width: 70%;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .prog_04_prize img{
    width: min(240px, 70%);
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .footnote_amount {
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
    text-align: left;
    letter-spacing: 1px;
  }
  .prog_04_prize_a,
  .prog_04_prize_b,
  .prog_04_prize_cd{
    border-width: 3px;
    border-radius: 18px;
    padding: 12px 15px 20px;
  }
  .prog_04_prize ul{
    display: block;
    width: fit-content;
    margin: 10px auto 0;
    text-align: left;
    padding-left: 1.2em;
  }
  .prog_04_prize_cd{
    grid-column: auto;
    min-height: 0;
    padding-top: 12px;
  }
  .footnote_right{
    text-align: center;
    margin-top: 6px;
    grid-column: auto;
  }
  .prog_04_products_01,
  .prog_04_products_02{
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 14px;
    border-radius: 18px;
    box-sizing: border-box;
  }
  /* 2つめ(3列の方)も同様に1列化 */
  .prog_04_products_02{
    gap: 12px;
    margin-bottom: 28px;
  }
  .prog_04_products_01 li{
    max-width: none; 
    width: 100%;
  }
  .prog_04_products img{
    width: min(220px, 70%);
    max-height: none;
    height: auto;
    display: block;
    margin: 0 auto 6px;
  }
  .prog_04_products_cate{
    display: inline-block;
    padding: 6px 12px;
    border-radius: 10px;
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .prog_04_products .prog_04_products_01 .txt_s,
  .prog_04_products .prog_04_products_02 .txt_s{
    line-height: 1.35;
  }
  .prog_04_products .prog_04_products_01 .txt_s{
    text-align: left;
  }
  .prog_04_products .prog_04_products_02 .txt_s{
    text-align: left;
  }
}

  /*************** 応募ボタン ***************/
.btn_icon_box_right_img {
  position: absolute;
  bottom: -80%;
  right: 6%;
  width: 12% !important;
}
.btn_icon_sub {
  font-size: 24px;
}
.btn_icon {
  display: flex;
  list-style: none;
  margin: 2rem auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 5rem;
  justify-content: center;
  padding-left: 0;
}
.btn_icon img {
  width: 6rem ;
}

.go_hp_btn_box {
  text-align: center;
  margin: 40px auto;
  display: flex;
  gap: 30px;
  justify-content: space-around;
  width: 1200px;
  max-width: 90%;
}

.go_hp_btn_box .bk_btn {
  background: #e8537d;
  color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  width: 50%;
  position: relative;
  padding-right: 1em; 
}
.arrow-right {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
}

.arrow-right::before,
.arrow-right::after {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 0.1em;
}

.arrow-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.arrow-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.go_hp_btn_box button {
  padding: 2rem;
  top: 20%;
  position: relative;
}

.go_hp_btn_box p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.go_hp_img {
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 42% !important;
  min-width: 500px;
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .go_hp_btn_box {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }
  section.go_hp_btn_box .bk_btn  {
    width: 90%;
  }
}
  /*************** 応募ボタン　ここまで ***************/

/*************** 応募規約 ***************/
  .cp_inquiry {
    width: 90%;
    margin: 0 auto;
    width: 1200px;
    max-width: 90%;
  }
  details {
    padding: 0;
    margin:  0;
  }
  details[open] .season-summary {
    margin: 0 0 0.5rem;
  }
  
  details summary::before {
    content: none !important;
  }
  
  details .season-summary::after {
    content: "＋";
    color: #fff ;
    font-weight: 400;
    float: right;
    width: 1rem;
    text-align:center;
  }
  
  details[open] .season-summary::after {
    content: "－";
    margin-top: -0.1rem;
  }
  
  @keyframes accordion {
    0% {
      opacity: 0;
      height: 0;
    }
    70% {
      opacity: 0;
      height: 200px;
    }
    100% {
      opacity: 1;
    }
  }
  .season-inquiry {
    background: #fff ;
    padding: 2rem;
    border-radius: 0;
    margin-top: -5px;
    color: #4E300A ;
    font-weight: 600;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #4E300A #f0f0f0;
    font-size: 14px;
    text-align: left;
  }

  /* WebKitブラウザ用のスクロールバースタイル */
  .season-inquiry::-webkit-scrollbar {
    width: 8px;
  }

  .season-inquiry::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
  }

  .season-inquiry::-webkit-scrollbar-thumb {
    background: #002887;
    border-radius: 4px;
  }

  .season-inquiry::-webkit-scrollbar-thumb:hover {
    background: #2d0f33;
  }

  .season-inquiry_sub {
    text-align: left;
    padding: 0 2rem;
  }
  /* .season-inquiry dl {
    padding: 2rem;
  } */
  .season-inquiry dt {
    text-align: left;
    margin-bottom: 1.2rem;
  }
  .season-inquiry dd {
    line-height: 3rem;
    font-size: 14px;
    text-align: left;
    margin-left: 0;
  }
  .season-inquiry dd ol {
    margin: 0;
    padding: 0
  }
  .season-inquiry dd ol li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  .season-inquiry hr {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .season-inquiry .list_st_none li {
    list-style: none;
  }
  .season-inquiry .list_st_in li {
    list-style: inside;
  }
  .season-inquiry .list_st_pare li {
    list-style: none;
      counter-increment: cnt;
  }
  .list_st_pare li::before {
      content: "(" counter(cnt) ") ";
  }
  .season-inquiry dl:nth-of-type(1) {
    margin-bottom: 0;
  }
  .season-inquiry dl:nth-of-type(2) {
    margin-top: 0;
  }
  
  summary.season-summary, .notes_title {
    background: #000 ;
    color: #fff ;
    padding: 1.1rem 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 20px 0;
    text-align: center;
  }
  .notes_txt {
    line-height: 2.4rem !important;
    margin-bottom: 1.5rem;
  }
  .mt_1-5 {
    margin-top: 1.5rem;
  }
  
  span.font_s {
    font-size: 13px;
    line-height: 1.6;
  }
   @media screen and (max-width: 768px) { 
  .cp_inquiry {
    width: 90%;
  }
}
  /*************** 応募規約ここまで ***************/
