.navOpen #navigation {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.navOpen #ft_bnr_fixed {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.on #navigation {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.ham-img {
    position: fixed;
    cursor: pointer;
    width: 60px;
    height: 60px;
    top: 15px;
    right: 15px;
    z-index: 1000
}

.ham-img img.on {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0
}

.ham-img.is-active img {
    opacity: 0
}

.ham-img.is-active img.on {
    opacity: 1
}

.bnr-shared-1 {
    width: 90%;
    margin: 0 auto
}

.bnr-shared-1 a {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    border: 1px solid #535353;
    font-size: 5.3vw;
    line-height: 3;
    letter-spacing: .1em;
    padding-left: 10%
}

.bnr-shared-1 a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow.png") no-repeat center center/3vw auto #000;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
    width: 10%;
    transition: .3s all linear
}

.bnr-shared-1 a:hover {
    opacity: .8
}

.bnr-shared-1 a:hover::before {
    width: 15%;
    background: url("../img/shared/icon_arrow.png") no-repeat center center/3vw auto #a10000
}

@media screen and (min-width: 1000px) {
    .bnr-shared-1 {
        width: 500px
    }

    .bnr-shared-1 a {
        font-size: 30px;
        line-height: 40px;
        padding: 20px 0 28px 31px;
        text-align: center
    }

    .bnr-shared-1 a::before {
        background-size: auto;
        width: 40px
    }

    .bnr-shared-1 a:hover::before {
        width: 65px;
        background-size: auto
    }
}

.bnr-shared-2 {
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

.bnr-shared-2 a {
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    padding: 2vw 0 3vw;
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
    font-size: 4.5vw;
    letter-spacing: 0;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition-duration: .5s
}

.bnr-shared-2 a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out
}

.bnr-shared-2 a span {
    background: url("../img/shared/icon_mail_w.png") no-repeat left top 74%/6vw auto;
    padding-left: 8vw
}

.bnr-shared-2 a:hover {
    color: #000
}

.bnr-shared-2 a:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.bnr-shared-2 a:hover span {
    background-image: url("../img/shared/icon_mail_b.png")
}

@media screen and (min-width: 1000px) {
    .bnr-shared-2 {
        width: 236px
    }

    .bnr-shared-2 a {
        background-color: #fff;
        color: #000;
        padding: 8px 0 11px;
        font-size: 18px;
        line-height: 24px
    }

    .bnr-shared-2 a::before {
        background-color: #000
    }

    .bnr-shared-2 a span {
        background: url("../img/shared/icon_mail_b.png") no-repeat left 6px/25px auto;
        padding-left: 33px
    }

    .bnr-shared-2 a:hover {
        color: #fff
    }

    .bnr-shared-2 a:hover span {
        background-image: url("../img/shared/icon_mail_w.png")
    }
}

.ttl-deco {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) !important;
    max-width: 100%;
    height: auto;
    z-index: -1
}

@media screen and (max-width: 1500px) {
    .ttl-deco {
        max-width: 98%
    }
}

#navigation {
    position: fixed;
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    visibility: hidden;
    transition: .3s all linear
}

#navigation .group {
    padding: 30px 8% 100px
}

#navigation .group .fix-logo {
    width: 50%;
    margin: 0 auto
}

#navigation .group .fix-nav {
    margin-top: 40px
}

#navigation .group .fix-nav li {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: .1em;
    position: relative
}

#navigation .group .fix-nav li+li {
    margin-top: 40px
}

#navigation .group .fix-nav li a {
    display: block;
    position: relative;
    padding-bottom: 10px
}

#navigation .group .fix-nav li a::before {
    content: "";
    position: absolute;
    background-color: #a10000;
    width: 13%;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0
}

#navigation .group .fix-nav li a:hover::before,
#navigation .group .fix-nav li a.acitve::before {
    opacity: 1
}

#navigation .group .fix-nav li a.active:before {
    opacity: 1
}

