body {
    margin: 0;
    padding: 0;
}

.breadcrumb_trail {
    padding: 15px 0 0 0 !important;
}

.breadcrumb_trail ol {
    padding: 0;
    margin: 0;
}

.container_summersale {
    width: 950px;
    margin: 0 auto;
}

.container_summersale>div {
    position: relative;
}

#copyBtn1{
    position: relative;
}

#copyBtn1 #serialNumber{
    position: absolute;
    top: 55%;
    left: 27%;
    transform: translate(-50%, -50%);
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 5px 4px 2px #459fd7;
}

.phone_div{
    position: relative;
}

.phone_div .phone{
    position: absolute;
    bottom: 35%;
    left: 8%;
    width: 76px !important;
    vertical-align: inherit;
}

.flex2{
    display: flex;
}

.pc_div {
    display: flex
}

.sp_div {
    display: none
}

.pc_div img,
.sp_div img {
    vertical-align: top;
    width: 100%;
    height: auto
}

.container_summersale div img,
.container_summersale div a img {
    vertical-align: top;
    width: 100%;
    height: auto
}

.serial {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
}

.serial div img {

    display: block;

    width: 100%;

    height: auto;
}

.ab1 {
    position: absolute;
    bottom: 79px;
    left: 44%;
    transform: translateX(-50%);
}

.ab1 p {
    color: #ca0000;
    text-shadow: 3px 4px 0px #fff;
    font-size: 108px;
    font-weight: bold;
    font-family: "arial";
    margin: 0;
}

.ab2 {
    position: absolute;
    top: 62%;
    right: 11%;
    width: 55%;
    display: flex;
    gap: 7px;
}
.ab2 a:first-child{
     flex: 0.27
}
.ab2 a:last-child {
    flex: 0.75
}

.ab2 a img {
    width: 100%;
    height: auto
}

/* .phone {
    position: absolute;
    top: 16px;
    left: 15px;
    width: 60px !important;
}
 */
.phone1 {
    position: absolute;
    top: 19%;
    left: 8%;
    width: 85px !important;
}

.event {
    pointer-events: none;
}

.screen_only {
    display: block;
}

.screen_only1 {
    display: flex;
}

.phone_only,
.phone_only1
 {
    display: none;
}

@media print,
screen and (max-width: 768px) {
    .container_summersale {
        width: 100%;
    }

    .ab1 {
        position: absolute;
        bottom: 8vw;
        left: 44%;
        transform: translateX(-50%);
    }

    .ab1 p {
        font-size: 11vw;
    }

    .ab2 {
        top: 39vw;
    }

    #copyBtn1 #serialNumber{
        position: absolute;
        top: 63%;
        left: 29%;
        transform: translate(-50%, -50%);
        font-size: 8vw;
        font-weight: bold;
        color: #fff;
        letter-spacing: 2px;
        text-shadow: 5px 4px 2px #459fd7;
    }

    .phone_div .phone{
        position: absolute;
        bottom: 30%;
        left: 7%;
        width: 9vw !important;
        vertical-align: inherit;
    }

    .phone1 {
        position: absolute;
        top: 9vw;
        left: 7vw;
        width: 9vw !important;
    }

    .event {
        pointer-events: auto;
    }

    .pc_div {
        display: none
    }

    .sp_div {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .sp_div img {
        vertical-align: top;
        height: auto;
    }

    .screen_only,
    .screen_only1 {
        display: none;
    }

    .phone_only,
	.phone_only1{
        display: flex;
    }

}