.subc {
    margin-bottom: 50px;
    font-size: 85%;
}

.bghk {
    background-image: url(../imgs/RE_bg_gr.svg);
    height: 200px;
    background-repeat: repeat-x;
}



#MainImg {
    height: 90vh !important;
    width: 100%;

    background-size: cover;
    background-position: 50% 50% !important;

}

#MainImg_in {
    height: 90vh !important;
    width: 100%;
    background: url(../ig/Blabo.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 3% 94% !important;

}

.buttonmt {
    padding-top: 10px !important;
}

.navbar-nav>li>a {
    padding-top: 18px;
}

.navbar-nav>li>span {
    padding-top: 0px;
    display: block;
}

.linetop {
    margin-top: 15px !important;
    height: 40px;
}


.bgmain {

    height: 78vh;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    


}

.bgmainsub {
    background-image: url(../imgs/sub1.svg);
    height: 30vh;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 70% 70%;



}

.subhe {
    color: #fff;
    font-family: "A-OTF ゴシックMB101 Pro";
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.menullst li {
    float: left !important;
    width: 50px;
    height: 30px;
}


@media screen and (max-width:991px) {
    #MainImg {
        height: 90vh !important;
        width: 100%;
        background: url(../ig/main.jpg);
        background-size: cover;
        max-height: 800px;

    }

    .headermenu {
        height: 46px !important;
        background-color: #000;
    }

    .mainmargin {
        padding-top: 90px !important;
    }

    .mainscroll {
        margin-top: -19vh;
        margin-left: -5px;
    }

    .menulogom {
        padding-top: 10px !important;
    }

    .ecm {
        margin-bottom: 30px;
    }

    .ecc {
        text-align: center;
    }

}

@media screen and (max-width:767px) {
    #MainImg {
        height: 65vh !important;
        width: 100%;
        background: url(../ig/main.jpg);
        background-size: cover !important;
        max-height: 800px;


    }

    #MainImg_in {
        height: 65vh !important;
        background-size: 40%;
    }


    .scm {
        margin-bottom: 30px;
    }

    .mainmargin {
        padding-top: 110px !important;
    }

    .mainscroll {
        margin-top: -19vh;
        margin-left: -10px !important;
    }

    .menulogom {
        padding-top: 10px !important;
    }

    .spl {
        padding-left: 0px;
    }


}

.mainmargin {
    padding-top: 220px;
}

.mainscroll {
    margin-top: -1vh;
    margin-left: -5px;
}

.menulogom {
    padding-top: 20px;
}

.dn {
    display: none;
    ;
}



.headermenu {
    height: 70px;
    background-color: #000;
}



#pagetop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 70px;
    background: #000;
    opacity: 0.6;
    border-radius: 50%;
}

#pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
}

#pagetop a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;

    top: 10px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
}