#navigation .group .fix-nav .toggle .toggle-link::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 12px solid #010101;
    right: -23px;
    top: 60%;
    transform: translateY(-50%);
    transition: .3s all linear;
    z-index: 2
}

#navigation .group .fix-nav .toggle.active .toggle-link::before {
    top: 40%;
    transform: rotate(180deg)
}

#navigation .group .fix-nav .toggle-main {
    margin-top: 25px
}

#navigation .group .fix-nav .toggle-main li {
    text-align: left;
    font-size: 17px;
    letter-spacing: .1em
}

#navigation .group .fix-nav .toggle-main li+li {
    margin-top: 10px
}

#navigation .group .fix-nav .toggle-main li a::before {
    display: none
}

#navigation .group .fix-nav .toggle-main li a:hover {
    opacity: .8
}

#navigation .group .fix-tel {
    margin-top: 40px;
    padding-top: 40px;
    text-align: center;
    border-top: 2px solid #dcd9d8
}

#navigation .group .fix-tel span {
    display: block
}

#navigation .group .fix-tel span:nth-child(1) {
    letter-spacing: 0;
    font-size: 30px;
    font-weight: bold
}

#navigation .group .fix-tel span:nth-child(1) img {
    width: 30px;
    margin: -4px 7px 0 0
}

#navigation .group .fix-tel span:nth-child(2) {
    letter-spacing: 0;
    font-size: 12px
}

#navigation .group .fix-bnr {
    margin: 40px auto 0
}

@media screen and (min-width: 1000px) {
    #navigation {
        height: 100px;
        overflow: visible
    }

    #navigation .group {
        display: flex;
        justify-content: flex-end;
        max-width: 1300px;
        margin: 0 auto;
        height: 100%;
        align-items: flex-end;
        padding: 0 0 15px;
        box-sizing: border-box
    }

    #navigation .group .fix-nav {
        margin-top: 0;
        display: flex
    }

    #navigation .group .fix-nav li {
        text-align: left;
        font-size: 20px
    }

    #navigation .group .fix-nav li+li {
        margin: 0 0 0 51px
    }

    #navigation .group .fix-nav li a {
        padding-bottom: 0
    }

    #navigation .group .fix-nav li a::before {
        width: 100%
    }

    #navigation .group .fix-nav .toggle .toggle-link::before {
        right: auto;
        top: auto;
        bottom: -21px;
        left: 50%;
        transform: translateX(-50%)
    }

    #navigation .group .fix-nav .toggle.active .toggle-link::before {
        bottom: 0;
        transform: rotate(180deg)
    }

    #navigation .group .fix-nav .toggle:hover .toggle-main {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

    #navigation .group .fix-nav .toggle:hover .toggle-link::before {
        transform: rotate(180deg);
        left: 42%
    }

    #navigation .group .fix-nav .toggle-main {
        margin-top: 0;
        display: block;
        position: absolute;
        top: 32px;
        width: 288px;
        background-color: #fff;
        left: -18px;
        z-index: 1;
        box-sizing: border-box;
        padding: 30px 0 15px 13px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

    #navigation .group .fix-nav .toggle-main::before {
        content: "";
        position: absolute;
        background-color: #676767;
        top: 14px;
        bottom: 4px;
        left: 5px;
        z-index: 1;
        width: 1px
    }

    #navigation .group .fix-nav .toggle-main::after {
        content: "";
        position: absolute;
        background-color: #676767;
        left: 5px;
        bottom: 3px;
        width: 224px;
        height: 1px;
        z-index: 1
    }

    #navigation .group .fix-nav .toggle-main li {
        font-size: 15px;
        line-height: 36px;
        letter-spacing: .12em
    }

    #navigation .group .fix-nav .toggle-main li+li {
        margin: 0 0 0
    }

    #navigation .group .fix-nav .toggle-main li a::before {
        display: none
    }

    #navigation .group .fix-tel {
        padding: 0 0 4px;
        margin: 0px 0 0 59px;
        border-top: none;
        line-height: 20px;
        width: -moz-fit-content;
        width: fit-content;
        text-align: right
    }

    #navigation .group .fix-tel span:nth-child(1) {
        font-size: 32px;
        font-weight: bold;
        margin-right: 5px
    }

    #navigation .group .fix-tel span:nth-child(1) img {
        width: 26px;
        margin: -3px 10px 3px 0
    }

    #navigation .group .fix-tel span:nth-child(2) {
        font-size: 11px;
        letter-spacing: -0.02em
    }

    #navigation .group .fix-bnr {
        margin: 0 0 6px 11px
    }
}

