@import url("keyframes.css");
/* =================================
	COMMON CSS
================================= */
:root {
  font-size: 16px;
}
/* link */
a color #fff:link {
  text-decoration: underline;
}
a color #fff:visited {
  text-decoration: none;
}
a color #fff:active {
  text-decoration: none;
}
a color #fff:hover {
  text-decoration: underline;
}
/* font size */
.xxl {
  font-size: 150%;
}
.xl {
  font-size: 125%;
}
.l {
  font-size: 110%;
}
.s {
  font-size: 83%;
}
.xs {
  font-size: 75%;
}
.xxs {
  font-size: 62.5%;
}
@media all and (max-width: 374px) {
  .xl,
  .xxl {
    font-size: 112.5%;
  }
  .s,
  .xs {
    font-size: 62.5%;
  }
}
.wbr {
  white-space: nowrap;
  display: inline-block;
}
/*	copyright
============================== */
.copyright p {
  line-height: 1.25;
  text-align: center;
  color: #fff;
}
.copyright p a {
  color: #fff;
}
.copyright p small {
  display: block;
}
@media all and (min-width: 992px) {
  .copyright p {
    font-size: 75%;
  }
  .copyright p small {
    padding: 40px 0;
  }
  .copyright p a:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 991.98px) {
  .copyright p {
    font-size: 62.5%;
  }
  .copyright p small {
    padding: 30px 12px;
  }
}
/*	background
============================== */
body {
  color: #000;
  background-color: #f13232;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.cover {
/**/
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 400;
/**/
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow: hidden;
}
.cover h1,
.cover h2 {
  font-weight: 900;
}
.cover h3,
.cover h4,
.cover b {
  font-weight: 700;
}
@media all and (min-width: 992px) {
  .cover {
    max-width: 992px;
    margin: 0 auto;
  }
}
@media all and (max-width: 991.98px) {
  .cover {
    min-width: 320px;
  }
}
/*	fix bg
============================== */
@media all and (min-width: 992px) {
  body {
    background-image: url("../img/bg_confetti.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: contain;
  }
}
@media all and (max-width: 991.98px) {
  body:before {
    content: "";
    width: 100vw;
    height: 100vh;
    background-image: url("../img/bg_confetti.png");
    background-repeat: repeat;
    background-position: center bottom;
    position: fixed;
    background-size: contain;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
}
/*	.unit  各注意事項セクション
============================== */
.unit article {
  text-align: left;
}
.unit article header h2 {
  position: relative;
  width: 70%;
  height: 50px;
  color: #ea4d1d;
  line-height: 1.25;
  text-align: center;
  align-content: center;
  background-image: url("../img/unit_label.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  padding-bottom: 4px;
  z-index: 2;
}
.unit article .inner {
  background-color: #fff1ed;
  border-radius: 0.5rem;
  margin-top: -30px;
  box-shadow: 0 0 0 4px #ffdcd1 inset;
}
@media all and (min-width: 992px) {
  .unit:not(:last-child) {
    margin-bottom: 60px;
  }
  .unit article header h2 {
    font-size: 150%;
    height: 60px;
  }
  .unit article .inner {
    padding: 50px 60px 40px;
  }
}
@media all and (max-width: 991.98px) {
  .unit:not(:last-child) {
    margin: 0px 10px 30px;
  }
  .unit:not(:last-child) article header h2 {
    font-size: 125%;
  }
  .unit:not(:last-child) article .inner {
    padding: 50px 20px 40px;
  }
}
.unit article ul.dotlist {
  list-style: none;
  padding: 0;
}
.unit article ul.dotlist li {
  text-indent: -1.25em;
  margin-left: 1.25rem;
}
.unit article ul.dotlist li:before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  display: inline-block;
  background-image: url("../img/unit_li.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.25rem;
}
.unit article ul.dotlist li span.small {
  font-size: 0.8rem;
}
.unit article ul.asterisk {
  list-style: none;
  padding: 0;
}
.unit article ul.asterisk li {
  margin-left: 1.25rem;
  text-indent: -1.25rem;
}
.unit article ul.asterisk li:before {
  content: "※";
  font-size: 0.9rem;
  margin-right: 0.25rem;
}
.unit article ul.dotlist li,
.unit article ul.asterisk li {
  line-height: 1.5;
}
.unit article ul.dotlist li:not(:last-child),
.unit article ul.asterisk li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media all and (min-width: 992px) {
  .unit article ul.dotlist li,
  .unit article ul.asterisk li {
    font-size: 125%;
    text-indent: -1.5rem;
  }
}
@media all and (max-width: 991.98px) {
  .unit article ul.dotlist li:before {
    position: relative;
    top: 2px;
  }
}
.table.cmn {
  margin-bottom: 20px;
}
.table.cmn dl {
  margin: auto;
  display: grid;
  grid-template: auto/30% auto;
  grid-gap: 2px;
  margin-bottom: 2px;
}
.table.cmn dt {
  background-color: #de3232;
  color: #fff;
}
.table.cmn dd {
  background-color: #ffdcd1;
}
@media all and (min-width: 992px) {
  .table.cmn {
    font-size: 115%;
  }
  .table.cmn dl {
    width: 60%;
  }
  .table.cmn dt,
  .table.cmn dd {
    padding: 0.75rem 1rem;
  }
}
@media all and (max-width: 991.98px) {
  .table.cmn dl {
    width: 100%;
    max-width: 460px;
  }
  .table.cmn dt,
  .table.cmn dd {
    padding: 0.5rem 1rem;
  }
}
/*	タイトル画像
============================== */
.title h1 img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  object-fit: contain;
}
@media all and (min-width: 992px) {
  .title h1 img {
    margin-top: 10px;
    width: 45%;
  }
}
@media all and (max-width: 991.98px) {
  .title h1 img {
    margin-top: 6px;
    width: 80%;
    max-height: 80px;
  }
}
/*  .card  カード
============================== */
.card {
  position: relative;
}
.card .card-scratch {
  position: absolute;
}
.card .card-scratch button {
  text-decoration: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
@media all and (min-width: 992px) {
  .card {
    margin: -10px auto 60px;
  }
  .card .card-scratch {
    background-size: 80%;
    top: 42%;
    left: 36%;
    width: 30%;
    height: 45%;
  }
  .card .card-scratch .card-btn {
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 991.98px) {
  .card {
    max-width: 560px;
    margin: -10px auto 40px;
  }
  .card .card-scratch {
    background-size: 80%;
    top: 42%;
    left: 21%;
    width: 60%;
    height: 46%;
  }
  .card .card-scratch .card-btn {
    width: 100%;
    height: 100%;
  }
}
.card .card-base {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  aspect-ratio: 756/935;
}
@media all and (max-width: 991.98px) {
  .card .card-base {
    width: 100%;
  }
}
@media all and (min-width: 992px) {
  .card .card-base {
    width: 55%;
  }
}
.tver-login .card .card-base {
  background-image: url("../img/card_base1.png");
}
.tver-start .card .card-base {
  background-image: url("../img/card_base1.png");
}
.tver-atari .card .card-base {
  background-image: url("../img/card_atari.png");
}
.tver-hazure .card .card-base {
  background-image: url("../img/card_hazure.png");
}
.card .card-effect.effect-tap {
  background-image: url("../img/yubi.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 55%;
  left: 70%;
}
@media all and (max-width: 991.98px) {
  .card .card-effect.effect-tap {
    width: 50%;
    height: 60%;
  }
}
@media all and (min-width: 992px) {
  .card .card-effect.effect-tap {
    width: 90%;
    height: 60%;
  }
}
/*	.tver-login ログイン
============================== */
.tver-login .card .card-scratch:before {
  content: "";
  background-image: url("../img/scratch_login_txt.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 75%;
  height: 75%;
  top: 15%;
  left: 12%;
}
.tver-login .card .card-text {
  background-image: url("../img/scratch_tverlogin.png");
  background-color: #f13232;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1%;
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
}
@media all and (min-width: 992px) {
  .tver-login .card .card-scratch:before {
    width: 75%;
    height: 75%;
    top: 15%;
    left: 12%;
  }
  .tver-login .card .card-text {
    height: 30px;
  }
}
@media all and (max-width: 991.98px) {
  .tver-login .card .card-scratch:before {
    width: 70%;
    height: 70%;
    top: 17%;
    left: 15%;
  }
  .tver-login .card .card-text {
    height: 5%;
    max-height: 32px;
  }
}
/*	.tver-start 抽選前
============================== */
.tver-start .card.start .card-text {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  font-weight: bolder;
  align-content: center;
  color: #fff;
}
.tver-start .card.start .card-text p {
  background-color: #f13232;
  padding: 4px 2rem;
}
@media all and (min-width: 992px) {
  .tver-start .card.start .card-text {
    font-size: 125%;
    top: calc(100% - 6px);
  }
}
@media all and (max-width: 991.98px) {
  .tver-start .card.start .card-text {
    font-size: 125%;
  }
}
.tver-start .card .card-anm {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tver-start .card .card-anm.anm-start {
  background-image: url("../img/card-start-anime.png");
}
.tver-start .card .card-anm.anm-scratch {
  background-image: url("../img/card-scratch-anime.png");
  display: none;
}
/*	.tver-atari .tver-hazure あたりはずれ画面
============================== */
.tver-atari .card {
  margin: -10px auto 0;
}
.tver-hazure .card {
  margin: -10px auto 30px;
}
.tver-atari .atari-message {
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 1.5;
  position: relative;
}
.tver-atari .atari-message:before,
.tver-atari .atari-message:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  aspect-ratio: 8/1;
}
.tver-atari .atari-message:before {
  background-image: url("../img/atari-textbase1.svg");
  top: 0;
}
.tver-atari .atari-message:after {
  background-image: url("../img/atari-textbase2.svg");
  bottom: 0;
}
@media (min-width: 992px) {
  .tver-atari .atari-message {
    background-image: url("../img/bg_confetti.png"), linear-gradient(0deg, #f13232 13%, #fff1ed 13% 87%, #f13232 87%);
  }
  .tver-atari .atari-message article {
    padding: 110px 60px;
  }
}
@media (min-width: 650px) and (max-width: 991.98px) {
  .tver-atari .atari-message {
    background-image: url("../img/bg_confetti.png"), linear-gradient(0deg, #f13232 15%, #fff1ed 15% 85%, #f13232 85%);
  }
  .tver-atari .atari-message article {
    padding: 100px 40px;
  }
}
@media (min-width: 500px) and (max-width: 650px) {
  .tver-atari .atari-message {
    background-image: url("../img/bg_confetti.png"), linear-gradient(0deg, #f13232 11%, #fff1ed 11% 89%, #f13232 89%);
  }
  .tver-atari .atari-message article {
    padding: 60px 20px;
  }
}
@media all and (max-width: 500px) {
  .tver-atari .atari-message {
    background-image: url("../img/bg_confetti.png"), linear-gradient(0deg, #f13232 6%, #fff1ed 6% 94%, #f13232 94%);
  }
  .tver-atari .atari-message article {
    padding: 60px 20px;
  }
}
.tver-atari .atari-message {
  text-align: left;
}
.tver-atari .atari-message article {
  z-index: 1;
  position: relative;
}
.tver-atari .atari-message h2 {
  text-align: center;
  color: #e01c1c;
  background-color: #fff1ed;
  font-size: 125%;
  margin-bottom: 0.5rem;
}
.tver-atari .atari-message .inner {
  background-color: #fff1ed;
}
.tver-atari .atari-message .inner p {
  margin-bottom: 0.5rem;
}
.tver-atari .atari-message .inner .asterisk li {
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  text-indent: -1.25rem;
}
.tver-atari .atari-message .inner .asterisk li:before {
  content: "※";
}
.tver-atari .atari-message .inner span {
  color: #e01c1c;
}
@media (min-width: 992px) {
  .tver-atari .atari-message {
    font-size: 125%;
  }
}
/*	.tver-logout  ログアウト
============================== */
.tver-logout {
  background-color: #fff1ed;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 4px #ffdcd1 inset;
  padding: 30px 20px;
}
.tver-logout .copy {
  margin-bottom: 10px;
}
.tver-logout article .btns {
  display: grid;
  grid-template: auto/auto auto;
  grid-gap: 1rem;
  width: fit-content;
  margin: auto;
}
.tver-logout article .btns button {
  display: block;
  width: fit-content;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  border: none;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(0deg, #ffd00b, #fffae7);
  box-shadow: 0 0 0 2px #ef9b00 inset, 2px 2px 0 0px #ef9b00;
  border-radius: 4px;
}
@media all and (min-width: 992px) {
  .tver-logout article .btns button {
    font-size: 100%;
    padding: 0.5em 2em;
  }
}
@media all and (max-width: 991.98px) {
  .tver-logout {
    margin: 10px;
  }
  .tver-logout article .copy {
    font-size: 90%;
  }
  .tver-logout article .btns button {
    font-size: 90%;
    padding: 0.5em 1.25em;
  }
}
/*	.error  エラー系
============================== */
.tver-pre,
.err-unit {
  background-color: #fb5050;
  color: #fff;
  padding: 2rem 1rem;
  font-weight: bolder;
}
.tver-pre p,
.err-unit p {
  font-size: 120%;
  line-height: 1.2;
}
.tver-pre {
  margin: 3rem 0;
}
.err-unit {
  margin: 1rem 0 2rem;
}
