@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }
.txt_white {
  color: #fff !important; }

.txt_black {
  color: #202020 !important; }

.txt_pink {
  color: #F5B3BB !important; }

.txt_green {
  color: #00A33D !important; }

.txt_sky {
  color: #00A3D9 !important; }

.txt_red {
  color: #E83817 !important; }

.txt_blue {
  color: #0072BD !important; }

.txt_cha {
  color: #824221 !important; }

.txt_orange {
  color: #EC6700 !important; }

.txt_l-green {
  color: #08D836 !important; }

.txt_purple {
  color: #A300BD !important; }

.txt_mizuiro {
  color: #7ACAE5 !important; }

.txt_midori {
  color: #4BE6CA !important; }

.txt_l-red {
  color: #FF0000 !important; }

.is-change {
  color: #F5B3BB !important;
  border-color: #F5B3BB !important; }
  .is-change path {
    fill: #F5B3BB !important; }
  .is-change rect {
    fill: #F5B3BB !important; }

.is-change_bg {
  background-color: white !important; }

.on-music {
  -webkit-animation-play-state: running !important;
          animation-play-state: running !important; }

.off-music {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important; }

.hide {
  display: none; }

.hide2 {
  opacity: 0; }

.is-wiggle {
  -webkit-animation: shake 1s;
          animation: shake 1s; }

.is-run {
  -webkit-animation-play-state: running;
          animation-play-state: running; }

.kata1 {
  position: relative;
  top: -32px;
  left: -60px;
  display: inline-block; }

.kata2 {
  position: relative;
  bottom: -32px;
  left: -30px;
  display: inline-block; }

.kata3 {
  position: relative;
  bottom: -12px;
  left: 28px;
  display: inline-block; }

.kata4 {
  position: relative;
  top: 12px;
  right: 30px;
  display: inline-block; }

.kata5 {
  position: relative;
  bottom: 20px;
  left: 12px;
  display: inline-block; }

.kata6 {
  position: relative;
  bottom: 28px;
  left: 10px;
  display: inline-block; }

.kata7 {
  position: relative;
  top: -32px;
  left: -60px;
  display: inline-block; }

.kata8 {
  position: relative;
  bottom: -32px;
  left: -30px;
  display: inline-block; }

.kata9 {
  position: relative;
  bottom: -12px;
  left: 28px;
  display: inline-block; }

.kata10 {
  position: relative;
  top: 12px;
  right: 30px;
  display: inline-block; }

.kata11 {
  position: relative;
  bottom: 20px;
  left: 12px;
  display: inline-block; }

.kata12 {
  position: relative;
  bottom: 28px;
  left: 10px;
  display: inline-block; }

.kata_shake {
  -webkit-animation: 1s linear kata;
          animation: 1s linear kata; }

@-webkit-keyframes steam-move-01 {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.4;
    top: 400px; }
  13% {
    opacity: 0.4; }
  33% {
    opacity: 0.6;
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
    -webkit-transform: scale(0.6, 1.2);
            transform: scale(0.6, 1.2); }
  66% {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform: scaleY(1.2, 0.4);
            transform: scaleY(1.2, 0.4); }
  100% {
    -webkit-filter: blur(32px);
            filter: blur(32px);
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transform: scaleY(1.4, 1.2);
            transform: scaleY(1.4, 1.2);
    opacity: 0;
    top: -400px; } }

@keyframes steam-move-01 {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.4;
    top: 400px; }
  13% {
    opacity: 0.4; }
  33% {
    opacity: 0.6;
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
    -webkit-transform: scale(0.6, 1.2);
            transform: scale(0.6, 1.2); }
  66% {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform: scaleY(1.2, 0.4);
            transform: scaleY(1.2, 0.4); }
  100% {
    -webkit-filter: blur(32px);
            filter: blur(32px);
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transform: scaleY(1.4, 1.2);
            transform: scaleY(1.4, 1.2);
    opacity: 0;
    top: -400px; } }

@-webkit-keyframes steam-move-02 {
  0% {
    -webkit-filter: blur(14px);
            filter: blur(14px);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.4;
    top: 400px; }
  13% {
    opacity: 0.4; }
  33% {
    opacity: 0.6;
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
    -webkit-transform: scale(0.6, 1.2);
            transform: scale(0.6, 1.2); }
  66% {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform: scaleY(1.2, 0.4);
            transform: scaleY(1.2, 0.4); }
  100% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transform: scaleY(1.4, 1.2);
            transform: scaleY(1.4, 1.2);
    opacity: 0;
    top: -400px; } }

@keyframes steam-move-02 {
  0% {
    -webkit-filter: blur(14px);
            filter: blur(14px);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.4;
    top: 400px; }
  13% {
    opacity: 0.4; }
  33% {
    opacity: 0.6;
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg);
    -webkit-transform: scale(0.6, 1.2);
            transform: scale(0.6, 1.2); }
  66% {
    -webkit-transform: rotateY(2deg);
            transform: rotateY(2deg);
    -webkit-transform: scaleY(1.2, 0.4);
            transform: scaleY(1.2, 0.4); }
  100% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    -webkit-transform: rotateY(50deg);
            transform: rotateY(50deg);
    -webkit-transform: scaleY(1.4, 1.2);
            transform: scaleY(1.4, 1.2);
    opacity: 0;
    top: -400px; } }

@-webkit-keyframes kakudo {
  0% {
    rotate: 30deg; }
  49% {
    rotate: 30deg; }
  50% {
    rotate: 0deg; }
  99% {
    rotate: 0deg; } }

@keyframes kakudo {
  0% {
    rotate: 30deg; }
  49% {
    rotate: 30deg; }
  50% {
    rotate: 0deg; }
  99% {
    rotate: 0deg; } }

@-webkit-keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@-webkit-keyframes flowing2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes flowing2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@-webkit-keyframes kashi {
  0% {
    left: 100%;
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%); }
  100% {
    left: 0%;
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%); } }

@keyframes kashi {
  0% {
    left: 100%;
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%); }
  100% {
    left: 0%;
    -webkit-transform: translateX(-100%) translateY(-50%);
            transform: translateX(-100%) translateY(-50%); } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); }
  5% {
    -webkit-transform: translate(10px, 1px) rotate(0deg);
            transform: translate(10px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-8px, -2px) rotate(-1deg);
            transform: translate(-8px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-8px, 0px) rotate(1deg);
            transform: translate(-8px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(9px, 2px) rotate(0deg);
            transform: translate(9px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(-6px, -1px) rotate(1deg);
            transform: translate(-6px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(6px, 2px) rotate(-1deg);
            transform: translate(6px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-4px, 1px) rotate(0deg);
            transform: translate(-4px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(5px, 1px) rotate(-1deg);
            transform: translate(5px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-2px, -1px) rotate(1deg);
            transform: translate(-2px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
            transform: translate(2px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); } }

@keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); }
  5% {
    -webkit-transform: translate(10px, 1px) rotate(0deg);
            transform: translate(10px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-8px, -2px) rotate(-1deg);
            transform: translate(-8px, -2px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-8px, 0px) rotate(1deg);
            transform: translate(-8px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(9px, 2px) rotate(0deg);
            transform: translate(9px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(-6px, -1px) rotate(1deg);
            transform: translate(-6px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(6px, 2px) rotate(-1deg);
            transform: translate(6px, 2px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-4px, 1px) rotate(0deg);
            transform: translate(-4px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(5px, 1px) rotate(-1deg);
            transform: translate(5px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-2px, -1px) rotate(1deg);
            transform: translate(-2px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
            transform: translate(2px, 2px) rotate(0deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); } }

@-webkit-keyframes kata {
  0% {
    rotate: 0deg; }
  9% {
    rotate: 0deg; }
  10% {
    rotate: -10deg; }
  19% {
    rotate: -10deg; }
  20% {
    rotate: 10deg; }
  29% {
    rotate: 10deg; }
  30% {
    rotate: -10deg; }
  39% {
    rotate: -10deg; }
  40% {
    rotate: -10deg; }
  49% {
    rotate: -10deg; }
  50% {
    rotate: 10deg; }
  59% {
    rotate: 10deg; }
  60% {
    rotate: -10deg; }
  69% {
    rotate: -10deg; }
  70% {
    rotate: 10deg; }
  79% {
    rotate: 10deg; }
  80% {
    rotate: -10deg; }
  89% {
    rotate: -10deg; }
  90% {
    rotate: 10deg; }
  99% {
    rotate: 10deg; }
  100% {
    rotate: 0deg; } }

@keyframes kata {
  0% {
    rotate: 0deg; }
  9% {
    rotate: 0deg; }
  10% {
    rotate: -10deg; }
  19% {
    rotate: -10deg; }
  20% {
    rotate: 10deg; }
  29% {
    rotate: 10deg; }
  30% {
    rotate: -10deg; }
  39% {
    rotate: -10deg; }
  40% {
    rotate: -10deg; }
  49% {
    rotate: -10deg; }
  50% {
    rotate: 10deg; }
  59% {
    rotate: 10deg; }
  60% {
    rotate: -10deg; }
  69% {
    rotate: -10deg; }
  70% {
    rotate: 10deg; }
  79% {
    rotate: 10deg; }
  80% {
    rotate: -10deg; }
  89% {
    rotate: -10deg; }
  90% {
    rotate: 10deg; }
  99% {
    rotate: 10deg; }
  100% {
    rotate: 0deg; } }

@-webkit-keyframes menu-blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

@keyframes menu-blink {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0; } }

.bbs {
  align-items: center;
  color: #fff;
  display: flex;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
  position: fixed; }
  .bbs ul {
    -webkit-animation: flowing 40s linear infinite;
            animation: flowing 40s linear infinite;
    -webkit-animation-timing-function: steps(6, jump-start);
            animation-timing-function: steps(6, jump-start);
    font-size: 13px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    margin: 0;
    padding: 0;
    font-family: "Zen Kaku Gothic New", "Inter", sans-serif;
    letter-spacing: 2px; }
    .bbs ul li {
      display: inline-block;
      padding-right: 10px; }

.bbs2 {
  display: flex;
  margin-top: 40px; }
  .bbs2 ul {
    display: flex;
    list-style: none;
    padding: 0;
    -webkit-animation: flowing2 40s infinite linear 0.5s both;
            animation: flowing2 40s infinite linear 0.5s both;
    margin-bottom: -5px;
    gap: 10px;
    margin-right: 10px; }
    .bbs2 ul li {
      height: auto;
      width: auto; }
      .bbs2 ul li img {
        height: 140px;
        width: auto; }

.bbs2_share {
  display: flex;
  margin-top: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .bbs2_share ul {
    display: flex;
    list-style: none;
    padding: 0;
    -webkit-animation: flowing2 30s infinite linear 0.5s both;
            animation: flowing2 30s infinite linear 0.5s both;
    margin-bottom: -5px;
    gap: 40px;
    margin-right: 10px;
    margin-right: 40px; }
    .bbs2_share ul li {
      height: auto;
      width: auto;
      font-size: 64px;
      line-height: 0.78;
      font-family: "Black Ops One", system-ui;
      color: #fff;
      opacity: 0.5; }

.bbs2_share2 {
  display: flex;
  margin-top: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .bbs2_share2 ul {
    display: flex;
    list-style: none;
    padding: 0;
    -webkit-animation: flowing 30s infinite linear 0.5s both;
            animation: flowing 30s infinite linear 0.5s both;
    margin-bottom: -5px;
    gap: 40px;
    margin-right: 10px;
    margin-right: 40px; }
    .bbs2_share2 ul li {
      height: auto;
      width: auto;
      font-size: 64px;
      line-height: 0.78;
      font-family: "Black Ops One", system-ui;
      color: #fff;
      opacity: 0.5; }

.bbs3 {
  display: flex;
  margin-top: 20px; }
  .bbs3 ul {
    display: flex;
    list-style: none;
    padding: 0;
    -webkit-animation: flowing 40s infinite linear 0.5s both;
            animation: flowing 40s infinite linear 0.5s both;
    gap: 10px;
    margin-right: 10px; }
    .bbs3 ul li {
      height: 80px; }
      .bbs3 ul li img {
        height: 140px;
        width: auto;
        object-fit: contain; }

::selection {
  color: #fff;
  background-color: #00A3D9; }

body {
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background-size: repeat;
  font-family: "Noto Sans JP", "din-2014", sans-serif;
  background-color: #000;
  color: #fff; }

.sp-only {
  display: none; }

a {
  text-decoration: none; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  align-items: center; }
  button .arrow_button_wrap {
    font-family: "noto sans japanese", sans-serif;
    font-weight: 600;
    font-size: 16px; }
    button .arrow_button_wrap .txt_mini {
      font-family: "din-2014", sans-serif; }

.header.show {
  visibility: visible;
  opacity: 1;
  z-index: 20 !important; }

.header {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  z-index: 1;
  position: fixed;
  width: 100%;
  margin-top: 0;
  transition: 0.3s;
  top: 0;
  padding: 30px 10px 0px 40px;
  box-sizing: border-box;
  z-index: 10; }
  .header .header_logo {
    position: relative;
    top: 10px; }
    .header .header_logo img {
      width: 100px; }
    .header .header_logo .sp_logo {
      display: none; }
  .header .hamburger {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 100;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px; }
    .header .hamburger .line {
      width: 30px;
      height: 2px;
      background-color: #fff;
      transition: all 0.1s ease;
      border-radius: 2px;
      position: relative;
      top: -4px;
      right: -6px; }
    .header .hamburger .line01 {
      -webkit-transform: translateY(0) rotate(0deg);
              transform: translateY(0) rotate(0deg); }
    .header .hamburger .line02 {
      opacity: 1; }
    .header .hamburger .line03 {
      -webkit-transform: translateY(0) rotate(0deg);
              transform: translateY(0) rotate(0deg); }
    .header .hamburger.is-active .line01 {
      -webkit-transform: translateY(8px) rotate(45deg);
              transform: translateY(8px) rotate(45deg); }
    .header .hamburger.is-active .line02 {
      opacity: 0; }
    .header .hamburger.is-active .line03 {
      -webkit-transform: translateY(-8px) rotate(-45deg);
              transform: translateY(-8px) rotate(-45deg); }
  .header .menu {
    display: flex;
    align-items: center;
    font-family: "din-2014", sans-serif;
    font-weight: 600; }
    .header .menu ul {
      display: flex;
      align-items: flex-start;
      flex-direction: row;
      align-items: center; }
      .header .menu ul li {
        text-align: left;
        position: relative; }
        .header .menu ul li .new {
          position: absolute;
          left: 4px;
          top: -12px;
          width: 22px; }
      .header .menu ul a {
        display: inline-block;
        margin-left: 20px;
        transition: 0.2s;
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        letter-spacing: 2px;
        font-family: 'Lato', sans-serif;
        font-weight: 600;
        letter-spacing: 2px; }
        .header .menu ul a:hover {
          color: #F5521E; }
        .header .menu ul a .button_language {
          height: 64px;
          scale: 0.9;
          position: relative;
          left: -24px; }
      .header .menu ul .send_message {
        background-image: url("/img/bg_button.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        aspect-ratio: 267 / 64;
        width: 227px;
        height: 64px;
        scale: 0.9;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
        display: flex;
        color: #fff;
        flex-direction: row;
        justify-content: center;
        line-height: 1.2;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between; }
        .header .menu ul .send_message:hover {
          background-image: url("/img/bg_button_on.svg");
          color: #fff; }
        .header .menu ul .send_message .txt_mini {
          display: inline-block;
          font-size: 12px;
          align-items: flex-start;
          font-family: "din-2014", sans-serif; }
        .header .menu ul .send_message .arrow_button_wrap {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          line-height: 1.2; }
        .header .menu ul .send_message .arrow_button {
          display: flex;
          flex-direction: row;
          justify-content: center;
          gap: 4px; }
          .header .menu ul .send_message .arrow_button img {
            width: 7px; }

.start {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 200;
  position: fixed;
  background-color: #F5B3BB;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 0px;
  opacity: 1;
  transition: 1s;
  top: 0;
  right: 0; }
  .start.is-active {
    opacity: 0;
    z-index: 1 !important;
    visibility: hidden; }
  .start .start_inner {
    opacity: 0;
    visibility: hidden;
    display: none; }
    .start .start_inner.is-show {
      opacity: 1;
      visibility: visible;
      transition: 0.3s; }
    .start .start_inner.is-block {
      display: block; }
  .start .start_loading {
    transition: 0.3s; }
    .start .start_loading .start_loading_lottie {
      width: 600px; }
    .start .start_loading p {
      letter-spacing: 4px; }
    .start .start_loading.is-hidden {
      opacity: 0; }
    .start .start_loading.is-block {
      display: none; }
  .start .inner p {
    font-size: 21px;
    font-family: "Zen Kaku Gothic New", "Lato", sans-serif;
    font-weight: 600;
    line-height: 1.75;
    color: #00A3D9;
    position: relative; }
    .start .inner p .em_text {
      background-image: url("/img/bleeding2.png");
      -webkit-filter: blur(0.01rem) drop-shadow(0 0 0.03rem #00A3D9);
              filter: blur(0.01rem) drop-shadow(0 0 0.03rem #00A3D9);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: inline-block;
      z-index: -1;
      background-clip: text;
      background-size: 16rem;
      -webkit-text-fill-color: transparent; }
  .start .inner .buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 24px; }
    .start .inner .buttons .select_button {
      width: 120px;
      height: 120px;
      text-align: center;
      border-radius: 50%;
      line-height: 120px;
      border: 2px solid #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .start .inner .buttons .select_button:hover {
        background-color: rgba(255, 255, 255, 0.3); }
      .start .inner .buttons .select_button img {
        width: 30%; }
      .start .inner .buttons .select_button p {
        font-size: 13px;
        color: #fff; }

.wrapper {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", "Lato", sans-serif;
  font-weight: 600;
  position: relative; }

.main {
  width: 100%;
  position: relative;
  overflow: hidden; }

.load_screen {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center; }
  .load_screen .load_lottie {
    width: 500px;
    margin: 0 auto;
    overflow: hidden; }

.kv {
  width: 100%;
  color: #fff;
  opacity: 0; }
  .kv .kv_kv {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-image: url("/img/kv_01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-perspective: 1000px;
            perspective: 1000px; }
    .kv .kv_kv img {
      position: absolute; }
    .kv .kv_kv .kv_title {
      width: 80%;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 5;
      opacity: 0; }
    .kv .kv_kv .kv_mmx {
      width: 40%;
      bottom: 50%;
      left: 25%;
      will-change: transform; }
    .kv .kv_kv .kv_phobos {
      width: 25%;
      bottom: 65%;
      right: 10%;
      will-change: transform; }
  .kv .title {
    margin-left: 8vw;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-size: 20px;
    font-size: 1.38889vw; }
  .kv .titles {
    position: relative;
    display: block;
    height: 100px; }
    .kv .titles .title_info {
      font-size: 48px;
      font-size: 3.33333vw;
      margin-left: 8vw;
      line-height: 1.1;
      letter-spacing: 1px;
      font-family: "Lato", system-ui;
      font-weight: 700; }
      .kv .titles .title_info span {
        display: inline-block; }
    .kv .titles .title_info_base {
      position: absolute; }
      .kv .titles .title_info_base span:nth-child(1) {
        margin-right: 1px; }
      .kv .titles .title_info_base span:nth-child(2) {
        margin-right: -2px; }
      .kv .titles .title_info_base span:nth-child(3) {
        margin-right: -1px; }
      .kv .titles .title_info_base span:nth-child(4) {
        margin-right: 12px; }
      .kv .titles .title_info_base span:nth-child(5) {
        margin-right: 1px; }
      .kv .titles .title_info_base span:nth-child(6) {
        margin-right: 1px; }
    .kv .titles .title_info_base2 {
      position: absolute;
      top: 3.3vw; }
      .kv .titles .title_info_base2 span:nth-child(1), .kv .titles .title_info_base2 span:nth-child(4), .kv .titles .title_info_base2 span:nth-child(18), .kv .titles .title_info_base2 span:nth-child(24) {
        margin-right: 12px; }

#about {
  background: linear-gradient(0deg, #8fa6ce 20%, #124cb4 40%, black 60%, black 100%);
  padding-bottom: 140px;
  position: relative;
  z-index: 1; }
  #about::after {
    content: "";
    background-image: url("/img/about_splash.svg");
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 550px;
    height: 87%;
    background-repeat: no-repeat;
    z-index: -1; }
  #about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/img/bg_about.jpg");
    mix-blend-mode: screen;
    background-position: center;
    background-repeat: repeat;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none; }
  #about .icon_mmx {
    width: 150px;
    padding-top: 110px;
    margin-bottom: 40px; }
  #about .sticker_0 {
    position: absolute;
    top: 35%;
    left: 100px;
    width: 150px;
    z-index: -1; }
  #about .sticker_1 {
    position: absolute;
    top: 48%;
    left: 200px;
    width: 150px;
    z-index: -1; }
  #about .sticker_2 {
    position: absolute;
    top: 60%;
    left: 120px;
    width: 180px;
    z-index: -1; }
  #about .sticker_3 {
    position: absolute;
    top: 40%;
    right: 100px;
    width: 150px;
    z-index: 1; }
  #about .sticker_4 {
    position: absolute;
    top: 50%;
    right: 150px;
    width: 240px;
    z-index: 1; }
  #about .sticker_5 {
    position: absolute;
    top: 60%;
    right: 120px;
    width: 180px;
    z-index: 1; }
  #about .about_inner {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px; }
    #about .about_inner .title_about {
      font-family: "Black Ops One", system-ui;
      font-size: 32px;
      color: #F5521E; }
    #about .about_inner h3 {
      width: 500px;
      margin: 0 auto;
      margin-top: 40px;
      text-align: center;
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt"; }
    #about .about_inner h4 {
      line-height: 2;
      font-size: 27px;
      margin-top: 32px;
      -webkit-font-feature-settings: "palt";
              font-feature-settings: "palt"; }
    #about .about_inner p {
      font-size: 16px;
      line-height: 2;
      margin-top: 40px;
      margin-bottom: 40px; }
    #about .about_inner a {
      background-image: url("/img/bg_button.svg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      aspect-ratio: 267 / 64;
      width: 227px;
      height: 64px;
      margin: 0 auto;
      display: inline-block;
      text-align: center;
      display: flex;
      color: #fff;
      flex-direction: row;
      justify-content: center;
      line-height: 1.2;
      padding-left: 20px;
      padding-right: 20px;
      justify-content: space-between; }
      #about .about_inner a:hover {
        background-image: url("/img/bg_button_on.svg"); }
      #about .about_inner a .txt_mini {
        display: inline-block;
        font-size: 12px;
        align-items: flex-start;
        font-family: "din-2014", sans-serif; }
      #about .about_inner a .arrow_button_wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        line-height: 1.2; }
      #about .about_inner a .arrow_button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 4px; }
        #about .about_inner a .arrow_button img {
          width: 7px; }

#mission {
  width: 100%;
  height: 100vh;
  background-color: #F5521E;
  background-image: url("/img/bg_grid.png");
  background-size: 30px;
  background-repeat: repeat;
  position: relative; }
  #mission::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    pointer-events: none; }
  #mission .mission_title_left {
    position: absolute;
    rotate: 90deg;
    top: 50%;
    left: 2px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    z-index: 10;
    letter-spacing: 1px;
    font-family: "din-2014", sans-serif;
    font-size: 13px; }
  #mission .mission_title_right {
    position: absolute;
    rotate: -90deg;
    top: 50%;
    right: 2px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    z-index: 10;
    letter-spacing: 1px;
    font-family: "din-2014", sans-serif;
    font-size: 13px;
    display: none; }
  #mission .mission_inner {
    width: calc(100% - 60px);
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center; }
    #mission .mission_inner .mission_left {
      width: 50%;
      padding-left: 80px;
      padding-top: 30px; }
      #mission .mission_inner .mission_left h4 {
        font-size: 24px;
        line-height: 2.1; }
        #mission .mission_inner .mission_left h4.mission_copy {
          position: relative; }
      #mission .mission_inner .mission_left p {
        font-size: 15px;
        line-height: 2.1;
        margin-top: 40px; }
        #mission .mission_inner .mission_left p .paragraph {
          display: block;
          margin-bottom: 30px;
          position: relative; }
      #mission .mission_inner .mission_left .typewriter-cursor {
        display: inline-block;
        width: 2px;
        height: 1em;
        background-color: currentColor;
        margin-left: 2px;
        -webkit-animation: blink 1s infinite;
                animation: blink 1s infinite;
        vertical-align: baseline; }

