body {
  -webkit-text-size-adjust: 100%;
}
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
a {
  text-decoration: none;
  cursor: pointer;
  color: black;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: 1;
}
#wrap {
  font-family: "Noto Sans TC";
  overflow-x: hidden;
}
/*****************************************
*                  news                  *
*****************************************/

.inner_desc a {
  text-decoration: none;
  position: relative;
}
.inner_desc a:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-width: 0px 0px 1px;
  border-style: solid;
}

.red {
  color: #ff2400;
}
#news {
}

#list {
  width: 100%;
  background: #eeeee9;
  transition: all 0.8s ease;
}
#list .inner_title {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15px;
}
#list .inner_title img,
#list .step-title img,
#list .gift-title img,
#list .gift-item img,
.bg_item img,
#detail .fb_btn img,
#popup .close_btn img,
.form img {
  width: 100%;
  display: block;
}
#list .inner_desc {
  font-size: 15px;
  font-family: "Noto Sans TC";
  font-weight: 400;
  text-align: center;
  line-height: 25px;
  margin-bottom: 20px;
}

#list .box-title {
  width: 100%;
  height: calc(100vh - 61px - 49px);
  min-height: 390px;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 600;
  text-indent: 0;
  line-height: 24px;
  overflow: hidden;
}
#list .box-top {
  width: 336px;
  height: calc(100vh - 61px - 49px);
  min-height: 390px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#list .box-top-inner {
  width: 100%;
  height: calc(100% - 110px);
  top: 110px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-height: 600px) {
  #list .box-top-inner {
    top: 15%;
    height: calc(100% - 15%);
  }
}
@media screen and (max-height: 570px) {
  #list .box-top-inner {
    top: 10%;
    height: calc(100% - 10%);
  }
}
@media screen and (max-height: 540px) {
  #list .box-top-inner {
    top: 5%;
    height: calc(100% - 5%);
  }
}
@media screen and (max-height: 510px) {
  #list .box-top-inner {
    top: 0;
    height: 100%;
  }
}
#list .box-top-inner.shadow {
  height: 100%;
  top: 120px;
  opacity: 0.1;
  z-index: 1;
}
@media screen and (max-height: 600px) {
  #list .box-top-inner.shadow {
    top: calc(15% + 10px);
  }
}
@media screen and (max-height: 570px) {
  #list .box-top-inner.shadow {
    top: calc(10% + 10px);
  }
}
@media screen and (max-height: 540px) {
  #list .box-top-inner.shadow {
    top: calc(5% + 10px);
  }
}
@media screen and (max-height: 510px) {
  #list .box-top-inner.shadow {
    top: 10px;
  }
}
#list .box-top-inner .beer {
  width: 47px;
  height: 54px;
  top: 20px;
  position: absolute;
  opacity: 0;
  z-index: 3;
}
#list .box-top-inner .beer.left {
  /*left: 40px;*/
  left: 40px;
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  transform: rotate(7deg);
  -webkit-transform-origin: left 70px;
  -moz-transform-origin: left 70px;
  -ms-transform-origin: left 70px;
  -o-transform-origin: left 70px;
  transform-origin: left 70px;
}
#list .box-top-inner .beer.left.animate {
  -webkit-animation: beer-left linear 0.6s forwards;
  -moz-animation: beer-left linear 0.6s forwards;
  -ms-animation: beer-left linear 0.6s forwards;
  -o-animation: beer-left linear 0.6s forwards;
  animation: beer-left linear 0.6s forwards;
}
@-webkit-keyframes beer-left {
  0% {
    left: 111px;
    opacity: 0;
    -webkit-transform: rotate(10deg);
  }
  20% {
    left: 121px;
    opacity: 1;
  }
  30% {
    -webkit-transform: rotate(-15deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
  }
  70% {
    left: 121px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes beer-left {
  0% {
    left: 111px;
    opacity: 0;
    -moz-transform: rotate(10deg);
  }
  20% {
    left: 121px;
    opacity: 1;
  }
  30% {
    -moz-transform: rotate(-15deg);
  }
  60% {
    -moz-transform: rotate(0deg);
  }
  70% {
    left: 121px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 1;
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes beer-left {
  0% {
    left: 111px;
    opacity: 0;
    -o-transform: rotate(10deg);
  }
  20% {
    left: 121px;
    opacity: 1;
  }
  30% {
    -o-transform: rotate(-15deg);
  }
  60% {
    -o-transform: rotate(0deg);
  }
  70% {
    left: 121px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 1;
    -o-transform: rotate(0deg);
  }
}
@keyframes beer-left {
  0% {
    left: 111px;
    opacity: 0;
    transform: rotate(10deg);
  }
  20% {
    left: 121px;
    opacity: 1;
  }
  30% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    left: 121px;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 1;
    transform: rotate(0deg);
  }
}
#list .box-top-inner .beer.right {
  /*left: 238px;*/
  left: 238px;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
  -webkit-transform-origin: right 70px;
  -moz-transform-origin: right 70px;
  -ms-transform-origin: right 70px;
  -o-transform-origin: right 70px;
  transform-origin: right 70px;
}
#list .box-top-inner .beer.right.animate {
  -webkit-animation: beer-right linear 0.6s forwards;
  -moz-animation: beer-right linear 0.6s forwards;
  -ms-animation: beer-right linear 0.6s forwards;
  -o-animation: beer-right linear 0.6s forwards;
  animation: beer-right linear 0.6s forwards;
}
@-webkit-keyframes beer-right {
  0% {
    left: 178px;
    opacity: 0;
    -webkit-transform: rotate(-10deg);
  }
  20% {
    left: 168px;
    opacity: 1;
  }
  30% {
    -webkit-transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(0deg);
  }
  70% {
    left: 168px;
    opacity: 1;
  }
  100% {
    left: 238px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes beer-right {
  0% {
    left: 178px;
    opacity: 0;
    -moz-transform: rotate(-10deg);
  }
  20% {
    left: 168px;
    opacity: 1;
  }
  30% {
    -moz-transform: rotate(15deg);
  }
  60% {
    -moz-transform: rotate(0deg);
  }
  70% {
    left: 168px;
    opacity: 1;
  }
  100% {
    left: 238px;
    opacity: 1;
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes beer-right {
  0% {
    left: 178px;
    opacity: 0;
    -o-transform: rotate(-10deg);
  }
  20% {
    left: 168px;
    opacity: 1;
  }
  30% {
    -o-transform: rotate(15deg);
  }
  60% {
    -o-transform: rotate(0deg);
  }
  70% {
    left: 168px;
    opacity: 1;
  }
  100% {
    left: 238px;
    opacity: 1;
    -o-transform: rotate(0deg);
  }
}
@keyframes beer-right {
  0% {
    left: 178px;
    opacity: 0;
    transform: rotate(-10deg);
  }
  20% {
    left: 168px;
    opacity: 1;
  }
  30% {
    transform: rotate(15deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    left: 168px;
    opacity: 1;
  }
  100% {
    left: 238px;
    opacity: 1;
    transform: rotate(0deg);
  }
}
#list .box-top-inner .beer .pic {
  width: 56px;
  height: 45px;
  top: 9px;
  position: absolute;
  z-index: 3;
}
#list .box-top-inner .beer .bubble {
  width: 28px;
  position: absolute;
  z-index: 4;
  /*transform: scale(0);
	transform-origin: left bottom;*/
}
#list .box-top-inner .beer.animate .bubble {
  -webkit-animation: beer-bubble linear 0.6s forwards;
  -moz-animation: beer-bubble linear 0.6s forwards;
  -ms-animation: beer-bubble linear 0.6s forwards;
  -o-animation: beer-bubble linear 0.6s forwards;
  animation: beer-bubble linear 0.6s forwards;
}
@-webkit-keyframes beer-bubble {
  0% {
    -webkit-transform: scale(0);
  }
  20% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes beer-bubble {
  0% {
    -moz-transform: scale(0);
  }
  20% {
    -moz-transform: scale(0);
  }
  40% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes beer-bubble {
  0% {
    -o-transform: scale(0);
  }
  20% {
    -o-transform: scale(0);
  }
  40% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes beer-bubble {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
#list .box-top-inner .beer.left .bubble {
  left: 21px;
}
#list .box-top-inner .beer.right .bubble {
  left: -2px;
}
#list .box-top-inner .beer .fly-bubble {
  width: 45%;
  height: 50%;
  position: absolute;
  z-index: 2;
}
#list .box-top-inner .beer.left .fly-bubble {
  left: 43%;
}
#list .box-top-inner .beer.right .fly-bubble {
  left: 12%;
}
#list .box-top-inner .beer .fly-bubble div {
  position: absolute;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
  z-index: 1;
  -webkit-animation: fly-bubble ease-out 1s forwards;
  -moz-animation: fly-bubble ease-out 1s forwards;
  -ms-animation: fly-bubble ease-out 1s forwards;
  -o-animation: fly-bubble ease-out 1s forwards;
  animation: fly-bubble ease-out 1s forwards;
}
@-webkit-keyframes fly-bubble {
  0% {
    top: 50%;
    opacity: 0;
    -webkit-transform: scale(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    top: -20px;
    opacity: 0;
    -webkit-transform: scale(0);
  }
}
@-moz-keyframes fly-bubble {
  0% {
    top: 50%;
    opacity: 0;
    -moz-transform: scale(0);
  }
  20% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  80% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  100% {
    top: -20px;
    opacity: 0;
    -moz-transform: scale(0);
  }
}
@-o-keyframes fly-bubble {
  0% {
    top: 50%;
    opacity: 0;
    -o-transform: scale(0);
  }
  20% {
    opacity: 1;
    -o-transform: scale(1);
  }
  80% {
    opacity: 1;
    -o-transform: scale(1);
  }
  100% {
    top: -20px;
    opacity: 0;
    -o-transform: scale(0);
  }
}
@keyframes fly-bubble {
  0% {
    top: 50%;
    opacity: 0;
    transform: scale(0);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    top: -20px;
    opacity: 0;
    transform: scale(0);
  }
}
#list .box-top-inner .beer .fly-bubble div.type1 {
  width: 4px;
  height: 4px;
}
#list .box-top-inner .beer .fly-bubble div.type2 {
  width: 2px;
  height: 2px;
}
#list .box-top-inner .beer .pic.shadow {
  top: 0px;
}
#list .box-top-inner .caption1 {
  /*width: 115px;*/
  width: 0px;
  height: 33px;
  top: 30px;
  /*left: 110px;*/
  left: 168px;
  position: absolute;
  background: url(../images/index/index-img05.png) top center no-repeat;
  background-size: auto 100%;
  z-index: 2;
}
#list .box-top-inner .title {
  width: 216px;
  /*top: 88px;*/
  top: 98px;
  left: 60px;
  position: absolute;
  opacity: 0;
  z-index: 2;
}
#list .box-top-inner .caption2 {
  width: 100px;
  top: 165px;
  left: 118px;
  position: absolute;
  opacity: 0;
  z-index: 2;
}
#list .box-top-inner .natural {
  width: 170px;
  top: 17px;
  left: 82px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
