@charset "UTF-8";

html {
    scroll-behavior: smooth;
}
.sp{
    display: none;
}
.pc{
    display: block;
}
body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
#main {
    width: 100%;
    background-color: #F4F4F4;
}
#main .mv-section {
    width: 100%;
}
#main .mv-section__inner {
    width: 100%;
    aspect-ratio: 683/384;
    background-image: url(../img/mv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#main picture.mv-section__logo {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 48%;
    height: auto;
    user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}
#main picture.mv-section__logo > img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}


.scroll_down{
    position:absolute;
    bottom: 0px;
    right: 10%;
  }
  
  .scroll_down a{
    position: absolute;
    left: 10px;
    bottom: 30px;
    color: #FFF;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    writing-mode: vertical-lr;
    text-decoration: none;
  }
  
  .scroll_down:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -3px;
    width: 8px;
    height: 7px;
    border-radius: 50%;
    background:#FFF;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    animation:
      circlemove 1.6s ease-in-out infinite,
      cirlemovehide 1.6s ease-out infinite;
  }
  
  @keyframes circlemove{
    0%{bottom:85px;}
    100%{bottom:0px;}
  }
  
  @keyframes cirlemovehide{
    0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
    100%{opacity:0;}
  }
  
  .scroll_down:after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:2px;
    height: 85px;
    background:#FFF;
  }
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 220;
}
.site-header .mv-section__content {
    box-sizing: border-box;
    padding: 20px 25px;
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 100;
}
.site-header .mv-section__content.is-scrolled {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.site-header .header-logo-link {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 350px;
    position: relative;
}
.site-header .header-logo {
    display: block;
    max-width: 350px;
    width: 100%;
    height: auto;
    min-width: 0;
    user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}
.site-header .mv-section__nav {
    height: auto;
}
.site-header .mv-section__nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    gap: 20px;
}
.site-header .mv-section__nav-item {
    font-size: 16px;
    font-weight: 600;
}
.site-header .mv-section__nav-item a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}
.site-header .mv-section__content.is-scrolled .mv-section__nav-item a {
    color: #000;
}
.site-header .mv-section__content.is-scrolled .mv-section__nav-item a:hover {
    color: #0035D1;
}
.body-section {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 0;
}
#main .event-info_inner {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#main .event-info_text {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}
#main .event-info_text .event-info_text-title {
    width: 100px;
    background-color: #0037CB;
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
#main .event-info_text-content {
    font-size: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: bold;
}
#main .event-info_text-content span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 58px;
    height: 36px;
    margin: 0 -10px;
    padding: 4px 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #0037CB;
    background-color: transparent;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpolygon fill='none' stroke='%230037CB' stroke-width='3' stroke-linejoin='miter' points='22,6 78,6 98,50 78,94 22,94 2,50'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

#main .companies-section {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
#main .section__title {
    box-sizing: border-box;
}

#main .section__title-grid {
    display: grid;
    grid-template-columns: 330px 30px 1fr;
    width: 100%;
    align-items: stretch;
    padding-bottom: 30px;
}

#main .section__title-left {
    padding-right: 0;
    width: auto;
}

#main .section__title-line-top {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #0035D1;
    margin-top: 4px; /* ドットがはみ出さないように少し下げる */
}

#main .section__title-dot-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%); 
    width: 9px;
    height: 8px;
    background-color: #0035D1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

#main .section__title-text {
    margin-top: 30px;
    padding-right: 40px;
    position: relative;
    width: 280px;
    min-height: 20px;
}

/* タイトル線グリッドの幅に縛られず、英日をまとめて配置（従来は ja のみ absolute 相当） */
#main .section__title-stack {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: max-content;
    max-width: min(920px, calc(100vw - 48px));
    z-index: 1;
}

#main .section__title-en {
    font-size: 42px;
    font-weight: 700;
    color: #0035D1;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.02em;
    font-family: "Roboto Condensed", sans-serif;
}

#main .section__title-ja {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.05em;
}

#main .section__title-slant {
    position: relative;
    width: 100%;
    height: 100%;
}

#main .section__title-slant svg {
    position: absolute;
    top: 4px; /* .line-top の margin-top と合わせる */
    left: 0;
    width: 100%;
    height: calc(100% - 4px);
    display: block;
    overflow: visible;
}

#main .section__title-right {
    position: relative;
    width: 100%;
    height: 100%;
}

