@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
  /**font-family: 'Noto Sans TC', 'Microsoft JhengHei', "sans-serif", Arial;**/
  font-family: "Century Gothic", Arial, "Microsoft JhengHei", "ī�G�פ���",
    "�׶� Pro", "�s�ө���", "sans-serif";
  color: #333;
  overflow-x: hidden;
  max-width: 100vw;
}
a {
  text-decoration: none;
  display: inline-block;
}
:focus {
  outline: none;
}
i {
  font-style: normal;
}
* {
  box-sizing: border-box;
}
.header,
.footer {
  text-align: center;
  background: #fff;
}
.display_pc {
  display: block;
}
.display_m {
  display: none;
}
/**main_wrapper**/
.main_wrapper {
  position: relative;
  overflow: hidden;
  background: url(../images/main_bg.png) repeat-y center 100vw,
    url(../images/kv_bg.png) no-repeat top center;
  padding-bottom: 80px;
  background-color: #d4eddc;
}
/**kv_wrapper**/
.kv_wrapper {
  position: relative;
}
/**kv_container**/
.kv_container {
  position: relative;
  margin: auto;
  max-width: 1200px;
  height: 600px;
  display: flex;
  justify-content: center;
}
/**kv_slogan**/
.kv_slogan {
  position: absolute;
  top: 20%;
  z-index: 5;
}
/**���ʻ���**/
.kv_day {
  position: absolute;
  top: 18%;
  z-index: 5;
}
/**kv_left**/
.kv_left {
  position: absolute;
  top: 20%;
  left: 23%;
  z-index: 3;
  pointer-events: none;
  animation: waves-play 2.5s -2.6s ease-out infinite;
}
/**kv_right**/
.kv_right {
  position: absolute;
  top: 33.5%;
  right: 20%;
  z-index: 3;
  pointer-events: none;
  animation: waves-play 2.5s -2.6s ease-out infinite;
}
/**kv_coin**/
.kv_coin {
  position: absolute;
  top: 0;
  left: 17%;
  z-index: 4;
  pointer-events: none;
}
.kv_but {
  position: absolute;
  top: 57%;
  margin-left: 7%;
}
.kv_logo {
  position: absolute;
  top: 8%;
  z-index: 5;
}

/****/
.kv_logo a {
  display: inline-block;
}
.kv_logo a img,
.kv_event a img,
.kv_but a img {
  transition: 0.3s all ease-in-out;
}
@media (hover: hover) {
  .kv_logo a img:hover,
  .kv_event a img:hover,
  .kv_but a img:hover {
    transform: translateY(-8%);
    filter: brightness(1.2);
  }
  .kv_event a img:hover {
    transform: scale(0.95);
  }
}

.kv_logo,
.kv_slogan,
.kv_fly {
  --animate-duration: 2.5s;
}

.animate__animated.animate__fadeInLeftBig,
.animate__animated.animate__fadeInRightBig {
  --animate-duration: 2s;
  --animate-delay: 1s;
}

.animate__animated.animate__bounce {
  --animate-duration: 2s;
}

/**kv_car**/
.kv_car {
  width: 145px;
  height: 133px;
  background: cyan;
  border-radius: 50%;
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: circle 15s linear infinite;
  z-index: 100;
  background: url("../images/kv_car.png");
}

@keyframes circle {
  0% {
    transform: rotate(0deg) translate(510px) rotate(0deg);
    filter: opacity(0);
  }
  5% {
    filter: opacity(0);
  }
  10% {
    filter: opacity(1);
  }
  55% {
    filter: opacity(1);
  }
  60% {
    transform: rotate(-170deg) translate(510px) rotate(170deg);
    filter: opacity(0);
  }
  100% {
    transform: rotate(-360deg) translate(510px) rotate(360deg);
    filter: opacity(0);
  }
}

/**kv_fly**/
.kv_fly {
  position: absolute;
  top: 4%;
  left: 4%;
  z-index: 3;
}