.ggmap {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

@media screen and (max-width:767px) {
    .ggmap {
        height: 0;
        overflow: hidden;
        padding-bottom: 90%;
        position: relative;
        margin-bottom: 5px;
    }
}

.ggmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@keyframes emoi {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bemoi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.anim {
    animation: 5s emoi;
}


body {

    animation: 2s bemoi;
}


@media screen and (min-width: 1200px) {
    header .container {
        width: 1150px !important;
        padding-right: 0;
        padding-left: 0;
    }

}

.MenuPcUp, .MenuPcDown {
    font-family: "M PLUS 1p";
}

.MenuPcUp {
    font-size: 75%;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}

.MenuPcUp a {
    position: relative;
    display: inline-block;
    padding-top: 5px !important;
    padding-left: 20px;
    padding-bottom: 3px !important;
}

.MenuPcUp a::before {
    content: ' ';
    position: absolute;
    background-image: url(../images/header_arrow.svg);
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    top: 10px;
    left: 0px;
}

.MenuPcDown {
    font-size: 95%;
}

.headerFB img {
    width: 20px;
    height: 20px;
    margin-top: -5px;
}

.headerFB a {
    padding-right: 0 !important;
}

@media screen and (min-width:768px) and (max-width:992px) {
    .MenuPcDown {
        font-size: 80%;
    }

    .MenuPcDown li>a {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.navbar-toggle .icon-bar {

    height: 1.5px;
}

.xs_abs {
    text-align: right;
}

@media screen and (max-width:767px) {
    .xs_rel {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .htheader {
        max-height: 57px;
    }

    .lgs img {
        height: 80px;
    }
}


.xs_abs {
    position: absolute;
}

.xs_abs button {
    margin-right: 0;
}

.nav>li>a:hover {
    background-color: transparent;
}

.footerDownSection a {
    color: #fff;
}

.headerFB a::before {
    content: ' ';
    position: absolute;
    background-image: url(../images/header_arrow.svg);
    height: 0px;
    width: 0px;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}

.footer_menu_up_Lastlist>a {
    padding-right: 0 !important;

}

.footerFB {
    margin-left: -10px;
}

@media screen and (max-width:767px) {
    .lgsf img {
        height: 50px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 23px;
    }

    .footerDownSection {
        width: 100%;
        height: 20px;
        background-color: #000;
    }
}

@media screen and (min-width:1200px) {
    .MainContents .container {
        width: 1060px;
    }
}

.news h2 {
    font-family: "M PLUS 1p";
    margin-bottom: 15px;

}

.news h2 span:nth-child(1) {
    font-size: 130%;
    font-weight: 100;
    color: #1c1366;
    display: inline-block;
    vertical-align: middle;
}

.news h2 span:nth-child(2) {
    font-family: "M PLUS 1p";
    font-weight: 500;
    font-size: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.news_inner {
    border: 1px solid #474747;
    padding: 0px;
    font-family: "M PLUS 1p";
    color: #474747;
}

.news_inner ul {
    margin-top: 15px;
    padding-left: 20px;
    margin-bottom: 10px;
}

.news_inner li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    ;
}

.news_hd img {
    width: 60px;
}

.news_hd div.hidden-xs {
    padding-top: 35px;
}

.newstitle {
    padding-left: 30px;
}

.newstitle a {
    color: #474747;
}

.news_xs_more img {
    width: 30px;
}

.news_xs_more {
    margin-top: 50px;
    margin-bottom: 50px;
}

.BrandInner {
    background-color: #f1f1f1;
    background-image: url(../images/brand_.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.news {
    margin-bottom: 80px;
}

.BrandInner h2 {
    font-family: "M PLUS 1p";
    margin-bottom: 15px;
    text-align: center;
    margin-top: 0px;

}

.BrandInner h2 span:nth-child(1) {
    font-size: 130%;
    font-weight: 100;
    color: #1c1366;
    display: block;

}

.BrandInner h2 span:nth-child(2) {
    font-family: "M PLUS 1p";
    font-weight: 500;
    font-size: 50%;
    display: block;
    padding-left: 15px;
}

.BrandInner h2 span:nth-child(3) {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 5%;
    height: 1px;
    background-color: #000;
    margin-right: auto;
    margin-left: auto;
}

.Brand_Contents div {
    padding: 5px;
}

.ShopContents {
    background-color: #1c1366;
    color: #fff;
    font-family: "M PLUS 1p";
    font-size: 130%;

}


.tcInner h2 {
    font-family: "M PLUS 1p";
    margin-bottom: 30px;
    margin-top: 50px;


}

.tcInner h2 span:nth-child(1) {
    font-size: 130%;
    font-weight: 100;
    color: #1c1366;
    display: inline-block;
    vertical-align: middle;
}

.tcInner h2 span:nth-child(2) {
    font-family: "M PLUS 1p";
    font-weight: 500;
    font-size: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

.Content_Contents_down {
    margin-top: 20px;
    margin-bottom: 75px;
}

.shopinner {
    padding-top: 80px;
    padding-bottom: 5px;
}

.shopmore img {
    width: 70px;
}

.shopmore {
    text-align: right;
    padding-bottom: 50px;
}

.shopinner p:nth-child(1) {
    padding-bottom: 10px;
}


.shopinner p:nth-child(3) {
    padding-top: 10px;
}

.ShopContentsPic {

    height: 355px;
    background-image: url(../images/si_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}



.topslider {
    width: 100%;
    height: 595px;
    background-color: #1c1366;
    margin-top: 87px;
    background-image: url(../images/top_.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 100%;

}

.topslider2 {
    width: 100%;
    height: 595px;
    background-color: #1c1366;
    margin-top: 87px;
    background-image: url(../images/top_.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 100%;

}

.topslider3 {
    width: 100%;
    height: calc( 629px - (1920px - 100vw ) / 3);
    background-color: #1c1366;
    margin-top: 87px;

    background-image: url(../images/top_.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 100%;

}

.topslider2 .slick-prev , .topslider2 .slick-next{
    display: none !important;
}

.topslider3 .slick-prev , .topslider3 .slick-next{
    display: none !important;
}


@media screen and (min-width:1200px) {
    .topslider2 {
        height: calc(685px - (1920px - 100vw) / 3);
    }

}


@media screen and (min-width:768px) and (max-width:1199px) {
    .topslider2 {
        height: calc(671px - (1199px - 100vw) / 1.9);
    }
}




@media screen and (min-width:481px) and (max-width:767px) {
    .topslider2 {
        margin-top: 57px;
    }

    .topslider2 {
        height: calc(434px - (767px - 100vw) / 1.9);
    }
}



@media screen and (max-width:480px) {
    .topslider2 {
        margin-top: 57px;
    }

    .topslider2 {
        height: calc(432px - (767px - 100vw) / 1.9);
    }
}





.slick-prev {
    left: 17.5%;
    top: 45%;
    z-index: 1000;
}

.slick-next {
    right: 21.5%;
    top: 45%;
    z-index: 1000;
}

@media screen and (min-width:1200px) {
    .topslider {
        height: calc(655px - (1920px - 100vw) / 3);
    }

}

@media screen and (min-width:768px) and (max-width:1199px) {
    .topslider {
        height: calc(540px - (1199px - 100vw) / 2.3);
    }

    .slick-prev {
        left: 7.0%;
        top: 45%;
    }

    .slick-next {
        right: 11.5%;
        top: 45%;
    }

}

.slick-dots li button:before {
    color: #fff;
}

.slick-dots li.slick-active button:before {
    color: #ccc;
}

@media screen and (min-width:481px) and (max-width:767px) {
    .topslider {
        margin-top: 57px;
    }

    .topslider {
        height: calc(410px - (767px - 100vw) / 2.0);
    }

    .slick-prev {
        left: 3.0%;
        top: 45%;
        height: 15px;
        width: 15px;
        display: none;

    }

    .slick-prev::before {
        display: none;
    }

    .slick-next {
        right: 13.5%;
        top: 45%;
        height: 15px;
        width: 15px;
        display: none;
    }

    .slick-next::before {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .topslider {
        margin-top: 57px;
    }

    .topslider {
        height: calc(410px - (767px - 100vw) / 2.0);
    }

    .slick-prev {
        left: 3.0%;
        top: 45%;
        height: 15px;
        width: 15px;
        display: none;

    }

    .slick-next::before {
        display: none;
    }


    .slick-prev::before {
        display: none;
    }

    .slick-next {
        right: 13.5%;
        top: 45%;
        height: 15px;
        width: 15px;
        display: none;
    }
}

@media screen and (max-width:767px) {
    section .container {
        width: 90%;
    }

    .news_xs_more img {
        width: 60px;

    }

    .news_xs_more {
        text-align: right;
    }

}


.brand_xs_more img {
    width: 40px;
}

.brand_xs_more {
    padding-top: 50px;
    padding-bottom: 50px;
}


@media screen and (max-width:767px) {
    .Content_Contents div, .Content_Contents_down div {
        margin-bottom: 15px;
    }

    .ShopContentsPic {
        margin-bottom: 20px;
    }
}

.slick-arrow {
    z-index: 9 !important;

}


.Subimg {
    height: calc(400px - (1920px - 100vw) / 8);
    width: 100%;
    background: url(../images/sub_.png), url(../images/sub_img.jpg);
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 100%, 50% 50%;
}


.kidsimg {
    height: calc(400px - (1920px - 100vw) / 8);
    background: url(../images/sub_.png), url(../images/kids.jpg);
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 100%, 50% 0%;
    width: 100%;
}

.lensimg {
    height: calc(400px - (1920px - 100vw) / 8);
    background: url(../images/sub_.png), url(../images/contact_img.jpg);
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 100%, 50% 50%;
    width: 100%;
}

.aidimg {
    height: calc(400px - (1920px - 100vw) / 8);
    background: url(../images/sub_.png), url(../images/Aid_.jpg);
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 100%, 0% 50%;
    width: 100%;
}

.guarimg {
    height: calc(400px - (1920px - 100vw) / 8);
    background: url(../images/sub_.png), url(../images/guar_.jpg);
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 100%, 0% 50%;
    width: 100%;
}


.SubC {
    margin-top: calc(-140px + ((1920px - 100vw) / 16));

}


.BrandInner {
    background-color: #f1f1f1;
    background-image: url(../images/brand_.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.news {
    margin-bottom: 80px;
}

.SubC h2 {
    font-family: "M PLUS 1p";
    margin-bottom: 15px;
    text-align: center;
    margin-top: 0px;

}

.SubC h2 span:nth-child(1) {
    font-size: 130%;
    font-weight: 100;
    color: #1c1366;
    display: block;
    padding-bottom: 10px;

}

.SubC h2 span:nth-child(2) {
    font-family: "M PLUS 1p";
    font-weight: 500;
    font-size: 50%;
    display: block;
    padding-left: 15px;
}

.SubC h2 span:nth-child(3) {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 5%;
    height: 1px;
    background-color: #000;
    margin-right: auto;
    margin-left: auto;
}

.subspc {
    height: 60px;
    width: 100%;
}

.SubContents {
    min-height: 300px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(240, 240, 240, 1) 40%);
    margin-top: 13px;
    font-family: "M PLUS 1p";
    color: #474747;
}




.shopcon {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-image: url(../images/shoparrow.png);
    display: block;


}

.shopcon div {
    max-width: 87%;

    line-height: 200%;
}

.shopcon span {
    font-weight: bold;
}

.shoplistcontents, .privacycontents {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    padding-bottom: 50px;

}

h3 {
    border-left: solid 5px #1c1366;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 800;
}

.shoplistcontents h3 {
    margin-top: 50px;
    margin-bottom: 50px;
}


@media screen and (max-width:767px) {
    .shopcon {
        font-size: 90%;
    }
}

a.shopcon {
    color: #474747;
}

.privacycontents {
    font-weight: 600;
    margin-top: 60px;
}

.privacycontents li {
    padding-bottom: 30px;
    padding-left: 0;
}

.companyprof {
    line-height: 190%;

}

.companytable {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-top: 60px;
    padding-bottom: 60px;
    font-weight: 500;
    max-width: 900px;
}

.companytable table tr:nth-child(2n+1) {
    background: #f4f4f4;

}

@media screen and (max-width:767px) {
    .companytable {
        font-size: 90%;
    }

    .companytable tr>td:nth-child(2n+1) {
        width: 30%;
    }
}


.companytable h3 {
    margin-bottom: 30px;
}

.companytable h4 {
    padding-left: 0;
}

.recr.companytable tr>td:nth-child(2n+1) {
    width: 20%;
}

.hebig {
    font-size: 120%;
    padding-bottom: 20px;
}

.kidssec {
    padding-top: 50px;
}

.kidscon {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-top: 30px;
}

.lenscon {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-top: 30px;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    font-weight: 500;
}


.kidsinner {
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: 500;
}

.kidsconi {
    padding-bottom: 30px;
}

.kidsinner_b {
    padding-bottom: 70px;
}

.kidssec .row div {
    padding-bottom: 20px;
}

.lenshd {
    line-height: 180%;
}

.lenscon img {
    padding-bottom: 15px;
}

.lenscon h3 {
    margin-bottom: 20px;
}

.lenstable {
    font-weight: 500;
    padding-bottom: 0;
}

.lensconft {
    margin-top: 0;
    padding-right: 0;
}

.lensconftpb {
    padding-bottom: 50px;
}

.g2map {
    height: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
    margin-bottom: 50px;
}

@media screen and (max-width:767px) {
    .g2map {
        height: 0;
        width: 100%;
        overflow: hidden;
        padding-bottom: 60%;
        position: relative;
        margin-bottom: 75px;
    }
}


.g2map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.earcontent {
    border: 1px solid #a8a8a8;
    padding-bottom: 25px;
}

.earc_1, .earc_2, .earc_3, .earc_4 {
    font-size: 130%;
    font-weight: 700;

}

.earc_1 {
    padding-top: 60px;
}

.earc_2 {
    padding-top: 40px;
}

.earc_3 {
    padding-top: 60px;
}

.earc_4 {
    padding-top: 40px;

}



.price_h {
    padding-right: 15px;
    padding-left: 15px;
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    vertical-align: middle;
    font-size: 120%;
    width: 250px;
    text-align: center;



}

.price {
    font-size: 250%;
}

.price span:nth-child(1) {
    font-size: 60%;
}

.price span:nth-child(2) {
    font-size: 40%;
}

.earc_1 .price_h, .earc_3 .price_h {
    margin-top: 40px;
}

.earc_2 .price_h {
    margin-top: 20px;
}

.earc_4 .price_h {
    margin-top: 20px;
}

.aidsection {
    padding-bottom: 80px;
}

.newscontent {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

}

.newscontent h3 {
    padding-left: 15px;
}

.newsdate {
    text-align: right;
    font-size: 90%;
}

.newscontent {
    font-weight: 500;
    margin-top: 20px;
    padding: 10px;
}

.newscontent img {
    max-width: 100%;

}

.newsart {
    margin-bottom: 70px;
}



.brandbtn {
    text-align: center;
    height: 40px;
    background: #000;
    display: grid;
    align-items: center;
    border-radius: 5px;

    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/brandarrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.brandbtn a {
    color: #fff;
}



.brandcom {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    padding: 15px;
}

.brandcom h4 {
    margin-bottom: 15px;
}

.brandinner {
    margin-bottom: 15px;
}

.brandcontent {
    margin-bottom: 30px;
}

.wpcf7 input[name="your-name"] {
    /* 名前入力欄 */
    width: 100%;
}

.wpcf7 input[name="your-email"] {
    /* メール入力欄 */
    width: 100%;
}

.wpcf7 input[name="your-subject"] {
    /* タイトル入力欄 */
    width: 100%;
}

.wpcf7 textarea[name="your-message"] {
    /* 本文入力欄 */
    width: 100%;
}

.wpcf7 input[name="your-ot"] {
    /* その他入力欄 */
    width: 100%;
}

.form-width {
    max-width: 100% !important;
}

.wpcf7 label {
    width: 100%;
}

.douki {
    font-size: 80%;
}


.atten {
    color: #f00;
}

.breadcrumbs {

    padding-left: 150px;
    font-family: "M PLUS 1p";
    font-weight: 500;
}

.breadc {
    margin-top: -23px;
}

.breadcrumbs a {
    color: #000;
}

.guar h4 {
    background-color: #ddd;
    background-image: url(../images/Q.png);
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    background-position: 1% 50%;
}

.guar h5 {

    background-image: url(../images/A.png);
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 40px;
    background-position: 1% 50%;
    font-size: 100%;
    line-height: 160%;
}

.guar_1 {
    padding-top: 35px;
}

.guar_s {
    margin-top: 30px;
}

.guar h6 {
    font-size: 100%;
    line-height: 140%;
}

.grai {
    font-size: 80%;
    margin-bottom: 20px;
}

.service {
    border: 1px solid #999;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.service h6 {
    background: #1c1366;
    color: #fff;
    padding: 3px;
}

.service div {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    font-weight: 600;


}

@media screen and (min-width:768px) and (max-width:990px) {
    .MenuPcDown li a {
        padding-right: 4px;
        padding-left: 4px;
    }
}

@media screen and (min-width:991px) and (max-width:1199px) {
    .MenuPcDown li a {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.mynavi img {
    max-width:500px;
}

.mynavi {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;;
}





 /* No1 header挿入用 start */

.nlogo img {
    max-width:80px;
}

@media screen and (min-width:1200px) {
    


.lgsno1 img {
    max-width: 130px;
}

.lgsno1 {
    padding-top: 18px;
    margin-left: -30px;
}


}


@media screen and (min-width:992px) and (max-width:1199px) {
    .lgsno1 img {
        max-width: 130px;
    }
    
    .lgsno1 {
        padding-top: 25px;
        margin-left: -70px;
    }

    .no1s {
        width: 85px;
    }

    .modif {
        width: 65%;
    }

    .MenuPcDown {
        font-size: 77%;
    }
}


@media screen and (min-width:768px) and (max-width:991px) {
    .lgsno1 img {
        max-width: 100px;
    }
    
    .lgsno1 {
        padding-top: 28px;
        margin-left: -42px;
    }

    .no1s {
        width: 85px;
    }

    .modif {
        width: 63%;
    }

    .MenuPcDown {
        font-size: 73%;
    }

    .MenuPcUp{
        font-size: 64%;
    }
}
.modal-body h2 > img {
    width: 150px;
}

.modal-body h2 {
    margin-top: 0px;
    margin-bottom: 30px;
}

.no1ft img{
    width: 90%;
}

.no1ft {
    text-align: center;
    margin-bottom: 40px;
}
 /* No1 header挿入用 end */

 .brandcomp {
    height: 40px;
    width: 100%;
    font-size: 85%;
 
 }

 #anc {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
 }

 @media screen and (max-width:767px) {
    #anc {
        font-size: 100%;
    }

    .ankc {
        font-size: 85% !important;
    }


    
 }

 .earbox {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
 }

 .earbox div:nth-child(2) {
padding-top: 10px;
 }

 .text-left {
    text-align: left;
    margin-bottom: 30px;
 }

.earspan {
    font-size: 130%;
}


.companytable {
    padding-bottom: 0;
}

.earcenter {
    text-align: center;
    font-weight: 600;
    font-size: 140%;
}

.earcheckinner {
    margin-top: 30px;
    margin-bottom: 30px;
}

.earhd {
    background-color: #0016B5;
    color: #fff;
    padding: 5px;
    border-radius: 20px;
    margin-top: 10px;
}

.earchkp {
    padding-top: 15px;
    padding-bottom: 0px;
    font-weight: 600;
}

.earhd2 {
    background-color: #f00;
    color: #fff;
    padding: 5px;

    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 180%;
}

.brandprice {
    text-align: right;
    margin-top: 5px;
}

.brandprice img{
max-width: 600px;
width: 98%;
}

.brandcontent {
    height: 426px;
}

@media screen and (max-width:767px) {
    .brandcontent {
    height: auto;
}
}