@charset "utf-8";

.hero-image {
    width: 100%;
    height: 80vh;
    position: relative;
}
.hero-bg {
    background-image: url(../img/u39/top_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
    position: relative;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.hero-inner {
    position: absolute;
    width: 95%;
    max-width: 960px;
    height: 60vh;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.hero-inner img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
}
.CampaignPeriod {
    position: absolute;
    width: 95%;
    max-width: 960px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}
.CampaignPeriod_ttl {
    padding: 0.7em 1.5em;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 50px 0 0 50px;
    background-color: #fbb03b;
    border: 3px solid #333333;
    box-sizing: border-box;
}
.CampaignPeriod_time {
    padding: 0.7em 1.5em;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 0px 50px 50px 0px;
    background-color: #ffffff;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    border-bottom: 3px solid #333333;
    box-sizing: border-box;
}
/*============================
#wrap1
============================*/
#wrap1 {
    width: 95%;
    max-width: 950px;
    margin: 0 auto;
}
.wrap-inner {
    padding: 50px 0;
}
.wrap-inner table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.wrap-inner table tbody tr {
    border-bottom: 1px solid #97d4e1;
}
.wrap-inner table tbody tr:last-child {
    border-bottom: 0;
}
.wrap-inner table tbody td {
    padding: 1rem;
}

.theme {
    text-align: center;
    font-weight: bold;
    width: 120px;
}
.theme span {
    display: inline-block;
    text-align: center;
    width: 4rem;
    color: #ffffff;
    padding: 0.25em 0.75em;
    background: #dd3352;
    border-radius: 0.5em;
}
.table_wrap {
    border: 3px solid #333333;
    border-radius: 30px;
    padding: 60px 30px 30px;
    box-sizing: border-box;
    position: relative;
}
.wrap-inner table tbody td ul {
    list-style: none;
}
.wrap-inner table tbody td ul li {
    padding-left: 1rem;
    text-indent: -1rem;
}
.heading {
    margin-bottom: 1rem;
    position: relative;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 80%;
}
.heading h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.header-bg h2 {
    color: #ffffff;
    border: 3px solid #333333;
    box-sizing: border-box;
    padding: 0.3em 0.5em;
}
.header-bg-bl h2::after {
    position: absolute;
    content: "";
    background-color: #2f56a6;
    top: 6px;
    left: 6px;
    z-index: -2;
    width: 100%;
    height: 100%;
}
.header-bg-or h2::after {
    position: absolute;
    content: "";
    background-color: #f15a24;
    top: 6px;
    left: 6px;
    z-index: -2;
    width: 100%;
    height: 100%;
}
.large-size {
    font-size: 24px;
    font-weight: bold;
}
.deadline {
    margin-top: 30px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    background-color: #dd3352;
    padding: 0.5em;
}
.deadline_time {
    margin-left: 0.5em;
}
.remarks {
    font-size: 1.2rem;
    margin-top: 20px;
}
.to-campaign {
    text-align: center;
    margin-top: 3rem;
}
.to-campaign a {
    display: inline-block;
    width: 40%;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}
.to-campaign a:hover {
    opacity: 0.8;
}
.to-campaign img {
    width: 100%;
}
/*============================
#wrap2
============================*/
#wrap2 {
    width: 95%;
    max-width: 950px;
    margin: 0 auto;
}
.sns_wrap {
    display: flex;
    gap: 4em;
    align-items: anchor-center;
    justify-content: center;
}
.sns_wrap h3 {
    width: 50%;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #003893;
    padding: 1.5em;
    display: inline-block;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}
