@charset "utf-8";

/*********************************************************************
*
*  For ALL
*
*********************************************************************/

/* ---------------------------------------------------- */
/* html body */
/* ---------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    /* iPhone */
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    width: 100%;
    /*    min-width: 1200px;*/
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #2a2b2b;
    font-size: 1.4rem;
    line-height: 1.3;
    /*        letter-spacing: 0.05em;*/
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background-color: #fbfbfb;
    overflow: hidden;
}

@media (max-width: 919px) {
    body {
        min-width: 320px;
    }
}

/* ---------------------------------------------------- */
/* wrap */
/* ---------------------------------------------------- */
#wrap {
    opacity: 0;
    max-height: 999999px;
    /* android chrome フォントサイズバグ回避 */
    /*    opacity: 0;*/
    overflow-x: hidden;
}

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
#contents_wrap {
    padding-top: 100px;
}

@media (max-width: 919px) {
    #contents_wrap {
        padding-top: 75px;
    }
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #fbfbfb;
    z-index: 100;
    transition: 0.3s ease-in-out;
}

header .block_top,
header .block_bottom {
    position: relative;
    border-bottom: 1px solid #bdbdbe;
    transition: 0.3s ease-in-out;
}

header .block_top {
    height: 55px;
}

header .block_bottom {
    height: 45px;
}

header .header_inner {
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1600px;
    height: 100%;
}

header .site_ttl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    transition: 0.3s ease-in-out;
}

header .site_ttl a {
    display: block;
}

header .btn_toggle_search {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header .btn_toggle_search div {
    position: relative;
    width: 16px;
    height: 16px;
}

header .btn_toggle_search div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../img/ico/search_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

header .btn_toggle_search.show div:before {
    opacity: 0;
}

header .btn_toggle_search div>span span,
header .btn_toggle_search div>span:before,
header .btn_toggle_search div>span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2a2b2b;
    border-radius: 2px;
    transform-origin: center center;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

header .btn_toggle_search div>span span {
    opacity: 0;
    transform: translateY(-1px);
}

header .btn_toggle_search div>span:before {
    transform: translateY(-6px);
}

header .btn_toggle_search div>span:after {
    transform: translateY(4px);
}

header .btn_toggle_search.show div>span span,
header .btn_toggle_search.show div>span:before,
header .btn_toggle_search.show div>span:after {
    width: 100% !important;
    opacity: 1;
}

header .btn_toggle_search.show div>span span {
    opacity: 0;
}

header .btn_toggle_search.show div>span:before {
    transform: translateY(-50%) rotate(-45deg);
}

header .btn_toggle_search.show div>span:after {
    bottom: 0;
    transform: translateY(-50%) rotate(45deg);
}

header .btn_toggle_megamenu {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

header .btn_toggle_megamenu div {
    position: relative;
    width: 16px;
    height: 16px;
}

header .btn_toggle_megamenu div>span span,
header .btn_toggle_megamenu div>span:before,
header .btn_toggle_megamenu div>span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #2a2b2b;
    border-radius: 2px;
    transform-origin: center center;
    transition: 0.3s ease-in-out;
}

header .btn_toggle_megamenu:hover div>span span {
    width: 66.6%;
}

header .btn_toggle_megamenu:hover div>span:after {
    width: 33.3%;
}

header .btn_toggle_megamenu div>span span {
    transform: translateY(-1px);
}

header .btn_toggle_megamenu div>span:before {
    transform: translateY(-6px);
}

header .btn_toggle_megamenu div>span:after {
    transform: translateY(4px);
}

header .btn_toggle_megamenu.show div>span span,
header .btn_toggle_megamenu.show div>span:before,
header .btn_toggle_megamenu.show div>span:after {
    width: 100% !important;
}

header .btn_toggle_megamenu.show div>span span {
    opacity: 0;
}

header .btn_toggle_megamenu.show div>span:before {
    transform: translateY(-50%) rotate(-45deg);
}

header .btn_toggle_megamenu.show div>span:after {
    bottom: 0;
    transform: translateY(-50%) rotate(45deg);
}

header .menu-gnav1-container {
    width: 100%;
    height: 100%;
}

header .menu-gnav1-container ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

header .menu-gnav1-container li+li {
    margin-left: 5px;
}

header .menu-gnav1-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    color: #2a2b2b;
    font-size: 1.6rem;
    line-height: 1;
}