@-webkit-keyframes blink {
  0%, 49% {
    opacity: 1; }
  50%, 100% {
    opacity: 0; } }

@keyframes blink {
  0%, 49% {
    opacity: 1; }
  50%, 100% {
    opacity: 0; } }
    #mission .mission_inner .mission_left_1 {
      height: 100%;
      box-sizing: border-box;
      padding-top: 11vw; }
    #mission .mission_inner .mission_left_2 .step {
      margin: 6px 0px;
      opacity: 0.5;
      transition: opacity 0.3s ease-in-out; }
      #mission .mission_inner .mission_left_2 .step .step_title {
        font-size: 13px;
        line-height: 1.25;
        font-family: "din-2014", sans-serif;
        margin: 0;
        padding: 0; }
      #mission .mission_inner .mission_left_2 .step .step_copy {
        font-size: 1.2vw;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        margin-top: 2px; }
    #mission .mission_inner .mission_right {
      width: 50%;
      position: relative; }
      #mission .mission_inner .mission_right img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-45%, -50%);
                transform: translate(-45%, -50%);
        width: 160%; }
    #mission .mission_inner .mission_right_1 {
      display: none; }
    #mission .mission_inner .mission_right_2 #shuyu-animation {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-55%, -50%);
              transform: translate(-55%, -50%);
      width: 100%;
      max-width: 700px; }
    #mission .mission_inner .mission_right_2 .shuyu-animation-item {
      width: 100%;
      height: 100%;
      display: block; }
    #mission .mission_inner .mission_right_2 .shuyu-animation-item svg {
      width: 100%;
      height: auto;
      display: block; }
  #mission .mission_sequence {
    position: absolute;
    bottom: 50%;
    left: 0%;
    -webkit-transform: translate(0px, 150px);
            transform: translate(0px, 150px);
    z-index: 10;
    width: 450px;
    z-index: 10;
    width: 450px;
    rotate: 90deg; }
    #mission .mission_sequence .sequence_bar {
      width: 100%;
      height: 4px;
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 2px;
      overflow: hidden;
      position: relative; }
      #mission .mission_sequence .sequence_bar .sequence_progress {
        height: 100%;
        background-color: #fff;
        border-radius: 2px;
        width: 0%; }

