.img-ob {
    position: relative;
}

.img-ob img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.fnt-cin {
    font-family: "Cinzel Decorative", serif;
}

@media screen and (min-width: 768px) {
    .bg-parallax-pc {
        position: relative;
        z-index: 0;
    }
    .img-parallax-pc {
        clip: rect(0, auto, auto, 0);
        margin-bottom: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .img-parallax-pc img {
        width: 100% !important;
        height: 100vh !important;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 0;
        margin: 0;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active),
screen and (min-width: 768px) and (-ms-high-contrast: none) {
    .img-parallax-pc img {
        height: auto;
        -o-object-fit: unset;
        object-fit: unset;
        top: 50%;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }
}

@media screen and (max-width: 767px) {
    .img-ob-sp {
        position: relative;
    }
    .img-ob-sp img {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .img-ob-pc {
        position: relative;
    }
    .img-ob-pc img {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .wrap {
        max-width: calc(100% - 40px);
    }
}

#key .key-logo {
    position: absolute;
    bottom: 2vw;
    z-index: 2;
    text-align: center;
    left: 0;
    right: 0;
}

#key .key-logo img {
    height: 12vw;
    width: auto;
}

#key .object-fit-cover {
    height: 82vw;
}

#sec1 {
    position: relative;
 
    padding: 15vw 0 0;
}

#sec1 .deco {
    position: absolute;
    top: 7vw;
    right: 70vw;
    width: 60vw;
}

#sec1 .img {
    position: absolute;
    top: 7vw;
    width: 90vw;
    left: 40vw;
    z-index: 3;
}

#sec1 h2 {
    margin: 0 0 39px;
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: -0.05em;
    position: relative;
    z-index: 3;
}

#sec1 .flex .txt {
    margin: 7vw 0 0;
}

#sec2 {
    margin: 15vw 0 0;
    padding: 0 0 100px;
    background: url("../img/service/s2_deco.png") repeat-x bottom center/auto 40px;
}

#sec2 .group-title {
    margin: 0 5vw 5vw;
    text-align: center;
}

#sec2 .group-title h2 {
    opacity: 0.3;
    background: url("../img/dm-mi/text-bg.jpg");
    font-weight: 700;
    font-size: 11.5vw;
    line-height: 1.5;
    letter-spacing: 0.038em;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

#sec2 .group-title .sub-txt {
    letter-spacing: 0;
}

#sec2 .set1 {
    margin: 0 5vw;
}

#sec2 .set1 .left {
    padding: 7vw 0 0;
}

#sec2 .set1 .left h3 span {
    background: #fff;
    font-size: 7vw;
    line-height: 1.3;
    padding: 0 3vw 0 2vw;
    letter-spacing: 0;
    display: inline-block;
}

#sec2 .set1 .left .txt {
    margin: 5vw 0;
}

#sec2 .set1 .left .box {
    border: 1px solid #3f3c3a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4vw;
}

#sec2 .set2 {
    margin: 10vw 0 0;
}

#sec2 .set2 .box {
    background: url("../img/mc/s2_bgtxt.png") no-repeat top center/100% 100%;
    margin: 0 4vw;
    padding: 6vw 0 5vw;
}

#sec2 .set2 .box h4 {
    text-align: center;
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 0 3vw;
}

#sec2 .set2 .box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#sec2 .set2 .box .flex .item {
    width: calc(100%/3);
    padding: 1vw 0 1.5vw;
    text-align: center;
}

#sec2 .set2 .box .flex .item+.item {
    border-left: 1px dashed #444444;
}

#sec2 .set2 .box .flex .item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#sec2 .set2 .box .flex .item dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../img/mc/s2_bgtxt2.png");
    width: 7vw;
    height: 7vw;
    font-size: 4vw;
    line-height: 1.5;
}

#sec2 .set2 .box .flex .item dl dd {
    margin-left: 1vw;
    line-height: 1.5;
    font-size: 3vw;
}

#sec2 .set2 .box .flex .item dl dd span {
    font-size: 3.5vw;
}