header .menu-gnav1-container a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(13px);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2a2b2b;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

header .menu-gnav1-container a:hover:after {
    opacity: 1;
}

header .btn_contact {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    min-width: 110px;
    height: 20px;
    border: 1px solid #2a2b2b;
    color: #FFF;
    font-size: 1.1rem;
    text-align: center;
    text-decoration: none !important;
    background-color: #2a2b2b;
    border-radius: 3px;
}

header .btn_contact:hover {
    color: #2a2b2b;
    background-color: #FFF;
}

header .btn_contact span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 100%;
}

header .btn_contact span:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}

header .btn_contact:hover span:after {
    border-color: #2a2b2b;
}


@media (min-width: 920px) {
    .page_scroll header {
        height: 70px;
    }

    .page_scroll header .block_top {
        height: 35px;
    }

    .page_scroll header .block_bottom {
        height: 35px;
    }

    .page_scroll header .site_ttl {
        transform: translate(-50%, -50%) scale(0.8);
    }
}

@media (max-width: 919px) {
    header {
        height: 75px;
        background-color: #fbfbfb;
    }

    .page_scroll header {
        transform: translateY(-75px);
    }

    .header_show header {
        transform: translateY(0);
        /* グロナビだけ表示させる場合は-35px*/
    }

    .page_scroll_first header {
        transform: translateY(0px);
    }

    .megamenu_show header,
    .search_show header {
        transform: translateY(0px);
    }

    header .block_top {
        height: 35px;
    }

    header .block_bottom {
        height: 40px;
    }

    header .header_inner {
        padding: 0 0;
    }

    header .site_ttl {
        width: 145px;
    }

    header .btn_toggle_search {
        left: 15px;
    }

    header .btn_toggle_megamenu {
        right: 15px;
    }

    header .btn_toggle_megamenu div>span span,
    header .btn_toggle_megamenu div>span:before,
    header .btn_toggle_megamenu div>span:after {
        width: 100% !important;
    }

    header .menu-gnav1-container {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    header .menu-gnav1-container::-webkit-scrollbar {
        width: 0;
        height: 4px;
    }

    header .menu-gnav1-container::-webkit-scrollbar-track {
        border-radius: 0;
        background-color: #fbfbfb;
    }

    header .menu-gnav1-container::-webkit-scrollbar-thumb {
        background-color: #898989;
        border-radius: 0;
    }

    header .menu-gnav1-container ul {
        justify-content: flex-start;
    }

    header .menu-gnav1-container a {
        font-size: 1.3rem;
        white-space: nowrap;
    }

    header .menu-gnav1-container a:hover:after {
        opacity: 0;
    }

    header .menu-gnav1-container li,
    header .menu-gnav1-container li+li {
        margin: 0;
        padding: 0 15px;
    }

    header .btn_contact {
        display: none;
    }
}

/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer .block_top,
footer .block_bottom {
    position: relative;
}

footer .block_top {
    padding: 65px 0;
    background-color: #000;
}

footer .block_bottom {
    padding: 25px 0;
    background-color: #3e3a39;
}

footer .footer_inner {
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1600px;
    height: 100%;
}

footer .site_ttl {
    margin: 0 auto;
    width: 218px;
}

footer .site_ttl a {
    display: block;
}

footer .menu-fnav1-container {
    margin-top: 40px;
}

footer .menu-fnav1-container ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 500px;
}

footer .menu-fnav1-container li {
    padding: 0 20px;
    margin-bottom: 20px;
}

footer .menu-fnav1-container a {
    position: relative;
    display: block;
    color: #9b9797;
    line-height: 1;
}

footer .menu-fnav1-container a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9b9797;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

footer .menu-fnav1-container a:hover:after {
    opacity: 1;
}