/**kv_earth*/
.kv_earth {
  position: absolute;
  top: 11.5%;
  left: 7.5%;
  z-index: 1;
}

/**kv_clound**/
.kv_clound {
  position: absolute;
  top: 5%;
  left: -19%;
  z-index: 1;
  animation: waves-play 2.5s -2.6s ease-out infinite;
}

@keyframes waves-play {
  0% {
    transform: scale(1.01) rotate(360deg) translateX(0px) translateY(5px)
      rotate(-360deg);
    transform: scale(1.01) rotate(360deg) translateX(0px) translateY(5px)
      rotate(-360deg);
  }
  100% {
    transform: scale(1.01) rotate(0deg) translateX(0px) translateY(5px)
      rotate(0deg);
    transform: scale(1.01) rotate(0deg) translateX(0px) translateY(5px)
      rotate(0deg);
  }
}

/**�n�O�e�n§-���ʻ������e**/
.text_wrapper {
  max-width: 1000px;
  /**margin-top: 10px;**/
  /**background-color: #f4f4f4;**/
  margin: 0 auto;
}
.text_container {
}
.flip {
  display: flex;
}
.flip .but {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  font-size: 24px;
  font-weight: 900;
  color: #221712;
  text-align: center;
  background-color: #fff;
}

.flip .but.list {
  background-color: #fff;
  color: #221712;
  border-bottom: 1px solid #d1d1d1;
  transition: ease-out 0.1s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flip .but:hover,
.flip .but:focus,
.flip .but:active {
  background-color: #dbd9d9;
  cursor: pointer;
}

/**���ä��e**/
div.panel {
  width: 100%;
  height: 0;
  overflow: hidden;
  /**background-color: #f4f4f4;**/
  transition: 0.5s linear height;
  /**padding: 0 50px 0 50px;**/
}
.active div.panel {
  height: auto;
  overflow-y: auto;
  padding: 30px 0px;
}

/*�i�}���X�����s*/
.open,
.close {
  border-radius: 30px;
  border: 1px solid #2f2f2f;
  color: #2f2f2f;
  display: inline-block; /*�i�H�]�w���e*/
  padding: 6px 15px;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-left: 10px;
}
.close {
  display: none;
}

.flip:hover .open,
.flip:hover .close {
  background-color: #2f2f2f;
  color: white;
}

/**js���K�[active���ɭ�open�n���_��**/
.active .open {
  display: none;
}

/**js���K�[active���ɭ�close�n�}�_��**/
.active .close {
  display: block;
}

.panel h3 {
  border-radius: 20px;
  padding: 5px 20px;
  margin: 15px 0px 5px 0px;
  text-align: center;
  background-color: #dc4500;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}

.panel p {
  text-align: left;
  font-size: 18px;
  line-height: 25px;
}

/**Lightbox�u��**/
.lightbox {
  display: none;
  box-sizing: border-box;
  background: #fff;
  max-width: 850px;
  width: 80%;
  height: 80%;
  margin: auto;
  padding: 15px;
  border-radius: 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.lightbox {
  background: #77cde8;
  height: 562px;
}
.lightbox .lightbox_head {
  position: relative;
}
.lightbox_content {
  box-sizing: border-box;
  background: #fff;
  width: 95%;
  margin: 0 auto auto;
  padding: 2em;
  border-radius: 20px;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  position: absolute;
  top: 90px;
  bottom: 4%;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.lightbox_mask {
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.lightbox_title {
  display: table;
  margin: auto;
  font-size: 35px;
  font-weight: bold;
  padding-top: 10px;
  color: #000;
}
.lightbox_content h3 {
  color: #021c9d;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  margin-top: 18px;
}
.lightbox_content p,
.lightbox_content li {
  font-size: 16px;
  line-height: 1.5em;
  color: #000;
}
.lightbox_content li {
  list-style: disc;
  line-height: 25px;
  margin-bottom: 8px;
  margin-left: 25px;
}
.lightbox_close {
  color: #000;
  box-sizing: border-box;
  width: 31px;
  height: 31px;
  border-radius: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.lightbox_close .icon_close {
  color: #fff;
  width: 31px;
  height: 31px;
}
.lightbox_close .icon_close:before,
.lightbox_close .icon_close:after {
  width: 31px;
  box-shadow: 0 0 15px 3px #ff1100;
}
.icon_close {
  position: absolute;
  color: #000;
  margin-top: 0;
  margin-left: 0;
  width: 21px;
  height: 21px;
}
.icon_close:before {
  content: "";
  position: absolute;
  top: 10px;
  width: 21px;
  height: 3px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.icon_close:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 21px;
  height: 3px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lightbox_content a {
  font-weight: bold;
  background-color: salmon;
  border-radius: 20px;
  padding: 3px 10px;
  color: #fff;
  margin-left: 3px;
}

/**prod**/
.prod_wrapper {
  position: relative;
  margin-top: 60px;
}
.ProductList {
  position: relative;
  z-index: 500;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.group {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
}
/**group_bg**/
#group_1 {
  background-image: url(../images/border_01.png);
  background-repeat: no-repeat;
  width: 941px;
  height: 624px;
  position: relative;
  left: 60px;
}
#group_1:before {
  content: "";
  position: absolute;
  top: 285px;
  left: -170px;
  background-image: url(../images/deco_01.png);
  width: 279px;
  height: 299px;
  z-index: 1;
}
#group_2 {
  background-image: url(../images/border_02.png);
  background-repeat: no-repeat;
  width: 950px;
  height: 596px;
  position: relative;
  left: -60px;
}
#group_2:before {
  content: "";
  position: absolute;
  top: 225px;
  right: -192px;
  background-image: url(../images/deco_02.png);
  width: 229px;
  height: 291px;
  z-index: 1;
}
#group_3 {
  background-image: url(../images/border_03.png);
  background-repeat: no-repeat;
  width: 952px;
  height: 502px;
  position: relative;
  left: 60px;
}
#group_3:before {
  content: "";
  position: absolute;
  top: 95px;
  left: -120px;
  background-image: url(../images/deco_03.png);
  width: 216px;
  height: 395px;
  z-index: 1;
}
#group_4 {
  position: relative;
  margin-top: 180px;
}
/**coupon_wrapper**/
.coupon_wrapper {
  position: relative;
}
.coupon_tit {
  position: absolute;
  left: 40px;
  top: 88px;
}
#group_2 .coupon_tit {
  position: absolute;
  left: 87px;
  top: 60px;
}
#group_3 .coupon_tit {
  position: absolute;
  left: 40px;
  top: 53px;
}
.coupon_but {
}
.coupon_but a {
  position: absolute;
  margin-top: 59px;
  left: -25px;
  z-index: 2;
  transition: 0.3s all ease-in-out;
}
@media (hover: hover) {
  .coupon_but a:hover {
    transform: translateY(-8%);
  }
}

