@charset "utf-8"; .inzoneh5 {
    font-family: 'Noto Sans JP',sans-serif;
    color: #fff;
    padding: 0;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    /* background: #000; */
}

.s5-container {
    max-width: none;
    padding: 0;
}

html {
    overflow-x: hidden;
}

.inzoneh5 sup {
    /* vertical-align: top; */
}

.inzoneh5 h1,.inzoneh5 h2,.inzoneh5 h3,.inzoneh5 h4,.inzoneh5 h5,.inzoneh5 p,.inzoneh5 th,.inzoneh5 td,.inzoneh5 dt,.inzoneh5 dd,.inzoneh5 li {
    font-weight: 400;
    font-size: 18px;
    font-size: clamp(12px,1.7vw,22px);
    line-height: 1.6;
    letter-spacing: .1px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-feature-settings: "palt"
}

.inzoneh5 h1,.inzoneh5 h2,.inzoneh5 h3,.inzoneh5 h4,.inzoneh5 h5,.inzoneh5 div,.inzoneh5 table,.inzoneh5 th,.inzoneh5 td,.inzoneh5 dl,.inzoneh5 dt,.inzoneh5 dd,.inzoneh5 ul,.inzoneh5 li,.inzoneh5 p,.inzoneh5 a,.inzoneh5 strong,.inzoneh5 span {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.inzoneh5 img {
    border: none;
    vertical-align: bottom;
    max-width: 100%
}

.inzoneh5 table {
    border-collapse: collapse;
    border-spacing: 0
}

.inzoneh5 ul {
    list-style: none;
    padding: 0;
}

.inzoneh5 ul:after {
    clear: both;
    height: 0;
    display: block;
    visibility: hidden
}

* html ul {
    display: inline-block
}

*:first-child+html ul {
    display: inline-block
}

.inzoneh5 a:link {
    color: #000;
    text-decoration: none
}

.inzoneh5 a:visited {
    color: #000;
    text-decoration: none
}

.inzoneh5 a:hover {
    color: #000;
    text-decoration: none;
    opacity: .6
}

.inzoneh5 a:active {
    color: #000;
    text-decoration: none
}

.inzoneh5 a {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out
}

@media (min-width: 769px) {
    .nopc {
        display:none!important
    }
}

@media (max-width: 769px) {
    .nosp {
        display:none!important
    }
}

.footer .yoyaku {
    position: fixed;
    bottom: 40px;
    right: 5vw;
    display: flex;
    width: 128px;
    height: 128px;
    align-content: center;
    align-items: center;
    z-index: 99;
    border-radius: 999px;
    overflow: hidden;
    cursor: pointer;
}

.s5-returnToTop {
    margin: 0;
}

.s5-returnToTop__button {
    top: auto;
    bottom: 84px;
    right: 1vw;
    position: fixed;
    box-shadow: 0 0 3px #fff;
    display: block;
}

.s5-returnToTop__button img {
    cursor: pointer;
}

.footer .yoyaku:hover {
    transform: scale(.9)
}

@media (max-width: 769px) {
    .footer .yoyaku {
        width:70px;
        height: 70px;
        bottom: 9vh;
        right: 2.2vw
    }

    .s5-returnToTop__button {
        top: auto;
        bottom: 4.4vh;
        right: 7vw;
    }
}

[data-emergence=hidden] {
    clip-path: polygon(0 0,0 0,0 0);
    transform: translateX(0) scale(1) skew(4deg);
    transition: all 1.5s cubic-bezier(.25,.46,.45,.94) 0s
}

[data-emergence=visible] {
    clip-path: polygon(0 0,200% 0,0% 400%);
    transform: translateX(0) scale(1) skew(0);
    transition: all 1.5s cubic-bezier(.25,.46,.45,.94) 0s
}

.pagetop {
    position: fixed;
    bottom: 9vh;
    right: 2.1vw;
    display: flex;
    width: 32px;
    height: 24px;
    align-content: center;
    align-items: center;
    z-index: 7;
    opacity: 0;
    pointer-events: none;
    background: #ccc;
    border-radius: 3px
}

body:not(.scroll) .pagetop:hover {
    opacity: 0!important
}

body.scroll .pagetop:hover {
    opacity: 0.6!important
}

.pagetop img {
    width: 100%;
    height: 100%
}

.pagetop>svg {
    fill: #fff;
    width: 30%;
    margin: auto
}

body.scroll .pagetop {
    opacity: 1;
    pointer-events: auto
}

main {
    padding: 70px 0 0 0;
    max-width: 1920px;
    margin: auto
}

@media (max-width: 769px) {
    main {
        padding:50px 0 0 0
    }
}

#top>section {
    max-width: 1920px;
    margin: auto;
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: -1;
    overflow: hidden;
    background: #000;
    padding: 0;
}

