@charset "utf-8";
/* CSS Document */

body {
    position: relative;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #333;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

div.l-wrapper {
    overflow-x: hidden !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* --------------
btn
-------------- */
a.btn {
    display: inline-block;
    padding: 4px;
    border-radius: 100px;
    background: linear-gradient(135deg, #08a370, #5fbe62, #e1e64d);
    transition: 0.3s;
}

a.btn span {
    display: block;
    padding: 0.8em 1.4em 0.8em 2em;
    border-radius: 100px;
    background: #fff;
    font-size: clamp(10px, 5vw, 16px);
    font-weight: 700;
    color: #333;
}

a.btn:hover {
    transform: scale(0.95);
}

/*================================
header
================================*/
/* --------------
header__logo
-------------- */
.header__logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: clamp(120px, 15vw, 140px);
    padding: clamp(16px, 2vw, 20px);
    border-radius: 0 0 6px 0;
    background-color: #f9f6f2;
    z-index: 90;
}

/* --------------
header__nav
-------------- */
#header__nav {
    position: fixed;
    z-index: 90;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    transition: 0.5s ease-out;
    background-color: #ffffffe5;
    backdrop-filter: blur(12px);
    box-shadow: 0 0 10px #3333331e;
    opacity: 0;
}

#header__nav.panelactive {
    position: fixed;
    z-index: 90;
    top: 0;
    right: 0;
    width: 70%;
    height: 100vh;
    transition: 0.5s ease-out;
    background-color: #ffffffe5;
    backdrop-filter: blur(12px);
    box-shadow: 0 0 10px #3333331e;
    opacity: 1;
}

#header__nav-content {
    display: none;
    position: fixed;
    z-index: 90;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#header__nav.panelactive #header__nav-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.header__nav-content-in {
    width: 80%;
    margin: 0 auto;
}

div.header__nav-content-in>*+* {
    margin-top: 32px !important;
}

#header__nav.panelactive div.header__nav-content-in {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes gnaviAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

ul.header__nav-list {
    transition: 0.3s;
}

ul.header__nav-list li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s;
}

ul.header__nav-list li a::after {
    transform: rotate(45deg);
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid #08a370;
    border-right: 2px solid #08a370;
    content: '';
}

a.header__nav-cv {
    position: relative;
    display: block;
    margin-top: 32px;
    padding: 1em 2em;
    border-radius: 100px;
    background-color: #ed410c;
    border: 3px solid #f8b39e;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    transition: 0.3s;
}

a.header__nav-cv::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 1.5em;
    margin: auto;
    width: 1.5em;
    height: 1.5em;
    background: url(../images/icon_vote.svg) no-repeat center/cover;
}

a.header__nav-cv:hover {
    transform: scale(0.95);
}


/* --------------
header__hamburger
-------------- */
.header__hamburger {
    position: fixed;
    z-index: 99;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 50px;
    padding-left: 32px;
    border-radius: 100px;
    background-color: #ed410c;
    cursor: pointer;
    box-shadow: 0 0 10px #3333331e;
}

.header__hamburger span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 1.5px;
    width: 50%;
    border-radius: 100px;
    background-color: #fff;
    transition: 0.5s ease-out;
}

.header__hamburger span:nth-of-type(1) {
    top: 18px;
}

.header__hamburger span:nth-of-type(2) {
    top: 25px;
    width: 50%;
}

.header__hamburger span:nth-of-type(3) {
    top: 32px;
}

.header__hamburger.active span:nth-of-type(1) {
    top: 18px;
    left: 0;
    transform: translateY(6px) rotate(-30deg);
    width: 50%;
}

.header__hamburger.active span:nth-of-type(2) {
    opacity: 0;
}

.header__hamburger.active span:nth-of-type(3) {
    top: 30px;
    left: 0;
    transform: translateY(-6px) rotate(30deg);
    width: 50%;
}


/*================================
mv
================================*/
div.mv__inner {
    position: relative;
    width: 100%;
    padding-bottom: 10vw;
    background-color: hsla(0, 0%, 100%, 1);
    background-image:
        radial-gradient(at 6% 63%, hsla(57, 94%, 91%, 1) 0px, transparent 50%),
        radial-gradient(at 81% 15%, hsla(148, 39%, 85%, 1) 0px, transparent 50%),
        radial-gradient(at 21% 17%, hsla(57, 95%, 91%, 1) 0px, transparent 50%),
        radial-gradient(at 57% 53%, hsla(148, 39%, 85%, 1) 0px, transparent 50%);
}

