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

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  vertical-align: middle;
}

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

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

:root {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

/*--------------- Base ---------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
}
html.is-fixed {
  position: fixed;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

body {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 1;
  letter-spacing: 0.025em;
  line-break: strict;
  color: #000;
  background: #fff url(../img/common/bg-body.png) repeat center center fixed;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 3rem;
}
body.is-hide {
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  body {
    padding-top: 3.75rem;
  }
}

a {
  display: block;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover, a:active {
  text-decoration: none;
  color: #004889;
}
a img:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

@font-face {
  font-family: "DCS Sans";
  src: url("../fonts/DCSSans.eot");
  src: url("../fonts/DCSSans.eot?#iefix") format("embedded-opentype"), url("../fonts/DCSSans.woff2") format("woff2"), url("../fonts/DCSSans.woff") format("woff"), url("../fonts/DCSSans.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.modal-video .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 800px;
  z-index: 101;
}

.modal-video .block {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

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

.modal-video .overlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

/*--------------- Footer ---------------*/
.l-footer {
  position: relative;
  font-weight: 500;
}
.l-footer::before {
  content: "";
  background: url(../img/common/bg-footer-line-top-sp.png) center top/100vw auto no-repeat;
  position: absolute;
  bottom: calc(100% - 0.125rem);
  width: 100%;
  height: 2vw;
}
.l-footer-top {
  background-color: #000;
  padding: 1.25rem 4vw 2.5rem;
  color: #fff;
}
.l-footer-bottom {
  padding: 0.9375rem 0 0.875rem;
  background-color: #242424;
}
.l-footer-bottom a {
  width: 14.625rem;
  margin: 0 auto;
}
.l-footer-logo {
  width: 9.375rem;
  margin: 0 auto 0.9375rem;
}
.l-footer-app-sumally {
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.l-footer-app-sumally .l-footer-app-icon {
  float: left;
  width: 3.5625rem;
  margin-right: 0.625rem;
}
[lang=ar] .l-footer-app-sumally .l-footer-app-icon {
  float: right;
  margin-right: 0;
  margin-left: 0.625rem;
}

.l-footer-app-sumally .l-footer-app-title {
  margin-bottom: 1.5rem;
  padding: 0.875rem 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
}
.l-footer-app-sumally .l-footer-app-title span {
  display: block;
}
.l-footer-app-sumally .l-footer-app-detail-dl {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "dt dd";
  -ms-grid-columns: 3.75rem 0.625rem auto;
  grid-template-columns: 3.75rem auto;
  gap: 0 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
}
[lang=en] .l-footer-app-sumally .l-footer-app-detail-dl {
  -ms-grid-columns: 4.375rem auto;
  grid-template-columns: 4.375rem auto;
}

[lang=fr] .l-footer-app-sumally .l-footer-app-detail-dl, [lang=it] .l-footer-app-sumally .l-footer-app-detail-dl, [lang=es] .l-footer-app-sumally .l-footer-app-detail-dl {
  -ms-grid-columns: 5rem auto;
  grid-template-columns: 5rem auto;
}

[lang=de] .l-footer-app-sumally .l-footer-app-detail-dl {
  -ms-grid-columns: 6.875rem auto;
  grid-template-columns: 6.875rem auto;
}

.l-footer-app-sumally .l-footer-app-detail-dt {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: dt;
  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;
  height: 100%;
  padding: 0.25rem;
  border: 0.0625rem solid #fff;
  line-height: 1.3;
  text-align: center;
}
.l-footer-app-sumally .l-footer-app-detail-dd {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: dd;
  line-height: 1.5;
}
.l-footer-download-store-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.l-footer-download-store-list li img {
  width: auto;
  height: 2.1875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer-sns {
  margin-bottom: 1.5rem;
}
.l-footer-sns-text {
  margin-bottom: 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.l-footer-sns-list {
  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;
}
.l-footer-sns-list li {
  margin: 0 0.5625rem;
}
.l-footer-sns-list li img {
  width: auto;
  height: 2.625rem;
}
.l-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.375rem;
}
.l-footer-menu li {
  font-size: 0.75rem;
  line-height: 1.6;
}
[lang=ar] .l-footer-menu li {
  margin: 0.5rem 0 0.5rem 3%;
}

.l-footer-menu li a {
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.l-footer-menu li a:hover {
  color: #f5a21b !important;
}
.l-footer-text {
  font-size: 0.75rem;
  line-height: 1.5;
}
.l-footer-copyright {
  padding: 0.625rem 0;
  background-color: #000;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer::before {
    background: url(../img/common/bg-footer-line-top-pc.png) right top/120rem auto repeat-x;
    height: 1.5rem;
  }
  .l-footer-top {
    padding: 2.5rem 2.5%;
  }
  .l-footer-bottom {
    padding: 4.375rem 0;
  }
  .l-footer-bottom a {
    width: 35.5625rem;
  }
  .l-footer-logo {
    width: 18.75rem;
    margin: 0 auto 1.25rem;
  }
  .l-footer-app-sumally {
    width: 43.75rem;
    padding-left: 0.5rem;
    margin: 0 auto 0.75rem;
  }
  .l-footer-app-sumally .l-footer-app-icon {
    width: 6rem;
    margin-right: 1.375rem;
  }
  .l-footer-app-sumally .l-footer-app-title {
    margin-bottom: 2.1875rem;
    padding: 2.375rem 0;
    font-size: 1.375rem;
  }
  .l-footer-app-sumally .l-footer-app-title span {
    display: inline;
  }
  .l-footer-app-sumally .l-footer-app-detail-dl {
    font-size: 0.9375rem;
    -ms-grid-columns: 5.25rem 1.75rem auto;
    grid-template-columns: 5.25rem auto;
    gap: 0 1.75rem;
  }
  [lang=en] .l-footer-app-sumally .l-footer-app-detail-dl, [lang=fr] .l-footer-app-sumally .l-footer-app-detail-dl, [lang=it] .l-footer-app-sumally .l-footer-app-detail-dl, [lang=es] .l-footer-app-sumally .l-footer-app-detail-dl {
    -ms-grid-columns: 6.25rem auto;
    grid-template-columns: 6.25rem auto;
  }
  [lang=de] .l-footer-app-sumally .l-footer-app-detail-dl {
    -ms-grid-columns: 8.75rem auto;
    grid-template-columns: 8.75rem auto;
  }
  .l-footer-app-sumally .l-footer-app-detail-dt {
    padding: 0.625rem;
    min-height: 2.125rem;
    line-height: 1.2;
  }
  [lang=en] .l-footer-app-sumally .l-footer-app-detail-dt, [lang=fr] .l-footer-app-sumally .l-footer-app-detail-dt, [lang=it] .l-footer-app-sumally .l-footer-app-detail-dt, [lang=es] .l-footer-app-sumally .l-footer-app-detail-dt {
    padding: 0.625rem 0.3125rem;
  }
  [lang=de] .l-footer-app-sumally .l-footer-app-detail-dt {
    padding: 0.625rem 0.3125rem;
  }
  .l-footer-download-store-list {
    gap: 0.75rem;
    margin-bottom: 3.75rem;
  }
  .l-footer-download-store-list li img {
    height: 2.75rem;
  }
  .l-footer-sns {
    margin-bottom: 2.3125rem;
  }
  .l-footer-sns-text {
    margin-bottom: 1.75rem;
    font-size: 1.125rem;
  }
  .l-footer-sns-list li {
    margin: 0 0.75rem;
  }
  .l-footer-sns-list li img {
    width: 3.125rem;
    height: auto;
  }
  .l-footer-menu {
    gap: 1.8125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.3125rem;
  }
  .l-footer-menu li {
    width: auto;
    font-size: 0.9375rem;
  }
  .l-footer-text {
    font-size: 0.9375rem;
    text-align: center;
  }
  .l-footer-copyright {
    padding: 1.6875rem 0;
    font-size: 0.9375rem;
  }
  [lang=ar] .l-footer-app-sumally .l-footer-app-icon {
    margin-left: 1.5rem;
  }
  [lang=ar] .l-footer-app-sumally .l-footer-app-detail-dt {
    margin-left: 1rem;
  }
  [lang=ar] .l-footer-menu li {
    margin: 0 1rem;
  }
}
.c-btn-play-game {
  width: 9.1875rem;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  bottom: 1.25rem;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}
.c-btn-play-game.is-initial, .c-btn-play-game.is-hide {
  right: -9.1875rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn-play-game.is-show {
  opacity: 1;
  right: 0.4375rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn-play-game-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1.1875rem;
  height: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .c-btn-play-game {
    width: 18.3125rem;
    height: 13.9375rem;
    right: -18.3125rem;
  }
  .c-btn-play-game.is-initial, .c-btn-play-game.is-hide {
    right: -18.3125rem;
  }
  .c-btn-play-game.is-show {
    right: 1.25rem;
  }
  .c-btn-play-game-close {
    width: 2.5625rem;
    height: 2.5625rem;
  }
}

/*--------------- header ---------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 3rem;
  z-index: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  .l-header {
    height: 3.75rem;
  }
}
.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 374px) {
  .l-header-inner {
    gap: 0 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-inner {
    gap: 0 2.5rem;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-header-group {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 3.75rem 2.8125rem 5rem 2.8125rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.l-header-group.is-hide {
  opacity: 0;
}
.l-header-group.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-header-group {
    max-width: 25rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2.5rem;
    position: relative;
    max-width: 100%;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    pointer-events: all;
    -webkit-transition: none;
    transition: none;
  }
}
.l-header-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.625rem;
}
@media screen and (min-width: 1200px) {
  .l-header-group2 {
    gap: 0 2.5rem;
  }
}
.l-header-logo {
  display: inline-block;
  margin-left: 0.625rem;
}
[lang=ar] .l-header-logo {
  margin-left: 0;
  margin-right: 0.625rem;
}

.l-header-logo img {
  width: auto;
  height: 0.90625rem;
}
@media screen and (max-width: 374px) {
  .l-header-logo img {
    height: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-logo {
    margin-left: 2.5rem;
  }
  [lang=ar] .l-header-logo {
    margin-left: 0;
    margin-right: 2.5rem;
  }
  .l-header-logo img {
    height: 1.75rem;
  }
}
.l-header-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-lang li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-lang li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.75rem;
  margin-top: 0.0625rem;
  margin-left: 0.1875rem;
  margin-right: 0.25rem;
  background: url(../img/common/icon-slash-sp.png) center center/contain no-repeat;
}
.l-header-lang li a {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
}
.l-header-lang li a::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background-color: #004889;
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header-lang li a.is-active, .l-header-lang li a:hover {
  color: #004889;
}
.l-header-lang li a.is-active::after, .l-header-lang li a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 374px) {
  .l-header-lang li a {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-lang li:not(:last-child)::after {
    width: 0.6875rem;
    height: 0.9375rem;
    margin-top: 0;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    background-image: url(../img/common/icon-slash-pc.png);
  }
  .l-header-lang li a {
    font-size: 1.25rem;
  }
  .l-header-lang li a::after {
    height: 0.125rem;
    bottom: -0.3125rem;
  }
}
.l-header-btn-menu {
  width: 3rem;
  height: 3rem;
  background: url(../img/common/btn-hambuger-sp.png) center center/1.5rem 1.4375rem no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .l-header-btn-menu {
    width: 3.625rem;
    height: 3.75rem;
    background-image: url(../img/common/btn-hambuger-pc.png);
    background-size: 1.75rem 1.6875rem;
  }
}
.l-header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.5rem;
  position: absolute;
  bottom: 5rem;
  left: 2.8125rem;
  z-index: 2;
}
.l-header-social li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-social li a {
  width: 3.1875rem;
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .l-header-social {
    gap: 0 1.25rem;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .l-header-social li a {
    width: 1.25rem;
  }
  .l-header-social li a:hover {
    -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(1663%) hue-rotate(192deg) brightness(99%) contrast(101%);
            filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(1663%) hue-rotate(192deg) brightness(99%) contrast(101%);
  }
  .l-header-social li a:hover img {
    opacity: 1;
  }
}
.l-header-menu {
  position: relative;
  width: 100%;
  z-index: 2;
}
.l-header-menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.97;
}
.l-header-menu-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #004889;
}
@media screen and (min-width: 768px) {
  .l-header-menu-bg::before {
    content: "";
    width: 1.25rem;
    height: 100%;
    background: url(../img/common/bg-menu.png) left top/20px auto repeat-y;
    background-size: 1.25rem auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-header-menu-bg::after {
    left: 1.125rem;
  }
}
.l-header-menu-btn-close {
  position: absolute;
  top: 1.4375rem;
  right: 1.5625rem;
  z-index: 2;
  width: 2.125rem;
  height: 2.125rem;
}
@media screen and (min-width: 1200px) {
  .l-header-menu-btn-close {
    top: 1.0625rem;
    right: 1rem;
    width: 1.6875rem;
    height: 1.75rem;
  }
}
.l-header-menu ul li {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}
.l-header-menu ul li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 1200px) {
  .l-header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header-menu ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
  }
  .l-header-menu ul li a {
    font-size: 1.25rem;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
  }
  .l-header-menu ul li a.is-active, .l-header-menu ul li a:hover {
    color: #004889;
  }
  .l-header-menu ul li a.is-active::after, .l-header-menu ul li a:hover::after {
    opacity: 1;
  }
}

/*--------------- Container ---------------*/
.l-container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-right: 4vw;
  padding-left: 4vw;
}
@media screen and (min-width: 992px) {
  .l-container {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-container-xl {
  max-width: 1200px;
}

.l-container-xxl {
  max-width: 1440px;
}

/*--------------- Loader ---------------*/
.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 999;
  background-color: #fff;
}
.l-loading.is-hide {
  display: none;
}
.l-loading-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 3.75rem);
  width: 100%;
  height: 0.25rem;
  background: #ddd;
  z-index: 9999;
  overflow: hidden;
}
.l-loading-bar-progress {
  height: 100%;
  width: 0;
  background: #004889;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-loading-bar {
    max-width: 31.25rem;
  }
}

.l-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 0;
  z-index: 101;
}
.l-animation.is-hide {
  display: none;
}
.l-animation video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------- Button ---------------*/
.c-button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 20.3125rem;
  margin: 0 auto;
}
.c-button-row .c-button {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-button-row {
    max-width: 22.5rem;
  }
}

