/* PC */

hr {
    border: 0;
}

.header-top-nav,
.header-jack-top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(var(--main) + 540px);
    max-width: 1250px;
    min-width: 1040px;
    padding: 6px 0;
    margin: 0 auto;
}

.header-pr-top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1250px;
    min-width: 1040px;
    padding: 6px 0;
    margin: 0 auto;
}

.header-top-nav-list {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.header-top-nav-list li:nth-of-type(n+2) {
    margin-left: 30px;
}

.header-top-nav-list li p {
    margin-top: 3px;
}

.only-icon {
    margin-top: auto;
    margin-bottom: auto;
}

.header-top-nav-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    line-height: 1;
}

.header-top-nav-list li a:hover {
    opacity: 0.5;
}

.header-main-area,
.header-pr-main-area,
.header-jack-main-area {
    position: relative;
    display: flex;
    padding-bottom: 1px;
}

.header-line {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #0041b2;
    margin: 0;
}

.header-main-area::before {
    content: '';
    width: calc((100vw - 1310px) / 2);
    height: auto;
    background: linear-gradient(to left, #0041b2, #5b8ded);
}

.header-main-area::after {
    content: '';
    width: calc((100vw - 1310px) / 2);
    height: auto;
    background: linear-gradient(to right, #0041b2, #5b8ded);
}

.header-pr-main-area::before {
    content: '';
    width: calc((100vw - 1250px) / 2);
    height: auto;
    background: linear-gradient(to left, #0041b2, #5b8ded);
}

.header-pr-main-area::after {
    content: '';
    width: calc((100vw - 1250px) / 2);
    height: auto;
    background: linear-gradient(to right, #0041b2, #5b8ded);
}

.header-jack-main-area::before {
    content: '';
    width: calc((100vw - 1310px) / 2);
    height: auto;
    background: linear-gradient(to left, #0041b2, #5b8ded);
}

.header-jack-main-area::after {
    content: '';
    width: calc((100vw - 1310px) / 2);
    height: auto;
    background: linear-gradient(to right, #0041b2, #5b8ded);
}

.header-logo {
    width: 298px;
    height: 79px;
}

.header-main-area .header-main-position,
.header-jack-main-area .header-main-position {
    width: 100%;
    max-width: 1310px;
    min-width: 1100px;
    background-color: #0041b2;
    padding: 11px 0;
}

.header-pr-main-area .header-main-position {
    width: 100%;
    max-width: 1250px;
    min-width: 1050px;
    background-color: #0041b2;
    padding: 11px 0;
}

.header-main-area .header-main-style,
.header-jack-main-area .header-main-style {
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    max-width: 1250px;
    min-width: 1040px;
    margin: 0 30px;
}

.header-pr-main-area .header-main-style {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1250px;
    min-width: 1050px;
}

.header-main-banner {
    width: 728px;
    height: 90px;
    background-color: #ffffff;
    margin-left: auto;
}

.sp-hamburger {
    display: none;
}

.header-main-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.header-main-banner > div:hover {
    cursor: pointer;
    opacity: 0.5;
}

.header-logo-position {
    display: flex;
    align-items: flex-end;
}

.header-logo-position h1 img,
.header-logo-position > p img {
    display: block;
    width: 175px;
    height: 58px;
}

.header-logo-position h1:hover,
.header-logo-position > p:hover {
    opacity: 0.5;
}

.header-logo-position + p {
    font-size: 13.3px;
    font-weight: bold;
    color: #ffffff;
}

.btn-mail-magazine-area {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #000000;
    margin-bottom: 8px;
}

.btn-mail-magazine {
    display: inline-flex;
    align-items: center;
    padding: 6px 7px;
    background-color: #c84923;
    border-radius: 2px;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
}

.btn-mail-magazine:hover {
    opacity: 0.5;
}

.btn-mail-magazine img {
    margin-right: 6px;
}

.header-under-nav,
.header-jack-under-nav {
    width: calc(var(--main) + 540px);
    max-width: 1250px;
    min-width: 1040px;
    margin: 0 auto;
    padding: 9px 0;
}

.header-pr-under-nav {
    width: 100%;
    max-width: 1250px;
    min-width: 1050px;
    margin: 0 auto;
    padding: 9px 0;
}

.header-under-nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.header-under-nav-list li {
    padding: 0 9px;
    font-weight: bold;
}

.header-under-nav-list li a:hover {
    position: relative;
    color: #d35e00;
}

.header-under-nav-list li a:hover::after {
    content: '';
    position: absolute;
    width: calc(100% + 18px);
    height: 4px;
    left: -9px;
    bottom: -8px;
    background-color: #d35e00;
}

/* IE */
_:-ms-input-placeholder, :root .header-under-nav-list li a:hover::after {
    bottom: -4px;
}

.header-under-menu-active {
    position: relative;
    font-weight: bold;
    color: #d35e00;
}

.header-under-menu-active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -4px;
    background-color: #d35e00;
}

.sp-hamburger-menu-area {
    display: none;
}

@media screen and (max-width: 1590px) {

    .header-top-nav {
        width: calc(var(--main) + 520px);
        padding: 6px 170px;
    }

    .header-main-area::before,
    .header-main-area::after {
        width: auto;
        padding-right: 140px;
    }

    .header-under-nav {
        width: calc(var(--main) + 520px);
        padding: 9px 170px;
    }

}

@media screen and (max-width: 1380px) {

    .header-main-area .header-line {
        width: 1040px;
        padding: 0 170px;
    }

    /* IE */
    _:-ms-input-placeholder, :root .header-main-area::before,
    _:-ms-input-placeholder, :root .header-main-area::after {
        width: auto;
        padding-right: 140px;
    }

}

/* PRコンテンツ 可変幅 */
@media screen and (max-width: 1050px) {

    .header-pr-main-area .header-line {
        width: 1050px;
    }

}
/* PRコンテンツ 可変幅 - END */

/* ジャック広告 */
@media screen and (max-width: 1870px) {

    .header-jack-main-area .header-main-position {
        width: calc(100vw - 560px);
    }

    .header-jack-main-area::before,
    .header-jack-main-area::after {
        width: auto;
        padding-right: 280px;
    }

    .header-jack-under-nav {
        width: calc(var(--main) + 520px);
        padding: 9px 310px;
    }

}

@media screen and (max-width: 1660px) {

    .header-jack-top-nav {
        width: calc(var(--main) + 520px);
        padding: 6px 310px;
    }

    .header-jack-main-area .header-main-position {
        width: 1040px;
    }

    .header-jack-main-area .header-line {
        width: 1660px;
    }

}
/* ジャック広告 - END */