/* reset */

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    border: 0;
    box-sizing: border-box;
    vertical-align: baseline;
    list-style-type: none;
}

/* reset end */

/* loader */

#loader {
    background: #974097;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: opacity 0.5s;
}

/*背景*/
.loader,
.loader:before,
.loader:after {
    background: #fff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    height: 4em;
    width: 1em;
    top: 50%;
}

.loader {
    color: #d24533;
    text-indent: -9999em;
    margin: auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/* End loader */

/* Common */

.onlySp {
    display: none;
}

body {}

#page_all {
    font-family: "LINE Seed JP", sans-serif;
    font-size: min(3.5vw, 16px);
    color: #333;
    line-height: 1.75;
    background-image: url(../img/bg.png);
    background-size: 20px 20px;
}

img {
    vertical-align: bottom;
}

#pan_box {
    background: #000;
    color: #fff;
    overflow-x: scroll;
    scrollbar-width: none;
}

#pan_box::-webkit-scrollbar {
    display: none;
}

.in {
    display: flex;
    font-size: 12px;
    line-height: 28px;
    width: min(100%, 1280px);
    margin: 0 auto;
    padding-left: 1em;
    white-space: nowrap;
}

.in a {
    text-decoration: none;
    color: #fff;
}

.in li::after {
    content: ">";
    display: inline-block;
    padding: 0 1em;
}

.in li:last-of-type::after {
    content: "";
}

#footer #f_PC,
footer #f_SP {
    margin: 0 auto !important;
}

#sns_button {
    padding: 60px 0 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

#sns_button a {
    display: block;
    width: 40px;
    height: 40px;
}

#sns_button img {
    width: 40px;
    height: 40px;
}

.stream_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.stream_list li {
    width: min(90%, 400px);
}

.stream_list li a {
    width: 100%;
    display: block;
}

/* PC */
main {
    text-align: left;
}

.top_main {
    padding: 3.5em 0;
    background: linear-gradient(90deg, #ffddec, #fff, #ffddec);
}

.top_main h1 {
    text-align: center;
    font-weight: 900;
    color: #f67f93;
    line-height: 1.5;
}

.top_main h1 small {
    display: block;
    font-size: min(2.5vw, 14px);
}

.top_main h1 .top {
    display: block;
    font-size: min(6vw, 40px);
}

.top_main h1 .bottom {
    display: block;
    font-size: min(6vw, 40px);
}

.top_main h1 img {
    display: block;
    width: min(80%, 800px);
    margin: 0 auto;
}

.wrap {
    width: min(90%, 1200px);
    margin: 0 auto 2em;
    display: flex;
    justify-content: space-between;
}

.wrap main {
    width: calc(100% - 320px);
}

.oatime {
    background: #f67f93;
    text-align: center;
    color: #fff;
    padding: 1em 0;
    font-weight: bold;
    font-size: min(4vw, 24px);
    margin-bottom: 1em;
}

.oatime small {
    font-size: 0.75em;
}

#right_side {
    padding-top: 0 !important;
}

main section {
    background: #fff;
    border-radius: 0.5em;
    outline: 2px solid #ffddec;
    outline-offset: -8px;
    box-sizing: border-box;
    padding: 1.5em 2em 2em;
    margin-bottom: 2em;
    box-shadow: 0 0 4px #ffddec;
}

.notice {
    text-align: center;
}

.notice a {
    color: #d91c64;
}

section h2 {
    font-size: 1.35em;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.5em 0;
    margin-bottom: 1em;
    border-bottom: 2px dotted #d91c64;
}

section h2::before {
    content: "";
    display: block;
    width: 2em;
    height: 2em;
    background-image: url(../img/ribbon.webp);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}

section h2 small {
    display: block;
    font-size: min(3vw, 14px);
}

section h2 .deco {
    background: #d91c64;
    width: 12em;
    line-height: 2;
    font-size: 14px;
    text-align: center;
    display: block;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 0.5em;
}