#sec2 .set2 .box .flex .item ul {
    display: inline-block;
    text-align: left;
    margin: 4vw 0 0;
    font-size: 3vw;
    line-height: 2.25;
    letter-spacing: -0.05em;
}

#sec2 .set2 .box .sub-txt2 {
    text-align: center;
    margin: 3vw 0 0;
}

#sec2 .set3 {
    position: relative;
    padding: 10vw 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sec2 .set3 .deco {
    position: absolute;
    top: -12vw;
    width: 70vw;
    left: 70vw;
}

#sec2 .set3 .img {
    margin: 0 -10vw 0 -3vw;
    position: relative;
    z-index: 2;
}

#sec2 .set3 .left {
    position: relative;
    z-index: 2;
    margin: -5vw 5vw 0;
}

#sec2 .set3 .left dl {
    width: 70vw;
}

#sec2 .set3 .left dl dt {
    display: inline-block;
    font-size: 7vw;
    line-height: 1.3;
    letter-spacing: -0.05em;
    padding: 0 3vw 0 1vw;
    background: #fff;
}

#sec2 .set3 .left dl dd {
    display: inline-block;
    margin: 2vw 0 0;
    font-size: 6vw;
    line-height: 1.3;
    padding: 0 4vw 0 3vw;
    background: #fff;
    letter-spacing: 0;
}

#sec2 .set3 .left dl dd small {
    font-size: 5vw;
}

#sec2 .set3 .left .txt {
    margin: 5vw 0;
}

#sec2 .set3 .left .box {
    border: 1px solid #3f3c3a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4vw;
}

#sec2 .set4 {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10vw;
}

#sec2 .set4 .deco {
    position: absolute;
    top: 20vw;
    width: 60vw;
    right: 70vw;
}

#sec2 .set4 .img {
    position: relative;
    margin: 0 -17vw 0 -3vw;
    z-index: 2;
}

#sec2 .set4 .left {
    position: relative;
    z-index: 2;
    margin: 0 5vw;
}

#sec2 .set4 .left dl {
    width: 80vw;
}

#sec2 .set4 .left dl dt {
    display: inline-block;
    font-size: 7vw;
    line-height: 1.3;
    letter-spacing: -0.05em;
    padding: 0 16px 0 8px;
    background: #fff;
}

#sec2 .set4 .left dl dd {
    display: inline-block;
    margin: 2vw 0 0;
    font-size: 6vw;
    line-height: 1.3;
    padding: 0 4vw 0 3vw;
    background: #fff;
    letter-spacing: 0;
}

#sec2 .set4 .left dl dd small {
    font-size: 5vw;
}

#sec2 .set4 .left .txt {
    margin: 5vw 0;
}

#sec2 .set4 .left .box {
    border: 1px solid #3f3c3a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4vw;
}

#sec3 {
    background: url("../img/service/s2_bg.jpg");
    padding: 15vw 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sec3 h3 {
    position: absolute;
    top: 106vw;
    bottom: 0;
    right: 1vw;
    opacity: 0.3;
    background: url("../img/dm-mi/text-bg.jpg");
    font-weight: 700;
    font-size: 12vw;
    line-height: 1.2;
    letter-spacing: 0;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-align: center;
}

#sec3 h3 .txt-latin {
    letter-spacing: 0;
}

#sec3 h2 {
    text-align: center;
    font-size: 7vw;
    line-height: 1.2;
    letter-spacing: 0.18em;
    margin: 0 0 5vw;
}

#sec3 h2 small {
    display: block;
    font-size: 3vw;
    letter-spacing: 0.05em;
    margin: 2vw 0 0;
}

#sec3 .group {
    padding: 0 5vw;
    position: relative;
    z-index: 2;
}

#sec3 .group .right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7vw 0 0;
}

#sec3 .group .right dl dt {
    font-size: 7vw;
    line-height: 1.3;
}

#sec3 .group .right dl dt span {
    display: inline-block;
    background: #fff;
    letter-spacing: -0.05em;
    padding: 0 2vw;
}

#sec3 .group .right dl dd {
    display: inline-block;
    margin: 2vw 0 0;
    font-size: 6vw;
    line-height: 1.3;
    padding: 0 3vw;
    background: #fff;
    letter-spacing: 0;
}

