@charset "utf-8";



.CRL_main img {
    width: 100%;
    display: block;
}

.CRL_btnY {
    background-color: #fb8405!important;
}

.CRL_btnY:hover {
    background-color: #c86903!important;
}

.CRL_btn {
    border: 1px solid #fff!important;
}

.c-y {
    color: #fb8405!important;
}




/*s1 kv*/

.s1 {
    text-align: center;
    color: #fff;
    z-index: 4;
}

.s1 div,
.s1 figure {
    position: absolute;
}

.s1 figure,
.s1_vs {
    width: 100%;
    left: 0;
}

.s1_vs,
.s1 figure img {
    z-index: 1;
}

.s1 div.fadeInLeft,
.s1 div.fadeInRight {
    width: 50%;
    z-index: 2;
}

.s1 div.fadeInLeft {
    left: 0;
}

.s1 div.fadeInRight {
    right: 0;
}

.s1 div div {
    position: relative;
}

.s1 div figcaption {
    position: absolute;
    bottom: 10%;
    z-index: 3;
}



.s1 div.fadeInLeft figcaption img {
    margin-left: 5px;
}

.s1 div.fadeInRight figcaption img {
    margin-right: 5px;
}

.s1 div figcaption img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.s1 div figcaption h2 {
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: 2px solid #fff;
    text-shadow: 0 0 5px #fff
}

.s1 div figcaption p {
    margin-bottom: 15px;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff
}



.s1_vs>img,
.s1 figure img {
    animation: blink 2s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    5% {
        opacity: 1;
    }
    10% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    20% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.s1_vsBTN {
    box-sizing: border-box;
    padding-top: 25px;
    left: 50%;
    margin-left: -65px;
    bottom: 5%;
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 90px;
    color: #b40024!important;
    text-align: center;
    border-radius: 500px;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.3) 100%);
    animation: scroll_menu .4s linear infinite alternate;
    z-index: 4;
    transition: 500ms;
}

.s1_vsBTN:hover {
    opacity: 0.5;
}

.s1_vsBTN img {
    width: 20px;
    margin: 5px auto;
}

@keyframes scroll_menu {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    to {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@media (max-width: 768px) {
    .s1_vsBTN {
        width: 8vw;
        height: 8vw;
        padding-top: 2vw;
        margin-left: -6%;
    }
    .s1_vsBTN img {
        width: 2vw;
    }
}

@media (min-width: 762px) {
    .s1 div.fadeInLeft figcaption {
        left: 50%;
    }

    .s1 div.fadeInRight figcaption {
        right: 59%;
    }
}

@media (max-width: 761px) {
    .s1 div figcaption {
        width: 100%;
        bottom: 3vw;
    }
    .CRL_main .s1 div figcaption h2 {
        display: inline-block;
        padding: 0 10px;
        border-bottom: 1px solid #fff;
    }
    .s1 div figcaption p {
        margin-bottom: 5px;
    }
    .s1 div figcaption img {
        width: 4vw;
    }
    .s1 .CRL_btn {
        width: 50%;
    }
    .s1_vsBTN {
        width: 14vw;
        height: 14vw;
        padding-top: 2vw;
        margin-left: -7%;
        line-height: 120%;
        bottom: 10%;
    }
    .s1_vsBTN img {
        width: 3vw;
    }
    .s2 li div {
        padding: 2vw 3vw;
    }
}

@media (max-width: 320px) {
    .s1_vsBTN {
        width: 16vw;
        height: 16vw;
        margin-left: -8%;
    }
}








/*s2問題*/

.CRL_main section.s2 {
    background-image: url(../images/img_02.jpg);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    padding: 4% 0;
    z-index: 3;
}

.s2 h2,
.s2 h3 {
    color: #c2bcb9;
}

.CRL_main .s2>div>h3 {
    font-weight: normal;
    line-height: 150%;
}

.s2 ul,
.s2 li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.s2 ul {
    margin: 4% 0;
}

.s2 ul h4,
.s2 ul p {
    line-height: 120%;
}

.s2 li div {
    position: absolute;
    padding: 10px 20px;
    background-color: rgba(180, 0, 36, 0.5);
}

.s2 li:nth-of-type(2) div {
    background-color: rgba(180, 34, 0, 0.5);
}

.s2 li:nth-of-type(3) div {
    background-color: rgba(209, 92, 6, 0.5);
}

.s2 li {
    width: 30%;
    margin: 1%;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, .5);
    position: relative;
}



@media (max-width: 761px) {

    .s2 li {
        width: 46%;
        margin: 2%;
    }
    .CRL_main section.s2 {
        padding: 10% 0;
    }
    .s2 li div {
        padding: 2vw;
    }
}








/*s3*/

.titBG {
    background-position: top center;
    background-size: 100%;
    background-repeat: repeat-y;
    background-image: url(../images/tit_bg2.png);
    padding: 5px 10px;
}

.s3TIT div {
    display: inline-block;
}

.s3TIT .titBG {
    background-image: url(../images/tit_bg1.png);
    color: #b40024;
    padding: 5px 150px;
    margin-top: 10px;
}

.s3TIT {
    text-align: center;
    position: relative;
    z-index: 2;
}

.s3TIT h2 {
    color: #fff;
    text-shadow: 5px 5px 5px rgba(99, 0, 0, .6);
}

.CRL_main section.s3,
.CRL_main section.s4,
.CRL_main section.s10 {
    background-image: url(../images/img_03.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 2;
    padding: 5% 0;
}

.s3_line {
    position: fixed;
    top: 25%;
    left: -2%;
    width: 100%;
    pointer-events: none;
    z-index: 4;
}

.s3_line img {
    display: block;
    margin: 0 auto;
    width: 9%;
}

.E-product {
    position: fixed;
    top: 32%;
    z-index: 2;
    width: 15%;
    max-width: 379px;
}

.E-product_up {
    z-index: 4;
}



.s3L .E-product {
    left: 33%;
}

.s3R .E-product {
    right: 37%;
}

.s3_txt {
    position: relative;
    z-index: 3;
}

.s3_all>div {
    position: relative;
}

.s3L .E-product {
    text-align: right;
}

.CRL_main .s3L .E-product .CRL_btn {
    margin-right: 6%;
}

.CRL_main .s3R .E-product .CRL_btn {
    margin-left: 6%;
}

.E-product .CRL_btn {
    min-width: 1px;
    width: 35%;
}

.CRL_main .E-product img {
    margin-bottom: 10px;
}

.s3L .E-product,
.s3R .E-product,
.s3TIT,
.s3_line {
    opacity: 0;
}



.s3.animation-style .s3TIT {
    animation: fadeInUp 1s ease both;
}

.s3.animation-style .s3_line {
    animation: fadeIn 1s ease both;
}

.s3_all {
    color: #fff;
}

.CRL_main .s3_txt1 {
    text-align: center;
    background-image: url(../images/txt.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 8% 10% 10%;
    margin-bottom: 3%;
}

.CRL_main .s3_txt {
    padding-top: 10%;
    text-align: center;
}

.CRL_main .s3_txt2 div {
    margin-top: -5%;
}

.s3_txt2 div h4,
.s3_txt2 div h2,
.s3_txt2 div h3 {
    text-shadow: 0 0 3px #fff;
    line-height: 130%;
}

.CRL_main .s3_txt2 div h3 {
    line-height: 90%;
}

.s3_txt2 div {
    position: relative;
}

.s3_txt2 .shine_line {
    position: absolute;
    bottom: -35%;
    right: 17%;
    width: 60%;
}

.s3_txt2>h3.txt4L {
    background-image: url(../images/tit_r.png);
    background-position: top center;
    background-size: 80% 100%;
    background-repeat: no-repeat;
    padding: 2% 0 13%;
}

.s3R .s3_txt2>h3.txt4L {
    background-image: url(../images/tit_y.png);
}

.CRL_main .s3_txt3 {
    position: relative;
    background-image: url(../images/bg_w.png);
    background-color: rgba(255, 255, 255, .7);
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 12% 5% 5%;
    overflow: hidden;
    text-align: left;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, .5);
    display: inline-block;
    margin-top: 10%;
}

.CRL_main .s3_txt3 h3 {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 0 5%;
}

.CRL_main .s3_txt3 h3:before {
    transform: skew(-15deg);
    position: absolute;
    left: -5%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    content: ' ';
    background: #b40024;
}

.CRL_main .s3R .s3_txt3 h3:before {
    background: #fb8405;
}

.s3_txt3 h3 span {
    position: relative;
    z-index: 2;
}

.s3_txt3 p {
    color: #333
}

.CRL_main .s3_txt3 li {
    position: relative;
    padding-left: 30px;
    margin-top: 5px;
}

.CRL_main .s3_txt3 li:before {
    content: ' ';
    background-image: url(../images/icon.svg);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 25px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
}

.CRL_main .s3_txt3 p b {
    color: #000;
    padding-bottom: 5px;
    display: inline-block;
}

.CRL_main .s3L .s3_txt3 {
    margin-left: 5%;
}

.CRL_main .s3R .s3_txt3 {
    margin-right: 5%;
}

.CRL_main .s3_txt4 {
    position: relative;
}

.s3_txt4 p {
    text-shadow: 0 0 3px #964a28;
}

.CRL_main .s3_txt4 .titBG {
    line-height: 100%;
    padding: 10px 0;
    margin: 15% 0 3%;
}

.CRL_main .s3_txt4 .titBG,
.CRL_main .s3_txt4 p {
    text-align: left;
    padding-left: 15%;
}

.s3_txt4 img {
    width: 35%;
    position: absolute;
    bottom: -15%;
    right: -3%;
}

.CRL_main .s3_txt5 {
    margin: 15% 0 10px;
}

.CRL_main .s3_txt5 p {
    text-align: left;
    margin-top: 10px;
    opacity: 0.7;
}

.CRL_main .s3R .s3_txt5 {
    padding-right: 5%;
}

.CRL_main .s3L .s3_txt5 {
    padding-left: 5%;
}

.s3R .s3_txt5 p {
    text-align: right;
}

.CRL_main .s3_txt5 img {
    border-radius: 10px;
}

@media (min-width: 762px) {
    .s3_all {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .s3TIT {
        position: fixed;
        top: 20%;
        width: 100%;
        left: 0;
    }
    .s3_all>div {
        width: 30%;
        z-index: 3;
    }
    .CRL_main .s3L {
        margin-left: 0;
    }
    .CRL_main .s3R {
        margin-right: 2%;
    }
    .CRL_main .s3_txt3 {
        width: 95%;
    }
    .E-product_up img {
        opacity: 0;
    }
    .s3.animation-style .s3L .E-product {
        animation: fadeInRight 1s ease both;
    }

    .s3.animation-style .s3R .E-product {
        animation: fadeInLeft 1s ease both;
    }
}

@media (min-width: 1025px) {
    .CRL_main .s3_txt3 {
        width: 88%;
    }
}

@media (max-width:1920px) {
    .E-product {
        top: 37%;
        width: 17%;
    }
    .s3R .E-product {
        right: 34%;
    }
    .s3L .E-product {
        left: 30%;
    }
}

@media (max-width:1366px) {
    .E-product {
        width: 22%;
    }
    .s3R .E-product {
        right: 28%;
    }
    .s3L .E-product {
        left: 25%;
    }
    .s3_line img {
        width: 15%;
    }
    .s3_line{
        left: -2.5%;
    }
}


@media (max-width: 768px) {
    .CRL_main .s3_txt3 {
        margin-top: 10%;
    }
    .CRL_main .s3_txt3 li {
        padding-left: 22px;
    }
    .CRL_main .s3_txt3 li:before {
        width: 18px;
    }
    .s3TIT .titBG {
        padding: 5px;
    }
    .E-product {
        top: 34%;
    }
}

@media (max-width: 761px) {
    .s3_txt2 div h4,
    .s3_txt2 div h2,
    .s3_txt2 div h3 {
        text-shadow: 0 0 2px #fff;
    }
    .CRL_main section.s3,
    .CRL_main section.s4,
    .CRL_main section.s10,
    .CRL_main section.s3 .s3_m1 {
        background-size: 150%;
    }
    .s3L:before,
    .s3R:before,
    .CRL_main section.s3 .s3_m1 {
        background-position: center center;
        background-attachment: fixed;
        background-size: 100% 100%;
        overflow: hidden;
    }
    
    .s3L:before,
    .s3R:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
    }

    .s3L:before {
        background-image: url(../images/mb_02.jpg);
    }
    .s3R:before {
        background-image: url(../images/mb_03.jpg);
    }
    .s3L {
        z-index: 4;
    }
    .s3R {
        z-index: 5;
    }
    .CRL_main section.s3 .s3_m1 {
        background-image: url(../images/img_03.jpg);
        z-index: 6;
    }
    .s3_m1 .E-product {
        width: 50%;
    }
    .CRL_main .s3_m1 .E-product .CRL_btn {
        margin-left: 38%;
    }
    .CRL_main .s3_m1 .E-product-Y .CRL_btn {
        margin-left: 8%;
    }
    .s3_m1 .E-product-Y {
        right: -7%;
        top: 0;
    }
    .CRL_main section.s3 {
        padding: 0;
    }
    .CRL_main .s3_m1 {
        padding: 10% 0;
    }

    .s3_m1,
    .s3_m1 .E-product,
    .s3_m1 .mb {
        position: relative;
    }
    .s3_m1 .mb {
        margin-top: -5%;
    }
    .s3_m1 .s3_line,
    .s3_m1 .E-product-Y {
        position: absolute;
    }
    .s3_m1 .E-product:not(.E-product-Y) {
        margin-left: -5%;
    }
    .s3_m1 .E-product:not(.E-product-Y) img {
        margin-left: -12%;
    }
    .s3_line img {
        width: 30%;
    }
    .s3_line {
        left: -4.5%;
    }
    .s3_all .E-product {
        transition: 500ms;
        position: absolute;
        width: 55%;
        z-index: 2;
        top: 10%;
    }
    .s3L,
    .s3R {
        overflow: hidden;
    }
    .s3R.animation-style:before {
        animation: fadeInRight 1s ease both;
    }
    .s3L.animation-style:before {
        animation: fadeInLeft 1s ease both;
    }
    .s3R.animation-style .E-product {
        animation: fadeInRight 1.5s ease both;
    }
    .s3L.animation-style .E-product {
        animation: fadeInLeft 1.5s ease both;
    }
    .s3_all .s3R.animation-style2 .E-product,
    .s3_all .s3L.animation-style2 .E-product {
        position: fixed;
    }
    .CRL_main .s3_txt {
        width: 70%;
        position: relative;
        z-index: 3;
        padding-bottom: 10%;
    }
    .s3L .E-product {
        left: auto;
        right: 0;
    }
    .s3R .s3_txt {
        margin-left: 35%;
    }
    .s3R .E-product {
        right: auto;
        left: 0;
    }
    .CRL_main .s3_txt2 div {
        margin-top: -3%;
    }
    .CRL_main .s3R .s3_txt3 {
        margin-right: 0;
    }
    .CRL_main .s3R .E-product .CRL_btn {
        margin-left: 8%;
    }
    .CRL_main section.s3 {
        background-image: none;
    }
    .CRL_main .s3_txt5 {
        width: 94%;
    }
    .CRL_main .s3L .s3_txt {
        margin-left: -5%;
    }
    .CRL_main .s3L .s3_txt5 {
        margin-left: 8%;
    }
    .CRL_main .s3_m1-2 .s3_txt2 {
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }
    .CRL_main .s3_m1-2 .E-product-Y .s3_txt2>h3.txt4L {
        background-image: url(../images/tit_y.png);
    }
    .CRL_main .s3_m1-2 .E-product-Y .s3_txt2 {
        margin-left: -25%;
        width: 110%;
    }
    .CRL_main .s3_m1-2 .E-product:not(.E-product-Y) .s3_txt2 {
        margin-right: -8%;
    }
    .s3_txt2 .shine_line {
        bottom: -50%;
    }
    .CRL_main .s3_m1-2 .s3_txt2 .shine_line {

        right: 7%;
    }
}

@media (max-width: 320px) {
    .CRL_main .s3L .s3_txt3 {
        padding-right: 3%;
    }
    .s3_txt4 img {
        right: 10%;
    }
    .CRL_main .s3L .s3_txt {
        margin-left: 0;
    }
    .CRL_main .s3L .s3_txt5 {
        margin-left: 0;
    }
    .s3R .s3_txt {
        margin-left: 30%;
    }
}

@supports(-webkit-touch-callout:none) {
        .CRL_main section.s3 .s3_m1 {
            background-attachment: scroll;
        }
    }




.CRL_main .CRL_video {
    z-index: 3;
}










/*投票*/

.CRL_main section.s4 {
    padding-top: 7%;
    overflow: hidden;
    padding-bottom: 0;
}

.CRL_main .s4TIT {
    width: 93%;
    position: absolute;
    top: 7%;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.CRL_main .s4TIT img {
    animation: blink 2s infinite;
}

.CRL_main .s4TIT img:not(.lightning) {
    width: 40%;
    max-width: 430px;
    margin: 0 auto;
}

.CRL_main .s4 .lightning {
    width: 10%;
    max-width: 108px;
    margin: 0 auto;
}

.s4_txt {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.s4_txt>div {
    width: 50%;
}

.s4_txt>div,
.s4_vote {
    position: relative;
}

.s4_name {
    position: absolute;
    text-align: center;
    top: 35%;
    z-index: 2;
}

.s4_txtL .s4_name {
    right: 15%;
}

.s4_txtR .s4_name {
    left: 5%;
}

.s4_name p,
.s4_name h4 {
    text-shadow: 0 0 3px #b40024;
    color: #fff;
    line-height: 120%;
}

.CRL_main .s4_product {
    position: absolute;
    bottom: 0;
    width: 50%;
    z-index: 1;
    pointer-events: none;
}

.s4_txtL .s4_product {
    left: -15%;
}

.s4_txtR .s4_product {
    right: -11%;
}

.CRL_main .s4_kol {
    width: 80%;
    margin: 0 auto;
    max-width: 372px;
}

.CRL_main .s4_kol {
    animation: kolUP 4s linear infinite alternate;
}

@keyframes kolUP {
    0% {
        transform: translateY(0%);
    }
    5% {
        transform: translateY(0%);
    }
    13% {
        transform: translateY(2%);
    }
    16% {
        transform: translateY(0%);
    }
    19% {
        transform: translateY(2%);
    }
    21% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(0%);
    }
}

.CRL_main .s4_txtR .s4_kol {
    margin-left: 12%;
}

.CRL_main .s4 .titBG {
    position: relative;

    line-height: 100%;
    padding: 5px 0 10px 10%;
    margin-top: -10%;
}

.CRL_main .s4 .titBG .txtP {
    font-weight: 600;
}

.CRL_main .s4 dl,
.CRL_main .s4 .titBG {
    width: 60%;
    margin-left: 8%;
}

.CRL_main .s4 .s4_txtL dl,
.CRL_main .s4 .s4_txtL .titBG {
    margin-left: 25%;
}

.CRL_main .s4 dl {
    text-align: center;
}

.CRL_main .s4 dd {
    padding-right: 8%;
}

.CRL_main .choose {
    width: 68px;
    position: absolute;
    top: -15%;
    right: 9%;
    animation: chooseAN .4s linear infinite alternate;
}

.CRL_main .s4_txtL .choose {
    right: 15%;
}

.CRL_main .s4 dt {
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes chooseAN {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.product-polling,
.polling-result {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.polling-section {
    width: calc(100% / 2);
}

.polling-section img {
    width: 50%;
}

.result-popup {
    display: none;
}

.result-popup:before {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    content: '';
    left: 0;
    top: 0;
    z-index: 5;
}

.CRL_main .popup-content {
    position: fixed;
    text-align: center;
    width: 80%;
    max-width: 600px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.9);
    padding: 25px;
    z-index: 99;
    padding: 3%;
}

.CRL_main button.pop-up-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    z-index: 100;
    background-image: url(../images/btn_close_gr.svg);
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    min-width: 30px;
}



.CRL_main .popup-content>img {
    width: 80%;
    margin: 20px auto;
}

.product-result {
    width: 155px;
    height: 96px;
}

@media (min-width: 762px) {}

@media (max-width: 768px) {
    .CRL_main .s4TIT {
        width: 95%;
    }
    .CRL_main .choose {
        width: 6.3vw;
    }
    .product-result {
        transform: scale(0.8);
    }
    .CRL_main .s4_vote dt p {
        margin-right: -5%;
        flex-shrink: 0;
    }
}

@media (max-width: 761px) {
    .CRL_main .s4TIT {
        top: 5%;
    }
    .CRL_main .s4TIT img:not(.lightning) {
        width: 70%;
    }
    .CRL_main .s4_txt {
        margin-top: 37%;
    }
    .CRL_main .s4_kol {
        width: 90%;
    }
    .CRL_main .s4 .lightning {
        width: 15%;
    }
    .CRL_main .s4_txtL .s4_kol {
        margin-left: 0;
    }
    .CRL_main .s4_txtR .s4_kol {
        margin-left: 7%;
    }
    .s4_name {
        top: 25%;
    }
    .s4_txtL .s4_name {
        right: 8%;
    }
    .s4_txtR .s4_name {
        left: 2%;
    }

    .CRL_main .s4_product {
        width: 60%;
    }
    .s4_txtR .s4_product {
        right: -30%;
    }
    .s4_txtL .s4_product {
        left: -30%;
    }
    .CRL_main .s4 dl,
    .CRL_main .s4 .titBG {
        width: 100%;
        margin-left: -3%;
        padding-left: 15%;
    }
    .CRL_main .s4 dl {
        margin-top: -8%;
    }
    .CRL_main .s4 .titBG {
        margin-top: -13%;
    }
    .CRL_main .s4 .s4_txtL dl,
    .CRL_main .s4 .s4_txtL .titBG {
        margin-left: 0%;
        padding-left: 31%;
    }
    .CRL_main .s4 .titBG {
        background-size: 105%;
    }
    .product-result {
        transform: scale(0.6);
    }
    .CRL_main .choose {
        width: 11vw;
        top: -45%;
    }
    .CRL_main .s4_txtL .choose {
        right: 9%;
    }
    .CRL_main .s4_vote dt p {
        margin-right: -10%;
    }
    .CRL_main .s4_txtL .s4_vote dt p {
        margin-right: -20%;
    }
    .CRL_main .s4 dt {
        justify-content: flex-start;
    }
    .CRL_main .s4 dd {
        padding-right: 17%;
    }
    .CRL_main section.s4,
    .CRL_main section.s10 {
        background-image: url(../images/img_03_m.jpg);
        background-size: 100% 100%;
    }

    .CRL_main .s4TIT {
        width: 100%;
    }
    .CRL_main button.pop-up-close {
        top: 0;
        right: 0;
    }
    .CRL_main .popup-content {
        width: 90%;
        padding: 10% 0;
    }
    .CRL_main .popup-content .CRL_btn {
        width: 50%;
    }
    .s4_vote .CRL_btn{
        height: 40px;
    }
    .CRL_main section.s10{
        padding: 10% 0;
    }
}
@supports(-webkit-touch-callout:none) {
        .CRL_main section.s4 {
            background-attachment: scroll;
            padding-bottom: 5%;
        }
        .CRL_main section.s10{
            background-image: none;
            background: linear-gradient(to right,  rgba(170,33,30,1) 0%,rgba(224,123,29,1) 100%); 
        }
    }

@media (max-width: 320px) {
    .product-result {
        transform: scale(0.5);
    }
    .CRL_main .s4_vote dt p {
        margin-right: -20%;
    }
    .CRL_main .s4_txtL .s4_vote dt p {
        margin-right: -32%;
    }
}






/*s10 表格 */

.CRL_main .s10 {
    padding-bottom: 5%;
    margin-top: -2px;
    z-index: 3;
}

.CRL_main .s10 .CRL_cnt {
    background-color: #f8f0ea;
    border-radius: 10px;
    overflow: hidden;
}

.CRL_main .s10 h2 {
    text-align: center;
    margin-bottom: 20px;
}

.CRL_main .s10 .CRL_cnt figcaption {
    padding: 5%;
}

.CRL_main .s10 .CRL_cnt b {
    color: #8c4812;
}

.CRL_main .s10 .formdesc1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.CRL_main .s10 .formdesc1 label {
    position: relative;
    width: 45%;
    text-align: left;
}

.CRL_main .s10 .formdesc1 p {
    padding-left: 35px;
}

.CRL_main .s10 .formdesc1 input[type="radio"]+label:before {
    position: absolute;
    left: 0;
    top: 76%;
}

@media (min-width: 762px) {
    .CRL_main .s10 .CRL_cnt {
        display: flex;
        align-items: stretch;
    }
    .CRL_main .s10 .CRL_cnt figcaption {
        width: 60%;
    }
    .CRL_main .s10 .CRL_cnt figure {
        background-image: url(../images/img_13.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        width: 40%;
        background-size: cover;
    }
}


@media (max-width: 761px) {
    .CRL_main .s10 .CRL_cnt figcaption {
        padding: 10%;
    }
    .CRL_main .s10 .formdesc1 label {
        position: relative;
        width: 47%;
    }
    .CRL_main .s10 {
        padding-bottom: 10%;
    }
}

@media (max-width: 550px) {
    .CRL_main .s10 .CRL_cnt figcaption {
        padding: 10% 5%;
    }
    .CRL_main .s10 .formdesc1 label {
        width: 48%;
    }
}

@media (max-width: 414px) {
    .CRL_main .s10 .formdesc1 label {
        width: 50%;
    }
}

@media (max-width: 360px) {
    .CRL_main .s10 .formdesc1 input[type="radio"]+label:before {
        top: 65%;
    }
}



/*直播區塊*/
.CRL_main .s_live,.CRL_main .s_ecset{
    z-index: 5;
}
.CRL_main section.s_ecset{
    background-position: center center;
    background-attachment: fixed;
    background-image: url(../images/s_ecset_bg.jpg);
    background-size: cover;
}
.CRL_main section.s_ecset .tit{
    text-shadow: 5px 5px 5px rgba(99, 0, 0, .6);
}
  .CRL_main .s_liveTXT figure .shadow{
    overflow: visible;
  }  

.s_live{
background: linear-gradient(to right,  rgba(170,33,30,1) 0%,rgba(224,123,29,1) 100%); 

}
.CRL_main .s_ecset ul .CRL_ul_disc span{
    font-weight: 500;
}
