  @charset "UTF-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: "din";
    src: url("/jp/cm_gallery/fonts/DIN Alternate Bold.ttf") format("truetype");
  }

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
visibility:hidden;
}
.clearfix{ display: inline-block; }
/* Hides from IE Mac */
* html .clearfix{ height: 1%; }
.clearfix{ display:block; }

/* ---------- 初期 ---------- */
html {
	scroll-behavior: smooth;
}
body { letter-spacing: 0.01em; font-family: "Noto Sans JP", sans-serif; font-weight: 400; }
img { max-width: 100%; pointer-events: none;-webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;}
a { text-decoration: none;}
strong { font-weight: bold;}
/* ---------- /共通部分 ---------- */
#jougetyuou { position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); margin: auto;}
#kadomaru { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;}
#resbtn { -webkit-appearance: none;}
.ancr { position: relative; transition: 0.5s;}
.anca { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; z-index: 10; cursor: pointer;}
.ancr:hover { opacity: 0.75; transition: 0.5s; cursor: pointer;}
/* ---------- /参考タグ部分 ---------- */

.wrap { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between;}

.din {
    font-family: "din",sans-serif;
}

/* PC */
@media screen and (min-width: 800px) {
    .sponly {
        display: none !important;
    }
    
    
    
#header {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 27px 0;
    z-index: 5;
}
#header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header .header_logo {
    padding-left: 90px;
}
#header .header_logo img {
    width: 133px;
    display: block;
}
#header .header_menu {
    display: flex;
    padding-right: 30px;
}
#header .header_menu li {
    font-size: 15px;
    font-weight: 700;
    width: 210px;
    text-align: center;
    border-left: solid 1px #F15A24;
}
#header .header_menu li:last-child {
    border-right: solid 1px #F15A24;
}
#header .header_menu li a {
    color: #F15A24;
    text-decoration: none;
    display: block;
    padding: 10px 0;
}
#header .header_menu li a:hover {
    text-decoration: underline;
}

main#main {
    display: block;
    padding-top: 100px;
}

#mv {}
#mv img {
    width: 100%;
    height: auto;
    display: block;
}

#content {
    background: url("/jp/cm_gallery/img/bg.jpg") no-repeat center top;
    background-size: cover;
    padding-bottom: 40px;
}
#content .ttl {
    text-align: center;
    padding-top: 125px;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.8em;
}

#content .en_ttl {
    text-align: center;
    font-size: 86px;
    font-weight: bold;
}
#content .content_sub {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 5px;
}
#content .content_sub::before {
    content: 'ー';
}
#content .content_sub::after {
    content: 'ー';
}
#content .txt {
    font-size: 15px;
    line-height: 2.2em;
}

#gallery {
    padding-top: 125px;
}
#gallery .gallery_boxes {
    width: 90%;
    max-width: 810px;
    margin: 60px auto 0;
}
#gallery .gallery_boxes .gallery_box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    border: solid 1px #000;
    background: rgba(255,255,255,0.50);
    margin-bottom: 16px;
    padding: 30px;
}
    #gallery .gallery_boxes .gallery_box.new::before {
        content: '';
        width: 78px;
        height: 78px;
        position: absolute;
        right: 0;
        top: 0;
        background: url("/jp/cm_gallery/img/icon_new.png") no-repeat right top;
        background-size: contain;
        display: block;
    }
#gallery .gallery_boxes .gallery_box .gallery_box_img {
    width: 40%;
    position: relative;
}
#gallery .gallery_boxes .gallery_box .gallery_box_img.new::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 65px;
    height: 65px;
    background: url("/jp/cm_gallery/img/icon_new.png") no-repeat left top;
    background-size: contain;
}
#gallery .gallery_boxes .gallery_box .gallery_box_img img {
    display: block;
    width: 100%;
    height: auto;
}
    #gallery .gallery_boxes .gallery_box .gallery_box_img iframe {
        width: 100%;
        height: 180px;
    }