.c-button,
.c-button2,
.c-button3,
.c-button4,
.c-button5 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  width: 19.5rem;
  height: 4.875rem;
  line-height: 1.25;
  padding: 0.3125rem 0.625rem 0.375rem;
}
.c-button:hover,
.c-button2:hover,
.c-button3:hover,
.c-button4:hover,
.c-button5:hover {
  color: #fff;
}
.c-button span,
.c-button2 span,
.c-button3 span,
.c-button4 span,
.c-button5 span {
  margin-top: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-button,
  .c-button2,
  .c-button3,
  .c-button4,
  .c-button5 {
    width: 20.3125rem;
    height: 5.0625rem;
    font-size: 1.5625rem;
    padding: 0.3125rem 0.625rem 0.625rem;
  }
}

.c-button {
  background-image: url(../img/common/bg-btn-pc.png);
}
.c-button::after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  background: url(../img/common/icon-arrow-right2.png) center/contain no-repeat;
  position: absolute;
  top: 48%;
  right: 10.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
[lang=ar] .c-button::after {
  right: auto;
  left: 10.6666666667vw;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}

.c-button:hover {
  background-image: url(../img/common/bg-btn-hover-pc.png);
}
@media screen and (min-width: 768px) {
  .c-button::after {
    width: 1.1875rem;
    height: 1.125rem;
    right: 2.6875rem;
  }
  [lang=ar] .c-button::after {
    left: 2.6875rem;
  }
}

.c-button2 {
  width: 17.5rem;
  background-image: url(../img/common/bg-btn2-pc.png);
}
.c-button2 span {
  position: relative;
  padding-bottom: 1.25rem;
  margin-top: 0;
}
.c-button2 span::after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  background: url(../img/common/icon-arrow-right3.png) center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.c-button2:hover {
  background-image: url(../img/common/bg-btn2-hover-pc.png);
}
@media screen and (min-width: 768px) {
  .c-button2 {
    width: 17.5rem;
    font-size: 1.25rem;
  }
  .c-button2 span {
    padding-bottom: 1.25rem;
  }
  .c-button2 span::after {
    width: 1.125rem;
    height: 0.9375rem;
  }
}

.c-button3 {
  font-size: 1.125rem;
  width: 100%;
  max-width: 22.5rem;
  height: 3.875rem;
  background-image: url(../img/common/bg-btn3-pc.png);
}
.c-button3:hover {
  background-image: url(../img/common/bg-btn3-hover-pc.png);
}

.c-button4 {
  font-size: 1.1875rem;
  width: 14.75rem;
  height: 3.625rem;
  color: #000;
  background-image: url(../img/common/bg-btn4-pc.png);
}
.c-button4::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: url(../img/common/icon-arrow-right4.png) center/contain no-repeat;
  position: absolute;
  top: 48%;
  right: 10.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
[lang=ar] .c-button4::after {
  right: auto;
  left: 10.6666666667vw;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}

.c-button4:hover {
  color: #000;
  background-image: url(../img/common/bg-btn4-hover-pc.png);
}
@media screen and (min-width: 768px) {
  .c-button4 {
    width: 20.125rem;
    height: 4.9375rem;
  }
  .c-button4::after {
    width: 1.1875rem;
    height: 1.125rem;
    right: 2.6875rem;
  }
  [lang=ar] .c-button4::after {
    left: 2.6875rem;
  }
}

.c-button5 {
  font-size: 4.8vw;
  line-height: 1;
  color: #000;
  width: 100%;
  max-width: 92vw;
  height: 13.3333333333vw;
  background-image: url(../img/common/bg-btn5-sp.png);
}
.c-button5::after {
  content: "";
  width: 3.2vw;
  height: 3.2vw;
  background: url(../img/common/icon-arrow-right4.png) center/contain no-repeat;
  position: absolute;
  top: 48%;
  right: 10.6666666667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
[lang=ar] .c-button5::after {
  right: auto;
  left: 10.6666666667vw;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}

.c-button5:hover {
  color: #000;
  background-image: url(../img/common/bg-btn5-hover-sp.png);
}
@media screen and (min-width: 768px) {
  .c-button5 {
    font-size: 2.5rem;
    max-width: 60rem;
    height: 6.125rem;
    background-image: url(../img/common/bg-btn5-pc.png);
  }
  .c-button5::after {
    width: 1.1875rem;
    height: 1.125rem;
    right: 2.6875rem;
  }
  [lang=ar] .c-button5::after {
    left: 2.6875rem;
  }
  .c-button5:hover {
    background-image: url(../img/common/bg-btn5-hover-pc.png);
  }
}

/*--------------- Heading ---------------*/
.c-heading {
  text-align: center;
  margin-bottom: 6.1333333333vw;
}
.c-heading img {
  height: 17.0666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-heading {
    margin-bottom: 1.5625rem;
  }
  .c-heading img {
    height: 9.5rem;
  }
}

.c-heading2 {
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
.c-heading2 img {
  height: 9.8666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-heading2 {
    margin-bottom: 1.625rem;
  }
  .c-heading2 img {
    height: 4.625rem;
  }
}

.c-title-main {
  text-align: center;
  margin-bottom: 1.5rem;
}
.c-title-main img {
  margin: 0 auto;
}
.c-title-main--error-gl img, .c-title-main--error-jp img {
  width: 21.9375rem;
}
.page-home .c-title-main--error-gl img, .page-home .c-title-main--error-jp img {
  width: 93.6vw;
}

.c-title-main--past-winners-gl img, .c-title-main--past-winners-jp img {
  width: 13.0625rem;
}
.page-home .c-title-main--past-winners-gl img, .page-home .c-title-main--past-winners-jp img {
  width: 55.7333333333vw;
}

@media screen and (min-width: 768px) {
  .c-title-main {
    margin-bottom: 1.625rem;
  }
  .c-title-main img {
    width: revert-layer;
    height: auto;
  }
  .c-title-main--error-jp img, .c-title-main--error-gl img, .c-title-main--past-winners-jp img, .c-title-main--past-winners-gl img {
    width: revert-layer;
    height: auto;
  }
  .page-home .c-title-main--error-jp img, .page-home .c-title-main--error-gl img, .page-home .c-title-main--past-winners-jp img, .page-home .c-title-main--past-winners-gl img {
    width: revert-layer;
    height: auto;
  }
}

.c-title-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-title-center img {
  margin: 0 auto;
}
.c-title-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-title--news img {
  width: 10rem;
}
.page-home .c-title--news img {
  width: 42.6666666667vw;
}

.c-title--outline img {
  width: 15.25rem;
}
.page-home .c-title--outline img {
  width: 65.0666666667vw;
}

.c-title--prize img {
  width: 11.5625rem;
}
.page-home .c-title--prize img {
  width: 49.3333333333vw;
}

.c-title--prize-sub img {
  width: 16.5rem;
}
.page-home .c-title--prize-sub img {
  width: 70.4vw;
}

.c-title--rules img {
  width: 10.1875rem;
}
.page-home .c-title--rules img {
  width: 43.4666666667vw;
}

.c-title--error img {
  width: 21.9375rem;
}
.page-home .c-title--error img {
  width: 93.6vw;
}

@media screen and (min-width: 768px) {
  .c-title--news img, .c-title--outline img, .c-title--prize img, .c-title--prize-sub img, .c-title--rules img, .c-title--past-winners img, .c-title--error img {
    width: revert-layer;
    height: auto;
  }
  .page-home .c-title--news img, .page-home .c-title--outline img, .page-home .c-title--prize img, .page-home .c-title--prize-sub img, .page-home .c-title--rules img, .page-home .c-title--past-winners img, .page-home .c-title--error img {
    width: revert-layer;
    height: auto;
  }
}

/*--------------- Language ---------------*/
.c-language {
  position: relative;
  padding: 0.1875rem 0.4375rem;
  text-align: center;
  display: inline-block;
  border: 0.125rem solid #000;
  z-index: 10;
}
.c-language-row {
  text-align: center;
  margin-bottom: 2.375rem;
}
.c-language-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
[lang=ar] .c-language-btn {
  direction: ltr;
}

.c-language-btn span {
  position: relative;
  top: -0.0625rem;
}
.c-language-btn::before {
  content: "";
  width: 0.71875rem;
  height: 0.71875rem;
  margin-right: 0.1875rem;
  -webkit-mask-image: url(../img/common/icon-language.svg);
          mask-image: url(../img/common/icon-language.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #000;
}
.c-language-btn:after {
  position: relative;
  top: 0.0625rem;
  content: "";
  width: 0.5625rem;
  height: 0.46875rem;
  margin-left: 0.1875rem;
  -webkit-mask-image: url(../img/common/icon-arrow-down.svg);
          mask-image: url(../img/common/icon-arrow-down.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #000;
}
.c-language-list {
  display: none;
  width: 100%;
}
.c-language-list li a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.75rem 0.625rem;
}
@media screen and (min-width: 1200px) {
  .c-language {
    padding: 0.25rem 0.375rem;
  }
  .c-language-row {
    margin-bottom: 5.6875rem;
  }
  .c-language-btn {
    font-size: 1.25rem;
    font-weight: 800;
  }
  .c-language-btn span {
    top: 0;
  }
  .c-language-btn::before {
    width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.375rem;
  }
  .c-language-btn:after {
    width: 0.75rem;
    height: 0.625rem;
    margin-right: 0.375rem;
  }
  .c-language-list {
    background: #fff;
    position: absolute;
    top: calc(100% + 0.125rem);
    left: 0;
  }
  .c-language-list a {
    padding: 0.9375rem 0.625rem;
  }
}

/*--------------- News detail ---------------*/
.c-news-detail {
  margin-bottom: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 0.125rem solid #000;
}
.c-news-detail p {
  font-size: 0.9375rem;
  line-height: 2;
}
.c-news-detail p:not(:last-child) {
  margin-bottom: 2rem;
}
.c-news-detail-head {
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-news-detail-head .tag {
  margin-left: 0.5rem;
  color: #af0808;
  font-family: "DCS Sans", sans-serif;
  font-weight: bold;
}
.c-news-detail a:not([class*=c-button]) {
  display: inline-block;
  color: #004889;
  font-weight: 500;
  text-decoration: underline;
}
.c-news-detail a:not([class*=c-button]):hover {
  color: #f5a21b;
}
.c-news-detail ul,
.c-news-detail ol {
  margin-bottom: 2rem;
}
.c-news-detail ul li,
.c-news-detail ol li {
  font-size: 0.9375rem;
  line-height: 2;
}
.c-news-detail .c-image {
  text-align: center;
}
.c-news-detail img {
  width: 100%;
  height: auto;
}
.c-news-detail .c-video-iframe {
  position: relative;
  margin: 0 auto 2rem;
  text-align: center;
}
.c-news-detail .c-video-iframe::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.c-news-detail .c-video-iframe embed,
.c-news-detail .c-video-iframe iframe,
.c-news-detail .c-video-iframe object {
  position: absolute;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-news-detail h1 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 0.125rem solid #000;
}
.c-news-detail h2 {
  position: relative;
  margin-bottom: 2rem;
  padding: 0.4375rem 4.2666666667vw;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #fff;
  background: #000;
}
.c-news-detail h2::before {
  content: "";
  position: absolute;
  top: -1.6vw;
  left: -0.5333333333vw;
  width: calc(100% + 0.8vw);
  height: calc(100% + 3.2vw);
  background-image: url(../img/common/bg-heading-left-sp.png), url(../img/common/bg-heading-right-sp.png);
  background-repeat: repeat-y, repeat-y;
  background-position: top left, top right;
  background-size: 2.4vw auto, 0.5333333333vw auto;
  z-index: -1;
}
.c-news-detail h2::after {
  content: "";
  position: absolute;
  top: -2.1333333333vw;
  left: 0;
  width: 100%;
  height: calc(100% + 4vw);
  background-image: url(../img/common/bg-heading-top-sp.png), url(../img/common/bg-heading-bottom-sp.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top left, bottom left;
  background-size: 182.4vw auto, 182.6666666667vw auto;
  z-index: -1;
}
.c-news-detail h3 {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.125rem solid #000;
  font-size: 1.125rem;
  line-height: 1.6;
}
.c-news-detail h4 {
  margin-bottom: 1rem;
  padding: 0.6875rem 2.1333333333vw;
  font-size: 1rem;
  line-height: 1.6;
  border-left: 0.25rem solid #000;
}
[lang=ar] .c-news-detail h4 {
  border-left: 0;
  border-right: 0.25rem solid #000;
}

@media screen and (min-width: 768px) {
  .c-news-detail {
    margin-bottom: 4.5rem;
    padding-bottom: 4rem;
  }
  .c-news-detail p {
    font-size: 1.125rem;
  }
  .c-news-detail p:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .c-news-detail-head {
    font-size: 1.125rem;
  }
  .c-news-detail ul,
  .c-news-detail ol {
    margin-bottom: 2.5rem;
  }
  .c-news-detail ul li,
  .c-news-detail ol li {
    font-size: 1.125rem;
  }
  .c-news-detail h1 {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    font-size: 2rem;
  }
  .c-news-detail h2 {
    margin-bottom: 3rem;
    padding: 0.875rem 1rem;
    font-size: 1.75rem;
  }
  .c-news-detail h2::before {
    top: -0.375rem;
    left: -0.125rem;
    width: calc(100% + 0.1875rem);
    height: calc(100% + 0.75rem);
    background-image: url(../img/common/bg-heading-left-pc.png), url(../img/common/bg-heading-right-pc.png);
    background-size: 0.3125rem auto, 0.125rem auto;
  }
  .c-news-detail h2::after {
    top: -0.5rem;
    left: 0;
    height: calc(100% + 0.9375rem);
    background-image: url(../img/common/bg-heading-top-pc.png), url(../img/common/bg-heading-bottom-pc.png);
    background-size: 59.75rem auto, 59.75rem auto;
  }
  .c-news-detail h3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
  .c-news-detail h4 {
    margin-bottom: 1.5rem;
    padding: 0.0625rem 0.5rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.c-info-parts {
  max-width: 60rem;
  margin: 0 auto;
}

/*--------------- News list ---------------*/
.c-news-tag {
  margin-left: 0.5rem;
  color: #af0808;
  font-family: "DCS Sans", sans-serif;
  font-weight: bold;
}
[lang=ar] .c-news-tag {
  margin-right: 0.5rem;
  margin-left: 0;
}

[lang=ar] .c-news-tag, [lang=fr] .c-news-tag, [lang=it] .c-news-tag, [lang=de] .c-news-tag, [lang=es] .c-news-tag, [lang=pt] .c-news-tag {
  font-family: "Teko", sans-serif;
}

.c-news-list {
  margin-bottom: 2.3125rem;
  border-bottom: 0.0625rem solid #999;
}
.c-news-list .post-image {
  display: none;
}
.c-news-list-head {
  margin-bottom: 0.25rem;
}
.c-news-list li {
  border-top: 0.0625rem solid #999;
}
.c-news-list li a {
  position: relative;
  padding: 0.875rem 4.2666666667vw 1rem 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}
[lang=ar] .c-news-list li a {
  padding: 1rem 0 1rem 4.2666666667vw;
}

.c-news-list li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  margin: auto;
  background: url(../img/common/icon-arrow-right.png) center/100% auto no-repeat;
}
[lang=ar] .c-news-list li a::after {
  right: auto;
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (min-width: 768px) {
  .c-news-list {
    margin-bottom: 2.375rem;
  }
  .c-news-list-head {
    margin-bottom: 0.1875rem;
  }
  .c-news-list li a {
    padding: 0.875rem 1.25rem 1.0625rem;
    font-size: 1.125rem;
    line-height: 1.8;
  }
  [lang=ar] .c-news-list li a {
    padding: 1rem 0 1rem 1rem;
  }
  .c-news-list li a::after {
    right: 0.625rem;
    width: 1.1875rem;
    height: 1.125rem;
  }
}

/*--------------- Tag ---------------*/
.c-tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 0.5333333333vw);
  margin-left: -0.2666666667vw;
  margin-bottom: -0.5333333333vw;
}
@media screen and (min-width: 992px) {
  .c-tab-nav {
    width: 100%;
    margin-left: 0;
  }
}
.c-tab-nav-image {
  position: relative;
  z-index: 2;
}
.c-tab-nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-tab-nav li .c-tab-nav-bg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 0.125rem);
  height: 100%;
  background-color: #616161;
  z-index: 1;
}
.c-tab-nav li .c-tab-nav-bg::before, .c-tab-nav li .c-tab-nav-bg::after {
  content: "";
  position: absolute;
}
.c-tab-nav li:nth-child(1) .c-tab-nav-bg {
  left: 0.125rem;
}
.c-tab-nav li:nth-child(1) .c-tab-nav-bg::before {
  background: url(../img/common/tab-bg-left-pc.png) left top/0.375rem auto repeat-y;
  width: 0.375rem;
  height: 100%;
  left: -0.125rem;
}
.c-tab-nav li:nth-child(1) .c-tab-nav-bg::after {
  background: url(../img/common/tab-bg-top-pc.png) left top/29rem auto repeat-x;
  width: 100%;
  height: 100%;
  top: -0.25rem;
  left: 0;
}
.c-tab-nav li:nth-child(1).is-active .c-tab-nav-bg {
  background-color: #004889;
}
.c-tab-nav li:nth-child(1).is-active .c-tab-nav-bg::before {
  background-image: url(../img/common/tab-active-bg-left-pc.png);
}
.c-tab-nav li:nth-child(1).is-active .c-tab-nav-bg::after {
  background-image: url(../img/common/tab-active-bg-top-pc.png);
}
.c-tab-nav li:nth-child(2) .c-tab-nav-bg {
  right: 0.125rem;
}
.c-tab-nav li:nth-child(2) .c-tab-nav-bg::before {
  background: url(../img/common/tab-bg-left2-pc.png) right top/0.375rem auto repeat-y;
  width: 0.375rem;
  height: 100%;
  right: -0.125rem;
}
.c-tab-nav li:nth-child(2) .c-tab-nav-bg::after {
  background: url(../img/common/tab-bg-top2-pc.png) right top/29rem auto repeat-x;
  width: 100%;
  height: 100%;
  top: -0.25rem;
  right: 0;
}
.c-tab-nav li:nth-child(2).is-active .c-tab-nav-bg {
  background-color: #eba21b;
}
.c-tab-nav li:nth-child(2).is-active .c-tab-nav-bg::before {
  background-image: url(../img/common/tab-active-bg-left2-pc.png);
}
.c-tab-nav li:nth-child(2).is-active .c-tab-nav-bg::after {
  background-image: url(../img/common/tab-active-bg-top2-pc.png);
}
.c-tab-nav li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 12.8vw;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 2;
}
.c-tab-nav li a::after {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: url(../img/common/icon-arrow-right2.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 2.4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .c-tab-nav li a::after {
    width: 1.1875rem;
    height: 1.125rem;
  }
  .c-tab-nav li a::after::after {
    right: 1.75rem;
  }
}
@media screen and (min-width: 992px) {
  .c-tab-nav li a img {
    width: revert-layer;
    height: auto;
  }
}
.c-tab-nav li a[data-tab-id=schedule-id1] img {
  width: 27.7333333333vw;
  height: 5.3333333333vw;
}
[lang=en] .c-tab-nav li a[data-tab-id=schedule-id1] img {
  width: 31.7333333333vw;
  height: 5.0666666667vw;
}

@media screen and (min-width: 992px) {
  .c-tab-nav li a[data-tab-id=schedule-id1] img {
    width: revert-layer;
    height: auto;
  }
  [lang=en] .c-tab-nav li a[data-tab-id=schedule-id1] img {
    width: revert-layer;
    height: auto;
  }
}
.c-tab-nav li a[data-tab-id=schedule-id2] img {
  width: 29.6vw;
  height: 5.0666666667vw;
}
[lang=en] .c-tab-nav li a[data-tab-id=schedule-id2] img {
  width: 20.5333333333vw;
  height: 5.0666666667vw;
}

@media screen and (min-width: 992px) {
  .c-tab-nav li a[data-tab-id=schedule-id2] img {
    width: revert-layer;
    height: auto;
  }
  [lang=en] .c-tab-nav li a[data-tab-id=schedule-id2] img {
    width: revert-layer;
    height: auto;
  }
}
.c-tab-nav li a:hover img {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .c-tab-nav li a {
    height: 5rem;
  }
}
.c-tab-content {
  display: none;
  padding: 0.5rem 0.375rem 0.375rem;
  background-color: #616161;
}
@media screen and (min-width: 992px) {
  .c-tab-content {
    padding: 0.75rem 0.625rem 0.625rem;
  }
}
.c-tab-content.is-active {
  display: block;
}
.c-tab-content:nth-child(1).is-active {
  background-color: #004889;
}
.c-tab-content:nth-child(2).is-active {
  background-color: #eba21b;
}

/*--------------- Banner slide ---------------*/
.c-banner-slide {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.875rem;
}
.c-banner-slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-banner-slide .slick-arrow {
  display: none !important;
}
.c-banner-slide .slick-dots {
  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;
  margin-top: 1.5rem;
}
.c-banner-slide .slick-dots li {
  margin: 0 0.3125rem;
}
.c-banner-slide .slick-dots li button {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background-color: #999;
  font-size: 0;
  cursor: pointer;
}
.c-banner-slide .slick-dots li.slick-active button {
  background-color: #004889;
}
.c-banner-slide-item {
  position: relative;
}
.c-banner-slide-badge {
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-banner-slide {
    max-width: 1200px;
    margin-bottom: 2.5rem;
  }
}
/*--------------- Accordion ---------------*/
.c-accordion {
  -webkit-box-shadow: 0 0 0.8125rem 0.25rem rgba(8, 8, 9, 0.16);
          box-shadow: 0 0 0.8125rem 0.25rem rgba(8, 8, 9, 0.16);
}
.c-accordion:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.c-accordion-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.0666666667vw;
  min-height: 9.3333333333vw;
  background: top left/100% auto repeat-y;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-accordion-title span {
  position: relative;
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  letter-spacing: -0.0266666667vw;
  z-index: 1;
}
.c-accordion-title span:before {
  font-size: inherit;
  -webkit-text-stroke: 0.125rem #000;
  color: #fff;
  content: attr(data-text);
  position: absolute;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}
.c-accordion-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11.7333333333vw;
  height: 9.3333333333vw;
  background: url(../img/common/btn-arrow-up-sp.png) center center/contain no-repeat;
}
.c-accordion.is-close .c-accordion-title::after {
  background-image: url(../img/common/btn-arrow-down-sp.png);
}
.c-accordion-main {
  background-color: #fff;
}
.c-accordion-row-1 .c-accordion-title {
  background-image: url(../img/common/bg-accordion-title1-sp.png);
}
.c-accordion-row-2 .c-accordion-title {
  background-image: url(../img/common/bg-accordion-title2-sp.png);
}
[lang=en] .c-accordion-row-2 .c-accordion-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 2.6666666667vw;
}

[lang=en] .c-accordion-row-2 .c-accordion-title span {
  font-size: 3.8666666667vw;
}

.c-accordion-row-3 .c-accordion-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 2.6666666667vw;
  background-image: url(../img/common/bg-accordion-title3-sp.png);
}
.c-accordion-row-3 .c-accordion-title span {
  font-size: 4vw;
}
[lang=en] .c-accordion-row-3 .c-accordion-title span {
  font-size: 3.7333333333vw;
}

