@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&family=Sawarabi+Gothic&display=swap');

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  font-style: normal;
}
body::-webkit-scrollbar {
  display: none;
}
.wrapper img {
  width: 100%;
}
.wrapper {
  background-image: url(../img/lp/main-bg.jpg);
  background-position: top center;
  background-repeat: repeat;
  background-size: cover;
}
.enqueteBg,
.uploadBg {
  background-image: none;
  background-color: #f6f1d6;
  color: #004315;
}
.container {
  max-width: 750px;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.l .container {
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.c-btn {
  width: 78.4%;
}
.is-disabled {
  pointer-events: none;
}
.sec-ttl {
  font-size: 6.13vw;
  text-align: center;
  font-weight: 800;
  color: #004315;
}
.l .sec-ttl {
  font-size: 40px;
}
.sec-info {
  font-size: 3.73vw;
  color: #fff;
  text-align: center;
}
.l .sec-info {
  font-size: 26px;
}
#liffTop .sec-ttl {
  color: #f7d618;
}
#liffTop .sec-info {
  padding-top: 3.5%;
}
.btn-area {
  display: flex;
  flex-direction: column;
  gap: 5.33vw;
  padding: 10.8% 0 14%;
}
.l .btn-area {
  gap: 40px;
}
.section-deco {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 4%;
}

/* グレーアウト */
/* 終了 */
.grayArea {
  position: relative;
  padding: 40px 0 0;
  width: 100%;
  margin: 5% 0 5%;
}
.l .grayArea {
  position: relative;
  width: 100%;
}
.grayOut {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(194, 194, 194, 0.9);
  z-index: 998;
  line-height: 1.2;
  pointer-events: auto;
  color: #004315;
}

.grayOut p {
  padding: 0 10px;
  font-size: 4.2vw;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.l .grayOut p {
  padding: 0 20px;
  font-size: 31px;
  text-align: center;
  font-weight: bold;
}

/* history */
.history {
  position: relative;
  padding: 9.4% 0 13.4%;
  background-color: #f6f1d6;
  border-radius: 40px 40px 0 0;
}
/* コピーボタン */
.history-btncp {
  position: absolute;
  top: 36px;
  left: 67%;
  font-size: 2.5vw;
  font-weight: 700;
  color: #004315;
  border: 2px solid #004315;
  padding: 0.7% 1.2%;
  border-radius: 20px;
  background-color: #fff;
}
.history-btncp:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s all;
}
.l .history-btncp {
  position: absolute;
  top: 76px;
  left: 68%;
  font-size: 19px;
  font-weight: 700;
  color: #004315;
  border: 2px solid #004315;
  border-radius: 20px;
  background-color: #fff;
}

.sec-ttlText {
  padding-bottom: 2%;
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
  color: #004315;
}
.l .sec-ttlText {
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  color: #004315;
}
.history-inner {
  display: flex;
  flex-direction: column;
  gap: 8vw;
  max-width: 540px;
  width: 72%;
  margin: 0 auto;
}
.l .history-inner {
  gap: 60px;
  width: 100%;
}
.history-id {
  user-select: text;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
  /* width: 100%;
  display: block; */
  margin: 0 auto;
  padding: 3% 2% 2%;
  border-radius: 7px;
  background-color: #fff;
  color: #004315;
  font-size: 4.8vw;
  font-weight: 600;
  text-align: center;
}
.l .history-id {
  border-radius: 14px;
  font-size: 36px;
}
.sec-ttlImg {
  width: 41%;
  margin: 0 auto;
}
.history-box-list {
  margin-top: -3.5%;
  display: flex;
  flex-direction: column;
  gap: 2.66vw;
  color: #004315;
}
.l .history-box-list {
  margin-top: -5%;
  gap: 20px;
}
.history-list-item {
  padding: 6.5% 11.2% 9%;
  border: 3px solid #004315;
  border-radius: 13px;
  background-color: #fff;
}
.history-list-itemColumn {
  display: flex;
  flex-direction: column;
  gap: 2.2vw;
}
.l .history-list-itemColumn {
  gap: 20px;
}
.history-list-itemDate {
  text-align: center;
  font-size: 3.46vw;
  font-weight: 500;
}
.l .history-list-itemDate {
  font-size: 26px;
}
.year {
  font-size: 4.8vw;
}
.l .year {
  font-size: 36px;
}
.month {
  font-size: 5vw;
}
.l .month {
  font-size: 36px;
}
.day {
  font-size: 5vw;
}
.l .day {
  font-size: 36px;
}
.history-list-itemPrize {
  display: flex;
  align-items: center;
  gap: 3.73vw;
}
.prize-item {
  width: fit-content;
  padding: 2.7% 7.6%;
  background-color: #004315;
  border-radius: 7px;
  color: #fff;
  font-size: 4vw;
}
.l .prize-item {
  border-radius: 14px;
  font-size: 30px;
}
.prize-Appnum {
  font-size: 4.16vw;
  font-weight: 600;
}
.l .prize-Appnum {
  font-size: 30px;
}
.history .c-btn {
  width: 100%;
}

