html {
    width: auto !important;
}

body {
    margin: 0;
    padding: 0;
    letter-spacing: 1;
    background: none !important;
    font-family: "DINPro", "cwTeXHei", "Microsoft JhengHei", "Meiryo UI", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

.hide {
    display: none;
}

.line-bg {
    position: absolute;
    background-image: url(https://storage-asset.msi.com/event/2021/cnd/Live-in-Everyday-Passion/images/line-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .line-bg {
        background-size: contain;
    }
}

.live-in-everyday-passion {
    width: 100%;
}

.live-in-everyday-passion .corkscrew {
    position: fixed;
    right: 0;
    bottom: 5%;
    width: 12%;
    z-index: 500;
    line-height: 2;
    -webkit-animation: action2 0.5s infinite alternate;
    animation: action2 0.5s infinite alternate;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .corkscrew {
        width: 30%;
    }
}

.live-in-everyday-passion .corkscrew:hover {
    text-decoration: none;
}

.live-in-everyday-passion .corkscrew img {
    width: 100%;
}

.live-in-everyday-passion .corkscrew__text {
    text-align: center;
    font-family: 'DINPro-Black';
    font-size: 14px;
    font-weight: bold;
    color: #666;
    background: #fff;
    border-radius: 50px;
    border-bottom: 3px solid;
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .corkscrew__text {
        width: 80%;
        padding: 5px;
        line-height: 1.2;
        border-bottom: 2px solid;
    }
}

.live-in-everyday-passion .kv {
    background: #d4d9d5;
}

.live-in-everyday-passion .kv__wrap figure img {
    width: 100%;
}

.live-in-everyday-passion .kv__wrap-pc {
    display: block;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .kv__wrap-pc {
        display: none;
    }
}

.live-in-everyday-passion .kv__wrap-mobile {
    display: none;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .kv__wrap-mobile {
        display: block;
    }
}

.live-in-everyday-passion .remind {
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
    color: #a7a7a7;
}

.live-in-everyday-passion .remind .note {
    text-align: right;
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .remind .note {
        line-height: 1.4;
    }
}

.live-in-everyday-passion .info {
    padding: 5% 0;
}

.live-in-everyday-passion .info__wrap {
    width: 80%;
    margin: auto;
    max-width: 1024px;
    text-align: justify;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .info__wrap {
        width: 95%;
    }
}

.live-in-everyday-passion .info__wrap p {
    text-align: left;
}

.live-in-everyday-passion .info__wrap span {
    display: block;
}

.live-in-everyday-passion .alessi {
    position: relative;
}

.live-in-everyday-passion .alessi__outer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .alessi__outer-wrapper {
        display: none;
    }
}

.live-in-everyday-passion .alessi__outer-wrapper .left-block {
    width: 55vw;
    height: 45vw;
}

.live-in-everyday-passion .alessi__outer-wrapper .left-block__top {
    width: 100%;
    height: 60%;
}

.live-in-everyday-passion .alessi__outer-wrapper .left-block__bottom {
    width: 100%;
    height: 40%;
    background: #eee;
}

.live-in-everyday-passion .alessi__outer-wrapper .right-block {
    width: 45vw;
    height: 45vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.live-in-everyday-passion .alessi__outer-wrapper .right-block__left {
    width: 75%;
    height: 100%;
}

.live-in-everyday-passion .alessi__outer-wrapper .right-block__left-top {
    width: 100%;
    height: 25%;
    border-top: 2px solid #d4d9d5;
    border-left: 2px solid #d4d9d5;
    border-bottom: 2px solid #d4d9d5;
}

.live-in-everyday-passion .alessi__outer-wrapper .right-block__left-bottom {
    width: 100%;
}

.live-in-everyday-passion .alessi__outer-wrapper .right-block__right {
    width: 25%;
    height: 100%;
    background: #d4d9d5;
}

.live-in-everyday-passion .alessi__inner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 1024px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1921px) {
    .live-in-everyday-passion .alessi__inner-wrapper {
        max-width: 1200px;
    }
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .alessi__inner-wrapper {
        position: relative;
        -webkit-transform: initial;
        transform: initial;
        top: 0;
        left: 0;
        width: 95%;
        display: block;
        margin: 0 auto;
    }
}