#gallery .gallery_boxes .gallery_box .gallery_box_info {
    width: 56%;
    text-align: left;
}
#gallery .gallery_boxes .gallery_box .gallery_box_info .gallery_box_num {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 500;
}
#gallery .gallery_boxes .gallery_box .gallery_box_info .gallery_box_ttl {
    font-size: 25px;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-weight: 500;
}
#gallery .gallery_boxes .gallery_box .gallery_box_info .gallery_box_txt {
    font-size: 16px;
    line-height: 1.7em;
    text-align: justify;
}
#gallery .gallery_boxes .gallery_box .gallery_box_btn {
    width: 100%;
    margin-top: 18px;
    text-align: right;
}
#gallery .gallery_boxes .gallery_box .gallery_box_btn a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: 290px;
    text-align: center;
    background: url("/jp/cm_gallery/img/arr_01.png") no-repeat #F15A24;
    background-size: 9px;
    background-position: top 50% right 10px;
    padding: 15px 0;
}
#gallery .gallery_boxes .gallery_box .gallery_box_btn a:hover {
    opacity: 0.9;
    cursor: pointer;
    transition: 0.3s;
}
#gallery .gallery_boxes .gallery_box .gallery_box_btn a img {
    width: 80px;
    height: auto;
}
#gallery .gallery_boxes .gallery_box .gallery_box_info .gallery_box_btn {}
#gallery .gallery_sub {
    text-align: center;
    padding-top: 60px;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 15px;
}
#gallery .gallery_cm {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 810px;
    margin: 0 auto;
    box-sizing: border-box;
    border: solid 1px #000;
    background: rgba(255,255,255,0.50);
    margin-bottom: 16px;
    padding: 30px;
}
#gallery .gallery_cm .gallery_cm_left {
    width: 40%;
}
#gallery .gallery_cm .gallery_cm_left iframe {
    width: 100%;
    height: 180px;
    }
#gallery .gallery_cm .gallery_cm_right {
    width: 56%;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
#gallery .gallery_cm .gallery_cm_right .gallery_cm_right_01 {
    width: calc(100% - 150px);
}
#gallery .gallery_cm .gallery_cm_right .gallery_cm_right_01 .gallery_cm_mini {
    color: #F15A24;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
#gallery .gallery_cm .gallery_cm_right .gallery_cm_right_01 .gallery_cm_name {
    font-size: 29px;
    color: #F15A24;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}
#gallery .gallery_cm .gallery_cm_right .gallery_cm_right_01 .gallery_cm_name span {
    font-size: 11px;
    display: inline-block;
    margin-left: 4px;
    letter-spacing: 0.2em;
}
#gallery .gallery_cm .gallery_cm_right .gallery_cm_right_01 .gallery_cm_pr {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.25em;
    font-weight: bold;
    overflow: hidden;
    position: relative;
}
#gallery .gallery_cm .gallery_cm_right .gallery_cm_right_01 .gallery_cm_pr::before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 75px;
    top: 50%;
    background: #000;
    display: block;
}
#gallery .gallery_cm .gallery_cm_right .gallery_cm_right_01 .txt {
    font-size: 10px;
    line-height: 1.2em;
}
#gallery .gallery_cm .gallery_cm_right .gallery_cm_right_02 {
    width: 134px;
}

#gallery .gallery_boxes .gallery_box .gallery_box_btn a {
    display: inline-block;
    width: 290px;
    text-align: center;
    background: url("/jp/cm_gallery/img/arr_01.png") no-repeat #F15A24;
    background-size: 9px;
    background-position: top 50% right 10px;
    padding: 15px 0;
}
#gallery .gallery_boxes .gallery_box .gallery_box_btn a:hover {
    opacity: 0.9;
    cursor: pointer;
    transition: 0.3s;
}

#business {
    padding-top: 125px;
    padding-bottom: 50px;
}
#business .business_boxes {
    width: 90%;
    max-width: 815px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}
#business .business_boxes .business_box {
    width: 50%;
    box-sizing: border-box;
}
#business .business_boxes .business_box:nth-child(1) {
    border-right: solid 1px #000;
    padding-right: 40px;
}
#business .business_boxes .business_box:nth-child(2) {
    padding-left: 40px;
}
#business .business_boxes .business_box .business_box_img {
    margin-bottom: 40px;
}
#business .business_boxes .business_box .business_box_txt {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
}
#business .business_boxes .business_box .business_box_ttl {
    font-size: 49px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}
#business .business_boxes .business_box .business_box_btn img {
    width: 80px;
}
#business .business_boxes .business_box .business_box_btn a {
    display: block;
    text-align: center;
    background: url("/jp/cm_gallery/img/arr_01.png") no-repeat #F15A24;
    background-size: 9px;
    background-position: top 50% right 10px;
    padding: 13px 0;
}
#business .business_boxes .business_box .business_box_btn a:hover {
    opacity: 0.9;
    cursor: pointer;
}