/* --------------
mv__bg
-------------- */
div.mv__bg {
    width: 100%;
    overflow: hidden;
}

div.mv__bg img {
    display: block;
    width: 100%;
}

img.mv_spotlight {
    z-index: 1;
}

img.mv_confetti {
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* --------------
mv__title
-------------- */
div.mv__title {
    position: absolute;
    bottom: -5vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 74vw;
    z-index: 4;
}

div.mv__title img {
    display: block;
    width: 100%;
}

/* --------------
mv__chara-wrapper
-------------- */
div.mv__chara-wrapper img {
    position: absolute;
    display: block;
    width: 32vw;
}

img.mv__chara--tochippi {
    top: 18vw;
    right: 5vw;
    z-index: 3;
}

img.mv__chara--tochirin {
    top: 20vw;
    left: 2vw;
    z-index: 3;
}

img.mv__chara--maronie {
    top: 15vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 26vw !important;
    z-index: 3;
}

img.mv__chara--tochiken {
    bottom: -16vw;
    right: 0;
    width: 32vw !important;
    z-index: 5;
}

img.mv__chara--tsbros {
    bottom: -16vw;
    left: 0;
    width: 32vw !important;
    z-index: 5;
}


/* --------------
mv__stage
-------------- */
div.mv__stage {
    position: relative;
    width: 100%;
    height: 60vw;
    margin-top: -8.5vw;
    background: url(../images/mv_stage_sp.png) no-repeat center/cover;
    z-index: 4;
}

div.mv__stage img {
    position: absolute;
    top: 0;
    bottom: 8vw;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 80vw;
}


/*================================
period
================================*/
#period {
    width: 100%;
    margin-top: -20vw;
    padding-top: 25vw;
    background-color: #f9f6f2;
}

div.period__inner {
    position: relative;
    width: 85%;
    margin: 0 auto;
    padding: 32px;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 2px 2px 10px 0px rgba(153, 145, 109, 0.3);
    text-align: center;
}

div.period__inner>*+* {
    margin-top: 32px;
}

div.poll-closing>*+*,
div.result--period>*+* {
    margin-top: 8px;
}

img.poll-closing__headding {
    display: block;
    width: 40%;
}

img.poll-closing__date {
    display: block;
    width: 100%;
}

img.result__headding {
    display: block;
    width: 35%;
}

div.result--period p {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

img.ballot-box {
    position: absolute;
    top: -24vw;
    right: 0;
    display: block;
    width: 20vw;
    z-index: 10;
}

/* --------------
btn--vote
-------------- */
a.btn--vote {
    width: 100%;
    margin-top: 24px;
}

a.btn--vote span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #08a370;
    color: #fff;
}

a.btn--vote span::after {
    transform: rotate(135deg);
    width: 0.6em;
    height: 0.6em;
    margin-left: 1em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}


/*================================
about
================================*/
#about {
    width: 100%;
}

div.about__inner {
    background-color: #f9f6f2;
}

div.about__content {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 40px 0 70vw;
}

div.about__content img {
    display: block;
    z-index: 2;
}

img.about__visual {
    position: absolute;
    bottom: -10vw;
    right: 0;
    left: -5vw;
    margin: auto;
    width: 100%;
    display: block;
}

img.about__ol {
    width: 100%;
    padding-bottom: 6vw;
}

img.about__bottom {
    display: block;
    width: 100%;
    margin-top: -10vw;
    background-color: #fff;
}


/*================================
chara
================================*/
#chara {
    width: 100%;
    padding-top: 64px;
}

div.chara__inner {
    width: 85%;
    margin: 0 auto;
}

div.chara__outline {
    text-align: center;
}

div.chara__outline>*+* {
    margin-top: 32px;
}

div.chara__outline h2 img {
    display: inline-block;
    width: 80%;
}

div.chara__outline p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8em;
}

div.chara__outline p span img {
    display: inline-block;
    width: 1.5em;
    margin-right: 0.2em;
    vertical-align:middle;
}

/* --------------
chara__list
-------------- */
div.chara__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10vw 5vw;
    padding-top: 60px;
}

a.chara__list-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 32px;
    border-radius: 24px;
    background-color: #f9f6f2;
    border: 4px solid #f9f6f2;
    cursor: pointer;
    transition: 0.3s;
}

a.chara__list-item:hover {
    transform: translateY(-10px);
    border: 4px solid #08a370;
}

