@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

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

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

::-moz-selection {
  background-color: #00ac97;
  color: #fff;
}

::selection {
  background-color: #00ac97;
  color: #fff;
}

::-moz-selection {
  background-color: #00ac97;
  color: #fff;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
  background-color: #fff;
}

body {
  font: 13.33333px "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.7px;
}

@media (max-width: 768.98px) {
  body {
    min-width: inherit;
    font-size: 11px;
  }
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 2em;
}

p:last-child {
  margin-bottom: 0;
}

abbr[data-original-title], abbr[title] {
  cursor: help;
}

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid black;
}

address {
  font-style: normal;
  line-height: inherit;
}

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

dl:last-child, ol:last-child, ul:last-child {
  margin-bottom: 0;
}

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

dt {
  font-weight: normal;
}

dd {
  margin-bottom: .5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

a {
  color: #2d75c7;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

em {
  font-style: normal;
}

figure {
  margin: 0 0 1em;
}

img {
  vertical-align: bottom;
}

[role=button] {
  cursor: pointer;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: #fff;
}

caption {
  display: none;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  -webkit-appearance: none;
  background: none;
  border-width: 0;
}

button:focus {
  outline: 0;
}

button, input, select, textarea {
  line-height: inherit;
}

input[type=search], input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #333;
  padding: 10px;
}

input[type=checkbox]:disabled, input[type=radio]:disabled {
  cursor: not-allowed;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

[hidden] {
  display: none !important;
}

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

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

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

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

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

@media (max-width: 768.98px) {
  .mt-0-sp {
    margin-top: 0;
  }
  .mr-0-sp {
    margin-right: 0;
  }
  .mb-0-sp {
    margin-bottom: 0;
  }
  .ml-0-sp {
    margin-left: 0;
  }
  .mt-5-sp {
    margin-top: 5px;
  }
  .mr-5-sp {
    margin-right: 5px;
  }
  .mb-5-sp {
    margin-bottom: 5px;
  }
  .ml-5-sp {
    margin-left: 5px;
  }
  .mt-10-sp {
    margin-top: 10px;
  }
  .mr-10-sp {
    margin-right: 10px;
  }
  .mb-10-sp {
    margin-bottom: 10px;
  }
  .ml-10-sp {
    margin-left: 10px;
  }
  .mt-15-sp {
    margin-top: 15px;
  }
  .mr-15-sp {
    margin-right: 15px;
  }
  .mb-15-sp {
    margin-bottom: 15px;
  }
  .ml-15-sp {
    margin-left: 15px;
  }
  .mt-20-sp {
    margin-top: 20px;
  }
  .mr-20-sp {
    margin-right: 20px;
  }
  .mb-20-sp {
    margin-bottom: 20px;
  }
  .ml-20-sp {
    margin-left: 20px;
  }
  .mt-25-sp {
    margin-top: 25px;
  }
  .mr-25-sp {
    margin-right: 25px;
  }
  .mb-25-sp {
    margin-bottom: 25px;
  }
  .ml-25-sp {
    margin-left: 25px;
  }
  .mt-30-sp {
    margin-top: 30px;
  }
  .mr-30-sp {
    margin-right: 30px;
  }
  .mb-30-sp {
    margin-bottom: 30px;
  }
  .ml-30-sp {
    margin-left: 30px;
  }
  .mt-35-sp {
    margin-top: 35px;
  }
  .mr-35-sp {
    margin-right: 35px;
  }
  .mb-35-sp {
    margin-bottom: 35px;
  }
  .ml-35-sp {
    margin-left: 35px;
  }
  .mt-40-sp {
    margin-top: 40px;
  }
  .mr-40-sp {
    margin-right: 40px;
  }
  .mb-40-sp {
    margin-bottom: 40px;
  }
  .ml-40-sp {
    margin-left: 40px;
  }
  .mt-45-sp {
    margin-top: 45px;
  }
  .mr-45-sp {
    margin-right: 45px;
  }
  .mb-45-sp {
    margin-bottom: 45px;
  }
  .ml-45-sp {
    margin-left: 45px;
  }
  .mt-50-sp {
    margin-top: 50px;
  }
  .mr-50-sp {
    margin-right: 50px;
  }
  .mb-50-sp {
    margin-bottom: 50px;
  }
  .ml-50-sp {
    margin-left: 50px;
  }
  .mt-55-sp {
    margin-top: 55px;
  }
  .mr-55-sp {
    margin-right: 55px;
  }
  .mb-55-sp {
    margin-bottom: 55px;
  }
  .ml-55-sp {
    margin-left: 55px;
  }
  .mt-60-sp {
    margin-top: 60px;
  }
  .mr-60-sp {
    margin-right: 60px;
  }
  .mb-60-sp {
    margin-bottom: 60px;
  }
  .ml-60-sp {
    margin-left: 60px;
  }
  .mt-65-sp {
    margin-top: 65px;
  }
  .mr-65-sp {
    margin-right: 65px;
  }
  .mb-65-sp {
    margin-bottom: 65px;
  }
  .ml-65-sp {
    margin-left: 65px;
  }
  .mt-70-sp {
    margin-top: 70px;
  }
  .mr-70-sp {
    margin-right: 70px;
  }
  .mb-70-sp {
    margin-bottom: 70px;
  }
  .ml-70-sp {
    margin-left: 70px;
  }
  .mt-75-sp {
    margin-top: 75px;
  }
  .mr-75-sp {
    margin-right: 75px;
  }
  .mb-75-sp {
    margin-bottom: 75px;
  }
  .ml-75-sp {
    margin-left: 75px;
  }
  .mt-80-sp {
    margin-top: 80px;
  }
  .mr-80-sp {
    margin-right: 80px;
  }
  .mb-80-sp {
    margin-bottom: 80px;
  }
  .ml-80-sp {
    margin-left: 80px;
  }
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

@media (max-width: 768.98px) {
  .pt-0-sp {
    padding-top: 0;
  }
  .pr-0-sp {
    padding-right: 0;
  }
  .pb-0-sp {
    padding-bottom: 0;
  }
  .pl-0-sp {
    padding-left: 0;
  }
  .pt-5-sp {
    padding-top: 5px;
  }
  .pr-5-sp {
    padding-right: 5px;
  }
  .pb-5-sp {
    padding-bottom: 5px;
  }
  .pl-5-sp {
    padding-left: 5px;
  }
  .pt-10-sp {
    padding-top: 10px;
  }
  .pr-10-sp {
    padding-right: 10px;
  }
  .pb-10-sp {
    padding-bottom: 10px;
  }
  .pl-10-sp {
    padding-left: 10px;
  }
  .pt-15-sp {
    padding-top: 15px;
  }
  .pr-15-sp {
    padding-right: 15px;
  }
  .pb-15-sp {
    padding-bottom: 15px;
  }
  .pl-15-sp {
    padding-left: 15px;
  }
  .pt-20-sp {
    padding-top: 20px;
  }
  .pr-20-sp {
    padding-right: 20px;
  }
  .pb-20-sp {
    padding-bottom: 20px;
  }
  .pl-20-sp {
    padding-left: 20px;
  }
  .pt-25-sp {
    padding-top: 25px;
  }
  .pr-25-sp {
    padding-right: 25px;
  }
  .pb-25-sp {
    padding-bottom: 25px;
  }
  .pl-25-sp {
    padding-left: 25px;
  }
  .pt-30-sp {
    padding-top: 30px;
  }
  .pr-30-sp {
    padding-right: 30px;
  }
  .pb-30-sp {
    padding-bottom: 30px;
  }
  .pl-30-sp {
    padding-left: 30px;
  }
  .pt-35-sp {
    padding-top: 35px;
  }
  .pr-35-sp {
    padding-right: 35px;
  }
  .pb-35-sp {
    padding-bottom: 35px;
  }
  .pl-35-sp {
    padding-left: 35px;
  }
  .pt-40-sp {
    padding-top: 40px;
  }
  .pr-40-sp {
    padding-right: 40px;
  }
  .pb-40-sp {
    padding-bottom: 40px;
  }
  .pl-40-sp {
    padding-left: 40px;
  }
  .pt-45-sp {
    padding-top: 45px;
  }
  .pr-45-sp {
    padding-right: 45px;
  }
  .pb-45-sp {
    padding-bottom: 45px;
  }
  .pl-45-sp {
    padding-left: 45px;
  }
  .pt-50-sp {
    padding-top: 50px;
  }
  .pr-50-sp {
    padding-right: 50px;
  }
  .pb-50-sp {
    padding-bottom: 50px;
  }
  .pl-50-sp {
    padding-left: 50px;
  }
  .pt-55-sp {
    padding-top: 55px;
  }
  .pr-55-sp {
    padding-right: 55px;
  }
  .pb-55-sp {
    padding-bottom: 55px;
  }
  .pl-55-sp {
    padding-left: 55px;
  }
  .pt-60-sp {
    padding-top: 60px;
  }
  .pr-60-sp {
    padding-right: 60px;
  }
  .pb-60-sp {
    padding-bottom: 60px;
  }
  .pl-60-sp {
    padding-left: 60px;
  }
  .pt-65-sp {
    padding-top: 65px;
  }
  .pr-65-sp {
    padding-right: 65px;
  }
  .pb-65-sp {
    padding-bottom: 65px;
  }
  .pl-65-sp {
    padding-left: 65px;
  }
  .pt-70-sp {
    padding-top: 70px;
  }
  .pr-70-sp {
    padding-right: 70px;
  }
  .pb-70-sp {
    padding-bottom: 70px;
  }
  .pl-70-sp {
    padding-left: 70px;
  }
  .pt-75-sp {
    padding-top: 75px;
  }
  .pr-75-sp {
    padding-right: 75px;
  }
  .pb-75-sp {
    padding-bottom: 75px;
  }
  .pl-75-sp {
    padding-left: 75px;
  }
  .pt-80-sp {
    padding-top: 80px;
  }
  .pr-80-sp {
    padding-right: 80px;
  }
  .pb-80-sp {
    padding-bottom: 80px;
  }
  .pl-80-sp {
    padding-left: 80px;
  }
}

@media (max-width: 768.98px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper [tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 0;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:after, .modaal-gallery-control:focus:before, .modaal-gallery-control:hover:after, .modaal-gallery-control:hover:before {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:after, .modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:after, .modaal-gallery-prev:before {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 15px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container embed, .modaal-video-container iframe, .modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:after, .modaal-gallery-control:before {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  to {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:first-of-type > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:first-of-type {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: -8px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  background-color: #fffFFF;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0.1px;
  line-height: 1.6;
  overflow-x: hidden;
}

@media (max-width: 768.98px) {
  body {
    min-width: 100%;
    font-size: 12px;
  }
}

body a {
  color: #007bbc;
}

body a:hover {
  text-decoration: none;
}

.c-ttl {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, sans-serif;
  font-weight: 900;
}

.container {
  background-color: #ffffff;
}

@media (max-width: 768.98px) {
  .container {
    background-color: #ffffff;
  }
}

.sec-home__010 .inner {
  width: 1080px;
  margin: 0 auto;
  background-color: #ffffff;
}

@media (max-width: 768.98px) {
  .sec-home__010 .inner {
    width: auto;
    margin: 0;
    padding: 0 15px;
  }
}

.sec-cont__010 {
  padding-bottom: 40px;
  padding-top: 80px;
}

@media (max-width: 768.98px) {
  .sec-cont__010 {
    padding-bottom: 0;
    padding-top: 40px;
  }
}

.sec-cont__010 .inner {
  width: auto;
  margin: 0;
  background-color: #f8f8f8;
  background: #f8f8f8 url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/bg_img_0003.jpg) no-repeat left 0;
}

@media (max-width: 768.98px) {
  .sec-cont__010 .inner {
    padding: 0 0;
  }
}

.sec-cont__010 .inner-bg {
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/bg_img_0004.jpg) no-repeat right bottom;
}

.sec-cont__010 .inner-sub {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 768.98px) {
  .sec-cont__010 .inner-sub {
    width: auto;
    margin: 0;
    padding: 0 15px;
  }
}

.sec-cont__010 .inner-sub2 {
  background-color: #ffffff;
  padding: 40px 0 0 0;
}

@media (max-width: 768.98px) {
  .sec-cont__010 .inner-sub2 {
    padding: 30px 15px 0 15px;
  }
}

.sec-cont__020 {
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/bg_img_0001.png) no-repeat center 160px;
  background-size: cover;
  padding: 60px 0;
}

@media (max-width: 768.98px) {
  .sec-cont__020 {
    padding: 40px 0;
  }
}

@media (max-width: 768.98px) {
  .sec-cont__020 .inner {
    padding: 0 0;
  }
}

.sec-cont__030 {
  margin-top: 40px;
  padding-bottom: 40px;
  background-color: #f6f6f6;
}

@media (max-width: 768.98px) {
  .sec-cont__030 {
    margin-top: 40px;
    padding-bottom: 20px;
  }
}

@media (max-width: 768.98px) {
  .sec-cont__030 .inner {
    padding: 0 15px;
  }
}

.sec-cont__040 {
  padding: 60px 0 20px 0;
}

@media (max-width: 768.98px) {
  .sec-cont__040 {
    padding: 40px 0;
  }
}

.sec-cont__040 .inner {
  width: auto;
  margin: 0;
  background-color: #f4f9fb;
  padding: 40px 0;
}

.sec-cont__040 .inner-sub {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 768.98px) {
  .sec-cont__040 .inner-sub {
    width: auto;
    margin: 0;
  }
}

.sec-cont__050 {
  padding: 60px 0;
  background-color: #ffffff;
}

@media (max-width: 768.98px) {
  .sec-cont__050 {
    padding: 0 0 40px 0;
  }
}

@media (max-width: 768.98px) {
  .sec-cont__050 .inner {
    padding: 0 15px;
  }
}

.sec-cont__060 {
  padding: 0 0 0 0;
  background-color: #ffffff;
}

@media (max-width: 768.98px) {
  .sec-cont__060 .inner {
    padding: 0 15px;
  }
}

.sec-cont__070 {
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/img_home_0001.png) no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 768.98px) {
  .sec-cont__070 {
    background-size: 200%;
  }
}

.sec-cont__070 .inner {
  background-color: #ffffff;
}

.sec-cont__070 .inner-cont {
  width: 100%;
  padding-top: 100px;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/bg_img_0005.jpg) no-repeat center 220px;
}

.sec-cont__080 {
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/img_home_0002.png) no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 768.98px) {
  .sec-cont__080 {
    background-size: 200%;
  }
}

.sec-cont__080 .inner {
  background-color: #ffffff;
}

.sec-cont__080 .inner-cont {
  width: 100%;
  padding-top: 100px;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/bg_img_0005.jpg) no-repeat center 220px;
}

.sec-cont__090 {
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/img_home_0003.png) no-repeat center 0;
  background-size: contain;
}

@media (max-width: 768.98px) {
  .sec-cont__090 {
    background-size: 200%;
  }
}

.sec-cont__090 .inner-sub {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 768.98px) {
  .sec-cont__090 .inner-sub {
    width: auto;
    margin: 0;
    padding: 0 15px;
  }
}

.sec-cont__090 .inner-cont {
  width: 100%;
  padding-top: 100px;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/bg_img_0005.jpg) no-repeat center 220px;
}

.sec-cont__090 .inner-sub2 {
  width: 1080px;
  margin: 0 auto;
  padding-top: 10px;
}

@media (max-width: 768.98px) {
  .sec-cont__090 .inner-sub2 {
    width: auto;
    margin: 0;
    padding: 0 15px;
    padding-top: 40px;
  }
}

.sec-cont__090 .inner-bg1 {
  background: #f8f8f8 url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/bg_img_0003.jpg) no-repeat left 0;
}

.sec-cont__090 .inner-bg2 {
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/bg_img_0004.jpg) no-repeat right bottom;
}

.sec-cont__100 {
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/img_home_0004.png) no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 768.98px) {
  .sec-cont__100 {
    background-size: 200%;
  }
}

.sec-cont__100 .inner {
  background-color: #ffffff;
}

.sec-cont__100 .inner-cont {
  width: 100%;
  padding-top: 100px;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/bg_img_0005.jpg) no-repeat center 220px;
}

.sec-overlay {
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/bg_img_0006.png) no-repeat right 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
}

@media (max-width: 768.98px) {
  .sec-overlay {
    display: block;
  }
}

.ttl-base__010 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
  scroll-padding-bottom: 10px;
}

@media (max-width: 768.98px) {
  .ttl-base__010 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.ttl-base__010:after {
  content: "";
  display: block;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_bar_0001.png) no-repeat center 0;
  width: 45px;
  height: 6px;
  margin: 0 auto;
}

.ttl-base__010.type__content {
  padding-top: 50px;
  margin-bottom: 90px;
}

@media (max-width: 768.98px) {
  .ttl-base__010.type__content {
    padding-top: 20px;
    margin-bottom: 0;
    background-color: #ffffff;
    position: relative;
    top: -30px;
  }
}

.ttl-base__020 {
  background-color: #4a4a4a;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  padding: 16px 0;
  margin-bottom: 0;
}

