﻿.l-cont-wrap {
    width: 100%;
}
.l-cont-wrap_inner {
    backface-visibility: hidden;
}
.l-first {
    position: relative;
    height: 100vh;
    background: var(--mainColor);
}
.l-first_textwrap {
    position: absolute;
    bottom: 0;
    right: 3vw;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.l-first_textwrap-inner {
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column-reverse;
}
.l-first_textwrap-inner .scroll-horizontal {
    background: rgba(222,222,222,.7);
    display: block;
    position: relative;
    width: 1px;
    height: 56px;
    overflow: hidden;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: transform 1.6s cubic-bezier(0.39, 0.1, 0, 1);
}
.l-first_scrollto {
    font-size: calc(.01325 * var(--heightPixel,1vh) * 100);
    color: #000;
    transition: opacity 1.8s cubic-bezier(0.6, 0.25, 0, 1) 0.8s,transform 1.6s cubic-bezier(0.6, 0.25, 0, 1) 0.8s;
    writing-mode: vertical-rl;
    margin-bottom: 1vh;
}
.l-first_textwrap-inner .scroll-horizontal .scroll-horizontal-inner {
    width: 1px;
    height: 56px;
    animation: horizontal-move 6s cubic-bezier(1, 0.47, 0.29, 0.95) infinite;
    -webkit-transform: translateY(-36%);
    transform: translateY(-36%);
    -webkit-transform-origin: top;
    transform-origin: top;
}
.l-first_textwrap-inner .scroll-horizontal .scroll-horizontal-inner:before {
    content: "";
    display: block;
     width: 1px;
    height: 56px;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
    -webkit-transform-origin: top;
    transform-origin: top;
    animation: horizontal 6s cubic-bezier(1, 0.47, 0.29, 0.95) infinite;
}

.l-first_logo, .l-first_pic {
    width: calc(69.25 * var(--heightPixel,1vh));
    position: absolute !important;
    bottom: 0;
    left: 0;
    line-height: 0;
    z-index: 1;
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.6, 0.25, 0, 1) 0.8s,transform 1.6s cubic-bezier(0.6, 0.25, 0, 1) 0.8s;
}

