.bnr-shared a {
    position: relative;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    background: #efd712;
    color: #000;
    transition-property: color;
    transition-duration: .3s;
    transform: perspective(1px) translateZ(0);
    border-radius: 35px;
    border: 1px solid #000;
    text-align: center;
    padding: 5vw 0
}

.bnr-shared a span {
    display: block;
    position: relative;
    font-size: 4vw;
    letter-spacing: .1em;
    line-height: 1
}

.bnr-shared a span::after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 9px;
    height: 9px;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    top: 50%;
    transform: translateY(-50%);
    right: 10%
}

.bnr-shared a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 100%;
    transform: scale(2);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.bnr-shared a:hover::before {
    transform: scale(0)
}

.bnr-shared.bg-1 {
    width: 75%;
    margin: 4vw auto 0
}

.bnr-shared.bg-1 a {
    background: #111
}

.bnr-shared.bg-1 a::before {
    background: #efd712
}

.bnr-shared.bg-1 a:hover {
    color: #efd712
}

.bnr-shared.bg-1 a:hover span::after {
    background: #efd712
}

.bnr-shared.bg-2 {
    width: 75%;
    margin: 4vw auto 0
}

.bnr-shared.bg-2 a {
    background: #efd712;
    color: #fff;
    border-color: #fff
}

.bnr-shared.bg-2 a::before {
    background: #111
}

.bnr-shared.bg-2 a span::after {
    background: #fff
}

.bnr-shared.bg-2 a:hover {
    color: #111;
    border-color: #efd712
}

.bnr-shared.bg-2 a:hover span::after {
    background: #111
}

.bnr-shared.bg-3 {
    width: 75%;
    margin: 4vw auto 0
}

.bnr-shared.bg-3 a {
    background: #fff;
    color: #fff;
    border-color: #c3b698
}

.bnr-shared.bg-3 a span::after {
    background: #fff
}

.bnr-shared.bg-3 a::before {
    background: #3c3524
}

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

.bnr-shared.bg-3 a:hover span::after {
    background: #000
}

.bnr-shared.bg-4 a {
    background: #ad3517;
    border: none;
    color: #fff;
    border-radius: 23px
}

.bnr-shared.bg-4 a::before {
    background: #812711
}

.bnr-shared.bg-4 a:after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    border-radius: 23px;
    inset: 1vw
}

.bnr-shared.bg-4 a span::after {
    background: #fff;
    width: 4px;
    height: 6px
}

.bnr-shared.bg-5 {
    width: 90%;
    margin: 7vw auto 0
}

.bnr-shared.bg-5 a {
    border: none;
    background: #000
}

.bnr-shared.bg-5 a span {
    font-weight: bold
}

.bnr-shared.bg-5 a::before {
    background: #efd712
}

.bnr-shared.bg-5 a:after {
    content: "";
    position: absolute;
    border: 1px solid #000;
    inset: 1vw;
    border-radius: 35px
}

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

.bnr-shared.bg-5 a:hover:after {
    border-color: #fff
}

.bnr-shared.bg-5 a:hover span::after {
    background: #fff
}

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

    .bnr-shared a {
        padding: 15px 0 17px
    }

    .bnr-shared a span {
        font-size: 20px;
        line-height: 36px
    }

    .bnr-shared a::before {
        right: 29px
    }

    .bnr-shared.bg-1 {
        width: 300px
    }

    .bnr-shared.bg-1 a span {
        font-size: 24px
    }

    .bnr-shared.bg-2 {
        width: 300px
    }

    .bnr-shared.bg-2 a span {
        font-size: 24px
    }

    .bnr-shared.bg-3 {
        width: 290px !important
    }

    .bnr-shared.bg-3 a span {
        font-size: 16px;
        letter-spacing: 0
    }

    .bnr-shared.bg-3 a span::after {
        width: 4px;
        height: 6px;
        right: 35px
    }

    .bnr-shared.bg-3 a:after {
        inset: 3px
    }

    .bnr-shared.bg-5 {
        width: 347px;
        margin-top: 0
    }

    .bnr-shared.bg-5 a span {
        font-size: 16px;
        letter-spacing: 0
    }

    .bnr-shared.bg-5 a span::after {
        width: 4px;
        height: 6px;
        right: 35px
    }

    .bnr-shared.bg-5 a:after {
        inset: 3px
    }
}

#navigation {
    position: fixed;
    background: rgba(0, 0, 0, .95);
    color: #fff;
    inset: 0;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: .3s all linear;
    z-index: 999
}

#navigation .group {
    padding: 70px 10%
}

#navigation .group .col ul li {
    text-align: right
}

#navigation .group .col ul li a {
    display: inline-block;
    font-size: 20px;
    letter-spacing: .2em;
    padding-left: 6px;
    border-bottom: 3px solid rgba(0, 0, 0, 0)
}

#navigation .group .col ul li a:hover,
#navigation .group .col ul li a.active {
    color: #efd712;
    border-color: #efd712
}

#navigation .group .col ul li+li {
    margin-top: 12px
}

#navigation .group .col ul+ul {
    margin-top: 45px
}

#navigation .group .col:nth-child(2) {
    margin-top: 45px
}

#navigation #sns_btn {
     display: flex;
 -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content: space-between;
 flex-wrap: wrap;
    padding-top:20%;
    width:90%;
    margin:0 auto;
}
#navigation #sns_btn li{
    width:25%;
    text-align: center;
}
#navigation #sns_btn li img{
    height:50%;
    width:auto;
    padding:0 20% 10%;
}