.coupon.car {
  display: flex;
  flex-wrap: wrap;
  width: 530px;
  justify-content: space-evenly;
  position: absolute;
  left: 320px;
  top: 40px;
}

.coupon.bike {
  display: flex;
  width: 545px;
  justify-content: space-evenly;
  position: absolute;
  left: 359px;
  top: 40px;
}

.coupon.house {
  display: flex;
  width: 530px;
  justify-content: space-evenly;
  position: absolute;
  left: 320px;
  top: 63px;
}

.item {
}
.item a {
  margin-bottom: 10px;
  transition: 0.3s all ease-in-out;
}
@media (hover: hover) {
  .item a:hover {
    transform: scale(0.92);
    filter: brightness(70%);
  }
}

/**���ʻ���**/
.terms_wrapper {
}
.terms_container {
  width: 100%;
  background-color: #dbf7ff;
  border: solid 3px #fff;
  border-radius: 20px 20px;
  box-shadow: rgba(26, 120, 168, 0.8) 0px 2px 4px 0px,
    rgba(26, 120, 168, 0.8) 0px 2px 4px 0px;
}
.terms_container h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  background-color: #0fb1de;
  color: #fbf0e0;
  border-radius: 20px 20px 0 0;
  padding: 15px 0;
}
.terms_content {
  width: 90%;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 24px;
}
.terms_container h3 {
  color: #0f32a7;
  font-size: 28px;
  font-weight: bold;
  padding: 12px 0;
  margin-top: 20px;
}
.terms_content ul li {
  margin: 0 30px 7px 40px;
  list-style-type: none;
}
.terms_content ol li {
  font-size: 20px;
  line-height: 28px;
}
.terms_content li strong {
  color: red;
}

