@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  border: 0;
  display: block;
}

legend, hr {
  display: none;
}

th {
  font-style: inherit;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  text-decoration: none;
  cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

/* main.css ==============================================*/
/*Variable*/
@font-face {
  font-family: "SweiGothicCJKtc-Black";
  src: url(https://cdn.jsdelivr.net/gh/max32002/swei-gothic@2.142/WebFont/CJK%20TC/SweiGothicCJKtc-Black.woff2) format("woff2");
}
@font-face {
  font-family: "LINESeed";
  src: url(../font/LINESeedSans_W_XBd.woff2) format("woff2");
}
/*Mixin*/
/*Reset*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  display: block;
}

.hide {
  display: none !important;
}

::selection {
  background: #b28f64;
  color: #fff;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

*:focus {
  outline: none;
}

a {
  color: #fcd518;
  text-decoration: none;
  transition: color 0.4s;
}
a:hover {
  color: #faf1af;
}

*::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
}

html {
  font-size: 1.25vw;
}

body {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  font-family: "LINESeed", "SweiGothicCJKtc-Black", "Noto Sans TC", 微軟正黑體, Arial;
  text-align: center;
}
body.is-lock {
  overflow: hidden;
}

* {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}

/*Body*/
#g-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse at center, white 36%, #c6c6c6 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: 1s;
  z-index: 10;
}
#g-loader .center {
  width: 100%;
  height: 150px;
  color: #000;
}
#g-loader .center p {
  font-size: 12px;
  letter-spacing: 5px;
  margin: 15px 0;
}
#g-loader .center .bar {
  width: 100%;
  height: 5px;
  background-color: #ccc;
  position: relative;
}
#g-loader .center .bar .move {
  width: 20%;
  height: 5px;
  background-color: #e7211b;
  position: absolute;
  animation: bar-move 0.5s ease infinite;
}
@keyframes bar-move {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 40%;
    width: 20%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
#g-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.tns-wrap {
  position: relative;
}

.tns-slider {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.tns-outer {
  position: relative;
}

.tns-item {
  float: left;
}

.tns-controls button, .tns-controls div, .tns-cus-controls button, .tns-cus-controls div {
  position: absolute;
  top: 44%;
  width: 3.5rem;
  height: 3.5rem;
  border: 0;
  z-index: 1;
  text-indent: -9999px;
  cursor: pointer;
  transition: 0.4s;
  background-color: #a79771;
}
.tns-controls button:before, .tns-controls div:before, .tns-cus-controls button:before, .tns-cus-controls div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon-arrow-fff.svg) 50% 50% no-repeat;
  background-size: 50%;
  display: block;
  filter: brightness(200%);
}
.tns-controls button:hover, .tns-controls div:hover, .tns-cus-controls button:hover, .tns-cus-controls div:hover {
  background-color: rgba(167, 151, 113, 0.4);
}
.tns-controls button:hover:before, .tns-controls div:hover:before, .tns-cus-controls button:hover:before, .tns-cus-controls div:hover:before {
  filter: brightness(100%);
}
.tns-controls button:nth-of-type(1), .tns-controls div:nth-of-type(1), .tns-cus-controls button:nth-of-type(1), .tns-cus-controls div:nth-of-type(1) {
  left: -2.5rem;
  transform: scale(-1, 1);
}
.tns-controls button:nth-of-type(2), .tns-controls div:nth-of-type(2), .tns-cus-controls button:nth-of-type(2), .tns-cus-controls div:nth-of-type(2) {
  right: -2.5rem;
}

.tns-nav {
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center;
}
.tns-nav button {
  width: 2rem;
  height: 2rem;
  border: 0;
  margin: 0.5rem;
  position: relative;
  background-color: transparent;
}
.tns-nav button:before, .tns-nav button:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.tns-nav button:after {
  transform: translate(-50%, -50%) scale(0);
}
.tns-nav button:hover:before, .tns-nav button:hover:after {
  background-color: #d2161f;
}
.tns-nav button.tns-nav-active:after {
  background-color: #d2161f;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}

.tns-controls {
  text-align: center;
}

.color-red {
  color: #d2161f;
}

.color-blue {
  color: #d2161f;
}

.color-pink {
  color: #ff4e8a;
}

.color-green {
  color: #8bc34a;
}

.color-yellow {
  color: orange;
}

.text-gradient-1 {
  color: #1b2e59;
  background: linear-gradient(135deg, #1b2e59, #1978b9, #1b2e59, #1978b9, #1b2e59);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
  color: #d2161f;
  background: linear-gradient(300deg, #fc4448, #a2120f 16%, #fc4448 64%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-3 {
  position: relative;
}
.text-gradient-3:before, .text-gradient-3:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
}
.text-gradient-3:before {
  background: #fff;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.6rem transparent;
}
.text-gradient-3:after {
  background: #1b2e59;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.3rem transparent;
}
.text-gradient-3 span {
  color: #00435e;
  background: linear-gradient(300deg, #edc354, #f7e49a 16%, #d6a844 61%, #f7e49a 75%, #edc354);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  position: relative;
  z-index: 1;
}

.text-gradient-4 {
  color: #d2161f;
  background: linear-gradient(135deg, #fc4448 40%, #a2120f, #fc4448, #a2120f);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-4 span {
  font-size: 60%;
}

.text-gradient-5 {
  position: relative;
}
.text-gradient-5:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
}
.text-gradient-5:after {
  background: #fff;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.3rem transparent;
}
.text-gradient-5 span {
  color: #00435e;
  background: linear-gradient(135deg, #1b2e59, #1978b9, #1b2e59, #1978b9, #1b2e59);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  position: relative;
  z-index: 1;
}

.text-gradient-6 {
  color: #1b2e59;
  background: linear-gradient(157deg, #8ed5dc 10%, #1b2e59 50%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-7 {
  position: relative;
}
.text-gradient-7:before, .text-gradient-7:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 0;
  width: 100%;
}
.text-gradient-7:before {
  background: #1b2e59;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.6rem transparent;
  text-shadow: 0.4rem 0rem 0 #1b2e59, 0.4rem 0.1rem 0 #1b2e59, 0.34rem 0.3rem 0 #1b2e59, 0.1rem 0.35rem 0 #1b2e59, 0.2rem 0.35rem 0 #1b2e59, 0.3rem 0.35rem 0 #1b2e59;
}
.text-gradient-7:after {
  background: #fff;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.3rem transparent;
}
.text-gradient-7 span {
  color: #dc0000;
  background: #dc0000;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  position: relative;
  z-index: 1;
}

.text-border-1 {
  color: #fff;
  background: #1b2e59;
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 0.4rem transparent;
}

[class^=g-bt-] {
  display: inline-block;
  position: relative;
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
  overflow: hidden;
  background: linear-gradient(to bottom, #c4b38d 30%, #9b865c);
  border-radius: 0.3rem;
  border: 1px solid #b28f64;
  border-bottom: 1px solid #dfd0be;
  padding: 0.1rem 2rem 0.4rem;
}
[class^=g-bt-]:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
[class^=g-bt-] span {
  display: inline-block;
}
[class^=g-bt-] i {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/icon-arrow-fff.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  transition: 0.2s;
}
[class^=g-bt-]:hover {
  filter: brightness(120%);
  color: #fff;
}
[class^=g-bt-]:hover i {
  transform: translateX(0.5rem);
}
[class^=g-bt-].is-disabled {
  pointer-events: none;
  background: linear-gradient(to bottom, #eee, #bbb) !important;
  text-shadow: -1px -1px 0 #999;
}
[class^=g-bt-].is-disabled::before {
  display: none;
}
[class^=g-bt-].g-bt-2 {
  background: linear-gradient(135deg, #edc354 20%, #d1a521, #faf1af, #d1a521, #edc354 80%);
  border: 0;
  border-radius: 0.3rem;
  padding: 0.6rem 2rem 1rem;
  color: #000;
  font-weight: bold;
  text-shadow: 0 0 1rem #fff, 0 0 1rem #fff;
}

.text-a-1 {
  width: 10.5rem;
  background-image: url(../img/text-a-1.svg);
}

.text-a-2 {
  width: 7.7rem;
  background-image: url(../img/text-a-2.svg);
}

.text-a-3 {
  width: 10.7rem;
  background-image: url(../img/text-a-3.svg);
}

.text-a-4 {
  width: 10.8rem;
  background-image: url(../img/text-a-4.svg);
}

.bt-shine {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.bt-shine:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}

.msg-box {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 101;
  transform: scale(1);
  perspective: 700px;
}
.msg-box.is-active {
  opacity: 1;
  visibility: visible;
}
.msg-box .msg-wrap {
  background: #fff;
  width: 60%;
  max-height: 90%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 30px;
  transform: scale(1.2) translate3d(0, -50%, 0);
  transform-style: preserve-3d;
  transition-delay: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.msg-box .msg-wrap > .close {
  cursor: pointer;
  position: absolute;
  top: -35px;
  right: -40px;
  width: 75px;
  height: 75px;
  transition: 0.2s;
  background: rgba(210, 22, 31, 0.8);
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.msg-box .msg-wrap > .close:before, .msg-box .msg-wrap > .close:after {
  content: "";
  width: 3px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg) translate3d(0, 0, 0);
  position: absolute;
  top: 12px;
  left: 35px;
}
.msg-box .msg-wrap > .close:before {
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.msg-box .msg-wrap > .close:after {
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.msg-box.is-active .msg-wrap {
  transform: scale(1) translate3d(0, -50%, 0);
  opacity: 1;
  visibility: visible;
}
.msg-box.is-active .msg-wrap > .close {
  transform: scale(1);
  opacity: 1;
}
.msg-box.is-active .msg-wrap > .close:hover {
  transform: rotate(90deg);
}
.msg-box .msg-content {
  overflow-y: auto;
  overflow-x: hidden;
  height: 95%;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  color: #000;
}
.msg-box .msg-content header {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.msg-box .msg-content img {
  max-width: 100%;
}
.msg-box .msg-content .bt {
  background-color: #000;
  width: auto;
  display: block;
  margin: 20px auto 0;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
  position: relative;
}
.msg-box .msg-content .bt:hover {
  background: #d2161f;
  transition: 0.2s;
}

#msg-alert .msg-wrap {
  height: auto;
  min-height: 100px;
  max-width: 500px;
}
#msg-alert .msg-content {
  text-align: center;
}
#msg-alert .msg-content header {
  font-size: 30px;
  margin-bottom: 20px;
}

#msg-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(0.2rem);
          backdrop-filter: blur(0.2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
  z-index: 9;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
}
#msg-loader .center {
  width: 15rem;
  color: #000;
  border-radius: 0.4rem;
  padding-bottom: 1rem;
  background: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}
#msg-loader .center p {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin: 1rem 0;
}
#msg-loader .center .bar {
  width: 100%;
  height: 5px;
  background-color: #ccc;
  position: relative;
}
#msg-loader .center .bar .move {
  width: 20%;
  height: 5px;
  background-color: #e7211b;
  position: absolute;
  animation: bar-move 0.5s ease infinite;
}
#msg-loader.is-active {
  opacity: 1;
  pointer-events: auto;
}

.g-form > ul > li {
  position: relative;
  padding: 0.6rem 0 0.6rem 17%;
}
.g-form > ul > li label {
  position: absolute;
  top: 0.7rem;
  left: 0;
  text-align: left;
  font-size: 1.2rem;
}
.g-form > ul > li input {
  padding: 0.7rem 1.4rem;
  border-radius: 0.3rem;
  border: 0;
  width: 100%;
  background: #e9e9e9;
  color: #000;
  font-size: 1.2rem;
  font-family: 微軟正黑體;
  transition: 0.2s;
}
.g-form > ul > li input:focus, .g-form > ul > li input:hover {
  background-color: #d1d1d1;
}
.g-form > ul > li select {
  padding: 0.7rem 1.4rem;
  border-radius: 0.3rem;
  border: 0;
  width: 100%;
  background: url(../img/icon-arrow-down-000.svg) no-repeat calc(100% - 1rem) 50% #e9e9e9;
  background-size: 1rem;
  color: #000;
  font-size: 1.2rem;
  font-family: 微軟正黑體;
  -webkit-appearance: none;
  appearance: nonew;
}
.g-form > ul > li select:focus, .g-form > ul > li select:hover {
  background-color: #d1d1d1;
}
.g-form > ul > li input[type=checkbox], .g-form > ul > li input[type=radio] {
  display: none;
}
.g-form > ul > li input[type=checkbox] + label {
  padding-left: 2rem;
  width: auto;
  position: relative;
  top: 0;
  display: inline-block;
  line-height: 1.5;
  font-size: 0.9rem;
  cursor: pointer;
  text-align: left;
}
.g-form > ul > li input[type=checkbox] + label:before,
.g-form > ul > li input[type=checkbox] + label:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.3rem;
  border: 0;
  background: #fff;
  color: #d2161f;
  background-image: url(../img/icon-checked.svg);
  background-size: 1.8rem;
  transition: 0.5s;
}
.g-form > ul > li input[type=checkbox] + label:focus:before, .g-form > ul > li input[type=checkbox] + label:hover:before {
  background-color: #e9e9e9;
}
.g-form > ul > li input[type=checkbox] + label:before {
  background-image: none;
  border: 1px solid #999;
}
.g-form > ul > li input[type=checkbox] + label:after {
  background-color: transparent;
  width: 0;
  box-shadow: none;
  top: -0.2rem;
}
.g-form > ul > li input[type=checkbox] + label:active:after, .g-form > ul > li input[type=checkbox]:checked + label:after {
  width: 1.5rem;
}
.g-form > ul > li input[type=radio] + label {
  padding-left: 1.9rem;
  padding-right: 0.6rem;
  width: auto;
  position: relative;
  top: 0;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}
.g-form > ul > li input[type=radio] + label:before,
.g-form > ul > li input[type=radio] + label:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 0.1rem solid #333;
  background: #fff;
  color: #d2161f;
  transition: 0.5s;
}
.g-form > ul > li input[type=radio] + label:focus:before, .g-form > ul > li input[type=radio] + label:hover:before {
  background-color: #e9e9e9;
}
.g-form > ul > li input[type=radio] + label:before {
  background-image: none;
}
.g-form > ul > li input[type=radio] + label:after {
  background-color: transparent;
  transform: scale(0);
  background-color: #d2161f;
  box-shadow: none;
}
.g-form > ul > li input[type=radio] + label:active:after, .g-form > ul > li input[type=radio]:checked + label:after {
  transform: scale(0.6);
}
.g-form > ul > li .g-bt-1 {
  margin: 0 auto;
}
.g-form > ul > li a {
  text-decoration: underline;
}
.g-form.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 1s;
  display: block;
}

.counter {
  position: relative;
  height: 50px;
  margin: 5%;
  overflow: hidden;
  width: 160px;
  z-index: 2;
}
.counter * {
  margin: 0;
  padding: 0;
}
.counter > div {
  position: relative;
  float: left;
  top: 100%;
  transform: translateY(-100%);
  transition-timing-function: cubic-bezier(0, 0.575, 0.565, 1.05);
  will-change: transform;
}
.counter > div:nth-child(1) {
  transition-duration: 1s;
}
.counter > div:nth-child(2) {
  transition-duration: 1.2s;
}
.counter > div:nth-child(3) {
  transition-duration: 1.4s;
}
.counter > div:nth-child(4) {
  transition-duration: 1.6s;
}
.counter > div:nth-child(5) {
  transition-duration: 1.8s;
}
.counter > div:nth-child(6) {
  transition-duration: 2s;
}
.counter > div:nth-child(7) {
  transition-duration: 2.2s;
}
.counter > div:nth-child(8) {
  transition-duration: 2.4s;
}
.counter > div:nth-child(9) {
  transition-duration: 2.6s;
}
.counter > div:nth-child(10) {
  transition-duration: 2.8s;
}
.counter > div > span {
  display: block;
  font-size: 45px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
.counter > span {
  display: block;
  font-size: 45px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
}
.counter.is-animate > div {
  top: 0;
  transform: translateY(0);
}

#g-wrap {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: url(../img/bg.webp) no-repeat;
  background-size: 100% 100%;
}

.g-section {
  position: relative;
}
.g-section header h2 {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.stars {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.stars span {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  animation: stars1 30s linear infinite;
}
.stars span:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, transparent 70%);
  background-size: 100%;
  animation: stars_shine 0.4s infinite;
  display: block;
  position: absolute;
}
@keyframes stars_shine {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes stars1 {
  0% {
    opacity: 0;
    transform: translate(100vw, 100vw);
  }
  25% {
    opacity: 1;
    transform: translate(0%);
  }
  50%, 100% {
    opacity: 0;
    transform: translate(-100vw, -100vw);
  }
}
.stars span:nth-child(1) {
  position: absolute;
  left: 56.5295354012%;
  top: 25.7951122273%;
  animation-delay: -1s;
  animation-duration: 80s;
}
.stars span:nth-child(1):before {
  animation-delay: -0.2s;
}
.stars span:nth-child(2) {
  position: absolute;
  left: 4.3561897498%;
  top: 6.5469521649%;
  animation-delay: -2s;
  animation-duration: 77s;
}
.stars span:nth-child(2):before {
  animation-delay: -0.4s;
}
.stars span:nth-child(3) {
  position: absolute;
  left: 23.9459102025%;
  top: 8.5681850796%;
  animation-delay: -3s;
  animation-duration: 57s;
}
.stars span:nth-child(3):before {
  animation-delay: -0.6s;
}
.stars span:nth-child(4) {
  position: absolute;
  left: 36.9594721044%;
  top: 43.4806499114%;
  animation-delay: -4s;
  animation-duration: 67s;
}
.stars span:nth-child(4):before {
  animation-delay: -0.8s;
}
.stars span:nth-child(5) {
  position: absolute;
  left: 90.5807284774%;
  top: 22.5692838267%;
  animation-delay: -5s;
  animation-duration: 73s;
}
.stars span:nth-child(5):before {
  animation-delay: -1s;
}
.stars span:nth-child(6) {
  position: absolute;
  left: 52.0451813002%;
  top: 19.8168715259%;
  animation-delay: -6s;
  animation-duration: 66s;
}
.stars span:nth-child(6):before {
  animation-delay: -1.2s;
}
.stars span:nth-child(7) {
  position: absolute;
  left: 91.5225590795%;
  top: 10.1218070993%;
  animation-delay: -7s;
  animation-duration: 70s;
}
.stars span:nth-child(7):before {
  animation-delay: -1.4s;
}
.stars span:nth-child(8) {
  position: absolute;
  left: 68.3756181343%;
  top: 58.7531984926%;
  animation-delay: -8s;
  animation-duration: 61s;
}
.stars span:nth-child(8):before {
  animation-delay: -1.6s;
}
.stars span:nth-child(9) {
  position: absolute;
  left: 37.0956671265%;
  top: 31.9528254533%;
  animation-delay: -9s;
  animation-duration: 66s;
}
.stars span:nth-child(9):before {
  animation-delay: -1.8s;
}
.stars span:nth-child(10) {
  position: absolute;
  left: 49.6422841339%;
  top: 39.7637843188%;
  animation-delay: -10s;
  animation-duration: 71s;
}
.stars span:nth-child(10):before {
  animation-delay: -2s;
}
.stars span:nth-child(11) {
  position: absolute;
  left: 5.175451534%;
  top: 57.2216868843%;
  animation-delay: -11s;
  animation-duration: 59s;
}
.stars span:nth-child(11):before {
  animation-delay: -2.2s;
}
.stars span:nth-child(12) {
  position: absolute;
  left: 86.13004827%;
  top: 23.8648987108%;
  animation-delay: -12s;
  animation-duration: 68s;
}
.stars span:nth-child(12):before {
  animation-delay: -2.4s;
}
.stars span:nth-child(13) {
  position: absolute;
  left: 86.3072813864%;
  top: 57.8707037025%;
  animation-delay: -13s;
  animation-duration: 52s;
}
.stars span:nth-child(13):before {
  animation-delay: -2.6s;
}
.stars span:nth-child(14) {
  position: absolute;
  left: 75.9514629286%;
  top: 55.8290188971%;
  animation-delay: -14s;
  animation-duration: 76s;
}
.stars span:nth-child(14):before {
  animation-delay: -2.8s;
}
.stars span:nth-child(15) {
  position: absolute;
  left: 83.7186337413%;
  top: 5.8988973103%;
  animation-delay: -15s;
  animation-duration: 79s;
}
.stars span:nth-child(15):before {
  animation-delay: -3s;
}
.stars span:nth-child(16) {
  position: absolute;
  left: 14.4626807997%;
  top: 56.1539801911%;
  animation-delay: -16s;
  animation-duration: 56s;
}
.stars span:nth-child(16):before {
  animation-delay: -3.2s;
}
.stars span:nth-child(17) {
  position: absolute;
  left: 99.4264898848%;
  top: 58.7239295999%;
  animation-delay: -17s;
  animation-duration: 71s;
}
.stars span:nth-child(17):before {
  animation-delay: -3.4s;
}
.stars span:nth-child(18) {
  position: absolute;
  left: 84.0617587814%;
  top: 29.8017453768%;
  animation-delay: -18s;
  animation-duration: 65s;
}
.stars span:nth-child(18):before {
  animation-delay: -3.6s;
}
.stars span:nth-child(19) {
  position: absolute;
  left: 64.8967711546%;
  top: 6.7951914615%;
  animation-delay: -19s;
  animation-duration: 69s;
}
.stars span:nth-child(19):before {
  animation-delay: -3.8s;
}
.stars span:nth-child(20) {
  position: absolute;
  left: 56.0086048079%;
  top: 21.8203282353%;
  animation-delay: -20s;
  animation-duration: 71s;
}
.stars span:nth-child(20):before {
  animation-delay: -4s;
}
.stars span:nth-child(21) {
  position: absolute;
  left: 69.5039184629%;
  top: 24.0900718525%;
  animation-delay: -21s;
  animation-duration: 76s;
}
.stars span:nth-child(21):before {
  animation-delay: -4.2s;
}
.stars span:nth-child(22) {
  position: absolute;
  left: 22.9264270506%;
  top: 19.9782136545%;
  animation-delay: -22s;
  animation-duration: 72s;
}
.stars span:nth-child(22):before {
  animation-delay: -4.4s;
}
.stars span:nth-child(23) {
  position: absolute;
  left: 59.6265120563%;
  top: 5.503560303%;
  animation-delay: -23s;
  animation-duration: 55s;
}
.stars span:nth-child(23):before {
  animation-delay: -4.6s;
}
.stars span:nth-child(24) {
  position: absolute;
  left: 69.5871333541%;
  top: 11.8622186243%;
  animation-delay: -24s;
  animation-duration: 65s;
}
.stars span:nth-child(24):before {
  animation-delay: -4.8s;
}
.stars span:nth-child(25) {
  position: absolute;
  left: 64.3514206246%;
  top: 58.919287951%;
  animation-delay: -25s;
  animation-duration: 77s;
}
.stars span:nth-child(25):before {
  animation-delay: -5s;
}
.stars span:nth-child(26) {
  position: absolute;
  left: 78.8533475165%;
  top: 7.4138805593%;
  animation-delay: -26s;
  animation-duration: 79s;
}
.stars span:nth-child(26):before {
  animation-delay: -5.2s;
}
.stars span:nth-child(27) {
  position: absolute;
  left: 16.4342311911%;
  top: 35.9767160352%;
  animation-delay: -27s;
  animation-duration: 74s;
}
.stars span:nth-child(27):before {
  animation-delay: -5.4s;
}
.stars span:nth-child(28) {
  position: absolute;
  left: 78.4864611995%;
  top: 27.7354516491%;
  animation-delay: -28s;
  animation-duration: 51s;
}
.stars span:nth-child(28):before {
  animation-delay: -5.6s;
}
.stars span:nth-child(29) {
  position: absolute;
  left: 54.2733100851%;
  top: 31.9247257759%;
  animation-delay: -29s;
  animation-duration: 54s;
}
.stars span:nth-child(29):before {
  animation-delay: -5.8s;
}
.stars span:nth-child(30) {
  position: absolute;
  left: 30.4303566639%;
  top: 6.2548835722%;
  animation-delay: -30s;
  animation-duration: 56s;
}
.stars span:nth-child(30):before {
  animation-delay: -6s;
}
.stars span:nth-child(31) {
  position: absolute;
  left: 96.3782636032%;
  top: 40.2617901058%;
  animation-delay: -31s;
  animation-duration: 54s;
}
.stars span:nth-child(31):before {
  animation-delay: -6.2s;
}
.stars span:nth-child(32) {
  position: absolute;
  left: 54.4219310409%;
  top: 43.2383326262%;
  animation-delay: -32s;
  animation-duration: 53s;
}
.stars span:nth-child(32):before {
  animation-delay: -6.4s;
}
.stars span:nth-child(33) {
  position: absolute;
  left: 78.5359104311%;
  top: 26.9882181302%;
  animation-delay: -33s;
  animation-duration: 60s;
}
.stars span:nth-child(33):before {
  animation-delay: -6.6s;
}
.stars span:nth-child(34) {
  position: absolute;
  left: 94.1321670986%;
  top: 9.4747679586%;
  animation-delay: -34s;
  animation-duration: 75s;
}
.stars span:nth-child(34):before {
  animation-delay: -6.8s;
}
.stars span:nth-child(35) {
  position: absolute;
  left: 43.7921060816%;
  top: 1.0961918195%;
  animation-delay: -35s;
  animation-duration: 53s;
}
.stars span:nth-child(35):before {
  animation-delay: -7s;
}
.stars span:nth-child(36) {
  position: absolute;
  left: 57.7363675337%;
  top: 29.8282826667%;
  animation-delay: -36s;
  animation-duration: 69s;
}
.stars span:nth-child(36):before {
  animation-delay: -7.2s;
}
.stars span:nth-child(37) {
  position: absolute;
  left: 87.6717912576%;
  top: 5.2201573226%;
  animation-delay: -37s;
  animation-duration: 53s;
}
.stars span:nth-child(37):before {
  animation-delay: -7.4s;
}
.stars span:nth-child(38) {
  position: absolute;
  left: 56.1731153403%;
  top: 38.7599352013%;
  animation-delay: -38s;
  animation-duration: 62s;
}
.stars span:nth-child(38):before {
  animation-delay: -7.6s;
}
.stars span:nth-child(39) {
  position: absolute;
  left: 70.4138965039%;
  top: 39.2306844363%;
  animation-delay: -39s;
  animation-duration: 54s;
}
.stars span:nth-child(39):before {
  animation-delay: -7.8s;
}
.stars span:nth-child(40) {
  position: absolute;
  left: 65.1465469268%;
  top: 42.3129983223%;
  animation-delay: -40s;
  animation-duration: 77s;
}
.stars span:nth-child(40):before {
  animation-delay: -8s;
}
.stars span:nth-child(41) {
  position: absolute;
  left: 29.4254788258%;
  top: 14.5390174282%;
  animation-delay: -41s;
  animation-duration: 57s;
}
.stars span:nth-child(41):before {
  animation-delay: -8.2s;
}
.stars span:nth-child(42) {
  position: absolute;
  left: 25.5441468514%;
  top: 36.5942654714%;
  animation-delay: -42s;
  animation-duration: 63s;
}
.stars span:nth-child(42):before {
  animation-delay: -8.4s;
}
.stars span:nth-child(43) {
  position: absolute;
  left: 38.6454294307%;
  top: 50.3841031863%;
  animation-delay: -43s;
  animation-duration: 80s;
}
.stars span:nth-child(43):before {
  animation-delay: -8.6s;
}
.stars span:nth-child(44) {
  position: absolute;
  left: 50.2098032618%;
  top: 0.8841446796%;
  animation-delay: -44s;
  animation-duration: 61s;
}
.stars span:nth-child(44):before {
  animation-delay: -8.8s;
}
.stars span:nth-child(45) {
  position: absolute;
  left: 49.5931920146%;
  top: 28.1513672873%;
  animation-delay: -45s;
  animation-duration: 66s;
}
.stars span:nth-child(45):before {
  animation-delay: -9s;
}
.stars span:nth-child(46) {
  position: absolute;
  left: 97.685532194%;
  top: 1.1643879727%;
  animation-delay: -46s;
  animation-duration: 56s;
}
.stars span:nth-child(46):before {
  animation-delay: -9.2s;
}
.stars span:nth-child(47) {
  position: absolute;
  left: 61.0880030654%;
  top: 2.0803385671%;
  animation-delay: -47s;
  animation-duration: 70s;
}
.stars span:nth-child(47):before {
  animation-delay: -9.4s;
}
.stars span:nth-child(48) {
  position: absolute;
  left: 44.3690949202%;
  top: 9.6540281577%;
  animation-delay: -48s;
  animation-duration: 66s;
}
.stars span:nth-child(48):before {
  animation-delay: -9.6s;
}
.stars span:nth-child(49) {
  position: absolute;
  left: 16.9663002158%;
  top: 33.4929950994%;
  animation-delay: -49s;
  animation-duration: 70s;
}
.stars span:nth-child(49):before {
  animation-delay: -9.8s;
}
.stars span:nth-child(50) {
  position: absolute;
  left: 97.4555697227%;
  top: 26.2057410617%;
  animation-delay: -50s;
  animation-duration: 54s;
}
.stars span:nth-child(50):before {
  animation-delay: -10s;
}
.stars span:nth-child(5n) {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

[class^=icon-spot-] {
  width: 10rem;
  height: 10rem;
  background: radial-gradient(ellipse, #3b2dff, transparent 70%);
  position: absolute;
}

[class^=icon-flare-] {
  width: 20rem;
  height: 20rem;
  position: absolute;
  z-index: 1;
  mix-blend-mode: plus-lighter;
  animation: icon_star_scale 1s linear infinite alternate;
  pointer-events: none;
}
[class^=icon-flare-]::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/icon-flare.webp) center no-repeat;
  background-size: 100% 100%;
  display: block;
}
@keyframes icon_star_scale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.5);
  }
}
[class^=icon-flare-]:nth-child(3n-1) {
  animation-duration: 0.5s;
}
[class^=icon-flare-]:nth-child(3n-2) {
  animation-duration: 0.7s;
}