#sec3 .group .right dl dd small {
    font-size: 5vw;
}

#sec3 .group .right .txt {
    margin: 5vw 0;
}

#sec3 .group .right .box {
    border: 1px solid #3f3c3a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4vw;
}

#sec4 {
    background: url("../img/index/bg1_n.jpg") repeat center 0;
    color: #fff;
    padding: 0 0 20vw;
}

#sec4 .bg-parallax-pc .img-parallax-pc {
    height: 60vw;
}

#sec4 h2 {
    text-align: center;
    font-size: 7vw;
    line-height: 1.2;
    letter-spacing: 0.18em;
    margin: 15vw 0 7vw;
}

#sec4 h2 small {
    display: block;
    font-size: 3vw;
    letter-spacing: 0.05em;
    margin: 3vw 0 0;
}

#sec4 .list-btn .btn-link {
    width: 90%;
    margin: 0 auto;
}

#sec4 .list-btn .btn-link a {
    display: block;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    border: 2px solid;
    border-radius: 50px;
    position: relative;
    text-decoration: none;
    background: #f2ac25;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 5vw 0 5vw  19vw;
    color: #fff;
}

#sec4 .list-btn .btn-link a span {
    display: block;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

#sec4 .list-btn .btn-link a small {
    display: block;
    font-size: 3vw;
    line-height: 1.5;
    margin: 1vw 0 0;
}

#sec4 .list-btn .btn-link a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5vw;
    background: url("../img/dm-mi/s5_arrow.png") no-repeat center/100% auto;
    width: 4vw;
}

#sec4 .list-btn .btn-link a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5vw;
    background: url("../img/mc/s4_icon3.png") no-repeat center/100% auto;
    width: 12vw;
}

#sec4 .list-btn .btn-link2 {
    width: 90%;
    margin: 5vw auto;
}

#sec4 .list-btn .btn-link2 a {
    display: block;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    border: 2px solid;
    border-radius: 50px;
    position: relative;
    text-decoration: none;
    background: url("../img/service/contact_btnbg.jpg");
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 5vw 0 5vw 25vw;
    color: #fff;
}

#sec4 .list-btn .btn-link2 a span {
    display: block;
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

#sec4 .list-btn .btn-link2 a small {
    display: block;
    font-size: 3vw;
    line-height: 1.5;
    margin: 1vw 0 0;
}

#sec4 .list-btn .btn-link2 a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5vw;
    background: url("../img/dm-mi/s5_arrow.png") no-repeat center/100% auto;
    width: 4vw;
}

#sec4 .list-btn .btn-link2 a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5vw;
    background: url("../img/mc/s4_icon2.png") no-repeat center/100% auto;
    width: 12vw;
}

@media screen and (min-width: 768px) {
    #key .key-logo {
        bottom: 37px;
    }
    #key .key-logo img {
        height: auto;
        width: auto;
    }
    #key .object-fit-cover {
        height: 648px;
    }
    #sec1 {
        padding: 156px 0 0;
    }
    #sec1 .deco {
        top: 34px;
        right: calc(50% + 353px);
        width: 565px;
    }
    #sec1 .img {
    top: 291px;
    width: 870px;
    right: calc(50% - 166px);
    left: auto;
    height: 733px;
    }
    #sec1 .wrap {
        width: 1330px;
        position: relative;
        z-index: 2;
    }
    #sec1 h2 {
        max-width: 1062px;
        margin: 0 auto 39px;
        font-size: 60px;
        letter-spacing: -0.12em;
    }
    #sec1 .flex {
         padding-left: calc(50% + 95px);
    padding-top: 30px;
    }
    #sec1 .flex .img2 {
        width: 716px;
        height: 523px;
       position: absolute;
      top: -96px;
      left: calc(50% + 25px);
      
    }
    #sec1 .flex .txt {
        margin: 219px 0 0 45px;
        width: 475px;
        text-align: justify;
        letter-spacing: -0.05em;
        line-height: 36px;
    }
    #sec2 {
        margin: 65px 0 0;
        padding: 0 0 113px;
        background: url("../img/service/s2_deco.png") repeat-x bottom center;
    }
    #sec2 .group-title {
        max-width: calc(100% - 40px);
        margin: 0 auto 22px;
        width: 1460px;
        text-align: left;
    }
    #sec2 .group-title h2 {
        font-size: 120px;
    }
}

