@charset "utf-8";

body {
  background-color: #000;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  word-break: normal;
  word-wrap: break-word;
  line-height: 1.4;
}

body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.events-none {
  pointer-events: none;
}

a:link {
  text-decoration: underline;
  color: #fff;
}

a:visited {
  text-decoration: underline;
  color: #fff;
}

a:hover {
  text-decoration: underline;
  color: #82000d;
}

a.text {
  width: auto;
  color: #82000d;
  font-weight: bold;
  text-decoration: underline;
}

a.text:hover {
  width: auto;
  color: #82000d;
  font-weight: bold;
  text-decoration: underline;
}

.wrap {
  width: 100%;
  background-color: #c1272d;
}

.bg {
  width: 100%;
  background-image:
    url(../img/bg_circle.png),
    url(../img/bg_circle.png),
    url(../img/bg_circle.png),
    url(../img/bg_circle.png),
    url(../img/bg_top.png),
    url(../img/bg_bottom.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x;
  background-size: 45% auto, 45% auto, 45% auto, 45% auto, 40% auto, 40% auto;
  background-position: top 25% left -20%, top 45% right -20%, bottom 45% left -20%, bottom 25% right -20%, top left, bottom left;
}

.language {
  position: absolute;
  width: auto;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Anton", sans-serif;
  font-size: 16px;
  z-index: 3;
  letter-spacing: 0.05em;
}

a.eng {
  display: block;
  width: auto;
  margin: 0 .5rem 0;
  padding: 2px 6px;
  color: #fff;
  border: #fff solid 1px;
  text-decoration: none;
  letter-spacing: 0.05em;
}

a.eng:hover {
  display: inline-block;
  color: #ffff00;
  border: #fff000 solid 1px;
}

.idn {
  display: inline-block;
  width: auto;
  padding: 2px 6px;
  color: #ffff00;
  border: #fff000 solid 1px;
  text-decoration: none;
}

.header {
  width: 100%;
  height: 100%;
}

.header_inner {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 0 0;
}

.main_title {
  width: 100%;
  text-align: center;
  font-family: "Anton", sans-serif;
  font-size: 80px;
  color: #ffff00;
  line-height: 1;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 1);
}

.main_text {
  position: absolute;
  width: 100%;
  bottom: 4rem;
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 1);
}

.main_image {
  width: 100%;
  margin: 0 auto;
}

