@import url('layout.css');

.intro-section-read {
    font-size: 28px;
    text-align: center;
    line-height: 75px;
    margin: 50px 0;
    color: var(--color-white);
}

.about-img {
    display: block;
    max-width: 610px;
    width: 100%;
    margin: auto;
}

.section-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.section {
    padding: 100px 0;
    width: 100%;
}

.section-title {
    font-size: 105px;
    line-height: 1;
    color: var(--accent-color);
    font-family: math, serif;
    font-weight: bold;
    font-style: normal;
    letter-spacing: -5px;
    margin: 0 0 75px 0;
    text-align: center;
}

.section-inner {
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.6rem;
    max-width: 1120px;
}

.news-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.news-press {
    padding: 3.2rem 0;
    transition-property: opacity;
    border-top: 1px solid #3d3d3d;
    width: 100%;
}

    .news-press:last-child {
        border-bottom: 1px solid #3d3d3d;
    }

.news-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-date {
    width: 240px;
    color: var(--color-white);
    padding-left: 2rem;
    opacity: .8;
    letter-spacing: .2rem;
}

.news-title {
    width: 100%;
    padding: 0 2rem;
    font-size: 24px;
}

.about-section {
    /*background-color: var(--accent-color);*/
    /*color: black;*/
}

    .about-section .section-title {
        /*color: black;*/
    }

.organizer {
}

.organizer-box {
    display: flex;
    gap: 20px;
}

.organizer-name {
    text-align: center;
}

.organizer-half-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 50%;
}

.section-title-sub {
    line-height: 1;
    color: var(--accent-color);
    font-family: math, serif;
    font-style: normal;
    letter-spacing: -1px;
    margin: 0 0 30px 0;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

.organizer-greeting {
    padding: 20px 0;
    max-width: 900px;
    margin: auto;
}

.organizer-image {
    text-align: center;
}

    .organizer-image > span {
        font-size: 24px;
        font-weight: bold;
    }

    .organizer-image > img {
        padding-bottom: 15px;
    }

.organizer-profile {
}

.main-visual {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 130px 20px 50px;
    gap: 20px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-image: url(/image/back//back.jpg);
}

.main-visual-top,
.main-visual-bottom {
    display: flex;
    align-items: center;
    margin: auto;
}

.main-visual-top {
    flex-grow: 1.5;
    flex-basis: 60%;
    height: 60%;
}

.main-visual-bottom {
    flex-grow: 1;
    flex-basis: 40$;
    height: 40%;
}

.map-link {
    text-decoration: underline;
}

.img-wrap {
    flex-grow: 1;
    height: 100%;
    text-align: center;
}


.main-visual-img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    max-height: 100%;
    margin: auto;
}

.free-entry-img {
    width: 100%;
    max-width: 1200px;
    height: auto;
    max-height: 100%;
    margin: auto;
}

#imgPrice {
    max-width: 800px;
}

main {
    background-repeat: round;
    background-position: bottom;
    background-size: 35px;
    background-image: url(/image/back//body_back.png);
    background-color: rgba(15,10,10,0.5);
    background-blend-mode: darken;
}

.contact-text {
    text-align: center;
}

.mail {
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    padding-bottom: 2px;
    text-decoration: underline;
}

.cont-taglist {
    display: flex;
    margin-bottom: 20px;
}

.cont-tagitem.tab-active {
    background: var(--accent-color);
    color: #fff;
}

.cont-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 320px;
}

.event-info {
    margin: auto;
    max-width: 1000px;
}

.cont-tagitem {
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid var(--accent-color);
    width: 50%;
    cursor: pointer;
}

.cont-block {
    display: none;
}

    .cont-block.tab-show {
        display: block;
    }

.cont-th {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 15px 20px;
    border-bottom: 1px solid var(--accent-color);
    white-space: nowrap;
    min-width: 180px;
}

.cont-td {
    vertical-align: middle;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.rule-judge {
    margin-top: 76px;
    text-align: center;
}

.cont-ttl {
    text-align: center;
    margin-bottom: 30px;
}

.cont-tbl {
    width: 100%;
}

.rule-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    justify-content: center;
    text-align: center;
}

