@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

input:focus, a:focus {
  outline: none; }

.btn {
  color: #b62619;
  background-color: #efc840;
  text-align: center;
  font-size: 30px;
  padding: .2em;
  border-radius: 1em;
  font-weight: 600;
  text-decoration: none;
  -webkit-box-shadow: 0 -0.5em 0.5em inset rgba(219, 151, 34, 0.6);
  box-shadow: 0 -0.5em 0.5em inset rgba(219, 151, 34, 0.6);
  letter-spacing: .1em;
  display: inline-block;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04); }
  .btn span {
    display: block;
    height: 1.6em;
    line-height: 1.4;
    padding: 0 1.5em;
    border: 2px solid #d9a71f;
    border-radius: .8em; }
  @media (hover: hover) {
    .btn:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05);
      -webkit-filter: brightness(1.1);
      filter: brightness(1.1); } }

/* ------------------------------- Header ------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 20px;
  background-image: url("../images/header/header.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-color: white;
  z-index: 100;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  header h1 {
    margin: 0;
    font-size: 0; }
  header a {
    text-decoration: none; }
  header .yuantaplusLogo {
    width: 130px;
    height: 39px;
    background-image: url("../images/header/yuantaplus.svg");
    background-repeat: no-repeat; }
  @media only screen and (max-width: 1023px) {
    header {
      padding: 16px;
      height: 68px; }
      header .yuantaplusLogo {
        width: 105px;
        height: 36px; } }
  @media only screen and (max-width: 767px) {
    header {
      height: 59.5px; }
      header .yuantaplusLogo {
        width: 83px;
        height: 26px; } }

.logo {
  display: inline-block;
  width: 308px; }
  .logo img {
    width: 100%; }
  @media only screen and (max-width: 1023px) {
    .logo {
      width: 240px; } }
  @media only screen and (max-width: 767px) {
    .logo {
      width: 190px; } }

.footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 300;
  line-height: 2.3;
  text-align: center;
  color: #ffffff;
  background-color: #007fe0; }
  .footer-wrap span + span {
    margin-left: 10px; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 10px 20px 60px;
      font-size: 12px;
      line-height: 1.6;
      text-align: left; }
      .footer-wrap {
        margin-top: 10px; }
        .footer-wrap span {
          display: block; }
          .footer-wrap span + span {
            margin-left: 0; } }

.tools {
  position: fixed;
  bottom: 110px;
  right: 36px;
  z-index: 22; }
  @media screen and (max-width: 1180px) {
    .tools {
      bottom: 10px;
      right: 15px; } }
  @media screen and (max-width: 576px) {
    .tools {
      right: 12px; } }
  .tools .btns {
    padding: 10px 0; }
    .tools .btns:nth-child(2) {
      margin-bottom: 10px; }
    @media screen and (max-width: 1180px) {
      .tools .btns {
        padding: 5px 0; } }
    .tools .btns a {
      color: #fff;
      width: 116px;
      height: 116px;
      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;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../images/tools_btn_bg.png");
      font-size: 22px;
      font-weight: bold;
      text-decoration: none;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      @media (hover: hover) {
        .tools .btns a:hover {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); } }
      .tools .btns a span {
        text-align: center;
        line-height: 1.2; }
      @media screen and (max-width: 576px) {
        .tools .btns a {
          width: 70px;
          height: 70px;
          font-size: 16px; } }
  .tools .gotop {
    opacity: 0;
    display: block;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    @media (hover: hover) {
      .tools .gotop:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); } }
    .tools .gotop.show {
      opacity: 1; }
    .tools .gotop img {
      width: 50px;
      height: 50px; }

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 33; }
  .lightbox-wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    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; }
  .lightbox .lbox {
    border-radius: 25px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.65);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.65);
    overflow: hidden;
    position: relative; }
  .lightbox .close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 0 #cfcfcf;
    box-shadow: 3px 3px 0 #cfcfcf;
    color: #6e6e6e;
    padding: 5px 10px;
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
    .lightbox .close img {
      width: 25px;
      margin-right: 2px; }

@media screen and (orientation: landscape) and (max-width: 700px) {
  .lightbox .close {
    padding: 5px;
    font-size: 12px; }
    .lightbox .close img {
      width: 20px;
      margin-right: 2px; } }
  .lightbox-banner {
    width: 470px;
    font-size: 0; }

@media screen and (orientation: landscape) and (max-width: 700px) {
  .lightbox-banner {
    width: 25vw;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (orientation: portrait) and (max-width: 576px) {
  .lightbox-banner {
    width: 90vw; } }
  .lightbox .content {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 15px; }
    .lightbox .content p {
      margin-bottom: 5px;
      font-size: 26px;
      line-height: 1.2; }

@media screen and (orientation: portrait) and (max-width: 576px) {
  .lightbox .content p {
    font-size: 5vw; } }
      .lightbox .content p span {
        font-size: 1.3em;
        display: block;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 900; }
    .lightbox .content .btn {
      font-size: 24px; }

@media screen and (orientation: portrait) and (max-width: 576px) {
  .lightbox .content .btn {
    font-size: 4.5vw; } }

@-webkit-keyframes red_envelope_1 {
  0% {
    -webkit-transform: rotate(-20deg) translate3d(17%, 10%, 0);
    transform: rotate(-20deg) translate3d(17%, 10%, 0); }
  16% {
    -webkit-transform: rotate(-20deg) translate3d(17%, 5%, 0);
    transform: rotate(-20deg) translate3d(17%, 5%, 0); }
  32% {
    -webkit-transform: rotate(-20deg) translate3d(17%, 10%, 0);
    transform: rotate(-20deg) translate3d(17%, 10%, 0); }
  100% {
    -webkit-transform: rotate(-20deg) translate3d(17%, 10%, 0);
    transform: rotate(-20deg) translate3d(17%, 10%, 0); } }

@keyframes red_envelope_1 {
  0% {
    -webkit-transform: rotate(-20deg) translate3d(17%, 10%, 0);
    transform: rotate(-20deg) translate3d(17%, 10%, 0); }
  16% {
    -webkit-transform: rotate(-20deg) translate3d(17%, 5%, 0);
    transform: rotate(-20deg) translate3d(17%, 5%, 0); }
  32% {
    -webkit-transform: rotate(-20deg) translate3d(17%, 10%, 0);
    transform: rotate(-20deg) translate3d(17%, 10%, 0); }
  100% {
    -webkit-transform: rotate(-20deg) translate3d(17%, 10%, 0);
    transform: rotate(-20deg) translate3d(17%, 10%, 0); } }

@-webkit-keyframes red_envelope_2 {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0); }
  32% {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0); }
  48% {
    -webkit-transform: translate3d(0%, -5%, 0);
    transform: translate3d(0%, -5%, 0); }
  64% {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0); }
  100% {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0); } }

@keyframes red_envelope_2 {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0); }
  32% {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0); }
  48% {
    -webkit-transform: translate3d(0%, -5%, 0);
    transform: translate3d(0%, -5%, 0); }
  64% {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0); }
  100% {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0); } }

@-webkit-keyframes red_envelope_3 {
  0% {
    -webkit-transform: rotate(20deg) translate3d(-17%, 10%, 0);
    transform: rotate(20deg) translate3d(-17%, 10%, 0); }
  64% {
    -webkit-transform: rotate(20deg) translate3d(-17%, 10%, 0);
    transform: rotate(20deg) translate3d(-17%, 10%, 0); }
  80% {
    -webkit-transform: rotate(20deg) translate3d(-17%, 5%, 0);
    transform: rotate(20deg) translate3d(-17%, 5%, 0); }
  96% {
    -webkit-transform: rotate(20deg) translate3d(-17%, 10%, 0);
    transform: rotate(20deg) translate3d(-17%, 10%, 0); }
  100% {
    -webkit-transform: rotate(20deg) translate3d(-17%, 10%, 0);
    transform: rotate(20deg) translate3d(-17%, 10%, 0); } }

@keyframes red_envelope_3 {
  0% {
    -webkit-transform: rotate(20deg) translate3d(-17%, 10%, 0);
    transform: rotate(20deg) translate3d(-17%, 10%, 0); }
  64% {
    -webkit-transform: rotate(20deg) translate3d(-17%, 10%, 0);
    transform: rotate(20deg) translate3d(-17%, 10%, 0); }
  80% {
    -webkit-transform: rotate(20deg) translate3d(-17%, 5%, 0);
    transform: rotate(20deg) translate3d(-17%, 5%, 0); }
  96% {
    -webkit-transform: rotate(20deg) translate3d(-17%, 10%, 0);
    transform: rotate(20deg) translate3d(-17%, 10%, 0); }
  100% {
    -webkit-transform: rotate(20deg) translate3d(-17%, 10%, 0);
    transform: rotate(20deg) translate3d(-17%, 10%, 0); } }

body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif; }

article {
  padding-top: 80px;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    article {
      padding-top: 68px; } }
  @media screen and (max-width: 767px) {
    article {
      padding-top: 59px; } }

.point {
  color: #cf3d0b; }

.number {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }

.title {
  text-align: center;
  position: relative;
  z-index: 21; }
  .title h2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px; }

figure {
  margin: 0;
  padding: 0; }
  figure img {
    width: 100%;
    height: auto; }

section {
  position: relative; }

.kv {
  height: 1155px;
  color: #083e7e;
  background-color: #f0dda9;
  background-image: url("../images/kv_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom; }
  .kv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 696px;
    z-index: 12;
    bottom: 0px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/dragon_body.png");
    background-position: center top; }
    @media screen and (max-width: 1280px) {
      .kv::before {
        height: 54.37vw; } }
  @media screen and (max-width: 1280px) {
    .kv {
      height: 90.23vw; } }
  @media screen and (max-width: 820px) {
    .kv {
      height: 144vw;
      background-image: url("../images/kv_bg_m.jpg"); } }
  .kv .container {
    position: relative;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px; }
    @media screen and (max-width: 820px) {
      .kv .container {
        position: static; } }
  .kv_title {
    color: #fff;
    position: relative; }
    .kv_title div {
      opacity: 0;
      -webkit-animation: fadeInDown .5s forwards;
      animation: fadeInDown .5s forwards;
      position: relative;
      z-index: 20; }
    .kv_title h1, .kv_title h2 {
      white-space: nowrap;
      text-indent: 100%;
      overflow: hidden; }
      .kv_title h1 span, .kv_title h2 span {
        display: block;
        background-size: cover;
        background-repeat: no-repeat; }
    .kv_title h1 {
      position: relative;
      z-index: 19;
      width: 674px;
      margin-bottom: 0; }
      .kv_title h1 span {
        width: 100%;
        height: 0;
        padding-top: 30.71217%;
        background-image: url("../images/kv_title_1.png"); }
      @media screen and (max-width: 1280px) {
        .kv_title h1 {
          width: 52.65vw; } }
      @media screen and (max-width: 820px) {
        .kv_title h1 {
          width: 85.41vw; } }
    .kv_title p {
      font-size: 30px;
      font-weight: 600;
      letter-spacing: .2em; }
      @media screen and (max-width: 820px) {
        .kv_title p {
          text-align: center;
          margin-bottom: 0;
          font-size: 4.5vw;
          letter-spacing: .1em; } }
    .kv_title h2 {
      position: absolute;
      z-index: 11;
      right: -5%;
      bottom: -20%;
      opacity: 0;
      -webkit-animation: jackInTheBox .5s .5s forwards;
      animation: jackInTheBox .5s .5s forwards;
      width: 309px; }
      .kv_title h2 span {
        width: 100%;
        height: 0;
        padding-top: 41.74757%;
        background-image: url("../images/kv_title_2.png"); }
      @media screen and (max-width: 1280px) {
        .kv_title h2 {
          width: 24.14vw; } }
      @media screen and (max-width: 820px) {
        .kv_title h2 {
          width: 40vw;
          right: auto;
          left: 47%;
          bottom: -22vw;
          margin-left: -20vw; } }
  .kv_subtitle {
    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;
    padding-top: 20px;
    position: relative;
    z-index: 11; }
    @media screen and (max-width: 820px) {
      .kv_subtitle {
        position: absolute;
        bottom: 21vw; } }
    .kv_subtitle .item {
      width: 334px;
      position: relative; }
      @media screen and (max-width: 1280px) {
        .kv_subtitle .item {
          width: 26.09vw; } }
      @media screen and (max-width: 820px) {
        .kv_subtitle .item {
          width: 32.7vw; } }
      .kv_subtitle .item_main {
        width: 100%; }
      .kv_subtitle .item_sub {
        position: absolute;
        right: 0;
        top: 20%;
        width: 25.4491%;
        -webkit-transform: translate(-20%, 0);
        -ms-transform: translate(-20%, 0);
        transform: translate(-20%, 0); }
      .kv_subtitle .item_3, .kv_subtitle .item_1 {
        z-index: 12; }
      .kv_subtitle .item_2 {
        z-index: 11; }
      .kv_subtitle .item_1 {
        -webkit-animation: red_envelope_1 1.5s infinite ease-in-out;
        animation: red_envelope_1 1.5s infinite ease-in-out; }
      .kv_subtitle .item_2 {
        -webkit-animation: red_envelope_2 1.5s infinite ease-in-out;
        animation: red_envelope_2 1.5s infinite ease-in-out; }
      .kv_subtitle .item_3 {
        -webkit-animation: red_envelope_3 1.5s infinite ease-in-out;
        animation: red_envelope_3 1.5s infinite ease-in-out; }
  .kv_btn {
    position: absolute;
    bottom: 120px;
    z-index: 14; }
    @media screen and (max-width: 820px) {
      .kv_btn {
        bottom: 28vw;
        font-size: 4.5vw; } }
    @media screen and (max-width: 480px) {
      .kv_btn {
        font-size: 6vw;
        bottom: 22vw; } }
  .kv .dragon {
    position: absolute;
    z-index: 10; }
    .kv .dragon span {
      position: relative;
      display: block;
      background-size: cover;
      background-repeat: no-repeat; }
    .kv .dragon_head {
      top: 0;
      left: 50%;
      width: 602px;
      -webkit-transform: translate(55%, 0);
      -ms-transform: translate(55%, 0);
      transform: translate(55%, 0); }
      .kv .dragon_head span {
        width: 100%;
        height: 0;
        padding-top: 104.98339%;
        background-image: url("../images/dragon_head.png"); }
      @media screen and (max-width: 1280px) {
        .kv .dragon_head {
          width: 47.03vw; } }
      @media screen and (max-width: 820px) {
        .kv .dragon_head {
          top: 35vw;
          width: 60vw;
          -webkit-transform: translate(35%, 0);
          -ms-transform: translate(35%, 0);
          transform: translate(35%, 0); } }
    .kv .dragon_tail {
      top: 0;
      left: 0;
      width: 522px; }
      .kv .dragon_tail span {
        width: 100%;
        height: 0;
        padding-top: 127.96935%;
        background-image: url("../images/dragon_tail.png"); }
      @media screen and (max-width: 1366px) {
        .kv .dragon_tail {
          left: 50%;
          -webkit-transform: translate(-130%, 0);
          -ms-transform: translate(-130%, 0);
          transform: translate(-130%, 0); } }
      @media screen and (max-width: 1280px) {
        .kv .dragon_tail {
          width: 40.78vw; } }
      @media screen and (max-width: 820px) {
        .kv .dragon_tail {
          top: 40vw;
          -webkit-transform: translate(-160%, 0);
          -ms-transform: translate(-160%, 0);
          transform: translate(-160%, 0); } }

.box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px rgba(214, 174, 91, 0.5);
  box-shadow: 0 0 25px rgba(214, 174, 91, 0.5);
  position: relative;
  max-width: 1107px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1280px) {
    .box {
      max-width: none;
      width: 90vw; } }
  .box::before, .box::after,
  .box .inner::before,
  .box .inner::after {
    content: '';
    position: absolute;
    width: 136px;
    height: 136px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/frame_deco.png");
    background-position: left bottom; }
    @media screen and (max-width: 1280px) {
      .box::before, .box::after,
      .box .inner::before,
      .box .inner::after {
        width: 12vw;
        height: 12vw; } }
  .box::before {
    left: 10px;
    top: 10px; }
  .box::after {
    right: 10px;
    top: 10px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .box .inner::before {
    left: 10px;
    bottom: 10px;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1); }
  .box .inner::after {
    right: 10px;
    bottom: 10px;
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1); }
  .box .inner {
    min-height: 400px;
    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;
    position: relative; }

.main {
  background-image: url("../images/main_bg.jpg");
  background-repeat: repeat-y;
  background-color: #fcf1d4;
  background-size: 100% auto; }
  @media screen and (max-width: 820px) {
    .main {
      background: none;
      background-color: #0394e7; } }

.main2 {
  background-image: url("../images/main2_bg.jpg");
  background-repeat: repeat-y;
  background-color: #084989;
  background-size: 100% auto; }

.main .title h2, .main2 .title h2 {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 704px; }
  @media screen and (max-width: 820px) {
    .main .title h2, .main2 .title h2 {
      width: 85vw; } }
  .main .title h2 span, .main2 .title h2 span {
    display: block;
    background-size: cover;
    background-repeat: no-repeat; }

/*----------------------------------------------------------------
section1
----------------------------------------------------------------*/
@media screen and (max-width: 820px) {
  .section1::before, .section1::after {
    width: 100vw; } }