[class^=icon-star-] {
  width: 20rem;
  height: 20rem;
  position: absolute;
  z-index: 1;
}
[class^=icon-star-]:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon-star.webp) center no-repeat;
  background-size: 100%;
  animation: icon_star_scale 1s infinite alternate;
}
[class^=icon-star-].icon-star-2:before {
  animation-duration: 0.7s;
}

[class^=text-h2-], [class^=text-h3-] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: block;
  text-indent: -9999rem;
}

#g-kv {
  height: 47.5rem;
  perspective: 50rem;
}
#g-kv #g-logo {
  position: absolute;
  z-index: 2;
  top: 2.1rem;
  left: 2.7%;
  width: 7.5rem;
}
#g-kv header {
  padding-top: 1.5rem;
  position: relative;
}
#g-kv header h1 {
  background: url(../img/text-h1.webp) no-repeat;
  background-size: 100%;
  width: 56.8rem;
  height: 13rem;
  text-indent: -9999rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#g-kv header h1::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, transparent, #fff, transparent) no-repeat;
  animation: h1_shine 3s infinite;
  -webkit-mask-image: url(../img/text-h1.webp);
          mask-image: url(../img/text-h1.webp);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@keyframes h1_shine {
  0% {
    background-position-x: -100rem;
  }
  50%, 100% {
    background-position-x: 100rem;
  }
}
#g-kv header p {
  font-size: 0.95rem;
  color: #1b2e59;
}
#g-kv header .icon-star-1 {
  top: -27.5%;
  left: 4%;
}
#g-kv header .icon-star-2 {
  top: -17%;
  left: 71%;
}
#g-kv header .icon-star-3 {
  top: 12%;
  left: 41%;
  transform: scale(0.5);
  z-index: 2;
}
#g-kv .gift-1, #g-kv .gift-2 {
  border: 0.2rem solid #d2161f;
  border-radius: 0.5rem;
  background: #fff;
  position: relative;
  margin-left: 9.5%;
  margin-top: 0.5rem;
  width: 52%;
  opacity: 0;
}
#g-kv .gift-1::before, #g-kv .gift-2::before {
  content: "";
  width: 4.7rem;
  height: 5rem;
  top: -0.3rem;
  left: -0.3rem;
  background: url(../img/icon-bow.webp);
  position: absolute;
  background-size: 155%;
  background-position: 55%;
  z-index: 1;
}
#g-kv .gift-1 .no, #g-kv .gift-2 .no {
  position: absolute;
  top: 3.6rem;
  left: 2.2rem;
}
#g-kv .no {
  background: linear-gradient(to top, #d1a521 38%, #faf1af 61%, #fcd518 78%, #d1a521);
  padding: 0.12rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  display: inline-block;
}
#g-kv .no div {
  background: linear-gradient(320deg, #1978b9 15%, #1b2e59 30%, #1978b9 70%);
  font-style: normal;
  color: #fff;
  font-size: 1.2rem;
  width: 5rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-bottom-left-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
}
#g-kv .no span {
  font-size: 160%;
  line-height: 1;
  position: relative;
  top: 0.2rem;
  margin-left: 0.2rem;
}
#g-kv .text-first, #g-kv .text-free {
  width: 6.5rem;
  height: 6.5rem;
  top: 1.5rem;
  left: 19.8%;
  background: url(../img/text-first.webp);
  background-size: 100%;
  text-indent: -9999rem;
  display: inline-block;
  position: absolute;
  animation: sticker_jump 2s infinite;
  animation-delay: 1.5s;
}
@keyframes sticker_jump {
  0%, 30%, 100% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.2);
  }
}
#g-kv .text-free {
  background-image: url(../img/text-free.webp);
  top: -0.4rem;
  animation-delay: 2s;
}
#g-kv .gift-1 .main {
  margin-left: 36%;
  position: relative;
  display: flex;
  align-items: end;
  letter-spacing: -0.05rem;
  padding-top: 1.4rem;
  padding-bottom: 1.7rem;
}
#g-kv .gift-1 .main strong {
  font-size: 6.1rem;
  line-height: 1;
  letter-spacing: -0.2rem;
  padding-right: 0.1rem;
  padding-left: 0.1rem;
}
#g-kv .gift-1 .main strong:first-child {
  margin-right: 0.2rem;
}
#g-kv .gift-1 .main strong:nth-of-type(2) {
  margin-left: -0.5rem;
  margin-right: 0.3rem;
}
#g-kv .gift-1 .main p {
  font-size: 2.7rem;
  display: inline-block;
  position: relative;
  top: 0.3rem;
}
#g-kv .gift-1 .main u {
  font-size: 2rem;
  text-decoration: none;
  position: absolute;
  top: 15%;
  left: 52%;
}
#g-kv .gift-1 .main small {
  font-size: 0.9rem;
  position: absolute;
  top: 76%;
  left: 50.4%;
}
#g-kv .gift-2 .main {
  margin-left: 35%;
  position: relative;
  letter-spacing: -0.05rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