footer .menu-snsnav-container {
    margin-top: 20px;
}

footer .menu-snsnav-container ul {
    display: flex;
    justify-content: center;
}

footer .menu-snsnav-container li+li {
    margin-left: 35px;
}

footer .menu-snsnav-container a {
    display: block;
    width: 28px;
    height: 28px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

footer .menu-snsnav-container a:hover {
    opacity: 0.6;
}

footer .menu-snsnav-container .in a {
    background-image: url(../img/ico/sns_in_2.svg);
}

footer .menu-snsnav-container .tw a {
    background-image: url(../img/ico/sns_tw_2.svg);
}

footer .menu-snsnav-container .fb a {
    background-image: url(../img/ico/sns_fb_2.svg);
}

footer .menu-snsnav-container .yt a {
    background-image: url(../img/ico/sns_yt_2.svg);
}

footer .menu-snsnav-container .pi a {
    background-image: url(../img/ico/sns_pi_2.svg);
}

footer .menu-fnav2-container ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer .menu-fnav2-container ul+ul {
    margin-top: 10px;
}

footer .menu-fnav2-container li+li {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #838183;
}

footer .menu-fnav2-container a {
    display: block;
    color: #838183;
    font-size: 1.2rem;
    line-height: 1;
}

footer .menu-fnav2-container a:hover {
    text-decoration: underline;
}

footer .copyright {
    margin-top: 20px;
    color: #838183;
    font-size: 1.1rem;
    text-align: center;
}

@media (max-width: 919px) {
    footer .block_top {
        padding: 35px 0;
    }

    footer .block_bottom {
        padding: 18px 0;
    }

    footer .footer_inner {
        padding: 0 5px;
    }

    footer .site_ttl {
        width: 137px;
    }

    footer .menu-fnav1-container {
        margin-top: 25px;
    }

    footer .menu-fnav1-container ul {
        justify-content: center;
        width: 100%;
    }

    footer .menu-fnav1-container li {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    footer .menu-fnav1-container a {
        font-size: 1.2rem;
    }

    footer .menu-snsnav-container li+li {
        margin-left: 20px;
    }

    footer .menu-snsnav-container a {
        width: 20px;
        height: 20px;
    }

    footer .menu-fnav2-container ul+ul {
        margin-top: 0;
    }

    footer .menu-fnav2-container li {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    footer .menu-fnav2-container li+li {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }

    footer .menu-fnav2-container a {
        font-size: 1.1rem;
    }

    footer .copyright {
        margin-top: 8px;
    }
}

/* ---------------------------------------------------- */
/* modal_wrap */
/* ---------------------------------------------------- */
.modal_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 55px;
    width: 100%;
    height: calc(100% - 55px);
    background-color: #ebebeb;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    transition: top 0.3s ease-in-out, height 0.3s ease-in-out;
}

.modal_wrap .block {
    width: 100%;
}

.modal_wrap .modal_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 65px 40px;
    margin: 0 auto;
    max-width: 1080px;
}

.modal_wrap .ttl {
    margin-bottom: 30px;
    color: #63676b;
    font-size: 1.1rem;
    line-height: 1;
}

.modal_wrap .populartags .list {
    margin-bottom: -20px;
    display: flex;
    flex-wrap: wrap;
}

.modal_wrap .populartags .list li {
    margin-bottom: 20px;
    margin-right: 20px;
}

.modal_wrap .populartags .list a {
    display: block;
    font-size: 1.4rem;
    color: #2a2b2b;
    line-height: 1;
}

.modal_wrap .populartags .list a:hover {
    opacity: 0.6;
}

.modal_wrap .populartags .list a:before {
    content: "#";
}

.modal_wrap .populartags .btn_more {
    margin-top: 20px;
    display: inline-block;
    font-size: 1.4rem;
    color: #2a2b2b;
    line-height: 1;
}

@media (min-width: 920px) {
    .page_scroll .modal_wrap {
        top: 35px;
        height: calc(100% - 35px);
    }
}

@media (max-width: 919px) {
    .modal_wrap {
        top: 35px;
        height: calc(100% - 35px);
    }

    .modal_wrap .modal_inner {
        display: block;
        padding: 30px 25px;
    }

    .modal_wrap .ttl {
        margin-bottom: 15px;
    }
}

/* ---------------------------------------------------- */
/* modal_megamenu_wrap */
/* ---------------------------------------------------- */
.modal_megamenu_wrap .block_top_left {
    width: 75%;
}

.modal_megamenu_wrap .block_top_right {
    padding-left: 8%;
    width: auto;
    border-left: 1px solid #dfdedf;
}

.modal_megamenu_wrap .block_bottom {
    padding-top: 30px;
    margin-top: 30px;
    width: 100%;
    border-top: 1px solid #dfdedf;
}

.modal_megamenu_wrap .category nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -35px;
}