#top>section>h1 {
    text-align: center;
    font-size: clamp(38px,4.4vw,60px);
    font-weight: 900;
    position: absolute;
    top: 13vh;
    line-height: 1.3;
    filter: drop-shadow(0 0 4px rgba(255,255,255,.6))
}

#top>section>h2 {
    text-align: center;
    position: absolute;
    bottom: 6vh;
    width: 100%;
    filter: drop-shadow(0 0 6px rgba(255,255,255,.5));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7%;
}

#top>section>h2 .logo {/* width: 70%; */text-align: center;}

#top>section>h2 .logo img {
    width: auto;
    height: 56px;
    object-fit: contain;
    display: inline;
    margin: 0 auto 2px;
}

#top>section>h2 .rgo {
    padding: initial;
}

#top>section>h2 .rgo img {
    display: inline;
    width: auto;
    height: 60px;
    object-fit: contain;
}

@media (max-width: 769px) {
    #top>section>h2 .logo img {
        width: 62%;
        height: auto;
        margin: 0 0 5% 0;
    }

    #top>section>h2 .rgo img {
        display: inline;
        width: 84%;
        height: auto;
        object-fit: contain;
    }
}

#top>section>h2 .espo {
    padding: initial;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 16px;
    width: 220px;
    white-space: nowrap;
}

@media (max-width:1150px) {
#top>section>h2 .espo {margin: 0 150px 0 0;}
#top>section>h2 {padding: 0 5%;}
}

@media (max-width: 769px) {
    #top>section>h2 .espo {margin: 0 auto;width: 70%;}
    #top>section>h2 .logo img {
        width: 100%;
        /* height: auto; */
        margin: 0 0 10% 0;
    }

    #top>section>h2 .espo img {
    margin: auto;
    }
}

#top>section>h2 img {
    width: 100%
}

#top>section>.bg1 {
    background: url(images/top_background.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0;
    z-index: -1;
    margin: auto
}

#top>section>.bg2 {
    background: url(images/top_background2.png) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0;
    z-index: -1;
    margin: auto
}

#top>section>.item {
    height: 100%;
    max-width: 800px;
    width: 100%;
    position: relative
}

#top>section>.item>.buds1 {
    width: 48vw;
    height: 54vh;
    object-fit: contain;
    position: absolute;
    inset: 5% 0 0 -70%;
    margin: auto
}

#top>section>.item>.buds2 {
    width: 48vw;
    height: 54vh;
    object-fit: contain;
    position: absolute;
    inset: 5% 0 0 20%;
    margin: auto
}

@media (max-width: 769px) {
    #top>section>h2 {
        bottom: 12vh;
        width: auto;
        display: block;
        gap: 5px;
        padding: 0;
    }

#top>section>h2 .logo {
    width: auto;
}

#top>section>h2 .espo span {
    font-size: 18px;
}

    #top>section>.item>.buds1 {
        width: 48vw;
        height: 54vh;
        object-fit: contain;
        position: absolute;
        inset: -8% 0 0 -50%;
        margin: auto
    }

    #top>section>.item>.buds2 {
        width: 48vw;
        height: 54vh;
        object-fit: contain;
        position: absolute;
        inset: -8% 0 0 32%;
        margin: auto
    }
}

/*

#top>section>h1 span,#top>section>h2 span {

filter: blur(0);

transition: all 0s ease-in-out

}

#top>section>.item>.buds1,#top>section>.item>.buds2 {

opacity: 0;

filter: blur(0);

transform: translateY(20px)

}

#top>section>.bg1 {

opacity: 0;

filter: blur(8px);

transform: scale(1.2)

}

#top>section>.bg2 {

filter: blur(28px);

transform: translateX(-20px) scale(1.2)

}

.load #top>section>.item>.buds1 {

transition: all 1s ease-in-out 0.4s

}

.load #top>section>.item>.buds2 {

transition: all 1s ease-in-out 0s

}

.load #top>section>.bg1 {

transition: opacity 2s ease-in-out 0s,filter 10s ease-in-out 0s,transform 15s ease-in-out 0s

}

.load #top>section>.bg2 {

transition: filter 4s ease-in-out 0s,transform 2s ease-in-out 0s

}

*/
#top>section *[data-emergence=visible] {
    animation: inSlideMaskViewKey .9s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    display: inline-block;
    transform-origin: top left;
    will-change: transform
}

@keyframes inSlideMaskViewKey {
    0% {
        opacity: 0;
        transform: matrix(1,.15,.15,1,0,0)
    }

    100% {
        opacity: 1;
        transform: matrix(1,0,0,1,0,0)
    }
}

/*

.load #top>section>.item>.buds1,.load #top>section>.item>.buds2 {

opacity: 1;

filter: blur(0);

transform: translateY(0)

}

.load #top>section>.bg1 {

opacity: 1;

filter: blur(0);

transform: scale(1)

}

.load #top>section>.bg2 {

opacity: 1;

filter: blur(0);

transform: translateX(20px) scale(1.2)

}

*/
#sc2 {
    margin-top: calc(100vh - 93px);
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

#sc2>section {
    text-align: center;
    padding: 0 1vh
}

#sc2>section>h1 {
    color: #fff;
    text-align: center;
    font-size: clamp(44px,5vw,77px);
    font-family: 'Anton',sans-serif;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 2.2vh
}

#sc2>section>h1>span {
    color: #FF5900
}

#sc2>section>h2 {
    color: #fff;
    text-align: center;
    font-size: clamp(13px,3.3vw,24px);
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 4vh
}

#sc2>section>ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-height: 58px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

#sc2>section>ul>li {
    color: #fff;
    width: 116px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 6px;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 8px;
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
}

#sc2>section>ul li div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 11px;
    justify-content: center
}

#sc2>section>ul>.pp span {
    width: 40px;
    height: 40px;
    font-size: 16px;
    display: flex;
    text-indent: 0vh;
    color: #fff;
    border: 2px solid;
    border-radius: 50%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-family: serif
}

#sc2>section>ul>.vol {
    display: none
}

#sc2>section>ul img {
    width: 44px;
    display: block;
    vertical-align: middle
}

#sc2>section>ul>.pp>.pl,#sc2>section>ul>.pp.toggle>.pa,#sc2>section>ul>.vol>.on,#sc2>section>ul>.vol.toggle>.off {
    pointer-events: none;
    opacity: 0;
    display: none
}

#sc2>section>ul>.pp.toggle>.pl,#sc2>section>ul>.vol.toggle>.on {
    pointer-events: auto;
    opacity: 1;
    display: flex
}

#sc2>section>ul>.js-modal-video-open {
    width: 142px;
    display: none
}

@media (max-width: 769px) {
    #sc2 {
        margin-top: calc(100vh - 50px);
    }
}

#sc2>section>.videoin>#video {
    position: absolute;
    inset: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#sc3 {
    background: #000;
    padding: 8vh 0 0 0
}

#sc3>section {
    text-align: center;
    padding: 0 1vh 3vh;
}

#sc3>section>h1 {
    text-align: center;
    font-size: clamp(24px,3.6vw,54px);
    font-weight: 800;
    margin: 0 0 2vh 0;
    line-height: 1.2;
    white-space: nowrap;
}

#sc3>section>h1 strong {
    font-size: 130%
}

#sc3>section>h2 {
    text-align: center;
    font-size: clamp(14px,4.4vw,32px);
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 4vh 0
}

#sc3>section>.grade {
    padding: 0 0 3vh 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center
}

#sc3>section>p {
    font-size: 100%
}

#sc3>section>.grade>li {
    text-align: center;
    font-size: clamp(16px,3.4vw,32px);
    font-weight: 700;
    height: 15vw;
    max-height: 90px;
    display: flex;
    transition: all .3s ease-in-out 0s;
    align-content: center;
    align-items: center;
    color: #89898b
}

.grade>li,strong.grade,h2.grade {
    display: inline-block;
    background-image: linear-gradient(-90deg,#6e72fc 0%,#c94bff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent
}

@media (min-width: 769px) {
    #sc3>section>.grade>li:hover {
        transform:scale(1.4);
        background-image: linear-gradient(-90deg,#6e72fc 0%,#c94bff 100%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent
    }
}

@media (max-width: 769px) {
    #sc3>section>.grade>li {
        max-height:40px;
        background-clip: text
    }
}

#sc4,#sc5 {
    background: #16151F;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

#sc4>section,#sc5>section {
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

#sc4>section>h1,#sc5>section>h1 {
    text-align: center;
    font-size: clamp(32px,7.4vw,77px);
    font-family: 'Anton',sans-serif;
    letter-spacing: .025em;
    margin: 0 0 2vh;
    font-weight: 400
}

#sc4>section>iframe,#sc5>section>iframe {
    width: 1080px;
    height: 606px;
    margin: 0 0 2.5vh;
    max-width: 100%
}

#sc4>section>p,#sc5>section>p {
    text-align: center;
    font-size: clamp(10px,1.5vw,16px);
    font-weight: 400;
    letter-spacing: .05em;
    display: none
}

@media (max-width: 769px) {
    #sc4,#sc5 {
        height: auto;
        padding: 7vh 0;
    }

    #sc4>section>iframe,#sc5>section>iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    #sc4>section,#sc5>section {
        height: auto;
    }
}

#sc5 {
    background: #fff
}

#sc5>section>h1>span {
    color: #FF5900
}

@keyframes adjust-image {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(200px)
    }
}

#sc6 .bg div,#sc8 .bg div,#sc10 .bg div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch
}

.scblack>section {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100vh
}

.scblack>section>.bg {
    background: #000;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.scblack>section>.bg:before {
    display: block;
    content: '';
    width: 65%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg,rgba(0,0,0,1) 70%,rgba(0,0,0,0) 100%);
    position: absolute;
    z-index: 1;
    left: 0
}

.scblack>section>.bg img {
    height: 100%;
    width: 50%;
    object-fit: cover;
    transform-origin: 100% 50%
}

.scblack>section>h1 {
    color: #fff;
    font-size: clamp(34px,4.4vw,56px);
    font-weight: 700;
    position: absolute;
    z-index: 2;
    line-height: 1.2;
    margin: -10vw 0 0 -35vw
}

.scblack>section>h1>small {
    font-size: 60%;
    line-height: 1.5;
    display: inline-block
}

.scblack>section>h1>strong {
    font-size: 150%;
    line-height: 1.1;
    margin: 0 0 -6.7vh 0;
    display: block
}

@media (max-width: 769px) {
    .scblack>section {
        display:flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    .scblack>section>.bg {
        background: #000;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
        overflow: hidden;
        margin: auto 0 0 0
    }

    .scblack>section>.bg:before {
        display: block;
        content: '';
        width: 120%;
        margin: 0 0 -62vh;
        height: 50vh;
        background: rgb(0,0,0);
        background: linear-gradient(180deg,rgba(0,0,0,1) 30%,rgba(0,0,0,0) 100%);
        position: relative;
        z-index: 1
    }

    .scblack>section>.bg img {
        height: 56vh;
        max-width: none;
        width: 100%;
        float: none;
        margin: auto 0 0 0
    }

    #sc6 div,#sc8 div,#sc10 div {
        display: flex
    }

    .scblack>section>h1 {
        margin: 4vh 0 auto 0;
        line-height: 1.3
    }
}

#sc7,#sc9,#sc11,#sc12,#scss {
    background: #000;
    background: linear-gradient(#000 0%,#17121a 100%);
    padding: 6vh 0vh;
    overflow: hidden;
    width: 100%
}

@media (max-width: 769px) {
    .sc71 {
        object-position:top
    }
}

.desc {
    max-width: 1000px;
    margin: 0 auto 4vh;
    padding: 0 2vh;
    box-sizing: border-box
}

.eng {
    font-size: clamp(16px,2.1vw,24px)!important;
    font-weight: 400!important;
    letter-spacing: -0.025em!important;
    margin: 0 0 2vh!important
}

