
body {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    background-image: url(../images/bg_pt3.png);
    background-size: 120px 120px;
    color: #555;
    background-position: center center;
}

img {
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}

.sp {
    display: none;
}

.which_hed {
    margin: 0 auto;
    text-align: center;
}

.which_hed div {
    text-align: center;
}

.which_hed img {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}

.which_hed .pc img {
    width: 100%;
    max-width: 1100px;
    margin: 2.5em auto 5em;
}

.which_hed .tosen img {
    width: 100%;
    max-width: 600px;
    margin: 1em auto 0;
}

.which_hed .tosen .hana img {
    max-width: 190px;
    margin: 0 auto;
}

.which_hed .tosen .hana img {
    animation: poyo 1.2s ease-in-out 1 forwards;
    animation-iteration-count: infinite;
}

@keyframes poyo {
    0% {
        transform: scale(1.0, 1.0) translate(0, 0);
    }
    50% {
        transform: scale(1.1, 1.1) translate(0, 0);
    }
    100% {
        transform: scale(1.0, 1.0) translate(0, 0);
    }
    0%,
    100% {
        opacity: 1;
    }
}

.which_hed .tosen h4 {
    color: #39b380;
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto 15px;
}

.which_hed .tosen h4 span {
    border-bottom: 3px dotted #39b380;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.which_hed .tosen .tosen_name h3 {
    font-size: 54px;
    line-height: 1;
    padding: 4px 0 10px;
    padding: 0;
    margin-bottom: 45px;
    font-family: 'Mochiy Pop P One', sans-serif;
    color: #39b380;
    display: flex;
    align-items: center;
    justify-content: center;
}

.which_hed .tosen .tosen_name h3 span {
    background-color: #faee00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 58px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
}

.which_hed .tosen .mv {
    padding: 1.2em 0 .2em 10px;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.which_hed .tosen .mv img {
    width: 38px;
    height: auto;
    margin: 0 .5em;
}

.which_hed .pc img {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 5em;
}

@media (max-width: 600px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .which_hed div {
        width: 100%;
        margin: 0 auto;
    }
}

.yt {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 640px;
    margin: 0 auto;
}

.yt_section iframe {
    margin-bottom: .7em;
}

.yt iframe {
    width: 100%;
    height: 100%;
}

main {
    max-width: 640px;
    margin: 1em auto;
}

.date {
    margin: 1em auto;
}

.date h3 {
    padding: 2px 0 4px;
    background-color: #39b380;
    color: #faee00;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    font-family: 'Yusei Magic', sans-serif;
    line-height: 1.2;
    margin-top: 30px;
}

.date {
    color: #39b380;
    line-height: 1.2;
}

.date p.place {
    text-align: center;
    font-size: 34px;
    padding: .7em 0 0;
    font-weight: 700;
}

.date p.time {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Akshar', sans-serif;
    font-size: 58px;
    padding: 5px 0 10px;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.date .kikan {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Akshar', sans-serif;
    font-size: 58px;
    letter-spacing: -0.01em;
    font-weight: 500;
}

.date .kikan span {
    font-size: 30px;
    font-weight: bold;
    margin-top: 17px;
}

.date .kikan p.yobi_wrap {
    display: block;
}

.date .kikan p.yobi_wrap span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #faee00;
    font-size: 14px;
    letter-spacing: 0.02em;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-top: 14px;
}

.date p.kome {
    text-align: center;
    font-weight: 700;
    padding: 15px 1em;
    font-size: 18px;
    line-height: 1.4;
}

.date .kekka {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #faee00;
    height: 230px;
    width: 230px;
    border-radius: 50%;
    margin: 1em auto 5em;
    font-weight: 700;
}

.date .kekka .happyo {
    font-size: 22px;
    border-bottom: 2px solid #39b380;
    font-family: 'Yusei Magic', sans-serif;
}

.date .kekka .nichiji {
    font-size: 95px;
    font-family: 'Akshar', sans-serif;
}

.date .kekka .nichiji span {
    font-size: 40px;
    font-weight: 400;
}

.date .kekka .yobi {
    font-size: 21px;
}


/**/

section.hoho {
    background-image: url(../which/images/bg_shima.png);
    background-size: 160px 160px;
    margin-top: 2em;
}

section.hoho h3 {
    color: #fff;
    font-size: 30px;
    background-color: #7a6a56;
    text-align: center;
    padding: .3em 0;
    line-height: 1.4;
}

section.hoho ul.tohyo {
    width: 80%;
    margin: 1.5em auto 0;
    font-size: 24px;
    color: #604c3f;
}

section.hoho ul.tohyo li {
    padding-bottom: 1.5em;
    display: flex;
    align-items: center;
    font-weight: 700;
}

section.hoho ul.tohyo li span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 40px;
    font-family: 'Akshar', sans-serif;
    width: 30px;
    height: 45px;
    margin-right: 10px;
    font-weight: 400;
}

