@media screen and (min-width: 769px) {
    #content {
        min-width: 1000px;
        width: 100% !important;
    }
    .content-wrap {
        margin-right: auto;
        margin-left: auto;
        width: 1000px;
        text-align: center;
    }
    .crumb {
        margin-bottom: 10px;
    }
}

.clnmn {
    position: fixed;
    top: 0;
    z-index: 20;
    display: none;
    width: 100%;
}

.clnmn.scll {
    display: block;
}

.clnmn .menuArea {
    position: static !important;
}

nav.localMenu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #FFF600;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
}

nav.localMenu ul {
    display: table;
    margin: 0 auto;
}

nav.localMenu li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

nav.localMenu li:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #562100;
    content: '';
}

nav.localMenu li:last-child:after {
    display: none;
}

nav.localMenu li a {
    display: block;
    padding: 14px 20px;
    color: #562100;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
}

@media screen and (min-width: 769px) {
    nav.localMenu li a {
        display: block;
        padding: 20px 40px;
        text-decoration: none;
        font-size: 18px;
        -webkit-transition: opacity 0.6s ease-out;
                transition: opacity 0.6s ease-out;
    }
    nav.localMenu li a:hover {
        opacity: 0.8;
        -webkit-transition: opacity 0.1s ease-out;
                transition: opacity 0.1s ease-out;
    }
}

nav.localMenu.top {
    position: static;
}

.main-visual {
    background-image: url(../image/mv_green.png), url(../image/mv_bg3.png);
    background-position: center bottom, center top;
    background-size: 10.8vw auto, 10.66667vw auto;
    background-repeat: repeat-x, repeat;
}

@media screen and (min-width: 769px) {
    .main-visual {
        min-width: 1000px;
        background-position: center 540px, center top;
        background-size: 81px auto, 80px auto;
    }
}

.main-visual-img {
    width: 100%;
    background-size: 100% auto;
}

@media screen and (min-width: 769px) {
    .main-visual-img {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        padding-top: 0;
        width: 1000px;
        height: 653px;
    }
}

.content-1 {
    padding: 4vw 0 8.66667vw;
}

.content-1 .title {
    margin: 0 auto;
    width: 93.33333vw;
    height: 62vw;
}

.content-1 .title_sub {
    margin: 3.46667vw auto 3.73333vw;
    width: 92vw;
    height: 11.2vw;
}

.content-1 .feat {
    margin: 0 auto;
    width: 90.53333vw;
    height: 109.46667vw;
}

@media screen and (min-width: 769px) {
    .content-1 {
        padding: 45px 0 65px;
    }
    .content-1 .title {
        width: 700px;
        height: 452px;
    }
    .content-1 .title_sub {
        margin: 39px auto 44px;
        width: 586px;
        height: 71px;
    }
    .content-1 .feat {
        width: 941px;
        height: 344px;
    }
}

.bg-yellow {
    padding: 8vw 0 12vw;
    background-image: url(../image/tx_y.png);
    background-position: center top;
    background-size: 10.66667vw auto;
}

.bg-yellow .content .vege {
    margin: 0 auto;
    width: 94.66667vw;
}

.bg-yellow .content .apple,
.bg-yellow .content .aqua,
.bg-yellow .content .yogurt {
    margin: 4vw auto 0;
    width: 94.66667vw;
}
.bg-yellow .content .calpis {
    margin: 4vw auto 0;
    width: 94.9333vw;
}

.bg-yellow .content .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10.4vw auto 0;
    width: 92vw;
    height: 16vw;
    border-radius: 1.33333vw;
    background: #FF8301;
}

.bg-yellow .content .btn img {
    width: 63.46667vw;
    height: 5.73333vw;
}

@media screen and (min-width: 769px) {
    .bg-yellow {
        padding: 70px 0 80px;
        background-size: 80px auto;
    }
    .bg-yellow .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
    .bg-yellow .content .vege {
        width: 1000px;
        height: 440px;
    }
    .bg-yellow .content .apple {
        margin: 30px 0 0;
        width: 1000px;
        height: auto;
    }
    .bg-yellow .content .aqua {
        margin: 30px 20px 0 0;
        width: 1000px;
        height: auto;
    }
    .bg-yellow .content .yogurt {
        margin: 30px 0 0;
        width: 1000px;
        height: 410px;
    }
    .bg-yellow .content .calpis {
        margin: 37px auto 0;
        width: 712px;
        height: auto;
    }
    .bg-yellow .content .btn {
        margin: 56px auto 0;
        width: 320px;
        height: 70px;
        border-radius: 5px;
        cursor: pointer;
    }
    .bg-yellow .content .btn:hover {
        background: #FF9210;
    }
    .bg-yellow .content .btn img {
        width: 257px;
        height: 21px;
    }
}

