/* --------------------
 Header
-------------------- */
.header {
    background-color: var(--color-white);
    height: 16vw;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
}

@media (max-width: 768px) {
    .header {
        position: absolute !important;
        top: 0 !important;
        transform: none !important;
    }
}

@media (min-width: 769px) {
    .header {
        box-shadow: 0 0 0.4166666667vw rgba(0, 0, 0, 0.35);
        height: 5.9027777778vw;
        position: fixed;
    }
}

.header-container {
    align-items: stretch;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: space-between;
    padding: 0 5.3333333333vw;
    position: relative;
    width: 100%;
}

@media (min-width: 769px) {
    .header-container {
        padding: 0 8.3333333333vw 0 3.4722222222vw;
    }
}

.header__logo {
    align-self: center;
    display: block;
    flex: 0 0 41.3333333333vw;
    min-height: 0px;
    position: relative;
    z-index: 97;
}

@media (min-width: 769px) {
    .header__logo {
        flex: 0 0 12.1527777778vw;
        z-index: 99;
    }
}

.header__logo:before {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    -webkit-mask-image: url(../../img/top/beads_logo_Y_small.png);
    mask-image: url(../../img/top/beads_logo_Y_small.png);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity var(--duration) var(--cubic) 0s;
    z-index: 1;
}

.header__logo img {
    transition: opacity var(--duration) var(--cubic) 0s;
    width: 100%;
}

.header__nav {
    align-items: center;
    display: none;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    gap: 8.5333333333vw;
    height: 100%;
    justify-content: flex-end;
    min-height: 0px;
}

@media (min-width: 769px) {
    .header__nav {
        display: flex;
        gap: 2.2222222222vw;
    }
}

