@charset "UTF-8";

html {
    font-size: 12px;
    -webkit-text-size-adjust:none;
    color:#333;
}
@media screen and (max-width: 1200px) {
    html {
        font-size: 1vw;
    }
}
@media screen and (max-width: 1000px) {
    html {
        font-size: 1.4vw;
    }
}

body {
    background: #eceae6;
    font-family: 'Noto Sans TC', sans-serif;
}

img {
    position: relative;
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}
.wrap {
    position: absolute;
    display: block;
    width: 100%;
    overflow: hidden;
}
.wrap a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.wrap .preload {
    display: none;
}
.symbol-m {
    display: none;
}
@media screen and (max-width: 1000px) {
    .symbol-m {
        display: block;
    }
    .symbol-pc {
        display: none;
    }
}

.wrap .footerBox {
    position: relative;
    display: block;
    width: 100%;
    padding: 3vw 0 3vw 0;
    background: #000;
    z-index: 2;
}

.wrap .footerBox .socialmedia {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    text-align: center;
    padding: 15px 0 15px 0;
}
.wrap .footerBox .socialmedia li {
    position: relative;
    display: inline-block;
    width: 8vw;
    max-width: 55px;
    margin: 0 10px 0 10px;
}
.wrap .footerBox .copyright {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 15px 0 0 0;
    font-family:Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    color: #fff;
}
.wrap .footerBox .copyright br {
    display: none;
}
@media screen and (max-width: 1000px) {
    .wrap .footerBox .socialmedia li {
        max-width: inherit;
        width: 13vw;
    }
    .wrap .footerBox .copyright br {
        display: block;
    }
}

.nav {
    position: fixed;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    height: 6rem;
    left: 5%;
    border-bottom: 1px solid #000;
    z-index: 999;
}
.nav.nav-fixed {
    width: 100%;
    left: 0;
    padding: 0 2%;
    background: #ff5089;
    justify-content: space-between;
    border-bottom: 0px;
}
.nav .nav-logo {
    position: relative;
    display: block;
    width: 11rem;
    cursor: pointer;
}
.nav .nav-logo img:nth-child(2) {
    display: none;
}
.nav.nav-fixed .nav-logo img:nth-child(1) {
    display: none;
}
.nav.nav-fixed .nav-logo img:nth-child(2) {
    display: block;
}

.nav .nav-burger {
    position: relative;
    display: block;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    margin-left: 2rem;
}
.nav .nav-burger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 0.4rem;
    top:calc(50% - 1px);
    left: 0;
    background: #000;
    border-radius: 0.2rem;
}
.nav.nav-fixed .nav-burger span {
    background: #fff;
}
.nav .nav-burger span:nth-child(1) {
    transform: translate(0,-0.8rem);
}
.nav .nav-burger span:nth-child(2) {
    transform: translate(0,0.8rem);
}