#message {
  padding-top: 120px;
  position: relative; }
  #message .sticker_left {
    position: absolute;
    top: 200px;
    left: -100px;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none; }
    #message .sticker_left img {
      position: absolute;
      width: 200px; }
      #message .sticker_left img:nth-child(1) {
        top: 0;
        left: 0; }
      #message .sticker_left img:nth-child(2) {
        top: 160px;
        left: 0; }
      #message .sticker_left img:nth-child(3) {
        top: 320px;
        left: 0; }
      #message .sticker_left img:nth-child(4) {
        top: 480px;
        left: 0; }
      #message .sticker_left img:nth-child(5) {
        top: 510px;
        left: 0; }
      #message .sticker_left img:nth-child(6) {
        top: 670px;
        left: 0; }
  #message .sticker_right {
    position: absolute;
    top: 200px;
    right: -100px;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none; }
    #message .sticker_right img {
      position: absolute;
      width: 200px; }
      #message .sticker_right img:nth-child(1) {
        top: 0;
        right: 0; }
      #message .sticker_right img:nth-child(2) {
        top: 160px;
        right: 0; }
      #message .sticker_right img:nth-child(3) {
        top: 320px;
        right: 0; }
      #message .sticker_right img:nth-child(4) {
        top: 480px;
        right: 0; }
      #message .sticker_right img:nth-child(5) {
        top: 510px;
        right: 0; }
      #message .sticker_right img:nth-child(6) {
        top: 670px;
        right: 0; }
  #message .sticker_left2 {
    top: 1040px; }
  #message .sticker_left3 {
    top: 1840px; }
  #message .sticker_right2 {
    top: 1040px; }
  #message .sticker_right3 {
    top: 1840px; }
  #message .message_inner {
    width: 87%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px; }
    #message .message_inner .title_message {
      font-size: 28px;
      line-height: 1.5;
      margin-bottom: 20px;
      color: #F5521E;
      font-family: "Black Ops One", system-ui; }
    #message .message_inner h4 {
      font-size: 24px;
      line-height: 1.65; }
    #message .message_inner .message_list {
      display: flex;
      flex-direction: row;
      gap: 40px;
      margin-top: 80px;
      width: 100%; }
      #message .message_inner .message_list ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px; }
        #message .message_inner .message_list ul li {
          width: 45%;
          background-color: #fff;
          box-sizing: border-box;
          padding: 26px;
          position: relative; }
          #message .message_inner .message_list ul li::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: calc(100% - 12px);
            height: calc(100% - 12px);
            z-index: 2;
            pointer-events: none; }
          #message .message_inner .message_list ul li .message_new {
            position: absolute;
            left: -30px;
            top: -25px;
            width: 60px;
            box-shadow: none !important;
            border: none !important;
            z-index: 3; }
          #message .message_inner .message_list ul li .meesage_info_text {
            display: flex;
            flex-direction: column;
            gap: 10px;
            font-weight: 600; }
          #message .message_inner .message_list ul li:nth-child(4n-3), #message .message_inner .message_list ul li:nth-child(4n) {
            border: 3px solid #F5521E; }
            #message .message_inner .message_list ul li:nth-child(4n-3)::before, #message .message_inner .message_list ul li:nth-child(4n)::before {
              border: 1px solid #F5521E; }
            #message .message_inner .message_list ul li:nth-child(4n-3) img, #message .message_inner .message_list ul li:nth-child(4n) img {
              border-radius: 50%;
              box-shadow: 0 0 0 2px #F5521E; }
            #message .message_inner .message_list ul li:nth-child(4n-3) .message_text, #message .message_inner .message_list ul li:nth-child(4n) .message_text {
              background-image: repeating-linear-gradient(transparent, transparent calc(2em - 1px), #F5521E calc(2em - 1px), #F5521E 2em);
              padding-bottom: 0.2em; }
            #message .message_inner .message_list ul li:nth-child(4n-3) .message_job, #message .message_inner .message_list ul li:nth-child(4n) .message_job {
              color: #F5521E;
              font-size: 12px;
              line-height: 1.2;
              font-weight: 500; }
            #message .message_inner .message_list ul li:nth-child(4n-3) .message_name, #message .message_inner .message_list ul li:nth-child(4n) .message_name {
              color: #F5521E;
              font-size: 17px;
              line-height: 1.4;
              font-weight: 500; }
          #message .message_inner .message_list ul li:nth-child(4n-2), #message .message_inner .message_list ul li:nth-child(4n-1) {
            border: 3px solid #0072BD; }
            #message .message_inner .message_list ul li:nth-child(4n-2)::before, #message .message_inner .message_list ul li:nth-child(4n-1)::before {
              border: 1px solid #0072BD; }
            #message .message_inner .message_list ul li:nth-child(4n-2) img, #message .message_inner .message_list ul li:nth-child(4n-1) img {
              border-radius: 50%;
              box-shadow: 0 0 0 2px #0072BD; }
            #message .message_inner .message_list ul li:nth-child(4n-2) .message_text, #message .message_inner .message_list ul li:nth-child(4n-1) .message_text {
              background-image: repeating-linear-gradient(transparent, transparent calc(2em - 1px), #0072BD calc(2em - 1px), #0072BD 2em);
              padding-bottom: 0.2em; }
            #message .message_inner .message_list ul li:nth-child(4n-2) .message_job, #message .message_inner .message_list ul li:nth-child(4n-1) .message_job {
              color: #0072BD;
              font-size: 12px;
              line-height: 1.2;
              font-weight: 500; }
            #message .message_inner .message_list ul li:nth-child(4n-2) .message_name, #message .message_inner .message_list ul li:nth-child(4n-1) .message_name {
              color: #0072BD;
              font-size: 17px;
              line-height: 1.4;
              font-weight: 500; }
          #message .message_inner .message_list ul li .message_text {
            margin-bottom: 20px; }
          #message .message_inner .message_list ul li p {
            text-align: left;
            color: #000;
            font-weight: 300;
            font-size: 14px;
            line-height: 2; }
          #message .message_inner .message_list ul li .message_info {
            display: flex;
            flex-direction: row;
            gap: 10px;
            align-items: center;
            justify-content: flex-start; }
            #message .message_inner .message_list ul li .message_info img {
              width: 40px;
              height: 40px; }