.header__nav__menu {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 1.9444444444vw;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.header__nav__menu__item {
    margin: 0;
    padding: 0;
}

.header__nav__menu__item a {
    color: var(--color-gray-mid);
    display: block;
    font-family: var(--ff-tsukushi-b);
    font-weight: 500;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .header__nav__menu__item a {
        font-size: 1.3333333333rem;
    }
}

.header__nav__menu__item a[data-icon=pdf] {
    padding-right: 1.9444444444vw;
}

.header__nav__menu__item a[data-icon=pdf]:after {
    background-image: url(../images/icons/icon-gray-pdf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 5.8666666667vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5.3333333333vw;
}

@media (min-width: 769px) {
    .header__nav__menu__item a[data-icon=pdf]:after {
        height: 1.5277777778vw;
        width: 1.3888888889vw;
    }
}

.header__nav__contact {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
    height: 100%;
    justify-content: center;
    margin: 16vw 0 0;
}

@media (min-width: 769px) {
    .header__nav__contact {
        align-items: stretch;
        flex-flow: row nowrap;
        gap: 0.6944444444vw;
        margin: 0;
        padding: 0.6944444444vw 0;
    }
}

.header__nav__contact__tel {
    align-items: center;
    background-color: var(--color-blue-sky);
    border-radius: 10.6666666667vw;
    box-shadow: 0vw 0vw 2.1333333333vw 1.0666666667vw rgba(255, 255, 255, 0.761);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    height: 20.2666666667vw;
    justify-content: center;
    margin: 0;
    white-space: nowrap;
    width: 80vw;
}

@media (min-width: 769px) {
    .header__nav__contact__tel {
        border-radius: 2.7777777778vw;
        box-shadow: none;
        height: auto;
        padding: 0 1.3888888889vw;
        width: auto;
    }
}

.header__nav__contact__tel-inner {
    display: block;
}

.header__nav__contact__tel__text {
    display: block;
    font-family: var(--ff-tsukushi-b);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 0 0 1.0666666667vw;
}

@media (min-width: 769px) {
    .header__nav__contact__tel__text {
        font-size: 1.0833333333rem;
        margin: 0 0 0.2777777778vw;
    }
}

.header__nav__contact__tel__text .--small {
    font-family: var(--ff-koburina-w6);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 0 0.5em;
}

@media (min-width: 769px) {
    .header__nav__contact__tel__text .--small {
        font-size: 0.8333333333rem;
    }
}

.header__nav__contact__tel__number {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-tsukushi-b);
    font-size: 1.5rem;
    font-weight: 700;
    gap: 1.6vw;
    justify-content: flex-start;
    line-height: 1.05;
}

@media (min-width: 769px) {
    .header__nav__contact__tel__number {
        font-size: 1.9166666667rem;
        gap: 0.4166666667vw;
    }
}

.header__nav__contact__tel__number:before {
    background-image: url(../images/commons/com-header-icon-tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 8vw;
    width: 8vw;
}

@media (min-width: 769px) {
    .header__nav__contact__tel__number:before {
        height: 1.8055555556vw;
        width: 1.8055555556vw;
    }
}

.header__nav__contact__email {
    align-items: center;
    background-color: var(--color-pink-pale);
    border-radius: 10.6666666667vw;
    box-shadow: 0vw 0vw 2.1333333333vw 1.0666666667vw rgba(255, 255, 255, 0.761);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-tsukushi-b);
    font-size: 1.5rem;
    font-weight: 500;
    gap: 1.0666666667vw;
    height: 20.2666666667vw;
    justify-content: center;
    line-height: 1.05;
    margin: 0;
    width: 80vw;
}

@media (min-width: 769px) {
    .header__nav__contact__email {
        border-radius: 2.7777777778vw;
        box-shadow: none;
        font-size: 1.3333333333rem;
        gap: 0.2777777778vw;
        height: auto;
        padding: 0 1.8055555556vw;
        width: auto;
    }
}

.header__nav__contact__email:before {
    background-image: url(../images/commons/com-header-icon-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 8vw;
    width: 8vw;
}

@media (min-width: 769px) {
    .header__nav__contact__email:before {
        height: 2.0833333333vw;
        width: 2.0833333333vw;
    }
}

.header__burger {
    -webkit-appearance: none;
    appearance: none;
    background: noneo;
    background-color: #E59E9E;
    border: none;
    border-radius: 0;
    bottom: auto;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 16vw;
    left: auto;
    margin: 0;
    padding: 0.8vw 0 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 16vw;
    z-index: 99;
}

@media (max-width: 768px) {
    .header__burger {
        top: 0 !important;
        transform: none !important;
    }
}

@media (min-width: 769px) {
    .header__burger {
        height: 5.9027777778vw;
        padding: 0.4166666667vw 0 0;
        width: 6.25vw;
    }
}

.header__burger__box {
    display: block;
    height: 5.8666666667vw;
    margin: 0 auto 1.0666666667vw;
    position: relative;
    width: 8.5333333333vw;
}

@media (min-width: 769px) {
    .header__burger__box {
        height: 1.9444444444vw;
        margin: 0 auto 0.5555555556vw;
        width: 2.7777777778vw;
    }
}

.header__burger__box span {
    background-color: #ffffff;
    border-radius: 1.0666666667vw;
    display: block;
    height: 0.5333333333vw;
    inset: auto;
    left: 0;
    min-height: 2px;
    position: absolute;
    transition: 0.35s ease-in-out;
    width: 100%;
}

@media (min-width: 769px) {
    .header__burger__box span {
        border-radius: 0.2777777778vw;
        height: 0.2777777778vw;
    }
}

.header__burger__box span:nth-child(1) {
    top: 0;
}

.header__burger__box span:nth-child(2) {
    top: calc(50% - 0.53333vw);
}

@media (min-width: 769px) {
    .header__burger__box span:nth-child(2) {
        top: calc(50% - 0.13889vw);
    }
}

.header__burger__box span:nth-child(3) {
    top: calc(100% - 1.06667vw);
    width: 66.67%;
}

@media (min-width: 769px) {
    .header__burger__box span:nth-child(3) {
        top: calc(100% - 0.27778vw);
    }
}

.header__burger__label {
    color: var(--color-white);
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.05;
    text-align: center;
    width: 100%;
}

@media (min-width: 769px) {
    .header__burger__label {
        font-size: 1rem;
    }
}

.header__burger.-active .header__burger__box span:nth-child(1) {
    top: 2.6666666667vw;
    transform: rotate(325deg);
}

@media (min-width: 769px) {
    .header__burger.-active .header__burger__box span:nth-child(1) {
        top: 0.6944444444vw;
    }
}

.header__burger.-active .header__burger__box span:nth-child(2) {
    top: 2.6666666667vw;
    transform: rotate(-325deg);
}

@media (min-width: 769px) {
    .header__burger.-active .header__burger__box span:nth-child(2) {
        top: 0.6944444444vw;
    }
}

.header__burger.-active .header__burger__box span:nth-child(3) {
    left: 50%;
    width: 0;
}

@media (min-width: 769px) {
    .header.-active {
        position: fixed !important;
    }
}

.header.-active .header__logo:before {
    opacity: 1;
}

.header.-active .header__logo img {
    opacity: 0;
}

@media (min-width: 769px) {
    .nav-global-inner {
        border-radius: 0 0 0.9722222222vw 0.9722222222vw;
        display: flex !important;
        gap: 3.125vw !important;
        height: 5.9027777778vw;
        padding: 0 0 0 3.4722222222vw !important;
    }
}

@media (max-width: 768px) {
    .nav-list-main {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .nav-list-main {
        flex-wrap: nowrap !important;
        gap: 1.9444444444vw !important;
        margin: 0 0 0 auto;
        padding: 0 !important;
    }
}

@media (min-width: 769px) {
    .nav-list-main > li {
        margin: 0 !important;
    }
}

.nav-list-main > li a {
    font-family: var(--ff-tsukushi-b);
    font-weight: 700;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .nav-list-main > li a {
        font-size: 1.3333333333rem;
    }
}

.nav-list-mb {
    list-style: none;
    margin: 0;
    padding: 1.0666666667vw 0 0 12.8vw;
}

@media (min-width: 769px) {
    .nav-list-mb {
        display: none !important;
    }
}

.nav-list-mb > li {
    margin: 0 0 9.6vw;
    padding: 0;
}

.nav-list-mb > li:last-child {
    margin: 0;
}

.nav-list-mb > li a {
    color: var(--color-white);
    display: block;
    font-family: var(--ff-tsukushi-b);
    font-size: 1.0625rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding: 0 0 0 6.4vw;
    position: relative;
}

.nav-list-mb > li a:before {
    background-color: var(--color-white);
    content: "";
    display: block;
    height: 1em;
    left: 0;
    -webkit-mask-image: url(../../img/common/arrow.svg);
    mask-image: url(../../img/common/arrow.svg);
    -webkit-mask-position: top left;
    mask-position: top left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    top: 1.0666666667vw;
    width: 0.902em;
}

.nav-list-mb > li a.pamphlet:after {
    height: 1.44em !important;
    margin-left: 0.6em !important;
    width: 1.1224em !important;
}

.gnav {
    background-color: var(--color-pink-pale);
    bottom: 0;
    display: none;
    left: 0;
    padding: 16vw 0 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 98;
}

@media (min-width: 769px) {
    .gnav {
        padding: 6.9444444444vw 0 0;
    }
}

.gnav__logo {
    display: block;
    left: 5.3333333333vw;
    min-height: 0px;
    position: absolute;
    top: 3.2vw;
    width: 41.3333333333vw;
    z-index: 99;
}

@media (min-width: 769px) {
    .gnav__logo {
        display: none;
    }
}

.gnav__logo:before {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    -webkit-mask-image: url(../../img/top/beads_logo_Y_small.png);
    mask-image: url(../../img/top/beads_logo_Y_small.png);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity var(--duration) var(--cubic) 0s;
    z-index: 1;
}

.gnav__logo img {
    opacity: 0;
    width: 100%;
}

.gnav-scroller {
    height: 100%;
    overflow-y: auto;
}

.gnav-scroller-container {
    margin: 0 auto;
    padding: 8vw 5.3333333333vw;
    width: 100%;
}

@media (min-width: 769px) {
    .gnav-scroller-container {
        align-items: stretch;
        display: flex;
        flex-flow: row nowrap;
        gap: 3.8888888889vw;
        max-width: 82.3611111111vw;
        padding: 2.7777777778vw 0;
    }
}

.gnav__menu {
    margin: 0 0 10.6666666667vw;
}

@media (min-width: 769px) {
    .gnav__menu {
        display: grid;
        flex: 1 1 auto;
        gap: 3.0555555556vw;
        grid-gap: 3.0555555556vw;
        grid-template-columns: repeat(3, 1fr);
        margin: 0;
        min-width: 0px;
    }
}

.gnav__menu__list {
    margin: 0 0 7.4666666667vw;
}

@media (min-width: 769px) {
    .gnav__menu__list {
        margin: 0;
    }
}

.gnav__menu__list:last-child {
    margin-bottom: 0;
}

.gnav__menu__list__item {
    margin: 0 0 7.4666666667vw;
}

@media (min-width: 769px) {
    .gnav__menu__list__item {
        margin: 0 0 2.5vw;
    }
}

.gnav__menu__list__item:last-child {
    margin-bottom: 0;
}

.gnav__menu__list__item__title {
    border-bottom: 0.5333333333vw solid var(--color-white);
    padding: 0 0 2.1333333333vw;
}

@media (min-width: 769px) {
    .gnav__menu__list__item__title {
        border-bottom-width: 0.1388888889vw;
        padding: 0 0 0.8333333333vw;
    }
}

.gnav__menu__list__item__title a {
    align-items: center;
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-tsukushi-b);
    font-size: 1.125rem;
    gap: 1.6vw;
    justify-content: flex-start;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 0 0 0 7.7333333333vw;
    position: relative;
}

@media (min-width: 769px) {
    .gnav__menu__list__item__title a {
        font-size: 1.5rem;
        gap: 0.4166666667vw;
        padding: 0 0 0 2.0138888889vw;
    }
}

.gnav__menu__list__item__title a:before {
    background-image: url(../images/icons/icon-white-arrrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 4vw;
    left: 0;
    position: absolute;
    top: 0.25em;
    width: 4.5333333333vw;
}

@media (min-width: 769px) {
    .gnav__menu__list__item__title a:before {
        height: 1.0416666667vw;
        width: 1.1805555556vw;
    }
}

.gnav__menu__list__item__title a[data-icon=pdf]:after {
    background-image: url(../images/icons/icon-white-pdf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 5.8666666667vw;
    width: 5.3333333333vw;
}

@media (min-width: 769px) {
    .gnav__menu__list__item__title a[data-icon=pdf]:after {
        height: 1.5277777778vw;
        width: 1.3888888889vw;
    }
}

.gnav__menu__list__item__sub {
    list-style: none;
    margin: 0;
    padding: 3.2vw 0 0 6.6666666667vw;
}

@media (min-width: 769px) {
    .gnav__menu__list__item__sub {
        padding: 1.3888888889vw 0 0 2.0138888889vw;
    }
}

.gnav__menu__list__item__sub > li {
    margin: 0 0 2.1333333333vw;
    padding: 0;
}

@media (min-width: 769px) {
    .gnav__menu__list__item__sub > li {
        margin: 0 0 0.8333333333vw;
    }
}

.gnav__menu__list__item__sub > li:last-child {
    margin-bottom: 0;
}

.gnav__menu__list__item__sub > li > a {
    color: var(--color-white);
    display: inline;
    font-family: var(--ff-tsukushi-b);
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    padding: 0 0 0 3.7333333333vw;
    position: relative;
}

@media (min-width: 769px) {
    .gnav__menu__list__item__sub > li > a {
        font-size: 1.3333333333rem;
        padding: 0 0 0 0.9722222222vw;
    }
}

.gnav__menu__list__item__sub > li > a:before {
    background-color: var(--color-white);
    border-radius: 50%;
    content: "";
    display: block;
    height: 1.6vw;
    left: 0;
    position: absolute;
    top: 0.5em;
    width: 1.6vw;
}

@media (min-width: 769px) {
    .gnav__menu__list__item__sub > li > a:before {
        height: 0.4166666667vw;
        width: 0.4166666667vw;
    }
}

.gnav__menu__list__item__sub > li ul {
    list-style: none;
    margin: 0;
    padding: 3.2vw 0 0 3.7333333333vw;
}

@media (min-width: 769px) {
    .gnav__menu__list__item__sub > li ul {
        padding: 1.0416666667vw 0 0 0.9722222222vw;
    }
}

.gnav__menu__list__item__sub > li ul > li {
    margin: 0 0 1.0666666667vw;
}

@media (min-width: 769px) {
    .gnav__menu__list__item__sub > li ul > li {
        margin: 0 0 0.5555555556vw;
    }
}

.gnav__menu__list__item__sub > li ul > li:last-child {
    margin-bottom: 0;
}

.gnav__menu__list__item__sub > li ul > li a {
    color: var(--color-white);
    display: inline;
    font-family: var(--ff-tsukushi-b);
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

@media (min-width: 769px) {
    .gnav__menu__list__item__sub > li ul > li a {
        font-size: 1.1666666667rem;
    }
}

@media (min-width: 769px) {
    .gnav__submenu {
        flex: 0 0 23.9583333333vw;
        min-width: 0px;
    }
}

.gnav__submenu__list {
    background-color: var(--color-white);
    border-radius: 5.3333333333vw;
    margin: 0 0 6.4vw;
    padding: 5.3333333333vw;
}

@media (min-width: 769px) {
    .gnav__submenu__list {
        border-radius: 1.3888888889vw;
        margin: 0 0 1.6666666667vw;
        padding: 2.5vw 2.4305555556vw;
    }
}

.gnav__submenu__list__item {
    margin: 0 0 5.3333333333vw;
}

@media (min-width: 769px) {
    .gnav__submenu__list__item {
        margin: 0 0 2.4305555556vw;
    }
}

.gnav__submenu__list__item:last-child {
    margin-bottom: 0;
}

.gnav__submenu__list__item__tel {
    align-items: center;
    background-color: var(--color-blue-sky);
    border-radius: 10.6666666667vw;
    box-shadow: 0vw 0vw 2.1333333333vw 1.0666666667vw rgba(255, 255, 255, 0.761);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    height: 18.6666666667vw;
    justify-content: center;
    margin: 0;
    white-space: nowrap;
    width: 100%;
}

@media (min-width: 769px) {
    .gnav__submenu__list__item__tel {
        border-radius: 2.7777777778vw;
        box-shadow: none;
        height: 4.8611111111vw;
        padding: 0 1.3888888889vw;
    }
}

.gnav__submenu__list__item__tel-inner {
    display: block;
}

.gnav__submenu__list__item__tel__text {
    display: block;
    font-family: var(--ff-tsukushi-b);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 0 0 1.0666666667vw;
}

@media (min-width: 769px) {
    .gnav__submenu__list__item__tel__text {
        font-size: 1.1666666667rem;
        margin: 0 0 0.2777777778vw;
    }
}

.gnav__submenu__list__item__tel__text .--small {
    font-family: var(--ff-koburina-w6);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 0 0.5em;
}

@media (min-width: 769px) {
    .gnav__submenu__list__item__tel__text .--small {
        font-size: 0.8333333333rem;
    }
}

.gnav__submenu__list__item__tel__number {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-tsukushi-b);
    font-size: 1.5rem;
    font-weight: 700;
    gap: 1.6vw;
    justify-content: flex-start;
    line-height: 1.05;
}

@media (min-width: 769px) {
    .gnav__submenu__list__item__tel__number {
        font-size: 2rem;
        gap: 0.4166666667vw;
    }
}

.gnav__submenu__list__item__tel__number:before {
    background-image: url(../images/commons/com-header-icon-tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 8vw;
    width: 8vw;
}

@media (min-width: 769px) {
    .gnav__submenu__list__item__tel__number:before {
        height: 1.6666666667vw;
        width: 1.6666666667vw;
    }
}

.gnav__submenu__list__item__email {
    align-items: center;
    background-color: var(--color-pink-pale);
    border-radius: 10.6666666667vw;
    box-shadow: 0vw 0vw 2.1333333333vw 1.0666666667vw rgba(255, 255, 255, 0.761);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-tsukushi-b);
    font-size: 1.0625rem;
    font-weight: 500;
    gap: 2.1333333333vw;
    height: 18.6666666667vw;
    justify-content: center;
    line-height: 1.05;
    margin: 0;
    width: 100%;
}

@media (min-width: 769px) {
    .gnav__submenu__list__item__email {
        border-radius: 2.7777777778vw;
        box-shadow: none;
        font-size: 1.4166666667rem;
        gap: 0.5555555556vw;
        height: 4.8611111111vw;
        padding: 0 1.8055555556vw;
    }
}

.gnav__submenu__list__item__email:before {
    background-image: url(../images/commons/com-header-icon-email.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 8vw;
    width: 8vw;
}

@media (min-width: 769px) {
    .gnav__submenu__list__item__email:before {
        height: 2.2222222222vw;
        width: 2.2222222222vw;
    }
}

.gnav__submenu__list__item__line {
    align-items: center;
    background-color: var(--color-mint);
    border-radius: 10.6666666667vw;
    box-shadow: 0vw 0vw 2.1333333333vw 1.0666666667vw rgba(255, 255, 255, 0.761);
    color: var(--color-white);
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-tsukushi-b);
    font-size: 1.0625rem;
    font-weight: 500;
    gap: 2.1333333333vw;
    height: 18.6666666667vw;
    justify-content: center;
    line-height: 1.05;
    margin: 0;
    width: 100%;
}

@media (min-width: 769px) {
    .gnav__submenu__list__item__line {
        border-radius: 2.7777777778vw;
        box-shadow: none;
        font-size: 1.4166666667rem;
        gap: 0.5555555556vw;
        height: 4.8611111111vw;
        padding: 0 1.8055555556vw;
    }
}

.gnav__submenu__list__item__line__icon {
    background-color: var(--color-white);
    border-radius: 50%;
    content: "";
    display: block;
    height: 8.5333333333vw;
    position: relative;
    width: 8.5333333333vw;
}

@media (min-width: 769px) {
    .gnav__submenu__list__item__line__icon {
        height: 2.2222222222vw;
        width: 2.2222222222vw;
    }
}

.gnav__submenu__list__item__line__icon:after {
    background-image: url(../images/icons/icon-line-square.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5.3333333333vw 5.3333333333vw;
    content: "";
    display: block;
    height: 8.5333333333vw;
    width: 8.5333333333vw;
}

@media (min-width: 769px) {
    .gnav__submenu__list__item__line__icon:after {
        background-size: 1.3888888889vw 1.3888888889vw;
        height: 2.2222222222vw;
        width: 2.2222222222vw;
    }
}

.gnav__submenu__other {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 5.3333333333vw;
    justify-content: flex-end;
}

@media (min-width: 769px) {
    .gnav__submenu__other {
        gap: 1.3888888889vw;
    }
}

.gnav__submenu__other__item a {
    color: var(--color-white);
    display: inline;
    font-size: 0.875rem;
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

@media (min-width: 769px) {
    .gnav__submenu__other__item a {
        font-size: 1.1666666667rem;
    }
}

.gnav__submenu__other__item a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .gnav__submenu__other__item a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}