@charset "utf-8";

/*================================================================
# 全体スタイル
================================================================ */
.section {
    padding: 80px 0;
}

.bg02 {
    background: url(../img/pat01.png) repeat center top / auto 64px;
}

.section .title {
    text-align: center;
}

.section .sub-title {
    margin: 64px 0 0;
}

.section .title02 {
    margin: 40px 0 0;
}

.page-contents h3 {
    margin: 56px auto 0;
    display: flex;
    justify-content: center;
}

.page-contents h3 span {
    padding: 0 160px;
    border-radius: 9999px;
    background-color: var(--black);
    display: inline-block;
    font-size: 50px;
    font-weight: 500;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.2em;
}

.section .text {
    margin: 32px 0 0;
    position: relative;
    font-size: 31px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.03em;
}

.voting-period {
    margin: 24px auto 0;
    text-align: center;
}

.btn01 {
    min-width: 480px;
    padding: 16px;
    border-radius: 9999px;
    background: var(--black);
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.05em;
    transition: 0.3s ease, color 0.3s ease;
}

.btn01:hover {
    background: var(--yellow);
    color: var(--black);
}

/*================================================================
# header
================================================================ */
header {
    padding: 40px 6vw 0;
}

/*================================================================
# mv
================================================================ */
.mv {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 0 56px;
    position: relative;
}

.mv_img {
    margin: 0 auto;
    text-align: center;
}

.mv_img a {
    display: block;
}

.mv h3 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.mv h3 span {
    padding: 0 100px;
    border-radius: 9999px;
    background-color: var(--black);
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.2em;
}

.mv .section05_img01 {
    margin: 16px 0 0;
    text-align: center;
}

/*================================================================
# intro
================================================================ */
.intro-box {
    margin: 40px auto 0;
    padding: 52px 56px;
    border-radius: 40px;
    background: #c72328 url("../img/intro_back.png") no-repeat center top / 100% auto;
    text-align: center;
}

.intro-box .intro__sub-title {
    margin: 8px 0 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 52px;
    color: var(--yellow);
    letter-spacing: -0.05em;
}

.intro-box .intro__text {
    margin: 8px 0 0;
    font-size: 31px;
    line-height: 50px;
    color: var(--white);
    letter-spacing: -0.05em;
}

/*================================================================
# about
================================================================ */
.about {
    padding: 64px 0 24px;
    background: #f6150d url("../img/about_back.png") no-repeat center top / cover;
}

.about .container {
    display: flex;
    color: var(--white);
    gap: 40px;
}

.about .container+.container {
    margin: 16px 0 0;
}

.about .text-area {
    position: relative;
    flex: 0 0 auto;
    z-index: 1;
}

.about .about__copy {
    font-size: 23px;
    font-weight: 700;
}

.about .btn-wrap {
    margin: 32px 0 0;
}

.about__hero .img-area {
    margin: 0 -88px 0 24px;
}

.about__hero .text-area {
    margin: 48px 0 0;
}

.about__info {
    flex-direction: row-reverse;
}

.about__info .img-area {
    width: calc(100% - 506px - 40px);
    margin: 0;
}

.about__info .img-area img {
    width: 1157px;
    max-width: none;
    height: 374px;
}

.about__info .text-area {
    margin: 40px 0 0;
}

.about .note {
    margin: 8px 0 0;
    padding: 0 40px;
    font-weight: 500;
    color: #fff;
    text-align: right;
}

/*================================================================
# kisekae
================================================================ */
.kisekae {
    padding: 0 0 80px;
}

.kisekae .title {
    padding: 35px;
    background: url(../img/kisekae_title.png) repeat-x center top / contain;
    font-size: 74px;
    font-weight: 800;
    color: var(--white);
    text-align: center;
}

.kisekae .title span {
    margin: 0 0 0 4px;
    display: inline-block;
    font-size: 88px;
    line-height: 1;
    transform: translate(0, 6px);
}

.kisekae .youtube {
    margin: 64px auto 0;
}