.comment_box,
.prof_box {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    box-sizing: border-box;
    background: #fffcfe;
    margin-bottom: 1em;
    align-items: flex-start;
    box-shadow: 0 0 4px #ffbed7;
    border-radius: 8px;
}

.comment_box strong,
.prof_box strong {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
}

.comment_box p,
.prof_box p {
    width: calc(70% - 1em);
}

.comment_box img,
.prof_box img {
    display: block;
    width: 30%;
}

section p {
    margin-bottom: 2em;
}

section dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section dl {
    border: 1px solid #d91c64;
    border-right: 0;
    border-bottom: 0;
}

section dl dt {
    width: 12em;
    background: #fff5f9;
    color: #d91c64;
    font-weight: bold;
    text-align: center;
    padding: 1em 0;
    border-bottom: 1px solid #d91c64;
    box-sizing: border-box;
}

section dl dd {
    width: calc(100% - 12em);
    padding: 1em;
    border-right: 1px solid #d91c64;
    border-bottom: 1px solid #d91c64;
}

section dd a {
    display: inline-block;
    color: #d91c64;
    word-break: break-all;
}

section dd ul {
    padding-top: 0.5em;
    margin-bottom: 1em;
}

section dd li {
    list-style-type: disc;
    margin-left: 1.5em;
}

section dd li spna{
    display: inline-block;
}

section dd .form {
    display: block;
    width: 14em;
    padding: 1em;
    text-align: center;
    border-radius: 8px;
    /* background: linear-gradient(135deg, #ffddec, #fff, #ffddec); */
    outline: 1px solid #f67f93;
    outline-offset: -4px;
    text-decoration: none;
    color: #d91c64;
    font-weight: 600;
    margin-top: 1em;
    transition: 0.25s;
    box-shadow: 0 0 4px #d91c64;
}

.form:hover {
    opacity: 0.75;
}

section dl.spon {
    border: 0;
}

section dl.spon dt {
    border: 0;
    margin-bottom: 2px;
}

section dl.spon dd {
    border: 0;
    margin-bottom: 2px;
}

section dl.spon ul {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    gap: 3.33%;
}

section dl.spon li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 30%;
    padding: 1em;
    box-sizing: border-box;
    border: 1px solid #efefef;
}

section dl.spon img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

ul.prize {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    gap: 10px;
}

ul.prize li {
    width: 32%;
    border: 1px solid #efefef;
    pointer-events: none;
}

ul.prize li img {
    display: block;
    width: 100%;
}

/* SP */

@media screen and (max-width:980px) {
    .onlySp {
        display: block;
    }

    #right_side {
        width: 100% !important;
    }

    .wrap {
        flex-wrap: wrap;
    }

    .wrap main {
        width: 100%;
    }

    #header {
        min-height: auto;
    }

    #page_all {
        overflow-x: hidden;
    }
}

@media screen and (max-width:600px) {

    section dl dt,
    section dl dd {
        width: 100%;
    }

    section dl dt {
        border-right: 1px solid #d91c64;
        display: flex;
        justify-content: flex-start;
        text-align: left;
        padding-left: 1em;
    }

    section dl dt::before {
        content: "▼";
        display: block;
        margin-right: 0.5em;
    }

    section h2 {
        font-size: 1.03em;
    }

    section dd .form {
        width: 100%;
    }

    section dl.spon dd {
        padding: 1em 0 0 0;
    }

    section dl.spon li {
        width: min(48%, 200px);
    }

    .comment_box,
    .prof_box {
        flex-wrap: wrap;
    }

    .comment_box img,
    .prof_box img {
        width: 80%;
        margin: 0 auto 1em;
    }

    .comment_box p,
    .prof_box p {
        width: 100%;
    }

    .comment_box strong,
    .prof_box strong {
        text-align: center;
    }
}
