@charset "utf-8";

body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  word-break: normal;
  word-wrap: break-word;
  font-feature-settings: "palt";
  background-color: #000;
}

.main-content {
  opacity: 0;
}

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

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

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

a.terms_link:link {
  color: #ff0000;
  text-decoration: underline;
}

a.terms_link:visited {
  color: #ff0000;
  text-decoration: underline;
}

a.terms_link:hover {
  color: #ff0000;
  text-decoration: underline;
}

a.btn-link:link {
  color: #fff;
  text-decoration: none;
}

a.btn-link:visited {
  color: #fff;
  text-decoration: none;
}

a.btn-link:hover {
  color: #fff;
  text-decoration: none;
}

a.navi-link:link {
  color: #ead39b;
  text-decoration: none;
}

a.navi-link:visited {
  color: #ead39b;
  text-decoration: none;
}

a.navi-link:hover {
  color: #ead39b;
  text-decoration: none;
}

.wrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  z-index: -1;
}

.webp .background {
  background-image: url(../../img/game/common/bg.webp);
}

.no-webp .background {
  background-image: url(../../img/game/common/bg.jpg);
}

.header {
  position: relative;
  width: 100%;
  margin: 0 0 1rem;
  padding: 2rem 0 0;
  aspect-ratio: 1 / 1.72;
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
}

.webp .header {
  background-image: url(../../img/game/common/bg-top.png);
}

.no-webp .header {
  background-image: url(../../img/game/common/bg-top.png);
}

.main_logo {
  position: relative;
  width: 78%;
  margin: 0 auto;
  z-index: 1;
}

.main-image {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.content {
  position: relative;
  width: 90%;
  margin: 0 auto 3rem;
}

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

.heading-4 img {
  width: 70%;
}

.prize {
  position: relative;
  width: 100%;
  margin: 0 auto 5rem;
}

.prize-text {
  width: 70%;
  margin: 0 auto 0;
}

.color-print {
  width: 50%;
  margin: 1.5rem auto;
}

.color-print img {
  border: #fff solid 1px;
}

.prize p {
  width: 100%;
  text-align: center;
  margin: .6em 0 0;
}

.terms {
  position: relative;
  width: 90%;
  margin: 2rem auto 3rem;
  padding: 2.5rem 2rem 2rem;
  background-color: #efece6;
}

.terms-inner {
  height: 320px;
  font-size: 3.2vw;
  color: #000;
  overflow: auto;
  font-feature-settings: normal;
}

.strong {
  font-weight: 600;
  padding: 1.5em 0 .3rem;
  text-indent: -.5em;
}

.idt {
  padding-left: 1em;
  text-indent: -1em;
}

.heading-1 {
  position: absolute;
  width: 100%;
  top: -1.8rem;
  left: 0;
  text-align: center;
}

.heading-1 img {
  width: 70%;
}

.angel-1 {
  position: absolute;
  width: 24%;
  top: -.6rem;
  left: -7%;
}

.angel-2 {
  position: absolute;
  width: 22%;
  top: 0rem;
  right: -8%;
}

.join {
  width: 100%;
  aspect-ratio: 1 / 1.28;
  padding: 2.5rem 0 0;
  background-image: url(../../img/game/common/frame.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.join-inner {
  width: 86%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}

label {
  margin: 0;
  padding: 0;
  font-size: 4.27vw;
  font-weight: 500;
  font-style: normal;
}

label p {
  width: 100%;
  text-align: center;
}

input[type="text"] {
  width: 100%;
  height: 3.8em;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

a.camera-button {
  display: block;
  width: 100%;
  margin: 1.5rem auto .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../img/game/common/btn-1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 100%;
  aspect-ratio: 1 / 0.177;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.27vw;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
}

a.camera-button span {
  padding: .05em .2em 0 0;
}

#qr-reader-wrap {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#qr-guide-text {
  color: #fff;
  font-size: 4vw;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.qr-box {
  width: 90vw;
  height: 60vh;
  border: 4px solid #fff;
  background: #000;
}

#close-scan {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 6vw;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

.button-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.p-last {
  margin: 0 0 1.5rem;
  padding-left: 1em;
  text-indent: -1em;
}

a.submit-button {
  width: 100%;
  aspect-ratio: 1 / 0.265;
  margin: 0 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../img/game/common/btn-3.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  line-height: 1.1;
  text-decoration: none;
}

.submit-button p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 6vw;
  color: #fff;
}

.submit-button p span {
  display: block;
  font-size: 2.6vw;
}

a.member-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../img/game/common/btn-4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  aspect-ratio: 1 / 0.265;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 4.2vw;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
  line-height: 1.1;
  text-decoration: none;
}

.button-outer {
  width: 84%;
  margin: 2.5rem auto .5rem;
}

a.method-button {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../img/game/common/btn-2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  aspect-ratio: 1 / 0.177;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.27vw;
  color: #ead39b;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
}

.member {
  width: 100%;
  padding: 2rem 0 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.6);
  border: #ead39b double 3px;
}

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

.heading-2 img {
  width: 70%;
}

.member-inner {
  width: 86%;
  font-family: "Noto Serif JP", serif;
}

.member-button {
  padding: 0 0 .3em;
  background-image: url(../../img/game/common/btn-4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 100%;
  aspect-ratio: 1 / 0.265;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 4.8vw;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
}

a.other-button,
button.other-button {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../img/game/common/btn-1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  aspect-ratio: 1 / 0.177;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.27vw;
  color: #ead39b;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
}

.comics-bg {
  border-top: #ead39b double 3px;
  border-bottom: #ead39b double 3px;
  background-color: rgba(255, 0, 8, 0.5);
}

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

.cover {
  width: 56%;
  margin: 0 auto;
}

.cover img {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
}

.comics p {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2vw;
}

a.comics-button {
  padding: 0 0 .3em;
  display: block;
  width: 80%;
  margin: 2.5rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../img/game/common/btn-5.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  aspect-ratio: 1 / 0.265;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 4.8vw;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: transparent;
}

.footer {
  width: 100%;
  padding: 2rem 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.copy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.copy p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8vw;
  color: #fff;
}

.copy p span {
  display: block;
  margin: 0 0 0 1em;
  padding: 2px;
  font-size: 2vw;
  border: #fff solid 1px;
  line-height: 1;

}

.yj {
  width: 40%;
  margin: 0 auto 2rem;
}

#top-btn {
  position: fixed;
  width: 12%;
  bottom: 0;
  right: 0;
  z-index: 999;
}

#top-btn img {
  width: 100%;
}

/* 下層ページ共通 */

.heading-3 {
  position: relative;
  width: 100%;
  margin: 4rem 0;
  text-align: center;
}

.heading-3 img {
  width: 70%;
}

.footer-logo {
  width: 46%;
  margin: 0 auto 2rem;
}