@media (max-width: 768.98px) {
  .ttl-base__020 {
    font-size: 22px;
  }
}

.ttl-base__020 .ttlinner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 768.98px) {
  .ttl-base__020 .ttlinner {
    width: auto;
    margin: 0;
  }
}

.ttl-base__020 .prev {
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_arrow_0005.png) no-repeat 0 0;
  width: 16px;
  height: 24px;
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  cursor: pointer;
}

.ttl-base__020 .next {
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_arrow_0006.png) no-repeat 0 0;
  width: 16px;
  height: 24px;
  display: block;
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
}

.ttl-base__030 {
  border-left: 4px solid #313131;
  font-size: 20px;
  font-weight: bold;
  color: #313131;
  padding-left: 15px;
}

@media (max-width: 768.98px) {
  .ttl-base__030.home {
    margin-top: 20px;
  }
}

.ttl-base__030.mgB {
  margin-bottom: 40px;
}

@media (max-width: 768.98px) {
  .ttl-base__030 {
    font-size: 18px;
  }
}

.ttl-base__040 {
  font-size: 18px;
  font-weight: bold;
  color: #313131;
  margin-bottom: 20px;
}

.ttl-base__050 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding: 15px 0 15px 0;
  margin-bottom: 30px;
  text-align: center;
  background: #ff4e65 url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/bg_img_0002.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 768.98px) {
  .ttl-base__050 {
    background: #ff4e65 url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/bg_img_0002_sp.png) no-repeat center;
    background-size: cover;
    font-size: 18px;
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
  }
}

.ttl-base__060 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 15px;
  margin-bottom: 0;
  height: 70px;
  line-height: 70px;
  color: #313131;
  border: 1px solid #cccccc;
  position: relative;
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
  cursor: pointer;
}

@media (max-width: 768.98px) {
  .ttl-base__060 {
    height: 50px;
    line-height: 50px;
  }
}

.ttl-base__060:after {
  content: "";
  display: block;
  height: 68px;
  width: 68px;
  position: absolute;
  right: 0;
  top: 0;
  background: #007bbc url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_plus.png) no-repeat 50% 50%;
}

@media (max-width: 768.98px) {
  .ttl-base__060:after {
    height: 48px;
    width: 48px;
  }
}

.ttl-base__060.active {
  background-color: #007bbc;
  color: #ffffff;
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
}

.ttl-base__060.active:after {
  background: #007bbc url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_minus.png) no-repeat 50% 50%;
}

.ttl-base__070 {
  font-size: 24px;
  font-weight: bold;
}

.img-base__010 {
  text-align: center;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.img-base__020 {
  margin-bottom: 0;
}

.img-base__030 {
  margin-bottom: 10px;
  position: relative;
}

.img-base__030:after {
  content: "";
  display: block;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_play.png) no-repeat 0 0;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.img-base__040 {
  margin-bottom: 2em;
  text-align: center;
}

.img-base__040 img {
  max-width: 100%;
  height: auto;
}

.img-baseCaption__010 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  padding-top: 15px;
}

@media (max-width: 768.98px) {
  .img-baseCaption__010 {
    font-size: 18px;
  }
}

.text-base__010 {
  font-size: 16px;
  margin-bottom: 2em;
}

@media (max-width: 768.98px) {
  .text-base__010 {
    font-size: 14px;
  }
}

.col-match {
  padding-top: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 35px;
}

@media (max-width: 768.98px) {
  .col-match {
    padding-top: 5px;
    padding-bottom: 30px;
  }
}

.col-match:last-of-type {
  border-bottom: 0;
}

.col-match__games {
  padding-top: 30px;
  padding-bottom: 10px;
  width: 732px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 768.98px) {
  .col-match__games {
    width: auto;
    margin: 0;
    padding-top: 20px;
  }
}

.col-match__games.type-wide {
  width: 100%;
  margin: 0;
}

.col-match__games.type-wide .col-match__item {
  width: 340px;
}

@media (max-width: 768.98px) {
  .col-match__games.type-wide .col-match__item {
    width: 100%;
  }
}

.col-match__link {
  color: #313131;
  display: block;
}

.col-match__item {
  width: 346px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  margin: 0 10px 20px 10px;
  background-color: #ffffff !important;
  position: relative;
  padding-bottom: 50px;
}

@media (max-width: 768.98px) {
  .col-match__item {
    width: 100%;
    margin: 0 0 24px 0;
  }
}

.col-match__item.active {
  display: block;
}

.col-match__item.hide {
  display: none;
}

.col-match__item.cate__010 .col-match__header {
  border-color: #ff677b;
}

.col-match__item.cate__010 .col-match__header .free {
  background-color: #ff677b;
}

.col-match__item.cate__020 .col-match__header {
  border-color: #004db4;
}

.col-match__item.cate__020 .col-match__header .free {
  background-color: #004db4;
}

.col-match__item.cate__030 .col-match__header {
  border-color: #009be5;
}

.col-match__item.cate__030 .col-match__header .free {
  background-color: #009be5;
}

.col-match__item.cate__040 .col-match__header {
  border-color: #541b86;
}

.col-match__item.cate__040 .col-match__header .free {
  background-color: #541b86;
}

.col-match__header {
  border-top: 4px solid #ff677b;
  border-bottom: 1px solid #e5e5e5 !important;
  position: relative;
  height: 70px;
}

.col-match__header .icon {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 60px;
}

@media (max-width: 768.98px) {
  .col-match__header .icon {
    left: 10px;
    top: 9px;
  }
}

.col-match__header .icon img {
  width: 100%;
}

.col-match__header .time {
  position: absolute;
  left: 80px;
  top: 8px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
}

.col-match__header .time .sub {
  font-size: 12px;
  margin-left: 5px;
}

.col-match__header .place {
  position: absolute;
  left: 80px;
  top: 40px;
  clear: both;
  float: left;
  margin-bottom: 0;
  font-size: 13px;
}

.col-match__header .place:before {
  content: "";
  display: inline-block;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_pin_0001.png) no-repeat 0 50%;
  width: 8px;
  height: 13px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.col-match__header .free {
  position: absolute;
  right: 8px;
  top: 0;
  width: 88px;
  background-color: #ff677b;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.col-match__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 8px 15px 8px;
}

.col-match__body .num {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}

.col-match__body .n1 {
  width: 40%;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 30px;
  padding-right: 5px;
}

.col-match__body .n1 .sub {
  display: block;
}

.col-match__body .n1 .score {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  line-height: 1;
  left: 42%;
}

.col-match__body .n2 {
  width: 40%;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 30px;
  padding-left: 5px;
}

.col-match__body .n2 .sub {
  display: block;
}

.col-match__body .n2 .score {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  line-height: 1;
  right: 42%;
}