#list .box-top-inner .desc,
#list .box-top-inner .desc2 {
  width: 100%;
  top: 230px;
  position: absolute;
  z-index: 1;
}

#list .box-top-inner .desc2 {
  text-align: center;
  color: #fff100;
}
#list .box-top-inner .desc2 .line {
  opacity: 0;
}
#list .box-top-inner .desc .line {
  width: 100%;
  position: absolute;
  text-align: center;
  opacity: 0;
}
#list .box-top-inner .desc .line + div.line {
  top: 21px;
}
#list .box-top-inner .desc .line + div.line + div.line {
  top: 42px;
}
#list .box-top-inner .desc .line + div.line + div.line + div.line {
  top: 63px;
}
#list .box-top-inner .desc .line + div.line + div.line + div.line + div.line {
  top: 84px;
}
.black {
  color: #000;
}
#list .box-top-inner .godown {
  width: 17px;
  height: 17px;
  bottom: 30px;
  left: 159px;
  position: absolute;
  background: url(../images/index/index-img09.png) no-repeat;
  background-size: cover;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
#list .box-top-inner .godown .arrow {
  width: 8px;
  /*top: 13px;*/
  top: 0px;
  left: 5px;
  position: absolute;
  -webkit-animation: arrow linear 1s infinite;
  -moz-animation: arrow linear 1s infinite;
  -ms-animation: arrow linear 1s infinite;
  -o-animation: arrow linear 1s infinite;
  animation: arrow linear 1s infinite;
}
@-webkit-keyframes arrow {
  0% {
    top: 0px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 8px;
    opacity: 0;
  }
}
@-moz-keyframes arrow {
  0% {
    top: 0px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 8px;
    opacity: 0;
  }
}
@-o-keyframes arrow {
  0% {
    top: 0px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 8px;
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    top: 0px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 8px;
    opacity: 0;
  }
}
#list .box-title .bg {
  width: 375px;
  height: 100%;
  top: 0px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