@media screen and (min-width: 768px) and (min-width: 1300px) {
    #sec2 .group-title h2 {
        font-size: 150px;
    }
}

@media screen and (min-width: 768px) {
    #sec2 .group-title .sub-txt {
        text-align: right;
        max-width: 1224px;
        margin: -42px auto 0;
    }
    #sec2 .set1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin: 0;
    }
    #sec2 .set1 .img {
        width: calc(50% + 89px);
        max-width: calc(100% - 430px);
        height: 539px;
    }
    #sec2 .set1 .left {
        width: 533px;
        padding: 72px 0 0;
    }
    #sec2 .set1 .left h3 span {
        font-size: 45px;
        line-height: 60px;
        padding: 0 17px 0 9px;
        letter-spacing: -0.16em;
      white-space: nowrap;
    }
    #sec2 .set1 .left .txt {
        margin: 25px 0 34px 12px;
        letter-spacing: -0.05em;
        line-height: 36px;
        width: 369px;
    }
    #sec2 .set1 .left .box {
        width: 360px;
        margin: 0 0 0 11px;
        padding: 25px 30px 30px 43px;
        line-height: 36px;
        letter-spacing: -0.05em;
    }
    #sec2 .set2 {
        margin: 42px 0 0;
    }
    #sec2 .set2 .box {
        background: url("../img/mc/s2_bgtxt.png") no-repeat top center/100% auto;
        width: 997px;
        margin: 0 auto;
        padding: 70px 0 43px;
    }
    #sec2 .set2 .box h4 {
        font-size: 25px;
        margin: 0 0 32px;
    }
    #sec2 .set2 .box .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #sec2 .set2 .box .flex .item {
        width: 320px;
        padding: 7px 0 12px;
    }
    #sec2 .set2 .box .flex .item dl dt {
        width: 71px;
        height: 73px;
        font-size: 40px;
    }
    #sec2 .set2 .box .flex .item dl dd {
        margin-left: 20px;
        line-height: 1.5;
        font-size: 25px;
    }
    #sec2 .set2 .box .flex .item dl dd span {
        font-size: 35px;
    }
    #sec2 .set2 .box .flex .item ul {
        margin: 23px 0 0;
        line-height: 36px;
        letter-spacing: 0;
        font-size: 16px;
    }
    #sec2 .set2 .box .sub-txt2 {
        margin: 39px 0 0;
    }
    #sec2 .set3 {
        min-height: 902px;
        padding: 253px 0 0;
    }
    #sec2 .set3 .deco {
        top: -138px;
        width: 633px;
        left: calc(50% + 339px);
    }
    #sec2 .set3 .img {
        position: absolute;
        top: 0;
        right: calc(50% - 187px);
        width: 915px;
        margin: 0;
    }
    #sec2 .set3 .left {
        width: 430px;
        margin: 0 0 0 calc(50% + 138px);
    }
    #sec2 .set3 .left dl {
        width: auto;
    }
    #sec2 .set3 .left dl dt {
        font-size: 45px;
        line-height: 60px;
        letter-spacing: -0.14em;
        padding: 0 20px 0 9px;
    }
    #sec2 .set3 .left dl dd {
        margin: 10px 0 0;
        font-size: 35px;
        line-height: 48px;
        padding: 0 24px 0 15px;
    }
    #sec2 .set3 .left dl dd small {
        font-size: 25px;
    }
    #sec2 .set3 .left .txt {
        margin: 24px 0 33px 12px;
        width: 350px;
        letter-spacing: -0.05em;
        line-height: 36px;
    }
    #sec2 .set3 .left .box {
        width: 335px;
        margin: 0 0 0 11px;
        padding: 22px 30px 32px 23px;
        line-height: 36px;
        letter-spacing: -0.05em;
    }
    #sec2 .set4 {
        min-height: 716px;
        margin-top: 0;
    }
    #sec2 .set4 .deco {
        position: absolute;
        top: 151px;
        width: 535px;
        right: calc(50% + 335px);
    }
    #sec2 .set4 .img {
        position: absolute;
        top: -160px;
        left: calc(50% - 149px);
        width: 1019px;
        margin: 0;
    }
    #sec2 .set4 .left {
        width: 1020px;
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }
    #sec2 .set4 .left dl {
        width: 460px;
    }
    #sec2 .set4 .left dl dt {
        font-size: 45px;
        line-height: 60px;
        letter-spacing: -0.13em;
        padding: 0 16px 0 8px;
    }
    #sec2 .set4 .left dl dd {
        margin: 10px 0 0;
        font-size: 35px;
        line-height: 48px;
        padding: 0 24px 0 15px;
    }
    #sec2 .set4 .left dl dd small {
        font-size: 25px;
    }
    #sec2 .set4 .left .txt {
        margin: 23px 0 28px 12px;
        width: 410px;
        letter-spacing: -0.05em;
        line-height: 36px;
    }
    #sec2 .set4 .left .box {
        border: 1px solid #3f3c3a;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 335px;
        margin: 0 0 0 11px;
        padding: 22px 30px 26px 23px;
        line-height: 36px;
        letter-spacing: -0.05em;
    }
    #sec3 {
        padding: 109px 0 100px;
        min-height: 997px;
    }
    #sec3 h3 {
        top: 0;
        right: 30px;
        font-size: 125px;
    }
}