div.chara__visual img {
    display: block;
    width: 100%;
}

div.chara__visual h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
}


/* icon__loupe */
img.icon__loupe {
    position: absolute;
    bottom: -24px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 48px;
    transition: 0.3s;
}

a.chara__list-item:hover img.icon__loupe {
    transform: scale(1.1);
}

/* fukidashi */
img.fukidashi {
    position: absolute;
    display: block;
    width: 42vw;
}

img.fukidashi--tochippi {
    top: -10vw;
    left: -5vw;
}

img.fukidashi--tochirin {
    bottom: 15vw;
    left: -10vw;
}

img.fukidashi--maronie {
    width: 50vw;
    top: -8vw;
    right: -12vw;
}

img.fukidashi--tochiken {
    top: -10vw;
    left: -10vw;
}

img.fukidashi--tocchii {
    top: 5vw;
    left: -15vw;
}

img.fukidashi--sai {
    bottom: 20vw;
    right: -12vw;
}

/* --------------
modal
-------------- */
.modal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    background-color: #33333390;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
    z-index: 1000;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal__content {
    position: relative;
    width: 90%;
    margin: 80px auto;
    transform: scale(0.95);
    transition: transform 0.3s ease;
    z-index: 1;
}

.modal.active .modal__content {
    transform: scale(1);
}

.modal__close {
    position: absolute;
    top: -5vw;
    right: -5vw;
    cursor: pointer;
    width: clamp(60px, 10vw, 80px);
    transition: 0.3s;
    border: none;
    background: none;
    z-index: 2;
}

.modal__close img {
    display: block;
    width: 100%;
}

.modal__footer-close {
    display: block;
    margin: 2em auto 0;
    padding: 0.5em 2.5em;
    background: #08a370;
    background: linear-gradient(100deg, rgba(8, 163, 112, 1) 60%, rgba(225, 230, 77, 1) 100%);
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    transition: 0.3s;
    flex-shrink: 0;
}

.modal__close:hover,
.modal__footer-close:hover {
    transform: scale(0.9);
}

div.modal__body {
    width: 100%;
    padding: 32px;
    border-radius: 24px;
    background: #f9f6f2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

div.modal__body-inner>*+* {
    margin-top: 32px;
}

div.modal__chara-visual {
    width: 100%;
    flex-shrink: 0;
}

div.modal__chara-visual h3 {
    display: inline-block;
    padding: 4px;
    border-radius: 100px;
    background: linear-gradient(135deg, #08a370, #5fbe62, #e1e64d);
    margin-bottom: 20px;
}

div.modal__chara-visual h3 span {
    display: block;
    padding: 0.5em 1.3em;
    border-radius: 100px;
    background: #08a370;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

div.modal__chara-visual img {
    display: block;
    width: 100%;
}

div.modal__chara-profile {
    width: 100%;
    max-height: 100%;
}

div.modal__chara-profile>*+* {
    margin-top: 20px;
}

div.modal__chara-profile h4 {
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 5px;
    background-color: #ffb700;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

div.modal__chara-profile p {
    line-height: 1.8em;
    font-size: 14px;
}

div.modal__chara-profile img {
    display: block;
    width: 100%;
    margin-top: 16px;
}

div.modal__bottom-spacer {
    width: 100%;
    height: 80px;
}


/*================================
vote
================================*/
#vote {
    position: relative;
    width: 100%;
    padding-top: 40px;
    z-index: 2;
}

div.vote__hd img {
    display: block;
    width: 100%;
}

div.vote__inner {
    padding-bottom: 80px;
    border-radius: 0 0 40px 40px;
    background-color: #f5fbf9;
    box-shadow: 0px 10px 30px -6px rgba(112, 153, 121, 0.3);
    text-align: center;
}

div.vote__outline {
    width: 85%;
    margin: 0 auto;
}

div.vote__outline p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8em;
}

div.vote__outline p span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 0.2em;
}

div.vote__outline p span img {
    display: inline-block;
    width: 4.5em;
}

span.kome {
    margin-top: 1em;
    font-size: 14px;
    color: #666;
}

/* --------------
flow
-------------- */
div.flow {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5vw;
    width: 60%;
    margin: 0 auto;
    padding-top: 40px;
}

div.flow-items {
    position: relative;
    display: block;
    width: 100%;
}

div.flow-items>*+* {
    margin-top: 12px;
}

img.step__number {
    display: inline-block;
    padding: 0.8em 1em;
    width: 40%;
    min-width: 100px;
    border-radius: 100px;
    background-color: #ffb700;
}

img.step__img {
    display: block;
    width: 100%;
}

div.flow-items h3 {
    font-size: 16px;
    font-weight: 900;
}

div.flow-items p {
    font-size: 14px;
    font-weight: 700;
}

div.flow-items p br {
    display: none;
}

img.arrow--flow {
    display: block;
    width: 5%;
    transform: rotate(90deg);
}

/* --------------
btn--cv
-------------- */
a.btn--cv {
    width: 90%;
    margin-top: 40px;
}

a.btn--cv span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
}