#sc7>.desc>h1 {
    font-size: clamp(28px,5vw,48px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 3vh
}

#sc7>.desc>h1>.grade {
    display: table-cell;
    font-size: clamp(80px,10vw,111px);
    font-weight: 700
}

#sc7>.desc>p {
    font-size: clamp(14px,2.1vw,24px);
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 3vh;
    max-width: 500px
}

.box ul>li {
    background: linear-gradient(#000 0%,#232024 100%);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 8px rgb(255 255 255 / 40%);
    margin: 0 auto;
    position: relative
}

.box ul>li .moji {
    padding: 32px 40px 16px;
    margin: 0 0 auto 0;
}

.box ul>li .moji>h1,.box ul>li .moji>h2 {
    font-size: clamp(25px,4.9vw,64px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 2.8vh
}

.box ul>li .moji>p {
    font-size: clamp(12px,1.8vw,18px);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 2vh;
    letter-spacing: 1px
}

.box ul>li .moji>p.big {
    font-size: 120%;
    line-height: 1.3;
}

.boxbig>ul>li>img {
    width: 50%;
    display: block;
    object-fit: cover
}

.boxbig.boximg>ul>li>img {
    width: 100%;
}

.box ul>li .moji>h2 {
    font-size: clamp(20px,4.8vw,42px)
}

.box ul>li .moji>p>small {
    display: block;
    margin: 2vh 0;
    font-size: 80%;
    font-weight: 100
}

.box {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    float: none;
    height: auto;
}

.box ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 3vh;
    margin: 0 0 3vh 0
}

.boxbig>ul>li {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: flex-start;
    align-items: stretch
}

.boxbig {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto
}

.boxmini ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 3vh;
    align-content: stretch;
    justify-content: space-between;
    padding: 8px
}

.boxmini {
    margin: -8px auto;
    max-width: 1096px
}

.boxmini ul li {
    width: calc(50% - 1.5vh);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center
}



.boxmini ul li a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

.boxmini ul li img {
    width: 100%;
    margin: auto 0 0 0
}

.boxmini ul li img.yohaku {
    width: 70%;
    height: 390px;
    margin: -5% auto 2vh auto;
    object-fit: contain;
}

.boxmini ul li img.yohakushita {
    margin: auto auto 4vh auto
}

@media (max-width: 769px) {
    .box ul>li .moji {
        padding:24px 24px 8px
    }

    .boxbig>ul {
        padding: 0 1vh;
        margin: 0 0 1vh 0
    }

    .boxbig>ul>li {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        align-content: center
    }

    .boxbig>ul>li img {
        width: 100%;
        max-height: 36vh
    }

    .boxmini {
        margin-top: 8px;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        overflow: hidden;
        overflow-x: scroll;
        scrollbar-base-color:#FFF;scrollbar-track-color:#FFF;scrollbar-face-color:#888;scrollbar-shadow-color:#FFF;scrollbar-darkshadow-color: #FFF;
        scrollbar-highlight-color:#FFF;scrollbar-3dlight-color: #FFF;
        scrollbar-arrow-color:#FFF;-webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out
    }

    .boxmini ul {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 2vh;
        padding: 1vh;
        justify-content: flex-start;
        margin: 0 0 1vh
    }

    .boxmini ul li {
        width: 75vw;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: center
    }

    .boxmini ul li img {
        width: 100%;
        margin: auto 0 0 0
    }

    .boxmini ul li img.yohaku {
        height: 248px;
    }
}

#sc9 .nopc ul {
    width: 500%;
    display: flex;
    padding: 2vh 0
}

#sc9 .nopc .ov {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
    margin: 14vh 0 0 0;
    padding: 0 0 0 0;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-base-color:#FFF;scrollbar-track-color:#FFF;scrollbar-face-color:#888;scrollbar-shadow-color:#FFF;scrollbar-darkshadow-color: #FFF;
    scrollbar-highlight-color:#FFF;scrollbar-3dlight-color: #FFF;
    scrollbar-arrow-color:#FFF;-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

#sc9 .nopc ul li {
    position: sticky;
    left: 0;
    width: 100%;
    background: #000
}