@media screen and (min-width: 768px) and (min-width: 1430px) {
    #sec3 h3 {
        left: calc(50% + 554px);
        right: auto;
    }
}

@media screen and (min-width: 768px) {
    #sec3 h2 {
        font-size: 39px;
        margin: 0 0 61px;
    }
    #sec3 h2 small {
        font-size: 16px;
        margin: 13px 0 0;
    }
    #sec3 .group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
    }
    #sec3 .group .img {
        width: calc(50% + 112px);
        height: 570px;
        max-width: calc(100% - 450px);
    }
    #sec3 .group .right {
        width: 450px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 39px 0 0 44px;
    }
    #sec3 .group .right dl dt {
        font-size: 45px;
        line-height: 55px;
    }
    #sec3 .group .right dl dt span {
        letter-spacing: -0.17em;
        padding: 1.75px 10px 1.75px 10px;
    }
    #sec3 .group .right dl dd {
        margin: 14px 0 0;
        font-size: 35px;
        line-height: 48px;
        padding: 0 12px 0 15px;
    }
    #sec3 .group .right dl dd small {
        font-size: 25px;
    }
    #sec3 .group .right .txt {
        margin: 23px 0 29px 13px;
        width: 345px;
        letter-spacing: -0.05em;
        line-height: 36px;
    }
    #sec3 .group .right .box {
        border: 1px solid #3f3c3a;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 344px;
        margin: 0 0 0 11px;
        padding: 20px 10px 20px 23px;
        line-height: 36px;
        letter-spacing: -0.05em;
    }
    #sec4 {
        padding: 0 0 234px;
    }
    #sec4 .bg-parallax-pc {
        height: 585px;
    }
    #sec4 .bg-parallax-pc .img-parallax-pc {
        height: 100%;
    }
    #sec4 h2 {
        font-size: 40px;
        margin: 144px 0 63px;
    }
    #sec4 h2 small {
        font-size: 16px;
        margin: 13px 0 0;
    }
    #sec4 .list-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0 48px;
    }
    #sec4 .list-btn .btn-link {
        width: 537px;
        margin: 0;
    }
    #sec4 .list-btn .btn-link a {
        border-radius: 62.5px;
        padding: 34px 0 30px 146px;
    }
    #sec4 .list-btn .btn-link a span {
        font-size: 25px;
    }
    #sec4 .list-btn .btn-link a small {
        font-size: 16px;
        margin: 3px 0 0;
    }
    #sec4 .list-btn .btn-link a:after {
        right: 34px;
        width: 18px;
    }
    #sec4 .list-btn .btn-link a::before {
        left: 31px;
        width: 99px;
    }
    #sec4 .list-btn .btn-link a:hover {
        background: #000;
    }
    #sec4 .list-btn .btn-link2 {
        margin: 0;
        width: 431px;
    }
    #sec4 .list-btn .btn-link2 a {
        border-radius: 62.5px;
        padding: 34px 0 30px 146px;
    }
    #sec4 .list-btn .btn-link2 a span {
        font-size: 25px;
    }
    #sec4 .list-btn .btn-link2 a small {
        font-size: 16px;
        margin: 3px 0 0;
    }
    #sec4 .list-btn .btn-link2 a:after {
        right: 34px;
        width: 18px;
    }
    #sec4 .list-btn .btn-link2 a::before {
        left: 35px;
        width: 88px;
    }
    #sec4 .list-btn .btn-link2 a:hover {
        background: #000;
    }
}

