iframe#gt-nvframe {
    display: none !important;
}

body {
    margin: 0 auto !important;
}

/*----------------ドロップdown-----------------------------------------------*/


.dropMenuBtn:hover>p {
    opacity: .7;
}

.hamSpDropdouwn {
    background: #4D4D4D;
    border-color: #4D4D4D;
    border-radius: 0;
}

.dropdown-toggle::after {
    display: none;
}

.dropMenuBtn {
    max-width: 129px;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 5px;
    background: #909540;
    color: #fff;
    cursor: pointer;
}

.languageFont {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.31em;
}

.hPcWorldIcon {
    width: 44.19%;
    max-width: 57px;
}

.dropMenuAr {
    display: none;
    width: 174px;
    position: absolute;
    padding: 8px 0 0;
    margin: auto;
    top: 100%;
    z-index: 99;
    transform: translateX(-60%);
    left: 30%;
}

.dropMenuBtn:hover > #topdrop01 {
    display: block;
}

.hGnavListBox {
    background: #909540;
}

.gnavMenuLink {
    padding: 13px 5px;
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    line-height: 1.35em;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.languageBox .gnavMenuLink:last-child {
    border-bottom: 0px solid;
    font-family: "Noto Serif", serif;
}

.gnavMenuLink:hover {
    color: #fff;
    background-color: #9da15d;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.dropMenuBtn {
    height: 100px
}

.dropMenuAr {
    transform: translateX(-50%);
    left: 50%;
}

.gnavMenuLink {
    font-size: 16px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.dropMenuBtn {
    height: 140px;
}

.gnavMenuLink {
    font-size: 18px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */