@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* cyrillic-ext */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/philosopher/v19/vEFV2_5QCwIS4_Dhez5jcWBjT00k0w.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/philosopher/v19/vEFV2_5QCwIS4_Dhez5jcWBqT00k0w.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/philosopher/v19/vEFV2_5QCwIS4_Dhez5jcWBhT00k0w.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/philosopher/v19/vEFV2_5QCwIS4_Dhez5jcWBuT00.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  font-size: 16px;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.6;
}

a {
  color: #0069ff;
}

.header {
  padding: 1% 0;
}
.header__inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 1%;
  width: 100%;
}
.header__ttl {
  font-size: 0.8125rem;
  font-weight: bold;
}
.header__logo {
  margin-top: 10px;
  width: 300px;
}
.header__link-area {
  display: flex;
  font-size: 1.25rem;
}
.header__link {
  color: #443322;
}
.header__link:not(:first-child) {
  margin-left: 15px;
}
.header__link:hover {
  color: #00bbdd;
  text-decoration: underline;
}

.nav {
  background-color: #f16503;
}
.nav__inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 1%;
  width: 100%;
}
.nav__toggle {
  display: none;
}
.nav__link-area {
  display: flex;
  flex-wrap: wrap;
  line-height: 3;
}
.nav__link {
  font-size: 1.125rem;
}
.nav__link--not-toggle {
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 0 8px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.nav__link--not-toggle:hover {
  background-color: #ffffff;
  color: #f16503;
}

.main {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 1%;
  width: 100%;
}

.summary {
  max-width: 100%;
  padding: 1% 0;
  width: 550px;
}
.summary__ttl {
  border: 0;
  border-bottom: 5px solid #ffd41a;
  font-size: 2.5rem;
  font-family: "Philosopher", serif;
  font-weight: bold;
}
.summary__txt:first-of-type {
  margin-top: 1%;
}
.summary__txt--error {
  color: #ff0000;
}

.detail {
  max-width: 100%;
  padding: 1% 0;
  width: 550px;
}
.detail--result {
  max-height: 50vh;
  overflow: auto;
  padding: 0%;
}

.section:not(:first-of-type) {
  margin-top: 2%;
}
.section__ttl {
  background-color: #fffaf4;
  border-left: 5px solid #ffaf58;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 2%;
}
.section__txt--formula {
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.section__txt:first-of-type {
  margin-top: 1%;
}
.section__img {
  width: 100%;
}

.tab-area {
  border-bottom: 5px solid #c5951c;
  display: flex;
  justify-content: space-evenly;
}
.tab-area__label {
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  margin: 0 1%;
  text-align: center;
  width: 100%;
}
.tab-area__radio {
  display: none;
}
.tab-area__radio:checked + span {
  background: linear-gradient(to bottom, #c5951c 0%, #93690e 20%, #6a4e04 50%, #93690e 80%, #c5951c 100%);
  border-color: #c5951c;
}
.tab-area__span {
  background-color: #222222;
  border: 2px solid #666666;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  line-height: 2.4;
  width: 100%;
}

.tab-effect {
  display: none;
}
.tab-effect--is-show {
  display: block;
}

.display {
  background-color: #222222;
  border: 2px solid #666666;
  color: #ffffff;
  padding: 1%;
}
.display--with-tab {
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.display--non-tab {
  border-radius: 5px;
}
.display__table {
  margin: 0 auto;
}

.common-table {
  width: 95%;
}
.common-table__table-row {
  border-bottom: 1px solid #ff0000;
}
.common-table__table-head {
  padding: 1%;
  text-align: left;
  width: 25%;
}
.common-table__table-data {
  padding: 1%;
  vertical-align: middle;
  word-break: break-word;
}
.common-table__input {
  background-color: #444444;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  color: #dddddd;
}
.common-table__input:disabled {
  opacity: 0.2;
}
.common-table__input--wider {
  width: 70%;
}
.common-table__input--shorter {
  width: 30%;
}
.common-table__textarea {
  background-color: #444444;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  color: #dddddd;
  width: 100%;
}
.common-table__label {
  cursor: pointer;
  display: flex;
  margin-right: 2%;
  text-align: center;
}
.common-table__label--all {
  width: 22%;
}
.common-table__label--not-all {
  width: 10%;
}
.common-table__checkbox {
  display: none;
}
.common-table__checkbox:checked + .common-table__span {
  background: linear-gradient(to bottom, #f16503 0%, #d44901 35%, #b32701 35%, #950301 50%, #b32701 65%, #d44901 65%, #f16503 100%);
  color: #dddddd;
}
.common-table__checkbox:checked + .common-table__img {
  border-color: #c07429;
  opacity: 1;
}
.common-table__radio {
  display: none;
}
.common-table__radio:checked + .common-table__img {
  border-color: #c07429;
  opacity: 1;
}
.common-table__span {
  background: linear-gradient(to bottom, #a6681c 0%, #915514 33%, #561701 50%, #915514 67%, #a6681c 100%);
  border: 1px solid #9a887c;
  border-radius: 3px;
  color: #aaaaaa;
  line-height: 2;
  width: 100%;
}
.common-table__img {
  background: linear-gradient(to bottom, #a6681c 0%, #915514 33%, #561701 50%, #915514 67%, #a6681c 100%);
  border: 1px solid #9a887c;
  border-radius: 3px;
  color: #aaaaaa;
  opacity: 0.2;
  width: 100%;
}
.common-table__flex-area {
  display: flex;
}
.common-table__flex-area:not(:first-of-type) {
  margin-top: 2%;
}
.common-table__tilde {
  display: inline-block;
  text-align: center;
  width: 10%;
}

.result-table {
  background-color: #222222;
  border-collapse: separate;
  color: #ffffff;
  font-size: 0.75rem;
  white-space: nowrap;
}
.result-table__table-header {
  background-color: #222222;
  position: sticky;
  top: 0;
  z-index: 1;
}
.result-table__table-head {
  border: 1px solid #888888;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
}
.result-table__table-head:first-child {
  background-color: #222222;
  position: sticky;
  left: 0;
}
.result-table__table-head--front {
  z-index: 2;
}
.result-table__table-data {
  border: 1px solid #888888;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
}
.result-table__table-data:first-child {
  background-color: #222222;
  position: sticky;
  left: 0;
}
.result-table__flex-area {
  align-items: center;
  display: flex;
  justify-content: center;
}
.result-table__img {
  width: 14px;
}

.btn-area {
  display: flex;
  justify-content: center;
  padding-top: 1%;
}
.btn-area__btn:not(:last-of-type) {
  margin-right: 2%;
}

.btn {
  display: inline-block;
  text-align: center;
}
.btn--is-hide {
  display: none;
}
.btn--normal {
  background: linear-gradient(to bottom, #a6681c 0%, #915514 33%, #561701 50%, #915514 67%, #a6681c 100%);
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  color: #dddddd;
  width: 25%;
}
.btn--order {
  background: linear-gradient(to bottom, #d19f36 0%, #d19f36 50%, #6d3f19 50%, #6d3f19 100%);
  border: 1px solid #c0c0c0;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 900;
  height: 44px;
  text-shadow: 1px 1px 0 #010101, -1px -1px 0 #010101, -1px 1px 0 #010101, 1px -1px 0 #010101, 0px 1px 0 #010101, 0 -1px 0 #010101, -1px 0 0 #010101, 1px 0 0 #010101;
  width: 16%;
}
.btn--order:disabled {
  opacity: 0.3;
}

.footer {
  background-color: #dadce0;
  margin-top: 3%;
}
.footer__inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 1%;
  width: 100%;
}
.footer__link-area {
  display: flex;
  line-height: 3;
}
.footer__link {
  color: #443322;
}
.footer__link:not(:first-child) {
  margin-left: 20px;
}
.footer__link:hover {
  color: #00bbdd;
  text-decoration: underline;
}

.order-table {
  width: 100%;
}
.order-table__table-data {
  width: 50%;
}
.order-table__checkbox {
  display: none;
}
.order-table__checkbox:checked + .order-table__player-area {
  border-color: #f19f39;
}
.order-table__checkbox:disabled + .order-table__player-area {
  opacity: 0.2;
}
.order-table__player-area {
  --innner-border: 1px solid #666666;
  --player-height: 36px;
  border: 3px transparent solid;
  border-radius: 8px;
  box-sizing: content-box;
  cursor: pointer;
  display: flex;
  height: var(--player-height);
}
.order-table__player-index {
  background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 50%, #bababa 50%, #bababa 100%);
  border: var(--innner-border);
  border-radius: 5px 0 0 5px;
  color: #222222;
  font-weight: bold;
  justify-content: center;
  height: 100%;
  line-height: var(--player-height);
  text-align: center;
  width: 8%;
}
.order-table__player-posi {
  align-items: center;
  background: linear-gradient(to bottom, #525252 0%, #525252 50%, #1c1c1c 50%, #1c1c1c 100%);
  border-bottom: var(--innner-border);
  border-top: var(--innner-border);
  display: flex;
  justify-content: center;
  height: 100%;
  text-align: center;
  width: 14%;
}
.order-table__posi-img {
  width: 75%;
}
.order-table__player-name {
  background: linear-gradient(to bottom, #525252 0%, #525252 50%, #1c1c1c 50%, #1c1c1c 100%);
  border-bottom: var(--innner-border);
  border-top: var(--innner-border);
  color: #ffffff;
  font-weight: bold;
  height: 100%;
  line-height: var(--player-height);
  overflow: hidden;
  width: 45%;
}
.order-table__player-series-category {
  background: linear-gradient(to bottom, #525252 0%, #525252 50%, #1c1c1c 50%, #1c1c1c 100%);
  border: var(--innner-border);
  border-left: 0;
  border-radius: 0 5px 5px 0;
  color: #f3b63f;
  font-size: 0.75rem;
  font-weight: bold;
  height: 100%;
  line-height: calc(var(--player-height) / 2);
  overflow: hidden;
  padding-right: 2%;
  text-align: right;
  width: 33%;
}

.order-general-table {
  border-collapse: collapse;
  margin: 0 auto 3%;
  table-layout: fixed;
  width: 85%;
}
.order-general-table--small-font {
  font-size: 0.875rem;
}
.order-general-table__table-head {
  background: linear-gradient(to bottom, #e6e6e6 0%, #e6e6e6 50%, #bcbcbc 50%, #bcbcbc 100%);
  border: 1px solid #e6e6e6;
  color: #222222;
  text-align: center;
}
.order-general-table__table-data {
  border: 1px solid #e6e6e6;
  text-align: center;
}
.order-general-table__table-data--bold {
  color: #e7772e;
  font-weight: 900;
}

.order-general-belong-area {
  margin: 0 auto;
  width: 85%;
}
.order-general-belong-area__flex-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3%;
}
.order-general-belong-area__team-area {
  background-color: #e6e6e6;
  border-radius: 5px;
  padding: 1% 0;
  width: 13.6666666667%;
}
.order-general-belong-area__img {
  border-radius: 3px;
  display: block;
  margin: 0 auto;
  margin-bottom: 3%;
  width: 60%;
}
.order-general-belong-area__span {
  background-color: #222222;
  border-radius: 3px;
  display: block;
  font-size: 0.8125rem;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.order-general-combo-area__ttl {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding-left: 3%;
}
.order-general-combo-area__name-btn {
  border-radius: 3px;
  color: #dddddd;
  cursor: auto;
  display: block;
  margin: 1% auto 0;
  text-align: center;
}
.order-general-combo-area__name-btn--top {
  border: 2px solid #f8f04f;
  width: 70%;
}
.order-general-combo-area__name-btn--normal {
  border: 2px solid #e6e6e6;
  width: 60%;
}

.order-detail-player {
  background-color: #222222;
  border-radius: 3px;
  display: flex;
  font-size: 0.875rem;
  margin: 0 auto;
  margin-top: 1%;
  width: 80%;
}
.order-detail-player--dh {
  border: 1px solid #8e66b8;
}
.order-detail-player--dh .order-detail-player__column1 {
  background: linear-gradient(to bottom, #8e66b8 0%, #342543 50%, #2d203a 50%, #372848 100%);
}
.order-detail-player--c {
  border: 1px solid #416cd4;
}
.order-detail-player--c .order-detail-player__column1 {
  background: linear-gradient(to bottom, #416cd4 0%, #1f3364 50%, #142242 50%, #192a52 100%);
}
.order-detail-player--if {
  border: 1px solid #d1a143;
}
.order-detail-player--if .order-detail-player__column1 {
  background: linear-gradient(to bottom, #d1a143 0%, #674f20 50%, #453615 50%, #513f19 100%);
}
.order-detail-player--of {
  border: 1px solid #6b9e38;
}
.order-detail-player--of .order-detail-player__column1 {
  background: linear-gradient(to bottom, #6b9e38 0%, #334c19 50%, #213110 50%, #293d14 100%);
}
.order-detail-player--b {
  border: 1px solid #464646;
}
.order-detail-player--b .order-detail-player__column1 {
  background: linear-gradient(to bottom, #464646 0%, #212121 50%, #161616 50%, #1b1b1b 100%);
}
.order-detail-player--p {
  border: 1px solid #cc6256;
}
.order-detail-player--p .order-detail-player__column1 {
  background: linear-gradient(to bottom, #cc6256 0%, #63302a 50%, #3d1e1a 50%, #4f2621 100%);
}
.order-detail-player__column1 {
  width: 16%;
}
.order-detail-player__column2 {
  background-color: #4b4b4b;
  flex: 1;
}

.order-detail-player-column1 {
  align-items: center;
  color: #dddddd;
  display: flex;
  font-weight: bold;
  justify-content: center;
  position: relative;
}
.order-detail-player-column1__batting-area {
  background-color: #262626;
  border-radius: 3px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 85%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.order-detail-player-column1__batting-num {
  color: #f2be41;
  margin-left: 6%;
}

.order-detail-player-column2__row1 {
  align-items: center;
  color: #dddddd;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  line-height: 1.2;
  padding: 0.4% 1%;
}
.order-detail-player-column2__row1-1 {
  align-items: center;
  display: flex;
  width: 85%;
}
.order-detail-player-column2__team-img {
  margin-right: 2%;
  width: 7%;
}
.order-detail-player-column2__row1-2 {
  align-items: center;
  display: flex;
}
.order-detail-player-column2__row2 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4% 1%;
}
.order-detail-player-column2__row2-1 {
  display: flex;
  width: 60%;
}
.order-detail-player-column2__row2-2 {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.order-detail-player-column2__ability-box1:not(:first-of-type) {
  margin-left: 1%;
}
.order-detail-player-column2__spirits-head {
  color: #e7772e;
  font-size: 0.875rem;
  letter-spacing: -0.2em;
}
.order-detail-player-column2__spirits-data {
  color: #e7772e;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  margin-left: 5%;
}
.order-detail-player-column2__row3 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4% 1%;
  width: 100%;
}

.ability-box1 {
  display: flex;
  text-align: center;
  width: 100%;
}
.ability-box1__head {
  align-items: center;
  background-color: #4b4b4b;
  border: 2px solid #222222;
  border-radius: 5px 0 0 5px;
  color: #b7b7b7;
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  letter-spacing: -0.1em;
  line-height: 1.2;
  width: 50%;
}
.ability-box1__data {
  align-items: center;
  background-color: #262626;
  border: 2px solid #222222;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  color: #dddddd;
  display: flex;
  font-weight: bold;
  justify-content: center;
  width: 50%;
}

.ability-box2 {
  border: 2px solid #222222;
  border-radius: 5px;
  display: flex;
  width: 35%;
}
.ability-box2__left-box {
  width: 50%;
}
.ability-box2__right-box {
  border-left: 2px solid #222222;
  width: 50%;
}
.ability-box2__head {
  align-items: center;
  background-color: #4b4b4b;
  color: #b7b7b7;
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1.2;
}
.ability-box2__data {
  align-items: center;
  color: #dddddd;
  display: flex;
  font-weight: bold;
  justify-content: center;
}
.ability-box2__data--c {
  background: linear-gradient(to bottom, #192837 0%, #426d92 100%);
}
.ability-box2__data--if {
  background: linear-gradient(to bottom, #3a3312 0%, #988834 100%);
}
.ability-box2__data--of {
  background: linear-gradient(to bottom, #1a2d17 0%, #447639 100%);
}
.ability-box2__data--p {
  background: linear-gradient(to bottom, #341311 0%, #85241f 100%);
}
.ability-box2__img {
  width: 16px;
}

.ability-box3 {
  border: 2px #222222 solid;
  border-radius: 5px;
  margin-left: 1%;
  width: 20%;
}
.ability-box3__head {
  align-items: center;
  background-color: #4b4b4b;
  color: #b7b7b7;
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  line-height: 1.2;
}
.ability-box3__data {
  align-items: center;
  color: #dddddd;
  display: flex;
  font-weight: bold;
  justify-content: center;
}
.ability-box3__data--of {
  background: linear-gradient(to bottom, #1a2d17 0%, #447639 100%);
}
.ability-box3__data--p {
  background: linear-gradient(to bottom, #341311 0%, #85241f 100%);
}
.ability-box3__img {
  width: 16px;
}

.ability-table {
  background-color: #222222;
  border-collapse: collapse;
  font-size: 0.9375rem;
  margin-top: 1%;
  width: 100%;
}
.ability-table__table-head {
  text-align: center;
}
.ability-table__table-head--super {
  background: linear-gradient(to bottom, #ffe38d 0%, #fcca3d 20%, #db982c 50%, #fcca3d 80%, #ffe38d 100%);
}
.ability-table__table-head--batter {
  background-color: #9ae21e;
}
.ability-table__table-head--pitcher {
  background-color: #ff96d9;
}
.ability-table__table-data {
  color: #ffffff;
}
.ability-table__table-data--effect {
  border-right: 1px solid #ff0000;
  padding-left: 2%;
  width: 85%;
}
.ability-table__table-data--item {
  vertical-align: middle;
}
.ability-table__table-data--count {
  border-top: 1px solid #ff0000;
  padding-left: 2%;
}
.ability-table__item-area {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 5%;
}
.ability-table__img {
  width: 70%;
}

.combo-table {
  background-color: #222222;
  border-collapse: collapse;
  font-size: 0.9375rem;
  margin-top: 1%;
  width: 100%;
}
.combo-table__table-head {
  background: linear-gradient(to bottom, #ffe38d 0%, #fcca3d 20%, #db982c 50%, #fcca3d 80%, #ffe38d 100%);
  text-align: center;
}
.combo-table__table-data {
  color: #ffffff;
  vertical-align: middle;
}
.combo-table__table-data--trig {
  border-right: 1px solid #ff0000;
  padding-left: 2%;
  width: 70%;
}
.combo-table__table-data--spirits {
  border-left: 1px solid #ff0000;
  text-align: center;
  width: 10%;
}
.combo-table__star-area {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 5%;
}
.combo-table__img {
  width: 20%;
}

.title-table {
  background-color: #222222;
  border-collapse: collapse;
  color: #ffffff;
  font-size: 0.9375rem;
  table-layout: fixed;
  width: 100%;
}
.title-table__table-head {
  border: 2px solid #000000;
}
.title-table__table-head--batter {
  background: linear-gradient(to bottom, #1b2d20 0%, #34724a 50%, #1b2d20 100%);
  color: #92e1a5;
}
.title-table__table-head--pitcher {
  background: linear-gradient(to bottom, #390d0f 0%, #891714 50%, #390d0f 100%);
  color: #f19192;
}
.title-table__table-head--star1 {
  color: #4D99CA;
}
.title-table__table-head--star2 {
  color: #53AD66;
}
.title-table__table-head--star3 {
  color: #D05D5A;
}
.title-table__table-head--star4 {
  color: #AF49AA;
}
.title-table__table-head:first-of-type {
  width: 32%;
}
.title-table__table-head:not(:first-of-type) {
  text-align: center;
}
.title-table__table-data {
  border: 2px solid #000000;
  vertical-align: middle;
}
.title-table__table-data--batter-gradient {
  background: linear-gradient(to right, #35693f 0%, #222222 50%, #222222 100%);
}
.title-table__table-data--pitcher-gradient {
  background: linear-gradient(to right, #6a2020 0%, #222222 50%, #222222 100%);
}
.title-table__table-data:not(:first-of-type) {
  text-align: center;
}
.title-table__value {
  font-size: 1.25rem;
}
.title-table__value--minus {
  color: #476FC2;
}
.title-table__gokuisyo-area {
  align-items: center;
  display: flex;
  height: 45px;
}
.title-table__img {
  width: 18%;
}

.quiz-area {
  display: none;
}
.quiz-area--is-show {
  display: block;
}

.question-area {
  background: linear-gradient(to right, #251814 0%, #674236 50%, #251814 100%);
  border: 2px solid #c5951c;
}
.question-area__num-txt {
  color: #b8b02f;
  font-weight: bold;
  font-size: 1.5rem;
}
.question-area__result-txt {
  color: #b8b02f;
  text-align: right;
}

.time-area {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
}
.time-area__block {
  border: 1px solid #222222;
  flex: 1;
  height: 30px;
}
.time-area__block--timer1 {
  background-color: #63de55;
}
.time-area__block--timer2 {
  background-color: #fe8812;
}
.time-area__block--timer3 {
  background-color: #ffe62f;
}
.time-area__block--is-hide {
  background-color: #666666;
}
.time-area__circle {
  --diameter: 50px;
  align-items: center;
  background-color: #0d2bf6;
  border: 3px solid #b8b02f;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: var(--diameter);
  justify-content: center;
  width: var(--diameter);
}

.choice-area {
  margin: 0 auto;
  width: 80%;
}

.answer-area {
  align-items: stretch;
  display: flex;
  font-size: 1.25rem;
  height: 40px;
  margin: 3% 0;
}
.answer-area__answer {
  flex-grow: 1;
}
.answer-area__symbol {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 10%;
}
.answer-area__img {
  width: 90%;
}
.answer-area__img--is-hide {
  display: none;
}

.answer {
  align-items: stretch;
  background-color: #ffffff;
  border: 3px solid #b8b02f;
  display: flex;
}
.answer--is-hide {
  opacity: 0.2;
}
.answer__index {
  align-items: center;
  background-color: #63de55;
  color: #ffffff;
  display: flex;
  font-weight: bold;
  justify-content: center;
  width: 10%;
}
.answer__index--1 {
  background: linear-gradient(to bottom, #416cd4 0%, #1f3364 50%, #142242 50%, #192a52 100%);
}
.answer__index--2 {
  background: linear-gradient(to bottom, #cc6256 0%, #63302a 50%, #3d1e1a 50%, #4f2621 100%);
}
.answer__index--3 {
  background: linear-gradient(to bottom, #6b9e38 0%, #334c19 50%, #213110 50%, #293d14 100%);
}
.answer__index--4 {
  background: linear-gradient(to bottom, #8e66b8 0%, #342543 50%, #2d203a 50%, #372848 100%);
}
.answer__txt {
  align-items: center;
  color: #000000;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

@media (max-width: 599px) {
  /* "module/header" */
  .header__inner {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .header__ttl {
    font-size: calc(10px + 6 * (100vw - 320px) / 280);
  }
  .header__logo {
    margin-top: 0;
    width: 60%;
  }
  .header__link-area {
    font-size: calc(16px + 10 * (100vw - 320px) / 280);
  }
  /* "module/nav" */
  .nav {
    background-color: #ffffff;
  }
  .nav__toggle {
    background-color: #f16503;
    display: block;
    position: relative;
    width: 100%;
  }
  .nav__toggle:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 20px;
    left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
  }
  .nav__link-area {
    display: none;
  }
  .nav__link {
    font-size: calc(12px + 8 * (100vw - 320px) / 280);
    width: 100%;
  }
  .nav__link--toggle {
    color: #ffffff;
    display: block;
    font-weight: bold;
    padding: 6px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  .nav__link--toggle:before, .nav__link--toggle:after {
    background-color: #f16503;
    content: "";
    display: block;
    height: 4px;
    left: 10px;
    position: absolute;
    top: 50%;
    width: 20px;
  }
  .nav__link--toggle:before {
    margin-top: -6px;
  }
  .nav__link--toggle:after {
    margin-top: 2px;
  }
  .nav__link--not-toggle {
    background-color: #ffa500;
    border-top: 1px solid #ffffff;
    line-height: 2.4;
  }
  /* "module/footer" */
  .footer__link-area {
    justify-content: center;
  }
  .footer__link {
    font-size: calc(12px + 4 * (100vw - 320px) / 280);
  }
}
@media (max-width: 549px) {
  /* "module/summary" */
  .summary__ttl {
    font-size: calc(24px + 16 * (100vw - 320px) / 230);
    border-width: calc(3px + 2 * (100vw - 320px) / 230);
  }
  .summary__txt {
    font-size: calc(10px + 6 * (100vw - 320px) / 230);
  }
  /* "module/section" */
  .section__ttl {
    font-size: calc(12px + 8 * (100vw - 320px) / 230);
  }
  .section__txt {
    font-size: calc(10px + 6 * (100vw - 320px) / 230);
  }
  /* "module/tab" */
  .tab-area {
    font-size: calc(10px + 6 * (100vw - 320px) / 230);
  }
  /* "module/table" */
  .common-table {
    font-size: calc(10px + 6 * (100vw - 320px) / 230);
  }
  .result-table {
    font-size: calc(10px + 2 * (100vw - 375px) / 175);
  }
  .result-table__table-head {
    padding: 0 calc(3px + 2 * (100vw - 375px) / 175);
  }
  .result-table__table-data {
    padding: 0 calc(3px + 2 * (100vw - 375px) / 175);
  }
  .result-table__img {
    width: calc(12px + 2 * (100vw - 375px) / 175);
  }
  /* module/btn */
  .btn--normal {
    font-size: calc(10px + 6 * (100vw - 320px) / 230);
    height: calc(18px + 12 * (100vw - 320px) / 230);
  }
  .btn--order {
    border-radius: calc(3px + 2 * (100vw - 320px) / 230);
    font-size: calc(10px + 6 * (100vw - 320px) / 230);
    height: calc(28px + 16 * (100vw - 320px) / 230);
  }
  /* "page/order" */
  .order-table__player-area {
    --player-height: calc(24px + 12*(100vw - 320px)/230);
    border: calc(2px + 1 * (100vw - 320px) / 230) transparent solid;
    border-radius: calc(5px + 3 * (100vw - 320px) / 230);
    font-size: calc(10px + 6 * (100vw - 320px) / 230);
  }
  .order-table__player-index {
    border-radius: calc(3px + 2 * (100vw - 320px) / 230) 0 0 calc(3px + 2 * (100vw - 320px) / 230);
  }
  .order-table__player-series-category {
    border-radius: 0 calc(3px + 2 * (100vw - 320px) / 230) calc(3px + 2 * (100vw - 320px) / 230) 0;
    font-size: calc(7px + 5 * (100vw - 320px) / 230);
  }
  .order-general-table {
    font-size: calc(10px + 6 * (100vw - 320px) / 230);
  }
  .order-general-table--small-font {
    font-size: calc(10px + 3 * (100vw - 320px) / 230);
  }
  .order-general-belong-area {
    border-radius: calc(3px + 2 * (100vw - 320px) / 230);
  }
  .order-general-belong-area__span {
    font-size: calc(10px + 3 * (100vw - 320px) / 230);
  }
  .order-general-combo-area__ttl {
    font-size: calc(10px + 6 * (100vw - 320px) / 230);
  }
  .order-general-combo-area__name-btn {
    font-size: calc(10px + 6 * (100vw - 320px) / 230);
  }
  .order-detail-player {
    font-size: calc(10px + 4 * (100vw - 320px) / 220);
    width: 95%;
  }
  .order-detail-player-column2__spirits-head {
    font-size: calc(10px + 4 * (100vw - 320px) / 220);
  }
  .order-detail-player-column2__spirits-data {
    font-size: calc(14px + 10 * (100vw - 320px) / 220);
  }
  .ability-box1__head {
    font-size: calc(10px + 2 * (100vw - 320px) / 220);
  }
  .ability-box2__head {
    font-size: calc(10px + 2 * (100vw - 320px) / 220);
  }
  .ability-box2__img {
    width: calc(10px + 4 * (100vw - 320px) / 220);
  }
  .ability-box3__head {
    font-size: calc(10px + 2 * (100vw - 320px) / 220);
  }
  .ability-box3__img {
    width: calc(10px + 4 * (100vw - 320px) / 220);
  }
  /* "page/ability" */
  .ability-table {
    font-size: calc(10px + 5 * (100vw - 320px) / 230);
  }
  /* "page/combo" */
  .combo-table {
    font-size: calc(10px + 5 * (100vw - 320px) / 230);
  }
  /* "page/title" */
  .title-table {
    font-size: calc(10px + 5 * (100vw - 320px) / 230);
  }
  .title-table__value {
    font-size: calc(12px + 8 * (100vw - 320px) / 230);
  }
  /* "page/quiz" */
  .question-area {
    font-size: calc(10px + 6 * (100vw - 320px) / 230);
  }
  .question-area__num-txt {
    font-size: calc(14px + 10 * (100vw - 320px) / 220);
  }
  .time-area__block {
    height: calc(20px + 10 * (100vw - 320px) / 220);
  }
  .time-area__circle {
    --diameter: calc(32px + 18*(100vw - 320px)/220);
    font-size: calc(14px + 10 * (100vw - 320px) / 220);
  }
  .answer-area {
    font-size: calc(12px + 8 * (100vw - 320px) / 230);
    height: calc(28px + 12 * (100vw - 320px) / 230);
  }
}/*# sourceMappingURL=style.css.map */