@charset "UTF-8";
/*750rem*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600&display=swap");
:root {
  --remBasicSize: 16px;
}

/*思源*/
* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Noto Sans TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: calc(1 * var(--remBasicSize));
  color: #333;
  letter-spacing: calc(0.0625 * var(--remBasicSize));
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/*-------------------------

           bg

-------------------------*/
.wrapper .bg {
  position: fixed;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  min-height: 100vh;
  background: url(../images/bg.jpg) top center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .wrapper .bg {
    background: url(../images/bg_m.jpg) top center no-repeat;
    background-size: 130%;
  }
}
/* ----------------------------------------------------
initial html5 reset
---------------------------------------------------- */
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}

nav ul {
  list-style: none;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

ul ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type=submit],
input[type=button],
button {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

input,
select,
a img {
  vertical-align: middle;
}

/*-------------------------

         a

-------------------------*/
a,
button {
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

a:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

/*-------------------------

           kv

-------------------------*/
.kv .container {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(86.8125 * var(--remBasicSize));
  background: url(../images/kv/kv-bg-color.jpg) no-repeat center top/cover;
}
.kv .logo {
  position: relative;
  width: calc(20.5 * var(--remBasicSize));
  height: calc(4.5625 * var(--remBasicSize));
  top: calc(3.5 * var(--remBasicSize));
  background: url(../images/kv/logo.png) no-repeat center center/contain;
}
.kv .title_area {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  top: calc(6.25 * var(--remBasicSize));
}
.kv .title_area .h1 {
  position: relative;
  margin: 0 auto;
  width: calc(43.875 * var(--remBasicSize));
  height: calc(4.21875 * var(--remBasicSize));
  background: url(../images/kv/h1.png) no-repeat center center/contain;
}
.kv .title_area .h2 {
  position: relative;
  margin: 0 auto;
  top: calc(2.5 * var(--remBasicSize));
  width: calc(40.125 * var(--remBasicSize));
  height: calc(2.125 * var(--remBasicSize));
  background: url(../images/kv/h2.png) no-repeat center center/contain;
}
.kv .title_area .h3 {
  position: relative;
  margin: 0 auto;
  top: calc(3.75 * var(--remBasicSize));
  width: calc(31.875 * var(--remBasicSize));
  height: calc(2.3125 * var(--remBasicSize));
  background: url(../images/kv/h3.png) no-repeat center center/contain;
}
.kv .tag-box {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  top: calc(11.25 * var(--remBasicSize));
  display: flex;
  justify-content: center;
}
.kv .tag-box .tag {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(14.625 * var(--remBasicSize));
  height: calc(14.625 * var(--remBasicSize));
}
.kv .tag-box .tag01 {
  background: url(../images/kv/tag01.png) no-repeat center center/contain;
}
.kv .tag-box .tag02 {
  background: url(../images/kv/tag02.png) no-repeat center center/contain;
}
.kv .tag-box .tag03 {
  background: url(../images/kv/tag03.png) no-repeat center center/contain;
}
.kv .pd-img {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(46 * var(--remBasicSize));
  top: calc(5.625 * var(--remBasicSize));
  background: url(../images/kv/kv-img.png) no-repeat center center/contain;
}
.kv .pd-img::after {
  content: "";
  display: block;
  width: calc(6.6875 * var(--remBasicSize));
  height: calc(3.3125 * var(--remBasicSize));
  position: absolute;
  top: calc(6.875 * var(--remBasicSize));
  right: calc(4.375 * var(--remBasicSize));
  background: url(../images/kv/new.jpg) no-repeat center center/contain;
}
.kv .note {
  position: relative;
  font-size: calc(1.125 * var(--remBasicSize));
  color: #885c0f;
  bottom: calc(-3.125 * var(--remBasicSize));
}
.kv .goto {
  position: relative;
  margin: 0 auto;
  top: calc(1.875 * var(--remBasicSize));
  width: calc(19.375 * var(--remBasicSize));
  height: calc(5 * var(--remBasicSize));
  background: url(../images/kv/btn.jpg) no-repeat center center/contain;
  transition: 0.2s;
}
.kv .goto:hover {
  filter: saturate(1.5);
  transition: 0.2s;
}
.kv .goto .light {
  width: calc(19.375 * var(--remBasicSize));
  height: calc(5 * var(--remBasicSize));
  position: absolute;
  z-index: 2;
  top: calc(0 * var(--remBasicSize));
  -webkit-mask-image: url(../images/kv/mask-btn.jpg);
}
.kv .goto .light span {
  position: absolute;
  display: block;
  width: calc(11.1875 * var(--remBasicSize));
  height: calc(18.25 * var(--remBasicSize));
  top: calc(-1.875 * var(--remBasicSize));
  animation: light 3s 2s infinite linear;
  background: url(../images/light.png) no-repeat center;
  background-size: 130%;
  opacity: 0.2;
}
@keyframes light {
  0% {
    transform: translatex(-130px);
  }
  40% {
    transform: translatex(600px);
  }
  100% {
    transform: translatex(600px);
  }
}

/*-------------------------

           p2

-------------------------*/
.p2 {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(31.375 * var(--remBasicSize));
  padding-left: calc(13.125 * var(--remBasicSize));
  background: url(../images/p2/p2-bg.png) no-repeat center top/cover;
}
.p2 .title_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p2 .s-title {
  position: relative;
  width: calc(11.4375 * var(--remBasicSize));
  height: calc(8.15625 * var(--remBasicSize));
  top: calc(6.25 * var(--remBasicSize));
  background: url(../images/p2/s-title.png) no-repeat center center/contain;
}
.p2 .title {
  position: relative;
  width: calc(30.5 * var(--remBasicSize));
  height: calc(3.96875 * var(--remBasicSize));
  top: calc(9.375 * var(--remBasicSize));
  background: url(../images/p2/title.png) no-repeat center center/contain;
}
.p2 .txt {
  position: relative;
  width: calc(31.8125 * var(--remBasicSize));
  height: calc(3.0625 * var(--remBasicSize));
  top: calc(10.625 * var(--remBasicSize));
  background: url(../images/p2/txt.png) no-repeat center center/contain;
}

/*-------------------------

           p3

-------------------------*/
.p3 {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(46.8125 * var(--remBasicSize));
  background: url(../images/p3/p3-bg.jpg) no-repeat center top/cover;
}
.p3 .title_area {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.p3 .title {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(12.15625 * var(--remBasicSize));
  top: calc(3.75 * var(--remBasicSize));
  background: url(../images/p3/title.png) no-repeat center center/contain;
}
.p3 .txt {
  position: relative;
  width: calc(33.40625 * var(--remBasicSize));
  height: calc(24.9375 * var(--remBasicSize));
  top: calc(3.75 * var(--remBasicSize));
  background: url(../images/p3/txt.png) no-repeat center center/contain;
}
.p3 .p3-bg {
  position: absolute;
  width: calc(24.75 * var(--remBasicSize));
  height: calc(32.0625 * var(--remBasicSize));
  background: url(../images/p3/p3-img.png) no-repeat center top/cover;
  bottom: calc(0 * var(--remBasicSize));
  right: calc(0 * var(--remBasicSize));
}

/*-------------------------

           p4

-------------------------*/
.p4 .container {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(84 * var(--remBasicSize));
  background: url(../images/p4/p4-bg.jpg) no-repeat center top/cover;
}
.p4 .title_area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p4 .title_area .s-title {
  position: relative;
  width: calc(44.5625 * var(--remBasicSize));
  height: calc(4.625 * var(--remBasicSize));
  top: calc(-1.25 * var(--remBasicSize));
  background: url(../images/p4/s-title.png) no-repeat center center/contain;
}
.p4 .title_area .title {
  position: relative;
  width: calc(31.78125 * var(--remBasicSize));
  height: calc(4.9375 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  background: url(../images/p4/title.png) no-repeat center center/contain;
}
.p4 .ingredient-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(5.375 * var(--remBasicSize));
}
.p4 .ingredient-box .ingredient {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.p4 .ingredient-box .ingredient .info-area {
  width: calc(23.4375 * var(--remBasicSize));
  padding: calc(0 * var(--remBasicSize)) calc(1.25 * var(--remBasicSize));
}
.p4 .ingredient-box .ingredient .info-area .title {
  font-size: calc(2.125 * var(--remBasicSize));
  color: #a57624;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: calc(1.25 * var(--remBasicSize));
  line-height: 1.2;
}
.p4 .ingredient-box .ingredient .info-area .txt {
  font-size: calc(1.875 * var(--remBasicSize));
  color: #333;
  line-height: 1.5;
}
.p4 .ingredient-box .ingredient .ingredient-pic {
  width: calc(23.4375 * var(--remBasicSize));
  height: calc(23 * var(--remBasicSize));
  flex-shrink: 0;
}
.p4 .ingredient-box .ingredient .ingredient-pic01 {
  background: url(../images/p4/pic01.jpg) no-repeat center center/cover;
}
.p4 .ingredient-box .ingredient .ingredient-pic02 {
  background: url(../images/p4/pic02.jpg) no-repeat center center/cover;
}
.p4 .ingredient-box .ingredient .ingredient-pic03 {
  background: url(../images/p4/pic03.jpg) no-repeat center center/cover;
}

/*-------------------------

           p5

-------------------------*/
.p5-pd .container {
  width: calc(46.875 * var(--remBasicSize));
  margin: 0 auto;
}
.p5-pd .pd_slider {
  position: relative;
}
.p5-pd .pd_slider img {
  width: 100%;
}
.p5-pd .pd_slider .slick-dots {
  bottom: calc(6.25 * var(--remBasicSize));
}
.p5-pd .pd_slider .slick-dots li {
  margin: calc(0.3125 * var(--remBasicSize));
}
.p5-pd .pd_slider .slick-dots li button:before {
  font-size: calc(2.5 * var(--remBasicSize));
  color: #e5be00;
}
.p5-pd .pd_slider .slick-prev,
.p5-pd .pd_slider .slick-next {
  width: calc(2.875 * var(--remBasicSize));
  height: calc(5.5 * var(--remBasicSize));
}
.p5-pd .pd_slider .slick-prev {
  left: 20px;
  z-index: 1;
}
.p5-pd .pd_slider .slick-next {
  right: 20px;
  z-index: 1;
}
.p5-pd .pd_slider .slick-prev:before {
  content: "";
  display: block;
  width: calc(2.875 * var(--remBasicSize));
  height: calc(5.5 * var(--remBasicSize));
  background: url(../images/p5/left-arrow.png) no-repeat center center/contain;
}
.p5-pd .pd_slider .slick-next:before {
  content: "";
  display: block;
  width: calc(2.875 * var(--remBasicSize));
  height: calc(5.5 * var(--remBasicSize));
  background: url(../images/p5/right-arrow.png) no-repeat center center/contain;
}

/*-------------------------

          footer

-------------------------*/
footer {
  position: relative;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  height: calc(9.375 * var(--remBasicSize));
  line-height: calc(9.375 * var(--remBasicSize));
  background-color: transparent;
  z-index: 2;
}
footer > a {
  position: relative;
  font-size: calc(2.625 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  color: #000;
}

@media screen and (max-width: 750px) {
  footer {
    position: relative;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    height: calc(9.375 * var(--remBasicSize));
    line-height: calc(9.375 * var(--remBasicSize));
    background-color: transparent;
  }
  footer > a {
    position: relative;
    font-size: calc(2.625 * var(--remBasicSize));
    top: calc(0 * var(--remBasicSize));
    color: #fff;
  }
}
/*-------------------------

         lightbox

-------------------------*/
/* ---------------------
           共用
---------------------- */
.modal {
  background-color: transparent;
}

/*背景底色*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-open .modal {
  overflow-x: auto;
  overflow-y: auto;
}

.modal .modal-content {
  position: relative;
  background-color: transparent;
  border-radius: calc(0 * var(--remBasicSize));
  outline: 0;
}

/* ----------------------------
        彈出內容1 highlight
----------------------------- */
.style-box .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
  /* 關閉按鈕 */
}
.style-box .modal-dialog .modal-body {
  width: calc(46.875 * var(--remBasicSize));
  height: 100vh;
  margin-bottom: calc(5 * var(--remBasicSize));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.style-box .modal-dialog .modal-body iframe {
  position: absolute;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(71.875 * var(--remBasicSize));
}
.style-box .modal-dialog .btn_pd1_pop,
.style-box .modal-dialog .btn_pd1_pop,
.style-box .modal-dialog .btn_pd2_pop,
.style-box .modal-dialog .btn_pd3_pop,
.style-box .modal-dialog .btn_pd4_pop,
.style-box .modal-dialog .btn_pd5_pop,
.style-box .modal-dialog .btn_pd6_pop {
  position: relative;
  width: calc(45.625 * var(--remBasicSize));
  height: calc(30.84375 * var(--remBasicSize));
}
.style-box .modal-dialog .btn_pd1_pop {
  background: url(../images/p5-pd/pop-box01.png) no-repeat center top/contain;
}
.style-box .modal-dialog .btn_pd2_pop {
  background: url(../images/p5-pd/pop-box02.png) no-repeat center top/contain;
}
.style-box .modal-dialog .btn_pd3_pop {
  background: url(../images/p5-pd/pop-box03.png) no-repeat center top/contain;
}
.style-box .modal-dialog .btn_pd4_pop {
  background: url(../images/p5-pd/pop-box04.png) no-repeat center top/contain;
}
.style-box .modal-dialog .btn_pd5_pop {
  background: url(../images/p5-pd/pop-box05.png) no-repeat center top/contain;
}
.style-box .modal-dialog .btn_pd6_pop {
  background: url(../images/p5-pd/pop-box06.png) no-repeat center top/contain;
}
.style-box .modal-dialog .close {
  position: absolute;
  right: calc(1.5625 * var(--remBasicSize));
  top: calc(1.25 * var(--remBasicSize));
  z-index: 10;
  width: calc(4.5 * var(--remBasicSize));
  height: calc(4.5 * var(--remBasicSize));
  color: rgb(0, 0, 0);
  background-color: transparent;
  font-size: calc(4.375 * var(--remBasicSize));
  background: url(../images/p5-pd/close.png) no-repeat center top/cover;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.style-box .modal-dialog .close:hover {
  transform: rotate(90deg);
  transition: all ease-in-out 0.2s;
}

/*-------------------------

           data

-------------------------*/
.data {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(137.5 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  z-index: 9;
  /*---------------
         teris
    ----------------*/
  /*---------------
         補發按鈕
    ----------------*/
  /*---------------
         注意事項
    ----------------*/
}
.data .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  background: linear-gradient(180deg, #fffbe6 0%, #ffffff 15%, #ffffff 50%, #e7dabd 100%);
  padding-top: calc(5 * var(--remBasicSize));
}
.data .container .title_area {
  position: relative;
  margin: 0 auto;
  width: calc(45 * var(--remBasicSize));
  z-index: 3;
}
.data .container .title_area .big-title {
  width: calc(42.59375 * var(--remBasicSize));
  height: calc(15.5 * var(--remBasicSize));
  background: url(../images/p6/title.png) no-repeat center center/contain;
  margin-bottom: calc(0.625 * var(--remBasicSize));
}
.data .container .data_p {
  padding: 0 calc(1.25 * var(--remBasicSize));
}
.data .container .data_area {
  width: calc(43.125 * var(--remBasicSize));
  min-height: calc(63.75 * var(--remBasicSize));
  margin: 0 auto;
  position: relative;
  top: calc(1.25 * var(--remBasicSize));
  padding: calc(1.5625 * var(--remBasicSize));
  margin-bottom: calc(1.25 * var(--remBasicSize));
}
.data .event-theme.el-form .el-form-item button[type=submit]:hover {
  filter: saturate(1.5);
  transition: all ease-in-out 0.2s;
}
.data .event-theme.el-form [fieldtype=ResendMessage] #resend-button:hover {
  background-color: #000;
  color: #fff;
}
.data .shop-link {
  margin-bottom: calc(2.5 * var(--remBasicSize));
}
.data .shop-link a {
  font-size: calc(1.5 * var(--remBasicSize));
  color: #333;
  text-decoration: underline;
}
.data .shop-link a:hover {
  color: #000;
}

.data_p {
  font-size: calc(1.75 * var(--remBasicSize));
  font-weight: 300;
  line-height: 1.5;
}
.data_p span {
  position: relative;
  font-size: calc(1.5 * var(--remBasicSize));
}
.data_p b {
  font-weight: 600;
}
.data_p b.f-heighlight {
  color: #a57624;
}

.notice {
  position: relative;
  margin: 0 auto;
  display: block;
  top: calc(0 * var(--remBasicSize));
  width: 100%;
  min-height: calc(28.75 * var(--remBasicSize));
  padding: 0 calc(2.5 * var(--remBasicSize));
}
.notice h2 {
  position: relative;
  margin: 0 auto;
  text-align: left;
  top: calc(0 * var(--remBasicSize));
  left: calc(-0.3125 * var(--remBasicSize));
  height: calc(2.5 * var(--remBasicSize));
  font-size: calc(1.5 * var(--remBasicSize));
  font-weight: 300;
  letter-spacing: calc(0.0625 * var(--remBasicSize));
  color: #000;
}
.notice ul {
  position: relative;
  margin: 0 auto;
  top: calc(0 * var(--remBasicSize));
  left: calc(0.9375 * var(--remBasicSize));
  width: 100%;
  list-style-type: decimal;
}
.notice li {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  top: calc(0.3125 * var(--remBasicSize));
  margin-bottom: calc(0.5 * var(--remBasicSize));
  font-size: calc(1.5 * var(--remBasicSize));
  line-height: calc(2.625 * var(--remBasicSize));
  font-weight: 300;
  color: #000;
}

/*-------------------------

          footer

-------------------------*/
footer {
  position: relative;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  height: calc(9.375 * var(--remBasicSize));
  line-height: calc(9.375 * var(--remBasicSize));
  background-color: transparent;
  z-index: 2;
}
footer > a {
  position: relative;
  font-size: calc(2.625 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  color: #564f28;
}

@media screen and (max-width: 750px) {
  footer {
    position: relative;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    height: calc(9.375 * var(--remBasicSize));
    line-height: calc(9.375 * var(--remBasicSize));
    background-color: transparent;
  }
  footer > a {
    position: relative;
    font-size: calc(2.625 * var(--remBasicSize));
    top: calc(0 * var(--remBasicSize));
    color: #564f28;
  }
}
.coupon {
  position: relative;
  width: calc(46.875 * var(--remBasicSize));
  margin: 0 auto;
}
.coupon .coupon-img img {
  width: 100%;
}
.coupon .container {
  position: relative;
  background: linear-gradient(180deg, #fffbe6 0%, #ffffff 15%, #ffffff 50%, #e7dabd 100%);
  padding: calc(5 * var(--remBasicSize)) calc(2.5 * var(--remBasicSize)) calc(2.5 * var(--remBasicSize));
}
.coupon .container .user-info {
  width: calc(46.875 * var(--remBasicSize));
  margin-top: calc(2.5 * var(--remBasicSize));
}
.coupon .container .user-info p {
  font-size: calc(1.75 * var(--remBasicSize));
  font-weight: 500;
  line-height: 2;
}
.coupon .container .btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(1.25 * var(--remBasicSize));
  margin-top: calc(2.5 * var(--remBasicSize));
}
.coupon .container .btn-box .btn {
  width: calc(28 * var(--remBasicSize));
  height: calc(5 * var(--remBasicSize));
  background: #000;
  color: #fff;
  font-size: calc(1.75 * var(--remBasicSize));
  font-weight: 500;
  line-height: calc(5 * var(--remBasicSize));
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.coupon .container .btn-box .note {
  display: inline-block;
}
.coupon .container .notice {
  margin-top: calc(2.5 * var(--remBasicSize));
  padding: 0;
}
.coupon .container footer {
  position: absolute;
  bottom: 0;
}/*# sourceMappingURL=index.css.map */