#list .box-title .bg .bg1 {
}
#list .box-title .bg .bg1,
#list .box-title .bg .bg2 {
  width: 375px;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
#list .box-title .bg .bg1 {
  top: 0%;
  background-image: url(../images/index/index-img12.jpg);
  z-index: 1;
}
#list .box-title .bg .bg1.animate {
  /* -webkit-animation: bg1-animate linear .8s forwards;
	-moz-animation: bg1-animate linear .8s forwards;
	-ms-animation: bg1-animate linear .8s forwards;
	-o-animation: bg1-animate linear .8s forwards;
	animation: bg1-animate linear .8s forwards; */
}
@-webkit-keyframes bg1-animate {
  0% {
    top: -100%;
  }
  70% {
    top: 0px;
  }
  80% {
    top: -2%;
  }
  88% {
    top: 0px;
  }
  92% {
    top: -1%;
  }
  96% {
    top: 0px;
  }
  98% {
    top: -0.5%;
  }
  100% {
    top: 0px;
  }
}
@-moz-keyframes bg1-animate {
  0% {
    top: -100%;
  }
  70% {
    top: 0px;
  }
  80% {
    top: -2%;
  }
  88% {
    top: 0px;
  }
  92% {
    top: -1%;
  }
  96% {
    top: 0px;
  }
  98% {
    top: -0.5%;
  }
  100% {
    top: 0px;
  }
}
@-o-keyframes bg1-animate {
  0% {
    top: -100%;
  }
  70% {
    top: 0px;
  }
  80% {
    top: -2%;
  }
  88% {
    top: 0px;
  }
  92% {
    top: -1%;
  }
  96% {
    top: 0px;
  }
  98% {
    top: -0.5%;
  }
  100% {
    top: 0px;
  }
}
@keyframes bg1-animate {
  0% {
    top: -100%;
  }
  70% {
    top: 0px;
  }
  80% {
    top: -2%;
  }
  88% {
    top: 0px;
  }
  92% {
    top: -1%;
  }
  96% {
    top: 0px;
  }
  98% {
    top: -0.5%;
  }
  100% {
    top: 0px;
  }
}
#list .box-title .bg .bg2 {
  background-image: url(../images/index/index-img11.jpg);
  z-index: 2;
  opacity: 1;
}

