@charset "UTF-8";

* {
    box-sizing: border-box;
}

body {
    min-width: auto;
}

.sp-only {
    display: block;
}

.pc-only {
    display: none;
}

a {
    text-decoration: none;
}

.container {
    font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
    position: relative;
    position: relative;
}

.test:before {
    content: "仮";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 80px;
    width: 80px;
    margin: auto;
    line-height: 80px;
    font-size: 30px;
    background: yellow;
    color: #000;

    z-index: 999;

}

.sec {
    position: relative;
    text-align: center;
    padding: 12vw 0;
}

.sec.end {
    padding-bottom: 32vw;
}

.sec-flex {
    display: flex;
}

.sec-flex>div {
    width: 50%;
}


/*LOAD*/
.lazyload {
    opacity: 0;
}

/*TEXT*/
.head-text {
    position: relative;
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 8.5vw;
    font-weight: normal;
    line-height: 1.2;
    color: #505050;
    z-index: 2;
}

.head-text sup {
    font-size: 40%;
    vertical-align: super;
}

.head-text span {
    display: inline-block;
}

.subhead-text {
    position: relative;
    width: 90%;
    margin: 8vw auto;
    text-align: left;
    font-size: 7.2vw;
    font-weight: normal;
    color: #505050;
    z-index: 2;
}

.subhead-text sup {
    font-size: 40%;
    vertical-align: super;
}

.subhead-text span {
    display: inline-block;
}

.explain-text {
    position: relative;
    width: 90%;
    margin: 6vw auto;
    text-align: left;

    font-size: 4.2vw;
    color: #505050;
    z-index: 2;
}

.explain-text sup {
    font-size: 50%;
    vertical-align: super;
}

.caption-list {
    list-style: none;
    padding-left: 2em; 
}

.caption-list li {
    counter-increment: num +1;
    text-indent: -1.8em
}

.caption-list ::before {
    content: "※"counter(num)" ";
}

.caption-text {
    position: relative;
    width: 90%;
    margin: 2vw auto;
    text-align: left;

    font-size: 3.6vw;
    color: #505050;
    z-index: 2;
}

.head-line-text {
    position: relative;
    width: 100%;
    height: 21vw;
    box-sizing: border-box;
    font-weight: 300;
    color: #000;
    z-index: 2;
}

.head-line-text span {
    font-size: 12vw;
    text-align: center;
}

.head-line-text:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 24vw;
    height: 1px;
    margin: auto;
    border-bottom: 2px solid #000;
}

.head-line-text.red-line:before {
    border-color: #E10000;
}


.wh {
    color: #fff;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.large {
    font-size: 150%;
}

.x-large {
    font-size: 200%;
}

.xx-large {
    font-size: 250%;
    line-height: 1;
}

/*IMG*/
.img-relative {
    position: relative;
}

.bg-img {
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
    background: no-repeat center center;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;

    z-index: 1;
}

a.bg-img {
    display: block;
}

/*VIDEO*/
.video-wrap {
    position: relative;
    width: 100%;
    margin: 6vw auto;
}

.video-inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;

    z-index: 2;
}

.video-inner video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

/*KV*/
.top-img {
    height: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: no-repeat center center;
    background-size: cover;
    opacity: 0;
    transition: opacity 1s ease-out;
}

#kv {
    padding: 0;
}

#kv .top-img {
    padding-top: 106%;
}

#kv .top-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/top-sp.jpg");
    background-position: top;
    animation-name: kv;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

@keyframes kv {
    0% {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/top-sp.jpg");
    }

    40% {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/top-sp.jpg");
    }

    50% {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/top-sp.jpg");
    }

    90% {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/top-sp.jpg");
    }

    100% {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/top-sp.jpg");
    }
}


/*CONTENT MAIN*/

/*Index*/
#index {}

.index-box {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 0;
}

.index-box .index-link {
    display: inline-block;
    width: 44%;
    height: 18vw;
    margin: 0 2% 4% 4%;
    font-size: 0;

    opacity: 0;
    transition: opacity 0.8s ease-out;
}

.index-box .index-link:nth-child(even) {
    margin: 0 4% 4% 2%;
}

.index-box.on .index-link.performance {
    opacity: 1;
}

.index-box.on .index-link.design {
    opacity: 1;
    transition-delay: 0.2s;
}

.index-box.on .index-link.camera {
    opacity: 1;
    transition-delay: 0.4s;
}

