@charset "UTF-8";



/*
* Global Menu
*/
.global-menu__inner {
    text-align: center;
    margin: 10px auto;
    position: relative;
    top: 0;
    width: 100%;
}
.global-menu__name {
    position: absolute;
}
.global-menu__logo {
    position: absolute;
    z-index: 10010;
}
.global-menu__checkbox {
    display: none;
}


.global-menu__list a,
.global-menu__item a,
.global-menu__sub a{
    color: #333333;
    font-family: "RenaultFont";
    text-decoration: none !important;
    overflow:visible;
}
.global-menu:after {
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(top, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    width: 100%;
    z-index: 10000;
}
/* SP */
@media (max-width: 767px) {
    .global-menu:after {
        top: 48px;
    }
    .global-menu__container {
        height: 48px;
    }
    .global-menu__list {
        top: 48px;
    }
    .global-menu__logo {
        right: 0;
        padding-left: 12px;
    }
    .global-menu__logo > img {
        height: 27px;
        margin-top: 9px;
        width: auto;
    }
    .global-menu__icon {
        height: 16px;
        margin: 16px;
        width: 16px;
    }
    .global-menu__name {
        left: 50%;
        margin-left: -51px;
        top: 10px;
    }
    .global-menu__name > img {
        height: 18px;
        width: 103px;
    }
    .global-menu__icon:before {
        -webkit-box-shadow: #000 0 7px 0;
        box-shadow: #000 0 7px 0;
        height: 2px;
        top: 0;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        width: 16px;
    }
    .global-menu__icon:after {
        bottom: 0;
        height: 2px;
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        width: 16px;
    }
    .global-menu__checkbox:checked ~ .global-menu__icon:before {
        -webkit-box-shadow: transparent 0 0 0;
        box-shadow: transparent 0 0 0;
        -webkit-transform: rotate(45deg) translate3d(2px, -2px, 0);
        transform: rotate(45deg) translate3d(2px, -2px, 0);
    }
    .global-menu__checkbox:checked ~ .global-menu__icon:after {
        -webkit-transform: rotate(-45deg) translate3d(4px, 0, 0);
        transform: rotate(-45deg) translate3d(4px, 0, 0);
    }
}
/* SP & TB */
@media (max-width: 1279px) {
    .global-menu__container {
        display: block;
        overflow: visible;
        position: relative;
        top: 0;
        width: 100%;
    }
    .global-menu__icon {
        cursor: pointer;
        display: block;
        float: left;
        position: relative;
    }
    .global-menu__icon:before,
    .global-menu__icon:after {
        background: #000000;
        content: '';
        display: block;
        position: absolute;
    }
    .global-menu__checkbox:checked ~ .global-menu__list {
        left: 0;
    }
    .global-menu__list {
        bottom: 0;
        display: block;
        left: -100%;
        list-style-type: none;
        position: absolute;
        transition: left 0.2s;
        -webkit-transition: left 0.2s;
        width: 100%;
        z-index: 10001;
    }
    .global-menu__logo {
        height: 100%;
    }
    .global-menu__link {
        border-bottom: 1px solid #333333;
        color: #333333;
        display: block;
        overflow: hidden;
        padding: 17px 22px;
        position: relative;
    }
    .global-menu__item:first-child .global-menu__link {
        border-top: 1px solid #333333;
    }
    .global-menu__link ~ .global-menu__sub {
        display: none;
    }
    .global-menu__link {
        background-color: #f5f5f5;
    }
    .global-menu__item .global-menu__sub a {
        background-color: #dbdbdb;
        border-bottom: 1px solid #333333;
        display: block;
        padding: 17px 0 17px 40px;
        position: relative;
    }
    .global-menu__item .global-menu__sub .is_tapped {
        background-color: #333333;
    }
    .global-menu__link.arrow:after {
        background-position: 0 -3em;
    }
    .global-menu__link.is_opened.arrow:after {
        background-position: -1em -3em;
    }
    .global-menu__link.arrow:after,
    .global-menu__link.is_opened.arrow:after {
        position: absolute;
        right: 16px;
        top: 20px;
    }
    .global-menu__link ~ .global-menu__sub .arrow:after {
        position: absolute;
        right: 16px;
        top: 22px;
    }
    .global-menu__item .is_tapped {
        background-color: #666666;
    }
    .global-menu__other {
        display: none;
    }

    .global-menu__item .global-menu__sub .global-menu__item_final a {
        padding-left:80px;
    }

    .global-menu__item_final {
        display:block !important;
    }

    .global-menu__link ~ .global-menu__sub .arrow .is_opened:after {
        background-position: -0.5em 3em;
    }

    .global-menu #item__pc-only{
        display:none;
    }

}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
    .global-menu:after {
        top: 88px;
    }
    .global-menu__container {
        height: 88px;
    }
    .global-menu__list {
        top: 88px;
    }
    .global-menu__logo {
        right: 32px;
    }
    .global-menu__logo > img {
        height: 54px;
        margin-top: 17px;
        width: auto;
    }
    .global-menu__icon {
        height: 44px;
        margin: 22px;
        width: 44px;
    }
    .global-menu__name {
        left: 50%;
        margin-left: -110px;
        top: 25px;
    }
    .global-menu__name > img {
        height: 36px;
        width: 206px;
    }
    .global-menu__icon:before {
        -webkit-box-shadow: #000 0 12px 0;
        box-shadow: #000 0 12px 0;
        height: 3px;
        top: 7px;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        width: 44px;
    }
    .global-menu__icon:after {
        bottom: 9px;
        height: 3px;
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        width: 44px;
    }
    .global-menu__checkbox:checked ~ .global-menu__icon:before {
        -webkit-box-shadow: transparent 0 0 0;
        box-shadow: transparent 0 0 0;
        -webkit-transform: rotate(45deg) translate3d(3px, -8px, 0);
        transform: rotate(45deg) translate3d(3px, -8px, 0);
    }
    .global-menu__checkbox:checked ~ .global-menu__icon:after {
        -webkit-transform: rotate(-45deg) translate3d(4px, 7px, 0);
        transform: rotate(-45deg) translate3d(4px, 7px, 0);
    }
}
/* PC */
@media (min-width: 1280px) {
    .global-menu:after {
        top: 65px;
    }
    .global-menu__inner {
        height: 24px;
        max-width: 145px;
        padding: 14px 0;
    }
    .global-menu__name {
        left: 16px;
        top: 32px;
    }
    .global-menu__logo {
        right: 16px;
        top: 18px;
    }
    .global-menu__logo > img {
        height: 60px;
        width: 190px;
    }
    .global-menu__container {
        float: left;
        margin-top: 68px;
        margin-left: 16px;
        width: 1280px;
    }
    .global-menu__icon {
        display: none;
    }
    .global-menu__item{
        display: block;
        float: left;
        position: relative;
    }
    .global-menu__link.arrow:after {
        background-position: 0 -3em;
    }
    .global-menu__link.is_opened.arrow:after {
        background-position: -1em -3em;
    }
    .global-menu__link.arrow:after,
    .global-menu__link.is_opened.arrow:after {
        margin: 0 0 0 4px;
        top: 2px;
    }
    .global-menu__link {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        font-size: 1.2rem;
        height: 32px;
        margin-right: 32px;
    }
    .global-menu__link:hover {
        border-bottom: 4px solid #ffcc33;
    }
    .selected > .global-menu__link {
        border-bottom: 4px solid #ffcc33;
    }
    .global-menu__link ~ .global-menu__sub {
        background-color: #333333;
        display: none;
        position: absolute;
        top: 32px;
        width: 240px;
        z-index: 10002;
    }
    .global-menu__link ~ .global-menu__sub ul {
        margin: 0 auto;
        text-align: center;
    }
    .global-menu__link ~ .global-menu__sub li {
        text-align: left;
        width: 100%;
    }
    .global-menu__link ~ .global-menu__sub a {
        background-color: #000000;
        border-bottom: 1px solid #333333;
        color: #ffffff;
        display: block;
        font-size: 1.2rem;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        position: relative;
    }

    /* 3rd tree */
    .global-menu__item_final {
        background-color: #000000;
        display: none;
        position: absolute;
        top: 0px;
        left:240px;
        width: 240px;
        z-index: 100002;
    }

    .global-menu__link ~ .global-menu__sub > li:last-child a {
        border-bottom: none;
    }
    .global-menu__link ~ .global-menu__sub .arrow:after {
        background-position: -1.5em -3em;
        background-size: 3em 9em;
        -webkit-background-size: 3em 9em;
        -moz-background-size: 3em 9em;
        -o-background-size: 3em 9em;
        -ms-background-size: 3em 9em;
        height: 1.5em;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 1.5em;
    }
    .global-menu__other {
        background-color: #f5f5f5;
        font-size: 1rem;
        height: 32px;
        text-align: right;
        width: 100%;
    }
    .global-menu__other-inner {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1312px;
        padding: 0 16px;
        width: 100%;
    }
    .global-menu__other a {
        color: #333333;
        margin-left: 16px;
        line-height: 32px;
        text-decoration: none;
    }
    .global-menu__other a:hover {
        text-decoration: underline
    }

    .global-menu__list li{
    display: block;
    float: left;
    position: relative;
    }


    .global-menu ul.items li{
        width:240px;
    }

}