.live-in-everyday-passion .alessi__inner-wrapper .left-block {
    width: 55%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .alessi__inner-wrapper .left-block {
        width: 95%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.live-in-everyday-passion .alessi__inner-wrapper .left-block__top {
    font-size: 1vw;
    width: 100%;
}

.live-in-everyday-passion .alessi__inner-wrapper .left-block__top-content {
    width: 90%;
    text-align: justify;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .live-in-everyday-passion .alessi__inner-wrapper .left-block__top-content {
        line-height: 1.4;
    }
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .alessi__inner-wrapper .left-block__top-content {
        width: 100%;
        font-size: 16px;
    }
}

.live-in-everyday-passion .alessi__inner-wrapper .left-block__middle {
    width: 100%;
    height: 2vw;
}

.live-in-everyday-passion .alessi__inner-wrapper .left-block__bottom {
    width: 50%;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .alessi__inner-wrapper .left-block__bottom {
        margin: 0 auto;
        width: 60%;
    }
}

.live-in-everyday-passion .alessi__inner-wrapper .middle-block {
    width: 5%;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .alessi__inner-wrapper .middle-block {
        display: none;
    }
}

.live-in-everyday-passion .alessi__inner-wrapper .right-block {
    width: 40%;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .alessi__inner-wrapper .right-block {
        width: 95%;
        margin-top: 20px;
        margin: 0 auto;
    }
}

.live-in-everyday-passion .alessi__inner-wrapper .right-block__top {
    width: 60%;
    margin-left: auto;
    height: 50%;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .alessi__inner-wrapper .right-block__top {
        margin: 0 auto;
        margin-top: 10px;
    }
}

.live-in-everyday-passion .alessi__inner-wrapper .right-block__bottom {
    font-size: 1vw;
    width: 100%;
    height: 50%;
}

.live-in-everyday-passion .alessi__inner-wrapper .right-block__bottom-content {
    text-align: justify;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {
    .live-in-everyday-passion .alessi__inner-wrapper .right-block__bottom-content {
        line-height: 1.4;
    }
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .alessi__inner-wrapper .right-block__bottom-content {
        font-size: 16px;
    }
}

.live-in-everyday-passion .alessi__inner-wrapper .right-block__bottom-content .creator-quote {
    font-style: italic;
}

.live-in-everyday-passion .product {
    padding: 100px 0;
    position: relative;
    background: #f9f9f9;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .product {
        padding: 25px 0;
    }
}

.live-in-everyday-passion .product__wrap {
    width: 80%;
    margin: auto;
    max-width: 1024px;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .product__wrap {
        width: 95%;
    }
}

.live-in-everyday-passion .product__wrap .common-title1 {
    padding: 0;
}

.live-in-everyday-passion .product__block svg {
    width: 12px;
    margin: 20px auto;
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: animateaarrow 1.3s ease infinite;
    animation: animateaarrow 1.3s ease infinite;
}

@media screen and (max-width: 991px) {
    .live-in-everyday-passion .product__block svg {
        display: none;
    }
}

.live-in-everyday-passion .product__block .title-ani {
    -webkit-animation: action 1.3s ease infinite;
    animation: action 1.3s ease infinite;
}

.live-in-everyday-passion .product__block .title-ani:hover {
    color: #666;
}

.live-in-everyday-passion .product__block .note {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
}

.live-in-everyday-passion .product__wrapbox {
    margin: 50px 0;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .product__wrapbox {
        margin: 50px 0;
    }
}

.live-in-everyday-passion .product__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 1500px) {
    .live-in-everyday-passion .product__feature {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .product__feature {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.live-in-everyday-passion .product__feature-iconbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 10%;
    margin: 0 15px;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .product__feature-iconbox {
        width: 25%;
        margin: 15px auto;
    }
}

@media screen and (max-width: 499px) {
    .live-in-everyday-passion .product__feature-iconbox {
        width: 45%;
        margin: 0 auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }
}

.live-in-everyday-passion .product__feature-iconbox1 {
    width: auto;
    text-align: center;
}

.live-in-everyday-passion .product__textwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.live-in-everyday-passion .product__textwrap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.live-in-everyday-passion .product__textwrap-box:nth-of-type(1)::after {
    content: '+';
    display: block;
    margin: 20px auto;
    font-size: 100px;
    text-align: center;
    color: #465860;
}

.live-in-everyday-passion .product__textwrap-box:nth-of-type(1) p {
    background: #afd8ec;
}

.live-in-everyday-passion .product__textwrap-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.live-in-everyday-passion .product__textwrap-box-item-link {
    margin: 0 5px;
    background: #c9dae2;
    width: calc( 100%/3 - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.live-in-everyday-passion .product__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 100px 0;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .product__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
}

.live-in-everyday-passion .product__box-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.live-in-everyday-passion .product__box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.live-in-everyday-passion .product__box-text-link {
    width: calc( 100%/3 - 20px);
    text-align: center;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .product__box-text-link {
        width: calc( 100%/3);
    }
}

.live-in-everyday-passion .product__boxWrap figure {
    margin-bottom: 15px;
}

.live-in-everyday-passion .product__boxWrap figure img {
    width: 23%;
}

.live-in-everyday-passion .product__box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 100px 0;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .product__box1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.live-in-everyday-passion .product__box1-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.live-in-everyday-passion .product__box1-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.live-in-everyday-passion .product__box1-text-link {
    width: calc( 100%/2);
    text-align: center;
    margin: 10px 0;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .product__box1-text-link {
        width: calc( 100%/2);
    }
}

.live-in-everyday-passion .product__link {
    color: #fff;
    font-size: 20px;
    border: 1px solid #999;
    display: block;
    padding: 10px 20px;
    background: #4e4e4e;
    text-align: center;
}

.live-in-everyday-passion .product__link-hatch {
    font-size: 20px !important;
    color: #fff !important;
    display: block !important;
    padding: 10px 20px !important;
    background-color: #4e4e4e !important;
    text-align: center !important;
    border: 1px solid #999;
    border-radius: 0 !important;
    font-weight: normal !important;
    margin: 0 !important;
}

.live-in-everyday-passion .product__link-hatch:hover {
    text-decoration: none;
    background: #c0293a !important;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .product__link {
        font-size: 14px;
        line-height: 1.4;
    }
}

.live-in-everyday-passion .product__link:hover {
    text-decoration: none;
    color: #fff;
    background: #c0293a;
}

.live-in-everyday-passion .prize {
    padding: 50px 0;
    position: relative;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .prize {
        padding: 25px 0;
    }
}

.live-in-everyday-passion .prize__wrap {
    width: 80%;
    margin: auto;
    max-width: 1440px;
}

.live-in-everyday-passion .prize__wrap h3 {
    padding-bottom: 0;
    margin: 50px 0 10px 0;
}

.live-in-everyday-passion .prize__wrap-event {
    margin: 1em 0 3em 0;
}

.live-in-everyday-passion .prize__wrap-event .vertical-line {
    width: 3px;
    background-color: #999;
    height: 6vw;
    margin: 0 auto;
    margin-top: 2em;
    margin-bottom: 1em;
    position: relative;
    z-index: 100;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .prize__wrap-event .vertical-line {
        height: 80px;
    }
}

.live-in-everyday-passion .prize__wrap-event .prize-slider {
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .prize__wrap-event .prize-slider {
        width: 100%;
    }
}

.live-in-everyday-passion .prize__wrap-event .prize-slider img {
    width: 100%;
}

.live-in-everyday-passion .prize__wrap-event .videobox-wrapper {
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .prize__wrap-event .videobox-wrapper {
        width: 100%;
    }
}

.live-in-everyday-passion .prize__wrap-event .videobox-wrapper__box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.live-in-everyday-passion .prize__wrap-event .videobox-wrapper__box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.live-in-everyday-passion .prize__wrap .wine-tasting {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.live-in-everyday-passion .prize__wrap .wine-tasting .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .prize__wrap .wine-tasting .info {
        display: block;
    }
}

.live-in-everyday-passion .prize__wrap .wine-tasting .info__content {
    position: relative;
    width: 60%;
    border-bottom: 1px solid #c0293a;
    z-index: 50;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .prize__wrap .wine-tasting .info__content {
        width: 100%;
    }
}

.live-in-everyday-passion .prize__wrap .wine-tasting .info__content p {
    text-align: left;
}

.live-in-everyday-passion .prize__wrap .wine-tasting .info__content-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 1024px) {
    .live-in-everyday-passion .prize__wrap .wine-tasting .info__content-event {
        display: block;
    }
}

.live-in-everyday-passion .prize__wrap .wine-tasting .info__content-event .order-btn a {
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 10px 20px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    text-align: center;
    background: #c0293a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .live-in-everyday-passion .prize__wrap .wine-tasting .info__content-event .order-btn a {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .prize__wrap .wine-tasting .info__content-event .order-btn a {
        width: 100%;
        margin: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
    }
}

.live-in-everyday-passion .prize__wrap .wine-tasting .info__content-event .order-btn a:hover {
    color: #fff;
    background: #db5060;
    -webkit-box-shadow: 2px 2px 5px #fff;
    box-shadow: 2px 2px 5px #fff;
}

.live-in-everyday-passion .prize__wrap .wine-tasting .info__content-event .order-btn a:focus {
    color: #fff;
}

.live-in-everyday-passion .prize__wrap .wine-tasting .info__content-dec {
    position: absolute;
    bottom: 0;
    background: #000;
}

@media screen and (max-width: 1024px) {
    .live-in-everyday-passion .prize__wrap .wine-tasting .info__content-dec {
        display: none;
    }
}

.live-in-everyday-passion .prize__wrap .wine-tasting .info__content-dec img {
    position: relative;
    width: 100%;
    z-index: -1;
    display: block;
}

.live-in-everyday-passion .prize__wrap .wine-tasting .info__photo {
    width: 30%;
    position: relative;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .prize__wrap .wine-tasting .info__photo {
        width: 100%;
        margin-top: 1em;
    }
}

.live-in-everyday-passion .prize__wrap .wine-tasting .info__photo img {
    width: 100%;
    border-radius: 50% 5px 20%;
}

.live-in-everyday-passion .private-tour {
    padding: 50px 0;
    position: relative;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .private-tour {
        padding: 25px 0;
    }
}

.live-in-everyday-passion .private-tour__wrap {
    width: 80%;
    margin: auto;
    max-width: 1440px;
}

.live-in-everyday-passion .private-tour__wrap h3 {
    padding-bottom: 0;
    margin: 50px 0 10px 0;
}

.live-in-everyday-passion .private-tour__wrap-event {
    margin: 1em 0 3em 0;
}

.live-in-everyday-passion .private-tour__wrap-event .common-subtitle {
    position: relative;
    z-index: 20;
}

.live-in-everyday-passion .private-tour__wrap-event .videobox-wrapper {
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .private-tour__wrap-event .videobox-wrapper {
        width: 100%;
    }
}

.live-in-everyday-passion .private-tour__wrap-event .videobox-wrapper__box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.live-in-everyday-passion .private-tour__wrap-event .videobox-wrapper__box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.live-in-everyday-passion .redeem {
    padding: 100px 0;
    background: #f9f9f9;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .redeem {
        padding: 25px 0;
    }
}

