@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

input,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
input:focus,
button:focus {
  outline: none;
}
input:focus-visible,
button:focus-visible {
  outline: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  color: #333;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0;
}

svg {
  height: auto;
  overflow: visible;
}

body.is-fixed {
  overflow-y: hidden;
}

.l-footer {
  padding: 0;
  border-top: 1px solid #cccccc;
}
.l-footer__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-footer__block {
  width: 100%;
  padding: 2rem 2.5rem;
  background: #fff;
}
.l-footer__linkItem {
  display: inline-block;
  font-size: 1.12rem;
}
.l-footer__link {
  color: #333;
  text-decoration: none;
}
.l-footer__copyright {
  padding: 2rem 0;
  color: #000;
  text-align: center;
}

.l-headerLogin {
  padding: 0;
  border-bottom: 1px solid #cccccc;
  background-color: #fff;
}
.l-headerLogin__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  max-width: calc(96rem + 4rem);
  height: 6rem;
  margin: 0 auto;
  padding: 2rem;
}
.l-headerLogin__logo {
  width: 15.9rem;
  height: auto;
}
.l-headerLogin__logo img {
  width: 100%;
  height: auto;
}
.l-headerLogin__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 2rem;
}
.l-headerLogin__link {
  -webkit-transition: all 0.3s ease;
  padding: 0.8rem 1.6rem;
  border-radius: 0.4rem;
  color: #333;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.l-headerLogin__link:hover {
  opacity: 0.8;
}
.l-headerLogin__link--register {
  border: 2px solid #448938;
  background-color: #fff;
  color: #448938;
}
.l-headerLogin__link--register:hover {
  background-color: #448938;
  color: #fff;
}
.l-headerLogin__link--login {
  background-color: #448938;
  color: #fff;
}
.l-headerLogin__link--login:hover {
  background-color: #326529;
}

.l-header {
  z-index: 1000;
  position: relative;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  background-color: #fff;
}
.l-header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  max-width: calc(96rem + 4rem);
  height: 6rem;
  margin: 0 auto;
  padding: 2rem;
}
.l-header__logo {
  width: 15.9rem;
  height: auto;
}
.l-header__navigationList {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.4rem;
  list-style: none;
}
.l-header__navigationItem:not(:last-of-type) {
  border-right: 1px solid #333;
}
.l-header__navigationLink {
  margin: 0 0.3rem;
  padding: 0.3rem 1rem;
  color: #333;
  text-decoration: none;
}
.l-header__navigationLink--desktop {
  display: block;
}
.l-header__navigationLink--sp {
  display: none;
}
.l-header__menuIcon {
  display: none;
}
.l-header__menuIconBar {
  -webkit-transition: -webkit-transform 0.3s ease;
  display: block;
  width: 100%;
  height: 0.3rem;
  border-radius: 100px;
  background-color: #448938;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header__overlay {
  display: none;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.l-header__overlay.is-visible {
  display: block;
}
.l-header--pc {
  display: block;
}
.l-header--sp {
  display: none;
}

.l-precautions {
  padding: 8rem 0;
  background-color: #222;
  color: #fff;
}
.l-precautions__inner {
  margin: 0 auto;
}
.l-precautions__section:not(:first-of-type) {
  margin-top: 4rem;
}
.l-precautions__title {
  padding: 0.5rem;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
  text-align: center;
}
.l-precautions__content {
  margin-top: 1rem;
}
.l-precautions__list {
  margin: 0;
  padding-left: 2rem;
  list-style: none;
  counter-reset: list-counter;
}
.l-precautions__list li {
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  line-height: 140%;
}
.l-precautions__list li::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  content: "•";
  color: #fff;
}
.l-precautions__list li:not(:first-of-type) {
  margin-top: 1rem;
}
.l-precautions__list--number {
  counter-reset: list-counter;
}
.l-precautions__list--number li {
  counter-increment: list-counter;
}
.l-precautions__list--number li::before {
  content: counter(list-counter) ".";
}
.l-precautions__text {
  color: #fff;
  font-size: 1.2rem;
  line-height: 140%;
}
.l-precautions__text:not(:first-of-type) {
  margin-top: 1rem;
}
.l-precautions__link {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 140%;
}
.l-precautions__linkText {
  color: #82c1ea;
  text-decoration: underline;
}