section.hoho .rule {
    border: 2px dotted #604c3f;
    border-radius: 10px;
    margin: 0 auto 5em;
    background-color: #fff;
    color: #604c3f;
    width: 80%;
}

section.hoho .rule ul {
    width: 90%;
    margin: 0 auto 0;
    padding: 30px 0 10px;
}

section.hoho .rule ul li {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto 20px;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.4;
}

section.hoho .rule ul li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

section.hoho .k_date {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Akshar', sans-serif;
    font-size: 58px;
    letter-spacing: -0.01em;
    font-weight: 500;
    color: #604c3f;
}

section.hoho .k_date span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Akshar', sans-serif;
    font-size: 30px;
    padding-top: 20px;
    font-weight: bold;
}

section.hoho .k_date .yobi {
    background-color: #604c3f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 13px;
    margin-right: 15px;
    margin-left: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

section.hoho .media {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 3em;
}

section.hoho .media h4 {
    font-size: 26px;
    line-height: 2.6;
    text-decoration: underline dotted;
    color: #604c3f;
    text-underline-offset: 5px;
    padding-bottom: .5em;
}


/**/


/* fukudashi */

.shokudashi {
    width: 90%;
    margin: 2em auto;
}

.balloon.line {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 21px;
    color: #333;
    line-height: 1.4;
    overflow: hidden;
}

.balloon.line img {
    width: 120px;
    height: auto;
    margin: 0;
}

.bal_wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2em;
}

.bal_wrap.right {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.balloon.line img.face2 {
    margin: .2em 0 0 0;
}

.balloon.line .chat {
    position: relative;
    display: inline-block;
    max-width: 70%;
    margin: 40px 0 0;
    padding: 15px 24px;
    border-radius: 19px;
    overflow-wrap: break-word;
    clear: both;
    box-sizing: content-box;
    font-weight: bold;
    background-color: #7a6a56;
    color: #fff;
}

.balloon.line .chat p {
    padding: 0 7px;
    line-height: 1.55;
}

.balloon.line .chat.left {
    margin-left: 30px;
}

.balloon.line .chat.right {
    margin-right: 30px;
}

.balloon.line .name+.chat.left {
    margin-top: 5px;
}

.balloon.line .chat.right {
    padding: 15px 15px 15px 15px;
    margin: 30px 0 24px 0 auto;
}

.balloon.line .chat.right::after {
    content: "";
    display: table;
    clear: both;
}

.balloon.line .icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.balloon.line .name+.left .icon {
    top: -1.8em;
}

.balloon.line .chat::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 36px;
    top: -21px;
}

.balloon.line .chat.left:after {
    left: -10px;
    border-radius: 18px 0 6px 18px/18px 0 1px 18px;
    box-shadow: -3px -15px 0 -5px #7a6a56 inset;
}

.balloon.line .chat.right::after {
    right: -10px;
    border-radius: 0 18px 18px 6px/0 18px 18px 1px;
    box-shadow: inset 3px -15px 0 -5px #7a6a56;
}

.balloon.line .left+.left::after,
.balloon.line .right+.right::after {
    content: none;
}

@media (max-width: 600px) {
    .balloon.line .chat p {
        padding: 0;
        font-size: 19px;
    }
}


/* flag */

body.flag {
    background-image: url(../which/images/bg_shima_y.png);
    background-size: 80px 80px;
}

.which_hed.flag {
    background-image: none;
    background: none;
    position: relative;
    max-width: 640px;
    margin: 0 auto;
}

