@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider1 {
  overflow: hidden;
  height: 100svh;
}

.slider1 img {
  width: 100vw;
  height: 100svh;
  -o-object-fit: cover;
  object-fit: cover;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.slider1 .add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
  animation: zoomUp 10s linear 0s normal both;
}

.slider1 .slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -7% 0 0 0;
}

.slider1 .slick-dots li {
  display: inline-block;
  margin: 0 11px;
}

.slider1 .slick-dots button {
  color: transparent;
  outline: none;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-filter: drop-shadow(0 0 6px black);
  filter: drop-shadow(0 0 6px black);
}

.slider1 .slick-dots .slick-active button {
  background: #fff;
}

@media print,
screen and (max-width: 768px) {
  .slider1 .slick-dots {
    margin: -10% 0 0 0;
  }
}

.slider2 {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.slider2 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 350px;
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider2 .slick-slide img {
  width: 350px;
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■

共通設定

■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■*/
@font-face {
  font-family: "MontserratSubset";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E;
}

@font-face {
  font-family: "MontserratSubset";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E;
}

@font-face {
  font-family: "MontserratSubset";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E;
}

@font-face {
  font-family: "MontserratSubset";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E;
}

@font-face {
  font-family: "MontserratSubset";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E;
}

@font-face {
  font-family: "MontserratSubset";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E;
}

body {
  font-family: "MontserratSubset", "Noto Sans JP", sans-serif;
  color: #020826;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.5;
}

@media print,
screen and (min-width: 769px) {
  body {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.5;
  }
}

main {
  display: block;
  overflow: hidden;
}

section {
  position: relative;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  color: #020826;
  text-decoration: none;
}

.inner {
  padding: 0 15px;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media print,
screen and (min-width: 769px) {
  .inner {
    padding: 0;
  }
}

.inner2 {
  padding: 0 37px;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media print,
screen and (min-width: 769px) {
  .inner2 {
    padding: 0 6%;
  }
}

.inner-rgba {
  padding: 0 37px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}

@media print,
screen and (min-width: 769px) {
  .inner-rgba {
    padding: 0% 138px;
  }
}

.rgba {
  background-color: rgba(255, 255, 255, 0.8);
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}

#pagetop i {
  padding-top: 7px;
}

#pagetop a {
  display: block;
  z-index: 999;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #AB8C1E;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.arrowtop {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
}

.arrowtop:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
}

.arrowtop:after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 55%;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.map {
  position: relative;
  height: 0;
  width: 50%;
  padding-top: 30%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 300px;
}

@media print,
screen and (min-width: 769px) {
  .map2 {
    height: 300px;
  }
}

.map2__in {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
}

@media print,
screen and (min-width: 769px) {
  .map2__in {
    height: 300px;
  }
}

.map2__in iframe {
  width: 100%;
  height: 600px;
  margin-top: -150px;
}

@media print,
screen and (min-width: 769px) {
  .map2__in iframe {
    height: 600px;
  }
}

.hami {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.bg-slash {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 0;
  background: #fecf3f;
  -webkit-transform: skewY(-35deg);
  transform: skewY(-35deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.bg-slash2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 0;
  background: #fecf3f;
  -webkit-transform: skewY(35deg);
  transform: skewY(35deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.ff-1 {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-2 {
  font-family: "Montserrat", sans-serif;
}

.fw-r {
  font-weight: 400;
}

.fw-s {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.clr-f {
  color: #020826;
}

.clr-w {
  color: #fff;
}

.clr-1 {
  color: #AB8C1E;
}

.clr-2 {
  color: #000000;
}

.clr-3 {
  color: #EDE6DC;
}

.clr-4 {
  color: #333;
}

.clr-5 {
  color: #333;
}

.clr-6 {
  color: #333;
}

.bgc-1 {
  background-color: #AB8C1E;
}

.bgc-2 {
  background-color: #000000;
}

.bgc-3 {
  background-color: #EDE6DC;
}

.bgc-4 {
  background-color: #333;
}

.bgc-5 {
  background-color: #333;
}

.bgc-6 {
  background-color: #333;
}

p img:hover {
  cursor: pointer;
}

.sp-only {
  display: block;
}

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

.sp2-only {
  display: block;
}

@media print,
screen and (min-width: 992px) {
  .sp2-only {
    display: none;
  }
}

.pc-only {
  display: none;
}

@media print,
screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.pc2-only {
  display: none;
}

@media print,
screen and (min-width: 992px) {
  .pc2-only {
    display: block;
  }
}

.ind1 {
  margin-left: 1rem;
  text-indent: -1rem;
}

.ind2 {
  margin-left: 2rem;
  text-indent: -2rem;
}

.ind3 {
  margin-left: 3rem;
  text-indent: -3rem;
}

.under-line {
  position: relative;
}

.under-line::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00aaa7;
  border-radius: 2px;
}

.under {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.triangle {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.triangle:hover {
  color: #43A0AE;
}

.triangle:hover::after {
  border-color: transparent transparent transparent #43A0AE;
}

.triangle::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #FFA040;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.arrow {
  position: relative;
  display: inline-block;
}

.arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #77584A;
  border-right: solid 2px #77584A;
  position: absolute;
  right: 25%;
  bottom: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tac {
  text-align: center;
}

.tac-pc {
  text-align: left;
}

@media print,
screen and (min-width: 769px) {
  .tac-pc {
    text-align: center;
  }
}

.tac-sp {
  text-align: center;
}

@media print,
screen and (min-width: 769px) {
  .tac-sp {
    text-align: left;
  }
}

.tac-all {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tac-w {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tac-h {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.vat {
  vertical-align: top;
}

.vab {
  vertical-align: bottom;
}

.tate-mixed {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.tate-upright {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media print,
screen and (min-width: 769px) {
  .tate-upright-pc {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.tate-upright-sp {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media print,
screen and (min-width: 769px) {
  .tate-upright-sp {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    text-orientation: upright;
  }
}

.tate-sideways {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* 上端から0pxのところで固定 */
}

.scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 70px;
  color: #fff;
  z-index: 1;
}

.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.m0a {
  width: auto;
  margin: 0 auto;
}

.fz12 {
  font-size: 0.75rem;
}

.fz13 {
  font-size: 0.8125rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz15 {
  font-size: 0.9375rem;
}

.fz16 {
  font-size: 1rem;
}

.fz17 {
  font-size: 1.0625rem;
}

.fz18 {
  font-size: 1.125rem;
}

.fz19 {
  font-size: 1.1875rem;
}

.fz20 {
  font-size: 1.25rem;
}

.fz21 {
  font-size: 1.3125rem;
}

.fz22 {
  font-size: 1.375rem;
}

.fz23 {
  font-size: 1.4375rem;
}

.fz24 {
  font-size: 1.5rem;
}

.fz25 {
  font-size: 1.5625rem;
}

.fz26 {
  font-size: 1.625rem;
}

.fz27 {
  font-size: 1.6875rem;
}

.fz28 {
  font-size: 1.75rem;
}

.fz29 {
  font-size: 1.8125rem;
}

.fz30 {
  font-size: 1.875rem;
}

.fz31 {
  font-size: 1.9375rem;
}

.fz32 {
  font-size: 2rem;
}

.fz33 {
  font-size: 2.0625rem;
}

.fz34 {
  font-size: 2.125rem;
}

.fz35 {
  font-size: 2.1875rem;
}

.fz36 {
  font-size: 2.25rem;
}

.fz37 {
  font-size: 2.3125rem;
}

.fz38 {
  font-size: 2.375rem;
}

.fz39 {
  font-size: 2.4375rem;
}

.fz40 {
  font-size: 2.5rem;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

@-webkit-keyframes movetop {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes movetop {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.move-top {
  opacity: 0;
}

.move-top.move-on {
  -webkit-animation: movetop 1s ease-in-out 0.5s 1 normal both;
  animation: movetop 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes movebottom {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes movebottom {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.move-bottom {
  opacity: 0;
}

.move-bottom.move-on {
  -webkit-animation: movebottom 1s ease-in-out 0.5s 1 normal both;
  animation: movebottom 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes moveleft {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveleft {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.move-left {
  opacity: 0;
}

.move-left.move-on {
  -webkit-animation: moveleft 1s ease-in-out 0.5s 1 normal both;
  animation: moveleft 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes moveright {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveright {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.move-right {
  opacity: 0;
}

.move-right.move-on {
  -webkit-animation: moveright 1s ease-in-out 0.5s 1 normal both;
  animation: moveright 1s ease-in-out 0.5s 1 normal both;
}

.img-wrap-left {
  overflow: hidden;
  position: relative;
}

.img-wrap-left::before {
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  -webkit-animation: none;
  animation: none;
}

.img-wrap-left.move-on::before {
  -webkit-animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.img-wrap-right {
  overflow: hidden;
  position: relative;
}

.img-wrap-right::before {
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  -webkit-animation: none;
  animation: none;
}

.img-wrap-right.move-on::before {
  -webkit-animation: img-wrap-right 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: img-wrap-right 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap-right {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes img-wrap-right {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.img-wrap-top {
  overflow: hidden;
  position: relative;
}

.img-wrap-top::before {
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  height: 100%;
  -webkit-animation: none;
  animation: none;
}

.img-wrap-top.move-on::before {
  -webkit-animation: img-wrap-top 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: img-wrap-top 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap-top {
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes img-wrap-top {
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.img-wrap-bottom {
  overflow: hidden;
  position: relative;
}

.img-wrap-bottom::before {
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  height: 100%;
  -webkit-animation: none;
  animation: none;
}

.img-wrap-bottom.move-on::before {
  -webkit-animation: img-wrap-bottom 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: img-wrap-bottom 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap-bottom {
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes img-wrap-bottom {
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.move-text {
  opacity: 0;
}

.move-text span {
  opacity: 0;
}

.move-text2 {
  opacity: 0;
}

.move-text2 span {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.fade-in.move-on {
  opacity: 1;
}

.fade-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
  -webkit-transition: 1s;
  transition: 1s;
}

.fade-bottom.move-on {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fade-left {
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.fade-left.move-on {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.fade-right {
  opacity: 0;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.fade-right.move-on {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.move-bounce.move-on {
  -webkit-animation: bounce 1s ease-in-out 0.5s 1 normal both;
  animation: bounce 1s ease-in-out 0.5s 1 normal both;
}

@-webkit-keyframes anime-h {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  100% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}

@keyframes anime-h {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  100% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
}

.anime-h {
  -webkit-animation: anime-h 1.5s ease-in-out 0s infinite alternate;
  animation: anime-h 1.5s ease-in-out 0s infinite alternate;
  display: inline-block;
}

@-webkit-keyframes anime-w {
  0% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  100% {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
}

@keyframes anime-w {
  0% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }

  100% {
    -webkit-transform: translate(15px, 0);
    transform: translate(15px, 0);
  }
}

.anime-w {
  -webkit-animation: anime-w 1.5s ease-in-out 0s infinite alternate;
  animation: anime-w 1.5s ease-in-out 0s infinite alternate;
  display: inline-block;
}

@-webkit-keyframes anime-swing {
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@keyframes anime-swing {
  50% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

.anime-swing {
  -webkit-animation: anime-swing 5s ease-in-out 0s infinite alternate;
  animation: anime-swing 5s ease-in-out 0s infinite alternate;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  display: inline-block;
}

@-webkit-keyframes anime-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes anime-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.anime-spin {
  -webkit-animation: anime-spin 2s linear 0s infinite alternate;
  animation: anime-spin 2s linear 0s infinite alternate;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  display: inline-block;
}

@-webkit-keyframes anime-zoom {
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes anime-zoom {
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.anime-zoom {
  -webkit-animation: anime-zoom 1.5s ease-in-out 0s infinite alternate;
  animation: anime-zoom 1.5s ease-in-out 0s infinite alternate;
  -webkit-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
  display: inline-block;
}

.fly {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.fly:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
}

.light {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.light:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}

.blur {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.blur:hover {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.gray:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.zoom {
  overflow: hidden;
}

.zoom img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.zoom img:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.color {
  background: blue;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.color img:hover {
  opacity: 0.5;
}

.text-animation1 {
  position: relative;
  padding-bottom: 10px;
}

.text-animation1:hover {
  color: #0481A2;
}

.text-animation1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.text-animation1:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.text-animation2 {
  position: relative;
}

.text-animation2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.text-animation2:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.text-animation3 {
  position: relative;
  padding-bottom: 10px;
}

.text-animation3:hover {
  color: #0481A2;
}

.text-animation3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.text-animation3:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.text-animation4 {
  position: relative;
  padding-top: 10px;
}

.text-animation4:hover {
  color: #0481A2;
}

.text-animation4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.text-animation4:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.text-animation5 {
  position: relative;
}

.text-animation5::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #0481A2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.text-animation5:hover::after {
  width: 100%;
  opacity: 1;
}

.text-animation5:hover {
  color: #fff;
}

.text-animation6 {
  position: relative;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-animation6::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0481A2;
  opacity: 0;
}

.text-animation6:hover::after {
  width: 100%;
  opacity: 1;
  -webkit-animation: bgappear 0.5s forwards;
  animation: bgappear 0.5s forwards;
}

@-webkit-keyframes bgappear {
  0% {
    width: 0%;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  100% {
    width: 100%;
    height: 100%;
    background: #0481A2;
  }
}

@keyframes bgappear {
  0% {
    width: 0%;
    height: 1px;
  }

  50% {
    width: 100%;
    height: 1px;
  }

  100% {
    width: 100%;
    height: 100%;
    background: #0481A2;
  }
}

.text-animation6:hover {
  color: #fff;
  z-index: 1;
}

.text-animation7 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.text-animation7:hover {
  background: #0481A2;
  color: #fff;
}

.text-animation7:hover {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.text-animation7:before,
.text-animation7:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #0481A2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.text-animation7::before {
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.text-animation7::after {
  bottom: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.text-animation7:hover::before,
.text-animation7:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.text-animation8 {
  position: relative;
  padding-bottom: 10px;
}

.text-animation8:hover {
  color: #0481A2;
}

.text-animation8::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 50%;
  background: #0481A2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.04, 1);
  transform: scale(0.04, 1);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.text-animation8:hover::after {
  height: 2px;
  border-radius: 0;
  -webkit-transform: scale(0.8, 1);
  transform: scale(0.8, 1);
}

.text-animation9 {
  position: relative;
  overflow: hidden;
  padding: 10px 60px;
}

.text-animation9 span {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  opacity: 1;
  white-space: nowrap;
}

.text-animation9 span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.text-animation9:hover span:nth-child(1) {
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.text-animation9:hover span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.text-animation10 {
  position: relative;
  margin: 0 10px;
  display: block;
  width: 200px;
  text-align: center;
}

.text-animation10::before,
.text-animation10::after {
  content: "";
  position: absolute;
  background: #0481A2;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.text-animation10::before {
  right: 0;
  bottom: 0;
}

.text-animation10::after {
  left: 0;
  top: 0;
}

.text-animation10 span {
  display: block;
}

.text-animation10 span::before,
.text-animation10 span::after {
  content: "";
  position: absolute;
  background: #0481A2;
  width: 2px;
  height: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.text-animation10 span::before {
  left: 0;
  bottom: 0;
}

.text-animation10 span::after {
  right: 0;
  top: 0;
}

.text-animation10:hover::before,
.text-animation10:hover::after {
  width: 100%;
}

.text-animation10:hover::after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.text-animation10:hover::before {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.text-animation10.current span::before,
.text-animation10.current span::after,
.text-animation10:hover span::before,
.text-animation10:hover span::after {
  height: 100%;
}

.text-animation10:hover span::before {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.text-animation10:hover span::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.text-animation11 {
  position: relative;
  margin: 0 10px;
  display: block;
  width: 300px;
  text-align: center;
}

.text-animation11::before,
.text-animation11::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #0481A2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.text-animation11::before {
  right: 0;
  top: 0;
}

.text-animation11::after {
  left: 0;
  bottom: 0;
}

.text-animation11 span {
  display: block;
}

.text-animation11 span::before,
.text-animation11 span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background: #0481A2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.text-animation11 span::before {
  left: 0;
  top: 0;
}

.text-animation11 span::after {
  right: 0;
  bottom: 0;
}

.text-animation11:hover::before,
.text-animation11:hover::after {
  width: 100%;
}

.text-animation11:hover span::before,
.text-animation11:hover span::after {
  height: 100%;
}

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

.flex-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc-start-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-start-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-start-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-start-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc-start-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-start-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc-center-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-center-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-center-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-center-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc-center-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-center-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc-end-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-end-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-end-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-end-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc-end-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-end-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc-between-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-between-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-between-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc-between-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-between-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc-around-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-around-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-around-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc-around-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .flex-pc-around-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.flex-pc2-start-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-start-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-start-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-start-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2-start-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-start-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2-center-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-center-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-center-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-center-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2-center-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-center-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2-end-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-end-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-end-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-end-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2-end-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-end-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2-between-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-between-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-between-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2-between-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-between-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-pc2-around-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-around-start {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.flex-pc2-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-around-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flex-pc2-around-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 992px) {
  .flex-pc2-around-end {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

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

.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

.flex-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

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

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

.flex-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-start-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-start-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-start-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-center-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-center-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-center-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-end-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-end-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-end-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-between-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-between-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-between-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-around-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-around-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 768px) {
  .flex-sp-around-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.flex-sp2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-start-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-start-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-start-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-center-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-center-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-center-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-end-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-end-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-end-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-between-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-between-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-between-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-around-start {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-around-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print,
screen and (max-width: 992px) {
  .flex-sp2-around-end {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

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

@media print,
screen and (min-width: 769px) {
  .reverse-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media print,
screen and (min-width: 992px) {
  .reverse-pc2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

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

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

.order6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.as-start {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}

.as-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.as-end {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.gap5 {
  gap: 5px;
}

.gap6 {
  gap: 6px;
}

.gap7 {
  gap: 7px;
}

.gap8 {
  gap: 8px;
}

.gap9 {
  gap: 9px;
}

.gap10 {
  gap: 10px;
}

.gap11 {
  gap: 11px;
}

.gap12 {
  gap: 12px;
}

.gap13 {
  gap: 13px;
}

.gap14 {
  gap: 14px;
}

.gap15 {
  gap: 15px;
}

.gap16 {
  gap: 16px;
}

.gap17 {
  gap: 17px;
}

.gap18 {
  gap: 18px;
}

.gap19 {
  gap: 19px;
}

.gap20 {
  gap: 20px;
}

.gap21 {
  gap: 21px;
}

.gap22 {
  gap: 22px;
}

.gap23 {
  gap: 23px;
}

.gap24 {
  gap: 24px;
}

.gap25 {
  gap: 25px;
}

.gap26 {
  gap: 26px;
}

.gap27 {
  gap: 27px;
}

.gap28 {
  gap: 28px;
}

.gap29 {
  gap: 29px;
}

.gap30 {
  gap: 30px;
}

.gap31 {
  gap: 31px;
}

.gap32 {
  gap: 32px;
}

.gap33 {
  gap: 33px;
}

.gap34 {
  gap: 34px;
}

.gap35 {
  gap: 35px;
}

.gap36 {
  gap: 36px;
}

.gap37 {
  gap: 37px;
}

.gap38 {
  gap: 38px;
}

.gap39 {
  gap: 39px;
}

.gap40 {
  gap: 40px;
}

.gap41 {
  gap: 41px;
}

.gap42 {
  gap: 42px;
}

.gap43 {
  gap: 43px;
}

.gap44 {
  gap: 44px;
}

.gap45 {
  gap: 45px;
}

.gap46 {
  gap: 46px;
}

.gap47 {
  gap: 47px;
}

.gap48 {
  gap: 48px;
}

.gap49 {
  gap: 49px;
}

.gap50 {
  gap: 50px;
}

.gap51 {
  gap: 51px;
}

.gap52 {
  gap: 52px;
}

.gap53 {
  gap: 53px;
}

.gap54 {
  gap: 54px;
}

.gap55 {
  gap: 55px;
}

.gap56 {
  gap: 56px;
}

.gap57 {
  gap: 57px;
}

.gap58 {
  gap: 58px;
}

.gap59 {
  gap: 59px;
}

.gap60 {
  gap: 60px;
}

.gap61 {
  gap: 61px;
}

.gap62 {
  gap: 62px;
}

.gap63 {
  gap: 63px;
}

.gap64 {
  gap: 64px;
}

.gap65 {
  gap: 65px;
}

.gap66 {
  gap: 66px;
}

.gap67 {
  gap: 67px;
}

.gap68 {
  gap: 68px;
}

.gap69 {
  gap: 69px;
}

.gap70 {
  gap: 70px;
}

.gap71 {
  gap: 71px;
}

.gap72 {
  gap: 72px;
}

.gap73 {
  gap: 73px;
}

.gap74 {
  gap: 74px;
}

.gap75 {
  gap: 75px;
}

.gap76 {
  gap: 76px;
}

.gap77 {
  gap: 77px;
}

.gap78 {
  gap: 78px;
}

.gap79 {
  gap: 79px;
}

.gap80 {
  gap: 80px;
}

.gap81 {
  gap: 81px;
}

.gap82 {
  gap: 82px;
}

.gap83 {
  gap: 83px;
}

.gap84 {
  gap: 84px;
}

.gap85 {
  gap: 85px;
}

.gap86 {
  gap: 86px;
}

.gap87 {
  gap: 87px;
}

.gap88 {
  gap: 88px;
}

.gap89 {
  gap: 89px;
}

.gap90 {
  gap: 90px;
}

.gap91 {
  gap: 91px;
}

.gap92 {
  gap: 92px;
}

.gap93 {
  gap: 93px;
}

.gap94 {
  gap: 94px;
}

.gap95 {
  gap: 95px;
}

.gap96 {
  gap: 96px;
}

.gap97 {
  gap: 97px;
}

.gap98 {
  gap: 98px;
}

.gap99 {
  gap: 99px;
}

.gap100 {
  gap: 100px;
}

.gap1p {
  gap: 1%;
}

.gap2p {
  gap: 2%;
}

.gap3p {
  gap: 3%;
}

.gap4p {
  gap: 4%;
}

.gap5p {
  gap: 5%;
}

.gap6p {
  gap: 6%;
}

.gap7p {
  gap: 7%;
}

.gap8p {
  gap: 8%;
}

.gap9p {
  gap: 9%;
}

.gap10p {
  gap: 10%;
}

.gap11p {
  gap: 11%;
}

.gap12p {
  gap: 12%;
}

.gap13p {
  gap: 13%;
}

.gap14p {
  gap: 14%;
}

.gap15p {
  gap: 15%;
}

.gap16p {
  gap: 16%;
}

.gap17p {
  gap: 17%;
}

.gap18p {
  gap: 18%;
}

.gap19p {
  gap: 19%;
}

.gap20p {
  gap: 20%;
}

.gap21p {
  gap: 21%;
}

.gap22p {
  gap: 22%;
}

.gap23p {
  gap: 23%;
}

.gap24p {
  gap: 24%;
}

.gap25p {
  gap: 25%;
}

.gap26p {
  gap: 26%;
}

.gap27p {
  gap: 27%;
}

.gap28p {
  gap: 28%;
}

.gap29p {
  gap: 29%;
}

.gap30p {
  gap: 30%;
}

.gap31p {
  gap: 31%;
}

.gap32p {
  gap: 32%;
}

.gap33p {
  gap: 33%;
}

.gap34p {
  gap: 34%;
}

.gap35p {
  gap: 35%;
}

.gap36p {
  gap: 36%;
}

.gap37p {
  gap: 37%;
}

.gap38p {
  gap: 38%;
}

.gap39p {
  gap: 39%;
}

.gap40p {
  gap: 40%;
}

.gap41p {
  gap: 41%;
}

.gap42p {
  gap: 42%;
}

.gap43p {
  gap: 43%;
}

.gap44p {
  gap: 44%;
}

.gap45p {
  gap: 45%;
}

.gap46p {
  gap: 46%;
}

.gap47p {
  gap: 47%;
}

.gap48p {
  gap: 48%;
}

.gap49p {
  gap: 49%;
}

.gap50p {
  gap: 50%;
}

.gap51p {
  gap: 51%;
}

.gap52p {
  gap: 52%;
}

.gap53p {
  gap: 53%;
}

.gap54p {
  gap: 54%;
}

.gap55p {
  gap: 55%;
}

.gap56p {
  gap: 56%;
}

.gap57p {
  gap: 57%;
}

.gap58p {
  gap: 58%;
}

.gap59p {
  gap: 59%;
}

.gap60p {
  gap: 60%;
}

.gap61p {
  gap: 61%;
}

.gap62p {
  gap: 62%;
}

.gap63p {
  gap: 63%;
}

.gap64p {
  gap: 64%;
}

.gap65p {
  gap: 65%;
}

.gap66p {
  gap: 66%;
}

.gap67p {
  gap: 67%;
}

.gap68p {
  gap: 68%;
}

.gap69p {
  gap: 69%;
}

.gap70p {
  gap: 70%;
}

.gap71p {
  gap: 71%;
}

.gap72p {
  gap: 72%;
}

.gap73p {
  gap: 73%;
}

.gap74p {
  gap: 74%;
}

.gap75p {
  gap: 75%;
}

.gap76p {
  gap: 76%;
}

.gap77p {
  gap: 77%;
}

.gap78p {
  gap: 78%;
}

.gap79p {
  gap: 79%;
}

.gap80p {
  gap: 80%;
}

.gap81p {
  gap: 81%;
}

.gap82p {
  gap: 82%;
}

.gap83p {
  gap: 83%;
}

.gap84p {
  gap: 84%;
}

.gap85p {
  gap: 85%;
}

.gap86p {
  gap: 86%;
}

.gap87p {
  gap: 87%;
}

.gap88p {
  gap: 88%;
}

.gap89p {
  gap: 89%;
}

.gap90p {
  gap: 90%;
}

.gap91p {
  gap: 91%;
}

.gap92p {
  gap: 92%;
}

.gap93p {
  gap: 93%;
}

.gap94p {
  gap: 94%;
}

.gap95p {
  gap: 95%;
}

.gap96p {
  gap: 96%;
}

.gap97p {
  gap: 97%;
}

.gap98p {
  gap: 98%;
}

.gap99p {
  gap: 99%;
}

.gap100p {
  gap: 100%;
}

.hero {
  position: relative;
}

.hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print,
screen and (min-width: 769px) {
  .hero__list {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

@media print and (max-height: 900px),
screen and (min-width: 769px) and (max-height: 900px) {
  .hero__list {
    top: 40%;
  }
}

@media print,
screen and (max-width: 768px) {
  .hero__list {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    top: 20%;
    width: 80%;
  }
}

.hero__list img {
  -webkit-filter: drop-shadow(0 0 10px white) drop-shadow(0 0 10px white);
  filter: drop-shadow(0 0 10px white) drop-shadow(0 0 10px white);
}

.hero__box {
  display: block;
  left: 50%;
  bottom: 20%;
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.8) 50%;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hero__box p {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

@media screen and (max-width: 270px) {
  .hero__box p {
    white-space: unset;
  }
}

.hero__box:hover {
  background-color: #AB8C1E;
}

@media print,
screen and (max-width: 768px) {
  .hero__box {
    padding: 15px;
    max-width: 300px;
    width: 100%;
    bottom: 30%;
  }

  .hero__box p {
    font-size: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.fade-bottom-2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10%);
  transform: translateX(-50%) translateY(10%);
  bottom: 20%;
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-bottom-2.move-on {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

@media print,
screen and (max-width: 768px) {
  .fade-bottom-2 {
    bottom: 15%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  padding-bottom: 0px;
  height: 60px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media print,
screen and (min-width: 992px) {
  .header {
    padding: 20px 0;
    height: 88px;
  }
}

@media screen and (max-width: 390px) {
  .header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }
}

.header__title {
  text-align: center;
  display: none;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: calc(100% - 80px);
  overflow: hidden;
}

.header__title a {
  display: inline-block;
}

.header__title img {
  max-width: 320px;
  display: block;
  width: auto;
  height: auto;
}

@media print,
screen and (max-width: 768px) {
  .header__title img {
    max-width: 300px;
    width: 100%;
    padding: 10px;
  }
}

.fixed .header__title {
  display: block;
}

.header.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.gnavi {
  color: #fff;
  text-align: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  height: 100vh;
  padding-bottom: 120px;
}

.gnavi .menu {
  display: block;
  padding-top: 50px;
}

.gnavi .menu-item {
  position: relative;
}

.gnavi .menu-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000000;
  padding: 10px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

.gnavi .menu-item a:hover {
  color: #AB8C1E;
  opacity: 1;
}

.gnavi .menu-item a img:first-of-type {
  margin-right: 10px;
}

.gnavi .menu-item a img:last-of-type {
  margin-left: 30px;
}

.gnavi .menu-item:first-of-type {
  margin: 30px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gnavi .menu-item:first-of-type .gnavi__link img {
  display: block;
  max-width: 205px;
  width: 100%;
}

/* オーバーレイ */
#overlay {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -60%;
  width: 30vw;
  height: 100vh;
  background: #fff;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
  overflow-y: auto;
}

@media print,
screen and (max-width: 768px) {
  #g-nav {
    width: 100vw;
    right: -105%;
  }
}

/* オーバーレイ表示時 */
#overlay.active {
  display: block;
  opacity: 1;
}

#g-nav.panelactive {
  right: 0;
  /* ← 表示する位置は右0 */
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
}

.openbtn {
  position: fixed;
  z-index: 8888;
  top: 25px;
  right: 25px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.openbtn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 995px) {
  .openbtn {
    top: 1.5%;
    right: 10px;
  }
}

.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.footer {
  text-align: center;
  background-image: url(../img/bg_park.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0 60px 0;
}

.footer__small {
  font-size: 0.875rem;
  color: #fff;
}

.footer img:first-child {
  max-width: 362px;
}

@media print,
screen and (max-width: 768px) {
  .footer img:first-child {
    max-width: 250px;
  }
}

.footer .btnbox__1 {
  margin: 50px auto;
}

.footer .btnbox__1 a {
  font-size: 20px;
  font-weight: bold;
}

/*---------------ゴールドのボタン-----------------*/
.btnbox__1 {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btnbox__1 a {
  background: #AB8C1E;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}

.btnbox__1 img {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
}

.btnbox__1:hover a {
  background-color: #000000;
}

/*---------------ブラックのボタン-----------------*/
.btnbox__2 {
  text-align: center;
  margin: 50px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btnbox__2 a {
  background: #000000;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  width: 400px;
}

.btnbox__2 img {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
}

.btnbox__2:hover a {
  background-color: #AB8C1E;
}

@media print,
screen and (max-width: 768px) {
  .btnbox__2 {
    margin: 25px auto;
  }

  .btnbox__2 a {
    width: fit-content;
  }
}

h2 {
  font-size: 90px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}

h2 span {
  font-size: 20px;
  display: block;
  margin-bottom: -20px;
}

@media print,
screen and (max-width: 768px) {
  h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  h2 span {
    font-size: 16px;
    margin-bottom: 0;
  }
}

h3 {
  font-size: 60px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
}

h3 span {
  font-size: 20px;
  display: block;
  margin-bottom: -20px;
}

@media print,
screen and (max-width: 768px) {
  h3 {
    font-size: 30px;
  }

  h3 span {
    margin-bottom: 0;
  }
}

.txtbox {
  padding: 20px;
  background-color: #AB8C1E;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 30px auto;
}

@media print,
screen and (max-width: 768px) {
  .txtbox {
    font-size: 16px;
    margin: 10px auto;
  }
}

.label {
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  background-color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 30px;
}

.contentbox {
  background-color: #EDE6DC;
  border-radius: 20px;
  position: relative;
  width: 100%;
  padding: 70px;
  margin-bottom: 125px;
}

.contentbox h3 {
  margin: -125px auto 50px auto;
}

@media print,
screen and (max-width: 768px) {
  .contentbox {
    padding: 70px 15px;
    margin-bottom: 80px;
  }

  .contentbox h3 {
    margin: -122px auto 50px auto;
  }
}

.table__style_1 {
  padding: 30px;
  border-collapse: collapse;
  margin-inline: auto;
}

.table__style_1 tr td {
  vertical-align: top;
  padding: 13px 15px;
  border-bottom: 1px solid #AB8C1E;
}

@media print,
screen and (max-width: 768px) {
  .table__style_1 tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #AB8C1E;
  }

  .table__style_1 tr td {
    border-bottom: none;
    padding: 10px;
  }

  .table__style_1 tr td:first-of-type {
    padding-bottom: 0;
  }

  .table__style_1 tr td:last-of-type {
    padding-top: 5px;
  }
}

.table__style_2 {
  padding: 30px;
  border-collapse: collapse;
  margin-inline: auto;
}

.table__style_2 tr td {
  vertical-align: top;
  padding: 13px 30px;
  border-bottom: 1px solid #000000;
}

@media print,
screen and (max-width: 768px) {
  .table__style_2 tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #000000;
  }

  .table__style_2 tr td {
    border-bottom: none;
    padding: 10px;
  }

  .table__style_2 tr td:first-of-type {
    padding-bottom: 0;
  }

  .table__style_2 tr td:last-of-type {
    padding-top: 5px;
  }
}

.indent__1 {
  display: block;
  padding-left: 2.2em;
  text-indent: -2.2em;
}

.artists__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.artists__item {
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc((100% - 32px) / 3);
  -ms-flex: 0 0 calc((100% - 32px) / 3);
  flex: 0 0 calc((100% - 32px) / 3);
  max-width: calc((100% - 32px) / 3);
}

.artists__pop {
  background-color: #EDE6DC;
  color: #AB8C1E;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  border-radius: 20px;
  margin-top: 2em;
}

.day18 {
  background-color: #00aaa7;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
}

.day19 {
  background-color: #03A0D7;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
}

@media print,
screen and (max-width: 768px) {
  .artists__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 16px) / 2);
    -ms-flex: 0 0 calc((100% - 16px) / 2);
    flex: 0 0 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }

  .artists__pop {
    font-size: 1.2em;
    text-align: start;
    padding: 15px;
    margin-top: 1em;
  }

  .artists__name .pc-only {
    display: none;
  }

  .artists__name .sp-only {
    display: inline-block;
  }
}

.artists__item:hover {
  opacity: 0.6;
}

.artists__item .artists__imgbox {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.artists__item .artists__imgbox::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 2;
  background-image: url(../img/icon_plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  bottom: 8px;
  right: 8px;
}

.artists__item .artists__name {
  margin-top: 8px;
  font-weight: bold;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
}

.modal__content {
  background: #fff;
  max-width: 800px;
  max-height: 80vh;
  width: 90%;
  padding: 50px;
  border-radius: 10px;
  overflow-y: auto;
  position: relative;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.active .modal__content {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media print,
screen and (max-width: 768px) {
  .modal__content {
    padding: 50px 20px;
  }
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
}

.modal__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid #AB8C1E;
}

body.modal-open {
  overflow: hidden;
}

.intro {
  position: relative;
  width: 100%;
  background-image: url(../img/bg_bright.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 200px 72px;
}

@media print,
screen and (max-width: 768px) {
  .intro {
    padding: 80px 15px;
  }
}

.intro div.inner {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 72px;
  border-radius: 20px;
}

@media print,
screen and (max-width: 768px) {
  .intro div.inner {
    padding: 50px 10px 50px 10px;
  }
}

.intro__wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #03A0D7;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 1;
  padding: 30px;
}

.intro__wave::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../img/bg_wave.svg) no-repeat bottom center;
  background-size: cover;
  z-index: -1;
}

.intro__wave p {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media print,
screen and (max-width: 768px) {
  .intro__wave p {
    font-size: 20px;
  }
}

.intro__title {
  text-align: center;
  color: #AB8C1E;
}

.intro__title p:first-of-type {
  font-size: 35px;
}

.intro__title p:nth-of-type(2) {
  font-size: 50px;
  font-weight: 500;
}

.intro__title p:nth-of-type(3) {
  font-size: 90px;
  font-weight: 500;
}

.intro__title p:nth-of-type(3) span {
  font-size: 40px;
}

@media print,
screen and (max-width: 768px) {
  .intro__title {
    margin-bottom: 20px;
  }

  .intro__title p:first-of-type {
    font-size: 20px;
  }

  .intro__title p:nth-of-type(2) {
    font-size: 30px;
    font-weight: 500;
  }

  .intro__title p:nth-of-type(3) {
    font-size: 40px;
    font-weight: 500;
  }

  .intro__title p:nth-of-type(3) span {
    font-size: 30px;
  }
}

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

.intro__place .label {
  margin-right: 0;
  margin-bottom: 10px;
}

.intro__place p:nth-of-type(2) {
  font-size: 30px;
  font-weight: bold;
}

@media print,
screen and (max-width: 768px) {
  .intro__place {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro__place p:nth-of-type(2) {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
  }
}

.intro__fin {
  text-align: center;
  font-weight: bold;
  padding: 20px;
}

.intro__btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
}

.intro__btnbox a {
  background-color: #AB8C1E;
  margin-bottom: 10px;
}

@media print,
screen and (max-width: 768px) {
  .intro__btnbox {
    margin: 20px auto 50px auto;
  }
}

.intro__snsbox {
  max-width: 424px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.intro__snsbox img:first-of-type {
  max-width: 300px;
  margin-bottom: 20px;
}

.intro__snsbox .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}

.intro__snsbox .flex a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.intro__snsbox .flex a:hover {
  opacity: 0.6;
}

.intro__snsbox .flex a img {
  max-width: 100px;
}

.intro .youtube {
  margin-top: 140px;
  text-align: center;
}

.intro .youtube h2 {
  color: #AB8C1E;
  margin: -140px auto 50px auto;
}

.intro .youtube__frame {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.intro .youtube__frame img {
  width: 100%;
}

.intro .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.intro .youtube p {
  text-align: center;
  font-size: 20px;
}

@media print,
screen and (max-width: 768px) {
  .intro .youtube h2 {
    margin: -100px auto 50px auto;
  }

  .intro .youtube__frame {
    margin-bottom: 20px;
  }

  .intro .youtube p {
    font-size: 16px;
  }
}

.timetable {
  position: relative;
  width: 100%;
  background-image: url(../img/bg_dark.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 200px 72px;
}

.timetable h2 {
  color: #fff;
}

.timetable__txt {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 150px;
  text-align: right;
}

@media print,
screen and (max-width: 768px) {
  .timetable {
    padding: 80px 15px;
  }

  .timetable__txt {
    margin-bottom: 80px;
    text-align: left;
  }
}

.artists {
  position: relative;
  width: 100%;
  background-image: url(../img/bg_photo.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 200px 72px;
  background-attachment: fixed;
}

@media print,
screen and (max-width: 768px) {
  .artists {
    padding: 80px 15px 1px 15px;
  }
}

.artists h2 {
  color: #fff;
}

.artists__container {
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 20px;
  margin-bottom: 80px;
}

.artists__container p:nth-of-type(2) {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media print,
screen and (max-width: 768px) {
  .artists__container p:nth-of-type(2) {
    font-size: 16px;
  }
}

.artists__title {
  background-color: #000000;
  width: 100%;
  border-radius: 100px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.artists__title span {
  font-size: 20px;
}

@media print,
screen and (max-width: 768px) {
  .artists__title {
    font-size: 30px;
  }

  .artists__title span {
    font-size: 16px;
  }
}

.food {
  position: relative;
  width: 100%;
  background-image: url(../img/bg_bright.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 200px 72px;
}

.food__bnr {
  width: 100%;
}

.food .artists__item {
  display: block;
  width: 100%;
  margin-top: 50px;
  max-width: 1100px;
}

.food .inner {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 72px;
  border-radius: 20px;
  margin-bottom: 170px;
}

.food h2 {
  margin: -150px auto 50px auto;
}

.food p:last-of-type {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
}

@media print,
screen and (max-width: 768px) {
  .food {
    padding: 80px 15px;
  }

  .food h2 {
    margin: -125px auto 30px auto;
  }

  .food .inner {
    padding: 72px 15px 15px 15px;
    margin-bottom: 100px;
  }

  .food .artists__item {
    margin-top: 20px;
  }

  .food p:last-of-type {
    font-size: 16px;
  }
}

.aboutus {
  padding: 100px 0;
}

@media print,
screen and (max-width: 768px) {
  .aboutus {
    padding-bottom: 0;
    padding-top: 80px;
  }
}

.aboutus h2:first-of-type {
  text-align: left;
  margin-bottom: 80px;
}

@media print,
screen and (max-width: 768px) {
  .aboutus h2:first-of-type {
    margin-bottom: 40px;
  }
}

.aboutus__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}

.aboutus__flex img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 515px;
}

@media print,
screen and (max-width: 768px) {
  .aboutus__flex img {
    width: 100%;
  }
}

.aboutus__flex div p:first-of-type {
  margin-bottom: 80px;
}

@media print,
screen and (max-width: 768px) {
  .aboutus__flex div p:first-of-type {
    margin-bottom: 40px;
  }
}

@media print,
screen and (max-width: 768px) {
  .aboutus__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}

.aboutus h4 {
  font-size: 30px;
  margin-bottom: 20px;
}

@media print,
screen and (max-width: 768px) {
  .aboutus h4 {
    font-size: 24px;
  }
}

.aboutus__special {
  margin-bottom: 140px;
}

@media print,
screen and (max-width: 768px) {
  .aboutus__special {
    margin-bottom: 100px;
  }
}

.aboutus__special .flex {
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media print,
screen and (max-width: 768px) {
  .aboutus__special .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.aboutus__special .label {
  margin-bottom: 30px;
}

@media print,
screen and (max-width: 768px) {
  .aboutus__special .label {
    margin-bottom: 10px;
  }
}

.aboutus__special img {
  max-width: 549px;
  width: 100%;
}

.aboutus__special .name {
  font-size: 30px;
  font-weight: 600;
  display: block;
  border-bottom: 3px solid #AB8C1E;
  margin-bottom: 30px;
}

.aboutus__special .name span {
  font-size: 20px;
}

.aboutus__special .messeage {
  background-color: #EDE6DC;
  border-radius: 20px;
  width: 100%;
  padding: 20px 40px;
}

@media print,
screen and (max-width: 768px) {
  .aboutus__special .messeage {
    padding: 20px;
  }
}

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

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

.aboutus .strongtxt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
}

.crowdfunding-inner {
  margin-top: 7em;
  background: none !important;
  padding: 0 !important;
}

.aboutus .contentbox .flex,
.intro .contentbox .flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 80px;
  gap: 30px;
}

.aboutus .contentbox .flex .btnbox__2,
.intro .contentbox .flex .btnbox__2 {
  /* margin-left: 0; */
  margin: 0 auto;
  margin-top: 50px;
}

.aboutus .contentbox .flex img,
.intro .contentbox .flex img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 300px;
}

/* .aboutus .contentbox .flex h4,
.intro .contentbox .flex h4 {
  font-size: 1.7em;
  color: #fb2b79;
} */

.aboutus .contentbox .flex h4 img,
.intro .contentbox .flex h4 img {
  max-width: 98%;
}

.aboutus .contentbox .flex p,
.intro .contentbox .flex p {
  font-weight: bold;
  font-size: 1.2em;
}

.intro .contentbox {
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}

.makuake_flex {
  display: flex;
  gap: 10px;
  align-items: center;
}

.makuake_flex img {
  max-width: 150px !important;
}

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

  .makuake_flex {
    flex-direction: column-reverse;
  }

  .makuake_flex img {
    max-width: 150px !important;
  }

  .aboutus .contentbox .flex,
  .intro .contentbox .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 40px;
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }

  .aboutus .contentbox .flex h4,
  .intro .contentbox .flex h4 {
    text-align: center;
  }

  .aboutus .contentbox .flex .btnbox__2,
  .intro .contentbox .flex .btnbox__2 {
    margin-inline: auto;
    margin: 20px auto;
  }
}

.outline {
  position: relative;
  width: 100%;
  background-image: url(../img/bg_bright.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 200px 72px;
}

.outline .inner {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 72px;
  border-radius: 20px;
  margin-bottom: 170px;
}

.outline .inner:last-of-type {
  margin-bottom: 0;
}

@media print,
screen and (max-width: 768px) {
  .outline .inner {
    padding: 30px 15px;
    margin-bottom: 100px;
  }

  .outline .inner:last-of-type {
    margin-bottom: 0;
  }
}

.outline h2 {
  margin: -150px auto 50px auto;
}

@media print,
screen and (max-width: 768px) {
  .outline h2 {
    margin: -84px auto 10px auto;
  }
}

@media print,
screen and (max-width: 768px) {
  .outline {
    padding: 80px 15px;
  }
}

/* logoBox */
.logoBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 2em;
}

.logoBox img {
  max-width: 200px;
}

@media print,
screen and (max-width: 768px) {
  .logoBox {
    gap: 10px;
    margin-top: 1em;
  }

  .logoBox img {
    max-width: 100px;
  }
}

.qa__box {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 20px;
  margin-bottom: 50px;
}

.qa__box p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.qa__box p span {
  font-size: 24px;
  font-weight: 600;
  padding-right: 10px;
}

@media print,
screen and (max-width: 768px) {
  .qa__box p {
    font-size: 16px;
  }
}

@media print,
screen and (max-width: 768px) {
  .qa__box {
    padding: 15px;
  }

  .qa__box:last-of-type {
    margin-bottom: 0;
  }
}

.qa__answer {
  display: block;
  margin-left: 3rem;
  background-color: #EDE6DC;
  padding: 10px 20px;
  border-radius: 10px;
}

.qa__answer p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

@media print,
screen and (max-width: 768px) {
  .qa__answer {
    margin-left: 0;
    padding: 10px;
  }
}

.notice ul {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.notice ul li {
  font-size: 20px;
  text-align: left;
}

@media print,
screen and (max-width: 768px) {
  .notice ul li {
    font-size: 16px;
  }
}

.access {
  padding-top: 100px;
}

@media print,
screen and (max-width: 768px) {
  .access {
    padding-top: 80px;
  }
}

.access h2 {
  text-align: left;
}

.access .inner .flex {
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 90px;
}

.access .inner .flex .table__style_2 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 20px;
  width: 100%;
}

.access .inner .flex .table__style_2 tr td a {
  color: #AB8C1E;
  border-bottom: 1px solid #AB8C1E;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print,
screen and (max-width: 768px) {
  .access .inner .flex .table__style_2 {
    font-size: 16px;
  }
}

.access .inner .flex:first-of-type {
  padding-bottom: 100px;
  border-bottom: 1px solid #BCBCBC;
}

@media print,
screen and (max-width: 768px) {
  .access .inner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .access .inner .flex:first-of-type {
    padding-bottom: 30px;
    border-bottom: none;
    margin-bottom: 0;
  }

  .access .inner .flex:nth-of-type(2) {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.access iframe {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 460px;
  height: 322px;
  width: 100%;
}

@media print,
screen and (max-width: 768px) {
  .access iframe {
    height: 240px;
  }
}

.sponsor__big img {
  max-width: 450px;
  width: 100%;
  display: block;
  margin-inline: auto;
  margin-bottom: 50px;
}

.sponsor__small {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  justify-items: center;
  row-gap: 50px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media print,
screen and (max-width: 768px) {
  .sponsor__small {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 20px;
  }

  .sponsor__small>*:nth-last-child(1):nth-child(odd) {
    grid-column: 1/-1;
    justify-self: center;
    width: calc(50% - 7.5px);
  }
}

.sponsor__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  font-size: 20px;
  font-weight: bold;
  padding: 50px 0 0 0;
}

@media print,
screen and (max-width: 768px) {
  .sponsor__txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */