@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url("https://use.typekit.net/zkq2emd.css");
.tempstyle {
    height: 100vh;
    overflow: hidden;
}

.wrapper.questpage {
    margin: 60px 0;
}

.linestart {
    border: solid 1px #f78baa;
    width: 10%;
    margin: 60px auto;
}

.linestart::after {
    background: none repeat scroll 0% 0% #f78baa;
    content: "";
    height: 10px;
    left: 50%;
    margin: -5px auto auto -5px;
    position: absolute;
    transform: rotate(-45deg);
    width: 10px;
}

.result {
    font-family: 'rift';
    font-size: 90px;
    color: #ac1821;
    font-weight: bold;
    display: block;
    margin: 60px auto;
    width: 50%;
}

.topcont {
    width: 50%;
    /* -webkit-box-shadow: 5px 6px 15px 0px rgb(130 86 98 / 45%); */
    /* box-shadow: 5px 6px 15px 0px rgb(130 86 98 / 45%); */
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    /* background: url(../img/question/quiz/vticon.png) no-repeat center; */
    background-size: 70%;
    margin: auto;
}

.topcont .imgcont {
    width: 70%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url(../img/question/quiz/ringback.gif); */
    background-repeat: no-repeat;
    background-position: center 45%;
    background-size: 35%;
    background: white;
    margin-top: -35px;
}

.topcont .imgcont .topimg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.topcont .textcont {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
}

.textcont .ttl {
    font-family: 'rift';
    font-size: 90px;
    color: #ac1821;
    font-weight: bold;
    /* letter-spacing: 2px; */
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10%;
    bottom: 0;
    background-size: 40%;
    height: 80px;
    margin: auto;
    line-height: 1;
    /* background-color: #f78baa; */
    width: 100%;
    margin-top: 40px;
}

.textcont .desc {
    font-family: 'Noto Sans JP';
    font-size: 15px;
    color: #131b2e;
    /* font-weight: 500; */
    display: block;
    padding: 30px 15px;
    box-sizing: border-box;
    width: 90%;
}

.brandttl {
    font-family: 'rift';
    font-size: 23px;
    color: #ffffff;
    background: #ac1821;
    padding: 15px 15px;
    font-weight: 500;
    border-radius: 0px;
    text-align: center;
    display: block;
    margin: 60px auto;
    width: 50%;
}

.maincont.rslt .brandbox {
    width: 25%;
    height: 400px;
    margin: 3% 0 3%;
    -webkit-box-shadow: 5px 6px 15px 0px rgb(130 86 98 / 45%);
    box-shadow: 5px 6px 15px 0px rgb(130 86 98 / 45%);
    display: none;
}

.firstbrand {
    display: block!important;
    order: 1;
}

.secondbrand {
    display: block!important;
    order: 2;
}

.thirdbrand {
    display: block!important;
    order: 3;
}

.brand .maincont.rslt {
    justify-content: space-around;
    display: none;
}

.luckyttl {
    font-family: 'rift';
    text-align: center;
    font-size: 23px;
    color: #ffffff;
    background: #ac1821;
    padding: 15px 15px;
    font-weight: 500;
    border-radius: 0px;
    display: block;
    margin: 60px auto;
    width: 50%;
}

.lucky {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin: 90px 0;
}

.luckycont {
    width: 70%;
    height: 300px;
    border-radius: 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 5px 6px 15px 0px rgb(130 86 98 / 45%);
    box-shadow: 5px 6px 15px 0px rgb(130 86 98 / 45%);
    flex-direction: row;
}

.luckycont .item {
    width: 40%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    box-sizing: border-box;
    border-radius: 0px;
    background-color: #ffcdd2;
}

.luckycont .item2 {
    width: 40%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    box-sizing: border-box;
    border-radius: 0px;
    background-color: #ffcdd2;
}

.item.front {
    background-image: url(../img/quiz/front.jpg);
    background-size: contain;
}

.item2.front2 {
    background-image: url(../img/quiz/front2.jpg);
    background-size: contain;
}

.item.graphic {
    background-image: url(../img/quiz/graphic.jpg);
    background-size: contain;
}

.item2.graphic2 {
    background-image: url(../img/quiz/graphic2.jpg);
    background-size: contain;
}

.item.back {
    background-image: url(../img/quiz/back.jpg);
    background-size: contain;
}

.item2.back2 {
    background-image: url(../img/quiz/back2.jpg);
    background-size: contain;
}

.item.pinkg {
    background-image: url(../img/question/quiz/pinkg.png);
}

