@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    overflow-x: hidden;
	background:#000;
    font-family: 'Orbitron', sans-serif;
}

.rotated-bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image:
        linear-gradient(90deg, rgba(229,0, 18, 0.8) 2px, transparent 1px),
        linear-gradient(rgba(229,0, 18, 0.8) 2px, transparent 1px);
    background-size: 40px 40px;
    z-index: -1;
    transform: rotate(30deg);
    animation: 
        bgMove 2s linear infinite,
        flicker 0.2s infinite alternate;
    opacity: 0.7;
}

@keyframes bgMove {
    from { background-position: 0 0, 0 0; }
    to { background-position: 40px 40px, 40px 40px; }
}

@keyframes flicker {
    0%   { filter: brightness(1); }
    50%  { filter: brightness(1.4); }
    100% { filter: brightness(0.7); }
}
a {
    color: #FFF;
    text-decoration: none;
}
a:hover {
    color: #FFF;
}
.gp {
    display: inline-block;
}

/* 東立選單 */
#nav {
    min-height: 1vh;
    text-align: center;
    margin-bottom: 0;
    z-index:10;
    margin-top: 1em;
}

#nav a {
    color: #e50012;
    animation: 1s linear 0s normal none infinite jello-horizontal;
    margin: 1%;
    font-size: 1.1em;
    display: inline-block;
    text-decoration: none;
}

@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/* 東立選單結束 */

/* 主視覺 */
.vicover {
    margin: 0 auto;
    text-align: center;
}
.visual {
    width: 80%;
    display: block;
    margin: 0 auto;
	position:relative;
	margin-bottom:1%
}
.visual img {
    width: 100%;
    max-width: 1200px;
}

.visual2 {
    width: 80%;
	position:absolute;
    display: inline-block;
    margin: 0 auto;
	z-index:5;
	left:10%;
}
.visual2 img {
    width: 100%;
    max-width: 1200px;
}
/* 主視覺結束 */

/* 各內容區塊樣式 */
.block {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    color: cyan;
    font-family: 'Orbitron', sans-serif;
    text-shadow: 0 0 10px #e50012;
}
h1 {
    color: #e50012;
    margin: 0em auto;
    margin-top: 1.5em;
    text-align: center;
    font-size: 40px;
	text-shadow:none;
}
.block3 {
    display: block;
    margin: auto;
    width: 65%;
}

@media (max-width: 600px) {
    #cover {
        padding-top: 3em;
    }
}

.book {
    width: 70%;
}
.regular {
    margin: 2% auto;
}

.copyright {
    display: block;
    color: #FFF;
    font-size: 12px;
    margin: 1% auto;
    letter-spacing: .1em;
    line-height: 2em;
    text-align: center;
}

.price {
    /*text-align: center;
    margin: 2% auto;
    color: #000;
    line-height: 2em;
	background:#e50012;
	width:60%*/
	display: block;
  width: fit-content;
  max-width: 90%;
  margin: 1em auto;
  padding: 0.1em 1.2em;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: bolder;
  text-align: center;
  color: #000;
  background: #e50012;
  line-height: 2em;
  position: relative;
}

@keyframes big {
    0% { transform: none; }
    100% { transform: scale(1.05); }
}

.gift {
    width: 90%;
    display: block;
    max-width: 1200px;
    margin: 1% auto;
    z-index: 99;
}

.gift2 {
    width: 30%;
    display: inline-block;
    max-width: 500px;
    margin: 0% auto;
    z-index: 99;
	position:relative
}

.ml3 {
    font-weight: 900;
    font-size: 4em;
    margin: 3% auto;
}

.logo {
    width: 100%;
    z-index: 99;
    top: 0;
    display: inline-block;
    position: absolute;
    left: 0;
}
.stitle {
    width: 100%;
    z-index: 99;
    top: -15%;
    display: inline-block;
    position: absolute;
    left: 2%;
}

p {
    line-height: 2.5em;
    margin: 0% auto;
    text-align: center;
    color: #FFF;
    font-weight: bolder;
    text-indent: 0;
    text-shadow: #e50012 1px 1px 4px, #e50012 0 0 5px, #e50012 0 0 7px;
}

p a {
    text-decoration: none;
}

@keyframes rot {
    0% { transform: rotate(0); }
    50% { transform: rotate(-2deg); }
    100% { transform: rotate(0); }
}

/* shop */
.btn {
    font-size: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1% 2%;
    border: 2px solid #FFF;
    border-radius: 10em;
    background: transparent;
    overflow: hidden;
    margin: 1% 1%;
    position: relative;
    display: inline-block;
    color: #FFF;
    width: 16%;
    z-index: 5;
    transition: all 0.5s;
    cursor: pointer;
}
.long{     display: block; width:35%;    margin: 1% auto;}
.btn:hover {
    color: #FFF;
    /*text-shadow: #00afec 1px 1px 4px, #00afec 0px 0px 10px, #00afec 0px 0px 10px, #00afec 0px 0px 10px;*/
    animation: swoosh 0.4s ease-out 0.2s;
    border: 2px solid #e50012;
}

