
/*==========================================
ロゴ
===========================================*/
.header-inner .logo {
    width: 6%;
    min-width: 64px;
    max-width: 74px;
    height: 100%;
    top: 0.5rem;
}

#contListBox{
  background: #f5f5f5;
  padding: 4rem 0;
  margin: 0 0 4rem 0;
}
/*==========================================
プレゼント
===========================================*/
#maincont{ margin: 1rem auto 0;}
.presentMain{ width: 100%!important; max-width: none;}
#presentTitle{
      margin: 0 auto;
    display: block;
    width: 50%;
    max-width: 386px;
}
#presentTitle img{ width: 100%;}

.feature-list{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.present{
  border-right: 10px solid #008A00;
}
.presentB{
  border-bottom: 10px solid #008A00;
}
.presentBtn{
  color: #fff;
  background:#008A00;
}

/*公開前*/
.comincsoon{
  border-right: 10px solid #dedede;
}
.comincsoonB{
  border-bottom: 10px solid #dedede;
}
.comincsoonBtn{
  color: #000;
  background:#dedede ;
}


/* ✅ SP：完全に縦積み */
@media (max-width: 640px) {
  .pickup-inner {
    grid-template-columns: 1fr;
  }

  .pickup-image {
    order: 1;
    border-right: 10px solid #000;
  }
  .pickup-imagecoming {
    order: 1;
    border-right: 10px solid #dedede;
  }

  .pickup-content {
    order: 2;
    padding: 20px;
  }

  .feature-list .item{
    display: block!important;
  }
}

.feature-list .text h3{
  display: block!important;
}
.feature-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 各アイテム */
.greenText {
    color: #008A00 !important;
}
.feature-list .item {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 20px;
  padding: 20px;
  align-items: start;
  border-top: #e7e7e7 1px solid;
  border-bottom: #e7e7e7 1px solid;
}

/* 偶数だけグレー */
.feature-list .item:nth-child(even) {
  background: #f5f5f5;
}

/* テキスト */
.feature-list .text h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-list .text p {
  font-size: 1rem;
  line-height: 1.6;
}

/* 丸数字 */
.feature-list .num {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #008A00;
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  vertical-align: text-top;
  margin: 0 0.5rem 0 0;
  vertical-align: top;
  text-indent: -0.2em;
  padding: 0 0 0.2rem 0.2rem;
}

/* 画像 */
.feature-list .image img {
  width: 100%;
  height: auto;
  display: block;
}

#presentBox{
  width: 90%;
    max-width: 1000px;
    margin: 4rem auto;
}
.btnBox{ display: block; text-align: center; width: 90%; max-width: 1000px; margin: 0 auto 2rem;}
#presentBtn{ 
  display: block; 
  width: 100%; 
  max-width:410px; 
  color: #fff; 
  text-decoration: none;
  text-align: center; 
  background: #008A00;    
  margin: 1rem auto;
  padding: 1rem;
  font-size: 1.8rem;
  border-radius: 100px;
  border:#008A00 4px solid; ;
  transition-duration: 0.6s;
}
  #presentBtn:hover{
    color: #008A00;
    background: #fff;
    border: #008A00 4px solid;
  }

  #presentEndBtn{
    display: block; 
  width: 100%; 
  max-width:410px; 
  color: #fff; 
  text-decoration: none;
  text-align: center; 
  background: #898989;  
  margin: 1rem auto;
  padding: 1rem;
  font-size: 1.8rem;
  border-radius: 100px;
  border:#898989 4px solid;
  transition-duration: 0.6s;
  }


.btnBox p{ text-align: center; margin: 1rem 0 0 0;}
#presentBox p{
  display: block;
    line-height: 1.8rem;
}

.caution{
  width: 90%;
  max-width: 800px;
  text-align: center;
  margin: 3rem auto;
  border: #EB0000 3px solid;
  color: #EB0000;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1rem;
}


/*==========================================
プレゼントフォーム
===========================================*/
input{ display: block; }

.question-label{ font-size: 1.7rem!important;}
.form-select{ padding: 0.6rem; border-radius: 6px;}
.form-input{width: 60%; padding: 0.6rem;}