/* .enquete {
  display: none;
} */
.enqueteCheck {
  display: none;
}
.enqueteComplete {
  display: none;
}

.tagArea {
  width: 0;
  height: 0;
}
.tagArea.GTM_QAscroll10,
.tagArea.GTM_QAscroll12,
.tagArea.GTM_POPscroll05,
.tagArea.GTM_POPscroll06 {
  display: none;
}

/* enquete.html */
.progressbar {
  padding-top: 7.3%;
}
.item-ttl {
  font-size: 4vw;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.l .item-ttl {
  font-size: 30px;
}
.enquete {
  padding: 8% 0 13.4%;
}
/* 選択肢 */
.enquete-list {
  padding: 10.8% 0;
  display: flex;
  flex-direction: column;
  gap: 10.6vw;
}
.l .enquete-list {
  gap: 80px;
}
.enquete-list-item {
  display: flex;
  flex-direction: column;
  gap: 2.66vw;
}
.l .enquete-list-item {
  gap: 20px;
}
.enquete-list .enquete-list-item:first-child,
.enquete-list .enquete-list-item:nth-child(2) {
  display: flex;
  flex-direction: unset;
  flex-wrap: wrap;
  gap: 2.66vw;
}
.l .enquete-list .enquete-list-item:first-child,
.l .enquete-list .enquete-list-item:nth-child(2) {
  gap: 20px;
}
.halfBtn {
  width: 48.5%;
  display: flex;
  align-items: center;
  gap: 4vw;
  outline: 0.53vw solid rgba(204, 204, 204, 0.6);
  border-radius: 8px;
  padding: 3.2vw;
  background-color: #fff;
  cursor: pointer;
  font-size: 3.73vw;
  font-weight: 600;
}
.l .halfBtn {
  width: 47%;
  gap: 20px;
  outline: 2px solid rgba(204, 204, 204, 0.6);
  border-radius: 16px;
  padding: 23px;
  font-size: 28px;
}
.normalBtn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4vw;
  outline: 0.53vw solid rgba(204, 204, 204, 0.6);
  border-radius: 8px;
  padding: 3.2vw;
  background-color: #fff;
  cursor: pointer;
  font-size: 3.73vw;
  font-weight: 600;
}
.l .normalBtn {
  gap: 20px;
  outline: 2px solid rgba(204, 204, 204, 0.6);
  border-radius: 16px;
  padding: 23px;
  font-size: 28px;
}
.checkbox-row,
.radio-row {
  display: flex;
  align-items: center;
  gap: 4vw;
}
.l .checkbox-row,
.l .radio-row {
  gap: 20px;
}
.otherBtn {
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2vw;
}
.enquete-list-item input[type='radio'],
.enquete-list-item input[type='checkbox'] {
  position: relative;
  flex-shrink: 0;
  width: 7.1vw;
  height: 7.1vw;
  background-color: #ccc;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l .enquete-list-item input[type='radio'],
.l .enquete-list-item input[type='checkbox'] {
  width: 54px;
  height: 54px;
}

.enquete-list-item input[type='checkbox'] {
  border-radius: 5px;
}
.l .enquete-list-item input[type='checkbox'] {
  border-radius: 11px;
}
.enquete-list-item input[type='radio']::before {
  display: inline-block;
  content: '';
  width: 4.6vw;
  height: 4.6vw;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.l .enquete-list-item input[type='radio']::before {
  width: 34px;
  height: 34px;
}

/* 選択時 */
.enquete-list-item input[type='radio']:checked {
  background-color: #fff;
  border: 1px solid #004315;
}

.enquete-list-item input[type='radio']:checked::before {
  background-color: #004315;
}

.enquete-list-item input[type='checkbox']:checked {
  background-color: #004315;
}
.enquete-list-item input[type='checkbox']:checked:after {
  content: '';
  position: absolute;
  top: 35%;
  left: 27%;
  width: 3.2vw;
  height: 1.6vw;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.l .enquete-list-item input[type='checkbox']:checked::after {
  top: 29%;
  width: 26px;
  height: 15px;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
}

._text {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: unset;
  font-size: 3.73vw;
}
.l ._text {
  border-bottom: 2px solid #ddd;
  font-size: 28px;
}
.enquete-list-item input::placeholder,
.enquete-list-item textarea::placeholder {
  color: #ccc;
}
.empty-space {
  width: 48.5%;
}

.item-img {
  width: 63%;
  margin: 0 auto 2.7%;
}
.textarea {
  width: 100%;
  outline: 0.53vw solid rgba(204, 204, 204, 0.6);
  border-radius: 8px;
  border: none;
  padding: 5vw 5.6vw;
  background-color: #fff;
  font-size: 3.73vw;
  font-weight: 600;
  resize: none;
}
.l .textarea {
  outline: 2px solid rgba(204, 204, 204, 0.6);
  border-radius: 16px;
  padding: 38px 43px;
  font-size: 28px;
}

/* アンケートチェック */
.enqueteCheck {
  padding: 7.8% 0 13%;
}
.enquete-answerBox {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4vw;
  padding: 3%;
  background-color: #f7d618;
  border-radius: 8px;
}
.l .enquete-answerBox {
  gap: 20px;
  border-radius: 16px;
}
.answer-iconRadio {
  position: relative;
  flex-shrink: 0;
  width: 7.1vw;
  height: 7.1vw;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #004315;
}
.l .answer-iconRadio {
  width: 54px;
  height: 54px;
  border: 2px solid #004315;
}
.answer-iconRadio::before {
  display: inline-block;
  content: '';
  width: 4.53vw;
  height: 4.53vw;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #004315;
}
.l .answer-iconRadio::before {
  width: 34px;
  height: 34px;
}
.answer-iconCheckbox {
  appearance: none;
  position: relative;
  flex-shrink: 0;
  width: 7.1vw;
  height: 7.1vw;
  border-radius: 5px;
  cursor: pointer;
  background-color: #004315;
}
.l .answer-iconCheckbox {
  width: 54px;
  height: 54px;
  border-radius: 11px;
}
.answer-iconCheckbox::after {
  content: '';
  position: absolute;
  top: 35%;
  left: 27%;
  width: 3.2vw;
  height: 1.6vw;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.l .answer-iconCheckbox::after {
  top: 29%;
  width: 26px;
  height: 15px;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
}
/* その他の場合 */
.enquete-answerOherBox {
  flex-direction: column;
  align-items: flex-start;
  gap: 3.2vw;
}
.l .enquete-answerOherBox {
  gap: 20px;
}
.answer-row {
  display: flex;
  align-items: center;
  gap: 4vw;
}
.l .answer-row {
  gap: 20px;
}
.answer-text {
  border-bottom: 1px solid #004315;
}
/* 最後の任意のコメント */
.enquete-answerCommentBox {
  background-color: #fff;
  border: 2px solid #f7d618;
}
.enquete-answerBox p {
  width: 100%;
  font-size: 3.73vw;
  font-weight: 700;
}
.l .enquete-answerBox p {
  font-size: 28px;
}
.btn-group {
  display: flex;
  flex-direction: column;
  gap: 5.33vw;
}

/* アンケート完了 */
.enqueteComplete {
  position: relative;
  z-index: 2;
  padding: 10.2% 0 14.5%;
  display: flex;
  flex-direction: column;
  gap: 8vw;
}
.l .enqueteComplete {
  position: relative;
  z-index: 2;
  padding: 10.2% 0 14.5%;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.complete-text {
  text-align: center;
  color: #fff;
  font-size: 5.6vw;
  font-weight: 800;
}
.l .complete-text {
  font-size: 42px;
}
.enqueteComplete .complete-img {
  width: 23.5%;
  margin: 0 auto;
}

/* upload.html */
/* .uploadInfo {
  display: none;
} */
.uploadCorse {
  display: none;
}

.uploadInfo {
  padding: 8.8% 0 16.6%;
}
.upload-text {
  font-size: 4vw;
  font-weight: 500;
}
.l .upload-text {
  font-size: 26px;
}
.uploadInfo .upload-text {
  text-align: left;
  color: #383838;
  letter-spacing: -0.8px;
}
.uploadInfo .upload-text:nth-of-type(1) {
  padding-top: 7%;
  text-align: center;
  color: #004315;
  letter-spacing: 0;
}
.uploadInfo-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10.2% 0 4%;
  font-size: 3.46vw;
  font-weight: 700;
  color: #383838;
}
.l .uploadInfo-ttl {
  padding: 70px 0 40px;
  font-size: 22px;
}
.uploadInfo .uploadInfo-ttl:last-of-type {
  padding: 7% 0 7%;
}
.uploadInfo-ttl:before,
.uploadInfo-ttl:after {
  border-top: 0.6vw solid #383838;
  content: '';
  width: 28%;
}
.l .uploadInfo-ttl:before,
.l .uploadInfo-ttl:after {
  border-top: 2px solid #383838;
  width: 30%;
}
.uploadInfo-ttl:before {
  margin-right: 3%;
}
.l .uploadInfo-ttl:before {
  margin-right: 3%;
}
.uploadInfo-ttl:after {
  margin-left: 2%;
}
.l .uploadInfo-ttl:after {
  margin-left: 2%;
}
.uploadInfo-list {
  display: flex;
  flex-direction: column;
  gap: 5.33vw;
}
.l .uploadInfo-list {
  gap: 40px;
}
.uploadInfo .uploadInfo-list:last-of-type {
  padding-bottom: 11.6%;
}
.uploadInfo-list-item {
  display: flex;
  flex-direction: column;
  gap: 4vw;
  padding: 4.4% 7% 9%;
  background-color: #fff;
  border-radius: 13px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
  color: #333333;
}
.l .uploadInfo-list-item {
  gap: 30px;
  border-radius: 26px;
}
.uploadInfo-list-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.66vw;
  color: #511300;
  font-size: 4.8vw;
  font-weight: bold;
}
.l .uploadInfo-list-ttl {
  gap: 21px;
  font-size: 36px;
}
.uploadInfo-list-text {
  text-align: center;
  font-size: 3.46vw;
  font-weight: 500;
}
.l .uploadInfo-list-text {
  font-size: 26px;
}
.uploadInfo-list-img {
  display: flex;
  flex-direction: column;
  gap: 5.33vw;
}
.l .uploadInfo-list-img {
  gap: 40px;
}
.underline {
  border-bottom: 1px solid #383838;
  font-size: 3.73vw;
  font-weight: 800;
}
.l .underline {
  border-bottom: 2px solid #383838;
  font-size: 28px;
}
.uploadInfo-list-step {
  width: 18.3%;
}
/* 撮影するボタンクリック後（Android） モーダル*/
.androidModal {
  font-family: 'Noto Sans JP';
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.androidModal .modal-content {
  background: #fff;
  padding: 30px 11px;
  border-radius: 8px;
  max-width: 352px;
  margin: 80px auto 0 auto;
  text-align: center;
}
.l .androidModal .modal-content {
  margin: 60px auto 0 auto;
}
.modal-text {
  font-size: 16px;
  font-weight: 600;
}
.androidModal button {
  font-size: 16px;
  margin: 26px 10px 0;
}

/* アップロード確認 */
.upload {
  display: flex;
  flex-direction: column;
  gap: 8vw;
  padding: 8.7% 0 14.5%;
}
.l .upload {
  gap: 60px;
}
.upload-box-ttl {
  color: #fff;
  background-color: #004315;
  border-radius: 13px 13px 0 0;
  padding: 2.8% 0;
  font-size: 4.26vw;
  font-weight: 700;
  text-align: center;
}
.l .upload-box-ttl {
  border-radius: 26px 26px 0 0;
  font-size: 32px;
}
.box-content {
  display: flex;
  flex-direction: column;
  gap: 5.33vw;
  padding: 5.8% 7.3% 12%;
  background-color: #fff;
  border-radius: 0 0 13px 13px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
  color: #333333;
}
.l .box-content {
  gap: 40px;
  border-radius: 0 0 26px 26px;
}
.box-content-text {
  color: #004315;
  text-align: center;
  font-size: 3.73vw;
  font-weight: 500;
}
.l .box-content-text {
  font-size: 28px;
}
.upload-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.5vw;
}
.l .upload-column {
  gap: 20px;
}

/* 購入数選択 */
.uploadSelect {
  position: relative;
  width: 30.5%;
  margin: 0 auto;
}
.select {
  width: 100%;
  margin: 0 auto;
  padding: 8.7% 0;
  border: 0;
  outline: 0.53vw solid #ddd;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  text-align-last: center;
  padding-left: 0;
  background-color: #fff;
}
.l .select {
  outline: 2px solid rgba(204, 204, 204, 0.6);
  font-size: 30px;
}
select:invalid {
  color: #ccc;
}
select option:first-child {
  color: #ccc;
}
.uploadSelect::after {
  content: '';
  position: absolute;
  top: 44%;
  right: 10%;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 2px solid #004315;
  border-bottom: 2px solid #004315;
  border-radius: 1px;
  transform: rotate(45deg);
  translate: 0 -50%;
}
.l .uploadSelect::after {
  width: 15px;
  height: 15px;
  border-right: 3px solid #004315;
  border-bottom: 3px solid #004315;
  border-radius: 12%;
}
.upload .box-content .c-btn {
  width: 90%;
}
.upload .upload-column {
  padding-bottom: 6%;
}
.upload .upload-text {
  font-size: 3.6vw;
  letter-spacing: -1px;
  text-align: center;
}
.l .upload .upload-text {
  font-size: 25px;
  letter-spacing: -2px;
}
/* コース数と商品選択 */
.uploadCorse {
  padding: 8.7% 0 0;
}
.uploadCorse .upload-text {
  text-align: center;
}
.uploadCorse #nowNumber {
  width: 30.5%;
  margin: 0 auto;
  padding: 3% 0 3%;
}
.uploadCorse-bg {
  padding-bottom: 14.5%;
  background-image: url(../img/LIFF/uploadCorse-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.uploadCorse-list {
  display: flex;
  flex-direction: column;
  gap: 4.8vw;
  padding: 14% 4% 7%;
}
.l .uploadCorse-list {
  gap: 37px;
}
.uploadCorse-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.uploadCorse-item-name {
  display: flex;
  align-items: flex-end;
  gap: 2vw;
  flex: 1 1 auto;
  min-width: 0;
}
.l .uploadCorse-item-name {
  gap: 19px;
}
.uploadCorse .upload-column:first-of-type {
  width: 100%;
  padding-top: 5%;
}
.uploadCorse .upload-column {
  gap: 2vw;
  width: 30%;
  text-align: right;
  flex-shrink: 0;
}
.l .uploadCorse .upload-column {
  gap: 17px;
}
.uploadCorse-item-name p {
  margin: 0;
  font-size: 4vw;
  font-weight: 800;
  letter-spacing: -1px;
  word-break: break-word;
}
.l .uploadCorse-item-name p {
  font-size: 28px;
}
.uploadCorse-item-name img {
  width: 21%;
  flex-shrink: 0;
}
.uploadCorse .uploadSelect {
  width: 100%;
}
.uploadCorse .uploadCorse-list-item:last-of-type .uploadSelect {
  width: 40%;
}
.l .uploadCorse .uploadCorse-list-item:last-of-type .uploadSelect {
  width: 30%;
}
.uploadCorse-info {
  text-align: center;
  font-size: 3.73vw;
  font-weight: 500;
}
.l .uploadCorse-info {
  font-size: 28px;
}
.uploadCorse .c-btn {
  padding-top: 10.7%;
}

/* complete.html */
.complete {
  padding-bottom: 14.5%;
}
.complete-img {
  width: 100%;
}
.complete .c-btn {
  padding-top: 8%;
}