.cont-popup {
    display: none;
}

.branches-list {
    padding: 10vw 0;
}

.branches-list .shoplist {
    padding: 5vw 4%;
}

.branches-list .shoplist h2 {
    position: relative;
    text-align: center;
    font-size: 13px;
    line-height: 1.2;
    padding-bottom: 25px;
}

.branches-list .shoplist h2:before,
.branches-list .shoplist h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10vw;
    right: 65%;
    border-top: 1px solid #060001;
}

.branches-list .shoplist h2:after {
    right: 0;
    left: 65%;
}

.branches-list .shoplist h2 span {
    font-size: 20px;
    font-weight: bold;
}

.branches-list .shoplist h2 img {
    display: block;
    width: 30%;
    height: auto;
    margin: 0 auto 10px;
}

.branches-list .shoplist .group .item {
    width: calc(50% - 5px);
    margin-bottom: 5vw;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.1em;
}

.branches-list .shoplist .group .item dd {
    margin: 5px -10px;
}

.branches-list .shoplist .group .item a {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.branches-list .shoplist.shoplist1 {
    background: url("../img/branches/shape1.png") repeat-x center bottom/6%, url("../img/branches/deco1.png") no-repeat right bottom/36%;
    padding-bottom: 18vw;
}

.branches-list .shoplist.shoplist4 {
    background: url("../img/branches/shape2.png") repeat-x center 0/6%, url("../img/branches/deco2.png") no-repeat 0 0/36%;
    padding-top: 30vw;
}

.branches-list .shoplist.shoplist6 {
    position: relative;
}

.branches-list .shoplist.shoplist6:before {
    content: '';
    background: url("../img/branches/deco3.png") no-repeat 0 0/100%;
    width: 31vw;
    height: 46vw;
    position: absolute;
    top: 0vw;
    right: 0;
}

.pop-shared {
    background: url("../img/shared/shape2.png") repeat-x center 0/40%, url("../img/shared/shape2.png") repeat-x center bottom/40%, url("../img/branches/popup_bg.jpg") repeat center 0;
    color: #0f0f0f;
    overflow: auto;
    box-sizing: border-box;
    padding: 55vw 4% 25vw;
}

.pop-shared h3 {
    background: url("../img/branches/ico1.png") no-repeat 0 0/40px;
    padding: 0 0 20px 43px;
    font-size: 20px;
    letter-spacing: 0;
}

.pop-shared .tbl-info {
    padding-bottom: 10vw;
}

.pop-shared .tbl-info dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #c6c5c0;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 0;
}

.pop-shared .tbl-info dl dt,
.pop-shared .tbl-info dl dd {
    display: table-cell;
    box-sizing: border-box;
    text-align: left;
}

.pop-shared .tbl-info dl dt {
    width: 80px;
}

.pop-shared .tbl-info dl:last-child dd a img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin-bottom: 5px;
}

.pop-shared .tbl-info dl:last-child dd a img.img-line {
    max-width: 160px;
}

.pop-shared .info .logo {
    width: 45%;
    position: absolute;
    top: 17vw;
    left: 50%;
    transform: translateX(-50%);
}

