.button-product-sub {
    width: 660px;
    text-align: center;
    border-radius: 10px;
    background-color: #db7333;
}

.button-product-regular {
    width: 660px;
    text-align: center;
    border-radius: 10px;
    background-color: #000000;
}

.fancybox-content {
    transform: translate(50%, 50%) !important;
    width: 1000px !important;
    height: 500px !important;
}

.box {
    width: 100%;
    /* min-height: 433.6px; */
    border-color: #c5c6c6;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0px 3px 8px 0px #c5c6c6;
}

.box:hover {
    box-shadow: 3px 5px 10px -1px #a4bbce;
}

.text-buy {
    font-size: 20px;
    color: white;
    padding-top: 2%;
    padding-bottom: 1%;
}

.content img {
    opacity: 1;
    width: 100%;
    max-height: 220px;
}

.show-image {
    height: 100%;
    width: 100%;
}

.content p {
    font-size: 21px;
}

.text-button {
    font-size: 21px;
    color: #000000;
}

.text-description {
    font-size: 19px;
    font-family: "Meiryo";
    font-weight: normal;
    line-height: 27px;
    font-style: normal;
    word-break: break-all;
}

.button-check {
    width: 27%;
    height: 100%;
    border-radius: 25px;
    background: #ffcc6c;
    text-align: center;
    padding: 0.5rem 0
}

@media only screen and (max-device-width: 480px) and (orientation: portrait) {
    .button-check {
        width: 35%;
        padding: 0.2rem 0;
    }

    .text-button {
        font-size: 13px;
    }

    .text-description {
        font-size: 14px;
    }

    .text-buy {
        font-size: 15px;
        color: white;
        padding-top: 1%;
        padding-bottom: 0%;
    }

    .content p {
        font-size: 16px;
    }

    .show-image {
        height: 100%;
        width: 100%;
        margin-bottom: 30px;
    }

    /* .content img {
        opacity: 1;
        width: 300px;
        height: 300px;
    } */
}

.button-buy {
    width: 50%;
    height: 100%;
    border-radius: 21px;
    background: #0050D0;
    text-align: center;
    margin-left: 25%;
    margin-bottom: 20px;
}

.button-buy-disabled {
    pointer-events: none;
    opacity: 0.5;
    width: 50%;
    height: 100%;
    border-radius: 21px;
    background: #0050D0;
    text-align: center;
    margin-left: 25%;
    margin-bottom: 20px;
}

h2 {
    font-family: "Meiryo";
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    font-style: normal;
    color: #ffffff;
    cursor: pointer;
    margin-top: 10px;
}

#product-regular {
    display: none;
}

@font-face {
    font-family: "Meiryo";
    src: url(../font/meiryo/Meiryo.ttf);
}

p {
    font-family: "Meiryo";
    font-weight: normal;
    line-height: 27px;
    font-style: normal;
}