#main .section__title-line-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0035D1;
}

#main .section__title-dot-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%); /* 線の右端の中心に配置 */
    width: 9px;
    height: 8px;
    background-color: #0035D1;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

#main .companies-section__content {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 60px;
}
#main .companies-section__item {
    width: 32%;
    display: flex;
    aspect-ratio: 323/224;
    background-color: #fff;
    position: relative;
}
#main .companies-section__item-link {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    min-width: 0;
    min-height: 0;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}
#main .companies-section__item-link:visited,
#main .companies-section__item-link:hover,
#main .companies-section__item-link:active {
    color: inherit;
    text-decoration: none;
}
#main .companies-section__item-body {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 15px 10px;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}
#main .companies-section__item-body::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 64px;
    height: 38px;
    box-sizing: border-box;
    background-color: #eeeeee;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(50% + 5px) 50%;
    background-size: 20%;
    clip-path: polygon(0% 100%, 26% 0%, 100% 0%, 100% 100%);
    pointer-events: none;
    z-index: 1;
    transition: background-color 0.3s ease-out, background-position 0.2s ease-out;
}
#main .companies-section__item-link:hover .companies-section__item-body::after {
    background-color: #0035D1;
    background-image: url(../img/arrow-white.svg);
    background-position: calc(50% + 10px) 50%;
}
#main .companies-section__item-body-title {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
#main .companies-section__item-body-title p{
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.02em;
}
#main .companies-section__item-body-title p span{
    margin-left: 10px;
    background-color: #0035D1;
    color: #fff;
    padding: 5px 14px;
    clip-path: polygon(
        0% 50%,
        7px 0%,
        calc(100% - 7px) 0%,
        100% 50%,
        calc(100% - 7px) 100%,
        7px 100%
    );
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
#main .companies-section__item-body-title h3{
    font-size: 18px;
    font-weight: bold;
    color: #0035D1;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.02em;
    width: 100%;
}
#main .companies-section__item-body-title .subtitle{
    font-size: 14px;
    font-weight: bold;
    color: #0035D1;
    margin: 0;
    line-height: 1;
    letter-spacing: 0.02em;
    width: 100%;
}
#main .companies-section__item-body-content {
    max-width: 80%;
    height: auto;
    object-fit: contain;
}
#main .companies-section__item-body-content img {
    width: 100%;
    height: auto;
    object-fit: contain;
    user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}
#main .map-section__content {
    width: 90%;
}
#main .map-section__content img {
    width: 100%;
}
#main .event-section {
    padding-bottom: 110px;
}
#main .event-section__content {
    width: 100%;
    font-size: 15px;
}
#main .event-section__content p {
    margin-top: 40px;
    line-height: 1.4;
}
#main .event-section__content p span {
    font-size: 20px;
    margin-top: 5px;
}
#main .event-section__box {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 80px;
    background-color: #fff;
    padding: 25px 35px;
    box-sizing: border-box;
}
#main .event-section__box-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
#main .event-section__box-item:last-child {
    padding-left: 10px;
    border-left: 1px solid #0035D1;
}
#main .event-section__box-item p {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
    text-align: center;
    height:72px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .event-section__box-item img {
    height: 72px;
    width: auto;
    object-fit: contain;
    user-select:none;
    -webkit-user-select:none;
    -ms-user-select: none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-drag:none;
    -khtml-user-drag:none;
}
#main .event-section__box-item-button {
    width: 280px;
    height: 56px;
    background-color: #0035D1;
    box-sizing: border-box;
    border: 1px solid #0035D1;
    transition: background-color 0.2s ease-out, color 0.1s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .event-section__box-item-button-link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-right: 25px;
    position: relative;
}
#main .event-section__box-item-button:hover {
    background-color: #FFF;
    transition: background-color 0.2s ease-out;
}
#main .event-section__box-item-button:hover .event-section__box-item-button-link {
    color: #0035D1;
    transition: color 0.1s ease-out;
}
#main .event-section__box-item-button-link::after {
    content: '';
    background-image: url(../img/expand-link.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px auto;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#main .event-section__box-item-button:hover .event-section__box-item-button-link::after {
    background-image: url(../img/expand-link-b.svg);
}

