@charset "UTF-8";

#container .column {
    margin-top: 0px;
}

#lp-2021 {
    padding: 0 0 112px;
    overflow: hidden;
    /** プランテーブル用スタイル */
}

#lp-2021 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
}

#lp-2021 img {
    vertical-align: bottom;
}

#lp-2021 a.button-register {
    display: block;
    text-align: center;
    border-radius: 6px;
    line-height: 70px;
    color: #fff;
    background-color: #3aacc9;
    font-size: 22px;
    font-weight: bold;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#lp-2021 a.button-register.small {
    background-color: #ffc332;
    color: #000;
    -webkit-box-shadow: 0px 3px 0px #dca520;
    box-shadow: 0px 3px 0px #dca520;
    border-radius: 4px;
    width: 100%;
    height: 47px;
    font-weight: bold;
    font-size: 18px;
    line-height: 47px;
}

#lp-2021 a.button-register.white {
    color: #000;
    background-color: #fff;
}

#lp-2021 a.button-register.pink {
    color: white;
    background-color: #F777A6;
}

#lp-2021 a.button-register.red {
    color: white;
    background-color: #e24848;
}

#lp-2021 a.button-register.gold {
    color: #000;
    background-color: #DEB86C;
}

#lp-2021 .heading-lv2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 58px;
    text-align: center;
}

#lp-2021 .heading-lv2.visible, #lp-2021 .heading-lv2.invisible {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#lp-2021 .heading-lv2.visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#lp-2021 .heading-lv3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
}

#lp-2021 .heading-lv3>strong {
    color: #3aacc9;
}

#lp-2021 .only-sp {
    display: none;
}

#lp-2021 .first-view {
    margin-top: 0px;
    height: calc(100vh - 60px);
    background-color: #539785;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

#lp-2021 .first-view:before {
    content: "";
    width: 1002px;
    height: 674px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-image: url("/wp-content/themes/courrier/css/images/lp/rollup_lp/first-view/bg-first-view.svg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#lp-2021 .first-view.spring-campaign .contents,
#lp-2021 .first-view.spring-campaign a.button-registered, #lp-2021 .first-view.newyear-campaign .contents,
#lp-2021 .first-view.newyear-campaign a.button-registered {
    color: black;
}

#lp-2021 .first-view.spring-campaign:before, #lp-2021 .first-view.newyear-campaign:before {
    content: unset;
}

#lp-2021 .first-view .spring-campaign_bg,
#lp-2021 .first-view .newyear-campaign_bg {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #FCF2F7;
    display: block;
    height: 100%;
}

#lp-2021 .first-view .spring-campaign_bg .spring-campaign_bg_left,
#lp-2021 .first-view .newyear-campaign_bg .spring-campaign_bg_left {
    float: left;
    height: 100%;
}

#lp-2021 .first-view .spring-campaign_bg .spring-campaign_bg_left img,
#lp-2021 .first-view .newyear-campaign_bg .spring-campaign_bg_left img {
    height: 100%;
}

#lp-2021 .first-view .spring-campaign_bg .spring-campaign_bg_left .top-bg-pc,
#lp-2021 .first-view .newyear-campaign_bg .spring-campaign_bg_left .top-bg-pc {
    display: block;
}

#lp-2021 .first-view .spring-campaign_bg .spring-campaign_bg_left .top-bg-sp,
#lp-2021 .first-view .newyear-campaign_bg .spring-campaign_bg_left .top-bg-sp {
    display: none;
}

@media only screen and (max-width: 768px) {

    #lp-2021 .first-view .spring-campaign_bg .spring-campaign_bg_left .top-bg-pc,
    #lp-2021 .first-view .newyear-campaign_bg .spring-campaign_bg_left .top-bg-pc {
        display: none;
    }

    #lp-2021 .first-view .spring-campaign_bg .spring-campaign_bg_left .top-bg-sp,
    #lp-2021 .first-view .newyear-campaign_bg .spring-campaign_bg_left .top-bg-sp {
        display: block;
        height: auto;
    }
}

#lp-2021 .first-view .spring-campaign_bg .spring-campaign_bg_right,
#lp-2021 .first-view .newyear-campaign_bg .spring-campaign_bg_right {
    float: right;
    height: 100%;
}

#lp-2021 .first-view .spring-campaign_bg .spring-campaign_bg_right img,
#lp-2021 .first-view .newyear-campaign_bg .spring-campaign_bg_right img {
    height: 100%;
}

@media only screen and (max-width: 768px) {

    #lp-2021 .first-view .spring-campaign_bg .spring-campaign_bg_right,
    #lp-2021 .first-view .newyear-campaign_bg .spring-campaign_bg_right {
        display: none;
    }
}

#lp-2021 .first-view .newyear-campaign_bg {
    background: #CB3B4C;
}

#lp-2021 .first-view .contents {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1264px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .first-view .contents {
        padding: 0 24px;
    }
}

#lp-2021 .first-view .first-view-upper {
    text-decoration: none;
    display: block;
    padding-bottom: 18px;
    color: white;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .first-view .first-view-upper {
        padding-bottom: 9px;
    }
}

#lp-2021 .first-view .heading.campaign {
    color: black;
}

