*,
::before,
::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
p,
ul,
ol,
dt,
dd {
  display: block;
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}
a.u-link__underline {
  text-decoration: underline;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

* {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

html {
  min-height: 100vh;
  height: auto;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #474747;
  letter-spacing: 0.04em;
  font-size: 14px;
  background: #fff;
  line-height: 1.5;
  min-height: 100vh;
  height: auto;
}

main {
  position: relative;
  z-index: 1;
}

.fontEn {
  font-family: "Roboto", sans-serif;
}

.fontAc {
  font-family: "Aclonica", sans-serif;
}

.inner {
  width: min(92%, 690px);
  margin-inline: auto;
}

.c-block__bg img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.c-block__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/pc_bg.jpg) no-repeat 50% 0/cover;
}
.c-block__bg .c-block-bg__left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc((100% - 430px) / 2);
  height: 100%;
}
.c-block__bg .c-block-bg__left .c-block-bg__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(80%, 507px);
}
.c-block__bg .c-block-bg__right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: calc((100% - 430px) / 2);
  height: 100%;
}
.c-block__bg .c-block-bg__right .c-block-bg__qr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(80%, 485px);
}

.l-wrapper {
  background: #006aed;
  background: linear-gradient(180deg, #006aed 0%, rgb(0, 93, 170) 100%);
  position: relative;
  min-height: 100vh;
  height: auto;
}
.l-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  backface-visibility: hidden;
}

footer {
  background-color: #005daa;
  color: #fff;
  padding-block: 15px 20px;
  position: relative;
}
footer .l-footer__copyright .l-footer__copyright-txt {
  display: block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
}

#error404 .innerBg {
  background: #fff;
}

.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.pT0 {
  padding-top: 0 !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.mT0 {
  margin-top: 0 !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.size12 {
  font-size: 12px !important;
}

.size13 {
  font-size: 13px !important;
}

.size14 {
  font-size: 14px !important;
}

.size15 {
  font-size: 15px !important;
}

.size16 {
  font-size: 16px !important;
}

.size17 {
  font-size: 17px !important;
}

.size18 {
  font-size: 18px !important;
}

.size19 {
  font-size: 19px !important;
}

.size20 {
  font-size: 20px !important;
}

.size22 {
  font-size: 22px !important;
}

.size24 {
  font-size: 24px !important;
}

.size28 {
  font-size: 28px !important;
}

.colorRed {
  color: #de0000 !important;
}

.colorBlue {
  color: #356fcf !important;
}

.colorGray {
  color: #e5f7fa !important;
}

.colorPrimary {
  color: #005daa !important;
}

.bold {
  font-weight: 700 !important;
}

.preBox {
  background: #eff0f4;
  border: 1px solid #005daa;
  padding: 15px;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  font-family: Arial, sans-serif;
  line-height: 1.8;
}
.preBox pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-text-align-last: auto;
       text-align-last: auto;
}

.btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 28px;
}
.btnWrap .btn {
  background: url(../images/common_btn_bg.png) no-repeat 50% 50%/contain;
  width: 243px;
  height: auto;
  aspect-ratio: 982/232;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  padding-inline: 22px 45px;
  font-feature-settings: "palt";
}
.btnWrap .btn.btnBack {
  background: url(../images/button_back.png) no-repeat 50% 50%/contain;
  width: 189px;
  height: auto;
  aspect-ratio: 191/37;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  padding-inline: 18px;
  font-feature-settings: "palt";
  justify-content: center;
}
.btnWrap .btn.small {
  background: url(../images/end_quest_btn_bg.webp) no-repeat 50% 50%/contain;
  width: 191px;
  height: auto;
  aspect-ratio: 764/148;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  padding-inline: 18px 28px;
  padding-bottom: 3px;
  font-feature-settings: "palt";
  margin-left: auto;
}

* + .btnWrap {
  margin-top: 24px;
}
* + .btnWrap:has(.small) {
  margin-top: 17px;
}

.rankingContainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  counter-reset: rank 11;
  margin-top: 13px;
}
.rankingContainer > li {
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(0px 0px 10px rgba(72, 99, 108, 0.2));
  position: relative;
}
.rankingContainer > li > .innerBg {
  background: url(../images/ranking_bg.webp) no-repeat;
  background-size: 100% 100%;
  background-position: right bottom;
  border-radius: 8px;
  margin: 5px;
  padding-block: 13px;
  padding-inline: 10px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: flex;
  align-items: center;
}
.rankingContainer > li > .innerBg .iconRank {
  width: 62px;
  height: 60px;
  margin-top: -7px;
}
.rankingContainer > li > .innerBg .teamName {
  font-size: 16px;
  font-weight: 900;
  width: calc(100% - 62px - 72px);
  padding-inline: 7px 5px;
}
.rankingContainer > li > .innerBg .pointWrap {
  width: 72px;
  background-color: #fff;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  filter: drop-shadow(0px 0px 10px rgba(72, 99, 108, 0.15));
}
.rankingContainer > li > .innerBg .pointWrap .point {
  font-size: 15px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(0deg, #00da91 0%, #02acd0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rankingContainer > li > .innerBg .pointWrap .point span {
  font-size: 17px;
  padding-right: 2px;
}
.rankingContainer > li.up:before, .rankingContainer > li.down:before, .rankingContainer > li.keep:before {
  content: "";
  position: absolute;
  top: -9px;
  right: -5px;
  width: 40px;
  height: 29px;
  filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.2));
}
.rankingContainer > li.up:before {
  background: url(../images/icon_up.svg) no-repeat 50% 50%/contain;
}
.rankingContainer > li.down:before {
  background: url(../images/icon_down.svg) no-repeat 50% 50%/contain;
}
.rankingContainer > li.keep:before {
  background: url(../images/icon_stay.svg) no-repeat 50% 50%/contain;
}
.rankingContainer > li:nth-child(n+4):nth-child(-n+10) > .innerBg {
  background: url(../images/ranking_4_10.webp) no-repeat;
  background-size: 100% 100%;
  background-position: right bottom;
}
.rankingContainer > li:nth-child(n+11):nth-child(-n+20) {
  background-color: #f8f8f8;
  border-radius: 6px;
  filter: drop-shadow(0px 0px 6px rgba(72, 99, 108, 0.3));
}
.rankingContainer > li:nth-child(n+11):nth-child(-n+20) > .innerBg {
  background: url(../images/ranking_secondly_bg.webp) no-repeat;
  background-size: 100% 100%;
  background-position: right bottom;
}
.rankingContainer > li:nth-child(n+11):nth-child(-n+20) > .innerBg .rankNumber {
  width: 62px;
  height: 60px;
  margin-top: -10px;
  background: url(../images/ranking_number_bg.png) no-repeat 50% 50%/contain;
  display: grid;
  place-content: center;
}
.rankingContainer > li:nth-child(n+11):nth-child(-n+20) > .innerBg .rankNumber span {
  font-size: 24px;
  font-weight: 900;
  font-family: "Lilita One", sans-serif;
  background: linear-gradient(0deg, #00da91 0%, #02acd0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rankingContainer > li:nth-child(n+21):nth-child(-n+200) {
  filter: inherit;
  background-color: transparent;
}
.rankingContainer > li:nth-child(n+21):nth-child(-n+200).up:before, .rankingContainer > li:nth-child(n+21):nth-child(-n+200).down:before, .rankingContainer > li:nth-child(n+21):nth-child(-n+200).keep:before {
  top: -24px;
}
.rankingContainer > li:nth-child(n+21):nth-child(-n+200) > .innerBg {
  background: inherit;
  border-radius: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-bottom: 2px solid #c4d5dc;
  padding-block: 0 12px;
  padding-inline: 0;
}
.rankingContainer > li:nth-child(n+21):nth-child(-n+200) > .innerBg .rankNumber {
  width: 40px;
  height: 40px;
  margin-top: -3px;
  display: grid;
  place-content: center;
}
.rankingContainer > li:nth-child(n+21):nth-child(-n+200) > .innerBg .rankNumber span {
  font-size: 24px;
  font-weight: 900;
  font-family: "Lilita One", sans-serif;
  background: linear-gradient(0deg, #00da91 0%, #02acd0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rankingContainer > li:nth-child(n+21):nth-child(-n+200) > .innerBg .rankNumber span.over100 {
  font-size: 22px;
}
.rankingContainer > li:nth-child(n+21):nth-child(-n+200) > .innerBg .teamName {
  width: calc(100% - 64px - 40px);
}
.rankingContainer > li:nth-child(n+21):nth-child(-n+200) > .innerBg .pointWrap {
  background-color: transparent;
  border-radius: inherit;
  filter: inherit;
  justify-content: flex-end;
  width: 64px;
}
.rankingContainer > li:nth-child(20) {
  margin-bottom: 10px;
}

.l-wrapper:has(#ranking) {
  padding-bottom: 0 !important;
}
.l-wrapper:has(#ranking):before {
  display: none;
}

#ranking {
  background-color: #fff;
  position: relative;
}
#ranking:before {
  content: "";
  position: absolute;
  background: url(../images/ranking_page_bg_bottom.png) no-repeat bottom center/cover;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 750/283;
}
#ranking .pageTitle {
  padding-block: 18px 10px;
  position: relative;
  z-index: 2;
}
#ranking .pageTitle:before {
  content: "";
  position: absolute;
  background: url(../images/ranking_pagetitle_bg.webp) no-repeat top center/cover;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
  aspect-ratio: 150/119;
}
#ranking .pageTitle h1.title {
  font-size: 29px;
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-top: 30px;
  color: #474747 !important;
}
#ranking .pageTitle h1.title:before {
  content: "";
  position: absolute;
  background: url(../images/icon_crown.png) no-repeat 50% 50%/contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 48px;
  z-index: -1;
}
#ranking .inner {
  position: relative;
  z-index: 3;
}