.kv-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    min-height: 48vw;
    overflow: hidden;
}
.kv-box::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 10rem;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(250,122,161,0.5) 0%, rgba(250,122,161,0) 100%);
    z-index: 9;
}
.kv-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fa7aa1;
}
.kv-box1 {
    position: relative;
    display: block;
    width: 100vh;
    height: 100vh;
    min-width: 56vw;
    min-height: 56vw;
    background: url(../images/kv_bg.svg) no-repeat center center;
    background-size: 100% auto;
}
.kv-box2 {
    position: relative;
    display: block;
    width: calc(100% - 100vh);
    max-width: 44vw;
    height: 100%;
    min-height: 56vw;
    background: #eceae6;
}
.kv-box2::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    top:0;
    left: -1px;
    background: url(../images/kv_bg2.svg) no-repeat 0 0;
    background-size: auto 100%;
}
.kv-icon {
    position: absolute;
    display: block;
}
.kv-icon img:nth-child(2) {
    position: absolute;
    display: block;
    left: 0;
    top:0;
}
.kv-icon1 {
    left: 5%;
    top:23%;
    width: 25%;
}
.kv-icon2 {
    left: 30%;
    top:15%;
    width: 25%;
}
.kv-icon3 {
    left: 70%;
    top:-35%;
    width: 20%;
}
.kv-icon4 {
    left: 5%;
    top:55%;
    width: 25%;
}
.kv-icon5 {
    left: 68%;
    top:60%;
    width: 25%;
}
.kv-icon6 {
    right: 3%;
    bottom: 3%;
    width: 8%;
}
.kv-t1 {
    left: 15%;
    top:18%;
    width: 15%;
}
.kv-t2 {
    left: 5%;
    top:55%;
    width: 6%;
}
.kv-t3 {
    left: 40%;
    top:50%;
    width: 15%;
}
.kv-t4 {
    left: 57%;
    top:85%;
    width: 15%;
}
.kv-title-p1 {
    left: 25%;
    top:calc(50% - 10vw);
    width: 50%;
}
.kv-title-p2 {
    left: 20%;
    top:calc(50% + 3vw);
    width: 60%;
}
.scroll-btn {
    position: absolute;
    display: block;
    top:70vh;
    right: 3%;
    width: 5rem;
    z-index: 99;
    cursor: pointer;
}
@media screen and (max-width: 1000px) {
    .kv-box {
        width: 100%;
        height: 190vw;
        min-height: inherit;
    }
    .kv-container {
        flex-direction: column;
    }
    .kv-box1 {
        width: 100%;
        height: 95vw;
        min-width: inherit;
        min-height: inherit;
    }
    .kv-box2 {
        width: 100%;
        max-width: inherit;
        height: 95vw;
        min-height: inherit;
    }
    .kv-title-p1 {
        top:calc(50% - 22rem);
    }
    .kv-title-p2 {
        top:calc(50% - 2rem);
    }
    .scroll-btn {
        right: auto;
        left: calc(50% - 4rem);
        width: 8rem;
        top: 160vw;
    }
}

