@charset "UTF-8";
/* メディアクエリ
==================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
button,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  color: inherit;
  font-size: 16px;
  font-family: inherit;
}

label {
  cursor: pointer;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

main {
  overflow: hidden;
}

html {
  min-height: 100vh;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 420px;
  min-height: 100vh;
  margin-inline: auto;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  font-family: "Noto Serif", serif;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #FFF8E2;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: clamp(1.5rem, -21rem + 60vi, 2.4rem);
  padding-left: clamp(1.5rem, -21rem + 60vi, 2.4rem);
}

.head {
  padding-top: 32px;
  color: #C49626;
  text-align: center;
}

.head__top p {
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
.head__top h1 {
  width: 319px;
  margin-top: 15px;
  margin-inline: auto;
}

.information {
  padding-top: 1.7rem;
}

.information__head {
  position: relative;
  max-width: 312px;
  margin-inline: auto;
}
.information__head span {
  position: absolute;
  top: 56%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 900;
  font-size: 20px;
  line-height: 1.57;
  white-space: nowrap;
}

.information__title {
  position: relative;
  margin-top: 24px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 1.3333333333;
  text-align: center;
}
.information__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 134px;
  height: 3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/border.svg) no-repeat center center/cover;
  content: "";
}

.information__items {
  display: grid;
  margin-top: 16px;
  margin-inline: auto;
  gap: 8px;
}

.information__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2em;
  font-size: 1.6rem;
  line-height: 1.5;
}
.information__item span {
  color: #C49626;
}
.information__item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "一 .";
  font-size: 1.6rem;
  line-height: 1.5;
}

.information__item:nth-child(2)::after {
  content: "二 .";
}

.information__item:nth-child(3)::after {
  content: "三 .";
}

.information__container {
  display: grid;
  margin-top: 36px;
  gap: 92px;
}

.information__content {
  position: relative;
  padding: 1.2rem 1rem 1.6rem;
  background: url(../img/bg_content01.webp) no-repeat center center/cover;
}

.information__content:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 45.0657894737%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1.5rem 1.4rem 1.5rem 2.4rem;
  gap: 1.2rem;
}

.information__label {
  position: absolute;
  top: -36px;
  right: -8px;
  width: 134.46px;
}
.information__label .--text {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 1.387rem;
  line-height: 1.333813987;
  text-align: center;
}
.information__label .--big {
  font-size: 2.158rem;
}

.information__label.--silver {
  top: -76px;
  right: initial;
  left: -8px;
}

.information__set {
  z-index: 1;
  position: relative;
}

.information__text {
  font-size: 1.6rem;
  line-height: 175%;
}

.information__text.--center {
  margin-top: 6px;
  text-align: center;
}

.information__time {
  display: grid;
  place-items: center;
  min-height: 40px;
  margin-top: 64px;
  background: #000;
  color: #FFF;
  font-size: 14px;
  line-height: 1.7142857143;
}

.game {
  padding-top: 32px;
}

.game__title {
  font-size: 2rem;
  line-height: 175%;
  text-align: center;
}

.game__switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}

.game__start {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.game__container {
  display: block; /* 常に表示状態に */
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 342px;
  padding: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000;
  opacity: 0; /* 初期は透明 */
  pointer-events: none; /* 初期はクリック無効 */
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* ゲーム開始後の状態 */
.game--started .game__start {
  opacity: 0;
  pointer-events: none; /* クリック無効化 */
}

.game--started .game__container {
  opacity: 1;
  pointer-events: auto; /* クリック有効化 */
}

.game__container--result {
  display: block;
  padding: 10px;
  background: #000;
}

.game__logo {
  width: 141px;
  margin-inline: auto;
}

.game__frames {
  margin-top: 10px;
}

.game__frame,
.game__frame--result {
  aspect-ratio: 320/212;
  max-width: 320px;
  max-height: 212px;
}

.game__comments {
  display: none;
}

.game__comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  gap: 13px;
}
.game__comment p {
  display: grid;
  position: relative;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 33px;
  padding: 0 0.78rem;
  border-radius: 5.26px;
  background: #FFF;
  font-size: 1.322rem;
  line-height: 175%;
}
.game__comment p::before {
  position: absolute;
  top: 50%;
  right: 97%;
  width: 14px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/tail.svg) no-repeat center center/contain;
  content: "";
}

.game__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.game__button button {
  display: grid;
  place-items: center;
  width: 296px;
  min-height: 56px;
  border-radius: calc(infinity * 1px);
  background: #C49626;
  color: #FFF;
  font-size: 18px;
  line-height: 175%;
}

.game__button.--black button {
  background: #000;
}

.game__button.--post button span {
  position: relative;
  padding-left: 2em;
}
.game__button.--post button span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/X.svg) no-repeat center center/contain;
  content: "";
}

button:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.game__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.game__top a {
  display: grid;
  place-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 0.2em 24px;
  border-radius: calc(infinity * 1px);
  background: #000;
  color: #FFF;
  font-size: 16px;
  line-height: 1.5;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1100 * 100vw);
  }
  body {
    max-width: 390px;
    font-size: max(1.6rem, 14px);
  }
  main {
    -webkit-box-shadow: 0 0 100px 10px #C49626;
            box-shadow: 0 0 100px 10px #C49626;
  }
  .u-mobile {
    display: none;
  }
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=map/styles.css.map */