@charset "UTF-8";
html{
    box-sizing: border-box;
    font-size: 62.5%;  /* 1rem=10px */
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #54585a;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header{
    position: relative;
    height: 80px;
}
h1{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 30px;
}
img {
  max-width: 100%;
  height: auto;
}
.text_center{
    text-align: center;
}
.text-center{
    display: block;
    text-align: center;
    color: #EB5E00;
    text-decoration: underline;
}
.link_orange{
    color: #EB5E00;
    text-decoration: underline;
}
.mb30{
  margin-bottom: 30px;
}
.font_bold{
  font-weight: 600;
}
.pc_none{
  display: none;
}
.sp_none{
  display: inline-block;
}
.cont_wrap{
  max-width: 1200px;
  margin: 0 auto;
}
.txt_small{
  font-size: 1.2rem;
}
.orange{
  color: #EB5E00;
}
.blue{
  color: #1a3066;
}
/* --------------------
main_page
----------------------- */
.heading {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #54585a;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.heading::before{
  content: "";
  background: #eb5e01;
  width: 50px;
  height: 2px;
  display: block;
}

.heading span {
	position: relative;
	z-index: 2;
}
.mv{
  background-image: url(/img/mv_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px;
  position: relative;
}
.mv h2 img{
  position: absolute;
  top: 89%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0 20px;
}
.cp_info{
  background-color: #53575A;
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
}
.cp_info_p{
  color: #53575A;
  text-align: center;
  background-color: #fff;
  width: 600px;
  margin: 0 auto 10px;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 700;
  padding: 6px;
}
.cp_info .cp_date{
  background-color: #fff;
  width: 600px;
  margin: 0 auto;
  padding: 6px;
}
.cp_info .cp_date_wrap{
  display: flex;
  justify-content: space-around;
}
.cp_info .cp_date h2{
  background-color: #eb5e00;
  color: #fff;
  padding: 4px 0;
}
.cp_info .cp_date p{
   font-family: "Barlow",'Noto Sans JP', sans-serif;
   font-weight: 800;
   color: #EB5E00;
   font-size: 5.8rem;

}
.cp_info .cp_date p:first-of-type{
  position: relative;
}
.cp_info .cp_date p:first-of-type::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 24px solid #eb5e00;
  border-right: 0;
  top: 30%;
  right: -29%;
}
.cp_info .cp_date p span{
  font-size: 1.8rem;
  margin: 0 8px;
}