.bg-purple {
    margin-top: 5.86667vw;
    padding-bottom: 9.33333vw;
    background-image: url(../image/tx_p.jpg);
    background-position: center top;
    background-size: 17.33333vw auto;
}

.bg-purple .content-wrap .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-purple .content-wrap .content .title {
    margin: -5.86667vw auto 1.06667vw;
    width: 92vw;
    height: 34.4vw;
}

.bg-purple .content-wrap .content .case {
    position: relative;
    margin: 0 auto 1.33333vw;
    width: 96vw;
}

.bg-purple .content-wrap .content .case .btn {
    position: absolute;
    right: 5.06667vw;
    bottom: 34.4vw;
    width: 30.66667vw;
    height: 6.93333vw;
}

@media screen and (min-width: 769px) {
    .bg-purple {
        margin-top: 33px;
        padding-bottom: 85px;
        background-position: center top;
        background-size: 146px auto;
    }
    .bg-purple .content-wrap {
        width: 1010px;
    }
    .bg-purple .content-wrap .content .title {
        margin: 0 197px 60px 203px;
        width: 600px;
        height: 214px;
    }
    .bg-purple .content-wrap .content .case {
        margin: 0;
        width: 500px;
    }
    .bg-purple .content-wrap .content .case:nth-of-type(2n+1) {
        margin-left: 10px;
    }
    .bg-purple .content-wrap .content .case:nth-of-type(-n+2) {
        margin-bottom: 10px;
    }
    .bg-purple .content-wrap .content .case .btn {
        position: absolute;
        right: 30px;
        bottom: 25px;
        width: 190px;
        height: 40px;
        cursor: pointer;
    }
}

.bg-white .content {
    padding-bottom: 4.8vw;
}

.bg-white .content .title {
    margin: 0 auto 4vw;
    width: 92vw;
    height: 34.4vw;
}

@media screen and (min-width: 769px) {
    .bg-white .content {
        padding-bottom: 63px;
    }
    .bg-white .content .title {
        margin-bottom: 50px;
        width: 600px;
        height: 238px;
    }
}

.care {
    padding: 95px 0;
    border-bottom: 1px solid #f1e7de;
}
.care a {
    display: block;
    width: 607px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .care {
        padding: 10vw 0;
    }
    .care a {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}


.banners {
    padding: 3.5% 10%;
    border-top: #F1E7DE 1px solid;
}

@media screen and (min-width: 769px) {
    .banners {
        padding: 0;
        font-size: 0;
    }
}

.banners a {
    display: block;
    margin: 3% 0;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .banners a {
        display: inline-block;
        margin: 60px 22px 30px;
    }
}

/* --------------------------------------------
    modal
   -------------------------------------------- */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.modal * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.modal .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.modal .modal_main {
    position: relative;
    background: #FFFFFF;
    color: #562100;
    font-weight: bold;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
}

.modal .modal_main .btn_close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26.66667vw;
    height: 9.33333vw;
    border-radius: 1.33333vw;
    background: #FF8301;
}

.modal .modal_main .btn_close picture {
    line-height: 4.13333vw;
}

.modal .modal_main .btn_close img {
    width: 19.2vw;
    height: 4.13333vw;
}

.modal .modal_main .wrap {
    padding: 12.66667vw 4vw 7.33333vw;
    width: 100%;
    height: 100%;
}

.modal .modal_main .title {
    margin: 0 auto 8vw;
    width: 81.46667vw;
    height: 35.06667vw;
    text-align: center;
}

.modal .modal_main .title2 {
    display: none;
}

.modal .modal_main p.notice {
    margin: 0 auto 2vw;
    padding-left: 1.5em;
    background: url(../image/modal_icon.png) no-repeat;
    background-size: 4.8vw 4.93333vw;
    font-weight: bold;
    font-weight: 500;
    font-size: 4vw;
    line-height: 4.93333vw;
}

.modal .modal_main p.txt {
    font-weight: normal;
    font-weight: 400;
    font-size: 3.2vw;
}

.modal .modal_main p.txt strong {
    color: #E91616;
    font-weight: normal;
    font-weight: 400px;
}