.terms_content a {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #0553c5;
  transition: transform 0.35s;
}
@media (hover: hover) {
  .terms_content a:hover {
    transform: translate(0, -5px);
    cursor: pointer;
  }
}

.terms_content .tr001 a {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  margin: 5px 3px;
  border-radius: 30px;
  color: #0553c5;
  background-color: #e5f1ff;
  padding: 5px 20px;
  transition: transform 0.35s;
}
@media (hover: hover) {
  .terms_content .tr001 a:hover {
    transform: translate(5px, 0);
    cursor: pointer;
  }
}
/**bn**/
.terms_content .bn {
  text-align: center;
}
.terms_content .bn a {
  padding: 0px 0px;
  margin: 20px 0px;
}
.terms_content .bn a img {
  margin: 0px 0px;
  width: 100%;
}
ol li {
  list-style: decimal;
  margin: 0 40px 7px 70px;
}
.tb01 tr td {
  padding: 10px 0 10px 0;
  border-bottom: 1px #fff dashed;
}
.tb01 tr td p {
  padding: 5px 0 15px 22px;
  font-size: 20px;
  line-height: 28px;
}
ul.applies {
  color: #686868;
  padding: 0 0 15px 22px;
  font-size: 15px;
  font-weight: 800;
  line-height: 26px;
}
.red {
  font-weight: bold;
  color: #eb2a37;
  font-size: 20px;
}
.red2 {
  font-weight: bold;
  color: #eb2a37;
  font-size: 18px;
  border: 2px solid #eb2a37;
  padding: 3px 25px;
  border-radius: 30px;
  margin-right: 5px;
}
.yellow {
  font-weight: bold;
  color: yellow;
}

/**insurance**/
.insurance {
  border-radius: 5px;
  border: 3px solid #4d4d4d;
  font-size: 17px;
  line-height: 1.5;
}
.insurance tr td {
  padding: 10px 0 10px 0;
  border-bottom: 1px #a0a0a0 solid;
  border-right: 1px #a0a0a0 solid;
}
.insurance tr td p {
  padding: 0 0 0 25px !important;
  font-size: 18px !important;
  margin-bottom: 0px;
  line-height: 18px;
}
.insurance tr.tr001 {
  color: #000;
  background-color: #ffffff;
}
.insurance tr.tr001 p {
  font-size: 15px !important;
}
.insurance tr.tr002 {
  color: #fff;
  background-color: #3281df;
  font-weight: bold;
}
.insurance tr.tr003 {
  color: #000;
  background-color: #fff;
}
.insurance tr.tr004 {
  color: #fff;
  background-color: #fe8a36;
}
.insurance a {
  color: #06f;
  text-decoration: underline;
}
.step {
  padding: 0px;
  line-height: 30px;
}