/* ------cont01------ */
.cont01{
  padding: 80px 0;
  background-image: url(/img/cont01_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.cont01 .search_btn_wrap{
  margin-top: 60px;
}

/* ------cont02------ */
.cont02{
  background: #f8f8f8;
  padding: 80px 0;
  font-family: "Barlow",'Noto Sans JP', sans-serif;
  position: relative;
}

.cont02_title{
 
  padding: 6px 40px;;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  background-color: #d1d1d1;
  color: #53575a;
}
.box{

  background: #fff;
  margin-bottom: 30px;
  width: 100%;
  padding: 10px 10px 30px;
  margin-right: 30px;
}
.box:last-child{
  margin-right: 0;
}
.box_wrap{
  margin-top: 60px;
}
.item_wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
  font-weight: 700;
  color: #1B1B1B;
}
.item_wrap li{
  width: 31%;
  margin: 30px 0;
}
.digico_table{
  border-collapse: separate;
  border-spacing: 8px;
  width: 100%;
  margin: 10px 0;
}
.digico_table td{
  border: 2px solid #EB5E00;
  color: #EB5E00;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  padding: 0 4px;
}
.digico_num{
  font-family: "Barlow",'Noto Sans JP', sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
}
.w_chance_wrap{
  padding: 30px;
}
.w_chance_small{
  font-weight: 700;
  color: #1B1B1B;
  margin: 30px 0;
  font-size: 14px;
}
.w_chance_txt{
  font-weight: 700;
  color: #1B1B1B;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  margin: 20px 0;
}
.red{
  color: #d51619;
}
.txt_l{
font-size: 6.3rem;
}
.w_chance02{
  text-align: center;
  padding: 40px 10px 30px;
}
.w_chance02_catch{
  font-size: 2.4rem;
  font-weight: 700;
  color: #d51619;
  text-align: center;
}
.w_chance02_catch span{
  font-size: 5.8rem;
}
.amazon_terms{
  font-size: 1.2rem;
  padding: 20px 20px 0;
  color: #1B1B1B;
  font-weight: 500;
}

.search{
 background: #53575a;
  text-align: center;
  padding-bottom: 50px;
}
.search_inner{
  text-align: left;
  display: inline-block;
}
.search h3{
  padding: 50px 10px 30px;
  text-align: center;
}
.search p{
  color: #181818;
  text-align: center;
  padding-bottom: 30px;
}
.search_inner{
  margin: 0 auto;
}
.search dd{
  background: #fff;
  color: #53575a;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  padding: 4px;
  margin-right: 20px;
  width: 150px;
}
.search dt{
  color: #fff;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 20px;
}
.pb50{
  padding-bottom: 50px;
}
.search_btn{
font-size: 20px;
    color: #FFFFFF;
    background: #eb5e01;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 60px;
    margin: 0 auto;
}
.search_btn:hover{
  opacity: 0.8;
  transition: all .3s;
}


.terms{
  background-image: url(/img/terms_bg.jpg);

   margin: 0 auto;
   padding: 60px 0;
}
.terms h3{
  font-size: 3.4rem;
  color: #002A79;
  font-weight: 500;
  text-align: center;
  padding: 50px 0 20px;
}
.terms_div{
  border: 2px solid #53575A;
  background: #fff;
  margin-bottom: 20px;
  display: flex;
}
.terms_div:last-of-type{
  margin-bottom: 50px;
}
.terms dd{
  background-color: #53575A;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  width: 30%;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 46px;
}
.terms dt{
  padding: 16px 20px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
}
.terms dt span{
  font-weight: 600;
}
.privacy_link{
  color: #EB5E00;
  text-decoration: underline;
}
.inquiry{
  text-align: center;
  margin: 0 auto;
  background-color: #515151;
}
.inquiry dd{
  padding: 66px 0 6px;
  color: #fff;
}
.inquiry dt{
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  padding-bottom: 30px;
}
.inquiry p{
  color: #fff;
}
.attention_wrap{
  display: block;
  margin: 0 auto;
  text-align: center;
}
.inquiry ul{
  display: inline-block;
}
.inquiry li{
  text-align: left;
  color: #fff;
  font-size: 1.4rem;
}
.inquiry p:last-of-type{
  padding-bottom: 16px;
  font-size: 1.4rem;
}
footer{
  background-color: #515151;
  color: #fff;
  height: 128px;
  position: relative;
}
footer p{
  position: absolute;
  bottom: 20px;
  left: 20px;
}
footer p a{
  text-decoration: underline;
}
footer small{
  position: absolute;
  bottom: 20px;
  right: 30px;
}
@media screen and (max-width: 1200px){
  .cont_wrap{
    max-width:96%;
    margin: 0 auto;
  }
.terms{
  max-width: 96%;
}
}
@media screen and (max-width: 768px){
  .cont_wrap{
    max-width:96%;
    margin: 0 auto;
  }
.box_wrap{
  display: block;
}
.box{
  width: 100%;
  margin-bottom: 60px;
}
.search_btn{
  padding: 16px 80px;
}
.item_wrap li{
  width: 48%;
}
.search_btn::before,.search_btn::after{
  width: 60px;
  height: 56px;
}
.search_btn::before{
  top: 6px;
  left: -59px;
}
.search_btn::after{
  top: 6px;
right: -63px;
}

}
@media screen and (max-width: 690px){
  .search_btn::before{
    top: -59px;
    left: 1px;
  }
  .search_btn::after{
    top: 68px;
    right: 1px;
  }
}
@media screen and (max-width: 460px){
  .pc_none{
    display: block;
  }
  .sp_none{
    display: none;
  }
  header{
    height: 60px;
  }
  .logo{
    width: 80%;
  }
  .mv{
  background-image: url(/img/mv_bg_sp.jpg);
  height: 410px;
  }
  .mv h2 img{
  margin: 0 auto;
  width: 90%;
  }
  .item_wrap li{
    width: 100%;
  }
  .digico_table tr{
    display: block;
    margin-bottom: 8px;
  }
  .digico_table td{
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .digico_table td:last-child{
    margin-bottom: 0;
  }
  .cp_info_p{
    width: 96%;
  }
  .cp_info .cp_date{
    width: 96%;
  }
  .cp_info .cp_date_wrap{
    display: block;
  }
  .cp_info .cp_date p:first-of-type::after{
    top: 88%;
    right: 50%;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #eb5e00;
    transform: rotate(90deg);
  }
  .present{
    width: 67%;
  }
  .heading{
    font-size: 24px;
  }
  .cont02_title{
    font-size: 2rem;
  }
  .item_box{
    background-image: url(/img/item_bg_sp.png);
    width: 80%;
    margin-right: 0;
    margin-left: 20px;
  }
  .item_box_inner img{
    width: 80%;
  }
  .item_box_inner{
    padding: 16px 30px 0;
  }
  .step_sp{
    margin: 20px auto;
    padding-bottom: 30px;
  }
  .search{
    max-width: 100%;
  }
  .search_inner{
    width: 94%;
  }
  .search dd{
    width: 100%;
    margin-bottom: 10px;
  }
  .search h3{
    width: 88%;
    margin: 0 auto 10px;
  }
  .search_btn{
    width: 100%;
  }
  .search p{
    font-size: 1.2rem;
  }
  .search_inner dd{
    display: block;
  }
   .search_btn_wrap{
    margin: 30px 0 0;
  }
  .search_btn{
    font-size: 1.8rem;
    padding: 16px 10px;
  } 
  .search dd{
    margin-right: 0;
  }
  .terms div{
    display: block;
    margin: 0 auto 20px;
  }
  .terms dd{
    width: 100%;
    height: 80px;
  }
  .inquiry{
    padding: 0 10px;
  }
  footer p{
    position: static; 
    padding: 20px 20px 10px;
    text-align: center;
  }
  footer small{
  position: static;
  padding: 0 20px;
  }
  .copy_wrap{
  text-align: center; 
  }
}
@media screen and (max-width: 420px){
  .item_box_inner{
    padding: 16px 28px 0;
  }
}
@media screen and (max-width: 415px){
  .item_box_inner{
    padding: 16px 25px 0;
  }
}
@media screen and (max-width: 407px){
  .item_box{
    width: 90%;
  }
}
@media screen and (max-width: 375px){
  .item_box{
    width: 100%;
  }
}
@media screen and (max-width: 320px){
  .item_box{
    background-size: 96%;
    margin-left: 10px;
  }
  .item_box_inner{
    padding: 16px 0px 0 22px;
  }
  .item_box_inner img{
    width: 75%;
  }
  .item_name{
    padding-top: 4px;
  }
  .fs24{
    font-size: 1.6rem;
  }
}


  /* 参加ステップ */
  .container {
    box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: 'Noto Sans JP', sans-serif;
      background-color: #ffffff;
      padding: 1rem;
      color: #333;
      max-width: 1200px; /* max-w-6xl 相当 */
      margin: 30px auto;
  }

  /* ヘッダーセクション */
  .header-section {
      background-color: #d1d5db; /* bg-gray-300 */
      padding: 6px 0;
      margin-bottom: 20px;
      text-align: center;
  }

  .header-title {
      font-family: "M PLUS 2", sans-serif;
      font-size: 1.8rem;
      font-weight: 700;
      color: #4b5563; /* text-gray-600 */
      letter-spacing: 0.05em;
  }

  /* ステップフローのレイアウト */
  .flow-container {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      align-items: stretch;
  }

  /* ステップの各アイテム */
  .step-item-wrapper {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
  }

  /* ボックススタイル */
  .step-box {
      width: 100%;
      background-color: #54585a;
      color: white;
      padding: 1.5rem 1.5rem 3.6rem;
      padding-top: 2rem;
      position: relative;
      height: 100%;
  }

  /* STEP番号スタイル */
  .step-number-container {
      position: absolute;
      top: -2rem;
      left: 1rem;
      z-index: 10;
      line-height: 1;
  }

  .step-label {
      font-family: "Barlow",'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-style: italic;
      color: #f39800;
      font-size: 3.2rem; /* text-4xl */
      letter-spacing: -0.025em;
  }

  .step-digit {
      font-size: 3rem; /* text-5xl */
  }

  /* コンテンツテキスト */
  .step-content {
      margin-top: 1rem;
  }

  .step-title {
      color: #f39800;
      font-weight: 600;
      font-size: 2.2rem; /* text-xl */
      margin-bottom: 0.75rem;
      font-family: "M PLUS 2", sans-serif;
  }

  .step-desc {
      font-size: 1.4rem; /* text-sm */
      font-weight: 400;
  }

  /* 矢印コンテナ */
  .arrow-container {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.5rem 0;
  }

  /* 矢印の形状 (CSS border hack) */
  .triangle-right {
      display: none; /* デフォルト(SP)では非表示 */
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 20px solid #54585a;
  }

  .triangle-down {
      display: block; /* デフォルト(SP)で表示 */
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 20px solid #54585a;
  }
    /* PC用レスポンシブ設定 (768px以上) */
  @media (min-width: 768px) {
      .container {
          padding: 2rem;
      }

      .header-title {
          font-size: 1.875rem; /* text-3xl */
      }

      .flow-container {
          flex-direction: row;
          gap: 0;
          justify-content: space-between;
      }

      .step-item-wrapper {
          flex-direction: row;
      }

      /* 矢印の切り替え */
      .arrow-container {
          padding: 0 0.5rem;
      }

      .triangle-right {
          display: block;
      }

      .triangle-down {
          display: none;
      }

      .step-label {
          font-size: 3rem; /* text-5xl */
      }

      .step-digit {
          font-size: 3.75rem; /* text-6xl */
      }
      
      /* brタグの表示制御 */
      .hidden-pc {
          display: none;
      }
  }
  
  /* SPでのみbrを表示するクラス */
  @media (max-width: 767px) {
        .hidden-sp {
          display: none;
      }
  }