.modal .modal_main p.txt strong .line {
    text-decoration: underline;
}

.modal .modal_main ul li {
    position: relative;
    padding-left: 1.2em;
    font-size: 3.2vw;
    line-height: 1.5em;
}

.modal .modal_main ul li::before {
    position: absolute;
    top: 0.53333vw;
    left: 0;
    width: 2.93333vw;
    height: 2.93333vw;
    border-radius: 50%;
    background: #562100;
    content: '';
}

.modal .modal_main ul li:nth-child(3) {
    color: #E91616;
}

.modal .modal_main ul li:nth-child(3)::before {
    background: #E91616;
}

.modal .modal_main ul li strong {
    color: #E91616;
    font-weight: normal;
    font-weight: 400;
}

.modal .modal_main ul li strong .line {
    text-decoration: underline;
}

.modal .modal_main .table_wrap {
    margin: 5.33333vw 0 8.66667vw;
}

.modal .modal_main .table_wrap table {
    border-collapse: collapse;
}

.modal .modal_main .table_wrap table thead th:nth-of-type(1) {
    width: 34.66667vw;
}

.modal .modal_main .table_wrap table th,
.modal .modal_main .table_wrap table td {
    padding: 1.33333vw 2vw;
    border: #DED3CF solid 0.26667vw;
    font-weight: bold;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
}

.modal .modal_main .table_wrap table th {
    background: #F8F6F5;
    vertical-align: middle;
    text-align: center;
    font-size: 3.73333vw;
}

.modal .modal_main .table_wrap table td {
    vertical-align: top;
    font-size: 3.2vw;
}

.modal .modal_main .table_wrap2 {
    overflow: auto;
    margin: 5.33333vw 0 7.6vw;
}

.modal .modal_main .table_wrap2 table {
    width: 446.66667vw;
    border-collapse: collapse;
}

.modal .modal_main .table_wrap2 table th,
.modal .modal_main .table_wrap2 table td {
    border: #DED3CF solid 2px;
    font-weight: bold;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
}

.modal .modal_main .table_wrap2 table th {
    height: 34px;
    background: #F8F6F5;
    vertical-align: middle;
    text-align: center;
    font-size: 3.73333vw;
}

.modal .modal_main .table_wrap2 table td {
    vertical-align: top;
    font-size: 2.93333vw;
}

.modal .modal_main .table_wrap2 table thead tr th {
    width: 13.33333vw;
}

.modal .modal_main .table_wrap2 table thead tr th:nth-of-type(1) {
    width: 56vw;
    border-left-width: 0.4vw;
}

.modal .modal_main .table_wrap2 table thead tr th:nth-of-type(2) {
    background: #FFFEBB;
}

.modal .modal_main .table_wrap2 table thead tr th:nth-of-type(3) {
    background: #DDFFCE;
}

.modal .modal_main .table_wrap2 table thead tr th.empty {
    border: none;
    background: none;
}

.modal .modal_main .table_wrap2 table thead tr td {
    width: 65px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.2em;
}

.modal .modal_main .table_wrap2 table thead tr td:nth-of-type(-n+7) {
    background: #FFFEBB;
}

.modal .modal_main .table_wrap2 table thead tr td:nth-of-type(n+8) {
    background: #DDFFCE;
}

.modal .modal_main .table_wrap2 table thead tr td:nth-last-of-type(1) {
    background: #CEF8FF;
}

.modal .modal_main .table_wrap2 table tbody tr td {
    padding: 5px 10px;
    width: 65px;
    height: 52px;
    vertical-align: middle;
    text-align: center;
}

.modal .modal_main .table_wrap2 table tbody tr td:nth-of-type(1) {
    width: 280px;
    border-left-width: 3px;
    text-align: left;
}

.modal .modal_main .btn_print {
    display: none;
}

.modal .modal_main .btn_close2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 9.33333vw;
    border-radius: 1.33333vw;
    background: #FF8301;
}

.modal .modal_main .btn_close2 picture {
    line-height: 4.13333vw;
}

.modal .modal_main .btn_close2 img {
    width: 19.2vw;
    height: 4.13333vw;
}