.c-button {
  -webkit-box-shadow: 0.4rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-transform: translateY(0) !important;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 30rem;
  max-width: 100%;
  padding: 3px;
  gap: 1rem;
          transform: translateY(0) !important;
  border: 1px solid #ffee51;
          box-shadow: 0.4rem 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.c-button span {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.6rem;
  gap: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffee51), to(#fda000));
  background: linear-gradient(180deg, #ffee51 0%, #fda000 100%);
  color: #25235f;
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 140%;
  font-family: "M PLUS 1", sans-serif;
}
.c-button span::after {
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="28" viewBox="0 0 16 28" fill="none"><path d="M0.929536 1.27194C1.71058 0.490895 2.97661 0.490895 3.75766 1.27194L15.0711 12.5854C15.8522 13.3665 15.8522 14.6325 15.0711 15.4135C15.0676 15.4171 15.063 15.4198 15.0594 15.4233L3.75668 26.728C2.97567 27.509 1.70864 27.509 0.927583 26.728C0.146535 25.9469 0.146535 24.6799 0.927583 23.8989L10.828 13.9985L0.929536 4.10007C0.148497 3.31903 0.148517 2.05299 0.929536 1.27194Z" fill="%2325235F"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-button--cta span {
  background: -webkit-gradient(linear, left top, left bottom, from(#00BE6A), to(#007340));
  background: linear-gradient(180deg, #00BE6A 0%, #007340 100%);
  color: #FFE118;
}
.c-button--cta span:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="28" viewBox="0 0 16 28" fill="none"><path d="M0.929536 1.27194C1.71058 0.490895 2.97661 0.490895 3.75766 1.27194L15.0711 12.5854C15.8522 13.3665 15.8522 14.6325 15.0711 15.4135C15.0676 15.4171 15.063 15.4198 15.0594 15.4233L3.75668 26.728C2.97567 27.509 1.70864 27.509 0.927583 26.728C0.146535 25.9469 0.146535 24.6799 0.927583 23.8989L10.828 13.9985L0.929536 4.10007C0.148497 3.31903 0.148517 2.05299 0.929536 1.27194Z" fill="%23FFE118"/></svg>');
}

.c-divider {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 1%;
  left: 50%;
  width: 100%;
          transform: translate(-50%, -50%);
  mix-blend-mode: screen;
}
.c-divider svg {
  width: 100%;
  height: auto;
}

.u-color--yellow {
  color: #ffd900;
}

.u-day {
  letter-spacing: -0.45em;
}

.page-loginBonus .p-campaign {
  position: relative;
}
.page-loginBonus .p-campaign--daily {
  background: url("../img/login-bonus/bg-campaign.jpg") no-repeat center center/cover;
}
.page-loginBonus .p-campaign--playMore {
  background: url("../img/login-bonus/bg-play-more.jpg") no-repeat center center/cover;
}
.page-loginBonus .p-campaign__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
.page-loginBonus .p-campaignContent {
  -webkit-box-shadow: 0 0 5rem 0 rgba(137, 255, 247, 0.5);
          box-shadow: 0 0 5rem 0 rgba(137, 255, 247, 0.5);
}
.page-loginBonus .p-campaignContent__top {
  width: 100%;
  height: auto;
}
.page-loginBonus .p-campaignContent__content {
  position: relative;
  border: 0.8rem solid #81ddf2;
}
.page-loginBonus .p-campaignContent__content::before {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0075a7;
  content: "";
  mix-blend-mode: multiply;
}
.page-loginBonus .p-campaignContent__content::after {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 0 0);
  z-index: 1;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 3rem;
  height: 3rem;
  background-color: #81ddf2;
  content: "";
          clip-path: polygon(100% 0, 0% 100%, 0 0);
}
.page-loginBonus .p-campaignContent__contentInner {
  z-index: 1;
  position: relative;
  max-width: 78rem;
  margin: 0 auto;
  padding: 7.9rem 2rem 6.2rem;
  color: #fff;
}
.page-loginBonus .p-campaignContent__title {
  margin-bottom: 4rem;
  font-weight: 900;
  font-size: 3.4rem;
  line-height: 140%;
  font-family: "M PLUS 1", sans-serif;
  text-align: center;
}
.page-loginBonus .p-campaignContent__description {
  font-weight: 700;
  font-size: 2rem;
  line-height: 180%;
  text-align: center;
}
.page-loginBonus .p-campaignContent__description p a {
  text-decoration: underline;
}
.page-loginBonus .p-campaignContent__noteText {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 180%;
}
.page-loginBonus .p-campaignContent__noteText p:not(:first-of-type) {
  margin-top: 2rem;
}
.page-loginBonus .p-campaignContent__noteText p a {
  text-decoration: underline;
}
.page-loginBonus .p-campaignContent__note {
  margin-top: 0.5rem;
  font-weight: 400;
}
.page-loginBonus .p-campaignContent__prize {
  margin-top: 2rem;
  text-align: center;
}
.page-loginBonus .p-campaignContent__prizeText {
  margin-top: 3.6rem;
  color: #ffd900;
  font-weight: 700;
  font-size: 4rem;
  line-height: 140%;
  text-align: center;
}
.page-loginBonus .p-campaignContent__prizeText .small {
  font-size: 3rem;
}
.page-loginBonus .p-campaignContent__prizeText .large {
  font-size: 7rem;
}
.page-loginBonus .p-campaignContent__resultInfo {
  margin-top: 0.5rem;
  margin-top: 2.2rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 140%;
}
.page-loginBonus .p-campaignContent__playMoreItem {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.page-loginBonus .p-campaignContent__playMoreItem:not(:first-child) {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #cccccc;
}
.page-loginBonus .p-campaignContent__playMoreText {
  margin: 2rem 0;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 140%;
  text-align: center;
}
.page-loginBonus .p-campaignContent__playMoreButton {
  width: 30rem;
  height: 5.6rem;
  margin: auto;
}
.page-loginBonus .p-cta {
  padding: 2rem;
  text-align: center;
}
.page-loginBonus .p-cta__buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin: 0 auto;
  gap: 3rem;
}
.page-loginBonus .p-kv {
  -webkit-box-align: start;
      -ms-flex-align: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  background-image: url("../img/login-bonus/kv.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.page-loginBonus .p-kv__contents {
  position: relative;
  width: 100%;
  max-width: 104rem;
  margin: 0 auto;
  margin-top: 1.6rem;
}
.page-loginBonus .p-kv__contents::after {
  aspect-ratio: 29.1/13.0256;
}
.page-loginBonus .p-kv__logo {
  position: absolute;
}
.page-loginBonus .p-kv__title {
  aspect-ratio: 45.2/30.6;
  margin: auto;
}
.page-loginBonus .p-kv__contents-grid {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  width: 100%;
  max-width: 51.6rem;
  margin-inline: auto;
}
.page-loginBonus .p-kv__day {
  aspect-ratio: 1;
  width: 100%;
  max-width: 10rem;
}
.page-loginBonus .p-kv__note {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
  background: #fee549;
  color: #25235f;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
.page-loginBonus .p-modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.page-loginBonus .p-modal.is-active {
  visibility: visible;
  opacity: 1;
}
.page-loginBonus .p-modal__container {
  position: relative;
  width: 100%;
  max-width: 60rem;
}
.page-loginBonus .p-modal__content {
  position: relative;
  border-radius: 0.8rem;
  background-color: transparent;
}
.page-loginBonus .p-modal__contentInner {
  position: relative;
}
.page-loginBonus .p-modal__contentInner:hover {
  opacity: 1;
}
.page-loginBonus .p-modal__contentInner img {
  -webkit-filter: drop-shadow(0.4rem 0.4rem 0.6rem rgba(0, 0, 0, 0.5));
  display: block;
  width: 100%;
  height: auto;
          filter: drop-shadow(0.4rem 0.4rem 0.6rem rgba(0, 0, 0, 0.5));
}
.page-loginBonus .p-modal__contentInner picture {
  display: block;
  width: 100%;
}
.page-loginBonus .p-modal__close {
  z-index: 10;
  position: absolute;
  top: -1.5rem;
  right: -2.4rem;
  width: 10.399rem;
  height: auto;
  cursor: pointer;
}
.page-loginBonus .p-modal__close img {
  -o-object-fit: contain;
  -webkit-filter: drop-shadow(0.4rem 0.4rem 0.6rem rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
     object-fit: contain;
          filter: drop-shadow(0.4rem 0.4rem 0.6rem rgba(0, 0, 0, 0.5));
}
.page-loginBonus .p-opCoinConditions {
  position: relative;
  background: url("../img/login-bonus/bg-conditions.jpg") no-repeat center center/cover;
}
.page-loginBonus .p-opCoinConditions__contents {
  color: #fff;
}
.page-loginBonus .p-opCoinConditions__image {
  aspect-ratio: 4/3;
  width: 16rem;
  height: auto;
  margin: 1rem auto 0;
}
.page-loginBonus .p-opCoinConditions__title {
  font-weight: 700;
  text-align: center;
}
.page-loginBonus .p-opCoinConditions__subTitle {
  display: block;
  font-size: 1.6rem;
  line-height: 140%;
}
.page-loginBonus .p-opCoinConditions__mainTitle {
  display: block;
  margin-top: 0.5rem;
  font-size: 2.4rem;
  line-height: 140%;
}
.page-loginBonus .p-opCoinConditions__content {
  max-width: 58rem;
  margin: 2.6rem auto 0;
}
.page-loginBonus .p-opCoinConditions__label {
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: #25235f;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 140%;
  text-align: center;
  white-space: nowrap;
}
.page-loginBonus .p-opCoinConditions__value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-weight: 700;
  font-size: 2rem;
  line-height: 140%;
}
.page-loginBonus .p-opCoinConditions__note {
  display: block;
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 140%;
}

.page-quest .p-challenge {
  margin-top: -6rem;
  padding: 9rem 0 3rem;
  overflow: hidden;
  background: url("../img/summermission/bg01.jpg") no-repeat bottom center/cover;
}
.page-quest .p-challenge__inner {
  aspect-ratio: 1000/800;
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
  padding: 11rem 5.3rem 0;
  background: url("../img/summermission/challenge.png") no-repeat center center/contain;
}
.page-quest .p-challenge__inner::before {
  position: absolute;
  right: -4rem;
  bottom: 20rem;
  width: 14.3rem;
  height: 14.3rem;
  background: url("../img/summermission/icon01.svg") no-repeat center center/contain;
  content: "";
}
.page-quest .p-challenge__inner::after {
  position: absolute;
  top: 10rem;
  left: 0rem;
  width: 12rem;
  height: 13rem;
  background: url("../img/summermission/icon02.svg") no-repeat center center/contain;
  content: "";
}
.page-quest .p-challenge__title {
  width: 52.5rem;
  margin-inline: auto;
}
.page-quest .p-challenge__lead {
  margin-top: -1rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
.page-quest .p-challenge__box {
  position: relative;
  width: 48rem;
  margin: 3rem auto 0;
}
.page-quest .p-challenge__box::before, .page-quest .p-challenge__box::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -3rem;
  left: 50%;
  width: 53rem;
  height: 1.9rem;
          transform: translateX(-50%);
  background: url("../img/summermission/challenge-line.svg") no-repeat center center/contain;
  content: "";
}
.page-quest .p-challenge__box::after {
  top: auto;
  bottom: -2rem;
}
.page-quest .p-challenge__subTitle {
  padding: 0.3rem 0;
  background-color: #492D19;
  color: #FFDF2A;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.page-quest .p-challenge__subTitle span {
  display: inline-block;
  margin: 0 0.3rem 0 0;
  padding-top: 0.2rem;
  font-size: 1.6rem;
  vertical-align: top;
}
.page-quest .p-challenge__point {
  margin-top: 0.3rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
.page-quest .p-challenge__point .bold {
  font-weight: bold;
}
.page-quest .p-challenge__notes {
  width: 66.8rem;
  margin: 3rem auto 0;
  padding: 0;
  list-style: none;
}
.page-quest .p-challenge__note {
  font-size: 1.4rem;
  line-height: 1.4;
}
.page-quest .p-challenge__note:last-child {
  color: #ff0000;
  font-weight: bold;
}
.page-quest .p-challenge__button {
  display: block;
  position: relative;
  width: 49rem;
  margin: 0.5rem auto 0;
}
.page-quest .p-challenge__button::before {
  -webkit-transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 49rem;
  height: 8.2rem;
  background: url("../img/summermission/btn01-active.png") no-repeat bottom center/cover;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page-quest .p-challenge__button:hover {
  opacity: 1;
}
.page-quest .p-challenge__button img {
  width: 100%;
}
.page-quest .p-challenge__link {
  display: block;
  position: relative;
  width: 31.2rem;
  margin: 0.5rem auto 0;
}
.page-quest .p-challenge__link::before {
  -webkit-transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 31.2rem;
  height: 6rem;
  background: url("../img/summermission/btn05-active.png") no-repeat bottom center/cover;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page-quest .p-challenge__link:hover {
  opacity: 1;
}
.page-quest .p-challenge .p-close {
  color: #f00;
}
.page-quest .p-festival {
  margin-top: -5rem;
  padding: 15.5rem 0;
  background: url("../img/summermission/bg06.png") no-repeat top center/cover;
}
.page-quest .p-festival__inner {
  aspect-ratio: 2322/2490;
  max-width: 116.1rem;
  margin: 0 auto;
  padding: 19rem 0 0;
  background: url("../img/summermission/festival.png") no-repeat top center/contain;
}
.page-quest .p-festival__title {
  color: #4a341c;
  font-weight: bold;
  font-size: 4.4rem;
  text-align: center;
}
.page-quest .p-festival__block {
  width: 100%;
  max-width: 74rem;
  margin: 3rem auto 0;
}
.page-quest .p-festival__block:last-child {
  position: relative;
  margin-top: 10rem;
}
.page-quest .p-festival__block:last-child::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: -3.2rem;
  left: 50%;
  width: 100%;
  height: 0.1rem;
          transform: translateX(-50%);
  background-color: #49331c;
  content: "";
}
.page-quest .p-festival__lead {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}
.page-quest .p-festival__banner {
  display: block;
  margin-top: 2rem;
}
.page-quest .p-festival__banner-img {
  width: 100%;
}
.page-quest .p-festival__btn {
  display: block;
  position: relative;
  width: 31.2rem;
  margin: 2rem auto 0;
}
.page-quest .p-festival__btn::before {
  -webkit-transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 31.2rem;
  height: 6.8rem;
  background: url("../img/summermission/btn04-active.png") no-repeat bottom center/cover;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page-quest .p-festival__btn:hover {
  opacity: 1;
}
.page-quest .p-howtoWrap {
  z-index: 3;
  position: relative;
  margin-top: -4rem;
  padding: 12rem 0 15.5rem;
  background: url("../img/summermission/bg03.png") no-repeat bottom center/cover;
}
.page-quest .p-rewardsWrap {
  z-index: 2;
  position: relative;
  margin-top: -4rem;
  padding: 12rem 0 20rem;
  background: url("../img/summermission/bg04.png") no-repeat bottom center/cover;
}
.page-quest .p-missionAllWrap {
  z-index: 1;
  position: relative;
  margin-top: -4rem;
  padding: 14rem 0 23rem;
  background: url("../img/summermission/bg05.png") no-repeat bottom center/cover;
}
.page-quest .p-howto {
  padding: 8rem 13rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-quest .p-howto__image {
  width: 100%;
  margin: 4rem auto 0;
}
.page-quest .p-conditions {
  margin-top: 12rem;
}
.page-quest .p-conditions__lead {
  margin-top: 4rem;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}
.page-quest .p-conditions__list {
  margin-top: 4rem;
}
.page-quest .p-conditions__item {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
.page-quest .p-conditions__item:last-child {
  margin-bottom: 0;
}
.page-quest .p-conditions__item .bold {
  font-weight: bold;
}
.page-quest .p-conditions__note {
  position: relative;
  margin: 2rem 0 0 1.5rem;
  padding-left: 4.5rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
.page-quest .p-conditions__note::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 3.4rem;
  height: 2.4rem;
  border-radius: 100px;
  background: #3847a9;
  content: "例";
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
.page-quest .p-conditions__entry {
  display: block;
  z-index: 10;
  position: relative;
  width: 49.4rem;
  margin: 4rem auto 0;
}
.page-quest .p-conditions__entry::before {
  -webkit-transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 49.4rem;
  height: 10.4rem;
  background: url("../img/summermission/btn03-active.png") no-repeat bottom center/cover;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page-quest .p-conditions__entry:hover {
  opacity: 1;
}
.page-quest .p-rewards {
  padding: 8rem 13rem 13.2rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-quest .p-rewards__lead {
  margin-top: 2.8rem;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}
.page-quest .p-rewards .p-table {
  max-width: 74rem;
  margin: 4rem auto 0;
  padding: 1.1rem 1.2rem 0;
  border: 2px solid #fff;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-quest .p-rewards .p-table__td, .page-quest .p-rewards .p-table__th {
  text-align: center;
}
.page-quest .p-rewards .p-table .table {
  width: 100%;
}
.page-quest .p-rewards .p-table .p-table__thead {
  width: 100%;
}
.page-quest .p-rewards .p-table .p-table__thead .p-table__tr {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
}
.page-quest .p-rewards .p-table__th {
  padding: 0.8rem 0;
  border-radius: 5rem;
  background-color: #3847a9;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
}
.page-quest .p-rewards .p-table__th:nth-child(1) {
  width: 21.2rem;
}
.page-quest .p-rewards .p-table__th:nth-child(2) {
  width: 26.4rem;
}
.page-quest .p-rewards .p-table__th:nth-child(3) {
  width: 19.7rem;
}
.page-quest .p-rewards .p-table__td {
  text-align: center;
}
.page-quest .p-rewards .p-table__td:nth-child(1) {
  width: 21.2rem;
}
.page-quest .p-rewards .p-table__td:nth-child(2) {
  width: 26.4rem;
}
.page-quest .p-rewards .p-table__td:nth-child(3) {
  width: 19.7rem;
}
.page-quest .p-rewards .p-table__td--yellow {
  color: #ffdf2a;
}
.page-quest .p-rewards .p-table__td--orange {
  color: #e6a067;
}
.page-quest .p-rewards .p-table__td--num {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.page-quest .p-rewards .p-table__td--count {
  font-size: 1.4rem;
}
.page-quest .p-rewards .p-table__td--count .large {
  font-size: 2.2rem;
}
.page-quest .p-rewards .p-table__td--count .small {
  font-size: 1.8rem;
}
.page-quest .p-rewards .p-table__td--reward {
  padding-right: 6rem;
  font-size: 1.8rem;
  text-align: right;
}
.page-quest .p-rewards .p-table__td--reward .large01 {
  font-size: 3.6rem;
}
.page-quest .p-rewards .p-table__td--reward .large02 {
  font-size: 3rem;
}
.page-quest .p-rewards .p-table__td--reward .large03 {
  font-size: 2.6rem;
}
.page-quest .p-rewards .p-table .p-table__tbody {
  width: 100%;
}
.page-quest .p-rewards .p-table .p-table__tbody .p-table__tr {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  padding: 1.3rem 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.page-quest .p-rewards .p-table .p-table__tbody .p-table__tr:last-child {
  border-bottom: none;
}
.page-quest .p-rewards__list {
  margin-top: 4rem;
}
.page-quest .p-rewards__item {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
.page-quest .p-rewards__item:last-child {
  margin-bottom: 0;
}
.page-quest .p-rewards__note {
  position: relative;
  margin: 2rem 0 0 1.5rem;
  padding-left: 4.5rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
.page-quest .p-rewards__note::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 3.4rem;
  height: 2.4rem;
  border-radius: 100px;
  background: #3847a9;
  content: "例";
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
.page-quest .p-rewards__conditions {
  aspect-ratio: 740/512;
  margin-top: 6.2rem;
  padding: 5.7rem 8rem;
  background: url("../img/summermission/rewards.jpg") no-repeat center center/contain;
}
.page-quest .p-rewards__conditions-title {
  position: relative;
  padding-bottom: 12.7rem;
  color: #49341d;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}
.page-quest .p-rewards__conditions-title::before {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 22.6rem;
  height: 12.6rem;
          transform: translateX(-50%);
  background: url("../img/summermission/op-coin.svg") no-repeat center center/contain;
  content: "";
}
.page-quest .p-rewards__conditions-highlight {
  font-size: 2.4rem;
}
.page-quest .p-rewards__conditions-content {
  margin-top: 1.5rem;
}
.page-quest .p-rewards__conditions-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  margin-bottom: 1.5rem;
  gap: 2rem;
}
.page-quest .p-rewards__conditions-list:last-child {
  margin-bottom: 0;
}
.page-quest .p-rewards__conditions-term {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  width: 15rem;
  height: 3.4rem;
  background-color: #49341d;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
.page-quest .p-rewards__conditions-desc {
  margin-top: 0.3rem;
  color: #49341d;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.page-quest .p-rewards__conditions-note {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.4;
}
.page-quest .p-missionAll {
  padding: 8rem 13rem 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-quest .p-missionAll__lead {
  margin-top: 4rem;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
.page-quest .p-missionAll__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: flex-start;
  width: 100%;
  max-width: 65rem;
  margin: 4rem auto 0;
  gap: 1rem;
}
.page-quest .p-missionAll__item {
  width: calc(100% / 4 - 3rem / 4);
  border: 1px solid #fff;
  background: #d9d9d9;
}
.page-quest .p-missionAll__item img {
  width: 100%;
}
.page-quest .p-campaign {
  padding: 12rem 13rem 8rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-quest .p-campaign__content {
  margin-top: 4rem;
}
.page-quest .p-campaign__item {
  margin-bottom: 4rem;
}
.page-quest .p-campaign__item:last-child {
  margin-bottom: 0;
}
.page-quest .p-campaign__item-title {
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 0.7rem solid #d9d9d9;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.page-quest .p-campaign__item-description {
  padding-left: 1.8rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
}
.page-quest .p-campaign__item-description.large {
  font-weight: bold;
  font-size: 2rem;
}
.page-quest .p-campaign__item-highlight {
  font-size: 2rem;
}
.page-quest .p-campaign__item-note {
  margin-top: 1rem;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.4;
}
.page-quest .p-kv {
  z-index: 2;
  position: relative;
  width: 100%;
  background: url("../img/summermission/kv.jpg") no-repeat center bottom/cover;
}
.page-quest .p-kv::before {
  position: absolute;
  left: 0;
  content: "";
}
.page-quest .p-kv__inner {
  -webkit-transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 104rem;
  margin: 0 auto;
  padding: 0 2rem;
          transform: translateX(-50%);
}
.page-quest .p-kv__logo {
  position: absolute;
  top: 0;
  left: 0;
}
.page-quest .p-kv__title {
  position: absolute;
}
.page-quest .p-kv img {
  width: 100%;
}
.page-quest .p-kv__date {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 15%;
  left: 50%;
  width: 61.3rem;
  padding: 1.8rem 2.7rem;
          transform: translateX(-50%);
  background-color: #d9d9d9;
  font-size: 2.6rem;
}
.page-quest .p-login {
  margin-top: -0.08rem;
  padding: 1rem 0 3rem;
  background: #111;
}
.page-quest .p-login__text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.page-quest .p-login__buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin-top: 1rem;
  gap: 3rem;
}
.page-quest .p-login__button {
  display: block;
  position: relative;
  width: 30rem;
}
.page-quest .p-login__button::before {
  -webkit-transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 30rem;
  height: 5.6rem;
  background: url("../img/summermission/btn-login-active.jpg") no-repeat bottom center/cover;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page-quest .p-login__button:hover {
  opacity: 1;
}
.page-quest .p-contentWrap {
  position: relative;
}
.page-quest .p-contentWrap__inner {
  width: 100%;
  max-width: 100rem;
  margin-inline: auto;
}
.page-quest .p-contentWrap__title {
  height: 5.4rem;
}
.page-quest .p-contentWrap__title img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
}
.page-quest .p-close {
  margin-top: 2rem;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.page-quest .p-relative {
  position: relative;
}
.page-quest .p-frameTop {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  height: 14.6rem;
}
.page-quest .p-frameTop::before, .page-quest .p-frameTop::after {
  position: absolute;
  top: 0;
  width: 14.5rem;
  height: 14.6rem;
  background: url("../img/summermission/frame.svg") no-repeat top center/contain;
  content: "";
}
.page-quest .p-frameTop::before {
  left: 2.5rem;
}
.page-quest .p-frameTop::after {
  -webkit-transform: scaleX(-1);
  right: 2rem;
          transform: scaleX(-1);
}
.page-quest .p-frameBottom {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  height: 14.6rem;
}
.page-quest .p-frameBottom::before, .page-quest .p-frameBottom::after {
  position: absolute;
  bottom: 0;
  width: 14.5rem;
  height: 14.6rem;
  background: url("../img/summermission/frame.svg") no-repeat top center/contain;
  content: "";
}
.page-quest .p-frameBottom::before {
  -webkit-transform: rotate(-180deg) scaleX(-1);
  left: 2.5rem;
          transform: rotate(-180deg) scaleX(-1);
}
.page-quest .p-frameBottom::after {
  -webkit-transform: rotate(-180deg);
  right: 2rem;
          transform: rotate(-180deg);
}
.page-quest .p-missionWrap {
  z-index: 4;
  position: relative;
  padding: 11.6rem 0 15.5rem;
  background: url("../img/summermission/bg02.png") no-repeat bottom center/cover;
}
.page-quest .p-missionWrap::before {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.6rem;
  background: url("../img/summermission/bg-top.png") no-repeat bottom center/cover;
  content: "";
}
.page-quest .p-mission {
  padding: 8rem 13rem 7.2rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-quest .p-todayMission__date {
  margin-top: 2rem;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.4;
  font-family: Inter;
  text-align: center;
}
.page-quest .p-todayMission__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: flex-start;
  width: 100%;
  max-width: 65rem;
  margin: 2rem auto 0;
  gap: 1rem;
}
.page-quest .p-todayMission__item {
  width: calc(100% / 4 - 3rem / 4);
}
.page-quest .p-todayMission__item img {
  width: 100%;
  border: 1px solid #fff;
}
.page-quest .p-clear {
  margin-top: 8rem;
}
.page-quest .p-clear__count {
  margin-top: 2rem;
  color: #fff;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.4;
  font-family: Inter;
  text-align: center;
}
.page-quest .p-clear__content {
  margin-top: 2rem;
}
.page-quest .p-clear__item-title {
  margin-bottom: 1rem;
  padding-left: 1rem;
  border-left: 0.7rem solid #d9d9d9;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
.page-quest .p-clear__item-description {
  padding-left: 1.8rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
.page-quest .p-clear__item-note {
  position: relative;
  margin-top: 2rem;
  padding-left: 4.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
.page-quest .p-clear__item-note::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 3.4rem;
  height: 2.4rem;
  border-radius: 100px;
  background: #3847a9;
  content: "例";
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
.page-quest .p-clear__images {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin: 2rem auto;
  gap: 1rem;
}
.page-quest .p-clear__image--01 {
  width: 15.5rem;
  border: 1px solid #fff;
}
.page-quest .p-clear__image--02 {
  width: 2.4rem;
}
.page-quest .p-clear__image--03 {
  width: 15.5rem;
  border: 1px solid #fff;
}
.page-quest .p-clear__link {
  display: block;
  z-index: 10;
  position: relative;
  width: 41rem;
  margin: 5rem auto 0;
}
.page-quest .p-clear__link::before {
  -webkit-transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 41rem;
  height: 7.4rem;
  background: url("../img/summermission/btn02-active.png") no-repeat bottom center/cover;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page-quest .p-clear__link:hover {
  opacity: 1;
}
.page-quest .p-clear__link img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pc-on {
    display: none !important;
  }
  html {
    font-size: 2.6666666667vw;
  }
  .l-footer__inner {
    width: 100%;
  }
  .l-footer__block {
    padding: 0;
  }
  .l-footer__content {
    width: 100%;
    padding: 0;
  }
  .l-footer__linkList--pc {
    display: none;
  }
  .l-footer__linkList--sp {
    width: 100%;
  }
  .l-footer__linkItem {
    width: 100%;
  }
  .l-footer__linkItem:not(:first-of-type) {
    border-top: 1px solid #b4b4b4;
  }
  .l-footer__link {
    display: block;
    width: 100%;
    padding: 1rem 0 1rem 2rem;
    background: #eee;
    font-size: 1.2rem;
  }
  .l-footer__copyright {
    width: 100%;
    font-size: 1rem;
    text-align: center;
  }
  .l-headerLogin__container {
    height: 5rem;
    padding: 1rem;
  }
  .l-headerLogin__logo {
    width: 12rem;
  }
  .l-headerLogin__nav {
    gap: 1rem;
  }
  .l-headerLogin__link {
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
  }
  .l-precautions {
    padding: 4rem 0;
  }
  .l-precautions__inner {
    max-width: 34.4rem;
    padding: 0 1.2rem;
  }
  .c-button {
    width: 15.5rem;
  }
  .c-button span {
    font-size: 2.2rem;
  }
  .c-button span::after {
    aspect-ratio: 12/20.86;
    width: 1.2rem;
    height: auto;
  }
  .c-divider {
    top: 0;
  }
  .page-loginBonus .p-campaign--daily {
    padding: 4rem 0 11rem;
    background: url("../img/login-bonus/bg-campaign_sp.jpg") no-repeat center center/cover;
  }
  .page-loginBonus .p-campaign--playMore {
    padding: 8rem 0;
    background: url("../img/login-bonus/bg-play-more_sp.jpg") no-repeat center center/cover;
  }
  .page-loginBonus .p-campaign__inner {
    padding: 0 1.2rem;
    gap: 4rem;
  }
  .page-loginBonus .p-campaignContent__top {
    aspect-ratio: 350.001/28.532;
    background: url("../img/login-bonus/frame-top_sp.svg") no-repeat center center/cover;
  }
  .page-loginBonus .p-campaignContent__contentInner {
    padding: 4.1rem 2.2rem;
  }
  .page-loginBonus .p-campaignContent__title {
    margin-bottom: 3rem;
    font-size: 2.8rem;
  }
  .page-loginBonus .p-campaignContent__note {
    margin-top: 1rem;
  }
  .page-loginBonus .p-campaignContent__prizeText {
    margin-top: 3.1rem;
    font-size: 2.4rem;
    line-height: 150%;
  }
  .page-loginBonus .p-campaignContent__prizeText .small {
    font-size: 1.6rem;
    line-height: 150%;
  }
  .page-loginBonus .p-campaignContent__prizeText .large {
    font-size: 5.6rem;
    line-height: 100%;
  }
  .page-loginBonus .p-campaignContent__resultInfo {
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 140%;
  }
  .page-loginBonus .p-campaignContent__playMoreImage {
    aspect-ratio: 310/96;
  }
  .page-loginBonus .p-campaignContent__playMoreText {
    font-size: 1.6rem;
  }
  .page-loginBonus .p-cta {
    padding: 1.2rem 1rem 1rem;
  }
  .page-loginBonus .p-cta__buttons {
    gap: 1rem;
  }
  .page-loginBonus .p-kv {
    aspect-ratio: 375/502;
    height: calc(100vh - 6.8rem);
    max-height: 50.2rem;
    padding: 0 1.2rem;
  }
  .page-loginBonus .p-kv__contents {
    margin-top: 4rem;
  }
  .page-loginBonus .p-kv__logo {
    top: -4rem;
    left: -1.2rem;
    width: 10.079rem;
  }
  .page-loginBonus .p-kv__title {
    width: 29.3rem;
    margin-bottom: 1.1rem;
  }
  .page-loginBonus .p-kv__contents-grid {
    gap: 0.9rem 0.5rem;
  }
  .page-loginBonus .p-kv__day {
    max-width: 6.6rem;
  }
  .page-loginBonus .p-kv__note {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 2.2rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
    padding: 0.1rem 0.9rem;
    font-size: 1.4rem;
  }
  .page-loginBonus .p-modal__container {
    max-width: 30rem;
  }
  .page-loginBonus .p-modal__close {
    top: -1.5rem;
    right: -1.8rem;
    width: 6.799rem;
  }
  .page-loginBonus .p-opCoinConditions {
    padding: 8rem 0;
    background: url("../img/login-bonus/bg-conditions_sp.jpg") no-repeat center center/cover;
  }
  .page-loginBonus .p-opCoinConditions__inner {
    padding: 0 2.75rem;
  }
  .page-loginBonus .p-opCoinConditions__contents {
    aspect-ratio: 320/690.98;
    padding: 3.9rem 2rem 3rem;
    background: url("../img/login-bonus/frame-conditions_sp.png") no-repeat center center/contain;
  }
  .page-loginBonus .p-opCoinConditions__image {
    margin-top: 0.5rem;
  }
  .page-loginBonus .p-opCoinConditions__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: center;
    gap: 2rem;
    text-align: center;
  }
  .page-loginBonus .p-opCoinConditions__label {
    width: 14.8rem;
    margin: 0 auto;
  }
  .page-loginBonus .p-opCoinConditions__value {
    margin-top: 0.5rem;
  }
  .page-loginBonus .p-opCoinConditions__note {
    max-width: 25.7rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    text-align: left;
  }
  .page-quest .p-challenge__button.pc-on {
    display: none !important;
  }
  .page-quest .p-festival {
    margin-top: -4rem;
    padding: 6rem 0 9rem;
    background: url("../img/summermission/bg06_sp.jpg") no-repeat top center/cover;
  }
  .page-quest .p-festival__inner {
    aspect-ratio: 738/1764;
    padding: 12rem 0 0;
    background: url("../img/summermission/festival_sp.png") no-repeat top center/contain;
  }
  .page-quest .p-festival__title {
    font-size: 3.4rem;
    line-height: 1.4;
  }
  .page-quest .p-festival__block {
    width: 100%;
    margin: 1.8rem auto 0;
    padding: 0 4rem 0 2.5rem;
  }
  .page-quest .p-festival__block:last-child {
    margin-top: 4rem;
  }
  .page-quest .p-festival__block:last-child::before {
    display: none;
  }
  .page-quest .p-festival__lead {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
  }
  .page-quest .p-festival__btn {
    margin-top: 1rem;
  }
  .page-quest .p-festival__btn::before {
    display: none;
  }
  .page-quest .p-festival__btn {
    width: 25rem;
  }
  .page-quest .p-howtoWrap {
    margin-top: -3rem;
    padding: 6rem 0 12rem;
    background: url("../img/summermission/bg03_sp.png") no-repeat bottom center/cover;
  }
  .page-quest .p-rewardsWrap {
    margin-top: -3rem;
    padding: 9rem 0 12rem;
    background: url("../img/summermission/bg04_sp.png") no-repeat bottom center/cover;
  }
  .page-quest .p-missionAllWrap {
    margin-top: -3rem;
    padding: 7rem 0 14rem;
    background: url("../img/summermission/bg05_sp.png") no-repeat bottom center/cover;
  }
  .page-quest .p-howto {
    padding: 5.5rem 1.5rem;
  }
  .page-quest .p-conditions {
    margin-top: 2rem;
  }
  .page-quest .p-conditions__lead {
    margin-top: 3rem;
    font-size: 2rem;
    letter-spacing: -0.01em;
  }
  .page-quest .p-conditions__list {
    margin-top: 3rem;
  }
  .page-quest .p-conditions__note {
    margin-left: 0;
  }
  .page-quest .p-conditions__entry::before {
    display: none;
  }
  .page-quest .p-conditions__entry {
    width: 33rem;
    height: 7.5rem;
    font-size: 2rem;
  }
  .page-quest .p-conditions__entry.pc-on {
    display: none;
  }
  .page-quest .p-rewards {
    padding: 5rem 1.5rem;
  }
  .page-quest .p-rewards__lead {
    margin-top: 4rem;
  }
  .page-quest .p-rewards .p-table {
    padding: 1.4rem 0.8rem 0;
  }
  .page-quest .p-rewards .p-table__th {
    padding: 0.5rem 0;
    font-size: 1.2rem;
  }
  .page-quest .p-rewards .p-table__th:nth-child(1) {
    width: 9rem;
  }
  .page-quest .p-rewards .p-table__th:nth-child(2) {
    width: 11.2rem;
  }
  .page-quest .p-rewards .p-table__th:nth-child(3) {
    width: 8.4rem;
  }
  .page-quest .p-rewards .p-table__td:nth-child(1) {
    width: 9rem;
  }
  .page-quest .p-rewards .p-table__td:nth-child(2) {
    width: 11.2rem;
  }
  .page-quest .p-rewards .p-table__td:nth-child(3) {
    width: 8.4rem;
  }
  .page-quest .p-rewards .p-table__td--num {
    padding-right: 0.5rem;
    font-size: 1.4rem;
    text-align: right;
  }
  .page-quest .p-rewards .p-table__td--count {
    font-size: 1.2rem;
  }
  .page-quest .p-rewards .p-table__td--count .large {
    font-size: 2rem;
  }
  .page-quest .p-rewards .p-table__td--count .small {
    font-size: 1.6rem;
  }
  .page-quest .p-rewards .p-table__td--reward {
    padding-right: 0;
    font-size: 1.2rem;
  }
  .page-quest .p-rewards .p-table__td--reward .large01 {
    font-size: 2.8rem;
  }
  .page-quest .p-rewards .p-table__td--reward .large02 {
    font-size: 2.4rem;
  }
  .page-quest .p-rewards .p-table__td--reward .large03 {
    font-size: 2rem;
  }
  .page-quest .p-rewards__note {
    margin-left: 0;
  }
  .page-quest .p-rewards__conditions {
    aspect-ratio: 320/694;
    margin-top: 2rem;
    padding: 4rem 2rem;
    background: url("../img/summermission/rewards_sp.jpg") no-repeat center center/contain;
  }
  .page-quest .p-rewards__conditions-content {
    margin-top: 2rem;
  }
  .page-quest .p-rewards__conditions-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            flex-direction: column;
            align-items: center;
            justify-content: center;
    width: 100%;
    gap: 0.5rem;
  }
  .page-quest .p-rewards__conditions-desc {
    margin: 0;
    text-align: center;
  }
  .page-quest .p-rewards__conditions-note {
    margin-top: 1.5rem;
    line-height: 1.6;
    text-align: center;
  }
  .page-quest .p-missionAll {
    padding: 5rem 1.4rem;
  }
  .page-quest .p-missionAll__lead {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  .page-quest .p-missionAll__list {
    width: 100%;
    margin-top: 2rem;
  }
  .page-quest .p-missionAll__item {
    width: calc(100% / 2 - 1rem / 2);
  }
  .page-quest .p-campaign {
    padding: 2rem 1.5rem 5.5rem;
  }
  .page-quest .p-campaign__item-description {
    line-height: 1.4;
  }
  .page-quest .p-kv {
    aspect-ratio: 375/420;
    background: url("../img/summermission/kv_sp.jpg") no-repeat center top/cover;
  }
  .page-quest .p-kv::before {
    bottom: -2rem;
    width: 100%;
    height: 9rem;
    background: url("../img/summermission/kv-line_sp.png") no-repeat center bottom/contain;
  }
  .page-quest .p-kv__logo {
    width: 10.079rem;
  }
  .page-quest .p-kv__title {
    top: 2rem;
    left: 1.453rem;
    width: 34.1rem;
  }
  .page-quest .p-kv__date {
    bottom: 5.5rem;
    width: 27.7rem;
    padding: 0.2rem 0;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
  }
  .page-quest .p-login {
    padding: 2rem;
    background: #000;
  }
  .page-quest .p-login__buttons {
    margin: 0;
    gap: 1rem;
  }
  .page-quest .p-login__button::before {
    display: none;
  }
  .page-quest .p-login__button {
    width: 15.5rem;
  }
  .page-quest .p-login__button.pc-on {
    display: none;
  }
  .page-quest .p-contentWrap__inner {
    padding: 0 1.3rem;
  }
  .page-quest .p-contentWrap__title {
    height: 7.4rem;
  }
  .page-quest .p-close {
    margin: 1rem 0;
    font-size: 1.2rem;
  }
  .page-quest .p-frameTop {
    top: 2rem;
    height: 1.6rem;
  }
  .page-quest .p-frameTop::before, .page-quest .p-frameTop::after {
    width: 31.5rem;
    height: 1.6rem;
    background: url("../img/summermission/frame_sp.svg") no-repeat top center/contain;
  }
  .page-quest .p-frameTop::before {
    -webkit-transform: translateX(-50%);
    top: 0;
    left: 50%;
            transform: translateX(-50%);
  }
  .page-quest .p-frameTop::after {
    display: none;
  }
  .page-quest .p-frameBottom {
    bottom: 2rem;
    height: 1.6rem;
  }
  .page-quest .p-frameBottom::before, .page-quest .p-frameBottom::after {
    width: 31.5rem;
    height: 1.6rem;
    background: url("../img/summermission/frame_sp.svg") no-repeat top center/contain;
  }
  .page-quest .p-frameBottom::before {
    -webkit-transform: translateX(-50%);
    bottom: 0;
    left: 50%;
            transform: translateX(-50%);
  }
  .page-quest .p-frameBottom::after {
    display: none;
  }
  .page-quest .p-missionWrap {
    padding: 4.4rem 0 12rem;
    background: url("../img/summermission/bg02_sp.png") no-repeat bottom center/cover;
  }
  .page-quest .p-missionWrap::before {
    top: -0.1rem;
    height: 1.4rem;
    background: url("../img/summermission/bg-top_sp.png") no-repeat bottom center/cover;
  }
  .page-quest .p-mission {
    padding: 5.5rem 1.5rem;
  }
  .page-quest .p-todayMission__list {
    width: 100%;
    gap: 0.8rem 1rem;
  }
  .page-quest .p-todayMission__item {
    width: calc(100% / 2 - 1rem / 2);
  }
  .page-quest .p-clear {
    margin-top: 2rem;
  }
  .page-quest .p-clear__images {
    margin-left: -1.5rem;
  }
  .page-quest .p-clear__image--01 {
    width: 13.6rem;
  }
  .page-quest .p-clear__image--03 {
    width: 13.6rem;
  }
  .page-quest .p-clear__link::before {
    display: none;
  }
  .page-quest .p-clear__link {
    width: 32rem;
    margin-top: 2rem;
  }
  .page-quest .l-precautions__section:not(:first-of-type) {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .sp-on {
    display: none !important;
  }
  a {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  a:hover {
    opacity: 0.7;
  }
  .l-footer__linkList--pc {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: center;
    gap: 1rem;
  }
  .l-footer__linkList--sp {
    display: none;
  }
  .l-footer__linkItem {
    font-size: 1.2rem;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
  }
  .l-precautions {
    padding: 8rem 0;
  }
  .l-precautions__inner {
    max-width: 78rem;
    padding: 0 2rem;
  }
  .c-button span::after {
    aspect-ratio: 15/26;
    width: 1.5rem;
    margin-right: calc(-1.5rem - 1rem);
    margin-left: 1rem;
  }
  .page-loginBonus .p-campaign--daily {
    padding: 8rem 0 11rem;
  }
  .page-loginBonus .p-campaign--playMore {
    padding: 11rem 0;
  }
  .page-loginBonus .p-campaign__inner {
    max-width: 104rem;
    padding: 0 2rem;
    gap: 8rem;
  }
  .page-loginBonus .p-campaignContent__top {
    aspect-ratio: 1000/25.521;
    background: url("../img/login-bonus/frame-top.svg") no-repeat center center/cover;
  }
  .page-loginBonus .p-campaignContent__playMoreImage {
    aspect-ratio: 74/23;
  }
  .page-loginBonus .p-kv {
    width: 100%;
    min-height: 68rem;
    padding: 0 2rem;
  }
  .page-loginBonus .p-kv__contents::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 29.1rem;
    height: auto;
    background-image: url("../img/kv-logo.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .page-loginBonus .p-kv__logo {
    top: -1rem;
    left: 0;
    width: 28.335rem;
  }
  .page-loginBonus .p-kv__title {
    width: 45.2rem;
    margin-bottom: 1.9rem;
  }
  .page-loginBonus .p-kv__contents-grid {
    gap: 0.4rem;
  }
  .page-loginBonus .p-kv__note {
    max-width: 50.7rem;
    height: 2.4rem;
    margin-bottom: 1.3rem;
    padding: 0.1rem 1.3rem;
  }
  .page-loginBonus .p-opCoinConditions {
    padding: 11rem 0;
  }
  .page-loginBonus .p-opCoinConditions__inner {
    margin: 0 auto;
  }
  .page-loginBonus .p-opCoinConditions__contents {
    aspect-ratio: 268/203;
    max-width: 82rem;
    margin: auto;
    padding: 8rem 2rem 4rem;
    background: url("../img/login-bonus/frame-conditions.png") no-repeat center center/contain;
  }
  .page-loginBonus .p-opCoinConditions__content {
    -ms-grid-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -ms-grid;
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: max-content 1fr;
            align-items: flex-start;
    gap: 2.6rem 2rem;
  }
  .page-loginBonus .p-opCoinConditions__condition {
    display: contents;
  }
  .page-quest .p-challenge__button:hover::before {
    -webkit-transition: opacity 0.3s ease;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .page-quest .p-challenge__button.sp-on {
    display: none !important;
  }
  .page-quest .p-challenge__link:hover::before {
    -webkit-transition: opacity 0.3s ease;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .page-quest .p-festival__btn:hover::before {
    -webkit-transition: opacity 0.3s ease;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .page-quest .p-conditions__entry:hover::before {
    -webkit-transition: opacity 0.3s ease;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .page-quest .p-conditions__entry.sp-on {
    display: none;
  }
  .page-quest .p-kv {
    height: 68rem;
  }
  .page-quest .p-kv::before {
    aspect-ratio: 1440/162.5;
    bottom: -3.2rem;
    width: 100%;
    background: url("../img/summermission/kv-line.png") no-repeat center bottom/contain;
  }
  .page-quest .p-kv__logo {
    width: 19.6%;
    max-width: 28.335rem;
  }
  .page-quest .p-kv__title {
    position: absolute;
    top: 9.2rem;
    left: 1.7rem;
    width: 58.2%;
    max-width: 69.9rem;
  }
  .page-quest .p-login__button--register::before {
    background: url("../img/summermission/btn-reg-active.jpg") no-repeat bottom center/cover;
    content: "";
  }
  .page-quest .p-login__button:hover::before {
    -webkit-transition: opacity 0.3s ease;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .page-quest .p-login__button.sp-on {
    display: none;
  }
  .page-quest .p-clear__link:hover::before {
    -webkit-transition: opacity 0.3s ease;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__container {
    padding: 1rem;
  }
  .l-header__logo {
    width: 12rem;
  }
  .l-header__navigation {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #448938;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .l-header__navigationList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            flex-direction: column;
            align-items: stretch;
  }
  .l-header__navigationItem:not(:last-of-type) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .l-header__navigationLink--desktop {
    display: none;
  }
  .l-header__navigationLink--sp {
    display: block;
    padding: 1.5rem 2rem;
    color: white;
    font-size: 1.6rem;
    text-align: center;
  }
  .l-header__navigationLink--sp:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .l-header__menuIcon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    width: 4.4rem;
    height: 4.4rem;
    padding: 1.2rem 1rem;
    gap: 0.5rem;
    cursor: pointer;
  }
  .l-header.is-open .l-header__navigation {
    visibility: visible;
    z-index: 1000;
    opacity: 1;
  }
  .l-header.is-open .l-header__menuIconBar {
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .l-header.is-open .l-header__menuIconBar:first-child {
    -webkit-transform: translateY(0.8rem) rotate(45deg);
            transform: translateY(0.8rem) rotate(45deg);
  }
  .l-header.is-open .l-header__menuIconBar:nth-child(2) {
    opacity: 0;
  }
  .l-header.is-open .l-header__menuIconBar:last-child {
    -webkit-transform: translateY(-0.8rem) rotate(-45deg);
            transform: translateY(-0.8rem) rotate(-45deg);
  }
  .l-header--pc {
    display: none;
  }
  .l-header--sp {
    display: block;
  }
}
@media (hover: hover) {
  .c-button:hover {
    -webkit-transform: translateY(-0.5rem) !important;
            transform: translateY(-0.5rem) !important;
    opacity: 1;
  }
}
@media screen and (max-width: 1020px) {
  .page-loginBonus .p-kv__contents::after {
    width: 17rem;
  }
}
@media screen and (max-width: 990px) {
  .page-quest .p-challenge {
    padding: 6.5rem 0 3rem;
    background: url("../img/summermission/bg01_sp.jpg") no-repeat bottom center/cover;
  }
  .page-quest .p-challenge__inner {
    aspect-ratio: 353/895;
    width: 35rem;
    margin-top: 1rem;
    padding: 5.5rem 2.5rem 0;
    background: url("../img/summermission/challenge_sp.png") no-repeat center center/contain;
  }
  .page-quest .p-challenge__inner::before {
    top: auto;
    right: auto;
    bottom: -1.5rem;
    left: 1rem;
    width: 5.5rem;
    height: 5.5rem;
  }
  .page-quest .p-challenge__inner::after {
    top: -1rem;
    right: 2rem;
    left: auto;
    width: 4.8rem;
    height: 4.8rem;
  }
  .page-quest .p-challenge__title {
    width: 100%;
  }
  .page-quest .p-challenge__lead {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }
  .page-quest .p-challenge__box {
    width: 100%;
    margin-top: 4.5rem;
  }
  .page-quest .p-challenge__box::before, .page-quest .p-challenge__box::after {
    top: -3.5rem;
    width: 30rem;
    height: 1.6rem;
  }
  .page-quest .p-challenge__box::after {
    top: auto;
    bottom: -2.5rem;
  }
  .page-quest .p-challenge__subTitle span {
    padding-top: 0.4rem;
    font-size: 1rem;
  }
  .page-quest .p-challenge__subTitle {
    padding: 0;
    font-size: 1.6rem;
  }
  .page-quest .p-challenge__point {
    margin-top: 0.5rem;
  }
  .page-quest .p-challenge__notes {
    width: 100%;
    margin-top: 4.5rem;
  }
  .page-quest .p-challenge__note {
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }
  .page-quest .p-challenge__note::last-child {
    margin-bottom: 0;
  }
  .page-quest .p-challenge__button {
    width: 31rem;
  }
  .page-quest .p-challenge__button::before {
    display: none;
  }
  .page-quest .p-challenge__button.pc-on {
    display: none !important;
  }
  .page-quest .p-challenge__button.sp-on {
    display: block !important;
  }
  .page-quest .p-challenge__link {
    width: 27.2rem;
  }
  .page-quest .p-challenge__link::before {
    display: none;
  }
}
@media (max-width: 1070px) and (min-width: 768px) {
  .page-quest .p-festival__inner {
    padding-top: 15vw;
  }
  .page-quest .p-festival__title {
    font-size: 4.4vw;
  }
  .page-quest .p-festival__block {
    width: 74vw;
  }
  .page-quest .p-festival__block:last-child {
    margin-top: 6vw;
  }
  .page-quest .p-festival__lead {
    margin-top: 2vw;
    font-size: 2.4vw;
  }
  .page-quest .p-festival__btn {
    width: 31.2vw;
    margin-top: 2vw;
  }
}