#g-kv .gift-2 .main strong {
  font-size: 4.2rem;
  line-height: 1.33;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  text-align: center;
  margin-top: -0.8rem;
  display: inline-block;
}
#g-kv .gift-2 .main p {
  font-size: 2.3rem;
  display: inline-block;
  position: relative;
  top: 0.5rem;
}
#g-kv .gift-2 .main u {
  font-size: 2.2rem;
  text-decoration: none;
  position: relative;
  top: -0.4rem;
  display: inline-block;
  margin-left: 0.2rem;
}
#g-kv .gift-2 .main b {
  line-height: 1.1;
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 0.3rem;
}
#g-kv .gift-2 .main .text-panasonic {
  margin-right: 0.6rem;
}
#g-kv .gift-2 .main .gift {
  width: 5.5rem;
  position: absolute;
  top: 8%;
  left: 69.8%;
  transform: rotate(5deg);
  -webkit-mask-image: linear-gradient(to bottom, #000 78%, transparent 81%);
          mask-image: linear-gradient(to bottom, #000 78%, transparent 81%);
  animation: kv_gift_swing 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
  transform-origin: 50% 100%;
}
@keyframes kv_gift_swing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
#g-kv .gift-3, #g-kv .gift-4, #g-kv .gift-5 {
  display: flex;
  align-items: center;
  margin-left: 12%;
  margin-bottom: -1.1rem;
  filter: drop-shadow(0 0 0.3rem #faf1af) drop-shadow(0 0 0.3rem #faf1af);
  opacity: 0;
}
#g-kv .gift-3 .no, #g-kv .gift-4 .no, #g-kv .gift-5 .no {
  margin-right: 0.8rem;
}
#g-kv .gift-3 b, #g-kv .gift-4 b, #g-kv .gift-5 b {
  font-size: 3.4rem;
  display: inline-block;
  line-height: 1.2;
  margin: 0 0.2rem;
}
#g-kv .gift-3 p, #g-kv .gift-4 p, #g-kv .gift-5 p {
  font-size: 1.6rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
#g-kv .gift-3 {
  margin-top: 0.3rem;
}
#g-kv .gift-5 b:last-child {
  font-size: 2.5rem;
}
#g-kv .kv-kol {
  width: 28.4rem;
  height: 29rem;
  top: 30%;
  left: 59.4%;
  background: url(../img/kv-kol.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  -webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent);
          mask-image: linear-gradient(to bottom, #000 80%, transparent);
}
#g-kv .kv-cars {
  width: 36.8rem;
  height: 9rem;
  top: 82.3%;
  left: 47.9%;
  background: url(../img/kv-cars.webp) no-repeat;
  background-size: 100%;
  position: absolute;
}
#g-kv.is-animate h1 {
  animation: h1_in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes h1_in {
  0% {
    transform: scale(0.5) rotateX(90deg);
  }
  100% {
    transform: scale(1) rotateX(0);
  }
}
#g-kv.is-animate [class^=gift-] {
  animation: gifts_in 1s forwards;
  transform-origin: 150% 0%;
}
@keyframes gifts_in {
  0% {
    opacity: 0;
    transform: rotateY(40deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotateY(0) scale(1);
  }
}
#g-kv.is-animate .gift-1 {
  animation-delay: 0.2s;
}
#g-kv.is-animate .gift-2 {
  animation-delay: 0.4s;
}
#g-kv.is-animate .gift-3 {
  animation-delay: 0.6s;
}
#g-kv.is-animate .gift-4 {
  animation-delay: 0.8s;
}
#g-kv.is-animate .gift-5 {
  animation-delay: 1s;
}

.text-panasonic {
  width: 10.8rem;
  height: 2rem;
  background: url(../img/text-panasonic.svg) no-repeat;
  background-size: 100%;
  text-indent: -9999rem;
  display: inline-block;
}

#g-gift {
  height: 44.8rem;
  background: url(../img/bg-diamond.webp) no-repeat 50% 2.8rem;
  background-size: 80.7%;
  overflow: hidden;
}
#g-gift header {
  padding-top: 7.2rem;
  position: relative;
}
#g-gift header h2 {
  filter: drop-shadow(0.2rem 0.3rem 0rem #efe2a7);
  display: flex;
  justify-content: center;
  align-items: end;
}
#g-gift header .text-panasonic {
  width: 17.8rem;
  height: 3.5rem;
  background-image: url(../img/text-panasonic-stroke.svg);
}
#g-gift header p {
  font-size: 3rem;
  letter-spacing: 0.5rem;
  line-height: 1.1;
  margin-left: 1rem;
}
#g-gift header .icon-crown {
  width: 4.1rem;
  height: 4rem;
  top: -72%;
  left: 59%;
  background: url(../img/icon-crown.webp) no-repeat;
  background-size: 100%;
  position: absolute;
}
#g-gift header .price {
  margin-top: -0.2rem;
  font-size: 1.5rem;
}
#g-gift header .price strong {
  font-size: 3.1rem;
  line-height: 1.2;
  position: relative;
  top: 0.2rem;
}
#g-gift header .price span {
  font-size: 70%;
  display: inline-block;
}
#g-gift ol {
  width: 30.7%;
  margin: 0.8rem auto 0 32.1%;
  perspective: 50rem;
}
#g-gift li {
  border-radius: 5rem;
  position: relative;
  padding: 0.5rem 0 0.9rem;
  margin-bottom: 0.8rem;
  background: #fff;
  filter: drop-shadow(1rem 1rem 1rem rgba(0, 0, 0, 0.5));
  opacity: 0;
}
#g-gift li:nth-of-type(1) {
  z-index: 4;
}
#g-gift li:nth-of-type(2) {
  z-index: 3;
}
#g-gift li:nth-of-type(3) {
  z-index: 2;
}
#g-gift li:nth-of-type(4) {
  z-index: 1;
}
#g-gift .no {
  width: 4.3rem;
  height: 4.3rem;
  background: url(../img/icon-diamond.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.4rem;
  left: -2.6rem;
  filter: drop-shadow(1rem 1rem 1rem rgba(0, 0, 0, 0.5));
}
#g-gift .no span {
  color: #fff;
  font-size: 2.3rem;
  line-height: 1;
  transform: skew(-6deg);
  display: inline-block;
  text-shadow: 0.1rem 0.1rem 0.1rem #1b2e59;
}
#g-gift .txt u {
  background: linear-gradient(to top, #d1a521 38%, #faf1af 61%, #fcd518 78%, #d1a521);
  padding: 0.12rem;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  display: inline-block;
  text-decoration: none;
}
#g-gift .txt u div {
  background: linear-gradient(320deg, #1978b9 15%, #1b2e59 30%, #1978b9 70%);
  font-style: normal;
  color: #fff;
  font-size: 1.2rem;
  width: 5rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  border-bottom-left-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
}
#g-gift .txt h3 {
  font-size: 1.6rem;
  display: inline-block;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
#g-gift .txt p {
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.1;
}
#g-gift .txt p:before, #g-gift .txt p::after {
  content: "";
  width: 3.5rem;
  height: 1px;
  background: #1b2e59;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}
#g-gift .gift {
  width: 20.2rem;
  position: absolute;
  top: 28.5%;
  left: 60%;
  z-index: 5;
  filter: drop-shadow(0 0 1rem #fff) drop-shadow(1rem 1rem 1rem rgba(0, 0, 0, 0.5));
}
#g-gift.is-animate li {
  transform-origin: 150% 50%;
  animation: gift_li_in 1s forwards;
}
@keyframes gift_li_in {
  0% {
    opacity: 0;
    transform: translateX(50%) rotateY(45deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotateY(0);
  }
}
#g-gift.is-animate li:nth-of-type(1) {
  animation-delay: 0.2s;
}
#g-gift.is-animate li:nth-of-type(2) {
  animation-delay: 0.4s;
}
#g-gift.is-animate li:nth-of-type(3) {
  animation-delay: 0.6s;
}
#g-gift.is-animate li:nth-of-type(4) {
  animation-delay: 0.8s;
}
#g-gift.is-animate .gift {
  transform-origin: 50% 100%;
  animation: gift_in 1s forwards;
}
@keyframes gift_in {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0);
  }
}