.item.blues {
    background-image: url(../img/question/quiz/blues.png);
}

.item.pearl {
    background-image: url(../img/question/quiz/pearl.png);
}

.luckycont .desc {
    width: 70%;
    box-sizing: border-box;
    height: 100%;
    font-family: 'Noto Sans JP';
    font-size: 15px;
    color: #131b2e;
    font-weight: 500;
    display: flex;
    padding: 3% 5% 3% 3%;
    flex-direction: column;
    justify-content: center;
}

.luckycont .desc2 {
    width: 70%;
    box-sizing: border-box;
    height: 100%;
    font-family: 'Noto Sans JP';
    font-size: 20px;
    color: #131b2e;
    font-weight: 500;
    display: flex;
    padding: 3% 5% 3% 3%;
    flex-direction: column;
    justify-content: center;
}

.desc .ttl {
    text-align: left;
    font-family: 'rift';
    font-weight: 600;
    font-size: 30px;
    color: #131b2e;
    letter-spacing: 1px;
    top: 0;
    right: 0;
    padding: 0px 0 5px;
    /* background: url(../img/pinkline.gif) 0 bottom no-repeat; */
    width: 70%;
    margin-bottom: 15px;
}

.desc .ttl2 {
    text-align: left;
    font-family: 'rift';
    font-weight: 600;
    font-size: 30px;
    color: #131b2e;
    letter-spacing: 1px;
    top: 0;
    right: 0;
    padding: 0px 0 5px;
    /* background: url(../img/pinkline.gif) 0 bottom no-repeat; */
    width: 70%;
    margin-bottom: 15px;
}

.luckycont .item::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.luckycont .item2::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.ringttl {
    font-family: 'rift';
    text-align: center;
    font-size: 23px;
    color: #ffffff;
    background: #ac1821;
    padding: 15px 15px;
    font-weight: 500;
    border-radius: 8px;
    /* display: block; */
    margin: 60px auto;
    width: 50%;
    display: none;
}

.ring {
    /* display: flex; */
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin: 80px 0;
    display: none;
}

.ring .ringimg {
    width: 300px;
    -webkit-box-shadow: 5px 6px 15px 0px rgb(130 86 98 / 45%);
    box-shadow: 5px 6px 15px 0px rgb(130 86 98 / 45%);
    margin: 20px 0px;
    height: 300px;
    transition: 0.3s ease-in-out;
    opacity: 1;
}

.ring .ringimg:hover {
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}

.ringimg img {
    width: 100%;
    height: 100%;
}

.resultbtn {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.resultbtn .btncont {
    width: 11%;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #bd1821;
    border-radius: 0px;
    transition: 0.3s ease-in-out;
    padding: 0.5% 1%;
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: 0px 3px 6px 2px rgb(177 102 124 / 82%);
    box-shadow: 0px 3px 6px 2px rgb(177 102 124 / 82%);
}

.btncont:hover {
    -webkit-box-shadow: 0px 4px 8px 4px rgb(177 102 124 / 82%);
    box-shadow: 0px 4px 8px 4px rgb(177 102 124 / 82%);
    transition: 0.3s ease-in-out;
}

.btncont .icon {
    width: 20%;
    height: 100%;
    object-fit: contain;
    animation: expand 1.15s alternate infinite ease-in-out;
}

.btncont .btntxt {
    width: max-content;
    font-family: 'rift', serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: white;
    letter-spacing: 1px;
}

.loadingcont {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
    opacity: 1;
}

.pulse {
    position: relative;
    width: 300px;
    height: 300px;
    flex-direction: column;
    background: #ffc0cb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pulse span {
    position: absolute;
    top: 0;
    left: 0;
    background: #ac1821;
    border-radius: 50%;
    display: inline-block;
    width: 100%;
    height: 100%;
    animation: animate 8s linear infinite;
    animation-delay: calc(-2s * var(--i));
}

.loadinglogo {
    width: 90%;
    height: 30%;
    position: relative;
}

.loadinglogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.loadingtext {
    font-size: 15px;
    font-family: 'rift';
    color: white;
    letter-spacing: 3px;
    z-index: 1;
}

.minimize {
    animation: minimize 1s ease-in-out forwards;
}

.hide {
    display: none;
}

@keyframes animate {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    90% {
        transform: scale(3);
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes expand {
    0% {
        transform: scale(.85);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes minimize {
    0% {
        height: 100vh;
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        height: 0vh;
    }
}

.result-top-parent {
    background: url(../img/bg-pc.png);
    background-size: 80%;
    background-position: -100% 0vw;
    background-repeat: no-repeat;
    padding: 160px 0px 60px;
}

.result-top-ttl-parent {
    width: 800px;
    margin: auto;
}

.result-top-section {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.reveal-holder2 {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
}


/* animation css */

.reveal-holder {
    position: relative;
    width: auto;
    height: auto;
}

.reveal-holder2 {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
}

.reveal-holder3 {
    position: absolute;
    /* display: flex; */
    /* overflow: hidden; */
    /* align-items: flex-start; */
}

.reveal-holder.left {
    justify-content: flex-end;
}

.reveal-holder.right {
    justify-content: flex-start;
}

.reveal-holder .reveal-block {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9;
}

.reveal-holder .reveal-charm {
    position: absolute;
    top: 0;
    width: 100%;
    /* height: 69%; */
    height: 22.7vw;
    background: white;
    z-index: 2;
}

.reveal-holder2 .reveal-block2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
}

.reveal-holder3 .reveal-block2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: white;
}

.reveal-holder2 .reveal-block2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
}

.reveal-holder3 .reveal-block2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
}

.reveal-holder .reveal-block::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 9;
    /* transition-duration: 5.5s; */
}

.reveal-holder .reveal-charm::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ac1821;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    z-index: 2;
    /* transition-duration: 5.5s; */
}