/*inputボタン装飾 -------------------*/
.radio-group label {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #ccc;
  border-radius: 9999px; /* 完全な丸 */
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
  transition: all 0.2s ease;
}

/* ラジオボタン自体は非表示 */
.radio-group input[type="radio"] {
  display: none;
}

/* 選択時のスタイル */
.radio-group input[type="radio"]:checked + span,
.radio-group input[type="radio"]:checked {
}

/* label全体を変化させるために :has を使う（対応ブラウザなら） */
.radio-group label:has(input:checked) {
  background: #008A00;
  color: #fff;
  border-color: #008A00;
}

/* ホバー */
.radio-group label:hover {
  border-color: #999;
}
/*inputボタン装飾 END-------------------*/
/*inputボタン装飾 -------------------*/
.turnback{ 
  display: inline-flex;
  flex-wrap: wrap;
}
.checkbox-group label {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #ccc;
  border-radius: 9999px; /* 完全な丸 */
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
  transition: all 0.2s ease;
}

/* ラジオボタン自体は非表示 */
.checkbox-group input[type="checkbox"] {
  display: none;
}

/* 選択時のスタイル */
.checkbox-groupinput[type="checkbox"]:checked + span,
.checkbox-group input[type="checkbox"]:checked {
}

/* label全体を変化させるために :has を使う（対応ブラウザなら） */
.checkbox-group label:has(input:checked) {
  background: #008A00;
  color: #fff;
  border-color: #008A00;
}

/* ホバー */
.checkbox-group label:hover {
  border-color: #999;
}
/*inputボタン装飾 END-------------------*/
/*inputボタン装飾 同意する-------------------*/
.agree-input label {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid #ccc;
  border-radius: 9999px; /* 完全な丸 */
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
  transition: all 0.2s ease;
}

/* ラジオボタン自体は非表示 */
.agree-input input[type="checkbox"] {
  display: none;
}

/* 選択時のスタイル */
.agree-input input[type="checkbox"]:checked + span,
.agree-input input[type="checkbox"]:checked {
}

/* label全体を変化させるために :has を使う（対応ブラウザなら） */
.agree-input label:has(input:checked) {
  background: #008A00;
  color: #fff;
  border-color: #008A00;
}

/* ホバー */
.agree-input label:hover {
  border-color: #999;
}
/*inputボタン装飾 END-------------------*/

.breadcrumb{ 
  display: inline-flex;
  width: 100%; 
  background: #f5f5f5;
  padding: 0.4rem;
}
.breadcrumb li{ margin: 0 0.4rem;}
.breadcrumb li a{ color: #000!important; text-decoration: underline!important;}

main{
  width: 90%;
  max-width: 1000px;
  line-height: 1.6rem;
  margin: 0 auto;
}
main img{
  display: block;
  width: 100%;
  max-width: 386px;
  margin: 0 auto;
}
main h1{
    font-size: 1.5rem;
    text-align: center;
    padding: 1rem 0;
    margin: 0 0 1rem;
    border-bottom: #e7e7e7 1px solid;
}
main h2{
  font-size: 1.6rem;
  text-indent: -1.6em;
  padding-left: 1.6em;
  line-height: 1.5;
  margin: 0 0 1rem 0;
}
#registerForm{padding: 2rem 0;}

.form-row{line-height: 3rem; margin: 0 0 2rem 0;}
.form-row label{ font-size: 1.2rem; margin: 0.6rem 0.3rem;}
.required{ 
  color: #fff;
  font-size: 1rem;
  vertical-align: 3px;
  background: #EB0000;
  padding: 0.3rem 0.5rem 0.3rem 0.3rem;
  margin: 0 0.5rem 0 0;
  }
  select{ display: block;}

.multiple{
  font-size: 1rem;
  vertical-align: 2px;
}

.optional{ 
  color: #000;
  font-size: 1rem;
  vertical-align: 3px;
  background: #fff;
  border: 1px solid #000;
  padding: 0.3rem 0.5rem 0.3rem 0.3rem;
  }
  textarea{
  resize: auto;
  max-width: 1000px;
  max-height: 800px;
  min-width: 100px;
  min-height: 200px;
  width:100%;
  height:auto;
  padding: 0.5rem;
  margin: 1rem 0 0 0;
  border: 1px solid #c2c2c2;
}
.form-input{
  border: 1px solid #c2c2c2;
}

#name {
  width: 100% !important;
  max-width: 400px !important;
  padding: 1rem;
  border-radius: 10px;
  border: #c2c2c2 1px solid;
}
#postal {
  width: 100% !important;
  max-width: 200px !important;
  padding: 1rem;
  border-radius: 10px;
  border: #c2c2c2 1px solid;
}
#prefecture{
  width: 100% !important;
  max-width: 200px !important;
  padding: 1rem;
  border-radius: 10px;
  border: #c2c2c2 1px solid;
}
#city {
  width: 100% !important;
  max-width: 400px !important;
  padding: 1rem;
  border-radius: 10px;
  border: #c2c2c2 1px solid;
}
#address1{  
  width: 100% !important;
  max-width: 400px !important;
  padding: 1rem;
  border-radius: 10px;
  border: #c2c2c2 1px solid;
}
#address2{  
  width: 100% !important;
  max-width: 400px !important;
  padding: 1rem;
  border-radius: 10px;
  border: #c2c2c2 1px solid;
}
#tel{  
  width: 100% !important;
  max-width: 400px !important;
  padding: 1rem;
  border-radius: 10px;
  border: #c2c2c2 1px solid;
}
#email{  
  width: 100% !important;
  max-width: 400px !important;
  padding: 1rem;
  border-radius: 10px;
  border: #c2c2c2 1px solid;
}