.stagebox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}
.stage-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.stage-bg .bg-img {
    position: absolute;
    display: block;
}
.stage-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95rem;
    padding: 5rem 0;
}
.stage-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.stage-title .title-icon {
    position: relative;
    display: block;
    width: 5rem;
}
.stage-title .title-text {
    position: relative;
    display: block;
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 900;
    color: #000;
    margin-top: 1rem;
    text-align: center;
}
.stage-title h3 {
    position: relative;
    display: block;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
    color: #666;
    margin-top: 2rem;
    text-align: center;
}
.stage-title .title-text span {
    color: #f96ea5;
}
.stage-celebrity::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 10rem;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(250,122,161,0) 0%, rgba(250,122,161,0.3) 100%);
}
.stage-celebrity .bg1 {
    width: 24%;
    top:15rem;
}
.stage-celebrity .bg2 {
    width: 32%;
    top:14rem;
    right: 1rem;
}
.celebrity-sliderbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5rem;
}
.celebrity-textlist {
    position: relative;
    display: block;
    width: 40%;
    height: 40rem;
}
.celebrity-textlist li {
    position: absolute;
    top:5rem;
    padding: 0 2rem;
}
.celebrity-textlist .textbox-title {
    position: relative;
    display: block;
    font-size: 2.4rem;
    line-height:3rem;
    font-weight: bold;
    color: #f96ea5;
}
.celebrity-textlist .textbox-title span {
    display: block;
}
.celebrity-textlist .textbox-title span:nth-of-type(1) {
    font-size: 1.7rem;
    line-height: 2.4rem;
}
.celebrity-textlist .textbox-text {
    position: relative;
    display: block;
    font-size: 1.8rem;
    line-height:3rem;
    margin-top: 2rem;
    text-align: justify;
}
.celebrity-textlist li {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.celebrity1 .celebrity-textlist li:nth-of-type(1),
.celebrity2 .celebrity-textlist li:nth-of-type(2),
.celebrity3 .celebrity-textlist li:nth-of-type(3){
    opacity: 1;
}
.celebrity-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
}
.celebrity-list-m {
    display: none !important;
}
.celebrity-list li {
    position: relative;
    display: block;
    width: calc(100% / 4  - 1rem);
    margin: 0 0.5rem;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.celebrity-list .item {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
}
.celebrity-list .item .imgbox {
    position: relative;
    display: block;
    width: 100%;
    height: 40rem;
    overflow: hidden;
    border-radius: 2rem;
}
.celebrity-list .item .imgbox::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    left: 0;
    top: 50%;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
.celebrity-list .item .imgbox img {
    width: auto;
    height: 100%;
    left: calc(50% - 16rem);
}
.celebrity-list .item .imgbox .imgbox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 0 0 1rem 1rem;
    opacity: 0;
}
.celebrity1 .celebrity-list .celebrity-item1 .imgbox .imgbox-title,
.celebrity2 .celebrity-list .celebrity-item2 .imgbox .imgbox-title,
.celebrity3 .celebrity-list .celebrity-item3 .imgbox .imgbox-title{
    opacity: 1;
}
.celebrity-list .item .imgbox .imgbox-title span:nth-of-type(1) {
    font-size: 1.8rem;
    line-height:3rem;
    color: #f988cc;
    font-weight: bold;
    display: block;
    text-align: left;
}
.celebrity-list .item .imgbox .imgbox-title span:nth-of-type(2) {
    font-size: 2.5rem;
    line-height:3rem;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: left;
}
.celebrity-list .item .textbox {
    display: none;
}
.celebrity1 .celebrity-list li:nth-of-type(1),
.celebrity2 .celebrity-list li:nth-of-type(2),
.celebrity3 .celebrity-list li:nth-of-type(3){
    width: calc(50%  - 1rem);
}
.celebrity-btn {
    position: absolute;
    display: block;
    left: 10%;
    top:30rem;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 500;
    font-family: 'Noto Serif TC', serif;
    border-radius: 3rem;
    border:1px solid #000;
    padding: 1rem 2rem;
    cursor: pointer;
}
.celebrity-btn:hover {
    background: #000;
    color: #fff;
}
@media screen and (max-width: 1000px) {
    .stagebox {
        min-height: 100vh;
    }
    .stage-container {
        width: 90%;
        padding: 8rem 0;
    }
    .stage-title .title-icon {
        width: 5rem;
    }
    .stage-title .title-text {
        font-size: 7rem;
        line-height: 9rem;
    }
    .stage-title h3 {
        font-size: 4.2rem;
        line-height: 4.2rem;
    }
    .stage-celebrity .bg1 {
        width: 24%;
        top:22rem;
    }
    .stage-celebrity .bg2 {
        width: 60%;
        top:30rem;
        right: -11rem;
    }
    .celebrity-sliderbox {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .celebrity-textlist {
        display: none;
    }
    .celebrity-list {
        position: relative;
        width: 100%;
    }
    .celebrity-list-pc {
        display: none !important;
    }
    .celebrity-list-m {
        display: block !important;
    }
    .celebrity-list li {
        width: 100%;
        margin: 0;
    }
    .celebrity-list .item {
        padding: 0 4rem;
    }
    .celebrity-list .item .imgbox {
        width: 100%;
        height: auto;
        border-radius: 4rem;
    }
    .celebrity-list .item .imgbox img {
        width: 100%;
        height: auto;
        left: 0;
    }
    .celebrity-list .item .imgbox .imgbox-title {
        opacity: 1;
        padding: 0 0 2rem 2rem;
    }
    .celebrity-list .item .imgbox .imgbox-title span:nth-of-type(1) {
        font-size: 3rem;
        line-height:5rem;
    }
    .celebrity-list .item .imgbox .imgbox-title span:nth-of-type(2) {
        font-size: 5rem;
        line-height:5rem;
    }
    .celebrity-list .item .textbox {
        display: block;
    }
    .celebrity-list .item .textbox .textbox-title {
        position: relative;
        display: block;
        font-size: 5rem;
        line-height:5rem;
        font-weight: bold;
        color: #f96ea5;
        margin-top: 3rem;
    }
    .celebrity-list .item .textbox .textbox-title span {
        display: block;
    }
    .celebrity-list .item .textbox .textbox-title span:nth-of-type(1) {
        font-size: 2.8rem;
        line-height: 5rem;
    }
    .celebrity-list .item .textbox .textbox-text {
        position: relative;
        display: block;
        font-size: 3rem;
        line-height:4.5rem;
        margin-top: 3rem;
        text-align: justify;
    }
    .celebrity1 .celebrity-list li:nth-of-type(1),
    .celebrity2 .celebrity-list li:nth-of-type(2),
    .celebrity3 .celebrity-list li:nth-of-type(3){
        width: 100%;
    }
    .celebrity-btn {
        position: relative;
        left: auto;
        top:auto;
        margin: 3rem auto;
        width: 30rem;
        text-align: center;
        font-size: 4rem;
        line-height: 4rem;
        border-radius: 5rem;
        padding: 2rem 0;
    }
    .slick-dots-celebrity {
        margin-top: 7rem;
    }
}
.stage-test {
    background: url(../images/stage_test_bg.png) no-repeat center center;
    background-size: cover;
    height: 50vw;
    overflow: hidden;
}
.stage-test .stage-bg.hidden {
    opacity: 0;
}
.stage-test .stage-bg .bg1 {
    width: 45%;
    bottom: 0;
    left: 5%:
}
.stage-test .stage-bg .bg2 {
    width: 20%;
    bottom: 0;
    right: 5%;
}
.stage-test .stage-container {
    height: 100%;
    min-height: 50vw;
}
.stage-test-list {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.stage-test-list .test-step {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.stage-test .stage-title span{
    color: #ff3977;
}
.test-step1 h2 {
    position: relative;
    display: block;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 500;
    margin: 1.2rem 0;
    color: #404040;
}
.test-step1 .test-btn-rule {
    position: relative;
    display: block;
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #404040;
    font-weight: 500;
    padding: 1.5rem 2rem;
    border:2px solid #404040;
    cursor: pointer;
    margin: 1rem 0;
    border-radius: 5rem;
}
.test-step1 .test-btn-rule:hover {
    background: #404040;
    color: #fff;
}
.test-step1 .test-btn-start {
    position: relative;
    display: block;
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    font-weight: 500;
    padding: 1.5rem 2rem;
    cursor: pointer;
    margin: 1rem 0;
    border-radius: 5rem;
    background: #ff3977;
}
.test-step1 .test-btn-start:hover {
    background: #404040;
}
.test-step-info {
    position: relative;
    display: block;
    background: #fff;
    border:1px solid #fa8aa1;
    border-radius: 1rem;
    width: 40rem;
    padding: 1.5rem;
    margin-top: 2rem;
}
.test-step-info h3 {
    position: relative;
    display: block;
    font-size: 1.7rem;
    line-height: 1.7rem;
    padding: 0.5rem 0;
    text-align: center;
    width: 8rem;
    border:1px solid #000;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
}
.test-step-info ul {
    position: relative;
    display: block;
    border-top:1px solid #fa8aa1;
    border-bottom:1px solid #fa8aa1;
    padding: 1.5rem;
    margin: -1.3rem 0 0 0;
}
.test-step-info ul li {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding: 0.5rem 0;
}
.test-step-info span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #fa8aa1;
    padding: 0.5rem 0;
    border-bottom:1px solid #fa8aa1;
}

@media screen and (max-width: 1000px) {
    .stage-test {
        background: url(../images/stage_test_bg.png) no-repeat 70% 30%;
    }
    .stage-test .stage-bg .bg1 {
        width: 100%;
        bottom: auto;
        top:2rem;
        left: 42%;
    }
    .stage-test .stage-bg .bg2 {
        display: none;
    }
    .test-step1 h2 {
        font-size: 3rem;
        line-height: 3rem;
        margin: 2rem 0;
    }
    .test-step1 .test-btn-rule {
        font-size: 4rem;
        line-height: 4rem;
        padding: 2rem 3rem;
        margin: 2rem 0;
        border-radius: 8rem;
    }
    .test-step1 .test-btn-start {
        font-size: 4rem;
        line-height: 4rem;
        padding: 2rem 3rem;
        margin: 2rem 0;
        border-radius: 8rem;
    }
    .test-step-info {
        border-radius: 2rem;
        width: 60rem;
        padding: 2rem;
        margin-top: 3rem;
    }
    .test-step-info h3 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        padding: 1rem 0;
        width: 15rem;
    }
    .test-step-info ul {
        padding: 3rem;
        margin: -2rem 0 0 0;
    }
    .test-step-info ul li {
        font-size: 2.3rem;
        line-height: 2.3rem;
        padding: 0.8rem 0;
    }
    .test-step-info span {
        font-size: 2rem;
        line-height: 3rem;
        padding:1rem 0;
    }
}
.style-box {
    position: relative;
    display: block;
    width: 70rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.3);
}
.style-box .top-box {
    position: relative;
    display: block;
    width: 100%;
    background: #fa7aa1;
    padding:  1.1rem;
}
.style-box .top-box span {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: #fff;
    border-radius: 50%;
    margin-right: 1.1rem;
}
.style-box .main-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35rem;
    background: #eceae6;
}
.test-step3 .style-box .main-box::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/stage_test_bg_p2.png) no-repeat center center;
    background-size: 60% auto;
}
.style-box .main-box::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 10rem;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(250,122,161,0.5) 0%, rgba(250,122,161,0) 100%);
    z-index: 9;
    pointer-events: none;
}
.style-box .main-box .content-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.style-box .main-box .content-box h3 {
    position: relative;
    display: block;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #ff3977;
    margin: 0 0 2rem 0;
    text-align: center;
    font-weight: 500;
}
.fblike-box {
    position: relative;
    display: block;
    width: 270px;
    height: 100px;
}
.test-step3 .test-btn-next {
    position: relative;
    display: block;
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    font-weight: 500;
    padding: 1rem 2rem;
    cursor: pointer;
    margin: 5rem 0 1rem 0;
    border-radius: 5rem;
    background: #ff3977;
}
.test-step3 .test-btn-next:hover {
    background: #404040;
}
@media screen and (max-width: 1000px) {
    .style-box {
        width: 60rem;
    }
    .style-box .main-box {
        height: 55rem;
    }
    .style-box .main-box .content-box h3 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin: 0 0 3rem 0;
    }
    .test-step3 .test-btn-next {
        font-size: 3.5rem;
        line-height: 3.5rem;
        padding: 1rem 3rem;
        margin: 10rem 0 2rem 0;
        border-radius: 8rem;
    }
}
.close-btn {
    position: absolute;
    display: block;
    width: 3rem;
    height: 3rem;
    right: 1rem;
    top:0.5rem;
    cursor: pointer;
}
.close-btn::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0.5rem;
    top:calc(50% - 0.25rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
.close-btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0.5rem;
    top:calc(50% - 0.25rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}

.test-step2 .style-box .main-box .content-box {
    justify-content: flex-start;
    overflow: scroll;
}
.test-step2 .rule-box {
    position: relative;
    display: block;
    width: 80%;
    padding: 2rem 0;
}
.test-step2 .rule-box dt {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin: 1rem;
    font-weight: 500;
}
.test-step2 .rule-box dd {
    position: relative;
    display: block;
    font-size: 1.3rem;
    line-height: 2.3rem;
    margin: 1rem;
}
.test-step2 .style-box .main-box .content-box .rule-step-info {
    position: relative;
    display: block;
    width: 40rem;
    padding: 1.5rem;
    margin-top: 2rem;
}
.test-step2 .style-box .main-box .content-box .rule-step-info h5 {
    position: relative;
    display: block;
    font-size: 1.7rem;
    line-height: 1.7rem;
    padding: 0.5rem 0;
    text-align: center;
    width: 8rem;
    border:1px solid #000;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
}
.test-step2 .style-box .main-box .content-box .rule-step-info ul {
    position: relative;
    display: block;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding: 1.5rem;
    margin: -1.3rem 0 0 0;
}
.test-step2 .style-box .main-box .content-box .rule-step-info ul li {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding: 0.5rem 0;
}
.test-step2 .style-box .main-box .content-box .rule-step-info span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #000;
    padding: 0.5rem 0;
    border-bottom:1px solid #000;
}
.award-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 4rem;
}
.award-list .item {
    padding: 0.5rem;
}
.award-list .item .textbox {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
}
@media screen and (max-width: 1000px) {
    .test-step2 .style-box .main-box {
        height: 95rem;
    }
    .test-step2 .rule-box {
        width: 90%;
        padding: 4rem 0;
    }
    .test-step2 .rule-box dt {
        font-size: 3rem;
        line-height: 3rem;
        margin: 2rem;
    }
    .test-step2 .rule-box dd {
        font-size: 1.8rem;
        line-height: 3rem;
        margin: 1.5rem;
    }
    .test-step2 .style-box .main-box .content-box .rule-step-info {
        border-radius: 2rem;
        width: 60rem;
        padding: 2rem;
        margin-top: 3rem;
    }
    .test-step2 .style-box .main-box .content-box .rule-step-info h5 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        padding: 1rem 0;
        width: 15rem;
    }
    .test-step2 .style-box .main-box .content-box .rule-step-info ul {
        padding: 3rem;
        margin: -2rem 0 0 0;
    }
    .test-step2 .style-box .main-box .content-box .rule-step-info ul li {
        font-size: 2.3rem;
        line-height: 2.3rem;
        padding: 0.8rem 0;
    }
    .test-step2 .style-box .main-box .content-box .rule-step-info span {
        font-size: 2rem;
        line-height: 3rem;
        padding:1rem 0;
    }
    .award-list {
        flex-wrap: wrap;
    }
    .award-list .item {
        padding: 1rem;
        width: 50%;
    }
    .award-list .item .textbox {
        font-size: 2rem;
        line-height: 2.6rem;
    }
}
.test-step .q-box {
    position: relative;
    display: block;
    width: 100%;
}
.test-step .q-box dt {
    position: relative;
    display: block;
    font-size: 4rem;
    line-height: 6rem;
    font-weight: 900;
    margin: 0 0 3rem 0;
    text-align: center;
}
.test-step .q-box dd {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 2.5rem;
    line-height: 3rem;
    padding: 2rem;
    border: 2px solid #404040;
    border-radius:3rem;
    margin: 1rem auto;
    color: #404040;
    font-weight: 500;
    cursor: pointer;
    width: 60rem;
}
.test-step .q-box dd span {
    position: relative;
    display: block;
}
.test-step .q-box dd span:nth-of-type(1) {
    margin: 0 0.5rem 0 0;
}
.test-step .q-box dd:hover {
    background: #404040;
    color: #fff;
}
@media screen and (max-width: 1000px) {
    .test-step .q-box dt {
        font-size: 4.5rem;
        line-height: 7rem;
        margin: 0 0 5rem 0;
    }
    .test-step .q-box dd {
        font-size: 3rem;
        line-height: 4rem;
        padding: 2rem;
        border-radius:3rem;
        margin: 2rem auto;
        width: 60rem;
    }
}
.test-step .a-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.test-step .a-box h1 {
    position: relative;
    display: block;
    font-size: 4rem;
    line-height: 6rem;
    font-weight: 900;
    margin: 0 0 0.5rem 0;
    text-align: center;
}
.test-step .a-box h2 {
    position: relative;
    display: block;
    font-size: 2.5rem;
    line-height: 4rem;
    font-weight: 700;
    margin: 0 0 2rem 0;
    text-align: center;
    color: #ff6ca1;
}
.test-step .a-box p {
    position: relative;
    display: block;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin: 0 0 2rem 0;
    text-align: center;
    color: #404040;
    padding: 2rem 1.5rem;
    border:2px solid #000;
    width: 50rem;
    border-radius: 2rem;
}
.test-step .a-box .ans-btn {
    position: relative;
    display: block;
    font-size: 1.5rem;
    line-height: 1.5rem;
    background: #ff3977;
    padding: 0.5rem;
    margin: 0 0 1rem 0;
    cursor: pointer;
    text-align: center;
    border-radius: 2rem;
    color: #fff;
}
.test-step .a-box .ans-btn:hover {
    background: #404040;
}
.test-step .a-box .ans-btn.ans-btn-replay {
    font-size: 2.5rem;
    line-height: 2.5rem;
    padding: 1rem 3rem;
}
.test-step .a-box .a-box-bg {
    position: absolute;
    display: block;
    pointer-events: none;
}
.test-step .a-box .a-box-bg1-1 {
    width: 30rem;
    left: 0;
    top:10rem;
}
.test-step .a-box .a-box-bg1-2 {
    width: 30rem;
    right: 5rem;
    top:15rem;
}
.test-step .a-box .a-box-bg2-1 {
    width: 50rem;
    left: 0;
    top:15rem;
}
.test-step .a-box .a-box-bg2-2 {
    width: 30rem;
    right: 10rem;
    top:30rem;
}
.test-step .a-box .a-box-bg3-1 {
    width: 25rem;
    left: 2rem;
    top:8rem;
}
.test-step .a-box .a-box-bg3-2 {
    width: 30rem;
    right: 5rem;
    top:25rem;
}
.test-step .a-box .a-box-bg4-1 {
    width: 30rem;
    left: 5rem;
    top:25rem;
}
.test-step .a-box .a-box-bg4-2 {
    width: 30rem;
    right: 0rem;
    top:20rem;
}
@media screen and (max-width: 1000px) {
    .test-step .a-box {
        justify-content: flex-start;
        padding-top: 7rem;
        min-height: 90vh;
    }
    .test-step .a-box h1 {
        font-size: 4.5rem;
        line-height: 6rem;
        margin: 0 0 1rem 0;
    }
    .test-step .a-box h2 {
        font-size: 3.5rem;
        line-height: 5rem;
        margin: 0 0 4rem 0;
    }
    .test-step .a-box p {
        font-size: 3rem;
        line-height: 4rem;
        margin: 0 0 4rem 0;
        padding: 4rem 2rem;
        width: 60rem;
    }
    .test-step .a-box .ans-btn {
        font-size: 3rem;
        line-height: 3rem;
        padding: 1rem;
        margin: 0 0 2rem 0;
        border-radius: 3rem;
    }
    .test-step .a-box .ans-btn.ans-btn-replay {
        font-size: 5rem;
        line-height: 5rem;
        padding: 2rem 6rem;
    }
    .test-step .a-box .a-box-bg1-1 {
        width: 37rem;
        left:-5rem;
        top:63rem;
    }
    .test-step .a-box .a-box-bg1-2 {
        width: 30rem;
        right: 2rem;
        top:70rem;
    }
    .test-step .a-box .a-box-bg2-1 {
        width: 50rem;
        left:-5rem;
        top:70rem;
    }
    .test-step .a-box .a-box-bg2-2 {
        width: 30rem;
        right: 2rem;
        top:85rem;
    }
    .test-step .a-box .a-box-bg3-1 {
        width: 28rem;
        left:0rem;
        top:63rem;
    }
    .test-step .a-box .a-box-bg3-2 {
        width: 28rem;
        right: 2rem;
        top:80rem;
    }
    .test-step .a-box .a-box-bg4-1 {
        width: 37rem;
        left:-5rem;
        top:73rem;
    }
    .test-step .a-box .a-box-bg4-2 {
        width: 45rem;
        right: -9rem;
        top:70rem;
    }
}

.stage-michelin .stage-title .title-text span {
    color: #ff3977;
}
.mainbox2 {
    position: relative;
    display: block;
    width: 100%;
    background: url(../images/main_bg2.jpg) repeat-y center top;
    background-size: 100% auto;
}
.michelin-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80rem;
}
.michelin-box .michelin-list {
    position: relative;
    display: block;
    width: 100%;
}
.michelin-box .michelin-list dt {
    position: relative;
    display: block;
    width: 20rem;
    margin: 3rem auto 3rem auto;
}
.michelin-box .michelin-list dd {
    position: relative;
    display: block;
    margin: -2.75rem -1.8rem;
}
.michelin-box .michelin-list dd:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
}
.michelin-box .michelin-list dd:hover::before {
    content: "";
    position: absolute;
    display: block;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    background: rgba(0,0,0,0.2);
    box-shadow:0 0 3rem rgba(0,0,0,0.4);
    pointer-events: none;
}
@media screen and (max-width: 1000px) {
    .mainbox2 {
        background: url(../images/main_bg2_m.jpg) repeat-y center top;
        background-size: 100% auto;
    }
    .michelin-box {
        flex-direction: column;
        justify-content: flex-start;
        width: 60rem;
    }
    .michelin-box .michelin-list {
        margin-bottom: 8rem;
    }
    .michelin-box .michelin-list dt {
        position: relative;
        display: block;
        width: 40rem;
        margin: 3rem auto 6rem auto;
    }
    .michelin-box .michelin-list dd {
        margin: -5.8rem 0;
    }
    .michelin-list1 dd:nth-of-type(2),
    .michelin-list1 dd:nth-of-type(3),
    .michelin-list1 dd:nth-of-type(4) {
        display: none;
    }
    .michelin-list3 dd:nth-of-type(3),
    .michelin-list3 dd:nth-of-type(4) {
        display: none;
    }
}
.product-list {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 80rem;
    margin-top: 3rem;
}
.product-list li {
    position: relative;
    display: block;
    width: 38rem;
    margin: 1rem;
}
.product-list li img:nth-of-type(2) {
    display: none;
}
.product-list li:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 1;
}
.product-list li:hover::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background: rgba(0,0,0,0.2);
    box-shadow:0 0 3rem rgba(0,0,0,0.4);
    pointer-events: none;
}
@media screen and (max-width: 1000px) {
    .product-list {
        width: 60rem;
        margin-top: 5rem;
    }
    .product-list li {
        position: relative;
        display: block;
        width: 28rem;
        margin: 1rem;
    }
    .product-list li img:nth-of-type(1) {
        display: none;
    }
    .product-list li img:nth-of-type(2) {
        display: block;
    }
}
.menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 100%;
    top:0;
    background: #ff5089;
    z-index: 9999;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
}
.menu.expand {
    left: 0;
}
.menu .close-btn {
    width: 6rem;
    height: 6rem;
}
.menu .menu-list {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40rem;
}
.menu .menu-list li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
    line-height: 3.5rem;
    border-bottom: 2px solid #fff;
    color: #fff;
    padding: 2.5rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.menu .menu-list li:nth-last-of-type(1){
    border: 0px;
}
.menu .menu-list li::before,
.menu .menu-list li::after{
    content: "";
    position: relative;
    display: block;
    width: 3rem;
    height: 3rem;
    background: url(../images/title_star3.svg) no-repeat center center;
    background-size: contain;
}
@media screen and (max-width: 1000px) {
    .menu .menu-list {
        width: 50rem;
    }
    .menu .menu-list li {
        font-size: 4rem;
        line-height: 4rem;
    }
    
}
.side-btn {
    position: fixed;
    right: 2rem;
    bottom:2rem;
    width: 12rem;
    z-index: 99;
    -webkit-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
}
.side-btn.side-btn-top {
    bottom:-12rem;
}
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