@media screen and (min-width: 1000px)and (max-width: 1350px) {
    #navigation .group {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center
    }

    #navigation .group .fix-nav li+li {
        margin-left: 40px
    }

    #navigation .group .fix-tel {
        margin-left: 40px
    }
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    #navigation .group .fix-nav li {
        font-size: 17px
    }

    #navigation .group .fix-nav li+li {
        margin-left: 24px
    }

    #navigation .group .fix-tel {
        margin-left: 24px
    }
}

#header::before {
    content: "";
    position: absolute;
    background-color: #e0dede;
    width: 8%;
    height: 42vw;
    top: 0;
    left: 0;
    z-index: -1
}

#header .hd-gr-2 .logo {
    width: 50%;
    padding: 15px 0 0 10%
}

#header h1 {
    font-size: 12px;
    letter-spacing: .1em;
    color: #666;
    line-height: 24px;
    text-align: right;
    padding: 30px 4% 0 15%;
    position: relative;
    z-index: 1
}

#header #key {
    margin: -6vw 0 0 8%;
    position: relative
}

#header #key .banner {
    height: 90vw
}

#header #key .banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}



@media screen and (min-width: 1000px) {
    #header {
        max-width: 1300px;
        margin: 0 auto
    }

    #header::before {
        width: 50px;
        height: 262px;
        left: calc(-50vw + 50%)
    }

    #header .hd-gr-1 {
        position: absolute;
        top: 17px;
        right: 0;
        display: flex;
        align-items: center
    }

    #header .hd-gr-1 .tel {
        text-align: right;
        line-height: 20px;
        margin: 6px 17px 0 0
    }

    #header .hd-gr-1 .tel span {
        display: block
    }

    #header .hd-gr-1 .tel span:nth-child(1) {
        font-size: 36px;
        letter-spacing: 0;
        font-size: 36px;
        font-weight: bold
    }

    #header .hd-gr-1 .tel span:nth-child(1) img {
        width: 30px;
        margin: -6px 9px 0 0
    }

    #header .hd-gr-1 .tel span:nth-child(2) {
        font-size: 12px;
        letter-spacing: 0;
        margin: 4px -6px 0 0
    }

    #header .hd-gr-1 .bnr-shared-2 {
        width: 239px
    }

    #header .hd-gr-2 {
        display: flex
    }

    #header .hd-gr-2 .logo {
        width: auto;
        padding: 35px 124px 0 0
    }

    #header .hd-gr-2 .nav-pc {
        display: flex;
        justify-content: center;
        padding-top: 87px
    }

    #header .hd-gr-2 .nav-pc li {
        margin-right: 58px
    }

    #header .hd-gr-2 .nav-pc li a {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: .1em;
        line-height: 40px;
        padding-bottom: 3px
    }

    #header .hd-gr-2 .nav-pc li a:hover {
        border-bottom: 3px solid #a10000
    }

    #header .hd-gr-2 .nav-pc li a.acitve {
        border-bottom: 3px solid #a10000
    }

    #header .hd-gr-2 .nav-pc li span {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: .1em;
        line-height: 40px
    }

    #header .hd-gr-2 .nav-pc .parent {
        position: relative
    }

    #header .hd-gr-2 .nav-pc .parent::before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border-left: 6px solid rgba(0, 0, 0, 0);
        border-right: 6px solid rgba(0, 0, 0, 0);
        border-top: 12px solid #010101;
        bottom: -1px;
        left: 48%;
        transform: translateX(-50%);
        z-index: 3;
        transition: .3s all linear;
        transform-origin: center
    }

    #header .hd-gr-2 .nav-pc .parent .pull-down {
        position: absolute;
        top: 35px;
        left: -20px;
        width: 319px;
        background-color: #fff;
        z-index: 2;
        padding: 32px 0 18px 13px;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

    #header .hd-gr-2 .nav-pc .parent .pull-down::before {
        content: "";
        position: absolute;
        background-color: #676767;
        top: 14px;
        bottom: 4px;
        left: 5px;
        z-index: 1;
        width: 1px
    }

    #header .hd-gr-2 .nav-pc .parent .pull-down::after {
        content: "";
        position: absolute;
        background-color: #676767;
        left: 5px;
        bottom: 4px;
        width: 249px;
        height: 1px;
        z-index: 1
    }

    #header .hd-gr-2 .nav-pc .parent .pull-down li {
        margin: 0
    }

    #header .hd-gr-2 .nav-pc .parent .pull-down li a {
        font-size: 17px;
        padding-bottom: 0
    }

    #header .hd-gr-2 .nav-pc .parent .pull-down li a:hover {
        border: none;
        opacity: .8
    }

    #header .hd-gr-2 .nav-pc .parent:hover {
        cursor: pointer
    }

    #header .hd-gr-2 .nav-pc .parent:hover .pull-down {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

    #header .hd-gr-2 .nav-pc .parent:hover::before {
        transform: rotate(180deg);
        bottom: 0;
        left: 42%
    }

    #header h1 {
        position: absolute;
        top: 162px;
        right: -83px;
        font-size: 14px;
        line-height: 40px;
        padding: 0 !important;
        letter-spacing: .11em
    }

    #header #key {
        margin: 0
    }

    #header #key .banner {
        height: 700px;
        margin-left: 160px
    }

    #header #key .key-txt {
        position: absolute;
        top: 191px;
        left: -100px;
        width: auto
    }
}

