* {
    margin: 0;
    border: 0;
    padding: 0;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    min-height: 100vh;
    font-family: system-ui;
    font-size: 15px;
    background-image: linear-gradient(
        180deg,
        #eff1f4 12.5%,
        #dfe2e5 12.5%,
        #dfe2e5 25%,
        #eff1f4 25%,
        #eff1f4 37.5%,
        rgba(0, 0, 0, 0) 37.5%,
        rgba(0, 0, 0, 0) 50%,
        #eff1f4 50%,
        #eff1f4 62.5%,
        #dfe2e5 62.5%,
        #dfe2e5 75%,
        #eff1f4 75%,
        #eff1f4 87.5%,
        rgba(0, 0, 0, 0) 87.5%,
        rgba(0, 0, 0, 0) 100%
    );
    background-size: 8px 8px;
}

a {
    color: black;
    text-decoration: none;
}

::selection {
    background: #d7f4f9;
}

a {
    text-decoration: none;
    color: inherit;
}

.background-icon {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

#icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (orientation: landscape) {
    #icon {
        width: 100%;
    }
}

@media screen and (orientation: portrait) {
    #icon {
        height: 100%;
    }
}

.media-viewport-message .media-message-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    font-size: 16px;
}

.media-viewport-message {
    display: none;
}

@keyframes fadeInLoad {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.home-module {
    width: 100vw;
    height: 100vh;
}

.home-module tr:nth-child(1) .column {
    margin: auto;
    padding: 3px 4px;
    font-weight: 400;
    background: #fff;
}

.home-module tr:nth-child(1) .column table {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    padding: 4px;
    background: rgb(221, 221, 221);
}

.home-module tr:nth-child(2) .column {
    width: 100vw;
    height: 100%;
    vertical-align: middle;
}

.home-module tr:nth-child(2) .column .float {
    max-width: 550px;
    margin: 12px auto 32px;
    background: rgba(244, 245, 247, 0.7);
    animation: fadeInLoad 1.5s;
}

.home-module tr:nth-child(2) .column .float .float-header {
    padding: 4px;
    font-family: 'Times NR MT W04 Condensed';
    font-size: 32px;
}

.home-module tr:nth-child(2) .column .float .enter-button-wrap {
    padding: 4px 4px;
}

.home-module tr:nth-child(2) .column .float .enter-button {
    box-sizing: border-box;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    padding: 4px;
    text-decoration: underline;
    background: rgb(221, 221, 221);
    font-stretch: 100%;
    color: #551a8b;
    cursor: pointer;
}

.home-module tr:nth-child(3) div {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    text-align: right;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    z-index: 3000;
    overflow: hidden;
}

header svg {
    position: absolute;
    top: 50%;
    min-height: 40px;
    transform: translateY(-50%);
}

.list-items {
    position: absolute;
    right: 4px;
    bottom: 0;
    z-index: 3100;
}

.list-items td div {
    padding: 4px 5px;
    cursor: pointer;
}

.list-items td div:hover {
    color: #333333;
}

.header-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 3050;
}

.header-nav table {
    width: 100%;
    height: 40px;
}

.header-nav table td:last-child {
    width: 100%;
}

.header-nav .product-name {
    padding: 1px 0 0 11px;
    font-family: 'Times NR MT W04 Condensed IT';
    font-size: 32px;
}

.header-nav .header-button {
    margin: 4px;
    height: 32px;
    border-radius: 3px;
    padding: 0 8px;
    font-size: 15px;
    background: pink;
    cursor: pointer;
}

.copyright {
    position: fixed;
    right: 4px;
    bottom: 4px;
    font-size: 12px;
    z-index: 3000;
}

.purchase-link-wrap {
    margin-bottom: 8px;
}

.purchase-link {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    padding: 4px;
    margin: 0 4px 8px;
    text-decoration: underline;
    background: rgb(221, 221, 221);
    font-stretch: 100%;
    color: #551a8b;
    cursor: pointer;
}

.press,
.description {
    color: rgb(0, 0, 0);
    text-align: left;
    line-height: 1.2;
}

.press p,
.description p {
    margin: 0 4px 16px 4px;
    padding: 0 0px;
    background-color: rgba(244, 245, 247, 0.7);
}

.iframe-background {
    height: 120px;
    background: rgba(244, 245, 247, 0.7);
}