@media screen and (min-width: 1000px) {
    #navigation {
        width: 970px;
        inset: 0 0 0 auto
    }

    #navigation .group {
        padding: 127px 0 105px 190px;
        display: flex
    }

    #navigation .group .col ul li a {
        padding: 0 0 4px 4px;
        line-height: 20px
    }

    #navigation .group .col ul li+li {
        margin-top: 23px
    }

    #navigation .group .col ul li:first-child a {
        font-size: 24px;
        font-weight: 600
    }

    #navigation .group .col ul+ul {
        margin-top: 88px
    }

    #navigation .group .col:nth-child(1) {
        padding-top: 0
    }

    #navigation .group .col:nth-child(2) {
        margin: 0 0 0 114px
    }
    #navigation #sns_btn {
        width:300px;
        position: absolute;
        bottom:100px;
        
    }
    #navigation #sns_btn li{
    width:24%;
    font-size:12px;
        
}
#navigation #sns_btn li img{
    height:40px;
    width:auto;
    padding:0 0% 0%;
}
    
    #navigation #sns_btn li span{
         width:40px;
        display:block;
    }  
}

#header .logo {
    position: absolute;
    top: 3vw;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    z-index: 1
}

@media screen and (min-width: 1000px) {
    #header .logo {
        top: 25px;
        width: auto
    }
}

#footer {
    background: #000;
    color: #fff;
    padding-top: 10vw
}

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

#footer .ft-top {
    margin: 10vw 12% 0
}

#footer .ft-top dl dt {
    letter-spacing: .1em
}

#footer .ft-top dl dd {
    margin-top: 1.5vw;
    letter-spacing: .1em
}

#footer .ft-top dl+dl {
    margin-top: 7vw
}

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

#footer .ft-bot .cookie-link img {
    width: 10px;
    margin-left: 5px
}

#footer .ft-bot .cookie-link a:hover {
    text-decoration: underline
}

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

    #footer .ft-logo {
        width: -moz-fit-content;
        width: fit-content
    }
    #footer #sns_btn_ft {
     display: flex !important;
 -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content: space-between;
 flex-wrap: wrap;
    padding:60px 0 0;
    width:320px;
    margin:0 auto;
}
    #footer #sns_btn_ft li{
    width:25%;
    text-align: center;
}
    #footer #sns_btn_ft li img{
        width:auto;
        height:70%;
}
    
    
    #footer .ft-top {
        display: flex;
        justify-content: space-between;
        max-width: 1000px;
        margin: 62px auto 0;
        padding-right: 11px;
        box-sizing: border-box
    }

    #footer .ft-top dl {
        line-height: 30px
    }

    #footer .ft-top dl dt {
        letter-spacing: 0
    }

    #footer .ft-top dl dd {
        margin-top: 9px;
        letter-spacing: 0
    }

    #footer .ft-top dl+dl {
        margin-top: 0
    }

    #footer .ft-inner {
        display: flex !important;
        justify-content: center;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 86px auto 0;
        box-sizing: border-box;
        padding-left: 73px
    }

    #footer .ft-inner ul {
        position: relative;
        padding: 0 63px 0 51px
    }

    #footer .ft-inner ul::before {
        content: "";
        position: absolute;
        background: #fff;
        width: 1px;
        height: 100px;
        top: 50%;
        transform: translateY(-50%);
        right: 0
    }

    #footer .ft-inner ul li a {
        font-size: 14px;
        line-height: 48px;
        letter-spacing: .1em
    }

    #footer .ft-inner ul li a:hover,
    #footer .ft-inner ul li a.active {
        color: #efd712
    }

    #footer .ft-inner ul li:first-child a {
        font-size: 16px
    }

    #footer .ft-inner ul:nth-child(1) {
        padding: 0 61px 0 0
    }

    #footer .ft-inner ul:last-child::before {
        display: none
    }

    #footer .ft-bot {
        padding-top: 46px;
        line-height: 33px;
        font-size: 14px;
        letter-spacing: .11em
    }
}

@media screen and (min-width: 1000px)and (max-width: 1350px) {
    #footer .ft-inner {
        padding-left: 20px
    }

    #footer .ft-inner ul {
        padding: 0 43px 0 31px
    }

    #footer .ft-inner ul:nth-child(1) {
        padding-right: 43px
    }
}

@media screen and (min-width: 1000px)and (max-width: 1200px) {
    #footer .ft-inner ul li:first-child a {
        font-size: 15px
    }

    #footer .ft-inner ul li a {
        font-size: 13px
    }
}

@media screen and (min-width: 1000px)and (max-width: 1130px) {
    #footer .ft-inner ul {
        padding: 0 30px 0 18px
    }

    #footer .ft-inner ul:nth-child(1) {
        padding-right: 30px
    }

    #footer .ft-top {
        padding: 0 20px 0
    }
}

#ft_bnr_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    z-index: 999;
    border-top: 1px solid #3d3d3d;
    background-color: #111;
    display: flex;
    align-items: center
}

#ft_bnr_fixed li {
    width: 25%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #3d3d3d
}

#ft_bnr_fixed li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center;
}

#ft_bnr_fixed li a img {
    width: auto;
    height: 40%;
}

#ft_bnr_fixed li a span {
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .1em
}

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

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