@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: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz75Ky_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/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz7wm1_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/shipporimincho/v15/VdGGAZweH5EbgHY6YExcZfDoj0BA2w.ttf) format('truetype');
}
@font-face {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/shipporimincho/v15/VdGDAZweH5EbgHY6YExcZfDoj0B4L9am5A.ttf) format('truetype');
}
@font-face {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/shipporimincho/v15/VdGDAZweH5EbgHY6YExcZfDoj0B4A9Gm5A.ttf) format('truetype');
}
@font-face {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/shipporimincho/v15/VdGDAZweH5EbgHY6YExcZfDoj0B4Z9Cm5A.ttf) format('truetype');
}
@font-face {
  font-family: 'Shippori Mincho';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/shipporimincho/v15/VdGDAZweH5EbgHY6YExcZfDoj0B4e9Om5A.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;
  background: url("../images/kv_pointBG.png") center top no-repeat #d1c0ff;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.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);
}
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: "";
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
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 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);
  }
}
@keyframes float {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, -20%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes float02 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 20%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes slideLeft {
  0% {
    transform: translate(-100%, 0%);
    opacity: 0;
  }
  10% {
    transform: translate(-100%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    transform: translate(100%, 0%);
    opacity: 0;
  }
  10% {
    transform: translate(100%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
.kv {
  position: relative;
  background: #c3b0ff;
}
.kvBG {
  position: absolute;
  z-index: 100;
  opacity: 0.25;
  width: 64%;
  top: 0%;
  left: 18%;
}
.kvBG img {
  height: auto;
  width: 100%;
}
.kvArrow {
  position: absolute;
  z-index: 600;
  width: 100%;
  left: 0%;
  bottom: 0%;
}
.kvMan {
  position: relative;
  z-index: 600;
  width: 38%;
  margin: 18.2% 8% 0 auto;
  opacity: 0;
  animation: slideRight 2s forwards 1s 1;
}
.kvSlogan {
  position: absolute;
  z-index: 500;
  width: 58%;
  left: 8%;
  top: 15%;
  opacity: 0;
  animation: slideLeft 2s forwards 1s 1;
}
.kvTxt {
  position: absolute;
  z-index: 500;
  width: 38%;
  left: 8%;
  top: 54%;
  opacity: 0;
  animation: slideLeft 2s forwards 1.5s 1;
}
.kvTxt > img {
  position: relative;
  z-index: 200;
}
.kvTxt > div {
  position: absolute;
  z-index: 100;
  width: 16%;
  right: -12%;
  top: 24%;
}
.kvTxt2 {
  position: absolute;
  z-index: 500;
  width: 20%;
  right: 12%;
  top: 34%;
  opacity: 0;
  animation: slideRight 2s forwards 1s 1;
}
/***************************************/
.titleBox {
  text-align: center;
  margin: 0% 0 5.4% 0;
}
.titleBox .title {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1em;
  color: #ffffff;
  font-size: 3em;
  padding: 0.4em 0.8em;
  border-radius: 300px;
  background: #6d2aba;
}
.newline {
  display: inline-block;
}
.titleTxt {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.4em;
  color: #6d2aba;
  margin: 0 0 0.4em 0;
}
.arrow {
  position: absolute;
  width: 10%;
  left: 45%;
  top: 0%;
}
/***************************************/
.block02 {
  position: relative;
  background: #d2caff;
  padding: 4% 0 10% 0;
}
.block02 .btnBox {
  text-align: center;
  margin: 0 0 12% 0;
}
.block02 .btnBox > a {
  display: inline-block;
  width: 25%;
  cursor: pointer;
  animation: btn 2s linear 0s infinite;
}
.block02 .tagBox {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  white-space: normal;
  overflow-y: visible;
}
.block02 .tagBox .tag {
  display: inline-block;
  width: 22.8%;
  margin: 0 2%;
}
.block02 .sample {
  position: relative;
  width: 64%;
  margin: 3% auto 0 auto;
  font-size: 1.4em;
  line-height: 1.48em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 1.8em 3em 1em 0em;
  border-radius: 900px;
  border: 2px solid #6d2aba;
  background: #ffffff;
}
.block02 .sample > div:nth-child(1) {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  padding: 0 0 0 33%;
}
.block02 .sample > div:nth-child(2) {
  position: absolute;
  width: 28%;
  left: 0%;
  bottom: -2px;
}
.block02 .sample > div:nth-child(3) {
  position: absolute;
  width: 8%;
  left: 30.4%;
  top: -10%;
}
/***************************************/
.block03 {
  position: relative;
  padding: 12% 0 12% 0;
  background: #e2e1ff;
}
.block03 .frame {
  position: relative;
  text-align: center;
}
.block03 .box01 {
  position: relative;
  z-index: 400;
  display: inline-block;
  width: 42%;
  margin: 0 1% 0 0;
  border-top: 3px solid #7b34c6;
  border-left: 3px solid #7b34c6;
  border-bottom: 3px solid #7b34c6;
  border-right: 2px solid #7b34c6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  vertical-align: top;
}
.block03 .box02 {
  position: relative;
  z-index: 400;
  display: inline-block;
  width: 42%;
  margin: 3.4em 0 0 0;
  border-top: 3px solid #7b34c6;
  border-left: 3px solid #7b34c6;
  border-bottom: 2px solid #7b34c6;
  border-right: 2px solid #7b34c6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  vertical-align: top;
}
.block03 .man {
  position: absolute;
  z-index: 200;
  width: 22%;
  right: 5.2%;
  top: -37.4%;
}
dl {
  font-size: 1.4em;
  line-height: 1.4em;
  width: 100%;
}
dl > dt {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: inline-block;
  border-right: 1px solid #7b34c6;
  border-bottom: 1px solid #7b34c6;
  background: #6d2aba;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 50%;
  padding: 0.4em 0;
  vertical-align: top;
}
dl > dd {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: inline-block;
  border-right: 1px solid #7b34c6;
  border-bottom: 1px solid #7b34c6;
  background: #ffffff;
  color: #000000;
  text-align: center;
  width: 50%;
  padding: 0.4em 0;
  vertical-align: top;
}
/***************************************/
.block04 {
  position: relative;
  padding: 12% 0 10% 0;
  background: #ffffff;
}
.block04 .frame {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.block04 .box01 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: inline-block;
  width: 30%;
  margin: 0 3.2% 0 0;
  vertical-align: middle;
}
.block04 .box02 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: inline-block;
  width: 48%;
  vertical-align: middle;
}
.block04 .box02 > div:nth-child(1) {
  width: 67.2%;
  margin: 0 0 4% 0;
}
.block04 .box02 > div:nth-child(2) {
  width: 84%;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.6em;
}
.block04 .box02 > div:nth-child(2) > b {
  color: #7b34c6;
  font-size: 1.28em;
}
/***************************************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) {
  #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;
    background: #c3b0ff;
  }
  .kvBG {
    position: absolute;
    z-index: 100;
    opacity: 0.25;
    width: 130%;
    top: auto;
    left: -30%;
    bottom: 5%;
  }
  .kvMan {
    position: relative;
    z-index: 600;
    width: 64%;
    margin: 0 auto 0 auto;
  }
  .kvSlogan {
    position: relative;
    z-index: 500;
    width: 90%;
    left: auto;
    top: auto;
    margin: 6% auto 0 auto;
  }
  .kvTxt {
    position: relative;
    z-index: 500;
    width: 66%;
    left: auto;
    top: auto;
    margin: 0 auto 10% auto;
  }
  .kvTxt > div {
    position: absolute;
    z-index: 100;
    width: 16%;
    right: auto;
    top: auto;
    left: 20%;
    bottom: -20%;
    transform: rotate(90deg);
  }
  .kvTxt2 {
    position: absolute;
    z-index: 500;
    width: 36%;
    right: 18%;
    bottom: 37%;
    top: auto;
    opacity: 0;
    animation: slideRight 2s forwards 1s 1;
  }
  /***************************************/
  .titleBox {
    text-align: center;
    margin: 0% 0 8% 0;
  }
  .titleBox .title {
    display: inline-block;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.4em;
    color: #ffffff;
    font-size: 3em;
    padding: 0.4em 0.8em;
    border-radius: 999px;
    background: #6d2aba;
  }
  .newline {
    display: inline-block;
  }
  .titleTxt {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8em;
    line-height: 1.4em;
    color: #6d2aba;
    margin: 0 0 0.4em 0;
  }
  .arrow {
    position: absolute;
    width: 14%;
    left: 43%;
    top: 0%;
  }
  .block02 .titleBox .title {
    width: 72%;
  }
  /***************************************/
  .block02 {
    position: relative;
    background: #d2caff;
    padding: 10% 0 20% 0;
  }
  .block02 .btnBox {
    text-align: center;
    margin: 0 0 20% 0;
  }
  .block02 .btnBox > a {
    display: inline-block;
    width: 40%;
    cursor: pointer;
    animation: btn 2s linear 0s infinite;
  }
  .block02 .frame {
    position: relative;
    z-index: 400;
    width: 84%;
    margin: 0 auto;
  }
  .block02 .frame::before {
    position: absolute;
    content: url("../images/picArrow.svg");
    clear: both;
    display: block;
    z-index: 600;
    width: 2.8em;
    height: 2.8em;
    left: -3.2em;
    top: 46%;
    transform: rotate(180deg);
    background: #a9a3e8;
    border-radius: 900px;
  }
  .block02 .frame::after {
    position: absolute;
    content: url("../images/picArrow.svg");
    clear: both;
    display: block;
    z-index: 600;
    width: 2.8em;
    height: 2.8em;
    right: -3.2em;
    top: 46%;
    background: #a9a3e8;
    border-radius: 900px;
  }
  .block02 .tagBox {
    position: relative;
    z-index: 400;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .block02 .tagBox .tag {
    display: inline-block;
    width: 42%;
    margin: 0 4% 0 0;
  }
  .block02 .sample {
    position: relative;
    width: 84%;
    margin: 8% auto 0 auto;
    font-size: 1.4em;
    line-height: 1.48em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 2em 2em 1em 2em;
    border-radius: 10px;
    border: 2px solid #6d2aba;
    background: #ffffff;
  }
  .block02 .sample > div:nth-child(1) {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    padding: 0 26% 0 0;
  }
  .block02 .sample > div:nth-child(2) {
    position: absolute;
    width: 34%;
    left: auto;
    right: -4%;
    bottom: -2px;
  }
  .block02 .sample > div:nth-child(3) {
    position: absolute;
    width: 14%;
    left: 2em;
    top: -4%;
  }
  /***************************************/
  .block03 {
    position: relative;
    padding: 20% 0 20% 0;
    background: #e2e1ff;
  }
  .block03 .frame {
    position: relative;
    text-align: center;
  }
  .block03 .box01 {
    position: relative;
    z-index: 400;
    display: block;
    width: 90%;
    margin: 0 auto;
    border-top: 2px solid #7b34c6;
    border-left: 2px solid #7b34c6;
    border-bottom: 2px solid #7b34c6;
    border-right: 1px solid #7b34c6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: top;
  }
  .block03 .box02 {
    display: none;
  }
  .block03 .man {
    display: none;
  }
  dl {
    font-size: 1.28em;
    line-height: 1.28em;
    width: 100%;
  }
  dl > dt {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    border-right: 1px solid #7b34c6;
    border-bottom: 1px solid #7b34c6;
    background: #6d2aba;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 50%;
    padding: 0.4em 0;
    vertical-align: top;
  }
  dl > dd {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    border-right: 1px solid #7b34c6;
    border-bottom: 1px solid #7b34c6;
    background: #ffffff;
    color: #000000;
    text-align: center;
    width: 50%;
    padding: 0.4em 0;
    vertical-align: top;
  }
  /***************************************/
  .block04 {
    position: relative;
    padding: 20% 0 20% 0;
    background: #ffffff;
  }
  .block04 .frame {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .block04 .box01 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: block;
    width: 36%;
    margin: 0 auto 6% auto;
    vertical-align: middle;
  }
  .block04 .box02 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: block;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto;
  }
  .block04 .box02 > div:nth-child(1) {
    width: 60%;
    margin: 0 auto 5% auto;
  }
  .block04 .box02 > div:nth-child(2) {
    width: 80%;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0 auto;
  }
}
/***************************************mobile start*********************************************/
@media screen and (max-width: 450px) {
  #stage {
    position: relative;
    overflow: hidden;
    font-size: calc(100vw / 40);
  }
  .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;
  }
  /***************************************/
  .kv {
    position: relative;
    background: #c3b0ff;
  }
  .kvBG {
    position: absolute;
    z-index: 100;
    opacity: 0.25;
    width: 140%;
    top: auto;
    left: -40%;
    bottom: 5%;
  }
  .kvMan {
    position: relative;
    z-index: 600;
    width: 80%;
    margin: 0 auto 0 auto;
  }
  .kvSlogan {
    position: relative;
    z-index: 500;
    width: 96%;
    left: auto;
    top: auto;
    margin: 6% auto 0 auto;
  }
  .kvTxt {
    position: relative;
    z-index: 500;
    width: 88%;
    left: auto;
    top: auto;
    margin: 0 auto 14% auto;
  }
  .kvTxt > div {
    position: absolute;
    z-index: 100;
    width: 16%;
    right: auto;
    top: auto;
    left: 20%;
    bottom: -20%;
    transform: rotate(90deg);
  }
  .kvTxt2 {
    position: absolute;
    z-index: 500;
    width: 46%;
    right: 12%;
    bottom: 38%;
    top: auto;
    opacity: 0;
    animation: slideRight 2s forwards 1s 1;
  }
  /***************************************/
  .titleBox {
    text-align: center;
    margin: 0% 0 8% 0;
  }
  .titleBox .title {
    display: inline-block;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-style: normal;
    line-height: 1.4em;
    color: #ffffff;
    font-size: 3.4em;
    padding: 0.4em 0.8em;
    border-radius: 999px;
    background: #6d2aba;
  }
  .newline {
    display: inline-block;
  }
  .titleTxt {
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.2em;
    line-height: 1.3em;
    color: #6d2aba;
    margin: 0 0 0.4em 0;
  }
  .arrow {
    position: absolute;
    width: 20%;
    left: 40%;
    top: 0%;
  }
  .block02 .titleBox .title {
    width: 90%;
  }
  .block04 .titleBox .title {
    width: 90%;
  }
  /***************************************/
  .block02 {
    position: relative;
    background: #d2caff;
    padding: 10% 0 20% 0;
  }
  .block02 .btnBox {
    text-align: center;
    margin: 0 0 20% 0;
  }
  .block02 .btnBox > a {
    display: inline-block;
    width: 60%;
    cursor: pointer;
    animation: btn 2s linear 0s infinite;
  }
  .block02 .frame {
    position: relative;
    z-index: 400;
    width: 84%;
    margin: 0 auto;
  }
  .block02 .frame::before {
    position: absolute;
    content: url("../images/picArrow.svg");
    clear: both;
    display: block;
    z-index: 600;
    width: 2.8em;
    height: 2.8em;
    left: -3.2em;
    top: 46%;
    transform: rotate(180deg);
    background: #a9a3e8;
    border-radius: 900px;
  }
  .block02 .frame::after {
    position: absolute;
    content: url("../images/picArrow.svg");
    clear: both;
    display: block;
    z-index: 600;
    width: 2.8em;
    height: 2.8em;
    right: -3.2em;
    top: 46%;
    background: #a9a3e8;
    border-radius: 900px;
  }
  .block02 .tagBox {
    position: relative;
    z-index: 400;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    overflow-y: hidden;
  }
  .block02 .tagBox .tag {
    display: inline-block;
    width: 70%;
    margin: 0 4% 0 0;
  }
  .block02 .sample {
    position: relative;
    width: 84%;
    margin: 8% auto 0 auto;
    font-size: 1.6em;
    line-height: 1.48em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 2em 1em 0em 1em;
    border-radius: 10px;
    border: 2px solid #6d2aba;
    background: #ffffff;
  }
  .block02 .sample > div:nth-child(1) {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
    padding: 0 0% 0 0;
    text-align: justify;
  }
  .block02 .sample > div:nth-child(2) {
    position: relative;
    width: 50%;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 8% auto -2px auto;
  }
  .block02 .sample > div:nth-child(3) {
    position: absolute;
    width: 22%;
    left: 1em;
    top: -4%;
  }
  /***************************************/
  .block03 {
    position: relative;
    padding: 20% 0 20% 0;
    background: #e2e1ff;
  }
  .block03 .frame {
    position: relative;
    text-align: center;
  }
  .block03 .box01 {
    position: relative;
    z-index: 400;
    display: block;
    width: 90%;
    margin: 0 auto;
    border-top: 2px solid #7b34c6;
    border-left: 2px solid #7b34c6;
    border-bottom: 2px solid #7b34c6;
    border-right: 1px solid #7b34c6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    vertical-align: top;
  }
  .block03 .box02 {
    display: none;
  }
  .block03 .man {
    display: none;
  }
  dl {
    font-size: 1.4em;
    line-height: 1.4em;
    width: 100%;
  }
  dl > dt {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    border-right: 1px solid #7b34c6;
    border-bottom: 1px solid #7b34c6;
    background: #6d2aba;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 50%;
    padding: 0.4em 0;
    vertical-align: middle;
  }
  dl > dd {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    border-right: 1px solid #7b34c6;
    border-bottom: 1px solid #7b34c6;
    background: #ffffff;
    color: #000000;
    text-align: center;
    width: 50%;
    padding: 0.4em 0;
    vertical-align: middle;
    min-height: 3.8em;
  }
  /***************************************/
  .block04 {
    position: relative;
    padding: 20% 0 20% 0;
    background: #ffffff;
  }
  .block04 .frame {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .block04 .box01 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: block;
    width: 60%;
    margin: 0 auto 14% auto;
    vertical-align: middle;
  }
  .block04 .box02 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: block;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto;
  }
  .block04 .box02 > div:nth-child(1) {
    width: 90%;
    margin: 0 auto 5% auto;
  }
  .block04 .box02 > div:nth-child(2) {
    width: 90%;
    text-align: left;
    font-size: 1.8em;
    line-height: 1.6em;
    margin: 0 auto;
  }
}