@media screen and (min-width: 1000px)and (max-width: 1500px) {
    #header h1 {
        right: calc(-50vw + 50% + 30px)
    }

    #header #key .key-txt {
        left: calc(-50vw + 50%)
    }
}

@media screen and (min-width: 1000px)and (max-width: 1400px) {
    #header #key .banner {
        height: 700px;
        margin-left: 200px
    }

}
@media screen and (min-width: 1000px)and (max-width: 1300px) {
    #header .hd-gr-1 {
        right: 20px
    }

}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    #header .hd-gr-2 .logo {
        padding-right: 0
    }

    #header .hd-gr-2 .nav-pc {
        flex: 1;
        margin-left: 0 !important
    }

    #header .hd-gr-2 .nav-pc li {
        margin: 0 29px 0
    }
}


#footer {
    background-color: #000;
    color: #fff;
    padding: 10vw 0;
    box-sizing: border-box
}

#footer .ft-top .ft-nav-1 {
    display: flex;
    justify-content: center
}

#footer .ft-top .ft-nav-1 li a {
    display: block;
    padding: 0 10px 2px;
    letter-spacing: .15em;
    border-right: 1px solid #fff;
    line-height: 15px
}

#footer .ft-top .ft-nav-1 li a:hover {
    opacity: .8
}

#footer .ft-top .ft-nav-1 li:last-child a {
    border: none
}

#footer .ft-top .left {
    text-align: center;
    padding-top: 12vw
}

#footer .ft-top .left .ft-logo {
    width: 50%;
    margin: 0 auto
}

#footer .ft-top .left .ft-tel {
    margin-top: 8vw
}

#footer .ft-top .left .ft-tel span {
    display: block;
    letter-spacing: 0
}

#footer .ft-top .left .ft-tel span:nth-child(1) {
    font-size: 32px;
    font-weight: bold
}

#footer .ft-top .left .ft-tel span:nth-child(2) {
    font-size: 12px
}

