@charset "utf-8";


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 {
    position: relative;
}

.dropMenuBtn::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    border-radius: 100vmax;
    transition: all .3s;
    transform: scale(0);
}

.dropMenuBtn:hover::before {
    transform: scale(1);
}

.dropMenuBtn img,
.dropMenuBtn p{
    position: relative;
    z-index: 2;
}

.dropMenuBtn p {
    transition: all .3s;
}

.dropMenuBtn:hover p {
    color: var(--white);
}

.dropMenuBtn:hover img {
    filter: brightness(0) saturate(100%) invert(92%) sepia(99%) saturate(31%) hue-rotate(258deg) brightness(107%) contrast(100%);
}

.languageFont {
    font-size: 14px;
    line-height: 1.3em;
    padding-top: 3px;
}

.hPcWorldIconSet {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
}

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

.dropMenuAr {
    display: none;
    width: max-content;
    position: absolute;
    padding: 15px 10px;
    margin: auto;
    top: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.7);
    left: auto;
    right: auto;
}

.dropMenuBtn:hover>.dropMenuAr {
    display: block;
}

.gnavMenuLink {
    display: block;
    margin: 15px 0 0;
    font-size: 13px;
    line-height: 1.35em;
    letter-spacing: 0em;
    color: var(--black) !important;
    text-align: center;
    font-weight: 400;
}

.gnavMenuLink:first-of-type{
    margin: 0;
}

.gnavMenuLink p {
    color: var(--black) !important;
    line-height: 1.35em;
}

.gnavMenuLink:hover p {
    color: var(--black) !important;
    text-decoration: underline;
}




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

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

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



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

}

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

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

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

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

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

    .dropMenuBtn {
        max-width: 130px;
        height: 130px;
    }

    .languageFont {
        font-size: 25px;
    }

    .dropMenuAr {
        padding: 20px 15px;
    }

    .gnavMenuLink {
        font-size: 14px;
    }

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

}

/* min-width: 992px ここまで */

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


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

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

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

    .gnavMenuLink {
        font-size: 16px;
    }


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

}

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

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