.update {
  font-size: 14px;
  font-weight: 500;
  color: #474747;
  margin-top: 8px;
}

.questContainer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 32px;
}
.questContainer > li {
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(0px 0px 10px rgba(72, 99, 108, 0.2));
}
.questContainer > li > a {
  background: url(../images/quest_btn_bg.webp) no-repeat;
  background-size: 100% 100%;
  background-position: right bottom;
  border-radius: 8px;
  margin: 5px;
  padding: 10px;
  padding-right: 16px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: flex;
  align-items: center;
  color: #474747;
  position: relative;
  text-decoration: none !important;
}
.questContainer > li > a:before {
  content: "";
  position: absolute;
  background: #fff;
  border-top-left-radius: 21px;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
}
.questContainer > li > a:after {
  content: "";
  position: absolute;
  background: url(../images/icon_arrow.png) no-repeat 50% 50%/contain;
  width: 9px;
  height: auto;
  bottom: 6px;
  right: 7px;
  aspect-ratio: 13/21;
}
.questContainer > li > a .img {
  width: 72px;
  height: 72px;
}
.questContainer > li > a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.questContainer > li > a .text {
  width: calc(100% - 72px);
  padding-left: 14px;
}
.questContainer > li > a .text .category {
  font-size: 10px;
  font-weight: 900;
  border-radius: 100vh;
  background-color: #d4efef;
  display: inline-block;
  padding-inline: 10px;
  padding-block: 5px 4px;
  line-height: 1.2;
}
.questContainer > li > a .text .category.special {
  background: #FFB657;
  background: linear-gradient(30deg, rgb(255, 182, 87) 0%, rgb(255, 225, 121) 100%);
}
.questContainer > li > a .text .new {
  font-size: 14px;
  vertical-align: middle;
  font-weight: 900;
  margin-right: 6px;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(0deg, #fe611f 0%, #f0207e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.questContainer > li > a .text .title {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 900;
}
.questContainer > li > a .text .date {
  font-size: 12px;
  font-weight: 900;
  margin-top: 3px;
}

#questIndex,
#quest {
  position: relative;
  background: url(../images/quest_bg_above.png) no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

#quest {
  position: relative;
}
#quest:before {
  content: "";
  position: absolute;
  background: url(../images/sticker_hero01.png) no-repeat top left/contain;
  width: 75px;
  height: auto;
  top: 0;
  left: 0;
  aspect-ratio: 167/314;
  transform: translateY(12%);
  z-index: 6;
}
#quest:after {
  content: "";
  position: absolute;
  background: url(../images/sticker_hero02.png) no-repeat top left/contain;
  width: 50px;
  height: auto;
  top: 0;
  right: 0;
  aspect-ratio: 124/321;
  transform: translateY(43%);
  z-index: 6;
}
#quest .pageTitle {
  padding-block: 26px;
  position: relative;
  z-index: 5;
  min-height: 160px;
  display: flex;
  align-items: center;
}
#quest .pageTitle:before, #quest .pageTitle:after {
  content: "";
  position: absolute;
  width: 115px;
  height: auto;
  top: 50%;
  aspect-ratio: 229/298;
  transform: translateY(-50%);
}
#quest .pageTitle:before {
  background: url(../images/quest_title_left.png) no-repeat top left/contain;
  left: 0;
}
#quest .pageTitle:after {
  background: url(../images/quest_title_right.png) no-repeat top right/contain;
  right: 0;
}
#quest .pageTitle .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
#quest .pageTitle .category {
  font-size: 10px;
  font-weight: 900;
  border-radius: 100vh;
  background-color: #d4efef;
  display: inline-block;
  padding-inline: 10px;
  padding-block: 5px 4px;
  line-height: 1.2;
}
#quest .pageTitle .category.special {
  background: #FFB657;
  background: linear-gradient(30deg, rgb(255, 182, 87) 0%, rgb(255, 225, 121) 100%);
}
#quest .pageTitle h1.title {
  padding-top: 0;
  max-width: 256px;
  margin-inline: auto;
  z-index: 1;
}
#quest .questDetail {
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(0px 0px 10px rgba(72, 99, 108, 0.2));
  padding-bottom: 25px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#quest .questDetail .dateWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  min-height: 75px;
  padding-top: 4px;
  background: #fff;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
  border-radius: 8px 8px 0 0;
}
#quest .questDetail .dateWrap .dateTitle {
  font-size: 14px;
  font-weight: 700;
  background: #015EEA;
  background: linear-gradient(320deg, rgb(1, 94, 234) 0%, rgb(0, 192, 250) 100%);
  color: #fff;
  border-radius: 100vh;
  min-width: 88px;
  text-align: center;
  padding-block: 3px 2px;
}
#quest .questDetail .dateWrap .date {
  font-size: 15px;
  font-weight: 900;
}
#quest .questDetail .questDetailInner {
  background: url(../images/grade_green_bg.png) no-repeat top right/cover;
  background-size: 100% auto;
  padding-inline: 15px;
}
#quest .questDetail .availablePointsWrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: baseline;
  padding-block: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #c4d5dc;
}
#quest .questDetail .availablePointsWrap.noBorder {
  border-bottom: none;
}
#quest .questDetail .availablePointsWrap .availablePoints {
  font-size: 17px;
  font-weight: 900;
  color: #474747;
}
#quest .questDetail .availablePointsWrap .totalPoints {
  font-size: 25px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(0deg, #00da91 0%, #02acd0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#quest .questDetail .availablePointsWrap .totalPoints span {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .c-block__bg {
    display: none;
  }
  .c-block__bg img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .l-wrapper {
    width: 100%;
  }
  .l-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    backface-visibility: hidden;
  }
  footer {
    width: 100%;
  }
  #error404 .innerBg {
    padding: 5vw;
  }
  .preBox {
    margin-top: 20px;
  }
  .taC_sp {
    text-align: center !important;
  }
  .taL_sp {
    text-align: left !important;
  }
  .taR_sp {
    text-align: right !important;
  }
  .pT0_sp {
    padding-top: 0 !important;
  }
  .pT10_sp {
    padding-top: 10px !important;
  }
  .pT20_sp {
    padding-top: 20px !important;
  }
  .pB0_sp {
    padding-bottom: 0 !important;
  }
  .pB10_sp {
    padding-bottom: 10px !important;
  }
  .pB20_sp {
    padding-bottom: 20px !important;
  }
  .pB30_sp {
    padding-bottom: 30px !important;
  }
  .pB40_sp {
    padding-bottom: 40px !important;
  }
  .pT30_sp {
    padding-top: 30px !important;
  }
  .pT40_sp {
    padding-top: 40px !important;
  }
  .mB0_sp {
    margin-bottom: 0 !important;
  }
  .mB5_sp {
    margin-bottom: 5px !important;
  }
  .mB10_sp {
    margin-bottom: 10px !important;
  }
  .mB15_sp {
    margin-bottom: 15px !important;
  }
  .mB20_sp {
    margin-bottom: 20px !important;
  }
  .mB30_sp {
    margin-bottom: 30px !important;
  }
  .mB40_sp {
    margin-bottom: 40px !important;
  }
  .mB50_sp {
    margin-bottom: 50px !important;
  }
  .mB60_sp {
    margin-bottom: 60px !important;
  }
  .mB70_sp {
    margin-bottom: 70px !important;
  }
  .mB80_sp {
    margin-bottom: 80px !important;
  }
  .mT0_sp {
    margin-top: 0 !important;
  }
  .mT5_sp {
    margin-top: 5px !important;
  }
  .mT10_sp {
    margin-top: 10px !important;
  }
  .mT20_sp {
    margin-top: 20px !important;
  }
  .mT30_sp {
    margin-top: 30px !important;
  }
  .mT40_sp {
    margin-top: 40px !important;
  }
  .mT50_sp {
    margin-top: 50px !important;
  }
  .mT60_sp {
    margin-top: 60px !important;
  }
  .mT70_sp {
    margin-top: 70px !important;
  }
  .mT80_sp {
    margin-top: 80px !important;
  }
  .mL0_sp {
    margin-left: 0px !important;
  }
  .mL5_sp {
    margin-left: 5px !important;
  }
  .mL10_sp {
    margin-left: 10px !important;
  }
  .mL20_sp {
    margin-left: 20px !important;
  }
  .mL30_sp {
    margin-left: 30px !important;
  }
  .mL40_sp {
    margin-left: 40px !important;
  }
  .mL50_sp {
    margin-left: 50px !important;
  }
  .mR0_sp {
    margin-right: 0px !important;
  }
  .mR5_sp {
    margin-right: 5px !important;
  }
  .mR10_sp {
    margin-right: 10px !important;
  }
  .mR20_sp {
    margin-right: 20px !important;
  }
  .mR30_sp {
    margin-right: 30px !important;
  }
  .mR40_sp {
    margin-right: 40px !important;
  }
  .mR50_sp {
    margin-right: 50px !important;
  }
  .size12_sp {
    font-size: 12px !important;
  }
  .size13_sp {
    font-size: 13px !important;
  }
  .size14_sp {
    font-size: 14px !important;
  }
  .size15_sp {
    font-size: 15px !important;
  }
  .size16_sp {
    font-size: 16px !important;
  }
  .size17_sp {
    font-size: 17px !important;
  }
  .size18_sp {
    font-size: 18px !important;
  }
  .size19_sp {
    font-size: 19px !important;
  }
  .size20_sp {
    font-size: 20px !important;
  }
  .size22_sp {
    font-size: 22px !important;
  }
  .size24_sp {
    font-size: 24px !important;
  }
  .size28_sp {
    font-size: 28px !important;
  }
  .w50p_sp {
    width: 50% !important;
  }
  .forPC {
    display: none !important;
  }
  #ranking {
    padding-bottom: 70px;
  }
  #quest {
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  a,
  input[type=submit] {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  a:hover,
  input[type=submit]:hover {
    opacity: 0.6;
  }
  .c-block__bg {
    position: fixed;
    display: block;
  }
  .c-block__bg img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .l-wrapper {
    width: min(100%, 430px);
    margin: 0 auto;
  }
  .l-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    backface-visibility: hidden;
  }
  footer {
    width: min(100%, 430px);
    margin: 0 auto;
  }
  #error404 .innerBg {
    padding: 2vw;
  }
  .preBox {
    margin-top: 30px;
  }
  .taC_pc {
    text-align: center !important;
  }
  .taL_pc {
    text-align: left !important;
  }
  .taR_pc {
    text-align: right !important;
  }
  .pT10_pc {
    padding-top: 10px !important;
  }
  .pT20_pc {
    padding-top: 20px !important;
  }
  .pT30_pc {
    padding-top: 30px !important;
  }
  .pT40_pc {
    padding-top: 40px !important;
  }
  .pB10_pc {
    padding-bottom: 10px !important;
  }
  .pB20_pc {
    padding-bottom: 20px !important;
  }
  .pB30_pc {
    padding-bottom: 30px !important;
  }
  .pB40_pc {
    padding-bottom: 40px !important;
  }
  .mB0_pc {
    margin-bottom: 0 !important;
  }
  .mB5_pc {
    margin-bottom: 5px !important;
  }
  .mB10_pc {
    margin-bottom: 10px !important;
  }
  .mB15_pc {
    margin-bottom: 15px !important;
  }
  .mB20_pc {
    margin-bottom: 20px !important;
  }
  .mB30_pc {
    margin-bottom: 30px !important;
  }
  .mB40_pc {
    margin-bottom: 40px !important;
  }
  .mB50_pc {
    margin-bottom: 50px !important;
  }
  .mB60_pc {
    margin-bottom: 60px !important;
  }
  .mB70_pc {
    margin-bottom: 70px !important;
  }
  .mB80_pc {
    margin-bottom: 80px !important;
  }
  .mT0_pc {
    margin-top: 0 !important;
  }
  .mT5_pc {
    margin-top: 5px !important;
  }
  .mT10_pc {
    margin-top: 10px !important;
  }
  .mT20_pc {
    margin-top: 20px !important;
  }
  .mT30_pc {
    margin-top: 30px !important;
  }
  .mT40_pc {
    margin-top: 40px !important;
  }
  .mT50_pc {
    margin-top: 50px !important;
  }
  .mT70_pc {
    margin-top: 70px !important;
  }
  .mT80_pc {
    margin-top: 80px !important;
  }
  .mL0_pc {
    margin-left: 0px !important;
  }
  .mL5_pc {
    margin-left: 5px !important;
  }
  .mL10_pc {
    margin-left: 10px !important;
  }
  .mL20_pc {
    margin-left: 20px !important;
  }
  .mL30_pc {
    margin-left: 30px !important;
  }
  .mL40_pc {
    margin-left: 40px !important;
  }
  .mL55_pc {
    margin-left: 55px !important;
  }
  .mR0_pc {
    margin-right: 0px !important;
  }
  .mR5_pc {
    margin-right: 5px !important;
  }
  .mR10_pc {
    margin-right: 10px !important;
  }
  .mR20_pc {
    margin-right: 20px !important;
  }
  .mR30_pc {
    margin-right: 30px !important;
  }
  .mR40_pc {
    margin-right: 40px !important;
  }
  .mR50_pc {
    margin-right: 50px !important;
  }
  .mR55_pc {
    margin-right: 55px !important;
  }
  .size12_pc {
    font-size: 12px !important;
  }
  .size13_pc {
    font-size: 13px !important;
  }
  .size14_pc {
    font-size: 14px !important;
  }
  .size15_pc {
    font-size: 15px !important;
  }
  .size16_pc {
    font-size: 16px !important;
  }
  .size17_pc {
    font-size: 17px !important;
  }
  .size18_pc {
    font-size: 18px !important;
  }
  .size19_pc {
    font-size: 19px !important;
  }
  .size20_pc {
    font-size: 20px !important;
  }
  .size22_pc {
    font-size: 22px !important;
  }
  .size24_pc {
    font-size: 24px !important;
  }
  .size28_pc {
    font-size: 28px !important;
  }
  .hoverAlpha,
  .hoverAlpha img {
    display: block;
    transition: 0.3s opacity;
  }
  .hoverAlpha:hover, .hoverAlpha:hover img,
  .hoverAlpha img:hover,
  .hoverAlpha img:hover img {
    opacity: 0.8;
  }
  .forSP {
    display: none !important;
  }
  #ranking {
    padding-bottom: 96px;
  }
  #quest {
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .c-block__bg img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .l-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    backface-visibility: hidden;
  }
  #quest {
    position: relative;
  }
}
@media print {
  .c-block__bg img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .l-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    backface-visibility: hidden;
  }
  #quest {
    position: relative;
  }
}
/*# sourceMappingURL=map/common.css.map */
