* {
    font-family: 'Noto Sans JP', sans-serif;
    -ms-overflow-style: none;
    scrollbar-width: none;
    touch-action: none;
}

a {
    display: inline-block;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #777;
    border-radius: 10px;
}

#popup-wrapper,
#popup-wrapper2,
#popup-wrapper3 {
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    font-size: 15px;
}

#popup-wrapper {
    display: none;
}

#popup-wrapper2 {
    display: none;
}

#popup-wrapper3 {
    display: none;
}

#popup-inside,
#popup-inside2,
#popup-inside3 {
    text-align: center;
    width: 250px;
    background: white;
    box-shadow: 0 0 10px #999;
    border-radius: 5px;
    margin: 10% auto;
    padding: 5px 10px 20px;
    position: relative;
    letter-spacing: 1px;
    cursor: auto;
}

#popup-inside p,
#popup-inside2 p {
    display: block;
    font-size: 20px;
    margin: 10px auto;
}

@media screen and (orientation: portrait),
screen and (max-width: 800px) {

    #popup-inside,
    #popup-inside2 {
        margin-top: 50%;
    }

    #popup-inside3 {
        margin-top: 30%;
    }

}

.url {
    width: 100%;
    margin: 20px 0 10px;
    overflow-wrap: break-word;
    cursor: text !important;
}

.url>textarea {
    width: 90%;
    height: 100px;
    resize: none;
}

.url>textarea:focus {
    outline: none;
}


.url:hover {
    color: #333333 !important;
}

#popup a,
#popup2 a,
#popup3 a {
    background: #777;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    margin: 5px 10px;
    padding: 5px 15px;
    cursor: pointer;
    transition: .2s;
}

#popup a:hover,
#popup2 a:hover,
#popup3 a:hover {
    opacity: .8;
    transition: .2s;
}

.popup_text {
    display: inline-block;
    position: relative;
}

.popup_line::after {
    border-bottom: 2px dotted #aaa;
    content: "";
    position: absolute;
    top: 66px;
    left: 60px;
    transform: rotate(90deg);
    width: 125px;
}

.popup_book {
    color: #555 !important;
    font-size: 12px;
    position: relative;
    height: 95px;
    width: 120px;
}

.popup_book::before,
.popup_book::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 60px;
    top: 25px;
    border: 1px solid #aaa;
    background-color: #fff;
}

.popup_book::before {
    left: 13px;
}

.popup_book::after {
    right: 13px;
}

.popup_left::before,
.popup_right::after {
    background-color: #aaa;
}

.popup_icon {
    color: #555 !important;
    font-size: 20px !important;
    margin-right: 5px !important;
}

.cancel_button {
    display: inline-block;
    background: #aaa;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 10px;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 13px;
    transition: .2s;
}

.cancel_button:hover {
    opacity: .8;
    transition: .2s;
}


.pc_text {
    display: inline-block;
}

.pc_text.title {
    width: 100%;
}

.sp_text {
    display: none !important;
}

@media screen and (orientation: portrait),
screen and (max-width: 800px) {
    .sp_text {
        display: inline-block !important;
    }

    .sp_text.title {
        width: 100%;
        font-size: 15px !important;
    }

    .pc_text {
        display: none !important;
    }
}

.MenuButtons {
    z-index: 100;
    position: absolute;
    background-color: #333333;
    top: 0;
    left: 0;
    width: 80px;
    height: auto;
    padding: 10px 0;
    border-radius: 0 0 20px 0;
}

.MenuList {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.MenuButtons__item {
    margin: 10px 0;
    position: relative;
}

.MenuButtons__item:not(:last-child)::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #555;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.MenuButtons__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    transition: .2s;
}

.menubutton {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    transition: .2s;
    color: white;
}

.menubutton:hover {
    transition: .2s;
    color: #ffcb97;
}

.MenuButtons__button i {
    font-size: 25px;
    margin-bottom: 5px;
}

.menubutton div {
    text-align: center;
    line-height: 1.2em;
    padding: 3px 0;
}