.btn:before,
.btn:after {
    content: "";
    background-color: #e50012;
    height: 100%;
    width: 100%;
    opacity: .9;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.4s ease-out 0.1s;
}

.btn:after {
    opacity: 0;
    transform: scale(0.9, 0.7);
    left: 0;
    transition: all 0.3s ease-out 0s;
}

.btn:hover:before {
    left: 100%;
}

.btn:hover:after {
    opacity: .7;
    transform: scale(1);
}

@keyframes swoosh {
    0%, 100% { box-shadow: 0 0 0 0 transparent; }
    50% { box-shadow: 0 0 0 8px rgba(229,0,18, 0.5); }
}

/* shop over */

.gradient2 {
    color: #FFF;
    letter-spacing: .05em;
    line-height: 2em;
    font-size: 3em;
    text-align: center;
    margin-top:1em;
    font-weight: bold;
}

 
/* 漸層效果 */
.gradient3 {
  background: linear-gradient(90deg, rgba(0, 175, 236, 0) 0%, rgba(0, 175, 236, 0.6) 15%, rgba(0, 175, 236, 0.6) 85%, rgba(0, 175, 236, 0) 100%);
  color: #FFF;
  width: 80%;
  margin: 2% auto;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  font-weight: bolder;
}

/* Text shadow, line height, and font size adjustments */
.gradient4 {
  color: #FFF;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-weight: bolder;
  margin: 1% auto;
  line-height: 2em;
  text-align: center;
  text-shadow: 0 0 4px #e50012, 0 0 7px #e50012, 0 0 10px #e50012, 0 0 15px #e50012;
}

.gradient4 span {
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
  color: #e50012;
  font-size: 0.8em;
  text-shadow: 0 0 4px #FFF, 0 0 7px #FFF, 0 0 10px #FFF;
  animation: jump 1s ease infinite;
}

.gradient4 span:nth-child(2) {
  animation-delay: 0.14s;
}
.gradient4 span:nth-child(3) {
  animation-delay: 0.28s;
}
.gradient4 span:nth-child(4) {
  animation-delay: 0.42s;
}
.gradient4 span:nth-child(5) {
  animation-delay: 0.56s;
}
.gradient4 span:nth-child(6) {
  animation-delay: 0.7s;
}
.gradient4 span:nth-child(7) {
  animation-delay: 0.84s;
}

/* Glitch effect */
.glitch {
  font-size: 5em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em;
  position: relative;
  color: #FFF;
  text-shadow: 0.05em 0 0 #000, -0.03em -0.04em 0 #eb6d8e, 0.025em 0.04em 0 #e50012;
  animation: glitch 725ms infinite;
}

.glitch span {
  position: absolute;
  top: 0;
  left: 22.5%;
}

.glitch span:first-child {
  animation: glitch 500ms infinite;
  clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
  transform: translate(-0.04em, -0.03em);
  opacity: 0.75;
}

.glitch span:last-child {
  animation: glitch 375ms infinite;
  clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
  transform: translate(0.04em, 0.03em);
  opacity: 0.75;
}

/* Keyframes for glitch effect */
@keyframes glitch {
  0% {
    text-shadow: 0.05em 0 0 #fff000, -0.03em -0.04em 0 #000, 0.025em 0.04em 0 #e50012;
  }
  15% {
    text-shadow: 0.05em 0 0 #fff000, -0.03em -0.04em 0 #000, 0.025em 0.04em 0 #e50012;
  }
  16% {
    text-shadow: -0.05em -0.025em 0 #fff000, 0.025em 0.035em 0 #eb6d8e, -0.05em -0.05em 0 #e50012;
  }
  49% {
    text-shadow: -0.05em -0.025em 0 #000, 0.025em 0.035em 0 #eb6d8e, -0.05em -0.05em 0 #e50012;
  }
  50% {
    text-shadow: 0.05em 0.035em 0 #000, 0.03em 0 0 #eb6d8e, 0 -0.04em 0 #e50012;
  }
  99% {
    text-shadow: 0.05em 0.035em 0 #000, 0.03em 0 0 #eb6d8e, 0 -0.04em 0 #e50012;
  }
  100% {
    text-shadow: -0.05em 0 0 #000, -0.025em -0.04em 0 #eb6d8e, -0.04em -0.025em 0 #e50012;}
 }
@media (max-width:767px){
.btn{ width:50%; display:block; margin:3% auto}
.gift{ width:90%}
.block3{  width:90% }
.stitle{  top:-5%;} 
.glitch {  font-size: 3em;}
.gradient2 {font-size: 1.4em; margin-top: 2em;}
.visual{ width:100%}
.gift2 {
    width: 90%;
    display: block;
    max-width: 500px;
    margin: 0% auto;
    z-index: 99;
	position:relative
}
}