.anclink {
    padding-top: 100px;
    margin-top: -100px;
}

#footer {
    background: #000;
    padding: 35px 0 80px;
}
#footer .footer_inner {}
#footer .footer_inner .footer_logo {
    width: 120px;
    margin: 0 auto 20px;
}
#footer .footer_inner .footer_menu {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
#footer .footer_inner .footer_menu li {
    font-weight: 500px;
    font-size: 16px;
    letter-spacing: 0.2em;
}
#footer .footer_inner .footer_menu li a {
    color: #fff;
}
#footer .footer_inner .footer_menu li::after {
    content: '／';
    color: #fff;
}
#footer .footer_inner .footer_menu li:last-child::after {
    display: none;
}
#footer .footer_links {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#footer .footer_links .footer_link {
    text-align: center;
}
#footer .footer_links .footer_link_img a { display: block;}
#footer .footer_links .txt {
    color: #fff;
    font-size: 11px;
    margin-top: 10px;
    letter-spacing: 0.25em;
}
#footer .footer_links .footer_link:nth-child(1) {
    margin-right: 80px;
}
#footer .footer_links .footer_link:nth-child(1) img {
    width: 147px;
}
#footer .footer_links .footer_link:nth-child(2) img {
    width: 68px;
}
    
    
    .sns {
        display: flex;
        justify-content: center;
    }
    .sns li {
        width: 108px;
        margin: 0 10px;
    }
    .sns li a {
        display: block;
    }
    
}


/* SP */
@media screen and (max-width: 799px) {
    .pconly {
        display: none !important;
    }
    
    .sns {
        display: flex;
        justify-content: center;
        padding-bottom: 3vw;
    }
    .sns li {
        width: 14vw;
        margin: 0 0.6vw;
    }
    
    .sns li a {
        display: block;
    }
    
    
    #mbtns {
        display: none;
    }
    
    .mtbnlabel {
        display: block;
        position: fixed;
        right: 3vw;
        top: 2.6vw;
        width: 6.2vw;
        z-index: 8;
    }
    
    #mbtns:checked + .mtbnlabel + .spmenu {
        display: block;
    }
    
    .spmenu {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
        background: #000;
        width: 100%;
        height: 100%;
        display: none;
    }
    .spmenu .spmenu_inner {
        width: 94%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 3vw 0;
    }
    .spmenu .spmenu_head {
        display: flex;
        justify-content: space-between;
    }
    .spmenu .spmenu_head .spmenu_head_left {
        width: 11.4vw;
    }
    .spmenu .spmenu_head .spmenu_head_right {
        width: 6vw;
    }
    .spmenu .spmenu_body {
        padding: 12vw 0 15vw;
        color: #F15A24;
    }
    .spmenu .spmenu_body .spmenu_ttl {
        font-size: 9.4vw;
        margin-bottom: 1vw;
        letter-spacing: 0.15em;
    }
    .spmenu .spmenu_body .spmenu_jp {
        font-size: 3.7vw;
        letter-spacing: 0.15em;
    }
    .spmenu .spmenu_body .spmenu_menu {
        width: 41vw;
        margin: 0 auto;
        font-weight: 600;
        margin-top: 8vw;
        padding-bottom: 6vw;
    }
    .spmenu .spmenu_body .spmenu_menu li {
        font-size: 4.4vw;
        margin-bottom: 5.7vw
    }
    .spmenu .spmenu_body .spmenu_menu li a {
        display: block;
        color: #F15A24;
        padding: 4vw 0;
        border-right: solid 1px #F15A24;
        border-left: solid 1px #F15A24;
    }

    .spmenu .spmenu_logo {
        width: 25vw;
        margin: 0 auto;
    }
    
#header {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 3vw 0;
    z-index: 5;
}
#header .header_inner {
    width: 94%;
    margin: 0 auto;
}
#header .header_logo {
    width: 11.4vw;
}
#header .header_logo img {
}

main#main {
    display: block;
    padding-top: 10.3vw;
}

#mv {}
#mv img {
    width: 100%;
    height: auto;
    display: block;
}

#content {
    background: url("/jp/cm_gallery/img/bg_sp.jpg") repeat-y center top;
    background-size: cover;
    padding-bottom: 5vw;
}
#content .ttl {
    text-align: center;
    padding-top: 8vw;
    font-size: 5.4vw;
    font-weight: 700;
    line-height: 1.8em;
}

