@charset "UTF-8";
/*
$breakpoints-min: (
    'xs': 'screen and (min-width: 481px)',
    'sm': 'screen and (min-width: 769px)',
    'md': 'screen and (min-width: 990px)',
    'lg': 'screen and (min-width: 1367px)',
    'xl': 'screen and (min-width: 1921px)',
) !default;
 */

header {
    background: #000;
    box-shadow: 0 0 12px gray;
    position: fixed;
    width: 100%;
    z-index: 77;
}

#header {
    width: 100%;
}
div.header_h2_text{
	margin-left: 30px;
	margin-top: 10px;
	width: 48%;
}
div.header_h2_text h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 17px;
	color: #fff;
	font-weight: normal;
}
.nav-text{
width: 350px;
color: #fff;
font-size: 11px;
margin-bottom: 0px;
}
.header__main {
    width: 152px;
	padding-top: 10px;
}
.header-main-text{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	width: 350px;
}

.header__inner {
    width: 85%;
    height: 90px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrap{
background: #000;
}

@media screen and (max-width: 989px) {
    .header__inner {
        width: 100%;
        height: 64px;
    }
}

.header__main {
    width: 152px;
}

@media screen and (max-width: 989px) {
    .header__main {
        width: 152px;
    }
}

.header__sub {
    width: calc(100% - 275px);
    padding-right: 3px;
}

@media screen and (max-width: 989px) {
    .header__sub {
        width: calc(100% - 199px);
    }
}

.header-main__logo {
    font-size: 1px;
    position: relative;
    left: 14px;
    top: -2px;
    width: 152px;
    height: auto;
}

@media screen and (max-width: 989px) {
    .header-main__logo {
        width: 152px;
        height: 44px;
        margin-left: 10px;
        left: 0;
        top: 0;
    }
	
}

.header-main__logo .header-main__image {
    width: 100%;
    height: auto;
}

/*
$breakpoints-min: (
    'xs': 'screen and (min-width: 481px)',
    'sm': 'screen and (min-width: 769px)',
    'md': 'screen and (min-width: 990px)',
    'lg': 'screen and (min-width: 1367px)',
    'xl': 'screen and (min-width: 1921px)',
) !default;
 */
@media screen and (max-width: 989px) {
    .gnavi-area {
        display: none;
    }
}

.global-nav__wrapper {
    margin: 0 auto;
}

.header3 .global-nav__wrapper {
    width: auto;
}

.global-nav__lists {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
	margin-bottom: 0px;
}

.global-nav__list {
    line-height: 1;
    position: relative;
}

.global-nav__list + .global-nav__list {
    margin-left: 32px;
}

.global-nav__link {
    display: block;
    padding: 29px 0 26px;
    width: 100%;
    text-decoration: none;
    text-align: center;
	color: #fff;
}

.global-nav__txt {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
}

.global-nav__sub-txt {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-family: "Catamaran", sans-serif;
    display: block;
    text-align: center;
    margin-top: 8px;
}

.global-nav__link.current,
.global-nav__list.active .global-nav__link,
.global-nav__link:hover {
    opacity: 1 !important;
}

.global-nav__link.current span,
.global-nav__list.active .global-nav__link span,
.global-nav__link:hover span {
    color: #02aedc;
}

/* メガドロップダウン
============================================================================= */
.dropdown-menu__wrapper {
    display: block;
    position: absolute;
    top: 60px;
    min-width: 276px;
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transition: all 0.3s;
    z-index: 1000000;
    background: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background-color: #ccc;
}

.dropdown-menu__lists {
    height: 100%;
	border: 2px;
	padding-left: 0px;
}

.dropdown-menu__link {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    padding: 9px 50px 9px 20px;
    background: url("img/menu-ar001.png") no-repeat right 15px top 21px;
    display: block;
    width: 100%;
}

.dropdown-menu__link:hover {
    color: #02aedc;
    background: #e4e4e4 url("img/menu-ar001.png") no-repeat right 15px top 21px;
}

.dropdown-menu__link.blank {
    background: #555 no-repeat right 18px top 16px;
}

.dropdown-menu__link.blank:hover {
    background: #555 no-repeat right 18px top 16px;
}

.global-nav__list:hover > .dropdown-menu__wrapper {
    transform: scaleY(1);
}

.global-nav__link .dropdown-menu__wrapper:hover {
    ;
}

.gnavi002 .dropdown-menu__list,
.gnavi003 .dropdown-menu__list {
    width: auto;
}