.swiper-container {
    cursor: pointer;
}

.swiper-slide {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.products-list-container {
    position: absolute;
    right: calc(50% - 520px);
    left: calc(50% - 520px);
    text-align: left;
}

.products-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    margin: calc(50vh - 225px) 0 calc(50vh - 233px) 0;
    background: rgba(244, 245, 247, 0.7);
}

.products-list-item {
    -webkit-flex-basis: -webkit-calc(100%/5 - (4px * 2));
    -ms-flex-preferred-size: calc(100% / 5 - (4px * 2));
    flex-basis: -moz-calc(100%/5 - (4px * 2));
    flex-basis: calc(100% / 5 - (4px * 2));
    max-width: -webkit-calc(100%/5 - (4px * 2));
    max-width: -moz-calc(100%/5 - (4px * 2));
    max-width: calc(100% / 5 - (4px * 2));
    margin: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.products-list-item-link {
    position: relative;
    display: block;
}

.products-list-item-overlay {
    position: relative;
    margin-bottom: 6px;
    -webkit-box-shadow: -2px 2px 4px 0 rgba(200, 200, 200, 0.5);
    box-shadow: -2px 2px 4px 0 rgba(200, 200, 200);
}

.image-container {
    border-style: solid;
    border-color: #79ffa8;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 2px;
    border-left-width: 0;
}

.image-container img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.products-list-item-content {
    padding-right: 4px;
    margin-bottom: 10px;
    font-family: system-ui;
    font-size: 16px;
    line-height: 1.2;
}

.product-type {
    color: #aea9c1;
}

@media (min-width: 853px) and (max-width: 1054px) and (min-height: 543px) {
    .product-image-module {
        position: fixed;
        top: calc(50vh - 225px);
        bottom: calc(50vh - 225px);
        left: 11px;
        width: 462px;
    }

    .product-image-module .image-wrap {
        position: relative;
        height: 100%;
    }

    .product-image-module .image-wrap .swiper-container {
        width: 450px;
        height: 100%;
    }

    .product-image-module .image-wrap .swiper-container img {
        display: block;
        height: 100%;
    }

    .product-info-module {
        position: absolute;
        top: 0;
        right: 0;
        left: 461px;
    }

    .product-info-module .info-column {
        padding: calc(50vh - 225px) 11px calc(50vh - 238px) 12px;
    }

    .products-list-container {
        position: absolute;
        right: 7px;
        left: 7px;
    }
}

@media (min-width: 1055px) and (max-width: 1280px) and (min-height: 543px) {
    .product-image-module {
        position: fixed;
        top: calc(50vh - 225px);
        bottom: calc(50vh - 225px);
        right: calc(50% + 54px);
        width: 462px;
    }

    .product-image-module .image-wrap {
        position: relative;
        height: 100%;
    }

    .product-image-module .image-wrap div.swiper-container {
        width: 450px;
        height: 100%;
    }

    .product-image-module .image-wrap div.swiper-container img {
        display: block;
        height: 100%;
    }

    .product-info-module {
        position: absolute;
        top: 0;
        left: calc(50% - 66px);
        width: 100%;
        max-width: 582px;
    }

    .product-info-module .info-column {
        margin: calc(50vh - 225px) 0 calc(50vh - 222px) 12px;
    }
}

@media (min-width: 853px) and (max-width: 1280px) and (min-height: 543px) {
    .top-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(50vh - 225px);
        background: #fff;
        background-image: linear-gradient(
            180deg,
            #eff1f4 12.5%,
            #dfe2e5 12.5%,
            #dfe2e5 25%,
            #eff1f4 25%,
            #eff1f4 37.5%,
            rgba(0, 0, 0, 0) 37.5%,
            rgba(0, 0, 0, 0) 50%,
            #eff1f4 50%,
            #eff1f4 62.5%,
            #dfe2e5 62.5%,
            #dfe2e5 75%,
            #eff1f4 75%,
            #eff1f4 87.5%,
            rgba(0, 0, 0, 0) 87.5%,
            rgba(0, 0, 0, 0) 100%
        );
        background-size: 8px 8px;
        z-index: 2000;
    }

    .bottom-overlay {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(50vh - 225px);
        background: #fff;
        background-image: linear-gradient(
            180deg,
            #eff1f4 12.5%,
            #dfe2e5 12.5%,
            #dfe2e5 25%,
            #eff1f4 25%,
            #eff1f4 37.5%,
            rgba(0, 0, 0, 0) 37.5%,
            rgba(0, 0, 0, 0) 50%,
            #eff1f4 50%,
            #eff1f4 62.5%,
            #dfe2e5 62.5%,
            #dfe2e5 75%,
            #eff1f4 75%,
            #eff1f4 87.5%,
            rgba(0, 0, 0, 0) 87.5%,
            rgba(0, 0, 0, 0) 100%
        );
        background-size: 8px 8px;
        z-index: 2000;
    }
}