/*    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    /*overflow: hidden;*/
    margin: 0;
    padding: 0;
    height: 100%;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    /*display: none;*/
    float: left;
    outline: none;
    /*height: 47vw;*/
    min-height: 1px;
    position: relative;
}
.slick-slide > div{width: 100%;}
.slick-slide *:focus{
    outline: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.slick-arrow {
    cursor: pointer;
/*    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    cursor: pointer;
    top: 50%;
    margin-top: -40px;
    background-position: top;
    z-index: 1;
    text-indent: -9999px;
    border: 0px;*/
}

.slick-arrow:focus {
    outline: none;
}

.slick-prev {
    background: url(../images/kvArrowLeft.png) no-repeat;
    left: 0;
}

.slick-prev::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background: url(../images/kvArrowLeft.png) no-repeat;
    background-position: bottom;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.slick-next {
    background: url(../images/kvArrowRight.png) no-repeat;
    right: 0;
}

.slick-next::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background: url(../images/kvArrowRight.png) no-repeat;
    background-position: bottom;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.slick-arrow:hover:after {
    opacity: 1;
}

ul.slick-dots {
    /*position: absolute;*/
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: relative;
}


ul.slick-dots li,ul.slick-dots li{
    position: relative;
    display: inline-block;
    width: 70px;
    height: 10px;
    opacity: 1;
    border-radius:5px;
    margin: 0 5px 0 5px;
    padding: 0;
    border:0px;
    cursor: pointer;
    box-sizing: content-box;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: block;
    width: 70px;
    height: 10px;
    border:0px;
    border-radius:5px;
    padding: 0px;
    margin: 0;
    cursor: pointer;
    background: #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background:#ccc;
/*    transform: scale(1.2);
    -webkit-transform: scale(1.2);*/
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: none;

}

.slick-dots li button:before{
    background: none;
}

.slick-dots li.slick-active button{
    background: #ffa7d3;
}

button:focus{
    outline: none;
}
/* slider end */

.wrap a{z-index: 1;}
/*.brand-list .slider{
    margin: 0 0 0 0%;
}
.stage5 .wallpaper-viewbox .slider .wallpaper-img{
    margin: 0;
}
.brand-list .slick-slide{
    display: flex;justify-content: center;align-items: center;
}
.brand-list .slider li{
    padding: 0 5px;
    margin: 0;
}*/