#lp-2021 .first-view .heading.newyear-campaign {
    margin: 0 0 20px;
}

#lp-2021 .first-view .heading.newyear-campaign .logo {
    background-color: #DEB86C;
    mask-image: url("/wp-content/themes/courrier/css/images/lp/rollup_lp/first-view/logo-courrier-japon-premium.svg");
    mask-repeat: no-repeat;
    mask-position: left;
    -webkit-mask-image: url("/wp-content/themes/courrier/css/images/lp/rollup_lp/first-view/logo-courrier-japon-premium.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left;
}

#lp-2021 .first-view .heading.newyear-campaign .logo>img {
    opacity: 0;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .first-view .heading.newyear-campaign .logo {
        margin: 0 auto;
        mask-position: center;
        mask-size: cover;
        -webkit-mask-position: center;
        -webkit-mask-size: cover;
    }

    #lp-2021 .first-view .heading.newyear-campaign .logo>img {
        width: 243px;
    }
}

#lp-2021 .first-view .heading .logo {
    margin-bottom: 0;
}

#lp-2021 .first-view .heading .text {
    margin-top: 39px;
    display: block;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 1px;
    font-feature-settings: 'halt'on;
}

#lp-2021 .first-view .description {
    margin-top: 21px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

#lp-2021 .first-view .campaign-description {
    margin-top: 42px;
    font-weight: 700;
    color: #0000FF;
    font-size: 18px;
    line-height: 30px;
    font-feature-settings: 'halt'on;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .first-view .campaign-description {
        margin-top: 23px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
}

#lp-2021 .first-view .campaign-description.newyear-campaign {
    margin: 0 0 20px;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .first-view .campaign-description.newyear-campaign {
        font-size: 14px;
    }
}

#lp-2021 .first-view .buttons {
    margin-bottom: 32px;
}

#lp-2021 .first-view .buttons li+li {
    margin-top: 25px;
    max-width: 340px;
    text-align: center;
}

#lp-2021 .first-view .button-register {
    max-width: 340px;
}

#lp-2021 .first-view a.button-registered {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

#lp-2021 .first-view .campaign-finish-messages {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-feature-settings: 'halt'on;
    color: #FF0000;
    max-width: 340px;
    margin-top: 14px;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .first-view .campaign-finish-messages {
        margin: 9px auto 0;
    }
}

#lp-2021 .first-view .articles {
    position: absolute;
    top: 0;
    width: 50%;
    max-width: 710px;
    right: 28px;
}

#lp-2021 .first-view .articles ul {
    display: none;
}

#lp-2021 .first-view .articles .list-article-card {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 336px 336px;
    grid-template-rows: 308px 308px 308px 308px;
    grid-gap: 38px;
    padding-bottom: 38px;
    -webkit-animation: rollArticles1 45s linear infinite;
    animation: rollArticles1 45s linear infinite;
    will-change: transform;
}

#lp-2021 .first-view .articles .list-article-card:nth-child(2) {
    -webkit-animation: rollArticles2 45s linear infinite;
    animation: rollArticles2 45s linear infinite;
}

#lp-2021 .first-view .articles .list-article-card:nth-child(3) {
    -webkit-animation: rollArticles3 45s linear infinite;
    animation: rollArticles3 45s linear infinite;
}

#lp-2021 .first-view .articles .card {
    height: 308px;
    background-color: transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#lp-2021 .first-view .articles .card:nth-of-type(2n) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#lp-2021 .first-view .articles .card:first-child {
    background: transparent;
}

#lp-2021 .first-view .articles .card img {
    width: 328px;
    height: 294px;
    -o-object-fit: cover;
    object-fit: cover;
}

#lp-2021 .first-view .contents {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#lp-2021 .first-view.visible .contents {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#lp-2021 .media-logos {
    background-color: #f5f3f4;
    padding: 5px 20px;
    text-align: center;
}

#lp-2021 .media-logos img {
    display: block;
    margin: 0 auto;
}

#lp-2021 .media-logos .sp-image {
    display: none;
}

#lp-2021 .benefits {
    padding: 100px 0 0;
}

#lp-2021 .benefits .container {
    margin-top: 100px;
}

#lp-2021 .benefits .container .column:first-child {
    margin-top: 0;
}

#lp-2021 .benefits .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 100px auto 0;
    max-width: 1590px;
}

#lp-2021 .benefits .column.user-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 0;
    max-width: 1590px;
}

#lp-2021 .benefits .column.type-1 .image {
    margin-right: 86px;
}

#lp-2021 .benefits .column.type-1 .text {
    padding-right: 113px;
}

#lp-2021 .benefits .column.type-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#lp-2021 .benefits .column.type-2 .image {
    margin-left: 86px;
}

#lp-2021 .benefits .column.type-2 .text {
    padding-left: 113px;
}

#lp-2021 .benefits .text {
    width: 753px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#lp-2021 .benefits .image {
    position: relative;
}

#lp-2021 .benefits .description {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}

#lp-2021 .benefits .benefit-1 .dog {
    width: 18%;
    position: absolute;
    bottom: -15%;
    right: 10%;
}

#lp-2021 .benefits .benefit-2 .thumbnails {
    width: 89%;
    position: absolute;
    top: -15%;
    left: 5%;
}

