/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Shin Maru Go Medium", sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 1.6rem;
  color: #000;
  overflow-x: hidden;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

*:focus {
  outline: none;
}

@media (max-width: 640px) {
  br:not(.sp-br) {
    display: none;
  }
}

@media (min-width: 641px) {
  .spOnly {
    display: none;
  }
}

img {
  max-width: 100%;
}

.hidden {
  visibility: hidden;
}

a[target=_blank] {
  text-decoration: none;
}
a[target=_blank] span {
  text-decoration: underline;
}

a[target=_blank]:not(:has(img))::after {
  margin: 0 3px 0 1px;
  font-family: "Hobonichi-Icons" !important;
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
  text-decoration: none;
}

@media (hover: hover) {
  a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
body {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  overflow-x: hidden;
}
body.on {
  opacity: 1;
}

#mv {
  text-align: center;
  position: relative;
  width: 100vw;
  height: 100svh;
  height: calc(var(--vh, 1vh) * 100);
}
#mv .bg {
  z-index: -1;
}
#mv .bg > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#mv .bg > div.active {
  opacity: 1;
}
#mv .bg > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#mv .text {
  z-index: 1;
}
#mv .text > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#mv .text > div.active {
  opacity: 1;
}
#mv .text > div:last-child a {
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  color: #fff;
  font-size: 6rem;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 641px) {
  #mv .text > div:last-child a {
    top: 20px;
    left: 20px;
  }
}
#mv .text > div:last-child a.active {
  opacity: 1;
}
#mv .text > div:last-child .title {
  position: relative;
  margin-left: 3.5svh;
  margin-left: calc(var(--vh, 1vh) * 3.5);
}
@media (min-width: 641px) {
  #mv .text > div:last-child .title {
    margin-left: 0;
  }
}
@media (min-height: 1024px) and (orientation: portrait) {
  #mv .text > div:last-child .title {
    margin-left: 5vw;
  }
}
#mv .text > div:last-child .title picture, #mv .text > div:last-child .title p {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#mv .text > div:last-child .title picture.active, #mv .text > div:last-child .title p.active {
  opacity: 1;
}
#mv .text > div:last-child .title picture img {
  height: 91.282svh;
  height: calc(var(--vh, 1vh) * 91.282);
}
@media (min-width: 641px) {
  #mv .text > div:last-child .title picture img {
    height: 90.375svh;
  }
}
#mv .text > div:last-child .title p {
  position: absolute;
}
#mv .text > div:last-child .title p:nth-of-type(1) {
  left: -10svh;
  left: calc(var(--vh, 1vh) * -10);
  bottom: 22svh;
  bottom: calc(var(--vh, 1vh) * 22);
}
@media (min-width: 641px) {
  #mv .text > div:last-child .title p:nth-of-type(1) {
    left: -17svh;
    bottom: 2svh;
  }
}
@media (min-height: 1024px) and (orientation: portrait) {
  #mv .text > div:last-child .title p:nth-of-type(1) {
    left: -20svh;
    height: calc(var(--vh, 1vh) * -20);
  }
}
#mv .text > div:last-child .title p:nth-of-type(1) img {
  height: 26svh;
  height: calc(var(--vh, 1vh) * 26);
}
@media (min-width: 641px) {
  #mv .text > div:last-child .title p:nth-of-type(1) img {
    height: 26.375svh;
  }
}
#mv .text > div:last-child .title p:nth-of-type(1).active {
  -webkit-animation: rotate-scale-up 0.5s linear both;
          animation: rotate-scale-up 0.5s linear both;
}
#mv .text > div:last-child .title p:nth-of-type(2) {
  right: -2svh;
  right: calc(var(--vh, 1vh) * -2);
  bottom: 25svh;
  bottom: calc(var(--vh, 1vh) * 25);
}
@media (min-width: 641px) {
  #mv .text > div:last-child .title p:nth-of-type(2) {
    right: -20svh;
    bottom: 24svh;
  }
}
@media (min-height: 1024px) and (orientation: portrait) {
  #mv .text > div:last-child .title p:nth-of-type(2) {
    right: -13svh;
    right: calc(var(--vh, 1vh) * -13);
    bottom: 24svh;
    bottom: calc(var(--vh, 1vh) * 24);
  }
}
#mv .text > div:last-child .title p:nth-of-type(2) img {
  height: 8.2svh;
  height: calc(var(--vh, 1vh) * 8.2);
}
@media (min-width: 641px) {
  #mv .text > div:last-child .title p:nth-of-type(2) img {
    height: 11.75svh;
  }
}
#mv .text > div:last-child .title p:nth-of-type(2) svg {
  opacity: 0;
}
#mv .text > div:last-child .title p:nth-of-type(2).active svg {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#base path {
  fill: #ffffff;
}

#mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 10px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#title3 {
  position: absolute;
  width: auto;
  height: 8svh;
  height: calc(var(--vh, 1vh) * 8);
}
@media (min-width: 641px) {
  #title3 {
    width: auto;
    height: 11.5svh;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2025-8-6 18:54:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes roll-in-blurred-left {
  0% {
    -webkit-transform: translateX(-50vw) rotate(-960deg);
            transform: translateX(-50vw) rotate(-960deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes roll-in-blurred-left {
  0% {
    -webkit-transform: translateX(-50vw) rotate(-960deg);
            transform: translateX(-50vw) rotate(-960deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes scale-in-left {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
}
@keyframes scale-in-left {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 1;
  }
}
@-webkit-keyframes scale-down-center {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-down-center {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(3.2) rotateZ(360deg);
            transform: scale(3.2) rotateZ(360deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(720deg);
            transform: scale(1) rotateZ(720deg);
  }
}
@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
            transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(3.2) rotateZ(360deg);
            transform: scale(3.2) rotateZ(360deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(720deg);
            transform: scale(1) rotateZ(720deg);
  }
}
article {
  font-family: "Shuei KakuGo Gin B", sans-serif;
  color: #fff;
  background: #1F349E;
  position: relative;
  padding: 50px 0 180px;
  text-align: center;
}
@media (min-width: 641px) {
  article {
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 78px 0 232px;
  }
}
article .photo {
  position: absolute;
  display: inline-block;
  width: 24.1vw;
  top: -15vw;
  right: 6vw;
  opacity: 0;
}
@media (min-width: 641px) {
  article .photo {
    width: 162px;
    top: -100px;
    right: calc((100vw - 386px) / 2 - 140px);
  }
}
article .photo p:last-child {
  position: absolute;
  width: 7.69vw;
  top: -1vw;
  right: -3vw;
  -webkit-transform: scale(0);
          transform: scale(0);
}
@media (min-width: 641px) {
  article .photo p:last-child {
    width: 45px;
    top: 20px;
    right: -14px;
  }
}
article .photo.active {
  -webkit-animation: scale-down-center 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: scale-down-center 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
article .photo.active p:last-child {
  -webkit-animation: scale-in-left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scale-in-left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
article .date p {
  position: relative;
  display: block;
}
@media (min-width: 641px) {
  article .date p {
    display: inline-block;
  }
}
article .date p:before {
  content: "";
  display: block;
  background: url("../img/subtitle-sp.svg") no-repeat;
  background-size: contain;
  width: 230px;
  height: 26px;
  position: absolute;
  top: -50px;
}
@media (min-width: 641px) {
  article .date p:before {
    background: url("../img/subtitle-pc.svg") no-repeat;
    background-size: contain;
    width: 257px;
    height: 28px;
    left: -40px;
  }
}
article .yodogawa {
  width: 82.05vw;
  margin: 0 auto;
  padding: 32px 0;
  text-align: left;
}
@media (min-width: 641px) {
  article .yodogawa {
    padding: 52px 0;
    text-align: center;
  }
}
article .info {
  overflow: hidden;
}
article .info .taro img {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  width: 140px;
}
article .info .taro.active img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
article .info .text {
  padding: 20px 0 30px;
}
article .info .text img {
  max-width: 350px;
  width: 80vw;
}
@media (min-width: 641px) {
  article .info .text {
    padding: 20px 0 52px;
  }
}
article .info .poster img {
  max-width: 350px;
  width: 52.82vw;
}
article .info dl {
  padding: 32px 0;
}
@media (min-width: 641px) {
  article .info dl {
    padding: 52px 0;
  }
}
article .info dl dt {
  font-weight: normal;
  font-size: 16px;
}
@media (min-width: 641px) {
  article .info dl dt {
    font-size: 20px;
  }
}
article .info dl dt:not(:first-child) {
  padding-top: 8px;
}
article .info dl dd {
  font-size: 12px;
}
@media (min-width: 641px) {
  article .info dl dd {
    font-size: 14px;
  }
}
article .taro2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
article .taro2 img {
  width: 228px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
article .taro2.active img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
article .link-details {
  padding-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 641px) {
  article .link-details {
    padding-top: 36px;
    padding-bottom: 25px;
  }
}
article .link-details .text {
  padding: 20px 0;
}
@media (min-width: 641px) {
  article .link-details .text {
    padding: 10px 0;
  }
}
article .link-details small {
  font-size: 1.3rem;
}
article .link-details .btn-details img {
  max-width: 400px;
  width: 82vw;
}

footer {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  color: #2E2E2E;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #F7F6F6;
  border: 1px solid #F7F6F6;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 1;
  position: relative;
}
footer dl {
  margin: 0;
}
footer dd {
  margin-left: 0;
}
footer a {
  color: #2E2E2E;
  text-decoration: none;
}
footer p {
  margin: 0;
}
footer .footer-inner {
  width: min(100% - 0px, 1280px);
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 641px) {
  footer .footer-inner {
    width: min(100% - 80px, 1280px);
  }
}
footer .footer-inner hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0.5px solid #D9D9D9;
}
footer .footer-link {
  width: 18em;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 641px) {
  footer .footer-link {
    width: initial;
  }
}
@media (min-width: 992px) {
  footer .footer-link {
    width: 100%;
  }
}
footer .footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 641px) {
  footer .footer-link ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 32px;
  }
}
footer .footer-link a {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 600;
}
@media (min-width: 992px) {
  footer .footer-link + hr {
    border-color: transparent;
    margin-top: 0;
  }
}
footer .footer-sns {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 641px) {
  footer .footer-sns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  footer .footer-sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 72px;
  }
}
footer .footer-sns .hb-facebook {
  color: rgb(53, 120, 229);
}
footer .footer-sns .hb-line {
  color: rgb(6, 199, 85);
}
footer .footer-sns dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (min-width: 641px) {
  footer .footer-sns dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
footer .footer-sns dt {
  font-weight: 600;
}
@media (min-width: 992px) {
  footer .footer-sns dt {
    font-size: 13px;
  }
}
footer .footer-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
}
@media (min-width: 992px) {
  footer .footer-sns ul {
    padding-top: 0;
  }
}
footer .footer-sns ul img {
  width: 36px;
  padding: 0 2px;
}
@media (min-width: 641px) {
  footer .footer-sns ul img {
    padding: 0;
  }
}
@media (min-width: 992px) {
  footer .footer-sns ul img {
    width: 36px;
  }
}
footer .footer-sns ul .hb-twitter img {
  width: 31px;
}
footer .footer-sns span {
  display: none;
}
footer .footer-sns .hb-email {
  font-weight: 600;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 14px;
}
@media (min-width: 641px) {
  footer .footer-sns .hb-email {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  footer .footer-sns .hb-email {
    font-size: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
footer .footer-sns .hb-email:before {
  font-size: 40px;
}
@media (min-width: 641px) {
  footer .footer-sns .hb-email:before {
    font-size: 24px;
  }
}
footer .footer-copyright {
  width: min(100% - 32px, 1280px);
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  color: #767676;
}
@media (min-width: 641px) {
  footer .footer-copyright {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  footer .footer-copyright {
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 100%;
  }
}
footer .footer-copyright a {
  color: #767676;
}
footer .footer-copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  footer .footer-copyright ul {
    margin-bottom: 0;
  }
}
footer .footer-copyright ul li {
  white-space: nowrap;
}
footer .footer-copyright ul li:not(:last-child):after {
  content: "|";
  position: relative;
  bottom: 1px;
  margin-left: 1em;
  margin-right: 1em;
}
footer .footer-copyright .footer-copyright-name {
  font-size: 10px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */