#app * {
  box-sizing: border-box;
}

.background {
  background: rgba(50, 197, 255, 0.1);
}

.container {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 390px;
  padding: 20px 0;
}

.image {
  color: transparent;
  height: auto;
  width: 100%;
}

.image-overlay-container {
  display: block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 0;
  position: relative;
}

.overlay-button {
  bottom: 0;
  cursor: pointer;
  height: auto;
  left: 50%;
  max-width: 320px;
  position: absolute;
  transform: translateX(-50%);
  width: 85%;
}

#joinSugotokuButton2 {
  bottom: 100px;
}

#joinSugotokuButton3 {
  bottom: 70px;
}

#a0401,
#footer1 {
  margin-top: 20px;
}

.image-faq-1 {
  margin-top: 20px;
}

.pointer {
  cursor: pointer;
}

.coupon-code-container {
  position: relative;
  display: inline-block;
}

.coupon-code-text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  font-weight: bold;
  color: #00CDD7;
  text-align: center;
  font-family: Arial, sans-serif;
  pointer-events: none;
}

.coupon-button,
.coupon-code-area,
.copy-button,
.entry-button,
.campaign-button {
  display: none;
}

body.has-coupon .coupon-code-area,
body.has-coupon .copy-button {
  display: block;
}

body.has-coupon .coupon-button {
  display: none;
}

body.no-coupon .coupon-button {
  display: block;
}

body.no-coupon .coupon-code-area,
body.no-coupon .copy-button {
  display: none;
}

body.applied .campaign-button {
  display: block;
}

body.applied .entry-button {
  display: none;
}

body.not-applied .entry-button {
  display: block;
}

body.not-applied .campaign-button {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  position: relative;
  width: 80%;
  max-width: 320px;
  display: grid;
  gap: 0;
}

.point-history-container,
.terms-container {
  background-color: #00CDD7;
  margin-top: 20px;
  width: 100%;
}

.point-history-card,
.terms-card {
  background-color: white;
  border-radius: 12px;
  padding: 48px 16px;
  margin: 16px 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.terms-card {
  color: #666;
}

.terms-card h1,
.terms-card strong {
  color: #000;
}

.terms-card a {
  word-wrap: break-word;
  word-break: break-all;
}

.blue-text {
  color: #02bbff;
}

#pointHistoryImage {
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.point-history-description {
  color: #999;
  margin-top: 32px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.08px;
}

.point-history-list {
  margin-top: 24px;
}

.point-history-item {
  background-color: white;
  border: 2px solid #00CDD7;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 12px;
}

.point-history-item:last-child {
  margin-bottom: 0;
}

.point-history-title {
  color: #000;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: 1.28px;
  margin-bottom: 8px;
}

.point-history-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.point-history-row:last-child {
  margin-bottom: 0;
}

.point-history-label {
  color: #666;
  font-family: "Noto Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}

.point-history-value {
  color: #666;
  font-family: "Noto Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
}