#list .box-title .bg .bg3 {
  width: 375px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
}
.bg3_item {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
#list .box-title .bg .bg3 .bg3_item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  width: 375px;
  height: 556px;
}

.bg3 > div > div.photo > img {
  opacity: 0;
  -webkit-transition: opacity 3s, -webkit-transform 15s;
  -moz-transition: opacity 3s, -moz-transform 15s;
  -ms-transition: opacity 3s, -ms-transform 15s;
  -o-transition: opacity 3s, -o-transform 15s;
  transition: opacity 3s, transform 15s;
}

.bg3 > div.set > div.photo > img {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#list .box-title .bg .bg2.animate2 {
  -webkit-animation: bg2-animate2 ease-out 0.6s forwards;
  -moz-animation: bg2-animate2 ease-out 0.6s forwards;
  -ms-animation: bg2-animate2 ease-out 0.6s forwards;
  -o-animation: bg2-animate2 ease-out 0.6s forwards;
  animation: bg2-animate2 ease-out 0.6s forwards;
}

@-webkit-keyframes bg2-animate2 {
  0% {
    top: 0%;
  }
  100% {
    top: -100%;
  }
}
@-moz-keyframes bg2-animate2 {
  0% {
    top: 0%;
  }
  100% {
    top: -100%;
  }
}
@-o-keyframes bg2-animate2 {
  0% {
    top: 0%;
  }
  100% {
    top: -100%;
  }
}
@keyframes bg2-animate2 {
  0% {
    top: 0%;
  }
  100% {
    top: -100%;
  }
}