.col-match__body .status {
  width: 20%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

.col-match__body .status .sub {
  display: block;
  font-size: 11px;
  background-color: #aaaaaa;
  color: #ffffff;
  border-radius: 14px;
  padding: 4px;
}

.col-match__body .status .sub.st__010 {
  background-color: #aaaaaa;
}

.col-match__body .status .sub.st__0200 {
  background-color: #aaaaaa;
}

.col-match__body .status .sub.st__030 {
  background-color: #f37109;
}

.col-match__body .status .sub2 {
  font-size: 11px;
  font-weight: normal;
}

.col-match__footer {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  padding: 14px 5px;
  position: absolute;
  bottom: 0;
}

.col-tabs {
  background-color: #ffffff;
}

.col-tabsItemSec {
  padding: 35px;
  position: relative;
}

@media (max-width: 768.98px) {
  .col-tabsItemSec {
    padding: 35px 15px;
  }
}

.col-tabsItems {
  width: 780px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  display: none;
}

@media (max-width: 768.98px) {
  .col-tabsItems {
    width: auto;
    margin: 0;
  }
}

.col-tabsItems.type__table {
  padding: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.col-tabsItems.active {
  display: block;
}

.col-tabsItems.wide {
  width: auto;
}

.col-tabsItems .note {
  font-size: 12px;
  text-align: right;
  padding-top: 20px;
}

.col-tabsItems .no-data {
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}

.col-tabsItems .img-base__010 img {
  width: 140px;
}

@media (max-width: 768.98px) {
  .col-tabsItems .img-base__010 img {
    width: 50%;
  }
}

.col-teams {
  margin-bottom: 20px;
}

.col-teams__summary {
  display: none;
}

.col-teams__summaryInner {
  background-color: #f8f8f8;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 768.98px) {
  .col-teams__summaryInner {
    padding: 20px;
  }
}

.col-teams__outline {
  width: 50%;
  padding-right: 3%;
  padding-bottom: 3%;
}

@media (max-width: 768.98px) {
  .col-teams__outline {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.col-entry {
  width: 828px;
  margin: 0 auto;
}

@media (max-width: 768.98px) {
  .col-entry {
    width: 100%;
  }
}

.col-entry__header {
  margin-bottom: 40px;
}

.col-entry__header .ttl-base__030 {
  margin-bottom: 10px;
}

.col-entry__header .date {
  font-size: 12px;
  color: #333333;
}

.col-entry__body {
  font-size: 16px;
  margin-bottom: 40px;
}

.col-entry__body h3 {
  font-size: 20px;
  font-weight: bold;
  color: #313131;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #aaaaaa;
  position: relative;
}

.col-entry__body h3:before {
  content: "";
  display: block;
  border-left: 4px solid #313131;
  width: 4px;
  height: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
}

.col-entry__body h4 {
  border-left: 4px solid #052667;
  color: #052667;
  font-size: 20px;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 15px;
}

.col-entry__body p {
  margin-bottom: 1.5em;
}

.col-entry__body .kv {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 50px auto;
}

.col-entry__body hr {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  margin: 2em 0;
}

.col-entry__body img {
  max-width: 100%;
  height: auto;
}

.col-entry__body a.arrow {
  position: relative;
  padding-left: 20px;
}

.col-entry__body a.arrow:before {
  content: "";
  display: inline-block;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_arrow_0007.png) no-repeat 0 0;
  width: 8px;
  height: 15px;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 17%;
}

.col-entry__footer {
  background-color: #e5e5e5;
  padding: 20px;
}

.col-entry__footer .ttl {
  font-size: 14px;
  margin-bottom: 10px;
}

.col-entry__footer .item {
  font-size: 13px;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 20px;
}

.col-entry__footer .item:before {
  content: "";
  display: inline-block;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_arrow_0007.png) no-repeat 0 0;
  width: 8px;
  height: 15px;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 10%;
}

.col-entry__pager {
  font-size: 16px;
  padding-top: 40px;
}

.col-entry__pager .summary {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-entry__pager .summary a {
  color: #434343;
  font-size: 14px;
  font-weight: bold;
}

.col-entry__pager .summary a + a:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1px;
  height: 14px;
  top: -1px;
  margin: 0 20px;
  background: #000;
  vertical-align: middle;
}

.col-entry__video {
  width: 640px;
  margin: 0 auto;
  margin-bottom: 2em;
}

@media (max-width: 768.98px) {
  .col-entry__video {
    width: 100%;
    margin: 0;
  }
}

.col-entry__video .video_frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.col-entry__video .video_frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.list-base__010 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f4f4;
  border-top: 4px solid #434343;
}

@media (max-width: 768.98px) {
  .list-base__010 {
    height: 85px;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.list-base__020 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 768.98px) {
  .list-base__020 {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.list-baseItem__010 {
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  display: table;
}

.list-baseItem__010 a {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0;
  height: 70px;
  color: #898989;
}

@media (max-width: 768.98px) {
  .list-baseItem__010 a {
    font-size: 14px;
    height: 85px;
    overflow: hidden;
  }
}

.list-baseItem__010.current {
  background-color: #ffffff;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.list-baseItem__010.current a {
  color: #007bbc;
}

.list-baseItem__010:last-child {
  border-right: 0;
}

.list-baseItem__020 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.list-baseItem__020:last-child {
  margin-bottom: 0;
}

.list-baseItem__020 .category {
  width: 160px;
  height: 26px;
  line-height: 26px;
  margin-right: 20px;
  font-size: 12px;
  background-color: #ff677b;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  font-weight: bold;
}

@media (max-width: 768.98px) {
  .list-baseItem__020 .category {
    font-size: 12px;
    width: 46%;
    margin-right: 5%;
  }
}

.list-baseItem__020 .category.cate__010 {
  background-color: #ff677b;
}

.list-baseItem__020 .category.cate__020 {
  background-color: #004db4;
}

.list-baseItem__020 .category.cate__030 {
  background-color: #009be5;
}

.list-baseItem__020 .category.cate__040 {
  background-color: #541b86;
}

.list-baseItem__020 .details {
  width: 360px;
  font-size: 16px;
}

@media (max-width: 768.98px) {
  .list-baseItem__020 .details {
    font-size: 14px;
    width: 70%;
  }
}

.list-baseItem__020 .details a {
  font-weight: bold;
}

.list-baseItem__020 .details p {
  font-weight: bold;
}

.list-baseItem__020 .details .sub {
  font-size: 15px;
  display: block;
  color: #313131;
  font-weight: normal;
}

@media (max-width: 768.98px) {
  .list-baseItem__020 .details .sub {
    font-size: 13px;
  }
}

.list-btnList__010 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-btnList__010.type__single li {
  width: 100%;
  line-height: 27px;
  text-align: center;
}

.list-btnList__010.type__single li:first-child {
  border-right: 0;
}

.list-btnList__010.type__triple li {
  font-size: 12px;
  width: 33%;
  line-height: 27px;
}

.list-btnList__010.type__triple li.btn-base__010 {
  margin-right: 1.5%;
}

.list-btnList__010.type__triple li.btn-base__010:before {
  width: 12px;
  top: 6px;
}

.list-btnList__010.type__triple li.btn-base__020:before {
  width: 12px;
  top: 6px;
}

.list-btnList__010.type__triple li.btn-base__070 {
  margin-left: 1.5%;
}

.list-btnList__010.type__triple li.btn-base__070:before {
  width: 12px;
  height: 15px;
  top: 5px;
}

.list-btnList__010.type__triple li:last-child {
  border-left: 1px solid #e5e5e5;
}

.list-btnList__020 {
  width: 732px;
  margin: 0 auto;
}

@media (max-width: 768.98px) {
  .list-btnList__020 {
    width: auto;
    margin: 0;
  }
}

.list-btnList__030 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-btnListItem__010 {
  width: 50%;
  text-align: center;
  line-height: 27px;
}

.list-btnListItem__010:first-child {
  border-right: 1px solid #e5e5e5;
}

.list-btnListItem__020 {
  margin-bottom: 10px;
}

.list-btnListItem__020:last-child {
  margin-bottom: 0;
}

.list-btnListItem__030 {
  margin-right: 20px;
}

@media (max-width: 768.98px) {
  .list-btnListItem__030 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.list-btnListItem__030:last-child {
  margin-right: 0;
}

.list-bannerListItem__010 {
  text-align: center;
}

.list-bannerListItem__010 img {
  max-width: 100%;
}

.list-newsList__010 {
  width: 732px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 768.98px) {
  .list-newsList__010 {
    width: auto;
    margin: 0;
  }
}

.list-newsList__010.type-wide {
  width: 100%;
  margin: 0;
}

.list-newsList__010.type-wide .list-newsListItem__010 {
  width: 340px;
}

@media (max-width: 768.98px) {
  .list-newsList__010.type-wide .list-newsListItem__010 {
    width: auto;
  }
}

.list-newsListItem__010 {
  width: 346px;
  margin: 0 10px 20px 10px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.list-newsListItem__010.type__movie {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.list-newsListItem__010.type__movie .img-head {
  position: static;
  margin-bottom: 10px;
}

.list-newsListItem__010.type__movie .img-head .category {
  position: static;
  margin-left: 0;
  font-weight: bold;
}

.list-newsListItem__010.type__movie .text {
  padding: 0 0 10px 0;
}

.list-newsListItem__010 a {
  display: block;
}

@media (max-width: 768.98px) {
  .list-newsListItem__010 {
    width: auto;
    margin: 0 0 30px 0;
  }
}

.list-newsListItem__010 .img-head {
  position: relative;
  margin-bottom: 20px;
}

.list-newsListItem__010 .img-head .category {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  color: #ffffff;
  padding: 6px 15px;
  border-radius: 20px;
  margin-left: 10px;
  position: absolute;
  bottom: -10px;
  font-weight: bold;
}

.list-newsListItem__010 .date {
  margin-bottom: 0;
  font-size: 12px;
  color: #333333;
  padding: 0 15px 5px 15px;
}

.list-newsListItem__010 .text {
  margin-bottom: 0;
  font-size: 14px;
  padding: 0 15px 20px 15px;
  color: #313131;
  font-weight: bold;
}

.list-newsListItem__010 img {
  width: 100%;
  vertical-align: bottom;
}

.list-Date__010 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 0 60px 30px 60px;
}

@media (max-width: 768.98px) {
  .list-Date__010 {
    padding: 0 0 20px 0;
  }
}

.list-DateItem__010 {
  margin-right: 1%;
  margin-left: 1%;
  width: 23%;
}

@media (max-width: 768.98px) {
  .list-DateItem__010 {
    margin-right: 1%;
    margin-left: 1%;
  }
}

.list-DateItem__010 a {
  border-radius: 4px;
  background-color: #99cae4;
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  margin: 0 0 14px 0;
  display: block;
  text-align: center;
  line-height: 60px;
  height: 60px;
}

@media (max-width: 768.98px) {
  .list-DateItem__010 a {
    width: 100%;
    padding: 0;
    font-size: 16px;
    margin: 0 0 8px 0;
    line-height: 45px;
    height: 45px;
  }
}

.list-DateItem__010.active a {
  background-color: #007bbc;
  font-weight: bold;
  opacity: 1;
}

.btn-base__010 {
  font-size: 14px;
  font-weight: bold;
}

.btn-base__010:before {
  content: "";
  display: inline-block;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_tv.png) no-repeat 0 0;
  width: 19px;
  height: 15px;
  margin-right: 6px;
  position: relative;
  top: 3px;
  background-size: 100%;
}

.btn-base__010.no-active {
  color: #aaaaaa;
}

.btn-base__010.no-active:before {
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_tv__noactive.png) no-repeat 0 0;
  background-size: 100%;
}

.btn-base__020 {
  font-size: 14px;
  font-weight: bold;
}

.btn-base__020:before {
  content: "";
  display: inline-block;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_highlight.png) no-repeat 0 0;
  background-size: 100%;
  width: 19px;
  height: 15px;
  margin-right: 6px;
  position: relative;
  top: 3px;
}

.btn-base__020.no-active {
  color: #aaaaaa;
}

.btn-base__020.no-active:before {
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_highlight__noactive.png) no-repeat 0 0;
  background-size: 100%;
}

.btn-base__030 {
  text-align: center;
}

.btn-base__030 a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  width: 280px;
  background-color: #007bbc;
  border-radius: 30px;
  padding: 16px;
}

@media (max-width: 768.98px) {
  .btn-base__030 a {
    width: 240px;
    padding: 8px;
  }
}

.btn-base__030 a:after {
  content: "";
  display: inline-block;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_arrow_0001.png) no-repeat 0 0;
  width: 15px;
  height: 10px;
  margin-right: 6px;
  position: absolute;
  right: 25px;
  top: 40%;
}