@media (min-width: 1281px) and (min-height: 578px) {
    .product-image-module {
        position: fixed;
        top: calc(50vh - 243px);
        right: calc(50% + 59px);
        bottom: calc(50vh - 243px);
        width: 498px;
    }

    .product-image-module .image-wrap {
        position: relative;
        height: 100%;
    }

    .product-image-module .image-wrap .swiper-container {
        width: 486px;
        height: 100%;
    }

    .product-image-module .image-wrap .swiper-container img {
        display: block;
        height: 100%;
    }

    .product-info-module {
        position: absolute;
        top: 0;
        left: calc(50% - 71px);
        width: 100%;
        max-width: 628px;
    }

    .product-info-module .info-column {
        padding: calc(50vh - 243px) 0 calc(50vh - 256px) 12px;
    }

    .top-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(50vh - 243px);
        background: #fff;
        background-image: linear-gradient(
            180deg,
            #eff1f4 12.5%,
            #dfe2e5 12.5%,
            #dfe2e5 25%,
            #eff1f4 25%,
            #eff1f4 37.5%,
            rgba(0, 0, 0, 0) 37.5%,
            rgba(0, 0, 0, 0) 50%,
            #eff1f4 50%,
            #eff1f4 62.5%,
            #dfe2e5 62.5%,
            #dfe2e5 75%,
            #eff1f4 75%,
            #eff1f4 87.5%,
            rgba(0, 0, 0, 0) 87.5%,
            rgba(0, 0, 0, 0) 100%
        );
        background-size: 8px 8px;
    }

    .bottom-overlay {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(50vh - 243px);
        background: #fff;
        background-image: linear-gradient(
            180deg,
            #eff1f4 12.5%,
            #dfe2e5 12.5%,
            #dfe2e5 25%,
            #eff1f4 25%,
            #eff1f4 37.5%,
            rgba(0, 0, 0, 0) 37.5%,
            rgba(0, 0, 0, 0) 50%,
            #eff1f4 50%,
            #eff1f4 62.5%,
            #dfe2e5 62.5%,
            #dfe2e5 75%,
            #eff1f4 75%,
            #eff1f4 87.5%,
            rgba(0, 0, 0, 0) 87.5%,
            rgba(0, 0, 0, 0) 100%
        );
        background-size: 8px 8px;
    }

    .products-list-container {
        right: calc(50% - 561px);
        left: calc(50% - 561px);
    }

    .products-list {
        margin: calc(50vh - 243px) 0 calc(50vh - 251px) 0;
    }
}

@media (max-width: 852px) {
    .home-module {
        visibility: hidden;
    }

    header,
    .copyright,
    nav,
    .products-list-container,
    .product-image-module,
    .product-info-module {
        display: none;
    }

    .media-viewport-message {
        display: block;
    }
}

@media (orientation: landscape) and (min-width: 853px) and (max-width: 1280px) and (max-height: 542px) {
    .home-module {
        visibility: hidden;
    }

    header,
    .copyright,
    nav,
    .products-list-container,
    .product-image-module,
    .product-info-module {
        display: none;
    }

    .media-viewport-message {
        display: block;
    }
}

@media (orientation: landscape) and (min-width: 1281px) and (max-height: 579px) {
    .home-module {
        visibility: hidden;
    }

    header,
    .copyright,
    nav,
    .products-list-container,
    .product-image-module,
    .product-info-module {
        display: none;
    }

    .media-viewport-message {
        display: block;
    }
}

@media (orientation: landscape) {
    .product-info-module .type-product.inview {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
    }

    .products .type-product,
    .product-info-module .type-product {
        -webkit-transform: translateY(30px) translateY(30px);
        -ms-transform: translateY(30px) translateY(30px);
        transform: translateY(30px) translateY(30px);
        opacity: 0;
    }
}