@media screen and (orientation: portrait),
screen and (max-width: 800px) {
    .MenuButtons {
        position: absolute;
        background-color: white;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        padding: 0;
        border-radius: 0;
        box-shadow: 0px 0px 2px #777;
    }

    .MenuSP {
        z-index: 500;
        position: absolute;
        background: #555;
        cursor: pointer;
        top: 0;
        right: 0;
        margin: 5px;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        box-shadow: 0px 0px 2px #777;
    }

    .MenuSP.active {
        background: none;
        box-shadow: none;
    }


    .MenuSP span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 12px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        width: 45%;
    }

    .MenuSP span:nth-of-type(1) {
        top: 12px;
    }

    .MenuSP span:nth-of-type(2) {
        top: 19px;
    }

    .MenuSP span:nth-of-type(3) {
        top: 26px;
    }

    .MenuSP.active span:nth-of-type(1) {
        top: 13px;
        left: 10px;
        transform: translateY(6px) rotate(-45deg);
        width: 50%;
    }

    .MenuSP.active span:nth-of-type(2) {
        opacity: 0;
    }

    .MenuSP.active span:nth-of-type(3) {
        top: 25px;
        left: 10px;
        transform: translateY(-6px) rotate(45deg);
        width: 50%;
    }

    .MenuList {
        position: absolute;
        top: 0;
        transition: .5s;
        z-index: 100;
        width: 180px;
        left: auto;
        right: -180px;
        display: flex;
        background-color: #555;
        flex-direction: column;
        justify-content: center;
        padding-top: 40px;
    }

    .MenuList.active {
        right: 0;
        transition: .5s;
    }

    .MenuButtons__item {
        margin: 15px 0;
        position: relative;
    }

    .MenuButtons__item:not(:last-child)::after {
        content: "";
        width: 180px;
        height: 1px;
        background-color: #888;
        position: absolute;
        left: 50%;
        bottom: -15px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .MenuButtons__button {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: none;
        margin-left: 20px;
        cursor: pointer;
        transition: .2s;
    }

    .menubutton {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: none;
        cursor: pointer;
        transition: .2s;
        color: white;
    }

    .menubutton:hover {
        transition: .2s;
        color: #ffcb97;
    }

    .MenuButtons__button i {
        font-size: 20px;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .menubutton div {
        text-align: left;
        line-height: 1.2em;
        padding: 3px 0;
    }

    .dispSP {
        display: none;
    }

    .MenuButtons__item--pc {
        display: none;
    }

    .sp_top_button {
        width: calc(100% - 55px);
        padding-left: 5px;
        justify-content: space-between;
        display: flex !important;
    }

    .sp_button {
        background: #999;
        box-shadow: 0px 0px 2px #777;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 0.1em;
        font-size: 13px;
        cursor: pointer;
        top: 0;
        right: 0;
        margin: 5px;
        width: 33.3%;
        height: 40px;
        border-radius: 5px;
    }
}

.Modal {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    visibility: hidden;
    pointer-events: none;
    transform: scale(1.02);
    transform-origin: 50% 50%;
    opacity: 0;
    transition: 0.3s;
    background-color: rgba(80, 80, 80, 0.9);
}

.Modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    cursor: pointer;
}

@media screen and (orientation: portrait),
screen and (max-width: 800px) {
    .Modal {
        width: 100%;
    }

    .Modal__close {
        top: 20px;
        right: 20px;
        font-size: 15px;
    }
}

.Modal__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 80px;
    padding-left: 20px;
    padding-right: 80px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}

.Modal__title i {
    margin-right: 10px;
}

@media screen and (orientation: portrait),
screen and (max-width: 800px) {
    .Modal__title {
        height: 60px;
        font-size: 15px;
    }
}

.Modal__body {
    width: 100%;
    height: calc(100% - 120px);
    padding: 20px;
    overflow: auto;
    box-sizing: border-box;
}

.Modal__body p {
    color: #ffffff;
}

.Modal__loader {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 80px);
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
}

.Modal__loader i {
    color: #ffffff;
    transform-origin: 50% 50%;
    -webkit-animation: 1s linear infinite rotation;
    animation: 1s linear infinite rotation;
    font-size: 36px;
}

.Modal__loader.is-active {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ModalRowItems__category {
    font-size: 20px;
    color: white;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
    letter-spacing: .1em;
}

.ModalRowItems__category::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 20%;
    transition: all 0.2s ease-in-out;
    display: block;
    border: 8px solid transparent;
    border-left: 12px solid #ffcb97;
}