#list .box-title .bg .bg2.animate {
  -webkit-animation: bg2-animate ease-out 0.3s forwards;
  -moz-animation: bg2-animate ease-out 0.3s forwards;
  -ms-animation: bg2-animate ease-out 0.3s forwards;
  -o-animation: bg2-animate ease-out 0.3s forwards;
  animation: bg2-animate ease-out 0.3s forwards;
}
@-webkit-keyframes bg2-animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  92% {
    opacity: 0;
  }
  96% {
    opacity: 1;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes bg2-animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  92% {
    opacity: 0;
  }
  96% {
    opacity: 1;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes bg2-animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  92% {
    opacity: 0;
  }
  96% {
    opacity: 1;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bg2-animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  92% {
    opacity: 0;
  }
  96% {
    opacity: 1;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#list .step-title {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
}

#list .gift-title {
  position: relative;
  width: 25%;
  margin: 0 auto;
}
#list .gift-item:nth-child(2) {
  position: relative;
  width: 63%;
  margin-top: 10%;
  margin-left: 28%;
  margin-bottom: 20px;
}
#list .gift-item:nth-child(3) {
  position: relative;
  width: 82%;
  margin-left: 5%;
  margin-bottom: 30px;
}
#list .gift-item:nth-child(4) {
  position: relative;
  width: 86%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.navigation {
  padding-bottom: 15px;
  border-bottom: #dddddd 1px solid;
}
.navigation .inner {
  font-size: 0;
  padding-left: 31px;
  box-sizing: border-box;
}
.navigation li {
  position: relative;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.navigation li:first-child {
}
.navigation li:last-child {
}
.navigation li a {
  display: block;
  width: 153px;
  height: 53px;
  color: #505050;
  font-size: 14px;
  font-weight: 600;
  line-height: 53px;
  padding-left: 10px;
  border: #bfbfbf 1px solid;
  box-sizing: border-box;
}

.catalog {
  padding: 40px 0 150px;
  position: relative;
  z-index: 2;
}

.catalog .inner {
}

.catalog .group {
}
.catalog .group-title {
  height: 72px;
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  line-height: 72px;
  /*	border-bottom: #dedede 1px solid;*/
  margin: 0 0 0 19px;
}
.catalog .group-content {
  font-size: 0;
  width: 336px;
  margin: 0 auto;
}
.catalog .group-content .swiper-wrapper {
  width: 100%;
}
.catalog .group-content .swiper-slide {
  display: inline-block;
  width: 100%;
  height: 335px;
  margin-bottom: 0px;
  vertical-align: top;
}
/* .catalog .group-content li:nth-child(3n) {margin-right: 0px;} */
.catalog .group-content .pop {
  width: 100%;
  height: 67px;
  /* float: left; */
  background: url(../images/index/news-text-bg.png) no-repeat;
  background-size: 100% auto;
}
.catalog .group-content .pop:before {
  content: "";
  width: 277px;
  height: 16.5px;
  margin: 18px 0 0 32px;
  float: left;
  background: url(../images/index/news-text.png) no-repeat;
  background-size: 100% auto;
  background-position: 0px 0;
}
.catalog .group-content .pop.item1:before {
  background-position: 0px 0px;
}
.catalog .group-content .pop.item2:before {
  background-position: 0px -16px;
}
.catalog .group-content .pop.item3:before {
  background-position: 46px -33px;
}
.catalog .group-content .swiper-slide .inner {
  float: left;
  width: 100%;
  height: 298px;
  margin-top: 8px;
  overflow: hidden;
}
.catalog .group-content .swiper-slide .inner a {
  display: block;
  width: 334px;
  color: #393939;
  font-size: 13px;
  border: #dedede 1px solid;
}
.catalog .group-content .pic {
  width: 336px;
  height: 230px;
  background: #fff;
  overflow: hidden;
}
.catalog .group-content .pic:before {
  content: "";
  width: 75px;
  height: 75px;
  margin: 81px 0 0 130px;
  position: absolute;
  background: url(../images/index/btn-play.png) no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.catalog .group-content .pic img {
  width: 100%;
  display: block;
}
.catalog .group-content .pic:after {
  content: "";
  width: 100%;
  height: 77%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.3;
}
.catalog .group-content a:hover .pic img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.catalog .group-content .info {
  height: 60px;
  line-height: 21px;
  padding: 9px 19px 9px;
  background: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}
.catalog .group-content .date {
  color: #000;
  font-weight: 600;
}
.catalog .group-content .text {
  width: 299px;
  height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  text-justify: inter-ideograph;
}

.catalog .pagination {
  text-align: center;
  margin: 24px 0 40px;
}

.catalog .pagination a {
}

.catalog .pagination .unable a {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}

.catalog .pagination .arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.catalog .pagination .arrow a {
  display: block;
  width: 24px;
  height: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.catalog .pagination .arrow .prev {
  background-image: url(../images/index/arrow-prev.gif);
}
.catalog .pagination .arrow .next {
  background-image: url(../images/index/arrow-next.gif);
}
.catalog .pagination ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 13px;
}
.catalog .pagination li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}
.catalog .pagination li a {
  display: block;
  min-width: 24px;
  height: 24px;
  color: #505050;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
}
.catalog .pagination li.current a {
  color: #d7000f;
  cursor: default;
}

.box-content .bg {
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  background-color: #faed4f;
  background-image: url(../images/index/news-bg01.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0, 0;
  z-index: 1;
  /* -webkit-animation: content-bg linear 3s infinite;
	-moz-animation: content-bg linear 3s infinite;
	-ms-animation: content-bg linear 3s infinite;
	-o-animation: content-bg linear 3s infinite;
	animation: content-bg linear 3s infinite; */
}
@-webkit-keyframes content-bg {
  0% {
    background-position: 0 0, 0;
  }
  100% {
    background-position: -47px 0, 0;
  }
}
@-moz-keyframes content-bg {
  0% {
    background-position: 0 0, 0;
  }
  100% {
    background-position: -47px 0, 0;
  }
}
@-o-keyframes content-bg {
  0% {
    background-position: 0 0, 0;
  }
  100% {
    background-position: -47px 0, 0;
  }
}
@keyframes content-bg {
  0% {
    background-position: 0 0, 0;
  }
  100% {
    background-position: -47px 0, 0;
  }
}
.box-content .bg:before {
  content: "";
  width: 193px;
  height: 129px;
  bottom: 0px;
  left: 50%;
  margin-left: -96px;
  position: absolute;
  background: url(../images/index/news-bg03.png) center top no-repeat;
  background-size: 100% auto;
  z-index: 2;
}

/*-----*/

#detail {
  width: 336px;
  padding: 0 11px;
  margin: 89px auto 0px;
  border: #dedede 1px solid;
  background: #ffffff;
  box-sizing: border-box;
}

#detail .box-title {
  /*	width: 720px;*/
  width: 82%;
  font-size: 18px;
  font-weight: 600;
  text-indent: 0;
  margin-top: 17px;
  /*	margin: 0 auto;*/
}
#detail .fb_btn {
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
}
#detail .box-title .title {
  line-height: 26px;
}

#detail .box-title .date {
  color: #d7000f;
  font-size: 13px;
  /*	font-weight: bold;*/
  line-height: 18px;
  margin: 6px 0 16px;
}

#detail .box-content {
  position: static;
}

#detail .box-content .video {
  width: 100%;
  height: 179px;
  border: #dedede 1px solid;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 15px;
}
#detail .box-content .video iframe {
  width: 100%;
  height: 100%;
}