#content .en_ttl {
    text-align: center;
    font-size: 10vw;
    font-weight: bold;
}
#content .content_sub {
    text-align: center;
    font-size: 4vw;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10vw;
    margin-top: 2vw;
}
#content .content_sub::before {
    content: 'ー';
}
#content .content_sub::after {
    content: 'ー';
}
#content .txt {
    font-size: 4.3vw;
    line-height: 1.8em;
}

#gallery {
    padding-top: 10vw;
}
#gallery .gallery_boxes {
    width: 94%;
    margin: 10vw auto 0;
}
#gallery .gallery_boxes .gallery_box {
    position: relative;
    box-sizing: border-box;
    border: solid 1px #000;
    background: rgba(255,255,255,0.50);
    padding: 6vw;
}
    #gallery .gallery_boxes .gallery_box.new::before {
        content: '';
        width: 16vw;
        height: 16vw;
        position: absolute;
        right: 0;
        top: 0;
        background: url("/jp/cm_gallery/img/icon_new.png") no-repeat right top;
        background-size: contain;
        display: block;
        z-index: 2;
    }
#gallery .gallery_boxes .gallery_box .gallery_box_img {
    width: 100%;
    position: relative;
    margin-bottom: 3vw;
}
    #gallery .gallery_boxes .gallery_box .gallery_box_img iframe {
        width: 100%;
        height: 50vw;
    }
#gallery .gallery_boxes .gallery_box .gallery_box_img.new::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 14vw;
    height: 14vw;
    background: url("/jp/cm_gallery/img/icon_new.png") no-repeat left top;
    background-size: contain;
}
#gallery .gallery_boxes .gallery_box .gallery_box_img img {
    display: block;
    width: 100%;
    height: auto;
}
#gallery .gallery_boxes .gallery_box .gallery_box_info {
    width: 100%;
    text-align: center;
}
#gallery .gallery_boxes .gallery_box .gallery_box_info .gallery_box_num {
    font-size: 5.1vw;
    line-height: 1.4em;
    font-weight: 500;
}
#gallery .gallery_boxes .gallery_box .gallery_box_info .gallery_box_ttl {
    font-size: 5.1vw;
    line-height: 1.4em;
    margin-bottom: 2vw;
    font-weight: 500;
}
#gallery .gallery_boxes .gallery_box .gallery_box_info .gallery_box_txt {
    font-size: 4.3vw;
    line-height: 1.7em;
    text-align: justify;
}
#gallery .gallery_boxes .gallery_box .gallery_box_btn {
    width: 100%;
    margin-top: 2vw;
}
#gallery .gallery_boxes .gallery_box .gallery_box_btn a {
    display: block;
    width: 100%;
    text-align: center;
    background: url("/jp/cm_gallery/img/arr_01.png") no-repeat #F15A24;
    background-size: 2.5vw;
    background-position: top 50% right 2vw;
    padding: 2.2vw 0;
    color: #fff;
    font-size: 3.4vw;
}
#gallery .gallery_boxes .gallery_box .gallery_box_btn a:hover {
    opacity: 0.9;
    cursor: pointer;
    transition: 0.3s;
}
#gallery .gallery_boxes .gallery_box .gallery_box_btn a img {
    width: 18vw;
    height: auto;
}
#gallery .gallery_boxes .gallery_box .gallery_box_info .gallery_box_btn {}
#gallery .gallery_sub {
    text-align: center;
    padding-top: 18vw;
    font-size: 8.3vw;
    font-weight: bold;
    margin-bottom: 15px;
}
#gallery .gallery_cm {
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
    border: solid 1px #000;
    background: rgba(255,255,255,0.50);
    padding: 6vw;
}
#gallery .gallery_cm .gallery_cm_left {
    width: 100%;
    margin-bottom: 5vw;
}
    #gallery .gallery_cm .gallery_cm_left iframe {
        width: 100%;
        height: 50vw;
    }
#gallery .gallery_cm .txt {
    text-align: left;
    font-size: 3.4vw;
    line-height: 1.3em;
    letter-spacing: 0;
    text-align: justify;
    }