.which_hed.flag .thank {
    position: absolute;
    top: 100px;
    padding: 0 1em;
}

.which_hed.flag .kokeshi {
    margin: 90px auto;
}

.which_hed.flag .kokeshi img {
    width: 70%;
    margin: 0 auto;
}

.which_hed.flag .wall_dl {
    margin: 0 auto 5em;
}

.which_hed.flag .wall_dl img {
    width: 150px;
    height: auto;
    margin: 0 auto;
}

.which_hed.flag .wall_dl a {
    width: 180px;
    background-color: #39b380;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    margin: .7em auto;
}

section.flag_link {
    text-align: center;
    background-color: #39b380;
    color: #fff;
    padding: 1em 0;
    margin-top: 2em;
    border-radius: 20px;
}

section.flag_link h3 {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.15em;
}

section.flag_link img {
    width: 100px;
    height: auto;
    margin: 20px auto;
}

section.flag_link a {
    width: 300px;
    height: 40px;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    border-radius: 8px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.hoho.flag {
    background: none;
}

section.hoho.flag h3 {
    background: none;
    color: #604c3f;
    height: 28px;
    font-size: 28px;
    margin-bottom: 15px;
}

section.hoho.flag h3 span {
    display: inline-block;
    border-bottom: 10px solid #fff;
    height: 32px;
}

.vote {}

.dayvote {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #39b380;
    border: 2px solid #e7e7e7;
    border-radius: 15px;
    height: 30px;
    width: 200px;
    margin: 0 auto .5em;
    font-weight: normal;
}

.shokudashi_gr {
    background-image: url(../which/images/fukidashi.png);
    background-size: cover;
    width: 280px;
    height: 129px;
    margin: 1em 0 0 auto;
    font-size: 17px;
    letter-spacing: 0.02em;
    font-weight: bold;
    font-family: 'Yusei Magic', sans-serif;
    color: #fff;
    padding: 0 1em 1em 2em;
    text-align: left;
    display: flex;
    align-items: center;
    backdrop-filter: drop-shadow(1px 0px 0px rgba(250, 250, 250, 1));
}

.shokudashi_gr {}

.shokudashi_gr h4 {
    line-height: 1.5;
}


/***/

#particles-js {
    position: fixed;
    /*描画固定*/
    z-index: -1;
    /*描画を一番下に*/
    width: 100%;
    height: 100%;
    /*背景色*/
}

html,
body {
    height: 100%;
    /*高さを100%にして描画エリアをとる*/
}

.header.flag {
    position: relative;
    /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
    z-index: 1;
    /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
    width: 100%;
    height: 100%;
}


/*/vote**/

.fade {
    transform: translate(0, 100px);
    transition: all 900ms;
    opacity: 0;
}

.fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

.vote {
    background-color: #edec71;
    border-radius: 30px 30px;
    padding: 1em 0;
}
.chk_vote h5 {
    font-size: 18px;
    color: #333;
}

