/*
Theme Name: tourdekyushu
Version: 1.0.0
*/

@charset "UTF-8";

html {
  font-family: "Noto Sans JP", "Noto Sans JP2", "Lato", "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  line-height: 1;
  color: #232323;
}

html input,
html button,
html textarea {
  font-family: "Noto Sans JP", "Noto Sans JP2", "Lato", "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #232323;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (hover: hover) {
  a[href*="tel"]:hover {
    text-decoration: none;
    cursor: default;
  }
}

.ua-ie a[href*="tel"]:hover {
  text-decoration: none;
  cursor: default;
}

.js-focus-visible a[href*="tel"].focus-visible:focus {
  text-decoration: none;
  cursor: default;
}

a img {
  -ms-interpolation-mode: bicubic;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*,
::before,
::after {
  margin: 0;
}

h1 {
  margin: 0;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style: none;
}

@font-face {
  font-family: "myfont";
  src: url("fonts/myfont.eot");
  src: url("fonts/myfont.eot?#iefix") format("eot"),
    url("fonts/myfont.woff") format("woff"),
    url("fonts/myfont.ttf") format("truetype"),
    url("fonts/myfont.svg#myfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

.myfont {
  display: inline-block;
  font-family: "myfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.myfont-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.myfont-2x {
  font-size: 2em;
}

.myfont-3x {
  font-size: 3em;
}

.myfont-4x {
  font-size: 4em;
}

.myfont-5x {
  font-size: 5em;
}

.myfont-fw {
  width: 1.2857142857em;
  text-align: center;
}

.myfont-sns_facebook:before {
  content: "\ea01";
}

.myfont-sns_facebook2:before {
  content: "\ea02";
}

.myfont-sns_twitter:before {
  content: "\ea03";
}

.myfont-sns_line:before {
  content: "\ea04";
}

.myfont-sns_line2:before {
  content: "\ea05";
}

.myfont-sns_line3:before {
  content: "\ea06";
}

.myfont-sns_line4:before {
  content: "\ea07";
}

.myfont-sns-instagram:before {
  content: "\ea08";
}

.myfont-arrow:before {
  content: "\ea09";
}

.myfont-circle-arrow:before {
  content: "\ea0a";
}

.myfont-circle:before {
  content: "\ea0b";
}

.myfont-tab:before {
  content: "\ea0c";
}

.myfont-arrow2:before {
  content: "\ea0d";
}

.myfont-arrow3:before {
  content: "\ea0e";
}

.myfont-arrow4:before {
  content: "\ea0f";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  line-height: 1;
}

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

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

dl,
dt,
dd,
ul,
li {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ins {
  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,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

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

address {
  font-style: normal;
}

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

*:before,
*:after {
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

*:focus {
  outline: none;
}

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

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

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

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

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

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

a {
  background-color: rgba(0, 0, 0, 0);
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

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

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

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

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

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

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

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

[hidden] {
  display: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.sp-only {
  display: none !important;
}

.tb-only {
  display: none !important;
}

.tb-none {
  display: block !important;
}

@media only screen and (max-width: 1024px) {
  .tb-only {
    display: block !important;
  }

  .tb-none {
    display: none !important;
  }

  .pc-only2 {
    display: none !important;
  }
}

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

  .sp-only {
    display: block !important;
  }
}

@-webkit-keyframes wink {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes wink {
  0% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.l-breadcrumb {
  position: relative;
  padding: 10px 0;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .l-breadcrumb {
    padding: 8px 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.l-breadcrumb__inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .l-breadcrumb__inner {
    padding: 0 15px;
    display: inline-block;
    white-space: nowrap;
  }
}

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

.l-breadcrumb-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 16px;
}

@media only screen and (max-width: 1024px) {
  .l-breadcrumb-list__item {
    margin-right: 9px;
  }
}

.l-breadcrumb-list__item a {
  display: block;
  line-height: 1;
  height: 100%;
}

.l-breadcrumb-list__item a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
}

.l-breadcrumb-list__item .l-breadcrumb-list__text {
  display: block;
  font-size: 0.6875rem;
  height: 100%;
  color: #3a3a3a;
}

.l-breadcrumb-list__item a .l-breadcrumb-list__text {
  color: #3a3a3a;
}

.l-breadcrumb-list__item:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-left: 16px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) gray;
  vertical-align: middle;
}

.l-breadcrumb-list__item:last-child:after {
  display: none;
}

.l-contents {
  position: relative;
  background-color: #fff;
  z-index: 99;
}

.l-contents-detail {
  position: relative;
  z-index: 1;
  width: 100%;
}

.l-contents.-col--2 .l-sub {
  width: 280px;
}

@media only screen and (max-width: 768px) {
  .l-contents.-col--2 .l-sub {
    width: 100%;
  }
}

.l-footer {
  background: #fef400;
}

.l-footer .l-footer__inner {
  padding: 45px 10px 45px;
  margin: 0 auto;
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  */
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footer__inner {
    padding: 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-footer .l-footer-uci {
  margin: 0 0 30px;
  display: block;
  max-width: 198px;
}

.l-footer .l-footer-uci img {
  width: 100%;
}

.l-footer .l-footer-logo {
  margin-top: 16px;
  text-align: center;
}

.l-footer .l-footer-logo img {
  display: block;
  width: 130px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footer-logo img {
    width: 80px;
  }
}

.l-footer .l-footer-logo figcaption {
  margin-top: 23px;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-size: 1.5277777778vw;
  line-height: 0.4;
  text-align: center;
  letter-spacing: 0.03em;
}

@media only screen and (min-width: 1441px) {
  .l-footer .l-footer-logo figcaption {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footer-logo figcaption {
    margin-top: 12px;
    font-size: 13px;
  }
}

.l-footer .l-footer-logo figcaption:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #000;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footer-detail {
    margin-top: 12px;
  }
}

.l-footer .l-footer-detail p {
  text-align: center;
  font-weight: 600;
  font-size: 1.5277777778vw;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.08em;
}

@media only screen and (min-width: 1441px) {
  .l-footer .l-footer-detail p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footer-detail p {
    font-size: 13px;
    line-height: 20px;
  }
}

.l-footer .l-footer-detail {
  text-align: center;
  width: 50%;
}
.l-footer .l-footer-logo__wrap{
  width: 45%;
}
.l-footer .l-footer-detail .l-footer-detail__title {
  font-size: 1.3888888889vw;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 27px;
}

.l-footer .l-footer-detail .l-footer-detail__title span {
  font-size: 1.0416666667vw;
  display: block;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footer-detail .l-footer-detail__title {
    font-size: 14px;
  }

  .l-footer .l-footer-detail .l-footer-detail__title span {
    font-size: 11px;
  }
}

.l-footer .l-footer-button-wrap {
  /*
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-footer .l-footer-button-wrap li{
  width: 49%;
}
@media only screen and (min-width: 769px) {
  .l-footer .l-footer-button-wrap {
    grid-gap: 10px;
    gap: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .l-footer .l-footer-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.l-footer .l-footer-button-wrap small {
  text-align: right;
  width: 100%;
  margin-top: 0.2rem;
  display: block;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footer-button {
    margin-top: 5px;
  }
}

.l-footer .l-footer-button__inner {
  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%;
  /*min-width: 300px;*/
  min-width: unset;
  border: 2px solid #000;
  padding: 15px 35px 15px 15px;
  overflow: hidden;
  z-index: 1;
}

.l-footer body.page-en .l-footer-button__inner,
body.page-en .l-footer .l-footer-button__inner {
  min-width: 340px;
}

@media only screen and (max-width: 768px) {

  .l-footer body.page-en .l-footer-button__inner,
  body.page-en .l-footer .l-footer-button__inner {
    min-width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footer-button__inner {
    padding: 12px 10px;
  }
}

.l-footer .l-footer-button__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s,
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.ua-pc .l-footer .l-footer-button__inner:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.l-footer .l-footer-button__text {
  font-weight: 700;
  font-size: 1.1111111111vw;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 1441px) {
  .l-footer .l-footer-button__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footer-button__text {
    font-size: 11px;
    line-height: 16px;
  }
}

.ua-pc .l-footer .l-footer-button__inner:hover .l-footer-button__text,
.l-footer-button__inner:hover .l-footer .l-footer-button__text {
  color: #fff;
}

.l-footer .l-footer-button .myfont {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.3625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .l-footer .l-footer-button .myfont {
    right: 13px;
    font-size: 1rem;
  }
}

.ua-pc .l-footer .l-footer-button .l-footer-button__inner:hover .myfont,
.l-footer-button__inner:hover .l-footer .l-footer-button .myfont {
  color: #fff;
}

.l-footer .l-footer__copyright {
  text-align: center;
  background: #000;
  padding: 31px 0 27px;
}

.l-footer .l-footer__copyright small {
  font-size: 0.7638888889vw;
  color: #fef400;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.22em;
}

@media only screen and (max-width: 1025px) {
  .l-footer .l-footer__copyright small {
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
  }
}

.l-footer__head a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-footer__head a:hover {
  opacity: 0.7;
}

.l-footer__image {
  width: 240px;
  margin: 0 auto;
  display: block;
}

.l-footer__image.-large {
  margin-top: 1rem;
  width: 343px;
}

.l-footer__bottom {
  text-align: center;
}

.l-footer__bottom .l-footer__image {
  background: #fff;
  padding: 4px;
}

.l-footer__bottom a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-footer__bottom a:hover {
  opacity: 0.7;
}

.l-footer-button-link2023 {
  max-width: 375px;
  margin: 0 auto;
}

.l-footer-button .l-footer-button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 1rem;
  gap: 1rem;
}

.l-footer-button.-m4 {
  margin: 8px 0 8px 8px;
}

@media only screen and (max-width: 768px) {
  .l-footer-button.-m4 {
    margin: 0px;
  }
}

.l-footer-button.-m4 .l-footer-button__inner {
  padding: 4px 32px 4px 16px;
  border: 2px solid #000;
  min-width: 230px;
}

@media only screen and (max-width: 768px) {
  .l-footer-button.-m4 .l-footer-button__inner {
    padding: 16px 32px 16px 16px;
  }
}

.l-footer-button.-m4 .l-footer-button__inner .myfont {
  font-size: 1rem;
}

.l-footer-button.-m4 .l-footer-button__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s,
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.ua-pc .l-footer-button.-m4 .l-footer-button__inner:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.l-footer .l-footer-button .myfont {
  right: 10px;
}

.l-footer-button__text.-small {
  font-size: 0.6875rem;
}

.l-header {
  background: #fef400;
  padding: 0px 0 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .l-header {
    padding: 0 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
}

.l-header-inner {
  margin: 0vw 3.4722222222vw;
  display: grid;
  /* grid-template-columns: 270px 1fr; */
  grid-template-columns: 290px 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .l-header-inner {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .l-header-logo {
    padding: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .l-header-logo a {
    max-width: 29.3333333333vw;
  }
}

.l-header-logo a img {
  width: 100%;
  margin-bottom: 5px;
}

.l-header-nav__global__list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  margin-left: 20px;
}

.l-header-nav__global__list__item {
  z-index: 100;
}

.l-header-nav__global__list__item.soon {
  position: relative;
}

.l-header-nav__global__list__item.is-selected a::after {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.l-header-nav__global__list__item>a {
  display: block;
  text-align: center;
  font-size: 0.9027777778vw;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding: 21px 0 15px;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#000),
      to(#000)) right bottom 5px/0 4px no-repeat;
  background: linear-gradient(#000, #000) right bottom 5px/0 4px no-repeat;
  -webkit-transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-size 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}

.l-header-nav__global__list__item>a span {
  color: #b5b541;
  display: block;
  font-size: 0.9027777778vw;
  font-weight: 600;
}

@media only screen and (min-width: 769px) {
  .l-header-nav__global__list__item.l-header-nav__global__list__item:hover>a {
    background-position: left bottom 5px;
    background-size: 100% 4px;
  }
}

.l-header-nav__global__list__item::after {
  content: none;
  display: inline-block;
  width: 1px;
  height: 33px;
  background: #d9d962;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header-nav__global__list__item:first-of-type::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 33px;
  background: #d9d962;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.l-header-nav__global__list__item.soon {
  pointer-events: none;
}

.l-header-nav__global__list__item.soon::before {
  position: absolute;
  content: "\6e96\5099\4e2d";
  font-weight: 700;
  color: #fef400;
  background: #000;
  top: -3px;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 4.5px 8px 4px;
  border-radius: 30px;
  font-size: 0.6944444444vw;
  white-space: nowrap;
}

/* Coming soon */
.l-header-nav__global__list__item.comming_soon {
  position: relative;
  opacity: 1;
}
.l-header-nav__global__list__item.comming_soon>* {
  opacity: .3;
}

.l-header-nav__global__list__item.comming_soon::after {
  content: "Coming Soon";
  opacity: 1;
  width: 7.5em;
  margin: 0;  
  padding: .1em 0;
  height: auto;
  font-size: 11px;
  background: #fff;
  display: inline-block;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(345deg);
  transform: translate(-50%, -50%) rotate(345deg);
  z-index: 10;
}

body.page-en body.page-en .l-header-nav__global__list__item.soon::before {
  content: "coming soon";
}

.l-header-nav__global__list__item .l-header-nav__global__list__item__menu {
  display: none;
}

.l-header-nav__global__list__item.is-megaMenu--show .l-header-nav__global__list__item__menu {
  display: grid;
  place-items: center;
  position: absolute;
  bottom: -100px;
  left: 0;
  font-size: 0.9027777778vw;
  font-weight: 700;
  line-height: 1.2;
  background: #000;
  width: 100vw;
  height: 100px;
}

.l-header-nav__global__list__item__menu__list {
  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;
  grid-gap: 36px;
  gap: 36px;
  max-width: 880px;
  width: 100%;
}

.l-header-nav__global__list__item__menu__list__item__link {
  display: block;
  padding: 10px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 0.9027777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-nav__global__list__item__menu__list__item__link:hover {
  background: #000;
  color: #fef400;
}

.l-header-nav__global__list__item__menu__list__item__link .myfont-circle-arrow {
  color: #fef400;
  padding-right: 5px;
}

.l-header-nav__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-nav__sub__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.l-header-nav__sub__nav .lang-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 1.5972222222vw;
  font-size: 1.1111111111vw;
  letter-spacing: 0.05em;
  font-family: Poppins;
}

.l-header-nav__sub__nav .lang-item a:before {
  margin-right: 0.2083333333vw;
}

.l-header-nav__sub__nav .lang-item-ja a {
  pointer-events: none;
}

.l-header-nav__sub__nav .lang-item-ja body.page-en a,
body.page-en .l-header-nav__sub__nav .lang-item-ja a {
  pointer-events: auto;
}

.l-header-nav__sub__nav .lang-item-ja a:before {
  font-weight: normal !important;
  content: "JA";
  opacity: 1;
}

.l-header-nav__sub__nav .lang-item-ja body.page-en a:before,
body.page-en .l-header-nav__sub__nav .lang-item-ja a:before {
  opacity: 0.3;
}

.l-header-nav__sub__nav .lang-item-en {
  position: relative;
  margin-left: 1.9444444444vw;
}

.l-header-nav__sub__nav .lang-item-en:before {
  position: absolute;
  content: "";
  height: 14.76px;
  width: 1px;
  top: 50%;
  left: -1.0416666667vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  background-color: #0c0c0c;
  font-weight: normal !important;
}

.l-header-nav__sub__nav .lang-item-en a {
  pointer-events: auto;
}

.l-header-nav__sub__nav .lang-item-en body.page-en a,
body.page-en .l-header-nav__sub__nav .lang-item-en a {
  pointer-events: none;
}

.l-header-nav__sub__nav .lang-item-en a:before {
  font-weight: normal;
  content: "EN";
  opacity: 0.3;
}

.l-header-nav__sub__nav .lang-item-en body.page-en a:before,
body.page-en .l-header-nav__sub__nav .lang-item-en a:before {
  opacity: 1;
}

.l-header-nav__sub__nav__item {
  font-weight: 600;
  display: block;
  text-align: center;
}

.l-header-nav__sub__nav__item a {
  display: block;
  font-size: 0.9722222222vw;
  text-align: center;
  line-height: 1;
  color: #000;
  padding: 10px 0;
}

.l-header-nav__sub__nav__item button {
  border: none;
  background: rgba(0, 0, 0, 0);
  font-size: 0.9722222222vw;
  vertical-align: middle;
  padding: 5px 0px;
  outline: none;
  opacity: 0.5;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 700;
}

.l-header-nav__sub__nav__item button:first-of-type {
  padding-right: 20px;
  position: relative;
}

.l-header-nav__sub__nav__item button:first-of-type::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 1.0416666667vw;
  background: #000;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header-nav__sub__nav__item button:nth-of-type(2) {
  padding-left: 20px;
}

.l-header-nav__sub__nav__item button.is-current {
  opacity: 1;
  pointer-events: none;
}

.l-header-nav__sub__nav__item__lang:first-of-type {
  padding-right: 20px;
  position: relative;
}

.l-header-nav__sub__nav__item__lang:first-of-type::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 1.0416666667vw;
  background: #000;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .l-header-nav__sub__nav__item__lang:first-of-type::after {
    height: 12px;
    width: 1px;
  }
}

.l-header-nav__sub__nav__item__lang:nth-of-type(2) {
  padding-left: 20px;
}

.l-header-nav__sub__nav__item__lang.is-current .l-header-nav__sub__nav__item__lang__text {
  color: #000;
}

.l-header-nav__sub__nav__item__lang__text {
  color: #7c7c7c;
}

@media only screen and (max-width: 768px) {
  .l-header-nav__sub__nav__item__lang__text {
    font-size: 0.75rem;
  }
}

.l-header-nav__sub__nav__item__buttonwrap {
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.l-header-nav__sub__countdown {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 15px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.l-header-nav__sub__countdown__letter {
  font-weight: 600;
  color: #fff;
  font-size: 1.3888888889vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-nav__sub__countdown__letter--day,
.l-header-nav__sub__countdown__letter--small,
.l-header-nav__sub__countdown__letter--week {
  display: inline-block;
}

.l-header-nav__sub__countdown__letter--day {
  font-size: 1.8055555556vw;
}

.l-header-nav__sub__countdown__letter--week {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fef400;
  line-height: 26px;
  font-size: 10px;
  color: #000;
  font-weight: bold;
  margin: 0 10px 0 5px;
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
  white-space: nowrap;
}

.l-header-nav__sub__countdown__letter--week .is-small {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.l-header-nav__sub__countdown__letter--small {
  font-size: 0.8333333333vw;
  text-align: center;
  font-weight: 700;
}

.l-header-nav__sub__countdown__letter--small span {
  display: block;
  font-size: 0.6944444444vw;
}

.l-header-nav__sub__countdown__letter--count {
  font-size: 1.8055555556vw;
  color: #fef400;
  display: inline-block;
}

.l-header-nav__sub__countdown__img {
  width: 32px;
  margin-right: 17px;
}

.l-header-navSp {
  width: 90%;
  margin: 0 auto;
  padding: 16px 0 8px;
  display: grid;
  place-self: center;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 769px) {
  .l-header-navSp {
    display: none;
  }
}

.l-header-navSp-logo {
  width: 149.96px;
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-header-navSp-language {
  position: relative;
}

.l-header-navSp-language button {
  border: none;
  background: rgba(0, 0, 0, 0);
  vertical-align: middle;
  padding: 0px 10px;
  outline: none;
  opacity: 0.5;
  cursor: pointer;
  line-height: 1;
  font-weight: 600;
  color: #000;
}

.l-header-navSp-language button:first-of-type {
  border-right: 1px solid #000;
  padding-left: 0;
}

.l-header-navSp-language button:last-of-type {
  padding-right: 0;
}

.l-header-navSp-language button.is-selected {
  opacity: 1;
}

.l-header-nav__sub__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 7px;
  gap: 7px;
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .l-header-nav__sub__sns {
    margin-left: 0px;
    margin-bottom: 35px;
    grid-gap: 19px;
    gap: 19px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-header-nav__sub__sns .l-header-nav__sub__sns-items a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .l-header-nav__sub__sns .l-header-nav__sub__sns-items a:hover:hover {
    opacity: 0.5;
  }
}

.ua-ie .l-header-nav__sub__sns .l-header-nav__sub__sns-items a:hover:hover {
  opacity: 0.5;
}

.js-focus-visible .l-header-nav__sub__sns .l-header-nav__sub__sns-items a.focus-visible:focus:hover {
  opacity: 0.5;
}

.l-header-nav__sub__sns img {
  width: 32px;
}

@media only screen and (max-width: 768px) {
  .l-header-nav__sub__sns img {
    width: 40px;
  }
}

.l-header-logo__link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.l-header-logo__text {
  margin-left: 0.5rem;
  font-weight: bold;
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}

.l-header-button {
  width: 100%;
}

.l-header-button__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 0.25rem;
  gap: 0.25rem;
  border: 2px solid #000;
  padding: 0.25rem 0.75rem;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 768px) {
  .l-header-button__inner {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    border: 2px solid #fff;
    padding: 0.75rem;
  }
}

.l-header-button__inner:before {
  position: absolute;
  z-index: 10;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s,
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.ua-pc .l-header-button__inner:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}



.l-header-button .l-header-button__inner.l-header-button__inner:hover .l-header-button__text,
.l-header-button__inner.l-header-button__inner:hover .l-header-button .l-header-button__text {
  color: #fff;
}



.l-header-button .myfont {
  position: relative;
  z-index: 100;
}

.l-header-button .l-header-button__inner.l-header-button__inner:hover .myfont,
.l-header-button__inner.l-header-button__inner:hover .l-header-button .myfont {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .l-header-button .myfont {
    color: #fff;
  }
}

.l-main {
  overflow: hidden;
}

.l-contents.-col--1 .l-main {
  width: 100%;
}

.l-contents.-col--1.-mainSize--s .l-main {
  max-width: 980px;
}

.l-contents.-col--1.-top .l-main {
  width: 100%;
}

.l-contents.-col--2 .l-main {
  width: 100%;
  max-width: 920px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .l-contents.-col--2 .l-main {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .l-main {
    padding-top: 58px;
  }
}

.l-section {
  padding: 0 40px;
}

.l-section.-first {
  padding-top: 50px;
}

.l-section.-last {
  padding-bottom: 100px;
}

@media only screen and (max-width: 599px) {
  .l-section {
    padding: 0 15px;
  }
}

.l-section+.l-section {
  margin-top: 100px;
}

.l-section__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.l-section__inner.-content-full {
  max-width: inherit;
}

.l-section-side+* {
  margin-top: 20px;
}

.l-contents.-col--2 .l-sub {
  width: 210px;
  z-index: 5;
}

@media only screen and (max-width: 768px) {
  .l-contents.-col--2 .l-sub {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 0 14px;
  }
}

.l-contents.-col--2.top .l-sub {
  width: 100px;
}

@media only screen and (max-width: 768px) {
  .l-contents.-col--2.top .l-sub {
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 0 14px;
  }
}

@media only screen and (max-width: 768px) {
  .l-contents.-col--2.-about .l-sub {
    background: #fff;
  }
}

@media only screen and (min-width: 769px) {
  .l-sub__sticky {
    position: sticky;
    top: 10px;
    left: 0;
  }
}

@media only screen and (min-width: 769px) {
  .l-sub-sp-menu {
    display: none;
  }
}

.l-sub-sp-menu .js-accordion-trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  padding: 20px 5px;
}

.l-sub-sp-menu .js-accordion-trigger:after {
  display: block;
  content: "\ea0d";
  font-family: "myfont";
  color: #fef400;
  font-size: 0.8125rem;
  background: linear-gradient(118.71deg,
      #2b7ec1 15.55%,
      #68aabd 79.69%,
      #6eafbb 79.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-44%) rotate(90deg);
  transform: translateY(-44%) rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-sub-sp-menu .js-accordion-trigger[aria-expanded="true"]:after {
  -webkit-transform: translateY(-44%) rotate(-90deg);
  transform: translateY(-44%) rotate(-90deg);
}

@media only screen and (max-width: 768px) {
  .l-sub-nav .l-sub-nav__item:first-child {
    border-top: 1px solid #f2f2f2;
  }
}

.l-sub-nav .l-sub-nav__item>a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 25px 16px 5px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .l-sub-nav .l-sub-nav__item>a {
    font-size: 0.8125rem;
    padding: 20px 25px 20px 5px;
  }
}

@media only screen and (max-width: 768px) {
  .l-sub-nav .l-sub-nav__item:last-child>a {
    border-bottom-width: 0;
  }
}

.l-sub-nav .l-sub-nav__item>a.js-accordion-child-trigger:after {
  display: block;
  content: "\ea0d";
  font-family: "myfont";
  color: #fff;
  font-size: 0.625rem;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-44%) rotate(90deg) scale(0.8);
  transform: translateY(-44%) rotate(90deg) scale(0.8);
  -webkit-transform-origin: center;
  transform-origin: center;
}

@media only screen and (max-width: 768px) {
  .l-sub-nav .l-sub-nav__item>a.js-accordion-child-trigger:after {
    -webkit-transform: translateY(-44%) rotate(-90deg) scale(0.8);
    transform: translateY(-44%) rotate(-90deg) scale(0.8);
  }
}

.l-sub-nav .l-sub-nav__item>a.is-current:after {
  -webkit-transform: translateY(-44%) rotate(-90deg) scale(0.8);
  transform: translateY(-44%) rotate(-90deg) scale(0.8);
}

.l-sub-nav .l-sub-nav__item>a[aria-expanded="true"]:after {
  -webkit-transform: translateY(-44%) rotate(-90deg) scale(0.8);
  transform: translateY(-44%) rotate(-90deg) scale(0.8);
}

.l-sub-nav .l-sub-nav__item>a.js-accordion-child-trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 9999%;
  background: linear-gradient(118.71deg,
      #2b7ec1 15.55%,
      #68aabd 79.69%,
      #6eafbb 79.69%);
}

.is-current+.l-sub-nav-child {
  height: auto !important;
  visibility: visible !important;
}

@media only screen and (max-width: 768px) {
  .l-sub-nav-child {
    border-bottom: 1px solid #f2f2f2;
  }
}

.l-sub-nav-child[aria-hidden="false"] {
  border-bottom: 1px solid #f2f2f2;
}

.l-sub-nav-child .l-sub-nav-child__item:first-child {
  padding-top: 8px;
}

.l-sub-nav-child .l-sub-nav-child__item:last-child {
  padding-bottom: 8px;
}

.l-sub-nav-child .l-sub-nav-child__item a {
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 8px 25px 8px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .l-sub-nav-child .l-sub-nav-child__item a {
    font-size: 0.75rem;
    padding: 10px 25px 10px 10px;
  }
}

.ua-pc .l-sub-nav-child .l-sub-nav-child__item a:hover {
  background: #7c7c7c;
}

.l-sub-nav-child .l-sub-nav-child__item a::after {
  display: block;
  content: "\ea0d";
  font-family: "myfont";
  color: #fef400;
  font-size: 0.75rem;
  background: linear-gradient(118.71deg,
      #2b7ec1 15.55%,
      #68aabd 79.69%,
      #6eafbb 79.69%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-44%);
  transform: translateY(-44%);
  -webkit-transform-origin: center;
  transform-origin: center;
}

@media only screen and (max-width: 768px) {
  .l-sub-nav-child .l-sub-nav-child__item a::after {
    display: block;
    content: "\ea0d";
    font-family: "myfont";
    color: #fef400;
    font-size: 0.6875rem;
  }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-4-5,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-4-5,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-4-5,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-4-5,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.container,
.container-fluid {
  padding-right: 1rem;
  padding-left: 1rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 576px) {
  .no-sm-gutters {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .no-md-gutters {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .no-lg-gutters {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .no-xl-gutters {
    margin-right: 0;
    margin-left: 0;
  }
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 576px) {

  .no-sm-gutters>.col,
  .no-sm-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {

  .no-md-gutters>.col,
  .no-md-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 992px) {

  .no-lg-gutters>.col,
  .no-lg-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1200px) {

  .no-xl-gutters>.col,
  .no-xl-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 897px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 920px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1300px;
  }
}

/*!
 * Bootstrap Grid v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 897px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-right: -5px;
  margin-left: -5px;
}

.row>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 40px;
}

@media (min-width: 897px) {
  .row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
    margin-top: calc(var(--bs-gutter-y) * -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
  }

  .row>* {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
  }
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.row-cols-auto>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 897px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !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-none {
  display: none !important;
}

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

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

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

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

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !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;
  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;
  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;
  align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !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-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
}

@media (min-width: 897px) {
  .d-md-inline {
    display: inline !important;
  }

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

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

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !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-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

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

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

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !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;
  }

  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

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

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

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !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;
  }

  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

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

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

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

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

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

  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

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

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

  .d-print-none {
    display: none !important;
  }
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded-xs {
  border-radius: 0.15rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-10 {
  border-radius: 1rem;
}

.rounded-15 {
  border-radius: 1.5rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mw-px-340 {
  max-width: 340px !important;
}

.mw-px-380 {
  max-width: 380px !important;
}

.mw-px-420 {
  max-width: 420px !important;
}

.mw-px-444 {
  max-width: 444px !important;
}

.mw-px-780 {
  max-width: 780px !important;
}

.mw-px-890 {
  max-width: 890px !important;
}

.mw-px-1000 {
  max-width: 1000px !important;
}

.mw-px-1080 {
  max-width: 1080px !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-px-400 {
  height: 400px !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-4-5 {
  margin: 2.5rem 2.5rem !important;
}

.mt-4-5 {
  margin-top: 2.5rem !important;
}

.mr-4-5 {
  margin-right: 2.5rem !important;
}

.mb-4-5 {
  margin-bottom: 2.5rem !important;
}

.ml-4-5 {
  margin-left: 2.5rem !important;
}

.mx-4-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.my-4-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-4-5 {
  padding: 2.5rem 2.5rem !important;
}

.pt-4-5 {
  padding-top: 2.5rem !important;
}

.pr-4-5 {
  padding-right: 2.5rem !important;
}

.pb-4-5 {
  padding-bottom: 2.5rem !important;
}

.pl-4-5 {
  padding-left: 2.5rem !important;
}

.px-4-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.py-4-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-6 {
  padding: 3.5rem 3.5rem !important;
}

.pt-6 {
  padding-top: 3.5rem !important;
}

.pr-6 {
  padding-right: 3.5rem !important;
}

.pb-6 {
  padding-bottom: 3.5rem !important;
}

.pl-6 {
  padding-left: 3.5rem !important;
}

.px-6 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.m-auto {
  margin: auto !important;
}

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

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

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

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-sm-4-5 {
    margin: 2.5rem 2.5rem !important;
  }

  .mt-sm-4-5 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-4-5 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-4-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-4-5 {
    margin-left: 2.5rem !important;
  }

  .mx-sm-4-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .my-sm-4-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 0 !important;
  }

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-sm-4-5 {
    padding: 2.5rem 2.5rem !important;
  }

  .pt-sm-4-5 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-4-5 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-4-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-4-5 {
    padding-left: 2.5rem !important;
  }

  .px-sm-4-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .py-sm-4-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 897px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-md-4-5 {
    margin: 2.5rem 2.5rem !important;
  }

  .mt-md-4-5 {
    margin-top: 2.5rem !important;
  }

  .mr-md-4-5 {
    margin-right: 2.5rem !important;
  }

  .mb-md-4-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-4-5 {
    margin-left: 2.5rem !important;
  }

  .mx-md-4-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .my-md-4-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .m-md-5 {
    margin: 3rem 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-md-0 {
    padding: 0 0 !important;
  }

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-md-4-5 {
    padding: 2.5rem 2.5rem !important;
  }

  .pt-md-4-5 {
    padding-top: 2.5rem !important;
  }

  .pr-md-4-5 {
    padding-right: 2.5rem !important;
  }

  .pb-md-4-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-4-5 {
    padding-left: 2.5rem !important;
  }

  .px-md-4-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .py-md-4-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .p-md-5 {
    padding: 3rem 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 0 !important;
  }

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-lg-4-5 {
    padding: 2.5rem 2.5rem !important;
  }

  .pt-lg-4-5 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-4-5 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-4-5 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-4-5 {
    padding-left: 2.5rem !important;
  }

  .px-lg-4-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .py-lg-4-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .m-lg-4-5 {
    margin: 2.5rem 2.5rem !important;
  }

  .mt-lg-4-5 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-4-5 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-4-5 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-4-5 {
    margin-left: 2.5rem !important;
  }

  .mx-lg-4-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .my-lg-4-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 0 !important;
  }

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

@media (min-width: 897px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #101112 !important;
}

.text-hide {
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 897px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 897px) {
  .p-md-6 {
    padding: 3.5rem 3.5rem !important;
  }

  .pt-md-6 {
    padding-top: 3.5rem !important;
  }

  .pr-md-6 {
    padding-right: 3.5rem !important;
  }

  .pb-md-6 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-6 {
    padding-left: 3.5rem !important;
  }

  .px-md-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .py-md-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-6 {
    padding: 3.5rem 3.5rem !important;
  }

  .pt-lg-6 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-6 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-6 {
    padding-left: 3.5rem !important;
  }

  .px-lg-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .py-lg-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

.m-6 {
  margin: 3.5rem 3.5rem !important;
}

.mt-6 {
  margin-top: 3.5rem !important;
}

.mr-6 {
  margin-right: 3.5rem !important;
}

.mb-6 {
  margin-bottom: 3.5rem !important;
}

.ml-6 {
  margin-left: 3.5rem !important;
}

.mx-6 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

@media (min-width: 576px) {
  .m-sm-6 {
    margin: 3.5rem 3.5rem !important;
  }

  .mt-sm-6 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-6 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-6 {
    margin-left: 3.5rem !important;
  }

  .mx-sm-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .my-sm-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 897px) {
  .m-md-6 {
    margin: 3.5rem 3.5rem !important;
  }

  .mt-md-6 {
    margin-top: 3.5rem !important;
  }

  .mr-md-6 {
    margin-right: 3.5rem !important;
  }

  .mb-md-6 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-6 {
    margin-left: 3.5rem !important;
  }

  .mx-md-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .my-md-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-6 {
    margin: 3.5rem 3.5rem !important;
  }

  .mt-lg-6 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-6 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-6 {
    margin-left: 3.5rem !important;
  }

  .mx-lg-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .my-lg-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
}

.p-7 {
  padding: 4rem 4rem !important;
}

.pt-7 {
  padding-top: 4rem !important;
}

.pr-7 {
  padding-right: 4rem !important;
}

.pb-7 {
  padding-bottom: 4rem !important;
}

.pl-7 {
  padding-left: 4rem !important;
}

.px-7 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media (min-width: 576px) {
  .p-sm-7 {
    padding: 4rem 4rem !important;
  }

  .pt-sm-7 {
    padding-top: 4rem !important;
  }

  .pr-sm-7 {
    padding-right: 4rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-7 {
    padding-left: 4rem !important;
  }

  .px-sm-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-sm-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 897px) {
  .p-md-7 {
    padding: 4rem 4rem !important;
  }

  .pt-md-7 {
    padding-top: 4rem !important;
  }

  .pr-md-7 {
    padding-right: 4rem !important;
  }

  .pb-md-7 {
    padding-bottom: 4rem !important;
  }

  .pl-md-7 {
    padding-left: 4rem !important;
  }

  .px-md-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-md-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-7 {
    padding: 4rem 4rem !important;
  }

  .pt-lg-7 {
    padding-top: 4rem !important;
  }

  .pr-lg-7 {
    padding-right: 4rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-7 {
    padding-left: 4rem !important;
  }

  .px-lg-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .py-lg-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

.m-7 {
  margin: 4rem 4rem !important;
}

.mt-7 {
  margin-top: 4rem !important;
}

.mr-7 {
  margin-right: 4rem !important;
}

.mb-7 {
  margin-bottom: 4rem !important;
}

.ml-7 {
  margin-left: 4rem !important;
}

.mx-7 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

@media (min-width: 576px) {
  .m-sm-7 {
    margin: 4rem 4rem !important;
  }

  .mt-sm-7 {
    margin-top: 4rem !important;
  }

  .mr-sm-7 {
    margin-right: 4rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-7 {
    margin-left: 4rem !important;
  }

  .mx-sm-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .my-sm-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 897px) {
  .m-md-7 {
    margin: 4rem 4rem !important;
  }

  .mt-md-7 {
    margin-top: 4rem !important;
  }

  .mr-md-7 {
    margin-right: 4rem !important;
  }

  .mb-md-7 {
    margin-bottom: 4rem !important;
  }

  .ml-md-7 {
    margin-left: 4rem !important;
  }

  .mx-md-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .my-md-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-7 {
    margin: 4rem 4rem !important;
  }

  .mt-lg-7 {
    margin-top: 4rem !important;
  }

  .mr-lg-7 {
    margin-right: 4rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-7 {
    margin-left: 4rem !important;
  }

  .mx-lg-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .my-lg-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
}

.p-8 {
  padding: 5rem 5rem !important;
}

.pt-8 {
  padding-top: 5rem !important;
}

.pr-8 {
  padding-right: 5rem !important;
}

.pb-8 {
  padding-bottom: 5rem !important;
}

.pl-8 {
  padding-left: 5rem !important;
}

.px-8 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.py-8 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media (min-width: 576px) {
  .p-sm-8 {
    padding: 5rem 5rem !important;
  }

  .pt-sm-8 {
    padding-top: 5rem !important;
  }

  .pr-sm-8 {
    padding-right: 5rem !important;
  }

  .pb-sm-8 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-8 {
    padding-left: 5rem !important;
  }

  .px-sm-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-sm-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 897px) {
  .p-md-8 {
    padding: 5rem 5rem !important;
  }

  .pt-md-8 {
    padding-top: 5rem !important;
  }

  .pr-md-8 {
    padding-right: 5rem !important;
  }

  .pb-md-8 {
    padding-bottom: 5rem !important;
  }

  .pl-md-8 {
    padding-left: 5rem !important;
  }

  .px-md-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-md-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

@media (min-width: 992px) {
  .p-lg-8 {
    padding: 5rem 5rem !important;
  }

  .pt-lg-8 {
    padding-top: 5rem !important;
  }

  .pr-lg-8 {
    padding-right: 5rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-8 {
    padding-left: 5rem !important;
  }

  .px-lg-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-lg-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

.m-8 {
  margin: 5rem 5rem !important;
}

.mt-8 {
  margin-top: 5rem !important;
}

.mr-8 {
  margin-right: 5rem !important;
}

.mb-8 {
  margin-bottom: 5rem !important;
}

.ml-8 {
  margin-left: 5rem !important;
}

.mx-8 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.my-8 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

@media (min-width: 576px) {
  .m-sm-8 {
    margin: 5rem 5rem !important;
  }

  .mt-sm-8 {
    margin-top: 5rem !important;
  }

  .mr-sm-8 {
    margin-right: 5rem !important;
  }

  .mb-sm-8 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-8 {
    margin-left: 5rem !important;
  }

  .mx-sm-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .my-sm-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 897px) {
  .m-md-8 {
    margin: 5rem 5rem !important;
  }

  .mt-md-8 {
    margin-top: 5rem !important;
  }

  .mr-md-8 {
    margin-right: 5rem !important;
  }

  .mb-md-8 {
    margin-bottom: 5rem !important;
  }

  .ml-md-8 {
    margin-left: 5rem !important;
  }

  .mx-md-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .my-md-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-8 {
    margin: 5rem 5rem !important;
  }

  .mt-lg-8 {
    margin-top: 5rem !important;
  }

  .mr-lg-8 {
    margin-right: 5rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-8 {
    margin-left: 5rem !important;
  }

  .mx-lg-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .my-lg-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}

.fullScreenMenu-button {
  padding: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 1001;
  display: block;
}

@media only screen and (min-width: 769px) {
  .fullScreenMenu-button {
    display: none;
  }
}

.fullScreenMenu-button.is-open .fullScreenMenu-button__line {
  background: #fff;
}

.fullScreenMenu-button__line {
  display: block;
  width: 35px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transition: width 0.2s, right 0.2s, left 0.2s;
  transition: width 0.2s, right 0.2s, left 0.2s;
}

.fullScreenMenu-button__line:nth-child(1) {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.fullScreenMenu-button__line:nth-child(2) {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 1;
}

.fullScreenMenu-button__line:nth-child(3) {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.fullScreenMenu-button.is-open .fullScreenMenu-button__line:nth-child(1) {
  -webkit-animation: button-line-open-top 0.3s;
  animation: button-line-open-top 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fullScreenMenu-button.is-open .fullScreenMenu-button__line:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.fullScreenMenu-button.is-open .fullScreenMenu-button__line:nth-child(3) {
  -webkit-animation: button-line-open-bottom 0.3s;
  animation: button-line-open-bottom 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fullScreenMenu-button.is-close .fullScreenMenu-button__line:nth-child(1) {
  -webkit-animation: button-line-close-top 0.3s;
  animation: button-line-close-top 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fullScreenMenu-button.is-close .fullScreenMenu-button__line:nth-child(2) {
  opacity: 1;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.fullScreenMenu-button.is-close .fullScreenMenu-button__line:nth-child(3) {
  -webkit-animation: button-line-close-bottom 0.3s;
  animation: button-line-close-bottom 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes button-line-close-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-22deg);
    transform: translateY(0px) rotate(-22deg);
  }

  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-5px) rotate(0deg);
    transform: translateY(-5px) rotate(0deg);
  }
}

@keyframes button-line-close-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-22deg);
    transform: translateY(0px) rotate(-22deg);
  }

  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-5px) rotate(0deg);
    transform: translateY(-5px) rotate(0deg);
  }
}

@-webkit-keyframes button-line-close-bottom {
  0% {
    -webkit-transform: translateY(0px) rotate(22deg);
    transform: translateY(0px) rotate(22deg);
  }

  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(5px) rotate(0deg);
    transform: translateY(5px) rotate(0deg);
  }
}

@keyframes button-line-close-bottom {
  0% {
    -webkit-transform: translateY(0px) rotate(22deg);
    transform: translateY(0px) rotate(22deg);
  }

  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(5px) rotate(0deg);
    transform: translateY(5px) rotate(0deg);
  }
}

@-webkit-keyframes button-line-open-top {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
    transform: translateY(-5px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0px) rotate(-22deg);
    transform: translateY(0px) rotate(-22deg);
  }
}

@keyframes button-line-open-top {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
    transform: translateY(-5px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0px) rotate(-22deg);
    transform: translateY(0px) rotate(-22deg);
  }
}

@-webkit-keyframes button-line-open-bottom {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
    transform: translateY(5px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0px) rotate(22deg);
    transform: translateY(0px) rotate(22deg);
  }
}

@keyframes button-line-open-bottom {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
    transform: translateY(5px) rotate(0deg);
  }

  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(0px) rotate(22deg);
    transform: translateY(0px) rotate(22deg);
  }
}

.fullScreenMenu-content {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}

.fullScreenMenu-content.is-close {
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
}

.fullScreenMenu-content.is-open {
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
  visibility: visible;
  opacity: 1;
}

.fullScreenMenu-content-navWrap {
  background: #000;
  height: 100%;
  overflow-y: scroll;
}

.fullScreenMenu-content-navInner {
  width: 90%;
  margin: 0 auto;
  padding: 5vh 0;
}

.fullScreenMenu-content-mainNav {
  margin: 0 0 3vh;
}

.fullScreenMenu-content-mainNav__list__item>a {
  display: block;
  font-weight: 700;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  position: relative;
}

.fullScreenMenu-content-mainNav__list__item.is-en>a {
  color: #fef400;
}

.fullScreenMenu-content-mainNav__list__item>a:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 13px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff100;
}

.fullScreenMenu-content-mainNav__list__item.megamenu-wrapper>a:before {
  border: none;
  width: 18px;
  height: 2px;
  right: 13px;
  background: #fef400;
}

.fullScreenMenu-content-mainNav__list__item.megamenu-wrapper>a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 21px;
  height: 18px;
  width: 2px;
  background: #fef400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fullScreenMenu-content-mainNav__list__item.is-megaMenu--show>a::after {
  display: none;
}

.fullScreenMenu-content-mainNav__list__item.soon>a {
  pointer-events: none;
}

.fullScreenMenu-content-mainNav__list__item.soon>a:before {
  content: "\6e96\5099\4e2d";
  right: 4px;
  z-index: 100;
  padding: 3px 12px 5px;
  background-color: #393939;
  border-radius: 30px;
  font-size: 0.6875rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.09em;
  color: #fff100;
  width: auto;
  height: auto;
  border: none;
}

body.page-en .fullScreenMenu-content-mainNav__list__item.soon>a:before {
  content: "coming soon";
}

.fullScreenMenu-content-mainNav__list__item span {
  display: block;
  color: #fef400;
  font-weight: 600;
  font-size: 12px;
}

/* Coming soon */
.fullScreenMenu-content-mainNav__list__item.comming_soon {
  position: relative;
  opacity: 1;
}
.fullScreenMenu-content-mainNav__list__item.comming_soon>* {
  opacity: .3;
}

.fullScreenMenu-content-mainNav__list__item.comming_soon::after {
  content: "Coming Soon";
  opacity: 1;
  width: 7.5em;
  margin: 0;
  padding: .1em 0;
  height: auto;
  font-size: 1rem;
  background: #fff;
  display: inline-block;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(350deg);
  transform: translate(-50%, -50%) rotate(350deg);
  z-index: 10;
}

.fullScreenMenu-content-mainNav__list__item__accordion {
  display: none;
}

.megamenu-wrapper.is-megaMenu--show .fullScreenMenu-content-mainNav__list__item__accordion {
  display: block;
  color: #fff;
}

.fullScreenMenu-content-mainNav__list__item__accordion__list__item {
  border-bottom: 1px solid #4f4f4f;
}

.fullScreenMenu-content-mainNav__list__item__accordion__list__item__link {
  display: block;
  padding: 10px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.fullScreenMenu-content-mainNav__list__item__accordion__list__item__link:hover {
  background: #000;
  color: #fef400;
}

.fullScreenMenu-content-mainNav__list__item__accordion__list__item__link .myfont-circle-arrow {
  color: #fef400;
  padding-right: 5px;
}

.fullScreenMenu-content-subNav {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.fullScreenMenu-content-subNav__list {
  margin: 0 0 5vh;
}

.fullScreenMenu-content-subNav__list__item {
  position: relative;
}

.fullScreenMenu-content-subNav__list__item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff100;
}

.fullScreenMenu-content-subNav__list__item:not(:last-of-type) {
  margin-bottom: 15px;
}

.fullScreenMenu-content-subNav__list__item a {
  display: block;
  padding: 0 0 0 10px;
}

.fullScreenMenu-content-banner__list__item:not(:last-of-type) {
  margin-bottom: 20px;
}

.fullScreenMenu-content-banner__list__item a {
  display: block;
}

.fullScreenMenu-content-banner__list__item a,
.fullScreenMenu-content-banner__list__item__img {
  max-width: 320px;
  margin: 0 auto;
}

.fullScreenMenu-content-banner__list__item img {
  width: 100%;
}

@-webkit-keyframes navigation-overlay-opened {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes navigation-overlay-opened {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes navigation-overlay-closed {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes navigation-overlay-closed {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fullScreenMenu-content__inner {
  background-color: #fff;
  margin: auto;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fullScreenMenu-content.is-close .fullScreenMenu-content__inner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
}

.fullScreenMenu-content.is-open .fullScreenMenu-content__inner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes navigation-content-opened {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes navigation-content-opened {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes navigation-content-closed {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes navigation-content-closed {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.js-cursor {
  opacity: 1;
}

.js-cursor__main {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  z-index: 1001;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.is-moved .js-cursor__main {
  opacity: 1;
}

.is-outside .js-cursor__main {
  opacity: 0;
}

.js-cursor__option {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ddd;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.2s, background 0.2s;
  transition: opacity 0.2s 0.2s, background 0.2s;
}

.is-moved .js-cursor__option {
  opacity: 0.5;
}

.is-outside .js-cursor__option {
  opacity: 0;
}

.is-hover .js-cursor__option {
  background: aqua;
}

.js-datepicker-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

#ui-datepicker-div {
  border: solid 1px #f3f3f3;
  background: #fff;
  padding: 20px;
  display: none;
  z-index: 2000 !important;
}

@media screen and (max-width: 979px) {
  #ui-datepicker-div {
    width: 94%;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

#ui-datepicker-div .ui-datepicker-header {
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 30px;
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 13px 5px 0;
  border-color: rgba(0, 0, 0, 0) #007bff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 30px;
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 13px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #007bff;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  font-size: 1.375rem;
}

#ui-datepicker-div .ui-datepicker-calendar {
  font-size: 1rem;
}

@media screen and (max-width: 979px) {
  #ui-datepicker-div .ui-datepicker-calendar {
    margin: 0 auto;
    width: 100%;
  }
}

#ui-datepicker-div .ui-datepicker-calendar thead tr th {
  width: 40px;
  height: 20px;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-today {
  background: #569ff7 !important;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  color: #fff !important;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td[data-handler="selectDay"] {
  cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td[data-handler="selectDay"] a {
  color: #333;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td[data-handler="selectDay"]:hover {
  background: #eee;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td[data-handler="selectDay"]:hover a {
  text-decoration: none;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-state-disabled {
  opacity: 0.3;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
  border: solid 1px #333;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-saturday a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-saturday span {
  color: #009ee1;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td:last-child a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:last-child span {
  color: #009ee1;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-sunday a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-sunday span,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-holiday a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.gcal-holiday span {
  color: #e95156;
}

#ui-datepicker-div .ui-datepicker-calendar tbody tr td:first-child a,
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:first-child span {
  color: #e95156;
}

.js-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-load-normal .js-load {
  visibility: hidden;
  opacity: 0;
}

.js-load-down .js-load {
  visibility: hidden;
  opacity: 0;
}

.js-load-up .js-load {
  visibility: hidden;
  opacity: 0;
}

.js-next-down .js-load {
  visibility: visible;
  opacity: 1;
}

.js-next-up .js-load {
  visibility: visible;
  opacity: 1;
}

body {
  -webkit-transition: all 1s;
  transition: all 1s;
}

body.js-next-down {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

body.js-next-up {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

body.js-load-down {
  -webkit-animation: down 1s;
  animation: down 1s;
}

body.js-load-up {
  -webkit-animation: up 1s;
  animation: up 1s;
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes down {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes up {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.fix {
  position: relative;
}

.fit-sidebar-fixed {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: fixed;
}

.fit-sidebar-blank {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
}

.hljs-comment,
.hljs-quote {
  color: #969896;
}

.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #c66;
}

.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #de935f;
}

.hljs-attribute {
  color: #f0c674;
}

.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #b5bd68;
}

.hljs-title,
.hljs-section {
  color: #81a2be;
}

.hljs-keyword,
.hljs-selector-tag {
  color: #b294bb;
}

.hljs {
  display: block;
  overflow-x: auto;
  background: #1d1f21;
  color: #c5c8c6;
  padding: 0.5em;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.c-code__lang {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  line-height: 1.6;
  display: block;
  height: 0;
}

.c-code__lang span {
  display: inline-block;
  color: #eee;
  background-color: #777;
  padding: 0 10px;
}

.c-code__lang+code {
  padding-top: 40px;
}

code {
  padding: 15px 40px;
  line-height: 1.6;
}

@media only screen and (max-width: 599px) {
  code {
    padding: 15px 20px;
  }
}

.js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background: #fff;
  -webkit-transition: opacity 0.8s, visibility 0.8s;
  transition: opacity 0.8s, visibility 0.8s;
  z-index: 10000;
}

.is-loaded .js-loader {
  visibility: hidden;
  opacity: 0;
}

.js-loader-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
}

.is-loaded .js-loader-progress {
  visibility: hidden;
  opacity: 0;
}

.js-loader-progress-bar {
  background: #000;
  height: 100%;
  width: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}

.js-loader-progress-number {
  text-align: center;
  font-size: 10px;
  width: 100%;
  margin-top: 10px;
}

.megamenu-content {
  display: block;
  position: fixed;
  top: 65px;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 0;
  background: #ebebed;
  -webkit-transition: all 0.5s ease, top 0.3s;
  transition: all 0.5s ease, top 0.3s;
  max-height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .megamenu-content {
    position: static;
  }
}

.is-megaMenu--show .megamenu-content {
  max-height: 700px;
  z-index: 1000;
}

.is-scrolled .megamenu-content {
  top: 65px;
}

.megamenu-content-inner {
  -webkit-transform: translate(0, -12px);
  transform: translate(0, -12px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.is-megaMenu--show .megamenu-content-inner {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

body:before {
  content: "";
  position: fixed;
  top: 65px;
  left: 0;
  height: calc(100% - 65px);
  width: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 100;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.is-megaMenu--showPage:before {
  /*
  background: rgba(0, 0, 0, 0.6);
  visibility: visible;
  */
}

@-webkit-keyframes smartphoto {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes smartphoto {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes smartphoto-img-wrap {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes smartphoto-img-wrap {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes smartphoto-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes smartphoto-inner {
  from {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes smartphoto-loader {
  0% {
    opacity: 0.4;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    opacity: 0.4;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes smartphoto-loader {
  0% {
    opacity: 0.4;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    opacity: 0.4;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

.smartphoto {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation-name: smartphoto;
  animation-name: smartphoto;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.smartphoto[aria-hidden="true"] {
  display: none;
}

.smartphoto-close {
  opacity: 0;
}

.smartphoto-count {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

.smartphoto-header {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #fff;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}

.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-user-drag: none;
}

.smartphoto-img.active {
  display: block;
}

.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  -webkit-transition: none;
  transition: none;
}

.smartphoto-img-elasticmove {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-animation-name: smartphoto-img-wrap;
  animation-name: smartphoto-img-wrap;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.smartphoto-img-left {
  -webkit-transform: translateX(150%) !important;
  transform: translateX(150%) !important;
}

.smartphoto-img-right {
  -webkit-transform: translateX(-150%) !important;
  transform: translateX(-150%) !important;
}

.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
  animation-name: smartphoto-appear;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.smartphoto-arrows[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-name: smartphoto-appear;
  animation-name: smartphoto-appear;
}

.smartphoto-arrows li:focus {
  outline: none;
}

.smartphoto-arrows [aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.smartphoto-arrow-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}

.smartphoto-arrow-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}

.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-animation-name: smartphoto-appear;
  animation-name: smartphoto-appear;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.smartphoto-nav[aria-hidden="true"] {
  -webkit-animation-name: smartphoto-hide;
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-nav ul {
  display: block;
  overflow-x: scroll;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
}

.smartphoto-nav a:focus {
  opacity: 0.8;
}

.smartphoto-nav a.current {
  opacity: 1;
}

.smartphoto-nav img {
  width: auto;
  height: 100%;
}

.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.smartphoto-list li:focus {
  outline: none;
}

.smartphoto-list-onmove {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.smartphoto-caption {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.smartphoto-caption:focus {
  outline: none;
}

.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  -webkit-transform: translate(50vw, 50vh);
  transform: translate(50vw, 50vh);
}

.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17cddd;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  -webkit-animation: smartphoto-loader 0.5s infinite linear;
  animation: smartphoto-loader 0.5s infinite linear;
}

.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/*
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab-list__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-list__item:not(:first-child) {
  margin-left: 5px;
}

.tab-button {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #eee;
  cursor: pointer;
}

.tab-button[aria-selected="true"] {
  background: #3ac8ff;
}

.tab-content {
  margin-top: 20px;
}

.tab-panel {
  padding: 20px 15px;
  border: 1px solid #eee;
}

.tab-panel[aria-hidden="true"] {
  display: none;
}

.top-hero {
  position: relative;
  background: #fef400;
  padding: 0vw 3.4722222222vw;
}

@media only screen and (max-width: 1280px) {
  .top-hero {
    padding: 32px 3.4722222222vw 63px;
  }
}

@media only screen and (max-width: 768px) {
  .top-hero {
    padding: 16px 8px 64px;
  }
}

@media only screen and (max-width: 768px) {
  .top-hero .-pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .top-hero .-sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .top-hero__inner {
    width: 90%;
    margin: auto;
  }
}

.top-hero-header {
  position: relative;
}

.top-hero-logo {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .top-hero-logo {
    width: 100%;
    margin-bottom: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-hero-logo .top-hero-logo__image {
  max-width: 11.5277777778vw;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .top-hero-logo .top-hero-logo__image {
    max-width: 100%;
  }
}

.top-hero-logo .top-hero-logo__image img {
  margin: 0 auto;
}

.top-hero-logo .top-hero-logo__image figcaption {
  position: relative;
  font-size: 1.3888888889vw;
  max-width: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.12em;
  margin: 52px auto 0;
}

@media only screen and (max-width: 1280px) {
  .top-hero-logo .top-hero-logo__image figcaption {
    max-width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 768px) {
  .top-hero-logo .top-hero-logo__image figcaption {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px auto 0;
    font-size: 0.6875rem;
    line-height: 16px;
    color: #000;
    white-space: nowrap;
  }
}

.top-hero-logo .top-hero-logo__image figcaption:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .top-hero-logo .top-hero-logo__image figcaption:after {
    background: #000;
    height: 1px;
  }
}

@media only screen and (max-width: 768px) {
  .top-hero-logo .top-hero-logo__image img {
    margin: 0 auto;
  }
}

.top-hero-main {
  position: relative;
}

.top-hero-main-text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .top-hero-main-text {
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 768px) {
  .top-hero-main-text {
    position: static;
  }
}

.top-hero-main-text h1 {
  font-style: italic;
  font-weight: 700;
  font-size: 5.2083333333vw;
  line-height: 121%;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .top-hero-main-text h1 {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
}

.top-hero-main-text h1 span {
  border-bottom: 2px solid;
}

.top-hero-main-text p {
  font-weight: 700;
  font-size: 1.7361111111vw;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.09em;
}

@media only screen and (max-width: 768px) {
  .top-hero-main-text p {
    font-size: 0.75rem;
  }
}

.top-hero__image img {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .top-hero__image .is-pc {
    display: none;
  }
}

@media only screen and (min-width: 501px) {
  .top-hero__image .is-sp {
    display: none;
  }
}

.top-hero-video {
  position: relative;
  z-index: 100;
}


@media only screen and (max-width: 375px) {
  .top-hero-video {
    width: 90%;
  }
}

.top-hero-video img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 500px;
  aspect-ratio: 16/9;
}

@media only screen and (max-width: 768px) {
  .top-hero-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.top-hero-video-contents {
  width: 100%;
}

.top-hero-video-contents source {
  width: 100%;
}


.top-hero-body__detail {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-hero-title {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .top-hero-title {
    padding: 43px 52px;
  }
}

.top-hero-title:before,
.top-hero-title:after {
  display: none;
}

@media only screen and (min-width: 769px) {

  .top-hero-title:before,
  .top-hero-title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
  }
}

.top-hero-title:before {
  width: 36px;
  height: 1px;
}

.top-hero-title:after {
  width: 1px;
  height: 57px;
}

.top-hero-title .top-hero-title__text {
  font-size: 2.4305555556vw;
  font-weight: 400;
  line-height: 51px;
  text-align: center;
  font-weight: 500;
}

@media only screen and (min-width: 769px) {
  .top-hero-title .top-hero-title__text {
    letter-spacing: 0.19em;
  }
}

@media only screen and (max-width: 1280px) {
  .top-hero-title .top-hero-title__text {
    font-size: 2.2222222222vw;
  }
}

@media only screen and (max-width: 768px) {
  .top-hero-title .top-hero-title__text {
    font-size: 1.1875rem;
    line-height: 30px;
  }
}

.top-hero-title .top-hero-title__text:before,
.top-hero-title .top-hero-title__text:after {
  display: none;
}

@media only screen and (min-width: 769px) {

  .top-hero-title .top-hero-title__text:before,
  .top-hero-title .top-hero-title__text:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
  }
}

.top-hero-title .top-hero-title__text:before {
  width: 36px;
  height: 1px;
}

.top-hero-title .top-hero-title__text:after {
  width: 1px;
  height: 57px;
}

.top-hero-scroll {
  position: absolute;
  bottom: 80px;
  left: -2.109375vw;
  z-index: 101;
}

@media only screen and (max-width: 1024px) {
  .top-hero-scroll {
    left: -20px;
  }
}

.top-hero-scroll .top-hero-scroll__text {
  position: relative;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.6em;
  font-family: "Poppins", sans-serif;
  color: #000;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

@media only screen and (max-width: 768px) {
  .top-hero-scroll .top-hero-scroll__text {
    font-size: 0.59375rem;
  }
}

.top-hero-scroll .top-hero-scroll__text:after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 50%;
  z-index: 110;
  width: 1px;
  height: 60px;
  background: #000;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
}

.top-hero-countdown {
  display: none;
}

@media only screen and (max-width: 768px) {
  .top-hero-countdown {
    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;
    padding: 20px 10px;
    background-color: #000;
  }
}

.top-hero-countdown .-logo {
  width: 47px;
  margin-right: 24px;
}

.top-hero-countdown .-logo img {
  width: 100%;
}

.top-hero-countdown .-detail {
  color: #fff;
}

.top-hero-countdown .-detail-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-hero-countdown .-detail-days>span {
  display: inline-block;
  font-family: Poppins;
  white-space: nowrap;
}

.top-hero-countdown .-detail-days .-year {
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 600;
}

.top-hero-countdown .-detail-days .-year+.-day {
  margin-left: 3px;
}

.top-hero-countdown .-detail-days .-day {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 600;
}

.top-hero-countdown .-detail-days .-week {
  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;
  width: 22px;
  height: 22px;
  color: #000;
  background-color: #fff100;
  font-weight: bold;
  font-size: 0.625rem;
  border-radius: 50%;
  padding-top: 2px;
}

.top-hero-countdown .-detail-days .-week span {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.top-hero-countdown .-detail-days .-week.is-fri span {
  letter-spacing: 0.03em;
}

.top-hero-countdown .-detail-days .-week.is-mon span {
  letter-spacing: -0.04em;
}

.top-hero-countdown .-detail-days .-hyphen {
  height: 3px;
  width: 10px;
  border-radius: 3px;
  background-color: #fff;
  margin-left: 3px;
  margin-right: 3px;
}

.top-hero-countdown .-detail-days+.-detail-count {
  margin-top: 2px;
}

.top-hero-countdown .-detail-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.top-hero-countdown .-detail-count .-num {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  color: #fff100;
  font-size: 1.6875rem;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.top-hero-countdown .-detail-count .-special {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: 0.05em;
  margin-right: 5px;
}

.top-hero-countdown .-detail-count .-special .-special-head {
  font-size: 0.75rem;
  line-height: 13px;
  font-weight: bold;
}

.top-hero-countdown .-detail-count .-special .-special-body {
  font-size: 0.625rem;
  line-height: 11px;
  font-weight: 600;
}



.c-common-el__h2 {
  position: relative;
  font-size: 1.5rem;
  padding-bottom: 16px;
  border-bottom: solid 3px #f4f4f4;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .c-common-el__h2 {
    font-size: 1rem;
    padding-bottom: 10px;
  }
}

.c-common-el__h2:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #fef400;
}

.c-common-el__h3 {
  position: relative;
  padding: 15px 30px;
  font-size: 1rem;
  line-height: 1.3;
  background: #f3f4f5;
}

@media only screen and (max-width: 768px) {
  .c-common-el__h3 {
    padding: 10px 10px 10px 20px;
    font-size: 0.9375rem;
  }
}

.c-common-el__h3:before {
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 18px);
  background: #fef400;
}

@media only screen and (max-width: 768px) {
  .c-common-el__h3:before {
    left: 10px;
  }
}

*+.c-common-el__h2 {
  margin-top: 70px;
}

@media only screen and (max-width: 768px) {
  *+.c-common-el__h2 {
    margin-top: 35px;
  }
}

.c-common-el__h2+* {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .c-common-el__h2+* {
    margin-top: 20px;
  }
}

.c-common-el__h2+.c-common-el__dl {
  margin-top: 0;
  border-top: none;
}

.c-common-el__h2+.c-common-el__dl:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c-common-el__h2+.c-common-el__dl {
    margin-top: 0;
  }
}

*+.c-common-el__h3 {
  margin-top: 35px;
}

.c-common-el__h3+* {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .c-common-el__h3+* {
    margin-top: 20px;
  }
}

.c-common-el__h2+.c-common-el__h3 {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .c-common-el__h2+.c-common-el__h3 {
    margin-top: 20px;
  }
}

.c-common-el__dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px solid #e4e4e4;
}

.c-common-el__dl+.c-common-el__dl {
  border-top: none;
}

@media only screen and (max-width: 768px) {
  .c-common-el__dl {
    display: block;
  }
}

.c-common-el__dl:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  display: block;
  height: 2px;
  width: 220px;
  background: #d1d1d1;
}

.c-common-el__dl+.c-common-el__dl:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c-common-el__dl:before {
    display: none;
  }
}

.c-common-el__dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  border-bottom: 2px solid #d1d1d1;
  font-weight: bold;
  width: 220px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .c-common-el__dl dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 17px;
  }
}

.c-common-el__dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #e4e4e4;
  padding: 25px 20px 25px 10px;
  font-size: 0.9375rem;
  width: calc(100% - 220px);
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .c-common-el__dl dd {
    width: 100%;
    padding-bottom: 17px;
    padding-top: 5px;
    padding-left: 20px;
    font-size: 0.875rem;
  }
}

.c-ui-form-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
}

.c-ui-form-file__input {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

.c-ui-form-file__select {
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-ui-form-file__select-text {
  font-size: 1.4em;
}

.__js-fileName {
  padding: 8px;
  font-weight: bold;
  border-radius: 4px;
  margin-left: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f1f1e7;
}

.c-ui-form-text {
  font-size: 10px;
  position: relative;
  z-index: 0;
}

.c-ui-form-text__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 2.5em;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 1em;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  font-size: 1.6em;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #232323;
}

.c-ui-form-text__input:-moz-placeholder-shown {
  color: #d1d1d1;
}

.c-ui-form-text__input:-ms-input-placeholder {
  color: #d1d1d1;
}

.c-ui-form-text__input:placeholder-shown {
  color: #d1d1d1;
}

.c-ui-form-text__input::-webkit-input-placeholder {
  color: #d1d1d1;
}

.c-ui-form-text__input:-moz-placeholder {
  opacity: 1;
  color: #d1d1d1;
}

.c-ui-form-text__input::-moz-placeholder {
  opacity: 1;
  color: #d1d1d1;
}

.c-ui-form-text__input:-ms-input-placeholder {
  color: #d1d1d1;
}

.c-ui-form-text__input:focus {
  border-color: #2a96f8;
  -webkit-box-shadow: 0 0 0 1px #2a96f8 inset;
  box-shadow: 0 0 0 1px #2a96f8 inset;
  outline: none;
}

.c-ui-form-text__input:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.c-ui-form-textarea {
  font-size: 10px;
  line-height: 1.5;
  position: relative;
}

.c-ui-form-textarea__input {
  top: 0;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  min-height: 200px;
  background-color: rgba(0, 0, 0, 0);
  padding: 1em;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  font-size: 1.4em;
  line-height: 1.5;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #232323;
}

.c-ui-form-textarea__input.-height-s {
  min-height: 100px;
}

.c-ui-form-textarea__input.js-autoResize-textarea {
  resize: none;
}

.c-ui-form-textarea__input:-moz-placeholder-shown {
  color: #d1d1d1;
}

.c-ui-form-textarea__input:-ms-input-placeholder {
  color: #d1d1d1;
}

.c-ui-form-textarea__input:placeholder-shown {
  color: #d1d1d1;
}

.c-ui-form-textarea__input::-webkit-input-placeholder {
  color: #d1d1d1;
}

.c-ui-form-textarea__input:-moz-placeholder {
  opacity: 1;
  color: #d1d1d1;
}

.c-ui-form-textarea__input::-moz-placeholder {
  opacity: 1;
  color: #d1d1d1;
}

.c-ui-form-textarea__input:-ms-input-placeholder {
  color: #d1d1d1;
}

.c-ui-form-textarea__input:focus {
  border-color: #2a96f8;
  -webkit-box-shadow: 0 0 0 1px #2a96f8 inset;
  box-shadow: 0 0 0 1px #2a96f8 inset;
  outline: none;
}

.c-button {
  position: relative;
  z-index: 1;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .c-button {
    max-width: 320px;
  }
}

.c-button__inner {
  position: relative;
  border: 2px solid #000;
  padding: 15px;
  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;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .c-button__inner {
    padding: 12px;
  }
}

.c-button__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s,
    -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.ua-pc .c-button__inner:hover:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.c-button.is-color-white .c-button__inner:before {
  background: #fef400;
}

.c-button__inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-62.5%);
  transform: translateY(-62.5%);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fef400;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ua-pc .c-button__inner:hover:after {
  -webkit-transform: translateY(-62.5%) scale(1.5);
  transform: translateY(-62.5%) scale(1.5);
}

.c-button__text {
  display: block;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-size: 1.3194444444vw;
  line-height: 28px;
  text-align: center;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .c-button__text {
    font-size: 17px;
    line-height: 26px;
  }
}

.ua-pc .c-button__inner:hover .c-button__text {
  color: #fff;
}

.c-button__text.--normal {
  font-style: normal;
}

.c-button .myfont {
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 0.625rem;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .c-button .myfont {
    right: 26px;
  }
}

.ua-pc .c-button .c-button__inner:hover .myfont,
.c-button__inner:hover .c-button .myfont {
  right: 26px;
}

.c-button.-large {
  max-width: 480px;
}

@media only screen and (max-width: 768px) {
  .c-button.-large .c-button__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.c-button.-large .c-button__text {
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .c-button.-large .c-button__text {
    font-size: 0.71875rem;
  }
}

.is-color-white .c-button__inner:hover .myfont,
.c-button__inner:hover .is-color-white .myfont {
  color: #fff;
}

.is-color-white .c-button__inner {
  border-color: #fff;
}

.is-color-white .c-button__inner:hover {
  border-color: #fef400;
}

.is-color-white .c-button__inner:hover:after {
  background: #000;
}

.is-color-white .c-button__text {
  color: #fff;
}

.ua-pc .is-color-white .c-button__inner:hover .c-button__text,
.c-button__inner:hover .is-color-white .c-button__text {
  color: #000;
}

.p-content {
  padding: 0 30px;
}

@media only screen and (max-width: 768px) {
  .p-content {
    padding: 0 10px;
  }
}

.p-content-header {
  background: #fef400;
  padding: 31px 20px 28px;
}

@media only screen and (max-width: 768px) {
  .p-content-header {
    padding: 14px 20px 15px;
  }
}

.p-content-header__logo {
  width: 98px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .p-content-header__logo {
    width: 59px;
  }
}

.p-content-body {
  background: #f1f1e7;
  padding: 95px 20px 115px;
}

@media only screen and (max-width: 768px) {
  .p-content-body {
    padding: 33px 0 60px;
  }
}

.p-content-body__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.p-content-title {
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .p-content-title {
    margin-bottom: 32px;
  }
}

.p-content-title h1 {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-content-title h1 {
    font-size: 27px;
    border-radius: 60px;
  }
}

.p-content-title span {
  font-weight: 700;
  font-size: 15px;
  line-height: 0.8;
  text-align: center;
  letter-spacing: 0.02em;
  color: #dcd300;
}

@media only screen and (max-width: 768px) {
  .p-content-title span {
    font-size: 12px;
  }
}

.p-content-main {
  padding-top: 25px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .p-content-main {
    padding-top: 17px;
    margin-bottom: 50px;
  }
}

.p-content-main-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
  .p-content-main-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
  }
}

.p-content-sub {
  margin-bottom: 55px;
}

@media only screen and (max-width: 768px) {
  .p-content-sub {
    margin-bottom: 30px;
  }
}

.p-content-sub-title h2 {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-size: 37px;
  line-height: 56px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 768px) {
  .p-content-sub-title h2 {
    font-size: 23px;
    line-height: 34px;
  }
}

.p-content-sub-title span {
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  color: #b5b541;
}

@media only screen and (max-width: 768px) {
  .p-content-sub-title span {
    font-size: 15px;
    line-height: 22px;
  }
}

.p-content-texts {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-content-texts+* {
  margin-top: 40px;
}

.p-content-texts p {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .p-content-texts p {
    font-size: 15px;
    line-height: 28px;
  }
}

.p-content-texts p+* {
  margin-top: 70px !important;
}

@media only screen and (max-width: 768px) {
  .p-content-texts p+* {
    margin-top: 42px !important;
  }
}

.wp-pagenavi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
}

.wp-pagenavi>* {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
}

.wp-pagenavi a {
  position: relative;
  margin: 0 6px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  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;
  color: #ababab;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  .wp-pagenavi a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 17px;
  }
}

.wp-pagenavi a.page {
  background: #fff;
}

.ua-pc .wp-pagenavi a.page:hover {
  background: #fef400;
}

.wp-pagenavi span {
  margin: 0 6px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  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;
}

@media only screen and (max-width: 768px) {
  .wp-pagenavi span {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 17px;
  }
}

.wp-pagenavi span.current {
  background: #000;
  color: #fff;
}

.wp-pagenavi .previouspostslink {
  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;
}

.wp-pagenavi .previouspostslink::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #ddd;
  border-left: 3px solid #ddd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-left-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.ua-pc .wp-pagenavi .previouspostslink:hover::before {
  border-color: #cdcd62;
}

.wp-pagenavi .nextpostslink {
  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;
}

.wp-pagenavi .nextpostslink:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #ddd;
  border-right: 3px solid #ddd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ua-pc .wp-pagenavi .nextpostslink:hover::before {
  border-color: #cdcd62;
}

.wp-pagenavi .extend {
  display: none;
}

.p-contents-col1 {
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}

.p-contents-col1.first {
  padding-top: 0;
}

.p-contents-col1.blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: -300px;
  width: 100vw;
  height: 100%;
  background: #f7fbfc;
  z-index: 1;
}

@media only screen and (min-width: 1441px) {
  .p-contents-col1.blue::before {
    left: calc((100vw - (100% - 266px)) / 2 * -1);
  }
}

@media only screen and (max-width: 768px) {
  .p-contents-col1.blue::before {
    left: -20px;
    width: 100vw;
  }
}

.p-contents-col1 p {
  margin-top: 32px;
  font-size: 0.9375rem;
  line-height: 30px;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #1a1a1a;
}

.p-contents-col1 .mt16 {
  margin-top: 16px;
}

@media only screen and (max-width: 768px) {
  .p-contents-col1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-contents-col1 p {
    margin-top: 24px;
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.p-contents-col1__inner {
  position: relative;
  z-index: 2;
}

.p-contents-col1__img {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .p-contents-col1__img {
    margin-top: 24px;
  }
}

.p-contents-col1__img-map {
  max-width: 625px;
  margin: 50px auto 0 auto;
}

@media only screen and (max-width: 768px) {
  .p-contents-col1__img-map {
    max-width: 100%;
    margin: 25px auto 0 auto;
  }
}

.p-contents-col1__wrap {
  margin-top: 56px;
}

@media only screen and (max-width: 768px) {
  .p-contents-col1__wrap {
    margin-top: 40px;
  }
}

.p-contents-col1__button-wrap {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-contents-col1__button-wrap.left {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-contents-col1__button-wrap.left .c-button-pattern01 {
  margin-right: 55px;
}

.p-contents-col1__button-wrap.flex .c-button-pattern01:not(:first-child) {
  margin-left: 80px;
}

@media only screen and (max-width: 768px) {
  .p-contents-col1__button-wrap {
    margin-top: 0;
    padding: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-contents-col1__button-wrap .c-button-pattern01 {
    margin-top: 33px;
  }

  .p-contents-col1__button-wrap.left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-contents-col1__button-wrap.left .c-button-pattern01 {
    margin-right: 0;
  }

  .p-contents-col1__button-wrap.flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-contents-col1__button-wrap.flex .c-button-pattern01 {
    margin-right: 40px;
    margin-left: 0 !important;
  }
}

.p-contents-col1__list {
  position: relative;
}

.p-contents-col1__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
}

.p-contents-col1__list-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #dcdcdc;
}

.p-contents-col1__list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  background: linear-gradient(118.71deg,
      #2b7ec1 15.55%,
      #68aabd 79.69%,
      #6eafbb 79.69%);
}

@media only screen and (max-width: 768px) {
  .p-contents-col1__list-item {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}

.p-contents-col1__list-item-title {
  width: 90px;
  font-size: 1.25rem;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  margin-right: 46px;
}

@media only screen and (max-width: 768px) {
  .p-contents-col1__list-item-title {
    font-size: 1.125rem;
    line-height: 32px;
    width: 85px;
    margin-right: 20px;
  }
}

.p-contents-col1__list-item-text {
  width: calc(100% - 90px - 46px);
  font-size: 1.25rem;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

@media only screen and (max-width: 768px) {
  .p-contents-col1__list-item-text {
    width: calc(100% - 85px - 20px);
    font-size: 1.125rem;
    line-height: 32px;
  }
}

.p-contents-col1__caution {
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  margin-top: 12px;
}

.p-contents-col2 {
  position: relative;
  padding-bottom: 100px;
  padding-top: 100px;
}

.p-contents-col2 p {
  margin-top: 32px;
  font-size: 0.9375rem;
  line-height: 30px;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #1a1a1a;
}

.p-contents-col2.first {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-contents-col2 p {
    margin-top: 24px;
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.p-contents-col2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .p-contents-col2__left {
    width: 100%;
  }
}

.p-contents-col2__right {
  margin-left: 47px;
}

@media only screen and (max-width: 1440px) {
  .p-contents-col2__right {
    margin-right: -150px;
  }
}

@media only screen and (max-width: 768px) {
  .p-contents-col2__right {
    margin-right: 0;
    margin-left: 0;
  }
}

.p-contents-col2__img {
  max-width: 560px;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2__img {
    width: 100%;
    margin-top: 40px;
  }
}

.p-contents-col2__wrap {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2__wrap {
    margin-top: 40px;
  }
}

.p-contents-col2-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-list__item {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}

.p-contents-col2-list__item-num {
  width: 45px;
  font-size: 1.875rem;
  line-height: 28px;
  font-weight: 500;
  font-family: "Libre Franklin", sans-serif;
  letter-spacing: 0.04em;
  color: #8c8c8c;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-list__item-num {
    font-size: 1.5rem;
    line-height: 28px;
  }
}

.p-contents-col2-list__item-text {
  width: calc(100% - 45px - 40px);
  margin-left: 40px;
  font-size: 1.25rem;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-list__item-text {
    font-size: 1.125rem;
    line-height: 28px;
    margin-left: 15px;
  }
}

.p-contents-col2-02 {
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-contents-col2-02 p {
  margin-top: 32px;
  font-size: 0.9375rem;
  line-height: 30px;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #1a1a1a;
}

.p-contents-col2-02.first {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-02 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p-contents-col2-02 p {
    margin-top: 24px;
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.p-contents-col2-02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-02__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-contents-col2-02__left {
  width: 46%;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-02__left {
    width: 100%;
  }
}

.p-contents-col2-02__right {
  margin-left: 56px;
  width: calc(54% - 56px);
}

@media only screen and (max-width: 1440px) {
  .p-contents-col2-02__right {
    margin-right: -150px;
  }
}

.p-contents-col2-02__right.no-negative {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-02__right {
    width: 100%;
    margin-top: 32px;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-contents-col-02-02__img {
  max-width: 560px;
}

@media only screen and (max-width: 768px) {
  .p-contents-col-02-02__img {
    width: 100%;
    margin-top: 40px;
  }
}

.p-contents-col2-02__wrap {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-02__wrap {
    margin-top: 40px;
  }
}

.p-contents-col2-03 {
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-contents-col2-03 p {
  margin-top: 32px;
  font-size: 0.9375rem;
  line-height: 30px;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #1a1a1a;
}

.p-contents-col2-03.first {
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-03 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p-contents-col2-03 p {
    margin-top: 24px;
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.p-contents-col2-03__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contents-col2-03__inner.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-03__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-contents-col2-03__left {
  width: 57%;
  position: relative;
  z-index: 4;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-03__left {
    width: 100%;
  }
}

.p-contents-col2-03__right {
  margin-left: 56px;
  width: calc(43% - 56px);
}

@media only screen and (max-width: 1440px) {
  .p-contents-col2-03__right {
    margin-right: -150px;
  }
}

.p-contents-col2-03__right.no-negative {
  margin-right: 0;
}

.p-contents-col2-03__inner.reverse .p-contents-col2-03__right {
  margin-left: 0;
  margin-right: 56px;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-03__right {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .p-contents-col2-03__inner.reverse .p-contents-col2-03__right {
    margin-right: 0;
  }
}

.p-contents-col2-03__img {
  max-width: 560px;
}

.p-contents-col2-03__img img {
  position: relative;
  z-index: 4;
}

.p-contents-col2-03__img.left {
  position: relative;
}

.p-contents-col2-03__img.left::before {
  content: "";
  width: 448px;
  height: 520px;
  position: absolute;
  top: 70px;
  left: -80px;
  background: #2b7ec1;
  opacity: 0.06;
  z-index: 3;
}

@media only screen and (max-width: 1440px) {
  .p-contents-col2-03__img.left::before {
    width: 400px;
    height: 440px;
  }
}

@media only screen and (max-width: 1335px) {
  .p-contents-col2-03__img.left::before {
    width: 330px;
    height: 360px;
  }
}

.p-contents-col2-03__img.right {
  position: relative;
}

.p-contents-col2-03__img.right::before {
  content: "";
  width: 448px;
  height: 520px;
  position: absolute;
  top: 70px;
  right: -80px;
  background: rgba(123, 200, 255, 0.08);
  z-index: 3;
}

@media only screen and (max-width: 1440px) {
  .p-contents-col2-03__img.right::before {
    width: 400px;
    height: 440px;
  }
}

@media only screen and (max-width: 1335px) {
  .p-contents-col2-03__img.right::before {
    width: 330px;
    height: 360px;
  }
}

.p-contents-col2-03__img.left2 {
  position: relative;
}

.p-contents-col2-03__img.left2::before {
  content: "";
  width: 448px;
  height: 520px;
  position: absolute;
  top: 70px;
  left: -80px;
  background: #f1f7f8;
  z-index: 3;
}

@media only screen and (max-width: 1440px) {
  .p-contents-col2-03__img.left2::before {
    width: 400px;
    height: 440px;
  }
}

@media only screen and (max-width: 1335px) {
  .p-contents-col2-03__img.left2::before {
    width: 330px;
    height: 360px;
  }
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-03__img {
    width: 100%;
    margin-top: 40px;
    height: 400px;
    position: relative;
  }

  .p-contents-col2-03__img img {
    position: absolute;
    top: 0;
    right: -20px;
  }

  .p-contents-col2-03__inner.reverse .p-contents-col2-03__img img {
    right: auto;
    left: -20px;
  }

  .p-contents-col2-03__img.left::before {
    content: none;
  }

  .p-contents-col2-03__img.right::before {
    content: none;
  }

  .p-contents-col2-03__img.left2::before {
    content: none;
  }
}

.p-contents-col2-03__wrap {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-03__wrap {
    margin-top: 40px;
  }
}

.p-contents-col2-03__full-img {
  max-width: 900px;
  margin: 130px auto 0 auto;
}

.p-contents-col2-03__full-img.mt56 {
  margin-top: 56px;
}

.p-contents-col2-03__full-img.fix {
  max-width: 900px;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-03__full-img {
    margin: 32px auto 0 auto;
  }

  .p-contents-col2-03__full-img.mt56 {
    margin-top: 32px;
  }
}

.p-contents-col2-03__full-wrap {
  margin-top: 120px;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-03__full-wrap {
    margin-top: 24px;
  }
}

.p-contents-col2-03__full-wrap.mt56 {
  margin-top: 56px;
}

@media only screen and (max-width: 768px) {
  .p-contents-col2-03__full-wrap.mt56 {
    margin-top: 24px;
  }
}

.p-contents-col2-03__full-title {
  font-size: 0.8125rem;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

.p-contents-col2-03__full-text {
  font-size: 0.8125rem;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  margin-top: 10px !important;
}

.p-contents-normal {
  padding-bottom: 120px;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal {
    padding-bottom: 60px;
  }
}

.p-contents-normal-h2 {
  font-size: 1.875rem;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-h2 {
    font-size: 1.75rem;
  }
}

.p-contents-normal-text {
  margin-top: 24px;
  font-size: 0.9375rem;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-text {
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.p-contents-normal-nav {
  margin-top: 64px !important;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-nav {
    margin-top: 40px !important;
  }
}

.p-contents-normal-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-contents-normal-nav__list-item-link {
  font-size: 0.9375rem;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #1a1a1a !important;
  text-decoration: none !important;
  font-weight: 500;
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
  position: relative;
  padding-right: 30px;
}

.p-contents-normal-nav__list-item-link::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0%;
  width: 20px;
  height: 13px;
  background-size: 100%;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-nav__list-item-link {
    font-size: 0.875rem;
    letter-spacing: 0.03em;
  }
}

.p-contents-normal-h3 {
  margin-top: 100px;
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  padding-bottom: 22px;
  position: relative;
}

.p-contents-normal-h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ececec;
}

.p-contents-normal-h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  background: linear-gradient(118.71deg,
      #2b7ec1 15.55%,
      #68aabd 79.69%,
      #6eafbb 79.69%);
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-h3 {
    margin-top: 58px;
    font-size: 1.375rem;
  }
}

.p-contents-normal-h4 {
  margin-top: 42px;
}

.p-contents-normal-h4.mt80 {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-h4 {
    margin-top: 24px;
  }

  .p-contents-normal-h4.mt80 {
    margin-top: 40px;
  }
}

.p-contents-normal-h5 {
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  margin-top: 24px;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-h5 {
    font-size: 1rem;
  }
}

.p-contents-normal-catch__wrap {
  margin-top: 48px;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-catch__wrap {
    margin-top: 40px;
  }
}

.p-contents-normal-catch__box {
  background: #f2f7fb;
  padding: 40px 25px;
}

.p-contents-normal-catch__box:not(:first-child) {
  margin-top: 32px;
}

.p-contents-normal-catch__box.color2 {
  background: #f7fbfc;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-catch__box {
    padding: 32px 24px;
  }

  .p-contents-normal-catch__box:not(:first-child) {
    margin-top: 15px;
  }
}

.p-contents-normal-catch__box-title h5 {
  font-size: 1.5rem;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #2b7ec1;
  text-align: center;
}

.p-contents-normal-catch__box.color2 .p-contents-normal-catch__box-title h5 {
  color: #6eafbb;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-catch__box-title h5 {
    font-size: 1rem;
    line-height: 24px;
  }
}

.p-contents-normal-catch__box-text {
  font-size: 1.5rem;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  text-align: center;
  margin-top: 16px;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-catch__box-text {
    font-size: 1rem;
    line-height: 24px;
    margin-top: 10px;
  }
}

.p-contents-normal-img__full {
  max-width: 900px;
  margin: 48px auto 0 auto;
}

.p-contents-normal-img__full img {
  width: 100%;
}

.p-contents-normal-img__full.fix1 {
  max-width: 327px;
  argin: 48px auto 0 auto;
}

.p-contents-normal-img__full.fix2 {
  max-width: 425px;
  argin: 48px auto 0 auto;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-img__full {
    argin: 25px auto 0 auto;
  }

  .p-contents-normal-img__full.fix1 {
    argin: 25px auto 0 auto;
  }

  .p-contents-normal-img__full.fix2 {
    argin: 25px auto 0 auto;
  }
}

.p-contents-normal-catch__box__inner {
  max-width: 610px;
  margin: 32px auto 0 auto;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-catch__box__inner {
    margin: 20px auto 0 auto;
  }
}

.p-contents-normal-catch__box-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contents-normal-catch__box-list-item:not(:first-child) {
  margin-top: 17px;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-catch__box-list-item:not(:first-child) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-catch__box-list-item {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.p-contents-normal-catch__box-list-item-left {
  font-size: 1.5rem;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  font-weight: 500;
  font-family: "Libre Franklin", sans-serif;
  margin-right: 16px;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-catch__box-list-item-left {
    width: 34px;
    font-size: 1.125rem;
    line-height: 28px;
  }
}

.p-contents-normal-catch__box-list-item-right {
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #232323;
}

@media only screen and (max-width: 768px) {
  .p-contents-normal-catch__box-list-item-right {
    width: calc(100% - 34px);
    font-size: 1rem;
    line-height: 28px;
  }
}

.p-contents-header:not(:last-child) {
  margin-top: 105px;
}

@media only screen and (max-width: 768px) {
  .p-contents-header:not(:last-child) {
    margin-top: 60px;
  }
}

.p-contents-header.first {
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  .p-contents-header.first {
    margin-top: 40px;
  }
}

.p-contents-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 28px;
  letter-spacing: 0.04em;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
}

@media only screen and (max-width: 768px) {
  .p-contents-header__title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.375rem;
    line-height: 28px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.p-contents-header__number {
  white-space: nowrap;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #8c8c8c;
  margin-right: 24px;
}

@media only screen and (max-width: 768px) {
  .p-contents-header__number {
    margin-top: 4px;
    font-size: 1.875rem;
    margin-right: 20px;
  }
}

.p-contents-body p {
  margin: 24px 0;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 30px;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
  .p-contents-body p {
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.p-contents-img-wrap {
  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;
  margin: 0 -8px;
}

@media only screen and (max-width: 768px) {
  .p-contents-img-wrap {
    margin: -8px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

* .p-contents-img-wrap {
  margin-top: 56px;
}

@media only screen and (max-width: 768px) {
  * .p-contents-img-wrap {
    margin-top: 24px;
  }
}

.p-contents-img-wrap .p-contents-img__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 8px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-contents-img-wrap .p-contents-img__item {
    margin: 8px 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-contents-img-wrap .p-contents-img__item img {
    width: 100% !important;
  }
}

.p-contents-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px !important;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .p-contents-notice {
    width: 100% !important;
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.p-standard h1 {
  margin: 0 0 45px 0;
  font-size: 1.875rem;
  color: #2d2d2d;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .p-standard h1 {
    font-size: 1.125rem;
    margin: 0 0 20px 0;
    line-height: 1.4;
  }
}

.p-standard h2 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: solid 3px #dfdfcc;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 768px) {
  .p-standard h2 {
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 12px;
  }
}

.p-standard h2:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #d7d702;
}

.p-standard h3 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 27px;
  font-weight: 700;
  font-size: 19px;
  line-height: 36px;
}

@media only screen and (max-width: 768px) {
  .p-standard h3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 36px;
  }
}

.p-standard h3:before {
  display: block;
  content: "\ea0b";
  font-family: "myfont";
  color: #d7d702;
  font-size: 0.9375rem;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
}

.p-standard h4 {
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-standard h4:before {
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -3px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fef400;
}

.p-standard h5 {
  margin-bottom: 25px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-standard p {
  font-size: 1.0625rem;
  line-height: 2;
  word-break: normal;
}

@media only screen and (max-width: 768px) {
  .p-standard p {
    font-size: 1rem;
    line-height: 2;
    word-break: normal;
  }
}

.p-standard a {
  color: #003dff;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-standard a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.p-standard figure {
  margin: 34px 0 0;
  text-align: center;
}

.p-standard figure img {
  margin: 0 auto;
}

.p-standard figcaption {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-standard figcaption {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }
}


.p-standard p img {
  margin-top: 0;
}

.p-standard figure {
  text-align: center;
}

.p-standard figure figcaption {
  margin-top: 5px;
  font-size: 0.75rem;
  text-align: center;
}

.p-standard dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-standard dl+dl {
  margin-top: 0;
}

.p-standard dl dt {
  font-weight: 500;
  clear: both;
  width: 33%;
  padding: 20px 20px;
  font-weight: 500;
  color: #000;
  border-top: solid 1px #000;
  line-height: 1.7;
}

.p-standard dl dd {
  padding: 20px 10px 20px 40px;
  border-top: solid 1px #c7c7c7;
  line-height: 1.7;
  width: 67%;
}

.p-standard ul>li {
  position: relative;
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0.03em;
  counter-increment: num;
  padding-left: 25px;
}

.p-standard ul>li>ul {
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  counter-reset: num;
}

.p-standard ul>li>ul>li {
  counter-increment: num;
}

.p-standard ul>li>ul>ul {
  padding-left: 22px;
}

.p-standard ul li:first-child {
  margin-top: 0;
}

.p-standard ul li:before {
  display: block;
  content: "\ea0a";
  font-family: "myfont";
  color: #000;
  font-size: 0.9375rem;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 2;
}

.p-standard ul li:after {
  content: "";
  margin-top: 0.625em;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #fef400;
  z-index: 1;
}

.p-standard ol>li {
  position: relative;
  font-size: 0.875rem;
  line-height: 2;
  counter-increment: num;
  padding-left: 22px;
}

.p-standard ol>li ol {
  padding-left: 22px;
  margin-bottom: 10px;
  counter-reset: num;
}

.p-standard ol>li ol>li {
  counter-increment: num;
}

.p-standard ol>li ol ol {
  padding-left: 22px;
}

.p-standard ol li:before {
  content: counter(num);
  position: absolute;
  left: 2px;
  top: 6px;
  display: block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  background: none !important;
}

.p-standard table {
  width: 100% !important;
  border-top: solid 1px #a9a9a4;
  border-left: solid 1px #a9a9a4;
}

.p-standard table .cell-align--left {
  text-align: left;
}

.p-standard table .cell-align--center {
  text-align: center;
}

.p-standard table .cell-align--right {
  text-align: right;
}

.p-standard table .cell-valign--top {
  vertical-align: top;
}

.p-standard table .cell-valign--middle {
  vertical-align: middle;
}

.p-standard table .cell-valign--bottom {
  vertical-align: bottom;
}

.p-standard table .cell-fontSize--s {
  font-size: 0.75rem;
}

.p-standard table .notice {
  position: relative;
  padding: 5px 0 5px 20px;
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}

.p-standard table .notice .text {
  font-size: 1.125rem;
}

.p-standard table .txt-small {
  display: block;
  margin-top: 30px;
}

.p-standard table small {
  font-size: 0.625rem;
}

.p-standard table a {
  text-decoration: underline;
}

.p-standard table a:hover {
  text-decoration: none;
}

.p-standard table thead tr th {
  padding: 8px 40px;
  background: #000;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .p-standard table thead tr th {
    font-size: 0.6875rem;
    padding: 8px 15px;
  }
}

.p-standard table tbody tr td {
  text-align: left;
  padding: 15px 10px;
}

.p-standard table tr th {
  border-right: solid 1px #a9a9a4;
  border-bottom: solid 1px #a9a9a4;
  vertical-align: middle;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: normal;
  word-wrap: break-word;
  width: 12%;
  text-align: left;
  padding: 15px 10px;
}

@media only screen and (max-width: 1024px) {
  .p-standard table tr th {
    width: auto !important;
    font-size: 0.6875rem;
  }
}

@media only screen and (max-width: 1024px) {
  .p-standard table tr th {
    padding: 6px 8px;
  }
}

.p-standard table tr td {
  padding: 12px 10px;
  border-right: solid 1px #a9a9a4;
  border-bottom: solid 1px #a9a9a4;
  background: #fff;
  vertical-align: middle;
  line-height: 1.5;
  position: relative;
  width: auto !important;
  max-width: 70%;
}

@media only screen and (max-width: 1024px) {
  .p-standard table tr td {
    font-size: 0.6875rem;
  }
}

@media only screen and (max-width: 1024px) {
  .p-standard table tr td {
    padding: 6px 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-standard .is-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }

  .p-standard .is-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .p-standard .is-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
  }

  .p-standard .is-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }

  .p-standard .is-scroll table {
    width: 150% !important;
  }

  .p-standard .is-scroll.is-scroll-width--x2 table {
    width: 200%;
  }

  .p-standard .is-scroll.is-scroll-width--x2-1 table {
    width: 210%;
  }

  .p-standard .is-scroll.is-scroll-width--x2-2 table {
    width: 220%;
  }

  .p-standard .is-scroll.is-scroll-width--x2-3 table {
    width: 230%;
  }

  .p-standard .is-scroll.is-scroll-width--x2-4 table {
    width: 240%;
  }

  .p-standard .is-scroll.is-scroll-width--x2-5 table {
    width: 250%;
  }

  .p-standard .is-scroll.is-scroll-width--x3 table {
    width: 300%;
  }

  .p-standard .is-scroll table tr th,
  .p-standard .is-scroll table tr td {
    white-space: nowrap;
    word-wrap: initial;
  }
}

.p-standard>*,
.p-standard>blockquote,
.p-standard>dl,
.p-standard>dd,
.p-standard>h1,
.p-standard>h2,
.p-standard>h3,
.p-standard>h4,
.p-standard>h5,
.p-standard>h6,
.p-standard>hr,
.p-standard>figure,
.p-standard>p,
.p-standard>a,
.p-standard>ul,
.p-standard>ol,
.p-standard>pre {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {

  .p-standard>*,
  .p-standard>blockquote,
  .p-standard>dl,
  .p-standard>dd,
  .p-standard>h1,
  .p-standard>h2,
  .p-standard>h3,
  .p-standard>h4,
  .p-standard>h5,
  .p-standard>h6,
  .p-standard>hr,
  .p-standard>figure,
  .p-standard>p,
  .p-standard>a,
  .p-standard>ul,
  .p-standard>ol,
  .p-standard>pre {
    margin-top: 30px;
  }
}

.p-standard>*:last-child,
.p-standard>blockquote:last-child,
.p-standard>dl:last-child,
.p-standard>dd:last-child,
.p-standard>h1:last-child,
.p-standard>h2:last-child,
.p-standard>h3:last-child,
.p-standard>h4:last-child,
.p-standard>h5:last-child,
.p-standard>h6:last-child,
.p-standard>hr:last-child,
.p-standard>figure:last-child,
.p-standard>p:last-child,
.p-standard>a:last-child,
.p-standard>ul:last-child,
.p-standard>ol:last-child,
.p-standard>pre:last-child {
  margin-bottom: 0;
}

.p-standard>*:first-child {
  margin-top: 0;
}

.p-standard>*+h2 {
  margin-top: 45px;
}

@media only screen and (min-width: 768px) {
  .p-standard>*+h2 {
    margin-top: 80px;
  }
}

.p-standard>h2+* {
  margin-top: 35px;
}

@media only screen and (min-width: 768px) {
  .p-standard>h2+* {
    margin-top: 40px;
  }
}

.p-standard>h2+h2 {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .p-standard>h2+h2 {
    margin-top: 80px;
  }
}

.p-standard>*+h3 {
  margin-top: 40px;
}

.p-standard>h3+* {
  margin-top: 25px;
}

.p-standard>*+h4 {
  margin-top: 30px;
}

.p-standard>h4+* {
  margin-top: 20px;
}

.p-standard>*+h5 {
  margin-top: 25px;
}

.p-standard>h5+* {
  margin-top: 18px;
}

.p-standard>*+h6 {
  margin-top: 25px;
}

.p-standard>h6+* {
  margin-top: 18px;
}

.p-standard>h2+h3 {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .p-standard>h2+h3 {
    margin-top: 32px;
  }
}

.p-news-list.is-border {
  border-top: 1px solid #cccbb8;
}

@media only screen and (max-width: 768px) {
  .p-news-list.is-border {
    border-top: 3px solid #262626;
    padding-top: 9px;
  }
}

.p-news-list .p-news-list__item a {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cccbb8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .p-news-list .p-news-list__item a {
    padding: 8px 0;
  }
}

.ua-pc .p-news-list .p-news-list__item a:hover {
  background: #f0f0c9;
}

.p-news-list .p-news-list__image {
  width: 160px;
  position: relative;
}

.p-news-list .p-news-list__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-news-list .p-news-list__image> :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-news-list .p-news-list__image:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.p-news-list .p-news-list__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .p-news-list .p-news-list__image {
    width: 140px;
    position: relative;
  }

  .p-news-list .p-news-list__image::before {
    content: "";
    display: block;
    padding-top: 64.2857142857%;
  }

  .p-news-list .p-news-list__image> :first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    object-fit: contain;
  }
}

.p-news-list .p-news-list__image.-top img {
  -o-object-position: center top;
  object-position: center top;
}

.p-news-list .p-news-list__image.-middle img {
  -o-object-position: center;
  object-position: center;
}

.p-news-list .p-news-list__image.-bottom img {
  -o-object-position: center bottom;
  object-position: center bottom;
}

.p-news-list .p-news-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 26px;
}

@media only screen and (max-width: 768px) {
  .p-news-list .p-news-detail {
    margin-left: 16px;
  }
}



.u-autoSpacer>* {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .u-autoSpacer>* {
    margin-top: 20px;
  }
}

.u-autoSpacer>*:last-child {
  margin-bottom: 0;
}

.u-autoSpacer>*:first-child {
  margin-top: 0;
}

.u-autoSpacer>*+h2 {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .u-autoSpacer>*+h2 {
    margin-top: 45px;
  }
}

.u-autoSpacer>h2+* {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .u-autoSpacer>h2+* {
    margin-top: 35px;
  }
}

.u-autoSpacer>*+h3 {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .u-autoSpacer>*+h3 {
    margin-top: 20px;
  }
}

.u-autoSpacer>h3+* {
  margin-top: 25px;
}

.u-autoSpacer>*+h4 {
  margin-top: 30px;
}

.u-autoSpacer>h4+* {
  margin-top: 20px;
}

.u-autoSpacer>*+h5 {
  margin-top: 25px;
}

.u-autoSpacer>h5+* {
  margin-top: 18px;
}

.u-autoSpacer>*+h6 {
  margin-top: 25px;
}

.u-autoSpacer>h6+* {
  margin-top: 18px;
}

.u-autoSpacer>h2+h3 {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .u-autoSpacer>h2+h3 {
    margin-top: 20px;
  }
}

.u-highlighter {
  display: inline-block;
  padding: 1px 5px;
  line-height: 1.4;
}

.u-highlighter.is-red {
  background: #e60012;
  color: #fff;
}

.u-highlighter.is-yellow {
  background: #ffff4d;
}

.u-show--pc {
  visibility: visible;
  position: static;
}

br.u-show--pc {
  display: block;
}

img.u-show--pc {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .u-show--pc {
    visibility: hidden;
    position: absolute;
  }

  br.u-show--pc {
    display: none;
  }

  img.u-show--pc {
    display: none;
  }
}

.u-show--pc-tb {
  visibility: visible;
  position: static;
}

br.u-show--pc-tb {
  display: block;
}

img.u-show--pc-tb {
  display: block;
}

@media only screen and (max-width: 768px) {
  .u-show--pc-tb {
    visibility: hidden;
    position: absolute;
  }

  br.u-show--pc-tb {
    display: none;
  }

  img.u-show--pc-tb {
    display: none;
  }
}

.u-show--tb {
  visibility: hidden;
  position: absolute;
}

br.u-show--tb {
  display: none;
}

img.u-show--tb {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .u-show--tb {
    visibility: visible;
    position: static;
  }

  br.u-show--tb {
    display: block;
  }

  img.u-show--tb {
    display: block;
  }
}

.u-show--sp {
  visibility: hidden;
  position: absolute;
}

br.u-show--sp {
  display: none;
}

img.u-show--sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .u-show--sp {
    visibility: visible;
    position: static;
  }

  br.u-show--sp {
    display: block;
  }

  img.u-show--sp {
    display: block;
  }
}

.u-show--sp_s {
  visibility: hidden;
  position: absolute;
}

br.u-show--sp_s {
  display: none;
}

img.u-show--sp_s {
  display: none;
}

@media only screen and (max-width: 599px) {
  .u-show--sp_s {
    visibility: visible;
    position: static;
  }

  br.u-show--sp_s {
    display: block;
  }

  img.u-show--sp_s {
    display: block;
  }
}

.u-show--ios {
  display: none;
}

.ua-iphone .u-show--ios {
  display: block;
}

.ua-ipad .u-show--ios {
  display: block;
}

.u-show--android {
  display: none;
}

.ua-android .u-show--android {
  display: block;
}

.u-fw_n {
  font-weight: normal !important;
}

.u-fw_b {
  font-weight: bold !important;
}

.u-fz_xxl {
  font-size: 120% !important;
}

.u-fz_xl {
  font-size: 115% !important;
}

.u-fz_l {
  font-size: 110% !important;
}

.u-fz_s {
  font-size: 90% !important;
}

.u-fz_xs {
  font-size: 85% !important;
}

.u-fz_xxs {
  font-size: 80% !important;
}

.u-td_n {
  text-decoration: none !important;
}

.u-td_u {
  text-decoration: underline !important;
}

.u-ta_l {
  text-align: left !important;
}

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

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

.u-mt_xxxl {
  margin-top: 50px !important;
}

.u-mt_xxl {
  margin-top: 45px !important;
}

.u-mt_xl {
  margin-top: 40px !important;
}

.u-mt_l {
  margin-top: 35px !important;
}

.u-mt_m {
  margin-top: 30px !important;
}

.u-mt_s {
  margin-top: 25px !important;
}

.u-mt_xs {
  margin-top: 20px !important;
}

.u-mt_xxs {
  margin-top: 15px !important;
}

.u-mt_xxxs {
  margin-top: 10px !important;
}

.u-mt_xxxxs {
  margin-top: 5px !important;
}

.u-mr_xxxl {
  margin-right: 50px !important;
}

.u-mr_xxl {
  margin-right: 45px !important;
}

.u-mr_xl {
  margin-right: 40px !important;
}

.u-mr_l {
  margin-right: 35px !important;
}

.u-mr_m {
  margin-right: 30px !important;
}

.u-mr_s {
  margin-right: 25px !important;
}

.u-mr_xs {
  margin-right: 20px !important;
}

.u-mr_xxs {
  margin-right: 15px !important;
}

.u-mr_xxxs {
  margin-right: 10px !important;
}

.u-mr_xxxxs {
  margin-right: 5px !important;
}

.u-mb_xxxl {
  margin-bottom: 50px !important;
}

.u-mb_xxl {
  margin-bottom: 45px !important;
}

.u-mb_xl {
  margin-bottom: 40px !important;
}

.u-mb_l {
  margin-bottom: 35px !important;
}

.u-mb_m {
  margin-bottom: 30px !important;
}

.u-mb_s {
  margin-bottom: 25px !important;
}

.u-mb_xs {
  margin-bottom: 20px !important;
}

.u-mb_xxs {
  margin-bottom: 15px !important;
}

.u-mb_xxxs {
  margin-bottom: 10px !important;
}

.u-mb_xxxxs {
  margin-bottom: 5px !important;
}

.u-ml_xxxl {
  margin-left: 50px !important;
}

.u-ml_xxl {
  margin-left: 45px !important;
}

.u-ml_xl {
  margin-left: 40px !important;
}

.u-ml_l {
  margin-left: 35px !important;
}

.u-ml_m {
  margin-left: 30px !important;
}

.u-ml_s {
  margin-left: 25px !important;
}

.u-ml_xs {
  margin-left: 20px !important;
}

.u-ml_xxs {
  margin-left: 15px !important;
}

.u-ml_xxxs {
  margin-left: 10px !important;
}

.u-ml_xxxxs {
  margin-left: 5px !important;
}

.u-d_n {
  display: none !important;
}

.u-d_b {
  display: block !important;
}

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

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

.u-d_i {
  display: inline !important;
}

.u-d_ib {
  display: inline-block !important;
}

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

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

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

/* -------------------------
  PARTNERS
  ------------------------- */
.top-partners {
  background: #fff;
  position: relative;
  padding: 100px 0 100px;
  z-index: 1;
}

.top-partners:last-child {
  padding: 0 0 140px;
}

@media only screen and (max-width: 768px) {
  .top-partners {
    padding: 60px 0 60px;
    z-index: 0;
  }

  .top-partners:last-child {
    padding: 0 0 70px;
  }
}

.top-partners .top-partners-header {
  text-align: center;
  margin: 0 0 80px;
}

@media only screen and (max-width: 768px) {
  .top-partners .top-partners-header {
    margin: 0 0 47px;
  }
}

.top-partners .top-partners-header h2 {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-size: 42px;
  line-height: 51px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .top-partners .top-partners-header h2 {
    font-size: 27px;
    border-radius: 60px;
    line-height: 40px;
  }
}

.top-partners .top-partners-header span {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 0.8;
  text-align: center;
  letter-spacing: 0.02em;
  color: #dcd300;
}

@media only screen and (max-width: 768px) {
  .top-partners .top-partners-header span {
    font-size: 12px;
    line-height: 17px;
    margin-top: -7px;
  }
}

.top-partners__wrap {
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 1024px) {
  .top-partners__wrap {
    margin: 0 auto 80px;
  }
}

.top-partners__wrap:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .top-partners__wrap {
    width: 85%;
  }
}

.top-partners__wrap.other:not(:last-of-type) {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .top-partners__wrap.other:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.top-partners-rank {
  text-align: center;
  margin: 0 0 20px;
}

.top-partners-rank span {
  display: inline-block;
  padding: 5px 30px;
  background: #fff100;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  font-weight: 600;
}

.top-partners-logo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 0px;
}

.top-partners-logo__item a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  object-fit: contain;
}

.top-partners-logo__item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.top-partners-logo.diamond {
  margin: 30px auto 50px;
}

.top-partners-logo.diamond .top-partners-logo__item {
  /* width: 380px;
  height: 190px; */
  width: 430px;
  height: 220px;
}

@media only screen and (max-width: 768px) {
  /* .top-partners-logo.diamond {
    width: 108px;
    height: auto;
    margin: 30px auto 40px;
  } */
}

.top-partners-logo.platinum {
  margin: 30px auto 50px;
}

.top-partners-logo.platinum .top-partners-logo__item {
  /* width: 300px;
  height: 150px; */
  width: 240px;
  height: 140px;
}

@media only screen and (max-width: 768px) {
  /* .top-partners-logo.platinum {
    width: 107px;
    height: auto;
    margin: 30px auto 40px;
  } */
}

.top-partners-logo.gold {
  max-width: 1040px;
  margin: 0 auto;
}

.top-partners-logo.gold .top-partners-logo__item {
  width: 200px;
  height: 100px;
  margin: 0 30px;
}

.top-partners-logo.gold .top-partners-logo__item.bridgestone {
    width: 80px;
 }

@media only screen and (max-width: 1100px) {
  .top-partners-logo.gold {
    max-width: 540px;
    width: 100%;
  }

  .top-partners-logo.gold .top-partners-logo__item {
    margin: 0 30px 30px;
  }
}

.top-partners-logo.silver {
  /*max-width: 1040px;*/
  margin: 0 auto 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.top-partners-logo.silver .top-partners-logo__item {
  width: 164px;
  height: 82px;
  margin: 0 20px;
}

@media only screen and (max-width: 1100px) {
  .top-partners-logo.silver {
    max-width: 680px;
    width: 100%;
  }
  .top-partners-logo.silver .top-partners-logo__item {
    margin: 0 30px 30px;
  }
}

.top-partners-logo.-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.top-partners-logo.bronze {
  /* max-width: 720px; */
  margin: 0 auto 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.top-partners-logo.bronze .top-partners-logo__item {
  width: 130px;
  height: 65px;
  margin: 0 20px;
}

.top-partners-logo.bronze .top-partners-logo__item.kyuden {
    width: 160px;
  }

.top-partners-logo.-communication .top-partners-logo__item {
  width: 200px;
  height: 40px;
  margin: 10px auto;
}

.top-partners-logo.consulting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 684px;
  margin: 0 auto;
}

.top-partners-logo.consulting .top-partners-logo__item {
  width: 124px;
  height: 62px;
  margin: 0 15px 0;
}

.top-partners-logo.consulting .top-partners-logo__item.kyushukuadori {
  width: 180px;
  height: 80px;	
  }

.top-partners-logo.supporters {
  /*max-width: 980px;*/
  max-width: 1120px;
  width: 100%;
  margin: 0 auto 60px;
}

.top-partners-logo.supporters .top-partners-logo__item {
  width: 110px;
  height: 55px;
  margin: 0 15px 30px;
}

@media only screen and (min-width: 769px) {
  .top-partners-logo.supporters .top-partners-logo__item.tokiomarine-nichido {
    width: 120px;
  }

  .top-partners-logo.supporters .top-partners-logo__item.mitsui-high-tec {
    width: 150px;
  }
	
  .top-partners-logo.supporters .top-partners-logo__item.kyuden {
    width: 150px;
  }

  .top-partners-logo.supporters .top-partners-logo__item.ncbank {
    width: 120px;
  }

  .top-partners-logo.supporters .top-partners-logo__item.saibugas {
    width: 150px;
  }

  .top-partners-logo.supporters .top-partners-logo__item.kyusanko {
    width: 130px;
  }
	
.top-partners-logo.supporters .top-partners-logo__item.kyusanko {
    width: 130px;
  }
	
  .top-partners-logo.supporters .top-partners-logo__item.nomura {
    width: 130px;
  }
  .top-partners-logo.supporters .top-partners-logo__item.westjr {
    width: 120px;
  }
  .top-partners-logo.supporters .top-partners-logo__item.kabuto {
    width: 90px;
  }
  .top-partners-logo.supporters .top-partners-logo__item.fukuoka-fg {
    width: 190px;
  }
}

.top-partners-logo__item.soon {
  pointer-events: none;
}

.top-partners-logo.-text .top-partners-logo__item {
  margin-bottom: 43px;
}

.top-partners-logo__item .top-partners-logo__item__text {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .top-partners-logo.bronze .top-partners-logo__item {
    margin: 0 20px 30px;
  }
}

@media only screen and (max-width: 768px) {

  .top-partners-logo.silver .top-partners-logo__item,
  .top-partners-logo.bronze .top-partners-logo__item {
    margin: 0 20px 30px;
  }

  .top-partners-logo.consulting .top-partners-logo__item {
    margin: 0 15px 30px;
  }

  .top-partners-logo.supporters {
    margin-bottom: 30px;
  }

  .top-partners-logo.-text .top-partners-logo__item {
    margin-bottom: 20px;
  }

  .top-partners-logo__item .top-partners-logo__item__text {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 0.8125rem;
  }
}

@media only screen and (max-width: 550px) {
  .top-partners__wrap {
    margin: 0 auto 10px;
  }

  .top-partners-logo.diamond .top-partners-logo__item {
    width: 230px;
    height: auto;
  }

  .top-partners-logo.platinum .top-partners-logo__item {
    width: 200px;
    height: auto;
  }

  .top-partners-logo.gold,
  .top-partners-logo.silver {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .top-partners-logo.gold .top-partners-logo__item {
    width: 180px;
    height: 80px;
    margin: 0 0 30px;
  }

  .top-partners-logo.silver .top-partners-logo__item {
    width: 134px;
    height: 62px;
    margin: 0 10px 30px;
  }

  .top-partners-logo.bronze .top-partners-logo__item {
    margin: 0 10px 30px;
  }
}

/* ----------------------------
  お知らせ
 ---------------------------- */
.p-category-header {
  border-bottom: 3px solid #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .p-category-header {
    padding: 0 32px 11px;
    margin: -15px 0 24px;
  }
}

.p-category-header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

@media only screen and (max-width: 768px) {
  .p-category-header__text {
    font-size: 14px;
    line-height: 21px;
  }
}

.p-category-header__text:before {
  content: "";
  width: 36px;
  height: 1px;
  background: #000;
  margin-right: 4px;
}

@media only screen and (max-width: 768px) {
  .p-category-header__text:before {
    width: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p-news {
    padding: 0 30px;
  }
}

.p-news-header {
  margin-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  .p-news-header {
    margin-bottom: 44px;
  }
}

.p-news-header time {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #39aa96;
}

@media only screen and (max-width: 768px) {
  .p-news-header time {
    font-size: 15px;
    line-height: 24px;
  }
}

.p-news-header h1 {
  margin-top: 10px;
  font-weight: 600;
  font-size: 32px;
  line-height: 49px;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
  .p-news-header h1 {
    font-size: 20px;
    line-height: 27px;
  }
}

.p-news-body {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid #cccbb8;
}

@media only screen and (max-width: 768px) {
  .p-news-body {
    padding-bottom: 40px;
    margin-bottom: 0;
    border-bottom-width: 0;
  }
}

.p-news-body p {
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .p-news-body p {
    font-size: 15px;
    line-height: 28px;
  }
}

.p-news-body img {
  display: block;
  margin: 0 auto;
}

.p-news-body a {
  color: #ee8f00;
  text-decoration: underline;
}

.ua-pc .p-news-body a:hover {
  text-decoration: none;
}

.c-results {
  background: #f1f1e7;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 768px) {
  .c-results {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}


.top-overview {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 144px;
  background-color: #f1f1e7;
}

@media only screen and (max-width: 1024px) {
  .top-overview {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
}

.top-overview__inner {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 618px;
  width: 100%;
  background-image: url("/tdk-2023/assets/img/top/top-overview-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .top-overview__inner {
    height: auto;
    padding-top: 86px;
    padding-bottom: 80px;
  }
}

.top-overview__inner:before,
.top-overview__inner:after {
  position: absolute;
  content: "";
  height: 52px;
  width: 1px;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {

  .top-overview__inner:before,
  .top-overview__inner:after {
    height: 30px;
  }
}

.top-overview__inner:before {
  background-color: #000;
  top: -52px;
}

@media only screen and (max-width: 768px) {
  .top-overview__inner:before {
    top: -30px;
  }
}

.top-overview__inner:after {
  background-color: #fff;
  top: 0;
}

.top-overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 74px;
  max-width: calc(1320px - 2 * 130px + 2 * 30px);
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .top-overview-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: -30px;
  }
}

.top-overview-list__item {
  width: calc((100% - 2 * 47px) / 3);
}

@media only screen and (max-width: 768px) {
  .top-overview-list__item {
    width: calc((100% - 18px) / 2);
    margin-bottom: 30px;
  }
}

.top-overview-list__item:not(:nth-child(3n)) {
  margin-right: 47px;
}

@media only screen and (max-width: 768px) {
  .top-overview-list__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .top-overview-list__item:not(:nth-child(2n)) {
    margin-right: 18px;
  }
}

.top-overview-list__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top-overview-list__item.is-yet .top-overview-list__inner {
  pointer-events: none;
}

.top-overview-list__inner:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  z-index: 100;
  -webkit-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .top-overview-list__inner:before {
    display: none;
  }
}

.top-overview-list__item.is-yet .top-overview-list__inner:before {
  background-color: #979797;
}

.top-overview-list__inner:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  z-index: 110;
  -webkit-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
  background-color: #fff100;
}

@media only screen and (min-width: 769px) {
  .top-overview-list__inner:hover:after {
    width: 100%;
  }
}

.top-overview-list__inner .-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.top-overview-list__inner .-thumbnail img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .top-overview-list__inner .-thumbnail img {
    height: 99px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover ; object-position: 50% 50% ";
  }
}

@media only screen and (min-width: 769px) {
  .top-overview-list__inner:hover .-thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.top-overview-list__inner .top-overview-list__item.is-yet .-thumbnail:before,
.top-overview-list__item.is-yet .top-overview-list__inner .-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  content: "\6e96\5099\4e2d";
  padding: 11px 29px 13px 32px;
  white-space: nowrap;
  color: #fff100;
  font-size: 1.125rem;
  line-height: 26.06px;
  font-weight: bold;
  letter-spacing: 0.13em;
  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;
  background-color: #000;
  border-radius: 2px;
  z-index: 100;
}

.top-overview-list__inner .top-overview-list__item.is-yet body.page-en .-thumbnail:before,
body.page-en .top-overview-list__inner .top-overview-list__item.is-yet .-thumbnail:before,
.top-overview-list__item.is-yet .top-overview-list__inner body.page-en .-thumbnail:before,
body.page-en .top-overview-list__item.is-yet .top-overview-list__inner .-thumbnail:before {
  content: "coming soon";
}

@media only screen and (max-width: 768px) {

  .top-overview-list__inner .top-overview-list__item.is-yet .-thumbnail:before,
  .top-overview-list__item.is-yet .top-overview-list__inner .-thumbnail:before {
    font-size: 0.75rem;
    line-height: 1.5;
    padding: 10px 18px 13px 19px;
  }
}

.top-overview-list__inner .-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 27px;
}

@media only screen and (max-width: 768px) {
  .top-overview-list__inner .-detail {
    padding-top: 8px;
    padding-bottom: 0;
    padding-right: 0px;
  }
}

.top-overview-list__inner .-detail:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 19px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

@media only screen and (max-width: 768px) {
  .top-overview-list__inner .-detail:before {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .top-overview-list__inner:hover .-detail:before {
    border-color: transparent transparent transparent #fff100;
  }
}

.top-overview-list__inner .top-overview-list__item.is-yet .-detail:before,
.top-overview-list__item.is-yet .top-overview-list__inner .-detail:before {
  border-color: transparent transparent transparent #979797;
}

.top-overview-list__inner .-detail .-main {
  display: inline-block;
  font-size: 1.1875rem;
  line-height: 27.51px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff100;
}

@media only screen and (max-width: 768px) {
  .top-overview-list__inner .-detail .-main {
    font-size: 0.875rem;
    line-height: 26px;
  }
}

.top-overview-list__inner .-detail .top-overview-list__item.is-yet .-main,
.top-overview-list__item.is-yet .top-overview-list__inner .-detail .-main {
  color: #979797;
}

.top-overview-list__inner .-detail .-main+.-sub {
  margin-top: 3px;
}

.top-overview-list__inner .-detail .-sub {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  font-family: Poppins;
}

@media only screen and (max-width: 768px) {
  .top-overview-list__inner .-detail .-sub {
    font-size: 0.6875rem;
  }
}

.top-overview-list__inner .-detail .top-overview-list__item.is-yet .-sub,
.top-overview-list__item.is-yet .top-overview-list__inner .-detail .-sub {
  color: #979797;
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-section-title .-main {
  font-family: Poppins;
  font-style: italic;
  font-size: 2.4375rem;
  line-height: 58.5px;
  font-weight: 500;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .c-section-title .-main {
    font-size: 1.75rem;
    line-height: 42px;
  }
}

.c-section-title .-sub {
  font-size: 1rem;
  line-height: 23.17px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-right: -0.02em;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .c-section-title .-sub {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.c-section-title .-main+.-sub {
  margin-top: -2px;
}

@media only screen and (max-width: 768px) {
  .c-section-title .-main+.-sub {
    margin-top: -5px;
  }
}

.c-section-title .-yellow {
  color: #fff100;
}

.c-section-title .-white {
  color: #fff;
}

.c-section-title .-black {
  color: #000;
}

.top-news__event{
  width: 100%;
  margin-top: 50px;
}
.top-news__event .top-news__event_flex{
  /*width: 100%;*/
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.top-news__event .top-news__event_flex .p-news-list{
  width: 23%;
  margin-right: calc(8% / 3);
  margin-top: 20px;
  position: relative;
  padding-bottom: 70px;
}
.top-news__event .top-news__event_flex .p-news-list:nth-child(4n){
  margin-right: 0;
}
.top-news__event .top-news__event_flex .p-news-list .p-news-list__item a{
  border-bottom: none;
}
.top-news__event .top-news__event_flex .p-news-list .c-button{
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-news__event .top-news__event_flex .p-news-list .p-news-list__item{
  margin-bottom: 15px;
}
.top-news__event .top-news__event_flex .p-news-list .p-news-list__item:first-child{
  min-height: 20rem;
}
.top-news__event .top-news__event_flex .p-news-list h3{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  height: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.top-news__event .top-news__event_flex .p-news-list .p-news-list__image{
  width: 100%;
}
.top-news__event .top-news__event_flex .p-news-list .p-news-detail{
  margin-left: 0;
  margin-top: 10px;
}
.top-news__event .top-news__event_flex .p-news-list .event_cat{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}
.top-news__event .top-news__event_flex .p-news-list .event_cat li{
  padding: 3px 5px;
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
}
.top-news__event .top-news__event_flex .p-news-list .event_cat li.cat01{
  background: violet;
}
.top-news__event .top-news__event_flex .p-news-list .event_cat li.cat02{
  background: cornflowerblue;
}
.top-news__event .top-news__event_flex .p-news-list .event_cat li.cat03{
  background: yellowgreen;
}
.top-news__event .top-news__event_flex .p-news-list .event_cat li.cat04{
  background: turquoise;
}
.top-news__event .top-news__event_flex .p-news-list .event_cat li.cat05{
  background: tomato;
}
.top-news__event .top-news__event_flex .p-news-list .event_cat li.cat06{
  background: slateblue;
}
.top-news__event .top-news__event_flex .p-news-list .event_cat li.cat07{
  background: slategrey;
}
.top-news__event .top-news__event_flex .p-news-list .event_cat li.cat08{
  background: sandybrown;
}
.top-news__event .top-news__event_flex .p-news-list .event_cat li.cat09{
  background: seagreen;
}
.top-news__event .top-news__event_flex .p-news-list .event_cat li.cat10{
  background: saddlebrown;
}
.top-news__event .top-news__event_flex .p-news-list .event_cat li.cat11{
  background: goldenrod;
}
.top-news__event .p-news-list__flex{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-news__event .p-news-list__flex .p-news-list__item{
  width: 100%;
}
.top-news__event .p-news-list__flex .p-news-list__item:not(:first-child){
  width: 49%;
  min-height: 12rem;
}
@media only screen and (max-width: 768px) {
  .top-news__event .top-news__event_flex .p-news-list .p-news-list__item:first-child{
    min-height: 15rem;
  }
  .top-news__event .top-news__event_flex{
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }
  .top-news__event .top-news__event_flex .p-news-list{
    width: 48%;
    margin-bottom: 15px;
    margin-right: 4%;
  }
  
  .top-news__event .top-news__event_flex .p-news-list:nth-child(2n){
    margin-right: 0;
  }
  .top-news__event .top-news__event_flex .p-news-list h3{
    font-size: 16px;
  }
  .top-news__event .top-news__event_flex .p-news-list{
    padding-bottom: 55px;
  }
  .top-news__event .top-news__event_flex .p-news-list .c-button .myfont{
    right: 10px;
  }
  .top-news__event .top-news__event_flex .p-news-list .c-button__inner:after{
    right: 8px;
  }
  .top-news__event .p-news-list__flex .p-news-list__item:not(:first-child){
    width: 100%;
    min-height: 10rem;
  }
}

.special_song_sns{
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.special_song_sns a{
  display: block;
  width: 45px;
  margin: 5px;
}
.special_song_sns a:hover{
  opacity: 0.7;
}

.show_pc{
  display: block;
}
.show_sp{
  display: none;
}
@media only screen and (max-width: 768px) {
  .show_pc{
    display: none;
  }
  .show_sp{
    display: block;
  }
}