.c-accordion-row-4 .c-accordion-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 2.6666666667vw;
  background-image: url(../img/common/bg-accordion-title4-sp.png);
}
.c-accordion-row-4 .c-accordion-title span {
  font-size: 3.4666666667vw;
}
[lang=en] .c-accordion-row-4 .c-accordion-title span {
  font-size: 3.3333333333vw;
}

.c-accordion-main {
  padding: 4vw 2.6666666667vw;
}

@media screen and (min-width: 768px) {
  .c-accordion {
    padding: 0.25rem;
    min-height: 2.1875rem;
  }
  .c-accordion:not(:last-child) {
    margin-bottom: 2.0625rem;
  }
  .c-accordion-title {
    position: relative;
    padding: 0.375rem;
    min-height: 4.375rem;
    background-size: 60rem auto;
  }
  .c-accordion-title span {
    font-size: 2.25rem;
    letter-spacing: normal;
  }
  .c-accordion-title::after {
    width: 5.5rem;
    height: 4.375rem;
    background-image: url(../img/common/btn-arrow-up-pc.png);
  }
  .c-accordion.is-close .c-accordion-title::after {
    background-image: url(../img/common/btn-arrow-down-pc.png);
  }
  .c-accordion-row-1 .c-accordion-title {
    background-image: url(../img/common/bg-accordion-title1-pc.png);
  }
  .c-accordion-row-2 .c-accordion-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    background-image: url(../img/common/bg-accordion-title2-pc.png);
  }
  .c-accordion-row-2 .c-accordion-title span {
    font-size: 2.25rem;
  }
  [lang=en] .c-accordion-row-2 .c-accordion-title span {
    font-size: 1.625rem;
  }
  .c-accordion-row-3 .c-accordion-title {
    background-image: url(../img/common/bg-accordion-title3-pc.png);
  }
  .c-accordion-row-3 .c-accordion-title span {
    font-size: 2.125rem;
  }
  [lang=en] .c-accordion-row-3 .c-accordion-title span {
    font-size: 1.625rem;
  }
  .c-accordion-row-3 .c-prize-gird4:not(:last-child) {
    margin-bottom: 1.8125rem;
  }
  .c-accordion-row-4 .c-accordion-title {
    background-image: url(../img/common/bg-accordion-title4-pc.png);
  }
  .c-accordion-row-4 .c-accordion-title span {
    font-size: 1.875rem;
  }
  [lang=en] .c-accordion-row-4 .c-accordion-title span {
    font-size: 1.625rem;
  }
  .c-accordion-row-4 .c-prize-gird4:not(:last-child) {
    margin-bottom: 1.8125rem;
  }
  .c-accordion-main {
    padding: 2rem 2.375rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  [lang=en] .c-accordion-row-2 .c-accordion-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  [lang=en] .c-accordion-row-2 .c-accordion-title span {
    font-size: 2.125rem;
  }
  .c-accordion-row-3 .c-accordion-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  [lang=en] .c-accordion-row-3 .c-accordion-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .c-accordion-row-3 .c-accordion-title span {
    font-size: 2.25rem;
  }
  [lang=en] .c-accordion-row-3 .c-accordion-title span {
    font-size: 2.125rem;
  }
  .c-accordion-row-4 .c-accordion-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  [lang=en] .c-accordion-row-4 .c-accordion-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .c-accordion-row-4 .c-accordion-title span {
    font-size: 2.25rem;
  }
  [lang=en] .c-accordion-row-4 .c-accordion-title span {
    font-size: 2.125rem;
  }
}
.js-accordion-title {
  cursor: pointer;
}

/*--------------- Winner ---------------*/
.c-winner-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.25rem;
}
@media screen and (min-width: 768px) {
  .c-winner-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -0.375rem;
  }
}

/*--------------- Result list ---------------*/
.c-result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem 1.25rem;
}
.c-result-list:not(:last-child) {
  margin-bottom: 4.375rem;
}
.c-result-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 0.625rem);
          flex: 0 0 calc(50% - 0.625rem);
}
.c-result-list:has(li:nth-child(odd):last-child) li:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 1.25rem);
          flex: 0 0 calc(100% - 1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-result-list:has(li:nth-child(odd):last-child) li:first-child a {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .c-result-list {
    gap: 2.125rem 3.125rem;
  }
  .c-result-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.5625rem);
            flex: 0 0 calc(50% - 1.5625rem);
  }
  .c-result-list:has(li:nth-child(odd):last-child) li:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 3.125rem);
            flex: 0 0 calc(100% - 3.125rem);
  }
}

