@charset "UTF-8";
/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
.assignSection_submit, .submitButton_input {
  position: relative;
  overflow: hidden;
  background: #0074e7;
  color: #fff;
}
.assignSection_submit:after, .submitButton_input:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#1124E9));
  background: -webkit-linear-gradient(right, transparent 0%, #1124E9 100%);
  background: linear-gradient(to left, transparent 0%, #1124E9 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.assignSection_submit:hover:after, .submitButton_input:hover:after {
  opacity: 1;
}

input {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.loginError {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #EF020B;
  line-height: 1.53;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .loginError {
    font-size: 17px;
  }
}
@media print, screen and (max-width: 767px) {
  .loginError {
    font-size: 13px;
  }
}

.langEn {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #a9adb3;
  font-size: 13px;
  font-weight: normal !important;
  line-height: 1;
  letter-spacing: 0.04em;
}

body {
  background-color: #f2f7fa;
}

.couponContainer {
  width: 100%;
  margin: 0 auto;
  background-color: #f2f7fa;
}

.couponContainer_inner {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .couponContainer_inner {
    padding: 0 20px;
  }
}
.couponContainer_inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(transparent));
  background: -webkit-linear-gradient(top, #fff 70%, transparent);
  background: linear-gradient(to bottom, #fff 70%, transparent);
}
@media print, screen and (min-width: 768px) {
  .couponContainer_inner:before {
    height: 270px;
  }
}
@media print, screen and (max-width: 767px) {
  .couponContainer_inner:before {
    height: 150px;
  }
}

.validity {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 20px;
  border-radius: 24px;
  background-color: #fff;
  margin: 0 auto 40px;
}
@media print, screen and (min-width: 768px) {
  body:has(.suspendSection) .validity {
    margin-bottom: 120px;
  }
}
@media print, screen and (max-width: 767px) {
  body:has(.suspendSection) .validity {
    margin-bottom: 72px;
  }
}

.validityText {
  letter-spacing: 0;
  color: #EF020B;
}
@media print, screen and (min-width: 768px) {
  .validityText {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .validityText {
    font-size: 14px;
  }
}
.validityText .langEn {
  color: #F79DA1;
}
@media print, screen and (min-width: 768px) {
  .validityText .langEn {
    font-size: inherit;
  }
}
@media print, screen and (max-width: 767px) {
  .validityText .langEn {
    font-size: 12px;
  }
}

.controlNumber {
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.controlNumber_inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .controlNumber_inner {
    padding: 12px 100px;
  }
}
@media print, screen and (max-width: 767px) {
  .controlNumber_inner {
    padding: 12px 20px 20px;
  }
}

.controlNumber_content {
  text-align: right;
  font-size: 11px;
  line-height: 1.54;
}
.controlNumber_content .langEn {
  font-size: inherit;
}

.brandSection {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .brandSection {
    margin-bottom: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .brandSection {
    margin-bottom: 36px;
  }
}
@media print, screen and (max-width: 767px) {
  body:has(.validity) .brandSection {
    margin-bottom: 16px;
  }
}

.brandSection_logo {
  position: relative;
  aspect-ratio: 260/101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .brandSection_logo {
    width: 520px;
  }
}
@media print, screen and (max-width: 767px) {
  .brandSection_logo {
    width: 334px;
  }
}
.brandSection_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.brandSection_logoImage {
  width: 520px;
  height: 202px;
}

.brandSection_info {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .brandSection_info {
    margin-top: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .brandSection_info {
    margin-top: 20px;
  }
}

.brandSection_infoContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.brandSection_companyText {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .brandSection_companyText {
    line-height: 1.6;
  }
}
@media print, screen and (max-width: 767px) {
  .brandSection_companyText {
    line-height: 1.76;
  }
}

.brandSection_decoration {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 133px;
}

.brandSection_decorationImage {
  width: 100%;
  height: 100%;
}

.assignSection {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #dadfe6;
  width: 100%;
  background-color: #fff;
  border-radius: 6px 6px 0 0;
}

.assignSection_content {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .assignSection_content {
    padding: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .assignSection_content {
    padding: 24px 24px 20px;
  }
}

.assignSection_header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.assignSection_headerInfo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 13px;
}
.assignSection_headerInfo .langEn {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  margin-top: 5px;
  font-size: 13px;
}

.assignSection_icon {
  aspect-ratio: 1.7134268537;
  position: relative;
  top: -1px;
}
.assignSection_icon img, .assignSection_icon svg, .assignSection_icon iframe, .assignSection_icon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .assignSection_icon {
    width: 28px;
    margin-right: 12px;
  }
}
@media print, screen and (max-width: 767px) {
  .assignSection_icon {
    width: 26px;
    margin-right: 8px;
  }
}

.assignSection_title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
}

.assignSection_remaining {
  color: #0074e7;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .assignSection_remaining {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .assignSection_remaining {
    font-size: 13px;
  }
}
.assignSection_remaining .langEn {
  margin-top: 5px;
  font-size: 13px;
  color: #98C7F5;
}

.assignSection_inputArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.assignSection_inputArea:has(select)::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 18px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #dadfe6;
  border-right: 2px solid #dadfe6;
  rotate: 45deg;
}

.assignSection_priceInput,
.assignSection_ticketsInput {
  height: 47px;
  font-size: 21px;
  font-weight: bold;
  border-radius: 6px;
  padding: 0 16px;
}

.assignSection_priceInput {
  border: 1px solid #a9adb3;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .assignSection_priceInput {
    width: 201px;
  }
}
@media print, screen and (max-width: 767px) {
  .assignSection_priceInput {
    min-width: 120px;
    width: 60%;
  }
}