#detail .box-content .btn-active {
  width: 295px;
  height: 48px;
  margin: 20px auto;
  border: #dedede 1px solid;
  background-color: #fff100;
  background-image: url(../images/index/links-arrow.png);
  background-repeat: no-repeat;
  background-position: 66px center;
  background-size: 5px 7px;
  position: relative;
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 600;
  line-height: 49px;
  text-indent: 7px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;

  -webkit-animation: btn-active ease-out 0.8s infinite;
  -moz-animation: btn-active ease-out 0.8s infinite;
  -ms-animation: btn-active ease-out 0.8s infinite;
  -o-animation: btn-active ease-out 0.8s infinite;
  animation: btn-active ease-out 0.8s infinite;
}
@-webkit-keyframes btn-active {
  0%,
  100% {
    background-position: 66px center;
  }
  50% {
    background-position: 76px center;
  }
}
@-moz-keyframes btn-active {
  0%,
  100% {
    background-position: 66px center;
  }
  50% {
    background-position: 76px center;
  }
}
@-o-keyframes btn-active {
  0%,
  100% {
    background-position: 66px center;
  }
  50% {
    background-position: 76px center;
  }
}
@keyframes btn-active {
  0%,
  100% {
    background-position: 66px center;
  }
  50% {
    background-position: 76px center;
  }
}

#detail .back {
  position: absolute;
  top: -71px;
  left: -1px;
  width: 280px;
  height: 48px;
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 600;
  line-height: 48px;
  text-indent: 32px;
  border: #dedede 1px solid;
  background: url(../images/index/detail-back-arrow.png) 20px center #ffffff
    no-repeat;
  background-size: 5px 8px;
}

.slide {
  width: 310px;
  height: 186px;
  margin-bottom: 78px;
  border: #dedede 1px solid;
}

.slide-content {
  width: 310px;
  height: 186px;
  /*	border: #dedede 1px solid;*/
}

.slide-content div {
  float: left;
}

.slide-content a {
}

.slide-content img {
  display: block;
  width: 310px;
}

.slide-nav {
  text-align: center;
  margin: 27px 0;
}

.slide-nav .arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.slide-nav .arrow a {
  display: block;
  width: 24px;
  height: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.slide-nav .arrow .prev {
  background-image: url(../images/index/arrow-prev.gif);
}
.slide-nav .arrow .next {
  background-image: url(../images/index/arrow-next.gif);
}

.slide-nav ul {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin: 0 12px;
}

.slide-nav li {
  display: inline-block;
  margin: 0 8px;
  width: 9px;
  height: 9px;
  background: url(../images/index/banner-dots.png) 0 0 no-repeat;
  background-size: 9px 18px;
}

/*
.slide-nav li a {
	display: block;
	width: 9px;
	height: 9px;
	background: url(../images/index/banner-dots.png) 0 0 no-repeat;
	background-size: 9px 18px;
}


.slide-nav li.current a {background-position: 0 -9px;}
*/

.slide-nav li.current {
  background-position: 0 -9px;
}

#article {
  position: relative;
  width: 296px;
  color: #646464;
  font-size: 12px;
  text-align: justify;
  line-height: 18px;
  margin: 0 auto 20px;
  word-break: break-all;
}
#article .subTitle {
  font-size: 16px;
  color: #000;
}

#article a {
  color: #262626;
  /* text-decoration: underline; */
}
#article img {
  width: 312px;
  margin: 5px 0 5px -9px;
  border: 1px solid #e0e0e0;
}

#detail .box-content .links {
  width: 296px;
  height: 48px;
  margin: 0 auto 20px;
}

#detail .box-content .links a {
  display: block;
  width: 75px;
  height: 48px;
  float: left;
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 600;
  line-height: 48px;
  padding: 0 33px;
  border: #dedede 1px solid;
  background: url(../images/index/links-arrow.png) 20px center no-repeat;
  background-size: 5px 8px;
}
#detail .box-content .links a.prev {
  margin-right: 10px;
}

#detail .box-content .links a:hover {
}

#detail .box-content .rule {
  width: 321px;
  position: relative;
  margin: 21px 0 7px -4px;
  padding-bottom: 6px;
  background: #fff100;
}
#detail .box-content .rule-info {
  width: 295px;
  position: relative;
  margin: 0 13px;
  padding: 25px 0 85px 0;
  background: url(../images/index/form-bg.png) center bottom no-repeat;
  background-size: 113px 84px;
}
#detail .box-content .rule-info .title {
  line-height: 25px;
  font-size: 18px;
}

#detail .box-content .rule-info .rule-content {
  margin-top: 10px;
  line-height: 17px;
  font-size: 12px;
  color: #3e3e3e;
}
#detail .box-content .rule-info .rule-content a {
  color: #262626;
  text-decoration: underline;
}
#detail .box-content .rule-info .rule-image {
  width: 100%;
  height: 133px;
  margin-top: 25px;
}
#detail .box-content .rule-info .rule-image .item {
  width: 133px;
  height: 133px;
  border-radius: 100%;
  float: left;
  overflow: hidden;
}
#detail .box-content .rule-info .rule-image .item + div.item {
  margin-left: 28px;
}
#detail .box-content .rule-info .rule-image .item img {
  width: 100%;
  height: 100%;
}