.index-box.on .index-link.filters {
    opacity: 1;
    transition-delay: 0.6s;
}

.index-box.on .index-link.display {
    opacity: 1;
    transition-delay: 0.8s;
}

/* .index-box.on .index-link.others {
				opacity: 1;
				transition-delay:0.8s;
			} */
.index-box.on .index-link.photographer {
    opacity: 1;
    transition-delay: 1s;
}

.index-box.on .index-link.picture {
    opacity: 1;
    transition-delay: 1.2s;
}

.index-box .index-link a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    overflow: hidden;
    transition: box-shadow 0.4s ease-out;
    -webkit-tap-highlight-color: transparent;
    z-index: 2;
}

.index-box .index-link a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 5.4vw;
    color: #fff;
}

.index-box .index-link a:hover {
    box-shadow: #E10000 0 0 20px 8px;
    z-index: 1;
}

/*.index-box .index-link a:hover:after {
						content:"";
						position:absolute;
						display:block;
						width:100%;
						height:100%;
						z-index:3;
						background:rgba(255,255,255,0.2);
					}*/

.index-box .index-link a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    transform: scale(1);

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.4s;
}

.index-box .index-link a:hover:before {
    transform: scale(1.2);
}

.index-box .index-link.performance a:before {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/index_performance.png");
    background-position: left top 10%;
}

.index-box .index-link.design a:before {
    background-size: contain;
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/index_design.png");
}

.index-box .index-link.camera a:before {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/index_camera.png");
}

.index-box .index-link.filters a:before {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/index_filters.png");
}

.index-box .index-link.display a:before {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/index_display.png");
}

.index-box .index-link.others a:before {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/index_others.png");
}

.index-box .index-link.photographer a:before {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/index_photographer.png");
    background-position: left top 40%;
}
.index-box .index-link.photographer a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 90%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/index_photographer_title.png");
}
.index-box .index-link.picture a:before {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/index_picture.png");
    background-position: left top 40%;
}

.index-box .index-link.picture a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 90%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/index_picture_title.png");
}

/*Performance*/
#performance {}

#performance .bg-img {
    padding-top: 96%;
}

#performance .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/performance.png");
}

#performance .head-text {
    font-size: 8.5vw;
}

#performance_1 {}

#performance_1 .video-inner {
    padding-top: 92%;
}

#performance_1 .bg-img {
    margin-top: 6vw;
    padding-top: 90%;
}

#performance_1 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/performance_1.jpg");
}

#performance_2 {}

#performance_2 .bg-img.back {
    position: absolute;
    padding-top: 72%;
    background-position: bottom;
    z-index: 1;
}

#performance_2 .bg-img.back.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/performance_2_back.jpg");
}

#performance_2 .bg-img.no1 {
    padding-top: 152%;

    transition: opacity 0.8s ease-out;
    opacity: 0;
}

#performance_2 .bg-img.no1.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/performance_2.png");
}

#performance_2 .bg-img.no1.on {
    opacity: 1;
}

#performance_3 {}

#performance_3 .bg-img.no1 {
    padding-top: 20%;
}

#performance_3 .bg-img.no1.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/performance_3_no1.png");
}

#performance_3 .bg-img.no2 {
    padding-top: 118%;
}

#performance_3 .bg-img.no2.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/performance_3_no2.jpg");
}

#performance_4 {}

#performance_4 .bg-img {
    padding-top: 100%;
}

#performance_4 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/performance_4.png");
}


/*Design*/
#design {
    padding-top: 80vw;
}

#design .bg-img {
    position: absolute;
    top: 12vw;
    left: 0;
    padding-top: 110%;
    z-index: 1;
}

#design .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/design.jpg");
}

#design_1 {}

#design_1 .bg-img {
    padding-top: 78%;

    transform: translateY(3em);
    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
}

#design_1 .bg-img.on {
    transform: translateY(0);
    opacity: 1;
}

#design_1 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/design_1.jpg");
}

#design_1 .head-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10vw;
}

#design_2 {
    padding-bottom: 0;
}

#design_2 .bg-img.no1 {
    padding-top: 148%;
    background-position: left -10vw center;
    z-index: 1;

    transform: translateX(-3em);
    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
}

#design_2 .bg-img.no1.on {
    transform: translateX(0);
    opacity: 1;
}

#design_2 .bg-img.no1.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/design_2_no1.png");
}