.rule-item {
    flex: 1;
    max-width: 480px;
    margin: 0 auto;
}

.rule-name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0;
    padding: 0 10px 5px;
    border-bottom: 1px solid #ccc;
}

.profile-sns-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    fill: white;
}

.coming-soon {
    border: double 2px var(--accent-color);
    margin: 15px;
    display: inline-block;
    padding: 15px 20px;
    text-align: center;
    border-radius: 15px;
    font-size: 48px;
    font-weight: bold;
    color: var(--accent-color);
    transform: rotate(5deg);
    background-color: var(--main-bg-color);
}

.entry-info {
    padding-top: 75px;
    text-align: center;
}

.how-to-entry {
    font-size: 24px;
    text-align: left;
    display: inline-block;
    line-height: 48px;
    list-style: decimal;
    padding-left: 28px;
}


.tweet-wrap {
    margin: auto;
    max-width: 900px;
    max-height: 80vh;
    overflow-y: scroll;
    box-sizing: border-box;
}

.youtube-wrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    text-align: center;
    margin: auto;
    box-sizing: border-box;
    overflow-x: scroll;
    justify-content: center
}

    .tweet-wrap::-webkit-scrollbar,
    .youtube-wrap::-webkit-scrollbar {
        width: 5px;
        height: 10px;
    }

    .tweet-wrap::-webkit-scrollbar-thumb,
    .youtube-wrap::-webkit-scrollbar-thumb {
        background-color: #aaa;
        border-radius: 5px;
    }

    .tweet-wrap::-webkit-scrollbar-track,
    .youtube-wrap::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 5px;
    }

.youtube-nomal {
    aspect-ratio: 16 / 9;
    max-width: 100%;
    width: 600px;
    height: auto;
}

.youtube-shorts {
    aspect-ratio: 9 / 16;
    width: 50%;
}

.youtube-sub-section {
    margin-bottom: 75px;
}

/*入力ステップナビ*/
.progressbar {
    position: relative;
    margin: 50px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .progressbar li {
        position: relative;
        list-style-type: none;
        text-align: center;
        text-transform: uppercase;
        /*width: 33.333%;*/
        flex: 1;
        color: #999999;
        font-weight: bold;
        counter-increment: steps;
    }

        .progressbar li:before {
            display: block;
            width: 26px;
            height: 26px;
            margin: 7px auto 20px auto;
            content: '';
            line-height: 26px;
            font-size: 12px;
            text-align: center;
            border-radius: 50%;
            background-color: #F5F5F5;
            content: counter(steps);
        }

        .progressbar li:after {
            position: absolute;
            z-index: 1;
            top: 15px;
            left: -40%;
            width: 80%;
            height: 2px;
            content: '';
            background-color: #F5F5F5;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active,
        .progressbar li.complete {
            color: var(--accent-color);
        }

            .progressbar li.active:before,
            .progressbar li.complete:before {
                background-color: var(--accent-color);
                color: #FFF;
            }

            .progressbar li.active:after,
            .progressbar li.complete:after {
                background-color: var(--accent-color);
            }

/* Entry */
form {
    max-width: 720px;
    margin: auto;
}

.entry-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.entry-press {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    transition-duration: .2s;
    transition-property: opacity;
    width: 100%;
    gap: 10px;
}

.entry-label {
    font-weight: bold;
}

    .entry-label label {
        font-size: 15px;
        margin: auto;
        text-align: center;
    }

    .entry-label button {
        float: right;
    }

.pluralBtn {
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    padding: 0;
    margin-left: 10px;
}

.entry-input {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/*    .entry-input input {
        background: #FFFFFF;
        border-bottom: 1px solid #EEEEEE;
        border-left: 1px solid #EEEEEE;
        border-radius: 4px;
        border-right: 1px solid #EEEEEE;
        border-top: 1px solid #EEEEEE;
        box-shadow: none;
        color: #333;
        font-family: var(--s-font-bd95c575);
        font-size: 15px;
        font-weight: 400;
        height: 50px;
        justify-content: center;
        letter-spacing: 0em;
        line-height: 1.4;
        margin: 0px 0px 0px 0px;
        opacity: 1;
        padding: 10px 10px 10px 10px;
        text-align: left;
        width: 100%;
        max-width: 100%;
    }

        .entry-input input:focus {
            border-color: var(--accent-color);
            border-width: 2px;
        }

    .entry-input textarea {
        background: #FFFFFF;
        border-bottom: 1px solid #EEEEEE;
        border-left: 1px solid #EEEEEE;
        border-radius: 4px;
        border-right: 1px solid #EEEEEE;
        border-top: 1px solid #EEEEEE;
        box-shadow: none;
        color: #333;
        font-family: var(--s-font-bd95c575);
        font-size: 15px;
        font-weight: 400;
        height: 160px;
        justify-content: center;
        letter-spacing: 0em;
        line-height: 1.4;
        opacity: 1;
        padding: 10px 10px 10px 10px;
        text-align: left;
        text-shadow: none;
        width: 100%;
        max-width: 100%;
    }*/

.progressbar-buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

    .progressbar-buttons button {
        border-radius: 4px;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        margin: 20px 0px 0px 0px;
        opacity: 1;
        padding: 15px;
        flex: 1;
    }

button#next.disabled,
button#back.disabled,
button#submit.disabled {
    background: lightgray;
    cursor: default;
}

button#back {
    background: white;
    color: #b40500;
}

button#next,
button#submit {
    background: #b40500;
    color: white;
}

