@charset "UTF-8";

/* ==============================================
header
============================================== */

header {
    width: 1060px;
    height: 114px;
    margin: auto;
    position: relative;
}

header p {}

header .benesse {
    padding: 21px 0 0 0;
}

header .benesse a {}

header .benesse a img {
    width: 110px;
}

header .logo {
    padding: 29px 0 0 0;
}

header .logo a {}

header .logo a img {
    width: 113px;
}

header nav {
    position: absolute;
    top: 100px;
    right: 0;
}

header nav ul {}

header nav ul li {
    float: left;
    position: relative;
}

header nav ul li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 0 17px 0 16px;
    display: block;
}

header nav ul li:last-child a {
    padding: 0 0 0 20px;
}

header nav ul li::after {
    content: " ";
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #e6e6e6;
}

header nav ul li:last-child::after {
    display: none;
}

header nav ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

* html header nav ul {
    display: inline-block;
}

*:first-child+html header nav ul {
    display: inline-block;
}

header .button {
    position: absolute;
    top: 0;
    right: 0;
}

header .button p {}

header .button p a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #ff8080;
}

header .button p a img {
    width: 22px;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

header .button p.shop {
    position: absolute;
    top: 47px;
    right: 416px;
    width: 100px;
}

header .button p.member {
    position: absolute;
    top: 47px;
    right: 310px;
    width: 120px;
}

header .search_area {
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    width: 300px;
    margin: 18px 0 0 0;
}

header .gsc-search-button-v2 svg {
    background: url("../../img/mn_icn_search.png");
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
}


/* ==============================================
footer
============================================== */

footer .page-top {}

footer .page-top a {
    border: none;
    display: block;
    background: #f5f5f5;
    padding: 7px 0 17px 0;
    text-align: center;
}

footer .page-top a::before {
    display: none;
}

footer .page-top a img {
    width: 14px;
}

footer #links ul {
    display: table;
    margin: auto;
    padding: 20px 0 0 0;
}

footer #links ul:nth-child(2) {}

footer #links ul li,
footer .external ul li {
    float: left;
    position: relative;
    margin: 6px 0 0 0;
    padding: 0 14px 0 18px;
}

footer #links ul li a,
footer .external ul li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 0 6px 0 0;
}

footer #links ul li::after,
footer .external ul li::after {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #e6e6e6;
}

footer #links ul li:last-child::after,
footer .external ul li:last-child::after {
    display: none;
}

footer #links ul:after,
footer .external ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

* html footer #links ul {
    display: inline-block;
}

*:first-child+html footer #links ul {
    display: inline-block;
}

footer #links hr {
    border: none;
    border-top: 1px solid #f5f5f5;
    margin: 13px 0 5px 0;
}

footer .media ul {
    display: table;
    margin: auto;
    padding: 20px 0 0 0;
}

footer .media ul:nth-child(2) {}

footer .media ul li {
    float: left;
    position: relative;
    margin: 6px 0 0 0;
    padding: 0 14px 0 18px;
}

footer .media ul li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 0 6px 0 0;
}

footer .media ul li::after {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #e6e6e6;
}

footer .media ul li:last-child::after {
    display: none;
}

footer .media ul:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

* html footer .media ul {
    display: inline-block;
}

*:first-child+html footer .media ul {
    display: inline-block;
}

footer .media hr {
    border: none;
    border-top: 1px solid #f5f5f5;
    margin: 13px 0 5px 0;
}

footer .external p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0 0 0;
}

footer .external ul {
    display: table;
    margin: auto;
}

footer .copy {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    text-align: center;
    padding: 15px 0 0 0;
}