.btn-base__030.open a:after {
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_arrow_0002.png) no-repeat 0 0;
}

.btn-base__040 {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768.98px) {
  .btn-base__040 {
    width: auto;
    font-size: 16px;
  }
}

.btn-base__040 a {
  display: block;
  text-align: center;
  background-color: #007bbc;
  color: #ffffff;
  padding: 24px;
  position: relative;
  border-radius: 4px;
}

@media (max-width: 768.98px) {
  .btn-base__040 a {
    width: auto;
    padding: 18px;
  }
}

.btn-base__040 a:after {
  content: "";
  display: inline-block;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_arrow_0003.png) no-repeat 0 0;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 40%;
}

.btn-base__050 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768.98px) {
  .btn-base__050 {
    font-size: 16px;
  }
}

.btn-base__050 a {
  width: 320px;
  display: inline-block;
  text-align: center;
  background-color: #007bbc;
  color: #ffffff;
  padding: 16px;
  position: relative;
  border-radius: 4px;
}

@media (max-width: 768.98px) {
  .btn-base__050 a {
    width: 100%;
    padding: 18px;
  }
}

.btn-base__050 a:after {
  content: "";
  display: inline-block;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_arrow_0003.png) no-repeat 0 0;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 40%;
}

.btn-base__060 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.btn-base__060 a {
  width: 340px;
  display: inline-block;
  text-align: center;
  background-color: #007bbc;
  color: #ffffff;
  padding: 24px;
  border-radius: 4px;
}

@media (max-width: 768.98px) {
  .btn-base__060 a {
    width: 100%;
    padding: 18px;
  }
}

.btn-base__060 a:after {
  content: "";
  display: inline-block;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_arrow_0004.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.btn-base__070 {
  font-size: 14px;
  font-weight: bold;
}

.btn-base__070:before {
  content: "";
  display: inline-block;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_ticket.png) no-repeat 0 0;
  background-size: 100%;
  width: 22px;
  height: 17px;
  margin-right: 6px;
  position: relative;
  top: 3px;
}

.btn-base__070.no-active {
  color: #aaaaaa;
}

.btn-base__070.no-active:before {
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_ticket__noactive.png) no-repeat 0 0;
  background-size: 100%;
}

.table-base {
  width: 100%;
  border-left: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}

@media (max-width: 768.98px) {
  .table-base {
    width: 800px;
  }
}

.table-base__wrap {
  overflow: auto;
}

.table-base__th {
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fafafa;
}

.table-base__th.num1 {
  width: 10%;
}

.table-base__th.num2 {
  width: 15%;
}

.table-base__th.num3 {
  width: 20%;
}

.table-base__th.num4 {
  width: 55%;
}

.table-base__td {
  font-size: 16px;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding: 10px 20px;
}

.table-base__td.type__rank {
  text-align: center;
}

.table-base__td.type__goal {
  text-align: center;
}

.table-base tr:nth-child(odd) td {
  background-color: #fafafa;
}

.table-base tr:nth-child(odd) th {
  background-color: #fafafa;
}

.cate__010 {
  background-color: #ff677b;
}

.cate__020 {
  background-color: #009be5;
}

.cate__030 {
  background-color: #004db4;
}

.cate__040 {
  background-color: #541b86;
}

.cate__050 {
  background-color: #009638;
}

.cate__060 {
  background-color: #ff7200;
}

:root .list-btnList__010.type__triple li, _::-webkit-full-page-media, _:future {
  font-size: 11px;
}

@media (max-width: 768.98px) {
  .l-container {
    overflow: hidden;
  }
}

.common-header__header {
  background-color: #001e55;
  position: relative;
  z-index: 2000;
}

.common-header__header__inner {
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  text-align: right;
}

@media (max-width: 768.98px) {
  .common-header__header__inner {
    padding: 0 10px;
  }
}

.common-header__header__logo {
  display: block;
}

.common-header__header__logo img {
  width: auto;
  height: 20px;
  vertical-align: middle;
}

.common-header__header-2 {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 12px -6px #000000;
  box-shadow: 0px 2px 12px -6px #000000;
  position: relative;
  z-index: 2000;
}

.common-header__header-2__inner {
  padding: 0 30px;
  height: 80px;
  overflow: hidden;
}

@media (max-width: 768.98px) {
  .common-header__header-2__inner {
    padding: 0 0 0 15px;
    height: 70px;
  }
}

.common-header__header-2__logo {
  float: left;
}

.common-header__header-2__menu {
  float: right;
}

.common-header__logo-competition {
  line-height: 80px;
  margin-bottom: 0;
}

@media (max-width: 768.98px) {
  .common-header__logo-competition {
    line-height: 70px;
  }
}

.common-header__logo-competition span {
  display: block;
}

.common-header__logo-competition img {
  vertical-align: bottom;
  margin-bottom: 6px;
}

@media (max-width: 768.98px) {
  .common-header__logo-competition img {
    width: auto;
    height: 40px;
    margin-bottom: 15px;
  }
}

.nav-globalmenu {
  line-height: 70px;
}

.nav-globalmenu__header {
  vertical-align: middle;
  display: inline-block;
}

.nav-globalmenu__header a {
  color: #434343;
}

.nav-globalmenu__header__btn-menu {
  line-height: 70px;
  width: 60px;
  height: 50px;
  border-left: 1px solid #313131;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
}