.global-menu ul.items li ul.items{
    position:absolute;
    z-index:99999;
    top:0;
    left:240px;
}



/*
* Footer Menu
*/
.footer-menu {
    margin-top: 24px;
    padding-bottom: 48px;
}
.footer-menu-list {
    font-family: "RenaultFont";
}
.footer-menu-list:after {
    clear: both;
    content: "";
    display: block;
}
.footer-menu-list > li {
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}
.footer-menu-list a,
.footer-menu-list a:link,
.footer-menu-list a:visited {
    color: #dbdbdb;
    text-decoration: none;
}
.footer-menu-list a:hover {
    color: #eeeeee;
}
.footer-menu-breadcrumbs {
    background-color: #333333;
    color: #000000;
}
.footer-menu-breadcrumbs a {
    display: inline-block;
    font-size: 1.2rem;
    position: relative;
}
.footer-menu-breadcrumbs a:not(:first-child) {
    padding-left: 15px;
}
.footer-menu-breadcrumbs a:not(:first-child):before {
    content: "> ";
    left: 0;
    position: absolute;
    margin-left:5px;
}
.footer-menu-service__sns {
    background-color: #212121;
    height: 64px;
}
.footer-menu-service__ttl {
    color: #dbdbdb;
    display: inline-block;
    font-size: 1.2rem;
    height: 64px;
    line-height: 64px;
    margin-right: 12px;
    vertical-align: top;
}
.footer-menu-service__facebook,
.footer-menu-service__twitter,
.footer-menu-service__instagram,
.footer-menu-service__mail-magazine {
    background-color: #333333;
    background-image: url(../img/icon.svg);
    background-repeat:  no-repeat;
    background-size: 2em 7em;
    -webkit-background-size: 2em 7em;
    -moz-background-size: 2em 7em;
    -o-background-size: 2em 7em;
    -ms-background-size: 2em 7em;
    border: 0.1em solid #333333;
    border-radius: 0.6em;
    display: inline-block;
    font-size: 28px;
    height: 1em;
    width: 1em;
}
.footer-menu-service__facebook 		{	background-position: 0 -3em;	}
.footer-menu-service__twitter 		{	background-position: 0 -4em;	}
.footer-menu-service__instagram		{	background-position: 0 -5em;	}
.footer-menu-service__mail-magazine {	background-position: 0 -6em;	}
.footer-menu-link {
    background-color: #000000;
}
.footer-menu-service__btn a {
    display: block;
    position: relative;
}
.footer-menu-service__btn a.arrow:after {
    background-position: -1em -2em;
    position: absolute;
    right: 8px;
}

