.main-wrp {
    width: 100%;
    height: 200vh;
    position: relative;
    overflow: clip;
}

.main-wrp .main-img {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: clip;
    background-color: #efeeea;
}

.main-wrp .main-img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background-color: rgba(0, 0, 0, .25);
    transition: opacity 3s 4s ease;
}

.main-wrp .main-img.on::after {
    opacity: 1;
}

.main-wrp .main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-wrp .main-title-wrp {
    text-align: center;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 2;
}

.main-title-home {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25vh 0 0;
}

.main-title-up {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    padding: 30vh 0 0;
}

.main-title-spaces {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30vh 0 0;
}

.main-title-spaces svg,
.main-title-up svg,
.main-title-home svg {
    width: 100%;
}

.main-wrp .main-title {
    font-size: clamp(2.5em, 6vw, 50px);
    font-family: serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1em;
    text-indent: .5em;
    color: #fff;
    position: relative;
    z-index: 2;
    font-feature-settings: "palt";
    letter-spacing: .1em;
    text-decoration: underline;
    text-underline-offset: .2em;
    text-decoration-thickness: 2px;
    padding: 20vh 0 0;
    text-shadow: 1px 0 2px rgba(0, 0, 0, .2);
}

.main-wrp .main-title span {
    display: block;
}

.main-wrp .lead {
    font-size: clamp(1.4em, 4vw, 28px);
    font-family: serif;
    line-height: 2;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .025em;
    color: #fff;
    position: relative;
    z-index: 1.8;
    text-shadow: 1px 0 2px rgba(0, 0, 0, .3);
}

.main-wrp .large {
    font-size: 1.4em;
}

.main-wrp .lead .sclup {
    display: block;
}

.check-wrp {
    counter-reset: num;
    padding: 5em 1em;
}

.check-wrp .inner {
    /* max-width:900px; */
}

.check-frame {
    /* border: 1px solid #999; */
    margin: 5em auto;
    position: relative;
    padding: 1em;
    text-align: center;
}

.checkbox-wrp {
    position: relative;
    width: 70%;
}

.check-wrp .box {
    width: 100%;
    /* aspect-ratio: 5/4; */
    text-align: center;
    margin-bottom: 1.5em;
    position: relative;
    counter-increment: num;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

@media screen and (max-width:750px) {
    .check-frame {
        margin: 4em auto;
    }

    .checkbox-wrp {
        width: 100%;
    }

    .check-wrp .box {
        width: 100%;
        aspect-ratio: unset;
        text-align: left;
        margin-bottom: 1em;
    }
}

.check-wrp .box::after {
    content: 'Q' counter(num);
    position: absolute;
    top: .2em;
    left: .5em;
    font-size: clamp(2.2em, 4.5vw, 18px);
    color: #666;
    text-align: center;
}

.check-title-wrp {
    background-color: #fff;
    display: inline-block;
    width: 30%;
    padding: 0 1em;
    text-align: center;
}

@media screen and (max-width:750px) {
    .check-title-wrp {
        width: 100%;
    }
}

.check-title-inner {
    position: sticky;
    top: 100px;
}

.check-title-en {
    font-size: min(3em, 6vw);
    font-weight: 300;
}

.winter .check-title-en {
    color: var(--brand-color);
}

.summer .check-title-en {
    color: var(--brand-color2);
}

@media screen and (max-width:750px) {
    .check-wrp .btn-wrp .checkbtn {
        width: 90%;
    }

    .check-wrp .btn-wrp p {
        font-size: 4vw;
    }

    .check-wrp .btn-wrp p.sml6 {
        font-size: 2.7vw;
    }
}

.check-title-illust {
    width: min(30vw, 50%);
    margin: 0 auto;
}

.check-title-illust img {
    width: 100%;
    height: auto;
}

.check-lead {
    font-size: 1.2em;
    margin-top: 1.5em;
}

@media screen and (max-width:750px) {
    .check-lead {
        font-size: 3.2vw;
        margin-top: 1em;
    }
}

.check-icon {
    display: inline-block;
    width: 2.25em;
    vertical-align: middle;
    padding-left: .2em;
    transform: translateY(-.1em);
}

/* checkbox*/
.checkbox-wrp input[type="checkbox"] {
    display: none;
}

.checkbox-wrp label {
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    padding: .5em 0 .5em 2em;
    background-color: #fff;
}

@media screen and (max-width:750px) {
    .checkbox-wrp label {
        display: flex;
        width: 100%;
        height: 100%;
        cursor: pointer;
        text-align: left;
        padding: .5em 0 .5em 4em;
    }
}

.checkbox-wrp .checkbox {
    width: 100%;
    padding: .5em 5em .5em 1em;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 1.2em;
}

@media screen and (max-width:1000px) {
    .checkbox-wrp .checkbox br.sp {
        display: block !important;
    }

    .checkbox-wrp .checkbox br.pc {
        display: none !important;
    }
}

@media screen and (max-width:750px) {
    .checkbox-wrp .checkbox {
        width: 75%;
        font-size: 3.5vw;
        padding-right: 3em;
    }
}

.check-illust {
    width: 35%;
    padding: 0 1em 0 4em;
}

@media screen and (max-width:750px) {
    .check-illust {
        width: 25%;
        padding: 1em .5em .5em;
        margin: 0;
    }
}

.checkbox-wrp .checkbox::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 2em;
    width: 2.25em;
    height: 2.25em;
    border-radius: 100%;
    cursor: pointer;
    transform: translateY(-50%);
    transition: 0.2s;
}

@media screen and (max-width:750px) {
    .checkbox-wrp .checkbox::after {
        /* top: 9vw; */
        right: 2vw;
        width: 7vw;
        height: 7vw;
    }
}

.winter .checkbox-wrp .checkbox::after {
    background: var(--brand-color);
    opacity: .6;
}

.summer .checkbox-wrp .checkbox::after {
    background: var(--brand-color2);
    opacity: .6;
}

.winter .checkbox-wrp label:hover .checkbox::after {
    opacity: 1;
}

.summer .checkbox-wrp label:hover .checkbox::after {
    opacity: 1;
}

.checkbox-wrp .checkbox::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: calc(50% - 1.1em);
    right: 2.5em;
    width: 1.25em;
    height: 0.7em;
    opacity: .8;
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transform: translateY(90%) rotate(-45deg) scale(.8, .8);
    transform-origin: center center;
    border: 3px solid #fff;
    border-top-style: none;
    border-right-style: none;
}

@media screen and (max-width:750px) {
    .checkbox-wrp .checkbox::before {
        right: 1em;
    }
}

/* === check box on ========= */
.checkbox-wrp input[type="checkbox"]:checked+label {
    background-color: var(--gray);
}

.summer .checkbox-wrp input[type="checkbox"]:checked+label .checkbox::after {
    background: var(--brand-color2);
    opacity: 1;
}

.winter .checkbox-wrp input[type="checkbox"]:checked+label .checkbox::after {
    background: var(--brand-color);
    opacity: 1;
}

.checkbox-wrp input[type="checkbox"]:checked+label .checkbox::before {
    opacity: 1;
    transform: translateY(85%) rotate(-45deg) scale(1, 1);
}

.checkbtn {
    position: relative;
    font-size: 1.7em;
    margin: 0 auto 2em;
    cursor: pointer;
    transition: all .4s;
    background-color: var(--green);
    border-radius: 4px;
    color: #fff;
}

.checkbtn.on,
.checkbtn:hover {
    background-color: #fff;
    color: #222;
}

.checkbtn::before {
    content: '';
    width: 100%;
    height: 100%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 0;
}

.checkbtn::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 1em;
    width: 1em;
    height: 0.6em;
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transform: translateY(-70%) rotate(-45deg) scale(1, 1);
    transform-origin: center center;
    border: 2px solid #f0f0f0;
    border-top-style: none;
    border-right-style: none;
}

.checkbtn.on::after,
.checkbtn:hover::after {
    border-color: #222;
}

/* check more */
.check-more-wrp {
    background-color: var(--gray-w);
    padding: 5em 1em;
}

.check-more-wrp .title-sub::after {
    background-color: var(--gray-w);
}

.check-more-wrp .box {
    width: 49%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 1em;
    margin-bottom: 2em;
}

@media screen and (max-width:750px) {
    .check-more-wrp .box {
        width: 100%;
        display: grid;
        grid-template-columns: 40% 60%;
        gap: 5%;
    }
}

.check-more-wrp .thumb-wrp {
    position: relative;
}

@media screen and (max-width:750px) {
    .check-more-wrp .thumb-wrp {
        display: contents;
    }

    .check-more-wrp .thumb {
        grid-row: 1 / 3;
    }

    .check-more-wrp .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.check-more-wrp .meta {
    position: absolute;
    top: 50%;
    left: 50%;
    width: fit-content;
    min-width: 65%;
    min-height: 60%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: rgba(255, 255, 255, .8);
}

@media screen and (max-width:750px) {
    .check-more-wrp .meta {
        position: static;
        min-width: unset;
        transform: translate(0, 0);
        text-align: left;
    }
}

.check-more-wrp .meta .title,
.check-more-wrp .meta .lead,
.check-more-wrp .meta .en-num {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: .25em .5em;
    text-align: center;
}

.check-more-wrp .meta .en-num {
    font-size: 3em;
    line-height: 1;
}

.check-more-wrp .meta .title {
    font-size: 1.8em;
    line-height: 1.3;
}

@media screen and (max-width:750px) {

    .check-more-wrp .meta .title,
    .check-more-wrp .meta .lead,
    .check-more-wrp .meta .en-num {
        width: 100%;
        text-align: left;
    }

    .check-more-wrp .meta .lead {
        font-size: 3vw;
        font-feature-settings: "palt";
        letter-spacing: .05em;
    }

    .check-more-wrp .meta .en-num {
        padding-left: 0;
    }

    .check-more-wrp .btn.btn-more {
        font-size: 3vw;
        margin: 1em auto;
    }
}

.check-more-wrp .note {
    position: absolute;
    width: 92%;
    bottom: .5em;
    left: 4%;
    text-align: left;
    color: #fff;
    z-index: 2;
}

.check-more-wrp .note li {
    line-height: 1.5;
    display: inline;
}

.check-more-wrp .note li a {
    color: #fff !important;
}

@media screen and (max-width:750px) {
    .check-more-wrp .note {
        position: static;
        width: 100%;
        text-align: left;
        color: #222;
    }

    .check-more-wrp .note li {
        display: inline-block;
    }

    .check-more-wrp .note li a {
        color: var(--brand-color) !important;
    }
}

.check-res-wrp {
    padding: 5vh 1em;
    counter-reset: num;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .95);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.check-res-wrp.on {
    opacity: 1;
    visibility: visible;
}

.check-res-wrp .inner {
    background-color: var(--gray-w);
    max-height: 90vh;
    overflow-y: auto;
}

/* check modal window header */
.check-res-header {
    background-color: var(--gray-w);
    padding: 0 1em 3em;
}

.check-res-box .title {
    width: fit-content;
    margin: 0 auto;
}

.check-res-box .report-illust {
    margin: 1em auto;
    width: 40%;
    max-width: 200px;
}

.check-res-box .report-illust img {
    width: 100%;
}

.cmp-chart {
    width: 100%;
    max-width: 800px;
    margin: 1em auto 0;
    border-radius: 5px;
    padding: 1.5em;
    background-color: rgba(255, 255, 255, .8);
}

.cmp-chart .title {
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 1em;
    text-decoration: underline;
    text-decoration-color: #ccc;
    text-underline-offset: 6px;
}

.chart-bar-wrp {}

.cmp-chart .cmp-chart-label {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    width: 25%;
    text-align: right;
    padding-right: 1em;
    font-size: .9em;
    border-right: 1px solid #ccc;
}

.cmp-chart .bar {
    display: inline-flex;
    height: 2em;
    margin: .5em 0;
}

.cmp-chart .avg {}

.cmp-chart .avg .bar {
    width: 30%;
    background-color: var(--brand-color3);
}

.cmp-chart .user .bar.winter {
    width: 1%;
    background-color: var(--brand-color);
}

.cmp-chart .user .bar.summer {
    width: 1%;
    background-color: var(--brand-color2);
}

.cmp-chart .chart-val {
    display: inline-flex;
    padding-left: 1em;
    align-items: center;
}

.cmp-chart .chart-val .val {
    display: inline-block;
    font-size: 1.2em;
    padding-right: .25em;
}

.checked-count {
    line-height: 1;
    padding: 1em 0;
}

.checked-count .count {
    font-size: 6em;
    font-weight: 300;
}

.checked-count .total {
    font-size: 2.5em;
}

.checked-count .total::before {
    display: inline-block;
    content: '';
    width: 1em;
    height: 1.5em;
    border-left: 1px solid;
    transform: rotate(40deg);
    transform-origin: bottom left;
}

/* check modal window content */
.res-content {
    padding: 3em 5em;
}

@media screen and (max-width:750px) {
    .res-content {
        padding: 2em 1em;
    }
}

.res-title {
    font-size: min(1.7em, 5vw);
}

.res-content .box {
    width: 49%;
    border: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 2%;
    background-color: #fff;
    border-radius: 3px;
}

@media screen and (max-width:750px) {
    .res-content .box {
        width: 100%;
    }
}

.res-content .winter .box.on {
    border: 1px solid var(--brand-color);
}

.res-content .summer .box.on {
    border: 1px solid var(--brand-color2);
}

.res-content .box-title {
    display: flex;
    margin-bottom: .75em;
}

.chart-q {
    display: inline-block;
    width: 12%;
    font-size: 1.7em;
    line-height: 1;
    counter-increment: num;
}

@media screen and (max-width:750px) {
    .chart-q {
        width: 10%;
        font-size: 4vw;
    }
}

.chart-res {
    display: flex;
    justify-content: space-between;
}

.chart-q:before {
    content: 'Q' counter(num);
}

.chart-res .illust {
    width: 25%;
}

.canvas-wrp {
    width: 25%;
}

.chart-meta {
    width: 40%;
    font-size: .8em;
}

.chart-meta h4 {
    margin-bottom: .25em;
}

.season-title {
    display: block;
    width: 100%;
    margin: 2em 0 1em;
    text-align: center;

}

.season-title .en-title {
    display: block;
    width: 100%;
    font-size: 2.5em;
    font-weight: 300;
    text-align: center;
}

.chart-label .checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 2em;
    position: relative;
    border-radius: 100%;
    margin-right: .4em;
}

.winter .chart-label .checkbox {
    background: #e8dcd5;
}

.summer .chart-label .checkbox {
    background: #d5e8e8;
}

.chart-label .checkbox.on::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: .5em;
    width: 1em;
    height: 0.7em;
    border: 2px solid #fff;
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transform: translateY(-70%) rotate(-45deg) scale(1, 1);
    transform-origin: center center;
    border-top-style: none;
    border-right-style: none;
}

.winter .chart-label .checkbox.on {
    background-color: var(--brand-color);
}

.summer .chart-label .checkbox.on {
    background-color: var(--brand-color2);
}

.chart-label .label-title {}

@media screen and (max-width:750px) {
    .chart-label .label-title {
        font-size: 3.2vw;
    }
}

/* report */
.report-wrp {
    background-color: var(--gray);
    padding: 5em 1em;
    text-align: center;
}

.report-title-jp {
    display: block;
    font-weight: 400;
    line-height: 1.3;
    margin-top: .5em;
    text-decoration: underline;
    text-underline-offset: .3em;
}

.report-title-en {
    display: block;
    font-size: 1.3em;
    margin-bottom: .25em;
}

.report-banner {
    max-width: 900px;
    margin: 3em auto 0;
    border: 1px solid #ccc;
    background-color: #fff;
}

.report-banner .thumb {
    width: 40%;
}

.report-banner .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.report-banner .box {
    width: 60%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 1em min(4em, 5vw);
    position: relative;
}

.report-banner .box::before {
    content: '';
    width: 0;
    height: 1em;
    border-right: 1px solid;
    position: absolute;
    bottom: 1em;
    right: 1em;
    transform: rotate(-45deg);
    transform-origin: right bottom;
}

.report-banner .box::after {
    content: '';
    width: 2.5em;
    height: 0;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.report-banner .box .box-inner {
    margin: 0 auto;
}

.report-banner .report-title {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 1em;
}

@media screen and (max-width:750px) {
    .report-banner .report-title {
        font-size: 4vw;
        margin-bottom: .5em;
    }

    .report-banner p {
        font-size: 3vw;
    }
}