.ModalRowItems__category.open::after {
    transform-origin: 25% 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-left: 12px solid #999;

}

.ModalRowItems__category.sub_category {
    font-size: 18px;
    color: #fff;
    margin-left: 40px;
    margin-bottom: 20px;
    cursor: pointer;
}

.ModalRowItems__category.sub_category::after {
    left: -15px;
    top: 30%;
    border: 6px solid transparent;
    border-left: 8px solid #fff;
}

.ModalRowItems__list {
    display: none;
    margin-bottom: 20px;
}

.ModalRowItems__item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ModalRowItems__item:last-child {
    margin-bottom: 0;
}


.ModalRowItems__item ._image img {
    width: 70px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ModalRowItems__item ._content {
    flex: 1;
    line-height: 1.3;
    margin-left: 40px;
}

.ModalRowItems__item ._content a {
    color: #ffffff;
    text-decoration: none;
    transition: .2s;
}

.ModalRowItems__item ._content a:hover {
    color: #ffcb97;
    transition: .2s;
}

.ModalRowItems__item ._content a:hover em {
    color: #fff;
}

.ModalRowItems__item ._content em {
    font-weight: normal;
    display: inline-block;
    background-color: #9edcd1;
}

@media screen and (orientation: portrait),
screen and (max-width: 800px) {
    .ModalRowItems__category {
        font-size: 15px;
    }

    .ModalRowItems__category::after {
        content: "";
        position: absolute;
        left: -20px;
        top: 20%;
        transition: all 0.2s ease-in-out;
        display: block;
        border: 8px solid transparent;
        border-left: 12px solid #ffcb97;
    }

    .ModalRowItems__category.open::after {
        transform-origin: 25% 50%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        border-left: 12px solid #999;

    }

    .ModalRowItems__category.sub_category {
        padding-top: 3px;
        font-size: 13px;
        color: #fff;
        margin-left: 40px;
        margin-bottom: 20px;
        cursor: pointer;
    }

    .ModalRowItems__category.sub_category::after {
        left: -15px;
        top: 30%;
        border: 6px solid transparent;
        border-left: 8px solid #fff;
    }

    .ModalRowItems__item ._content {
        flex: 1;
        line-height: 1.3;
        margin-left: 40px;
        font-size: 13px;
    }

    .ModalRowItems__item ._page {
        width: 50px;
        justify-content: flex-start;
    }
}

.ModalThumbItems {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ModalThumbItems__item {
    width: calc(23.2% - 7.5px);
    flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}

.ModalThumbItems__item:nth-child(8n) {
    margin-right: 0;
}

.ModalThumbItems__item:nth-child(2n+1) {
    margin-right: 0;
}

.ModalThumbItems__item ._pageItem {
    position: relative;
}

.ModalThumbItems__item ._pageItem:before {
    content: '';
    display: block;
    padding-top: 141.5%;
}

.ModalThumbItems__item ._pageItem a._inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ModalThumbItems__item ._pageItem a._inner img {
    width: 100%;
    height: 100%;
}

.ModalThumbItems__item ._pageItem a._inner:hover {
    cursor: pointer;
    opacity: 0.8;
}

.ModalThumbItems__item ._numberItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 30px;
    padding: 0 5px;
    color: #ffffff;
    font-size: 14px;
}

.ModalThumbItems__item:nth-child(2n) ._numberItem {
    justify-content: flex-end;
}

@media screen and (orientation: portrait),
screen and (max-width: 800px) {
    .ModalThumbItems__item {
        width: calc(22% - 5px);
        flex-shrink: 0;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .ModalThumbItems__item:nth-child(4n) {
        margin-right: 0;
    }

    .ModalThumbItems__item:nth-child(2n+1) {
        margin-right: 0;
    }
}

.Modal.is-active {
    visibility: visible;
    pointer-events: initial;
    opacity: 1;
    transform: scale(1);
}

.WebcatalogPrintWrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.WebcatalogPrintWrap:hover {
    cursor: pointer;
}

.WebcatalogPrintWrap__item {
    width: 50%;
    height: 100%;
}

.WebcatalogPrintWrap__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.WebcatalogPrintWrap__item.WebcatalogPrintWrap__item--1 img {
    width: 100%;
    height: 100%;
    -o-object-position: right center;
    object-position: right center;
}

.WebcatalogPrintWrap__item.WebcatalogPrintWrap__item--2 img {
    width: 100%;
    height: 100%;
    -o-object-position: left center;
    object-position: left center;
}

.WebcatalogPrintWrap__item.is-centered img {
    -o-object-position: center center !important;
    object-position: center center !important;
}

.PrintPdf {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.SearchBox {
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.SearchBox__input {
    height: 100%;
    flex: 1;
}

.SearchBox__input input {
    width: 100%;
    height: 100%;
    font-size: 16px;
    border: none;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 10px;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
}

.SearchBox__input input:focus {
    outline: none;
}


.SearchBox__button {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ccc;
}

.SearchBox__button i {
    font-size: 20px;
    color: #999;
    pointer-events: none;
}

.SearchBox__button:hover {
    cursor: pointer;
}

.SearchBox__button:hover i {
    color: #fff;
}

.SearchConfigBox {
    width: 150px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.SearchConfigBox ._item {
    margin-right: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
}

.SearchConfigBox ._item:last-child {
    margin-right: 0;
}

.SearchConfigBox label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.SearchConfigBox label:hover {
    cursor: pointer;
}

.SearchConfigBox input {
    margin-right: 5px;
}

@media screen and (orientation: portrait),
screen and (max-width: 800px) {

    .SearchBox {
        width: 100%;
        max-width: 300px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .SearchConfigBox {
        margin-left: 15px;
        width: 100px;
        height: 40px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .SearchConfigBox ._item {
        margin-right: 0;
        font-size: 12px;
    }
}

main {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#canvas {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#canvas>.zoom-icon {
    position: absolute;
    z-index: 500;
}

.magazine-viewport .loader {
    top: calc(50% - 11px);
    left: calc(50% - 11px);
}

.magazine-viewport .previous-button-hover,
.magazine-viewport .previous-button-down {
    background-position: -4px calc(50% - 16px);
}

.magazine-viewport .next-button-hover,
.magazine-viewport .next-button-down {
    background-position: -38px calc(50% - 16px);
}

@media screen and (orientation: landscape) {
    .magazine-viewport {
        position: relative;
        overflow: visible !important;
        height: calc(100% - 50px) !important;
    }

    .magazine-viewport .container {
        top: 50%;
    }
}

@media screen and (orientation: portrait),
screen and (max-width: 800px) {
    .magazine-viewport {
        position: relative;
        overflow: visible !important;
        height: calc(100% - 50px) !important;
        margin-top: 0;
    }

    .magazine-viewport .container {
        top: 25px !important;
    }

    .magazine-viewport .container .magazine {
        top: 30px !important;
    }
}

.bottom {
    z-index: 500;
    margin-bottom: 70px;
}

@media screen and (orientation: portrait),
screen and (max-width: 800px) {
    .bottom {
        display: none;
    }
}

.sf-minitoolbar {
    display: none !important;
}

.mdi:before,
.mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




.process_loader_bg {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #000;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
}

.process_loader,
.process_loader:before,
.process_loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.process_loader {
    color: #ffffff;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.process_loader:before,
.process_loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.process_loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.process_loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.bottom_menu {
    z-index: 100;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 2px #777;
    display: flex;
    align-items: center;
}

.catalog_title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo {
    height: 50%;
    margin-left: 20px;
}

.logo img {
    height: 100%;
}

.title_text {
    margin-left: 15px;
    color: #333;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.1em;
}

@media screen and (orientation: portrait),
screen and (max-width: 800px) {
    .bottom_menu {
        z-index: 100;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 60px;
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 0px 2px #777;
        display: flex;
        align-items: center;
    }

    .catalog_title {
        display: none;
    }

    .title_text {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 15px;
        margin-top: 13px;
        color: white;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: 0.1em;
    }
}

.page_transition {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_transition a {
    border-radius: 8px;
    background-color: #555;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 3px;
    transition: .2s;
    cursor: pointer;
}

.page_transition a:hover {
    opacity: .8;
    transition: .2s;
}


.page_transition a i {
    color: white;
}

.page_transition a:nth-child(-n+2) i {
    transform: scaleX(-1)
}

#top_button,
#last_button {
    width: 50px;
    height: 40px;
    position: relative;
}

#top_button::before,
#last_button::before {
    content: "";
    width: 2px;
    height: 15px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#top_button::before {
    left: 17px;
}

#last_button::before {
    right: 17px;
}

#prev_button,
#next_button {
    width: 70px;
    height: 50px;
    font-size: 25px;
}

@media screen and (orientation: portrait),
screen and (max-width: 800px) {

    .page_transition {
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page_transition a:hover {
        opacity: 1;
        transition: none;
    }

    #top_button,
    #last_button {
        width: 35px;
        height: 35px;
    }

    #top_button::before,
    #last_button::before {
        content: "";
        width: 1.5px;
        height: 15px;
        border-radius: 5px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    #top_button::before {
        left: 10px;
    }

    #last_button::before {
        right: 10px;
    }

    #prev_button,
    #next_button {
        width: 45px;
        height: 45px;
        font-size: 25px;
    }

}

.page_jump {
    display: flex;
    align-items: flex-end;
    font-size: 13px;
    margin: 0 10px;
}

.page_jump_text {
    margin-bottom: 3px;
    color: #333;
}

.page_input_box {
    display: flex;
    align-items: flex-end;
}

.page_input_box input {
    width: 60px;
    height: 20px;
    text-align: right;
    font-size: 15px;
    color: #333;
}

.page_input_box input::placeholder {
    color: #888;
}

.page_input_box input:focus {
    outline: none;
}

.page_input_box div {
    font-size: 16px;
    margin: 0 5px 0 3px;
    color: #333;
}

.page_jump>input {
    width: 50px;
    height: 27px;
    cursor: pointer;
    color: #333;
}

@media screen and (orientation: portrait),
screen and (max-width: 800px) {
    .page_jump {
        display: flex;
        align-items: flex-end;
        font-size: 10px;
        margin: 0 10px;
    }

    .page_jump_text {
        margin-bottom: 3px;
        color: #333;
    }

    .page_input_box {
        display: flex;
        align-items: flex-end;
    }

    .page_input_box input {
        width: 45px;
        height: 18px;
        transform: scale(0.8);
        font-size: 16px;
        text-align: right;
        margin-right: -4px;
        margin-bottom: -2px;
        color: #333;
        border: 1px solid #888;
        border-radius: 3px;
        -webkit-appearance: none;
    }

    .page_input_box input::placeholder {
        color: #888;
    }

    .page_input_box input:focus {
        outline: none;
    }

    .page_input_box div {
        font-size: 13px;
        margin: 0 5px 0 3px;
        color: #333;
    }

    .page_jump>input {
        width: 40px;
        height: 22px;
        padding: 0;
        cursor: pointer;
        color: #333;
        border: 1px solid #888;
        border-radius: 3px;
        -webkit-appearance: none;
    }
}

.SearchItems__count,
.search_page,
.search_content {
    color: white;
}

.SearchItems__count {
    margin-bottom: 20px;
}

.SearchItems__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    text-decoration: none;
    transition: .2s;
}

.SearchItems__item:hover {
    background-color: #777;
    transition: .2s;
}


.search_image img {
    width: 70px;
}

.search_text {
    margin-left: 10px;
    letter-spacing: .1em;
    font-size: 14px;
}

.search_content {
    display: inline-block;
    word-break: break-all;
}

.search_content span {
    font-weight: bold;
    color: #ffcb97;
}

@media screen and (orientation: portrait),
screen and (max-width: 800px) {
    .SearchItems__count {
        font-size: 15px;
    }

    .search_text {
        margin-left: 10px;
        letter-spacing: .1em;
        font-size: 13px;
    }
}

@media screen and (orientation: landscape) and (max-width: 800px) and (max-height: 400px) {
    .MenuButtons {
        z-index: 200;
    }

    .title_text {
        display: none !important;
    }

    .MenuList {
        max-height: 100vh;
        overflow: scroll;
        padding-top: 0;
    }

    #popup-inside,
    #popup-inside2,
    #popup-inside3 {
        margin-top: 50px !important;
        z-index: 300;
    }
}