@charset "utf-8";
@font-face {
  font-family: Flama;
  src: url(../font/FlamaSemicondensed-Ultralight.woff);
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cz_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7_6y_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz75Ky_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz70e1_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v39/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7wm1_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Serif HK';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifhk/v12/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRm.ttf) format('truetype');
}
/****************************/
html,
body {
  margin: 0px;
  padding: 0px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
  height: 100%;
  font-size: 20px;
}
.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999;
  left: 0px;
  top: 0px;
  text-align: center;
}
.loading > div {
  position: fixed;
  display: inline-block;
  width: 13%;
  left: 43.5%;
  top: 26vh;
}
#stage {
  position: relative;
  overflow: hidden;
  font-size: calc(100vw / 100);
  background: #611589;
}
a {
  cursor: pointer;
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
}
img {
  border: 0;
  width: 100%;
  height: auto;
  display: block;
}
.borderWidth {
  position: relative;
  width: 100%;
  padding: 0px 0%;
  margin: 0px auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.borderWidth::after {
  clear: both;
  display: block;
  content: "";
}
section,
div,
span {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.textPurple {
  color: #785dc3;
}
.textGreen {
  color: #349100;
}
.textRed {
  color: #FF0004;
}
.mo {
  display: none;
}
/**************************/
header {
  position: relative;
  background: #FFFFFF;
  height: 3vw;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  text-align: left;
  z-index: 800;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 7px;
}
header img {
  height: 100%;
  width: auto;
  display: block;
}
header a {
  height: 2vw;
  width: auto;
  margin: 0.5vw 0 0 2vw;
  display: inline-block;
  cursor: pointer;
}
/**************************/
@keyframes leftSpeed {
  0% {
    transform: translate(140%, 0%);
    opacity: 0;
  }
  1% {
    transform: translate(140%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes rightSpeed {
  0% {
    transform: translate(-80%, 0%);
    opacity: 0;
  }
  1% {
    transform: translate(-80%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes float01 {
  0% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  50% {
    transform: translate(0%, -6%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes float02 {
  0% {
    transform: translate(0%, -6%) rotate(0deg);
  }
  50% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, -6%) rotate(0deg);
  }
}
@keyframes btn {
  0% {
    transform: rotate(-4deg);
  }
  5% {
    transform: rotate(4deg);
  }
  10% {
    transform: rotate(-4deg);
  }
  15% {
    transform: rotate(4deg);
  }
  20% {
    transform: rotate(-4deg);
  }
  25% {
    transform: rotate(4deg);
  }
  26% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.leftAni {
  animation: leftSpeed 1s linear forwards 0s 1;
}
.rightAni {
  animation: rightSpeed 1s linear forwards 0s 1;
}
.float01 {
  animation: float01 4s linear 0s infinite;
}
.float02 {
  animation: float02 5.4s linear 0s infinite;
}
.float03 {
  animation: float01 3.6s linear 1s infinite;
}
/**底部按鈕**/
.spApplyBtn {
  display: none;
}
.spApplyBtn:active,
.spApplyBtn:checked,
.spApplyBtn:disabled {
  text-decoration: none;
  color: #ffffff;
}
/****/
.kv {
  position: relative;
  z-index: 100;
  width: 100%;
  overflow: hidden;
  padding: 0 0 14vw 0;
  background: url("../images/kv_BG_pc.jpg") left top no-repeat;
  background-size: 100% auto;
}
.kv .BG {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
}
.kv .slogan {
  position: relative;
  z-index: 50;
  margin: 2.8vw 26% 0 auto;
  width: 62%;
}
.kv .slogan .s1 {
  position: relative;
  z-index: 90;
  width: 50%;
  margin: 0 0 -13.6% 14%;
}
.kv .slogan .s2 {
  position: relative;
  z-index: 100;
}
.kv .slogan .s3 {
  position: relative;
  z-index: 90;
  width: 78.4%;
  margin: -20% 0 0 25.6%;
}
.kv .slogan .s4 {
  position: relative;
  z-index: 80;
  width: 50%;
  margin: -5.2% 0 0 25.6%;
}
.kv .slogan .s5 {
  position: absolute;
  z-index: 10;
  bottom: -65.6%;
  left: -42.8%;
}
/***************************************/
.title {
  position: relative;
  z-index: 100;
  margin: 0 auto 2.4em auto;
}
.title > div:nth-child(1) {
  position: relative;
  z-index: 100;
  width: 40%;
  margin: 0 auto;
}
.title > div:nth-child(2) {
  position: absolute;
  z-index: 90;
  width: 60%;
  left: 20%;
  top: -10%;
}
.txt {
  position: relative;
  z-index: 110;
  font-family: "Noto Serif HK", sans-serif;
  color: #a2ff00;
  font-size: 2.4em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 1.4em auto;
}
.txt > span {
  display: inline-block;
}
/***************************************/
.block01 {
  position: relative;
  z-index: 110;
  text-align: center;
  padding: 6vw 0 12vw 0;
}
.block01 .box {
  position: relative;
  z-index: 100;
}
.block01 .circle {
  display: inline-block;
  width: 20%;
  margin: 0 1%;
}
.block01 .btnBox {
  text-align: center;
  margin: 1em auto 0 auto;
}
.block01 .btnBox > a {
  display: inline-block;
  width: 24%;
  animation: btn 2s linear 0s infinite;
}
.block01 .BG {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
}
/***************************************/
.block02 {
  position: relative;
  z-index: 120;
  text-align: center;
  padding: 6vw 0 12vw 0;
}
.block02 .box {
  position: relative;
  z-index: 100;
}
.block02 .pic {
  position: relative;
  z-index: 10;
  width: 76%;
  padding: 0 20% 2em 0;
  margin: 0 auto;
}
.block02 .tag {
  position: absolute;
  z-index: 20;
  right: 0%;
  top: -14%;
  width: 32%;
}
.block02 .ps {
  font-size: 1.2em;
  line-height: 1.6em;
  color: #e3c5ff;
  text-align: center;
}
.block02 .ps > span {
  display: block;
}
.block02 .BG {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
}
/***************************************/
.block03 {
  position: relative;
  z-index: 130;
  text-align: center;
  padding: 6vw 0 12vw 0;
}
.block03 .box {
  position: relative;
  z-index: 100;
}
.block03 .tag {
  display: inline-block;
  width: 24%;
  margin: 0 1%;
}
.block03 .BG {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
}
/***************************************/
.block04 {
  position: relative;
  z-index: 140;
  text-align: center;
  padding: 6vw 0 12vw 0;
}
.block04 .box {
  position: relative;
  z-index: 100;
}
.block04 .circle {
  display: inline-block;
  width: 18%;
  vertical-align: middle;
}
.block04 .arrow {
  display: inline-block;
  width: 2%;
  margin: 0 2.8%;
  vertical-align: middle;
}
.block04 .ps {
  font-size: 1.2em;
  line-height: 1.6em;
  color: #e3c5ff;
  text-align: center;
}
.block04 .ps > span {
  display: block;
}
.block04 .BG {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
}
/***************************************/
.block05 {
  position: relative;
  z-index: 150;
  text-align: center;
  padding: 6vw 0 12vw 0;
}
.block05 .btnBox {
  text-align: center;
  margin: 3em auto 0 auto;
}
.block05 .btnBox > a {
  display: inline-block;
  width: 24%;
}
/***************************************/
.Open {
  width: 100%;
}
.Close {
  position: absolute;
  width: 100%;
}
.note {
  position: relative;
  z-index: 500;
  padding: 2vw 0 5vw 0;
  text-align: center;
}
.note::after {
  clear: both;
  display: block;
  content: "";
}
.note .title01 {
  font-size: 1.4em;
  font-weight: bold;
  color: #825dc7;
  text-align: center;
  margin: 1em auto;
}
.noteBtn {
  position: relative;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  color: #825dc7;
  border-radius: 900px;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 2px solid #825dc7;
  clear: both;
  background: #ffffff;
}
.noteBtn span {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: bottom;
  margin: 0 0 0 0.5em;
}
.noteBox {
  display: none;
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 2em auto 0 auto;
  width: 94%;
  font-weight: normal;
  background: #ffffff;
  color: #000000;
  text-align: left;
  border-radius: 1.5vw;
  box-sizing: border-box;
  padding: 1.5em 1em 1.5em 1.5em;
}
.noteBox li {
  padding: 1em 1em 0.5em 0;
}
.noteBox a {
  text-decoration: underline;
  color: #522ac3;
}
.noteNone {
  list-style: none;
  padding: 0 0 0 2em;
}
.noteNum {
  list-style: decimal;
  padding: 0 0 0 2em;
}
.noteDot {
  list-style: disc;
  padding: 0 0 0 2em;
}
.noteAlpha {
  list-style: upper-alpha;
  padding: 0 0 0 2em;
}
.noteCircle {
  list-style: circle;
  padding: 0 0 0 2em;
}
.note .table {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
}
.note .table th {
  background: #7b34c6;
  color: #ffffff;
  padding: 0.5em 0.4em;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  text-align: center;
  vertical-align: middle;
}
.note .table td {
  background: #ffffff;
  padding: 0.5em 0.4em;
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: middle;
}
/***************************************computer start*********************************************/
/***************************************19 inch start*********************************************/
@media screen and (min-width: 1025px) and (max-width: 1249px) {
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 88);
  }
}
/***************************************15 inch start*********************************************/
@media screen and (min-width: 851px) and (max-width: 1024px) {
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 88);
  }
}
/***************************************pad01  start*********************************************/
@media screen and (min-width: 451px) and (max-width: 850px) {
  html,
  body {
    margin: 0px;
    padding: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
    height: 100%;
    font-size: 20px;
  }
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 50);
  }
  .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 997;
    left: 0px;
    top: 0px;
    text-align: center;
  }
  .loading > div {
    position: fixed;
    display: inline-block;
    width: 30%;
    left: calc((100% - 30%) / 2);
    top: 25vh;
  }
  header {
    background: #FFFFFF;
    height: 8vw;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: left;
  }
  header a {
    height: 4.5vw;
    width: auto;
    margin: 1.5vw 0 0 3vw;
    display: inline-block;
    cursor: pointer;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  /***************************************/
  .kv {
    position: relative;
    z-index: 100;
    width: 100%;
    overflow: hidden;
    padding: 0 0 14vw 0;
    min-height: 122vw;
    background: url("../images/kv_BG_ta.jpg") right top no-repeat;
    background-size: 100% auto;
  }
  .kv .slogan {
    position: relative;
    z-index: 50;
    margin: 10vw 12% 0 -12%;
    width: 110%;
    background: rgba(212, 0, 3, 0);
  }
  /***************************************/
  .title {
    position: relative;
    z-index: 100;
    margin: 0 auto 2.4em auto;
  }
  .title > div:nth-child(1) {
    position: relative;
    z-index: 100;
    width: 60%;
    margin: 0 auto;
  }
  .title > div:nth-child(2) {
    position: absolute;
    z-index: 90;
    width: 80%;
    left: 10%;
    top: 0%;
  }
  /***************************************/
  .block01 {
    position: relative;
    z-index: 110;
    text-align: center;
    padding: 14vw 0 14vw 0;
  }
  .block01 .box {
    position: relative;
    z-index: 100;
  }
  .block01 .circle {
    display: inline-block;
    width: 30%;
    margin: 0 0%;
  }
  .block01 .btnBox {
    text-align: center;
    margin: 2em auto 0 auto;
  }
  .block01 .btnBox > a {
    display: inline-block;
    width: 40%;
    animation: btn 2s linear 0s infinite;
  }
  .block01 .BG {
    position: absolute;
    z-index: 10;
    width: 140%;
    left: -20%;
    top: 0;
  }
  /***************************************/
  .block02 {
    position: relative;
    z-index: 120;
    text-align: center;
    padding: 14vw 0 14vw 0;
  }
  .block02 .pic {
    position: relative;
    z-index: 10;
    width: 82%;
    padding: 0 22% 2em 0;
    margin: 14% auto 0 auto;
  }
  .block02 .tag {
    position: absolute;
    z-index: 20;
    right: -8%;
    top: -26%;
    width: 46%;
  }
  .block02 .ps {
    font-size: 1.2em;
    line-height: 1.6em;
    color: #e3c5ff;
    text-align: center;
  }
  .block02 .ps > span {
    display: block;
  }
  .block02 .BG {
    position: absolute;
    z-index: 10;
    width: 140%;
    left: -20%;
    top: 0;
  }
  /***************************************/
  .block03 {
    position: relative;
    z-index: 130;
    text-align: center;
    padding: 14vw 0 14vw 0;
  }
  .block03 .tag {
    display: inline-block;
    width: 38%;
    margin: 0% 3% 6% 3%;
  }
  .block03 .BG {
    position: absolute;
    z-index: 10;
    width: 140%;
    left: -20%;
    top: 0;
  }
  /***************************************/
  .block04 {
    position: relative;
    z-index: 140;
    text-align: center;
    padding: 14vw 0 14vw 0;
  }
  .block04 .box {
    position: relative;
    z-index: 100;
  }
  .block04 .circle {
    display: inline-block;
    width: 26%;
    vertical-align: middle;
  }
  .block04 .arrow {
    display: inline-block;
    width: 2%;
    margin: 0 2%;
    vertical-align: middle;
  }
  .block04 .ps {
    font-size: 1.2em;
    line-height: 1.6em;
    color: #e3c5ff;
    text-align: center;
  }
  .block04 .ps > span {
    display: block;
  }
  .block04 .BG {
    position: absolute;
    z-index: 10;
    width: 140%;
    left: -20%;
    top: 0;
  }
  /***************************************/
  .block05 {
    position: relative;
    z-index: 150;
    text-align: center;
    padding: 14vw 0 14vw 0;
  }
  .block05 .btnBox {
    text-align: center;
    margin: 3em auto 0 auto;
  }
  .block05 .btnBox > a {
    display: inline-block;
    width: 40%;
  }
  /***************************************/
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 5vw 0;
    text-align: center;
  }
  .note .title01 {
    font-size: 1.5em;
    line-height: 1.6em;
    font-weight: bold;
    padding: 0.5em 0;
    margin: 0 0 0.8em 0;
    text-align: center;
    color: #6e4ab1;
  }
  .note .title01 b {
    display: block;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    color: #825dc7;
    border-radius: 900px;
    padding: 0.5em 1em;
    cursor: pointer;
    border: 2px solid #825dc7;
    clear: both;
    background: #ffffff;
  }
  .noteBtn span {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
    margin: 0 0 0 0.5em;
  }
}
/***************************************mobile start*********************************************/
@media screen and (max-width: 450px) {
  html,
  body {
    margin: 0px;
    padding: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Roboto", "Droid Sans", PingFang TC, "黑體-繁", Heiti TC, "蘋果儷中黑", Apple LiGothic Medium, Arial, "微軟正黑體", "Microsoft JhengHei", "Microsoft Yahei";
    height: 100%;
    font-size: 20px;
  }
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 40);
    /*
	&::after{//手機底部邊界
		.pos(a);
		content:"";
		z-index:999;
		width:100%;
		height:1px;
		background: rgba(0,0,0,1.00);
		left:0%;
		top:162.2vw;
	}*/
  }
  .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 998;
    left: 0px;
    top: 0px;
    text-align: center;
  }
  .loading > div {
    position: fixed;
    display: inline-block;
    width: 46%;
    left: calc((100% - 46%) / 2);
    top: 25vh;
  }
  header {
    background: #FFFFFF;
    height: 12vw;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: left;
  }
  header a {
    height: 7vw;
    width: auto;
    margin: 2.5vw 0 0 3vw;
    display: inline-block;
    cursor: pointer;
  }
  .pc {
    display: none;
  }
  .mo {
    display: block;
  }
  /***底部按鈕***/
  .spApplyBtn {
    display: block;
    position: fixed;
    z-index: 990;
    left: 0%;
    bottom: 0%;
    width: 100%;
    background: #ff9900;
    text-align: center;
    color: #ffffff;
    padding: 0.6em 0 0.6em 0;
    font-size: 2.4em;
    font-weight: bold;
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    cursor: pointer;
  }
  /******/
  /***************************************/
  .kv {
    position: relative;
    z-index: 100;
    width: 100%;
    overflow: hidden;
    padding: 0 0 14vw 0;
    min-height: 146vw;
    background: url("../images/kv_BG_mo.jpg") right top no-repeat;
    background-size: 100% auto;
  }
  .kv .slogan {
    position: relative;
    z-index: 50;
    margin: 14vw 12% 0 -12%;
    width: 110%;
    background: rgba(212, 0, 3, 0);
  }
  /***************************************/
  .title {
    position: relative;
    z-index: 100;
    margin: 0 auto 2.4em auto;
  }
  .title > div:nth-child(1) {
    position: relative;
    z-index: 100;
    width: 80%;
    margin: 0 auto;
  }
  .title > div:nth-child(2) {
    position: absolute;
    z-index: 90;
    width: 100%;
    left: 0%;
    top: 0%;
  }
  .txt {
    position: relative;
    z-index: 110;
    font-family: "Noto Serif HK", sans-serif;
    color: #a2ff00;
    font-size: 2.4em;
    line-height: 1.4em;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 1.4em auto;
  }
  /***************************************/
  .block01 {
    position: relative;
    z-index: 110;
    text-align: center;
    padding: 0vw 0 14vw 0;
  }
  .block01 .box {
    position: relative;
    z-index: 100;
  }
  .block01 .circle {
    display: inline-block;
    width: 49%;
    margin: 0 0;
  }
  .block01 .btnBox {
    text-align: center;
    margin: 2em auto 0 auto;
  }
  .block01 .btnBox > a {
    display: inline-block;
    width: 66%;
    animation: btn 2s linear 0s infinite;
  }
  .block01 .BG {
    position: absolute;
    z-index: 10;
    width: 160%;
    left: -30%;
    top: 0;
  }
  /***************************************/
  .block02 {
    position: relative;
    z-index: 120;
    text-align: center;
    padding: 20vw 0 14vw 0;
  }
  .block02 .pic {
    position: relative;
    z-index: 10;
    width: 90%;
    padding: 14% 12% 2.6em 0;
    margin: 0 auto;
  }
  .block02 .tag {
    position: absolute;
    z-index: 20;
    right: -4%;
    top: -6%;
    width: 50%;
  }
  .block02 .ps {
    font-size: 1.6em;
    line-height: 1.6em;
    color: #e3c5ff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .block02 .ps > span {
    display: inline-block;
  }
  .block02 .BG {
    position: absolute;
    z-index: 10;
    width: 160%;
    left: -30%;
    top: 0;
  }
  /***************************************/
  .block03 {
    position: relative;
    z-index: 130;
    text-align: center;
    padding: 20vw 0 14vw 0;
  }
  .block03 .tag {
    display: inline-block;
    width: 47.6%;
    margin: 6% 1% 0% 1%;
  }
  .block03 .BG {
    position: absolute;
    z-index: 10;
    width: 160%;
    left: -30%;
    top: 0;
  }
  /***************************************/
  .block04 {
    position: relative;
    z-index: 140;
    text-align: center;
    padding: 20vw 0 14vw 0;
  }
  .block04 .box {
    position: relative;
    z-index: 100;
  }
  .block04 .circle {
    display: inline-block;
    width: 46%;
    vertical-align: middle;
  }
  .block04 .arrow {
    display: inline-block;
    width: 100%;
    margin: 0% 0% 3% 0%;
    vertical-align: middle;
    text-align: center;
  }
  .block04 .arrow img {
    display: inline-block;
    width: 4.8%;
    transform: rotate(90deg);
  }
  .block04 .ps {
    font-size: 1.6em;
    line-height: 1.6em;
    color: #e3c5ff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .block04 .ps > span {
    display: inline-block;
  }
  .block04 .BG {
    position: absolute;
    z-index: 10;
    width: 160%;
    left: -30%;
    top: 0;
  }
  /***************************************/
  .block05 {
    position: relative;
    z-index: 150;
    text-align: center;
    padding: 20vw 0 24vw 0;
  }
  .block05 .btnBox {
    text-align: center;
    margin: 3em auto 0 auto;
  }
  .block05 .btnBox > a {
    display: inline-block;
    width: 66%;
  }
  /***************************************/
  .Open {
    width: 100%;
  }
  .Close {
    position: absolute;
    width: 100%;
  }
  .note {
    padding: 5vw 0 16vw 0;
    text-align: center;
  }
  .note .title01 {
    font-size: 1.6em;
    font-weight: bold;
    color: #825dc7;
    text-align: center;
    margin: 2em auto 0.6em auto;
  }
  .note .title01 span {
    display: inline-block;
  }
  .noteBtn {
    position: relative;
    display: inline-block;
    font-size: 2.2em;
    font-weight: bold;
    color: #825dc7;
    border-radius: 900px;
    padding: 0.5em 1em;
    cursor: pointer;
    border: 1px solid #825dc7;
    clear: both;
  }
  .noteBtn span {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
    margin: 0 0 0 0.5em;
  }
  .noteBox {
    display: none;
    font-size: 1.38em;
    line-height: 1.8em;
    padding: 1.6em 0.5em 1.5em 0em;
    margin: 2em auto 0 auto;
    width: 96%;
    font-weight: normal;
    color: #000000;
    text-align: left;
    border-radius: 1.5vw;
  }
  .noteBox li {
    padding: 0 0 1em 0;
  }
  .noteBox a {
    text-decoration: underline;
    color: #522ac3;
  }
}