#lp-2021 .benefits .benefit-2 .man {
    width: 22%;
    position: absolute;
    bottom: -10%;
    left: 10px;
}

#lp-2021 .benefits .benefit-3 .books {
    width: 57%;
    position: absolute;
    top: -14%;
    left: 3%;
}

#lp-2021 .benefits .benefit-4 .talk {
    width: 70%;
    position: absolute;
    top: -15%;
    left: 6%;
}

#lp-2021 .benefits .benefit-4 .man {
    width: 27%;
    position: absolute;
    bottom: -10%;
    right: 6%;
}

#lp-2021 .benefits .benefit-5 .people {
    width: 68%;
    position: absolute;
    bottom: 0;
    left: 3%;
}

#lp-2021 .benefits .benefit-5 .books {
    width: 48%;
    position: absolute;
    top: -20%;
    right: 1%;
}

#lp-2021 .benefits .benefit-6 .paper {
    width: 40%;
    position: absolute;
    top: -12%;
    left: -5%;
}

#lp-2021 .benefits .column.visible .image, #lp-2021 .benefits .column.invisible .image {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#lp-2021 .benefits .column.visible .heading-lv3, #lp-2021 .benefits .column.invisible .heading-lv3 {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#lp-2021 .benefits .column.visible .description, #lp-2021 .benefits .column.invisible .description {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#lp-2021 .benefits .column.visible .image, #lp-2021 .benefits .column.visible .heading-lv3, #lp-2021 .benefits .column.visible .description {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

#lp-2021 .plans {
    margin: 0 auto;
    padding: 100px 30px;
    max-width: 1264px;
}

#lp-2021 .plans .list-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 30px;
    margin-top: 67px;
    padding-top: 32px;
    align-items: flex-start;
    margin: 0 auto;
}

#lp-2021 .plans .list-plans .item {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c4c4c4;
    min-height: 420px;
    padding: 30px;
    position: relative;
}

/*ボーダー枠*/
#lp-2021 .plans .list-plans .item.recommended {
    border: 3px solid #539785;
}

#lp-2021 .plans .list-plans .recommended-text {
    position: absolute;
    top: -32px;
    left: -3px;
    width: calc(100% + 6px);
    height: 32px;
    background-color: #539785;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #fff;
}

#lp-2021 .plans .list-plans .settlement {
    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;
}

#lp-2021 .plans .list-plans .label {
    border-radius: 4px;
    text-align: center;
    padding: 4px;
    width: 90px;
    height: 24px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

#lp-2021 .plans .list-plans .label+.label {
    margin-left: 10px;
}

#lp-2021 .plans .list-plans .label.type-1 {
    background-color: #3aacc9;
    color: #fff;
}


#lp-2021 .plans .list-plans .label.type-2 {
    background-color: #fff;
    color: #3aacc9;
    border: 1px solid #3aacc9;
}

#lp-2021 .plans .list-plans .plan-name {
    font-size: 24px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

#lp-2021 .plans .list-plans .amount {
    margin-top: 15px;
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    font-family: "Avenir";
}

#lp-2021 .plans .list-plans .amount-offer {
    display: inline-block;
    margin: 0;
}

#lp-2021 .plans .list-plans .annual-amount {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    font-family: "Avenir";
}

#lp-2021 .plans .list-plans .amount.crossout {
    font-size: 20px;
    color: black;
    position: relative;
    margin-top: 25px;
    font-family: "游ゴシック体", '游ゴシック', 'Yu Gothic', YuGothic, "メイリオ", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-feature-settings: 'halt'on;
}

#lp-2021 .plans .list-plans .amount.crossout span:first-child {
    font-size: 20px;
    text-decoration-line: line-through;
}

#lp-2021 .plans .list-plans .amount.crossout+.amount {
    margin-top: 5px;
}

#lp-2021 .plans .list-plans .amount.crossout+.amount span {
    font-family: "游ゴシック体", '游ゴシック', 'Yu Gothic', YuGothic, "メイリオ", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#lp-2021 .plans .list-plans .amount.crossout+.amount span.pink {
    color: #F86FA1;
}

#lp-2021 .plans .list-plans .amount.crossout+.amount span.red {
    color: #CB1B45;
}

#lp-2021 .plans .list-plans .amount.crossout+.amount span.bold {
    font-weight: 900;
}

#lp-2021 .plans .list-plans .amount.crossout+.amount span.black {
    color: black;
}

#lp-2021 .plans .list-plans .amount.crossout+.amount span.avenir {
    font-family: 'Avenir Next';
}

#lp-2021 .plans .list-plans .amount.crossout+.amount+.include-tax {
    color: #494949;
    margin-top: 20px;
}

#lp-2021 .plans .list-plans .amount.crossout+.amount+.include-tax+.include-text {
    font-weight: 900;
    margin-top: 20px;
}

#lp-2021 .plans .list-plans .amount.crossout .unit {
    font-size: 15px;
    margin: 0;
}

#lp-2021 .plans .list-plans .unit {
    margin-left: 0.3em;
    font-size: 24px;
    font-weight: normal;
}

#lp-2021 .plans .list-plans .include-tax {
    margin-top: 0px;
    font-size: 16px;
    line-height: 20px;
}

