@charset "UTF-8";

.season-content{
  background: #4B1956;
  padding-bottom: 100px;
}


.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}
@media screen and (max-width:767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

.blur_bg-front {
  display: block;
  height: 180px;
  position: relative;
}
.blur_bg-front::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(180deg, #E6002D 0%, #4B1956 100%);
  pointer-events: none;
}

.campaign-title-inner {
  max-width: 420px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .campaign-title-inner {
    padding: 40px 40px 0;
  }
}


.campaign-title-inner .campaign_num{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.8px;
  color: #FBDC47;
  font-family: "A P-OTF Shuei KakuGo Kin StdN";
}

.campaign-title-inner .campaign_title{
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.95px;
  margin-top: 16px;
  color: #fff;
  font-family: "A P-OTF Shuei KakuGo Kin StdN";
}

@media screen and (max-width:767px) {
  .campaign-title-inner .campaign_title{
    font-size: 22px;
  }
}


.blur_bg-mid {
  display: block;
  height: 100px;
  position: relative;
  text-align: center;
}

.blur_bg-mid::before {
  content: '';
  position: absolute;
  bottom: -110px;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg, #4B1956 0%, #4B195600 100%);
  pointer-events: none;
  z-index: 1;
  filter: blur(10px);
}


.blur_bg-mid .campaign_title{
  margin-top: 60px;
  color: #F8B500;
  font-size: 26px;
}

.blur_bg-mid .campaign_period{
  margin-top: 15px;
  color: #F8B500;
  font-weight: 500;
}

@media screen and (max-width:767px) {
  .blur_bg-mid .campaign_period{
    margin-top: 3px;
  }
}

.blur_bg-back {
  display: block;
  height: 0px;
  position: relative;
}
.blur_bg-back::before {
  content: '';
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  height: 190px;
  background: linear-gradient(to bottom, transparent 0%, #4b1956 100%);
  pointer-events: none;
  z-index: 1;
  filter: blur(10px);
}

/*************** 賞品エリア ***************/

.prize-container {
  background-image: url('../images/pumpkin.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 0;
  position: relative;
}

.prize-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(75 25 86 / 84%);
  z-index: 1;
}

.prize-container > * {
  position: relative;
  z-index: 2;
}

h2.prize-area_title {
  color: #F8B500;
  font-size: 25px;
  position: relative;
  display: inline-block;
  text-align: center;
}

h2.prize-area_title::before {
  content: '';
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url('../images/line_front.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

h2.prize-area_title::after {
  content: '';
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url('../images/line_back.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.prize-content-inner{
  margin-bottom: 10px;
  color: #F8B500;
  text-align: center;
}

.prize-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 44px;
}

.prize-card.large {
  grid-column: 1 / -1;
  width: 50%;
  margin: 0 auto;
  justify-self: center;
}


@media (max-width: 768px) {
  .prize-grid {
      grid-template-columns: 1fr;
  }
  
  .prize-card.large {
      grid-column: 1;
      width: 100%;
  }
}

/*************** 賞品エリアここまで ***************/




/*************** 対象商品エリア ***************/

#cp_products {
  background-size: 100%;
  color: #fff;
}



.products-content-inner {
  margin-top: 42px;
  position: relative;
}



h2.products-area_title {
  text-align: center;
  color: #F8B500;
  font-size: 25px;
}

p.products-area_title_small {
  font-size: 14px;
  font-weight: 500;
  color: #F8B500;
  margin-bottom: 42px;
  text-align: center;
}


.products_area_ab {
  color: #F8B500;
}


p.products_name {
  font-size: 14px;
}

.txt_m.mar_b_1r {
  margin-bottom: 10px;
}

.season-content .content img {
  margin-top: 10px;
}

.products_area_a_top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
  align-items: stretch;
}

.product-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-height: 300px;
}

.cp_products_a1 {
  position: relative;
  text-align: center;
  background: #EDE8D9;
  border: 2px solid #F9B600;
  padding: 20px;
  min-height: 266px;
  min-width: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp_products_a2 {
  position: relative;
  text-align: center;
  background: #EDE8D9;
  border: 2px solid #F9B600;
  padding: 20px;
  min-height: 266px;
  min-width: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cp_products_a3 {
  position: relative;
  text-align: center;
  background: #EDE8D9;
  border: 2px solid #F9B600;
  padding: 20px;
  min-height: 266px;
  min-width: 1200px;
}
.cp_products_a1 ul,
.cp_products_a2 ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}

.cp_products_a3 ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}
.cp_products_a1 li,
.cp_products_a2 li {
  margin: 0;
  text-align: center;
  flex: 1;
  min-width: 0;
}

.cp_products_a3 li {
  margin: 0;
  text-align: center;
  flex: 1;
  min-width: 0;
}

.cp_products_a1 li p,
.cp_products_a2 li p,
.cp_products_a3 li p {
  color: #000;
}

.products_area_a_top li img {
  max-width: 100px;
  margin: 1rem auto 1rem;
}
.frame_cp_products {
  zoom: 0.87;
}
.cp_products_no_img {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.products_2packs {
  max-width: 120px !important;
}

.frame_cp_products_a3 {
  zoom: 1;
}
.cp_products_a3 li img {
  max-width: 100px;
  margin: 1rem auto 1rem;
}
.products_area_b ul{
  display: flex;
  justify-content: space-between;
  color: #000;
}
.products_area_b ul li{
  position: relative;
  width: 49%;
}
.cp_products_b_box {
  width: 70%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cp_products_b_box img {
  max-width: 190px;
}
.cp_products_b_box p {
  line-height: 2;
}

@media screen and (max-width:767px) {
  #cp_products {
    background: none;
  }
  
  .products_area_ab {
    background-size: 990px;
    overflow: hidden;
  }
  .products_area_a_top {
    flex-flow: column;
    gap: 3rem;
  }
  .cp_products_a1 ul,
  .cp_products_a2 ul,
  .cp_products_a3 ul {
    margin: 1rem auto 0;
  }
  .cp_products_a2 ul ,
  .cp_products_a3 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

  }
  .cp_products_no_img {
    bottom: 10px;
    width: 100%;
  }
  .cp_products_a3 li img {
    margin: 2rem auto 0;
  }
   .frame_cp_products {
    zoom: 1;
  }
  .cp_products_b_box {
    flex-flow: column;
  }
  .products_area_b ul {
    flex-flow: column;
    gap: 2rem;
    text-align: center;
  }
  .products_area_b ul li {
    width: 100%;
  }
  .cp_products_b_box p {
    margin-top: 1.5rem;
  }
  .cp_products_a1,
  .cp_products_a2,
  .cp_products_a3 {
    padding: 15px;
    height: auto;
  }

  .cp_products_a1 {
    position: relative;
    padding: 20px;
    min-height: 266px;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .cp_products_a2 {
    position: relative;
    padding: 20px;
    min-height: 266px;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .cp_products_a3 {
    position: relative;
    text-align: center;
    padding: 20px;
    min-height: 266px;
    min-width: 100%;
  }
}



/*************** 対象商品エリアここまで ***************/



/*************** ステップエリア ***************/


.step-content-inner{
  margin-top: 105px;
}

h2.step-area_title {
  text-align: center;
  color: #F8B500;
  font-size: 26px;
}

.step-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 0px 60px;
}

.steps-wrapper {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.step-card {
  flex: 1;
  padding: 40px 30px;
  transition: transform 0.3s ease;
}

.step-card:hover {
  transform: translateY(-5px);
}


@media (max-width: 768px) {
  .step-container {
      padding: 40px 0px;
  }

  .steps-wrapper {
      flex-direction: column;
      gap: 30px;
  }
  .step-card {
      padding: 30px 20px;
  }

}

/*************** ステップエリアここまで ***************/




/*************** 応募規約 ***************/
details {
    padding: 0;
    margin:  0;
  }
  
  /* summary,.notes_title {
    font-weight: bold;
    padding: 0.5em 4rem;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  } */
  
  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: #4B1956 ;
    font-weight: 600;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #4B1956 #f0f0f0;
    font-size: 14px;
  }

  /* WebKitブラウザ用のスクロールバースタイル */
  .season-inquiry::-webkit-scrollbar {
    width: 8px;
  }

  .season-inquiry::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
  }

  .season-inquiry::-webkit-scrollbar-thumb {
    background: #4B1956;
    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;
  }
  /*************** 応募規約ここまで ***************/
  


  /*************** ボタン ***************/
.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 60px;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.go_hp_btn_box 
.bk_btn {
  background: #F8B500;
  color: #4B1956;
  padding: 1.5rem 2rem;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  width: 50%;
  max-width: 510px;
  position: relative;  
  padding-right: 3em; 
}
.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: #4B1956;
  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%;
  }
}