#sc9 .nopc ul li p {
    font-size: clamp(13px,1.8vw,18px);
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 2vh;
    letter-spacing: 1px;
    padding: 0 1vh
}

#sc9 .nopc ul li p strong {
    font-size: 200%
}

#sc9 .nopc ul {
    transition: all 0s linear 0s
}

#sc9 .nopc ul[data-emergence=visible] .hint {
    animation: 3s hint
}

@keyframes hint {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-200px)
    }

    100% {
        transform: translateX(0)
    }
}

#sc9 .nopc ul {
    opacity: 1
}

#sc9 svg {
    width: 100%;
    position: relative;
    z-index: 2
}

#sc9_i5h,#sc9_i4h,#sc9_i3h,#sc9_i2h,#sc9_i1h {
    opacity: 0;
    transition: 0.6s ease-out
}

.sc9_i5 #sc9_i5h,.sc9_i4 #sc9_i4h,.sc9_i3 #sc9_i3h,.sc9_i2 #sc9_i2h,.sc9_i1 #sc9_i1h {
    opacity: 1
}

#sc9>.desc>h1 {
    font-size: clamp(28px,5vw,48px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 3vh
}

#sc9>.desc>h1>.grade {
    display: table-cell;
    font-size: 230%
}

#sc9>.desc>.buds {
    width: 44%;
    margin: 0 auto 4vh;
    display: block
}

#sc9>.desc>h2 {
    font-size: clamp(13px,1.8vw,22px);
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 8vh;
    letter-spacing: 1px
}

#sc9>.desc>h3 {
    font-size: clamp(24px,4vw,80px);
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 1vh;
    letter-spacing: 1px
}

#sc9>.desc>p {
    font-size: clamp(13px,1.8vw,22px);
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 -11vh;
    letter-spacing: 1px
}

#sc9>.desc>p small {
    font-size: 70%
}

#sc9>.box ul>li .moji>h2>sup {
    font-family: sans-serif
}

#sc11>.desc>h1 {
    font-size: clamp(28px,5vw,48px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 3vh;
    white-space: nowrap;
}

#sc11>.desc>h2>.grade {
    display: table-cell;
    font-size: clamp(61px,8.5vw,110px);
}

#sc11>.desc p {
    font-size: clamp(15px,2vw,24px);
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 3vh
}

#scss>.desc h1 {
    font-size: clamp(28px,5vw,48px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 3vh;
    white-space: nowrap;
}
#scss .desc h1>.grade {
    display: table-cell;
    font-size: clamp(61px,8.5vw,110px);
}
#scss>.desc p {
    font-size: clamp(13px,1.8vw,22px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px;
    max-width: 485px;
}
#scss .box ul>li .moji>h2 {
    font-size: clamp(15px,1.6vw,31px)
}
#scss .boxmini ul li {
    width: calc(32.6% - 1.5vh);
}
@media (max-width: 769px) {
    #scss .boxmini ul li {
        min-width: 50vw;
    }
}
#sc12 .shita {
    width: 6%;
    margin: 0 auto 3vh;
    display: block;
    animation-name: fadedown;
    animation-duration: 2s;
    animation-iteration-count: infinite
}

@keyframes fadedown {
    from {
        opacity: 0;
        transform: translateY(0)
    }

    to {
        opacity: 1;
        transform: translateY(20px)
    }
}

#sc12>.desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

#sc12>.desc>.moji {
    width: 50%
}

#sc12>.desc>.moji>h1 {
    font-size: clamp(26px,5vw,48px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 3vh
}

#sc12>.desc>.moji>h1>.grade {
    font-size: clamp(80px,12vw,150px);
    line-height: 1.1;
    display: table-cell
}

#sc12>.desc>.moji>h1>small {
    font-size: clamp(24px,3.3vw,48px)
}

#sc12>.desc>.moji>p {
    font-size: clamp(12px,1.3vw,16px);
    font-weight: 700;
    max-width: 350px
}

#sc12>.desc>img {
    width: 50%;
    margin: 1vh 0 0
}

@media (max-width: 769px) {
    #sc12>.desc {
        display:flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        align-content: center
    }

    #sc12>.desc .moji {
        width: 100%
    }

    #sc12>.desc>img {
        width: 80%;
        margin: 1vh auto 0
    }
}