.kisekae .step {
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.kisekae .kisekae_illust01 {
    width: 227px;
    position: absolute;
    bottom: -158px;
    left: -25px;
}

.kisekae .kisekae_illust02 {
    width: 476px;
    position: absolute;
    right: -240px;
    bottom: -242px;
}

.kisekae .kisekae_text01 {
    margin: 64px 0 0;
    text-align: center;
}

.kisekae .kisekae_text02 {
    margin: 72px 0 0;
    position: relative;
    text-align: center;
}

.kisekae .gallery {
    margin: 40px 0 0;
    text-align: center;
}

.kisekae .gallery img {
    width: 1878px;
    height: 300px;
    object-fit: cover;
}

.kisekae .gallery-note {
    margin: 8px 0 0;
    padding: 0 40px;
    font-weight: 500;
    text-align: right;
}

/*================================================================
# download
================================================================ */
.download {
    margin: 64px 0 0;
}

.download_title01 {
    margin: auto;
    text-align: center;
}

.download_title02 {
    margin: 40px auto 0;
    text-align: center;
}

.download .qr {
    margin: 40px 40px 0 0;
    text-align: center;
}

.download .title {
    margin: 40px 0 0;
}

.download .row {
    margin: 40px 0 0;
    display: flex;
    gap: 56px;
}

.download .btn-area {
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.download .note {
    margin: 40px 0 0;
    font-size: 29px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

/*================================================================
# privilege
================================================================ */
.privilege .text {
    position: relative;
}

.privilege_img01 {
    margin: 28px 0 0 220px;
    text-align: center;
}

.privilege_title02 {
    margin: 24px 0 0;
    text-align: center;
}

.privilege .privilege_illust01 {
    width: 288px;
    position: absolute;
    top: 95px;
    left: -80px;
}

.privilege .privilege_illust02 {
    width: 266px;
    position: absolute;
    right: -70px;
    bottom: 198px;
}

/*================================================================
# event
================================================================ */
.event {
    padding: 0 0 64px;
}

.event .title {
    padding: 34px 0;
    background: url(../img/event_title.png) repeat-x center top / auto 200px;
    font-size: 74px;
    font-weight: 800;
    color: var(--white);
    text-align: center;
}

.event .title span {
    margin: 0 0 0 4px;
    display: inline-block;
    font-size: 90px;
    line-height: 1;
    transform: translate(0, 6px);
}

.event .event_text01 {
    margin: 40px auto 0;
    text-align: center;
}

/*================================================================
# schedule
================================================================ */
.schedule {
    margin: 64px 0 0;
}

.schedule h3 {
    margin: 0;
}

.schedule .row {
    margin: 0 0 0 -56px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.schedule .row .col {
    width: calc(100% / 2 - 56px);
    margin: 56px 0 0 56px;
}

.schedule .row .col img {
    width: 100%;
}

.schedule .schedule_illust01,
.schedule .schedule_illust02,
.schedule .schedule_illust03,
.schedule .schedule_illust04 {
    position: absolute;
}

.schedule .schedule_illust01 {
    bottom: -80px;
    left: -100px;
}

.schedule .schedule_illust02 {
    width: 199px;
    top: -201px;
    right: 9px;
}

.schedule .schedule_illust03 {
    width: 122px;
    bottom: 0px;
    left: 120px;
}

.schedule .schedule_illust04 {
    width: 198px;
    right: -10px;
    bottom: 5px;
}

.event_text02 {
    width: 990px;
    margin: 64px auto 0;
    text-align: center;
}

.schedule .text {
    font-size: 18px;
}

/*================================================================
# footer
================================================================ */
.footer {
    width: 100%;
    margin: 0;
    padding: 100px 0 400px;
    background: var(--white) url(../img/footer-img.png) no-repeat center bottom / 1920px auto;
    position: relative;
}

.footer .go-top-top {
    width: 318px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.footer .go-top-top a {
    display: block;
}

.copyright {
    margin: 32px 0 0;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

/*================================================================
# scroll-to-top
================================================================ */
.scroll-to-top {
    width: 64px;
    height: 64px;
    cursor: pointer;
    position: fixed;
    right: 16px;
    bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.scroll-to-top a {
    width: 64px;
    height: 64px;
    border-radius: 9999px;
    background-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-to-top a:hover {
    background: var(--red);
}

.scroll-to-top img {
    width: 24px;
}

/*================================================================
# aos
================================================================ */
[data-aos="fade-up"] {
    transform: translate3d(0, 40px, 0);
}

[data-aos="zoom-in"] {
    transform: scale(0.8);
}