.nav-globalmenu__header__btn-menu__line {
  background-color: #434343;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-top: -9px;
  margin-left: -10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.nav-globalmenu__header__btn-menu__line:first-of-type {
  margin-top: -16px;
}

.nav-globalmenu__header__btn-menu__line:nth-of-type(3) {
  margin-top: -2px;
}

.nav-globalmenu__header__btn-menu.active .nav-globalmenu__header__btn-menu__line:first-of-type {
  margin-top: -18px;
  margin-left: -15px;
  width: 30px;
  -webkit-transform: translateY(7px) rotate(-315deg);
  transform: translateY(7px) rotate(-315deg);
}

.nav-globalmenu__header__btn-menu.active .nav-globalmenu__header__btn-menu__line:nth-of-type(2) {
  opacity: 0;
}

.nav-globalmenu__header__btn-menu.active .nav-globalmenu__header__btn-menu__line:nth-of-type(3) {
  margin-top: -18px;
  margin-left: -15px;
  width: 30px;
  -webkit-transform: translateY(7px) rotate(315deg);
  transform: translateY(7px) rotate(315deg);
}

.nav-globalmenu__header__btn-menu__txt {
  font-weight: bold;
  font-size: 10px;
  display: block;
  text-align: center;
}

@media (max-width: 768.98px) {
  .nav-globalmenu__link {
    display: none;
  }
}

.nav-globalmenu__link ul {
  font-size: 0;
}

.nav-globalmenu__link ul li {
  display: inline-block;
}

.nav-globalmenu__link ul li + li {
  margin-left: 40px;
}

.nav-globalmenu__link ul li a {
  color: #434343;
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 0 10px;
  line-height: 80px;
  text-align: center;
  position: relative;
  vertical-align: middle;
}

.nav-globalmenu__link ul li a.current, .nav-globalmenu__link ul li a:hover {
  color: #007bbc;
}

.nav-globalmenu__link ul li a.current:after, .nav-globalmenu__link ul li a:hover:after {
  content: "";
  background-color: #007bbc;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
}

.nav-globalmenu-sp {
  display: none;
}

@media (max-width: 768.98px) {
  .nav-globalmenu-sp {
    background-color: rgba(49, 49, 49, 0.98);
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    padding-top: 50px;
  }
}

.nav-globalmenu-sp ul {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.nav-globalmenu-sp ul li {
  display: block;
}

.nav-globalmenu-sp ul li + li {
  margin-top: 50px;
}

.nav-globalmenu-sp ul a {
  color: #fff;
}

.nav-globalmenu-sp.active {
  display: block;
  -webkit-animation: animation-show .1s linear 0s;
  animation: animation-show .1s linear 0s;
}

@-webkit-keyframes animation-show {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animation-show {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.common-footer-area {
  position: relative;
  padding-top: 200px;
}

@media (max-width: 768.98px) {
  .common-footer-area {
    width: 100%;
    padding-top: 150px;
  }
}

.common-footer-area__one {
  text-align: center;
  background: url("https://img.jfa.jp/match/special/u18_2021-22/assets/images/bg_img_footer.jpg") center center no-repeat rgba(28, 28, 28, 0.98);
  background-size: cover;
}

.common-footer-area__one__inner {
  width: 1080px;
  margin: 0 auto;
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768.98px) {
  .common-footer-area__one__inner {
    width: 100%;
    padding: 25px 15px;
  }
}

.common-footer-area__two {
  text-align: center;
  background-color: #1c1c1c;
}

.common-footer-area__two__inner {
  width: 1080px;
  margin: 0 auto;
  padding: 30px 30px;
}

@media (max-width: 768.98px) {
  .common-footer-area__two__inner {
    width: 100%;
    padding: 15px 15px;
  }
}

.common-footer-area__two .logo img {
  width: 120px;
  height: auto;
}

.common-footer-area .btn {
  text-align: center;
}

.common-footer-area .btn a {
  background-color: #3d3d3d;
  color: #fff;
  width: 350px;
  line-height: 50px;
  font-size: 14px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
}

@media (max-width: 768.98px) {
  .common-footer-area .btn a {
    width: 100%;
    line-height: 45px;
    font-size: 12px;
  }
}

.common-footer-area .about {
  font-size: 0;
  margin-top: 30px;
}

@media (max-width: 768.98px) {
  .common-footer-area .about {
    text-align: left;
  }
}

.common-footer-area .about li {
  display: inline-block;
  margin: 0 4px;
  padding: 0 4px 4px 12px;
  letter-spacing: 1.5px;
  line-height: 1;
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768.98px) {
  .common-footer-area .about li {
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    letter-spacing: normal;
    line-height: 1;
    border-left: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.common-footer-area .about li:first-child {
  border-left: none;
}

.common-footer-area .about li a {
  color: #fff;
  display: block;
  font-size: 12px;
}

.common-footer-area .copyright {
  color: #fff;
  font-size: 11px;
  margin-top: 20px;
}

@media (max-width: 768.98px) {
  .common-footer-area .copyright {
    margin-top: 0;
  }
}

.footer-nav-globalmenu {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}

@media (max-width: 768.98px) {
  .footer-nav-globalmenu {
    margin-top: 0;
  }
}

.footer-nav-globalmenu__inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 768.98px) {
  .footer-nav-globalmenu__inner {
    width: 100%;
  }
}

.footer-nav-globalmenu ul {
  font-size: 0;
  width: 100%;
  overflow: hidden;
}

.footer-nav-globalmenu ul li {
  display: inline-block;
  float: left;
  text-align: center;
  width: 16.66%;
  height: 80px;
}

@media (max-width: 768.98px) {
  .footer-nav-globalmenu ul li {
    width: 50%;
    height: 50px;
  }
}

.footer-nav-globalmenu ul li a {
  border-left: 1px solid #e5e5e5;
  color: #434343;
  font-size: 14px;
  font-weight: bold;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 80px;
}

@media (max-width: 768.98px) {
  .footer-nav-globalmenu ul li a {
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
  }
}

@media (max-width: 768.98px) {
  .footer-nav-globalmenu ul li:nth-child(odd) a {
    border-left: none;
  }
}

.footer-nav-globalmenu ul li:last-child a {
  border-right: 1px solid #e5e5e5;
}

@media (max-width: 768.98px) {
  .footer-nav-globalmenu ul li:last-child a {
    border-right: none;
  }
}

@media (max-width: 768.98px) {
  .footer-sns-list {
    padding: 20px;
    background-color: #eeeeee;
  }
}

.footer-sns-list ul {
  font-size: 14px;
  text-align: center;
  height: 20px;
}

.footer-sns-list ul > li {
  vertical-align: middle;
  height: 20px;
  display: inline-block;
  line-height: 1;
}

.footer-sns-list ul > li + li {
  margin-left: 10px;
}

@media (max-width: 768.98px) {
  .footer-sns-list ul > li + li {
    margin-left: 0;
  }
}

.footer-sns-list ul #twitter {
  width: 78px;
}

.page-top {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

@media (max-width: 768.98px) {
  .page-top {
    position: relative;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    top: 0;
    right: 0;
    height: 50px;
    margin-top: 30px;
  }
}

.page-top__inner {
  position: absolute;
  top: 50%;
  left: 20%;
}

@media (max-width: 768.98px) {
  .page-top__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
  }
}

.page-top__inner:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 40%;
  margin-top: -4px;
}

@media (max-width: 768.98px) {
  .page-top__inner:after {
    margin-top: -10px;
  }
}

.page-top a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.swiper-container-wrapper-txt {
  background-color: #f8f8f8;
  padding-bottom: 60px;
}

@media (max-width: 768.98px) {
  .swiper-container-wrapper-txt {
    padding-bottom: 40px;
  }
}

.swiper-container-wrapper {
  position: relative;
  margin: 0 auto;
  width: 980px;
  max-width: 100%;
}

@media (max-width: 768.98px) {
  .swiper-container-wrapper {
    width: 100%;
  }
}

.swiper-container-wrapper figure {
  margin: 0;
}

.swiper-container-wrapper--txt {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-container, .swiper-container-txt {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

@media (max-width: 768.98px) {
  .swiper-container-img {
    overflow: hidden;
  }
}

.swiper-container-img .swiper-slide-next, .swiper-container-img .swiper-slide-prev {
  position: relative;
}

.swiper-container-img .swiper-slide-next:after, .swiper-container-img .swiper-slide-prev:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.41);
  width: 100%;
  height: 100%;
}

@media (max-width: 768.98px) {
  .swiper-container-img .swiper-slide-next:after, .swiper-container-img .swiper-slide-prev:after {
    background-color: transparent;
  }
}

.swiper-container-txt {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-container-txt .swiper-slide {
  background-color: #fff;
  border-bottom: 6px solid #dddddd;
  margin-top: -15px;
}

.swiper-container-txt .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}

.swiper-container-txt a {
  display: block;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #313131;
}

.swiper-container-txt .tag {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
}

.swiper-container-txt .txt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 768.98px) {
  .swiper-container-txt .txt {
    font-size: 14px;
  }
}

.swiper-container-txt time {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: auto;
  bottom: -45px;
}

@media (max-width: 768.98px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -30px;
  }
}

.swiper-wrapper--sp img {
  width: 100%;
  height: auto;
}

.swiper-pagination-bullet {
  background: #b0b0b0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #313131;
}

.swiper-container-img {
  position: relative;
}

.swiper-container-img:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: calc(50% - 500px);
  height: 100%;
  background: rgba(0, 0, 0, 0.41);
  content: '';
}

.swiper-container-img:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: calc(50% - 500px);
  height: 100%;
  background: rgba(0, 0, 0, 0.41);
  content: '';
}

