.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: rgba(11, 25, 92, 0.1960784314);
  background-image: url("../images/paper.png");
  background-size: 869px 100%;
  background-blend-mode: darken;
  overflow-x: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.wrapper-innner {
  max-width: 600px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

* {
  margin: 0;
  padding: 0;
  max-width: 100%;
  box-sizing: border-box;
}

li {
  list-style: none;
}

@media screen and (max-width: 599px) {
  html {
    font-family: NotoSansJP, sans-serif;
    font-size: 2.6666666667vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-family: NotoSansJP, sans-serif;
    font-size: 1rem;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
}
body {
  min-width: 320px;
  line-height: 1.5;
  background-color: #1a1a1a;
  background-image: url("../images/bg-blue-pc.png");
  background-size: 172px;
  overflow-x: hidden;
  background-attachment: fixed;
}

a {
  color: #79e5c5;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: NotoSansJP, sans-serif;
}

.btn {
  display: inline-block;
  padding: 2.1rem 0;
  text-decoration: none;
  background: url("../images/btn.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 32.4rem;
  height: 7.4rem;
  margin-top: 3.2rem;
  filter: drop-shadow(0px 4px 0px rgb(0, 0, 0));
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  line-height: 1;
  transition: 0.2s;
}
.btn:hover {
  transform: translate3d(0, -5px, 0);
}
.btn::after {
  position: absolute;
  right: 1.2rem;
  top: 2.4rem;
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url("../images/icon-link.svg");
  background-size: 100% auto;
  background-position: center center;
}
.btn span {
  font-size: 1rem;
  font-weight: normal;
  color: #C9C9C9;
  width: 100%;
  display: inline-block;
}

img {
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 599px) {
  .spHidden {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .pcHidden {
    display: none !important;
  }
}

.Anchor {
  position: relative;
  top: -120px;
}

.MainNav {
  height: auto;
  background-size: max(1600px, 100%) 100%;
  background: #000;
  position: sticky;
  z-index: 10;
}
.MainNav-inner {
  width: 1200px;
  height: auto;
  display: flex;
  margin: auto;
  gap: 0px;
}
.MainNav-inner a {
  width: 17%;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: 0.2s;
}
.MainNav-inner a:hover {
  transform: translate3d(0, -6px, 0);
}
.MainNav-inner a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@keyframes ticketAnnotation {
  from {
    transform: translateY(-3px);
  }
  to {
    transform: translateY(3px);
  }
}
.button-cv {
  position: fixed;
  bottom: 0.8rem;
  right: 0.8rem;
  width: 7.7rem;
  z-index: 100;
  transition: 0.2s;
}
.button-cv:hover {
  scale: 1.1;
  filter: brightness(1.1);
}

.Announcement {
  background-color: #000;
  padding: 1.6rem 0 0.7rem;
  color: #fff;
  font-family: "Hiragino Mincho Pro", serif;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
}
.Announcement p {
  line-height: 0.7;
  padding: 0;
  margin: 0;
}
.Announcement span {
  color: #F4E208;
}
.Announcement small {
  font-size: 1rem;
  line-height: 137%;
}

.Host {
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 3rem;
}
.Host-logo1 {
  position: absolute;
  left: 5%;
  top: 0;
  width: 10%;
}
.Host-logo2 {
  position: absolute;
  left: 15%;
  top: 0;
  width: 10%;
}

.Container {
  color: white;
}
.Container.padding {
  padding: 0 30px;
}
@media screen and (max-width: 599px) {
  .Container.padding {
    padding: 0 10px;
  }
}
.Container-inner {
  width: 1000px;
  padding: 20px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .Container-inner {
    padding: 10px;
  }
}
.Container-inner-title {
  display: block;
  margin: 20px auto;
  height: 160px;
}
@media screen and (max-width: 599px) {
  .Container-inner-title {
    height: 90px;
  }
}
.Container-inner > .Button2 {
  margin: 30px auto;
  width: 400px;
}
@media screen and (max-width: 599px) {
  .Container-inner > .Button2 {
    margin: 20px auto;
    width: 240px;
  }
}
.Container.black {
  background-color: black;
}

.Heading1 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0.6rem;
  border-bottom: 0.4rem solid #F4E208;
  color: white;
}
.Heading1:not(:first-child) {
  margin-top: 6rem;
}

tx-blue {
  color: #F4E208;
}

.Table1 {
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.Table1 th, .Table1 td {
  padding: 10px 16px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .Table1 th, .Table1 td {
    padding: 10px 5px;
  }
}
.Table1 th {
  background-color: #112b22;
  box-shadow: inset 0 0 0 2px black;
}
.Table1 tr:not(:first-child) th, .Table1 tr:not(:first-child) td {
  border-top: 2px solid #79e5c5;
}
.Table1 td:not(:first-child) {
  border-left: 2px solid #79e5c5;
  font-weight: normal;
}

.Table2 {
  margin: 30px 0;
  border-collapse: collapse;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .Table2 {
    margin: 15px 0;
  }
}
.Table2 th, .Table2 td {
  padding: 10px 45px;
  text-align: center;
}
.Table2 th {
  background-color: #112b22;
  box-shadow: inset 0 0 0 4px black;
  color: #79e5c5;
}

.Table3 {
  border-collapse: collapse;
  font-size: 1.7rem;
  margin-bottom: 2em;
  margin-top: 0.5em;
  text-align: center;
  width: 100%;
  font-weight: normal;
}
.Table3 th, .Table3 td {
  padding: 10px 16px;
}
@media screen and (max-width: 599px) {
  .Table3 th, .Table3 td {
    padding: 1rem 0.6rem;
  }
}
.Table3 th {
  background-color: #112b22;
  box-shadow: inset 0px -3px 0px 0px black;
}
.Table3 tr:not(:first-child) th, .Table3 tr:not(:first-child) td {
  border-top: 2px solid #79e5c5;
}
.Table3 td {
  font-size: 2rem;
}
.Table3 td:not(:first-child) {
  border-left: 2px solid #79e5c5;
  font-weight: normal;
}
.Table3 th:not(:first-child) {
  border-left: 2px solid #79e5c5;
  box-shadow: inset 3px 0px 0 0px black, inset 0px -3px 0px 0px black;
}

.alignCenter {
  text-align: center;
}

.ArticleListItem {
  background-color: black;
  position: relative;
  display: block;
  padding: 40px 120px 40px 50px;
  font-size: 1.8rem;
  color: white;
  text-decoration: none;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .ArticleListItem {
    padding: 12px 50px 12px 15px;
    border-bottom: 2px solid #79e5c5;
  }
}
.ArticleListItem-title {
  font-weight: bold;
}
.ArticleListItem-date {
  color: #79e5c5;
}
.ArticleListItem::after {
  display: block;
  content: "";
  width: 22px;
  height: 42px;
  background: url("../images/arrow1.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 50px;
  top: calc(50% - 21px);
}
@media screen and (max-width: 599px) {
  .ArticleListItem::after {
    height: 20px;
    top: calc(50% - 10px);
    right: 10px;
  }
}

.MainCover {
  text-align: center;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
.MainCover-img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.MainCover-img.SubPage {
  width: 100%;
}

.TopIntro {
  background-image: url("../images/intro-img.png"), url("../images/bg-blue.png");
  background-size: 100% auto;
  background-repeat: no-repeat, repeat;
  padding: 0 0 10rem;
  text-align: center;
}
.TopIntro-inner {
  width: 1200px;
}
.TopIntro-head {
  position: relative;
  flex: 4;
}
.TopIntro-head-title {
  display: block;
  margin: auto;
  width: 600px;
  position: relative;
  z-index: 1;
}
.TopIntro-body {
  background-image: url("../images/bg-paper.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 24rem 1rem 0;
  padding: 2.5rem 0 1rem;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.4705882353);
}
.TopIntro-body p {
  margin-bottom: 1.5em;
  line-height: 1.7;
  font-size: 1.4rem;
  text-align: center;
  font-feature-settings: "palt";
  text-shadow: 0 0 5px #F1EBE1, 0 0 10px #F1EBE1;
}
.TopIntro-body p small {
  font-size: 1rem;
  padding: 0 2rem;
  display: inline-block;
  text-align: left;
}
.TopIntro-body p small a {
  color: #606778;
}
.TopIntro-body em {
  color: #1A5EFF;
  font-size: 1.1rem;
  font-weight: bold;
  font-style: normal;
}

.TopStory {
  text-align: center;
  color: white;
  font-family: "Hiragino Mincho Pro", serif;
  background-image: url("../images/bg-blue.png");
  background-size: 100% auto;
  background-repeat: repeat;
  padding: 0 0 6.3rem;
}
.TopStory-body {
  padding: 3.8rem 0;
  position: relative;
  background-color: #000;
  border-top: #fff 0.3rem solid;
  border-bottom: #fff 0.3rem solid;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.4705882353);
}
.TopStory-cloud {
  width: 50%;
  height: auto;
  position: absolute;
  top: -7rem;
  left: -6rem;
}
.TopStory-cloud2 {
  width: 50%;
  height: auto;
  position: absolute;
  bottom: -9rem;
  right: -6rem;
}
.TopStory-title {
  position: absolute;
  top: -2.4rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 auto;
  padding: 0 5.5rem;
}
.TopStory p {
  position: relative;
  margin: 0 auto 2.2rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
}

.TopCharacter {
  background: url("../images/character-title-bg.png"), url("../images/bg-paper.png");
  background-repeat: no-repeat, repeat-y;
  background-size: 100% auto;
  text-align: center;
  color: #000;
  font-size: 1.44rem;
}
.TopCharacter-inner {
  position: relative;
  width: 1200px;
  margin: auto;
  padding: 14.4rem 0 10rem;
}
.TopCharacter-inner-title {
  position: absolute;
  top: 4.6rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 auto;
  padding: 0 5.5rem;
}
.TopCharacter-inner-text {
  margin: auto;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 10px;
}
.TopCharacter .NewCharacter {
  display: flex;
  background: url("../images/rect1.svg") no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  padding-top: 1rem;
}
.TopCharacter .NewCharacter-left {
  width: 50%;
  filter: drop-shadow(-15px 4px 5px rgba(0, 0, 0, 0.225));
}
.TopCharacter .NewCharacter-right {
  width: 54%;
  display: block;
  margin-left: 0.7rem;
}
.TopCharacter .NewCharacter-right-name {
  margin-top: 4rem;
  padding: 1rem 0;
  margin-left: -1rem;
  background: url("../images/frame.svg") no-repeat;
  background-size: 100% auto;
  height: 8.3rem;
  width: 20rem;
  font-size: 2.8rem;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
.TopCharacter .NewCharacter-right-name span {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  transform: skewX(-15deg);
  padding: 0 0.4rem;
  height: 1.2rem;
  font-weight: normal;
}
.TopCharacter .NewCharacter-right-desc {
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 2rem;
  padding: 0.8rem 0.5rem 9rem;
  display: block;
  background: url("../images/textbox.svg") no-repeat;
  background-size: 100% auto;
}
.TopCharacter .ExistingCharacter {
  background: url("../images/rect2.svg") no-repeat;
  background-size: 100% auto;
}
.TopCharacter .ExistingCharacter ul {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.9rem 5.6rem;
}
.TopCharacter .ExistingCharacter li {
  width: 33%;
}
.TopCharacter .ExistingCharacter-name {
  font-size: 1.8rem;
  font-weight: bold;
}
.TopCharacter .ExistingCharacter-desc {
  font-size: 1rem;
  font-weight: normal;
}
.TopCharacter .ExistingCharacter-title {
  background: #000;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 0;
  position: relative;
  font-weight: bold;
}
.TopCharacter .ExistingCharacter-title span {
  color: #F4E208;
}
.TopCharacter .ExistingCharacter-title::before {
  content: "";
  display: block;
  background: url("../images/tri1.svg") no-repeat;
  background-size: 100% auto;
  width: 3.3rem;
  height: 3.3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.TopCharacter .ExistingCharacter-title::after {
  content: "";
  display: block;
  background: url("../images/tri2.svg") no-repeat;
  background-size: 100% auto;
  width: 3.3rem;
  height: 3.3rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.TopCharacter .Monster {
  background: url("../images/rect.png") no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
  position: relative;
}
.TopCharacter .Monster img {
  filter: brightness(0);
  position: relative;
  z-index: 3;
}
.TopCharacter .Monster-title {
  background: #000;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 0;
  position: relative;
  font-weight: bold;
  margin-bottom: 2rem;
  z-index: 3;
}
.TopCharacter .Monster-title span {
  color: #F4E208;
}
.TopCharacter .Monster-title::before {
  content: "";
  display: block;
  background: url("../images/tri1.svg") no-repeat;
  background-size: 100% auto;
  width: 3.3rem;
  height: 3.3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.TopCharacter .Monster-title::after {
  content: "";
  display: block;
  background: url("../images/tri2.svg") no-repeat;
  background-size: 100% auto;
  width: 3.3rem;
  height: 3.3rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.TopCharacter .Monster-info {
  background-color: #000;
  border: solid #6BE9CA 0.2rem;
  border-radius: 0.7rem;
  display: inline-block;
  color: #fff;
  position: relative;
  margin-top: -2rem;
  z-index: 3;
}
.TopCharacter .Monster-info-title {
  width: 20rem;
  font-size: 2rem;
  color: #F4E208;
  font-family: "Hiragino Mincho Pro", serif;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
  background-color: #000;
  border: solid #6BE9CA 0.2rem;
  display: inline-block;
  padding: 0 4rem 0 6rem;
}
.TopCharacter .Monster-info-title::before {
  content: "";
  display: inline-block;
  background: url("../images/icon-danger.svg");
  background-size: cover;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 0.5rem 0 0;
  top: 0.6rem;
  left: 4.8rem;
}
.TopCharacter .Monster-info-desc {
  font-weight: normal;
  font-size: 1.6rem;
  padding: 3rem 4rem 1rem;
}
.TopCharacter .Monster-info-desc span {
  color: #F4E208;
  font-weight: bold;
}

.HowToPlay {
  background: url("../images/bg-violet.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  position: relative;
}
.HowToPlay-title {
  position: absolute;
  top: 4.6rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 auto;
  padding: 0 5.5rem;
}
.HowToPlay-steps {
  padding: 13.7rem 0 0;
  position: relative;
  z-index: 10;
}
.HowToPlay-steps-item {
  padding: 0 1.6rem 2.8rem;
  margin: 0 auto;
}
.HowToPlay-steps-item-title {
  font-size: 2rem;
  color: #F4E208;
  background-color: #000;
  font-weight: bold;
  text-align: center;
  padding: 1.7rem 0;
  border-bottom: 0.2rem solid #F4E208;
}
.HowToPlay-steps-item-btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.7;
  padding-top: 1rem;
}
.HowToPlay-steps-item-desc {
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 170%;
  padding: 1rem;
}
.HowToPlay-steps-item-desc b {
  color: #F4E208;
}
.HowToPlay-steps-item-desc p:first-child() {
  margin-bottom: 1rem;
}
.HowToPlay-steps-item-desc .notice {
  text-align: left;
  margin-top: 1rem;
}
.HowToPlay-steps-item-desc .caution {
  color: #F4E208;
  font-size: 1.2rem;
  background-color: rgba(244, 224, 8, 0.1215686275);
  border: solid 1px #F4E208;
  border-radius: 7px;
  padding: 1.9rem;
  margin-top: 1rem;
}
.HowToPlay-steps-item-desc .caution img {
  width: 3.2rem;
  display: block;
  margin: 0 auto;
}
.HowToPlay-steps-item-icon {
  width: 6.4rem;
  margin: 0 auto 0.6rem;
  display: block;
}
.HowToPlay-style {
  text-align: center;
  padding: 1.2rem;
  position: relative;
  z-index: 10;
}
.HowToPlay-style-title {
  margin: 0 8.3rem;
}
.HowToPlay-style ul {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem;
  justify-content: space-around;
}
.HowToPlay-style ul li {
  width: 49%;
  margin-bottom: 2%;
  background: #000;
}
.HowToPlay-style ul li p {
  color: #fff;
  font-size: 1.4rem;
  padding: 1.4rem 0 2rem;
}
.HowToPlay-style ul li p small {
  font-size: 1rem;
}
.HowToPlay-style ul li img {
  vertical-align: top;
}
.HowToPlay-style ul li:nth-child(odd):not(:last-child) {
  margin-right: 2%;
}
.HowToPlay-style ul .threelines p {
  padding: 0.3rem 0 0.5rem;
}
.HowToPlay .cloud1 {
  width: 23rem;
  position: absolute;
  top: -7rem;
  right: -9rem;
}
.HowToPlay .cloud2 {
  width: 23rem;
  position: absolute;
  top: 12rem;
  right: 19rem;
  z-index: 0;
}
.HowToPlay .cloud2 {
  width: 23rem;
  position: absolute;
  top: 13rem;
  right: 19.5rem;
  z-index: 0;
}
.HowToPlay .cloud3 {
  width: 23rem;
  position: absolute;
  top: 62.4rem;
  left: 22.4rem;
  z-index: 0;
}
.HowToPlay .cloud4 {
  width: 23rem;
  position: absolute;
  top: 126rem;
  left: 0.7rem;
  z-index: 0;
}
.HowToPlay .cloud5 {
  width: 23rem;
  position: absolute;
  top: 257rem;
  left: 23.1rem;
  z-index: 0;
}

.DarkBg {
  background-color: #1a1b1d;
}

.Button1,
.Button2,
.Button3 {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: stretch;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  transition: 0.2s;
}
.Button1:hover,
.Button2:hover,
.Button3:hover {
  transform: translate3d(0, -3px, 0);
}
.Button1 span,
.Button2 span,
.Button3 span {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0 -1px;
  height: 90%;
}
.Button1 span .iconPlus,
.Button1 span .iconArrow,
.Button1 span .iconMinus,
.Button2 span .iconPlus,
.Button2 span .iconArrow,
.Button2 span .iconMinus,
.Button3 span .iconPlus,
.Button3 span .iconArrow,
.Button3 span .iconMinus {
  position: relative;
  display: block;
  margin-left: 1rem;
  margin-right: -1rem;
  width: 2rem;
}
.Button1 span .iconPlus,
.Button1 span .iconMinus,
.Button2 span .iconPlus,
.Button2 span .iconMinus,
.Button3 span .iconPlus,
.Button3 span .iconMinus {
  width: 18px;
}
.Button1::before,
.Button2::before,
.Button3::before {
  background-position: bottom;
}

.Button1 {
  font-size: 1.8rem;
  background: url("../images/btn_s.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.TopTrial {
  padding: 15rem 1.5rem 5rem;
  position: relative;
  background: url("../images/bg-trial.png"), url("../images/bg-paper.png");
  background-repeat: no-repeat, repeat-y;
  background-size: 100%;
}
.TopTrial-title {
  position: absolute;
  top: 7rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0 auto;
  padding: 0 5.5rem;
}
.TopTrial-container {
  text-align: center;
}
.TopTrial-container-image {
  margin-bottom: 25px;
}
.TopTrial-container-title {
  display: block;
  width: 277px;
  margin: auto auto 15px;
}
.TopTrial-container-form .Button1 .iconMinus {
  display: none;
}
.TopTrial-container-form:has(.hint:not(.hidden)) .iconPlus {
  display: none;
}
.TopTrial-container-form:has(.hint:not(.hidden)) .iconMinus {
  display: block;
}
.TopTrial-container-form .hint {
  position: relative;
  margin: 20px 0;
  background-color: #000;
  color: #fff;
  padding: 20px 22px;
  border-radius: 13px;
  font-size: 1.2rem;
  text-align: left;
}
.TopTrial-container-form .hint b {
  color: #F4E208;
}
.TopTrial-container-form .hint details {
  padding-top: 0.5rem;
  border-top: solid #8f8f8f 2px;
  margin-top: 0.5rem;
}
.TopTrial-container-form .hint summary {
  padding-bottom: 0.5rem;
}
.TopTrial-container-form .hint.hidden {
  display: none;
}
.TopTrial-container-form .hint::before {
  position: absolute;
  top: -10px;
  right: 22%;
  transform: rotate(45deg);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #000;
}
.TopTrial-container-form-input {
  width: 100%;
  margin: auto;
  display: block;
  font-size: 2.5rem;
  padding: 13px;
  border: 6px solid black;
}
@media screen and (max-width: 599px) {
  .TopTrial-container-form-input {
    border-width: 3px;
    padding: 10px;
  }
}
.TopTrial-container-form-buttons {
  display: flex;
  margin: 0 auto;
}
.TopTrial-container-form-buttons .Button1 {
  margin: 15px 0;
  width: 18rem;
  height: 6.1rem;
}

.caution-black {
  color: #fff;
  font-size: 1rem;
  background-color: rgba(17, 0, 0, 0.2509803922);
  border: solid 1px #F4E208;
  border-radius: 7px;
  padding: 1.9rem 0;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.caution-black img {
  width: 3.2rem;
  display: block;
  margin: 0 auto;
}
.caution-black b {
  color: #F4E208;
}
.caution-black .line {
  width: 18.9rem;
  margin-bottom: 1rem;
}

.AdditionalInfo {
  width: 1000px;
  margin: auto;
  background-color: black;
}
.AdditionalInfo-tabs {
  display: flex;
}
.AdditionalInfo-tabs-item {
  flex: 1;
  color: #fff;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 4.8rem;
  display: block;
  text-align: center;
  width: 12.8rem;
  height: 4.8rem;
  background: url("../images/tab.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.AdditionalInfo-tabs-item.active {
  background: url("../images/tab_active.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: default;
}
.AdditionalInfo-tabs-item:hover {
  filter: brightness(1.2);
}
.AdditionalInfo-body {
  padding: 3rem 3.8rem;
  color: white;
  font-size: 1.2rem;
  line-height: 1.7;
}
.AdditionalInfo-body.hidden {
  display: none;
}
.AdditionalInfo-body .heading {
  color: #F4E208;
  margin-bottom: 4px;
  font-size: 1.5rem;
  font-weight: bold;
}
.AdditionalInfo-body .heading:not(:first-child) {
  margin-top: 2rem;
}
.AdditionalInfo-body p {
  margin-left: 1px;
}
.AdditionalInfo-body li {
  list-style: disc;
  margin-bottom: 1rem;
}

.ContentSection1 {
  width: 1000px;
  margin: 100px auto;
  color: white;
  font-size: 1.4rem;
  line-height: 2;
  background-color: black;
  padding: 60px;
}
.ContentSection1 .headingImage {
  display: block;
  margin: 0 auto 50px;
  height: 74px;
}
@media screen and (max-width: 599px) {
  .ContentSection1 .headingImage {
    height: 60px;
  }
}
@media screen and (min-width: 600px) {
  .ContentSection1-flex {
    display: flex;
  }
}
.ContentSection1-flex-image {
  flex: 4;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .ContentSection1-flex-image img {
    width: 60%;
  }
}
.ContentSection1-flex-desc {
  flex: 6;
}
@media screen and (min-width: 600px) {
  .ContentSection1-flex > :not(:first-child) {
    margin-left: 45px;
  }
}
@media screen and (max-width: 599px) {
  .ContentSection1-flex > :not(:first-child) {
    margin-top: 45px;
  }
}
.ContentSection1 p:not(:last-child) {
  margin-bottom: 1.5em;
}

.SiteFooter {
  padding: 6.5rem 0;
  background: url("../images/bg-paper.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  text-align: center;
  background-color: black;
  color: #000;
}
.SiteFooter img {
  width: 32rem;
}
.SiteFooter p {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  line-height: 2;
  color: #000;
  text-decoration: none;
}

html:has(.Modal:not(.hidden)) {
  overflow: hidden;
}

.Modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 30px;
  overflow-y: auto;
  display: flex;
}
.Modal.hidden {
  display: none;
}
.Modal-container {
  position: relative;
  width: 800px;
  background-color: black;
  padding: 50px;
  margin: auto;
  color: white;
}
@media screen and (max-width: 599px) {
  .Modal-container {
    padding: 20px;
  }
}
.Modal-container .inner {
  width: 594px;
  margin: auto;
}
.Modal-container .title {
  margin-bottom: 32px;
  padding: 0 0 30px;
  color: #79e5c5;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-bottom: 2px solid;
}
@media screen and (max-width: 599px) {
  .Modal-container .title {
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid;
  }
}
.Modal-container .subTitle {
  margin: 20px auto;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
.Modal-container .image {
  margin: 20px auto;
}
@media screen and (max-width: 599px) {
  .Modal-container .image {
    margin: 10px auto;
  }
}
.Modal-container p {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
.Modal-container .small {
  text-align: left;
  line-height: 1.66;
  font-size: 1.2rem;
  color: #8f8f8f;
  font-weight: normal;
}
.Modal-container .close {
  position: absolute;
  top: -10px;
  right: -90px;
  width: 80px;
}
@media screen and (max-width: 599px) {
  .Modal-container .close {
    top: -25px;
    right: 0;
    width: 50px;
  }
}

@keyframes stamp {
  from {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.success {
  margin: 1rem auto;
  position: relative;
  transition: 0.2s;
  opacity: 0;
  animation: 0.8s 0s ease-in-out fadein forwards;
}
.success.hidden {
  display: none;
}
.success .share {
  display: flex;
  position: absolute;
  left: 65%;
  bottom: 1.5rem;
  transform: translate(-50%, 0);
}
.success .x {
  width: 6rem;
  margin-right: 1rem;
  opacity: 0;
  filter: drop-shadow(0px 4px 2px rgb(0, 0, 0));
  transition: 0.2s;
  animation: 0.5s 1.1s ease-in-out fadein2 forwards;
}
.success .x:hover {
  scale: 1.1;
}
.success .line {
  width: 6rem;
  opacity: 0;
  filter: drop-shadow(0px 4px 2px rgb(0, 0, 0));
  animation: 0.5s 1.1s ease-in-out fadein2 forwards;
  transition: 0.2s;
}
.success .line:hover {
  scale: 1.1;
}

[data-transition].hidden {
  pointer-events: none;
}
[data-transition]:not(.hidden) {
  transition: 0.5s;
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0.4, 0.5);
  filter: brightness(1);
}

[data-transition=slideRight].hidden {
  transform: translateX(50%);
  opacity: 0;
}

[data-transition=slideLeft].hidden {
  transform: translateX(-50%);
  opacity: 0;
}

[data-transition=slideBottom].hidden {
  transform: translateY(50%);
  opacity: 0;
}

[data-transition=scale].hidden {
  transform: scale(0);
}

[data-transition=slideIn].hidden {
  background-position: -100rem 50rem;
  background-size: 0% auto;
}

[data-transition=dark].hidden {
  transform: scale(0);
}

@keyframes fadein {
  0% {
    opacity: 0;
    scale: 0.5;
  }
  20% {
    opacity: 1;
    filter: brightness(2);
  }
  50% {
    opacity: 1;
    filter: brightness(1);
    scale: 1;
  }
  100% {
    opacity: 1;
    filter: brightness(1);
  }
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    scale: 0.5;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes blinking {
  from {
    opacity: 0.97;
    filter: drop-shadow(1px 1px 2px rgba(121, 229, 197, 0.4901960784)) drop-shadow(-1px -1px 2px rgba(121, 229, 197, 0.4901960784));
  }
  to {
    opacity: 1;
    filter: drop-shadow(-1px -1px 2px rgba(121, 229, 197, 0.4901960784)) drop-shadow(1px 1px 2px rgba(121, 229, 197, 0.4901960784));
  }
}
@keyframes blinking2 {
  from {
    box-shadow: 0px 0px 8px 2px rgba(121, 229, 197, 0.1019607843) inset;
  }
  to {
    box-shadow: 0px 0px 8px 6px rgba(121, 229, 197, 0.1019607843) inset;
  }
}
.dark-transition {
  animation: 0.4s ease-in dark-transition 0.2s forwards;
}

@keyframes dark-transition {
  from {
    filter: brightness(0) drop-shadow(0 10px 100px rgba(126, 51, 255, 0.9));
  }
  to {
    filter: brightness(1) drop-shadow(0 10px 100px rgba(255, 51, 51, 0));
  }
}
.projects {
  background: #2C2C2D;
  padding: 4rem 3.8rem;
  text-align: center;
  margin: 0 auto;
}
.projects h2 {
  color: #F4E208;
  font-size: 2rem;
  margin: 0 auto 1.6rem;
}
.projects p {
  margin: 0 auto 1rem;
  text-align: left;
  color: #fff;
  font-size: 1.2rem;
  text-justify: inter-ideograph;
}
.projects .center {
  text-align: center;
}
.projects img {
  margin: 0.6rem 1.6rem 1.6rem;
  width: 17rem;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 600px;
  bottom: 5rem;
  left: 0;
  z-index: 0;
  display: block;
}/*# sourceMappingURL=style.css.map */