.error-message{ color: #EB0000;}

/*i応募するボタン装飾 -------------------*/
.btn-submit {
    display: inline-block;
    padding: 10px 18px;
    border: 4px solid #008A00;
    border-radius: 9999px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    background: #008A00;
    transition: all 0.2s ease;
    width: 100%;
    max-width: 300px;
    padding: 1rem;
    font-size: 1.4rem;
}

/* ラジオボタン自体は非表示 */
.btn-submit[type="submit"] {
}

/* 選択時のスタイル */
.btn-submit[type="submit"]:checked + span,
.btn-submit[type="submit"]:checked {
}

.btn-submit:hover {
  background: #fff;
  color: #008A00;
  border:4px solid #008A00!important
}

/* ホバー */
.btn-submit:hover {
  border-color: #999;
}

@media (max-width: 640px) {
  .form-row label { font-size: 1rem;}
  .question-label { font-size: 1.2rem !important;}
  main h2 {
      font-size: 1.4rem;
  }
}

/*==========================================
プレゼント フォーム 確認画面
===========================================*/
.confirmation-form-section{ padding: 1rem 0;}
.confirmation-form-section h2{ margin:0 0 1rem 0 ;}
.confirmation-form-section .confirm-table{    
    text-align: left;
    line-height: 3rem;
  }
  .confirmation-form-section .confirm-table tr td{ padding: 0 0 0 1rem;}

  .btn-area{
    text-align: center;
    margin: 2rem 0 4rem;
  }

  /*戻って修正ボタン装飾 -------------------*/
.btn-prev {
    display: inline-block;
    padding: 10px 18px;
    border: 4px solid #898989;
    border-radius: 9999px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    background: #898989;
    transition: all 0.2s ease;
    width: 100%;
    max-width: 240px;
    padding: 1rem;
    font-size: 1.4rem;
}

/* ラジオボタン自体は非表示 */
.btn-prev[type="submit"] {
}

/* 選択時のスタイル */
.btn-prev[type="submit"]:checked + span,
.btn-prev[type="submit"]:checked {
}

.btn-prev:hover {
  background: #fff;
  color: #008A00;
  border:4px solid #14A83C!important
}

/* ホバー */
.btn-prev:hover {
  border-color: #999;
}

@media (max-width: 640px) {
  .confirmation-form-section .confirm-table tr{width: 100%; display: inline-grid;}
  .confirmation-form-section .confirm-table tr td{ line-height: 1; padding: 0 0 1rem 0;}
  .btn-area{ display: grid; justify-items: center;}
  .btn-prev{ order: 2; margin: 1.5rem 0 0;}
  .btn-submit{ order: 1;}
}