html {
    font-size: 62.5%;
}
body {
    font-size: 1.0rem;
    /* font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; */
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #484848;
}
.kaku {
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.mincho {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a {
    transition: .3s ease;
}
a:hover {
    text-decoration: none;
    opacity: 0.7;
}
ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.pcNone {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
}
.spOnly {
    display: none !important;
}
/* header */
header {
    position: relative;
    padding-top: 20px;
    background: rgb(2,2,2); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(2,2,2,1) 0%, rgba(69,69,69,1) 16%, rgba(87,87,87,1) 31%, rgba(105,105,105,1) 45%, rgba(70,70,70,1) 87%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(2,2,2,1) 0%,rgba(69,69,69,1) 16%,rgba(87,87,87,1) 31%,rgba(105,105,105,1) 45%,rgba(70,70,70,1) 87%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(2,2,2,1) 0%,rgba(69,69,69,1) 16%,rgba(87,87,87,1) 31%,rgba(105,105,105,1) 45%,rgba(70,70,70,1) 87%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
header:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: rgb(139,139,139); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(139,139,139,1) 0%, rgba(245,245,245,1) 6%, rgba(255,255,255,1) 13%, rgba(221,221,221,1) 21%, rgba(116,116,116,1) 30%, rgba(193,193,193,1) 44%, rgba(255,255,255,1) 58%, rgba(222,222,222,1) 74%, rgba(222,222,222,1) 81%, rgba(162,162,162,1) 95%, rgba(20,20,20,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(139,139,139,1) 0%,rgba(245,245,245,1) 6%,rgba(255,255,255,1) 13%,rgba(221,221,221,1) 21%,rgba(116,116,116,1) 30%,rgba(193,193,193,1) 44%,rgba(255,255,255,1) 58%,rgba(222,222,222,1) 74%,rgba(222,222,222,1) 81%,rgba(162,162,162,1) 95%,rgba(20,20,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(139,139,139,1) 0%,rgba(245,245,245,1) 6%,rgba(255,255,255,1) 13%,rgba(221,221,221,1) 21%,rgba(116,116,116,1) 30%,rgba(193,193,193,1) 44%,rgba(255,255,255,1) 58%,rgba(222,222,222,1) 74%,rgba(222,222,222,1) 81%,rgba(162,162,162,1) 95%,rgba(20,20,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8b8b', endColorstr='#141414',GradientType=1 ); /* IE6-9 */
}
.headerInner {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.contactInfo .openTime{
    font-size: 2rem;
    color: #fff;
    margin-bottom: 10px;
	margin-top: 10px;
}
.contactInfo ul {
    display: flex;
}
.contactInfo .tel {
    margin-right: 10px;
}
.contactInfo ul a {
    color: #000000;
    font-size: 1.6rem;
    background: #fff;
    display: block;
    padding: 6px 15px;
    position: relative;
}
.contactInfo .tel a {
    padding: 8px 15px 6px 35px;
    background: #B7AD11;
    font-size: 18px;
    color: #fff !important;
    font-weight: 500;
}
.contactInfo .tel a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
    width: 18px;
    height: 18px;
    -webkit-mask-image: url(https://manomano.info/img/tel.svg) !important;
    mask-image: url(../img/tel.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #fff;
}
.contactInfo .contact a {
    padding: 8px 25px 6px 35px;
    background: #B7AD11;
    font-size: 18px;
    color: #fff !important;
    font-weight: 500;
    z-index: 10000;
}
.contactInfo .contact a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
    width: 18px;
    height: 18px;
    -webkit-mask-image: url(../img/mail.svg) !important;
    mask-image: url(../img/mail.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #fff;
}
.contactInfo .contact a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
}
.contactInfo .request a {
    padding: 8px 25px 6px 35px;
    background: #B7AD11;
    font-size: 18px;
    color: #fff !important;
    font-weight: 500;
    z-index: 10000;
}
.contactInfo .request a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
    width: 18px;
    height: 18px;
    -webkit-mask-image: url(../img/mail.svg) !important;
    mask-image: url(../img/mail.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #fff;
}
.contactInfo .request a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
}

/*スクロールすると表示される製品へのお問い合わせボタン*/

#lower-inquiry a {
    padding: 8px 25px 6px 35px;
    background: #B7AD11;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    position: fixed;
    bottom: 20%;
    right: 14%;
    z-index: 10000;
}

#lower-inquiry a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
}

#lower-inquiry a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
    width: 18px;
    height: 18px;
    -webkit-mask-image: url(../img/mail.svg) !important;
    mask-image: url(../img/mail.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #fff;
}

/*スクロールすると表示される資料請求ボタン*/

#request-info a {
    padding: 8px 114px 6px 35px;
    background: #B7AD11;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    position: fixed;
    bottom: 10%;
    right: 14%;
    z-index: 10000;
}

#request-info a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
}

#request-info a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
    width: 18px;
    height: 18px;
    -webkit-mask-image: url(../img/request.svg) !important;
    mask-image: url(../img/request.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #fff;
}

@media screen and (max-width: 835px) {
    #lower-inquiry a {
        padding: 8px 25px 6px 35px;
        background: #B7AD11;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        position: fixed;
        bottom: 14.3% !important;
        right: 5%;
        z-index: 10000;
    }

    #request-info a {
        padding: 8px 114px 6px 35px;
        background: #B7AD11;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        position: fixed;
        bottom: 8%;
        right: 5%;
        z-index: 10000;
}  
} 