.footer-menu .at-icon-wrapper{
display:none;
}

/* SP */
@media (max-width: 767px) {
    .footer-menu-notice {
        padding: 0 16px 16px 16px;
    }
    .footer-menu-service__btn a {
        height: 56px;
        line-height: 56px;
    }
    .footer-menu-service__btn a.arrow:after {
        top: 18px;
    }
    .footer-menu-link__inner > a {
        font-size: 1.2rem;
    }
}
/* SP & TB */
@media (max-width: 1279px) {
    .footer-menu-notice {
        box-sizing: border-box;
        color: #333333;
        font-size: 1rem;
    }
    .footer-menu-breadcrumbs {
        line-height: 16px;
        min-height: 44px;
        padding: 14px 0;
    }
    .footer-menu-service__sns > a {
        margin: 15px 8px;
    }
    .footer-menu-link__inner > a {
        border-bottom: 1px solid #333333;
        display: block;
        height: 48px;
        line-height: 48px;
    }
    .footer-menu-link__rights {
        background-color: #212121;
        color: #cccccc;
        font-size: .8rem;
        height: 51px;
        overflow: hidden;
    }
    .footer-menu-link__rights p {
        margin-top: 4px;
    }
    .footer-menu-list a.is_tapped {
        background-color: #333333;
    }
    .footer-menu-service__sns a.is_tapped {
        background-color: #555555;
        border-color: #555555;
    }
    .footer-menu-service__btn a {
        background-color: #212121;
        border-bottom: 1px solid #333333;
        font-size: 1.4rem;
    }
    .footer-menu-service__btn a.is_tapped {
        background-color: #333333;
    }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
    .footer-menu-notice {
        padding: 0 32px 24px 32px;
    }
    .footer-menu-service__inner:after,
    .footer-menu-link__inner:after {
        clear: both;
        content: "";
        display: block;
    }
    .footer-menu-service__btn a {
        box-sizing: border-box;
        float: left;
        height: 80px;
        line-height: 80px;
        width: 50%;
    }
    .footer-menu-service__btn a.arrow:after {
        top: 32px;
    }
    .footer-menu-service__btn a:first-child {
        border-right: 1px solid #333333;
    }
    .footer-menu-service__sns {
        float: left;
        width: 100%;
    }
    .footer-menu-link__inner > a {
        border-left: 1px solid #212121;
        box-sizing: border-box;
        float: left;
        font-size: 1rem;
        width: 25%;
    }
    .footer-menu-link__inner > a:first-child {
        border-left: 0;
    }
    .footer-menu-link__rights {
        float: left;
        width: 100%;
    }
}
/* PC */
@media (min-width: 1280px) {
    .footer-menu {
        padding-bottom: 0;
    }
    .footer-menu-notice {
        color: #333333;
        font-size: 1rem;
        line-height: 2.4;
        margin: 0 auto;
        padding-bottom: 24px;
        text-align: left;
        width: 1024px;
    }
    .footer-menu-breadcrumbs {
        height: 48px;
        line-height: 48px;
    }
    .footer-menu-breadcrumbs__inner {
        margin: 0 auto;
        text-align: left;
        width: 1024px;
    }
    .footer-menu-breadcrumbs__inner a:last-child:hover {
        color: #dbdbdb;
    }
    .footer-menu-service {
        background-color: #000000;
        border-bottom: 1px solid #333333;
        height: 64px;
    }
    .footer-menu-service__inner {
        margin: 0 auto;
        position: relative;
        width: 1024px;
    }
    .footer-menu-service__sns {
        background-color: inherit;
        left: 0;
        position: absolute;
        text-align: left;
        top: 0;
    }
    .footer-menu-service__sns > a {
        margin: 14px 10px 0 0;
    }
    .footer-menu-service__sns > a:hover {
        background-color: #555555;
        border-color: #555555;
    }

    .footer-menu-service__btn {
        height: 64px;
        position: absolute;
        right: 0;
    }
    .footer-menu-service__btn a {
        background-color: inherit;
        border-bottom: 0;
        border-right: 1px solid #333333;
        float: left;
        font-size: 1.4rem;
        height: 64px;
        line-height: 64px;
        width: 198px;
    }
    .footer-menu-service__btn a:first-child {
        border-left: 1px solid #333333;
    }
    .footer-menu-service__btn a:hover {
        background-color: #212121;
    }
    .footer-menu-service__btn a.arrow:after {
        top: 24px;
    }
    .footer-menu-link {
        height: 55px;
    }
    .footer-menu-link__inner {
        margin: 0 auto;
        position: relative;
        text-align: left;
        width: 1024px;
    }
    .footer-menu-link__inner > a {
        display: inline-block;
        font-size: 1rem;
        margin: 6px 20px 0 0;
    }
    .footer-menu-link__rights {
        position: absolute;
        right: 0;
        top: 6px;
    }
    .footer-menu-link__rights > p {
        color: #cccccc;
        font-size: .8rem;
    }
}