.accordion-wrap {
    border-bottom: 1px solid #333;
    padding: 25px 0 15px;
}

.accordion-item {
    padding: 10px 0;
}

details[open] .accordion-header svg {
    transform: rotate(0deg);
}

details .accordion-header svg {
    transform: rotate(180deg);
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    fill: white;
}

::placeholder {
    color: #aaa;
}

.rule-memo {
    /*padding-left: 25px;*/
    list-style: circle;
    text-align: left;
}

iframe {
    width: 100%;
}

.required {
    color: var(--accent-color);
}


@media (max-width: 768px) {
    body {
        font-size: 12px;
    }

    .main-visual {
        padding-top: 70px;
    }

    .entry-area {
        padding: 9px 11px;
    }

    .section {
        padding: 50px 0;
    }

    .intro-section-read {
        font-size: 14px;
        line-height: 32px;
        font-weight: bold;
    }

    .section-title {
        font-size: 45px;
        margin-bottom: 35px;
    }

    .section-title-sub {
        font-size: 28px;
    }

    .cont-th {
        min-width: 125px;
    }

    .rule-list {
        display: flex;
        flex-direction: column;
        padding: 0 12px;
    }

    .rule-name {
        font-size: 15px;
    }

    .coming-soon {
        font-size: 24px;
    }

    .profile-sns-list {
        gap: 12px;
    }

    .snsList-item {
        width: 18px;
    }

    .how-to-entry {
        font-size: 15px;
        padding: 0 12px 0 48px;
    }

    .news-flex {
        flex-direction: column;
        padding: 5px 0;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .news-date {
        padding: 0;
    }

    .news-title {
        padding: 0;
        font-size: 15px;
    }

    .organizer-box {
        flex-direction: column;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 24px;
    }

    .footer-nav {
        flex-direction: column;
        gap: 12px;
    }

    .snsList {
        justify-content: center;
        gap: 24px;
    }

    .footer-flex {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        margin-top: 35px;
    }

    .nav-item,
    .footer-item {
        font-size: 16px;
    }

    .footer-nav {
        border-top: 1px solid rgba(255,255,255,.2);
        border-bottom: 1px solid rgba(255,255,255,.2);
        padding: 20px 0;
    }

    *.sp {
        display: block;
    }

    *.pc {
        display: none;
    }
}

@media (max-width: 1024px) {
    .header-logo {
        width: 150px;
    }

    .header-wrap {
        padding: 18px;
    }

    .trigger {
        width: 40px;
        height: 24px;
        top: -10px;
        right: -7px;
    }

    .trigger-bar {
        height: 2.5px;
    }
}
