.news_banner {
    font-size: 15px;
    border-radius: 5px;
    letter-spacing: 2px;
    width: 260px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    background-image: linear-gradient(65deg, rgba(62, 58, 57, 0.5), rgba(121, 115, 114, 0.5));
    text-decoration: none;
    position: relative;

}

.news_banner::after {
    content: '';
  width: 6px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
    top: calc(50% - 0px);
    left: calc(50% + 80px);
  

}
.news_banner::before {
    content: '';
  width: 6px;
  height: 1px;
  display: inline-block;
  background-color: #fff;
  position: absolute;
    top: calc(50% - 0px);
    right: calc(50% + 48px);

}

.banner-popup {
    display: inline-block;
    padding-left: 20px;
    color: #fff;
    font-size: 10px;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    padding-right: 20px;
}

.arrow_icon {
    width: 14px;
    vertical-align: -4px;
}
.news_banner_wrap {
    right: 70px;
    bottom: 10px;
    position: absolute;
}


@media screen and (max-width: 768px) {

    .news_banner_wrap {
    right: 0px;
    left: 14px;
    bottom: 10px;
    position: absolute;
}
   .logo-none{
        display: none;
    }

}

/* menu */

.menu_news_button {
    border-top: solid 1px #3E3A39;
    right: auto;
    bottom: auto;
    position: static;
    /* margin-top: 20px; */
    padding-top: 50px;
}

.menu_button_color {
    background-image: none;
    background-color: #3E3A39;

 }

body .header .header-nav .sns-menu {
    margin-top: 11px;
 }


@media screen and (max-width: 768px) {
    .menu_news_button {
    position: static;
    border-top: solid 1px #3E3A39;
    margin-top: 44px;
    padding-top: 37px;
}
    .menu_button_color {
    background-image: none;
    background-color: #3E3A39;
    width: 100%;

 }
}

/* campaign-banner */

body .campaign-banner {
    display: none;
    position: fixed;
    z-index: 9998;
    bottom: 119px;
    right: 10px;
    transition: .3s;
    }

@media screen and (min-width: 481px) {
    body .campaign-banner {
    display: none;
    position: fixed;
    z-index: 9998;
    bottom: 193px;
    right: 50px;
    transition: .3s;
}

}