.live-in-everyday-passion .redeem__wrap {
    width: 80%;
    margin: auto;
    max-width: 1024px;
}

.live-in-everyday-passion .redeem__wrap p {
    margin: 20px 0;
    font-weight: normal;
}

.live-in-everyday-passion .redeem__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .redeem__step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
}

.live-in-everyday-passion .redeem__step-box {
    width: 100%;
}

.live-in-everyday-passion .redeem__step-box ul {
    list-style-type: decimal;
    margin-bottom: 24px;
    line-height: 30px;
    text-align: left;
    margin-left: 24px;
    margin-top: 24px;
    font-size: 20px;
    color: #656565;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .redeem__step-box ul {
        font-size: 14px;
        line-height: 1.4;
    }
}

.live-in-everyday-passion .redeem__step-box ul li {
    list-style-type: decimal !important;
}

.live-in-everyday-passion .redeem__step-box .step3-textPos {
    text-align: justify;
}

.live-in-everyday-passion .redeem__step-box-icon {
    min-width: 240px;
    min-height: 240px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 30px auto;
    width: 30%;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .redeem__step-box-icon {
        min-width: 120px;
        min-height: 120px;
        border-radius: 15px;
    }
}

.live-in-everyday-passion .redeem__step-box-icon p {
    min-height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .redeem__step-box-icon img {
        width: 50%;
    }
}