.page-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 260;
    width: 44px;
    height: 38px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    background-image: url(../img/page-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.page-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.page-top:hover,
.page-top:focus-visible {
    background-image: url(../img/page-top-hover.png);
    transition: background-image 0.3s ease;
}
.page-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 0;
    pointer-events: none;
}
#footer {
    padding: 0;
}
#footer .footer__inner {
    padding: 0;
    padding-top: 40px;
}
#footer .footer__content {
    width: 100%;
}
#footer .footer__content-title {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin: 0;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}
#footer .footer__content-text {
    font-size: 14px;
    font-weight: medium;
    color: #000;
    margin: 0;
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding-bottom: 0;
}
#footer .footer__content-text a {
    color: #000;
    text-decoration: underline;
}
#footer .footer__link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
#footer .footer__link-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .footer__link-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 18px;
    gap: 14px;
}
#footer .footer__link-item:first-child {
    border-right: 1px solid #d7d7d7;
}
#footer .footer__link-item:last-child {
    border-left: 1px solid #d7d7d7;
}
#footer .footer__link-item-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
#footer .footer__link-item-link img {
    display: block;
    height: 45px;
    width: auto;
    object-fit: contain;
}
#footer .footer__link-item:nth-child(2) {
    gap: 18px;
}
#footer .footer__content.social-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    margin-top: -20px;
}
#footer .footer__content.social-link img {
    height: 22px;
    width: auto;
    object-fit: contain;
}
#footer .footer__copyright {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    background-color: #0035D1;
}
#footer .footer__copyright-inner {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
#footer .footer__copyright-text {
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 0;
    line-height: 1.4;
    padding: 0;
}

.site-header .header-menu-button {
    display: none;
    width: 36px;
    height: 30px;
    border: 0;
    background: transparent;
    padding: 4px;
    box-sizing: border-box;
    cursor: pointer;
    flex: 0 0 36px;
}
.site-header .header-menu-button span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    margin: 5px 0;
    transition: transform 0.25s ease, opacity 0.2s ease;
}
.site-header .mv-section__content.is-scrolled .header-menu-button span {
    background-color: #0037CB;
}