#design_2 .bg-img.no2 {
    margin-top: -48vw;
    padding-top: 110%;
    z-index: 2;

    transform: translateY(3em);
    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition-delay: 0.8s;
}

#design_2 .bg-img.no2.on {
    transform: translateY(0);
    opacity: 1;
}

#design_2 .bg-img.no2.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/design_2_no2.png");
}

#design_2 .bg-img.no3 {
    margin-top: -36vw;
    padding-top: 70%;
    background-position: right -8vw center;
    z-index: 3;

    transform: translateX(3em);
    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition-delay: 1.6s;
}

#design_2 .bg-img.no3.on {
    transform: translateX(0);
    opacity: 1;
}

#design_2 .bg-img.no3.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/design_2_no3.png");
}

#design_2 .bg-img.no4 {
    margin-top: 9vw;
    padding-top: 67%;

    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition-delay: 2.4s;
}

#design_2 .bg-img.no4.on {
    opacity: 1;
}

#design_2 .bg-img.no4.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/design_2_no4.jpg");
}

#design_3 {}

#design_3 .subhead-text {
    font-size: 7.2vw;
}

#design_3 .bg-img {
    padding-top: 84%;

    transform: translateY(3em);
    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
}

#design_3 .bg-img.on {
    transform: translateY(0);
    opacity: 1;
}

#design_3 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/design_3.jpg");
}

/*Camera*/
#camera {}

#camera .bg-img {
    padding-top: 133%;
    margin: 8vw auto auto;
}

#camera .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/camera.jpg");
}

#camera_1 {
    padding: 0;
}

#camera_1 .bg-img {
    padding-top: 117%;
    margin-top: -16vw;
}

#camera_1 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/camera_1.jpg");
}

#camera_2 {}

#camera_2 .bg-img {
    padding-top: 120%;

    transition: opacity 0.8s ease-out;
    opacity: 0;
}

#camera_2 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/camera_2.png");
}

#camera_2 .bg-img.on {
    opacity: 1;
}

#camera_3 {}

#camera_3 .bg-img.no1 {
    position: absolute;
    top: -14vw;
    left: 0;
    padding-top: 64%;
}

#camera_3 .bg-img.no1.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/camera_3_no1.jpg");
}

#camera_3 .bg-img.no2 {
    padding-top: 84%;
    margin-top: 58vw;
}

#camera_3 .bg-img.no2.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/camera_3_no2.png");
}

/*filters*/
#filters {
    background: #eee;
}

#filters img {
    display: block;
    width: 100%;
}

#filters .intro {
    width: 90%;
    max-width: 460px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    margin: 0px auto;
    padding: 20px 15px;
    border-radius: 5px;
}

#filters .filter_img h4 {
    font-size: 4.2vw;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#filters .filter_img .img_box {
    width: 100%;
    aspect-ratio: 4/3;
}

#filters .filter_img .img_inner .img_before {
    width: inherit;
    height: 100%;

}

#filters .filter_detail {
    width: 90%;
    max-width: 380px;
    margin: 0 auto;
}

#filters .filter_detail::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #ccc transparent transparent transparent;
    margin: 10px auto;
}

#filters .filter_detail h5 {
    font-size: 1em;
    padding: 5px 0;
    margin: auto;
    background-color: #eee;
}

#filters .filter_detail .filter_maker p {
    font-size: 16px;
    text-align: left;
}

#filters .filter_detail .logo {
    width: 100%;
    max-width: 180px;
    margin: 10px auto;
}

#filters .filter_detail .filter_LR {
    width: 250px;
    margin: 0 auto 0.5em;
}

#filters .filter_detail .filter_LR p {
    text-align: center;
}

.more_filter {
    background: #fff;
    padding: 2em 0;
}

.more_filter .explain-text {
    margin-top: 0;
}

.more_filter img {
    display: block;
    width: 100%
}

.more_filter .to_photoshow .btn_photoshow {
    width: 90%;
    max-width: 960px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 24px;

}

.more_filter .to_photoshow .btn_photoshow a {
    display: inline-block;
    border: 2px solid #3997CD;
    padding: 20px 80px;
    transition: 0.3s;
    margin: 0 auto;

}

#filters1 {
    position: relative;
    background: #fff;
}

#filters1::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: rgb(245, 245, 245);
    background: -moz-linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

#filters1 img {
    width: 100%;
}

#filters1 h3 {
    max-width: 960px;
    margin: 0 auto 1em;
    text-align: left;
    border-left: 5px solid #aaa;
    padding-left: 0.5em;
    box-sizing: border-box;
}

#filters1 .intro {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
}

#filters1 .intro h4 {
    width: 100%;
    margin: 0 0 1em;
    color: #0071e3;
}

#filters1 .intro p {
    width: 100%;
    margin: 0;
}

#filters1 .wearing {
    width: 90%;
    max-width: 960px;
    margin: 2em auto;
    display: flex;
    flex-direction: column;
}

#filters1 .wearing>div {
    width: 100%;
}


#picture {}

#picture .picture-link {
    width: 90%;
    margin: 12vw auto;
}

#picture .picture-link a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 38%;
    border: 1px solid #fff;

    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/picture_link.png");
    background-repeat: no-repeat;
    background-position: left 4% center;
    background-size: 44%;
}

#picture .picture-link a:hover {
    opacity: 0.8;
}

#picture .picture-link a span {
    font-size: 0;
    line-height: 0;
}

#picture .picture-link a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    margin: auto;
    padding-top: 32%;

    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/picture_link_title.png");
    background-repeat: no-repeat;
    background-position: right 16% center;
    background-size: contain;
    z-index: 1;
}

#picture .picture-link a:after {
    content: "▶";
    position: absolute;
    top: 0;
    right: 2%;
    bottom: 0;
    margin: auto;
    height: 8vw;
    color: #E10000;
    font-size: 5vw;
    vertical-align: sub;
}

#picture .bg-img {
    padding-top: 120%;
}

#picture .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/picture.jpg");
}

#picture .border-colum {
    position: relative;
    width: 90%;
    margin: auto;
    border: 1px solid #E10000;
}

#picture .border-colum .explain-text {
    text-align: justify;
}

#picture .bg-img.profile {
    padding-top: 60%;
    margin-top: 6vw;
}

#picture .bg-img.profile.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/picture_profile.png");
}

/*photographer*/
#photographer {
    padding: 0;
}

/*AI*/
#ai {}

#ai .head-text {
    width: 54%;
}

#ai_1 {}

#ai_1 .bg-img {
    padding-top: 82%;
}

#ai_1 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/ai_1.png");
}

#ai_2 {}

#ai_2 .bg-img {
    padding-top: 134%;
    transition: background 1s ease-out;
}

#ai_2 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/ai_2_b.jpg");
}

#ai_2 .bg-img.on.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/ai_2_a.jpg");
}

/*Lens*/
#lens {}

#lens .head-text {
    width: 64%;
}

#lens_1 {}

#lens_1 .bg-img {
    padding-top: 54%;
    margin-top: 12vw;
}

#lens_1 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/lens_1.jpg");
}

#lens_2 {
    padding-bottom: 0;
}

#lens_2 .subhead-text {
    font-size: 7.2vw;
}

#lens_2 .bg-img {
    padding-top: 75%;
}

#lens_2 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/lens_2.jpg");
}

#lens_2 .lens-link {
    width: 90%;
    margin: 12vw auto 0;
}

#lens_2 .lens-link>a {
    display: block;
    font-size: 0;
}

#lens_2 .lens-link>a:hover {
    opacity: 0.8;
}

#lens_2 .lens-link>a.bg-img {
    padding-top: 35%;
}

#lens_2 .lens-link>a.bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/lens_link_button.png");
}

/*Display*/
#display {}

#display .bg-img.back {
    position: absolute;
    top: 40vw;
    left: 0;
    padding-top: 396%;
    z-index: 1;
}

#display .bg-img.back.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_back.jpg");
}

#display .head-text {
    font-size: 8.5vw;
}

#display .bg-img.no1 {
    padding-top: 94%;
    margin: 46vw auto 16vw;
    background-position: left;
}

#display .bg-img.no1.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_no1.png");
}

#display .bg-img.no2 {
    padding-top: 328%;
    margin-top: 20vw;
}

#display .bg-img.no2.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_no2.png");
}

#display_1 {}

#display_1 .bg-img {
    padding-top: 136%;
}

#display_1 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_1.jpg");
}

#display_2 {}

#display_2 .head-text {
    font-size: 8.5vw;
}

#display_2 .bg-img {
    padding-top: 147%;
    margin-top: -34vw;
}

#display_2 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_2.png");
}

#display_3 {}

#display_3 .bg-img.no1 {
    padding-top: 90%;
}

