#common_header.common__header {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100vw;
    border-bottom: 1px solid #0089cd
}

@media screen and (max-width: 767px) {
    #common_header.common__header {
        height:70px
    }
}

#common_header.common__header .common__container {
    max-width: 100%;
    padding: 0;
    margin: 0 auto
}

#common_header.common__header img {
    width: 100%;
    max-width: 100%
}

#common_header .common__header__inner {
    justify-content: space-between;
    padding: 0
}

#common_header .common__header__inner,.common__header__inner>div:first-of-type {
    display: flex;
    flex-direction: row;
    align-items: center
}

#common_header .common__header__inner>div:first-of-type a {
    display: flex;
    align-items: center;
    font-size: 16px
}

@media screen and (max-width: 767px) {
    #common_header .common__header__inner>div:first-of-type a {
        font-size:3.2vw
    }
}

#common_header .common__header__inner>div:first-of-type a:first-child {
    background: #333;
    width: 130px;
    height: 70px;
    justify-content: center;
    margin-right: 50px
}

@media screen and (max-width: 767px) {
    #common_header .common__header__inner>div:first-of-type a:first-child {
        margin:0
    }
}

#common_header .common__header__inner>div:first-of-type a:first-child img {
    width: auto
}

@media screen and (max-width: 767px) {
    #common_header .common__header__inner>div:first-of-type a:first-child img {
        width:76px
    }
}

@media screen and (max-width: 767px) {
    #common_header .common__header__inner>div:first-of-type a:nth-child(2) {
        margin-right:1.6vw;
        display: none
    }
}

#common_header .common__header__inner>div:first-of-type a:nth-child(2) img {
    width: 16px;
    margin-right: 8px
}

@media screen and (max-width: 767px) {
    #common_header .common__header__inner>div:first-of-type a:nth-child(2) img {
        width:2.13333vw;
        margin-right: 1.06667vw
    }
}

@media screen and (max-width: 767px) {
    #common_header .common__header__inner>div:first-of-type a:nth-child(3) {
        display:none
    }
}

#common_header .common__header__inner>div:first-of-type a:nth-child(3) img {
    width: 21px;
    margin-right: 8px
}

@media screen and (max-width: 767px) {
    #common_header .common__header__inner>div:first-of-type a:nth-child(3) img {
        width:2.66667vw;
        margin-right: 1.06667vw
    }
}

#common_header .common__header__inner>div:first-of-type a {
    margin-right: 24px
}

@media screen and (max-width: 767px) {
    #common_header .common__header__inner>div:first-of-type a {
        display:none
    }
}

#common_header .common__header__inner>div:first-of-type a:nth-child(4) img {
    width: auto;
    height: 16px;
    margin-right: 8px
}

#common_header .common__header__inner>div:first-of-type a:nth-child(5) img {
    width: auto;
    height: 17px;
    margin-right: 8px
}

#common_header .common__header__inner>div:first-of-type a:nth-child(6) img {
    width: auto;
    height: 18px;
    margin-right: 8px
}

#common_header .common__header__inner>div:last-of-type {
    display: flex;
    flex-direction: row;
    align-items: center
}

#common_header .common__header__inner>div:last-of-type a {
    font-size: 16px
}

@media screen and (max-width: 767px) {
    #common_header .common__header__inner>div:last-of-type a {
        height:60px;
        line-height: 60px;
        padding: 0 14px
    }
}

#common_header .common__header__inner .btn_header_menu {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px dotted #ccc
}

#common_header .common__header__inner .btn_header_menu img {
    height: 42px
}

#common_header.common__header+.SP {
    padding: 14px 0;
    background: #f7f7f7;
    position: fixed;
    width: 100%;
    top: 70px;
    left: 0;
    z-index: 99
}

#common_header.common__header+.SP nav ul {
    display: flex;
    justify-content: center
}

#common_header.common__header+.SP nav ul li {
    margin: 0 10px
}

#common_header.common__header+.SP nav ul li:first-of-type img {
    top: 4px
}

#common_header.common__header+.SP nav ul li:last-of-type img {
    top: 6px
}

#common_header.common__header+.SP nav ul li a {
    font-size: 16px
}

#common_header.common__header+.SP nav ul li a img {
    position: relative;
    right: 4px
}

@media screen and (max-width: 767px) {
    #common_header.common__header+.SP nav ul li a img {
        width:16px;
        right: 8px
    }

    #common_header.common__header+.SP nav ul li:last-of-type img {
        width: 21px;
        top: 5px;
        right: 2px
    }
}

#common_header .common__header__inner .btn_menu {
    display: none!important
}

#common_header .common__header_point {
    display: none
}

#common_header.common__header_login .common__header__inner .common__header__right {
    justify-content: flex-end
}

#common_header.common__header_login .common__header_point {
    width: 190px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #ccc;
    font-size: 10px
}