.modal_megamenu_wrap .category nav li {
    margin-bottom: 35px;
    min-width: 300px;
}

.modal_megamenu_wrap .category nav a {
    display: inline-block;
    position: relative;
    font-size: 2.2rem;
    color: #2a2b2b;
    line-height: 1;
}

.modal_megamenu_wrap .category nav a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2a2b2b;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.modal_megamenu_wrap .category nav a:hover:after {
    opacity: 1;
}

.modal_megamenu_wrap .othercontents1 nav ul {
    margin-bottom: -35px;
}

.modal_megamenu_wrap .othercontents1 nav li {
    margin-bottom: 35px;
}

.modal_megamenu_wrap .othercontents1 nav a {
    display: inline-block;
    position: relative;
    font-size: 2.2rem;
    color: #2a2b2b;
    line-height: 1;
}

.modal_megamenu_wrap .othercontents1 nav a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2a2b2b;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.modal_megamenu_wrap .othercontents1 nav a:hover:after {
    opacity: 1;
}

.modal_megamenu_wrap .followus {
    padding-top: 50px;
}

.modal_megamenu_wrap .followus nav ul {
    display: flex;
}

.modal_megamenu_wrap .followus nav li+li {
    margin-left: 10px;
}

.modal_megamenu_wrap .followus nav a {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.modal_megamenu_wrap .followus nav a:hover {
    opacity: 0.6;
}

.modal_megamenu_wrap .followus nav .in a {
    background-image: url(../img/ico/sns_in_1.svg);
}

.modal_megamenu_wrap .followus nav .tw a {
    background-image: url(../img/ico/sns_tw_1.svg);
}

.modal_megamenu_wrap .followus nav .fb a {
    background-image: url(../img/ico/sns_fb_1.svg);
}

.modal_megamenu_wrap .followus nav .yt a {
    background-image: url(../img/ico/sns_yt_1.svg);
}

.modal_megamenu_wrap .followus nav .pi a {
    background-image: url(../img/ico/sns_pi_1.svg);
}

.modal_megamenu_wrap .othercontents2 {
    padding-top: 30px;
    margin-top: 30px;
    width: 100%;
    border-top: 1px solid #dfdedf;
}

.modal_megamenu_wrap .othercontents2 nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
}

.modal_megamenu_wrap .othercontents2 nav li {
    margin-right: 20px;
}

.modal_megamenu_wrap .othercontents2 nav a {
    display: inline-block;
    position: relative;
    font-size: 1.1rem;
    color: #2a2b2b;
    line-height: 1;
}

.modal_megamenu_wrap .othercontents2 nav a:hover {
    text-decoration: underline;
}

.modal_megamenu_wrap .copyright {
    margin-top: -14px;
    color: #63676b;
    font-size: 1.1rem;
    text-align: right;
}