@media screen and (min-width: 769px) {
    .modal {
        overflow: hidden;
    }
    .modal .modal_main {
        position: absolute;
        top: 50px;
        left: calc((100% - 960px) / 2);
        width: 960px;
        height: calc(100% - 100px);
    }
    .modal .modal_main .btn_close {
        top: -25px;
        right: -25px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
    }
    .modal .modal_main .btn_close picture {
        line-height: 20px;
    }
    .modal .modal_main .btn_close img {
        width: 20px;
        height: 21px;
    }
    .modal .modal_main .wrap {
        display: block;
        overflow: auto;
        padding: 60px 60px 0;
        width: 100%;
        height: 100%;
    }
    .modal .modal_main .title {
        margin: 0 auto 60px;
        width: 337px;
        height: 159px;
        text-align: center;
    }
    .modal .modal_main p.notice {
        margin: 0 auto 13px;
        padding-left: 1.7em;
        background: url(../image/modal_icon1.png) no-repeat;
        font-size: 16px;
        line-height: 21px;
    }
    .modal .modal_main p.txt {
        font-size: 12px;
    }
    .modal .modal_main ul li {
        font-size: 12px;
    }
    .modal .modal_main ul li::before {
        top: 4px;
        width: 10px;
        height: 10px;
    }
    .modal .modal_main .table_wrap {
        margin: 30px 0 40px;
    }
    .modal .modal_main .table_wrap table thead th:nth-of-type(1) {
        width: 280px;
    }
    .modal .modal_main .table_wrap table th,
    .modal .modal_main .table_wrap table td {
        padding: 8px 10px;
        border: #DED3CF solid 2px;
        letter-spacing: 0.1em;
    }
    .modal .modal_main .table_wrap table th {
        font-size: 16px;
    }
    .modal .modal_main .table_wrap table td {
        font-size: 12px;
    }
    .modal .modal_main .table_wrap2 {
        overflow: auto;
        margin: 30px 0 40px;
    }
    .modal .modal_main .table_wrap2 table {
        width: 2165px;
    }
    .modal .modal_main .table_wrap2 table th,
    .modal .modal_main .table_wrap2 table td {
        padding: 5px 0;
        letter-spacing: 0.1em;
    }
    .modal .modal_main .table_wrap2 table th {
        font-size: 16px;
    }
    .modal .modal_main .table_wrap2 table td {
        font-size: 12px;
    }
    .modal .modal_main .table_wrap2 table thead tr th {
        width: 65px;
    }
    .modal .modal_main .table_wrap2 table thead tr th:nth-of-type(1) {
        width: 280px;
        border-left-width: 3px;
    }
    .modal .modal_main .table_wrap2 table thead tr th:nth-of-type(2) {
        background: #FFFEBB;
    }
    .modal .modal_main .table_wrap2 table thead tr th:nth-of-type(3) {
        background: #DDFFCE;
    }
    .modal .modal_main .table_wrap2 table thead tr th.empty {
        border: none;
        background: none;
    }
    .modal .modal_main .table_wrap2 table thead tr td {
        width: 65px;
        vertical-align: middle;
        text-align: center;
        line-height: 1.2em;
    }
    .modal .modal_main .table_wrap2 table thead tr td:nth-of-type(-n+7) {
        background: #FFFEBB;
    }
    .modal .modal_main .table_wrap2 table thead tr td:nth-of-type(n+8) {
        background: #DDFFCE;
    }
    .modal .modal_main .table_wrap2 table thead tr td:nth-last-of-type(1) {
        background: #CEF8FF;
    }
    .modal .modal_main .table_wrap2 table tbody tr td {
        padding: 5px 10px;
        width: 65px;
        height: 52px;
        vertical-align: middle;
        text-align: center;
    }
    .modal .modal_main .table_wrap2 table tbody tr td:nth-of-type(1) {
        width: 280px;
        border-left-width: 3px;
        text-align: left;
    }
    .modal .modal_main .btn_print {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 60px;
        width: 240px;
        height: 60px;
        border-radius: 10px;
        background: #FF8301;
        cursor: pointer;
    }
    .modal .modal_main .btn_print:hover {
        background-color: #FF9715;
    }
    .modal .modal_main .btn_close2 {
        display: none;
    }
}