.swiper-button-next, .swiper-button-prev {
  background-image: none;
  color: #fff;
}

.swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
  font-size: 30px;
}

@media (max-width: 768.98px) {
  .swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
    font-size: 12px;
  }
}

a {
  opacity: 1;
  -webkit-transition: background-color .5s, border-radius .5s,opacity .5s;
  transition: background-color .5s, border-radius .5s,opacity .5s;
}

a:hover {
  opacity: .6;
  -webkit-transition: background-color .3s, border-radius .3s,opacity .3s;
  transition: background-color .3s, border-radius .3s,opacity .3s;
}

.c-center {
  text-align: center;
}

.c-right {
  text-align: right;
}

.c-bold {
  font-weight: 900;
}

.c-hide {
  display: none;
}

.c-text__S {
  font-size: 12px !important;
}

@media (max-width: 768.98px) {
  .c-text__S {
    font-size: 12px !important;
  }
}

.c-text__XL {
  font-size: 38px !important;
}

@media (max-width: 768.98px) {
  .c-text__XL {
    font-size: 24px !important;
  }
}

.c-text__XXL {
  font-size: 45px;
}

.c-new:after {
  content: "NEW";
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  border-radius: 100%;
  color: #FFFFFF;
  background-color: #ea68a2;
}

.a-view__pc {
  display: block;
}

@media (max-width: 768.98px) {
  .a-view__pc {
    display: none;
  }
}

.a-view__sp {
  display: none;
}

@media (max-width: 768.98px) {
  .a-view__sp {
    display: block;
  }
}

.disp_pc {
  display: block;
}

@media (max-width: 768.98px) {
  .disp_pc {
    display: none;
  }
}

.disp_sp {
  display: none;
}

@media (max-width: 768.98px) {
  .disp_sp {
    display: block;
  }
}
@media (min-width: 768.99px) {
  .page-topSp {
    display: none;
  }
  .page-top {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  .page-top__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
  }
  .page-top__inner:after {
    content: "";
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: calc(50% + 4px);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
            transform: rotate(-45deg) translate(-50%, -50%);
  }
  .page-top a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
  }
}

@media (max-width: 768.98px) {
  .page-top {
    display: none !important;
  }
  .page-topSp {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 100;
  }
  .page-topSp__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
  }
  .page-topSp__inner:after {
    content: "";
    width: 18px;
    height: 18px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    z-index: -1;
    top: 45%;
    left: calc(50% + 4px);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
  }
  .page-topSp a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
  }
}

.cate__200,
.cate__210 {
  background-color: #1c8b67;
}

.col-match__item.cate__200 .col-match__header,
.col-match__item.cate__210 .col-match__header {
  border-color: #1c8b67;
}

.list-baseItem__020 .category.cate__200,
.list-baseItem__020 .category.cate__210 {
  background-color: #1c8b67;
}

.col-match__item.cate__200 .col-match__header .free,
.col-match__item.cate__210 .col-match__header .free {
  background-color: #1c8b67;
}

.l-container.story-none .nav-globalmenu__link ul li:nth-child(5),
.l-container.story-none .nav-globalmenu-sp ul li:nth-child(5),
.l-container.story-none .footer-nav-globalmenu ul li:nth-child(5) {
  display: none;
}

.l-container.story-none .footer-nav-globalmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768.98px) {
  .l-container.story-none .footer-nav-globalmenu ul {
    display: block;
  }
}

.l-container.story-none .story-visible {
  display: none;
}

.common-footer-area .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768.98px) {
  .common-footer-area .btn {
    display: block;
  }
}

.common-footer-area .btn__item {
  margin: 0 15px;
  position: relative;
}

@media (max-width: 768.98px) {
  .common-footer-area .btn__item {
    margin: 0 0 15px;
  }
}

.common-footer-area .btn__item .archiveLists {
  position: absolute;
  top: 55px;
  left: 0;
}

@media (max-width: 768.98px) {
  .common-footer-area .btn__item .archiveLists {
    top: 50px;
  }
}

@media (max-width: 768.98px) {
  .common-footer-area .btn a:hover {
    opacity: 1;
  }
}

.common-footer-area .btn a.btn__archive {
  position: relative;
}

.common-footer-area .btn a.btn__archive:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 17px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAHCAYAAADu4qZ8AAABBUlEQVQYlZXQvUrEQBAH8NlVREJMkzzBYmNxZbZLaRMCqRaEFEljNWAjik8QRLHS7UM606URfIYtLAw2ki2vCWlyECTNCoce6p2g/3I+fgNDoig6HobhxhizB/8MIWThOM7pdp7n867rprIsQWv9Z4AxBmmaTp7nzbeapnkVQpSc8xmldL9tWzDG/LpMKYUwDCFJkkfbtg8R8YkEQbBsSikJAJxora+Kotjp+34NcF0XsiybGGNnAHCLiMtrK+QzUsrZOI73VVUdKKVWdc45CCFeLMs6QsTnb7/5iXxAuwBwrZTCuq5JHMfG9/07ADhHxLe1B29CvmChMeaSEHKBiA8bhwDgHQ05XzDSUWsYAAAAAElFTkSuQmCC");
}

.common-footer-area .btn .archiveLists {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}

.common-footer-area .btn .archiveList {
  background-color: #2F2F2F;
  border-top: 1px solid #000000;
}

.common-footer-area .btn .archiveList:first-child {
  border-top: none;
}

.common-footer-area .btn .archiveList:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.common-footer-area .btn .archiveList:last-child a {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.common-footer-area .btn .archiveList a {
  position: relative;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
}

.common-footer-area .btn .archiveList a:after {
  content: '';
  position: absolute;
  top: 43%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 17px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAHCAYAAADu4qZ8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFGmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNi4wLWMwMDIgNzkuMTY0NDg4LCAyMDIwLzA3LzEwLTIyOjA2OjUzICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjIuMCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMTEtMjRUMjE6NTE6NTgrMDk6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTExLTI2VDE0OjU5OjE1KzA5OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTExLTI2VDE0OjU5OjE1KzA5OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYwNmZjNWIzLTI5ZmYtNDEyMi04M2QyLWI5ZDBhYjcwNGRjYyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2MDZmYzViMy0yOWZmLTQxMjItODNkMi1iOWQwYWI3MDRkY2MiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2MDZmYzViMy0yOWZmLTQxMjItODNkMi1iOWQwYWI3MDRkY2MiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjYwNmZjNWIzLTI5ZmYtNDEyMi04M2QyLWI5ZDBhYjcwNGRjYyIgc3RFdnQ6d2hlbj0iMjAyMC0xMS0yNFQyMTo1MTo1OCswOTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+qhGUWwAAAQZJREFUGJVj9PHx4dzCq/+dgUzg8/kiJ/OaNWvsQzTEpzJeOXzz4l++Z8Rqjmd7YtKfFDjH19f3CfOVK1fuh4aG7jUzM6tU+PJY+c/5face8sr9x6XZ/tkR5kwb7cLo6GgfHh6e3Ozs7MuMtra2DAwMDAxTp05lZGBgyLt3757NggULCjdwaj9BNyDg+1WZhISEfiUlpcMMDAyTs7Oz/zMwMDDADYGBqVOn6n779q111apV8/qec26AiRdL/QgODQ2N4+LiqsnOzr6MrAfDEKhBHAwMDNWnT5/m37hxY7u/v3+lqanpBwYGhrbs7Owf6OqxGoJkmNf///87GBkZK7Kzs7fhUgcALL1gcuMi9qoAAAAASUVORK5CYII=");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.list-baseItem__010 {
  width: 33%;
}

.movie-base__000 {
  width: 100%;
  max-width: 340px;
  margin: 0 auto 20px;
}

.movie-base__000.type__movie a {
  display: block;
}

.movie-base__000.type__movie .img-head img {
  width: 100%;
}

.areaNavi {
  width: 100%;
  margin: 0 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768.98px) {
  .areaNavi {
    margin: 0 0 25px;
  }
}

.areaNavi__item {
  padding: 0 12px;
  width: 120px;
  border-left: 1px solid #bfbfbf;
  text-align: center;
}

@media (max-width: 768.98px) {
  .areaNavi__item {
    padding: 0;
    margin: 0 0 20px;
    width: calc(100% / 3);
  }
  .areaNavi__item:nth-child(3n) {
    border-right: 1px solid #bfbfbf;
  }
}

.areaNavi__item:last-child {
  border-right: 1px solid #bfbfbf;
}

.areaNavi__link {
  position: relative;
  top: -3px;
  font-size: 16px;
  color: #007bbc;
}

@media (max-width: 768.98px) {
  .areaNavi__link {
    top: 0;
  }
}

.areaNavi__link:before {
  content: '';
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAABGklEQVQYlXWQvUoDQRSFv9m/rKwpsmxsjAE3YCCibqvgHxGbNMHKPo1PID6CgrUWeQHfIuA7iKWNdtqswY272YzMJEYT9IMLlzNzLudecffwIu+fXlksuggpmUEAEqQQ9N8TDsIlrJLrcNN7BNsCx+RP0iFkOSeNZYzjMOC8tQWWgeN7uKVJ+eNSGpbJRSuiuRqoFFIOspzKbY+3/icLnsN3MmFA0k8JigWezw4p2CaGenBtk6u9OnykZL/WyEZo7XJ3TX9WaIOiE62wHpYZxgMQQi88jBMatTKdqDodMjUoukcNfZY0z0nzkb5Qt6m0H2YM21Wf9kaFUTzQ1d6ssFP1/zcorvfrk0hi3M9hzQs13+NUZ5a6nwH4An/8Ua9MRK4TAAAAAElFTkSuQmCC");
}

@media (max-width: 768.98px) {
  .areaNavi__link:before {
    padding-left: 10px;
  }
}

.col-teams__outline {
  width: 100%;
}

.col-teams__outline .list-base__020 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768.98px) {
  .col-teams__outline .list-base__020 {
    display: block;
  }
}