#lp-2021 .plans .list-plans .include-tax+.button-register {
    margin-top: 87px;
}

#lp-2021 .plans .list-plans .discount {
    margin-top: 12px;
    width: 160px;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    background: #f00;
    text-align: center;
}

#lp-2021 .plans .list-plans .discount+.button-register {
    margin-top: 40px;
}

#lp-2021 .plans .list-plans .discount.no-badge {
    width: 160px;
    font-weight: bold;
    font-size: 24px;
    line-height: 58px;
    height: 58px;
    color: #F00;
    text-align: center;
    background: none;
    position: relative;
}

#lp-2021 .plans .list-plans .discount.no-badge:before, #lp-2021 .plans .list-plans .discount.no-badge:after {
    content: "";
    width: 29px;
    border-bottom: solid 1.5px #F00;
    position: absolute;
    bottom: 29px;
}

#lp-2021 .plans .list-plans .discount.no-badge:before {
    transform: rotateZ(47deg);
    left: 0;
}

#lp-2021 .plans .list-plans .discount.no-badge:after {
    transform: rotateZ(-47deg);
    right: 2px;
}

#lp-2021 .plans .list-plans .discount.no-badge+.button-register {
    margin-top: 0;
}

#lp-2021 .plans .list-plans .discount.no-badge.newyear-campaign {
    width: 176px;
}

#lp-2021 .plans .list-plans .discount.no-badge.newyear-campaign:before, #lp-2021 .plans .list-plans .discount.no-badge.newyear-campaign:after {
    border-bottom: solid 1.5px #CB1B45;
}

#lp-2021 .plans .list-plans .discount.no-badge.newyear-campaign p {
    color: #CB1B45;
}

#lp-2021 .plans .list-plans .discount.no-badge.newyear-campaign p span {
    font-size: 18px;
}

#lp-2021 .plans .list-plans .button-register {
    width: 100%;
    max-width: 250px;
}

#lp-2021 .plans .list-plans .note {
    margin-top: 20px;
    font-size: 14px;
}

#lp-2021 .plans .list-plans.visible .item, #lp-2021 .plans .list-plans.invisible .item {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#lp-2021 .plans .list-plans.visible .item:nth-child(2), #lp-2021 .plans .list-plans.invisible .item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#lp-2021 .plans .list-plans.visible .item:nth-child(3), #lp-2021 .plans .list-plans.invisible .item:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#lp-2021 .plans .list-plans.visible .item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#lp-2021 .regist-free-button {
    border: 2px solid #d4d4d4;
    max-width: 849px;
    height: 171px;
    margin: 0 auto 60px;
    padding: 25px 35px;
    border-radius: 6px;
    width: 90%;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .regist-free-button {
        width: 90%;
        height: auto;
    }
}

#lp-2021 .regist-free-button .heading-free-button {
    font-size: 18px;
    font-weight: 700;
    float: left;
    margin-top: 4px;
    margin-bottom: 4px;
}

#lp-2021 .regist-free-button .next-btn {
    display: inline;
    float: right;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    border: 3px solid #3AACC9;
    display: block;
    text-align: center;
    margin-top: 15px;
}

#lp-2021 .regist-free-button .next-btn:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .regist-free-button .next-btn {
        height: 33px;
        width: 33px;
        margin-top: 0px;
    }
}

#lp-2021 .regist-free-button .next-btn>img {
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .regist-free-button .next-btn>img {
        margin-top: 5px;
        width: 18px;
    }
}

#lp-2021 .regist-free-button .amount-container {
    clear: left;
    display: flex;
}

#lp-2021 .regist-free-button .amount-container .amount {
    font-size: 48px;
    font-weight: 600;
    margin-top: 25px;
}

#lp-2021 .regist-free-button .amount-container .range {
    font-size: 24px;
    font-weight: 700;
    margin-top: 28px;
    margin-left: 5px;
}

#lp-2021 .regist-free-button .text {
    margin-top: 20px;
    font-weight: 500;
}

#lp-2021 .regist-free-button>a.free {
    display: none;
    margin-top: 25px;
    background-color: #FFF;
    color: #3AACC9;
    box-sizing: border-box;
    border: 2px solid #3AACC9;
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .regist-free-button>a.free {
        display: block;
    }
}

#lp-2021 .regist-free-button>a.free:hover, #lp-2021 .regist-free-button>a.free:visited, #lp-2021 .regist-free-button>a.free:focus {
    text-decoration: none;
}

#lp-2021 .regist-free-button>a.free:hover {
    opacity: 0.8;
}

#lp-2021 .register {
    background-color: #3aacc9;
    color: #fff;
}

#lp-2021 .register .column {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 67px 30px;
    max-width: 1264px;
    position: relative;
}

#lp-2021 .register .column:before {
    content: "";
    width: 483px;
    height: 324px;
    display: block;
    position: absolute;
    top: -40px;
    right: -70px;
    background-image: url("/wp-content/themes/courrier/css/images/lp/rollup_lp/register/bg-register.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
}

#lp-2021 .register .contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 726px;
    position: relative;
}

#lp-2021 .register .heading-register {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 58px;
}

#lp-2021 .register .description {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}

#lp-2021 .register .button-register {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin-left: 67px;
}