#sc13 {
    background: #fff;
    padding: 6vh 0;
    color: #000;
    width: 100%;
    overflow: hidden;
}

#sc13 * {
    color: #000
}

#sc13>.soudan,#sc13>.yoyaku {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 6vh;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 6vh;
    flex-wrap: nowrap
}

#sc13>.soudan>img,#sc13>.yoyaku>img {
    max-width: 317px
}

#sc13>.soudan>.moji>h1 {
    font-size: clamp(22px,3.9vw,48px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 3vh;
    white-space: nowrap;
}

#sc13>.soudan>.moji>h1>strong {
    font-size: clamp(40px,8vw,90px);
}

#sc13>.soudan>.moji>p {
    font-size: clamp(14px,1.8vw,24px);
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 3vh
}

#sc13>.soudan>.moji>p>small {
    font-size: 80%;
    /* font-weight: 100; */
    display: block;
    margin: 2vh 0
}

#sc13>.yoyaku>.moji {
    width: 100%
}

#sc13>.yoyaku>.moji>h1 {
    font-size: clamp(30px,6.3vw,48px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 3vh
}

#sc13>.yoyaku>.moji>p {
    font-size: clamp(14px,1.8vw,24px);
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 3vh
}

#sc13>.bt {
    text-align: center;
    width: 90%;
    margin: auto;
}

#sc13>.bt>a {
    background: #06C755;
    color: #fff;
    display: inline-block;
    padding: 2vh 6vh;
    border-radius: 100px;
    font-size: clamp(16px,2.4vw,28px);
    font-weight: 700;
    line-height: 1;
    margin: 0 0 3vh;
    letter-spacing: 0.2px;
    box-sizing: border-box;
}

#sc13>.bt>a:hover {
    transform: scale(.9)
}

@media (max-width: 769px) {
    #sc13>.soudan,#sc13>.yoyaku {
        margin:0 auto 6vh;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        gap: 3vh;
        flex-wrap: wrap
    }

    #sc13>.soudan>img,#sc13>.yoyaku>img {
        width: 60%
    }

    #sc13 .moji {
        padding: 0 2vh
    }
}

#sc14>section {
    padding: 8vh 1vh;
    margin: auto;
    background-color: #000;
    background-image: url(images/sc14_bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

#sc14>section>h1 {
    margin: 2vh auto 5vh;
    text-align: center;
    width: 28%;
    min-width: 230px;
    filter: drop-shadow(0 0 6px rgba(255,255,255,.5))
}

#sc14>section>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
    gap: 24px
}

#sc14>div {
    background-color: #fff;
    background-image: url(images/sc14_bg2.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 38vh 1vh;
}

#sc14>div h2 {
    font-size: clamp(34px,6vw,64px);
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    font-family: 'Anton',sans-serif
}

#sc14>div h2[data-emergence=visible] {
    animation: inSlideMaskViewKey .9s;
    animation-delay: 0,5s;
    animation-fill-mode: forwards;
    backface-visibility: hidden;
    display: inline-block;
    transform-origin: top left;
    will-change: transform
}

#sc14>section>.item {
    height: 60vh;
    max-width: 800px;
    width: 100%;
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: stretch
}

#sc14>section>.item>.buds1 {
    width: 34vw;
    height: 54vh;
    object-fit: contain;
    position: absolute;
    inset: -8% 0 0 -70%;
    margin: auto;
    transition: 0.6s ease-in-out
}

#sc14>section>.item>.buds2 {
    width: 34vw;
    height: 54vh;
    object-fit: contain;
    position: absolute;
    inset: -8% 0 0 40%;
    margin: auto;
    transition: 0.6s ease-in-out
}

.i1 .buds1,.i2 .buds2 {
    transform: scale(1.1)
}

#sc14>section>ul>li {
    background: linear-gradient(to right,#6E72FC 0%,#C94BFF 100%);
    display: inline-block;
    border-radius: 50px;
    padding: 2px;
    transition: 0.2s ease-out
}

#sc14>section>ul>li:hover {
    transform: scale(.9)
}

