/* .hd0002 ------------------------- */

.hd0002 {
    position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 1000px) {

    .hd0002 {
        font-size: 1.5vw;
    }

}

.hd0002 .top-nav-bg {
    background: #fff;
}

.hd0002 .g-nav-bg {
    background: #707070;
    background: url(../img/hd-bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .hd0002 .g-nav-bg {
        background: transparent;
        background-size: cover;
        background-repeat: repeat;
        color: #fff;
    }
}


.hd0002 .g-nav {
    height: 60px;
}

.hd0002 .top-nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
}

.hd0002 .top-nav ul {
    display: flex;
    align-items: center;
}

.hd0002 .top-nav ul li {
    margin-left: 2em;
}

.hd0002 .top-nav ul li a {
    padding: .5em 2em;
}

.hd0002 .top-nav ul li a {
    padding: .5em 2em;
}

.hd0002 .top-nav ul .top-nav-lang a {
    padding: 1px .3em;
    margin: 0 .5em;
}

@media only screen and (max-width: 767px) {

    .hd0002 .top-nav-lang {
        font-size: min(3vw, 12px);
        margin: 0;
        margin-right: 30px;
    }

}

.hd0002 .en-lang {
    background: #231815;
    color: #fff;
}

.hd0002 .top-nav .item-sitemap {
    position: relative;
}

.hd0002 .hd-logo {
    line-height: 1;
}

.hd0002 .header-logo {
    width: 253px;
}


.hd0002 .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1000px;
    height: 60px;
    margin: auto;
}

.hd0002 .menu li {
    text-align: center;
    position: relative;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;

}

.hd0002 .menu li a {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.hd0002 .menu li a:hover {
    text-decoration: underline;
    opacity: 1;
}


.hd0002 .sub-menu {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: 25px;
    top: 100%;
    left: -50px;
    z-index: 500;
    color: #fff;
    /* transition: all .5s; */
    width: 100%;
    border: none;
}

.hd0002 .sub-menu {
    display: block;
}

.hd0002 .menu .menu-item-394:hover ul {
    display: flex;
    flex-wrap: wrap;
    width: 560px;
}

@media only screen and (max-width: 767px) {
    .hd0002 .menu .menu-item-394:hover ul {
  display: block;
    width: 100%;
    visibility: hidden;
    }
}

.hd0002 .menu li:hover ul {
    visibility: visible;
    opacity: 1;
}



.hd0002 .sub-menu li {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    text-align: left;
    background: rgba(3, 3, 3, 0.8);
    background: #333333b6;
    width: 280px;
    font-weight: normal;
}

.hd0002 .sub-menu li a {
    display: block;
    white-space: nowrap;
    padding: .7em 2em;
    border-bottom: solid 1px #ffffff46;

}

.hd0002 .sub-menu li a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .7;
}

.hd0002 .sub-menu li:last-child {
    border: none;
}


