@charset "UTF-8";
:root {
    --main-color: #E4AD42;
    --white-color: #FFF;
    --accent-color: #0096FA;
    --text-color1: #352929;
    --text-color2: #231815;
    --text-color3: #494343;
    --button-color1: #C78E20;
    --button-color2: #3D3D3D;
    --page-color1: #7D522A;
    --page-color2: #D5AD45;
    --page-color3: #222;
}

.campaignEnd {
    background-color: #C69638;
}

.campaignEnd__text {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.mainContent {
    min-width: 1240px;
    text-align: center;
    color: var(--text-color1);
    background-image: url(https://panda.dmm.com/dmmcard/page/campaign/2025dmm-jcb-card-pixivcollab/pc/bg_contents.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100% auto;
    line-height: 1;
    font-size: 16px;
    font-family: 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.link__text {
    color: #0C67B1;
}

.link__text:hover {
    text-decoration: none;
}

.attention__text {
    color: #ff3d00 !important;
    font-weight: bold;
}

.important__text {
    color: var(--accent-color);
}

.btnArea {
    margin: 0 auto;
}

.btnArea__link {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 22px 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 32px;
    transition: all .2s ease;
    color: var(--white-color);
    background-color: var(--button-color1);
    border-radius: 40px;
    border: var(--button-color2) 2px solid;
    font-weight: 700;
    width: 510px;
}

.btnArea__link::after {
    content: '';
    position: absolute;
    bottom: 40%;
    right: 32px;
    width: 16px;
    height: 16px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
}

.btnArea__link:hover {
    opacity: 0.7;
}

.btnArea__link.-line {
    box-shadow: 0 4px 0 var(--button-color2);
}

.btnArea__link__image a {
    display: inline-block;
}

.btnArea__link__image:hover {
    opacity: 0.7;
}

.section__title {
    position: relative;
    margin: 0 auto 48px;
    color: var(--text-color2);
    font-size: 56px;
    line-height: 1.2;
}

.headArea {
    min-width: 1240px;
}

.headArea__wrapper {
    min-width: 1240px;
    background-image: url(https://panda.dmm.com/dmmcard/page/campaign/2025dmm-jcb-card-pixivcollab/pc/bg_mv.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000;
    background-size: cover;
}

.headArea__box {
    min-width: 1240px;
}

.headArea__title {
    min-width: 1240px;
}

.headArea__title img {
    width: 1240px;
}

@media (max-width: 1024px) {
    .headArea__title {
        padding-top: 34px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .headArea__title {
        padding-top: 33px;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
    .headArea__title {
        padding-top: 34px;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1920px) {
    .headArea__title {
        padding-top: 36px;
    }
}

@media screen and (min-width: 1921px) {
    .headArea__title {
        padding-top: 2%;
    }
}

.headArea__image {
    display: block;
    margin: 0 auto;
}

.headArea .btnArea {
    margin-top: 18px;
}

.headArea .btnArea__link__image img {
    width: 574px;
}

.headArea__text {
    margin: 28px auto 20px;
}

.headArea__text img {
    width: 815px;
}

.headArea__noteText {
    padding-bottom: 24px;
    color: var(--white-color);
    font-size: 14px;
}

.headArea__noteText .link__text {
    color: var(--main-color);
}

.headArea__noteText:first-of-type {
    margin-top: 30px;
}

@media screen and (min-width: 2000px) {
    .headArea__wrapper {
        background-size: 100%;
    }
}

.cpNavArea {
    min-width: 1240px;
    background-color: var(--main-color);
}

.cpNavArea__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}

.cpNavArea .cpMenuArea {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cpNavArea .cpMenuArea__list {
    list-style: none;
}

.cpNavArea .cpMenuArea__link {
    position: relative;
    display: table-cell;
    width: 220px;
    height: 30px;
    padding-bottom: 20px;
    vertical-align: middle;
    line-height: 1.3;
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.cpNavArea .cpMenuArea__link::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
}

.cpNavArea .cpMenuArea__link:hover {
    color: var(--white-color);
}

.cpNavArea .cpMenuArea__link:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
}

.aboutcpArea {
    min-width: 1240px;
}

.aboutcpArea__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}

.aboutcpArea__item {
    width: 1050px;
    list-style: none;
    margin: 0 auto 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: var(--white-color);
}

.aboutcpArea__title {
    margin-bottom: 38px;
}

.aboutcpArea__content img {
    margin-bottom: 32px;
}

.aboutcpArea__table img {
    width: 925px;
    margin-bottom: 8px;
}

.aboutcpArea__note {
    padding: 0 50px;
    line-height: 1.6;
    text-align: left;
    color: var(--text-color3);
    font-size: 15px;
}

.aboutcpArea__noteWrapper {
    padding-bottom: 40px;
}

.aboutcpArea__line {
    display: flex;
    align-items: center;
    padding: 0 50px;
    font-size: 32px;
    font-weight: bold;
    color: var(--main-color);
    margin: 32px auto;
}

.aboutcpArea__line:before, .aboutcpArea__line:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: var(--main-color);
}

.aboutcpArea__line:before {
    margin-right: 1rem;
}

.aboutcpArea__line:after {
    margin-left: 1rem;
}

.joincpArea {
    min-width: 1240px;
    background-image: url(https://panda.dmm.com/dmmcard/page/campaign/2025dmm-jcb-card-pixivcollab/pc/bg_area.jpg);
    background-size: 100% auto;
    background-position: top;
}

.joincpArea__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}

.joincpArea__item {
    margin: 0 auto 32px;
}

.joincpArea__note {
    width: 850px;
    margin: 0 auto;
    padding-bottom: 8px;
    line-height: 1.4;
    text-align: left;
    color: var(--text-color3);
    font-size: 15px;
}

.joincpArea__note:first-child {
    margin-bottom: 20px;
}

.cardDesignArea {
    min-width: 1240px;
}

.cardDesignArea__text {
    background-color: #f5f1e7;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.cardDesignArea__toggle {
    position: relative;
    display: block;
    width: 100%;
    appearance: none;
    border: none;
    background-color: transparent;
    padding: 34px 0 34px 80px;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
    border-top: 1px solid var(--button-color2);
    font-weight: bold;
}

.cardDesignArea__toggle::before, .cardDesignArea__toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 38px;
    display: block;
    background-color: #000;
    width: 20px;
    height: 2px;
    transform: translateY(-50%);
    transition: .3s;
}

.cardDesignArea__toggle::after {
    margin-left: -1px;
    margin-top: -1px;
    transform: rotate(90deg) translateY(-50%);
}

.cardDesignArea__toggle.is-open::after {
    margin-left: 0;
    margin-top: 0;
    transform: rotate(0deg) translateY(-50%);
}

.cardDesignArea__inner {
    width: 1100px;
    margin: 0 auto;
    padding-top: 80px;
    background-color: var(--white-color);
    margin-bottom: 80px;
    border-bottom: 1px solid var(--button-color2);
}

.cardDesignArea .cardDesign {
    display: flex;
    margin: 6px auto 0;
    padding: 0 48px 40px;
    background-color: #fff;
    box-sizing: border-box;
}

.cardDesignArea .cardDesign:first-of-type {
    margin-top: 0;
}

.cardDesignArea .cardDesign__visual {
    display: flex;
    gap: 50px;
    width: 100%;
}

.cardDesignArea .cardDesign__detail {
    text-align: center;
    margin-top: 24px;
}

.cardDesignArea .cardDesign__detail .btn__primary {
    position: relative;
    display: inline-block;
    min-width: 280px;
    padding: 16px;
    background-color: var(--button-color1);
    border-radius: 80px;
    box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
    border: 2px solid var(--button-color1);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: .3s;
}

.cardDesignArea .cardDesign__detail .btn__primary::before, .cardDesignArea .cardDesign__detail .btn__primary::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 8px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: .3s;
}

.cardDesignArea .cardDesign__detail .btn__primary::before {
    margin-top: -3px;
}

.cardDesignArea .cardDesign__detail .btn__primary::after {
    transform: rotate(135deg) translateY(-50%);
}

.cardDesignArea .cardDesign__detail .btn__primary:hover {
    background-color: #fff;
    color: var(--button-color1);
}

.cardDesignArea .cardDesign__detail .btn__primary:hover::before, .cardDesignArea .cardDesign__detail .btn__primary:hover::after {
    background-color: var(--button-color1);
}

.cardDesignArea .cardDesign__detail .btn__primary.is-disabled {
    background-color: #a1a1a1;
    border-color: #a1a1a1;
    color: #fff;
    pointer-events: none;
}

.cardDesignArea .cardDesign__detail .btn__primary.is-disabled::before, .cardDesignArea .cardDesign__detail .btn__primary.is-disabled::after {
    content: none;
}

.cardDesignArea .cardDesign__imageWrapper {
    position: relative;
}

.cardDesignArea .cardDesign__imageWrapper img {
    width: 400px;
}

.cardDesignArea .cardDesign__image {
    vertical-align: bottom;
}

.cardDesignArea .cardDesign__frontImage {
    position: relative;
    width: 100%;
    min-width: 400px;
    z-index: 10;
    transition: .3s;
    transform: translateY(0);
    backface-visibility: hidden;
}

.cardDesignArea .cardDesign__frontImage.is-disabled {
    transform: rotateY(180deg);
    z-index: 0;
}

.cardDesignArea .cardDesign__backImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 400px;
    z-index: 1;
    transition: .3s;
    transform: rotateY(180deg);
    backface-visibility: hidden;
}

.cardDesignArea .cardDesign__backImage.is-forward {
    z-index: 5;
}

.cardDesignArea .cardDesign__backImage.is-active {
    transform: translateY(0);
}

.cardDesignArea .cardDesign__box {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.cardDesignArea .cardDesign__copyright {
    margin-top: -1em;
    font-size: 11px;
    color: #888;
}

.cardDesignArea .cardDesign__label {
    color: #717171;
    font-size: 12px;
    font-weight: 500;
}

.cardDesignArea .cardDesign__title {
    margin-top: 2px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.cardDesignArea .cardDesign__type {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    text-align: left;
}

.cardDesignArea .cardDesign__text {
    display: none;
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
}

.cardDesignArea .cardDesign__text.is-active {
    display: block;
}

.cardDesignArea .cardDesign__thumbnailList {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 24px;
}

.cardDesignArea .cardDesign__thumbnailList__item {
    width: calc(100% / 4 - 8px * 2 / 4);
    list-style-type: none;
    cursor: pointer;
    transition: .3s;
}

.cardDesignArea .cardDesign__thumbnailList__item:hover {
    opacity: 0.7;
}

.cardDesignArea .cardDesign__thumbnailList__item.is-active {
    opacity: 0.3;
    pointer-events: none;
}

.cardDesignArea .cardDesign__thumbnailList__image {
    width: 100%;
    vertical-align: bottom;
}

.cardDesignArea .cardDesign__caption {
    width: 260px;
    margin: 0 auto 18px;
    padding: 6px 28px;
    border: 2px solid #ff3d00;
    color: #ff3d00;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
    box-sizing: border-box;
}

.cardDesignArea .cardDesign__period {
    margin-top: 18px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.cardDesignArea .cardDesign__notice {
    margin-top: 18px;
    list-style-type: none;
}

.cardDesignArea .cardDesign__notice__item {
    margin-top: 0.2em;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    line-height: 1.6;
}

.cardDesignArea .cardDesign .btn__primary {
    width: 280px;
    margin: 0 auto;
    cursor: pointer;
}

.cardDesignArea .tabArea {
    display: flex;
    margin-top: 14px;
}

.cardDesignArea .tabArea__btn {
    width: 72px;
    padding: 5px 0;
    list-style: none;
    color: #252C36;
    background-color: #fff;
    border: 1px solid #252C36;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.cardDesignArea .tabArea__btn.-front {
    border-radius: 3px 0 0 3px;
}

.cardDesignArea .tabArea__btn.-back {
    border-radius: 0 3px 3px 0;
}

.cardDesignArea .tabArea__btn:last-of-type {
    margin-left: -4px;
}

.cardDesignArea .tabArea__btn.is-active {
    color: #fff;
    background-color: #252C36;
    cursor: default;
}

.cardDesignArea .tabArea__btn.is-active:hover {
    opacity: 1;
}

.cardDesignArea__note {
    margin: 40px 0 0;
    text-align: center;
    font-size: 13px;
    color: #888;
}

.featureArea {
    min-width: 1240px;
}

.featureArea__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}

.featureArea__list {
    display: flex;
    justify-content: center;
    margin: 48px auto 60px;
    list-style: none;
}

.featureArea__item {
    margin: 0 30px;
}

.featureArea__txt {
    margin-top: 15px;
    line-height: 1.4;
    font-size: 18px;
}

.featureArea__txt .-hightlight {
    font-size: 22px;
    font-weight: 500;
}

.featureArea .btnArea {
    width: 580px;
}

.featureArea .btnArea__link {
    font-size: 24px;
}

#detailArea {
    padding-top: 80px;
}

.detailArea {
    min-width: 1240px;
    background-image: url(https://panda.dmm.com/dmmcard/page/campaign/2025dmm-jcb-card-pixivcollab/pc/bg_area.jpg);
    background-size: auto 100%;
    background-position: top;
}

.detailArea__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0 0 80px;
}

.detailArea__box {
    padding: 30px 0 80px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.detailArea .aboutCampaign {
    margin: 50px auto 0;
}

.detailArea .aboutCampaign__inner {
    width: 940px;
    margin: 0 auto;
    text-align: left;
}

.detailArea .aboutCampaign__title {
    margin-bottom: 14px;
    color: #323232;
    font-size: 22px;
    font-weight: 700;
}

.detailArea .aboutCampaign__subTitle {
    margin: 36px 0 4px;
    font-size: 18px;
}

.detailArea .aboutCampaign__list {
    margin-left: 20px;
    line-height: 1.5;
}

.detailArea .aboutCampaignSub__list {
    margin: 6px 0 0 14px;
    line-height: 1.5;
    list-style: disc;
}

.detailArea .aboutCampaign__text {
    padding-top: 12px;
    font-size: 18px;
}

.detailArea .aboutCampaignSub___text {
    padding-top: 4px;
}

.detailArea .aboutCampaign .-style {
    list-style: none;
}

.detailArea .aboutCampaign__link {
    color: #2b67ff;
}

.detailArea .aboutCampaign__link:hover {
    text-decoration: none;
}

.detailArea .aboutCampaign__note {
    padding-top: 6px;
    color: #a2a2a2;
    font-size: 15px;
}

.detailArea .aboutCampaign .-strong {
    color: #e72121;
}

.detailArea .aboutCampaign .conditions__list {
    margin: 6px 0 0 14px;
    line-height: 1.5;
    list-style: none;
}

.detailArea .aboutCampaign .conditions__text {
    padding-top: 4px;
    color: var(--text-color1);
}

.detailArea .aboutCampaign .conditions__note {
    padding-top: 2px;
    color: var(--text-color3);
    font-size: 15px;
    list-style: none;
}

.detailArea .aboutCampaign .conditions__note.text-mg {
    margin-bottom: 20px;
}

.detailArea .aboutCampaign .conditionsSub__list {
    margin: 4px 0 0 24px;
    line-height: 1.5;
    list-style: none;
}

.detailArea .aboutCampaign .table__list {
    max-width: 790px;
    margin: 10px 0 15px;
    list-style: none;
    width: 100%;
}

.detailArea .aboutCampaign .table__list th {
    padding: 12px 20px;
    width: 200px;
    background-color: #e3e3e3;
    border: 1px solid #c6c6c6;
    font-size: 16px;
    font-weight: normal;
    box-sizing: border-box;
}

.detailArea .aboutCampaign .table__list td {
    width: calc(100% - 200px);
    padding: 12px 20px;
    background-color: #FFFFFF;
    border: 1px solid #c6c6c6;
    font-size: 16px;
    line-height: 1.4;
}

.detailArea .aboutCampaign .table__list td .table__note {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
}

.detailArea .aboutCampaign .table__list td dt {
    padding-top: 8px;
}

.detailArea .aboutCampaign .table__list td dt:first-of-type {
    padding-top: 0;
}

.detailArea .aboutCampaign .table__list td .table__supplementary {
    margin-top: 20px;
}

.detailArea .aboutCampaign .table__list td .table__supplementary li {
    list-style: disc;
    margin-left: 16px;
}

.detailArea .aboutCampaign .table__list td p {
    display: block;
    margin-top: 10px;
}

.detailArea .cautionArea {
    margin: 50px auto 0;
}

.detailArea .cautionArea__inner {
    width: 940px;
    margin: 0 auto;
    text-align: left;
}

.detailArea .cautionArea__title {
    margin-bottom: 14px;
    color: var(--text-color1);
    font-size: 22px;
    font-weight: 700;
}

.detailArea .cautionArea__list {
    margin-left: 20px;
    line-height: 1.5;
}

.detailArea .cautionArea__text {
    padding-top: 12px;
    font-size: 18px;
}

.detailArea .cautionArea__note {
    padding-top: 6px;
    color: #a2a2a2;
    font-size: 15px;
}

.detailArea .cautionArea .conditions__list {
    margin: 6px 0 0 24px;
    line-height: 1.5;
    list-style: none;
}

.detailArea .cautionArea .conditions__text {
    padding-top: 4px;
}

.detailArea .cautionArea .conditions__note {
    padding-top: 2px;
    color: #7a7a7a;
    font-size: 15px;
}

.detailArea .cautionArea .conditionsSub__list {
    margin: 4px 0 0 24px;
    line-height: 1.5;
    list-style: none;
}

.flowArea {
    min-width: 1240px;
    background-image: url(https://panda.dmm.com/dmmcard/page/campaign/2025dmm-jcb-card-pixivcollab/pc/bg_area.jpg);
    background-size: 100%;
    background-position: top;
}

.flowArea__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}

.flowArea .section__title {
    font-size: 62px;
}

.flowArea .cardArea {
    min-width: 1100px;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.flowArea .cardArea__list {
    display: flex;
    flex-direction: column;
    width: 263px;
    margin-right: 10px;
    padding: 35px 0;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    list-style: none;
}

.flowArea .cardArea__list:last-of-type {
    margin-right: 0;
}

.flowArea .cardArea__number {
    padding-bottom: 16px;
    color: #435fca;
    font-size: 32px;
    font-weight: 700;
}

.flowArea .cardArea__ico {
    display: block;
    width: 65px;
    margin: 0 auto;
}

.flowArea .cardArea__title {
    margin: 10px auto 0;
    padding: 15px 40px 0;
    text-align: center;
    font-family: 'Roboto', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.flowArea .cardArea__text {
    padding: 16px 27px 0;
    line-height: 1.5;
    text-align: left;
    font-size: 16px;
}

.flowArea__note {
    margin: 10px auto 0 10px;
    text-align: left;
    font-size: 15px;
}

.flowArea__note:first-of-type {
    margin-top: 30px;
}

.flowArea .btnArea {
    margin-top: 50px;
}

.flowArea .btnArea__link {
    width: 580px;
}

.contactArea {
    min-width: 1240px;
    background-color: #d9d9d9;
}

.contactArea__inner {
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
}

.contactArea__text {
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: 500;
}

.contactArea .btnArea__link {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 310px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 22px;
    transition: all .2s ease;
    color: var(--button-color2);
    background-color: #fff;
    box-shadow: 0 5px 0 var(--button-color2);
    font-weight: 600;
}

.contactArea .btnArea__link::after {
    content: '';
    position: absolute;
    bottom: 43%;
    right: 24px;
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--button-color2);
    border-right: 3px solid var(--button-color2);
    transform: rotate(45deg);
}

.trackingArea {
    min-width: 1240px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 132px;
    background-color: rgba(11, 24, 30, 0.8);
    z-index: 100;
    /*js用_非表示にする*/
    opacity: 0;
    visibility: hidden;
}

.trackingArea .btnArea {
    display: flex;
    justify-content: center;
    padding-top: 24px;
}

.trackingArea .btnArea__link__image {
    width: 600px;
}

.trackingArea .btnArea__link__image img {
    width: 600px;
}

.trackingArea .btnArea__top {
    display: block;
    position: absolute;
    right: 50px;
}

.trackingArea .btnArea__top:hover {
    opacity: 0.7;
}

.trackingArea .btnArea__img {
    width: 90%;
}

.active {
    opacity: 1;
    visibility: visible;
}