#common_header.common__header_login .common__header_point strong {
    margin: 0 4px 0 8px;
    font-size: 16px
}

#common_header.common__header_login .common__header_point img {
    width: 17px
}

@media screen and (max-width: 1080px) {
    #common_header .common__header__inner>div:first-of-type a:first-child {
        width:90px;
        margin-right: 10px
    }

    #common_header .common__header__inner>div:first-of-type a {
        margin-right: 10px;
        font-size: 12px
    }

    #common_header .login_mode .point_num {
        padding: 0 10px
    }

    #common_header.common__header_login .common__header_point {
        width: 136px;
        padding-left: 3px
    }

    #common_header.common__header_login .common__header_point strong {
        margin: 0 4px 0 8px;
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    #common_header.common__header {
        width:100%
    }

    #common_header.common__header nav {
        display: none;
        position: absolute;
        background: #555;
        width: 100%
    }

    #common_header .common__header__inner nav a {
        color: #fff
    }

    #common_header .common__header__inner>div:first-of-type a {
        display: none
    }

    #common_header .common__header__inner>div:first-of-type a:first-child {
        display: flex;
        background: #333;
        width: 130px;
        height: 70px;
        justify-content: center
    }

    #common_header .common__header__inner>div:first-of-type a:first-child img {
        width: 98px
    }

    #common_header .common__header__inner>div:last-of-type a {
        height: 60px;
        line-height: 60px;
        padding: 0 7px
    }

    #common_header .common__header__inner>div:last-of-type>div {
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border-left: none;
        font-size: 12px;
        padding-left: 0
    }

    #common_header .common__header__inner>div:last-of-type a {
        height: auto;
        line-height: 2;
        border: none
    }

    #common_header .common__header__inner .btn_menu {
        display: block!important;
        border-left: 1px dotted #ccc
    }

    #common_header.common__header_login .common__header__inner>div:last-of-type {
        width: 100%
    }

    #common_header.common__header_login .common__header_point {
        margin: 0 auto
    }

    #common_header .common__header_point {
        display: none!important
    }

    #common_header.common__header_login .common__header_point {
        display: flex!important;
        justify-content: center;
        align-items: center;
        border-left: 1px solid #ccc;
        font-size: 10px
    }

    #common_header_sp.sp_menu {
        background: #555;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        z-index: 100
    }

    #common_header_sp.sp_menu a {
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0;
        border-top: 1px solid #777;
        color: #fff
    }

    #common_header_sp.sp_menu a span:first-child {
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    #common_header_sp.sp_menu a img {
        width: auto;
        height: 15px
    }

    #common_header_sp.sp_menu a:hover {
        background: #797878
    }

    #common_header_sp.sp_menu li:first-child a {
        border-top: none
    }

    #common_header_sp.sp_menu li:first-child img,#common_header_sp.sp_menu li:last-child img {
        height: 18px
    }

    #common_header .inner_wrap h2 {
        font-size: 22px
    }

    #common_header .shops_home {
        padding: 130px 10px 0!important
    }
}

@media screen and (max-width: 1080px) {
    #common_header .common__header__inner>div:first-of-type a:first-child {
        width:90px;
        margin-right: 10px
    }

    #common_header .common__header__inner>div:first-of-type a {
        margin-right: 10px;
        font-size: 12px
    }

    #common_header .login_mode .point_num {
        padding: 0 10px
    }
}

@media screen and (max-width: 767px) {
    #common_header.common__header {
        width:100%
    }

    #common_header.common__header nav {
        display: none;
        position: absolute;
        background: #555;
        width: 100%
    }

    #common_header .common__header__inner nav a {
        color: #fff
    }

    #common_header .common__header__inner>div:first-of-type a {
        display: none
    }

    #common_header .common__header__inner>div:first-of-type a:first-child {
        display: flex
    }

    #common_header .common__header__inner>div:last-of-type a {
        height: 40px;
        line-height: 40px;
        padding: 0 7px
    }

    #common_header .common__header__inner>div:last-of-type>div {
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border-left: none;
        font-size: 12px
    }

    #common_header .common__header__inner>div:last-of-type a {
        height: auto;
        line-height: 2
    }

    #common_header .inner_wrap h2 {
        font-size: 22px
    }

    #common_header .calendar_sec .flex_box {
        margin-bottom: 20px;
        flex-wrap: wrap
    }

    #common_header .calendar_sec .flex_box .text {
        padding: 0
    }
}

@media screen and (max-width: 360px) {
    #common_header .category_tab>div {
        font-size:12px
    }

    #common_header .common__header__inner>div:first-of-type a:first-child {
        width: 100px!important;
        margin-right: 0!important
    }
}

#common_header a {
	color: #000;
}

@media screen and (min-width: 768px) {
	#common_header .common__header_logo_w {
		width: 99px !important;
	}
}