@media only screen and (max-width: 767px) {

    .hd0002 {
        width: 100%;
    }


    .hd0002 .hd-logo {
        width: 50%;
        max-width: 165%;
    }

    .hd0002 .header-logo {
        max-width: 165px;
        width: 100%;
    }

    .hd0002 .top-nav-flex {
        height: 54px;
    }

    .hd0002 .g-nav {
        height: auto;
    }

    .hd0002 .menu {
        width: 100%;
        height: auto;
        flex-direction: column;
        font-size: 14px;
    }

    .hd0002 .menu li {
        text-align: left;
        position: relative;
       /* padding: 0 .5em; */
        width: 100%;
        flex-direction: column;
    }

    .hd0002 .menu li a {
        padding: 1em;
        width: 100%;
        border-bottom: 1px solid #fff;
        justify-content: flex-start;
  
    }

    .hd0002 .sub-menu li:last-child a {
        border-bottom: none;
    }

    .hd0002 .menu li a:hover {
        background: rgba(51, 51, 51, 0.8);
        text-decoration: none;
        opacity: 1;
    }


    .hd0002 .sub-menu {
        visibility: hidden;
        opacity: 0;
        display: block;
        position: absolute;
        top: 25px;
        top: 100%;
        left: 0px;
        z-index: 500;
        color: #fff;
        /* transition: all .5s; */
        width: 100%;
        border: none;
        border-bottom: solid 1px #fff;
    }

    .hd0002 .sub-menu li {
        border-bottom: none;

    }

    .hd0002 .sub-menu li a {
        position: relative;
        padding-left: 2em;
    }

    /* .hd0002 .sub-menu li a:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        background: #fff;
        width: 8px;
        height: 1px;
    } */


    .hd0002 .menu li:hover ul {
        visibility: visible;
        opacity: 1;
    }
    

    .hd0002 .sub-menu li {
        width: 100%;
        margin-left: 0;
        text-align: left;
        width: 280px;
        font-weight: normal;
        width: 100%;
        padding: 0;
        color: #fff;
        text-align: left;
        background: unset;

    }


    .sp-nav .sub-menu li a {
        display: block;
        /* color: #333; */
        font-size: 14px;
        padding: 1em;
        padding-left: 1em;
        text-decoration: none;
        /* transition-duration: 0.2s; */
        border-bottom: none;
        white-space: normal;
        border-bottom: solid 1px #fff;
    }

    .sp-nav .sub-menu li a:hover {
        background: rgba(51, 51, 51, 0.8);
    }

    .hd0002 .sub-menu li a:hover {
        color: #fff;
        text-decoration: none;
        opacity: .7;
    }

    .hd0002 .sub-menu li:last-child {
        border: none;
    }

    .hd0002 .sub-menu {
        display: none;
    }

    .hd0002 .menu .menu-item-394 .sub-menu {
        display: none;
    }

    .hd0002 .is-active .sub-menu.is-open {
        display: block;
        width: 100%;
        background: rgba(51, 51, 51, 0.8);
        position: unset;
        animation: fadeIn 0.5s ease;
        visibility: visible;
        opacity: 1;
        padding: 0.5em 0;
    }

    .hd0002 .menu .menu-item-394.is-active .sub-menu.is-open {
        display: block;
        width: 100%;
        /* background: #F8F9F9; */
        position: unset;
        visibility: visible;
        opacity: 1;
        padding: 0.5em 0;
    }



    .hd0002 .js-drildown-trigger {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 40px;
        height: 40px;
    }

    .hd0002 .js-drildown-trigger::before {
        content: "";
        position: absolute;
        right: 6px;
        top: 17px;
        background: url(../img/icon-plus.svg);
        background-size: cover;
        width: 20px;
        height: 20px;
        display: block;
        opacity: 1;
        /* transition: opacity 5.7s; */
    }

    .is-active .js-drildown-trigger::before {
        content: "";
        position: absolute;
        right: 6px;
        top: 17px;
        background: url(../img/icon-minus.svg);
        background-size: cover;
        width: 20px;
        height: 20px;
        display: block;
        opacity: 1;
        /* transition: opacity 5.7s; */

    }


    .hd0002 .btnwrap {
        margin-top: 24px;
        margin-bottom: 34px;
    }

        .hd0002 .item-sitemap {
        display: inline-block;
        padding: 1em;
        font-size: 11px;
        color: #fff;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

}






/* 共通ーーーーーーーーーーーーーーーーーーーー */

.sp-nav {
    display: none;
}

/*============
  nav
  =============*/

@media only screen and (max-width: 767px) {

    .sp-nav {
        display: block;
        position: fixed;
        top: 54px;
        left: -100%;
        bottom: 0;
        width: 100%;
        height: auto;
        background: #F8F9F9;
        background: url(../img/menu.jpg);
        background-size: cover;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        /* transition: all .5s; */
        z-index: 99;
        opacity: 0;
        text-align: left;
    }

    .open .sp-nav {
        left: 0;
        opacity: 1;
    }

    .sp-nav .inner ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* .sp-nav .inner ul li {
        position: relative;
        margin: 0;
        border-bottom: 1px solid #95B0E0;
    } */






    /*============
  .toggle_btn
  =============*/
    .toggle_btn {
        display: block;
        position: absolute;
        top: 20px;
        right: 16px;
        width: 24px;
        height: 19px;
        transition: all .5s;
        cursor: pointer;
        z-index: 99;
    }

    .toggle_btn span {
        display: block;
        position: absolute;
        left: 0;
        width: 24px;
        height: 2px;
        background-color: #707070;
        border-radius: 4px;
        transition: all .5s;
    }

    .toggle_btn span:nth-child(1) {
        top: 0px;
    }

    .toggle_btn span:nth-child(2) {
        top: 8px;
    }

    .toggle_btn span:nth-child(3) {
        bottom: 0px;
    }

    .open .toggle_btn span {
        background-color: #707070;
    }

    .open .toggle_btn span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg);
    }

    .open .toggle_btn span:nth-child(2) {
        opacity: 0;
    }

    .open .toggle_btn span:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(315deg);
        transform: translateY(-7px) rotate(315deg);
    }

}