#detail .box-content .rule-step {
  width: 309px;
  margin: 0 6px;
  padding-bottom: 10px;
  background: #fff;
}
#detail .box-content .rule-step .title {
  margin: 0 9px;
  padding-top: 25px;
  position: relative;
  line-height: 25px;
  font-size: 18px;
}
.font-25px {
  font-size: 25px;
}
#detail .box-content .rule-step .item .title {
  margin: 0 9px;
  padding-top: 15px;
  line-height: 15px;
  font-size: 12px;
  color: #646464;
}
.font-15px {
  font-size: 15px;
}
#detail .box-content .rule-step .item .fb-like-wrap {
  width: 80px;
  height: 20px;
  margin: 12px 8px 0;
  padding: 23px 104px;
  border: #dedede 1px solid;
  border-radius: 5px;
}
#detail .box-content .rule-step .item .btn-fb {
  width: 165px;
  height: 48px;
  margin: 15px 73px 0;
  border: #dedede 1px solid;
  background: url(../images/index/btn-fb.png) 22px center no-repeat #4267b2;
  background-size: 17px 17px;
  line-height: 48px;
  font-size: 12px;
  text-indent: 15px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
#detail .box-content .rule-step .item .btn-fb:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#detail .box-content .rule-step .item .fb-comments-wrap {
  width: 207px;
  margin: 17px 10px 0;
  padding: 25px 40px;
  border: #dedede 1px solid;
  border-radius: 5px;
}

#main.detail {
  background-color: #fef787;
  background-image: url(../images/index/detail-bg02.png);
  /* background-size: 2px 2730px; */
  background-repeat: repeat-x;
  padding-bottom: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#main.detail:before {
  /* content: '';
	width: 100%;
	height: 100%;
	top: 0;
	background-image: url(../images/index/detail-bg01.png);
	background-size: 40px 45px;
	position: absolute;
	z-index: 2;
	-webkit-animation: detail-bg linear 3s infinite;
	-moz-animation: detail-bg linear 3s infinite;
	-ms-animation: detail-bg linear 3s infinite;
	-o-animation: detail-bg linear 3s infinite;
	animation: detail-bg linear 3s infinite;
	overflow: hidden; */
}
@-webkit-keyframes detail-bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -80px 0;
  }
}
@-moz-keyframes detail-bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -80px 0;
  }
}
@-o-keyframes detail-bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -80px 0;
  }
}
@keyframes detail-bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -80px 0;
  }
}
#main {
  width: 375px;
  height: 100%;
}
#main > .inner {
  z-index: 3;
}
#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  display: none;
}
#popup {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 100;
  overflow: auto;
}
#popup .cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
}

#popup .container {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#popup .close_btn {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 22px;
  height: 22px;
  z-index: 4;
  cursor: pointer;
}
.fixed_bg {
  background-size: contain;
  background-position: top;
  background-image: url("../images/index/bg_rollingdoor.png");
}
.fixed_bg .bg_beer .fly-bubble {
  /* width: 45%;
	height: 50%;
	position: absolute;
	z-index: 2; */
}
.fixed_bg .bg_beer.toleft .fly-bubble {
  left: 0%;
}
.fixed_bg .bg_beer.toright .fly-bubble {
  left: -23%;
}
/* .fixed_bg .bg_beer .fly-bubble div {
	position: absolute;
	width: 84px;
	height: 84px;
	background: url(../images/index/bubble.png)  center no-repeat;
	background-size: contain;
	z-index: 1;
	-webkit-animation: bgfly-bubble ease-out 10s forwards;
	-moz-animation: bgfly-bubble ease-out 10s forwards;
	-ms-animation: bgfly-bubble ease-out 10s forwards;
	-o-animation: bgfly-bubble ease-out 10s forwards;
	animation: bgfly-bubble ease-out 10s forwards;
}
@-webkit-keyframes bgfly-bubble {
	0%   { bottom: 0px; opacity: 0; -webkit-transform: scale(0) translate3d(0%, 0, 0);  }
	20%  { opacity: 1; -webkit-transform: scale(1) translate3d(20%, 0, 0);}
	80%  { opacity: 1; -webkit-transform: scale(1) translate3d(-20%, 0, 0);}
	100% { bottom: 100%; opacity: 0; -webkit-transform: scale(0) translate3d(0%, 0, 0); }
}
@-moz-keyframes bgfly-bubble {
	0%   { bottom: 0px; opacity: 0; -moz-transform: scale(0) translate3d(0%, 0, 0); }
	20%  { opacity: 1; -moz-transform: scale(1)  translate3d(20%, 0, 0); }
	80%  { opacity: 1; -moz-transform: scale(1) translate3d(-20%, 0, 0);}
	100% { bottom: 100%; opacity: 0; -moz-transform: scale(0) translate3d(0%, 0, 0);}
}
@-o-keyframes bgfly-bubble {
	0%   { bottom: 0px; opacity: 0; -o-transform: scale(0) translate3d(0%, 0, 0);}
	20%  { opacity: 1; -o-transform: scale(1) translate3d(20%, 0, 0); }
	80%  { opacity: 1; -o-transform: scale(1) translate3d(-20%, 0, 0); }
	100% { bottom: 100%; opacity: 0; -o-transform: scale(0) translate3d(0%, 0, 0);}
}
@keyframes bgfly-bubble {
	0%   { bottom: 0px; opacity: 0; transform: scale(0) translate3d(0%, 0, 0);}
	20%  { opacity: 1; transform: scale(1) translate3d(20%, 0, 0); }
	80%  { opacity: 1; transform: scale(1) translate3d(-20%, 0, 0); }
	100% { bottom: 100%; opacity: 0; transform: scale(0) translate3d(0%, 0, 0); }
} */

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.fixed_bg .bg_beer .fly-bubble div.type1 {
  width: 42px;
  height: 42px;
}
.fixed_bg .bg_beer .fly-bubble div.type2 {
  width: 32px;
  height: 32px;
}
.fixed_bg .bg_beer .fly-bubble div.type3 {
  width: 17px;
  height: 17px;
}