.live-in-everyday-passion .redeem__step-box-arrow {
    width: 5%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .redeem__step-box-arrow {
        display: none;
    }
}

.live-in-everyday-passion .redeem__step-box-arrow .arrow {
    width: 50%;
    height: 1px;
    background: #333;
}

.live-in-everyday-passion .redeem__now {
    text-align: center;
}

.live-in-everyday-passion .redeem__now a {
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 10px 20px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: auto;
    border: 1px solid transparent;
    width: calc( 100%/3 - 20px);
    text-align: center;
    background: #6b6b6b;
}

@media screen and (max-width: 1024px) {
    .live-in-everyday-passion .redeem__now a {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .redeem__now a {
        width: 100%;
        margin: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        border: 3px solid #a7a7a7;
    }
}

.live-in-everyday-passion .redeem__now a:hover {
    color: #fff;
    background: #a7a7a7;
    text-decoration: none;
}

.live-in-everyday-passion .redeem__now a:focus {
    color: #fff;
    text-decoration: none;
}

.live-in-everyday-passion .redeem__btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 5vh 0 5vh;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .redeem__btnbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.live-in-everyday-passion .redeem__btnbox-redemption {
    width: calc( 100%/3 - 20px);
}

@media screen and (max-width: 1366px) {
    .live-in-everyday-passion .redeem__btnbox-redemption {
        width: calc( 100%/2 - 20px);
    }
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .redeem__btnbox-redemption {
        width: 100%;
        margin: 10px auto;
    }
}

.live-in-everyday-passion .redeem__btnbox-redemption a {
    color: #a7a7a7;
    font-size: 20px;
    display: block;
    border: 5px solid #a7a7a7;
    padding: 10px 20px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 10px;
}

@media screen and (max-width: 1024px) {
    .live-in-everyday-passion .redeem__btnbox-redemption a {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .redeem__btnbox-redemption a {
        width: 100%;
        margin: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        border: 3px solid #a7a7a7;
    }
}

.live-in-everyday-passion .redeem__btnbox-redemption a:hover {
    color: #a7a7a7;
    background: #ebebeb;
    text-decoration: none;
}

.live-in-everyday-passion .redeem__btnbox-redemption a:focus {
    color: #a7a7a7;
    text-decoration: none;
}

.live-in-everyday-passion .redeem__btnbox-terms {
    width: calc( 100%/3 - 20px);
}

@media screen and (max-width: 1366px) {
    .live-in-everyday-passion .redeem__btnbox-terms {
        width: calc( 100%/2 - 20px);
    }
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .redeem__btnbox-terms {
        width: 100%;
        margin: 10px auto;
    }
}

.live-in-everyday-passion .redeem__btnbox-terms>a {
    color: #a7a7a7;
    font-size: 20px;
    display: block;
    border: 5px solid #a7a7a7;
    padding: 10px 20px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 10px;
}

@media screen and (max-width: 1024px) {
    .live-in-everyday-passion .redeem__btnbox-terms>a {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .redeem__btnbox-terms>a {
        width: 100%;
        margin: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        border: 3px solid #a7a7a7;
    }
}

.live-in-everyday-passion .redeem__btnbox-terms>a:hover {
    color: #a7a7a7;
    background: #ebebeb;
    text-decoration: none;
}

.live-in-everyday-passion .redeem__btnbox-terms>a:focus {
    color: #a7a7a7;
    text-decoration: none;
}

.live-in-everyday-passion .redeem__btnbox-support {
    width: calc( 100%/3 - 20px);
}

@media screen and (max-width: 1366px) {
    .live-in-everyday-passion .redeem__btnbox-support {
        width: calc( 100%/2 - 20px);
    }
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .redeem__btnbox-support {
        width: 100%;
        margin: 10px auto;
    }
}

.live-in-everyday-passion .redeem__btnbox-support a {
    color: #a7a7a7;
    font-size: 20px;
    display: block;
    border: 5px solid #a7a7a7;
    padding: 10px 20px;
    line-height: 30px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 10px;
}

@media screen and (max-width: 1024px) {
    .live-in-everyday-passion .redeem__btnbox-support a {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .redeem__btnbox-support a {
        width: 100%;
        margin: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        border: 3px solid #a7a7a7;
    }
}

.live-in-everyday-passion .redeem__btnbox-support a:hover {
    color: #a7a7a7;
    background: #ebebeb;
    text-decoration: none;
}

.live-in-everyday-passion .redeem__btnbox-support a:focus {
    color: #a7a7a7;
    text-decoration: none;
}

.live-in-everyday-passion .wtb {
    padding: 100px 0;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .wtb {
        padding: 25px 0;
    }
}

.live-in-everyday-passion .video {
    padding: 100px 0;
    background: #f9f9f9;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .video {
        padding: 25px 0;
    }
}

.live-in-everyday-passion .video__wrap {
    width: 80%;
    margin: auto;
    max-width: 1024px;
}

@media screen and (max-width: 768px) {
    .live-in-everyday-passion .video__wrap {
        width: 80%;
    }
}

.live-in-everyday-passion .video__wrap .videobox-wrapper {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .video__wrap .videobox-wrapper {
        width: 100%;
    }
}

.live-in-everyday-passion .video__wrap .videobox-wrapper__box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.live-in-everyday-passion .video__wrap .videobox-wrapper__box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.live-in-everyday-passion .video__wrap-wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .video__wrap-wrapper {
        display: block;
    }
}

.live-in-everyday-passion .video__wrap-wrapper .video-item {
    position: relative;
    opacity: 0.9;
    padding: 0 10px;
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .video__wrap-wrapper .video-item {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }
}

.live-in-everyday-passion .video__wrap-wrapper .video-item:hover {
    opacity: 1;
}

.live-in-everyday-passion .video__wrap-wrapper .video-item a {
    display: block;
}

.live-in-everyday-passion .video__wrap-wrapper .video-item a .btplay {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.live-in-everyday-passion .video__wrap-wrapper .video-item a .btplay .material-icons {
    font-size: 80px;
}

@media screen and (max-width: 1440px) {
    .live-in-everyday-passion .video__wrap-wrapper .video-item a .btplay .material-icons {
        font-size: 60px;
    }
}

@media screen and (max-width: 480px) {
    .live-in-everyday-passion .video__wrap-wrapper .video-item a .btplay .material-icons {
        font-size: 50px;
    }
}

.live-in-everyday-passion .earn {
    padding: 100px 0;
}

@media screen and (max-width: 960px) {
    .live-in-everyday-passion .earn {
        padding: 25px 0;
    }
}

.live-in-everyday-passion .earn__wrap {
    margin: auto;
    max-width: 1024px;
}

.live-in-everyday-passion .earn__wrap-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    .live-in-everyday-passion .earn__wrap-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 80%;
        margin: auto;
    }
}

.live-in-everyday-passion .earn__wrap-block figure {
    margin: 0 20px;
}

@media screen and (max-width: 600px) {
    .live-in-everyday-passion .earn__wrap-block figure {
        margin: 20px 0;
    }
}

.half-circle-intro {
    position: absolute;
    right: 9%;
    width: 4%;
    z-index: 100;
}

@media screen and (max-width: 480px) {
    .half-circle-intro {
        display: none;
    }
}

.rec-alessi {
    position: absolute;
    left: 15%;
    width: 15%;
}

@media screen and (max-width: 480px) {
    .rec-alessi {
        display: none;
    }
}

.half-circleL-alessi {
    position: absolute;
    left: 12%;
    width: 5%;
    z-index: 100;
}

@media screen and (max-width: 1440px) {
    .half-circleL-alessi {
        left: 5%;
        width: 3%;
    }
}

@media screen and (max-width: 480px) {
    .half-circleL-alessi {
        width: 10%;
        display: none;
    }
}

.half-circleR-alessi {
    position: absolute;
    left: 14%;
    width: 5%;
    z-index: 100;
}

@media screen and (max-width: 1440px) {
    .half-circleR-alessi {
        left: 7%;
        width: 3%;
    }
}

@media screen and (max-width: 480px) {
    .half-circleR-alessi {
        left: 5%;
        width: 8%;
        display: none;
    }
}

.circleR-product {
    position: absolute;
    left: 26%;
    width: 12%;
    z-index: 100;
}

@media screen and (max-width: 480px) {
    .circleR-product {
        left: 0;
        width: 20%;
    }
}

.circle-border-product {
    position: absolute;
    left: 35%;
    width: 10%;
    opacity: 0.5;
    z-index: 100;
}

@media screen and (max-width: 480px) {
    .circle-border-product {
        left: 5%;
        width: 20%;
        opacity: 0.8;
    }
}

.circle-border-prize {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 1680px) {
    .circle-border-prize {
        width: 5%;
    }
}

@media screen and (max-width: 480px) {
    .circle-border-prize {
        width: 12%;
    }
}

.circleB-prize {
    position: absolute;
    right: 0%;
    width: 7%;
    z-index: 100;
}

@media screen and (min-width: 1921px) {
    .circleB-prize {
        width: 5%;
    }
}

@media screen and (max-width: 1680px) {
    .circleB-prize {
        right: 3%;
        width: 3%;
    }
}

@media screen and (max-width: 480px) {
    .circleB-prize {
        right: 7%;
        width: 7%;
    }
}

.wine-left {
    position: absolute;
    left: 20%;
}

@media screen and (max-width: 1440px) {
    .wine-left {
        left: 5%;
        width: 5%;
    }
}

@media screen and (max-width: 768px) {
    .wine-left {
        width: 6%;
    }
}

@media screen and (max-width: 480px) {
    .wine-left {
        left: 2%;
        width: 10%;
    }
}

.wine-right {
    position: absolute;
    left: 28%;
}

@media screen and (max-width: 1440px) {
    .wine-right {
        left: 14%;
        width: 4%;
    }
}

@media screen and (max-width: 768px) {
    .wine-right {
        left: 15%;
        width: 5%;
    }
}

@media screen and (max-width: 480px) {
    .wine-right {
        left: 20%;
        width: 8%;
    }
}

.wine-cheers {
    position: absolute;
    left: 25%;
}

@media screen and (max-width: 1440px) {
    .wine-cheers {
        left: 11%;
        width: 5%;
    }
}

@media screen and (max-width: 1024px) {
    .wine-cheers {
        left: 10%;
    }
}

@media screen and (max-width: 768px) {
    .wine-cheers {
        left: 11%;
        width: 3%;
    }
}

@media screen and (max-width: 480px) {
    .wine-cheers {
        left: 13%;
        width: 6%;
    }
}

.half-circleB-wine {
    position: absolute;
    right: 20%;
    width: 8%;
}

@media screen and (max-width: 1366px) {
    .half-circleB-wine {
        right: 25%;
        width: 6%;
    }
}

@media screen and (max-width: 1024px) {
    .half-circleB-wine {
        right: 16%;
        width: 8%;
    }
}

@media screen and (max-width: 768px) {
    .half-circleB-wine {
        right: 10%;
    }
}

@media screen and (max-width: 480px) {
    .half-circleB-wine {
        right: 10%;
        width: 22%;
        top: 2%;
    }
}

.circle-borderR-wine {
    position: absolute;
    top: 11%;
    right: 17%;
}

@media screen and (min-width: 1921px) {
    .circle-borderR-wine {
        top: 15%;
    }
}

@media screen and (max-width: 1440px) {
    .circle-borderR-wine {
        top: 10%;
        right: 18%;
        width: 5%;
    }
}

@media screen and (max-width: 1366px) {
    .circle-borderR-wine {
        right: 23%;
        width: 4%;
    }
}

@media screen and (max-width: 1024px) {
    .circle-borderR-wine {
        right: 14%;
        width: 5%;
        top: 7%;
    }
}

@media screen and (max-width: 768px) {
    .circle-borderR-wine {
        right: 8%;
    }
}

@media screen and (max-width: 480px) {
    .circle-borderR-wine {
        right: 0;
        top: 0;
        width: 15%;
    }
}

.circle-border-tour {
    position: absolute;
    left: 15%;
    width: 8%;
    opacity: 0.5;
    z-index: 0;
}

@media screen and (max-width: 480px) {
    .circle-border-tour {
        left: 2%;
        width: 20%;
        opacity: 0.8;
    }
}

.circleR-tour {
    position: absolute;
    left: 20%;
    width: 5%;
    z-index: 10;
}

@media screen and (max-width: 480px) {
    .circleR-tour {
        left: 15%;
        width: 12%;
    }
}

@-webkit-keyframes action {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes action {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes action2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes action2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}


/*# sourceMappingURL=project.css.map */