@media (max-width: 919px) {
    .modal_megamenu_wrap .block_top_left {
        width: 100%;
        padding-bottom: 20px;
    }

    .modal_megamenu_wrap .block_top_right {
        padding-top: 20px;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #dfdedf;
        width: 100%;
    }

    .modal_megamenu_wrap .block_bottom {
        margin-top: 20px;
        padding-top: 20px;
    }

    .modal_megamenu_wrap .category nav ul {
        display: block;
        margin-bottom: -18px;
    }

    .modal_megamenu_wrap .category nav li {
        margin-bottom: 18px;
        min-width: auto;
    }

    .modal_megamenu_wrap .category nav a {
        font-size: 2.0rem;
    }

    .modal_megamenu_wrap .category nav a:hover:after {
        opacity: 0;
    }

    .modal_megamenu_wrap .othercontents1 nav ul {
        margin-bottom: -18px;
    }

    .modal_megamenu_wrap .othercontents1 nav li {
        margin-bottom: 18px;
        min-width: auto;
    }

    .modal_megamenu_wrap .othercontents1 nav a {
        font-size: 2.0rem;
    }

    .modal_megamenu_wrap .othercontents1 nav a:hover:after {
        opacity: 0;
    }

    .modal_megamenu_wrap .followus {
        padding-top: 25px;
    }

    .modal_megamenu_wrap .othercontents2 {
        padding-top: 0;
        margin-top: 0;
        border-top: none;
    }

    .modal_megamenu_wrap .othercontents2 nav ul {
        margin-right: -15px;
    }

    .modal_megamenu_wrap .othercontents2 nav li {
        margin-right: 15px;
    }

    .modal_megamenu_wrap .copyright {
        margin-top: 20px;
    }
}

/* ---------------------------------------------------- */
/* modal_search_wrap */
/* ---------------------------------------------------- */
@media (min-width: 920px) {
    .modal_search_sp_wrap {
        display: none;
        opacity: 0 !important;
        transform: translateX(-9999px);
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .modal_search_pc_wrap {
        display: none;
        position: absolute;
        left: 70px;
        top: 10px;
        width: 250px;
        z-index: 1000;
    }

    .modal_search_pc_wrap .search form {
        position: relative;
        display: flex;
    }

    .modal_search_pc_wrap .search .keyword {
        padding: 7px 22px 6px 8px;
        margin: 0;
        width: 100%;
        font-size: 1.2rem;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #2a2b2b;
        outline: none;
        -webkit-appearance: none;
        border-radius: 0;
    }

    .modal_search_pc_wrap .search .keyword::placeholder {
        color: #e4e4e4;
    }

    .modal_search_pc_wrap .search .keyword::-ms-input-placeholder {
        color: #e4e4e4;
    }

    .modal_search_pc_wrap .search .btn_submit {
        position: absolute;
        right: 0;
        top: 8px;
        display: block;
        width: 16px;
        height: 16px;
        color: #FFF;
        text-decoration: none;
        border-radius: 0;
        border: none;
        background-color: transparent;
        cursor: pointer;
        outline: none;
        -webkit-appearance: none;
        background-image: url(../img/ico/search_1.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

}

@media (max-width: 919px) {
    .modal_search_pc_wrap {
        display: none;
        opacity: 0 !important;
        transform: translateX(-9999px);
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .modal_search_sp_wrap .search {
        margin-bottom: 50px;
    }

    .modal_search_sp_wrap .search form {
        position: relative;
        display: flex;
    }

    .modal_search_sp_wrap .search .keyword {
        padding: 4px 30px 4px 8px;
        margin: 0;
        width: 100%;
        font-size: 1.6rem;
        background-color: #FFF;
        border: 1px solid #63676b;
        outline: none;
        -webkit-appearance: none;
        border-radius: 5px;
    }

    .modal_search_sp_wrap .search .keyword::placeholder {
        color: #e4e4e4;
    }

    .modal_search_sp_wrap .search .keyword::-ms-input-placeholder {
        color: #e4e4e4;
    }

    .modal_search_sp_wrap .search .btn_submit {
        position: absolute;
        right: 10px;
        top: 8px;
        display: block;
        width: 16px;
        height: 16px;
        color: #FFF;
        text-decoration: none;
        border-radius: 0;
        border: none;
        background-color: transparent;
        cursor: pointer;
        outline: none;
        -webkit-appearance: none;
        background-image: url(../img/ico/search_1.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.5;
    }
}