@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.6rem;
  background-position: center top;
  background-color: #fbeed6;
  font-family: YuGothic, 'Yu Gothic', YuGothic, 'Yu Gothic', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: black;
}

#main {
  overflow: hidden;
}

a {
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.4;
}

img {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.none {
  display: none !important;
}

.sec_inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.m40 {
  margin: 40px 0 20px;
}

/* header */
header {
  background-color: #fff;
}

header .sec_inner {
  padding: 36px 0;
  text-align: center;
}

header img {
  width: 90%;
}

/* mv */
.mv img {
  width: 100%;
  margin: 0 auto;
}

.mv {
  margin: 40px 0 60px;
}

/* form */
form {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.form_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.form_wrap input {
  width: 94%;
}

.form_wrap select {
  width: 94%;
}

.form_title {
  color: #fff;
  background-color: #cf000d;
  font-weight: bold;
  font-size: 40px;
  padding: 10px 0;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

.form_box {
  background-color: #fff;
  /* border: #fff100 solid 4px; */
  border-radius: 0 0 20px 20px;
  padding: 60px 80px;
  margin-bottom: 60px;
}

.form_text {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 40px;
}

.form_text._sub {
  font-size: 1.8rem;
  margin-top: 12px;
}

.form_text_mini {
  font-size: 1.4rem;
}

.form_text:first-child {
  margin-top: 0;
}

.form_text_attention {
  font-size: 2.0rem;
  font-weight: bold;
  color: #e60012;
  padding-left: 10px;
}

.form_text_err {
  font-size: 1.4rem;
  color: #e60012;
  padding-left: 10px;
}

.form_text_note {
  font-size: 1.4rem;
  color: #333;
  margin: 4px 0;
}
.form_text_note._kome {
  color: #e60012;
}

input {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: 2px solid #cfcfcf;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 2.0rem;
}

textarea {
  width: 100%;
  height: 200px;
  border: solid 2px #ddd;
  font-size: 16px;
  text-align: left;
  padding: 10px;
  color: #000;
}

input::placeholder,
textarea::placeholder {
  color: #cfcfcf;
}

/* form_店舗検索 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form_selectbox {
  width: 100%;
  padding: 15px 8px;
  border-radius: 4px;
  border: 2px solid #cfcfcf;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 2.0rem;
  background-color: #fff;
}

.form_selectbx_container {
  position: relative;
}

.form_selectbx_container::after {
  content: '';
  display: inline-block;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin: 0 10px;
  position: absolute;
  top: 35%;
  right: 1%;
}

.form_selectbox:hover {
  cursor: pointer;
}

.form_text_store {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
}

/* form_レシートアップロード */
.form_upload {
  width: 50%;
}

.form_upload_file_text {
  font-size: 1.4rem;
}

.form_upload_file_text:first-of-type {
  padding-left: 10px;
}

.form_upload_file_size {
  font-size: 1.4rem;
}

.form_upload_file {
  margin-right: auto;
  margin-bottom: 10px;
}

.form_upload_file img {
  width: 50%;
  max-width: 200px;
}

.form_upload_text {
  display: block;
  width: 200px;
  background-color: #232323;
  padding: 20px 15px;
  cursor: pointer;
  margin: 20px 0 10px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}

.form_upload_btn {
  display: none;
}

.form_upload_afterText {
  font-size: 2.0rem;
  font-weight: bold;
  margin-left: 5px;
}

.form_upload_ouboBox {
  margin-top: 8px;
}

.form_upload_oubText {
  font-size: 3.4rem;
  font-weight: bold;
}

/* 区切り線 */
.form_hr {
  margin: 40px 0 !important;
  border-top: 2px solid #ccc !important;
}

/* アンケート */
.form_message {
  padding: 1.6vw 2.1vw;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  background: #eee;
  border-radius: 4px;
}

/* ラジオボタン */
.form_radio {
  padding: 0;
  list-style: none;
}

.form_radio._form_radio_2col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form_radio._form_radio_2col li {
  flex: 0 0 33.333333%;
  margin: 12px 0;
}

.form_radio li {
  margin: 30px 0;
  font-size: 2.0rem;
  color: black;
  display: flex;
  position: relative;
  height: auto;
  width: 100%;
}

.form_radio._1col li {
  width: 100%;
}

.form_radio li input[type=radio],
.form_radio li input[type=checkbox] {
  display: none;
}

.form_radio li .radio_box,
.form_radio li .check_box {
  font-weight: bold;
  display: block;
  position: relative;
  padding: 0 0 0 32px;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.radio_box::after,
.radio_box::before,
.check_box::after,
.check_box::before {
  position: absolute;
  content: '';
  display: block;
}

.radio_box::after,
.check_box::after {
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  border: 2px solid #9a9a9a;
  border-radius: 25px;
  transform: translateY(-50%);
}

.radio_box::after,
.check_box::after {
  border-radius: 4px;
}

.radio_box::before,
.check_box::before {
  top: 50%;
  left: 4px;
  width: 14px;
  height: 14px;
  background-color: #e60012;
  border-radius: 25px;
  opacity: 0;
  transform: translateY(-50%);
}

.check_box::before {
  border-radius: 4px;
}

.radio_box::after,
.check_box::after {
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #9a9a9a;
  border-radius: 25px;
  transform: translateY(-50%);
}

.check_box::after {
  border-radius: 4px;
}

input[type=radio]:checked+.radio_box::before,
input[type=checkbox]:checked+.check_box::before {
  opacity: 1;
  transition: 0.3s;
}

input[type=radio]:checked+.radio_box::after,
input[type=checkbox]:checked+.check_box::after {
  border-color: #e60012;
}

input[type=radio]:checked+.radio_box,
input[type=checkbox]:checked+.check_box {
  color: #e60012;
}

.radio_box:hover::after,
.radio_box:hover,
.check_box:hover::after,
.check_box:hover {
  border-color: #e60012;
  color: #e60012;
  cursor: pointer;
}

/* 送信ボタン */
.form_btn {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}

.form_submitButton {
  position: relative;
  display: inline-block;
  width: 510px;
  border-radius: 70px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 32px 12px;
  background: #cf000d;
  color: #fff;
  line-height: 1em;
  transition: .3s;
  /* border: 4px solid #000; */
  box-shadow: 0 8px 0 #c4baa6;
}

.form_submitButton::after {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.form_submitButton:hover {
  opacity: 0.7;
}

.form_submitButton._modal {
  background-color: #cf000d;
  /* border: 4px solid #000; */
  box-shadow: 0 8px 0 #c4baa6;
  color: #fff;
  margin-bottom: 30px;
}

.form_submitButton._modal::after {
  border-color: transparent transparent transparent #fff;
}

.form_submitButton._back {
  width: 60%;
  margin-bottom: 40px;
  background-color: #fff;
  border: 4px solid #cf000d;
  color: #cf000d;
  box-shadow: none;
}

.form_submitButton._back::after {
  display: none;
}

.form_submitButton._back::before {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #cf000d transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

.form_submitButton._back a {
  color: #bbb;
}

._gray {
  color: #5e5e5e !important;
  background-color: #a5a5a5 !important;
  box-shadow: 0 8px 0 #5e5e5e !important;
  border: 3px solid #5e5e5e !important;
}

.form_submitButton._modal._gray::after {
  border-color: transparent transparent transparent #5e5e5e !important;
}


/* 確認ボタン */
.form_submitButton._disable {
  color: #5e5e5e !important;
  background-color: #d3d3d3 !important;
  box-shadow: 0 8px 0 #a3a3a3 !important;
  border: 4px solid #a3a3a3 !important;
  pointer-events: none;
  filter: none;
}
.form_submitButton._disable::after {
  border-color: transparent transparent transparent #5e5e5e !important;
}

/* footer */
.footer {
  background-color: black;
  color: white;
  padding: 30px 0;
  width: 100%;
  margin: 30px auto 0;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

.footer img {
  max-width: 200px;
  width: 40%;
}

.footer_copyright {
  margin-top: 10px;
}

/* モーダル */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.modal__bg {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 3%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 900px;
  max-height: 95vh;
  overflow-y: scroll;
  border-radius: 10px;
}

.modal__content .form_wrap {
  margin: 20px 0;
}

.modal__content .form_message {
  font-size: 1.4rem;
}

/* modal内 */
.moda_content_ttl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

.modal_content_border {
  width: 100%;
  border: solid 1px #000;
  margin: 40px 0;
}

.modal_content_name {
  width: 30%;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.modal_content_name._1col {
  width: 100%;
}

.modal_content_name._sub {
  font-size: 1.8rem;
}

.modal_content_date {
  width: 70%;
  font-size: 2.0rem;
}

.modal_content_btnArea {
  margin: 60px auto 40px;
  text-align: center;
}

.modal_content_imgbox:nth-child(n+3) {
  margin-bottom: 40px;
}

.modal_content_imgbox:last-child {
  margin-bottom: 0;
}

.modal_content_img {
  text-align: center;
  margin: 40px 0;
}

.modal_content_imgbox img {
  width: 50%;
}

/* 完了＆エラー画面 */
.form_window {
  text-align: center;
  margin: 20px 0;
}

.form_window_ttl {
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #cf000d;
}

.form_window_text {
  font-size: 3.0rem;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.5;
  color: #333;
}

.form_window_note {
  font-size: 1.6rem;
  text-align: left;
  color: #333;
}

.form_window .modal_content_border {
  margin: 80px 0 20px;
  border: 1px solid #333;
}

/*end --------------------------------*/
.endMessage {
  display: none;
  background-color: white;
  max-width: 800px;
  width: 90%;
  padding: 60px 80px;
  border-radius: 10px;
  text-align: center;
  margin: 30px auto;
  font-weight: bold;
  font-size: 4.0rem;
}

@media screen and (max-width: 768px) {
  .endMessage {
    background-color: white;
    width: 90%;
    padding: 20px;
    font-size: 20px;
  }
}

@media screen and (max-width:980px) {
  body {
    background-size: 180%;
  }
}

/* 個人情報取り扱い */
.agree_box{
  width: 100%;
  height: 300px;
  border: solid 1px rgb(204, 204, 204);
  margin: 10px auto 0;
  padding: 20px 28px;
  font-size: 1.6rem;
  line-height: 1.5;
  overflow: scroll;
}
.agree_box  p {
  margin: 20px 0;
  line-height: 1.8;
}
.agree_box  p:first-of-type {
  margin: 0 0 20px;
}
.agree_box span {
  display: block;
  font-weight: bold;
}
.agree_box_ttl{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.checkbox-wrap {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.8rem;
  user-select: none;
  margin: 20px auto 0;
  width: 100%;
  border-radius: 4px;
  padding: 16px 0 16px 40px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.checkbox-wrap .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  border: solid 2px #3eb134;
  box-sizing: border-box;
  transition: all 0.3s ease-out 0s;
}
.checkbox-wrap input:checked + .checkmark {
  background-color: #3eb134;
}
.checkbox-wrap input:checked + .checkmark:after {
  display: block;
}
.checkbox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 5px;
  width: 5px;
  height: 10px;
  background-color: #3eb134;
  border: 2px solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-wrap input {
  display: none;
}

@media screen and (max-width:768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
  .sec_inner {
    padding: 0 4vw;
  }

  header .sec_inner {
    padding: 4vw 0;
  }

  .mv img {
    width: 100%;
  }

  .mv {
    margin: 4vw 0 5.3vw;
  }

  .form_title {
    font-size: 3.2rem;
    padding: 3vw 0;
  }

  .form_box {
    padding: 6.4vw 4vw;
    margin-bottom: 8vw;
  }

  .form_text {
    font-size: 1.8rem;
    margin-top: 10%;
  }

  .form_text._sub {
    font-size: 1.4rem;
    margin-top: 2.6vw;
  }

  .form_text_mini {
    display: block;
  }

  .form_text_attention {
    font-size: 1.4rem;
    padding-left: 1.3vw;
  }

  .form_text_err {
    font-size: 1.2rem;
    padding-left: 1.3vw;
  }

  .form_text_note {
    font-size: 1.2rem;
  }

  input {
    font-size: 1.6rem;
    margin-bottom: 2vw;
  }

  .form_wrap input {
    width: 85%;
  }

  .form_wrap select {
    width: 90%;
  }

  .form_selectbox {
    padding: 4vw 2vw;
    font-size: 1.8rem;
  }

  .form_selectbx_container::after {
    height: 7px;
  }

  .form_text_store {
    font-size: 1.4rem;
    margin-top: 1.6vw;
  }

  .form_upload {
    width: 50%;
  }

  .form_upload_file_text {
    font-size: 1.2rem;
  }

  .form_upload_file_text:first-of-type {
    padding-left: 1.2vw;
  }

  .form_upload_file {
    margin-bottom: 1.3vw;
  }

  .form_upload_afterText {
    font-size: 2.2rem;
    margin-left: 2.5vw;
  }

  .form_hr {
    margin: 8vw 0 !important;
  }

  .form_message {
    padding: 12px 16px;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .form_radio li {
    font-size: 1.6rem;
    width: 100%;
    margin: 6.5vw 0;
  }

  .form_radio li .radio_box {
    padding: 0 0 0 7vw;
  }

  .form_btn {
    padding-bottom: 10vw;
  }

  .form_submitButton {
    width: 100%;
    font-size: 2.2rem;
    padding: 5vw 1.6vw;
  }

  .form_submitButton._back {
    width: 80%;
  }

  .form_submitButton._back::before {
    left: 20px;
  }

  .footer {
    font-size: 1.2rem;
  }

  /* モーダル */
  .modal__content {
    width: 90%;
  }

  /* modal内 */
  .moda_content_ttl {
    font-size: 2.8rem;
    line-height: 1.5;
  }

  .modal_content_name {
    width: 100%;
    font-size: 2.0rem;
    margin: 4vw 0;
  }

  .modal_content_name._sub {
    font-size: 2.0rem;
    margin-top: 5vw;
  }

  .modal_content_date {
    width: 100%;
    font-size: 1.8rem;
  }

  .modal_content_btnArea {
    margin: 15vw auto 10vw;
    text-align: center;
  }

  .modal_content_imgbox:nth-child(n+3) {
    margin-bottom: 4vw;
  }

  .modal_content_img {
    margin: 4vw 0;
  }

  .modal_content_imgbox img {
    width: 80%;
  }

  .modal__content .form_message {
    font-size: 2.0rem;
  }

  .modal_content_border {
    margin: 6vw 0;
  }

  /* 完了＆エラー画面 */
  .form_window {
    margin: 2vw 0;
  }

  .form_window_ttl {
    font-size: 3.0rem;
    line-height: 1.3;
    margin-bottom: 6vw;
  }

  .form_window_text {
    font-size: 2.0rem;
    line-height: 1.3;
  }

  .form_window_note {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  /* 個人情報取り扱い */
  .agree_box {
    margin: 4% auto 0;
    padding: 5%;
    font-size: 1.4rem;
  }
  .checkbox-wrap {
    margin: 0;
  }

}