<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { font-family: 'Noto Sans JP', sans-serif;}

.wrapper {
    max-width: 1248px;
    width: 65%;
    margin: 0 auto;
}

.sp_only { display: none;}

#snkr_top {
    width: 100%;
    padding-top: 44.53%;
    position: relative;
}
 
.t_before { background: url(../images/2024/bg_01_pc_before.jpg) no-repeat top center / 100%;}

#snkr_top .wrapper {
    position: absolute;
    bottom: 0;
    left: calc(50% - 32.5%);
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.t_before .wrapper { justify-content: center;}

.t_before ul {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 14%;
}

.t_before ul li { width: 40%;}

#snkr_top ul li img { max-width: 100%;}

.t_before ul li:first-child { margin-right: 3%;}

.t_after { background: url(../images/2024/bg_01_pc_after.jpg) no-repeat top center / 100%;}

.t_after .wrapper { 
    justify-content: flex-end;
    padding-bottom: 10%;
}

.t_after ul { width: 45%;}

.t_after ul li { 
    width: 100%;
    text-align: center;
}

.t_after ul li a {
    display: block;
    width: 100%;
}

.t_after ul li a img { max-width: 100%;}

.t_after ul li a:hover { opacity: .7;}

#concept {
    padding-top: 2%;
    width: 100%;
    text-align: center;
}

.c_before { 
    background: url(../images/bg_02_before.jpg) no-repeat top / 100%;
    padding-bottom: 1%;
}

.c_after {
    background: url(../images/bg_02_after.jpg) no-repeat bottom / 100%;
    padding-bottom: 8%;
}

#concept .wrapper { padding-bottom: 5%;}

#concept h1 picture {
    display: block;
    width: 100%;
    margin-bottom: 2%;
}

#concept h1 picture img { max-width: 100%;}

#concept h2 {
    width: 100%;
    font-size: 2.3vw;
    font-weight: 700;
    margin-top: 15%;
    margin-bottom: 5%;
    text-align: center;
    position: relative;
}

#concept h2::before,
#concept h2::after {
    position: absolute;
    content: "";
    display: block;
    width: 40%;
    height: 3px;
    background-color: #000;
    top: calc(50% - 1.5px);
}

#concept h2::before { left: 0;}

#concept h2::after { right: 0;}

#concept p {
    font-size: 1.5vw;
    line-height: 2.3;
    letter-spacing: 0.05em;
    margin-bottom: 8%;
}

#concept ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#concept ul li {
    width: 30%;
    margin-top: 7%;
}

#concept ul li img { max-width: 100%;}

#concept ul li:first-child { margin-right: 20%;}

/* #concept ul li:last-child { 
    width: 30%;
    margin-top: 7%;
} */

.c_after .movie_wrap {
    width: 80%;
    margin: 0 auto 15% auto;
}

#movie {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto;
    overflow: hidden;
}

.c_after .tvo-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

#band_cut { width: 100%;}

#band_cut img { max-width: 100%;}

#about_snkr {
    width: 100%;
    padding: 10% 0;
    background: url(../images/bg_03_pc.jpg) no-repeat top center / cover;
    color: #fff;
    text-align: center;
}

#about_snkr h1 {
    width: 100%;
    font-size: 1vw;
    line-height: 2;
    margin-bottom: 4%;
}

#about_snkr h1 span { display: block;}

#about_snkr h1 img { 
    width: 35%;
    margin-bottom: 1.5%;
}

#about_snkr h2 {
    font-size: 2.3vw;
    font-weight: 700;
    margin-bottom: 4%;
}

#about_snkr ul {
    width: 90%;
    margin: 0 auto 10% auto;
}

#about_snkr li {
    width: 100%;
    padding: 4% 0;
    font-size: 1.1vw;
    letter-spacing: 0.1em;
    border-top: dotted 1px #fff;
}

#page-top {
    position: fixed;
    right: -100px;
    bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 150px;
    color: #fff;
    /* background-color: #000caa; */
    writing-mode: vertical-rl;
    font-size: 22px;
    letter-spacing: 0.05em;
    font-weight: 700;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    background-image: linear-gradient(90deg, rgba(125, 255, 255, 1), rgba(0, 67, 252, 1) 100%, rgba(0, 144, 245, 1) 50%);
    transition: all 0.5s;
}

#page-top.active {
    right: 0;
    transition: all 0.5s;
}

/* --------------------- 縺薙％縺九ｉ繝ｬ繧ｹ繝昴Φ繧ｷ繝� --------------------- */

@media (max-width: 767px) {

    .sp_only { display: block;}

    .wrapper { width: 85%;}

    #snkr_top .wrapper { left: calc(50% - 42.5%);}

    #snkr_top ul { 
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .t_before {
        padding-top: 140% !important;
        background: url(../images/2024/bg_01_sp_before.jpg) no-repeat top center / 100%;
    }

    .t_before ul { padding-bottom: 40%;}

    .t_after {
        padding-top: 140% !important;
        background: url(../images/2024/bg_01_sp_after.jpg) no-repeat top center / 100%;
    }

    .t_after .wrapper { 
        padding-bottom: 0;
        justify-content: center;
    }

    #snkr_top ul li { 
        width: 100%;
        text-align: center;
    }

    .t_before ul li:first-child { 
        margin-right: 0;
        margin-bottom: 2%;
    }

    #concept {
        background: url(../images/bg_02_sp.jpg) no-repeat bottom center / cover;
        padding-top: 8%;
        padding-left: 0;
        padding-right: 0;
    }

    #concept h1 {
        font-size: 5.4vw;
        line-height: 1.5;
        margin-bottom: 5%;
    }

    #concept h2 { 
        font-size: 5.4vw;
        margin-bottom: 10%;
    }

    #concept h2::before, #concept h2::after { width: 35%;}

    #concept p { font-size: 4vw;}

    #concept ul {
        flex-direction: column;
        align-items: center;
    }

    #concept ul li {
        width: 50%;
        margin-bottom: 10%;
    }

    #concept ul li:first-child { margin-right: 0;}

    #concept ul li:last-child { 
        width: 50%;
        margin-top: 0;
    }

    .c_before { padding-bottom: 60%;}

    .c_after {
        padding-bottom: 10%;
        background: url(../images/bg_02_sp.jpg) no-repeat top 20% center / 100%;
    }

    .c_after .movie_wrap { 
        width: 100%;
        margin-top: 7%;
    }
/* 
    .c_after p {
        margin-bottom: 85% !important;
    } */

    #about_snkr {
        padding: 20% 0 15%;
        background: url(../images/bg_03_sp.jpg) no-repeat top center / cover;
    }

    #about_snkr h1 {
        font-size: 3.3vw;
        margin-bottom: 10%;
    }

    #about_snkr h1 img { width: 100%;}

    #about_snkr h2 {
        font-size: 6.2vw;
        margin-bottom: 7%;
    }

    #about_snkr li {
        padding: 7% 0;
        text-align: justify;
        font-size: 4vw;
    }

    #page-top {
        width: 40px;
        height: 100px;
        font-size: 15px;
    }
    
}

</pre></body></html>