/*右端寄せ半円リンク*/

#side-inquiry {
    position: fixed;
    top: 50%;
    right: 0;
    /*margin-top: -117px;*/
    z-index: 10000;
}

/*contactInfoの右のマージンを修正*/

@media screen and (min-width:546px)  {
    .contactInfo {
        width: 406px;
    }
    .contactInfo.epi_epion {
        width: 409px;
    }
 }

nav {
    width: 1150px;
    margin: 0 auto;
    padding: 20px;
}
.parentNav {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.parentNav > li {
    
}
.parentNav > li > a {
    color: #fff !important;
    font-size: 2rem;
    position: relative;
}
.parentNav > li:nth-child(2) > a:after/*,
.parentNav > li:nth-child(3) > a:after*/ {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -25px;
    border: 3px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
}
.childNav {
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
    position: absolute;
    width: 100%;
    left: 0;
    top: 56px;
    background: #F0F0F0;
    display: flex;
    flex-wrap: wrap;
    z-index: 3;
    padding: 50px 50px 10px;
}
.parentNav > li:nth-child(2):hover .childNav,
.parentNav > li:nth-child(3):hover .childNav {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
.childNav li {
    width: 20%;
    margin-right: 6.6%;
    margin-bottom: 40px;
}
.parentNav > li:nth-child(3) .childNav li {
    width: auto;
}
.childNav li a {
    color: #484848 !important;
    display: block;
}
.childNav li .productName {
    font-size: 1.8rem;
    position: relative;
    padding-left: 25px;
    margin-top: 7px;
}
.childNav li .productName:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 18px;
    height: 18px;
    background: url(../img/circle@2x.png) no-repeat;
    background-size: 18px auto;
}
.childNav li:nth-child(4) {
    margin-right: 0;
}
/* content */
.inner {
    width: 1150px;
    margin: 0 auto;
}
.flexBox {
    display: flex;
    margin-top: 38px;
}

/* commonTtl */
.commonTtl1 {
    text-align: center;
    margin-bottom: 80px;
}
.commonTtl1 span {
    display: block;
    font-weight: normal;
    margin-top: 10px;
}

/* footer */
.footerInner {
    width: 1130px;
    margin: 0 auto;
    padding: 100px 0 30px;
    color: #484848;
    justify-content: space-between;
}
.footerInner h2 {
    font-size: 2.4rem;
    font-weight: normal;
}
.footerInner .address {
    font-size: 1.4rem;
}
.footerInner .tel {
    font-size: 1.8rem;
}
.footerInner .addressBox {
    width: 490px;
}
.footerInner .linkBox {
    width: 563px;
}
.linkInner h3 {
    font-size: 1.5rem;
}
.linkInner ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.linkInner li {
    margin-right: 26px;
    margin-bottom: 10px;
}
.linkInner li:last-child {
    margin-right: 0;
}
.linkInner a {
    color: #484848;
}
.copy {
    background: #292929;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    padding: 3px 0;
    margin: 0;
}
/* 翻訳 */
.Dark #LauncherTranslatePhrase {
    padding: 4px 0 10px;
    background-color: #fff!important;
    color: #000;
}
.translate {
    display: flex;
    justify-content: flex-end;
}
.headerInner #LauncherTranslatePhrase:hover {
    background-color: #fff !important;
    border: 1px #111111 solid;
    opacity: 0.5;
}
@media screen and (max-width: 835px) {
    .container {
        position: relative;
    }    
    .spOnly {
        display: block !important;
    }
    .pcOnly {
        display: none !important;
    }
    /* header */
    header {
        padding: 54px 0 10px;
    }
    header h1 {
        width: 25%;
    }
    .headerInner {
        width: 94%;
    }
    /* header .contactInfo {
        display: none;
    } */
    .contactInfo ul {
        flex-direction: column;
    }
    .contactInfo .openTime {
        font-size: 1.2rem;
    }
    .contactInfo .tel {
        margin-right: 0;
    }
    .contactInfo ul a {
        color: #fff;
        font-size: 1.2rem;
        background: none;
    }
    .contactInfo .tel a:before {
        background: url(../img/tel-w@2x.png) no-repeat;
        background-size: 16px auto;
    }
    .contactInfo .contact a:before {
        background: url(../img/mail-w@2x.png) no-repeat;
        background-size: 18px auto;
    }
    .contactInfo .contact a:after {
        display: none;
    }
    /* nav {
        display: none;
    } */
    /* menu */
    .parentNav {
        position: fixed;
        display: block;
    }
    .childNav {
        display: none;
    }
    .parentNav > li:nth-child(2) > a:after,
    .parentNav > li:nth-child(3) > a:after {
        display: none;
    }
    nav {
        padding: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        z-index: -1;
        height: 100vh;
        width: 100vw;
        background-color: rgba(255, 255, 255, 0.6);
        transition: .5s ease;
    }
    .active nav {
        opacity: 1;
        z-index: 1000;
    }
    nav ul {
        position: fixed;
        top: 0;
        right: 0;
        background: #484848;
        width: 300px;
        height: 100vh;
        padding: 100px 20px;
        transform: translateX(100%);
        transition: .5s ease;
        flex-direction: column;
    }
    .active nav ul {
        transform: translateX(0);
    }
    nav li {
        width: auto;
        margin-bottom: 3em;
        transform: translateX(150%);
        transition: transform 0.5s ease;
    }
    /* nav li:nth-child(2):after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 15px;
        border: 2px solid;
        border-color: #fff #fff transparent transparent;
        transform: rotate(135deg);
    } */
    .active header li {
        transform: translateX(0);
    }
    nav li:nth-child(1) {
        transition-delay: .1s;
    }
    nav li:nth-child(2) {
        transition-delay: .15s;
    }
    nav li:nth-child(3) {
        transition-delay: .2s;
    }
    nav li:nth-child(4) {
        transition-delay: .25s;
    }
    nav li:nth-child(5) {
        transition-delay: .3s;
    }
    nav li:nth-child(6) {
        transition-delay: .35s;
    }
    nav li:nth-child(7) {
        transition-delay: .4s;
    }
    nav a {
        color: #fff;
        font-size: 1.6rem;
        display: inline-block;
        border-right: none;
    }
    nav a:hover {
        color: #F5FBFE;
    }
    .subMenu {
        background: rgb(2,2,2); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(2,2,2,1) 0%, rgba(69,69,69,1) 16%, rgba(87,87,87,1) 31%, rgba(105,105,105,1) 45%, rgba(70,70,70,1) 87%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(2,2,2,1) 0%,rgba(69,69,69,1) 16%,rgba(87,87,87,1) 31%,rgba(105,105,105,1) 45%,rgba(70,70,70,1) 87%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(2,2,2,1) 0%,rgba(69,69,69,1) 16%,rgba(87,87,87,1) 31%,rgba(105,105,105,1) 45%,rgba(70,70,70,1) 87%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
        display: flex !important;
        justify-content: space-between;
    }
    .subMenu li {
        width: 33%;
        text-align: center;
        font-size: 1.4rem;
    }
    .subMenu li a {
        color: #fff;
        display: block;
        padding: 20px 0 12px;
    }
    .spContactMenu {
        position: absolute;
        top: 60px;
        right: 70px;
        z-index: 3;
        display: flex !important;
    }
    .spContactMenu p {
        padding: 0 3%;
        margin: 0;
    }
    .spContactMenu img {
        height: 38px;
        width: auto;;
    }
    .contactInfo .openTime {
        display: none;
    }
    .contactInfo ul {
        display: none;
    }
    /* menuBtn */
    .spMenu {
        position: absolute;
        top: 60px;
        right: 20px;
        z-index: 99999;
        padding: 8px 5px;
        border-radius: 5px;
        border: 1px solid #fff;
    }
    .menuBtn {
        display: block;
        width: 32px;
        height: 20px;
        transition: all .4s;
        box-sizing: border-box;
        position: relative;
    }
    .menuBtn .bar {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        border-radius: 20px;
        background-color: #fff;
        margin: 0 auto;
        /* filter: drop-shadow(0 0 2px rgba(255,255,255,0.6)); */
    }
    .menuBtn .bar:nth-of-type(1) {
        top: 0;
    }
    .menuBtn .bar:nth-of-type(2) {
        top: 9px;
    }
    .menuBtn .bar:nth-of-type(3) {
        bottom: 0;
    }
    
    .menuBtn .bar:nth-of-type(1) {
        -webkit-animation: menu-ber01 .75s forwards;
        animation: menu-ber01 .75s forwards;
    }
    .menuBtn .bar:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }
    .menuBtn .bar:nth-of-type(3) {
        -webkit-animation: menu-ber02 .75s forwards;
        animation: menu-ber02 .75s forwards;
    }
    .active .bar {
        background: #fff;
    }
    .active .bar:nth-of-type(1) {
        -webkit-animation: active-menu-ber01 .75s forwards;
        animation: active-menu-ber01 .75s forwards;
    }
    .active .bar:nth-of-type(2) {
        opacity: 0;
    }
    .active .bar:nth-of-type(3) {
        -webkit-animation: active-menu-ber03 .75s forwards;
        animation: active-menu-ber03 .75s forwards;
    }
    @-webkit-keyframes menu-ber01 {
        0% {
            -webkit-transform: translateY(8px) rotate(45deg);
        }
        50% {
            -webkit-transform: translateY(8px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }
    
    
    @keyframes menu-ber01 {
        0% {
            transform: translateY(8px) rotate(45deg);
        }
        50% {
            transform: translateY(8px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }
    
    
    @-webkit-keyframes menu-ber02 {
        0% {
            -webkit-transform: translateY(-8px) rotate(-45deg);
        }
        50% {
            -webkit-transform: translateY(-8px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(0) rotate(0);
        }
    }
    
    
    @keyframes menu-ber02 {
        0% {
            transform: translateY(-8px) rotate(-45deg);
        }
        50% {
            transform: translateY(-8px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }
    
    
    @-webkit-keyframes active-menu-ber01 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }
        50% {
            -webkit-transform: translateY(10px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(10px) rotate(45deg);
        }
    }
    
    
    @keyframes active-menu-ber01 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(10px) rotate(0);
        }
        100% {
            transform: translateY(10px) rotate(45deg);
        }
    }
    
    
    @-webkit-keyframes active-menu-ber03 {
        0% {
            -webkit-transform: translateY(0) rotate(0);
        }
        50% {
            -webkit-transform: translateY(-8px) rotate(0);
        }
        100% {
            -webkit-transform: translateY(-8px) rotate(-45deg);
        }
    }
    
    
    @keyframes active-menu-ber03 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(-8px) rotate(0);
        }
        100% {
            transform: translateY(-8px) rotate(-45deg);
        }
    }
    /* footer */
    .footerInner {
        width: 100%;
        flex-direction: column-reverse;
        padding: 10px 0 30px;
        background: rgb(2,2,2); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(2,2,2,1) 0%, rgba(69,69,69,1) 16%, rgba(87,87,87,1) 28%, rgba(105,105,105,1) 41%, rgba(70,70,70,1) 85%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(2,2,2,1) 0%,rgba(69,69,69,1) 16%,rgba(87,87,87,1) 28%,rgba(105,105,105,1) 41%,rgba(70,70,70,1) 85%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(2,2,2,1) 0%,rgba(69,69,69,1) 16%,rgba(87,87,87,1) 28%,rgba(105,105,105,1) 41%,rgba(70,70,70,1) 85%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020202', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    }
    .footerInner .addressBox {
        flex-direction: column;
        width: auto;
        color: #fff;
    }
    .footerInner .addressBox .flexBoxLeft {
        margin-bottom: 20px;
        align-self: center;
    }
    .footerInner .linkBox {
        margin-bottom: 20px;
        width: auto;
    }
    .linkInner ul {
        display: none;
    }
    .linkInner {
        border-top: 2px solid #FFF;
        color: #fff;
    }
    .linkInner:last-child {
        border-bottom: 2px solid #FFF;
    }
    .linkInner h3 {
        border-top: 1px solid #fff;
        font-size: 1.5rem;
        margin: 2px 0 0;
        padding: 10px;
        position: relative;
    }
    .linkInner:last-child h3 {
        margin: 2px 0 2px;
        border-bottom: 1px solid #fff;
    }
    .linkInner .accordion:after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        right: 15px;
        border: 2px solid;
        border-color: #fff #fff transparent transparent;
        transform: rotate(135deg);
    }
    .linkInner li {
        margin: 0 10px 10px;
    }
    .linkInner a {
        color: #fff;
    }
    .footerInner h2 {
        font-size: 2rem;
        font-weight: normal;
        display: flex;
        align-items: flex-end;
        margin: 0 3% 10px;
    }
    .footerInner h2 img {
        width: 100px;
    }
    .footerInner .address,
    .footerInner .tel{
        width: 94%;
        margin: 0 auto;
    } 
    .copy {
        font-size: 1.2rem;
        background: #000;
        margin-top: -1px;
    }
    /* translate */
    .translate {
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 9999;
    }
	
	.translate a{
		font: 10px;
		color: #fffff;
	}
	
    #MicrosoftTranslatorWidget,
    #WidgetLauncher {
        /* display: none !important; */
        opacity: 1 !important;
    }
    #WidgetFloaterPanels div {
        /* display: none !important; */
    }
}

    /*カスタマイズのヘッダー*/

    @media screen and (min-width:836px) {
    .headerInner h1.headtext {
        font-size: 16px;
        margin-left: -24%;
        color: #fff;
        font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
        font-weight: 500;
        white-space: nowrap !important;
    }
}

