@charset "utf-8";

#event {
    overflow-y: auto;
    scroll-behavior: smooth;
}


/*調整*/
.nav.m_cl,
.category{
    display: none;
}
#event .top{
    margin-bottom: 0;
}
.top_image{
    margin-bottom: 0;
}
.camp_note h2,
.camp_form h2{
    background: #272727;
    margin-top: 30px;
    padding: 15px;
}

/*キャンペーン*/
.wrap {
    background-color: #ff0033;
    background: url(https://couples.jp/article/event/2026/camp/07_paypay_point/img/bg.png) repeat-y;
}
.main_title {
    background-color: #272727;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    font-size: 2.6rem;
    font-weight: bold;
}
.navArea {
    padding: 30px 80px 0px 80px;
}
.nav-list {}
.nav-listItem:not(:last-child) {
    margin-bottom: 15px;
}
.nav-link {
    display: block;
    background-color: #ffffff;
    padding: 15px 50px 15px 20px;
    border-radius: 8px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #2990df;
    background: url("https://couples.jp/article/event/2026/camp/07_paypay_point/img/icon_arrow.svg") no-repeat right 25px center,#fff;
    background-size: 14px;
}
.nav-link:hover{
    opacity: 1;
}
.campDetailArea {
    padding: 40px 80px 60px 80px;
}
.camp-list {}
.camp-listItem {
    background: #ffffff;
}
.camp-listItem:not(:last-child) {
    margin-bottom: 30px;
}
.camp-wrap {}
.camp-title {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    align-content: center;
}
.camp-titleNumber {
    background: #272727;
    color: #ffffff;
    padding: 10px;
    width: 30px;
    text-align: center;
    font-size: 2rem;
}
.camp-titleText {
    padding: 10px 20px;
    background: #fefe84;
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
}
.camp-detail {
    padding: 25px;
}
.camp-point {
    display: flex;
    gap: 15px;
    /* margin-bottom: 15px; */
    width: 100%;
    /* align-content: center; */
    align-items: center;
}
.camp-pointIcon {
    width: 80px;
    flex-shrink: 0;
}

.camp-pointIcon__img {
    width: 100%;
    height: auto;
}

.camp-pointText {
    font-weight: bold;
    font-size: 2.4rem;
    flex: 1;
    min-width: 0;
}
.camp-pointText__get {
    line-height: 1.3;
}
.camp-pointText__getPoint {
    color: #ff0033;
    font-size: 3.6rem;
    display: inline-block;
    padding-right: 5px;
}
.camp-pointText__number {
    line-height: 1.3;
}
.camp-pointText__numberHit {
    color: #ff0033;
}
.camp-labelList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    font-weight: bold;
    font-size: 1.3rem;
    margin-top: 15px;
}
.camp-labelListItem {
    padding: 4px 9px;
    background: #fefe84;
}
.camp-requirements {
    margin-top: 10px;
}
.camp-noteList {
    margin-top: 10px;
}
.camp-noteListItem {
    font-size: 1.3rem;
    padding-left: 1rem;
    text-indent: -1rem;
    line-height: 1.3;
}
.camp-btnArea {
    margin-top: 16px;
    text-align: center;
}
.camp-btn {
    display: inline-block;
    width: 50%;
    padding: 14px;
    background: #2990df;
    color: #ffffff;
    border-radius: 50px;
    font-size: 1.8rem;
}
.camp-btn:hover{
    color: #ffffff;
}
.camp-btnIcon {
    padding-right: 30px;
    background: url("https://couples.jp/article/event/2026/camp/07_paypay_point/img/icon_arrow-w.svg") no-repeat right 8px center;
    background-size: 12px;
}
.camp-btn--x {
    background: #272727;
}
.camp-btn--x .camp-btnIcon {
    padding-right: 25px;
    background: url("https://couples.jp/article/event/2026/camp/07_paypay_point/img/icon_arrow_right.svg") no-repeat right 8px center;
    background-size: 6px;
}
.camp-btn--point {
    background: #00bba8;
}
.camp-btn--point .camp-btnIcon {
    padding-right: 25px;
    background: url("https://couples.jp/article/event/2026/camp/07_paypay_point/img/icon_arrow_right.svg") no-repeat right 8px center;
    background-size: 6px;
}