/*--------------- Players list ---------------*/
.c-players-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-players-list li {
  width: calc(50% - 10px);
  -webkit-box-shadow: 0 0 0.75rem 0.5rem rgba(8, 8, 9, 0.2);
          box-shadow: 0 0 0.75rem 0.5rem rgba(8, 8, 9, 0.2);
}
.c-players-list li img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-players-list {
    gap: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .c-players-list li {
    width: calc(25% - 22.5px);
    -webkit-box-shadow: 0 0 0.75rem 0.5rem rgba(8, 8, 9, 0.2);
            box-shadow: 0 0 0.75rem 0.5rem rgba(8, 8, 9, 0.2);
  }
}
.c-players-row:not(:last-child) {
  margin-bottom: 1.875rem;
}
.c-players-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.375rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-players-cols {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.875rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem 1.875rem;
  }
}
.c-players-line {
  border-top: 0.0625rem solid #000;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-players-line {
    border-top-width: 0.125rem;
    margin-bottom: 3rem;
  }
}
.c-players-final-place {
  position: relative;
  font-size: 1.4375rem;
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
  padding: 0.625rem 1.25rem;
  text-align: center;
  width: 100%;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/common/img-title-bg3.jpg") center center/cover no-repeat;
  margin-bottom: 2.1875rem;
}
.c-players-final-place span {
  text-shadow: 0 0 1.5625rem #000;
}
@media screen and (min-width: 768px) {
  .c-players-final-place {
    font-size: 2.25rem;
    height: 6.25rem;
    padding: 0.625rem 1.25rem;
    margin-bottom: 3.125rem;
  }
}
.c-players-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 0.3125rem;
  margin-top: 0.625rem;
}
.c-players-buttons p {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.c-players-buttons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 5.25rem;
  max-width: 19.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: url(../img/common/bg_button_style05_sp.png) top center/auto 100% no-repeat;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.1875rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-players-buttons a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .c-players-buttons {
    gap: 0 0.3125rem;
  }
  .c-players-buttons a {
    width: 30.5625rem;
    max-width: none;
    height: 6.25rem;
    font-size: 1.5625rem;
    background-image: url(../img/common/bg_button_style05.png);
  }
}
.c-players-detail-wrap {
  position: relative;
  margin-bottom: 3.125rem;
}
.c-players-detail-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem;
}
.c-players-detail-image {
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
}
.c-players-detail-info {
  width: 100%;
}
.c-players-detail-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  border-left: 0.25rem solid #000;
  padding: 0.25rem 0.5rem;
  margin-bottom: 1.25rem;
}
.c-players-detail-title2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
  background: url(../img/box/bg_box_title.png) 0 0;
  padding: 0.1875rem 0.5rem;
  margin-bottom: 0.3125rem;
}
.c-players-detail-title2-sub {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  padding-left: 1.125rem;
}
.c-players-detail-title3 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.c-players-detail-title3::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: #000;
}
.c-players-detail-title3__color1 {
  color: #000095;
}
.c-players-detail-title3__color1::after {
  background-color: #000095;
}
.c-players-detail-title3__color2 {
  color: #5d217a;
}
.c-players-detail-title3__color2::after {
  background-color: #5d217a;
}
.c-players-detail-title3__color3 {
  color: #a40000;
}
.c-players-detail-title3__color3::after {
  background-color: #a40000;
}
.c-players-detail-title4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  padding: 0.1875rem 0.625rem;
  text-align: center;
  border-top: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
  background: url("../img/common/img-title-bg.jpg") center center/100% auto no-repeat;
  width: 100%;
  height: 1.5625rem;
  margin: 0;
}
.c-players-detail-title4__color1 {
  background-image: url("../img/common/img-title-bg1.jpg");
}
.c-players-detail-title4__color2 {
  background-image: url("../img/common/img-title-bg2.jpg");
}
.c-players-detail-title5 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.4;
  color: #000095;
  background-color: #fff;
  text-align: center;
  padding: 0.625rem 0.9375rem;
  min-height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.c-players-detail-title5__color1 {
  color: #5d217a;
}
.c-players-detail-title5__color2 {
  color: #a40000;
}
.c-players-detail-table {
  width: 100%;
}
.c-players-detail-table tr th,
.c-players-detail-table tr td {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  padding: 0.5rem 0.5rem;
  border: 0.0625rem solid #000;
}
.c-players-detail-table tr th {
  width: 202px;
  text-align: left;
  border-left: 0;
}
.c-players-detail-table tr td:last-child {
  border-right: 0;
}
.c-players-detail-table__color1 tr th {
  background-color: #d9d9d9;
}
.c-players-detail-table__color2 tr th {
  background-color: #bfcaff;
}
.c-players-detail-table__color3 tr th {
  background-color: #d6b8e5;
}
.c-players-detail-table__color4 tr th {
  background-color: #ffc0c0;
}
@media screen and (min-width: 768px) {
  .c-players-detail-wrap {
    margin-bottom: 4.875rem;
  }
  .c-players-detail-block {
    gap: 2.5rem;
  }
  .c-players-detail-image {
    width: 21.875rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .c-players-detail-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .c-players-detail-title {
    font-size: 2rem;
    border-left-width: 0.4375rem;
    padding: 0.375rem 0.9375rem;
    margin-bottom: 2.8125rem;
  }
  .c-players-detail-title2 {
    font-size: 1.375rem;
    padding: 0.4375rem 0.875rem;
    margin-bottom: 0.625rem;
    letter-spacing: 0.0625rem;
  }
  .c-players-detail-title2-sub {
    font-size: 1rem;
    padding-left: 1.375rem;
  }
  .c-players-detail-title3 {
    font-size: 1.25rem;
    gap: 0.625rem;
    padding-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .c-players-detail-title3::after {
    height: 0.125rem;
  }
  .c-players-detail-title4 {
    font-size: 1.125rem;
    padding: 0.1875rem 0.625rem;
    height: 2.0625rem;
    background-size: 118% auto;
  }
  .c-players-detail-title5 {
    font-size: 1.5rem;
    padding: 0.625rem 0.9375rem;
    min-height: 5.125rem;
  }
  .c-players-detail-table tr th,
  .c-players-detail-table tr td {
    font-size: 1rem;
    padding: 1rem 0.9375rem;
  }
  .c-players-detail-table tr th {
    width: 244px;
  }
}

/*--------------- Prize ---------------*/
.c-prize-gird {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8125rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-prize-gird {
    -ms-grid-columns: 1fr 2.25rem 1fr 2.25rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem 2.25rem;
    margin-bottom: 1.875rem;
  }
}
.c-prize-item {
  position: relative;
}
.c-prize-image {
  margin-bottom: 1.3333333333vw;
}
.c-prize-image img {
  width: revert-layer;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-prize-image {
    margin-bottom: 0.625rem;
  }
}
.c-prize-image-thumbnai {
  position: relative;
  margin-bottom: 3.2vw;
}
.c-prize-image-thumbnai:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}
.c-prize-image-thumbnai img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-prize-image-thumbnai .c-prize-icon-zoom {
  position: absolute;
  top: 1.3333333333vw;
  right: 1.3333333333vw;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  background: url(../img/common/btn-zoom.png) center/contain no-repeat;
  z-index: 2;
  -webkit-transition: background-image 0.2s;
  transition: background-image 0.2s;
}
.c-prize-image-thumbnai:hover .c-prize-icon-zoom {
  background-image: url(../img/common/btn-zoom-active.png);
}
@media screen and (min-width: 768px) {
  .c-prize-image-thumbnai {
    margin-bottom: 0.75rem;
  }
  .c-prize-image-thumbnai .c-prize-icon-zoom {
    top: 0.3125rem;
    right: 0.3125rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.c-prize-text {
  width: 100%;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-prize-text {
    font-size: 1rem;
  }
  [lang=en] .c-prize-text {
    font-size: 0.875rem;
    letter-spacing: -0.00625rem;
  }
}
.c-prize-gird2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15.4666666667vw 10.6666666667vw 1fr;
  grid-template-columns: 15.4666666667vw 1fr;
  gap: 10.6666666667vw;
  max-width: 44.8vw;
  margin: 0 auto;
}
.c-prize-gird2-item {
  position: relative;
}
.c-prize-gird2 .c-prize-image img {
  max-width: 15.4666666667vw;
}
@media screen and (min-width: 768px) {
  .c-prize-gird2 {
    max-width: 20.0625rem;
    -ms-grid-columns: 7.3125rem 5.4375rem 1fr;
    grid-template-columns: 7.3125rem 1fr;
    gap: 1.5rem 5.4375rem;
  }
  .c-prize-gird2 .c-prize-image img {
    max-width: 100%;
  }
}
.c-prize-gird3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15.4666666667vw 11.4666666667vw 1fr;
  grid-template-columns: 15.4666666667vw 1fr;
  gap: 11.4666666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.c-prize-gird3-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-prize-gird3 {
    -ms-grid-columns: 7.3125rem 3.5rem 1fr;
    grid-template-columns: 7.3125rem 1fr;
    gap: 1.5rem 3.5rem;
    margin-top: -1.125rem;
  }
}
.c-prize-gird4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2vw;
}
.c-prize-gird4:not(:last-child) {
  margin-bottom: 4.8vw;
}
.c-prize-gird4-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 1.6vw);
          flex: 0 1 calc(50% - 1.6vw);
}
@media screen and (min-width: 768px) {
  .c-prize-gird4 {
    gap: 1.25rem 2.25rem;
  }
  .c-prize-gird4:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
  .c-prize-gird4-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.3333333333% - 1.5rem);
            flex: 0 1 calc(33.3333333333% - 1.5rem);
  }
}
.c-prize-gird5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4vw;
  max-width: 56.8vw;
  margin: 0 auto;
}
.c-prize-gird5-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.c-prize-gird5-title {
  position: relative;
  font-size: 3.2vw;
  font-weight: 700;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6vw -webkit-max-content 1.6vw 1fr;
  -ms-grid-columns: 1fr 1.6vw max-content 1.6vw 1fr;
  grid-template-columns: 1fr -webkit-max-content 1fr;
  grid-template-columns: 1fr max-content 1fr;
  grid-gap: 1.6vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.6666666667vw;
}
.c-prize-gird5-title::before, .c-prize-gird5-title::after {
  content: "";
  display: block;
  height: 0.0625rem;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .c-prize-gird5 {
    gap: 2.75rem 2rem;
    max-width: 100%;
  }
  .c-prize-gird5-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1rem);
            flex: 0 1 calc(50% - 1rem);
  }
  .c-prize-gird5-title {
    font-size: 1.4375rem;
    grid-gap: 0.75rem;
    margin-bottom: 1.125rem;
  }
}
.c-prize-gird6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15.4666666667vw 5.8666666667vw 1fr;
  grid-template-columns: 15.4666666667vw 1fr;
  gap: 5.8666666667vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-prize-gird6-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-prize-gird6 {
    -ms-grid-columns: 7.3125rem 2.8125rem 1fr;
    grid-template-columns: 7.3125rem 1fr;
    gap: 1.5rem 2.8125rem;
    padding-left: 1.4375rem;
  }
}
.c-prize-image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6vw;
  margin-bottom: 1.3333333333vw;
}
.c-prize-image-group .c-prize-image {
  margin-bottom: 0;
}
.c-prize-image-group .c-prize-image img {
  max-width: 15.4666666667vw;
}
@media screen and (min-width: 768px) {
  .c-prize-image-group {
    gap: 0.875rem;
    margin-bottom: 0.625rem;
  }
  .c-prize-image-group .c-prize-image img {
    max-width: 100%;
  }
}
.c-prize-image-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6vw;
  margin-bottom: 1.3333333333vw;
}
.c-prize-image-group2 .c-prize-image {
  margin-bottom: 0;
}
.c-prize-image-group2 .c-prize-image img {
  max-width: 13.8666666667vw;
}
@media screen and (min-width: 768px) {
  .c-prize-image-group2 {
    gap: 0.75rem;
    margin-bottom: 0.625rem;
  }
  .c-prize-image-group2 .c-prize-image img {
    max-width: 100%;
  }
}

.js-open-modal {
  cursor: pointer;
}

/*--------------- Modal ---------------*/
.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  z-index: 200;
}
.c-modal-bg {
  display: block;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
}
.c-modal-cont {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90dvh;
  background-color: #fff;
  overflow: hidden;
  width: 20.3125rem;
  height: 20.3125rem;
  padding: 0.3125rem 0.3125rem 1.25rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-modal-cont {
    width: 40.625rem;
    height: 40.625rem;
    padding: 0.75rem 0.75rem 3.25rem 0.75rem;
  }
}
.c-modal-close {
  display: block;
  top: 0.4375rem;
  right: 0.75rem;
  width: 1.1875rem;
  height: 1.1875rem;
  cursor: pointer;
  position: absolute;
  background: url(../img/common/icon-close3.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .c-modal-close {
    width: 2.3125rem;
    height: 2.3125rem;
    top: 0.9375rem;
    right: 1.5625rem;
  }
}
.c-modal-body {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-slick-custom .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8125rem;
  height: 2.0625rem;
  font-size: 0;
  line-height: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
.c-slick-custom .slick-arrow:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .c-slick-custom .slick-arrow {
    width: 3.875rem;
    height: 4.125rem;
  }
}
.c-slick-custom .slick-prev {
  background-image: url(../img/common/btn-arrow-left-sp.png);
  left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-slick-custom .slick-prev {
    background-image: url(../img/common/btn-arrow-left-pc.png);
    left: 0.75rem;
  }
}
.c-slick-custom .slick-next {
  background-image: url(../img/common/btn-arrow-right-sp.png);
  right: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-slick-custom .slick-next {
    background-image: url(../img/common/btn-arrow-right-pc.png);
    right: 0.75rem;
  }
}
.c-slick-custom .slick-dots {
  position: absolute;
  bottom: 0.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
}
.c-slick-custom .slick-dots li {
  font-size: 0;
  line-height: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #dfdfdf;
  border-radius: 9999px;
}
.c-slick-custom .slick-dots li.slick-active {
  background: url(../img/common/bg-dot-active.png) center center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .c-slick-custom .slick-dots {
    gap: 0.625rem;
    bottom: 1.625rem;
  }
  .c-slick-custom .slick-dots li {
    width: 0.625rem;
    height: 0.625rem;
  }
}

/*--------------- Image zoom ---------------*/
figure.c-container-zoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: url(../img/common/icon-zoom.png) 14 14, -webkit-zoom-in;
  cursor: url(../img/common/icon-zoom.png) 14 14, zoom-in;
  margin: 0;
}
figure.c-container-zoom img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}
figure.c-container-zoom.is-active img {
  opacity: 0;
}