.sns_wrap h3::after {
    content: "";
    border: 30px solid transparent;
    border-left: 30px solid #003893;
    margin-right: -30px;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    position: absolute;
}
.sns_img {
    width: 50%;
    display: flex;
    gap: 1em;
}
.qr_wrap {
    width: 50%;
    background-color: #86bae4;
    border-radius: 10px;
    padding: 1em;
}
.qr_name {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.qr_wrap img {
    display: block;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
}
/*============================
#wrap3
============================*/
#wrap3 {
    width: 95%;
    max-width: 950px;
    margin: 0 auto;
}
.contact-wrap {
    border: 3px solid #333333;
    border-radius: 30px;
    padding: 60px 30px 30px;
    box-sizing: border-box;
    position: relative;
    background-color: #ffffff;
}
.contact-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 70%;
    margin: 0 auto;
}
.contact {
    width: 50%;
    padding: 1rem;
    box-sizing: border-box;
    position: relative;
    height: 140px;
}
.contact a {
    transition: 0.6s;
}
.contact a:hover {
    opacity: 0.8;
}
.contact img {
    width: 100%;
}
.contact p {
    position: absolute;
    width: max-content;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    font-weight: bold;
    text-align: center;
}
.contact-bottom {
    border-top: 1px solid #f15a24;
    margin-top: 1rem;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-bottom img {
    width: 120px;
    margin-right: 1rem;
}
.contact-bottom-txt h5 {
    font-size: 20px;
    font-weight: bold;
}

/*============================
#wrap4
============================*/
#wrap4 {
    width: 95%;
    max-width: 950px;
    margin: 0 auto;
}
#wrap4 .heading {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
}
.cautions-wrap {
}
.cautions-list {
    list-style: none;
}
.cautions-item {
    position: relative;
    padding-left: 1em;
}
.cautions-item::before {
    position: absolute;
    content: "●";
    color: #333333;
    left: 0;
}
#wrap4 .wrap-inner {
    padding-bottom: 5rem;
}
/*============================
footer
============================*/
.bg-beige {
    background-color: #fefcd3;
}
.footer-top {
    margin-bottom: 0;
    padding-bottom: 1rem;
}
.footer-inner {
    padding: 2em 0;
}
.adress {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    width: 100%;
}
.adress ul li span {
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .hero-inner img {
        width: 100%;
        height: auto;
    }
    .CampaignPeriod {
        flex-direction: column;
        bottom: 10px;
    }
    .CampaignPeriod_ttl {
        text-align: center;
        border-radius: 15px 15px 0 0;
    }
    .CampaignPeriod_time {
        border-top: 0;
        border-left: 3px solid #333333;
        border-radius: 0 0 15px 15px;
        text-align: center;
    }
    .table_wrap {
        padding: 60px 20px 20px;
    }
    .wrap-inner table tbody td {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
    .theme {
        text-align: left;
        padding-bottom: 0 !important;
        box-sizing: border-box;
    }
    .deadline {
        font-size: 24px;
    }
    .deadline_time {
        display: block;
        margin-left: 0;
    }
    .to-campaign {
        margin-top: 2rem;
    }
    .to-campaign a {
        width: 85%;
    }
    .sns_wrap {
        flex-direction: column;
    }
    .sns_wrap h3 {
        width: 100%;
        padding: 1em;
    }
    .sns_wrap h3::after {
        top: 100%;
        right: 50%;
        position: absolute;
        border: 30px solid transparent;
        border-top: 30px solid #003893;
        transform: translateX(0%);
    }
    .sns_img {
        width: 100%;
    }
    .heading h2 {
        font-size: 20px;
    }
    .adress {
        flex-direction: column;
    }
}
@media screen and (max-width: 500px) {
    .contact-inner {
        display: block;
        width: 100%;
    }
    .contact-wrap {
        padding: 60px 20px 20px;
    }
    .contact {
        width: 100%;
        height: auto;
        margin-bottom: 1.5rem;
    }
    .contact a {
        width: 70%;
        margin: 0 auto 20px;
    }
    .contact p {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .contact-bottom {
        margin-top: 0;
        display: block;
        text-align: center;
    }
    .contact-bottom img {
        width: 150px;
        margin-right: 0rem;
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 376px) {
    .hero-image {
        height: 100vh;
    }
    .contact-bottom-txt h5 span {
        display: none;
    }
}