/*
* Fixed Menu
*/
.fixed-menu {
    position: fixed;
    z-index: 8000;
}
.fixed-menu__list:after {
    clear: both;
    content: "";
    display: block;
}
.fixed-menu__item {
/*    border-right: 1px solid #212121;
    border-top: 1px solid #212121;*/
    float: left;
}
.fixed-menu__item a {
    background-color: #333333;
    color: #ffcc33;
    display: block;
    height: 100%;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.fixed-menu__item a:before {
    background-image: url(../img/icon.svg);
    background-repeat: no-repeat;
    background-size: 2em 7em;
    -webkit-background-size: 2em 7em;
    -moz-background-size: 2em 7em;
    -o-background-size: 2em 7em;
    -ms-background-size: 2em 7em;
    content: "";
    height: 1em;
    width: 1em;
}
.fixed-menu__item:nth-child(1) a:before {
    background-position: 0 0;
}
.fixed-menu__item:nth-child(2) a:before {
    background-position: 0 -1em;
}
.fixed-menu__item:nth-child(3) a:before {
    background-position: 0 -2em;
}
/* SP */
@media (max-width: 767px) {
    .fixed-menu__item a:before {
        display: block;
    }
    .fixed-menu__item:nth-child(1) a:before {
        font-size: 46px;
        margin: 0 auto 0 auto;
    }
    .fixed-menu__item:nth-child(2) a:before,
    .fixed-menu__item:nth-child(3) a:before {
        font-size: 36px;
        margin: 10px auto 0 auto;
    }
}
/* SP & TB */
@media (max-width: 1279px) {
    .fixed-menu {
        background: #000;
        bottom: 0;
        width: 100%;
    }
    .fixed-menu__list {
        height: 72px;
        position: relative;
    }
    .fixed-menu__item {
        box-sizing: border-box;
        height: 100%;
        position: absolute;
        top: 0;
    }
    .fixed-menu__item:nth-child(1) {
        left: 24%;
        width: 52%;
    }
    .fixed-menu__item:nth-child(2) {
        left: 0;
        width: 24%;
    }
    .fixed-menu__item:nth-child(3) {
        left: 76%;
        width: 24%;
    }
    .fixed-menu__item a {
        font-size: 1.2rem;
    }
    .fixed-menu__item--bnr {
        display: none;
    }
    .fixed-menu__item a.is_tapped {
        background-color: #ffdd33;
        color: #333333;
    }
    .fixed-menu__item:nth-child(1) a.is_tapped:before {
        background-position: -1em 0;
    }
    .fixed-menu__item:nth-child(2) a.is_tapped:before {
        background-position: -1em -1em;
    }
    .fixed-menu__item:nth-child(3) a.is_tapped:before {
        background-position: -1em -2em;
    }
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
    .fixed-menu__item a {
        line-height: 72px;
    }
    .fixed-menu__item a:before {
        display: inline-block;
        font-size: 60px;
        margin-top: 6px;
        vertical-align: top;
    }
}
/* PC */
@media (min-width: 1280px) {
    .fixed-menu {
        left: 0;
        width: 111px;
    }
    .fixed-menu__item {
        height: 111px;
        width: 100%;
    }
    .fixed-menu__item a:before {
        display: block;
        font-size: 60px;
        margin: 12px auto 6px auto;
    }
    .fixed-menu__item:nth-child(4) a:before {
        background: none;
        display: none;
    }
    .fixed-menu__item a {
        font-size: 1.2rem;
    }
    .fixed-menu__item a:hover {
        background-color: #ffdd33;
        color: #333333;
    }
    .fixed-menu__item:nth-child(1) a:hover:before {
        background-position: -1em 0;
    }
    .fixed-menu__item:nth-child(2) a:hover:before {
        background-position: -1em -1em;
    }
    .fixed-menu__item:nth-child(3) a:hover:before {
        background-position: -1em -2em;
    }
    .fixed-menu__item--bnr {
        display: block;
    }

    .fixed-menu.fixed-menu-gt li:not(:last-child) a{
        border:solid 1px #000;
    }


    /* 3rd tree */
    .global-menu__item_final {
        background-color: #000000;
        display: none;
        position: absolute;
        top: 0px;
        left:240px;
        width: 240px;
        z-index: 100002;
    }
}



/* 無効対応 */
/* SP & TB */
@media (max-width: 1279px) {
	.fixed-menu__item.invalid {
		background-color: #333;
	}
	.fixed-menu__item.invalid a {
		display: none;
	}
}
/* PC */
@media (min-width: 1280px) {
	.fixed-menu__item.invalid {
		display: none;
	}
}
