/* ============================
/* Color
/* ========================= */

:root {
  --theme-base-bg: var(--theme-white);
  --theme-base-text: var(--theme-main-1);
  --theme-main-1: #003e60;
  --theme-main-2: #367297;
  --theme-main-3: #7A9FB3;
  --theme-main-4: #18BAD1;
  --theme-accent-1: #D9521F;
  --theme-accent-2: #D5770A;
  --theme-black: #444444;
  --theme-gray: #999999;
  --theme-white: #ffffff;
  --theme-error: #ff0000;
}

@font-face {
  font-family: "bananaSlip";
  src: url(../font/YDWbananaslipplus.otf) format("opentype");
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

/* ============================
/* base
/* ========================= */

html {
  font-size: 16px;
}

body {
  background-color: var(--theme-base-bg);
  font-family: "bananaSlip", sans-serif;
  font-size: max(0.875rem, 12px);
  line-height: 2;
  letter-spacing: 0;
  color: var(--theme-base-text);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.no-scroll {
  overflow: hidden;
}

body .scroll-hint-icon {
  height: auto;
  z-index: 2;
}

body .paragraph + .paragraph {
  margin-top: 1lh;
}

body .paragraph + .paragraph.paragraph--sp {
  margin-top: 0;
}

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

a[href^="tel:"] {
  pointer-events: none;
}

/* ============================
/* Reset
/* ========================= */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */

img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* form reset */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

input[type=number],
button[type=number],
select[type=number],
textarea[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
button[type=number]::-webkit-outer-spin-button,
button[type=number]::-webkit-inner-spin-button,
select[type=number]::-webkit-outer-spin-button,
select[type=number]::-webkit-inner-spin-button,
textarea[type=number]::-webkit-outer-spin-button,
textarea[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: vertical;
}

button {
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  vertical-align: middle;
}

input[type=checkbox]:focus-visible + span,
input[type=radio]:focus-visible + span {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-footer {
  width: 100%;
  padding-bottom: 2.75rem;
}

.l-header {
  width: 100%;
}

.l-inner {
  max-width: 120rem;
  width: 100%;
  padding-inline: 1.5rem;
  margin-inline: auto;
}

.l-inner.l-inner--wide {
  max-width: 61.75rem;
}

.l-main {
  width: 100%;
}

.c-btn {
  width: auto;
}

.u-sp {
  display: none;
}

.u-sp-flex {
  display: none;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mr-0 {
  margin-right: 0;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-ml-0 {
  margin-left: 0;
}

.u-ttu {
  text-transform: uppercase;
}

.u-ttc {
  text-transform: capitalize;
}

.u-ttl {
  text-transform: lowercase;
}

.p-fv {
  width: 100%;
  aspect-ratio: 1280/400;
  min-height: 20rem;
  background-image: url("../img/common/fv.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  border-bottom: 0.125rem solid var(--theme-main-1);
}

.p-fv__inner {
  position: relative;
  width: 100%;
  max-width: 72.5rem;
  height: 100%;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.p-fv__title {
  position: absolute;
  top: 50%;
  left: 5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-weight: 400;
  font-size: 4rem;
  line-height: 140%;
  letter-spacing: 0;
  color: var(--theme-accent-1);
}

.p-file-load {
  padding-block: 2.5rem;
}

.p-file-load__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-file-load__title {
  position: relative;
  font-weight: 400;
  font-size: 2rem;
  line-height: 140%;
  letter-spacing: 0;
  color: var(--theme-white);
  z-index: 1;
  -webkit-transform: translateX(-5rem);
          transform: translateX(-5rem);
}

.p-file-load__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 49% 51% 46% 54%/50% 62% 38% 50%;
  background-color: var(--theme-main-4);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.p-file-load__input-area {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-file-load__input {
  width: 37.5rem;
  max-width: 100%;
}

.p-file-load__input input {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 140%;
  padding: 0.5rem 0.75rem;
  background-color: var(--theme-white);
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--theme-black);
}

.p-file-load__input input::-webkit-input-placeholder {
  color: var(--theme-gray);
}

.p-file-load__input input::-moz-placeholder {
  color: var(--theme-gray);
}

.p-file-load__input input:-ms-input-placeholder {
  color: var(--theme-gray);
}

.p-file-load__input input::-ms-input-placeholder {
  color: var(--theme-gray);
}

.p-file-load__input input::placeholder {
  color: var(--theme-gray);
}

.p-file-load__button button {
  display: block;
  padding: 0.5rem 0.75rem;
  background-color: var(--theme-accent-1);
  font-size: 1.5rem;
  line-height: 140%;
  color: var(--theme-white);
  -webkit-box-shadow: 0 0.25rem 0 var(--theme-accent-2);
          box-shadow: 0 0.25rem 0 var(--theme-accent-2);
  border-radius: 0.25rem;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}

.p-file-load__button button:hover {
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.l-content {
  position: relative;
  padding-block: 5rem;
}

.l-content::before,
.l-content::after {
  content: "";
  position: absolute;
  inset: 0;
}

.l-content::before {
  z-index: -2;
  background-image: url("../img/common/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-filter: blur(0.25rem);
          filter: blur(0.25rem);
}

.l-content::after {
  z-index: -1;
  background-color: var(--theme-white);
  opacity: 0.4;
}

.l-inner:has(.p-side) {
  display: grid;
  grid-template-columns: 1fr 25rem;
  gap: 2rem;
}

.p-main__section + .p-main__section {
  margin-top: 5rem;
}

.p-main__title {
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 140%;
}

.p-main__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.p-main__content-left,
.p-main__content-right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
}

.p-main__content-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}

.p-group {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--theme-white);
  border-radius: 1rem;
  overflow: hidden;
  border: 0.125rem solid var(--theme-main-1);
}

.p-group__copy {
  position: absolute;
  width: 2.625rem;
  aspect-ratio: 42/16;
  top: 0.5rem;
  right: 0.75rem;
}

.p-group__name {
  width: 100%;
  padding: 0.25rem 0.75rem 0.375rem;
  text-align: center;
  background-color: var(--theme-main-1);
}

.p-group__name input {
  display: block;
  max-width: 100%;
  margin-inline: auto;
  font-size: 0.875rem;
  color: var(--theme-white);
  text-align: center;
  text-transform: uppercase;
  border-bottom: 0.0625rem solid var(--theme-white);
}

.p-group__list-area {
  min-height: 5rem;
  max-height: 26.25rem;
  overflow-y: auto;
}

.p-group__list {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.5rem;
  padding-block: 0.5rem;
  padding-inline: 0.5rem 0;
  min-height: 5rem;
}

.p-group__list .selected {
  background-color: #eee;
}

.p-group__tab-content {
  display: none;
}

.p-group__tab-content.is-active {
  display: block;
}

.p-group__list-item {
  cursor: pointer;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 4;
  gap: 0.5rem;
  font-family: "Anta", sans-serif;
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: 0;
  position: relative;
  padding-left: 1.375rem;
}

.p-group__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1.25rem;
  aspect-ratio: 1/1;
  background-color: var(--theme-accent-1);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-group__list-item.fighter::before {
  -webkit-mask-image: url("../img/common/fighter.svg");
          mask-image: url("../img/common/fighter.svg");
}

.p-group__list-item.rider::before {
  -webkit-mask-image: url("../img/common/rider.svg");
          mask-image: url("../img/common/rider.svg");
}

.p-group__list-item.shooter::before {
  -webkit-mask-image: url("../img/common/shooter.svg");
          mask-image: url("../img/common/shooter.svg");
}

.p-group__list-item .name {
  width: 10.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
  color: var(--theme-main-3);
}

.p-group__list-item .name .alliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-group__list-item .name .alliance::before {
  content: "[";
}

.p-group__list-item .name .alliance::after {
  content: "]";
}

.p-group__list-item input {
  margin-left: auto;
  display: inline-block;
  color: inherit;
  width: 4rem;
  text-align: right;
  border-bottom: 0.0625rem solid var(--theme-main-3);
}

.p-group__list-item .soldier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-group__list-item.leader .rally-size {
  color: var(--theme-accent-1);
}

.p-group__sum {
  margin-top: 0.5rem;
  width: calc(100% - 0.5rem);
  margin-inline: auto;
  padding: 0.5rem 1.5rem 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 2rem;
  border-top: 0.125rem solid var(--theme-accent-1);
}

.p-group__sum-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}

.p-group__sum-text.is-over {
  color: var(--theme-error);
}

.p-group__sum-detail {
  font-size: 0.75rem;
  color: var(--theme-main-3);
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 0.25rem 0.5rem;
}

.p-group__sum-detail li {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 3;
  text-align: right;
}

.p-group__sum-detail li input {
  display: block;
  width: 4rem;
  font-size: inherit;
  color: inherit;
  text-align: right;
  background-color: transparent;
  border: none;
  border-bottom: 0.0625rem solid var(--theme-main-3);
}

.p-group__btns {
  width: 100%;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  background-color: var(--theme-main-1);
}

.p-group__tabs {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.0625rem;
}

.p-group__tab {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  font-size: 0.875rem;
  line-height: 140%;
  color: var(--theme-white);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  text-transform: uppercase;
  background-color: var(--theme-gray);
}

.p-group__tab.is-active {
  background-color: var(--theme-main-4);
}

.p-group__btn button {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 140%;
  color: var(--theme-white);
  border-radius: 0.25rem;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  text-transform: uppercase;
}

.p-group__btn.--accent button {
  background-color: var(--theme-accent-1);
  -webkit-box-shadow: 0 0.125rem 0 var(--theme-accent-2);
          box-shadow: 0 0.125rem 0 var(--theme-accent-2);
}

.p-group__btn.--accent button:hover {
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-group__btn.--main button {
  background-color: var(--theme-main-2);
  -webkit-box-shadow: 0 0.125rem 0 var(--theme-main-3);
          box-shadow: 0 0.125rem 0 var(--theme-main-3);
}

.p-group__btn.--main button:hover {
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-side__section {
  position: sticky;
  top: 2.5rem;
  right: 0;
}

.p-side__title {
  font-family: "Anta", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 140%;
}

.p-side__group {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--theme-white);
  border-radius: 1rem;
  overflow: hidden;
  border: 0.125rem solid var(--theme-main-1);
  padding: 1rem 0.375rem;
  background-color: #f6fafa;
}

.p-sp-content {
  width: 100%;
  height: 100vh;
  background-color: var(--theme-main-1);
  color: var(--theme-white);
  font-size: 2rem;
  padding-block: 7.5rem;
  text-align: center;
}

.l-footer {
  width: 100%;
  padding: 2.5rem;
  background-color: var(--theme-main-1);
  color: var(--theme-white);
  text-align: center;
}

.u-bg-dark {
  background-color: var(--theme-main-1);
}

.u-dib {
  display: inline-block;
}

.u-ttu {
  text-transform: uppercase;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 1919px) {
  html {
    font-size: 0.8333333333vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }

  body .paragraph + .paragraph.paragraph--sp {
    margin-top: 1lh;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }

  .l-footer {
    padding-bottom: 11.25rem;
  }

  .l-inner {
    max-width: 28.75rem;
    padding-inline: 20px;
  }

  .l-inner.l-inner--wide {
    max-width: 28.75rem;
  }

  .u-sp {
    display: block;
  }

  .u-sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .u-pc {
    display: none;
  }

  .p-fv__title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 374px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/*# sourceMappingURL=style.css.map */