#lp-2021 .register.visible, #lp-2021 .register.invisible {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

#lp-2021 .register.visible .button-register, #lp-2021 .register.invisible .button-register {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#lp-2021 .register.visible {
    opacity: 1;
}

#lp-2021 .register.visible .button-register {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#lp-2021 .world-articles {
    margin: 0 auto;
    padding: 88px 30px 0;
    max-width: 1264px;
}

#lp-2021 .world-articles.logged_in {
    padding-top: 0px;
}

#lp-2021 .world-articles .list-article-card {
    margin-top: 52px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 62px;
}

#lp-2021 .world-articles .card a {
    display: block;
}

#lp-2021 .world-articles .modal {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
}

#lp-2021 .world-articles .modal .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
    overflow: auto;
}

#lp-2021 .world-articles .modal .container {
    margin: 0 auto;
    max-width: 680px;
    background-color: #fff;
    border-radius: 3px;
    padding: 30px 0 22px;
}

#lp-2021 .world-articles .modal .button-icon-close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: fixed;
    top: 12px;
    right: 28px;
    padding: 12px;
}

#lp-2021 .world-articles .modal .button-modal-register {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    line-height: 55px;
    background-color: #539785;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
}

#lp-2021 .world-articles .modal .button-modal-register.premium {
    background-color: #000;
}

#lp-2021 .world-articles .modal .button-modal-register.premium:hover {
    background-color: #000;
}

#lp-2021 .world-articles .modal .button-close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
    color: #979797;
    font-weight: bold;
    font-size: 16px;
    line-height: 55px;
}

#lp-2021 .world-articles .modal .button-close img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 12px;
}

#lp-2021 .world-articles .modal .list-button {
    margin-top: 48px;
    display: grid;
    grid-gap: 20px;
}

#lp-2021 .world-articles .article-wrap {
    padding: 0 50px;
}

#lp-2021 .world-articles .article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#lp-2021 .world-articles .article-category {
    font-family: "Futura";
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    color: #808080;
}

#lp-2021 .world-articles .article-category.culture {
    color: #d44887;
}

#lp-2021 .world-articles .article-category.business {
    color: #003b7f;
}

#lp-2021 .world-articles .article-category.society {
    color: #cfc325;
}

#lp-2021 .world-articles .article-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    color: #808080;
    font-size: 10px;
    line-height: 15px;
}

#lp-2021 .world-articles .article-time .date {
    margin-left: 6px;
    padding-left: 6px;
    border-left: 1px solid #808080;
}

#lp-2021 .world-articles .article-subtitle {
    margin: 8px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

#lp-2021 .world-articles .article-title {
    margin: 8px 0 0 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}

#lp-2021 .world-articles .article-image {
    position: relative;
    margin-top: 24px;
    padding-top: calc(900 / 1600 * 100%);
}

#lp-2021 .world-articles .article-image img {
    position: absolute;
    top: 0;
    left: 0;
}

#lp-2021 .world-articles .article-image .caption {
    margin-top: 12px;
    padding: 0 50px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #646464;
}

#lp-2021 .world-articles .article-media-link {
    margin-top: 30px;
    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;
    color: #646464;
}

#lp-2021 .world-articles .article-media-icon {
    width: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 14px;
}

#lp-2021 .world-articles .article-media-name {
    font-size: 14px;
    line-height: 24px;
    font-size: 12px;
}

#lp-2021 .world-articles .article-text-by {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #646464;
}

#lp-2021 .world-articles .article-read {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: #262626;
}

#lp-2021 .world-articles .article-body-title {
    margin-top: 30px;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #262626;
}

#lp-2021 .world-articles .article-body p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
    color: #262626;
}

#lp-2021 .world-articles .list-article-card.visible .card, #lp-2021 .world-articles .list-article-card.invisible .card {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

#lp-2021 .world-articles .list-article-card.visible .card:nth-child(2), #lp-2021 .world-articles .list-article-card.invisible .card:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#lp-2021 .world-articles .list-article-card.visible .card:nth-child(3), #lp-2021 .world-articles .list-article-card.invisible .card:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#lp-2021 .world-articles .list-article-card.visible .card:nth-child(4), #lp-2021 .world-articles .list-article-card.invisible .card:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#lp-2021 .world-articles .list-article-card.visible .card:nth-child(5), #lp-2021 .world-articles .list-article-card.invisible .card:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#lp-2021 .world-articles .list-article-card.visible .card:nth-child(6), #lp-2021 .world-articles .list-article-card.invisible .card:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#lp-2021 .world-articles .list-article-card.visible .card {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#lp-2021 .original-articles {
    padding-top: 106px;
    overflow: hidden;
}

#lp-2021 .original-articles .heading-lv2 {
    padding: 0 30px;
}

#lp-2021 .original-articles .articles {
    position: relative;
    width: calc(466px * 5 + 25px * 4);
    height: calc(262px * 2 + 25px);
    margin-top: 62px;
}

#lp-2021 .original-articles .list-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 466px 466px 466px 466px 466px;
    grid-template-rows: 262px 262px;
    grid-gap: 25px;
    padding-left: 25px;
    -webkit-animation: rollHorizontalArticles1 60s linear infinite;
    animation: rollHorizontalArticles1 60s linear infinite;
    will-change: transform;
}