#g-try {
  width: 75%;
  margin: 0 auto 3rem;
  background: linear-gradient(-40deg, #1978b9, #1b2e59 16%, #1978b9 80%);
  border-radius: 1rem;
  border: 0.2rem solid #fcd518;
}
#g-try::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0.1rem;
  left: -0.2rem;
  border: 0.2rem solid #fff;
  position: absolute;
  border-radius: 1rem;
  pointer-events: none;
}
#g-try .bg-diamond {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icon-diamond.svg) 50%;
  background-size: 200%;
  position: absolute;
  mix-blend-mode: soft-light;
  border-radius: 1rem;
  pointer-events: none;
}
#g-try .group {
  color: #fff;
}
#g-try header {
  padding-top: 3rem;
}
#g-try header h2 {
  font-size: 3.2rem;
  letter-spacing: 1.4rem;
  text-indent: 1.4rem;
}
#g-try header p {
  font-size: 1.5rem;
}
#g-try .g-form {
  width: 69%;
  margin: 1.5rem auto 0;
  text-align: left;
}
#g-try .g-form > ul > li > label {
  font-size: 1.4rem;
}
#g-try .g-form > ul > li input[type=text],
#g-try .g-form > ul > li input[type=tel] {
  background: rgba(255, 255, 255, 0.35);
  border: 0;
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  line-height: 1.8;
  color: #fff;
}
#g-try .g-form > ul > li select {
  background: url(../img/if-down.svg);
  background-size: 1.2rem 1.2rem;
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.35);
  border: 0;
  box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  line-height: 1.8;
  color: #fff;
}
#g-try .g-form > ul > li select option {
  background: #fff;
  color: #000;
}
#g-try .g-form > ul > li.is-flex input[type=radio] + label {
  font-size: 1.2rem;
  padding-left: 2.5rem;
}
#g-try .g-form > ul > li.is-flex input[type=radio] + label:before {
  background: transparent;
  border: 0.15rem solid #fcd518;
}
#g-try .g-form > ul > li.is-flex input[type=radio] + label:after {
  transform: scale(0);
  background: linear-gradient(135deg, #faf1af, #d1a521, #faf1af);
  border: 0.15rem solid transparent;
}
#g-try .g-form > ul > li.is-flex input[type=radio] + label:before, #g-try .g-form > ul > li.is-flex input[type=radio] + label:after {
  width: 2rem;
  height: 2rem;
  top: -0.4rem;
}
#g-try .g-form > ul > li.is-flex input[type=radio] + label:active:after, #g-try .g-form > ul > li.is-flex input[type=radio]:checked + label:after {
  transform: scale(0.6);
}
#g-try .g-form > ul > li.is-flex input[type=radio]:checked + label:before {
  background: transparent;
}
#g-try #t-name {
  width: 60%;
  margin-right: 1rem;
}
#g-try #t-countie {
  width: 48%;
  margin-right: 3%;
}
#g-try #t-district {
  width: 48%;
  margin-right: 0;
}
#g-try #try-submit {
  width: 48%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  position: relative;
  top: 2.5rem;
  border: 0;
  border-radius: 50rem;
  background: linear-gradient(135deg, #fc4448 45%, #a2120f 65%, #fc4448 80%);
  box-shadow: inset 0.2rem -0.2rem 0.1rem rgba(162, 18, 15, 0.7), inset -0.2rem -0.2rem 0.1rem rgba(162, 18, 15, 0.7), inset 0 0.3rem 0.1rem rgba(255, 255, 255, 0.6);
  filter: brightness(100%) drop-shadow(0 0 1rem #fff);
  transition: 0.5s;
}
#g-try #try-submit div {
  padding: 1rem 2rem;
  filter: drop-shadow(0 0.2rem 0 #a2120f);
}
#g-try #try-submit span {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.3rem;
}
#g-try #try-submit:hover {
  filter: brightness(150%) drop-shadow(0 0 1rem #fff);
}
#g-try .no-padding {
  padding-left: 0 !important;
}
#g-try .is-flex {
  white-space: nowrap;
}
#g-try .is-rule {
  text-align: center;
  padding-left: 0;
  margin: 1rem auto;
  font-size: 0.9rem;
}
#g-try .is-rule a {
  text-decoration: none;
  position: relative;
  background: linear-gradient(to right, #fcd518, #fcd518);
  background-size: 100% 0.1rem;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
#g-try .is-vcode .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#g-try .is-vcode .flex input {
  width: 56.5%;
}
#g-try .is-vcode .flex button {
  width: 40%;
  padding-left: 0;
  padding-right: 0;
}
#g-try .is-vcode .flex button b {
  color: #d2161f;
}
#g-try .is-vcode #t-vcode-notice {
  color: #d2161f;
}
#g-try .is-vcode #t-vcode-notice small {
  display: block;
}
#g-try .rule {
  color: #000;
  width: 90%;
  margin: 0 auto;
}
#g-try .rule .list-star {
  font-size: 0.6rem;
  text-align: left;
}

.icon-red-giftbox {
  margin-left: 0.5rem;
}

#msg-rule .msg-content ul {
  padding-left: 25px;
}
#msg-rule .msg-content ul li {
  list-style-type: decimal;
}

#msg-privacy .msg-wrap {
  width: 90%;
  height: 60%;
  max-width: 600px;
  max-height: 90%;
}
#msg-privacy .close {
  background: rgba(210, 22, 31, 0.8);
}
#msg-privacy a {
  color: #000;
  text-decoration: underline;
}

#msg-album-cross, #msg-album-altis, #msg-preorder {
  background: rgba(0, 0, 0, 0.8);
  background-size: 100%;
  -webkit-backdrop-filter: blur(0.4rem);
          backdrop-filter: blur(0.4rem);
}
#msg-album-cross .msg-wrap, #msg-album-altis .msg-wrap, #msg-preorder .msg-wrap {
  width: 53%;
  background: none;
  border: 0.2rem solid #cbb89a;
  border-radius: 0.2rem;
  padding: 0.2rem;
}
#msg-album-cross .msg-wrap:before, #msg-album-cross .msg-wrap:after, #msg-album-altis .msg-wrap:before, #msg-album-altis .msg-wrap:after, #msg-preorder .msg-wrap:before, #msg-preorder .msg-wrap:after {
  content: "";
  position: absolute;
  border: 1px solid #9a7829;
  pointer-events: none;
}
#msg-album-cross .msg-wrap::before, #msg-album-altis .msg-wrap::before, #msg-preorder .msg-wrap::before {
  width: calc(100% + .8rem);
  height: calc(100% + .8rem);
  top: -0.4rem;
  left: -0.4rem;
  border-radius: 0.3rem;
}
#msg-album-cross .msg-wrap::after, #msg-album-altis .msg-wrap::after, #msg-preorder .msg-wrap::after {
  width: calc(100% - .4rem);
  height: calc(100% - .4rem);
  top: 0.2rem;
  left: 0.2rem;
  border-radius: 0.1rem;
}
#msg-album-cross .msg-wrap > .close, #msg-album-altis .msg-wrap > .close, #msg-preorder .msg-wrap > .close {
  width: 2.8rem;
  height: 2.8rem;
  top: -1.5rem;
  right: -1.5rem;
  border: 0.2rem solid #b28f64;
  background: #000;
  z-index: 1;
}
#msg-album-cross .msg-wrap > .close:before, #msg-album-cross .msg-wrap > .close::after, #msg-album-altis .msg-wrap > .close:before, #msg-album-altis .msg-wrap > .close::after, #msg-preorder .msg-wrap > .close:before, #msg-preorder .msg-wrap > .close::after {
  width: 0.14rem;
  height: 2.7rem;
  top: -0.15rem;
  left: 1.2rem;
  background: #b28f64;
}
#msg-album-cross .msg-content, #msg-album-altis .msg-content, #msg-preorder .msg-content {
  overflow: visible;
}

#msg-album-cross .tns-wrap li, #msg-album-altis .tns-wrap li {
  position: relative;
}
#msg-album-cross .tns-wrap p, #msg-album-altis .tns-wrap p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #fff;
  font-size: 0.8rem;
  text-shadow: 0 0 1rem #000;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
#msg-album-cross .tns-wrap p::before, #msg-album-altis .tns-wrap p::before {
  content: "";
  width: 0.42rem;
  height: 0.9rem;
  background: linear-gradient(to bottom, #b28f64, #dfd0be);
  display: inline-block;
  margin-right: 0.5rem;
}
#msg-album-cross .tns-item, #msg-album-altis .tns-item {
  transform: scale(0.8);
  opacity: 0.5;
  transition: 0.5s;
}
#msg-album-cross .tns-item.tns-slide-active, #msg-album-altis .tns-item.tns-slide-active {
  transform: scale(1);
  opacity: 1;
}

#tns-msg-album-1-prev,
#tns-msg-album-1-next,
#tns-msg-album-2-prev,
#tns-msg-album-2-next {
  text-align: center;
  width: 2.5rem;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: calc(50% - 1.25rem);
}
#tns-msg-album-1-prev i,
#tns-msg-album-1-next i,
#tns-msg-album-2-prev i,
#tns-msg-album-2-next i {
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/icon-prev-brown.svg) no-repeat center;
  background-size: auto 100%;
  display: block;
}
#tns-msg-album-1-prev small,
#tns-msg-album-1-next small,
#tns-msg-album-2-prev small,
#tns-msg-album-2-next small {
  color: #b28f64;
  font-size: 0.7rem;
  display: block;
}
#tns-msg-album-1-prev:hover,
#tns-msg-album-1-next:hover,
#tns-msg-album-2-prev:hover,
#tns-msg-album-2-next:hover {
  filter: brightness(150%);
}

#tns-msg-album-1-prev,
#tns-msg-album-2-prev {
  right: calc(100% + 1rem);
}

#tns-msg-album-1-next,
#tns-msg-album-2-next {
  left: calc(100% + 1rem);
}
#tns-msg-album-1-next i,
#tns-msg-album-2-next i {
  transform: scale(-1, 1);
}