#send {
  margin-top: 80px; }
  #send .send_inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 120px;
    background-color: #124CB4;
    padding-bottom: 340px; }
    #send .send_inner .title_send {
      font-size: 24px;
      line-height: 1.5;
      margin-bottom: 20px;
      font-family: "Black Ops One", system-ui; }
    #send .send_inner h4 {
      font-size: 24px;
      line-height: 1.65; }
    #send .send_inner .howto {
      display: flex;
      flex-direction: row;
      gap: 20px;
      justify-content: center;
      align-items: center; }
      #send .send_inner .howto ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-top: 60px; }
        #send .send_inner .howto ul li .step_title {
          color: #F5521E;
          font-size: 18px;
          line-height: 1;
          font-family: "din-2014", sans-serif;
          letter-spacing: 1px;
          margin-bottom: 10px;
          font-weight: 600; }
        #send .send_inner .howto ul li .step_img {
          width: 240px; }
        #send .send_inner .howto ul li .step_arrow {
          width: 10px;
          position: relative;
          top: -10px; }
        #send .send_inner .howto ul li p {
          font-weight: 300; }
  #send .formrun {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #000;
    background-image: url("/img/bg_grid.png");
    background-size: 50px;
    background-repeat: repeat; }
    #send .formrun .letter {
      background-color: #fff;
      position: relative;
      width: 960px;
      margin: 0 auto;
      top: -250px;
      border: 6px solid #0072BD;
      box-sizing: border-box;
      padding: 40px 80px 80px;
      z-index: 1; }
      #send .formrun .letter::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        border: 2px solid #0072BD;
        z-index: 0;
        pointer-events: none; }
      #send .formrun .letter .form_item {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 20px;
        gap: 10px;
        z-index: 2; }
        #send .formrun .letter .form_item label {
          font-size: 14px;
          font-weight: 700;
          letter-spacing: 1px;
          color: #2F7DDA; }
        #send .formrun .letter .form_item input, #send .formrun .letter .form_item textarea, #send .formrun .letter .form_item select {
          height: 40px;
          border-radius: 3px;
          border: 1px solid #fff;
          padding: 10px 20px;
          font-size: 14px;
          font-weight: 700;
          letter-spacing: 1px;
          color: #fff;
          background-color: #E8EDF1;
          color: #000; }
          #send .formrun .letter .form_item input::-webkit-input-placeholder, #send .formrun .letter .form_item textarea::-webkit-input-placeholder, #send .formrun .letter .form_item select::-webkit-input-placeholder {
            color: #000;
            opacity: 0.15; }
          #send .formrun .letter .form_item input::placeholder, #send .formrun .letter .form_item textarea::placeholder, #send .formrun .letter .form_item select::placeholder {
            color: #000;
            opacity: 0.15; }
        #send .formrun .letter .form_item textarea {
          height: 120px; }
        #send .formrun .letter .form_item select {
          letter-spacing: 0px;
          height: 60px;
          position: relative; }
          #send .formrun .letter .form_item select:hover {
            cursor: pointer;
            background-color: #cedaf4; }
          #send .formrun .letter .form_item select::before {
            border-bottom: 4.5px solid #000;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            content: "";
            position: absolute;
            right: 9px;
            top: 10px;
            width: 0; }
      #send .formrun .letter .attention {
        font-size: 12px;
        color: #0072BD;
        margin-top: 10px; }
        #send .formrun .letter .attention .txt_orange {
          color: #F5521E; }
      #send .formrun .letter .error_message {
        color: red;
        font-weight: 400;
        font-size: 13px; }
    #send .formrun .letter_submit {
      width: 100%;
      position: relative;
      top: -230px;
      width: 800px;
      margin: 0 auto;
      text-align: center; }
      #send .formrun .letter_submit .form_allow {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        justify-content: center;
        margin-bottom: 20px; }
        #send .formrun .letter_submit .form_allow .form_allow_inner {
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 10px;
          justify-content: center;
          cursor: pointer; }
        #send .formrun .letter_submit .form_allow .error_message {
          text-align: center;
          color: red;
          font-weight: 400;
          font-size: 13px; }
        #send .formrun .letter_submit .form_allow label {
          font-size: 14px; }
        #send .formrun .letter_submit .form_allow input {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          border: 1px solid #fff;
          background-color: #202020;
          cursor: pointer;
          scale: 1.2; }
          #send .formrun .letter_submit .form_allow input:checked {
            background-color: #F5B3BB; }
      #send .formrun .letter_submit .send_message {
        background-image: url("/img/bg_button.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        aspect-ratio: 267 / 64;
        width: 267px;
        height: 64px;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
        display: flex;
        color: #fff;
        flex-direction: row;
        justify-content: center;
        line-height: 1.2;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between; }
        #send .formrun .letter_submit .send_message:hover {
          background-image: url("/img/bg_button_on.svg"); }
        #send .formrun .letter_submit .send_message .txt_mini {
          display: inline-block;
          font-size: 12px;
          align-items: flex-start;
          font-family: "din-2014", sans-serif; }
        #send .formrun .letter_submit .send_message .arrow_button_wrap {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          line-height: 1.2; }
        #send .formrun .letter_submit .send_message .arrow_button {
          display: flex;
          flex-direction: row;
          justify-content: center;
          gap: 4px; }
          #send .formrun .letter_submit .send_message .arrow_button img {
            width: 7px; }