.section1 .container {
  padding: 70px 0; }
  @media screen and (max-width: 820px) {
    .section1 .container {
      padding-top: 5vw; } }

.section1 .title h2 span {
  width: 100%;
  height: 0;
  padding-top: 18.32386%;
  background-image: url("../images/section_1_title.png"); }

@media screen and (max-width: 820px) {
  .section1 .box .inner {
    display: block;
    padding-top: 5vw; } }

.section1 .item {
  position: relative;
  padding: 0 24px; }
  .section1 .item::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #d2ae63;
    right: 0;
    top: 0; }
  @media screen and (max-width: 820px) {
    .section1 .item {
      padding: 10vw 0;
      border-right: 0px solid #d2ae63; }
      .section1 .item::after {
        width: 80%;
        height: 1px;
        right: auto;
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
  .section1 .item:last-child::after {
    display: none; }
  .section1 .item .subtitle {
    width: 287px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden; }
    @media screen and (max-width: 1280px) {
      .section1 .item .subtitle {
        width: 22.42vw; } }
    @media screen and (max-width: 820px) {
      .section1 .item .subtitle {
        width: 60vw;
        margin-bottom: 6vw; } }
    .section1 .item .subtitle span {
      display: block;
      width: 100%;
      height: 0;
      padding-top: 25.08711%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: left bottom; }
  .section1 .item figure {
    width: 305px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1280px) {
      .section1 .item figure {
        width: 23.82vw; } }
    @media screen and (max-width: 820px) {
      .section1 .item figure {
        width: 60vw; } }
  .section1 .item_1 .subtitle span {
    background-image: url("../images/section_1_subtitle_1.png"); }
  .section1 .item_1 sub {
    -webkit-transform: translate(3.2em, 0);
    -ms-transform: translate(3.2em, 0);
    transform: translate(3.2em, 0); }
  .section1 .item_2 .subtitle span {
    background-image: url("../images/section_1_subtitle_2.png"); }
  .section1 .item_2 sub {
    -webkit-transform: translate(-0.2em, 0);
    -ms-transform: translate(-0.2em, 0);
    transform: translate(-0.2em, 0); }
  .section1 .item_3 .subtitle span {
    background-image: url("../images/section_1_subtitle_3.png"); }

/*----------------------------------------------------------------
section2
----------------------------------------------------------------*/
.section2 .container {
  padding: 70px 0; }

.section2 .title h2 span {
  width: 100%;
  height: 0;
  padding-top: 18.01418%;
  background-image: url("../images/section_2_title.png"); }

@media screen and (max-width: 820px) {
  .section2 .box .inner {
    display: block;
    padding-top: 5vw; } }

@media screen and (max-width: 480px) {
  .section2 .box .inner {
    padding: 10vw 0; } }

.section2 .subtitle {
  color: #083e7e;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2; }
  @media screen and (max-width: 480px) {
    .section2 .subtitle {
      font-size: 20px; } }
  .section2 .subtitle span {
    font-size: 1.3em;
    color: #cf3d0b;
    display: block; }

.section2 .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 60px 24px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .section2 .item {
      padding: 5vw 0; } }
  .section2 .item:first-child::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60%;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #d2ae63; }
    @media screen and (max-width: 820px) {
      .section2 .item:first-child::after {
        width: 80%;
        height: 1px;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
  .section2 .item figure {
    width: 245px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 820px) {
      .section2 .item figure {
        width: 50vw; } }

.section2 .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }
  @media (hover: hover) {
    .section2 .btn:hover {
      -webkit-transform: translate(-50%, 50%) scale(1.1);
      -ms-transform: translate(-50%, 50%) scale(1.1);
      transform: translate(-50%, 50%) scale(1.1); } }
  @media screen and (max-width: 820px) {
    .section2 .btn {
      font-size: 4.5vw; } }
  @media screen and (max-width: 480px) {
    .section2 .btn {
      font-size: 6vw;
      width: 9.5em; } }

.section2 .section_notice {
  max-width: 1107px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0;
  font-size: 20px;
  color: #fff; }
  @media screen and (max-width: 1280px) {
    .section2 .section_notice {
      max-width: none;
      padding: 7vw 0 0;
      width: auto;
      text-align: center; } }
  @media screen and (max-width: 820px) {
    .section2 .section_notice {
      font-size: 16px; } }

/*----------------------------------------------------------------
section3
----------------------------------------------------------------*/
.section3 .container {
  padding: 70px 0; }

.section3 .title h2 span {
  width: 100%;
  height: 0;
  padding-top: 18.01418%;
  background-image: url("../images/section_3_title.png"); }

.section3 .box .inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.section3 .item_list {
  width: 800px;
  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;
  text-align: center;
  color: #083e7e;
  font-size: 30px;
  font-weight: 900;
  padding: 60px 0; }
  @media screen and (max-width: 1180px) {
    .section3 .item_list {
      width: 76vw;
      padding: 8vw 0; } }
  @media screen and (max-width: 820px) {
    .section3 .item_list {
      font-size: 20px; } }

.section3 figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  padding: 15px 0; }
  @media screen and (max-width: 1180px) {
    .section3 figure {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 23vw;
      flex: 0 0 23vw; } }
  @media screen and (max-width: 820px) {
    .section3 figure {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 35vw;
      flex: 0 0 35vw; } }

/*----------------------------------------------------------------
section4
----------------------------------------------------------------*/
.section4 .container {
  padding: 70px 0; }

.section4 .title h2 span {
  width: 100%;
  height: 0;
  padding-top: 18.01418%;
  background-image: url("../images/section_4_title.png"); }

.section4 .subtitle {
  width: 307px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden; }
  .section4 .subtitle span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 25.08143%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/section_4_subtitle.png"); }
  @media screen and (max-width: 820px) {
    .section4 .subtitle {
      width: 60vw; } }

.section4 .box .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px; }

.section4 .content .item_list {
  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;
  font-size: 30px; }

.section4 .content figure {
  width: 190px;
  margin-right: 67px;
  position: relative; }
  .section4 .content figure::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    width: 67px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/section_4_arrow.png"); }
  .section4 .content figure:last-child {
    margin-right: 0; }
    .section4 .content figure:last-child::after {
      display: none; }

.section4 .content figcaption {
  color: #083e7e;
  font-weight: 900;
  text-align: center;
  line-height: 1.2; }
  .section4 .content figcaption span {
    display: block; }

.section4 .content a {
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  @media (hover: hover) {
    .section4 .content a:hover {
      -webkit-transform: translate(0, -5%);
      -ms-transform: translate(0, -5%);
      transform: translate(0, -5%); } }

@media screen and (max-width: 1180px) {
  .section4 .content figure {
    width: 15vw;
    margin-right: 6vw; }
    .section4 .content figure::after {
      width: 4vw;
      height: 3.6vw;
      -webkit-transform: translate(120%, -50%);
      -ms-transform: translate(120%, -50%);
      transform: translate(120%, -50%); } }

@media screen and (max-width: 820px) {
  .section4 .content .item_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90vw;
    font-size: 20px; }
  .section4 .content figure {
    width: 35vw;
    margin-right: 8vw;
    margin-bottom: 8vw; }
    .section4 .content figure:nth-child(even) {
      margin-right: 0; }
      .section4 .content figure:nth-child(even)::after {
        display: none; }
    .section4 .content figure::after {
      width: 8vw;
      height: 7.2vw;
      -webkit-transform: translate(120%, -50%);
      -ms-transform: translate(120%, -50%);
      transform: translate(120%, -50%); } }

/*----------------------------------------------------------------
notice
----------------------------------------------------------------*/
.notice {
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0 140px; }
  .notice .container {
    padding: 20px 40px;
    border: 2px solid #083e7e;
    color: #083e7e;
    margin-left: auto;
    margin-right: auto;
    max-width: 1107px;
    border-radius: 15px;
    -webkit-box-shadow: 0.2vw 0.2vw 1vw rgba(0, 0, 0, 0.2);
    box-shadow: 0.2vw 0.2vw 1vw rgba(0, 0, 0, 0.2);
    background-color: #fff; }
    @media screen and (max-width: 1180px) {
      .notice .container {
        max-width: 90vw; } }
  .notice.is-open .notice-action::after {
    content: '－';
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    font-size: .8em; }
  .notice-action {
    cursor: pointer;
    position: relative;
    font-size: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5em 0; }
    .notice-action::after {
      font-size: 1.2em;
      content: "+";
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media screen and (max-width: 480px) {
      .notice-action {
        font-size: 5vw; } }
  .notice-content {
    display: none;
    border-top: 1px solid #083e7e;
    padding-top: 2em; }
  .notice ol, .notice p {
    line-height: 2; }
  .notice p {
    margin-left: 1em; }
  .notice ul > li {
    list-style-type: disc; }