#msg-preorder {
  overflow-y: scroll;
  padding: 6.2rem 0;
}
#msg-preorder .msg-wrap {
  width: 76%;
  max-height: none;
  transform: scale(1.2) translate3d(0, 0, 0);
  top: 0;
  background: #695656;
}
#msg-preorder .msg-wrap > .close {
  position: sticky;
  margin-top: -1.4rem;
  margin-bottom: -1.4rem;
  margin-left: calc(100% - 1rem);
}
#msg-preorder .msg-content {
  color: #fff;
}
#msg-preorder .msg-content header {
  position: relative;
}
#msg-preorder .msg-content header img {
  width: 100%;
}
#msg-preorder .msg-content header .txt {
  position: absolute;
  width: 100%;
  top: 9.6%;
  left: 0;
  display: flex;
  align-items: start;
}
#msg-preorder .msg-content header .logo-corolla-sport {
  width: 23.8rem;
  height: 5.4rem;
  display: block;
  margin-left: 19.4%;
}
#msg-preorder .msg-content header .text-60 {
  width: 5.2rem;
  height: 3.8rem;
  background: url(../img/text-60.svg) no-repeat;
  background-size: 100%;
  text-indent: -9999rem;
  text-align: left;
  display: inline-block;
  margin-right: 1rem;
  margin-left: 0.5rem;
  margin-top: -0.4rem;
}
#msg-preorder .msg-content header .text-60th {
  margin-left: 2rem;
  margin-top: -0.5rem;
}
#msg-preorder .msg-content header .text-gradient-2 {
  font-size: 2.5rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}
#msg-preorder .msg-content header .first {
  position: absolute;
  top: 66%;
  right: 7%;
  display: flex;
  align-items: end;
  letter-spacing: 0.15rem;
  color: #fff;
}
#msg-preorder .msg-content header .first::before {
  content: "";
  width: 9.5rem;
  height: 1px;
  background: #dfd0be;
  display: inline-block;
  position: relative;
  top: -0.7rem;
  left: -0.8rem;
}
#msg-preorder .msg-content header .first p {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
}
#msg-preorder .msg-content header .first small {
  font-size: 50%;
}
#msg-preorder .msg-content .feature {
  width: 84%;
  margin: -8rem auto 0;
  border: 0.1rem solid #dfd0be;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.5rem #b28f64;
  background: rgba(70, 28, 0, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3.2rem 3.2rem 0.8rem;
  position: relative;
}
#msg-preorder .msg-content .feature li {
  width: 48%;
  margin-bottom: 1.2rem;
}
#msg-preorder .msg-content .feature img {
  width: 100%;
  border: 0.1rem solid #b28f64;
  border-radius: 0.5rem;
  aspect-ratio: 1/0.674;
}
#msg-preorder .msg-content .feature p {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.6rem 1rem 0;
}
#msg-preorder .msg-content .feature p::before {
  content: "";
  width: 0.3rem;
  height: 1.5rem;
  background: linear-gradient(to bottom, #b28f64, #dfd0be);
  display: inline-block;
  margin-right: 0.5rem;
}
#msg-preorder .msg-content .feature p ~ small {
  color: #fff;
  font-size: 0.7rem;
  padding-left: 2rem;
  display: block;
}
#msg-preorder .msg-content .list-oo {
  width: 86%;
  margin: 0 auto 5rem;
}
#msg-preorder.is-active .msg-wrap {
  transform: scale(1) translate3d(0, 0, 0);
}

.table-wrap-1 {
  width: 85%;
  margin: 3.8rem auto;
}

.table-1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.2rem;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
.table-1 caption {
  text-align: center;
  padding-bottom: 1.2rem;
}
.table-1 caption h3 {
  font-size: 2rem;
  font-weight: 700;
}
.table-1 caption small {
  font-size: 1.1rem;
  font-weight: normal;
  margin-left: 0.5rem;
}
.table-1 th {
  background: #2a1e1c;
}
.table-1 td {
  background: #a38d8d;
  padding: 0.4rem 0;
}
.table-1 th, .table-1 td {
  text-align: center;
  width: 33.3%;
}
.table-1 th b, .table-1 td b {
  font-size: 120%;
}

.table-wrap-2, .table-wrap-3 {
  width: 84%;
  margin: 4.5rem auto;
  position: relative;
}

.table-2, .table-3 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.2rem;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  margin-left: 0.5rem;
}
.table-2 caption, .table-3 caption {
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 45%, #090605 45.1%, #090605 52%, transparent 52.1%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-2 caption h4, .table-3 caption h4 {
  font-size: 1.3rem;
  font-weight: 700;
  background: #090605;
  border-radius: 10rem;
  padding: 1rem 0.3rem;
}
.table-2 th, .table-3 th {
  background: #2a1e1c;
  width: 30%;
}
.table-2 td, .table-3 td {
  background: #564645;
  width: 70%;
}
.table-2 th, .table-2 td, .table-3 th, .table-3 td {
  padding: 0 1rem;
}

.table-3 td {
  width: 100%;
}
.table-3 tr:nth-child(odd) td {
  background: #2a1e1c;
}

.list-oo {
  font-size: 0.8rem;
}
.list-oo li {
  position: relative;
  padding-left: 1rem;
}
.list-oo li::before {
  content: "Ⓞ";
  position: absolute;
  top: 0;
  left: 0;
}

#t-sales-wrap {
  padding: 0;
  margin-top: 2.5rem;
}
#t-sales-wrap h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  font-size: 1.4rem;
}
#t-sales-wrap h3 span {
  padding-right: 1rem;
}
#t-sales-wrap h3:after {
  content: "";
  width: 60%;
  height: 1px;
  background: #fff;
  border-radius: 50rem;
  display: block;
}
#t-sales-wrap ol {
  text-align: center;
  margin-top: 2rem;
}
#t-sales-wrap li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin: 0.3rem;
  margin-bottom: 1.8rem;
}
#t-sales-wrap li.is-loading {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #d2161f;
}
#t-sales-wrap label {
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
}
#t-sales-wrap input[type=radio] + label {
  width: 100%;
  position: relative;
  padding: 0;
}
#t-sales-wrap input[type=radio] + label .img {
  width: 100%;
  height: 12rem;
  background-color: #d0d0d0;
  background-size: 120%;
  background-position: center 10%;
  border-radius: 0.4rem;
}
#t-sales-wrap input[type=radio] + label:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 0.2rem solid #d1a521;
  border-radius: 0.4rem;
  border-width: 0;
  background: none;
  box-sizing: border-box;
  transition: 0.1s;
  opacity: 0;
}
#t-sales-wrap input[type=radio] + label:after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  border: 0;
  border-radius: 0;
  border-top-left-radius: 0.4rem;
  top: 0;
  left: 0;
  background: url(../img/icon-checked-fff.svg), linear-gradient(135deg, #d1a521 50%, transparent 50.1%);
  background-size: 50%, 100%;
  background-position: 10% 10%, center;
  background-repeat: no-repeat;
  transform: scale(1);
  opacity: 0;
}
#t-sales-wrap input[type=radio] + label:active:before,
#t-sales-wrap input[type=radio]:checked + label:before {
  border-width: 0.2rem;
  opacity: 1;
}
#t-sales-wrap input[type=radio] + label:active:after,
#t-sales-wrap input[type=radio]:checked + label:after {
  opacity: 1;
}
#t-sales-wrap label img {
  width: 100%;
}
#t-sales-wrap p {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}
#t-sales-wrap a {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  color: #fcd518;
}
#t-sales-wrap a:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/icon-arrow-fff.svg) no-repeat center;
  background-size: 70%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1rem;
}
#t-sales-wrap a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fcd518;
  position: absolute;
  bottom: 0;
  left: 0;
}
#t-sales-wrap a:hover {
  color: #dfd0be;
}

#g-rule,
#g-footer,
#g-try .is-rule,
#t-sales-list li,
.msg-box,
#g-kv small,
#g-quick {
  font-family: "Noto Sans TC", 微軟正黑體, Arial;
}

#g-rule {
  text-align: left;
  font-size: 0.9rem;
  padding: 4rem 12%;
}
#g-rule a {
  text-decoration: underline;
  color: #000;
  word-break: break-all;
}
#g-rule a:hover {
  color: #999;
}
#g-rule li {
  line-height: 1.5;
  margin-bottom: 2rem;
}

.list-label > li {
  position: relative;
  padding-left: 2rem;
}
.list-label .label {
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: bold;
  color: #fdef95;
}

.list-no {
  padding-left: 1.5rem;
}
.list-no > li {
  list-style-type: decimal;
}

.list-dot > li {
  position: relative;
  padding-left: 0.7rem;
}
.list-dot > li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: #000;
  border-radius: 50rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
}

.list-pie > li {
  position: relative;
  padding-left: 1rem;
}
.list-pie > li::before {
  content: "◎";
  position: absolute;
  top: 0;
  left: 0;
}