/**go-top**/
.go-top {
  position: fixed;
  right: 20px;
  bottom: 180px;
  padding: 10px 10px 3px 10px;
  border-radius: 50px;
  font: 12px/30px Verdana;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 999;
}
@media (hover: hover) {
  .go-top:hover {
    padding-top: 40px;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
/**�T����**/
.go-top::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 18px;
  width: 0;
  height: 0;
  border: 4px solid #fff;
  border-color: transparent transparent #fff;
}

/*float-right*/
.float_wrapper {
  position: fixed;
  top: 150px;
  right: 20px;
  z-index: 999;
}
.float_main {
  width: 116px;
  background: rgb(0 0 0 / 90%);
  border-radius: 15px;
  padding: 25px 5px 20px;
  border: 3px solid #db90e8;
  box-shadow: rgba(243, 0, 226, 0.32) 0px 2px 4px 0px,
    rgba(243, 0, 226, 0.52) 0px 2px 16px 0px;
  border-radius: 20px;
}
.float_hd {
  position: absolute;
  top: -85px;
  left: -10px;
}
.go_top {
  display: block;
  cursor: pointer;
}
.float_main li {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.float_main li.highlight0 {
  padding-top: 3px;
  background-color: #fff;
  border-radius: 3px;
  color: #040333;
  margin-top: 5px;
}
.float_main li.highlight0 > ul {
  border-top: 1px dotted;
}
.float_main li.highlight2 {
  font-size: 24px;
  padding-bottom: 5px;
  padding-left: 2px;
  padding-top: 5px;
}
.float_main li.goback a {
  color: yellow;
  margin: 5px 0;
  background: #b91212;
  border-radius: 20px;
}
.float_main li a {
  position: relative;
  z-index: 500;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 4px 0;
}
.float_main li a:hover {
  color: #ffd622;
}
.float_main li a:after {
  position: absolute;
  right: 51%;
  bottom: 0;
  left: 51%;
  z-index: 1;
  height: 2px;
  background: #ffd622;
  content: "";
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: left, right;
  transition-property: left, right;
}
.float_main a:hover:after {
  right: 10%;
  left: 10%;
}
.float_main li.catagory {
  width: 49%;
  float: left;
  border-bottom: 1px dotted #040333;
}
.float_main li.catagory.on {
  background-color: #fff95a;
}
.float_main li.catagory:nth-child(1n) {
  border-left: 1px dotted #040333;
}
.float_main li.catagory a {
  color: #e50000;
}
.float_main li.catagory2 {
  width: 98%;
  float: left;
  border-bottom: 1px dotted #040333;
}
.float_main li.catagory2.on {
  background-color: #ffd622;
}
.float_main li.catagory2 a {
  color: #e50000;
}
.float_main li.gotravel {
  position: absolute;
  bottom: -130px;
  left: 0px;
}
.float_main li.gotravel a:after {
  background: rgb(255 255 0 / 0%);
}
.float_main li.gotravel a {
  transition: 0.3s ease-in-out;
}
.float_main li.gotravel a:hover {
  transform: scale(0.97);
  filter: brightness(120%);
}

/**bg_fly**/
.bg_fly {
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/float.png") no-repeat center;
  position: fixed;
  z-index: 1;
  display: none;
  pointer-events: none;
}

/**NavArea�k�����**/
@media screen and (min-width: 1023px) {
  /** float **/
  .NavArea {
    display: none;
    text-align: center;
    font-size: 0px; /*���F����<a>�����Z*/
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    margin: 0 auto;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
  }

  /**active �I��highlight**/
  .Nav-slide.active {
    background-color: #1b76e1;
    border-radius: 30px;
  }

  .go_top {
    display: block;
    cursor: pointer;
  }
  .Nav-wrapper {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    padding: 5px 0;
  }

  .Nav-wrapper li {
    width: 100%;
    color: #2979de;
    text-decoration: none;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #9ee2f7;
    transition: background-color 0.5s 0s ease;
    margin: 0px 5px;
  }

  .Nav-wrapper li:last-child {
    border-right: 1px solid #9ee2f7;
  }

  .Nav-wrapper li a {
    color: #fff; /**�������D�C��**/
    cursor: pointer;
    position: relative;
    z-index: 500;
    font-weight: bold;
  }
  .Nav-wrapper li a:hover {
    color: #ffd026; /**�������Dhover�C��**/
  }

  /**nav_wrapper**/
  .nav_wrapper.fix {
    position: fixed;
    z-index: 998;
    top: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }

  .nav_wrapper {
    background-color: #f6f3ee;
    width: 100%;
    position: absolute;
    padding: 10px 0;
  }

  .nav_container {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .nav_wrapper ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 40px;
  }

  .nav_wrapper li {
    width: 100%;
    color: #3e3a39;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #65a926;
  }

  .nav_wrapper li:last-child {
    border-right: 1px solid #65a926;
  }
  .nav_wrapper li a {
    color: #000;
    transition: linear 0.2s;
  }
  .nav_wrapper li a:hover {
    background: #e1ebd8;
    padding: 5% 10%;
    border-radius: 30px;
  }
}

@media screen and (max-width: 768px) {
  body {
    width: 100vw;
    min-width: inherit;
  }
  .gotop {
    background: url(//www.payeasy.com.tw/pay_event/pezlib/images/icon_top.png)
      no-repeat;
    height: 36px;
    position: fixed;
    right: 5px;
    width: 36px;
    bottom: 80px;
    z-index: 999;
    display: none;
  }
  .gotop a {
    display: block;
    width: 48px;
    height: 36px;
  }
  /**go-top**/
  .go-top {
    position: fixed;
    right: 5px;
    bottom: 15px;
  }
  .header {
    width: 100vw;
  }
  .display_m {
    display: block;
  }
  .display_pc {
    display: none;
  }
  .bg_fly {
    display: none;
  }
  .main_wrapper {
    background-size: 100vw, 240vw;
    background-position: center 130vw, center top;
    padding-bottom: 0px;
  }
  .kv_wrapper {
  }
  .kv_container {
    width: 100vw;
    height: 76vw;
  }
  .kv_container img {
    width: 100%;
  }
  .kv_logo {
    width: 80vw;
    top: 6vw;
  }
  .kv_logo img {
    width: 50%;
  }
  .kv_logo a {
    width: 21vw;
  }
  .kv_logo a img {
    width: 100%;
  }
  .kv_slogan {
    width: 60vw;
    top: 13vw;
  }
  .kv_but {
    width: 65vw;
    top: 42vw;
  }
  .kv_day {
    width: 42vw;
    top: 14vw;
  }
  .kv_left,
  .kv_right {
    display: none;
  }
  .kv_coin {
    width: 84vw;
    left: 13vw;
    top: -4vw;
  }

  .group {
    width: 100vw;
    margin-bottom: 25px;
  }
  /**group_bg**/
  #group_1 {
    background-size: cover;
    width: 100vw;
    height: 66.5vw;
    margin-bottom: 15px;
    left: 0px;
  }
  #group_1:before,
  #group_2:before,
  #group_3:before {
    display: none;
  }
  #group_2 {
    background-size: cover;
    width: 100vw;
    height: 60vw;
    margin-bottom: 15px;
    left: 0px;
  }
  #group_3 {
    background-size: cover;
    width: 100vw;
    height: 52.8vw;
    margin-bottom: 15px;
    left: 0px;
  }
  #group_4 {
    position: relative;
    margin-top: 15vw;
  }

  /**coupon_wrapper**/
  .coupon_wrapper {
  }
  .coupon_tit {
    width: 27vw;
    left: 3vw;
    top: 8.5vw;
  }
  #group_2 .coupon_tit {
    width: 26vw;
    left: 8.5vw;
    top: 7vw;
  }
  #group_3 .coupon_tit {
    width: 26vw;
    left: 3.5vw;
    top: 6vw;
  }
  .coupon_tit img {
    width: 100%;
  }
  .coupon_but {
  }
  .coupon_but a {
    position: absolute;
    margin-top: 25px;
    transition: 0.3s all ease-in-out;
  }
  .coupon_but {
  }
  .coupon_but a {
    margin-top: 1.5vw;
  }

  .coupon.car {
    width: 60vw;
    left: 32vw;
    top: 4vw;
  }
  .coupon.car .item {
    width: 27vw;
  }

  .coupon.bike {
    width: 58vw;
    left: 37.5vw;
    top: 8.5vw;
  }
  .coupon.bike .item {
    width: 18vw;
  }

  .coupon.house {
    width: 56vw;
    left: 33.7vw;
    top: 6.5vw;
  }
  .coupon.house .item {
    width: 27vw;
  }

  .item {
  }
  .item img {
    width: 100%;
  }
  .item a {
    margin-bottom: 5px;
  }

  /**prod**/
  .prod_wrapper {
    margin-top: 0px;
  }
  .ProductList {
    width: 100vw;
  }
  /**���ʻ���**/
  .terms_wrapper {
  }
  .terms_container {
    width: 100vw;
    border-radius: 30px 30px;
  }
  .terms_container h2 {
    font-size: 25px;
    line-height: 35px;
    border-radius: 30px 30px 0 0;
    padding: 10px 0;
  }
  .terms_content {
    width: 86%;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .terms_container h3 {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .terms_content ul li {
    margin: 4px 5px 0 15px;
  }
  .terms_content ol li {
    font-size: 16px;
    line-height: 22px;
  }
  /**bn**/
  .terms_content .bn {
  }

  ol li {
    list-style: decimal;
    margin: 0 0px 10px 20px;
  }
  .tb01 tr td p {
    padding: 5px 0 15px 0px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0px;
  }
  .red {
    font-size: 16px;
  }

  /**insurance**/
  .insurance {
    font-size: 15px;
    margin: 5px 0;
  }
  .insurance tr td p {
    padding: 0 0 0 5px !important;
    line-height: 22px;
    font-size: 16px !important;
  }
  .step {
    padding: 0 0 10px 3px;
    line-height: 20px;
  }

  /**�n�O�e�n§-���ʻ������e**/
  .text_wrapper {
    width: 75vw;
  }

  .flip .but {
    line-height: 22px;
    font-size: 16px;
  }

  /**���ä��e**/
  div.panel {
    width: 75vw;
    padding: 0 0px 0 0px;
  }
  .active div.panel {
    height: 300px;
    padding: 30px 0px;
  }

  /*�i�}���X�����s*/
  .open,
  .close {
    padding: 3px 5px;
    font-size: 12px;
    line-height: 16px;
    margin-left: 5px;
  }
  .close {
    display: none;
  }

  .panel h3 {
    padding: 5px 10px;
    margin: 12px 0px 5px 0px;
    font-size: 16px;
  }

  .panel p {
    text-align: left;
    font-size: 16px;
    line-height: 23px;
  }

  .button {
    width: 60vw;
  }
  .button a {
    border-radius: 10px;
    padding: 7px 25px;
    font-size: 15px;
    display: block;
  }

  /**lightbox�u��**/
  .lightbox {
    width: 96%;
    padding: 20px 10px;
  }
  .lightbox-01 {
    height: 90%;
  }
  .lightbox_close {
    top: 0;
    right: 0;
  }
  .lightbox_content {
    padding: 0.5em 1em;
    top: 18vw;
  }
  .lightbox_area {
    float: none;
    width: 100%;
    padding-top: 2vw;
  }
  .lightbox_title {
    font-size: 25px;
    padding-top: 1%;
    padding-right: 3%;
  }
  .lightbox_content h3 {
    font-size: 18px;
    margin-top: 6px;
  }
  .lightbox_content p {
    font-size: 15px;
  }

  /**���I-top**/
  .float_tit,
  .float_tit2,
  .float_tit3 {
    display: none;
  }
  .NavArea {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
  }
  .NavArea .Nav {
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    background: #000;
    border-bottom: 2px solid #ccc;
  }
  .NavArea .Nav ul {
    display: flex;
  }
  .NavArea .Nav li {
    z-index: 10;
    flex: none;
  }
  .NavArea .Nav a {
    color: #fff;
    padding: 0 15px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    font-weight: bold;
  }
  .Nav-slide.active a {
    color: yellow;
  }
  .NavArea li.highlight0 {
    display: none;
  }
  .Nav-slide.active a {
    color: yellow;
    font-weight: bold;
    border-bottom: 2px solid yellow;
    background: #525252;
  }
}