/*--------------- Top page ---------------*/
.page-home .l-main {
  padding-bottom: 18.6666666667vw;
}
@media screen and (min-width: 768px) {
  .page-home .l-main {
    padding-bottom: 7.75rem;
  }
}
.page-home .s-kv {
  position: relative;
  padding-bottom: 14.9333333333vw;
  margin-bottom: 12vw;
  overflow: hidden;
}
.page-home .s-kv-prize {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.page-home .s-kv-image {
  width: 100%;
  height: auto;
}
.page-home .s-kv .s-kv-image,
.page-home .s-kv .s-kv-image-prize {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-home .s-kv {
    padding-bottom: 0.375rem;
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1920px) {
  .page-home .s-kv .s-kv-prize {
    bottom: -0.4166666667vw;
  }
}
.page-home .s-kv.is-first-view {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.page-home .s-kv.is-first-view .s-kv-image {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (min-width: 768px) {
  .page-home .s-kv.is-first-view .s-kv-image {
    -o-object-position: left top;
       object-position: left top;
  }
}
.page-home .s-kv.is-first-view .s-kv-image-prize {
  width: 100%;
  height: auto;
}
.page-home .s-kv.is-first-view .s-kv-prize {
  bottom: -0.5rem;
}
.page-home .s-banner {
  margin-bottom: 7.4666666667vw;
}
.page-home .s-banner a {
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.page-home .s-banner a:hover {
  opacity: 1;
}
.page-home .s-banner a:hover img {
  opacity: 1;
}
.page-home .s-banner a.is-check::before {
  content: "";
  position: absolute;
  top: -9.8666666667vw;
  left: -2.6666666667vw;
  width: 25.8666666667vw;
  height: 19.7333333333vw;
  background: url(../img/common/img-badge-check-sp.png) center center/contain no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-home .s-banner {
    margin-bottom: 4.875rem;
  }
  .page-home .s-banner a:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .page-home .s-banner a.is-check::before {
    top: -6.3125rem;
    left: -6.5rem;
    width: 17.375rem;
    height: 13.1875rem;
    background-image: url(../img/common/img-badge-check-pc.png);
  }
}
@media screen and (max-width: 1460px) {
  .page-home .s-banner .l-container {
    max-width: 60rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-home .s-banner .l-container {
    max-width: 37.5rem;
  }
}
.page-home .s-news {
  position: relative;
  margin-bottom: 1.3125rem;
  z-index: 3;
}
.page-home .s-news .c-title {
  margin-left: -2.4vw;
  margin-bottom: 2.4vw;
}
@media screen and (min-width: 992px) {
  .page-home .s-news .c-title {
    padding-left: 1.25rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-home .s-news {
    margin-bottom: 4.1875rem;
  }
  .page-home .s-news .c-title {
    padding-left: 5rem;
    margin-bottom: -4.375rem;
  }
  .page-home .s-news .c-info-parts {
    max-width: 82.5rem;
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }
}
.page-home .s-outline {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 176.5333333333vw;
}
.page-home .s-outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../img/top/outline-bg-sp.png) center top/contain no-repeat;
}
.page-home .s-outline-bg {
  position: absolute;
  top: -22.1333333333vw;
  left: 0;
  width: 100%;
  height: calc(100% + 38.1333333333vw);
  z-index: 1;
  overflow: hidden;
}
.page-home .s-outline-bg::before, .page-home .s-outline-bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-home .s-outline-bg::before {
  background: url(../img/top/outline-bg2-sp.png) left top/contain no-repeat;
  top: 0;
  left: 0;
}
.page-home .s-outline-bg::after {
  background: url(../img/top/outline-bg3-sp.png) right bottom/contain no-repeat;
  right: 0;
  bottom: 0;
}
.page-home .s-outline .l-container-xxl {
  position: relative;
  z-index: 2;
  padding-top: 8.5333333333vw;
}
.page-home .s-outline .c-title {
  margin-bottom: 1.8666666667vw;
  margin-right: -4vw;
}
.page-home .s-outline-box {
  max-width: 960px;
  margin: 0 auto;
}
.page-home .s-outline-logo {
  text-align: center;
  margin-bottom: 5.6vw;
}
.page-home .s-outline-logo img {
  max-width: 57.6vw;
  margin: 0 auto;
}
.page-home .s-outline-image-text {
  text-align: center;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.page-home .s-outline-text {
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.66;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1.6vw #00042a, 0 0 3.2vw #00042a;
  margin-bottom: 4.2666666667vw;
}
.page-home .s-outline-text2 {
  font-size: 5.6vw;
  font-weight: 900;
  line-height: 1.26;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1.6vw #00042a, 0 0 3.2vw #00042a;
}
@media screen and (min-width: 768px) {
  .page-home .s-outline {
    height: 98.375rem;
  }
  .page-home .s-outline::before {
    top: -9.625rem;
    background: url(../img/top/outline-bg-pc.png) center top/120rem auto no-repeat;
  }
  .page-home .s-outline .c-title {
    padding-right: 3.0625rem;
    margin-bottom: -1.25rem;
    margin-right: 0;
  }
  .page-home .s-outline .l-container-xxl {
    padding-top: 0.625rem;
  }
  .page-home .s-outline-bg {
    top: -12.5rem;
    height: calc(100% + 32.125rem);
  }
  .page-home .s-outline-bg::before {
    background-image: url(../img/top/outline-bg2-pc.png);
    width: 112.1875rem;
    height: 50.125rem;
  }
  .page-home .s-outline-bg::after {
    background-image: url(../img/top/outline-bg3-pc.png);
    width: 120rem;
    height: 71.875rem;
  }
  .page-home .s-outline-logo {
    margin-bottom: 3.4375rem;
  }
  .page-home .s-outline-logo img {
    max-width: 30.9375rem;
  }
  .page-home .s-outline-text {
    font-size: 2.125rem;
    line-height: 1.38;
    margin-bottom: 2.1875rem;
    text-shadow: 0 0 0.375rem #00042a, 0 0 0.75rem #00042a, 0 0 1.125rem #00042a, 0 0 1.5rem #00042a;
  }
  .page-home .s-outline-text2 {
    font-size: 3.5rem;
    text-shadow: 0 0 0.375rem #00042a, 0 0 0.75rem #00042a, 0 0 1.125rem #00042a, 0 0 1.5rem #00042a;
  }
}
@media screen and (min-width: 1920px) {
  .page-home .s-outline {
    height: 81.9791666667vw;
  }
  .page-home .s-outline .l-container {
    padding-top: 1.6666666667vw;
  }
  .page-home .s-outline::before {
    top: -6.9791666667vw;
    background: url(../img/top/outline-bg-pc.png) center top/100% auto no-repeat;
    background-size: 100vw auto;
  }
  .page-home .s-outline-bg {
    height: calc(100% + 24.6875vw);
  }
  .page-home .s-outline-bg::before {
    background-image: url(../img/top/outline-bg2-pc.png);
    width: 93.4895833333vw;
    height: 41.7708333333vw;
  }
  .page-home .s-outline-bg::after {
    background-image: url(../img/top/outline-bg3-pc.png);
    width: 100vw;
    height: 59.8958333333vw;
  }
}
.page-home .s-schedule {
  position: relative;
  z-index: 3;
  margin-top: -15.4666666667vw;
  margin-bottom: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .page-home .s-schedule {
    margin-top: -21rem;
    margin-bottom: 0.6875rem;
  }
}
.page-home .s-rule {
  height: 70.6666666667vw;
  position: relative;
}
.page-home .s-rule::before, .page-home .s-rule::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.page-home .s-rule::before {
  width: 100%;
  height: 100%;
  background: url(../img/top/rules-bg-sp.png) center top/100% auto no-repeat;
  z-index: 2;
}
.page-home .s-rule::after {
  top: -39.4666666667vw;
  width: 37.8666666667vw;
  height: 56.5333333333vw;
  background: url(../img/top/rules-bg2-sp.png) center top/100% auto no-repeat;
  z-index: 1;
}
.page-home .s-rule .l-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.page-home .s-rule-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 6.6666666667vw;
}
.page-home .s-rule-text {
  width: 100%;
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin-top: 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .page-home .s-rule {
    height: 49.625rem;
  }
  .page-home .s-rule::before {
    background-image: url(../img/top/rules-bg-pc.png);
    background-size: cover;
  }
  .page-home .s-rule::after {
    top: -17.5rem;
    width: 41.875rem;
    height: 58.3125rem;
    background-image: url(../img/top/rules-bg2-pc.png);
    background-size: cover;
  }
  .page-home .s-rule-box {
    padding-top: 2.375rem;
  }
  .page-home .s-rule-text {
    margin-top: 1.875rem;
    font-size: 2.125rem;
    letter-spacing: 0.075rem;
  }
}
@media screen and (min-width: 1920px) {
  .page-home .s-rule {
    height: 41.40625vw;
  }
}
.page-home .s-prize {
  position: relative;
  min-height: 154.6666666667vw;
  padding-top: 15.2vw;
  padding-bottom: 53.3333333333vw;
  margin-top: -11.7333333333vw;
}
.page-home .s-prize .l-container-xxl {
  position: relative;
  z-index: 2;
}
.page-home .s-prize-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg-prize-top-sp.png) center top/100% auto no-repeat, url(../img/top/bg-prize-bottom-sp.png) center bottom/100% auto no-repeat;
  z-index: 1;
}
.page-home .s-prize-bg::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.page-home .s-prize-bg::before {
  width: 100%;
  top: 6.6666666667vw;
  height: calc(100% - 13.8666666667vw);
  background: url(../img/top/bg-prize-sp.png) center top/100% auto repeat-y;
  -webkit-mask-image: url(../img/top/bg-prize-mask-top-sp.png), url(../img/top/bg-prize-mask-center-sp.png), url(../img/top/bg-prize-mask-bottom-sp.png);
          mask-image: url(../img/top/bg-prize-mask-top-sp.png), url(../img/top/bg-prize-mask-center-sp.png), url(../img/top/bg-prize-mask-bottom-sp.png);
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
          mask-repeat: no-repeat, no-repeat, no-repeat;
  -webkit-mask-position: top, center, bottom;
          mask-position: top, center, bottom;
  -webkit-mask-size: 100% auto, 100% calc(100% - 80vw), 100% auto;
          mask-size: 100% auto, 100% calc(100% - 80vw), 100% auto;
}
.page-home .s-prize-group {
  max-width: 960px;
  margin: 0 auto;
}
.page-home .s-prize .c-title--prize {
  margin-left: -0.8vw;
  margin-bottom: 3.2vw;
}
.page-home .s-prize .c-title--prize-sub {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .page-home .s-prize {
    padding-top: 12.6875rem;
    padding-bottom: 32.8125rem;
    margin-top: -11.875rem;
    margin-bottom: 3.9375rem;
    min-height: 105.375rem;
  }
  .page-home .s-prize-bg {
    background-image: url(../img/top/bg-prize-top-pc.png), url(../img/top/bg-prize-bottom-pc.png);
  }
  .page-home .s-prize-bg::before {
    top: 1.0625rem;
    height: calc(100% - 2.0625rem);
    background-image: url(../img/top/bg-prize-pc.png);
    background-position: center top -10.3125rem;
    -webkit-mask-image: url(../img/top/bg-prize-mask-top-pc.png), url(../img/top/bg-prize-mask-center-pc.png), url(../img/top/bg-prize-mask-bottom-pc.png);
            mask-image: url(../img/top/bg-prize-mask-top-pc.png), url(../img/top/bg-prize-mask-center-pc.png), url(../img/top/bg-prize-mask-bottom-pc.png);
    -webkit-mask-size: 100% auto, 100% calc(100% - 57.6041666667vw), 100% auto;
            mask-size: 100% auto, 100% calc(100% - 57.6041666667vw), 100% auto;
  }
  .page-home .s-prize .c-title--prize {
    padding-left: 1.5625rem;
    margin-left: 0;
    margin-bottom: 4.25rem;
  }
  .page-home .s-prize .c-title--prize-sub {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1920px) {
  .page-home .s-prize {
    min-height: 87.8125vw;
  }
}

/*--------------- Child page ---------------*/
.page-child {
  background-image: url("../img/common/bg-body-left-sp.png"), url("../img/common/bg-body-right-sp.png"), url("../img/common/bg-body.png");
  background-size: 19.7333333333vw auto, 25.0666666667vw auto, 100% auto;
  background-position: left top 5.25rem, right top 3rem, center center;
  background-repeat: no-repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, fixed;
  -webkit-transition: none;
  transition: none;
}
.page-child .l-main {
  padding-top: 3rem;
  padding-bottom: 5.375rem;
}
@media screen and (min-width: 768px) {
  .page-child {
    background-image: url("../img/common/bg-body-left-pc.png"), url("../img/common/bg-body-right-pc.png"), url("../img/common/bg-body.png");
    background-size: 22.1354166667vw auto, 22.1354166667vw auto, 100% auto;
    background-position: left top 2.0833333333vw, right top 2.0833333333vw, center center;
    background-repeat: repeat-y, repeat-y, repeat;
    background-attachment: scroll, scroll, fixed;
  }
  .page-child .l-main {
    padding-top: 7.375rem;
    padding-bottom: 5.375rem;
  }
}
@media screen and (max-width: 1780px) and (min-width: 1460px) {
  .page-child {
    background-size: 15.625vw auto, 15.625vw auto, 100% auto;
  }
}
@media screen and (max-width: 1460px) and (min-width: 480px) {
  .page-child {
    background-image: url("../img/common/bg-body-left-sp.png"), url("../img/common/bg-body-right-sp.png"), url("../img/common/bg-body.png");
    background-size: 11.5625vw auto, 14.6875vw auto, 100% auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }
}

/*--------------- News page ---------------*/
.page-news .l-main {
  padding-bottom: 3.9375rem;
}
.page-news .c-title {
  margin-bottom: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .page-news .l-main {
    padding-bottom: 6.625rem;
  }
  .page-news .c-title {
    margin-left: -0.5rem;
    margin-bottom: -3.8125rem;
  }
}

/*--------------- News detail page ---------------*/
.page-news-detail .l-main {
  padding-bottom: 3.9375rem;
}
.page-news-detail .c-title {
  margin-bottom: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .page-news-detail .l-main {
    padding-bottom: 6.625rem;
  }
  .page-news-detail .c-title {
    margin-left: -0.5rem;
    margin-bottom: 0.0625rem;
  }
}

/*--------------- Error page ---------------*/
.page-error .c-title {
  margin-bottom: 1.875rem;
}
.page-error .c-error-text {
  font-size: 0.9375rem;
  line-height: 2;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .page-error .c-error-text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .page-error .c-title {
    margin-bottom: 3.75rem;
  }
}

/*--------------- Rules page ---------------*/
.page-rules .c-title {
  margin-left: -0.25rem;
  margin-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .page-rules .c-title {
    margin-left: -2.625rem;
    margin-bottom: 0.3125rem;
  }
}
.page-rules .c-rule-detail a:not([class*=c-button]) {
  display: inline-block;
  color: #004889;
  font-weight: 500;
  text-decoration: none;
}
.page-rules .c-rule-detail a:not([class*=c-button]):hover {
  color: #f5a21b;
}
.page-rules .c-rule-rows {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .page-rules .c-rule-rows {
    margin-bottom: 4.5rem;
  }
}
.page-rules .c-rule-row {
  font-size: 0.9375rem;
  line-height: 2;
}
.page-rules .c-rule-row:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-rules .c-rule-row:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.page-rules .c-rule-row2 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-rules .c-rule-row2 {
    margin-bottom: 3rem;
  }
}
.page-rules .c-rule-anchor-link {
  display: -ms-grid;
  display: grid;
  gap: 0.875rem 1.875rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 2.875rem;
}
.page-rules .c-rule-anchor-link a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-rules .c-rule-anchor-link {
    margin-bottom: 3.75rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-rules .c-rule-heading3 {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 0.25rem solid #000;
}
@media screen and (min-width: 768px) {
  .page-rules .c-rule-heading3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
.page-rules .c-rule-heading4 {
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  border-left: 0.25rem solid #000;
}
[Lang=ar] .page-rules .c-rule-heading4 {
  border-right: 0.25rem solid #000;
  border-left: none;
}

@media screen and (min-width: 768px) {
  .page-rules .c-rule-heading4 {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0.625rem;
    font-size: 1.25rem;
  }
}
.page-rules .c-rule-heading5 {
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-rules .c-rule-heading5 {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
  }
}
.page-rules .c-rule-text {
  margin-bottom: 2rem;
}
.page-rules .c-rule-text:last-child {
  margin-bottom: 0;
}
.page-rules .c-rule-text a {
  display: inline;
  color: #004889;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-rules .c-rule-text {
    margin-bottom: 2.75rem;
    font-size: 1.125rem;
  }
}
.page-rules .c-rule-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-rules .c-rule-nav-list li {
  position: relative;
  list-style: none;
  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;
  margin-left: -0.0625rem;
}
.page-rules .c-rule-nav-list li::before, .page-rules .c-rule-nav-list li::after {
  content: "";
  width: 0.0625rem;
  height: 0.9375rem;
  background-color: #000;
}
.page-rules .c-rule-nav-list a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #004889;
  text-align: center;
  padding: 0.3125rem 0.9375rem;
  text-decoration: underline;
}
.page-rules .c-rule-alpha-list, .page-rules .c-rule-number-list {
  margin-bottom: 2rem;
}
.page-rules .c-rule-alpha-list ul,
.page-rules .c-rule-alpha-list ol, .page-rules .c-rule-number-list ul,
.page-rules .c-rule-number-list ol {
  margin-left: 1.25rem;
}
.page-rules .c-rule-alpha-list li, .page-rules .c-rule-number-list li {
  position: relative;
  list-style-type: none;
}
.page-rules .c-rule-alpha-list li ul,
.page-rules .c-rule-alpha-list li ol, .page-rules .c-rule-number-list li ul,
.page-rules .c-rule-number-list li ol {
  margin-bottom: 0;
}
.page-rules .c-rule-alpha-list li:not(:last-child), .page-rules .c-rule-number-list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.page-rules .c-rule-alpha-list li:before, .page-rules .c-rule-number-list li:before {
  color: #000;
}
.page-rules .c-rule-alpha-list a, .page-rules .c-rule-number-list a {
  display: inline;
  color: #004889;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-rules .c-rule-alpha-list, .page-rules .c-rule-number-list {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
  }
}
.page-rules .c-rule-alpha-list {
  counter-reset: alpha-counter;
}
.page-rules .c-rule-alpha-list > li {
  counter-increment: alpha-counter;
}
.page-rules .c-rule-alpha-list > li:before {
  content: counter(alpha-counter, lower-alpha) ". ";
}
.page-rules .c-rule-number-list {
  counter-reset: number-counter;
}
.page-rules .c-rule-number-list > li {
  counter-increment: number-counter;
}
.page-rules .c-rule-number-list > li:before {
  content: counter(number-counter) ". ";
}
.page-rules .c-rule-number-sub-list {
  counter-reset: number-sub-counter;
}
.page-rules .c-rule-number-sub-list > li {
  counter-increment: number-sub-counter;
}
.page-rules .c-rule-number-sub-list > li:before {
  content: counter(number-counter) "." counter(number-sub-counter) " ";
}
.page-rules .c-rule-box {
  margin-top: 2rem;
  padding: 1.4375rem 1.25rem;
  background: url(../img/common/bg-rules-box-sp.png) center/cover no-repeat;
}
.page-rules .c-rule-box-text {
  margin-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  color: #fff;
}
.page-rules .c-rule-box-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .page-rules .c-rule-box {
    margin-top: 2.5rem;
    padding: 2.5rem 1.25rem;
    background-image: url(../img/common/bg-rules-box-pc.png);
  }
  .page-rules .c-rule-box-text {
    margin-bottom: 2rem;
    font-size: 1.75rem;
  }
}
.page-rules .c-rule-table {
  width: 100%;
  margin-bottom: 2rem;
}
.page-rules .c-rule-table tr th,
.page-rules .c-rule-table tr td {
  background-color: #fff;
  padding: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border: 1px solid #000;
  vertical-align: middle;
}
.page-rules .c-rule-table tr th {
  background-color: #f4f4f4;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-rules .c-rule-table tr th,
  .page-rules .c-rule-table tr td {
    font-size: 1rem;
  }
}

/*--------------- Winner page ---------------*/
.page-winners .c-title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-winners .c-title {
    margin-bottom: 3.1875rem;
  }
}
.page-winners .c-winner-detail-image {
  margin-bottom: 1.875rem;
}
.page-winners .c-winner-detail-link {
  margin-bottom: 0.9375rem;
}
.page-winners .c-winner-detail-link li:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.page-winners .c-winner-detail-link li a {
  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;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  background: url(../img/common/bg_winner_link_sp.png) center center/auto 100% no-repeat;
  height: 5.25rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0 2.5rem;
  text-align: center;
  line-height: 1.2;
}
.page-winners .c-winner-detail-link li a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .page-winners .c-winner-detail {
    margin-bottom: 4.5rem;
  }
  .page-winners .c-winner-detail-image {
    margin-bottom: 2.5rem;
  }
  .page-winners .c-winner-detail-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .page-winners .c-winner-detail-link li {
    width: 50%;
    margin: 0 -0.3125rem;
  }
  .page-winners .c-winner-detail-link li a {
    font-size: 1.125rem;
    background: url(../img/common/bg_winner_link.png) center center/cover no-repeat;
    height: 6.25rem;
  }
}