#gallery .gallery_cm .gallery_cm_right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    margin-bottom: 2vw;
}
#gallery .gallery_cm .gallery_cm_right .gallery_cm_right_01 {
    width: calc(100% - 36.5vw);
}
#gallery .gallery_cm .gallery_cm_right .gallery_cm_right_01 .gallery_cm_mini {
    color: #F15A24;
    font-size: 4.3vw;
    font-weight: 500;
    margin-bottom: 2vw;
}
#gallery .gallery_cm .gallery_cm_right .gallery_cm_right_01 .gallery_cm_name {
    font-size: 8vw;
    color: #F15A24;
    letter-spacing: 0.1em;
}
#gallery .gallery_cm .gallery_cm_right .gallery_cm_right_01 .gallery_cm_name span {
    font-size: 3vw;
    display: block;
    margin-top: 2vw;
    letter-spacing: 0.2em;
}
#gallery .gallery_cm .gallery_cm_pr {
    text-align: left;
    margin-bottom: 5vw;
    font-size: 3.7vw;
    letter-spacing: 0.25em;
    font-weight: bold;
    overflow: hidden;
    position: relative;
}
#gallery .gallery_cm .gallery_cm_pr::before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 18vw;
    top: 50%;
    background: #000;
    display: block;
}
#gallery .gallery_cm .gallery_cm_right .gallery_cm_right_01 .txt {
    font-size: 6px;
}
#gallery .gallery_cm .gallery_cm_right .gallery_cm_right_02 {
    width: 36.5vw;
}

    .tophe {
        margin-bottom: 10vw;
    }
    .tophe img {
        width: 5.7vw;
    }

#business {
    padding-top: 18vw;
    padding-bottom: 5vw;
}
#business .business_boxes {
    width: 94%;
    margin: 15vw auto 0;
}
#business .business_boxes .business_box {
    width: 100%;
    box-sizing: border-box;
}
#business .business_boxes .business_box:nth-child(1) {
    border-bottom: solid 1px #000;
    padding-bottom: 5vw;
}
#business .business_boxes .business_box:nth-child(2) {
    padding-top: 5vw;
}
#business .business_boxes .business_box .business_box_img {
    margin-bottom: 5vw;
}
#business .business_boxes .business_box .business_box_txt {
    font-size: 4.3vw;
    font-weight: 500;
    margin-bottom: 2vw;
    letter-spacing: 0.2em;
}
#business .business_boxes .business_box .business_box_ttl {
    font-size: 10vw;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 4vw;
}
#business .business_boxes .business_box .business_box_btn img {
    width: 22vw;
}
#business .business_boxes .business_box .business_box_btn a {
    display: block;
    text-align: center;
    background: url("/jp/cm_gallery/img/arr_01.png") no-repeat #F15A24;
    background-size: 2.4vw;
    background-position: top 50% right 2vw;
    padding: 2.4vw 0;
    width: 84%;
    margin: 0 auto;
}
#business .business_boxes .business_box .business_box_btn a:hover {
    opacity: 0.9;
    cursor: pointer;
}


.anclink {
    padding-top: 5vw;
    margin-top: -5vw;
}
    
    
    
.anclinksp {
    padding-top: 8vw;
    margin-top: -8vw;
}

#footer {
    background: #000;
    padding: 5vw 0;
}
#footer .footer_inner {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
#footer .footer_inner .footer_logo {
    width: 27vw;
}
#footer .footer_inner .footer_menu {
    width: 60vw;
    text-align: right;
    margin-bottom: 4vw;
}
#footer .footer_inner .footer_menu li {
    font-weight: 500px;
    font-size: 2.8vw;
    letter-spacing: 0.2em;
    margin-bottom: 2vw;
}
#footer .footer_inner .footer_menu li a {
    color: #fff;
}

#footer .footer_links {
    width: 100%;
    text-align: left;
}
#footer .footer_links .footer_link {
    display: flex;
    align-items: center;
    margin-bottom: 2vw;
    }
#footer .footer_links .footer_link_img {
    width: 16vw;
    text-align: right;
    margin-right: 4vw;
    }
    #footer .footer_links .footer_link_img a {
        display: block;
    }
#footer .footer_links .txt {
    color: #fff;
    font-size: 2.8vw;
    letter-spacing: 0.25em;
}
#footer .footer_links .footer_link:nth-child(1) {
    margin-right: 80px;
}
#footer .footer_links .footer_link:nth-child(1) img {
}
#footer .footer_links .footer_link:nth-child(2) img {
    width: 6.3vw;
}
}