#share {
  background-color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  #share h2 {
    font-size: 21px;
    line-height: 1.5;
    font-family: "Black Ops One", system-ui; }
  #share .share_left {
    width: 50%;
    background-color: #F5521E;
    height: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden; }
    #share .share_left h4 {
      font-size: 21px;
      line-height: 1.5; }
    #share .share_left .send_message {
      background-image: url("/img/bg_button_black.svg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      aspect-ratio: 267 / 64;
      width: 227px;
      height: 64px;
      scale: 0.9;
      margin: 0 auto;
      margin-top: 3px;
      display: inline-block;
      text-align: center;
      display: flex;
      color: #fff;
      flex-direction: row;
      justify-content: center;
      line-height: 1.2;
      padding-left: 20px;
      padding-right: 20px;
      justify-content: space-between; }
      #share .share_left .send_message:hover {
        background-image: url("/img/bg_button_yellow.svg"); }
      #share .share_left .send_message .txt_mini {
        display: inline-block;
        font-size: 12px;
        align-items: flex-start;
        font-family: "din-2014", sans-serif; }
      #share .share_left .send_message .arrow_button_wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        line-height: 1.2; }
      #share .share_left .send_message .arrow_button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 4px; }
        #share .share_left .send_message .arrow_button img {
          width: 7px; }
    #share .share_left .send_message2 {
      background-image: url("/img/bg_button_blue.svg"); }
      #share .share_left .send_message2:hover {
        background-image: url("/img/bg_button_yellow.svg"); }
  #share .share_right {
    width: 50%;
    background-color: #124CB4;
    height: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden; }
    #share .share_right h4 {
      font-size: 21px;
      line-height: 1.3; }
    #share .share_right .sns_list {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 16px;
      margin-top: 20px; }
      #share .share_right .sns_list img {
        width: 48px; }
      #share .share_right .sns_list a {
        position: relative; }
        #share .share_right .sns_list a:hover {
          scale: 1.1; }
        #share .share_right .sns_list a .new {
          position: absolute;
          top: -15px;
          right: -15px;
          width: 32px; }

