@charset "UTF-8";

.logo-sumasapo {
    width: 153px;
}

.pc_menu_btn {
    position: absolute;
    z-index: 1;
    top: 17px;
    right: 18px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.pc_menu_btn.fix {
    position: fixed;
}

.pc_menu_btn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #C91D57;
    width: 100%;
}

.pc_menu_btn span:nth-of-type(1) {
    top: 3px;
}

.pc_menu_btn span:nth-of-type(2) {
    top: 9px;
}

.pc_menu_btn span:nth-of-type(3) {
    top: 15px;
}

.pc_menu_btn.active span:nth-of-type(1) {
    top: 3px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
}

.pc_menu_btn.active span:nth-of-type(2) {
    opacity: 0;
}

.pc_menu_btn.active span:nth-of-type(3) {
    top: 15px;
    left: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
}

s-global {
    background-color: #C91D57;
    line-height: 1.28;
    min-width: 960px;
}

s-global ul {
    max-width: 960px;
    min-width: 960px;
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    font-size: 1.4rem;
}

s-global li a {
    padding: 10px 12px;
    display: block;
    color: #FFFFFF;
}

s-global li:last-child {
    margin-left: auto;
}

.global .s-global li.margin0 {
    margin-left: 0;
}

.s-global {
    position: fixed;
    z-index: 1;
    bottom: -120%;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.s-global.panelactive {
    bottom: 0;
    position: fixed;
    top: 50px;
    right: 1%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 1;
    transition: all 0.01s;
    /*アニメーション設定*/
    background: #ffffff;
    border: 0 none;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.s-global.panelactive-size1 {
    width: 150px;
    height: 50px;
}

.s-global.panelactive-size2 {
    width: 200px;
    height: 195px;
}

nav.global .s-global li a {
    color: #000000;
    padding: 15px 0px;
}

nav.global .s-global li a:hover {
    background-color: #FFFFFF;
    color: #000000;
}


nav.global .s-global ul {
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    font-size: 1.4rem;
    flex-direction: column;
    max-width: initial;
    min-width: initial;
}

nav.global {
    background-color: #ffffff !important;
    border-bottom: 3px solid #C91D57;
    padding: 4px 12px 1px;
    display: flex;
}

nav.global .g_nav_list {
    max-width: 960px;
    min-width: 960px;
    margin: auto;
}

nav.global .g_nav_list li a {
    padding: 15px 12px;
    display: block;
    color: #C91D57;
    font-weight: 600;
}

nav.global .g_nav_list li.current-nav a {
    padding: 15px 12px;
    display: block;
    color: #FFFFFF;
    font-weight: 600;
}

nav.global .g_nav_list li {
    box-align: center;
    margin: 0 5px;
}

nav.global .g_nav_list li a:hover {
    background-color: #C91D57;
    color: #FFFFFF;
    border-radius: 4px;
}

.current-nav {
    background-color: #C91D57;
    border-radius: 4px;
}

.header-profile-image {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 50px;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
}

.header-profile-image:hover {
    border-color: #dcdcdc;
}

@media screen and (max-width: 960px) {
    .menu_btn span {
        background-color: #C91D57;
    }
}