.vote ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vote h5 {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.vote h4 {
    margin: 0 auto;
    padding: 2.5em .5em 0;
    font-size: 16px;
}

.vote ul li {
    margin: 0 10px;
    font-family: 'Mochiy Pop P One', sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 0 2em;
}
.vote ul li img {
    width: 170px;
    height: auto;
}

.vote p {
    color: #fff;
    background-color: #333;
    border: 3px solid #fff;
    width: 140px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .4em 0 .5em;
    font-size: 16px;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin: 0 auto;
}
.vote p.shoku {
    background-color: #41210d;
}
.vote p.zekkei {
    background-color: #fff;
    color: #41210d;
        border: 3px solid #41210d;
}
.vote ul.none {
    display: none;
}

.del_cookie {
    cursor: pointer;
    color: #333;
}
.now_vote {
    text-align: center;
    padding: 0 0 4em;
}

.now_vote a {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    margin: 0 auto;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    padding: 2px 0 0;
    border-radius: 26px;
    background-size: 70px 70px;
    background-image: url(../which/images/bg_shima_gr.png);
}

@media (max-width: 600px) {
    .date p.place {
        font-size: 26px;
    }
    section.hoho .k_date {
        font-size: 35px;
    }
    section.hoho .k_date span {
        padding-top: 5px;
    }
    section.hoho .k_date .yobi {
        margin-top: 3px;
    }
    article.kokeshi {
        width: 90%;
    }
    article.kokeshi .kokeshi_box h4 {
        font-size: 25px;
    }
    article.kokeshi .kokeshi_box h3 {
        font-size: 50px;
    }
    article.kokeshi .kokeshi_box h3 span {
        font-size: 60px;
        width: 80px;
        height: 80px;
    }
    .prof {
        width: 90%;
    }
    .vote ul li img {
        width: 100%;
    }
    .vote ul li a {
        width: 155px;
        height: 155px;
    }
}
@media (max-width: 530px) {
    .vote ul li a {
        width: 135px;
        height: 135px;
    }
    .vote ul li {
        padding: 0 4%;
    }
    .vote h4 {
        padding: 4em .5em 0;
    }
}
@media (max-width: 415px) {
    .vote ul li {
        padding: 0 1%;
    }
    .vote ul li a {
        width: 115px;
        height: 115px;
    }
    .vote p {
        width: 100%;
        font-size: 3.5vw;
    }
}
@media (max-width: 320px) {
    .vote ul {
        flex-direction: column;
    }
    .vote ul li {
        padding: 0 0 3em;
    }
    .vote h4 {
        padding: 0;
    }
    .vote p {
        font-size: 6vw;
    }
}

.real {
    position: relative;
    background-color: #f1a6a6;
    border-radius: 30px;
    padding: 40px 20px 20px;
    text-align: center;
}
.real h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:-18px;
}
.real h3 span{
    background-color: #333;
    color:#fff;
    line-height: 1.2;
    padding: .5em 1em;
    font-size: 24px;
    border-radius: 35px;
}
.real h3 small {
    font-size: 14px;
    padding-left: 1em;
}
.real h5 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto 20px;
    text-align: left;
    line-height: 1.6;
    padding: .5em 1em;
    font-size: 24px;
    font-weight: bold;
    border-radius: 35px
}
.real h5 span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #39b380;
    color:#fff;
    line-height: 1.2;
    padding: .5em 1em;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 1em;
    flex-shrink: 0;
    white-space: nowrap;
    margin-top: 2px;
}
.real .present {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1em auto 10px
}
.real .present p{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-left: .5em;
}
.real .present p span{
    display: block;
    font-size: 12px;
}
.kekka h5.sub,
.real h5.sub {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    margin: 0;
}
.real .present img{
    width: 60px;
    height: auto;
    margin: 0 .5em .5em 0;
}
.today_date.box {
    font-size: 50px;
    margin: 20px auto 15px;
}
@media (max-width: 640px) {
    .today_date.box {
        flex-wrap:wrap;
        font-size: 12vw;
    }
    .today_date.box span:nth-child(2){
        font-size: 3.5vw;
    }
    .today_date.box span:nth-child(3){
        font-size: 6vw;
        padding-top: 15px;
        text-align: center;
        display: block;
        width: 100%;
    }
    .real .present {
        flex-wrap: wrap;
    }
    .real .present p{
        width:100%;
        text-align: center;
        padding: .5em 1em;
        margin: 0 auto;
        font-size: 5vw;
    }
    .real h5 {
        flex-direction: column;
        font-size: 5vw;
    }
    .real h5 span {
        margin: 0 0 1em;
    }
    .real h3 span{
        font-size: 4.5vw;
    }
    .real h3 small {
        font-size: 2.5vw;
    }
    .real .present p span{
        font-size: 2.5vw;
    }
    .real .present img{
        width: 23%;
        margin: 0 1% .5em;
    }
}
.kekka {
    text-align: center;
}
.kekka img {
    max-width: 80%;
    margin: 1em auto 0;
}

/**/

.bn {
    text-align: center;
    padding: 2em 0;
}

.bn img {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1em;
}

.sns_wrap {
    display: flex;
    justify-content: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.sns_wrap img {
    width: 40px;
    height: 40px;
    margin: 10px;
    flex-shrink: 0;
}

.copy {
    text-align: center;
    font-size: 12px;
    padding: 1em 0 .1em;
}


/* module */

ul {
    list-style: none;
    padding: 0;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}