@charset "UTF-8";

#header-container {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: solid 5px #00a1e9;
}
.site-logo {
    text-align: center;
    padding: 30px 0;
}
.site-logo h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1.0;
    font-size: 10px;
}
.site-logo h1 a,
.site-logo h1 a:visited,
.site-logo h1 a:hover {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    line-height: 1.0;
    outline: none;
    text-decoration: none;
}
@media screen and (max-width: 840px) {
    #header-container {
        position: fixed;
        z-index: 10;
        border-bottom: solid 1px #acacac;
    }
}
@media screen and (max-width: 480px) {
    .site-logo {
        padding: 10px 0;
    }
    .site-logo h1 img {
        width: 200px;
        height: auto;
    }
}

/* PC MENU */

.pc-menu {
    display: none;
}
@media print, screen and (min-width: 940px) {
    .pc-menu-container {
        border-top: solid 1px #acacac;
        border-bottom: solid 1px #acacac;
        background-color: #222;
    }
    .pc-menu {
        display: block;
        text-align: center;
        width: 760px;
        margin: 0 auto;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        line-height: 110%;
        background-color: #fff;
    }
    .pc-menu ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
        border-left: solid 1px #cfcfcf;
    }
    .pc-menu ul li {
        display: block;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border-right: solid 1px #cfcfcf;
    }
    .pc-menu a {
        box-sizing: border-box;
        display: block;
        height: 70px;
        margin: 0;
        padding: 18px 10px 10px 10px;
        font-family: "Roboto";
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 1px;
        text-align: center;
        color: #acacac;
        background-color: #222;
        border-bottom: solid 4px #999;
        transition: all 300ms ease;
    }
    .pc-menu a:hover {
        background-color: #222;
    }
    .pc-menu a small {
        display: block;
        margin-top: 5px;
        font-size: 10px;
        letter-spacing: 0;
/*        color: #ddd;*/
    }
    .pc-menu ul li.current-catetory-ancestor,
    .pc-menu ul li.current-menu-item {
        background-color: #222;
    }
    .pc-menu ul li.current-category-ancestor a,
    .pc-menu ul li.current-menu-item a {
        background-color: #222;
    }

    .pc-menu ul li a small,
    .pc-menu ul li a,
    .pc-menu ul li a:visited,
    .pc-menu ul li a:hover {
        color: #f3f3f3;
    }

    .pc-menu ul li:nth-child(2) a,
    .pc-menu ul li:nth-child(2) a:visited,
    .pc-menu ul li:nth-child(2) a:hover {
/*        color: #00a0e9;*/
        color: #10b0f9;
        border-bottom: solid 4px #00a0e9;
    }
    .pc-menu ul li:nth-child(2) a small {
        color: #10b0f9;
    }

    .pc-menu ul li:nth-child(3) a,
    .pc-menu ul li:nth-child(3) a:visited,
    .pc-menu ul li:nth-child(3) a:hover {
/*        color: #e4007f;*/
        color: #ff4acc;
        border-bottom: solid 4px #ff3abc;
    }
    .pc-menu ul li:nth-child(3) a small {
        color: #ff3abc;
    }

    .pc-menu ul li:nth-child(4) a,
    .pc-menu ul li:nth-child(4) a:visited,
    .pc-menu ul li:nth-child(4) a:hover {
        color: #fff100;
        border-bottom: solid 4px #fff100;
    }
    .pc-menu ul li:nth-child(4) a small {
        color: #fff100;
    }
}

/* STICKY HEADER */

#sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    height: 80px;
    z-index: 11;
    display: none;
}
#sticky-header .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}
#sticky-header .logo a,
#sticky-header .logo a:visited,
#sticky-header .logo a:hover {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    line-height: 1.0;
    outline: none;
    text-decoration: none;
}
@media screen and (max-width:480px) {
    #sticky-header {
        height: 57px;
    }
    #sticky-header .logo {
        top: 10px;
        left: 8px;
    }
}

/* SIDE MENU */

#menu-overlay {
    box-sizing: border-box;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.67);
    z-index: 50;
}

#global-menu nav {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 100vh;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1.0);
    transform-origin: top right;
    transition: all 300ms ease;
    opacity: 0;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: auto;
/*    background-image: url('../images/menu-bg.png');*/
/*    background-position: 50% 100%;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 80% auto;*/
    background-image: url('../images/cmyk.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% 10px;
}
#global-menu nav .menu-logo {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 20px;
    text-align: center;
}
#global-menu nav ul {
    padding: 0;
    margin: 0;
    padding: 40px 40px 10px 40px;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#global-menu nav ul ul {
    /* 入れ子メニューは非対応 */
    display: none;
}
#global-menu nav ul li {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 28px;
}
#global-menu nav ul li a,
#global-menu nav ul li a:visited,
#global-menu nav ul li a:hover {
    display: block; 
    position: relative;
    outline: none;
    text-decoration: none;
    color: #222;
    line-height: 1.0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    white-space: nowrap;
}
#global-menu nav ul li a:hover {
    opacity: 0.7;
}
#global-menu nav ul li a small {
    position: absolute;
    right: 0px;
    top: 3px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    color: #acacac;
}

#global-menu nav .nav-content {
    display: none;
}
#global-menu nav .nav-footer {
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    padding: 0 40px;
    text-align: right;
}
#global-menu nav .nav-footer img {
    display: inline;
}
#global-menu nav .nav-footer a {
    margin-right: 20px;
    font-size: 24px;
    color: #333;
}
#global-menu nav .nav-footer a:hover {
    opacity: 0.6;
}
#global-menu nav .nav-footer a:last-child {
    margin-right: 20px;
    margin-right: 0px !important;
}

#nav_toggle {
    box-sizing: border-box;
    display: block;
    width: 38px;
    height: 32px;
    position: fixed;
    top: 60px;
    right: 15px;
    z-index: 100;
    cursor: pointer;
}
#nav_toggle div {
    position: relative;
    top: 0px;
    left: 0px;
}
#nav_toggle span {
    display: block;
    height: 2px;
/*    background: #00a0e9;*/
    background: #222;
    position: absolute;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;   
}
#nav_toggle.invert-button span {
    background: #fff;
}
#nav_toggle span:nth-child(1) {
    top: 0px;
}
#nav_toggle span:nth-child(2) {
    top: 12px;
}
#nav_toggle span:nth-child(3) {
    top: 24px;
}
.open #nav_toggle span {
    background: #222;
}
.open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}



#global-menu.open nav {
    width: 380px;
    opacity: 1;
    height: 100vh;
}
#global-menu.open nav .nav-content {
    display: block
}
@media screen and (max-width:600px) {
    #global-menu.open nav {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    #nav_toggle {
        top: 35px;
        right: 15px;
        width: 34px;
    }
    #nav_toggle span:nth-child(2) {
        top: 10px;
    }
    #nav_toggle span:nth-child(3) {
        top: 20px;
    }
    #global-menu nav ul li {
        margin-bottom: 28px;
    }
}
@media screen and (max-height:480px) {
    #global-menu.open nav {
        width: 100%;
    }
    #global-menu nav ul {
        padding-top: 40px;
    }
    #global-menu nav ul li {
        margin-bottom: 35px;
    }
}
@media screen and (min-width:941px) {
    #nav_toggle {
        display: none;
    }
}