@media screen and (min-width:836px) {
h1.headtext.epionly {
    margin-left: -20% !important;
}
}

@media screen and (max-width:835px) {
    .headerInner h1.headtext {
        font-size: 12px;
        color: #fff;
        font-family: "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
        font-weight: 500;
        position: absolute;
        top: 15px;
        left: 25px;
        white-space: nowrap !important;
    }
    h1.headtext.qatag {
        margin-left: 0 !important;
    }
    h1.headtext.schtag {
        margin-left: 0 !important;
    }
    h1.headtext.comtag {
        margin-left: 0 !important;
    }
}

@media screen and (min-width:836px) {
    h1.headtext_sp {
        display: none;
    }
}

@media screen and (max-width:835px) {
    h1.headtext_sp {
        font-size: 12px !important;
        margin: -40px 0 20px 20px !important;
        color: #fff;
        font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
        font-weight: 500;
        white-space: nowrap !important;
    }
}


@media screen and (min-width:836px) {
    h1.headtext_sp_lp {
        display: none!important;
    }
}

@media screen and (max-width:835px) {
    h1.headtext_sp_lp {
        font-size: 12px !important;
        margin: 0 0 20px 20px !important;
        color: #fff;
        font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
        font-weight: 500;
        white-space: nowrap;
    }
}

