@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&family=Noto+Serif+TC:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&display=swap");
/* reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Noto Serif TC", "Noto Sans TC", "PingFang SC", "微軟正黑體", sans-serif;
  font-weight: 500;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*自訂*/
a {
  text-decoration: none;
  outline: none; }

body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  color: #fff;
  line-height: 1; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  outline: none;
  border-radius: none; }

/*HTML5 tag*/
section, article, aside, footer, header, nav, main {
  display: block; }

/*Input reset*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/ }

input[type=submit], input[type=reset], input[type=button], input[type=text], input[type=password], textarea, select {
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff; }

button {
  outline: none;
  border: none;
  background-color: none; }

.codeBox.thin .gc-reset {
  top: -1px; }

.codeBox .img {
  height: 75%;
  background-size: auto 125% !important;
  width: 100px !important;
  top: 12% !important; }

.codeBox.thin.verify__box > div:nth-child(2) {
  height: 50px !important; }

html {
  font-size: 16px; }

a {
  display: inline-block;
  width: 100%;
  height: 100%; }

img {
  width: 100%;
  height: auto;
  display: block; }

.l-wrapper {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
  position: relative; }

.l-wrapperPrimary {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.l-wrapperSub {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.l-contentWidth {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  position: relative; }

.l-padding-b5 {
  padding-bottom: 5px; }

.l-padding-bt {
  padding: 4% 0; }

.l-margin-b3 {
  margin-bottom: 3% !important; }

.l-margin-t0 {
  margin-top: 0; }

.l-margin-t3 {
  margin-top: 3%; }

.l-margin-tb3 {
  margin: 3% 0; }

.l-margin-T1 {
  margin-top: 1%; }

.l-margin-b1 {
  margin-bottom: 1%; }

.l-margin-tb1 {
  margin: 1% 0; }

.l-scaleMirror {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1); }

.l-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold; }

.l-btnStyle {
  display: inline-block;
  width: 100%;
  height: 100%; }

.l-btn-primary {
  background-color: #77a7df;
  color: #fff; }

.l-floatLeft {
  float: left; }

.l-floatRight {
  float: right; }

.l-clearfix:after {
  content: '';
  display: table;
  clear: both; }

.l-length {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.l-title {
  font-size: 1.1875rem;
  font-weight: 500;
  color: #77a7df; }
  @media screen and (max-width: 540px) {
    .l-title {
      font-size: 1.1rem; } }

.l-pointText {
  color: #cd4350; }

.l-textCenter {
  text-align: center; }

.l-textLeft {
  text-align: left; }

.l-zIndex2 {
  position: relative;
  z-index: 2; }

.l-zindex0 {
  z-index: 0 !important; }

.l-posAbso {
  position: absolute; }

.l-overflowHidden {
  overflow: hidden; }

.l-borderTop {
  border-top: 1px dashed #ffdbac;
  padding: 4% 0; }

.l-borderBottom {
  border-bottom: 1px dashed #ffdbac;
  padding: 2% 0; }
  @media screen and (max-width: 680px) {
    .l-borderBottom {
      padding: 4vw 0; } }

.l-borderTP2 {
  border-top: 1px dashed #ffdbac;
  padding: 2% 0; }

.l-footerColor {
  background-color: #06090a;
  z-index: 1; }

.l-blockStyle {
  background-color: #fffaed;
  position: relative;
  border-radius: 20px; }
  .l-blockStyle::after {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px dashed #ac8461;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none; }
  @media screen and (max-width: 680px) {
    .l-blockStyle::after {
      width: 100%;
      height: 100%; } }

.l-titleSub {
  max-width: 260px;
  width: 18%;
  margin: 4% auto; }
  @media screen and (max-width: 1170px) {
    .l-titleSub {
      width: 24%; } }
  @media screen and (max-width: 860px) {
    .l-titleSub {
      width: 28%;
      margin: 5% auto; } }
  @media screen and (max-width: 680px) {
    .l-titleSub {
      width: 36%;
      margin: 6% auto; } }
  @media screen and (max-width: 580px) {
    .l-titleSub {
      width: 45%;
      margin: 7% auto; } }
  @media screen and (max-width: 425px) {
    .l-titleSub {
      width: 55%; } }

.l-noteColor {
  color: #fd7373; }

.l-bgRed {
  background-color: #cd4350; }

.l-bgPink {
  background-color: #fdb08e; }

.l-titleColor {
  color: #614a37; }

@-webkit-keyframes circleHover {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg); } }

@keyframes circleHover {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg); } }

@-webkit-keyframes sloganMainAni {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -5929px 0; } }

@keyframes sloganMainAni {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -5929px 0; } }

@-webkit-keyframes circleR {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  30% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes circleR {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  30% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes circleL {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  30% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes circleL {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); }
  30% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes snowing {
  0% {
    background-position: -1920px 4000px;
    opacity: 0; }
  20% {
    opacity: 0.2;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    background-position: -1920px 4000px; }
  40% {
    opacity: 1;
    background-position: 1920px 6000px; }
  60% {
    opacity: 1;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    background-position: -1920px 8000px; }
  80% {
    opacity: 0.2;
    background-position: 1920px 12000px; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 0;
    background-position: -1920px 14000px; } }

@keyframes snowing {
  0% {
    background-position: -1920px 4000px;
    opacity: 0; }
  20% {
    opacity: 0.2;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    background-position: -1920px 4000px; }
  40% {
    opacity: 1;
    background-position: 1920px 6000px; }
  60% {
    opacity: 1;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    background-position: -1920px 8000px; }
  80% {
    opacity: 0.2;
    background-position: 1920px 12000px; }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 0;
    background-position: -1920px 14000px; } }

@-webkit-keyframes shine {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes shine {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes figureDeep {
  0%, 2%, 5%, 100% {
    opacity: 0.7; }
  3% {
    opacity: 1; } }

@keyframes figureDeep {
  0%, 2%, 5%, 100% {
    opacity: 0.7; }
  3% {
    opacity: 1; } }

@-webkit-keyframes scrollTop {
  0%, 15%, 25%, 35% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10%, 30% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  20%, 40% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes scrollTop {
  0%, 15%, 25%, 35% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10%, 30% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  20%, 40% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes birdStar {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes birdStar {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@-webkit-keyframes birdShow {
  0%, 15%, 25%, 35% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10%, 30% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  20%, 40% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }

@keyframes birdShow {
  0%, 15%, 25%, 35% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10%, 30% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  20%, 40% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }

@-webkit-keyframes awardShow {
  0%, 50%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@keyframes awardShow {
  0%, 50%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  75% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); } }

@-webkit-keyframes skewShow {
  0%, 50%, 100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  25% {
    -webkit-transform: skewX(2deg);
    transform: skewX(2deg); }
  75% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@keyframes skewShow {
  0%, 50%, 100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  25% {
    -webkit-transform: skewX(2deg);
    transform: skewX(2deg); }
  75% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@-webkit-keyframes skewShowLeft {
  0%, 50%, 100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  25% {
    -webkit-transform: skewX(-2deg);
    transform: skewX(-2deg); }
  75% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@keyframes skewShowLeft {
  0%, 50%, 100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  25% {
    -webkit-transform: skewX(-2deg);
    transform: skewX(-2deg); }
  75% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@-webkit-keyframes skewStartShow01 {
  0% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  25% {
    -webkit-transform: skewX(2deg);
    transform: skewX(2deg); }
  75% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@keyframes skewStartShow01 {
  0% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  25% {
    -webkit-transform: skewX(2deg);
    transform: skewX(2deg); }
  75% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); }
  100% {
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg); } }

@-webkit-keyframes birdOutputShow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes birdOutputShow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  90% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes outputShow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(1.066);
    transform: scale(1.066); }
  90% {
    opacity: 1;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes outputShow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(1.066);
    transform: scale(1.066); }
  90% {
    opacity: 1;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

section {
  position: relative;
  overflow: hidden; }

header {
  position: relative;
  max-height: 820px;
  background-image: url("../img/bg_head.jpg");
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #00084b; }
  @media screen and (max-width: 1024px) {
    header {
      background-position: center bottom; } }

.logo {
  max-width: 152px;
  position: absolute;
  top: 2%;
  left: 1%;
  z-index: 10; }
  @media screen and (max-width: 1280px) {
    .logo {
      width: 10%; } }
  @media screen and (max-width: 1024px) {
    .logo {
      width: 13%; } }
  @media screen and (max-width: 768px) {
    .logo {
      position: relative;
      width: 20%;
      margin: 0 auto -13%;
      padding: 4% 0 0;
      left: 0;
      top: 0; } }
  @media screen and (max-width: 540px) {
    .logo {
      width: 35%; } }
  @media screen and (max-width: 360px) {
    .logo {
      margin: 0 auto -13%; } }

.menu {
  width: 60px;
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 9; }
  .menu-icon {
    text-align: center;
    cursor: pointer;
    padding: 10%;
    background-color: #04196d;
    border-bottom-left-radius: 10px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .menu-icon.active {
      border-bottom-left-radius: 0px; }
    .menu-icon p {
      margin: -10px 0 0;
      font-size: 14px; }
  .menu-open {
    background-color: #04196d;
    border-bottom-left-radius: 10px;
    padding: 20%;
    overflow: hidden;
    -webkit-transform: translateY(-600%);
    -ms-transform: translateY(-600%);
    transform: translateY(-600%);
    pointer-events: none; }
    .menu-open.active {
      pointer-events: auto;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s; }
      .menu-open.active .link {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
        .menu-open.active .link:nth-child(1) {
          -webkit-transition-delay: .4s;
          -o-transition-delay: .4s;
          transition-delay: .4s; }
        .menu-open.active .link:nth-child(2) {
          -webkit-transition-delay: .6s;
          -o-transition-delay: .6s;
          transition-delay: .6s; }
        .menu-open.active .link:nth-child(3) {
          -webkit-transition-delay: .8s;
          -o-transition-delay: .8s;
          transition-delay: .8s; }
        .menu-open.active .link:nth-child(4) {
          -webkit-transition-delay: 1s;
          -o-transition-delay: 1s;
          transition-delay: 1s; }
    .menu-open .link {
      margin: 15px auto;
      font-size: 2rem;
      text-align: center;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      -webkit-transform: translateY(-600%);
      -ms-transform: translateY(-600%);
      transform: translateY(-600%); }
      .menu-open .link:hover {
        opacity: 0.8; }
      .menu-open .link i {
        color: #fff; }
      .menu-open .link-download {
        font-size: 1.6rem; }

.menu-event {
  max-width: 80%;
  width: 800px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 18px;
  padding: 1% 0;
  border-radius: 100px;
  border: 1px solid #fff;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  background-image: url("../img/bg_gradient.png");
  background-size: contain;
  background-position: 0 0;
  background-repeat: repeat-x; }
  .menu-event .icon span {
    position: absolute;
    background-image: url("../img/icon01.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 35px; }
    .menu-event .icon span:nth-child(1) {
      left: -18px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .menu-event .icon span:nth-child(2) {
      right: -18px;
      top: 50%;
      -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
      transform: translateY(-50%) scaleX(-1); }
  .menu-event img {
    width: 22px;
    margin: 2px auto; }
  .menu-event h6 {
    font-size: 1rem; }
    .menu-event h6 span {
      display: block; }
  .menu-event p {
    font-size: 10px;
    margin: 1% 0 0; }
  .menu-event .btn {
    padding: 0 2.5%;
    position: relative;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    .menu-event .btn::after {
      content: '';
      position: absolute;
      background-image: url("../img/acc_circle01.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 116px;
      height: 116px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      pointer-events: none;
      opacity: 0;
      -webkit-transition: all .1s linear;
      -o-transition: all .1s linear;
      transition: all .1s linear;
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0; }
    .menu-event .btn:hover {
      -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
      transform: translateY(2px); }
      .menu-event .btn:hover::after {
        opacity: 1;
        -webkit-animation: circleHover 1s cubic-bezier(0.075, 0.82, 0.165, 1) alternate forwards;
        animation: circleHover 1s cubic-bezier(0.075, 0.82, 0.165, 1) alternate forwards; }
    @media screen and (max-width: 640px) {
      .menu-event .btn {
        padding: 0 1.8%; } }
  @media screen and (max-width: 1170px) {
    .menu-event {
      max-width: 90%; } }
  @media screen and (max-width: 1024px) {
    .menu-event {
      position: absolute;
      max-width: 100%;
      bottom: 3%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media screen and (max-width: 640px) {
    .menu-event {
      max-width: 110%; } }
  @media screen and (max-width: 540px) {
    .menu-event {
      border-radius: 0px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.btn {
  text-align: center;
  cursor: pointer; }
  .btn a {
    color: #fff; }

.slogan {
  padding: 16% 0 16.0625vw;
  text-align: center; }
  .slogan img {
    max-width: 100%;
    width: auto;
    margin: 0 auto; }
  .slogan-primary {
    position: relative; }
  .slogan .circle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .slogan .circle span {
      position: absolute;
      -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
      transform-origin: 50%; }
    .slogan .circle-right {
      background-image: url("../img/acc_circle01.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 348px;
      height: 348px;
      top: -32%;
      right: 18%;
      -webkit-animation: circleR 10s linear infinite;
      animation: circleR 10s linear infinite; }
    .slogan .circle-left {
      background-image: url("../img/acc_circle02.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 211px;
      height: 205px;
      bottom: 22%;
      left: 15%;
      -webkit-animation: circleL 10s 0.5s linear infinite;
      animation: circleL 10s 0.5s linear infinite; }
  .slogan .snow-top {
    top: -22%;
    left: 34.3%; }
  .slogan .snow-left {
    left: 3%;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .slogan .snow-right {
    right: 5%;
    top: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .slogan-crossingCn {
    margin: 0 0 8px 0; }
  .slogan-crossing {
    margin: 30px auto -35px; }
  .slogan-secondary {
    margin: 3% 0 0 0; }
  .slogan-main {
    position: relative;
    z-index: 1; }
    .slogan-main img {
      opacity: 0; }
    .slogan-main-aniShow {
      background-image: url("../img/slo_main_ani.png");
      background-size: auto;
      background-position: 0 0;
      background-repeat: no-repeat;
      width: 539px;
      height: 148px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .slogan-main-aniShow.active {
        animation: sloganMainAni 0.2s 2s steps(11) alternate-reverse; }
  @media screen and (max-width: 1280px) {
    .slogan {
      width: 65%;
      margin: 0 auto; }
      .slogan .circle-right {
        right: 0%; }
      .slogan .circle-left {
        left: 0%; }
      .slogan .snow-top {
        left: 25.3%; }
      .slogan .snow-left {
        left: -15%; }
      .slogan .snow-right {
        right: -10%; } }
  @media screen and (max-width: 768px) {
    .slogan {
      padding: 16% 0 20.0625vw; } }
  @media screen and (max-width: 640px) {
    .slogan {
      width: 90%;
      padding: 16% 0 28.0625vw; }
      .slogan-main img {
        opacity: 1; }
      .slogan-main-aniShow {
        opacity: 0; }
      .slogan .circle-right {
        right: -23%; } }
  @media screen and (max-width: 540px) {
    .slogan {
      padding: 18% 0 46.0625vw; } }
  @media screen and (max-width: 390px) {
    .slogan {
      padding: 18% 0 52.0625vw; } }
  @media screen and (max-width: 360px) {
    .slogan {
      padding: 18% 0 56.0625vw; } }
  @media screen and (max-width: 280px) {
    .slogan {
      padding: 18% 0 93.0625vw; } }

.scroll {
  position: fixed;
  bottom: 150px;
  right: 2%;
  z-index: 9;
  display: none; }
  .scroll.active {
    display: block; }
  .scroll-top {
    background-image: url("../img/icon_scrolltop_top.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 137px;
    height: 70px;
    margin: 0 auto;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: scrollTop 1s linear infinite alternate;
    animation: scrollTop 1s linear infinite alternate; }
  .scroll-body {
    cursor: pointer;
    background-image: url("../img/icon_scrolltop.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 170px;
    height: 178px;
    position: relative;
    z-index: 1; }
  .scroll-birdAniShow {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none; }
    .scroll-birdAniShow.active .scroll-star {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-animation: birdStar 10s infinite;
      animation: birdStar 10s infinite; }
    .scroll-birdAniShow.active .scroll-text {
      -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
      transform: scale(1) translate(-50%, -50%); }
    .scroll-birdAniShow.active .scroll-bird {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-animation: birdShow .2s linear forwards;
      animation: birdShow .2s linear forwards; }
      .scroll-birdAniShow.active .scroll-bird-left {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
        -webkit-animation-delay: .2s;
        animation-delay: .2s; }
      .scroll-birdAniShow.active .scroll-bird-right {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-animation-delay: .4s;
        animation-delay: .4s; }
      .scroll-birdAniShow.active .scroll-bird-top {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
        -webkit-animation-delay: .6s;
        animation-delay: .6s; }
      .scroll-birdAniShow.active .scroll-bird-bottom {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s;
        -webkit-animation-delay: .8s;
        animation-delay: .8s; }
  .scroll-bird {
    position: absolute;
    width: 46vw;
    height: 52vw;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
    .scroll-bird-left {
      background-image: url("../img/bird/01b.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      left: -20%;
      top: -2vw;
      z-index: 3;
      -webkit-transform: rotate(0deg) translateX(-1000%);
      -ms-transform: rotate(0deg) translateX(-1000%);
      transform: rotate(0deg) translateX(-1000%); }
    .scroll-bird-right {
      background-image: url("../img/bird/04b.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      right: -14vw;
      top: -2vw;
      z-index: 3;
      -webkit-transform: rotate(0deg) translateX(1000%);
      -ms-transform: rotate(0deg) translateX(1000%);
      transform: rotate(0deg) translateX(1000%); }
    .scroll-bird-top {
      background-image: url("../img/bird/03b.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      left: 15%;
      top: -28vw;
      z-index: 4;
      -webkit-transform: rotate(0deg) translateY(-1000%);
      -ms-transform: rotate(0deg) translateY(-1000%);
      transform: rotate(0deg) translateY(-1000%); }
    .scroll-bird-bottom {
      background-image: url("../img/bird/02b.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      left: 30%;
      bottom: -25vw;
      z-index: 4;
      -webkit-transform: rotate(0deg) translateY(1000%);
      -ms-transform: rotate(0deg) translateY(1000%);
      transform: rotate(0deg) translateY(1000%); }
    @media screen and (max-width: 768px) {
      .scroll-bird {
        width: 58vw;
        height: 65vw; }
        .scroll-bird-left {
          display: none; }
        .scroll-bird-right {
          display: none; }
        .scroll-bird-top {
          top: -20vw;
          left: -15%; }
        .scroll-bird-bottom {
          left: 60%;
          bottom: -15vw; } }
    @media screen and (max-width: 680px) {
      .scroll-bird {
        width: 78vw;
        height: 85vw; }
        .scroll-bird-top {
          left: -22%; }
        .scroll-bird-bottom {
          left: 44%; } }
  .scroll-text {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 46%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    z-index: 3; }
    .scroll-text span {
      color: #53c8e1;
      font-family: "Lilita One", sans-serif;
      font-size: 18rem; }
    @media screen and (max-width: 768px) {
      .scroll-text {
        left: 50%; }
        .scroll-text span {
          font-size: 15rem;
          display: inline-block;
          -webkit-transform: rotate(-30deg);
          -ms-transform: rotate(-30deg);
          transform: rotate(-30deg); } }
    @media screen and (max-width: 540px) {
      .scroll-text span {
        font-size: 10rem; } }
    @media screen and (max-width: 390px) {
      .scroll-text span {
        font-size: 8rem; } }
  .scroll-star {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    color: #faf0bf;
    font-size: 100rem;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
  @media screen and (max-width: 1024px) {
    .scroll-body {
      width: 20vw;
      height: 15vw; } }
  @media screen and (max-width: 640px) {
    .scroll {
      bottom: 50%; }
      .scroll-body {
        height: 20vw; }
      .scroll-top {
        width: 25vw;
        margin: 0 0 -16% 0; } }

.snow span {
  position: absolute;
  background-image: url("../img/icon03.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 65px;
  height: 48px; }

.material-snow {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/snow02.png");
  background-size: auto;
  background-position: 0 top;
  background-repeat: repeat-x;
  background-attachment: fixed;
  z-index: 2;
  pointer-events: none;
  opacity: 0.8; }
  .material-snow-aniShow {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../img/snow01-b.png");
    background-size: auto;
    background-position: 0 0;
    background-repeat: repeat;
    z-index: 2;
    pointer-events: none;
    opacity: 0; }
    .material-snow-aniShow.active {
      opacity: 0.2;
      -webkit-animation: snowing 3s linear;
      animation: snowing 3s linear; }

.material-figure {
  position: relative;
  width: 100%;
  background-image: url("../img/figure01.jpg");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .material-figure::after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-image: url("../img/figure02.jpg");
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-animation: figure 20s infinite alternate;
    animation: figure 20s infinite alternate;
    background-attachment: fixed; }

.material-textLeft {
  position: absolute;
  background-image: url("../img/acc_en_left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 819px;
  top: 0;
  left: 3vw; }

.material-textRight {
  position: absolute;
  background-image: url("../img/acc_en_right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 435px;
  top: 44vw;
  right: 3vw; }

.container {
  position: relative;
  background-image: url("../img/bg.jpg");
  background-size: 100%;
  background-position: 0 top;
  background-repeat: repeat; }

.mask {
  width: 100%;
  height: 811px;
  position: absolute;
  top: 0;
  background-image: url("../img/bg_evt_top.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1; }

.bg-bottom {
  position: absolute;
  bottom: 0;
  background-image: url("../img/bg_bottom.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  max-height: 997px;
  height: 50vw; }

.l-contentWidth {
  z-index: 2; }

.btn-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 22px;
  padding: 0 0 2vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .btn-event span {
    display: block; }
  .btn-event-basic {
    background-image: url("../img/btn_bule.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 1%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    max-width: 142px;
    max-height: 170px;
    width: 10vw;
    height: 38vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .btn-event-basic:hover {
      background-image: url("../img/btn_bule_hover.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat; }
    .btn-event-basic.active {
      background-image: url("../img/btn_bule_hover.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      .btn-event-basic {
        width: 12vw; } }
    @media screen and (max-width: 820px) {
      .btn-event-basic {
        width: 16vw; } }
    @media screen and (max-width: 680px) {
      .btn-event-basic {
        width: 24.5vw; } }
    @media screen and (max-width: 480px) {
      .btn-event-basic {
        width: 30vw; } }
  .btn-event-append {
    position: relative;
    background-image: url("../img/btn_pur.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    max-width: 176px;
    max-height: 196px;
    width: 12.5vw;
    height: 40vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 -1%; }
    .btn-event-append span {
      position: relative;
      z-index: 1; }
    .btn-event-append::after {
      content: '';
      background-image: url("../img/btn_pur_hover.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      animation: shine .6s linear infinite alternate-reverse;
      pointer-events: none; }
    .btn-event-append:hover {
      background-image: url("../img/btn_pur_hover.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat; }
    .btn-event-append.active {
      background-image: url("../img/btn_pur_hover.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      .btn-event-append {
        width: 14.5vw; } }
    @media screen and (max-width: 820px) {
      .btn-event-append {
        width: 19.5vw;
        margin: -5% 0 0 0; } }
    @media screen and (max-width: 680px) {
      .btn-event-append {
        width: 27.5vw;
        margin: 0 0 0 0; } }
    @media screen and (max-width: 540px) {
      .btn-event-append {
        width: 29.5vw; } }
    @media screen and (max-width: 480px) {
      .btn-event-append {
        width: 37.5vw;
        margin: -8% 0 0 0; } }

.content-episode {
  text-align: center;
  line-height: 18px;
  display: none; }
  .content-episode img {
    width: auto;
    max-width: 100%;
    margin: 2% auto; }
  .content-episode.active {
    display: block; }

.foreword {
  background-image: url("../img/bg_forewordText.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 800px;
  line-height: 28px;
  width: 100%;
  height: 64.2%;
  margin: 0 auto; }
  .foreword ul {
    padding: 10% 15%;
    width: 90%;
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .foreword ul {
      padding: 9% 6%; } }
  @media screen and (max-width: 640px) {
    .foreword {
      background-size: cover; } }

.substance {
  width: 86%;
  margin: 0 auto;
  padding: 4% 0; }
  .substance-title {
    width: 80%;
    margin: 4% auto; }
    .substance-title span {
      display: inline-block;
      margin: 2% 0; }
  .substance-tab {
    margin: 5% 0 1%;
    border: 1px solid #60e1fb;
    border-radius: 5px;
    background-color: rgba(4, 30, 102, 0.8); }
    .substance-tab .tab {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      padding: 1.5%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .substance-tab .tab:nth-child(1) {
        border-bottom: 1px solid #60e1fb; }
      .substance-tab .tab:nth-child(3) {
        border-top: 1px solid #60e1fb; }
      @media screen and (max-width: 480px) {
        .substance-tab .tab {
          text-align: left; }
          .substance-tab .tab p, .substance-tab .tab ul {
            padding: 1% 1.6%;
            line-height: 20px; } }
  .substance .tab-left {
    width: 20%;
    text-align: center;
    color: #60e1fb; }
    @media screen and (max-width: 540px) {
      .substance .tab-left {
        width: 100%;
        text-align: left; } }
  .substance .tab-right {
    text-align: left;
    line-height: 24px; }
  .substance-brown {
    padding: 4%;
    background-color: #241622;
    border-radius: 5px;
    border: 1px solid #987b2b; }
    .substance-brown ul, .substance-brown p {
      line-height: 26px;
      color: #ffe6c2; }
  .substance-btn {
    margin: 3% 0 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .substance-btn.active {
      position: fixed;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url("../img/bg.jpg");
      background-size: 100%;
      background-position: 0 top;
      background-repeat: repeat;
      width: 100%;
      margin: 0; }
      .substance-btn.active .btn {
        width: 12vw; }
    @media screen and (max-width: 1280px) {
      .substance-btn.active .btn {
        width: 15vw; } }
    @media screen and (max-width: 1170px) {
      .substance-btn.active .btn {
        width: 20vw; } }
    @media screen and (max-width: 768px) {
      .substance-btn.active .btn {
        width: 23vw; } }
    @media screen and (max-width: 540px) {
      .substance-btn.active .btn {
        width: 44vw; } }
    .substance-btn .btn {
      max-width: 282px;
      max-height: 73px;
      cursor: pointer;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      width: 15vw;
      height: 15vw;
      margin: 0.5%; }
      .substance-btn .btn-content01 {
        background-image: url("../img/btn_content_01.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat; }
        .substance-btn .btn-content01.active {
          background-image: url("../img/btn_contentHover_01.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
        .substance-btn .btn-content01:hover {
          background-image: url("../img/btn_contentHover_01.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
      .substance-btn .btn-content02 {
        background-image: url("../img/btn_content_02.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat; }
        .substance-btn .btn-content02.active {
          background-image: url("../img/btn_contentHover_02.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
        .substance-btn .btn-content02:hover {
          background-image: url("../img/btn_contentHover_02.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
      .substance-btn .btn-content03 {
        background-image: url("../img/btn_content_03.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat; }
        .substance-btn .btn-content03.active {
          background-image: url("../img/btn_contentHover_03.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
        .substance-btn .btn-content03:hover {
          background-image: url("../img/btn_contentHover_03.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
      .substance-btn .btn-content04 {
        background-image: url("../img/btn_content_04.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat; }
        .substance-btn .btn-content04.active {
          background-image: url("../img/btn_contentHover_04.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
        .substance-btn .btn-content04:hover {
          background-image: url("../img/btn_contentHover_04.png");
          background-size: 100%;
          background-position: center;
          background-repeat: no-repeat; }
      @media screen and (max-width: 1280px) {
        .substance-btn .btn {
          width: 18vw; } }
      @media screen and (max-width: 768px) {
        .substance-btn .btn {
          width: 30vw; } }
      @media screen and (max-width: 540px) {
        .substance-btn .btn {
          width: 44vw; } }
  @media screen and (max-width: 768px) {
    .substance {
      width: 100%; } }

.substance-notice {
  margin: 0 0 5%; }
  .substance-notice .substance-tab {
    margin: -3% 0 1%; }

.deep-text {
  margin: 4% 0 2%;
  line-height: 25px;
  opacity: 0.7;
  animation: figureDeep 1s alternate-reverse infinite ease-in-out; }

.substance-link {
  position: relative;
  z-index: 1; }
  .substance-link a {
    position: relative;
    max-width: 282px;
    max-height: 73px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 20vw;
    height: 20vw;
    background-image: url("../img/btn_content_05.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; }
    .substance-link a::before {
      content: '';
      background-image: url("../img/btn_contentHover_05.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      animation: shine .6s linear infinite alternate-reverse;
      pointer-events: none;
      opacity: .2; }
    .substance-link a::after {
      content: '';
      background-image: url("../img/btn_contentHover_06.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-animation: outputShow 2s linear infinite;
      animation: outputShow 2s linear infinite;
      pointer-events: none;
      z-index: -1;
      opacity: .6; }
    .substance-link a:hover {
      background-image: url("../img/btn_contentHover_05.png");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      .substance-link a {
        width: 68vw;
        height: 20vw; } }

.l-decorative {
  padding: 1% 6%;
  border: 1px solid #58ceec;
  border-radius: 100px;
  letter-spacing: 3px; }

.l-fontOrg {
  color: #faa35c; }

.content {
  text-align: center;
  line-height: 18px; }
  .content img {
    width: auto;
    max-width: 100%;
    margin: 2% auto; }

.substance {
  padding: 0 0 4%; }
  .substance-deep {
    border: 1px solid #8160fb; }
    .substance-deep .tab:nth-child(1) {
      border-bottom: 1px solid #c101e9; }
    .substance-deep .tab:nth-child(3) {
      border-top: 1px solid #8160fb; }
    .substance-deep .tab-left {
      color: #d6a7ff; }
  .substance-tab img {
    max-width: 20%; }
  .substance-tab .tab {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .substance-tab .tab-right {
      font-size: 15px; }
      .substance-tab .tab-right-armor {
        width: 90%;
        margin: 1% auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .substance-tab .tab-right-armor li {
          width: calc(100% / 3 - 10px); }
        @media screen and (max-width: 540px) {
          .substance-tab .tab-right-armor {
            width: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .substance-tab .tab-right-armor li {
              padding: 1.5% 0;
              width: calc(100% / 2 - 10px); } }
    @media screen and (max-width: 540px) {
      .substance-tab .tab li {
        padding: 1.5% 0; } }
  @media screen and (max-width: 480px) {
    .substance-tab img {
      max-width: 32%; } }
  .substance-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .substance-card .card-left {
      width: 35%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-right: 1px solid #60e1fb; }
      .substance-card .card-left img {
        max-width: 90%; }
      @media screen and (max-width: 480px) {
        .substance-card .card-left img {
          max-width: 80%; } }
    .substance-card .card-right {
      font-size: 15px;
      width: 100%; }

.l-deep {
  border: 1px solid #c101e9; }

.substance-tab .tab-right {
  width: 75%; }

@media screen and (max-width: 640px) {
  .substance-tab .tab {
    line-height: 22px; }
  .substance-tab .tab-left {
    text-align: left; }
  .substance-tab p {
    width: 100%;
    text-align: left; }
  .substance-tab .tab-right {
    width: 100%; } }
