*,:after,:before {
    box-sizing: border-box;
}

:after,:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

html {
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul {
    margin: 0;
}

hr {
    height: 0;
    overflow: visible;
}

nav ol,nav ul {
    list-style: none;
    padding: 0;
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,strong {
    font-weight: bolder;
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle;
}

audio,video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

iframe,img {
    border-style: none;
}

svg:not([fill]) {
    fill: currentColor;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

button,input,select {
    margin: 0;
}

button {
    overflow: visible;
    text-transform: none;
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
}

fieldset {
    border: 1px solid #a0a0a0;
    padding: .35em .75em .625em;
}

input {
    overflow: visible;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

select {
    text-transform: none;
}

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical;
}

[type=checkbox],[type=radio] {
    padding: 0;
}

[type=search] {
    -webkit-appearance: textfield;
     outline-offset: -2px;
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
    box-shadow: none;
}

details,dialog {
    display: block;
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

dialog:not([open]) {
    display: none;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none
}

[tabindex],a,area,button,input,label,select,summary,textarea {
    -ms-touch-action: manipulation;
     touch-action: manipulation;
}

[hidden] {
    display: none;
}

[aria-busy=true] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled=true],[disabled] {
    cursor: not-allowed;
}

[aria-hidden=false][hidden] {
    display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0,0,0,0);
    position: absolute;
}

.main-visual__img {
    padding: 0 0 20px;
}

.reward {
    color: #fff;
    font-weight: 700;
}

@media(min-width: 768px) {
    .reward {
        max-width:560px;
        margin: 0 auto;
    }


}

@media(max-width: 767px) {
    .reward__img {
        width:100%;

    }


}

.winings {
    margin-top: 30px;
}

.how-to-entry {
    margin: 0 16px 50px;
}

@media(min-width: 768px) {
    .how-to-entry {
        margin:0 auto 50px;
        max-width: 520px;
    }
}

.how-to-entry__content {
    background-color: #fff;
    border: 1px solid #f90;
    padding: 24px 12px;
    color: #231815;
    font-weight: 700;
}

@media(min-width: 768px) {
    .how-to-entry__content {
        padding:24px 58px;
    }
}

.kumanekohai2022-comic {
    border-top: 1px dashed #ff3559;
    padding: 16px 0;
    text-align: center;
}

.kumanekohai2022-comic__text-strong {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ff3559;
    margin-bottom: 8px;
}

@media(min-width: 768px) {
    .kumanekohai2022-comic__text-strong {
        font-size:1.8rem;
    }
}

.kumanekohai2022-comic__button {
    width: 100%;
}

@media(min-width: 768px) {
    .kumanekohai2022-comic__button {
        width:320px;
        margin: 0 auto;
    }
}

.kumanekohai2022-comic__button__link {
    background-color: #ff3559;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    text-decoration: none;
    box-shadow: 4px 4px 0 #c2babc;
    display: block;
    padding: 10px 0;
}

@media(min-width: 768px) {
    .kumanekohai2022-comic__button__link {
        font-size:1.8rem;
        transition: transform .2s ease-out,box-shadow .2s ease-out;
        transform: translateY(0);
    }

    .kumanekohai2022-comic__button__link:hover {
        transform: translateY(4px);
        box-shadow: none;
    }
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
    min-width: 320px;
    font-family: Noto Sans JP,Hiragino Kaku Gothic ProN,Meiryo,メイリオ,sans-serif;
    line-height: 1.6;
    background-color:  rgb(35, 24, 21);
}

body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100%;
    height: 100vh;
    background-image: url(../image/bg_sp-ciy40m3.png);
    background-size: 100%;
    background-repeat: repeat-y;
}



.apanda_x_button{
     display: block;
     text-decoration: none;
     width: 50%;
     box-sizing: border-box;
     box-shadow: 4px 4px 0 #c2babc;
     background-color: #000;
     padding: 14px 20px;
     text-align: center;
     color: #fff;
     font-size: 1.6rem;
     font-weight: bold;
     position: absolute;
     top: 595px;
     left:140px;
     transition: transform .2s ease-out,box-shadow .2s ease-out;
     transform: translateY(0);
}

.apanda_x_button:hover{
     transform: translateY(4px);
     box-shadow: none;
}

@media(min-width: 768px) {
    body:before {
        background-image:url(../image/bg_pc-L1yUVnp.png);
        background-repeat: repeat;
        background-size: 100vw;
    }
}

main {
    position: relative;
    display: block;
}

@media(min-width: 768px) {
    main {
        max-width:760px;
        margin: 0 auto;
        background: linear-gradient(270deg,rgba(35,24,21,0),rgba(35,24,21,.7) 15.79%,rgba(35,24,21,.7) 83.84%,rgba(35,24,21,0));
    }
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
}

ol,ul {
    padding: 0;
}

dd,dl,dt,h1,h2,h3,ol,p,ul {
    margin: 0;
}

@media(min-width: 768px) {
    .main-visual {
        max-width:760px;
        margin: 0 auto;
        background: linear-gradient(270deg,rgba(35,24,21,0),rgba(35,24,21,.7) 15.79%,rgba(35,24,21,.7) 83.84%,rgba(35,24,21,0))
    }
}

.main-visual__img {
    color: #fff;
    padding: 0 0 10px;
}


@media(max-width: 768px) {


.apanda_x_button{
     display: block;
     text-decoration: none;
     width: 50%;
     box-sizing: border-box;
     box-shadow: 2px 2px 0 #c2babc;
     background-color: #000;
     padding: 10px 15px;
     text-align: center;
     color: #fff;
     font-size: 1.2rem;
     font-weight: bold;
     position: absolute;
     margin: 0;
     left: 25%;
     top:23%;
     transition: transform .2s ease-out,box-shadow .2s ease-out;
     transform: translateY(0);

}

.apanda_x_button:hover{
     transform: translateY(4px);
     box-shadow: none;
    }
}

@media(min-width: 768px) {
    .main-visual__img {
        padding:30px 0 20px;
    }
}

.main-visual__img__sp {
    display: block;
    width: 100%;
    height: auto;
}

@media(min-width: 768px) {
    .main-visual__img__sp {
        display:none;
    }
}

.main-visual__img__pc {
    display: none;
}

@media(min-width: 768px) {
    .main-visual__img__pc {
        display:block;
    }

}



.reward__wrap {
    position: relative;
    color: #231815;
    font-weight: 700;
    margin-bottom: 50px;
}

.reward__wrap:before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 65px);
    height: calc(100% - 350px);
    background: #f90;
    top: 300px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

@media(min-width: 768px) {
    .reward__wrap {
        max-width:560px;
        margin: 0 auto 50px;
    }

    .reward__wrap:before {
        width: 90%;
    }
}

.reward__top {
     position: relative;
     z-index: 1;
}

@media(max-width: 767px) {
    .reward__top {
        width:100%;
        height: auto;
    }
}

.reward__main {
    position: relative;
    z-index: 2;
    background-image: url(../image/reward_main_1-2sUVTAj.png),url(../image/reward_main_1-2sUVTAj.png);
    background-size: 100% auto,100%;
    background-repeat: no-repeat,repeat-y;
    background-position: 0 100%,0 0;
    padding: 0;
}

@media(min-width: 768px) {
    .reward__main {
        width:100%;
    }
}

.reward__main ul {
    overflow: hidden;
    padding-top: 25px;
    list-style-type: none;
}

.reward__main ul li div {
    padding: 60px 20px 20px;
    position: relative;
    width: calc(100% - 80px);
    max-width: 410px;
    margin: 0 auto 20px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.1);
}

@media(min-width: 768px) {
    .reward__main ul li div {
        max-width:410px;
    }
}

.reward__main ul li div .request__img {
    position: absolute;
    left: 0;
    top: -28px;
    width: 214px;
    height: auto;
}

.reward__main ul li div .request-pin__img {
    position: absolute;
    right: 2px;
    top: -7px;
    width: 30px;
    height: auto;
}

.reward__main ul li div .reward__title {
    padding-bottom: 5px;
    color: #ff3559;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px dashed #897e81;
}

.reward__main ul li div .reward__title br {
    display: block;
}

@media(min-width: 768px) {
    .reward__main ul li div .reward__title br {
        display:none;
    }
}

.reward__main ul li div .reward__text {
    padding-top: 5px;
    color: #231815;
    font-size: 14px;
    font-weight: 400;
}

.reward__main ul li div .reward__text span {
    font-size: 1.2rem;
}

.reward__main ul li:nth-child(2n) {
    transform: rotate(2deg)
}

.reward__main>p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

.reward__main>p>a {
    color: #231815;
}

@media(max-width: 767px) {
    .reward__main {
        width:100%;
        height: auto;
    }
}

.reward__bottom {
    position: relative;
    z-index: 1;
}

.winings {
    text-align: center;
    margin-top: 0;
}

.endcom {
    text-align: center;
    margin-top: 0;
}


@media(min-width: 768px) {
    .winings {
        margin-top:30px;
    }
}

.winings__text {
    font-size: 1.4rem;
}

.endcom__text {
    font-size: 4rem;
    color: #ff3559;
}

@media(min-width: 768px) {
    .winings__text {
        font-size:2rem;
    }
}

.endcom__text {
        font-size:3rem;
}

.winings__text--first {
    margin-bottom: 20px;
}

.endcom__text--first {
    margin-bottom: 30px;
}

.winings__text__colored {
    color: #f0ff00;
}

.winings__strong-text {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 6px;
}

@media(min-width: 768px) {
    .winings__strong-text {
        font-size:4.2rem;
        line-height: 1.3;
    }
}

.winings__strong-text__number {
    color: #f0ff00;
    font-size: 4.6rem;
}

@media(min-width: 768px) {
    .winings__strong-text__number {
        font-size:8rem;
    }
}

.winings__attention {
    font-weight: 400;
    font-size: 1.4rem;
}

@media(min-width: 768px) {
    .winings__attention {
        font-size:1.6rem;
    }
}

.apanda-web-comic {
    margin: 0 auto 50px;
    border-bottom: 1px solid #fff;
    width: 204px;
}

@media(min-width: 768px) {
    .apanda-web-comic {
        width:224px;
    }
}

.apanda-web-comic__link {
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-weight: 400;
}

@media(min-width: 768px) {
    .apanda-web-comic__link {
        font-size:1.6rem;
    }
}

.apanda-web-comic__link:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

@media(min-width: 768px) {
    .apanda-web-comic__link:after {
        margin-top:2px;
    }
}