.col-teams__outline .list-base__020 .list-baseItem__020 {
  width: 48%;
}

@media (max-width: 768.98px) {
  .col-teams__outline .list-base__020 .list-baseItem__020 {
    width: 100%;
  }
}

.team-lists .list-baseItem__020 {
  display: block;
  overflow: hidden;
}

.team-lists .list-baseItem__020 .category {
  width: 81px;
}

.team-lists .list-baseItem__020 .details {
  float: left;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 295px;
}

@media (max-width: 768.98px) {
  .team-lists .list-baseItem__020 .details {
    float: none;
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
  }
}

.team-lists .list-baseItem__020 .details a {
  position: relative;
  padding-left: 5px;
  width: 100%;
}

@media (max-width: 768.98px) {
  .team-lists .list-baseItem__020 .details a {
    display: block;
  }
}

.team-lists .list-baseItem__020 .details p {
  color: #313131;
  position: relative;
  padding-left: 5px;
  width: 100%;
}

.team-lists .list-baseItem__020 .details__emblem img {
  width: 53px;
}

@media (max-width: 768.98px) {
  .team-lists .list-baseItem__020 .details .sub {
    width: 100%;
  }
}

.team-lists .list-baseItem__020 .details__emblem + a .sub {
  position: absolute;
}

.team-lists .list-baseItem__020 .teamInfo {
  float: right;
  width: 165px;
  margin: 10px 0 0;
}

@media (max-width: 768.98px) {
  .team-lists .list-baseItem__020 .teamInfo {
    margin: 15px 0 25px;
    float: none;
    width: 100%;
  }
}

.team-lists .list-baseItem__020 .teamInfo__thumb {
  margin: 0 0 10px;
}

.team-lists .list-baseItem__020 .teamInfo__thumb img {
  width: 100%;
}

.team-lists .list-baseItem__020 .btn_tw {
  position: relative;
}

.team-lists .list-baseItem__020 .btn_tw a {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 4px;
  background-color: #1da1f2;
}

@media (max-width: 768.98px) {
  .team-lists .list-baseItem__020 .btn_tw a {
    height: 44px;
    border-radius: 4px;
  }
}

.team-lists .list-baseItem__020 .btn_tw a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 146px;
}

.team-lists .note {
  text-align: right;
  font-size: 14px;
  color: #313131;
}

@media (max-width: 768.98px) {
  .team-lists .note {
    text-align: right;
    font-size: 10px;
  }
}

.btn-base__060 {
  margin-bottom: 20px;
}

@media (max-width: 768.98px) {
  .btn-base__060 {
    margin-bottom: 10px;
  }
}

.list-btnListItem__010:nth-child(3) {
  border-left: 1px solid #e5e5e5;
}

.list-btnListItem__010.btn-base__080 {
  font-size: 14px;
  font-weight: bold;
}

.list-btnListItem__010.btn-base__080:before {
  content: "";
  display: inline-block;
  background: url(https://img.jfa.jp/match/special/u18_2021-22/assets/images/icon_access.png) no-repeat 0 0;
  background-size: 100%;
  width: 19px;
  height: 15px;
  margin-right: 2px;
  position: relative;
  top: 3px;
}

.col-entry__header .category {
  position: static;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  color: #ffffff;
  padding: 6px 25px;
  border-radius: 20px;
  margin: 0 0 15px;
}

@media (max-width: 768.98px) {
  .col-entry__header .category {
    margin: 0 0 10px;
  }
}

.col-match__header .time {
  top: 0px;
}

.col-match__header .place {
  top: 32px;
  left: 94px;
  font-size: 12px;
  text-indent: -12px;
  line-height: 1.2;
  padding-right: 8px;
}

.l-container.tw-none .team-lists .list-baseItem__020 .btn_tw {
  display: none;
}

@media (max-width: 768.98px) {
  .list-btnList__030 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768.98px) {
  .list-btnListItem__030 {
    width: 48.5%;
  }
}

@media (max-width: 768.98px) {
  .footer-nav-globalmenu__inner ul li.twcp2020 + li a {
    border-left: 1px solid #e5e5e5 !important;
  }
}

@media (min-width: 769px) {
  .match-search {
    margin: -40px 0 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .match-search__inner {
    margin: 0 10px 30px;
    padding: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #bfbfbf;
  }
  .match-search__category {
    margin: 0 90px 0 0;
  }
}

@media (max-width: 768.98px) {
  .match-search {
    width: 100%;
  }
  .match-search__inner {
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-bottom: 1px solid #bfbfbf;
  }
  .match-search__category {
    display: inline-block;
    margin: 0 20px 0 0;
  }
}

/* input要素の代替 */
.c-checkbox {
  outline: none;
}

.c-checkbox b {
  font-size: 16px;
  color: #313131;
}

@media (max-width: 768.98px) {
  .c-checkbox b {
    position: relative;
    top: 2px;
    font-size: 14px;
  }
}

.c-checkbox__input {
  cursor: pointer;
  outline: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

@media (max-width: 768.98px) {
  .c-checkbox__input {
    margin-right: 5px;
  }
}

.c-checkbox__input::before,
.c-checkbox__input::after {
  outline: none;
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-checkbox__input::before {
  outline: none;
  width: 30px;
  height: 30px;
  border: 2px solid #c3c3c3;
  border-radius: 4px;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.c-checkbox input[type="checkbox"] {
  display: none;
}

.c-checkbox input[type="checkbox"]:checked + .c-checkbox__input::before {
  outline: none;
  background-color: #027abc;
  border-radius: 4px;
}

.c-checkbox input[type="checkbox"]:checked + .c-checkbox__input::after {
  outline: none;
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 16px;
  height: 10px;
  content: '';
  border: 3px solid #ffffff;
  border-top-style: none;
  border-right-style: none;
}

.col-entry__body {
  /* table */
}

.col-entry__body h5 {
  background: none;
  font-size: 16px;
  font-weight: 700;
  color: #052667;
  border-bottom: #ccc 1px solid;
  padding: 0 0 10px;
  margin: 30px 0 1em;
}

@media (max-width: 768.98px) {
  .col-entry__body h5 {
    font-size: 14px;
    font-weight: 700;
    color: #052667;
    padding: 0 0 5px;
    margin: 15px 0 0.5em;
    border-bottom: none;
  }
}

.col-entry__body .scroll {
  margin: 0 0 40px;
}

@media (max-width: 768.98px) {
  .col-entry__body .scroll {
    overflow: auto;
    white-space: nowrap;
  }
}

.col-entry__body .table_theme1 {
  margin: 20px 0 0;
}

.col-entry__body .table_theme1 tr th {
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  background: #ebebeb;
  padding: 20px;
  text-align: center;
}

@media (max-width: 768.98px) {
  .col-entry__body .table_theme1 tr th {
    font-size: 12px;
    padding: 5px;
  }
}

.col-entry__body .table_theme1 tr td {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 20px;
  text-align: center;
}

@media (max-width: 768.98px) {
  .col-entry__body .table_theme1 tr td {
    font-size: 12px;
    padding: 5px;
  }
}

.col-match {
  margin-bottom: 0;
}

.ScheduleNaviBttom {
  margin-bottom: 50px;
}
/*# sourceMappingURL=style.css.map */
