
/* === mainVisual === */
#campaign_2605-06 {
  max-width: 1260px;
  margin: 0 auto 10rem;
  background-color: #fff6ed;
  /* font-family: "YuGothic", "Yu Gothic", sans-serif; */
  /* height: 1000px; */
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3e3a39;
}

.mainVisual {
  margin-bottom: 3rem;
}

.mainVisual .inner {
  margin-top: 120px;
}

.mainVisual picture {
  display: block;
  width: 100%;
}

.mainVisual picture img {
  display: block;
  width: 100%;
  height: auto;
}

/* === message_01 === */

.message_01 {
  text-align: center;
  font-weight: bold;
}

.message_01 .text {
  margin-bottom: 5rem;
}

.message_01 .text p:nth-child(1) {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.message_01 .text p:nth-child(2) {
  font-size: 4rem;
  line-height: 1.3;
}

/* === message_02 === */

.message_02 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5rem;
}

.message_02 .text p {
  font-size: 3.2rem;
  color: #426f46;
}

/* === present === */

.present{
  margin-bottom: 8rem;
  padding: 0 2rem;
}

.present .subttl p {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.present .subttl p span {
  display: inline-block;
  background-color: #426f46;
  padding: 1rem 10rem;
  border-radius: 9999px;
}

.present h2 {
  font-size: 6.8rem;
  font-weight: bold;
  text-align: center;
  color: #426f46;
}

.present .section_title_txt {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
}

/* フレックスボックス大枠 */

.present_area-columns {
  display: flex;
  justify-content: center;
}

/* 左右のボックス */

.present_area-col-left,
.present_area-col-right {
  background-color: #fff;
  border-radius: 12px;
  /* overflow: hidden; */
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.present_area-col-left {
  width: 40%;
}

.present_area-col-right {
  width: 40%;
}

.present_area-col-right{
  position: relative;
}


/* はみ出しイラストのコンテナ */
.illust {
  position: absolute;   
  top: -110px;          
  right: 10px;         
  width: 130px;         
  z-index: 50;           
}

/* イラスト画像 */
.illust img {
  width: 100%;
  height: auto;         /* 縦横比を保ったまま縮小 */
  display: block;
}


/* 左右のボックスのタイトルまわり */

.col-header {
  display: flex;
  align-items: center;
  font-size: 3rem;
  padding: 2rem;
  gap: 10px;
  border-radius: 10px 10px 0 0;
}

.col-header_green {
  background-color: #88a352;
}

.col-header_orange {
  background-color: #d6a84a;
}

.col-header_orange span {
  color: #d6a84a;
}

.circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 50%;
  color: #88a352;
  font-size: 3rem;
  font-weight: bold;
  flex-shrink: 0;
}

.col-header_txt {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.col-header h3 {
  font-weight: bold;
  line-height: 1.3;
}

.col-header p {
  font-size: 1.6rem;
  margin-top: 2px;
}

/* 左右のボックスの中身 */

.col-content {
  background: #fff;
  padding: 4rem;
  /* height: 1000px; */
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* 左カラム */

.option-card {
  margin-bottom: 6px;
}

.option-image {
  width: 100%;
  margin-bottom: 10px;
}

.option-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.option-point {
  font-size: 1.8rem;
  margin-bottom: 2px;
  font-weight: bold;
}

.option-title {
  font-size: 3rem;
  font-weight: bold;
}

.option-title strong {
  font-size: 3rem;
}

/* or */

.or-area {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 14px 0;
}

.or-line {
  flex: 1; /* 残り幅を均等に分け合う */
  height: 1px;
  background-color: #D8D8DA;
}

.or-text {
  font-size: 3rem;
  color: #3e3a39;
  font-weight: bold;
}

.plus-mark {
  width: 50px;
  height: 50px;
  background-color: #d95f2c;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 60;
  align-self: center;
  justify-self: center;
  flex-shrink: 0;
  margin: 1rem;
}



/* bonus */

.bonus .subttl p {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.bonus .subttl p span {
  display: inline-block;
  background-color: #426f46;
  padding: 1rem 10rem;
  border-radius: 9999px;
}

.bonus h2 {
  font-size: 6.8rem;
  font-weight: bold;
  text-align: center;
  color: #426f46;
}

.bonus .section_title_txt {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
}





/* ================ 右カラム ================ */
.item-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
}

/* A〜D のアルファベットバッジ（共通） */
.item-badge {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color:#d6a84a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;                /* 縮まないよう固定 */
}

.item-info {
  flex: 1;
  min-width: 0;                
}

.item-point {
  font-size: 1.4rem;
  margin-bottom: 2px;        
  overflow: hidden;
  font-weight: bold;     
}

.item-name {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

/* 「9kg」などのサイズ表記 */
/* .item-size {
  font-size: 14px;
} */


.item-model {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 5px;
}

.item-image {
  /* width: 80px;
  height: 60px; */
  max-width: 160px;
  flex-shrink: 0;               
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;             /* 縦横比を保ちながらコンテナを埋める */
  display: block;
}

/* アイテム間の区切り線 */
.item-divider {
  height: 1px;
  background-color: #D8D8DA;
}



.bonus{
  margin-bottom: 8rem;
  padding: 0 2rem;
}

/* ================ ボーナス ================ */

.bonus {
  margin-bottom: 8rem;
  padding: 0 2rem;
}

.bonus_area-columns {
  display: flex;
  justify-content: center;
}

.bonus_area-columns {
position: relative;
}

/* --- ボーナスカード全体 --- */
.bonus-card-inner {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 4rem 6rem;
  width: 100%;
  max-width: 1000px;
  flex-wrap: wrap;
}

/* --- ボーナス各アイテム --- */
.bonus-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
  min-width: 220px;
}

.bonus-item{
  position: relative;
}

.bonus-item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bonus-amount {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
}

.bonus-label {
  font-size: 2.2rem;
  font-weight: bold;
  color: #3e3a39;
  margin-top: 0.4rem;
  line-height: 1.2;
}

.bonus-item-image {
  width: 180px;
  flex-shrink: 0;
}

.bonus-item-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* --- イラスト部 --- */
.bonus-item-illust--left {
  max-width: 220px;
  flex-shrink: 0;
  position: absolute;
  top: -151px;
  left: -50px;
}

.bonus-item-illust--right {
  max-width: 140px;
  flex-shrink: 0;
  position: absolute;
  top: -180px;
  right: -60px;
}

.bonus-item-illust img {
  width: 100%;
  height: auto;
  display: block;
}

.bonus-or {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  height: 120px;
}

.bonus-or-line {
  flex: 1;
  width: 1px;
  background-color: #D8D8DA;
}

.bonus-or-text {
  font-size: 2.4rem;
  color: #3e3a39;
  font-weight: bold;
}


/* ================ CTA ================ */
.cta {
  background-color: #426F46;
  background-repeat: repeat; /* 繰り返し */
  background-position: center;
  background-size: 110px;
  padding: 5rem 2rem;
  text-align: center;
  margin-bottom: 6rem;
  /* margin-left: 2rem;
  margin-right: 2rem;
  border-radius: 12px; */
}

.cta-lead {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 3rem;
}

#campaign_2605-06 .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  color: #426F46;
}

#campaign_2605-06 .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
  color: #426f46;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.6rem 4rem;
  border-radius: 12px;
  border: 2px solid #fff;
 
  min-width: 240px;
  justify-content: center;
}

.cta-btn:hover {
  background-color: #426f46;
  color: #fff;
  border-color: #fff;
}



.cta-btn--doc .cta-btn-icon {
  display: inline-block;
  width: 15px;
  height: auto;
  padding-bottom: 3px;
}

.cta-btn--visit .cta-btn-icon {
  display: inline-block;
  width: 20px;
  height: auto;
  padding-bottom: 3px;
}

.cta-btn-arrow {
  font-size: 1.4rem;
  margin-left: 0.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

/* ================ 対象条件 ================ */
.conditions {
  padding: 0 2rem 6rem;
  max-width: 1000px;
  margin: 0 auto;
}

.conditions-inner {
  border: 2px solid #426f46;
  border-radius: 10px;
  padding: 3rem 4rem;
  background-color: #fff;
  position: relative;
}

.conditions-title {
  display: inline-block;
  background-color: #426f46;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.4rem 2rem;
  border-radius: 8px;
  /* margin-bottom: 2rem; */
  position: absolute;
  top: -15px;
}

.conditions-list {
  list-style: none;
  padding: 0;
}

.conditions-list li {
  font-size: 1.4rem;
  line-height: 1.9;
  margin-bottom: 1.2rem;
}

.conditions-list li:last-child {
  margin-bottom: 0;
}

.conditions-note {
  font-size: 1.4rem;
}














/* ============================================================
   レスポンシブ対応
   ============================================================ */





/* ----------------------------------------------------
スマートフォン(1160px)
------------------------------------------------------- */
@media screen and (max-width: 1160px) {
  .present_area-col-left {
  width: 45%;
}

.present_area-col-right {
  width: 45%;
}

  .bonus-card-inner {
    padding: 4rem 3rem;
  }

.bonus-item-illust--left {
  max-width: 160px;
top: -100px;
  left: -30px;
}

.bonus-item-illust--right {
  max-width: 100px;

  top: -130px;
  right: -15px;
}



}

/* ----------------------------------------------------
スマートフォン(936px)
------------------------------------------------------- */
@media screen and (max-width: 936px){
.present_area-columns{
  flex-direction: column;
}

  .present_area-col-left {
  width: 100%;
}

.present_area-col-right {
  width: 100%;
}

.illust{
  top: -10px;
}

  .plus-mark {
    align-self: center;
    margin: 1.5rem auto;
  }

.bonus-item-image {
  width: 140px;
}

.bonus-amount {
  font-size: 4rem;
}


}

/* ----------------------------------------------------
スマートフォン(870px)
------------------------------------------------------- */



/* ----------------------------------------------------
スマートフォン(767px)
------------------------------------------------------- */

@media screen and (max-width: 767px) {
  .mainVisual {
    margin-bottom: 1.5rem;
  }

  .mainVisual .inner {
    margin-top: 60px;
  }

  #campaign_2605-06 .message_01 {
    padding: 0 1.6rem;
  }

  .message_01 .text {
    margin-bottom: 30px;
  }

  .message_01 .text p:nth-child(1) {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .message_01 .text p:nth-child(2) {
    font-size: 2rem;
    line-height: 1.3;
  }

  .message_01 .img {
    max-width: 38px;
  }

.present h2,
.bonus h2{
  font-size: 6rem;
}

.col-content{
  padding: 2rem;
}


/* .bonus-item-illust{
  display: none;
} */

.bonus-item-illust--left {
  max-width: 160px;
top: -86px;
  left: -30px;
}

.bonus-item-illust--right {
  max-width: 120px;

  top: 40px;
  right: -35px;
}


  .bonus-card-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding: 3rem 2.5rem;
  }

  .bonus-or {
    flex-direction: row;
    height: auto;
    width: 100%;
  }

  .bonus-or-line {
    flex: 1;
    width: auto;
    height: 1px;
  }

  .bonus-item {
    width: 100%;
  }



.bonus-item {
  justify-content: center;
}

.bonus-label {
  font-size: 1.6rem;
}

.cta {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    padding: 4rem 2rem;
  }

  .cta-lead {
    font-size: 1.8rem;
  }

  .cta-btn {
    font-size: 1.6rem;
    padding: 1.4rem 2.5rem;
    min-width: 200px;
  }

  .conditions-inner {
    padding: 2rem;
  }

}


/* ----------------------------------------------------
スマートフォン(680px)
------------------------------------------------------- */
@media screen and (max-width: 680px){

.bonus-item-illust{
  display: none;
}

}

/* ----------------------------------------------------
スマートフォン(575px)
------------------------------------------------------- */

@media screen and (max-width: 575px){

.message_02 .text p {
  font-size: 2.4rem;
}

.message_02 {
  margin-bottom: 1.5rem;
}
.present .subttl p,
.bonus .subttl p {
  font-size: 1.8rem;
}

.present .subttl p span,
.bonus .subttl p span {
  padding: 0.5rem 5rem;
}

.present .section_title_txt,
.bonus .section_title_txt {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}

.present h2,
.bonus h2{
  font-size: 4.2rem;
  line-height: 1.2;
}



.illust{
  top: -10px;
  display: none;
}

.illust img{
  width: 60%;
}

 .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-btn {
    width: 100%;
    max-width: 320px;
  }


}

/* ----------------------------------------------------
スマートフォン(465px)
------------------------------------------------------- */


@media screen and (max-width: 465px){

.present h2,
.bonus h2{
  font-size: 3.6rem;
}

.present .section_title_txt,
.bonus .section_title_txt {
margin-top: 2rem;
}

.item-image {
max-width: 100px;
}

.item-row{
  gap: 5px;
}

.bonus-amount {
  font-size: 3rem;
}

.cta {
 background-size: 80px;
}

}