.assignSection_ticketsInput {
  width: 83px;
  border: 2px solid #dadfe6;
  color: #333;
  background-color: #fff;
}

.assignSection_unit {
  font-size: 15px;
  font-weight: bold;
  margin-left: 12px;
}

.assignSection_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px 12px;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .assignSection_button {
    padding: 18px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .assignSection_button {
    padding: 14px 0;
  }
}
.assignSection_button .langEn {
  width: 100%;
  font-size: 13px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.assignSection_submit.is-disabled {
  pointer-events: none;
  color: #a9adb3;
  background: #dadfe6;
}

.assignSection_update {
  color: #0074e7;
  border: 1px solid #0074e7;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.assignSection_update .langEn {
  color: #98C7F5;
}
@media (hover: hover) {
  .assignSection_update:hover {
    background-color: #0074e7;
    color: #fff;
  }
  .assignSection_update:hover svg {
    stroke: #fff;
  }
  .assignSection_update:hover .langEn {
    color: #fff;
  }
}

.assignSection_updateIcon {
  aspect-ratio: 0.9076738609;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
}
.assignSection_updateIcon img, .assignSection_updateIcon svg, .assignSection_updateIcon iframe, .assignSection_updateIcon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.assignSection_updateIcon svg {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  stroke: #0074e7;
}

.assignSection_buttonText {
  position: relative;
  z-index: 1;
  font-weight: bold;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .assignSection_buttonText {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .assignSection_buttonText {
    font-size: 13px;
  }
}

.assignSection_comment {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  padding: 4px 8px;
  margin-top: 9px;
  background-color: #f2f7fa;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.qrSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}
@media print, screen and (min-width: 768px) {
  .qrSection {
    padding: 48px 0 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .qrSection {
    padding: 48px 20px 24px;
  }
}

.qrSection_content {
  width: 100%;
}

.qrSection_display {
  aspect-ratio: 1;
  width: 176px;
  margin-left: auto;
  margin-right: auto;
}
.qrSection_display img, .qrSection_display svg, .qrSection_display iframe, .qrSection_display video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (min-width: 768px) {
  .qrSection_display {
    margin-bottom: 48px;
  }
}
@media print, screen and (max-width: 767px) {
  .qrSection_display {
    margin-bottom: 40px;
  }
}

.qrSection_displayDisabled {
  text-align: center;
  background-color: #a9adb3;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.qrSection_displayActive {
  aspect-ratio: 1;
  width: 100%;
}
.qrSection_displayActive img, .qrSection_displayActive svg, .qrSection_displayActive iframe, .qrSection_displayActive video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.qrSection_displayReload {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  color: #fff;
  background-color: #0074e7;
  border-radius: 16px;
  font-size: 13px;
  padding: 7px 13px;
  cursor: pointer;
}
@media (hover: hover) {
  .qrSection_displayReload:hover {
    opacity: 0.5;
  }
}
.qrSection_displayReload input {
  color: #fff;
}

.qrSection_displayReload_icon {
  aspect-ratio: 1.222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
}
.qrSection_displayReload_icon img, .qrSection_displayReload_icon svg, .qrSection_displayReload_icon iframe, .qrSection_displayReload_icon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.qrSection_displayReload_icon svg {
  stroke: #fff;
}

.qrSection_displayText {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.77;
}

.qrSection_cameraButton, .shareButton_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px 12px;
  width: 100%;
  border: 1px solid #0074e7;
  border-radius: 6px;
  margin: 0 auto 16px;
  opacity: 0.3;
  max-width: 344px;
  width: 100%;
  background: #fff;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .qrSection_cameraButton, .shareButton_input {
    padding: 18px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .qrSection_cameraButton, .shareButton_input {
    padding: 14px 0;
  }
}
.qrSection_cameraButton.is-active, .is-active.shareButton_input {
  pointer-events: auto;
  opacity: 1;
}
.qrSection_cameraButton.is-active .langEn, .is-active.shareButton_input .langEn {
  color: #98C7F5;
}
@media (hover: hover) {
  .qrSection_cameraButton:hover, .shareButton_input:hover {
    background-color: #0074e7;
  }
  .qrSection_cameraButton:hover svg, .shareButton_input:hover svg {
    fill: #fff;
  }
  .qrSection_cameraButton:hover .langEn, .shareButton_input:hover .langEn {
    color: #fff;
  }
}
.qrSection_cameraButton .langEn, .shareButton_input .langEn {
  width: 100%;
  font-size: 13px;
  text-align: center;
  color: #0074e7;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.qrSection_cameraIcon {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
}
.qrSection_cameraIcon img, .qrSection_cameraIcon svg, .qrSection_cameraIcon iframe, .qrSection_cameraIcon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.qrSection_cameraIcon svg {
  fill: #0074e7;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.qrSection_cameraButtonText, .shareButton_text {
  color: #0074e7;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .qrSection_cameraButton:hover .qrSection_cameraButtonText, .qrSection_cameraButton:hover .shareButton_text, .shareButton_input:hover .qrSection_cameraButtonText, .shareButton_input:hover .shareButton_text {
    color: #fff;
  }
}

.qrSection_refreshButton {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  cursor: pointer;
}
@media (hover: hover) {
  .qrSection_refreshButton:hover {
    opacity: 0.5;
  }
}
.qrSection_refreshButton .langEn {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  font-size: 13px;
  text-align: center;
}

.qrSection_refreshIcon {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
}
.qrSection_refreshIcon img, .qrSection_refreshIcon svg, .qrSection_refreshIcon iframe, .qrSection_refreshIcon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.qrSection_refreshText {
  color: #777;
  font-size: 13px;
  letter-spacing: 0.04em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

.passwordSection {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  background-color: #fff;
  width: 100%;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) {
  .passwordSection {
    padding: 12px 12px 12px 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .passwordSection {
    padding: 8px 8px 8px 16px;
  }
}

.passwordSection_content {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .passwordSection_content {
    -ms-grid-columns: 1fr 342px;
    grid-template-columns: 1fr 342px;
  }
}
@media print, screen and (max-width: 767px) {
  .passwordSection_content {
    -ms-grid-columns: 1fr 56.6%;
    grid-template-columns: 1fr 56.6%;
  }
}

.passwordSection_label {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 9px 12px;
}
.passwordSection_label .langEn {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  font-size: 13px;
}

.passwordSection_icon {
  aspect-ratio: 0.7799019608;
  width: 16px;
}
.passwordSection_icon img, .passwordSection_icon svg, .passwordSection_icon iframe, .passwordSection_icon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.passwordSection_labelText {
  line-height: 1;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.passwordSection_input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #dadfe6;
  border-radius: 6px;
  height: 48px;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  letter-spacing: 0.04em;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) {
  .passwordSection_input {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .passwordSection_input {
    font-size: 15px;
  }
}
.passwordSection_input::-webkit-input-placeholder {
  font-size: 13px;
  color: #a9adb3;
}
.passwordSection_input::-moz-placeholder {
  font-size: 13px;
  color: #a9adb3;
}
.passwordSection_input:-ms-input-placeholder {
  font-size: 13px;
  color: #a9adb3;
}
.passwordSection_input::-ms-input-placeholder {
  font-size: 13px;
  color: #a9adb3;
}
.passwordSection_input::placeholder {
  font-size: 13px;
  color: #a9adb3;
}

.noticeSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.noticeSection_container {
  width: 521px;
}

.noticeSection_title {
  text-align: center;
  margin-bottom: 8px;
  color: #0074e7;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .noticeSection_title {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .noticeSection_title {
    font-size: 15px;
  }
}
.noticeSection_title .langEn {
  color: #98C7F5;
}

.noticeSection_content {
  letter-spacing: 0.04em;
  line-height: 1.77;
  font-size: 13px;
  text-align: center;
}

.submitButton {
  margin: 40px auto 0;
}
body:has(.loginSection) .submitButton {
  margin: 32px auto 0;
}

.submitButton_error {
  display: none;
  color: #EF020B;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .submitButton_error {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .submitButton_error {
    font-size: 13px;
  }
}
.submitButton_error .langEn {
  color: #F79CA0;
}

.submitButton_input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  padding: 0 32px;
  max-width: 400px;
  width: 100%;
  padding: 25px 0px;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.submitButton_input.is-disabled {
  background-color: #dadfe6;
  pointer-events: none;
}
.submitButton_input.is-disabled .langEn {
  color: #a9adb3;
}
.submitButton_input .langEn {
  position: absolute;
  left: 50%;
  bottom: 29px;
  translate: -50% 0;
  color: #fff;
}

.submitButton_text {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.is-disabled .submitButton_text {
  color: #a9adb3;
}
.submitButton_input:has(.langEn) .submitButton_text {
  padding-bottom: 24px;
}

.submitButton_icon {
  position: relative;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.submitButton_icon span {
  position: absolute;
  top: 50%;
}
.submitButton_icon span:nth-child(1) {
  left: 8px;
  translate: 0 -50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0074e7;
  border-right: 2px solid #0074e7;
  rotate: 45deg;
}
.submitButton_icon span:nth-child(2) {
  left: 50%;
  translate: -50% -50%;
  width: 9px;
  height: 2px;
  background-color: #0074e7;
}
.is-disabled .submitButton_icon span:nth-child(1) {
  border-top: 2px solid #a9adb3;
  border-right: 2px solid #a9adb3;
}
.is-disabled .submitButton_icon span:nth-child(2) {
  background-color: #a9adb3;
}

.submitButton_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submitButton_iconImage {
  width: 9px;
  height: 6px;
}

.shareButton {
  margin-top: 24px;
}

.shareButton_input {
  max-width: 400px;
  height: 56px;
}

.shareButton_icon {
  aspect-ratio: 1;
  width: 18px;
}
.shareButton_icon img, .shareButton_icon svg, .shareButton_icon iframe, .shareButton_icon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.shareButton_icon svg {
  stroke: #0074e7;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
@media (hover: hover) {
  .shareButton_input:hover .shareButton_icon svg {
    stroke: #fff;
  }
}

.historySection {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .historySection {
    margin-top: 96px;
    padding: 58px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .historySection {
    margin-top: 64px;
    padding: 32px 0;
  }
}
@media print, screen and (min-width: 768px) {
  body:has(.suspendSection) .historySection {
    margin-top: 120px;
  }
}
@media print, screen and (max-width: 767px) {
  body:has(.suspendSection) .historySection {
    margin-top: 64px;
  }
}
.historySection::before, .historySection::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  height: 84px;
  background-color: #fff;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .historySection::before, .historySection::after {
    min-width: 1280px;
    width: 110%;
  }
}
@media print, screen and (max-width: 767px) {
  .historySection::before, .historySection::after {
    width: 136%;
  }
}
.historySection::before {
  top: 1px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}
.historySection::after {
  bottom: 1px;
  border-radius: 0 0 50% 50%/0 0 100% 100%;
}

.historySection_main {
  background-color: #fff;
  width: 100%;
}

.historySection_mainContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px 0 46px;
}

.historySection_content {
  position: relative;
  max-width: 520px;
  width: 100%;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .historySection_content {
    padding: 0 20px;
  }
}

.historySection_title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 768px) {
  .historySection_title {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .historySection_title {
    font-size: 17px;
  }
}

.historySection_empty {
  color: #a9adb3;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .historySection_empty {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .historySection_empty {
    font-size: 14px;
  }
}

.historySection_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.historySection_item {
  background-color: #f2f7fa;
  border-radius: 6px;
  padding: 20px;
  width: 100%;
}
.historySection_item + .historySection_item {
  margin-top: 8px;
}

.historySection_itemContent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}

.historySection_shopName {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .historySection_shopName {
    margin-bottom: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .historySection_shopName {
    margin-bottom: 12px;
  }
}

.historySection_date {
  color: #777;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .historySection_date {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 767px) {
  .historySection_date {
    font-size: 11px;
  }
}

.historySection_count {
  font-weight: bold;
  font-size: 15px;
}

.accordionSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 768px) {
  .accordionSection {
    padding-bottom: 64px;
    margin-top: 96px;
  }
}
@media print, screen and (max-width: 767px) {
  .accordionSection {
    margin-top: 64px;
    padding-bottom: 40px;
  }
}

.accordionSection_container {
  width: 894px;
}

.accordionItem {
  border-top: 1px solid #dadfe6;
}
.accordionItem:last-child {
  border-bottom: 1px solid #dadfe6;
}

.accordionItem_header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .accordionItem_header {
    padding: 24px 1px;
  }
}
@media print, screen and (max-width: 767px) {
  .accordionItem_header {
    padding: 16px 1px;
  }
}

.accordionItem_title {
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 768px) {
  .accordionItem_title {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .accordionItem_title {
    font-size: 17px;
  }
}

.accordionItem_icon {
  position: relative;
  aspect-ratio: 1;
  width: 24px;
}
.accordionItem_icon::before, .accordionItem_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 14px;
  height: 1px;
  background: #0074e7;
  border-radius: 25px;
}
.accordionItem_icon::before {
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
  rotate: 90deg;
}
.is-open .accordionItem_icon::before {
  rotate: 0deg;
}

.accordionItem_content {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .accordionItem_content {
/*    padding: 0 1px 24px;*/
    padding: 0 1px 0px;
  }
}
@media print, screen and (max-width: 767px) {
  .accordionItem_content {
/*    padding: 0 1px 16px;*/
    padding: 0 1px 0px;
  }
}

.accordionItem_text {
  letter-spacing: 0.04em;
  line-height: 1.53;
}
@media print, screen and (min-width: 768px) {
  .accordionItem_text {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .accordionItem_text {
    font-size: 15px;
  }
}
.accordionItem_text a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #32b5e5;
  text-decoration: underline;
}
@media (hover: hover) {
  .accordionItem_text a:hover {
    opacity: 0.5;
  }
}

.completeSection {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .completeSection {
    margin-top: 104px;
  }
}
@media print, screen and (max-width: 767px) {
  .completeSection {
    margin-top: 80px;
  }
}

.completeSection_heading {
  font-weight: bold;
  color: #0074e7;
  letter-spacing: 0;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .completeSection_heading {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .completeSection_heading {
    font-size: 23px;
  }
}

.completeSection_text {
  line-height: 1.53;
}
@media print, screen and (min-width: 768px) {
  .completeSection_text {
    margin-top: 8px;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .completeSection_text {
    margin-top: 12px;
    font-size: 15px;
  }
}

.completeSection_card {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .completeSection_card {
    padding: 24px;
    margin-top: 64px;
  }
}
@media print, screen and (max-width: 767px) {
  .completeSection_card {
    padding: 20px;
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .completeSection_cardDate {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .completeSection_cardDate {
    margin-bottom: 12px;
    font-size: 13px;
  }
}

.completeSection_cardInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}
.completeSection_cardInfo + .completeSection_cardInfo {
  margin-top: 10px;
}

.completeSection_cardInfo_head {
  color: #777;
  line-height: 1.46;
}
@media print, screen and (min-width: 768px) {
  .completeSection_cardInfo_head {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 767px) {
  .completeSection_cardInfo_head {
    font-size: 11px;
  }
}

.completeSection_cardInfo_detail {
  font-weight: bold;
  line-height: 1.46;
}
@media print, screen and (min-width: 768px) {
  .completeSection_cardInfo_detail {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .completeSection_cardInfo_detail {
    font-size: 17px;
  }
}

@media print, screen and (min-width: 768px) {
  .usemoreSection {
    margin-top: 64px;
  }
}
@media print, screen and (max-width: 767px) {
  .usemoreSection {
    margin-top: 40px;
  }
}

.usemoreSection_text {
  max-width: 400px;
  margin: 14px auto 0;
  line-height: 1.77;
}
@media print, screen and (min-width: 768px) {
  .usemoreSection_text {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .usemoreSection_text {
    font-size: 11px;
  }
}
.usemoreSection_text .langEn {
  margin-top: 8px;
  font-size: inherit;
  color: #333;
  line-height: 1.7;
}

.loginSection {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) {
  .loginSection {
    padding: 32px;
  }
}
@media print, screen and (max-width: 767px) {
  .loginSection {
    padding: 24px 16px;
  }
}

.loginSection_content {
  width: 100%;
}

.loginSection_row {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .loginSection_row {
    -ms-grid-columns: 1fr 354px;
    grid-template-columns: 1fr 354px;
  }
}
@media print, screen and (max-width: 767px) {
  .loginSection_row {
    -ms-grid-columns: 1fr 68%;
    grid-template-columns: 1fr 68%;
  }
}
.loginSection_row + .loginSection_row {
  margin-top: 16px;
}

.loginSection_label {
  font-size: 17px;
  font-weight: bold;
}

.loginSection_input {
  width: 100%;
  border: 1px solid #dadfe6;
  border-radius: 6px;
  height: 48px;
  padding: 0 16px;
  font-size: 15px;
  letter-spacing: 0.04em;
  border-radius: 6px;
}

.loginError {
  margin-bottom: 24px;
}

.couponList {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.couponList_item {
  background-color: #fff;
  border-radius: 6px;
  padding: 24px;
}

.couponList_link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #32b5e5;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.84;
  text-decoration: underline;
}
@media (hover: hover) {
  .couponList_link:hover {
    opacity: 0.5;
  }
}

.couponBack {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #777;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
}
@media (hover: hover) {
  .couponBack:hover {
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 768px) {
  .couponBack {
    margin: 64px auto 0;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .couponBack {
    margin: 40px auto 0;
    font-size: 13px;
  }
}

.couponBack_icon {
  aspect-ratio: 0.8664285714;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
}
.couponBack_icon img, .couponBack_icon svg, .couponBack_icon iframe, .couponBack_icon video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.couponBack_icon svg {
  stroke: #777;
}

.suspendSection {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.suspendSection_title {
  margin-bottom: 8px;
  color: #EF020B;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.33;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .suspendSection_title {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .suspendSection_title {
    font-size: 23px;
  }
}

.suspendSection_text {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.87;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .suspendSection_text {
    font-size: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .suspendSection_text {
    font-size: 13px;
  }
}

.accordionItem_content + .accordionItem_header {
  border-top: 1px solid #d0d5dd;
}

.accordionItem_content {
  margin-bottom: 0;
}

.accordionItem_content:has(+ .accordionItem_header) {
  margin-bottom: 16px;
}
