.header-pickupword {
    display: none;
}

.header-main {
    border-bottom: none;
}

.top-bnr {
    display: flex;
    justify-content: center;
    margin-top: 200px;
}

.top-bnr img {
    width: 100%;
}

.top-inner {
    max-width: 1310px;
    width: auto;
    margin: 0 auto;
}

.campaign-text {
    text-align: center;
    margin: 2em 0;
}

.campaign-text h2.campaign-ended {
    color: #E62D36;
    font-weight: bold;
    margin-top: 80px;
    font-size: 30px;
}

.campaign-text h1 {
    font-size: 36px;
    margin-top: 80px;
    letter-spacing: 3.6px;
    font-weight: 900;
    text-underline-offset: -0.05em;
    text-decoration-skip-ink: none;
}

.is-red {
    color: #E62D36;
    font-size: 40px;
}

.campaign-text .campaign-info {
    margin-top: 55px;
    line-height: 32px;
    letter-spacing: 1.6px;
}

.campaign-auth {
    display: flex;
    max-width: 688px;
    justify-content: space-between;
    margin: auto;
    margin-top: 48px;
}

.campaign-auth-register a {
    display: block;
}

a.campaign-auth-link {
    color: #2996CC;
    text-decoration: underline;
    font-weight: bold;
}

a.campaign-auth-link:hover {
    text-decoration: none;
}

.campaign-auth-title {
    font-weight: bold;
}

.campaign-auth-box {
    width: calc(50% - 24px);
    text-align: center;
}

.campaign-auth-box p {
    text-align: center;
    width: 100%;
}

.campaign-auth-box a.campaign-auth-login-btn,
.campaign-auth-box a.campaign-auth-register-btn {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    margin: 16px auto 0;
}

.campaign-detail {
    max-width: 880px;
    margin: 80px auto 0;
}

.campaign-detail-title {
    font-size: 18px;
    font-weight: bold;
    background-color: #F6D615;
    border-radius: 4px 4px 0 0;
    padding: 15px 0;
}

.campaign-detail-row {
    text-align: left;
    display: flex;
    margin-top: 32px;
}

.campaign-detail-list {
    border: solid 1px #D9D9D9;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 48px 40px;
    line-height: 28px;
    /* 175% */
    letter-spacing: 0.8px;
}

.campaign-detail-list-disc {
    margin-left: 16px;
}

.campaign-detail-row:first-of-type {
    margin-top: 0;
}

.campaign-detail-term {
    margin-right: 32px;
    text-wrap: nowrap;
    font-weight: bold;
}

.campaign-detail-list-disc {
    list-style: disc;
}

.campaign-detail-list-disc li {
    margin-top: 5px;
}

.campaign-category {
    margin: 80px auto 0;
    text-align: center;
}

.campaign-category-list {
    display: flex;
    justify-content: space-between;
    max-width: 728px;
    margin: 48px auto;
}

.campaign-category-item {
    width: calc((100% - 120px) / 4);
    max-width: 152px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.campaign-category-thumb {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #F2F2F2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign-category-thumb img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.campaign-category-item:nth-of-type(3) .campaign-category-thumb img {
    width: 60%;
    height: 60%;
}

.campaign-category-name {
    font-size: 14px;
    color: #333;
    margin-top: 8px;
}

.campaign-category-name {
    font-weight: 400;
    margin-top: 16px;
}

.campaign-item-all, .campaign-item-all {
    max-width: 1310px;
    width: auto;
    margin: 80px auto 0;
}

.count-down {
    background-color: #FAF0F2;
    padding: 3em 0 2.5em;
    color: #DB0A17;
    text-align: center;
    font-weight: bold;
    margin: 1em 0;
}

.count-down div {
    font-size: 1.5em;
    margin: 1em 0;
    letter-spacing: 1px;
}

.count-down-title {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5px;
}

.count-down-title::before,
.count-down-title::after {
    content: '';
    width: 180px;
    height: 2px;
    background-color: #ED293E;
}

.count-down-title::before {
    margin-right: 20px;
}

.count-down-title::after {
    margin-left: 20px;
}

.item-small .item-image-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.item-small .item-image-wrapper img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: auto;
}

.item-list {
    display: flex;
    flex-wrap: wrap;
    margin: 2em 0 3em 30px;
    gap: 10px;
    justify-content: flex-start;
}

.item-list li {
    height: fit-content;
    width: calc(100% / 6 - 15px);
    border: #CCCCCC solid 1px;
    border-radius: 10px;
}

.item-title {
    text-align: left;
    padding: 20px 15px;
}

.ttl {
    font-weight: bold;
}

.item-point {
    display: flex;
    align-items: center;
    color: #E62D36;
}

.icon_point {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.icon_point img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.point-text {
    margin-left: 3px;
    color: #a6a5a5;
    font-weight: bold;
}

.disp-tax-in {
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
    display: block;
}

#days,
#hours,
#minutes {
    border: solid 1px #ED293E;
    background-color: #FFFFFF;
    padding: 0 0.2em;
    font-size: 2em;
    margin: 0 0.1em;
    width: 1.3em;
    display: inline-block;
}

.campaign-item-all,
.site-info {
    margin-bottom: 2em;
    text-align: center;
}

.site-info {
    margin: 80px auto 120px;
    padding-top: 80px;
    border-top: solid 1px #CCCCCC;
    max-width: 1310px;
    line-height: 32px;
    letter-spacing: 1.6px;
}

.campaign-item-all h2,
.campaign-item-category-area h2,
.campaign-category-title,
.site-info h2 {
    font-size: 18px;
    padding-top: 1em;
    font-weight: bold;
}

.campaign-item-all small {
    font-size: 1em;
    display: inline-block;
    margin: 0 auto 1.5em;
}

a.more-btn,
a.campaign-auth-login-btn,
a.campaign-auth-register-btn {
    display: inline-block;
    background-color: #1f2937;
    color: #FFFFFF;
    text-align: center;
    border-radius: 25px;
    font-weight: bold;
    height: 48px;
    line-height: 46px;
}

a.more-btn {
    width: 320px;
    box-sizing: border-box;
}

a.campaign-auth-login-btn {
    background-color: #ED293E;
}

a.campaign-auth-register-btn,
a.more-btn {
    color: #ED293E;
    background-color: #fff;
    border: solid 2px #ED293E;
}

.campaign-item-category-area {
    background-color: #F2F2F2;
    padding: 1em 0 3em;
    text-align: center;
}

.campaign-item-category {
    margin-top: 1.5em;
}

.campaign-item-category img {
    border: solid 2px white;
}

.category-title {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    border-top: solid 2px #333333;
    width: 100%;
    padding: 0.8em 0;
    border-bottom: solid 1px #333333;
}

.campaign-item-category .category-text {
    margin: 2em 0;
}

.site-info p {
    margin-top: 48px;
}

[data-page="campaign"] footer {
    top: 0;
}

.more-btn.to-top {
    margin-top: 80px;
}

.icons span.icon_sale {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  padding: 4px 8px;
  margin-right: 3px;
  color: #fff;
  background-color: #DB0A17;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 0 0;
  z-index: 5;
}

header {
    z-index: 100;
}