@media print {
    .modalOpen header,
    .modalOpen #content,
    .modalOpen .crumb,
    .modalOpen .menuArea,
    .modalOpen .group-breadcrumbs,
    .modalOpen #brand_footer {
        display: none !important;
    }
    .modalOpen #pageTop {
        display: none !important;
        opacity: 0 !important;
    }
    .modalOpen .modal {
        position: relative;
        display: block;
    }
    .modalOpen .modal .bg {
        display: none;
    }
    .modalOpen .modal .modal_main {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .modalOpen .modal .modal_main .btn_close {
        display: none;
    }
    .modalOpen .modal .modal_main .wrap {
        overflow: auto;
        padding: 30px;
        width: 100%;
        height: 100%;
    }
    .modalOpen .modal .modal_main .title,
    .modalOpen .modal .modal_main .title2 {
        display: block;
        margin: 0 auto 20px;
        width: 200px;
        height: auto;
        text-align: center;
    }
    .modalOpen .modal .modal_main .title img,
    .modalOpen .modal .modal_main .title2 img {
        width: 100%;
        height: auto;
    }
    .modalOpen .modal .modal_main p.notice {
        margin: 0 auto 8px;
        padding-left: 1.7em;
        background: url(../image/modal_icon1.png) no-repeat;
        background-position: left center;
        background-size: 14px 14px;
        font-size: 12px;
        line-height: 1.5em;
    }
    .modalOpen .modal .modal_main p.txt {
        font-size: 10px;
    }
    .modalOpen .modal .modal_main ul li {
        font-size: 10px;
    }
    .modalOpen .modal .modal_main ul li::before {
        top: 2px;
        width: 8px;
        height: 8px;
    }
    .modalOpen .modal .modal_main .pagebreak {
        page-break-before: always;
    }
    .modalOpen .modal .modal_main .table_wrap {
        margin: 20px 0 30px;
    }
    .modalOpen .modal .modal_main .table_wrap table thead th:nth-of-type(1) {
        width: 30%;
    }
    .modalOpen .modal .modal_main .table_wrap table th,
    .modalOpen .modal .modal_main .table_wrap table td {
        padding: 4px 5px;
        border: #DED3CF solid 1px;
        letter-spacing: 0.1em;
    }
    .modalOpen .modal .modal_main .table_wrap table th {
        font-size: 11px;
    }
    .modalOpen .modal .modal_main .table_wrap table td {
        font-size: 8.5px;
    }
    .modalOpen .modal .modal_main .table_wrap2 {
        overflow: auto;
        margin: 20px 0 30px;
    }
    .modalOpen .modal .modal_main .table_wrap2 table {
        width: 99%;
    }
    .modalOpen .modal .modal_main .table_wrap2 table th,
    .modalOpen .modal .modal_main .table_wrap2 table td {
        padding: 3px 0;
        border: #DED3CF solid 1px;
        letter-spacing: 0.1em;
    }
    .modalOpen .modal .modal_main .table_wrap2 table th {
        height: auto;
        font-size: 11px;
    }
    .modalOpen .modal .modal_main .table_wrap2 table td {
        font-size: 8.5px;
    }
    .modalOpen .modal .modal_main .table_wrap2 table thead tr th {
        width: 3%;
    }
    .modalOpen .modal .modal_main .table_wrap2 table thead tr th:nth-of-type(1) {
        width: 14%;
        border-left-width: 1px;
    }
    .modalOpen .modal .modal_main .table_wrap2 table thead tr th:nth-of-type(2) {
        background: #FFFEBB;
    }
    .modalOpen .modal .modal_main .table_wrap2 table thead tr th:nth-of-type(3) {
        background: #DDFFCE;
    }
    .modalOpen .modal .modal_main .table_wrap2 table thead tr th.empty {
        border: none;
        background: none;
    }
    .modalOpen .modal .modal_main .table_wrap2 table thead tr td {
        width: 3%;
        vertical-align: middle;
        text-align: center;
        line-height: 1.2em;
    }
    .modalOpen .modal .modal_main .table_wrap2 table thead tr td:nth-of-type(-n+7) {
        background: #FFFEBB;
    }
    .modalOpen .modal .modal_main .table_wrap2 table thead tr td:nth-of-type(n+8) {
        background: #DDFFCE;
    }
    .modalOpen .modal .modal_main .table_wrap2 table thead tr td:nth-last-of-type(1) {
        background: #CEF8FF;
    }
    .modalOpen .modal .modal_main .table_wrap2 table tbody tr td {
        padding: 2px 6px;
        width: 3%;
        height: 48px;
        vertical-align: middle;
        text-align: center;
    }
    .modalOpen .modal .modal_main .table_wrap2 table tbody tr td:nth-of-type(1) {
        width: 14%;
        border-left-width: 1px;
        text-align: left;
    }
    .modalOpen .modal .modal_main .btn_print {
        display: none;
    }
    .modalOpen .modal .modal_main .btn_close2 {
        display: none;
    }
}
