@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # https://github.com/filipelinhares/ress/blob/master/ress.css
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
  width: 100%;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
  height: 100%;
}

img {
  vertical-align: bottom;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-list {
  border: 4px solid #000;
  border-radius: 16px;
  overflow: hidden;
}
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 72px;
  width: 72px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -35px;
  z-index: 1;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: url(../img/modal_prev_arrow.png);
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -35px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: url(../img/modal_next_arrow.png);
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../img/img_maru_black.png);
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.l-main-login {
  background-image: url("../img/bg_login_pc.png");
  background-size: cover;
  background-position: center;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-main-game {
  background-image: url("../img/bg_wall.png");
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  display: flex;
  padding: 24px 0;
}
.l-main-game__nav {
  width: 74px;
  position: relative;
}
.l-main-game__contents {
  background-image: url("../img/bg_texture.png");
  background-size: cover;
  background-position: center;
  padding: 0 0 80px 0;
  border: 4px solid #000;
  border-radius: 20px;
  width: 1336px;
  height: 94vh;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-main-game__contents::-webkit-scrollbar {
  display: none;
}
.l-main-game__inner {
  position: relative;
}

.l-main-errorpages {
  background-image: url("../img/bg_login_pc.png");
  background-size: cover;
  background-position: center;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.c-login {
  padding: 5px 0;
  border-radius: 15px;
  text-align: center;
}
.c-login__label {
  display: block;
}
.c-login__label + .c-login__label {
  margin-top: 24px;
  margin-bottom: 16px;
}
.c-login__label-check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-login__dl {
  text-align: left;
}
.c-login__dt {
  font-size: 1.4rem;
  font-weight: 500;
}
.c-login__dd {
  background-color: #fff;
  border-radius: 6px;
}
.c-login__dd--error {
  border: 2px solid #e60011;
  background: #FFF1F3;
}
.c-login__input {
  border-radius: 6px;
  font-size: 1.4rem;
}
.c-login__input::placeholder {
  font-size: 1.4em;
  font-weight: 300;
}
.c-login__checkbox {
  width: 14px;
  height: 14px;
  color: #fff;
}
.c-login__checklabel {
  font-size: 1.4rem;
  margin-left: 14px;
}
.c-login__footnote {
  margin-top: 29px;
  font-size: 1.6rem;
  font-weight: 500;
}
.c-login__linkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}
.c-login__linkbox figure {
  width: 24px;
  height: 24px;
}
.c-login__link {
  color: #000;
}
.c-login__link:hover {
  text-decoration: underline;
}
.c-login__error-msg {
  font-size: 1.4rem;
  color: #e60011;
  display: block;
  font-weight: bold;
  margin: 0 auto 40px;
}

.p-modal__content {
  background: #fff;
  text-align: left;
  overflow-y: auto;
  overscroll-behavior: none;
  border-radius: 20px;
  height: 100%;
}
.p-modal__content--treasure, .p-modal__content--missionclear {
  border-radius: 0;
  background: none;
  overflow-y: hidden;
}
.p-modal__content--howtoplay {
  padding: 40px;
}
.p-modal__content--info {
  padding: 40px;
}
.p-modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.p-modal__wrapper--treasure, .p-modal__wrapper--missionclear {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.p-modal__layer {
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.p-modal__layer--shine {
  background: #ffb94f;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.p-modal__layer--loser {
  background: #e0e0e0;
  cursor: default;
}
.p-modal__shinebox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  position: absolute;
}
.p-modal__loserbox {
  width: 100%;
  height: 0;
  background: linear-gradient(to top, rgba(21, 20, 50, 0) 0, #151432 100%);
  animation: heightAnimation 2s forwards;
}
@keyframes heightAnimation {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.p-modal__loserbox-inner {
  width: 100%;
  height: 0;
  background-image: url("../img/bg_loser.png");
  background-position: top center;
  animation: heightAnimation 2s forwards;
}
@keyframes heightAnimation {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.p-modal__effect-above {
  animation: rotateClockwise 15s linear infinite;
}
@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-modal__effect-under {
  opacity: 0.5;
  animation: rotateCounterclockwise 20s linear infinite;
}
@keyframes rotateCounterclockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.p-modal-inner {
  height: 100%;
}
.p-modal__header-title {
  text-align: center;
  padding: 16px 0;
  border: 4px solid #000;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  color: #000;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}
.p-modal__header-title--howtoplay {
  background-image: url("../img/bg_text_frame_modal.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: inherit;
  border: 0px;
}
.p-modal__header-subtitle {
  margin-top: 30px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
.p-modal__header-subtitle span {
  font-weight: 600;
}
.p-modal__header-text {
  margin: 12px 0;
  text-align: center;
  font-size: 2rem;
  color: #000;
  font-weight: bold;
}
.p-modal__body {
  padding: 40px 64px;
}
.p-modal__body--treasure, .p-modal__body--missionclear {
  padding: 50px 0 0;
}
.p-modal__body--howtoplay {
  padding: 0;
}
.p-modal__body--info {
  padding: 0;
}
.p-modal__treasure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-modal__choose {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-modal__choose-item {
  width: 232px;
}
.p-modal__column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding: 0 0 10px 0;
}
.p-modal__column--missionclear {
  gap: 0px;
}
.p-modal__column--howtoplay {
  gap: 0px;
}
.p-modal__column--info {
  gap: 0px;
}
.p-modal__column-more {
  margin-top: 40px;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
}
.p-modal__column-more::after {
  content: "▶";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 20px;
  top: 0;
}
.p-modal__column-more a {
  color: #000;
}
.p-modal__column-title {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 760;
}
.p-modal__column-text {
  font-size: 1.4rem;
  text-align: center;
}
.p-modal__column-image {
  width: 280px;
}
.p-modal__column-note {
  font-size: 1rem;
  line-height: 1.6;
}
.p-modal__choose-box {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.p-modal__choose-text {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
}
.p-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100% - 40px, 616px);
  transform: translate(-50%, -49%);
}
.p-modal__container--treasure, .p-modal__container--missionclear, .p-modal__container--howtoplay, .p-modal__container--info {
  width: min(100% - 40px, 1000px);
}
.p-modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 80px 20px 20px;
}
.p-modal__close {
  position: absolute;
  top: 20px;
  top: -8px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: opacity 0.6s;
}
.p-modal__close:hover {
  opacity: 0.6;
}
.p-modal__close:before, .p-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
.p-modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-modal__figure-img {
  position: relative;
}
.p-modal__caption {
  position: absolute;
  bottom: -1px;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  padding: 16px;
}
.p-modal__caption-title {
  color: #F9CD6B;
  font-size: 2rem;
  font-weight: bold;
}
.p-modal__caption-text {
  margin-top: 8px;
  color: #fff;
  font-size: 1.6rem;
}
.p-modal__reward-box {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.p-modal__reward-text {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
}
.p-modal__reward-point-text {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-modal__reward-btn {
  width: 256px;
  margin: 0 auto;
}
.p-modal__info-title {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 auto 24px;
}
.p-modal__info-subtitle {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-modal__info-text {
  font-size: 1.6rem;
  font-weight: bold;
  max-height: 40vh;
  overflow: scroll;
  scrollbar-width: none;
}

.c-btn--img {
  width: 100%;
  display: block;
  position: relative;
}
.c-btn--img::after {
  content: "";
  display: block;
  width: 96%;
  height: 8px;
  background-image: url("../img/p-bottn-shadow.png");
  background-size: contain;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.c-btn--img:hover {
  transform: translate(0px, 5px);
}
.c-btn--img:hover::after {
  content: "";
  background-image: none;
  bottom: 10px;
}

.c-game__user-icon {
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  overflow: hidden;
  width: 32px;
}
.c-game__accessory {
  position: fixed;
  top: 48px;
  left: 114px;
  height: 40px;
  display: flex;
  gap: 16px;
  z-index: 3;
}
.c-game__accessory-user {
  width: 108px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../img/bg_accessory-user.png");
  background-size: contain;
  background-position: top left;
  padding: 0 8px;
}
.c-game__accessory-lv {
  font-weight: bold;
  color: #000;
  font-size: 1.6rem;
}
.c-game__accessory-exp {
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../img/bg_accessory-exp.png");
  background-size: contain;
  background-position: top left;
  padding: 0 8px;
}
.c-game__accessory-exptitele {
  width: 32px;
}
.c-game__accessory-exppoint {
  font-weight: bold;
  color: #000;
  font-size: 1.6rem;
}
.c-game__accessory-jewel {
  width: 108px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../img/bg_accessory-jewel.png");
  background-size: contain;
  background-position: top left;
  padding: 0 8px;
}
.c-game__accessory-jewelicon {
  width: 32px;
}
.c-game__accessory-jewelpoint {
  font-weight: bold;
  color: #000;
  font-size: 1.6rem;
}
.c-game__accessory-bell {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../img/bg_accessory-bell.png");
  background-size: contain;
  background-position: center center;
  padding: 0 8px;
}
.c-game__accessory-bellicon {
  width: 22px;
  height: 25px;
  position: relative;
  z-index: 0;
}
.c-game__accessory-bellicon::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -3px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  z-index: 1;
}
.c-game__accessory-bellicon::after {
  content: "";
  position: absolute;
  top: 2px;
  right: -1px;
  border: 4px solid #e60011;
  border-radius: 50%;
  z-index: 2;
  width: 8px;
  height: 8px;
}
.c-game__nav {
  position: relative;
}
.c-game__nav-icon {
  width: 50px;
  max-height: 50px;
  margin: 6px auto 28px;
  padding: 8px 0;
}
.c-game__navitem {
  position: relative;
  left: -8px;
  margin-bottom: 4px;
}
.c-game__navitem:hover {
  left: 0px;
}
.c-game__navitem--active {
  left: 0px;
  position: relative;
}
.c-game__navitem--active::after {
  content: "";
  background-image: url("../img/icon_hero.png");
  background-size: contain;
  background-position: center center;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: -1px;
}
.c-game__sec-title {
  width: 558px;
  height: 68px;
  margin: 0 auto;
  font-size: 3.2rem;
  text-align: center;
  background-image: url("../img/bg_text_frame.png");
  background-size: contain;
  background-position: center bottom;
  position: relative;
  line-height: 68px;
}
.c-game__mission-status {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 296px;
  position: relative;
}
.c-game__mission-boss {
  width: 100px;
}
.c-game__mission-data {
  width: 180px;
}
.c-game__progress-bar dt {
  font-size: 1.2rem;
  font-weight: bold;
}
.c-game__progress-bar dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
}
.c-game__progress-bar dd #progress-bar {
  height: 14px;
  background-color: #eaeaea;
  border-radius: 30px;
  border: solid 2px #000;
  margin-right: 4px;
  width: 100%;
}
.c-game__progress-bar dd #progress-bar::-webkit-progress-bar {
  background-color: #eaeaea;
  border-radius: 30px;
  border: solid 2px #fff;
}
.c-game__progress-bar dd #progress-bar::-webkit-progress-value {
  background-color: #6CE74D;
  border-radius: 30px;
}
.c-game__progress-bar dd #progress-bar::-moz-progress-bar {
  background-color: #6CE74D;
  border-radius: 30px;
}
.c-game__progress-bar dd .bar-count {
  font-weight: bold;
  font-size: 1.6rem;
}
.c-game__monster-reward {
  margin-top: 16px;
}
.c-game__monster-reward dt {
  font-size: 1.2rem;
  font-weight: bold;
}
.c-game__monster-reward dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
}
.c-game__monster-reward-exp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.c-game__monster-reward-exp img {
  height: 26px;
  margin-right: 4px;
}
.c-game__monster-reward-jewel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}
.c-game__monster-reward-jewel img {
  height: 26px;
  margin-right: 4px;
}
.c-game__guildranking-trophy {
  background-image: url("../img/bg_trophy_light.png");
  background-size: 844px 602px;
  background-position: center top;
}
.c-game__guildranking-trophy-inner {
  width: 388px;
  height: 168px;
  position: absolute;
  bottom: 70px;
  left: 230px;
}
.c-game__guildranking-pedestal {
  position: absolute;
  z-index: 1;
}
.c-game__guildranking-trophys {
  width: 138px;
  height: 138px;
}
.c-game__guildranking-trophys1 {
  position: absolute;
  bottom: 136px;
  left: 123px;
  z-index: 0;
}
.c-game__guildranking-trophys2 {
  position: absolute;
  bottom: 90px;
  left: 0;
  z-index: 0;
}
.c-game__guildranking-trophys3 {
  position: absolute;
  bottom: 90px;
  right: 0;
  z-index: 0;
}
.c-game__guild-rankin {
  outline-width: 1px;
  outline-offset: 0;
  outline-color: rgba(0, 0, 0, 0.75);
  outline-style: solid;
  animation: animateOutline 1.3s ease infinite;
}
@keyframes animateOutline {
  0% {
    outline-width: 1px;
    outline-offset: 0;
    outline-color: rgba(0, 0, 0, 0);
  }
  10% {
    outline-color: rgba(108, 231, 77, 0.75);
  }
  /* The animation finishes at 50% */
  50% {
    outline-width: 6px;
    outline-offset: 4px;
    outline-color: rgba(0, 0, 0, 0);
  }
  100% {
    outline-width: 7px;
    outline-offset: 4px;
    outline-color: rgba(51, 51, 51, 0);
  }
}
.c-game__guild-toplist3 {
  width: 545px;
}
.c-game__guild-toplist3-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.c-game__guild-top-icon {
  width: 97px;
  height: 76px;
}
.c-game__guild-top-data {
  width: 440px;
  height: 76px;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.c-game__guild-toprank {
  width: 258px;
  height: 68px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0 0 0 50px;
  gap: 8px;
}
.c-game__guild-toprank-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 2px;
  width: 160px;
}
.c-game__guild-toprank-exp {
  font-size: 1.4rem;
  font-weight: bold;
}
.c-game__guild-toprank-img {
  position: relative;
  top: 0;
  z-index: 0;
  left: 0;
}
.c-game__guild-toprank-img img {
  width: 220px;
  opacity: 0.6;
}
.c-game__guild-underlist {
  width: 545px;
}
.c-game__guild-underlist-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.c-game__guild-under-icon {
  width: 97px;
  height: 67px;
  display: flex;
  letter-spacing: 1px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 4rem;
  color: #000;
  background-image: url(../img/icon_underranking.png);
  background-size: contain;
  background-position: center center;
}
.c-game__treasure-status {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 296px;
  position: relative;
}
.c-game__treasure-thumbnail {
  width: 370px;
  height: 208px;
  padding: 15px;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.c-game__treasure-thumbnail--bronze {
  background-image: url(../img/bg_treasure_thumbnail_bronze.png);
}
.c-game__treasure-thumbnail--silver {
  background-image: url(../img/bg_treasure_thumbnail_silver.png);
}
.c-game__treasure-thumbnail--gold {
  background-image: url(../img/bg_treasure_thumbnail_gold.png);
}
.c-game__treasure-thumbnail img {
  width: 176px;
  height: 176px;
  object-fit: cover;
  transition: 0.2s;
  border-radius: 4px;
}
.c-game__sort {
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.c-game__search-pref {
  width: 180px;
  height: 40px;
  font-size: 1.6rem;
  border: 2px solid #000;
  border-radius: 4px;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}
.c-game__search-pref::after {
  content: "▼";
  width: 34px;
}
.c-game__select {
  width: 180px;
  padding: 0 6px;
}
.c-game__option {
  font-weight: bold;
}

.c-clear__stamp::after {
  content: "";
  background-image: url("../img/bg_mission_clearframe.png");
  background-size: contain;
  background-position: center center;
  width: 348px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-clear__stamp-singleunit::after {
  content: "";
  background-image: url("../img/bg_mission_clearframe.png");
  background-size: contain;
  background-position: center center;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.c-panel {
  width: 228px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 10px;
  color: #000;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.c-panel__disable {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.24);
  z-index: 1;
  border-radius: 10px;
}
.c-panel__flex {
  display: flex;
  justify-content: flex-start;
  gap: 17px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.c-panel__thum {
  width: 100%;
  height: 228px;
}
.c-panel__thum img {
  object-fit: cover;
  transition: 0.2s;
  height: 100%;
}
.c-panel__data {
  padding: 16px;
  text-align: center;
  min-height: 120px;
}
.c-panel__subtitle {
  color: #878787;
  font-size: 1.2rem;
}
.c-panel__title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.c-panel__text {
  margin-top: 8px;
  font-size: 1.4rem;
}
.c-panel__btn {
  margin-top: 16px;
}
.c-panel__status {
  border-radius: 10px;
  color: #fff;
  font-size: 1.4rem;
  width: 146px;
  margin: 16px auto 4px;
  padding: 2px 0;
}
.c-panel__status--no-process {
  background: #E96158;
}
.c-panel__status--processing {
  background: #5881E9;
}
.c-panel__status--processed {
  background: #42B83F;
}

.c-link {
  color: #000;
}
.c-link:hover {
  color: #878787;
}

.p-game__headboard {
  margin-bottom: 80px;
}
.p-game__nav--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-game__navitem {
  position: relative;
  left: 0px;
}
.p-game__navitem:hover {
  left: 0px;
}
.p-game__navitem:first-child {
  margin-bottom: 16px;
}
.p-game__announce-board {
  position: absolute;
  z-index: 0;
  top: 50px;
  right: 40px;
  background: rgba(255, 255, 255, 0.9);
  width: 320px;
  height: 327px;
  padding: 35px 16px;
  border: 4px solid #000;
  border-radius: 16px;
}
.p-game__announce-list {
  height: 280px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: #000;
}
.p-game__announce-title {
  position: absolute;
  top: -30px;
  left: -4px;
  right: 0;
  z-index: 1;
  width: 320px;
}
.p-game__announce-date {
  font-size: 1.2rem;
  font-weight: bold;
}
.p-game__announce-text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0px 0 8px;
  padding: 0px 0 8px;
}
.p-game__announce-text::after {
  content: "";
  display: block;
  background-image: linear-gradient(to right, #000 8px, transparent 6px);
  background-size: 16px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 8px;
  margin-bottom: 8px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.p-game__mission {
  margin: 0 0 120px;
}
.p-game__sec-title--mission::before {
  content: "";
  background-image: url("../img/icon_dragon_white.gif");
  background-size: contain;
  background-position: center center;
  width: 328px;
  height: 158px;
  display: inline-block;
  position: absolute;
  top: -52px;
  left: -154px;
}
.p-game__sec-title--mission::after {
  content: "";
  background-image: url("../img/icon_dragon_black.gif");
  background-size: contain;
  background-position: center center;
  width: 328px;
  height: 158px;
  display: inline-block;
  position: absolute;
  top: -52px;
  right: -154px;
}
.p-game__sec-title--guildranking::before {
  content: "";
  background-image: url("../img/icon_oji.gif");
  background-size: contain;
  background-position: center center;
  width: 328px;
  height: 160px;
  display: inline-block;
  position: absolute;
  top: -50px;
  left: -154px;
}
.p-game__sec-title--guildranking::after {
  content: "";
  background-image: url("../img/icon_hime.gif");
  background-size: contain;
  background-position: center center;
  width: 328px;
  height: 160px;
  display: inline-block;
  position: absolute;
  top: -50px;
  right: -154px;
}
.p-game__sec-title--status::before {
  content: "";
  background-image: url("../img/icon_hero.gif");
  background-size: contain;
  background-position: center center;
  width: 328px;
  height: 170px;
  display: inline-block;
  position: absolute;
  top: -60px;
  left: -154px;
}
.p-game__sec-title--status::after {
  content: "";
  background-image: url("../img/icon_status_hiroinn.gif");
  background-size: contain;
  background-position: center center;
  width: 328px;
  height: 170px;
  display: inline-block;
  position: absolute;
  top: -60px;
  right: -154px;
}
.p-game__sec-title--treasure::before {
  content: "";
  background-image: url("../img/icon_treasure_left.gif");
  background-size: contain;
  background-position: center center;
  width: 328px;
  height: 170px;
  display: inline-block;
  position: absolute;
  top: -50px;
  left: -154px;
}
.p-game__sec-title--treasure::after {
  content: "";
  background-image: url("../img/icon_treasure_right.gif");
  background-size: contain;
  background-position: center center;
  width: 328px;
  height: 170px;
  display: inline-block;
  position: absolute;
  top: -50px;
  right: -154px;
}
.p-game__sec-totalling {
  width: 430px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 2px 0 #000, -1px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000;
}
.p-game__mission-board-group {
  width: 1208px;
  margin: 46px auto 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.p-game__mission-board {
  width: 392px;
  height: 324px;
  background-image: url("../img/bg_mission_frame.png");
  background-size: contain;
  background-position: center center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-game__mission-title {
  font-size: 2rem;
  text-align: center;
  width: 296px;
  margin: 0 auto 4px;
}
.p-game__mission-subtext {
  font-size: 1.4rem;
  text-align: center;
  width: 296px;
  margin: 0 auto 4px;
}
.p-game__mission-comment {
  font-size: 1.4rem;
  text-align: center;
  width: 264px;
  margin: 0 auto 4px;
  font-weight: bold;
}
.p-game__monster-reward-wrap {
  width: 166px;
}
.p-game__btn {
  width: 500px;
  margin: 0 auto;
}
.p-game__mission-board-singleunit {
  width: 1208px;
  margin: 46px auto 40px;
  padding: 24px;
  background: #242424;
  border-radius: 20px;
  border: 4px solid #fff;
  position: relative;
}
.p-game__mission-status-singleunit {
  width: auto;
}
.p-game__mission-thumbnail-singleunit {
  width: 370px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.p-game__mission-thumbnail-singleunit img {
  object-fit: cover;
}
.p-game__mission-data-singleunit {
  color: #fff;
  flex: 1;
}
.p-game__mission-title-singleunit {
  width: auto;
  font-size: 3.6rem;
  margin-bottom: 8px;
}
.p-game__mission-subtext-singleunit {
  width: auto;
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: bold;
}
.p-game__progress-bar-singleunit dt {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.p-game__progress-bar-singleunit dd #progress-bar {
  height: 20px;
  border: solid 2px #fff;
  margin-right: 8px;
}
.p-game__progress-bar-singleunit dd #progress-bar::-webkit-progress-bar {
  background-color: #eaeaea;
  border-radius: 30px;
  border: solid 2px #fff;
}
.p-game__monster-reward-wrap-singleunit {
  width: 208px;
}
.p-game__monster-reward-singleunit dt {
  font-size: 1.6rem;
}
.p-game__monster-reward-singleunit dd {
  font-size: 2.4rem;
}
.p-game__monster-reward-singleunit-exp img {
  height: 36px;
  margin-right: 4px;
}
.p-game__monster-reward-singleunit-jewel img {
  height: 36px;
  margin-right: 4px;
}
.p-game__mission-comment-singleunit {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.p-game__mission-board-limit {
  width: auto;
  background: #F9CD6B;
  border-radius: 4px;
  padding: 8px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 16px;
  color: #000;
}
.p-game__mission-avatar {
  width: 915px;
  height: 550px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-game__mission-avatar-status {
  width: 490px;
}
.p-game__mission-avatar-imagebox {
  width: 360px;
}
.p-game__mission-avatar-lvlabel {
  width: 210px;
  margin: 0 auto 24px;
}
.p-game__mission-avatar-image {
  width: 100%;
}
.p-game__mission-avatar-label-up {
  width: 175px;
  margin: 24px auto 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.p-game__mission-avatar-lvbefore {
  font-size: 2.4rem;
  font-weight: bold;
}
.p-game__mission-avatar-lvafter {
  font-size: 3.2rem;
  font-weight: bold;
}
.p-game__mission-avatar-lvcoment {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.p-game__mission-avatar-btn {
  width: 257px;
  margin: 24px auto 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.p-game__mission-clear-box {
  width: 490px;
  max-height: 390px;
  overflow: hidden;
  background: #000;
  border-radius: 20px;
  border: 4px solid #fff;
  padding: 24px;
  margin-bottom: 16px;
}
.p-game__mission-clear-head {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.p-game__mission-clear-list {
  height: 280px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-game__mission-clear-list li {
  background: #fff;
  border-radius: 8px;
  padding: 6px 8px;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.p-game__mission-clear-img {
  border-radius: 4px;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.p-game__mission-clear-img img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.p-game__mission-clear-reward {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-direction: row;
}
.p-game__mission-clear-reward-exp, .p-game__mission-clear-reward-jewel {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 3.2rem;
  font-weight: bold;
  gap: 4px;
}
.p-game__mission-clear-reward-exp img, .p-game__mission-clear-reward-jewel img {
  width: 48px;
}
.p-game__mission-clear-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2px;
}
.p-game__mission-clear-text {
  font-size: 1.2rem;
  font-weight: bold;
}
.p-game__guildranking-board {
  background: #242424;
  width: 1200px;
  margin: 40px auto;
  padding: 0 0 80px 0;
  border-radius: 20px;
  border: 4px solid #fff;
  position: relative;
  overflow: hidden;
}
.p-game__guildranking-trophy {
  width: 844px;
  height: 602px;
  position: relative;
  top: -150px;
  left: 50%;
  transform: translate(-50%);
}
.p-game__guildranking-toplist3 {
  width: 545px;
  margin: -80px auto 0;
}
.p-game__guildranking-board--top {
  background: #242424;
  width: 1200px;
  margin: 40px auto;
  height: 480px;
  border-radius: 20px;
  border: 4px solid #fff;
  position: relative;
  overflow: hidden;
}
.p-game__guildranking-trophy--top {
  width: 844px;
  height: 602px;
  position: relative;
  top: -150px;
  left: -100px;
}
.p-game__guildranking-toplist3--top {
  position: absolute;
  top: 100px;
  right: 60px;
}
.p-game__guild-toprank--rank1 {
  background-image: url(../img/bg_rank1.png);
  background-size: contain;
  background-position: center center;
}
.p-game__guild-toprank--rank2 {
  background-image: url(../img/bg_rank2.png);
  background-size: contain;
  background-position: center center;
}
.p-game__guild-toprank--rank3 {
  background-image: url(../img/bg_rank3.png);
  background-size: contain;
  background-position: center center;
}
.p-game__guild-toprank--under {
  background-image: url(../img/bg_rank_under.png);
  background-size: contain;
  background-position: center center;
}
.p-game__treasure-board {
  width: 1208px;
  margin: 46px auto 40px;
  padding: 24px;
  border-radius: 20px;
  border: 4px solid #fff;
  position: relative;
  background-size: cover;
}
.p-game__treasure-board--bronze {
  background-image: url(../img/bg_treasure_bronze.png);
}
.p-game__treasure-board--silver {
  background-image: url(../img/bg_treasure_silver.png);
}
.p-game__treasure-board--gold {
  background-image: url(../img/bg_treasure_gold.png);
}
.p-game__treasure-status-singleunit {
  width: auto;
}
.p-game__treasure-thumbnail {
  margin-right: 40px;
}
.p-game__treasure-data-singleunit {
  color: #fff;
  width: 750px;
  max-width: 750px;
}
.p-game__treasure-title-singleunit {
  width: auto;
  font-size: 3.6rem;
  margin-bottom: 8px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
}
.p-game__treasure-subtext-singleunit {
  width: auto;
  font-size: 1.4rem;
  margin-bottom: 6px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
}
.p-game__treasure-itemtext {
  font-size: 2rem;
  margin: 16px 0;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
}
.p-game__treasure-starbox {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 8px;
}
.p-game__treasure-link {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}
.p-game__treasure-link a {
  color: #000;
  display: block;
  background-image: url(../img/bg_text_frame_l.png);
  background-size: contain;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 56px;
}
.p-game__status-link {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}
.p-game__status-link a {
  color: #000;
  display: block;
  background-image: url(../img/bg_text_frame_l.png);
  background-size: contain;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 56px;
}
.p-game__status {
  background: #000;
  width: 1208px;
  margin: 40px auto;
  border: 4px solid #fff;
  border-radius: 16px;
  color: #fff;
}
.p-game__status-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 4px solid #fff;
  padding: 24px 40px;
}
.p-game__status-individual {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 3.2rem;
  gap: 24px;
}
.p-game__status-guild {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  font-size: 3.2rem;
  gap: 24px;
}
.p-game__status-guild-image {
  width: 48px;
  height: 48px;
  border: 1px solid #878787;
  border-radius: 4px;
  overflow: hidden;
}
.p-game__status-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 60px;
}
.p-game__status-user-img > img {
  width: 360px;
  height: 360px;
}
.p-game__status-user-data {
  font-size: 1.6rem;
  width: 390px;
}
.p-game__status-user-data > ul {
  width: 500px;
}
.p-game__status-user-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  text-align: center;
  margin-bottom: 10px;
}
.p-game__status-user-item:nth-child(1) {
  text-align: left;
}
.p-game__status-user-item:nth-child(1) > .p-game__status-user-matter {
  display: flex;
  align-items: center;
}
.p-game__status-user-item:nth-child(2) {
  text-align: left;
}
.p-game__status-user-label {
  width: 154px;
  text-align: left;
}
.p-game__status-user-matter {
  font-size: 3.2rem;
  font-weight: bold;
  padding-left: 50px;
}
.p-game__status-user-matter span {
  font-size: 1.6rem;
}
.p-game__status-user-note {
  font-size: 1.6rem;
  font-weight: normal;
}
.p-game__status-user-brave {
  font-size: 3.2rem;
}
.p-game__status-user-jobchange-btn {
  width: 100px;
  font-size: 3.2rem;
  margin-left: 10px;
  margin-top: 0;
}
.p-game__gift-record {
  width: 1208px;
  margin: 46px auto 40px;
  position: relative;
}
.p-game__gift-list {
  margin: 46px auto 0;
}
.p-game__sort {
  margin: 50px 0;
}
.p-game__mission-rewardlist-box {
  padding: 24px 0 0;
  color: #fff;
  border-top: 2px solid #fff;
  margin-top: 12px;
}
.p-game__mission-reward-title {
  margin: 0 0 24px 0;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.p-game__mission-reward-list {
  width: 970px;
  max-height: 292px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 16px 40px;
  font-weight: bold;
}
.p-game__mission-rewarddata-box {
  display: flex;
  justify-content: flex-start;
  width: 296px;
  gap: 24px;
  font-size: 1.6rem;
}
.p-game__mission-reward-get {
  color: #adadad;
}

.p-btn__left {
  margin: 0;
}
.p-btn__top-m {
  margin: 16px 0;
}

.p-jobconfirm {
  margin: 0 auto 0;
  padding: 115px 0 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color: #000;
}
.p-jobconfirm__title {
  width: 558px;
  text-align: center;
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 auto 40px;
  padding: 20px 0;
  background-image: url("../img/bg_text_frame.png");
  background-size: contain;
  background-position: center center;
}
.p-jobconfirm__inner {
  width: 700px;
  margin: 0 auto 80px;
}
.p-jobconfirm__figure {
  width: 208px;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 auto 24px;
}
.p-jobconfirm__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
}
.p-jobconfirm__check {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px;
  margin: 0 auto 80px;
}
.p-jobconfirm__item {
  width: 232px;
}
.p-jobconfirm__jobname {
  width: 144px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 10px 0;
  background-image: url("../img/bg_text_frame_s.png");
  background-size: contain;
  background-position: center center;
}
.p-jobconfirm__btn {
  width: 184px;
  margin: 0 auto;
}

.p-jobselect {
  margin: 0 auto 0;
  padding: 25px 0 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color: #000;
}
.p-jobselect__title {
  width: 558px;
  text-align: center;
  color: #000;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 auto 40px;
  padding: 20px 0;
  background-image: url("../img/bg_text_frame.png");
  background-size: contain;
  background-position: center center;
}
.p-jobselect__inner {
  width: 700px;
  margin: 0 auto 80px;
}
.p-jobselect__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px;
  margin: 0 auto 60px;
}
.p-jobselect__item {
  color: #fff;
  width: 180px;
}
.p-jobselect__category {
  background-color: #fff;
  border-radius: 8px;
  display: block;
  margin: 0 auto 8px;
  border: 4px solid #000;
}
.p-jobselect__category--focus {
  border: 4px solid #6CE74D;
}
.p-jobselect__category input {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.p-jobselect__jobname {
  width: 144px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  background-image: url("../img/bg_text_frame_s.png");
  background-size: contain;
  background-position: center center;
}
.p-jobselect__btn {
  width: 184px;
  margin: 0 auto;
}

.p-login {
  margin: 0 auto 0;
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.7);
  width: 748px;
  color: #000;
  border-radius: 8px;
}
.p-login__logo {
  width: 428.5px;
  margin: 0 auto 40px;
}
.p-login__inner {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-login__inner {
    width: 100%;
  }
}
.p-login__dl {
  width: 100%;
  margin-bottom: 40px;
}
.p-login__dd {
  margin-top: 12px;
  height: 56px;
}
.p-login__input {
  padding: 0 15px;
  width: 100%;
  height: 100%;
}
.p-login__linkbox {
  margin: 40px auto 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-login__pass-remind-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0px auto 16px;
}
.p-login__pass-remind-text {
  font-size: 1.4rem;
  margin: 0px auto 40px;
}
.p-login__text-field {
  margin: 40px auto 0;
}
.p-login__text {
  font-size: 1.4rem;
  font-weight: bold;
}

.p-tutorial {
  margin: 0 auto 0;
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  min-height: 100vh;
  color: #000;
}
.p-tutorial__title {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.p-tutorial__story {
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 900px;
  margin: 0 auto 60px;
}
.p-tutorial__btn {
  width: 184px;
  margin: 0 auto;
}
.p-tutorial__logo {
  width: 428.5px;
  margin: 0 auto 10px;
}
.p-tutorial .line {
  display: block;
}
.p-tutorial .txtInner {
  animation-name: show;
  animation-duration: 0.2s;
  animation-fill-mode: backwards;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.p-errorpages {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  align-content: flex-end;
  align-items: center;
}
.p-errorpages__box {
  margin: 0 auto 0;
  width: 748px;
  color: #fff;
  text-align: center;
}
.p-errorpages__erroriimage {
  width: 260px;
  margin: 0 auto 64px;
}
.p-errorpages__subtext {
  font-size: 2.8rem;
  margin: 0 auto 16px;
  font-weight: bold;
}
.p-errorpages__text {
  font-size: 1.6rem;
  margin: 0 auto 40px;
}
.p-errorpages__btn {
  width: 213px;
  display: block;
  margin: 0 auto;
}
.p-errorpages__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

.u-color-white {
  color: #fff;
}

.js_custom--layout-height {
  height: 128vh;
}
.js_custom--content_height {
  height: auto;
}

.js_stamp-anime::after {
  animation: img-wrap 0.2s ease-out forwards;
}
@keyframes img-wrap {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
    scale: 0.5;
  }
  50% {
    opacity: 1;
    scale: 1.6;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}

/*# sourceMappingURL=style.css.map */