a.btn--cv span::after {
    transform: rotate(45deg);
    width: 0.6em;
    height: 0.6em;
    margin-left: 1em;
    border-top: 2px solid #08a370;
    border-right: 2px solid #08a370;
    content: '';
}

a.btn--cv span::before {
    width: 1.5em;
    height: 1.5em;
    margin-right: 1em;
    content: '';
    background: url(../images/icon_line.svg) no-repeat center/cover;
}

/* --------------
more
-------------- */
img.more {
    position: absolute;
    bottom: -15vw;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 40vw;
}


/*================================
campaign
================================*/
#campaign {
    position: relative;
    width: 100%;
    margin-top: -40px;
    padding: 120px 0 60px;
    background: #08a370;
    background: linear-gradient(100deg, rgba(8, 163, 112, 1) 60%, rgba(225, 230, 77, 1) 100%);
    z-index: 1;
    text-align: center;
    color: #fff;
}

div.campaign__outline {
    width: 85%;
    margin: 0 auto;
}

div.campaign__outline>*+* {
    margin-top: 16px;
}

div.campaign__outline h2 img {
    display: inline-block;
    width: 100%;
}

div.campaign__outline p {
    font-size: 16px;
}

img.campaign__ol {
    display: inline-block;
    width: 100%;
}

img.campaign__img {
    display: inline-block;
    width: 100%;
    margin-top: 24px;
}

/* --------------
poll-closing
-------------- */
div.campaign__inner div.poll-closing {
    width: 80%;
    margin: 32px auto 0;
    justify-content: center;
}

div.campaign__inner div.poll-closing img.poll-closing__headding {
    display: block;
    width: 30%;
}

div.campaign__inner div.poll-closing img.poll-closing__date {
    display: block;
    width: 100%;
    margin-top: 12px;
}

/* --------------
flow
-------------- */
div.campaign__inner div.flow {
    margin-top: 10px;
}

img.step__number--cp {
    background-color: #f9f6f2;
}

img.result--campaign {
    display: block;
    width: 90%;
    margin: 24px auto 0;
}


/*================================
footer
================================*/
#footer {
    width: 100%;
    margin-top: -60px;
}

div.footer-cv {
    position: relative;
    width: 100%;
}

/* --------------
footer-cv__bg
-------------- */
div.footer-cv__bg {
    width: 100%;
    overflow: hidden;
}

div.footer-cv__bg img {
    display: block;
    width: 100%;
}

img.footer-cv__stage {
    position: relative;
    z-index: 1;
}

img.footer-cv__confetti {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/* --------------
footer-cv__illust
-------------- */
div.footer-cv__illust {
    position: absolute;
    bottom: 15vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    z-index: 10;
}

div.footer-cv__illust img {
    display: block;
    width: 100%;
}

/* --------------
footer-cv__headding
-------------- */
div.footer-cv__headding {
    position: absolute;
    top: 17vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
    text-align: center;
    z-index: 10;
}

div.footer-cv__headding img {
    display: block;
    width: 100%;
}


/* --------------
btn--footer-cv
-------------- */
a.btn--footer-cv {
    margin-top: 20px;
}

a.btn--footer-cv span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #08a370;
    color: #fff;
}

a.btn--footer-cv span::after {
    transform: rotate(45deg);
    width: 0.6em;
    height: 0.6em;
    margin-left: 1em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

/* --------------
footer__logo
-------------- */
div.footer__content {
    width: 100%;
    padding: 0 0 24px;
    text-align: center;
}

a.footer__logo {
    display: inline-block;
    width: 120px;
    transition: 0.3s;
}

a.footer__logo:hover {
    opacity: 0.7;
}

a.footer__logo img {
    display: block;
    width: 100%;
}

p.copyright {
    display: block;
    margin-top: 8px;
    font-size: 8px;
}