.pop-shared .info .link li:not(.bnr-shared) {
    text-align: right;
}

.sec-group {
    background: url("../img/branches/bg1.jpg") repeat center 0;
}

@media screen and (min-width: 1000px) {
    #cboxContent {
        padding: 0;
    }
    #cboxClose {
        top: 53px;
        right: 30px;
        width: 60px;
        height: 60px;
    }
    .branches-list {
        padding: 63px 0 100px;
    }
    .branches-list .shoplist {
        padding: 25px 0;
    }
    .branches-list .shoplist .shop-inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .branches-list .shoplist h2 {
        font-size: 14px;
        line-height: 30px;
        padding-bottom: 36px;
    }
    .branches-list .shoplist h2:before,
    .branches-list .shoplist h2:after {
        top: 70px;
        right: calc(50% + 100px);
    }
    .branches-list .shoplist h2:after {
        right: 0;
        left: calc(50% + 100px);
    }
    .branches-list .shoplist h2 span {
        font-size: 30px;
    }
    .branches-list .shoplist h2 img {
        width: 193px;
        height: auto;
        margin: 0px auto 11px;
    }
    .branches-list .shoplist .group {
        max-width: 1050px;
        margin: 0 auto;
        justify-content: flex-start;
    }
    .branches-list .shoplist .group .item {
        width: calc((100% - 70px)/3);
        margin: 0 35px 50px 0;
        font-size: 20px;
        letter-spacing: 0em;
    }
    .branches-list .shoplist .group .item:nth-child(3n) {
        margin-right: 0;
    }
    .branches-list .shoplist .group .item img {
        width: 100%;
        height: auto;
    }
    .branches-list .shoplist .group .item dd {
        line-height: 30px;
        margin: 13px -10px 0;
    }
    .branches-list .shoplist .group .item a {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .branches-list .shoplist.shoplist1 {
        padding-bottom: 121px;
        background-size: auto;
    }
    .branches-list .shoplist.shoplist4 {
        background-size: auto;
        padding-top: 170px;
    }
    .branches-list .shoplist.shoplist6:before {
        width: 435px;
        height: 563px;
        top: -67px;
    }
    .sec-group {
        padding: 70px 0 80px;
    }
    .sec-group .shoplist {
        padding: 50px 0;
    }
    .pop-shared {
        margin: 0 auto;
        background-size: auto;
        padding: 100px 30px;
        max-width: 1200px;
        box-sizing: border-box;
    }
    .pop-shared .group {
        max-width: 1050px;
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .pop-shared h3 {
        background-size: auto;
        padding: 0 0 32px 76px;
        font-size: 35px;
        letter-spacing: -0.11em;
    }
    .pop-shared .info {
        max-width: 423px;
        width: 40.29%;
        order: -1;
    }
    .pop-shared .info .logo {
        width: auto;
        margin: 0 auto 0px;
        position: static;
        text-align: center;
        transform: none;
    }
    .pop-shared .info .link li:not(.bnr-shared) {
        text-align: right;
    }
    .pop-shared .info .bnr-shared {
        width: 100%;
    }
    .pop-shared .info .bnr-shared a {
        border: 3px solid;
        line-height: 73px;
    }
    .pop-shared .info .gmap {
        margin-bottom: 25px;
        line-height: 0;
    }
    .pop-shared .info .gmap iframe {
        line-height: 0;
        height: 420px !important;
    }
    .pop-shared .tbl-info {
        max-width: 580px;
        width: 55.25%;
        padding-bottom: 0;
    }
    .pop-shared .tbl-info dl {
        font-size: 16px;
        line-height: 30px;
        padding: 14px 0 15px;
    }
    .pop-shared .tbl-info dl dt {
        width: 120px;
    }
    .pop-shared .tbl-info dl:last-child dd {
        padding-right: 50px;
    }
    .pop-shared .tbl-info dl:last-child dd a img {
        max-width: 100%;
        height: auto;
        width: auto;
        margin-bottom: 5px;
    }
    .pop-shared .tbl-info dl:last-child dd a img.img-line {
        max-width: 160px;
    }
}