.contactInfo .contact_b a {
    padding: 8px 25px 6px 35px;
    background: #B7AD11;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    position: fixed;
}


h1.headtext.comtag {
    margin-left: -34%;
}
h1.headtext.qatag {
    margin-left: -44%;
}
h1.headtext.fatag {
    margin-left: -18%;
}
h1.headtext.hyonly {
    margin-left: -24%;
}
h1.headtext.slimonly {
    margin-left: -23% !important;
}
h1.headtext.schtag {
    margin-left: -42%;
}

    /*フッターのSNSアイコン*/

    .sns_sec {
        margin-top: 20px;
    }

    .sns_sec img {
        width: 280px;
        height: 88px;
    }
    
    @media screen and (max-width:835px) {
    .sns_sec {
        margin-left: 10px;
    }
}

@media screen and (max-width:459px) {
.sns_sec img {
    width: 75% !important;
}
}

@media (min-width: 460px) and (max-width: 835px) {
    .sns_sec img {
        width: 50% !important;
    }
}
    /*ヘッダー直下h1*/
    .topcont {
        width: 1150px;
        margin: 0 auto;
    }
    .topcont_b {
        width: 1150px;
        margin: 0 auto;
        margin-top: 12px;
    }
h1.headtext_cont {
    font-family: "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 10px 0 5px 20px;
    color: #484848;
}
h1.headtext_cont_b {
    font-family: "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 20px 0 5px 20px;
    color: #484848;
}

@media screen and (max-width:380px) {
    h1.headtext_cont {
        font-size: 14px !important;
        margin: 10px 0 5px 10px;
    }
    h1.headtext_cont_b {
        font-size: 14px !important;
        margin: 10px 0 5px 10px;
    }
    }

/* スライダー共通のスタイル */
.slider_container * {
    box-sizing: border-box;
  }
  .slider_container img {
    max-width: 100%;
  }
  
  /* キャンペーン・展示会のお知らせ_スライダーのスタイル */
  .slider {
    margin: 0 auto;
    max-width: 930px;
    width: 100%;
  }
  .slider-img {
    margin: 0 10px 20px;
  }
  .slider-img img {
    height: auto;
    width: 100%;
  }