html {
    overflow-x: hidden !important;
}

.page-r80 {
    font-family: "wismec440", sans-serif, Arial;
    font-size: 14px;
    line-height: 1.4;
    overflow-x: hidden;
    background-color: #000;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
    }
    html,
    body {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
    html,
    body {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
    html,
    body {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
    html,
    body {
        font-size: 15px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1340px;
    }
    html,
    body {
        font-size: 16px;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1570px;
    }
    html,
    body {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .container {
        width: 95%;
    }
    html,
    body {
        font-size: 12px;
    }
}

.nopadding {
    padding: 0;
}

.child-same-height {
    display: flex;
}

.valign-center {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

p {
    margin: 0;
}

h2 {
    margin-top: 0;
    margin-bottom: 2rem;
    display: inline-block;
}

@media (max-width: 640px) {
    .child-same-height {
        display: block;
    }
}

.hidden-img,
.hidden-img img {
    visibility: hidden;
    height: 0;
}

.page-r80 .ar {
    text-align: right;
}

.page-r80 .al {
    text-align: left;
}

.page-r80 .ac {
    text-align: center;
}

.page-r80 .ac img {
    margin-left: auto;
    margin-right: auto;
}

.r80-font-l {
    font-size: 2.8rem;
    line-height: 1.3;
    display: inline-block;
}

.r80-font-m {
    font-size: 1.67rem;
    line-height: 1.3;
    display: inline-block;
}

.r80-font-s {
    font-size: 1.28rem;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .r80-font-l {
        font-size: 2rem;
    }
    h2 {
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    .r80-font-l {
        font-size: 2.6vw;
    }
}

@media (min-width: 1920px) {
    .r80-font-l {
        font-size: 3.2rem;
    }
}

.page-r80 .colorFont01 {
    color: transparent;
    background: linear-gradient(to right, #ff4500 0%, #d000d3 85%);
    -webkit-background-clip: text;
    background-size: 100% 100%;
}

.page-r80 .colorFont02 {
    color: transparent;
    background: linear-gradient(to right, #ff4500 0%, #dd00b6 70%);
    -webkit-background-clip: text;
    background-size: 100% 100%;
}

img.arrowR40 {
    display: inline-block;
    width: 1.2rem;
    margin-top: -0.5rem;
    margin-right: 0.5rem !important;
}

.section-01 {
    width: 100%;
    background: url(/images/product/R80/R80_01.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    height: 62vw;
}

.section-01 img {
    width: 100%;
}

.sec01-1 {
    position: absolute;
    width: 40vw;
    left: 11vw;
    top: 7vw;
}

.sec01-2 {
    position: absolute;
    width: 39.3vw;
    left: 45vw;
    top: 18.4vw;
}

.sec01-a-1 {
    position: absolute;
    left: 29%;
    top: 78%;
    width: 20%;
    height: 20%;
}

.sec01-a-2 {
    position: absolute;
    left: 54%;
    top: 78%;
    width: 20%;
    height: 20%;
}

@media (max-width: 767px) {
    .section-01 {
        height: auto;
        padding: 4rem 0;
    }
    .sec01-1 {
        position: relative;
        width: 80%;
        margin-left: 10%;
        padding-top: 5%;
        padding-bottom: 5%;
        left: auto;
        top: auto;
    }
    .sec01-2 {
        position: relative;
        width: 90%;
        margin-left: 6%;
        left: auto;
        top: auto;
    }
}

.section-02 {
    width: 100%;
    background: #000;
    padding: 2% 0 5%;
}

@media (max-width: 767px) {
    .sec02-3 {
        padding: 0;
    }
}

.section-03 {
    width: 100%;
    background: url(/images/product/R80/R80_03.jpg) center no-repeat;
    background-size: cover;
    padding: 1.5rem 0 3rem;
}

.section-04 {
    width: 100%;
    background: url(/images/product/R80/R80_04.jpg) center no-repeat;
    background-size: cover;
    padding: 5% 0 10%;
}

.section-04 h2 {
    padding: 10% 0 0;
    margin: 0;
}

.section-05 {
    width: 100%;
    background: url(/images/product/R80/R80_05.jpg) center no-repeat;
    background-size: cover;
    padding: 1.5% 0 8%;
}

.section-05 p {
    padding-bottom: 3rem;
}

.sec05-3 {
    padding-bottom: 2rem;
}

.section-06 {
    width: 100%;
    padding: 5% 0;
    background: url(/images/product/R80/R80_06.jpg) center no-repeat;
    background-size: cover;
}

.sec06-1 {
    padding-top: 2rem;
}

.sec06-1 img {
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .section-06 p {
        font-size: 12px;
    }
}

.section-07 {
    width: 100%;
    padding: 5% 0;
    background: url(/images/product/R80/R80_07.jpg) center no-repeat;
    background-size: cover;
}

.section-07 p {
    padding-bottom: 2rem;
}

.section-08 {
    width: 100%;
    padding: 5% 0;
    background: url(/images/product/R80/R80_08.jpg) center no-repeat;
    background-size: cover;
}

.section-08 p {
    padding-bottom: 2rem;
}

.section-09 {
    width: 100%;
    padding: 5% 0 0;
    background: url(/images/product/R80/R80_09.jpg) center no-repeat;
    background-size: cover;
    position: relative;
    display: inline-block;
}

.section-09 img {
    float: right;
    width: 52.8vw;
}

.sec09-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .section-09 img {
        width: 70vw;
    }
    .sec09-1 {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        padding-bottom: 3rem;
    }
}

.section-10 {
    position: relative;
    width: 100%;
    padding: 5% 0;
    background: url(/images/product/R80/R80_10.jpg) center no-repeat;
    background-size: cover;
}

.sec10-3 {
    padding-top: 1.5rem;
}

.sec10-3 img {
    margin-bottom: 1rem;
    width: 8rem;
}

.sec10-3 p {
    height: 4rem;
}

.section-11 {
    position: relative;
    width: 100%;
    padding: 5% 0;
    background: url(/images/product/R80/R80_11.jpg) center no-repeat;
    background-size: cover;
}

.sec11-1 h2 {
    margin-top: 2rem;
}

.sec11-1 span {
    font-size: 1.2rem;
    line-height: 1.6;
}

.sec11-1 span b {
    font-size: 1.3rem;
}

.sec11-2 {
    margin-left: -15%;
}

@media (max-width: 991px) {
    .sec11-2 {
        margin-left: 0;
    }
    .sec11-1 h2 {
        margin-top: 0;
    }
}

.section-12 {
    position: relative;
    width: 100%;
    padding: 5% 0;
    background: url(/images/product/R80/R80_12.jpg) center no-repeat;
    background-size: cover;
}

.sec12-1 {
    margin-bottom: 2rem;
}

.sec12-2 {
    margin-bottom: 8%;
}

@media (max-width: 767px) {
    .section-12 .child-same-height {
        display: block;
    }
    .section-12 .colorFont02 {
        margin-bottom: 2rem !important;
    }
}