#footer .ft-top .left .ft-tel span img {
    width: 29px;
    margin: -4px 5px 0 0
}

#footer .ft-top .left .ft-bnr {
    margin-top: 3vw
}

#footer .ft-top .left .ft-bnr a {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

#footer .ft-top .left .ft-bnr a::before {
    background-color: #000
}

#footer .ft-top .left .ft-bnr a span {
    background-image: url("../img/shared/icon_mail_b.png")
}

#footer .ft-top .left .ft-bnr a:hover {
    color: #fff
}

#footer .ft-top .left .ft-bnr a:hover span {
    background-image: url("../img/shared/icon_mail_w.png")
}

#footer .ft-top .left .info {
    margin-top: 8vw
}

#footer .ft-top .left .info dt {
    letter-spacing: .15em
}

#footer .ft-top .left .info dd {
    margin-top: 3vw;
    letter-spacing: .15em
}

#footer .ft-top .right {
    padding-top: 12vw
}

#footer .ft-top .right .ft-nav-2 {
    position: relative;
    z-index: 1;
    margin: 0 10% 0;
    box-sizing: border-box;
    padding-bottom: 5vw
}

#footer .ft-top .right .ft-nav-2::before {
    content: "";
    position: absolute;
    border: 1px solid #666;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

#footer .ft-top .right .ft-nav-2 span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    padding: 0 5vw 0;
    background-color: #000;
    font-size: 18px;
    letter-spacing: .15em;
    font-weight: bold
}

#footer .ft-top .right .ft-nav-2 ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2vw auto 0
}

#footer .ft-top .right .ft-nav-2 ul li a {
    display: block;
    letter-spacing: .05em;
    line-height: 36px
}

#footer .ft-top .right .ft-nav-2 ul li a:hover {
    opacity: .8
}

#footer .ft-top .right .cookies-link {
    text-align: center;
    margin-top: 5vw;
    font-size: 13px;
    letter-spacing: .1em
}

#footer .ft-top .right .cookies-link:hover {
    text-decoration: underline
}

#footer .ft-bot {
    text-align: center;
    padding-top: 10vw
}

#footer .ft-bot .ft-link a {
    display: block;
    padding-top: 5vw;
    margin-top: 2vw;
    position: relative
}

#footer .ft-bot .ft-link a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_shared.png") no-repeat;
    background-size: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 22px
}

#footer .ft-bot .ft-link a span {
    border-bottom: 1px solid #fff;
    padding-bottom: 2px
}

#footer .ft-bot .ft-link a:hover span {
    border: none
}

#footer .ft-bot address {
    margin-top: 7vw;
    font-size: 13px;
    letter-spacing: .1em
}

#footer #ft_bnr_fixed {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    height: 70px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #000;
    color: #000;
    display: flex;
    align-items: center
}

#footer #ft_bnr_fixed img {
    width: 30px
}

#footer #ft_bnr_fixed li {
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #b3aeab;
    text-align: center;
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: bold;
    padding: 7px 0
}

#footer #ft_bnr_fixed li a {
    display: block
}

#footer #ft_bnr_fixed li a:hover {
    opacity: .8
}

#footer #ft_bnr_fixed li .span {
    display: block
}

#footer #ft_bnr_fixed li:last-child {
    border: none
}

#footer #ft_bnr_fixed li:nth-child(1) {
    position: relative
}

#footer #ft_bnr_fixed li:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #010101;
    top: 70%;
    right: 4%;
    transition: .3s all linear
}

#footer #ft_bnr_fixed li:nth-child(1) span {
    display: block;
    position: relative;
    height: 100%
}

#footer #ft_bnr_fixed li:nth-child(1) .pull-down {
    position: absolute;
    width: 100vw;
    background: #fff;
    z-index: 1;
    bottom: 70px;
    left: 0;
    z-index: 1;
    padding: 4vw;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s all linear
}

