@charset "utf-8";

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

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

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

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

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

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

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

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

.btn01 {
    width: 100%;
    padding: 16px;
    border-radius: 9999px;
    background: var(--black);
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    letter-spacing: 0.05em;
}

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

header .logo {
    width: 64px;
}

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

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

.mv_img a {
    display: block;
}

.mv h3 {
    margin: 0 auto;
}

.mv .section05_img01 {
    width: calc(100% - 6vw);
    margin: 16px auto 0;
    text-align: center;
}

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

.intro__title {
    line-height: 1;
}

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

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

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

.about .container {
    color: var(--white);
}

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

.about .text-area {
    flex: 0 0 auto;
}

.about .about__copy {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

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

.about__hero .img-area {
    margin: 0;
}

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

.about__info .img-area {
    width: 140%;
    margin: 0 -20%;
}

.about__info .img-area figcaption {
    width: 100%;
    margin: 0;
    padding: 0 14%;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}

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

.about .note {
    display: none;
}

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

.kisekae .title {
    padding: 24px 16px;
    background: url(../img/kisekae_title.png) repeat-x center top / contain;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--white);
    text-align: center;
    letter-spacing: -0.05em;
}

.kisekae .title span {
    margin: -4px 0 0;
    display: inline-block;
    font-size: 40px;
    transform: translate(0, 4px);
}

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

.kisekae .text {
    margin: 16px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.kisekae .text p {
    width: 100%;
    margin: 0 0 16px;
}

.kisekae .kisekae_illust01 {
    width: calc(227px / 2.2);
    margin: 0;
}

.kisekae .kisekae_illust02 {
    width: calc(476px / 2.2);
}

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

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

.kisekae .kisekae_text02 {
    width: 80%;
    margin: 40px auto 0;
    position: relative;
    text-align: center;
}

.kisekae .gallery {
    max-width: 1440px;
    margin: 32px auto 0;
    padding: 0 10px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.kisekae .gallery img {
    width: 100%;
}

.kisekae .gallery .note {
    width: 100%;
    margin: -8px 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    grid-column: 1 / -1;
}

/*================================================================
# download
================================================================ */
.download {
    margin: 24px 0 0;
    padding: 0 0 32px;
}

.download .download_img01 {
    text-align: center;
}

.download .download_title02 {
    margin: 16px 0 0;
}

.download .title {
    margin: 0;
    display: block;
}

.download .row {
    margin: 24px 0 0;
}

.download .row .col {
    margin: 24px auto 0;
    text-align: center;
}

.download .app {
    width: 160px;
    margin: auto;
    text-align: center;
}

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

.download .note {
    margin: 24px 0 0;
    font-size: 13px;
    font-weight: 600;
}

/*================================================================
# privilege
================================================================ */
.privilege .title02 {
    margin: 24px 0 0;
}

.privilege .text {
    position: relative;
}

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

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

.privilege .privilege_illust01 {
    display: none;
}

.privilege .privilege_illust02 {
    width: calc(266px / 2);
    position: absolute;
    top: 149px;
    right: -44px;
    z-index: 1;
}

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

.event .title {
    padding: 24px 16px;
    background: url(../img/event_title.png) repeat-x center top / auto 100%;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--white);
    text-align: center;
    letter-spacing: -0.05em;
}

.event .title span {
    margin: -4px 0 0;
    display: inline-block;
    font-size: 40px;
    transform: translate(0, 4px);
}

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

/*================================================================
# schedule
================================================================ */
.schedule .row {
    margin: 24px 0 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.schedule .row .col {
    width: calc(100% / 2 - 10px);
    text-align: center;
}

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

.schedule .schedule_illust01 {
    width: calc(398px / 2);
    bottom: -80px;
    left: -100px;
}

.schedule .schedule_illust02 {
    width: calc(199px / 1.5);
    top: -200px;
    right: 50px;
}

.schedule .schedule_illust03 {
    width: calc(122px / 1.5);
    bottom: 0px;
    left: 10px;
}

.schedule .schedule_illust04 {
    width: calc(198px / 1.5);
    right: -50px;
    bottom: -10px;
}

.event_text02 {
    width: 88%;
    margin: 32px auto 0;
    text-align: center;
}

.schedule .text {
    padding: 0 6vw;
    font-size: 13px;
    text-align: left;
}

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

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

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

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

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

.scroll-to-top a {
    width: 44px;
    height: 44px;
    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: 16px;
}

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

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