.l-first_logo {
    display: none
}
.l-first_pic {
    top: 11vh;
    bottom: auto;
    width: 70%;
    height: 70vh;
    background-size: cover;
    background-position: center
}
.l-first_catch {
    padding: calc(26.25 * var(--heightPixel,1vh)) calc(14.125 * var(--heightPixel,1vh)) 0 0;
    letter-spacing: 0em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.l-tit {
    font-size: calc(.055 * var(--heightPixel,1vh) * 100);
    position:relative;
}
.l-tit-seal {
    position: absolute;
    right: 97.5%;
    top: 87%;
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.6, 0.25, 0, 1),transform 1.6s cubic-bezier(0.6, 0.25, 0, 1);
    transition-delay:.34s
}
.l-first_catch-row {
    display: block;
    margin-left: calc(3.2375 * var(--heightPixel,1vh));
    width: 1em;
    text-align: left;
    line-height: 1;
    writing-mode: vertical-rl;
    letter-spacing: 7px;
}
.l-first_catch-box{padding-top:20vh}
.l-first_catch-seal {
    width: calc(4.2375 * var(--heightPixel,1vh));
}
.l-first_catch-en {
    writing-mode: vertical-rl;
    position: absolute;
    margin-top: calc(-1.7625 * var(--heightPixel,1vh));
    margin-left: calc(2.525 * var(--heightPixel,1vh));
    font-size: calc(.015 * var(--heightPixel,1vh) * 100);
}
.l-sec-mv_cover {
    background-color: var(--mainColor);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: height 1.4s 0.6s cubic-bezier(0.39, 0.1, 0, 1);
    margin: 0 0 0 -1px;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.l-paragraph {
    padding: calc(13.875 * var(--heightPixel,1vh)) 25% calc(13.875 * var(--heightPixel,1vh)) ;
    position: relative;
    background-color: var(--mainColor);
    margin-left: -1px
}
.l-paragraph--h1 {
    padding-bottom: calc(14 * var(--heightPixel,1vh));
}
.l-paragraph_inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-top: calc(12.5 * var(--heightPixel,1vh));
    justify-content: space-between;
}
.l-paragraph_left--w1 {
    align-self: self-end;
}
.l-paragraph_left .intro {
    font-size: calc(.01375 * var(--heightPixel,1vh) * 100);
    line-height: 5.2727272727;
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.6, 0.25, 0, 1),transform 1.6s cubic-bezier(0.6, 0.25, 0, 1);
}
.l-paragraph_left p {
    font-size: calc(.0175 * var(--heightPixel,1vh) * 100);
    line-height: 1.75;
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.6, 0.25, 0, 1),transform 1.6s cubic-bezier(0.6, 0.25, 0, 1);
}
.l-paragraph_right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    white-space: nowrap;
    font-size: calc(.06 * var(--heightPixel,1vh) * 100);
}
.l-paragraph_intro {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    white-space: nowrap;
}
.l-paragraph_right .intro {
    font-size: calc(.01375 * var(--heightPixel,1vh) * 100);
    margin-left: calc(2 * var(--heightPixel,1vh));
    line-height: 1;
    letter-spacing: 0em;
    writing-mode: vertical-rl;
    display: inline-block;
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.6, 0.25, 0, 1),transform 1.6s cubic-bezier(0.6, 0.25, 0, 1);
}
.l-paragraph_right .ttl {
    -webkit-flex: 1;
    flex: 1;
    writing-mode: vertical-rl;
    line-height: 1;
}
.l-paragraph_right .row {
    display: block;
    margin-left: calc(1.0875 * var(--heightPixel,1vh));
    width: 1em;
    letter-spacing: -5px;
}

.l-paragraph_left .l-paragraph-p-txt {margin-left:0;width:auto}
.l-project{position:relative;margin-top:10vh}
.l-project.l-first_pic{margin-top:0}
.l-project_inner{display:flex;justify-content:space-around;flex-wrap:wrap}
.l-project_block {
    width: 47%;
    margin-bottom: 5vh;
}
.l-project_block img {
    width: 100%;
}
.l-project_fc{width:100%;}
.l-project .write-en-ro {
    writing-mode: horizontal-tb;
    font-size: calc(5 * var(--heightPixel,1vh));
    transform: rotate(-15deg);
    text-align: right;
    position: absolute;
    right: -8vh;
    bottom: -2vh;
    white-space: nowrap;
    font-family: '680-CAI978';
    color: #e83428;
}
.l-music_block-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(10.125 * var(--heightPixel,1vh));
    height: 100%;
    padding: 0 0 0 calc(1 * var(--heightPixel,1vh));
    color: #747474;
    line-height: 1;
    writing-mode: vertical-lr;
}
.l-music_block-intro:first-child{
    border-left: 1px solid #DFDFDF;
}
.l-music_block-intro .num {
    display: inline-block;
    position: absolute;
    top: 0;
    left: calc(1 * var(--heightPixel,1vh));
    font-size: calc(.015 * var(--heightPixel,1vh) * 100);
    color:#dedede
}
.l-list-contents {
    padding: 15vh 0;
    background-color: var(--mainColor);
    position: relative;
    margin: 0 0 0 -1px;
}
.c-ttl {
    width: 90.4%;
    bottom: auto;
    top: 0;
    left: 4.8%;
    writing-mode: horizontal-tb;
    position: absolute;
    padding-bottom: 1vw;
    border-bottom: 1px solid #dfdfdf;
    color: #dedede;
    z-index: 1;
}
.c-ttl .jp {
    position: absolute;
    right: 0;
    bottom: 1vw;
}
.l-list-contents_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.l-list-contents_block {
    position: relative;
    width: 33%;
    padding: calc(3.625 * var(--heightPixel,1vh)) calc(7 * var(--heightPixel,1vh)) 0;
    border-right: 1px solid #DFDFDF;
}
.l-list-contents_block:last-child{border-right:0}
.l-list-contents_block-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.l-list-contents_block-lead {
    position: relative;
}
.l-list-contents_block-cont {
    margin-top: 17vh;
}
.l-list-contents_block-ttl {
    font-size: calc(.0475 * var(--heightPixel,1vh) * 100);
    writing-mode: vertical-lr;
    position:relative;
}
.l-list-contents_block .write-en {
    font-family: '680-CAI978';
    color: #e83428;
    font-size: calc(2.5 * var(--heightPixel,1vh));
    font-weight: normal;
    position: absolute;
    top: 100%;
    left: -3%;
    white-space: nowrap;
    writing-mode: vertical-lr;
    transform: translateY(-68%);
}