.reveal-block.top.aos-animate::before,
.reveal-block.bottom.aos-animate::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.reveal-block.left.aos-animate::before,
.reveal-block.right.aos-animate::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.reveal-block.top::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.reveal-block.left::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.reveal-block.right::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.reveal-block.bottom::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}


/* AOS animate */

[data-aos="reveal-top"],
[data-aos="reveal-left"],
[data-aos="reveal-right"],
[data-aos="reveal-bottom"] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: 0.5s;
}

[data-aos="reveal-top"] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

[data-aos="reveal-top"].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

[data-aos="reveal-left"] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[data-aos="reveal-left"].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

[data-aos="reveal-right"] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[data-aos="reveal-right"].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

[data-aos="reveal-bottom"] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

[data-aos="reveal-bottom"].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

[data-aos="reveal-item"] {
    visibility: hidden;
    transition-property: visibility;
    transition-duration: 0s;
}

[data-aos="reveal-item"].aos-animate {
    visibility: visible;
}


/* end aos animation */

.result-top-section h1 {
    color: #ac1821;
    font-size: 90px;
    margin: 0;
    font-family: rift, sans-serif;
    line-height: 1;
}

.result-top-section p {
    color: #ac1821;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 4px;
    font-weight: bold;
    display: none;
}


/* share button test  */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?evfvw0');
    src: url('../fonts/icomoon.eot?evfvw0#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?evfvw0') format('truetype'), url('../fonts/icomoon.woff?evfvw0') format('woff'), url('../fonts/icomoon.svg?evfvw0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.social-share {
    display: block;
    margin: 0px auto 30px;
}

div#single_share_top {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#share_top1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 310px;
}

#share_top1 ul li {
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 150px;
}

#share_top1 ul li a {
    min-width: 35px;
    text-decoration: none;
    display: inline-block;
    /* margin: 0 5px 5px 0; */
    font-size: 12px;
    font-weight: 400;
    color: #fff!important;
    background: #fafafa;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgb(0 0 0 / 3%);
    text-shadow: none;
    text-align: center;
    line-height: 30px;
    padding: 12px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

a,
a:before,
a:after,
input {
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background-color, color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background-color, color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

#share_top1 ul li a,
#share_top2 ul li a,
#share_btm1 ul li a,
#share_btm2 ul li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 5px 6px 15px 0px rgb(130 86 98 / 45%);
}

#share_top1 ul li a:hover {
    animation: breath 1800ms linear infinite;
}

@keyframes breath {
    25% {
        transform: scale(0.95);
    }
    75% {
        transform: scale(1.05);
    }
}

#share_top1 ul li.twitter a,
#share_btm1 ul li.twitter a {
    color: #fff;
    background-color: #55acee;
}

.icon-twitter:before {
    content: "\e904";
}

#share_top1 ul li.facebook a,
#share_btm1 ul li.facebook a {
    background-color: #35629a;
}

.icon-facebook:before {
    content: "\e902";
}

#share_top1 ul li a i {
    position: relative;
    top: 3px;
    color: #fff;
    font-size: 1.3em;
    text-shadow: 1px 1px 0 rgb(255 255 255 / 10%);
}

#share_top1 ul li a .ttl {
    margin: 0 3px 0 2px;
    text-align: center;
    line-height: 20px;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}