@media screen and (max-width: 767px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    html,
    body {
        overflow-x: hidden;
    }
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }
    #main,
    #main * {
        max-width: 100%;
    }
    .body-section {
        width: calc(100% - 32px);
        max-width: none;
        padding-top: 50px;
    }
    .site-header .mv-section__content {
        padding: calc(12px + env(safe-area-inset-top)) 12px 12px;
        min-height: 56px;
        width: 100%;
        overflow: hidden;
    }
    .site-header .header-logo-link {
        max-width: min(265px, calc(100vw - 72px));
    }
    .site-header .header-logo {
        max-width: 100%;
    }
    .site-header .mv-section__nav {
        display: none;
    }
    .site-header .header-menu-button {
        display: block;
    }

    .site-header .mv-section__content.is-menu-open .header-menu-button span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .site-header .mv-section__content.is-menu-open .header-menu-button span:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    .site-header .mv-section__content.is-menu-open .header-menu-button span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    #main .mv-section__inner {
        aspect-ratio: 375/516;
        background-image: url(../img/mv-sp.jpg);
    }
    #main picture.mv-section__logo {
        top: 22%;
        left: 3%;
        width: 72%;
    }
    #main .scroll_down a {
        bottom: 20px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    #main .scroll_down:after {
        height: 60px;
    }
    @keyframes circlemove{
        0%{bottom:57px;}
        100%{bottom:0px;}
      }
    #main #event-info {
        padding: 50px 0
    }
    #main .event-info_inner {
        width: 100%;
        gap: 10px;
    }
    #main .event-info_text {
        gap: 10px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    #main .event-info_text .event-info_text-title {
        width: 100px;
        font-size: 15px;
        padding: 5px;
    }
    #main .event-info_text-content {
        font-size: 16px;
        letter-spacing: 0.05em;
    }
    #main .event-info_text-content span {
        min-width: 40px;
        height: 26px;
        font-size: 16px;
        margin: 0 -6px;
        padding: 2px 8px;
    }

    #main .section__title-grid {
        grid-template-columns: 230px 18px 1fr;
        padding-bottom: 22px;
    }
    #main .section__title-text {
        margin-top: 10px;
        padding-right: 8px;
        width: auto;
        min-height: 30px;
    }
    #main .section__title-stack {
        left: 0;
        gap: 6px;
        padding-top: 20px;
        max-width: calc(100vw - 32px);
    }
    #main .section__title-en {
        font-size: 30px;
    }
    #main .section__title-ja {
        font-size: 14px;
    }
    #main .section__title-slant svg {
        height: calc(100% - 2px);
    }
    #main .section__title-right {
        margin-top: 2px;
    }
    #main .anchor-section {
        width: calc(100% - 24px);
        max-width: none;
        margin: 0 auto;
        display: flex;
        gap: 10px;
    }
    #main .anchor-section__inner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    #main .anchor-section__item {
        width: 48%;
    }
    #main .anchor-section__item-link {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 15px 15px;
        text-decoration: none;
        background-color: #fff;
        color: #000;
        font-size: 15px;
        font-weight: bold;
    }
    #main .anchor-section__item-link::after {
        content: '';
        position: absolute;
        right:15px;
        top: 30%;
        transform: translateY(-50%);
        width: 10px;
        height: 10px;
        border-right: 2px solid #0035D1;
        border-bottom: 2px solid #0035D1;
        transform: translateX(-50%) rotate(45deg);
        box-sizing: border-box;
        pointer-events: none;
    }
    #main .anchor-section__item-link:hover {
        background-color: #0035D1;
        color: #fff;
        border-bottom-color: #fff;
    }
    #main .anchor-section__item-link:hover::after {
        border-right-color: #fff;
        border-bottom-color: #fff;
    }
    #main .companies-section {
        width: calc(100% - 24px);
        max-width: none;
        margin: 0 auto;
    }
    #main .companies-section__content {
        gap: 20px;
        margin-top: 60px;
    }
    #main .companies-section__item {
        width: 100%;
        aspect-ratio: 343/207;
    }
    #main .companies-section__item-body {
        padding: 14px 12px;
        gap: 14px;
    }
    #main .companies-section__item-body-title p {
        font-size: 15px;
    }
    #main .companies-section__item-body-title p span {
        font-size: 15px;
        padding: 4px 10px;
        margin-left: 6px;
    }
    #main .companies-section__item-body-title h3 {
        font-size: 22px;
        line-height: 1.1;
    }
    #main .companies-section__item-body-title .subtitle {
        font-size: 13px;
    }
    #main .companies-section__item-body-content {
        max-width: 60%;
    }

    #main .map-section__content {
        width: 100%;
        margin-top: 60px;
    }

    #main .event-section {
        padding-bottom: 72px;
    }
    #main .event-section__content {
        font-size: 15px;
    }
    #main .event-section__content p {
        margin-top: 20px;
    }
    #main .event-section__content p:first-child {
        margin-top: 60px;
    }
    #main .event-section__content p span {
        font-size: 20px;
    }
    #main .event-section__box {
        margin-top: 30px;
        padding: 30px 15px;
        flex-direction: column;
        gap: 30px;
    }
    #main .event-section__box-item {
        width: 100%;
        gap: 20px;
    }
    #main .event-section__box-item:last-child {
        border-left: 0;
        border-top: 1px solid #0035D1;
        padding-left: 0;
        padding-top: 14px;
    }
    #main .event-section__box-item p {
        font-size: 15px;
        height: auto;
    }
    #main .event-section__box-item img {
        height: 72px;
    }

    .page-top {
        position: fixed;
        right: 25px;
        bottom: 25px;
        z-index: 260;
        width: 44px;
        height: 38px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        background-image: url(../img/page-top.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .page-top.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .page-top:hover,
    .page-top:focus-visible {
        background-image: url(../img/page-top.png);
    }
    .page-top img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        opacity: 0;
        pointer-events: none;
    }


    #footer .footer__inner {
        padding-top: 24px;
    }
    #footer .footer__content-title {
        font-size: 15px;
    }
    #footer .footer__content-text {
        font-size: 14px;
    }
    #footer .footer__content.social-link {
        margin-top: 30px;
        padding-bottom: 20px;
    }
    #footer .footer__link {
        padding: 18px 0;
    }
    #footer .footer__link-list {
        row-gap: 10px;
        column-gap: 6px;
    }
    #footer .footer__link-item {
        padding: 0 5px;
        gap: 5px;
    }
    #footer .footer__link-item:nth-child(2) {
        gap: 5px;
        padding: 0;
    }
    #footer .footer__link-item:first-child,
    #footer .footer__link-item:last-child {
        padding: 0 5px;
    }
    #footer .footer__link-item-link img {
        height: 25px;
    }
}