.benefits {
    border: 1px solid #fff;
    margin: 0 16px 50px;
    background-color: rgba(35,24,21,.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

@media(min-width: 768px) {
    .benefits {
        max-width:520px;
        margin: 0 auto 50px;
    }
}

.benefits__heading {
    color: #f0ff00;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 18px;
}

@media(max-width: 320px) {
    .benefits__heading {
        font-size:1.6rem;
    }
}

@media(min-width: 768px) {
    .benefits__heading {
        font-size:2.4rem;
        margin: 20px auto;
    }
}



@media(min-width: 768px) {
    .benefits__heading:after {
        width:22px;
        height: 26px;
    }
}

.benefits__list {
    list-style: none;
    counter-reset: li_count;
    margin: 0 12px 24px;
}

@media(min-width: 768px) {
    .benefits__list {
        margin:0 48px 24px;
    }
}

.benefits__list__item {
    font-size: 1.6rem;
    display: flex;
}

@media(max-width: 320px) {
    .benefits__list__item {
        font-size:1.4rem;
    }
}

@media(min-width: 768px) {
    .benefits__list__item {
        font-size:1.8rem;
    }
}

.benefits__list__item:not(:last-of-type) {
    margin-bottom: 16px;
}

@media(min-width: 768px) {
    .benefits__list__item:not(:last-of-type) {
        margin-bottom:20px;
    }
}

.benefits__list__item:before {
    counter-increment: li_count;
    content: counter(li_count) "";
    color: #231815;
    background-color: #fff;
    font-weight: 400;
    font-size: 2rem;
    height: 26px;
    padding: 2px 7px;
    margin: 6px 0 0 6px;
    line-height: 1;
}

.benefits__list__item__text {
    margin-left: 8px;
}

@media(min-width: 768px) {
    .benefits__list__item__text {
        margin-left:12px;
    }
}

.benefits__list__item__text__strong {
    color: #f90;
}

.benefits__list__item__text__attention {
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 8px;
}

@media(min-width: 768px) {
    .benefits__list__item__text__attention {
        font-size:1.6rem;
    }
}

.benefits__list__item__text__br {
    display: none;
}

@media(min-width: 768px) {
    .benefits__list__item__text__br {
        display:block;
    }
}

.last-year-award__content {
    background-color: #fff;
    padding: 24px 12px;
}

@media(min-width: 768px) {
    .last-year-award__content {
        padding:24px 58px;
    }
}

.entry-detail-list {
    list-style: none;
}

.entry-detail-list__item {
    margin-bottom: 16px;
    border-bottom: 1px dashed #f90;
}

@media(min-width: 768px) {
    .entry-detail-list__item {
        margin-bottom:20px;
    }
}

.entry-text {
    display: flex;
}

.entry-text__number {
    color: #fff;
    font-size: 1.2rem;
    background-color: #f90;
    border-radius: 100px;
    line-height: 1;
    height: 17px;
    padding: 2px 5px;
    margin-top: 4px;
}

@media(min-width: 768px) {
    .entry-text__number {
        font-size:1.6rem;
        height: 25px;
        padding: 4px 8px;
    }
}

.entry-text__explanation {
    font-size: 1.4rem;
    margin-left: 6px;
}

@media(min-width: 768px) {
    .entry-text__explanation {
        font-size:1.6rem;
        margin-left: 12px;
    }
}

.entry-text__explanation__link {
    color: #000000;
}

@media(max-width: 320px) {
    .entry-text__explanation__br {
        display:none;
    }
}

.entry-detail-list__item__img {
    margin: 8px 0 16px;
}

@media(max-width: 767px) {
    .entry-detail-list__item__img {
        width:100%;
        height: auto;
    }
}

@media(min-width: 768px) {
    .entry-detail-list__item__img {
        margin:8px 0 20px;
    }
}

.more-info-about-entry {
    font-size: 1.4rem;
    text-align: center;
}

@media(min-width: 768px) {
    .more-info-about-entry {
        font-size:1.6rem;
    }
}

.more-info-about-entry__br {
    display: none;
}

@media(max-width: 320px) {
    .more-info-about-entry__br {
        display:block;
    }
}

.more-info-about-entry__link {
    color: #10a0ff;
}

.last-year-award {
    margin: 0 16px 50px;
}

@media(min-width: 768px) {
    .last-year-award {
        margin:0 auto 50px;
        max-width: 520px;
    }
}



@media(min-width: 768px) {
    .last-year-award__content {
        padding:20px 58px 24px;
    }
}

.last-year-award__read {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 0px 20px 0;
}

.last-year-award__read>img {
    width: 270px;
    margin-bottom: 5px;
}

.last-year-award__read a {
    margin-top: 8px;
    margin-bottom: 28px;
}

.last-year-award__read a>img {
    width: 100%;
}

.last-year-award__read p {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.last-year-award__sub-title {
    margin-top: 16px;
    margin-bottom: 16px;
}

.black-yellow__button {
    background-color: #299fff;
    text-decoration: none;
    box-shadow: 4px 4px 0 #c2babc;
    display: block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}


.black-yellow__button a {
    color: #f0ff00;
    text-decoration: none;
    font-size: 1.6rem;
}

.blue_background {
    background-color: #e2f2ff;
    padding: 15px 10px;
    width:  100%; 
    color: #0f1419;
}


@media(min-width: 768px) {
    .black-yellow__button {
        font-size:1.8rem;
        transition: transform .2s ease-out,box-shadow .2s ease-out;
        transform: translateY(0);
    }

    .black-yellow__button:hover {
        transform: translateY(4px);
        box-shadow: none;
    }
}

.last-year-award__banner {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.last-year-award__banner li a,.last-year-award__banner li a img {
    width: 100%;
}

.last-year-award__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
}

.last-year-award__list li {
    width: calc(50% - 8px);
}

@media(min-width: 768px) {
    .last-year-award__list li {
        width:calc(33.33333% - 10.66667px);
    }
}

.last-year-award__list li a img {
    width: 100%;
}

.question-and-answer {
    margin: 0 16px 50px;
}

@media(min-width: 768px) {
    .question-and-answer {
        margin:0 auto 50px;
        max-width: 520px;
    }
}

.question-and-answer__content {
    background-color: #fff;
    border: 1px solid #ff3559;
    padding: 24px 12px 8px;
    color: #231815;
    font-size: 1.4rem;
    word-break: break-all;
}

@media(min-width: 768px) {
    .question-and-answer__content {
        padding:24px 58px 8px;
        font-size: 1.6rem;
    }
}

.q-and-a-item {
    padding-bottom: 16px;
}

.q-and-a-item__question {
    position: relative;
    margin: 0 0 12px 26px;
    font-weight: 700;
}

.q-and-a-item__question:before {
    position: absolute;
    content: "Q.";
    font-size: 2rem;
    left: -26px;
    line-height: 1;
}

.q-and-a-item__answer {
    position: relative;
    margin-left: 26px;
}

.q-and-a-item__answer:before {
    position: absolute;
    content: "A.";
    font-size: 2rem;
    font-weight: 700;
    color: #ff3559;
    left: -26px;
    line-height: 1;
}

.q-and-a-item--with-border,.sample-comic {
    border-bottom: 1px dashed #ff3559;
    margin-bottom: 16px;
}

.sample-comic__heading {
    color: #ff3559;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.sample-comic__img {
    border: 1px solid #c2babc;
    margin: 16px 0;
}

@media(max-width: 767px) {
    .sample-comic__img {
        width:100%;
        height: auto;
    }
}

.kumanekohai2023-comic {
    padding: 16px 0;
    text-align: center
}

.kumanekohai2025-comic { 
    padding: 16px 0;
    text-align: center
}

.kumanekohai2023-comic__text-strong-pink {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ff3559;
    margin-bottom: 8px;
}

.kumanekohai2023-comic__text-strong-gray {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #231815;
    margin-bottom: 8px;
}

.kumanekohai2023-comic__button {
    width: 100%;
}

@media(min-width: 768px) {
    .kumanekohai2023-comic__button {
        width:320px;
        margin: 0 auto;
    }
}

.kumanekohai2023-comic__button__link {
    background-color: #ff3559;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    text-decoration: none;
    box-shadow: 4px 4px 0 #c2babc;
    display: block;
    padding: 10px 0;
}

.kumanekohai2025-comic__button__link {
    background-color: #3cce6b;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    text-decoration: none;
    box-shadow: 4px 4px 0 #c2babc;
    display: block;
    padding: 10px 0;
}

@media(min-width: 768px) {
    .kumanekohai2023-comic__button__link {
        font-size:1.8rem;
        transition: transform .2s ease-out,box-shadow .2s ease-out;
        transform: translateY(0);
    }

    .kumanekohai2025-comic__button__link {
        font-size:1.8rem;
        transition: transform .2s ease-out,box-shadow .2s ease-out;
        transform: translateY(0);
    }

    .kumanekohai2023-comic__button__link:hover {
        transform: translateY(4px);
        box-shadow: none;
    }
    .kumanekohai2025-comic__button__link:hover {
        transform: translateY(4px);
        box-shadow: none;
    }

}

.requirements {
    margin: 0 16px;
}

@media(min-width: 768px) {
    .requirements {
        margin:0 auto;
        max-width: 520px;
    }
}

.requirements .requirements-note {
    position: relative;
    padding-left: 2rem;
    color: #897e81;
}

.requirements .requirements-note:before {
    content: "â€»";
    display: block;
    font-size: 1.6rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.requirements__content {
    background-color: #fff;
    border: 1px solid #27ce6a;
    padding: 24px 12px;
    color: #231815;
    font-size: 1.4rem;
    word-break: break-all;
}

@media(min-width: 768px) {
    .requirements__content {
        padding:24px 56px;
        font-size: 1.6rem;
    }
}

.requirements__content__heading {
    font-size: 1.6rem;
    color: #27ce6a;
    margin-bottom: 8px;
    line-height: 1;
    margin-top: 20px;
}

@media(min-width: 768px) {
    .requirements__content__heading {
        font-size:1.8rem;
    }
}

.requirements-list,.requirements__content__text {
    margin-bottom: 16px;
}

.requirements-list__item {
    position: relative;
    margin: 0 0 8px 22px;
}

.requirements-list__item:last-child {
    margin: 0 0 0 22px;
}

.requirements-list__item__text {
    margin-bottom: 8px;
}

.requirements-list__item__attention {
    color: #897e81;
}

.requirements-text-link {
    color: #10a0ff;
}

.requirements-number-list {
    margin-bottom: 16px;
    counter-reset: li_count;
}

.requirements-number-list__item {
    list-style: none;
    position: relative;
    margin: 0 0 8px 32px;
}

.requirements-number-list__item:before {
    position: absolute;
    counter-increment: li_count;
    content: counter(li_count) "";
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #27ce6a;
    width: 17px;
    height: 17px;
    border-radius: 100px;
    left: -22px;
    top: 4px;
    padding-top: 2px;
    text-align: center;
}

.requirements-request-list {
    list-style: none;
}

.requirements-number-request__item {
    display: flex;
    margin-top: 8px;
    margin-bottom: 16px;
    font-weight: 700;
}

.requirements-number-request__item p:first-of-type {
    padding-right: 5px;
}

.requirements-number-request__item p:first-of-type span {
    background-color: #27ce6a;
    color: #fff;
    font-size: 1.2rem;
    padding: 4px;
    border-radius: 4px;
    word-break: keep-all;
}

.footer {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 60px;
}

@media(min-width: 768px) {
    .footer {
        max-width:760px;
        background: linear-gradient(270deg,rgba(35,24,21,0),rgba(35,24,21,.7) 15.79%,rgba(35,24,21,.7) 83.84%,rgba(35,24,21,0));
    }
}

.footer__logo {
    margin: 24px auto 12px;
    max-width: 168px;
    display: block;
    color: #fff;
}

.footer__copyright {
    font-size: 1.2rem;
    line-height: 1;
    color: #fff;
}

.about-apanda {
    margin: 18px auto 14px;
    width: 102px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

@media(min-width: 768px) {
    .about-apanda {
        width:115px;
    }
}

.about-apanda__text {
    font-size: 1.4rem;
    font-weight: 400;
    margin-right: 2px;
}

@media(min-width: 768px) {
    .about-apanda__text {
        font-size:1.6rem;
    }
}

#pop-up,.description {
    display: none;
}

#pop-up:checked+.description {
    display: block;
    z-index: 1000;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.description__content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: auto;
}

@media(orientation: landscape) {
    .description__content {
        width:auto;
        height: 100%;
    }
}

@media(min-width: 768px) {
    .description__content {
        max-width:500px;
        max-height: 680px;
    }
}

@media(min-width: 768px)and (max-height:680px) {
    .description__content {
        width:auto;
        height: 100%;
    }
}

.description__content__close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -1px;
}

.description__content__close__button {
    color: #897e81;
}

@media(max-width: 767px) {
    .description__content__close__button {
        width:40px;
        height: 40px;
    }
}

@media(max-width: 767px) {
    .description__content__img {
        width:100%;
        height: auto;
    }
}

@media(max-width: 767px)and (orientation:landscape) {
    .description__content__img {
        width:auto;
        height: 100%;
    }
}

@media(min-width: 768px)and (max-height:680px) {
    .description__content__img {
        width:auto;
        height: 100%;
    }
}

.terms-of-service {
    border: 1px solid #897e81;
    padding: 10px 12px;
    font-size: 1.2rem;
    max-height: 148px;
    overflow-y: scroll;
}

@media(max-width: 320px) {
    .terms-of-service {
        max-height:164px;
    }
}

@media(min-width: 768px) {
    .terms-of-service {
        padding:10px 14px;
        max-height: 128px;
    }
}

.terms-of-service__heading {
    margin-bottom: 12px;
    font-size: 1.2rem;
}

.terms-of-service__text {
    margin-bottom: 10px;
}

.terms-of-service__small-heading {
    font-weight: 700;
    font-size: 1.2rem;
    margin: 2px 0 10px;
}

.terms-of-service__list__item {
    margin: 0 0 10px 14px;
}

.terms-of-service-link {
    color: #10a0ff;
}

.terms-of-service__dl {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.terms-of-service__dl dt {
    display: block;
}

.terms-of-service__dl dt:first-of-type {
    white-space: nowrap;
}

.terms-of-service__note {
    position: relative;
    margin: 0 0 10px;
    padding-left: 14px;
}

.terms-of-service__note:before {
    position: absolute;
    content: counter(li_count) "";
    left: 0;
}

.terms-of-service__note-list {
    list-style: none;
    margin: 0 0 10px 7px;
}

.terms-of-service__note-list__item {
    position: relative;
    margin: 0 0 10px;
    padding-left: 7px;
}

.terms-of-service__note-list__item:before {
    position: absolute;
    content: counter(li_count) "";
    left: -7px;
}

.first-track-to-entry-container {
    padding: 30px 20px 20px;
}

@media(max-width: 320px) {
    .first-track-to-entry-container {
        padding:30px 10px 20px;
    }
}

@media(min-width: 768px) {
    .first-track-to-entry-container {
        padding:30px 0 20px;
    }
}

.first-track-to-entry {
    background-color: #fff;
    color: #231815;
    text-align: center;
}

@media(min-width: 768px) {
    .first-track-to-entry {
        max-width:500px;
        margin: 0 auto;
    }
}



.first-track-to-entry__heading:after {
    transform: scaleX(-1);
}

.first-track-to-entry__heading--sp {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.8rem;
    padding: 20px 0 10px;
}

@media(max-width: 320px) {
    .first-track-to-entry__heading--sp {
        font-size:1.6rem;
    }
}

@media(min-width: 768px) {
    .first-track-to-entry__heading--sp {
        display:none;
    }
}

.first-track-to-entry__heading--pc {
    display: none;
}

@media(min-width: 768px) {
    .first-track-to-entry__heading--pc {
        display:flex;
        justify-content: center;
        align-items: flex-end;
        font-size: 1.8rem;
        padding: 30px 0 10px;
    }
}

.first-track-to-entry__sp-explanation {
    font-size: 1.8rem;
    background: linear-gradient(transparent 60%,#f0ff00 0);
    width: 288px;
    margin: 0 auto;
}

@media(max-width: 320px) {
    .first-track-to-entry__sp-explanation {
        font-size:1.6rem;
        width: 256px;
    }
}

@media(min-width: 768px) {
    .first-track-to-entry__sp-explanation {
        display:none;
    }
}

.first-track-to-entry__pc-entry-button {
    display: none;
}

@media(min-width: 768px) {
    .first-track-to-entry__pc-entry-button {
        display:inline-block;
        background-color: #f0ff00;
        border: 2px solid #231815;
        color: #231815;
        text-decoration: none;
        font-size: 1.8rem;
        padding: 10px 0;
        width: 320px;
        box-shadow: 4px 4px 0 #c2babc;
        transition: transform .2s ease-out,box-shadow .2s ease-out;
        transform: translateY(0);
    }

.first-track-to-entry__pc-entry-button:hover {
        transform: translateY(4px);
        box-shadow: none;
    }
}

.first-track-to-entry__caution {
    font-size: 1.4rem;
    font-weight: 400;
    color: #897e81;
    padding: 14px 0 28px;
}

@media(min-width: 768px) {
    .first-track-to-entry__caution {
        padding:24px 0 40px;
    }
}

.first-track-to-entry__caution__sp-text {
    display: block;
}

@media(min-width: 768px) {
    .first-track-to-entry__caution__sp-text {
        display:none;
    }
}

.first-track-to-entry__caution__pc-text {
    display: none;
}

@media(min-width: 768px) {
    .first-track-to-entry__caution__pc-text {
        display:block;
    }
}

.first-track-to-entry__caution__pc-text__link {
    color: #10a0ff;
}

.second-track-to-entry-container {
    display: none;
}

@media(min-width: 768px) {
    .second-track-to-entry-container {
        display:block;
        padding-bottom: 50px;
    }
}

.second-track-to-entry {
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(35,24,21,.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    text-align: center;
}

@media(min-width: 768px) {
    .second-track-to-entry {
        max-width:520px;
        margin: 0 auto;
    }
}

.second-track-to-entry__heading {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 30px 0 10px;
}

.second-track-to-entry__heading:after,.second-track-to-entry__heading:before {
    content: "";
    display: block;
    background-image: url(/web/20230627021711im_/https://site.nicovideo.jp/nicomanga/kumanekohai/assets/dashed-line-white-s-D4i_A.svg);
    width: 14px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 3px;
}

.second-track-to-entry__heading:after {
    transform: scaleX(-1);
}

.second-track-to-entry__button {
    display: inline-block;
    background-color: #f0ff00;
    border: 2px solid #231815;
    color: #231815;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 10px 0;
    width: 320px;
    box-shadow: 4px 4px 0 #c2babc;
    transition: transform .2s ease-out,box-shadow .2s ease-out;
    transform: translateY(0);
}

.second-track-to-entry__button:hover {
    transform: translateY(4px);
    box-shadow: none;
}

.second-track-to-entry__caution {
    font-size: 1.4rem;
    padding: 24px 0 40px;
}

.second-track-to-entry__caution__link {
    color: #fff;
}

.notice-of-end {
    margin: 0 20px 30px;
}

@media(min-width: 768px) {
    .notice-of-end {
        max-width:500px;
        margin: 0 auto;
        padding: 20px 0 30px;
    }
}

.notice-of-end__container {
    padding: 24px 16px 32px;
    font-weight: 700;
    background-color: #fff;
}

@media(min-width: 768px) {
    .notice-of-end__container {
        padding:24px 90px 36px;
    }
}

.notice-of-end__container__heading {
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

@media(min-width: 768px) {
    .notice-of-end__container__heading {
        font-size:2.2rem;
    }
}



.notice-of-end__container__heading:after {
    transform: scaleX(-1);
}

.notice-of-end__container__about-result {
    font-size: 1.8rem;
    color: #ff3559;
    margin: 16px 0 8px;
    text-align: center;
}

@media(min-width: 768px) {
    .notice-of-end__container__about-result {
        font-size:2rem;
    }
}

.notice-of-end__container__button {
    background-color: #ff3559;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    box-shadow: 4px 4px 0 #c2babc;
    display: block;
    padding: 10px 0;
    text-align: center;
}

@media(min-width: 768px) {
    .notice-of-end__container__button {
        font-size:1.8rem;
        transition: transform .2s ease-out,box-shadow .2s ease-out;
        transform: translateY(0);
    }

    .notice-of-end__container__button:hover {
        transform: translateY(4px);
        box-shadow: none;
    }
}

.section-heading {
    color: #fff;
    font-size: 2rem;
    padding: 8px 0;
    text-align: center;
}

@media(min-width: 768px) {
    .section-heading {
        font-size:2.4rem;
    }
}

.section-heading--orange {
    background-color: #f90;
}

.section-heading--red {
    background-color: #ff3559;
}

.section-heading--green {
    background-color: #27ce6a;
}

.section-heading--blue {
    background-color: #10a0ff;
}

.share-list {
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    max-width: 168px;
    margin: 0 auto;
}

@media(min-width: 768px) {
    .share-list__item {
        transition:transform .2s ease-out;
        transform: translateY(0);
    }

    .share-list__item:hover {
        transform: translateY(4px);
    }
}

.share-list__item__link {
    display: inline-block;
    color: #fff;
}

