* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  color: #43382E;
  background: #F5F3F1;
}

html,
body,
.tm-container-fluid {
  height: 100vh;
}

.cursor-pointer {
  cursor: pointer;
}

.show {
  display: block !important;
}

.showFlex {
  display: flex !important;
}

.hidden {
  display: none !important;
}


.tm-container-fluid {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.section-coupon-issue {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.section-coupon-issue .content {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #625C57;
  margin: 16px 0;
}

.section-coupon-issue .content .contentWrap {
  white-space: pre-line;
  text-align: center;
}

.section-custom {
  margin: auto;
  /* min-height: 300px; */
  background: #D9D9D9;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
}

.section-custom img {
  height: auto;
  aspect-ratio: unset !important;
}

.section-coupon {
  height: calc(100% - 80px);
  display: block;
  overflow: overlay;
  padding: 16px 16px 0 16px;
}

.section-coupon .section-note {
  padding: 0 10px;
  width: 100%;
  white-space: pre-line;
  text-align: center;
  color: #625C57;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 24px;
}

.section-coupon img {
  width: 100%;
  aspect-ratio: 376/241;
}

.section-coupon .image {
  margin: 0 -16px;
}

.section-coupon .info {
  padding: 16px 0;
}

.section-coupon .info .title {
  margin-bottom: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #43382E;
}

.section-coupon .info .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.section-coupon .info .tag li {
  border: 1px solid #83705D;
  border-radius: 13px;
  padding: 4px 8px;
  margin-bottom: 4px;
  min-height: 24px;
  line-height: 16px;
  font-size: 15px;
  list-style: none;
  color: #625C57;
  letter-spacing: 0.4px;
}

.section-coupon .info .tag li+li {
  margin-left: 4px;
}

.section-coupon .date {
  color: #625C57;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.section-coupon .content {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}

.section-coupon .content .contentDetail .head {
  position: relative;
  color: #43382E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
  margin-left: 4px;
}

.section-coupon .content .contentDetail .head::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 20px;
  top: 2px;
  left: -8px;
  background: #007E3F;
}

.section-coupon .content .contentDetail .description {
  word-break: break-all;
  white-space: pre-line;
  color: #625C57;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.section-coupon .content .contentDetail .description a {
  color: #0075FF;
}

.section-coupon .content .divider {
  border-bottom: 1px solid #d6d4d2;
  margin: 16px 0;
}

.buttonGroup {
  display: flex;
  justify-content: center;
}

.buttonFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFF6E5;
  border-radius: 10px 10px 0 0;
  padding: 15px 16px;
  margin-top: 0;
  box-shadow: 0px 0px 7px 0px #0000002E;
}

.buttonGroup .btn {
  padding: 12px;
  min-width: 100%;
  background: #007E3F;
  border: 1px solid #007E3F;
  color: white;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
  cursor: pointer;
  border-radius: 30px;
}

.buttonGroup .btnRound {
  border-radius: 100px;
  min-width: 247px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}

/* dialog err */
#dialogEl {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 24px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  width: 90%;
  max-width: 312px;
  border-radius: 28px;
  text-align: right;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.titleDialog {
  color: #1C1B1F;
  margin-bottom: 16px;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.font22 {
  font-size: 22px !important;
}

.contentDialog {
  color: #1C1B1F;
  margin-bottom: 16px;
  text-align: left;
  font-size: 16px;
}

.futurePublication {
  text-align: center;
}

.futurePublication img {
  max-width: 100%;
  padding: 32px 0 0 0;
}

#buttonCancelDialog {
  text-align: center;
  padding-top: 24px;
}

.pt-16 {
  padding-top: 16px !important;
}

.buttonCancel {
  color: #007E3F;
  padding: 8px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15px;
  width: 100%;
}

.spinningSection {
  text-align: center;
  padding: 12px 0;
}

.spinning {
  width: 48px;
  height: 48px;
  border: 5px solid #00743B;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}