@media screen and (max-width: 768px) {
  section.go_hp_btn_box 
  .bk_btn  {
    width: 100%;
  }
}




@media screen and (max-width: 768px) {
  section.go_hp_btn_box 
  .bk_btn  {
    width: 100%;
  }
}


/*************** マガジンインタビュー ***************/
p.banana-boss-interview_title {
  text-align: center;
  margin-top: 60px;
  font-size: 22px
}

.banana-boss-interview {
  background: #FFE600;
  padding: 40px 30px;
  margin: 30px 0 60px;
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.interview-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 100%;
  box-sizing: border-box;
}

.interview-image {
  flex: 0 0 auto;
  max-width: 400px;
  width: 100%;
}

.interview-image img {
  width: 100%;
  height: auto;
}

.interview-content {
  flex: 1;
  min-width: 0;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 550px;
}

.interview-banner {
  background: #4CAF50;
  color: white;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
}

.interview-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  margin-bottom: 20px;
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.interview-text {
  font-size: 15px;
  color: #000;
  line-height: 1.6;
  margin: 0;
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}



@media screen and (max-width: 768px) {
  .banana-boss-interview {
    padding: 30px 0px;
    margin: 30px 0;
  }
  
  .interview-container {
    flex-direction: column;
    gap: 20px;
  }
  
  .interview-image {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  
  .interview-content {
    flex: none;
    max-width: 100%;
    padding: 0;
  }
  
  .interview-title {
    font-size: 16px;
  }
  
  .interview-text {
    font-size: 14px;
  }
}


/*************** マガジンインタビューここまで ***************/