.fixed_bg .bg_beer .fly-bubble div.type4 {
  width: 8px;
  height: 8px;
}

.step2 {
  display: none;
}
.filter_y {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 0, 0.6));
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 0, 0.6));
}
/* -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5)); */

.fixed_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}

.fixed_bg .bg_beer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fix_bg .bg_beer {
  position: fixed;
}
.bg_item {
  position: absolute;
  text-align: center;
  width: 76%;
  height: 100%;
  left: 50%;
  margin-left: -38%;
  top: 0px;
}
.tobottom {
  bottom: 0px;
  /* mix-blend-mode: soft-light; */
}
/*垂直翻转*/
.flipy {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  /*IE*/
  filter: FlipV;
}

#article a {
  text-decoration: none;
  position: relative;
}
#article a:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-width: 0px 0px 1px;
  border-style: solid;
}

.form {
  position: relative;
  width: 90%;
  height: 460px;
  margin: 0 auto;
  transition: all 0.5s ease-in;
  background-color: #ffffff;
}
.form .name {
  position: absolute;
  top: 103px;
  left: 87px;
  width: 182px;
}
.form .tel {
  position: absolute;
  top: 146px;
  left: 87px;
  width: 182px;
}
.form .email {
  position: absolute;
  top: 189px;
  left: 87px;
  width: 182px;
}
.form .address {
  position: absolute;
  top: 274px;
  left: 87px;
  width: 182px;
}

.form .my-selector-c {
  position: absolute;
  top: 237px;
  left: 77px;
  width: 241px;
}
.form .my-selector-c select {
  height: 27px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  width: 101px;
  margin-top: 0px;
  margin-right: 0px;
  text-indent: 3px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans TC";
}
.form .my-selector-c div {
  float: left;
  margin-right: 10px;
}
.form .send_btn {
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -94px;
  cursor: pointer;
  width: 74%;
}
.form_style {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans TC";
  color: #000000;
  /* font-family: Microsoft JhengHei,sans-serif; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  outline: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  z-index: 0;
  background-color: transparent;
}
.startform {
  position: relative;
  width: 280px;
  height: 417px;
  margin: 0 auto;
  background-size: contain;
  background-image: url(../images/index/form.png);
  background-repeat: no-repeat;
  background-position: 0px 50px;
}
.overform {
  display: none;
}
.overform .content {
  position: relative;
  width: 230px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 15px;
}
.overform .content .title {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  font-family: "Noto Sans TC";
  margin-bottom: 25px;
}
.overform .content span {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  font-family: "Noto Sans TC";
  text-align: center;
  line-height: 30px;
}
.overform .more_btn {
  position: relative;
  width: 65%;
  margin: 0 auto;
}
.form.over {
  height: 275px;
}
.check_btn {
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: 69px;
  left: 15px;
  background-color: #fff;
  cursor: pointer;
}
.check_btn.check {
  background-color: #000;
}

.swiper-button-prev,
.swiper-button-next {
  top: 72%;
}
.swiper-button-prev {
  left: 3px;
}
.swiper-button-next {
  right: 2px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 72%;
  width: 20px;
  height: 41px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/index/arrow_slide.png);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  /*IE*/
  filter: FlipH;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/index/arrow_slide.png);
}

.rule_btn {
  position: absolute;
  width: 80px;
  height: 30px;
  top: 330px;
  left: 160px;
}
.rule_btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

a#shortcut-line-oa {
  display: none !important;
}

.active_link {
	position: fixed;
    width: 24vw;
    top: 70vh;
    right: 5vw;
    z-index: 200;
    bottom: calc(16px + env(safe-area-inset-bottom));
  }