.l-list-contents_block-ttl .write-en.write-en-ro{
    writing-mode: horizontal-tb;
    font-size: calc(3.5 * var(--heightPixel,1vh));
    margin: -1vh -3.5vh 0 0;
    transform: rotate(-22deg);
    text-align: right;
    position: absolute;
    right: 0;
    top: 19vh;
        white-space: nowrap;
}
.l-list-contents_block-lead p {
    margin-top: calc(7.5 * var(--heightPixel,1vh));
    writing-mode: vertical-rl;
    line-height: 2.0714285714;
    font-size: calc(.0175 * var(--heightPixel,1vh) * 100);
    letter-spacing: .0714285714em;
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.6, 0.25, 0, 1),transform 1.6s cubic-bezier(0.6, 0.25, 0, 1);
}
.l-list-contents_block-cont-ttl {
    font-size: calc(.0375 * var(--heightPixel,1vh) * 100);
    line-height: 1.3157894737;
    letter-spacing: -0.0263157895em;
    margin: calc(2.625 * var(--heightPixel,1vh)) 0 calc(1.125 * var(--heightPixel,1vh)) 0;
}
.l-list-contents_block-cont p {
    font-size: calc(.01 * var(--heightPixel,1vh) * 100);
    line-height: 1.75;
    margin-bottom: calc(1.75 * var(--heightPixel,1vh));
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.6, 0.25, 0, 1),transform 1.6s cubic-bezier(0.6, 0.25, 0, 1);
}
.l-list-contents figure {
    overflow: hidden;
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.6, 0.25, 0, 1),transform 1.6s cubic-bezier(0.6, 0.25, 0, 1);
}
.l-list-contents figure img {
    object-fit: cover;
    width: 100%;
    object-position: center center;
    max-width: none;
    transform: translate3d(0, 0, 0) !important;
}
.js-textrowmotion-group--vertical .js-textrowmotion{width:1.2em}
.l-list-essays {
    writing-mode: vertical-lr;
    font-size: calc(2.25 * var(--heightPixel,1vh));
    margin-top: 9px;
    margin-left: 6vh;
}
.l-list-essays-item {
    margin-right: 1vh;
    display: block;
    color: #a5a3a3;
}
.circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid;
    position: relative;
}
.circle::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-radius: 50%;
    top: 50%;
    margin-top: -5px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -5px;
}
.l-list-essays-item:hover{color:#000}
.l-list-essays-item:hover .circle{border:none;margin-bottom:1vh}
.l-list-essays-item:hover .circle::after,.l-paragraph-news-item:hover .circle::after{background:#000}
.l-paragraph-end {
    background-image: url(/Areas/Academy/Images/forum/DSC_4229.jpg);
    height: 100vh;
    padding-top: calc(13.875 * var(--heightPixel,1vh));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #fff;
    position: relative
}

.l-paragraph-end .l-catch_maintext{
    line-height: 1.75;
    margin-top: 3vh;
}
.l-paragraph-end .l-paragraph-end-d{
    margin-top: 10px;
    font-size: calc(.0165 * var(--heightPixel,1vh) * 100);
    letter-spacing: normal;
    line-height: 1.5;
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.6, 0.25, 0, 1),transform 1.6s cubic-bezier(0.6, 0.25, 0, 1);
}
.l-paragraph-end .intro {
    text-transform: uppercase;
    font-size: calc(.01175 * var(--heightPixel,1vh) * 100);
    line-height: 1.5;
    margin-top: 5px;
    font-weight:bold;
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.6, 0.25, 0, 1),transform 1.6s cubic-bezier(0.6, 0.25, 0, 1);
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    left: 0;
}
.l-paragraph-end_inner{margin: 0 0 27vh;}
.l-paragraph-end .js-textrowmotion {
    line-height: 1.5;
}
.l-catch_maintext {
    position: relative;
    font-size: calc(.0325 * var(--heightPixel,1vh) * 100);
    line-height: 1.1111111111;
    letter-spacing: .0555555556em;
}
.l-catch_maintext .txt {
    display: block;
    margin-top: 17px;
    margin-left: 44.7%;
    font-size: calc(.0125 * var(--heightPixel,1vh) * 100);
    color: #747474;
    letter-spacing: normal;
    width: 80%;
    line-height:1.5
}
.l-catch_maintext-author {
    margin-top: calc(25.875 * var(--heightPixel,1vh));
    margin-left: calc(86.625 * var(--heightPixel,1vh));
    padding-right: calc(7.625 * var(--heightPixel,1vh));
    width: calc(21 * var(--heightPixel,1vh));
    transition: opacity 1.6s cubic-bezier(0.6, 0.25, 0, 1),transform 1.6s cubic-bezier(0.6, 0.25, 0, 1);
    transition-delay: 1.3s;
}
.l-catch_maintext .innerline{display:inline-block}
.l-catch_maintext .innerline:before {
    display: inline-block;
    vertical-align: super;
    content: '';
    width: calc(21.25 * var(--heightPixel,1vh));
    height: 1px;
    background-color: rgba(116,116,116,0.5);
    margin-right: 2vw;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform 1.5s cubic-bezier(0.39, 0.1, 0, 1);
}
.l-paragraph-news {
    transform: translateY(40px);
    opacity: 0;
    transition: opacity 1.8s cubic-bezier(0.6, 0.25, 0, 1),transform 1.6s cubic-bezier(0.6, 0.25, 0, 1);
}
.l-paragraph-news-item {
    display: flex;
    color: #a5a3a3;
    align-items: center;
    justify-content: space-between;
    padding: 2vh 0;
    border-bottom: 1px dashed;
    font-size: 1.65vh;
}
.l-paragraph-news-item:hover{color:#000}
.l-paragraph-news-item:hover .circle{margin-right:20px;border:none}
.l-paragraph-news-info {
    display: flex;
    align-items: center;
    flex: 1;
}
.l-paragraph-news-info .circle{margin-right:10px}
.l-news-tit {
    flex: 1;
    white-space: normal;
    text-overflow: ellipsis;
    overflow:hidden;
    line-height: 1.5;
}
.l-paragraph-news-date{margin-left:5vh}
.js-scrollaction-active .l-paragraph-news{opacity:1;transform: translateY(0);}
.l-paragraph-pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 3vh;
}
.l-paragraph-navigation {
    border: none;
    background: none;
    color: #a5a3a3;
    cursor: pointer;
}
.pagination-bullet{padding:0 1rem;color:#a5a3a3;cursor:pointer}
.l-paragraph-navigation:hover,.pagination-bullet.active,.pagination-bullet:hover{color:#000}
.pagination-bullet.active span{border-bottom:1px solid #000}
@media (max-width: 860px), (max-height: 480px) {
    .l-paragraph-end {
        background-image: url(/Areas/Academy/Images/forum/4-3.jpg)
    }
}
.l-paragraph-news-block{width:100%;margin-top:10vh}