#footer #ft_bnr_fixed li:nth-child(1) .pull-down::before {
    content: "";
    position: absolute;
    background-color: #828282;
    width: 2px;
    top: 2vw;
    bottom: 2vw;
    left: 2vw;
    z-index: 1
}

#footer #ft_bnr_fixed li:nth-child(1) .pull-down::after {
    content: "";
    position: absolute;
    background-color: #828282;
    width: 50%;
    height: 2px;
    bottom: 2vw;
    left: 2vw;
    z-index: 1
}

#footer #ft_bnr_fixed li:nth-child(1) .pull-down li {
    width: 100%;
    text-align: left;
    font-size: 18px
}

#footer #ft_bnr_fixed li:nth-child(1) .pull-down li::before {
    display: none
}

#footer #ft_bnr_fixed li:nth-child(1) .pull-down li a:hover {
    opacity: .8
}

#footer #ft_bnr_fixed li:nth-child(1).active .pull-down {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

#footer #ft_bnr_fixed li:nth-child(1).active::before {
    transform: rotate(180deg)
}

@media screen and (min-width: 1000px) {
    #footer {
        padding: 34px 0 43px
    }

    #footer .ft-top {
        display: flex;
        justify-content: space-between
    }

    #footer .ft-top .ft-nav-1 {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 26px;
        right: 0;
        width: 371px
    }

    #footer .ft-top .ft-nav-1 li a {
        padding: 0 8.8px 6px;
        line-height: 12px
    }

    #footer .ft-top .left {
        text-align: left;
        padding-top: 0
    }

    #footer .ft-top .left .ft-logo {
        width: auto;
        margin: 0
    }

    #footer .ft-top .left .ft-tel {
        margin-top: 18px;
        line-height: 29px
    }

    #footer .ft-top .left .ft-tel span:nth-child(1) {
        font-size: 36px
    }

    #footer .ft-top .left .ft-tel span:nth-child(2) {
        margin-left: 4px
    }

    #footer .ft-top .left .ft-tel span img {
        margin: -6px 10px 0 0
    }

    #footer .ft-top .left .ft-bnr {
        margin: 12px 0 0 2px;
        width: 239px
    }

    #footer .ft-top .left .info {
        margin: 20px 0 0 1px;
        line-height: 30px
    }

    #footer .ft-top .left .info dd {
        margin-top: 0
    }

    #footer .ft-top .left .info dd span {
        margin-right: 19px
    }

    #footer .ft-top .right {
        padding-top: 66px;
        width: 371px
    }

    #footer .ft-top .right .ft-nav-2 {
        margin: 0;
        padding-bottom: 23px
    }

    #footer .ft-top .right .ft-nav-2::before {
        top: 16px
    }

    #footer .ft-top .right .ft-nav-2 span {
        padding: 0 31px 0;
        line-height: 30px
    }

    #footer .ft-top .right .ft-nav-2 ul {
        margin: 5px 0 0 49px
    }

    #footer .ft-top .right .ft-nav-2 ul li a {
        display: block;
        letter-spacing: .05em;
        line-height: 36px
    }

    #footer .ft-top .right .cookies-link {
        margin-top: 12px
    }

    #footer .ft-bot {
        text-align: center;
        padding-top: 24px
    }

    #footer .ft-bot .ft-link {
        margin-top: -4px
    }

    #footer .ft-bot .ft-link a {
        margin-top: 0;
        padding: 0 0 0 36px;
        line-height: 21px;
        display: inline-block
    }

    #footer .ft-bot .ft-link a::before {
        left: 22px
    }

    #footer .ft-bot .ft-link a span {
        padding-bottom: 4px
    }

    #footer .ft-bot address {
        margin-top: 34px
    }
}

@media screen and (min-width: 1000px)and (max-width: 1100px) {
    #footer .wrap {
        padding: 0 20px 0
    }
}

@media screen and (min-width: 1000px) {
    #belt {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .3s linear
    }

    #belt.fixed {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

    #belt.fixed #navigation {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }
}