#footer {
  background-color: #000;
  padding: 80px 0px 20px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-weight: 400; }
  #footer a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 13px; }
  #footer p {
    font-size: 12px; }
  #footer .footer_center {
    text-align: center;
    margin-top: 160px; }
    #footer .footer_center p {
      font-size: 13px; }

.splash_screen {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center; }
  .splash_screen .splash_lottie {
    height: 50vh;
    margin: 0 auto;
    overflow: hidden; }

.thanks {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("/img/bg_grid.png");
  background-size: 50px;
  background-repeat: repeat; }
  .thanks h3 {
    font-size: 21px;
    color: #F5521E;
    font-family: "Black Ops One", system-ui;
    line-height: 1.2; }
  .thanks h4 {
    font-size: 36px;
    line-height: 1.2;
    margin-top: 20px; }
  .thanks p {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
    font-weight: 400;
    margin-bottom: 40px; }
  .thanks .make_image {
    margin-bottom: 100px; }
    .thanks .make_image #certificate-canvas {
      max-width: 100%;
      width: 600px;
      height: auto;
      display: block;
      margin: 0 auto;
      margin-bottom: 32px; }
    .thanks .make_image p {
      font-size: 13px; }
  .thanks hr {
    border-style: dotted;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 80px;
    height: 1px;
    border: none;
    background-image: repeating-linear-gradient(0deg, #ffffff, #ffffff 10px, transparent 10px, transparent 16px, #ffffff 16px), repeating-linear-gradient(90deg, #ffffff, #ffffff 10px, transparent 10px, transparent 16px, #ffffff 16px), repeating-linear-gradient(180deg, #ffffff, #ffffff 10px, transparent 10px, transparent 16px, #ffffff 16px), repeating-linear-gradient(270deg, #ffffff, #ffffff 10px, transparent 10px, transparent 16px, #ffffff 16px);
    background-size: 2px 100%, 100% 2px, 2px 100% , 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat; }
  .thanks .certificate {
    margin-top: 40px; }
  .thanks .certificate-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease; }
    .thanks .certificate-modal.active {
      opacity: 1;
      visibility: visible; }
    .thanks .certificate-modal .modal-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px); }
    .thanks .certificate-modal .modal-content {
      position: relative;
      z-index: 1001;
      border-radius: 10px;
      padding: 20px;
      max-width: 90%;
      max-height: 90vh;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      overflow: visible; }
      .thanks .certificate-modal .modal-content .modal-close {
        position: absolute;
        top: -40px;
        right: -40px;
        width: 60px;
        height: 60px;
        border: none;
        background-color: transparent;
        font-size: 42px;
        color: #fff;
        font-weight: 200;
        cursor: pointer;
        line-height: 1;
        z-index: 1002; }
        .thanks .certificate-modal .modal-content .modal-close:hover {
          opacity: 0.7; }
      .thanks .certificate-modal .modal-content #certificate-image {
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 20px;
        -ms-user-select: none;
            user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: default; }
      .thanks .certificate-modal .modal-content .modal-download-section {
        width: 100%;
        display: flex;
        justify-content: center; }
        .thanks .certificate-modal .modal-content .modal-download-section #modal-download-btn {
          background-image: url("/img/bg_button.svg");
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          aspect-ratio: 267 / 64;
          width: 267px;
          height: 64px;
          scale: 0.9;
          margin-top: 3px;
          display: inline-block;
          text-align: center;
          display: flex;
          color: #fff;
          flex-direction: row;
          justify-content: center;
          line-height: 1.2;
          padding-left: 20px;
          padding-right: 20px;
          justify-content: space-between;
          border: none;
          cursor: pointer; }
          .thanks .certificate-modal .modal-content .modal-download-section #modal-download-btn:hover {
            background-image: url("/img/bg_button_yellow.svg"); }
          .thanks .certificate-modal .modal-content .modal-download-section #modal-download-btn .txt_mini {
            display: inline-block;
            font-size: 12px;
            align-items: flex-start;
            font-family: "din-2014", sans-serif; }
          .thanks .certificate-modal .modal-content .modal-download-section #modal-download-btn .arrow_button_wrap {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            line-height: 1.2; }
          .thanks .certificate-modal .modal-content .modal-download-section #modal-download-btn .arrow_button {
            display: flex;
            flex-direction: row;
            gap: 2px; }
            .thanks .certificate-modal .modal-content .modal-download-section #modal-download-btn .arrow_button img {
              width: 8px;
              height: auto; }
  .thanks .download-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2px;
    margin-top: 15px; }
    .thanks .download-section #download-btn, .thanks .download-section a {
      background-image: url("/img/bg_button.svg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      aspect-ratio: 267 / 64;
      width: 267px;
      height: 64px;
      scale: 0.9;
      margin-top: 3px;
      display: inline-block;
      text-align: center;
      display: flex;
      color: #fff;
      flex-direction: row;
      justify-content: center;
      line-height: 1.2;
      padding-left: 20px;
      padding-right: 20px;
      justify-content: space-between; }
      .thanks .download-section #download-btn:hover, .thanks .download-section a:hover {
        background-image: url("/img/bg_button_yellow.svg"); }
      .thanks .download-section #download-btn .txt_mini, .thanks .download-section a .txt_mini {
        display: inline-block;
        font-size: 12px;
        align-items: flex-start;
        font-family: "din-2014", sans-serif; }
      .thanks .download-section #download-btn .arrow_button_wrap, .thanks .download-section a .arrow_button_wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        line-height: 1.2; }
      .thanks .download-section #download-btn .arrow_button, .thanks .download-section a .arrow_button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 4px; }
        .thanks .download-section #download-btn .arrow_button img, .thanks .download-section a .arrow_button img {
          width: 7px; }
    .thanks .download-section a {
      background-image: url("/img/bg_button_blue.svg");
      width: 227px; }
  .thanks .message_area {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .thanks .message_area h3 {
      font-size: 32px;
      color: #fff;
      line-height: 1.2; }
    .thanks .message_area p {
      font-size: 16px; }
    .thanks .message_area .send_message {
      width: 45%;
      margin: 0 auto;
      background-color: #fff;
      box-sizing: border-box;
      padding: 26px;
      position: relative;
      border: 3px solid #F5521E; }
      .thanks .message_area .send_message::before {
        border: 1px solid #F5521E; }
      .thanks .message_area .send_message .message_texts {
        background-image: repeating-linear-gradient(transparent, transparent calc(2em - 1px), #F5521E calc(2em - 1px), #F5521E 2em);
        padding-bottom: 0.2em; }
      .thanks .message_area .send_message .message_name {
        color: #F5521E;
        font-size: 17px; }
        .thanks .message_area .send_message .message_name .txt_mini {
          font-size: 13px;
          margin-right: 8px; }
      .thanks .message_area .send_message::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: calc(100% - 12px);
        height: calc(100% - 12px);
        z-index: 2;
        pointer-events: none; }
      .thanks .message_area .send_message .message_texts {
        margin-bottom: 20px; }
      .thanks .message_area .send_message p {
        text-align: left;
        color: #000;
        font-weight: 500;
        font-size: 14px;
        line-height: 2;
        margin: 0; }
      .thanks .message_area .send_message .message_info {
        display: flex;
        flex-direction: column;
        /* gap: 10px; */
        align-items: flex-start;
        justify-content: flex-start; }
        .thanks .message_area .send_message .message_info img {
          width: 40px;
          height: 40px; }
    .thanks .message_area .send_messages {
      background-image: url("/img/bg_button_blue.svg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      aspect-ratio: 267 / 64;
      width: 227px;
      margin: 0 auto;
      height: 64px;
      scale: 0.9;
      margin-top: 3px;
      display: inline-block;
      text-align: center;
      display: flex;
      color: #fff;
      flex-direction: row;
      justify-content: center;
      line-height: 1.2;
      padding-left: 20px;
      padding-right: 20px;
      justify-content: space-between;
      margin-top: 30px; }
      .thanks .message_area .send_messages:hover {
        background-image: url("/img/bg_button_yellow.svg"); }
      .thanks .message_area .send_messages .txt_mini {
        display: inline-block;
        font-size: 12px;
        align-items: flex-start;
        font-family: "din-2014", sans-serif; }
      .thanks .message_area .send_messages .arrow_button_wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        line-height: 1.2; }
      .thanks .message_area .send_messages .arrow_button {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 4px; }
        .thanks .message_area .send_messages .arrow_button img {
          width: 7px; }

.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  background-color: #ffffff;
  visibility: visible;
  opacity: 1; }
  .loading .inner {
    width: 100%;
    height: 100%;
    position: relative; }
    .loading .inner .lottie_style {
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      width: 20%;
      height: 100vh;
      margin: 0 auto;
      transition: 1s; }
    .loading .inner #lottie2 {
      transition: 1s;
      opacity: 0;
      visibility: hidden; }

.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important; }