#display_3 .bg-img.no1.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_3_no1.png");
}

#display_3 .bg-img.no2 {
    padding-top: 36%;
}

#display_3 .bg-img.no2.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_3_no2.png");
}

#display_4 {
    padding-bottom: 0;
}

#display_4 .head-text {
    width: 80%;
    max-width: 1600px;
}

#display_4 .video-inner {
    padding-top: 94.25%;
}

#display_5 {}

#display_5 .bg-img {
    padding-top: 118%;
    background-position: right;
}

#display_5 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_5.png");
}

/*Others*/
#others {
    padding-bottom: 0;
}

#others_1 {
    padding-bottom: 0;
}

#others_1 .bg-img {
    padding-top: 72%;
}

#others_1 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/others_1.png");
}

#others_2 {
    padding-bottom: 0;
}

#others_2 .bg-img {
    padding-top: 70%;
}

#others_2 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/others_2.jpg");
}

#others_3 {}

#others_3 .bg-img {
    padding-top: 38%;
}

#others_3 .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/others_3.png");
}

/*COLOR*/
#color {}

#color .img-relative:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10vw;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 120vw;
    height: 120vw;
    background: radial-gradient(#D51819 -20%, #000 74%);
    z-index: 1;
}

#color .bg-img {
    padding-top: 90%;
}

#color .bg-img.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/color.png");
}

/*SPEC*/
#spec {}

.spec-box {
    width: 92%;
    margin: 3vw auto;
    font-size: 0;
}

.spec-box .img-relative.one {
    display: inline-block;
    width: 46%;
    margin: 2%;
}

.spec-box .img-relative .bg-img {
    padding-top: 70%;
}

.spec-box .img-relative.two {
    display: inline-block;
    font-size: 0;
    width: 96%;
    margin: 2% auto;
}

.spec-box .img-relative.two .bg-img {
    padding-top: 32%;
}

#spec .bg-img.logo {
    padding-top: 9%;
}

#spec .bg-img.logo.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/logo.png");
}

#spec .bg-img.a.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/spec_a.png");
}

#spec .bg-img.b.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/spec_b.png");
}

#spec .bg-img.c.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/spec_c.png");
}

#spec .bg-img.d.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/spec_d.png");
}

#spec .bg-img.e.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/spec_e.png");
}

#spec .bg-img.f.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/spec_f.png");
}

#spec .bg-img.g.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/spec_g.png");
}

#spec .bg-img.h.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/spec_h.png");
}

#spec .bg-img.i.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/spec_i.png");
}

#spec .bg-img.j.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/spec_j.png");
}

#spec .bg-img.k.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/spec_k.png");
}

#spec .bg-img.l.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/spec_l.png");
}

#spec .bg-img.m.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/spec_m.png");
}

#spec .bg-img.n.lazyloaded {
    background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/spec_n.png");
}


/*LODADED*/
.lazyloaded {
    opacity: 1;
}

/* filters pic_box */
#pic_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#pic_box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#pic_box img {
    display: block;
    width: 100%;
    margin: 0 auto;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#pic_box .pic_text {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 80px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 20);
}

#pic_box .before_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

#pic_box .before_box img {
    max-width: none;
    width: auto;
    height: 100%;
}

#pic_box .before_box .pic_text {

    right: auto;
    left: 10px;
}

#pic_box .pic_handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 10%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

#pic_box .pic_handle::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#pic_box .pic_handle .arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    aspect-ratio: 4/1;
    background: url(../../images/r8s_filters/arrow.svg) no-repeat center;
}