.main_text_note {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.outer {
  width: 100%;
}

.inner {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.content {
  position: relative;
  width: 100%;
  padding: 3rem;
  margin: 0 0 2rem;
  border: #000 4px solid;
  background-color: #fff;
  z-index: 2;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 1);
}

.faq_q {
  width: 100%;
  margin: 0 0 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.faq_a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.faq_cat {
  width: 8%;
  margin: 0 5% 0 0;
}

.faq_question {
  width: 82%;
  font-size: 30px;
  font-weight: 600;
}

.faq_answer {
  width: 82%;
  font-size: 18px;
  font-weight: 500;
}

.faq_note {
  width: 100%;
  margin: 1rem 0 0;
}

.faq_note p {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
}

.faq_image {
  width: 100%;
  margin: 2rem 0 0;
  text-align: center;
}

.faq_image img {
  width: 80%;
}

.button-outer {
  width: 90%;
  margin: 2rem 0 0;
}

.button-outer_2 {
  width: 80%;
  margin: 1.5rem auto 0;
}

.button a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 6% 8%;
  width: 100%;
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-family: "Anton", sans-serif;
  text-decoration: none;
  background-image: url(../img/arrow_w.png);
  background-position: center right 3%;
  background-size: 3% auto;
  background-repeat: no-repeat;
  background-color: #dc0911;
  transition: all 0.2s;
  border-radius: 8px;
  border: #000 solid 3px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.red_frame {
  width: 100%;
  margin: 3rem 0 0;
  padding: 2rem;
  text-align: center;
  color: #dc0911;
  font-size: 28px;
  text-align: center;
  font-family: "Anton", sans-serif;
  border: #dc0911 solid 3px;
  border-radius: 20px;
  line-height: 1.4;
}

.apps_outer {
  position: relative;
  margin: 0 0 3rem;
}

.apps_outer_bottom {
  position: relative;
  margin: 2rem 0 0;
}

.apps_box {
  position: relative;
  width: 500px;
  padding: 1.6rem;
  margin: 2rem auto;
  border-radius: 15px;
  background-color: #333333;
  border: #fff solid 2px;
  text-align: center;
  z-index: 2;
}

.apps_box p {
  position: relative;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.03em;
  z-index: 4;
}

.apps_box p span {
  color: #af3838;
  font-weight: 900;
}

.apps_logo {
  width: 50%;
  margin: 1.4rem auto;
}

.apps {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}

.apps_item {
  width: auto;
  height: 4rem;
  margin: 0 4% 0 0;
  line-height: 0;
}

.apps_item:nth-child(2n) {
  margin: 0;
}

.apps_item img {
  width: auto;
  height: 100%;
}

.footer {
  width: 100%;
  padding: 2rem 0;
}

.footer-inner {
  width: 50%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

.footer-inner p {
  padding: 0 0 1rem;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}


a.button-3 {
  width: 100%;
  margin: 0 auto;
  padding: 5% 10% 5%;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background-position: center right 5%, center;
  background-size: 3% auto, 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/arrow_w.png);
  background-color: #000;
  border: #fff solid 3px;
  transition: all 0.2s;
  border-radius: 300px;
  box-sizing: border-box;
}

a.button-3:hover {
  transform: scale(1.03);
}

.button-outer p {
  padding: 0 0 1rem;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.banner {
  width: 100%;
  margin: 2rem auto;
}

.social-text {
  padding: 0 0 1.5rem;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.social {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 2rem;
}

.social-item {
  width: 70px;
  padding: 0 15px;
}

.copy {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .pc {
    display: none;
  }

  .bg {
    background-size: 100% auto, 100% auto, 100% auto, 100% auto, 80% auto, 80% auto;
    background-position: top 20% left -150px, top 40% right -150px, bottom 40% left -150px, bottom 20% right -200px, top left, bottom left;
  }

  .language {
    top: 10px;
    right: 10px;
    font-size: 14px;
  }

  .header_inner {
    width: 100%;
    margin: 0 0 1rem;
    padding: 3rem 0 2rem;
  }

  .main_title {
    font-size: 12.8vw;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
  }

  .main_text {
    bottom: 2.3rem;
    margin: .5rem 0 0;
    font-size: 4.5vw;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 1);
  }

  .main_text_note {
    bottom: 0;
    font-size: 3.2vw;
  }

  .outer {
    width: 100%;
  }

  .inner {
    width: 90%;
  }

  .content {
    padding: 1rem;
    margin: 0 0 1.6rem;
    border: #000 2px solid;
    background-size: 60% auto;
    line-height: 1.4;
  }

  .faq_q {
    margin: 0 0 1rem;
  }

  .faq_cat {
    width: 13%;
    margin: 0 5% 0 0;
  }

  .faq_question {
    width: 82%;
    font-size: 18px;
  }

  .faq_answer {
    width: 82%;
    font-size: 14px;
  }

  .faq_note {
    width: 100%;
    margin: .6rem 0 0;
  }

  .faq_note p {
    font-size: 12px;
    padding-left: 0.4em;
    text-indent: -0.4em;
  }

  .faq_image {
    width: 100%;
    margin: 1rem 0 0;
  }

  .faq_image img {
    width: 100%;
  }

  .button-outer {
    width: 90%;
    margin: 1rem auto 0;
  }

  .button-outer_2 {
    width: 100%;
    margin: 2rem auto 0;
  }

  .button a {
    padding: 5% 8%;
    width: 100%;
    font-size: 14px;
    background-size: 4% auto;
    border: #000 solid 3px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  }

  .red_frame {
    margin: 2rem 0 0;
    padding: 1.2rem;
    font-size: 18px;
    border: #dc0911 solid 3px;
    border-radius: 18px;
  }

  .apps_outer {
    position: relative;
    margin: 0 0 2rem;
  }

  .apps_outer_bottom {
    position: relative;
    margin: 2rem 0 0;
  }

  .apps_box {
    width: 100%;
    margin: 0;
    padding: 1.2rem;
    border-radius: 18px;
  }

  .apps_box p {
    font-size: 22px;
  }

  .apps_logo {
    width: 50%;
    margin: 1rem auto;
  }

  .apps_item {
    height: 2.6rem;
  }

  .footer {
    width: 100%;
    padding: 2rem 0;
  }

  .footer-inner {
    width: 100%;
  }

  a.button-3 {
    width: 90%;
    margin: 0 auto;
    padding: 5% 8% 5%;
    font-size: 4.4vw;
    font-weight: 600;
    background-position: center right 5%, center;
    background-size: 3% auto, 100% auto;
    border: #fff solid 2px;
  }

  a.button-3:hover {
    transform: scale(1.03);
  }

  .button-outer p {
    font-size: 5vw;
  }

  .banner {
    width: 90%;
    margin: 2rem auto;
  }

  .social-text {
    font-size: 5vw;
  }

  .social {
    margin: 0 0 2rem;
  }

  .social-item {
    width: 70px;
    padding: 0 15px;
  }

  .copy {
    width: 100%;
    text-align: center;
    font-size: 3.2vw;
    font-weight: 300;
    color: #fff;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp {
    display: none;
  }

  .bg {
    background-size: 45% auto, 45% auto, 45% auto, 45% auto, 60% auto, 60% auto;
    background-position: top 20% left -20%, top 40% right -20%, bottom 40% left -20%, bottom 20% right -20%, top left, bottom left;
  }

  .header_inner {
    width: 100%;
    padding: 2rem 0 0;
  }

  .main_title {
    font-size: 7.4vw;
  }

  .main_text {
    font-size: 4vw;
  }

  .main_image {
    width: 100%;
    margin: 0 auto;
  }

  .main_text_note {
    font-size: 2vw;
  }

  .content {
    padding: 2rem;
    margin: 0 0 2rem;
    z-index: 4;
  }

  .faq_q {
    margin: 0 0 2rem;
  }

  .faq_question {
    font-size: 24px;
  }

  .faq_answer {
    font-size: 16px;
  }

  .faq_note {
    margin: 1rem 0 0;
  }

  .faq_note p {
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: 400;
  }

  .faq_image {
    margin: 1.5rem 0 0;
  }

  .faq_image img {
    width: 100%;
  }

  .apps_outer {
    position: relative;
    margin: 0 0 2rem;
  }

  .apps_outer_bottom {
    position: relative;
    margin: 2rem 0 0;
  }

  .apps_box {
    width: 70%;
    padding: 1.5rem;
  }

  .apps_box p {
    font-size: 2.6vw;
  }

  .apps_box p span {
    color: #af3838;
    font-weight: 900;
  }

  .apps_logo {
    margin: 1rem auto;
  }

  .apps_item {
    height: 3.4rem;
    margin: 0 4% 0 0;
  }

  .button-outer {
    width: 82%;
    margin: 1.5rem auto 0;
  }

  .button-outer_2 {
    width: 90%;
    margin: 1.5rem auto 0;
  }

  .button a {
    padding: 5% 5%;
    font-size: 18px;
    background-position: center right 6%;
    background-size: 3% auto;
  }

  .red_frame {
    margin: 2rem 0 0;
    padding: 1.6rem;
    font-size: 22px;
  }

  .footer-inner {
    width: 60%;
    max-width: 60%;
  }

}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }

  .button a:hover {
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0);
    transform: translate(4px, 4px);
  }

  .alpha img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .alpha img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  a.btn_over img {
    -webkit-transition: -weblit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
  }

  a.btn_over img:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
}