#lp-2021 .original-articles .list-thumbnail:nth-child(2) {
    -webkit-animation: rollHorizontalArticles2 60s linear infinite;
    animation: rollHorizontalArticles2 60s linear infinite;
}

#lp-2021 .original-articles .list-thumbnail:nth-child(3) {
    -webkit-animation: rollHorizontalArticles3 60s linear infinite;
    animation: rollHorizontalArticles3 60s linear infinite;
}

#lp-2021 .original-articles .list-thumbnail .thumbnail {
    width: 466px;
    height: 262px;
}

#lp-2021 .original-articles .list-thumbnail .thumbnail:nth-child(n+6) {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#lp-2021 .faq {
    margin: 0 auto;
    padding: 112px 30px 0;
    max-width: 1264px;
}

#lp-2021 .faq .list-faq {
    margin-top: 54px;
}

#lp-2021 .faq .faq-item {
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0572351);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.0572351);
    border-radius: 3px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#lp-2021 .faq .faq-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 29px;
    right: 23px;
    width: 16px;
    height: 2px;
    background-color: #000;
}

#lp-2021 .faq .faq-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 29px;
    right: 23px;
    width: 16px;
    height: 2px;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#lp-2021 .faq .faq-item+.faq-item {
    margin-top: 17px;
}

#lp-2021 .faq .faq-item.open:after {
    display: none;
}

#lp-2021 .faq .faq-item .title {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding: 16px 60px 16px 54px;
}

#lp-2021 .faq .faq-item .title:before {
    content: "Q";
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    font-family: "Avenir Next";
    font-weight: 600;
    font-size: 24px;
    color: #539785;
}

#lp-2021 .faq .faq-item .description {
    padding: 2px 60px 24px 54px;
}

#lp-2021 .faq .list-faq.visible .faq-item, #lp-2021 .faq .list-faq.invisible .faq-item {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#lp-2021 .faq .list-faq.visible .faq-item:nth-child(2), #lp-2021 .faq .list-faq.invisible .faq-item:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

#lp-2021 .faq .list-faq.visible .faq-item:nth-child(3), #lp-2021 .faq .list-faq.invisible .faq-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#lp-2021 .faq .list-faq.visible .faq-item:nth-child(4), #lp-2021 .faq .list-faq.invisible .faq-item:nth-child(4) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

#lp-2021 .faq .list-faq.visible .faq-item:nth-child(5), #lp-2021 .faq .list-faq.invisible .faq-item:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#lp-2021 .faq .list-faq.visible .faq-item:nth-child(6), #lp-2021 .faq .list-faq.invisible .faq-item:nth-child(6) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}

#lp-2021 .faq .list-faq.visible .faq-item:nth-child(7), #lp-2021 .faq .list-faq.invisible .faq-item:nth-child(7) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

#lp-2021 .faq .list-faq.visible .faq-item:nth-child(8), #lp-2021 .faq .list-faq.invisible .faq-item:nth-child(8) {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
}

#lp-2021 .faq .list-faq.visible .faq-item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#lp-2021 .conversion-area {
    margin: 0 auto;
    padding: 104px 30px 0;
    max-width: 1264px;
}

#lp-2021 .conversion-area .button-register {
    margin: 54px auto 0;
    max-width: 520px;
}

#lp-2021.other-faq {
    padding: 0;
    overflow: hidden;
}

#lp-2021 #faq.faq {
    margin: 0 auto;
    padding: 0;
    max-width: 1264px;
}

#lp-2021 #faq.faq .list-faq {
    margin-top: 0;
}

#lp-2021 h4.plan-head {
    text-align: center;
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 100%;
}

@media only screen and (max-width: 768px) {
    #lp-2021 h4.plan-head {
        font-size: 28px;
    }
}

#lp-2021 .plan-table {
    margin: 0 auto 107px;
    text-align: center;
    max-width: 1223px;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .plan-table {
        margin-bottom: 96px;
    }
}

#lp-2021 .plan-table table {
    margin: 0 auto;
    width: 90%;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .plan-table table {
        width: 90%;
    }
}

#lp-2021 .plan-table table tr {
    border-bottom: 2px solid #D4D4D4;
}

#lp-2021 .plan-table table tr:last-child {
    border-bottom: unset;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .plan-table table tr {
        border-bottom: unset;
    }
}

#lp-2021 .plan-table table tr th,
#lp-2021 .plan-table table tr td {
    text-align: center;
    vertical-align: middle;
    height: 62px;
    width: 25%;
    padding: 15px auto;
    font-size: 18px;
}

@media only screen and (max-width: 768px) {

    #lp-2021 .plan-table table tr th,
    #lp-2021 .plan-table table tr td {
        font-size: 16px;
        width: 30%;
        height: 40px;
    }

    #lp-2021 .plan-table table tr th:nth-child(1),
    #lp-2021 .plan-table table tr td:nth-child(1) {
        width: 40%;
        text-align: left;
    }
}

#lp-2021 .plan-table table tr th {
    font-size: 22px;
}

