﻿.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(.06 * 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: 15vh;
    display: flex;
    flex-direction: row-reverse;
}
.l-first_catch-seal {
    width: calc(4.2375 * var(--heightPixel,1vh));
}
.l-first_catch-en {
    writing-mode: vertical-rl;
    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% 0;
    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-catch_inner {
    position: relative;
    align-self: center;
}
.l-catch_maintext {
    position: relative;
    font-size: calc(.0175 * 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: flex;
    align-items: center;
    flex-direction: column;
    text-align:center
}
.l-catch_maintext .innerline:before {
    display: block;
    vertical-align: super;
    content: '';
    height: calc(19.25 * var(--heightPixel,1vh));
    width: 1px;
    background-color: rgba(116,116,116,0.5);
    margin: 2vw auto;
    -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-list-contents {
    height: 100%;
    background-color: var(--mainColor);
    position: relative;
    margin: 0 0 0 -1px;
}
.c-ttl {
    display: flex;
    color: #dedede;
    z-index: 1;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: calc(.01 * var(--heightPixel,1vh) * 100);
}
.l-music_block-intro .jp{left:1vh}
.l-list-contents_inner {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content:center;
}
.l-list-contents_block, .l-list-contents_box {
    position: relative;
    flex:1;
    margin-top:10vh
}
.l-list-contents_box{border-right:0}
.l-list-contents_block-inner {
    height: 100%;
    position:relative
}
.l-list-contents_box-inner {
    display: flex;
    justify-content:space-between
}
.l-list-contents_box:nth-child(even) .l-list-contents_box-inner {
    flex-direction: row-reverse;
}
.l-list-contents_block-lead {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.l-list-contents_block-cont {
    width: 100%;
    position: absolute;
    bottom: 6vh;
    left: 0
}
.l-list-contents_block-ttl {
    font-size: calc(.0475 * var(--heightPixel,1vh) * 100);
    writing-mode: vertical-rl;
    position:relative
}
.l-list-contents_block-ttl .write-en {
    font-family: '680-CAI978';
    color: #e83428;
    font-size: calc(2.5 * var(--heightPixel,1vh));
    font-weight: normal;
    margin-top: -1vh;
}
.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(.0165 * 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 {
    width: calc(37.75 * var(--heightPixel,1vh));
    height: calc(22.75 * var(--heightPixel,1vh));
    left: calc(10 * var(--heightPixel,1vh));
    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;
    height: 100%;
    object-position: center center;
    max-width: none;
    transform: translate3d(0, 0, 0) !important;
}
.l-project{position:relative;margin-top:10vh}
.l-project.l-first_pic{margin-top:0}
.l-project_inner{display:flex;margin-bottom:10vh}
.l-project_block{margin-left:13vh}
.l-project_block img {
    width: calc(35 * var(--heightPixel,1vh));
}
.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 {
    font-size: calc(.01 * var(--heightPixel,1vh) * 100);
    color: #dedede;
    line-height: 1;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 1vh;
    display: flex;
    justify-content: space-between;
}
.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_block-img {
    overflow: hidden;
}
.l-list-contents_block-img img{width:100%;}
.l-paragraph-end {
    background: transparent;
    width: 100vw;
    min-width: calc(160 * var(--heightPixel,1vh));
    padding-top: calc(13.875 * var(--heightPixel,1vh));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.l-paragraph-end .l-catch_maintext{
    line-height: 1.75;
    margin-top: 3vh;
}
.l-paragraph-end .c-font-en{
    margin-top: 10px;
    font-size: calc(.0125 * 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);
}
.l-paragraph-end_inner{margin: 0 0 21vh;}
.js-scrollaction-image,.l-project_block p {
    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 .js-textrowmotion {
    line-height: 1.5;
}


.l-list-contents-flex{display:flex;align-items:center;flex-direction:column}
.l-list-contents_box-ttl {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    white-space: nowrap;
}
.l-list-contents_box-ttl .ttl {
    -webkit-flex: 1;
    flex: 1;
    writing-mode: vertical-rl;
    line-height: 1;
    font-size: calc(.065 * var(--heightPixel,1vh) * 100);
}
.l-list-contents_box-ttl .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-list-contents_block-cont-inner{height:28vh}
.l-list-contents_box .l-list-contents_block-cont-inner p{margin-top:1vh}
.l-paragraph-map {
    background: url(/Areas/Academy/Images/volunteer/2.jpg)no-repeat center;
    background-size: cover;
    color: #fff;
    padding: calc(17.875 * var(--heightPixel,1vh)) 0;
    display: flex;
    justify-content: center;
}
.l-paragraph-map .l-paragraph_left--w1,.l-paragraph-map .js-scrollaction-image{width: calc(79.5 * var(--heightPixel,1vh));}
.l-paragraph-map .l-paragraph_left p{margin: 1vh 0 4vh;}
.l-list-contents_box-cont {
    width: calc(37.75 * var(--heightPixel,1vh));
}
.l-list-contents_block-time {
    text-align: center;
    border: 1px solid;
    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-time dl{line-height:1.5;padding:0 10px}
.l-list-contents_block-time .year{border-top:1px solid;font-size:calc(0.0205 * var(--heightPixel,1vh) * 100);}
.l-eat-p{margin-top:15vh}
.l-catch_inner-o{margin-bottom:15vh;}
.l-paragraph-oth{padding: 0 0 15vh 0}
.l-paragraph-oth .l-paragraph_inner{justify-content: center;flex-direction: column;align-items: center;}
.l-list-contents_pro .l-list-contents_box .l-list-contents_box-inner{padding:0;}

.l-list-contents_on-ttl {
    font-size: calc(.0475 * var(--heightPixel,1vh) * 100);
    position: relative;
    text-align:right
}
.l-list-contents_on-lead {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    align-items: flex-start;
}
.l-list-contents_on-lead p {
    line-height: 2.0714285714;
    font-size: calc(.0125 * 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_on-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 4vh 0 7vh;
    border-top: 1px solid #dfdfdf;
}
.l-list-contents_on-cont p {
    font-size: calc(.0165 * var(--heightPixel,1vh) * 100);
    line-height: 1.75;
    margin-top: 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);
}