body {
  margin: 0;
  padding: 0;
  text-align: center;
}
.container {
    position: relative;
    /*border-radius: 12px;*/
    /*padding: 40px 40px 0 40px;*/
    margin: 0 auto;
    width: 1278px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: url(../../images/campaign/Ribbon_Background_1.png) lightgray no-repeat center center fixed;
}
.header {
  aspect-ratio: 12 / 5;
}

.header img {
    width: 100%;
}
.inner-container {
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    box-shadow: -11px 14px 26.2px -12px rgba(0, 0, 0, 0.61);
    width: 1100px;
    margin: -244px auto 0 auto;
    padding-top: 210px;
}

.content_container {
    color: var(--text, #6D4901);
    text-align: center;
    font-family: "Noto Sans Japanese";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 2em;
    display: contents;
    padding: 10%;
    opacity:1.0;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}

.content_container .header-description {
    font-size: 1.1rem;
    margin: 30px 0;
    font-weight: bold;
}
.content_container .mobile-header-description {
    display: none;
}

.content_container .description {
    margin: 40px 0;
}
.content_container .mobile-description {
    display: none;
}

.goods {
    flex-shrink: 0;
    background: url(../../images/campaign/bg_goods.png) lightgray 50% / cover no-repeat;
    padding: 2% 10%;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}

.goods img {
    width: 100%;
}

.pg_icon {
    width: 8% !important;
}

.goods_greeting_rectangle {
    width: 55px;
    height: 32px;
    flex-shrink: 0;
}

.fas {
    color:#916604
}

.goods_list {
    display: flex;
}

.goods_list ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.goods_list ul li {
    color: black;
    border-radius: 8px;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 116px;
    height: 226px;
    margin: 0 20px;
    position: relative;
}
.goods_list ul li:hover {
    background-color: #FFF;
}
.goods_list ul li::after {
    content: "\f35d"; /* Font Awesome 縺ｮ繝√ぉ繝�繧ｯ繧｢繧､繧ｳ繝ｳ */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -1px;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
    color: #9C8E6C;
}
.goods_list ul li:hover::after {
    opacity: 0.8;
}
.goods_list ul li img {
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(156, 142, 108, 0.14);
    width: 116px;
    height: 116px;
    border-radius: 11px;
}
.goods_list ul li:hover img {
    width: 116px;
    height: 116px;
    border-radius: 11px;
    box-shadow: none;
    transform: scale(1.02);
    transition-duratiosn: 0.3s;
}
.goods_list ul li p {
    margin-top: 10px;
    font-family: "Noto Sans Japanese";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.24px;
    text-align: left;
}
.goods_list ul li:hover p {
    color: #968969;
}

.register {
    flex-shrink: 0;
    padding: 50px 0 150px 0;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: url(../../images/campaign/bg_present.png) 50% / cover no-repeat;
}

.register-button {
    display: inline-flex;
    width: 398px;
    height: 68px;
    min-width: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: linear-gradient(91deg, #2B98FE -3.68%, #90CBFF 33.38%, #6DB0F1 46.21%, #166FCE 77.25%);
    box-shadow: 0px 6px 18.7px 0px rgba(135, 124, 90, 0.11);
    color: #FFF;
}

.register-button i {
    color: #FFF;
}

.notice {
    width: 1100px;
    margin: 30px auto;
    text-align: left;
    color: #FFF;
    font-family: "Noto Sans Japanese";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.notice .notice-description {
    text-align: left;
    color: #FFF;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 20px;
    /*padding: 0 30px;*/
}

@media (max-width: 580px){
    .container {
        position: relative;
        /*border-radius: 12px;*/
        /*padding: 40px 40px 0 40px;*/
        margin: 0 auto;
        width: 100%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        background: url(../../images/campaign/Ribbon_Background_1.png) lightgray no-repeat center center fixed;
    }
    .header {
        aspect-ratio: 12 / 5;
    }

    .header img {
        width: 100%;
    }

    .inner-container {
        border-radius: 8px;
        border: 1px solid #E8E8E8;
        background: #FFF;
        box-shadow: -11px 14px 26.2px -12px rgba(0, 0, 0, 0.61);
        width: 90%;
        margin: -82px auto 0 auto;
        padding-top: 40px;
    }

    .content_container {
        color: var(--text, #6D4901);
        text-align: center;
        font-family: "Noto Sans Japanese";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 2em;
        display: contents;
        padding: 10%;
        opacity:1.0;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        flex-shrink: 0;
    }

    .content_container .header-description {
        display: none;
    }

    .content_container .mobile-header-description {
        display: block;
        font-size: 15px;
        font-weight: bold;
        margin: 40px auto;
    }

    .content_container .description {
        display: none;
    }

    .content_container .mobile-description {
        font-size: 1rem;
        display: block;
        margin: 40px;
    }

    /*.container-body {*/
    /*    height: 500px;*/
    /*    overflow-y: scroll;*/
    /*}*/

    .goods {
        flex-shrink: 0;
        background: url(../../images/campaign/bg_goods.png) lightgray 50% / cover no-repeat;
        padding: 2% 10%;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .goods img {
        width: 100%;
    }

    .pg_icon {
        width: 20% !important;
    }

    .goods_greeting_rectangle {
        width: 55px;
        height: 32px;
        flex-shrink: 0;
    }

    .fas {
        color:#916604
    }

    .goods_list {
        /*display: flex;*/
    }

    .goods_list ul {
        display: flex;
        flex-wrap: wrap;
        /*grid-template-columns: repeat(5, 1fr);*/
        gap: 10px;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        justify-content: center;
    }
    .goods_list ul li {
        color: black;
        border-radius: 8px;
        padding: 0;
        /*display: flex;*/
        /*flex-direction: column;*/
        width: 116px;
        height: 226px;
        margin: 0 10px;
    }
    .goods_list ul li img {
        background-color: #FFF;
        box-shadow: 0px 0px 10px 0px rgba(156, 142, 108, 0.14);
        width: 116px;
        height: 116px;
        border-radius: 11px;
    }
    .goods_list ul li p {
        margin-top: 10px;
        font-family: "Noto Sans Japanese";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.24px;
        text-align: left;
    }

    .register {
        flex-shrink: 0;
        padding: 50px 0 50px 0;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        background: url(../../images/campaign/bg_present.png) 50% / cover no-repeat;
    }

    .register-button {
        display: inline-flex;
        width: 80%;
        height: 68px;
        min-width: 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 8px;
        border: 1px solid #FFF;
        background: linear-gradient(91deg, #2B98FE -3.68%, #90CBFF 33.38%, #6DB0F1 46.21%, #166FCE 77.25%);
        box-shadow: 0px 6px 18.7px 0px rgba(135, 124, 90, 0.11);
        color: #FFF;
    }

    .notice {
        width: 90%;
        margin: 30px auto;
        font-family: "Noto Sans Japanese";
    }

    .notice .notice-description {
        text-align: left;
        color: #FFF;
        font-weight: normal !important;
        font-size: 10px;
        line-height: 20px;
    }

    .footer .coin2 {
        display: none;
    }
}

@media (min-width: 581px) and (max-width: 1024px) {
    .container {
        position: relative;
        /*border-radius: 12px;*/
        /*padding: 40px 40px 0 40px;*/
        margin: 0 auto;
        width: 100%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        background: url(../../images/campaign/Ribbon_Background_1.png) lightgray no-repeat center center fixed;
    }
    .header {
        aspect-ratio: 12 / 5;
    }

    .header img {
        width: 100%;
    }
    .inner-container {
        border-radius: 8px;
        border: 1px solid #E8E8E8;
        background: #FFF;
        box-shadow: -11px 14px 26.2px -12px rgba(0, 0, 0, 0.61);
        width: 90%;
        margin: -177px auto 0 auto;
        padding-top: 40px;
    }

    .content_container {
        color: var(--text, #6D4901);
        text-align: center;
        font-family: "Noto Sans Japanese";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 2em;
        display: contents;
        padding: 10%;
        opacity:1.0;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        flex-shrink: 0;
    }

    .content_container .header-description {
        display: block;
        font-size: 16px;
        font-weight: bold;
        margin: 130px auto 50px;
    }

    .content_container .mobile-header-description {
        display: none;
    }

    .content_container .description {
        font-size: 0.8rem;
        display: block;
        margin: 40px;
    }

    .content_container .mobile-description {
        display: none;
    }

    /*.container-body {*/
    /*    height: 500px;*/
    /*    overflow-y: scroll;*/
    /*}*/

    .goods {
        flex-shrink: 0;
        background: url(../../images/campaign/bg_goods.png) lightgray 50% / cover no-repeat;
        padding: 2% 10%;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .goods img {
        width: 100%;
    }

    .goods_greeting_rectangle {
        width: 55px;
        height: 32px;
        flex-shrink: 0;
    }

    .fas {
        color:#916604
    }

    .goods_list {
        /*display: flex;*/
    }

    .goods_list ul {
        display: flex;
        flex-wrap: wrap;
        /*grid-template-columns: repeat(5, 1fr);*/
        gap: 10px;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        justify-content: center;
    }
    .goods_list ul li {
        color: black;
        border-radius: 8px;
        padding: 0;
        /*display: flex;*/
        /*flex-direction: column;*/
        width: 116px;
        height: 226px;
        margin: 0 10px;
    }
    .goods_list ul li img {
        background-color: #FFF;
        box-shadow: 0px 0px 10px 0px rgba(156, 142, 108, 0.14);
        width: 116px;
        height: 116px;
        border-radius: 11px;
    }
    .goods_list ul li p {
        margin-top: 10px;
        font-family: "Noto Sans Japanese";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.24px;
        text-align: left;
    }

    .register {
        flex-shrink: 0;
        padding: 50px 0 50px 0;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        background: url(../../images/campaign/bg_present.png) 50% / cover no-repeat;
    }

    .register-button {
        display: inline-flex;
        width: 80%;
        height: 68px;
        min-width: 80px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 8px;
        border: 1px solid #FFF;
        background: linear-gradient(91deg, #2B98FE -3.68%, #90CBFF 33.38%, #6DB0F1 46.21%, #166FCE 77.25%);
        box-shadow: 0px 6px 18.7px 0px rgba(135, 124, 90, 0.11);
        color: #FFF;
    }

    .notice {
        width: 90%;
        margin: 30px auto;
        font-family: "Noto Sans Japanese";
    }

    .notice .notice-description {
        text-align: left;
        color: #FFF;
        font-weight: normal !important;
        font-size: 0.8rem;
        line-height: 20px;
    }

    .footer .coin2 {
        display: none;
    }
}