.is-active {
  opacity: 1 !important;
  visibility: visible !important; }

.stalk {
  pointer-events: none;
  position: fixed;
  top: -12px;
  left: -12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s, -webkit-transform 0.2s;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s, -webkit-transform 0.2s;
  z-index: 999; }
  .stalk.hov_ {
    transition: .5s; }
    .stalk.hov_ svg {
      -webkit-animation: shake 0.7s;
              animation: shake 0.7s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite; }

#stalker0 {
  transition: 0s;
  z-index: 1000;
  fill: #D9D9D9; }

#stalker1 {
  fill: #00A33D !important; }
  #stalker1 svg path {
    transition: .5s;
    fill: #00A33D !important; }

#stalker2 {
  transition: 0.3s;
  fill: #00A3D9 !important; }
  #stalker2 svg path {
    fill: #00A3D9 !important; }

#stalker3 {
  transition: 0.4s;
  fill: #0072BD !important; }
  #stalker3 svg path {
    fill: #0072BD !important; }

#stalker4 {
  transition: 0.5s;
  fill: #E83817 !important; }
  #stalker4 svg path {
    fill: #E83817 !important; }

#stalker5 {
  transition: 0.6s;
  fill: #824221 !important; }
  #stalker5 svg path {
    fill: #824221 !important; }
  @media (max-width: 1023px) {
    .sp-only {
      display: block; }
  .pc-only {
    display: none; }
      .header .header_logo {
        position: absolute;
        top: 20px;
        left: 20px; }
        .header .header_logo img {
          width: 80px; }
      .header .header_logo .pc_logo {
        display: none; }
        .header .header_logo .sp_logo {
          display: block;
          opacity: 0; }
      .header .hamburger {
        display: flex;
        background-image: url("/img/sp_menu_bg.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        top: 0;
        right: 0;
        width: 64px;
        height: 64px; }
      .header .hamburger.is-active {
        background-image: url("/img/sp_menu_bg_on.svg"); }
      .header .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #F5521E;
        background-image: url("/img/bg_grid.png");
        background-size: 30px 30px;
        background-repeat: repeat;
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 99; }
        .header .menu.show {
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          -webkit-animation: menu-blink 0.1s ease-in-out 2 forwards;
                  animation: menu-blink 0.1s ease-in-out 2 forwards; }
        .header .menu ul {
          display: flex;
          flex-direction: column;
          width: 100%;
          text-align: center;
          align-items: flex-start;
          gap: 20px; }
          .header .menu ul li {
            margin-bottom: 0;
            text-align: center; }
            .header .menu ul li .new {
              top: -8px;
              width: 30px;
              left: 6px; }
            .header .menu ul a .button_language {
              left: -10px; }
          .header .menu ul a {
            margin-left: 40px;
            font-size: 16px; }
          .header .menu ul .send_message {
            margin-left: 14px;
            position: relative;
            left: 7px; }
      .start.is-active {
        opacity: 0; }
        .start .start_loading .start_loading_lottie {
          width: 100%; }
      .start .inner p {
        font-size: 18px; }
    .wrapper {
      width: 100%; }
      .load_screen .load_lottie {
        width: 80%; }
      .kv .kv_kv {
        height: 100svh; }
        .kv .kv_kv .kv_title {
          width: 94%;
          bottom: 30px; }
        .kv .kv_kv .kv_mmx {
          width: 80%;
          bottom: 55%;
          left: 35%;
          z-index: 2; }
        .kv .kv_kv .kv_phobos {
          width: 40%;
          bottom: 75%;
          right: 5%;
          z-index: 1; }
      .kv .title {
        margin-top: 12px;
        margin-left: 7vw;
        font-size: 56px;
        font-size: 3.88889vw;
        line-height: 1.5;
        margin-bottom: 0; }
        .kv .titles .title_info {
          margin-left: 7vw;
          font-size: 132px;
          font-size: 9.16667vw;
          letter-spacing: 1.5px;
          margin-top: 12px; }
        .kv .titles .title_info_base2 {
          font-size: 88px;
          font-size: 6.11111vw;
          margin-top: 0;
          top: 13vw; }
          .kv .titles .title_info_base2 span:nth-child(1), .kv .titles .title_info_base2 span:nth-child(4), .kv .titles .title_info_base2 span:nth-child(18), .kv .titles .title_info_base2 span:nth-child(24) {
            margin-right: 4px; }
      #about .icon_mmx {
        width: 100px;
        margin-bottom: 20px; }
      #about .sticker_0 {
        top: 35%;
        left: -10px;
        width: 60px; }
      #about .sticker_1 {
        top: 45%;
        left: -10px;
        width: 60px; }
      #about .sticker_2 {
        top: 55%;
        left: -20px;
        width: 60px; }
      #about .sticker_3 {
        top: 35%;
        right: -20px;
        width: 60px; }
      #about .sticker_4 {
        top: 45%;
        right: -20px;
        width: 100px; }
      #about .sticker_5 {
        top: 55%;
        right: -20px;
        width: 80px; }
      #about .about_inner {
        width: 90%;
        padding-bottom: 30px; }
        #about .about_inner .title_about {
          font-size: 24px; }
        #about .about_inner h3 {
          width: 100%;
          margin-top: 20px; }
        #about .about_inner h4 {
          font-size: 5.0vw; }
        #about .about_inner p {
          font-size: 3.6vw; }
    #mission {
      height: 100svh; }
      #mission .mission_title_left {
        font-size: 12px;
        rotate: 0deg;
        left: 50%;
        top: 30px;
        -webkit-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%); }
      #mission .mission_title_right {
        font-size: 12px;
        rotate: 0deg;
        left: 50%;
        top: auto;
        bottom: 30px;
        -webkit-transform: translate(-50%, 0%);
                transform: translate(-50%, 0%);
        text-align: center; }
      #mission .mission_inner {
        flex-direction: column; }
        #mission .mission_inner .mission_left {
          width: 100%;
          padding-left: 0;
          padding-top: 100px;
          padding-left: 10px;
          padding-right: 10px;
          height: 60%;
          overflow: hidden; }
          #mission .mission_inner .mission_left h4 {
            font-size: 4vw;
            line-height: 1.5; }
          #mission .mission_inner .mission_left p {
            font-size: 3.2vw;
            margin-top: 20px; }
          #mission .mission_inner .mission_left_2 .step .step_title {
            font-size: 14px;
            padding-bottom: 12px; }
          #mission .mission_inner .mission_left_2 .step .step_copy {
            font-size: 3.8vw; }
        #mission .mission_inner .mission_right {
          width: 100%;
          height: calc(40% - 20px);
          bottom: 60px; }
          #mission .mission_inner .mission_right img {
            width: 130%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
        #mission .mission_inner .mission_right_2 #shuyu-animation {
          width: 110%;
          -webkit-transform: translate(-50%, -70%);
                  transform: translate(-50%, -70%); }
      #mission .mission_sequence {
        -webkit-transform: translate(0px, 216px);
                transform: translate(0px, 216px); }
        #mission .mission_sequence .sequence_bar {
          height: 6px; }
      #message .sticker_left {
        display: none; }
      #message .sticker_right {
        display: none; }
      #message .message_inner {
        width: 90%; }
        #message .message_inner h4 {
          font-size: 4.3vw; }
        #message .message_inner .message_list {
          margin-top: 40px; }
            #message .message_inner .message_list ul li {
              width: 100%;
              padding: 32px; }
              #message .message_inner .message_list ul li .message_new {
                width: 30px;
                left: 6px;
                top: -8px; }
                #message .message_inner .message_list ul li:nth-child(4n-3) .message_job, #message .message_inner .message_list ul li:nth-child(4n) .message_job {
                  line-height: 1.4; }
                #message .message_inner .message_list ul li:nth-child(4n-3) .message_name, #message .message_inner .message_list ul li:nth-child(4n) .message_name {
                  line-height: 1.4; }
                #message .message_inner .message_list ul li:nth-child(4n-2) .message_job, #message .message_inner .message_list ul li:nth-child(4n-1) .message_job {
                  line-height: 1.4; }
                #message .message_inner .message_list ul li:nth-child(4n-2) .message_name, #message .message_inner .message_list ul li:nth-child(4n-1) .message_name {
                  line-height: 1.4; }
    #send {
      margin-top: 30px; }
      #send .send_inner {
        padding-top: 60px; }
        #send .send_inner .title_send {
          font-size: 18px; }
        #send .send_inner h4 {
          font-size: 5vw; }
        #send .send_inner .howto {
          flex-direction: column; }
          #send .send_inner .howto ul {
            gap: 0px;
            flex-wrap: wrap;
            margin-top: 0px; }
          #send .send_inner .howto ul li:nth-child(odd) {
            width: 45%;
            margin-top: 30px; }
            #send .send_inner .howto ul li .step_title {
              font-size: 16px; }
            #send .send_inner .howto ul li .step_img {
              width: 150px; }
            #send .send_inner .howto ul li .step_arrow {
              top: 10px;
              width: 6px; }
            #send .send_inner .howto ul li p {
              font-size: 12px; }
        #send .formrun .letter {
          width: 85%;
          padding: 10px 30px 40px; }
            #send .formrun .letter .form_item input, #send .formrun .letter .form_item textarea, #send .formrun .letter .form_item select {
              height: 30px;
              font-size: 13px;
              padding: 12px 10px; }
            #send .formrun .letter .form_item textarea {
              height: 200px; }
            #send .formrun .letter .form_item select {
              height: 60px; }
        #send .formrun .letter_submit {
          width: 85%; }
    #share {
      flex-direction: column; }
      #share .share_left {
        width: 100%;
        height: 500px; }
        #share .share_left h4 {
          font-size: 4vw; }
      #share .share_right {
        width: 100%;
        height: 500px; }
        #share .share_right h4 {
          font-size: 4vw; }
        #footer .footer_center p {
          letter-spacing: 1px; }
    .thanks {
      width: 90%;
      padding-top: 80px;
      padding-bottom: 80px; }
      .thanks h3 {
        font-size: 18px; }
      .thanks h4 {
        font-size: 5.2vw; }
      .thanks p {
        font-size: 3.4vw;
        line-height: 1.4;
        margin-top: 10px;
        margin-bottom: 20px; }
      .thanks .make_image {
        margin-bottom: 40px; }
        .thanks .make_image #certificate-canvas {
          margin-bottom: 10px; }
      .thanks hr {
        margin-bottom: 80px;
        width: 95%; }
        .thanks .certificate-modal .modal-content {
          max-width: 95%;
          padding: 15px; }
          .thanks .certificate-modal .modal-content .modal-close {
            right: 0; }
          .thanks .certificate-modal .modal-content .modal-download-section {
            display: none; }
            .thanks .certificate-modal .modal-content .modal-download-section #modal-download-btn {
              width: 100%;
              max-width: 267px; }
      .thanks .download-section {
        margin-top: 0;
        margin-top: 10px;
        flex-direction: column;
        align-items: center; }
      .thanks .message_area {
        width: 95%; }
        .thanks .message_area h3 {
          font-size: 5vw; }
        .thanks .message_area p {
          font-size: 3.2vw; }
        .thanks .message_area .send_message {
          width: 100%;
          padding: 20px; }
          .thanks .message_area .send_message .message_name {
            line-height: 1.4; }
        .loading .inner .lottie_style {
          width: 80%; }
    .stalk {
      display: none; } }
  @media (min-width: 1024px) {
          .thanks .certificate-modal .modal-content #certificate-image {
            max-width: 400px;
            margin-bottom: 0; } }