#lp-2021 .plan-table table tr th:first-child {
    color: #cd5c5c;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .plan-table table tr th {
        height: 80px;
        font-size: min(21px, 3.85vw);
        /*word-break: keep-all;*/
    }
}

#lp-2021 .plan-table table tr td {
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    #lp-2021 .plan-table table tr td {
        font-size: 14px;
    }
}

#lp-2021 .plan-table table tr td:first-child {
    color: #000;
}

#lp-2021 .plan-table table tr td:nth-child(n+2) {
    color: #cd5c5c;
    font-weight: 700;
}

#lp-2021 .plan-table table tr td>a {
    margin: 37px 12.5px 0;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    text-decoration: none;
}

@media only screen and (max-width: 1100px) {
    #lp-2021 .plan-table table tr td>a.free, #lp-2021 .plan-table table tr td>a.yearly {
        font-size: 1.45vw;
    }
}

#lp-2021 .plan-table table tr td>a.free {
    background-color: #FFF;
    color: #539785;
    box-sizing: border-box;
    border: 2px solid #539785;
}

#lp-2021 .plan-table table tr td>a.free.is_hidden {
    display: none;
}

#lp-2021 .plan-table table tr td>a.yearly {
    background-color: #539785;
    color: #FFF;
}

#lp-2021 .plan-table table tr td>a:hover, #lp-2021 .plan-table table tr td>a:visited, #lp-2021 .plan-table table tr td>a:focus {
    text-decoration: none;
}

#lp-2021 .plan-table table tr td>a:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 768px) {}

@media screen and (max-width: 768px) {
    #lp-2021 a.button-register {
        font-size: 18px;
        line-height: 58px;
    }
}

@media screen and (min-width: 769px) {
    #lp-2021 a.button-register:hover {
        text-decoration: none;
        opacity: 0.7;
        transition: 0.5s all;
        -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
    }
}

@media screen and (min-width: 769px) {
    #lp-2021 a.button-register.small:hover {
        background-color: #ffc332;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        opacity: 0.7;
    }
}

@media screen and (min-width: 769px) {
    #lp-2021 a.button-register.white:hover {
        text-decoration: none;
        opacity: 0.7;
        transition: 0.5s all;
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
    }

    #lp-2021 a.button-register.gold:hover {
        color: #CB3B4C;
        background-color: #DEB86C;
    }
}

@media screen and (min-width: 769px) {
    #lp-2021 a.button-register.pink:hover {
        text-decoration: none;
        background-color: #F777A6;
        -webkit-box-shadow: 0px 4px 50px #d2544e;
        box-shadow: 0px 4px 50px #d2544e;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .heading-lv2 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .heading-lv3 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .only-pc {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .only-sp {
        display: block;
    }
}