#sc14>section>ul>li>a {
    font-size: clamp(16px,2.3vw,24px);
    font-weight: 700;
    line-height: 1;
    padding: 1.6vh 6vh;
    background: #000;
    color: #fff;
    display: inline-block;
    border-radius: 50px
}

#sc14>section>ul>li>a:hover {
    opacity: 1
}

#sc14>section>h2 {
    font-size: clamp(24px,5.3vw,64px);
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    border-radius: 50px;
    display: block;
    opacity: 0;
    transition: 0.2s ease-out;
    padding: 4vh 0
}

#sc14>section.toggle>h2 {
    opacity: 1
}

@media (max-width: 769px) {
    #sc14>section {
    }

    #sc14>section>.item>.buds1 {
        width: 34vw;
        height: 100%;
        object-fit: contain;
        position: absolute;
        inset: 0% 0 0 -50%
    }

    #sc14>section>.item {
        height: 21vh;
        margin: -10% 0 7% 0
    }

    #sc14>section>.item>.buds2 {
        width: 34vw;
        height: 100%;
        object-fit: contain;
        position: absolute;
        inset: 0% 0 0 30%
    }
}

#modal-video {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.75);
    transition: 0.5s
}

#modal-video.close {
    filter: opacity(0);
    visibility: hidden
}

#modal-video.open {
    filter: opacity(1);
    visibility: visible
}

#modal-video:after {
    content: '✕';
    display: block;
    color: #fff;
    position: fixed;
    bottom: 60px;
    right: 60px;
    font-size: 40px;
    pointer-events: none
}

#modal-video iframe {
    width: 64vw;
    height: 36vw
}

#modal-video svg {
    fill: #fff;
    position: fixed;
    bottom: 50px;
    right: 40px;
    width: 24px;
    height: 24px
}

@media (max-width: 769px) {
    #modal-video iframe {
        width:100%;
        height: 56.4vw;
    }
}

.slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 1100px;
    margin: -180px 0 -420px 0
}

.slide[data-emergence=visible] img {
    display: block;
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    animation: slideAnime 3.5s ease forwards;
    margin: -110px 0 0 0;
    object-fit: cover;
    z-index: 0
}

.slide img:nth-of-type(1) {
    animation-delay: 0s
}

.slide img:nth-of-type(2) {
    animation-delay: .5s
}

.slide img:nth-of-type(3) {
    animation-delay: 1s
}

.slide img:nth-of-type(4) {
    animation-delay: 1.5s
}

.slide img:nth-of-type(5) {
    animation-delay: 2s
}

.slide img:nth-of-type(6) {
    animation-delay: 2.5s
}

.slide img:nth-of-type(7) {
    animation-delay: 3s
}

@keyframes slideAnime {
    0% {
        opacity: 0
    }

    7% {
        opacity: 1
    }

    7% {
        opacity: 1
    }

    14% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@media (max-width: 769px) {
    .slide {
        height:48vh;
        margin: 0 0 -11vh 0
    }

    .slide[data-emergence=visible] img {
        margin: -1vh 0 0 0
    }
}

.simplebar-scrollbar:before {
    background: linear-gradient(-90deg,#6e72fc 0%,#c94bff 100%)!important;
    height: 2px!important;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1
}

.js-modal-video-open {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin: 36px 0 0 0;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.js-modal-video-open:hover {
    transform: scale(.9)
}

.js-modal-video-open span {
    font-size: clamp(15px,2.4vw,30px);
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
    padding: 0 0 0 110px;
    display: block;
    letter-spacing: 2;
}

.js-modal-video-open img {
    width: 86px;
    max-width: 21%;
    float: left;
}

@media (max-width: 769px) {
    .js-modal-video-open {
        margin: 10px 0 20px;
    }

    .js-modal-video-open span {
        padding: 0 0 0 56px;
    }

    .js-modal-video-open img {
        width: 42px !important;
        max-width: none;
    }
}

#modal-video:before {
    content: 'このコンテンツは音がでます。サウンドをONにしてご覧ください。';
    position: fixed;
    inset: auto;
    margin: 41vw 0 0 0;
    font-size: clamp(12px,2vw,18px);
    pointer-events: none;
    font-weight: 700;
    display: block;
}

@media (max-width: 769px) {
    #modal-video:before {
        margin: 74vw 0 0 0;
    }
}
