*,
::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;
}

.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: 10px 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;
}

.rankingContainer {
  display: flex;
  flex-direction: column;
  gap: 14px;
  counter-reset: rank 3;
}
.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: 10px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: flex;
  align-items: center;
}
.rankingContainer > li > .innerBg .iconRank {
  width: 74px;
  height: 72px;
  margin-top: -5px;
}
.rankingContainer > li > .innerBg .teamName {
  font-size: 19px;
  font-weight: 900;
  width: calc(100% - 74px - 100px);
  padding-inline: 10px;
}
.rankingContainer > li > .innerBg .pointWrap {
  width: 100px;
  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: 17px;
  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: 21px;
}
.rankingContainer > li.up:before, .rankingContainer > li.down:before, .rankingContainer > li.stay: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.stay:before {
  background: url(../images/icon_stay.svg) no-repeat 50% 50%/contain;
}
.rankingContainer > li:nth-child(n+4):nth-child(-n+10) {
  background-color: #f8f8f8;
  border-radius: 6px;
  filter: drop-shadow(0px 0px 6px rgba(72, 99, 108, 0.3));
}
.rankingContainer > li:nth-child(n+4):nth-child(-n+10) > .innerBg {
  background: url(../images/ranking_secondly_bg.webp) no-repeat;
  background-size: 100% 100%;
  background-position: right bottom;
}
.rankingContainer > li:nth-child(n+4):nth-child(-n+10) > .innerBg::before {
  content: counter(rank);
  counter-increment: rank;
  position: absolute;
  font-size: 28px;
  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;
  bottom: 20px;
  left: 36px;
}
.rankingContainer > li:nth-child(n+4):nth-child(-n+10) > .innerBg:after {
  content: "";
  position: absolute;
  background: url(../images/ranking_number_bg.png) no-repeat 50% 50%/contain;
  bottom: 10px;
  left: 15px;
  width: 59px;
  height: 57px;
}
.rankingContainer > li:nth-child(n+4):nth-child(-n+10) > .innerBg .teamName {
  padding-inline: 75px 10px;
  width: calc(100% - 100px);
}
.rankingContainer > li:nth-child(10) {
  margin-bottom: 10px;
}
.rankingContainer > li:nth-child(10) > .innerBg::before {
  left: 30px !important;
}
.rankingContainer > li:nth-child(n+11):nth-child(-n+100) {
  filter: inherit;
  background-color: transparent;
}
.rankingContainer > li:nth-child(n+11):nth-child(-n+100) > .innerBg {
  background: inherit;
  border-radius: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-bottom: 2px solid #c4d5dc;
  padding-block: 0 12px;
}
.rankingContainer > li:nth-child(n+11):nth-child(-n+100) > .innerBg::before {
  content: counter(rank);
  counter-increment: rank;
  position: absolute;
  font-size: 28px;
  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;
  left: 14px;
}
.rankingContainer > li:nth-child(n+11):nth-child(-n+100) > .innerBg .teamName {
  padding-inline: 60px 10px;
  width: calc(100% - 100px);
}
.rankingContainer > li:nth-child(n+11):nth-child(-n+100) > .innerBg .pointWrap {
  background-color: transparent;
  border-radius: inherit;
  filter: inherit;
  justify-content: flex-end;
}
.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: 12px;
  font-weight: 500;
  color: #474747;
  padding-bottom: 6px;
}

.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: 34px;
  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: 22px;
}
.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 .title {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 900;
}
.questContainer > li > a .text .date {
  font-size: 12px;
  font-weight: 900;
}

#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: 4;
}
#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-top: 26px;
  position: relative;
  z-index: 5;
}
#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: 235px;
  margin-inline: auto;
  z-index: 1;
}
#quest .questDetail {
  margin-top: 32px;
  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));
}
#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 .questDetailInner .availablePointsWrap {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: baseline;
  padding-block: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #c4d5dc;
}
#quest .questDetail .questDetailInner .availablePointsWrap.noBorder {
  border-bottom: none;
}
#quest .questDetail .questDetailInner .availablePointsWrap .availablePoints {
  font-size: 17px;
  font-weight: 900;
  color: #474747;
}
#quest .questDetail .questDetailInner .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 .questDetailInner .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%;
  }
  .forPC {
    display: none !important;
  }
  #ranking {
    padding-bottom: 70px;
  }
  #quest {
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  .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;
  }
  .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 */
