@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;
    background: #f8f8f8;
}
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;
} 
.pc_none{
  display: none;
}
.mb30{
  margin-bottom: 30px;
}
.mb10{
  margin-bottom: 10px;
}
.mt10{
  margin-top: 10px;
}
.fs12{
  font-size: 1.2rem;
}
.txt_small{
  font-size: 1.2rem;
}
/* ---------------------------

form_page

-------------------------------*/
.table_wrap{
  background: #fff;
  padding: 10px 10px 40px;
  margin-bottom: 60px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
input[type="text"],
textarea {
  background: #fff;
  border: 1px solid #bec1c4;
  border-radius: 4px;
  display: block;
  font-size: 16px;
  padding: 8px 14px;
  max-width: 480px;
  transition: 0.3s;
}
 
input[type="text"]:focus,
textarea:focus {
  background: rgb(255, 253, 236);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
 
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
 
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
 
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form_item_box_tit{
  margin: 20px;
  text-align: center;
}
 
.form-table {
  width: 100%;
  color: #54585a;
}
.form-table th,
.form-table td {
font-weight: 400;
  padding: 10px;
  display: block;
  width: 100%;
  border-bottom: none;
}
.form-table th {
  background: #f8f8f8;
  text-align: left;
  width: 100%;
  color: #333;
}
.form-table th .attention_prize{
  font-weight: 400;
  font-size: 12px;
  margin-top: 6px;
}
.required{
  background-color: #f32323;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 2px 6px;
  margin-left: 8px;
  white-space: nowrap;
}
/* ---景品画像選択ラジオボタン---- */
.form-table .item_radio_wrap input[type='radio'] {
  display: none;
}
.form-table .item_radio_wrap input[type="radio"] + label img{
  border:  1px solid #d6d6d6;
}
.form-table .item_radio_wrap input:checked + label img {
  border: 2px solid #eb5e00;
}
.form-table .item_radio_wrap input:checked + label{
  color: #eb5e00;
}
.form-table .item_radio_wrap input[type='radio'] + label img:hover{
  opacity: 0.7;
  transition: .1s;
}
.form-table .item_radio_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.form-table .item_radio_wrap .item_radio{
  width: calc(100% / 3 - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.form-table .item_radio_wrap .item_radio:last-child{
  margin-right: 0;
}
/* ---//景品画像選択ラジオボタンここまで---- */
.address_wrap li {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
.address_wrap li span{
  width: 80px;
}
.address_btn{
    background-color: #333;
    color: #fff;
    padding: 5px 27px;
    margin-left: 9px;
    display: inline;
}

.select_box{
    width: 188px;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #bec1c4;
    border-radius: 40px;
    color: rgba(48,48,48,0.7);
    /* background-image: url(/img/form_pull.png); */
    background-repeat: no-repeat;
    background-position: top 22px right 12px;
    box-shadow: rgba(39, 54, 64, 0.22);
  }
.shop_select_box{
    width: 308px;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #bec1c4;
    border-radius: 40px;
    color: rgba(48,48,48,0.7);
    /* background-image: url(/img/form_pull.png); */
    background-repeat: no-repeat;
    background-position: top 22px right 12px;
    box-shadow: rgba(39, 54, 64, 0.22);
}
option[selected][disabled] {
  display: none;
}



/* カスタマイズ可能にするためのベーススタイル */
select,
::picker(select) {
  appearance: base-select;
}
/* セレクトボックスのボタン部分 */
select button {
  background-color: #fff;
  cursor: pointer;
  height: 28px;
  border: none;
  border-radius: 6px;
  display: flex;
  column-gap: 4px;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  color: rgb(55, 53, 47);
}
select button:hover,
select button:focus-visible {
  background-color: #bec1c4;;
  outline: none;
}
/* ドロップダウン部分全体のスタイル */
::picker(select) {
  border-radius: 6px;
  background: #fff;
  position: relative;
  box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 3px 6px,
    rgba(15, 15, 15, 0.2) 0px 9px 24px;
  min-width: 250px;
  border: 1px solid #bec1c4;
}
/* option要素のスタイル */
option {
  margin: 0 4px;
  padding: 0 16px;
  cursor: pointer;
  color: #54585a;
}
/* ホバー・フォーカスされているoption要素のスタイル */
option:hover,
option:focus-visible {
  background-color: rgb(255, 253, 236);
  outline: none;
}




.shop_box{
  margin-top: 10px;
}

.under_page_title_img{
    position: relative;
    background-image: url(/img/form_title_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 130px;
 }
 .content_wrap{
    max-width: 1000px;
    margin: 0 auto;
 }
 .form_h2{
    font-family: "M PLUS 2", sans-serif;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    font-size: 4.2rem;
    font-weight: 500;
    color: #fff;
    padding: 0 40px;
    line-height: 130px;
    vertical-align: middle;
 }
.form_p01{
  font-family: "M PLUS 2", sans-serif;
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 16px;
    border-bottom: 1px solid #333333;
    margin: 60px 0 10px;
}

/* ---radio_btnカスタマイズ--- */
input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #bec1c4;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #eb5e00;
  content: '';
}

/* -------//radio_btnカスタマイズ_ここまで----- */
/* -------チェックボックスカスタマイズ------- */
input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #bec1c4;
  border-radius: 2px;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align:middle;
  margin: 6px 0;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #eb5e00;
  border-bottom: 2px solid #eb5e00;
  content: '';
}

/* -------//チェックボックスカスタマイズここまで------- */


.input_error{background-color: lightpink;}
/* .invisible{display: none} */
.additional_question::before {
    content: url(/img/form_title.png);
    vertical-align: middle;
    padding-right: 12px;
}

/* ------------------
個人情報保護
---------------------- */
.agree {
    margin: 54px auto;
    max-width: 750px;
    text-align: left;
  }
  .agree_term {
    border: 1px solid #c3c3c3;
    overflow: hidden;
  }
  .agree_termHeader {
    background: #f6f6f6;
    padding: 15px;
    border: 1px solid #c3c3c3;
    border-bottom: none;
    text-align: center;
  }
  .agree_inner {
    height: 300px;
    width: 100%;
    vertical-align: bottom;
    overflow: auto;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .agree_inner-div {
    padding: 20px;
  }
  .agree_inner-div > :first-child {
    margin-top: 0;
  }

/* -------個人情報保護[詳細]------- */
  .basic_a-link{
    color: #EB5E00;
    text-decoration: underline;
  }
  .headLine1{ 
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: solid #cccccc 1px;
    width: 100%;
    margin-bottom: 10px;
  }
  .headLine1::before{
    content: url(/img/form_title.png);
    vertical-align: middle;
    padding-right: 10px;
  }
  .headLine2{
    color: #181818;
    font-weight: 600;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 3px 0 5px 8px;
    border-bottom: solid #cccccc 1px;
    border-left: solid #bbbbbb 4px;
  }
  .mb20{
    display: block;
    margin-bottom: 20px;
  }
  .list_alpha02{
    padding-left: 30px;
  }

  .agree_inq_btn{
    padding-top: 30px;
  }
  .agree_inq_btn a{
    background-color: #EB5E00;
    color: #fff;
    padding: 10px 20px;
    vertical-align: middle;
  }
  .agree_inq_btn a::after{
    content: '\f138';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    line-height: 1.5;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
  }
  .agree table{
    display: table;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}
.agree tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.agree td{
   text-align: left;
    border: 1px solid #c3c3c3;
    background-clip: padding-box;
    padding: 10px 12px;
    font-weight: 400;
    vertical-align: top;
}
.agree td:first-child{
  background-color: #ece9e6;
}
.sub_description{
  background-color: #FAFAFA;
  border: solid #CCCCCC 1px;
  padding: 10px 16px;
  margin-bottom: 10px;
}
.sub_description span{
  display: block;
}
/* -------//個人情報保護[詳細]ここまで------- */
  .agree_link {
    margin: 30px 0 0;
    text-align: center;
    color: #EB5E00;
  }
  .agree_link a{
    text-decoration: underline;
  }
  .agree_check {
    text-align: center;
    border: 1px dashed #c3c3c3;
    padding: 12px 20px;
    margin: 30px auto 0;
    max-width: 500px;
  }
  .agree_check > :first-child {
    margin-top: 0;
  }

  .customInput {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: flex-start;
    vertical-align: middle;
    letter-spacing: normal;
    cursor: pointer;
  }
  .customInput_box {
    flex-grow: 0;
    flex-shrink: 0;
    text-indent: 0;
    border: 1px solid #c3c3c3;
    background: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    font-size: 18px;
    color: #181818;
    text-align: center;
    margin-top: 2px;
  }
  .customInput_box + .customInput_inner {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin-left: 0.5em;
  }
  .customInput_inner {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
  }
  .customInput > [type=checkbox], .customInput > [type=radio] {
    opacity: 0;
    position: absolute;
    top: -100%;
  }
  .customInput > [type=checkbox]:checked + .customInput_box:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ec6c00;
    line-height: 1.5;
  }
  .customInput > [type=radio] + .customInput_box {
    border-radius: 50%;
  }
  @media screen and (max-width: 834px) {
    .content_wrap{
    max-width: 96%;
 }
    .agree_term {
      margin: 0 auto;
      height: 300px;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
    .agree_inner {
      overflow: hidden;
      height: auto;
    }
    .agree_inner-div {
      padding: 10px;
    }
    .agree_check {
      margin: 20px auto 0;
      padding: 10px;
      width: auto;
    }
    input[type="text"], textarea{
      width: 100%;
    }
    .form-table .item_radio_wrap .item_radio{
      width: calc(100% / 2 - 10px);
    }
    .form-table .item_radio_wrap .item_radio{
      margin-right: 10px;
      margin-bottom: 20px;
    }
    .form-table .item_radio_wrap input + label{
      font-size: 14px;
    }
    .address_wrap li{
      display: block;
    }
     .address_wrap li button{
      margin-top: 10px;
      margin-left: 0;
     }
  }
  /* -----//個人情報保護ここまで---- */

.btn_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.clear_btn{
  background-color: #9E9E9E;
  color: #fff;
  padding: 23px 80px;
  margin-right: 20px;
}
.confirm_btn{
  padding: 23px 98px;
}

.confirm_btn_color{
    background-color: #EB5E00;
    color: #fff;
}
.not_confirm_btn_color{
    background-color: #9E9E9E;
    color: #fff;
}
.submit_btn{
    padding: 23px 98px;
    background-color: #EB5E00;
    color: #fff;
}
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: 768px){
  .form_wrap{
    padding: 0 10px;
  }
  .agree{
    max-width: 750px;
    width: 94%;
  }
  .w_chance_wrap{
    max-width: 700px;
    margin: 0 10px 30px;
  }
  .w_chance{
    left: -5%;
  }
}
@media screen and (max-width: 700px){
  .pc_none{
    display: block;
  }
  header{
    height: 60px;
}
  .logo{
    width: 80%;
  }
  .form_p01{
    margin-top: 40px;
  }
  .form_h2{
    font-size: 2.6rem;
    padding: 0 20px;
  }
  .form_parts_wrap {
    padding-bottom: 33px;
  }
  .form h3{
    font-size: 2rem;
  }
  .form_input_small{
    display: block;
  }
  .form .prize_item_box{
    width: 96%;
  }
  .item_name_wrap li{
    padding: 20px 20px 0 0;
  }
  .name{
    width: 310px;
  }
  .reason{
    max-width: 340px;
  }
  .form_parts_wrap{
    display: block;
  }
  .form_parts_wrap dd{
    padding-left: 0;
  }
  .address_wrap{
    padding-left: 0;
  }
  .post_number{
    width: 106px;
  }
  .address_btn{
    padding: 5px 16px;
  }
  .address_box{
    width: 240px;
  }
.btn_wrap{
  display: block;
 text-align: center;
}
.clear_btn{
  margin-right: 0;
}

.submit_btn{
  margin-top: 40px;
}
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: 320px){
.name{
    width: 220px;
  }
  .address_btn{
    margin-top: 10px;
    padding: 5px 57px;
  }
  .address_box{
    width: 220px;
  }
  .tel_box {
    width: 232px;
}
.name{
  width: 232px;
}
.shop_select_box {
  width: 232px;
}
.item_name_wrap li{
  padding: 20px 0 20px 0;
  width: 310px;
}
.reason {
  max-width: 270px;
}
.confirm_btn{
  padding: 23px 78px;
}
.submit_btn{
   padding: 23px 88px;
}
}


/* ---------------------------

confirm_page

-------------------------------*/
.mt50{
  margin-top: 50px;
}
.confirm_wrap{
  margin: 50px auto;
  text-align: center;
  width: 94%;
}
.confirm_inner{
  display: inline-block;
  text-align: left;
}
.confirm_wrap dl{
  padding-bottom: 30px;
}
.confirm_wrap dd{
  padding: 10px 0 0 20px;
}
.confirm_wrap p{
  padding-bottom: 30px;
  max-width: 650px;
}
.pb60{
  padding-bottom: 60px;
}

/* ---------------------------

thanks_page

-------------------------------*/
.thanks_title_wrap p{
    text-align: center;
    background-color:  #54585a;
}
.thanks_title_wrap p img{
  padding: 20px 40px;
}
.thanks_wrap{
  max-width: 1000px;
  margin: 0 auto;
}
.thanks_p{
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
  padding: 140px 0 40px;
  font-family:"M PLUS 2", sans-serif;
}
.thanks_small{
  text-align: center;
  padding: 0 10px 50px;
}
.character_img{
text-align: right;
}
@media screen and (max-width: 425px){
  .thanks_title_wrap{
    height: 120px;
  }
  .thanks_title_wrap p{
    font-size: 3.2rem;
  }
  .thanks_p{
    font-size: 2.8rem;
    padding: 50px 0 40px;
  }
  .character_img img{
    width: 60%;
  }

}