@media screen and (min-width: 641px) {
    .sp-only {
        display: none;
    }

    .pc-only {
        display: block;
    }

    .sec {
        padding: 120px 0;
        overflow: hidden;
    }

    .sec.end {
        padding-bottom: 180px;
    }

    .pc-only-flex {
        display: flex;
        width: 80%;
        max-width: 1600px;
        margin: auto;
    }

    .pc-only-flex>div {
        height: 100%;
        width: 50%;
        margin: auto;
        max-width: 800px;
    }

    .pc-only-flex>div.order0 {
        order: 0;
    }

    .pc-only-flex>div.order1 {
        order: 1;
    }

    .img-relative {
        max-width: 1920px;
        margin: auto;
    }

    /*TEXT*/
    .head-text {
        width: 80%;
        max-width: 1600px;
        font-size: 56px;
    }

    .subhead-text {
        width: 80%;
        max-width: 1600px;
        margin: 30px auto;
        font-size: 42px;
    }

    .pc-only-flex .subhead-text {
        width: 100%;
    }

    .explain-text {
        width: 80%;
        max-width: 1600px;
        margin: 30px auto;
        font-size: 24px;
    }

    .pc-only-flex .explain-text {
        width: 95%;
        margin-left: 0;
    }

    .caption-text {
        width: 90%;
        max-width: 1600px;
        margin: 10px auto;
        font-size: 16px;
    }

    .head-line-text {
        height: 100px;
    }

    .head-line-text span {
        position: absolute;
        left: 10%;
        right: 10%;
        max-width: 1600px;
        margin: auto;
        font-size: 56px;
        text-align: left;
    }

    .head-line-text:before {
        right: auto;
        width: calc(50% - 540px);
        min-width: 400px;
    }

    /*VIDEO*/
    .video-wrap {
        max-width: 1280px;
        margin: 30px auto;
    }

    /*KV*/
    #kv {
        padding-bottom: 0;
    }

    #kv .top-img {
        padding-top: 46.5%;
    }

    #kv .top-img.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/top-pc.jpg");
        animation-name: kv_pc;
        animation-duration: 10s;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
    }

    @keyframes kv_pc {
        0% {
            background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/top-pc.jpg");
        }

        40% {
            background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/top-pc.jpg");
        }

        50% {
            background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/top-pc.jpg");
        }

        90% {
            background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/top-pc.jpg");
        }

        100% {
            background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/top-pc.jpg");
        }
    }

    /*Index*/
    #index {
        padding-bottom: 0;
    }

    .index-box {
        max-width: 1200px;
    }

    .index-box .index-link {
        width: 280px;
        height: 120px;
        margin: 0 2% 30px;
    }

    .index-box .index-link:nth-child(even) {
        margin: 0 2% 30px;
    }

    .index-box .index-link a span {
        top: 20%;
        left: auto;
        right: 0;
        transform: translate(0, 0);
        width: 40%;
        font-size: 22px;
    }

    .index-box .index-link.performance a span {
        width: 60%;
    }

    .index-box .index-link.picture a span {
        top: 6%;
        width: 66%;
    }

    .index-box .index-link a span:after {
        content: "▽";
        display: block;
        color: #fff;
        font-size: 22px;
        line-height: 2;
        transform: scaleX(1.5);
    }

    .index-box .index-link a:before {
        width: 60%;
        opacity: 0.9;
    }

    .index-box .index-link.performance a:before {
        background-position: center;
    }
    .index-box .index-link.photographer a:after {
        left: auto;
        right: 4px;
        width: 38%;
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/index_photographer_title-pc.png");
    }

    .index-box .index-link.picture a:before {
        background-position: left;
    }

    .index-box .index-link.picture a:after {
        left: auto;
        right: 4px;
        width: 38%;
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/index_picture_title-pc.png");
    }


    /*Performance*/
    #performance {
        padding-bottom: 0;
    }

    #performance .head-line-text:before {
        width: calc(50% - 400px);
        min-width: 540px;
    }

    #performance .bg-img {
        padding-top: 720px;
    }

    #performance .head-text {
        margin-top: 90px;
        font-size: 56px;
    }

    #performance_1 {
        padding-top: 90px;
        padding-bottom: 0;
    }

    #performance_1 .bg-img {
        margin-top: auto;
        padding-top: 76%;
    }

    #performance_1 .bg-img.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/performance_1-pc.jpg");
    }

    #performance_2 {
        padding-bottom: 0;
    }

    #performance_2 .explain-text {
        width: 880px;
    }

    #performance_2 .bg-img.back {
        bottom: 100px;
        padding-top: 670px;
        background-position: bottom;
    }

    #performance_2 .bg-img.back.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/performance_2_back-pc.jpg");
    }

    #performance_2 .bg-img.no1 {
        padding-top: 900px;
    }

    #performance_3 {
        padding-bottom: 0;
    }

    #performance_3 .subhead-text {
        font-size: 42px;
    }

    #performance_3 .bg-img.no2 {
        padding-top: 114%;
    }

    #performance_4 {}

    #performance_4 .bg-img {
        padding-top: 80%;
    }

    /*Design*/
    #design {
        padding-top: 24%;
        padding-bottom: 14%;
    }

    #design .bg-img {
        top: 120px;
        padding-top: 46%;
        background-position: left 64% center;
    }

    #design_1 {
        padding-bottom: 0;
    }

    #design_1 .bg-img {
        margin-top: 60px;
        padding-top: 34%;
    }

    #design_1 .bg-img.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/design_1-pc.jpg");
    }

    #design_1 .head-text {
        top: 0;
        bottom: auto;
        text-align: left;
    }

    #design_2 {
        padding-bottom: 0;
    }

    #design_2 .subhead-text {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
    }

    #design_2 .explain-text {
        position: absolute;
        top: 190px;
        left: 0;
        right: 0;
    }

    #design_2 .bg-img.no1 {
        padding-top: 56%;
        background-position: left 68% center;
    }

    #design_2 .bg-img.no2 {
        margin-top: -26%;
        padding-top: 46%;
        background-position: left 30% center;
    }

    #design_2 .bg-img.no3 {
        margin-top: -18%;
        padding-top: 44%;
        background-position: right 16% center;
    }

    #design_2 .bg-img.no4 {
        margin-top: 60px;
        padding-top: 50%;
    }

    #design_2 .bg-img.no4.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/design_2_no4-pc.jpg");
    }

    #design_3 {}

    #design_3 .subhead-text {
        font-size: 42px;
        text-align: center;
    }

    #design_3 .explain-text {
        text-align: center;
    }

    #design_3 .bg-img {
        padding-top: 44%;
    }

    /*Camera*/
    #camera {
        padding-bottom: 0;
    }

    #camera .head-line-text {
        position: absolute;
        top: 140px;
    }

    #camera .head-line-text.red-line:before {
        border-color: #fff;
    }

    #camera .bg-img {
        padding-top: 56.33%;
        margin: auto;
    }

    #camera .bg-img.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/camera-pc.jpg");
    }

    #camera_1 {}

    #camera_1 .head-text {
        position: absolute;
        top: 120px;
        left: 0;
        right: 0;
    }

    #camera_1 .img-relative {
        max-width: 1280px;
    }

    #camera_1 .bg-img {
        padding-top: 110%;
        margin-top: -1px;
        background-position: right;
    }

    #camera_1 .bg-img.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/camera_1-pc.jpg");
    }

    #camera_2 {
        padding-bottom: 0;
    }

    #camera_2 .explain-text {
        width: 900px;
    }

    #camera_2 .bg-img {
        padding-top: 500px;
    }

    #camera_2 .bg-img.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/camera_2-pc.png");
    }

    #camera_3 {}

    #camera_3 .img-relative.no1 {
        padding-top: 18%;
    }

    #camera_3 .bg-img.no1 {
        top: auto;
        left: 0;
        bottom: 0;
        padding-top: 36%;
        background-position: left 4% bottom;
    }

    #camera_3 .bg-img.no1.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/camera_3_no1-pc.jpg");
    }

    #camera_3 .img-relative.no2 {
        max-width: 1280px;
    }

    #camera_3 .bg-img.no2 {
        padding-top: 62%;
        margin-top: -6%;
    }

    #camera_3 .bg-img.no2.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/camera_3_no2-pc.png");
    }

    #picture {}

    #picture .picture-link {
        width: 800px;
        margin: 60px auto;
    }

    #picture .picture-link a {
        padding-top: 150px;
        background-position: left center;
        background-size: contain;
    }

    #picture .picture-link a:before {
        padding-top: 92px;
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/picture_link_title-pc.png");
        background-position: right 90px center;
    }

    #picture .picture-link a:after {
        right: 24px;
        height: 62px;
        font-size: 36px;
    }

    #picture .bg-img {
        padding-top: 940px;
    }

    #picture .border-colum {
        width: 800px;
    }

    #picture .border-colum:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 190px;
        height: 250px;
        margin: auto 30px;

        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/picture_profile_no2-pc.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }

    #picture .profile-title-text {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(50%, -50%);
        padding: 1px 8px;
        color: #E10000;
        font-size: 18px;
        background: #000;
    }

    #picture .explain-text {
        width: auto;
        margin: 30px;
        font-size: 16px;
        margin-left: 240px;
    }

    #picture .bg-img.profile {
        padding-top: 49px;
        margin-top: 30px;
        background-position: right 30px center;
    }

    #picture .bg-img.profile.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/picture_profile-pc.png");
    }

    /*AI*/
    #ai {
        padding-bottom: 0;
    }

    #ai .head-text {
        width: 80%;
    }

    #ai_1 {
        padding-bottom: 0;
    }

    #ai_2 {}

    #ai_2 .bg-img {
        padding-top: 108%;
    }

    /*Lens*/
    #lens {
        padding-bottom: 0;
    }

    #lens .head-text {
        width: 80%;
    }

    #lens_1 {}

    #lens_1 .img-relative {
        max-width: 1280px;
    }

    #lens_1 .bg-img {
        padding-top: 54%;
        margin-top: 90px;
    }

    #lens_1 .bg-img.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/lens_1-pc.jpg");
    }

    #lens_2 {
        padding-bottom: 120px;
    }

    #lens_2 .subhead-text {
        font-size: 42px;
    }

    #lens_2 .lens-link {
        width: 480px;
        margin-top: 90px;
    }

    /*Display*/
    #display {
        padding-bottom: 0;
    }

    #display .bg-img.back {
        top: 120px;
        padding-top: 1713px;
        background-position: top;
        z-index: 1;
    }

    #display .bg-img.back.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_back-pc.jpg");
    }

    #display .head-text {
        width: 100%;
        font-size: 56px;
        text-align: center;
    }

    #display .bg-img.no1 {
        padding-top: 34%;
        margin: 60px auto;
        background-position: center;
    }

    #display .bg-img.no1.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_no1-pc.png");
    }

    #display .bg-img.no2 {
        padding-top: 52%;
        margin-top: 120px;
    }

    #display .bg-img.no2.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_no2-pc.png");
    }

    #display_1 {}

    #display_1 .explain-text {
        width: 825px;
    }

    #display_1 .bg-img {
        padding-top: 102%;
    }

    #display_1 .bg-img.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_1-pc.jpg");
    }

    #display_2 {
        padding-bottom: 0;
    }

    #display_2 .head-text {
        font-size: 56px;
    }

    #display_2 .head-text.center {
        text-align: left;
    }

    #display_2 .bg-img {
        padding-top: 57%;
        margin-top: -200px;
    }

    #display_2 .bg-img.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_2-pc.png");
    }

    #display_3 {}

    #display_3 .bg-img.no1 {
        padding-top: 64%;
    }

    #display_3 .bg-img.no1.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_3_no1-pc.png");
    }

    #display_3 .bg-img.no2 {
        padding-top: 10%;
    }

    #display_3 .bg-img.no2.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_3_no2-pc.png");
    }

    #display_3 .bg-img.no3 {
        padding-top: 60px;
        margin-top: 60px;
    }

    #display_3 .bg-img.no3.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_3_no3-pc.png");
    }

    #display_4 {}

    #display_4 .video-inner {
        padding-top: 46.25%;
    }

    #display_5 {}

    #display_5 .subhead-text {
        text-align: center;
    }

    #display_5 .explain-text {
        width: 900px;
    }

    #display_5 .img-relative {
        max-width: 1320px;
    }

    #display_5 .bg-img {
        padding-top: 32%;
        background-position: center;
    }

    #display_5 .bg-img.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/display_5-pc.png");
    }

    /*filters*/
    #filters .filter_img h4 {
        font-size: 24px;
    }

    #filters1 .wearing {
        flex-direction: row;
        justify-content: space-around;
    }

    #filters1 .wearing>div {
        width: 48%;
    }

    /*Others*/
    #others {
        padding-bottom: 0;
    }

    #others_1 {}

    #others_1 .bg-img {
        padding-top: 180px;
    }

    #others_1 .bg-img.lazyloaded {
        background-image: url("https://aquosmobile.sharp.com.tw/resources/aquos/images/r8spro/others_1-pc.png");
    }

    #others_2 {}

    #others_2 .bg-img {
        padding-top: 64%;
    }

    #others_3 {}

    #others_3 .bg-img {
        padding-top: 240px;
    }

    /*COLOR*/
    #color {}

    #color .img-relative:before {
        left: 0;
        width: 640px;
        height: 640px;
    }

    #color .bg-img {
        padding-top: 580px;
    }

    /*SPEC*/
    #spec {}

    .spec-box {
        width: 90%;
        max-width: 1200px;
        margin: 30px auto;
    }

    .spec-box .img-relative.one {
        width: 23%;
        margin: 1%;
    }

    .spec-box .img-relative.two {
        width: 48%;
        margin: 1%;
    }

    #spec .bg-img.logo {
        padding-top: 60px;
    }

}