/*--------------- Players page ---------------*/
.page-players .c-title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-players .c-title {
    margin-bottom: 3.1875rem;
  }
}

/*--------------- Result page ---------------*/
.page-result .l-main {
  padding-bottom: 3.9375rem;
}
.page-result .c-title {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-result .l-main {
    padding-bottom: 6.625rem;
  }
  .page-result .c-title {
    margin-bottom: 3.75rem;
  }
}

/*--------------- Text align ---------------*/
.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

/*--------------- Display ---------------*/
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-revert {
  display: revert !important;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-revert {
    display: revert !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-revert {
    display: revert !important;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/*--------------- flex ---------------*/
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media screen and (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-md-content-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-md-content-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-md-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-md-content-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-md-content-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-md-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-md-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-md-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-md-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-md-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-md-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-md-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-md-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-md-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-md-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-md-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-md-self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-md-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-md-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-md-self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-md-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-md-self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-lg-content-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-lg-content-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-lg-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-lg-content-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-lg-content-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-lg-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-lg-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-lg-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-lg-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-lg-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-lg-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-lg-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-lg-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-lg-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-lg-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-lg-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-lg-self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-lg-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-lg-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-lg-self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-lg-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-lg-self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-xl-content-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-xl-content-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-xl-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-xl-content-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-xl-content-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-xl-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-xl-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-xl-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-xl-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-xl-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-xl-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-xl-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-xl-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-xl-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-xl-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-xl-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-xl-self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-xl-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-xl-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-xl-self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-xl-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-xl-self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
/*--------------- Hover ---------------*/
.u-hv-o {
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.u-hv-o:hover {
  opacity: 0.7;
}

.u-hv-u {
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.u-hv-u:hover {
  text-decoration: underline;
}

.u-hv-color1 {
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.u-hv-color1:hover {
  color: #004889 !important;
}

.u-hv-color2 {
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.u-hv-color2:hover {
  color: #f5a21b !important;
}

/*--------------- margin ---------------*/
.m-0 {
  margin: 0 !important;
}

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

.mt-4 {
  margin-top: 1.0666666667vw !important;
}

.mt-8 {
  margin-top: 2.1333333333vw !important;
}

.mt-10 {
  margin-top: 2.6666666667vw !important;
}

.mt-12 {
  margin-top: 3.2vw !important;
}

.mt-16 {
  margin-top: 4.2666666667vw !important;
}

.mt-20 {
  margin-top: 5.3333333333vw !important;
}

.mt-24 {
  margin-top: 6.4vw !important;
}

.mt-28 {
  margin-top: 7.4666666667vw !important;
}

.mt-30 {
  margin-top: 8vw !important;
}

.mt-32 {
  margin-top: 8.5333333333vw !important;
}

.mt-36 {
  margin-top: 9.6vw !important;
}

.mt-40 {
  margin-top: 10.6666666667vw !important;
}

.mt-44 {
  margin-top: 11.7333333333vw !important;
}

.mt-48 {
  margin-top: 12.8vw !important;
}

.mt-50 {
  margin-top: 13.3333333333vw !important;
}

.mt-52 {
  margin-top: 13.8666666667vw !important;
}

.mt-56 {
  margin-top: 14.9333333333vw !important;
}

.mt-60 {
  margin-top: 16vw !important;
}

.mt-64 {
  margin-top: 17.0666666667vw !important;
}

.mt-68 {
  margin-top: 18.1333333333vw !important;
}

.mt-70 {
  margin-top: 18.6666666667vw !important;
}

.mt-72 {
  margin-top: 19.2vw !important;
}

.mt-76 {
  margin-top: 20.2666666667vw !important;
}

.mt-80 {
  margin-top: 21.3333333333vw !important;
}

.mt-84 {
  margin-top: 22.4vw !important;
}

.mt-88 {
  margin-top: 23.4666666667vw !important;
}

.mt-90 {
  margin-top: 24vw !important;
}

.mt-92 {
  margin-top: 24.5333333333vw !important;
}

.mt-96 {
  margin-top: 25.6vw !important;
}

.mt-100 {
  margin-top: 26.6666666667vw !important;
}

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

.mr-4 {
  margin-right: 1.0666666667vw !important;
}

.mr-8 {
  margin-right: 2.1333333333vw !important;
}

.mr-10 {
  margin-right: 2.6666666667vw !important;
}

.mr-12 {
  margin-right: 3.2vw !important;
}

.mr-16 {
  margin-right: 4.2666666667vw !important;
}

.mr-20 {
  margin-right: 5.3333333333vw !important;
}

.mr-24 {
  margin-right: 6.4vw !important;
}

.mr-28 {
  margin-right: 7.4666666667vw !important;
}

.mr-30 {
  margin-right: 8vw !important;
}

.mr-32 {
  margin-right: 8.5333333333vw !important;
}

.mr-36 {
  margin-right: 9.6vw !important;
}

.mr-40 {
  margin-right: 10.6666666667vw !important;
}

.mr-44 {
  margin-right: 11.7333333333vw !important;
}

.mr-48 {
  margin-right: 12.8vw !important;
}

.mr-50 {
  margin-right: 13.3333333333vw !important;
}

.mr-52 {
  margin-right: 13.8666666667vw !important;
}

.mr-56 {
  margin-right: 14.9333333333vw !important;
}

.mr-60 {
  margin-right: 16vw !important;
}

.mr-64 {
  margin-right: 17.0666666667vw !important;
}

.mr-68 {
  margin-right: 18.1333333333vw !important;
}

.mr-70 {
  margin-right: 18.6666666667vw !important;
}

.mr-72 {
  margin-right: 19.2vw !important;
}

.mr-76 {
  margin-right: 20.2666666667vw !important;
}

.mr-80 {
  margin-right: 21.3333333333vw !important;
}

.mr-84 {
  margin-right: 22.4vw !important;
}

.mr-88 {
  margin-right: 23.4666666667vw !important;
}

.mr-90 {
  margin-right: 24vw !important;
}

.mr-92 {
  margin-right: 24.5333333333vw !important;
}

.mr-96 {
  margin-right: 25.6vw !important;
}

.mr-100 {
  margin-right: 26.6666666667vw !important;
}

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

.mb-4 {
  margin-bottom: 1.0666666667vw !important;
}

.mb-8 {
  margin-bottom: 2.1333333333vw !important;
}

.mb-10 {
  margin-bottom: 2.6666666667vw !important;
}

.mb-12 {
  margin-bottom: 3.2vw !important;
}

.mb-16 {
  margin-bottom: 4.2666666667vw !important;
}

.mb-20 {
  margin-bottom: 5.3333333333vw !important;
}

.mb-24 {
  margin-bottom: 6.4vw !important;
}

.mb-28 {
  margin-bottom: 7.4666666667vw !important;
}

.mb-30 {
  margin-bottom: 8vw !important;
}

.mb-32 {
  margin-bottom: 8.5333333333vw !important;
}

.mb-36 {
  margin-bottom: 9.6vw !important;
}

.mb-40 {
  margin-bottom: 10.6666666667vw !important;
}

.mb-44 {
  margin-bottom: 11.7333333333vw !important;
}

.mb-48 {
  margin-bottom: 12.8vw !important;
}

.mb-50 {
  margin-bottom: 13.3333333333vw !important;
}

.mb-52 {
  margin-bottom: 13.8666666667vw !important;
}

.mb-56 {
  margin-bottom: 14.9333333333vw !important;
}

.mb-60 {
  margin-bottom: 16vw !important;
}

.mb-64 {
  margin-bottom: 17.0666666667vw !important;
}

.mb-70 {
  margin-bottom: 18.6666666667vw !important;
}

.mb-72 {
  margin-bottom: 19.2vw !important;
}

.mb-76 {
  margin-bottom: 20.2666666667vw !important;
}

.mb-80 {
  margin-bottom: 21.3333333333vw !important;
}

.mb-84 {
  margin-bottom: 22.4vw !important;
}

.mb-88 {
  margin-bottom: 23.4666666667vw !important;
}

.mb-90 {
  margin-bottom: 24vw !important;
}

.mb-94 {
  margin-bottom: 25.0666666667vw !important;
}

.mb-96 {
  margin-bottom: 25.6vw !important;
}

.mb-100 {
  margin-bottom: 26.6666666667vw !important;
}

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

.ml-4 {
  margin-left: 1.0666666667vw !important;
}

.ml-8 {
  margin-left: 2.1333333333vw !important;
}

.ml-10 {
  margin-left: 2.6666666667vw !important;
}

.ml-12 {
  margin-left: 3.2vw !important;
}

.ml-16 {
  margin-left: 4.2666666667vw !important;
}

.ml-20 {
  margin-left: 5.3333333333vw !important;
}

.ml-24 {
  margin-left: 6.4vw !important;
}

.ml-28 {
  margin-left: 7.4666666667vw !important;
}

.ml-30 {
  margin-left: 8vw !important;
}

.ml-32 {
  margin-left: 8.5333333333vw !important;
}

.ml-36 {
  margin-left: 9.6vw !important;
}

.ml-40 {
  margin-left: 10.6666666667vw !important;
}

.ml-44 {
  margin-left: 11.7333333333vw !important;
}

.ml-48 {
  margin-left: 12.8vw !important;
}

.ml-50 {
  margin-left: 13.3333333333vw !important;
}

.ml-52 {
  margin-left: 13.8666666667vw !important;
}

.ml-56 {
  margin-left: 14.9333333333vw !important;
}

.ml-60 {
  margin-left: 16vw !important;
}

.ml-64 {
  margin-left: 17.0666666667vw !important;
}

.ml-68 {
  margin-left: 18.1333333333vw !important;
}

.ml-70 {
  margin-left: 18.6666666667vw !important;
}

.ml-72 {
  margin-left: 19.2vw !important;
}

.ml-76 {
  margin-left: 20.2666666667vw !important;
}

.ml-80 {
  margin-left: 21.3333333333vw !important;
}

.ml-84 {
  margin-left: 22.4vw !important;
}

.ml-88 {
  margin-left: 23.4666666667vw !important;
}

.ml-90 {
  margin-left: 24vw !important;
}

.ml-92 {
  margin-left: 24.5333333333vw !important;
}

.ml-96 {
  margin-left: 25.6vw !important;
}

.ml-100 {
  margin-left: 26.6666666667vw !important;
}

@media screen and (min-width: 768px) {
  .mt-4 {
    margin-top: 4px !important;
  }
  .mt-8 {
    margin-top: 8px !important;
  }
  .mt-10 {
    margin-top: 10px !important;
  }
  .mt-12 {
    margin-top: 12px !important;
  }
  .mt-16 {
    margin-top: 16px !important;
  }
  .mt-20 {
    margin-top: 20px !important;
  }
  .mt-24 {
    margin-top: 24px !important;
  }
  .mt-28 {
    margin-top: 28px !important;
  }
  .mt-30 {
    margin-top: 30px !important;
  }
  .mt-32 {
    margin-top: 32px !important;
  }
  .mt-36 {
    margin-top: 36px !important;
  }
  .mt-40 {
    margin-top: 40px !important;
  }
  .mt-44 {
    margin-top: 44px !important;
  }
  .mt-48 {
    margin-top: 48px !important;
  }
  .mt-50 {
    margin-top: 50px !important;
  }
  .mt-52 {
    margin-top: 52px !important;
  }
  .mt-56 {
    margin-top: 56px !important;
  }
  .mt-60 {
    margin-top: 60px !important;
  }
  .mt-64 {
    margin-top: 64px !important;
  }
  .mt-68 {
    margin-top: 68px !important;
  }
  .mt-70 {
    margin-top: 70px !important;
  }
  .mt-72 {
    margin-top: 72px !important;
  }
  .mt-76 {
    margin-top: 76px !important;
  }
  .mt-80 {
    margin-top: 80px !important;
  }
  .mt-84 {
    margin-top: 84px !important;
  }
  .mt-88 {
    margin-top: 88px !important;
  }
  .mt-90 {
    margin-top: 90px !important;
  }
  .mt-92 {
    margin-top: 92px !important;
  }
  .mt-96 {
    margin-top: 96px !important;
  }
  .mt-100 {
    margin-top: 100px !important;
  }
  .mr-4 {
    margin-right: 4px !important;
  }
  .mr-8 {
    margin-right: 8px !important;
  }
  .mr-10 {
    margin-right: 10px !important;
  }
  .mr-12 {
    margin-right: 12px !important;
  }
  .mr-16 {
    margin-right: 16px !important;
  }
  .mr-20 {
    margin-right: 20px !important;
  }
  .mr-24 {
    margin-right: 24px !important;
  }
  .mr-28 {
    margin-right: 28px !important;
  }
  .mr-30 {
    margin-right: 30px !important;
  }
  .mr-32 {
    margin-right: 32px !important;
  }
  .mr-36 {
    margin-right: 36px !important;
  }
  .mr-40 {
    margin-right: 40px !important;
  }
  .mr-44 {
    margin-right: 44px !important;
  }
  .mr-48 {
    margin-right: 48px !important;
  }
  .mr-50 {
    margin-right: 50px !important;
  }
  .mr-52 {
    margin-right: 52px !important;
  }
  .mr-56 {
    margin-right: 56px !important;
  }
  .mr-60 {
    margin-right: 60px !important;
  }
  .mr-64 {
    margin-right: 64px !important;
  }
  .mr-68 {
    margin-right: 68px !important;
  }
  .mr-70 {
    margin-right: 70px !important;
  }
  .mr-72 {
    margin-right: 72px !important;
  }
  .mr-76 {
    margin-right: 76px !important;
  }
  .mr-80 {
    margin-right: 80px !important;
  }
  .mr-84 {
    margin-right: 84px !important;
  }
  .mr-88 {
    margin-right: 88px !important;
  }
  .mr-90 {
    margin-right: 90px !important;
  }
  .mr-92 {
    margin-right: 92px !important;
  }
  .mr-96 {
    margin-right: 96px !important;
  }
  .mr-100 {
    margin-right: 100px !important;
  }
  .mb-4 {
    margin-bottom: 4px !important;
  }
  .mb-8 {
    margin-bottom: 8px !important;
  }
  .mb-10 {
    margin-bottom: 10px !important;
  }
  .mb-12 {
    margin-bottom: 12px !important;
  }
  .mb-16 {
    margin-bottom: 16px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-24 {
    margin-bottom: 24px !important;
  }
  .mb-28 {
    margin-bottom: 28px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-32 {
    margin-bottom: 32px !important;
  }
  .mb-36 {
    margin-bottom: 36px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-44 {
    margin-bottom: 44px !important;
  }
  .mb-48 {
    margin-bottom: 48px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mb-52 {
    margin-bottom: 52px !important;
  }
  .mb-56 {
    margin-bottom: 56px !important;
  }
  .mb-60 {
    margin-bottom: 60px !important;
  }
  .mb-64 {
    margin-bottom: 64px !important;
  }
  .mb-68 {
    margin-bottom: 68px !important;
  }
  .mb-70 {
    margin-bottom: 70px !important;
  }
  .mb-72 {
    margin-bottom: 72px !important;
  }
  .mb-76 {
    margin-bottom: 76px !important;
  }
  .mb-80 {
    margin-bottom: 80px !important;
  }
  .mb-84 {
    margin-bottom: 84px !important;
  }
  .mb-88 {
    margin-bottom: 88px !important;
  }
  .mb-90 {
    margin-bottom: 90px !important;
  }
  .mb-92 {
    margin-bottom: 92px !important;
  }
  .mb-96 {
    margin-bottom: 96px !important;
  }
  .mb-100 {
    margin-bottom: 100px !important;
  }
  .ml-4 {
    margin-left: 4px !important;
  }
  .ml-8 {
    margin-left: 8px !important;
  }
  .ml-10 {
    margin-left: 10px !important;
  }
  .ml-12 {
    margin-left: 12px !important;
  }
  .ml-16 {
    margin-left: 16px !important;
  }
  .ml-20 {
    margin-left: 20px !important;
  }
  .ml-24 {
    margin-left: 24px !important;
  }
  .ml-28 {
    margin-left: 28px !important;
  }
  .ml-30 {
    margin-left: 30px !important;
  }
  .ml-32 {
    margin-left: 32px !important;
  }
  .ml-36 {
    margin-left: 36px !important;
  }
  .ml-40 {
    margin-left: 40px !important;
  }
  .ml-44 {
    margin-left: 44px !important;
  }
  .ml-48 {
    margin-left: 48px !important;
  }
  .ml-50 {
    margin-left: 50px !important;
  }
  .ml-52 {
    margin-left: 52px !important;
  }
  .ml-56 {
    margin-left: 56px !important;
  }
  .ml-60 {
    margin-left: 60px !important;
  }
  .ml-64 {
    margin-left: 64px !important;
  }
  .ml-68 {
    margin-left: 68px !important;
  }
  .ml-70 {
    margin-left: 70px !important;
  }
  .ml-72 {
    margin-left: 72px !important;
  }
  .ml-76 {
    margin-left: 76px !important;
  }
  .ml-80 {
    margin-left: 80px !important;
  }
  .ml-84 {
    margin-left: 84px !important;
  }
  .ml-88 {
    margin-left: 88px !important;
  }
  .ml-90 {
    margin-left: 90px !important;
  }
  .ml-92 {
    margin-left: 92px !important;
  }
  .ml-96 {
    margin-left: 96px !important;
  }
  .ml-100 {
    margin-left: 100px !important;
  }
}
/*--------------- padding ---------------*/
.p-0 {
  padding: 0 !important;
}

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

.pt-4 {
  padding-top: 1.0666666667vw !important;
}

.pt-8 {
  padding-top: 2.1333333333vw !important;
}

.pt-10 {
  padding-top: 2.6666666667vw !important;
}

.pt-12 {
  padding-top: 3.2vw !important;
}

.pt-16 {
  padding-top: 4.2666666667vw !important;
}

.pt-20 {
  padding-top: 5.3333333333vw !important;
}

.pt-24 {
  padding-top: 6.4vw !important;
}

.pt-28 {
  padding-top: 7.4666666667vw !important;
}

.pt-30 {
  padding-top: 8vw !important;
}

.pt-32 {
  padding-top: 8.5333333333vw !important;
}

.pt-36 {
  padding-top: 9.6vw !important;
}

.pt-40 {
  padding-top: 10.6666666667vw !important;
}

.pt-44 {
  padding-top: 11.7333333333vw !important;
}

.pt-48 {
  padding-top: 12.8vw !important;
}

.pt-50 {
  padding-top: 13.3333333333vw !important;
}

.pt-52 {
  padding-top: 13.8666666667vw !important;
}

.pt-56 {
  padding-top: 14.9333333333vw !important;
}

.pt-60 {
  padding-top: 16vw !important;
}

.pt-64 {
  padding-top: 17.0666666667vw !important;
}

.pt-68 {
  padding-top: 18.1333333333vw !important;
}

.pt-70 {
  padding-top: 18.6666666667vw !important;
}

.pt-72 {
  padding-top: 19.2vw !important;
}

.pt-76 {
  padding-top: 20.2666666667vw !important;
}

.pt-80 {
  padding-top: 21.3333333333vw !important;
}

.pt-84 {
  padding-top: 22.4vw !important;
}

.pt-88 {
  padding-top: 23.4666666667vw !important;
}

.pt-90 {
  padding-top: 24vw !important;
}

.pt-92 {
  padding-top: 24.5333333333vw !important;
}

.pt-96 {
  padding-top: 25.6vw !important;
}

.pt-100 {
  padding-top: 26.6666666667vw !important;
}

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

.pr-4 {
  padding-right: 1.0666666667vw !important;
}

.pr-8 {
  padding-right: 2.1333333333vw !important;
}

.pr-10 {
  padding-right: 2.6666666667vw !important;
}

.pr-12 {
  padding-right: 3.2vw !important;
}

.pr-16 {
  padding-right: 4.2666666667vw !important;
}

.pr-20 {
  padding-right: 5.3333333333vw !important;
}

.pr-24 {
  padding-right: 6.4vw !important;
}

.pr-28 {
  padding-right: 7.4666666667vw !important;
}

.pr-30 {
  padding-right: 8vw !important;
}

.pr-32 {
  padding-right: 8.5333333333vw !important;
}

.pr-36 {
  padding-right: 9.6vw !important;
}

.pr-40 {
  padding-right: 10.6666666667vw !important;
}

.pr-44 {
  padding-right: 11.7333333333vw !important;
}

.pr-48 {
  padding-right: 12.8vw !important;
}

.pr-50 {
  padding-right: 13.3333333333vw !important;
}

.pr-52 {
  padding-right: 13.8666666667vw !important;
}

.pr-56 {
  padding-right: 14.9333333333vw !important;
}

.pr-60 {
  padding-right: 16vw !important;
}

.pr-64 {
  padding-right: 17.0666666667vw !important;
}

.pr-68 {
  padding-right: 18.1333333333vw !important;
}

.pr-70 {
  padding-right: 18.6666666667vw !important;
}

.pr-72 {
  padding-right: 19.2vw !important;
}

.pr-76 {
  padding-right: 20.2666666667vw !important;
}

.pr-80 {
  padding-right: 21.3333333333vw !important;
}

.pr-84 {
  padding-right: 22.4vw !important;
}

.pr-88 {
  padding-right: 23.4666666667vw !important;
}

.pr-90 {
  padding-right: 24vw !important;
}

.pr-92 {
  padding-right: 24.5333333333vw !important;
}

.pr-96 {
  padding-right: 25.6vw !important;
}

.pr-100 {
  padding-right: 26.6666666667vw !important;
}

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

.pb-4 {
  padding-bottom: 1.0666666667vw !important;
}

.pb-8 {
  padding-bottom: 2.1333333333vw !important;
}

.pb-10 {
  padding-bottom: 2.6666666667vw !important;
}

.pb-12 {
  padding-bottom: 3.2vw !important;
}

.pb-16 {
  padding-bottom: 4.2666666667vw !important;
}

.pb-20 {
  padding-bottom: 5.3333333333vw !important;
}

.pb-24 {
  padding-bottom: 6.4vw !important;
}

.pb-28 {
  padding-bottom: 7.4666666667vw !important;
}

.pb-30 {
  padding-bottom: 8vw !important;
}

.pb-32 {
  padding-bottom: 8.5333333333vw !important;
}

.pb-36 {
  padding-bottom: 9.6vw !important;
}

.pb-40 {
  padding-bottom: 10.6666666667vw !important;
}

.pb-44 {
  padding-bottom: 11.7333333333vw !important;
}

.pb-48 {
  padding-bottom: 12.8vw !important;
}

.pb-50 {
  padding-bottom: 13.3333333333vw !important;
}

.pb-52 {
  padding-bottom: 13.8666666667vw !important;
}

.pb-56 {
  padding-bottom: 14.9333333333vw !important;
}

.pb-60 {
  padding-bottom: 16vw !important;
}

.pb-64 {
  padding-bottom: 17.0666666667vw !important;
}

.pb-68 {
  padding-bottom: 18.1333333333vw !important;
}

.pb-70 {
  padding-bottom: 18.6666666667vw !important;
}

.pb-72 {
  padding-bottom: 19.2vw !important;
}

.pb-76 {
  padding-bottom: 20.2666666667vw !important;
}

.pb-80 {
  padding-bottom: 21.3333333333vw !important;
}

.pb-84 {
  padding-bottom: 22.4vw !important;
}

.pb-88 {
  padding-bottom: 23.4666666667vw !important;
}

.pb-90 {
  padding-bottom: 24vw !important;
}

.pb-92 {
  padding-bottom: 24.5333333333vw !important;
}

.pb-96 {
  padding-bottom: 25.6vw !important;
}

.pb-100 {
  padding-bottom: 26.6666666667vw !important;
}

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

.pl-4 {
  padding-left: 1.0666666667vw !important;
}

.pl-8 {
  padding-left: 2.1333333333vw !important;
}

.pl-10 {
  padding-left: 2.6666666667vw !important;
}

.pl-12 {
  padding-left: 3.2vw !important;
}

.pl-16 {
  padding-left: 4.2666666667vw !important;
}

.pl-20 {
  padding-left: 5.3333333333vw !important;
}

.pl-24 {
  padding-left: 6.4vw !important;
}

.pl-28 {
  padding-left: 7.4666666667vw !important;
}

.pl-30 {
  padding-left: 8vw !important;
}

.pl-32 {
  padding-left: 8.5333333333vw !important;
}

.pl-36 {
  padding-left: 9.6vw !important;
}

.pl-40 {
  padding-left: 10.6666666667vw !important;
}

.pl-44 {
  padding-left: 11.7333333333vw !important;
}

.pl-48 {
  padding-left: 12.8vw !important;
}

.pl-50 {
  padding-left: 13.3333333333vw !important;
}

.pl-52 {
  padding-left: 13.8666666667vw !important;
}

.pl-56 {
  padding-left: 14.9333333333vw !important;
}

.pl-60 {
  padding-left: 16vw !important;
}

.pl-64 {
  padding-left: 17.0666666667vw !important;
}

.pl-68 {
  padding-left: 18.1333333333vw !important;
}

.pl-70 {
  padding-left: 18.6666666667vw !important;
}

.pl-72 {
  padding-left: 19.2vw !important;
}

.pl-76 {
  padding-left: 20.2666666667vw !important;
}

.pl-80 {
  padding-left: 21.3333333333vw !important;
}

.pl-84 {
  padding-left: 22.4vw !important;
}

.pl-88 {
  padding-left: 23.4666666667vw !important;
}

.pl-90 {
  padding-left: 24vw !important;
}

.pl-92 {
  padding-left: 24.5333333333vw !important;
}

.pl-96 {
  padding-left: 25.6vw !important;
}

.pl-100 {
  padding-left: 26.6666666667vw !important;
}

@media screen and (min-width: 768px) {
  .pt-4 {
    padding-top: 4px !important;
  }
  .pt-8 {
    padding-top: 8px !important;
  }
  .pt-10 {
    padding-top: 10px !important;
  }
  .pt-12 {
    padding-top: 12px !important;
  }
  .pt-16 {
    padding-top: 16px !important;
  }
  .pt-20 {
    padding-top: 20px !important;
  }
  .pt-24 {
    padding-top: 24px !important;
  }
  .pt-28 {
    padding-top: 28px !important;
  }
  .pt-30 {
    padding-top: 30px !important;
  }
  .pt-32 {
    padding-top: 32px !important;
  }
  .pt-36 {
    padding-top: 36px !important;
  }
  .pt-40 {
    padding-top: 40px !important;
  }
  .pt-44 {
    padding-top: 44px !important;
  }
  .pt-48 {
    padding-top: 48px !important;
  }
  .pt-50 {
    padding-top: 50px !important;
  }
  .pt-52 {
    padding-top: 52px !important;
  }
  .pt-56 {
    padding-top: 56px !important;
  }
  .pt-60 {
    padding-top: 60px !important;
  }
  .pt-64 {
    padding-top: 64px !important;
  }
  .pt-68 {
    padding-top: 68px !important;
  }
  .pt-70 {
    padding-top: 70px !important;
  }
  .pt-72 {
    padding-top: 72px !important;
  }
  .pt-76 {
    padding-top: 76px !important;
  }
  .pt-80 {
    padding-top: 80px !important;
  }
  .pt-84 {
    padding-top: 84px !important;
  }
  .pt-88 {
    padding-top: 88px !important;
  }
  .pt-90 {
    padding-top: 90px !important;
  }
  .pt-92 {
    padding-top: 92px !important;
  }
  .pt-96 {
    padding-top: 96px !important;
  }
  .pt-100 {
    padding-top: 100px !important;
  }
  .pr-4 {
    padding-right: 4px !important;
  }
  .pr-8 {
    padding-right: 8px !important;
  }
  .pr-10 {
    padding-right: 10px !important;
  }
  .pr-12 {
    padding-right: 12px !important;
  }
  .pr-16 {
    padding-right: 16px !important;
  }
  .pr-20 {
    padding-right: 20px !important;
  }
  .pr-24 {
    padding-right: 24px !important;
  }
  .pr-28 {
    padding-right: 28px !important;
  }
  .pr-30 {
    padding-right: 30px !important;
  }
  .pr-32 {
    padding-right: 32px !important;
  }
  .pr-36 {
    padding-right: 36px !important;
  }
  .pr-40 {
    padding-right: 40px !important;
  }
  .pr-44 {
    padding-right: 44px !important;
  }
  .pr-48 {
    padding-right: 48px !important;
  }
  .pr-50 {
    padding-right: 50px !important;
  }
  .pr-52 {
    padding-right: 52px !important;
  }
  .pr-56 {
    padding-right: 56px !important;
  }
  .pr-60 {
    padding-right: 60px !important;
  }
  .pr-64 {
    padding-right: 64px !important;
  }
  .pr-68 {
    padding-right: 68px !important;
  }
  .pr-70 {
    padding-right: 70px !important;
  }
  .pr-72 {
    padding-right: 72px !important;
  }
  .pr-76 {
    padding-right: 76px !important;
  }
  .pr-80 {
    padding-right: 80px !important;
  }
  .pr-84 {
    padding-right: 84px !important;
  }
  .pr-88 {
    padding-right: 88px !important;
  }
  .pr-90 {
    padding-right: 90px !important;
  }
  .pr-92 {
    padding-right: 92px !important;
  }
  .pr-96 {
    padding-right: 96px !important;
  }
  .pr-100 {
    padding-right: 100px !important;
  }
  .pb-4 {
    padding-bottom: 4px !important;
  }
  .pb-8 {
    padding-bottom: 8px !important;
  }
  .pb-10 {
    padding-bottom: 10px !important;
  }
  .pb-12 {
    padding-bottom: 12px !important;
  }
  .pb-16 {
    padding-bottom: 16px !important;
  }
  .pb-20 {
    padding-bottom: 20px !important;
  }
  .pb-24 {
    padding-bottom: 24px !important;
  }
  .pb-28 {
    padding-bottom: 28px !important;
  }
  .pb-30 {
    padding-bottom: 30px !important;
  }
  .pb-32 {
    padding-bottom: 32px !important;
  }
  .pb-36 {
    padding-bottom: 36px !important;
  }
  .pb-40 {
    padding-bottom: 40px !important;
  }
  .pb-44 {
    padding-bottom: 44px !important;
  }
  .pb-48 {
    padding-bottom: 48px !important;
  }
  .pb-50 {
    padding-bottom: 50px !important;
  }
  .pb-52 {
    padding-bottom: 52px !important;
  }
  .pb-56 {
    padding-bottom: 56px !important;
  }
  .pb-60 {
    padding-bottom: 60px !important;
  }
  .pb-64 {
    padding-bottom: 64px !important;
  }
  .pb-68 {
    padding-bottom: 68px !important;
  }
  .pb-70 {
    padding-bottom: 70px !important;
  }
  .pb-72 {
    padding-bottom: 72px !important;
  }
  .pb-76 {
    padding-bottom: 76px !important;
  }
  .pb-80 {
    padding-bottom: 80px !important;
  }
  .pb-84 {
    padding-bottom: 84px !important;
  }
  .pb-88 {
    padding-bottom: 88px !important;
  }
  .pb-90 {
    padding-bottom: 90px !important;
  }
  .pb-92 {
    padding-bottom: 92px !important;
  }
  .pb-96 {
    padding-bottom: 96px !important;
  }
  .pb-100 {
    padding-bottom: 100px !important;
  }
  .pl-4 {
    padding-left: 4px !important;
  }
  .pl-8 {
    padding-left: 8px !important;
  }
  .pl-10 {
    padding-left: 10px !important;
  }
  .pl-12 {
    padding-left: 12px !important;
  }
  .pl-16 {
    padding-left: 16px !important;
  }
  .pl-20 {
    padding-left: 20px !important;
  }
  .pl-24 {
    padding-left: 24px !important;
  }
  .pl-28 {
    padding-left: 28px !important;
  }
  .pl-30 {
    padding-left: 30px !important;
  }
  .pl-32 {
    padding-left: 32px !important;
  }
  .pl-36 {
    padding-left: 36px !important;
  }
  .pl-40 {
    padding-left: 40px !important;
  }
  .pl-44 {
    padding-left: 44px !important;
  }
  .pl-48 {
    padding-left: 48px !important;
  }
  .pl-50 {
    padding-left: 50px !important;
  }
  .pl-52 {
    padding-left: 52px !important;
  }
  .pl-56 {
    padding-left: 56px !important;
  }
  .pl-60 {
    padding-left: 60px !important;
  }
  .pl-64 {
    padding-left: 64px !important;
  }
  .pl-68 {
    padding-left: 68px !important;
  }
  .pl-70 {
    padding-left: 70px !important;
  }
  .pl-72 {
    padding-left: 72px !important;
  }
  .pl-76 {
    padding-left: 76px !important;
  }
  .pl-80 {
    padding-left: 80px !important;
  }
  .pl-84 {
    padding-left: 84px !important;
  }
  .pl-88 {
    padding-left: 88px !important;
  }
  .pl-90 {
    padding-left: 90px !important;
  }
  .pl-92 {
    padding-left: 92px !important;
  }
  .pl-96 {
    padding-left: 96px !important;
  }
  .pl-100 {
    padding-left: 100px !important;
  }
}
#CybotCookiebotDialog {
  word-break: normal;
}