.list-R > li {
  position: relative;
  padding-left: 1rem;
}
.list-R > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.list-star > li {
  position: relative;
  padding-left: 0.5rem;
}
.list-star > li:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
}

.list-r {
  padding-left: 1.5rem;
}
.list-r > li {
  position: relative;
  margin-bottom: 2%;
}
.list-r > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: -20px;
}

#g-footer {
  clear: both;
  font-weight: 200;
  letter-spacing: 2px;
  width: 100%;
  padding: 1.2rem 0;
  background: linear-gradient(to right, #1b2e59, #1978b9, #1b2e59, #1978b9);
  color: #fff;
  position: relative;
  z-index: 1;
}
#g-footer p.note {
  letter-spacing: 0;
  margin: 20px;
}

#g-quick {
  position: fixed;
  bottom: 30%;
  right: 0;
  z-index: 3;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background: linear-gradient(135deg, #fc4448 45%, #a2120f 65%, #fc4448 80%);
  box-shadow: inset 0.3rem -0.3rem 0.1rem rgba(162, 18, 15, 0.7), inset -0.2rem -0.2rem 0.1rem rgba(162, 18, 15, 0.7), inset 0 0.3rem 0.1rem rgba(255, 255, 255, 0.6);
}
#g-quick a div {
  padding: 2rem 0.8rem;
  filter: drop-shadow(0 0.2rem 0 #a2120f);
}
#g-quick a div::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  right: 0.2rem;
  bottom: 0.4rem;
  left: 0.3rem;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background: linear-gradient(70deg, #fff, transparent, transparent, transparent, #fff);
  pointer-events: none;
}
#g-quick a span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}
#g-quick a i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.35rem 0 0.35rem;
  border-color: #fff transparent transparent transparent;
  display: block;
  margin: 0.3rem auto;
}
#g-quick a:hover {
  filter: brightness(150%);
}

@media screen and (min-width: 990px) {
  .is-m {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  html {
    font-size: 3.5vw;
  }

  #msg-loader .center {
    width: 20rem;
  }
  #msg-loader .center p {
    font-size: 1.5rem;
  }

  .is-pc {
    display: none !important;
  }

  .msg-box .msg-wrap {
    width: 85%;
  }
  .msg-box .msg-wrap > .close {
    width: 3rem;
    height: 3rem;
    top: -1.5rem;
    right: -1.5rem;
  }
  .msg-box .msg-wrap > .close:before, .msg-box .msg-wrap > .close:after {
    width: 1.8rem;
    height: 0.2rem;
    top: 1.4rem;
    left: 0.6rem;
  }
  .msg-box .msg-content header {
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  [class^=icon-star-] {
    width: 4rem;
    height: 4rem;
  }

  #g-kv {
    height: 52.5rem;
  }
  #g-kv #g-logo {
    top: 1rem;
    left: 1rem;
  }
  #g-kv header h1 {
    width: 85%;
    height: 14.5rem;
    background-image: url(../img/text-h1-m.webp);
  }
  #g-kv header h1::before {
    -webkit-mask-image: url(../img/text-h1-m.webp);
            mask-image: url(../img/text-h1-m.webp);
  }
  #g-kv .gift-1, #g-kv .gift-2 {
    width: 60%;
    margin-left: 35%;
    z-index: 1;
  }
  #g-kv .gift-1::before, #g-kv .gift-2::before {
    display: none;
  }
  #g-kv .gift-1 .no, #g-kv .gift-2 .no {
    top: -1rem;
    left: -1rem;
  }
  #g-kv .gift-1 {
    margin-bottom: 1.5rem;
  }
  #g-kv .gift-1 .no {
    left: 72%;
  }
  #g-kv .gift-1 .main {
    margin-top: 0;
    margin-left: 0;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 4.3rem;
    display: block;
    text-align: left;
  }
  #g-kv .gift-1 .main u {
    font-size: 1.6rem;
    position: static;
  }
  #g-kv .gift-1 .main strong {
    font-size: 2.7rem;
    text-align: center;
    line-height: 1.33;
    margin-top: -0.2rem;
    display: inline-block;
  }
  #g-kv .gift-1 .main p {
    font-size: 1.6rem;
    line-height: 1;
    top: 0;
  }
  #g-kv .gift-1 .main small {
    position: static;
    font-size: 0.7rem;
  }
  #g-kv .gift-2 .main {
    margin-left: 0;
    padding-top: 1rem;
    padding-bottom: 0.2rem;
    padding-left: 1rem;
  }
  #g-kv .gift-2 .main strong {
    font-size: 2.7rem;
    margin-top: 0;
  }
  #g-kv .gift-2 .main p {
    font-size: 1.6rem;
  }
  #g-kv .gift-2 .main .text-panasonic {
    width: 7.1rem;
    height: 1.7rem;
    position: relative;
    top: 0.5rem;
    margin-right: 0;
  }
  #g-kv .gift-2 .main b {
    font-size: 1rem;
  }
  #g-kv .gift-2 .main u {
    font-size: 1.5rem;
    top: -0.1rem;
    margin-left: 0;
  }
  #g-kv .gift-2 .main .gift {
    top: -18%;
    left: 71.8%;
    animation: kv_gift_swing_m 1s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate;
  }
  @keyframes kv_gift_swing_m {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(5deg);
    }
  }
  #g-kv .kv-kol {
    width: 16.4rem;
    height: 21rem;
    top: 35%;
    left: -7%;
  }
  #g-kv .gift-3, #g-kv .gift-4, #g-kv .gift-5 {
    margin-left: 4%;
    margin-bottom: -0.5rem;
    position: relative;
    z-index: 1;
  }
  #g-kv .gift-3 b, #g-kv .gift-4 b, #g-kv .gift-5 b {
    font-size: 3rem;
  }
  #g-kv .gift-3 b:last-child, #g-kv .gift-4 b:last-child, #g-kv .gift-5 b:last-child {
    font-size: 2.3rem;
  }
  #g-kv .kv-cars {
    width: 96%;
    height: 7rem;
    top: 89.3%;
    left: 2%;
  }
  #g-kv .text-first,
#g-kv .text-free {
    width: 4.5rem;
    height: 4.5rem;
  }
  #g-kv .text-first {
    top: 1.2rem;
    left: -4%;
  }
  #g-kv .text-free {
    top: -2rem;
    left: 8rem;
  }

  .text-gradient-7::before {
    text-shadow: 0.4rem 0rem 0 #1b2e59, 0.4rem 0.1rem 0 #1b2e59, 0.34rem 0.3rem 0 #1b2e59, 0.1rem 0.35rem 0 #1b2e59, 0.2rem 0.35rem 0 #1b2e59;
  }

  #g-gift {
    height: auto;
    background-size: auto 120%;
    padding-bottom: 3rem;
  }
  #g-gift header {
    width: 62%;
    padding-top: 7.2rem;
  }
  #g-gift header h2 {
    display: block;
  }
  #g-gift header .text-panasonic {
    width: 15rem;
    position: relative;
    top: 0.3rem;
  }
  #g-gift header p {
    margin-left: 0.5rem;
  }
  #g-gift header .icon-crown {
    top: -40%;
    left: 38.7%;
  }
  #g-gift ol {
    width: 80%;
    margin-top: 2rem;
    margin-left: 12%;
    position: relative;
    z-index: 2;
  }
  #g-gift .gift {
    width: 12.2rem;
    top: 3.5%;
    left: 55%;
    z-index: 1;
  }

  #g-try {
    width: 94%;
  }
  #g-try header p {
    font-size: 1.2rem;
  }
  #g-try .g-form {
    width: 90%;
  }
  #g-try .g-form > ul > li > label {
    font-size: 1.2rem;
  }
  #g-try #t-name {
    width: 47%;
  }
  #g-try #t-countie,
#g-try #t-district {
    width: 100%;
  }
  #g-try #t-countie {
    margin-bottom: 0.5rem;
  }
  #g-try .rule {
    width: 90%;
  }
  #g-try .is-vcode {
    width: 100%;
  }
  #g-try .is-vcode .flex button {
    letter-spacing: 0;
  }
  #g-try #try-submit {
    width: 80%;
  }

  .g-form > ul > li {
    padding: 0.4rem 0 0.4rem 0;
  }
  .g-form > ul > li label {
    position: relative;
    display: block;
    top: 0;
    margin-bottom: 0.2rem;
  }
  .g-form > ul > li label.hide {
    display: none;
  }

  #t-sales-list {
    width: 105%;
    margin-left: -2.5%;
  }
  #t-sales-list li {
    width: 46%;
  }

  #t-sales-wrap h3 {
    font-size: 1.2rem;
  }
  #t-sales-wrap li {
    margin-bottom: 1rem;
  }
  #t-sales-wrap input[type=radio] + label .img {
    height: 10rem;
  }

  #g-rule {
    padding: 4rem 5% 4rem;
  }

  #g-footer {
    font-size: 0.8rem;
    padding-bottom: 5rem;
  }

  #g-quick {
    display: none;
  }
}