@charset "UTF-8";

@-webkit-keyframes textScroll {
    0% {
        transform: rotate(-45deg) translate(-15px, 15px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-25px, 25px);
        opacity: 0;
    }
}

@keyframes textScroll {
    0% {
        transform: rotate(-45deg) translate(-15px, 15px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-25px, 25px);
        opacity: 0;
    }
}

.tellIcon {
    width: 3rem;
    height: 3rem;
    margin-bottom: -4px;
    vertical-align: middle;
    fill: #394151;
}

.tellIcon--white {
    fill: #ffffff;
}

.header {
    padding: 18px 0 12px;
}

@media screen and (max-width: 767px) {
    .header {
        padding: 12px 0 15px;
    }
}

.header__row {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .header__row {
        justify-content: center;
    }
}

.headerTitle__logo {
    display: block;
    width: 230px;
}

@media screen and (max-width: 767px) {
    .headerTitle__logo {
        width: calc(167 / 375 * 100vw);
        width: auto;
    }
}

.headerTitle__logo img {
    width: 100%;
}

.contact {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .contact {
        margin-top: calc(23 / 375 * 100vw);
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .contact--onlyPc {
        display: none;
    }
}

.contact--center {
    justify-content: center;
}

.contact__title {
    color: #1d1d1d;
    font-size: 2rem;
    line-height: 1.35;
}

@media screen and (max-width: 767px) {
    .contact__title {
        font-size: calc(1.6rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.contact__title--white {
    color: #ffffff;
}

.contact__text {
    margin-bottom: 0;
    margin-left: 16px;
}

@media screen and (max-width: 767px) {
    .contact__text {
        margin-top: 5px;
        margin-left: 0;
    }
}

.contact__icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contact__text .AutoPhoneCall {
    color: #394151;
    font-weight: bold;
    font-size: 2.4rem;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .contact__text .AutoPhoneCall {
        font-size: calc(2rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.contact__text--white .AutoPhoneCall {
    color: #ffffff;
}

.mainVisual {
    position: relative;
    background: linear-gradient(90deg, #DEDEDE 0%, #F0F0F0 30%, #ffffff 70%);
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .mainVisual {
        background: linear-gradient(180deg, #DEDEDE 0%, #F0F0F0 10%, #ffffff 45%);
    }
}

.mainVisual__inner {
    position: relative;
    max-width: 1630px;
    padding: 0 15px;
    margin-inline: auto;
}

.mainVisual__inner::after {
    content: "";
    display: inline-block;
    width: 1035px;
    height: 1000px;
    border-radius: 50%;
    filter: blur(20px);
    background-color: #F7F7F7;
    position: absolute;
    top: 70px;
    right: -50px;
    z-index: -1;
}

@media screen and (max-width: 1600px) {
    .mainVisual__inner {
        padding: 0 calc(15 / 1600 * 100vw);
    }

    .mainVisual__inner::after {
        width: calc(1035 / 1600 * 100vw);
        height: calc(1000 / 1600 * 100vw);
        top: calc(70 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisual__inner {
        padding: 0 calc(30 / 375 * 100vw);
    }

    .mainVisual__inner::after {
        width: 100%;
        height: 276px;
        top: 80px;
        right: 0;
    }
}

.mainVisual__wrapper {
    display: flex;
    justify-content: flex-end;
    padding-top: 60px;
    padding-bottom: 106px;
}

@media screen and (max-width: 1600px) {
    .mainVisual__wrapper {
        padding-top: calc(60  / 1600 * 100vw);
        padding-bottom: calc(106 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisual__wrapper {
        flex-direction: column-reverse;
        padding-top: 17px;
        padding-bottom: 127px;
    }
}

.mainVisual__body {
    margin-top: 135px;
    margin-right: 82px;
}

@media screen and (max-width: 1600px) {
    .mainVisual__body {
        margin-top: calc(135 / 1600 * 100vw);
        margin-right: calc(82 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisual__body {
        margin: 0;
    }
}

.mainVisualTitle {
    margin-bottom: 18px;
}

@media screen and (max-width: 1600px) {
    .mainVisualTitle {
        margin-bottom: calc(18 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisualTitle {
        text-align: center;
        margin-bottom: 18px;
    }
}

.mainVisualTitle__text {
    display: block;
    font-weight: 400;
    font-size: 7rem;
    line-height: 1.314;
}

@media screen and (max-width: 1600px) {
    .mainVisualTitle__text {
        font-size: calc(3rem + ((1vw - 0.76rem) * 4.7619));
    }
}

@media screen and (max-width: 767px) {
    .mainVisualTitle__text {
        font-size: calc(3.2rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.mainVisualTitle__text--large {
    font-size: 7.8rem;
    line-height: 1.321;
}

@media screen and (max-width: 1600px) {
    .mainVisualTitle__text--large {
        font-size: calc(78 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisualTitle__text--large {
        font-size: calc(3.8rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.mainVisual__img {
    position: relative;
    flex-shrink: 0;
    width: 893px;   
}

@media screen and (max-width: 1600px) {
    .mainVisual__img {
        width: calc(893 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisual__img {
        width: 100%;
    }
}

.mainVisual__img > img {
    width: 100%;
}

.mainVisua__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 47px;
}

@media screen and (max-width: 1600px) {
    .mainVisua__row {
        margin-bottom: calc(47 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisua__row {
        margin-bottom: calc(36 / 375 * 100vw);
    }
}

.mainVisual__label {
    display: inline-block;
    margin-right: 16px;
    padding: 3px 20px;
    border: 1px solid #ce0010;
    background-color: transparent;
    color: #ce0010;
    font-size: 2.4rem;
    line-height: 1.292;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .mainVisual__label {
        padding: 3px calc(20 / 1600 * 100vw);
        font-size: calc(24 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisual__label {
        margin-right: calc(8 / 375 * 100vw);
        padding: 3px calc(13 / 375 * 100vw);
        font-size: calc(1.4rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.mainVisual__text {
    margin-bottom: 0;
    font-size: 3.2rem;
    line-height: 1.313;
}

@media screen and (max-width: 1600px) {
    .mainVisual__text {
        font-size: calc(32 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisual__text {
        margin: 2px 0;
        font-size: calc(1.8rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.mainVisualScroll {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1600px) {
    .mainVisualScroll {
        bottom: calc(120 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .mainVisualScroll {
        bottom: 33px;
    }
}

.mainVisualScroll__text {
    color: #9d732c;
    font-weight: 400;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .mainVisualScroll__text {
        font-size: 1.4rem;
    }
}

.mainVisualScroll__text::after {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    border: 1px solid #9d732c;
    border-top: 0;
    border-right: 0;
    -webkit-animation: textScroll 1.2s infinite;
    animation: textScroll 1.2s infinite;
    content: "";
}

.listButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 23px;
    column-gap: 16px;
}

@media screen and (max-width: 1600px) {
    .listButton {
        row-gap: calc(23 / 1600 * 100vw);
        column-gap: calc(16 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .listButton {
        row-gap: calc(16 / 375 * 100vw);
    }
}

.listButton--medium {
    column-gap: 15px;
}

@media screen and (max-width: 1600px) {
    .listButton--medium {
        column-gap: calc(15 / 1600 * 100vw);
    }
}

.listButton--medium .listButton__item {
    min-width: 208px;
}

@media screen and (max-width: 1600px) {
    .listButton--medium .listButton__item {
        min-width: calc(208 / 1600 * 100vw);
        max-width: 160px;
        width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width: 1180px) {
    .listButton--medium .listButton__item {
        min-width: 160px;
        max-width: none;
        width: auto;
    }
}

@media screen and (min-width:768px) and (max-width: 1400px) {
    .listButton--medium .listButton__body--download .listButton__text {
        margin-right: calc(18 / 1400 * 100vw);
    }
}

.listButton--column {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
    column-gap: normal;
}

.listButton__item {
    min-width: 270px;
}

@media screen and (max-width: 1600px) {
    .listButton__item {
        min-width: calc(270 / 1600 * 100vw);
    }

    .footerContent__button .listButton__item {
        min-width: 270px;
    }
}

@media screen and (max-width: 1310px) {
    .footerContent__button .listButton__item {
        min-width: calc(270 / 1310 * 100vw);
    }
}

@media screen and (min-width:768px) and (max-width: 954px) {
    .listButton__item {
        min-width: 160px;
    }
}

@media screen and (max-width: 767px) {
    .listButton__item {
        width: 100%;
    }
}

.listButton__link {
    display: block;
    padding: 13px;
    background-color: #DC002F;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 1600px) {
    .listButton__link {
        padding: 13px calc(30 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .listButton__link {
        padding: 12px 30px;
    }
}

.listButton__link--blue {
    background-color: #13778f;
}

.listButton__text {
    font-size: 1.8rem;
    line-height: 1.5;
}

@media screen and (max-width: 1260px) {
    .listButton__text {
        font-size: calc(1.6rem + ((1vw - 0.768rem) * 0.4065));
    }
}

@media screen and (min-width:768px) and (max-width: 1079px) {
    .listButton__body--download .listButton__text {
        margin-right: calc(18 / 768 * 100vw);
    }   
}

@media screen and (max-width: 767px) {
    .listButton__text {
        font-size: 1.6rem;
    }
}

.listButton__body::before {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    display: block;
    width: 19px;
    height: 18px;
    content: "";
}

@media screen and (max-width: 1600px) {
    .listButton__body::before {
        left: calc(16 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .listButton__body::before {
        left: 20px;
    }
}

.listButton__body--download::before {
    background: url(/img/landing_page/common/icon_btn_dl.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
    .listButton__body--download::before {
        margin-right: calc(10 / 375 * 100vw);
    }
}

.listButton__body--arrow::before {
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 767px) {
    .listButton__body--arrow::before {
        border-width: 7px 0 7px 10px;
    }
}

.listButton__img {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

@media screen and (max-width: 1600px) {
    .listButton__img {
        right: calc(6 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .listButton__img {
        right: calc(16 / 375 * 100vw);
    }
}

.listButton__img > img {
    width: 46px;
}

@media screen and (max-width: 1079px) {
    .listButton__img > img {
        width: 44px;
    }
}

.contentSection__wrapper {
    padding-top: 165px;
    padding-bottom: 165px;
    min-height: 1000px;
    background-color: #E8E8E8;
    overflow: hidden;
}

.contentSection__wrapper--gray {
    background-color: #CBCCCE;
}

@media screen and (max-width: 1600px) {
    .contentSection__wrapper {
        padding-top: calc(165 / 1600 * 100vw);
        padding-bottom: calc(165 / 1600 * 100vw);
        min-height: calc(1000 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .contentSection__wrapper {
        padding-top: 64px;
        padding-bottom: 64px;
        min-height: auto;
    }
}

.product {
    position: relative;
    max-width: 1630px;
    padding: 0 15px;
    margin-inline: auto;
    z-index: 1;
}

.product::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.product--bgLeft::before {
    top: 130px;
    left: -220px;
    width: 960px;
    height: 785px;
    background-image: url(/img/ss/products/microscope/pr_vhx-x1/bg_index03_001_pc.png);
}

.product--bgRight::before {
    width: 1105px;
    height: 1238px;
    top: -155px;
    right: -200px;
    background-image: url(/img/ss/products/microscope/pr_vhx-x1/bg_index03_002_pc.png);
}

@media screen and (max-width: 1600px) {
    .product {
        padding: 0 calc(15 / 1600 * 100vw);
    }

    .product--bgLeft::before {
        top: calc(148 / 1600 * 100vw);
        left: calc(-100 / 1600 * 100vw);
        width: calc(960 / 1600 * 100vw);
        height: calc(785 / 1600 * 100vw);
    }

    .product--bgRight::before {
        top: calc(-155 / 1600 * 100vw);
        right: calc(-200 / 1600 * 100vw);
        width: calc(1105 / 1600 * 100vw);
        height: calc(1238 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .product {
        padding: 0;
    }

    .product::before {
        content: none;
    }
}


.product__body {
    width: 49.375%;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 56px;
    background-color: #333333;
}

@media screen and (max-width: 1600px) {
    .product__body {
        padding-top: calc(64 / 1600 * 100vw);
        padding-bottom: calc(64 / 1600 * 100vw);
        padding-left: calc(56 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .product__body {
        width: calc(320 / 375 * 100%);
        padding: calc(40 / 375 * 100vw) calc(24 / 375 * 100vw) calc(97 / 375 * 100vw);
        margin-left: calc(20 / 375 * 100%);
    }
}

.product__body--right {
    margin-left: auto;
    padding-right: 56px;
    padding-left: 0;
}

@media screen and (max-width: 1600px) {
    .product__body--right {
        padding-right: calc(56 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .product__body--right {
        padding-left: calc(30 / 375 * 100vw);
        margin-left: auto;
        margin-right: 20px;
    }
}

.product__body--right .product__inner {
    margin-left: auto;
}

.product:nth-child(2n) .product__body {
    right: 15px;
    padding-right: 56px;
    padding-left: 300px;
}

@media screen and (max-width: 1600px) {
    .product:nth-child(2n) .product__body {
        padding-right: calc(56 / 1600 * 100vw);
        padding-left: calc(300 / 1600 * 100vw);
    }
}

.product__inner {
    width: 432px;
}

@media screen and (max-width: 1600px) {
    .product__inner {
        width: calc(432 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .product__inner {
        width: 100%;
    }
}

.product__title {
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 1.364;
}

@media screen and (max-width: 1600px) {
    .product__title {
        margin-bottom: calc(30 / 1600 * 100vw);
        font-size: calc(44 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .product__title {
        margin-bottom: calc(16 / 375 * 100vw);
        font-size: calc(2.6rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.product__titleEmphasis {
    color: #9d732c;
}

.product__text {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.556;
}

@media screen and (max-width: 1000px) {
    .product__text {
        font-size: calc(18 / 1000 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .product__text {
        margin-bottom: calc(32 / 375 * 100vw);
        font-size: calc(1.4rem + ((1vw - 0.32rem) * 3.6364));
    }
}

.product__button {
    margin-top: 43px;
}

@media screen and (max-width: 1600px) {
    .product__button {
        margin-top: calc(43 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .product__button {
        display: none;
    }
}

.productMedia {
    position: absolute;
    top: 72px;
    right: 15px;
    width: 1056px;
}

@media screen and (max-width: 1600px) {
    .productMedia {
        top: calc(72 / 1600 * 100vw);
        right: calc(15 / 1600 * 100vw);
        width: 66%;
    }
}

@media screen and (max-width: 767px) {
    .productMedia {
        position: static;
        margin-top: calc(-97 / 375 * 100vw);
        width: calc(331 / 375 * 100%);
        margin-left: auto;
    }
}

.productMedia--left {
    right: auto;
    left: 15px;
}

@media screen and (max-width: 1600px) {
    .productMedia--left {
        left: calc(15 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .productMedia--left {
        margin-right: auto;
        margin-left: 0;
    }
}

.product:nth-child(2n) .productMedia {
    align-items: flex-start;
}

.productMedia__videoWrapper {
    position: relative;
    box-shadow: 10px 10px 30px rgba(60, 62, 67, .2);
}

.productMedia__video {
    display: block;
    width: 100%;
    height: 100%;
}

.productMedia__button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.productMedia__button::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20d%3D%22M15%2C1.5A13.5%2C13.5%2C0%2C0%2C0%2C5.454%2C24.546%2C13.5%2C13.5%2C0%2C1%2C0%2C24.546%2C5.454%2C13.412%2C13.412%2C0%2C0%2C0%2C15%2C1.5M15%2C0A15%2C15%2C0%2C1%2C1%2C0%2C15%2C15%2C15%2C0%2C0%2C1%2C15%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3Cg%20transform%3D%22translate(10.5%2010.5)%22%3E%3Crect%20width%3D%223%22%20height%3D%229.75%22%20transform%3D%22translate(6)%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20width%3D%223%22%20height%3D%229.75%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
    content: "";
}

.is-paused.productMedia__button::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='translate(-1060 -501)'%3E%3Cpath d='M12,1A11,11,0,0,0,4.222,19.778,11,11,0,0,0,19.778,4.222,10.928,10.928,0,0,0,12,1m0-1A12,12,0,1,1,0,12,12,12,0,0,1,12,0Z' transform='translate(1060 501)' fill='%23fff'/%3E%3Cpath d='M4,0,8,7H0Z' transform='translate(1076 509) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}

.productMedia__buttonText {
    position: absolute;
    left: -500%;
    white-space: nowrap;
}

.footer {
    padding-top: 72px;
    background-color: #333333;
}

@media screen and (max-width: 1600px) {
    .footer {
        padding-top: calc(72 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding-top: 48px;
    }
}

.footer__inner {
    max-width: 1310px;
    margin-inline: auto;
    padding: 0 15px;
}

@media screen and (max-width: 1280px) {
    .footer__inner {
        padding: 0 calc(15 / 1280 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .footer__inner {
        padding: 0 calc(30 / 375 * 100vw);
    }
}

.footerContent {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
    .footerContent {
        margin-bottom: calc(40 / 1280 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .footerContent {
        flex-direction: column;
        align-items: normal;
        margin-bottom: calc(34 / 375 * 100vw);
    }
}

.footerContent__img {
    width: 50%;
    margin-right: 72px;
    flex-shrink: 0;
}

@media screen and (max-width: 1310px) {
    .footerContent__img {
        margin-right: calc(72 / 1310 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .footerContent__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: calc(8 / 375 * 100vw);
    }
}

.footerContent__img > img {
    width: 100%;
}

.footerContent__title {
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 1.341;
}

@media screen and (max-width: 1600px) {
    .footerContent__title {
        margin-bottom: calc(40 / 1600 * 100vw);
        font-size: calc(44 / 1600 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    .footerContent__title {
        margin-bottom: calc(20 / 375 * 100vw);
        font-size: calc(2.6rem + ((1vw - 0.32rem) * 3.6364));
        text-align: center;
    }
}

.footerContent__button {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .footerContent__button {
        margin-bottom: 0;
    }
}

.footernavigation {
    padding: 15px 0 22px;
}

@media screen and (max-width: 767px) {
    .footernavigation {
        padding: 0 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .footernavigation__top aside div {
        margin-bottom: 12px;
    }
}

.footerLinkList, .footernavigation__top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
}

@media screen and (max-width: 767px) {
    .footerLinkList, .footernavigation__top ul {
        margin-top: 0;
    }
}

.footerLinkList__item, .footernavigation__top li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
    margin-top: 4px;
    color: #ffffff;
    font-size: 1.4rem;
}

.footerLinkList__item:first-child, .footernavigation__top li:first-child {
    margin-left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
    .footerLinkList__item--copyright {
        flex-shrink: 0;
        margin: 0;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 767px) {
    .footerLinkList__item, .footernavigation__top li {
        margin-left: 10px;
        margin-top: 12px;
        font-size: 1.2rem;
    }

    .footerLinkList__item--copyright {
        margin-left: 0;
    }
}

.footerLinkList__item::before, .footernavigation__top li::before {
    display: block;
    width: 1px;
    height: 16px;
    margin-right: 24px;
    border-left: 1px solid #ffffff;
    content: "";
}

@media screen and (max-width: 767px) {
    .footerLinkList__item::before, .footernavigation__top li::before {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1079px) {
    .footerLinkList__item--copyright::before {
        content: none;
    }
}

.footerLinkList__item:first-child::before,
.footernavigation__top li:first-child::before {
    display: none;
}

.footerLinkList__link, .footernavigation__top a {
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .footerOther__copyright {
        text-align: center;
    }
}
