

.-w-sp {
    display: none;
}
.translated-ltr .header_wrapper.fixed .navigation{
    top:61px;
}
.-w-t_box{
    width: 100%;
    padding-right:20px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    
}
.fixed .-w-t_box{
    display:none;    
}
#google_translate_element .goog-te-gadget img {
    display: inline-block;
}
.-w-translate_li{
    display: flex;
    align-items: center;
}
.-w-translate {
    width: 44px;
    height: 44px;
    /* overflow: hidden; */
    position: relative;
    top: 0;
    right: 0;
    margin-left: 15px;
}
.-w-translate a {
    display: block;
    height: 100%;
    width: 100%;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 0;
}
#google_translate_element {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}
#google_translate_element:hover {
    cursor: pointer;
}
.skiptranslate.goog-te-gadget {
    height: 100%;
    width: 100%;
}
#google_translate_element .skiptranslate > div {
    display: block !important;
    height: 100%;
    width: 100%;
}
#google_translate_element .skiptranslate > span {
    display: none;
}
#google_translate_element select {
    color: #333 !important;
    cursor: pointer;
    margin: 0;
    height: 100%;
    width: 100%;
    -webkit-appearance: button;
    appearance: button;
}
.-w-translate svg {
    width: 40px;
}
.-w-translate svg path:nth-child(1){
    fill:#ffffff;
}
.-w-translate svg path:nth-child(2){
    fill:#AD1949;
}
@media (max-width:768px){
    .-w-pc{
        display: none;
    }
    .-w-sp{
        display: block;
    }
}
@media (max-width:768px){
    #google_translate_element select {
        font-size:28px;
    }
}