@media (min-width: 1265px) {
    #lp-2021 .first-view {
        margin-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view {
        display: block;
        height: auto;
        padding: 48px 0 440px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view:before {
        display: none;
        background-image: url("/wp-content/themes/courrier/css/images/lp/rollup_lp/first-view/bg-first-view-sp.svg");
        width: 600px;
        height: 402px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view .heading {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view .heading .logo {
        width: 243px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view .heading .text {
        margin-top: 25px;
        font-size: 26px;
        line-height: 38px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view .description {
        margin-top: 21px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view .buttons {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view .buttons li+li {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view .button-register {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view a.button-registered {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view .articles {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        height: 420px;
        top: 437px;
        right: initial;
        left: 0;
    }

    #lp-2021 .first-view .articles.campaign-invisible:before {
        background: linear-gradient(#FCF2F7 0%, rgba(252, 242, 247, 0) 100%);
    }

    #lp-2021 .first-view .articles:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: -webkit-gradient(linear, left top, left bottom, from(#539785), to(rgba(58, 172, 201, 0)));
        background: linear-gradient(#539785 0%, rgba(58, 172, 201, 0) 100%);
    }

    #lp-2021 .first-view.newyear-campaign .articles {
        top: 400px;
    }

    #lp-2021 .first-view.newyear-campaign .articles.campaign-invisible:before {
        background: linear-gradient(#CB3B4C 0%, rgba(203, 59, 76, 0) 100%);
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view .articles .list-article-card {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        padding: 0 10px;
        grid-gap: 19px;
        padding-bottom: 19px;
        -webkit-animation-duration: 30s;
        animation-duration: 30s;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view .articles .list-article-card:nth-child(2) {
        -webkit-animation-duration: 30s;
        animation-duration: 30s;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view .articles .list-article-card:nth-child(3) {
        -webkit-animation-duration: 30s;
        animation-duration: 30s;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view .articles .card {
        height: auto;
        min-height: 149px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .first-view .articles .card img {
        width: auto;
        height: auto;
    }
}

@-webkit-keyframes rollArticles1 {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes rollArticles1 {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes rollArticles2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
    }
}

@keyframes rollArticles2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%);
    }
}

@-webkit-keyframes rollArticles3 {
    0% {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes rollArticles3 {
    0% {
        -webkit-transform: translateY(200%);
        transform: translateY(200%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .media-logos {
        padding: 0px;
    }

    #lp-2021 .media-logos .pc-image {
        display: none;
    }

    #lp-2021 .media-logos .sp-image {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .benefits {
        padding: 62px 0 0;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .benefits .container {
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .benefits .column {
        margin-top: 200px;
        display: block;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    #lp-2021 .benefits .column.type-1 .image {
        margin-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .benefits .column.type-1 .image {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .benefits .column.type-1 .text {
        padding: 36px 30px 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    #lp-2021 .benefits .column.type-2 .image {
        margin-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .benefits .column.type-2 .image {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .benefits .column.type-2 .text {
        padding: 36px 30px 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    #lp-2021 .benefits .text {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .benefits .text {
        width: 100%;
        padding: 36px 30px 0;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .benefits .image {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .benefits .description {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .benefits .column.visible .image, #lp-2021 .benefits .column.invisible .image {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .plans {
        padding: 60px 30px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .plans .list-plans {
        grid-template-columns: 1fr;
        grid-gap: 32px;
        margin-top: 34px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .plans .list-plans .item {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        min-height: auto;
        padding: 30px 15px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .plans .list-plans .item.recommended {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .plans .list-plans .include-tax+.button-register {
        margin-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .plans .list-plans.visible .item:nth-child(2), #lp-2021 .plans .list-plans.invisible .item:nth-child(2) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .plans .list-plans.visible .item:nth-child(3), #lp-2021 .plans .list-plans.invisible .item:nth-child(3) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .register .column {
        padding: 70px 30px;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .register .column:before {
        background-image: url("/wp-content/themes/courrier/css/images/lp/rollup_lp/register/bg-register-sp.svg");
        top: initial;
        right: initial;
        bottom: 16px;
        right: -97px;
        width: 271px;
        height: 182px;
        right: -97px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .register .heading-register {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .register .description {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .register .button-register {
        margin: 34px auto 0;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles {
        padding-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .list-article-card {
        margin-top: 34px;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}

@media screen and (min-width: 769px) {
    #lp-2021 .world-articles .card a {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    #lp-2021 .world-articles .card a:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .modal .overlay {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .modal .container {
        padding: 60px 0 22px;
        border-radius: 0;
    }
}

@media screen and (min-width: 769px) {
    #lp-2021 .world-articles .modal .button-icon-close img:last-child {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .modal .button-icon-close {
        right: 12px;
    }

    #lp-2021 .world-articles .modal .button-icon-close img:first-child {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    #lp-2021 .world-articles .modal .button-modal-register {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    #lp-2021 .world-articles .modal .button-modal-register:hover {
        text-decoration: none;
        background-color: #539785;
        -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .modal .button-modal-register {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .article-wrap {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .article-subtitle {
        margin: 10px 0 0 0;
        font-size: 12px;
        line-height: 18px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .article-title {
        margin: 10px 0 0 0;
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .article-image .caption {
        font-size: 12px;
        padding: 0 25px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .article-media-link {
        margin-top: 34px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .article-media-icon {
        width: 30px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .article-text-by {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .article-read {
        margin-top: 34px;
        padding-bottom: 34px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .article-body-title {
        margin-top: 34px;
        font-size: 18px;
        line-height: 27px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .world-articles .article-body p {
        margin-top: 24px;
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .original-articles {
        padding-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .original-articles .articles {
        width: calc(220px * 5 + 12px * 4);
        height: calc(124px * 2 + 12px);
        margin-top: 34px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .original-articles .list-thumbnail {
        grid-template-columns: 220px 220px 220px 220px 220px;
        grid-template-rows: 124px 124px;
        grid-gap: 12px;
        padding-left: 12px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .original-articles .list-thumbnail:nth-child(2) {
        -webkit-animation-duration: 60s;
        animation-duration: 60s;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .original-articles .list-thumbnail:nth-child(3) {
        -webkit-animation-duration: 60s;
        animation-duration: 60s;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .original-articles .list-thumbnail .thumbnail {
        width: 220px;
        height: 124px;
    }
}

@-webkit-keyframes rollHorizontalArticles1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes rollHorizontalArticles1 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes rollHorizontalArticles2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}

@keyframes rollHorizontalArticles2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}

@-webkit-keyframes rollHorizontalArticles3 {
    0% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes rollHorizontalArticles3 {
    0% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .faq {
        padding: 60px 13px 0;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .faq .list-faq {
        margin-top: 34px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .faq .faq-item:before, #lp-2021 .faq .faq-item:after {
        top: 26px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .faq .faq-item .title {
        font-size: 16px;
        line-height: 24px;
        padding: 16px 60px 16px 45px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .faq .faq-item .title:before {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .faq .faq-item .description {
        padding: 2px 16px 16px 16px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 .conversion-area {
        padding-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 #faq.faq {
        padding: 0 13px 0;
    }
}

@media screen and (max-width: 768px) {
    #lp-2021 #faq.faq .list-faq {
        margin-top: 0;
    }
}

input.copy-target {
    border: unset;
    text-align: center;
    background-color: #FCF2F7;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    user-select: none;
    cursor: pointer;
    font-weight: 700;
    width: 100%;
}

input.copy-target:focus, input.copy-target:focus-visible, input.copy-target:hover {
    border: unset;
    text-decoration: none;
    outline: none;
}

button.copy-btn {
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    background-color: #FCF2F7;
    border: none;
    margin-top: 13px;
}

button.copy-btn+p {
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #D4D4D4;
}