@charset "UTF-8";
/* CSS Document */


/*  L A Y O U T  */

/* --- C O M M O N --- */

.contents-wrap {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 100px 0 80px 0;
    overflow: hidden;
}
.cont-bg {
    background: url("../img/bg-tx.jpg") repeat;
    background-size: 250px auto;
    min-height: calc(100vh - 250px);
}

.cont-title {
    width: 100%;
    height: 140px;
    display: block;
    text-align: center;
    position: relative;
    padding: 82px 0 0 0;
}
.cont-title h1 {
    display: block;
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 2.2rem;
    line-height: 1em;
    letter-spacing: 0;
    margin: 0;
    font-weight: normal;
    color: #1a1a1a;
}
.cont-title h1 {
    opacity: 0;
    transform: translateY(-20px);
}
.cont-title span:nth-of-type(1) {
    width: 1px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    background: rgba(26,26,26,0.6);
}
.cont-title span:nth-of-type(1) {
    transform-origin: top center;
    transform: scaleY(0);
}
.cont-title span:nth-of-type(2) {
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    background: #1a1a1a;
}
.cont-title span:nth-of-type(2) {
    transform-origin: center center;
    transform: scaleX(0);
}
#top-disco .cont-title h1 { color: rgba(238,238,238,1); }
#top-disco .cont-title span:nth-of-type(1),
#top-disco .cont-title span:nth-of-type(2) { 
    background: rgba(238,238,238,1); 
}

.cont-subtitle {
    width: 100%;
    height: 90px;
    display: block;
    text-align: center;
    position: relative;
    padding: 45px 0 0 0;
    
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 1.4rem;
    line-height: 1em;
    letter-spacing: 0;
    color: #1a1a1a;
}
.cont-subtitle span:nth-of-type(1) {
    width: 1px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    background: rgba(26,26,26,0.6);
}
.cont-subtitle span:nth-of-type(1) {
    transform-origin: top center;
    transform: scaleY(0);
}
.cont-subtitle span:nth-of-type(2) {
    width: 18px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    background: #1a1a1a;
}
.cont-subtitle span:nth-of-type(2) {
    transform-origin: center center;
    transform: scaleX(0);
}
.cont-subtitle p {
    display: inline;
    margin: 0 0.4em;
}
.cont-subtitle p {
    opacity: 0;
    transform: translateY(-20px);
}
/*.cont-subtitle p:nth-of-type(2)::after {
    content: ":";
    display: block;
    position: absolute;
    bottom: 0;
    left: -0.5em;
}*/


/* --- <  N E W S  I N D E X > --- */

.nw-menu-wrap {
    width: 100%;
    height: auto;
    display: block;
    margin: 35px 0 0 0;
}
.nwmn {
    opacity: 0;
    transform: translateY(-20px);
}
.nwmn1, .nwmn2, .nwmn3, .nwmnFC {
    width: 100%;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    
    align-items: center;
    -webkit-box-align: center;
    position: relative;
}
.nwmn1, .nwmnFC {
    height: 65px;
    background: rgba(255,255,255,0.3);
    border-top: 1px solid rgba(26,26,26,0.3);
    border-bottom: 1px solid rgba(26,26,26,0.3);
}
.nwmn2 {
    height: 50px;
    border-bottom: 1px solid rgba(26,26,26,0.3);
}
.nwmn3 {
    height: 50px;
    background: rgba(0,0,0,0.04);
    border-bottom: 1px solid rgba(26,26,26,0.3);
}

.nwmn1 div, .nwmnFC div {
    width: 230px;
    height: auto;
    display: block;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.4rem;
    line-height: 1em;
    letter-spacing: 0;
    margin: 0 50px;
    position: relative;
}
.nwmn1 div, .nwmnFC div { 
    color: rgba(26,26,26,1);
}

.nwmn1 div a, .nwmn2 div a, .nwmn3 div a, .nwmnFC div a { 
    color: rgba(26,26,26,0.4);
    
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.nwmn1 div a:hover, .nwmn2 div a:hover, .nwmn3 div a:hover, .nwmnFC div a:hover { 
    color: rgba(0,0,0,1); 
}

.nwmn1 div:nth-of-type(1)::after, .nwmnFC div:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -50px;
    width: 1px;
    height: 20px;
    background: rgba(26,26,26,0.3);
}
.nwmn1 div p, .nwmnFC div p {
    display: inline;
    font-family: serif;
}

.nwmn2 div, .nwmn3 div  {
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    margin: 0 28px;
    position: relative;
}
.nwmn2 div::after, .nwmn3 div::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -28px;
    margin: -7px 0 0 0;
    width: 1px;
    height: 14px;
    background: rgba(26,26,26,0.3);
}
.nwmn2 div:last-of-type::after, .nwmn3 div:last-of-type::after {
    background: rgba(26,26,26,0);
}

.nwmn1 div:nth-of-type(1)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #1a1a1a transparent;
}
.nwmnFC div:nth-of-type(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #1a1a1a transparent;
}
/* AddClass ".trmk1"
.nwmn1 div.trmk1::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #1a1a1a transparent;
}
*/
.nwmn2 div:nth-of-type(1)::before, .nwmn3 div:nth-of-type(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #1a1a1a transparent transparent transparent;
}
/* AddClass ".trmk2"
.nwmn2 div.trmk2::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #1a1a1a transparent transparent transparent;
}
*/
#nwmn-sp-wrap {
    display: none;
}

.news-index {
    width: 70%;
    height: auto;
    margin: 40px auto;
    padding: 0 0 40px 0;
    display: block;
    position: relative;
    min-height: 210px;
}
@media (min-width: 1560px) {
    .news-index {
        width: 1092px;
    }
}
.news-index::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 2px;
    background: #1a1a1a;
}
.news-index a {
    display: block;
    margin: 0;
    transform: translateY(30px);
    opacity: 0;
}
.NWitem {
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    position: relative;
    padding: 20px;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
    
    box-shadow: 0px 5px 25px 0px rgba(0, 60, 87, 0.0);
    
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.NW-L {
    width: 30%;
    height: 100%;
    display: block;
    margin: 0;
    text-align: right;
}
@media (min-width: 1024px) {
    .NW-L {
        width: 205px;
    }
}

.nw-days {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    line-height: 1em;
    color: #1a1a1a;
    
    transform: skewX(-6deg);
}
.nw-days h5 {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0 0.2em 0 0;
    position: relative;
}
.nw-days::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background: #1a1a1a;
}
.nw-ctg, .nw-ctg_lc {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 6px 0;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    line-height: 1em;
}
.nw-ctg {
    color: #eee;
    background: #1a1a1a;
}
.nw-ctg_lc {
    color: #1a1a1a;
    border: 1px solid rgba(26,26,26,0.6);
}
.nw-ctg, .nw-ctg_lc {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.nw-ctg span:nth-of-type(1) {
    display: inline-block;
    font-weight: 700;
    margin: 0;
}
.nw-ctg span:nth-of-type(2) {
    display: inline-block;
    margin: 0 0 0 0.9em;
    position: relative;
}
.nw-ctg span:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: -0.5em;
    width: 1px;
    height: 11px;
    background: #eee;
    transform: skewX(-15deg) scaleX(0.5);
}

.NW-R {
    width: 70%;
    height: auto;
    display: block; 
    margin: 0 0 0 4%;
    padding: 0 8% 0 4%;
    position: relative;
}
@media (min-width: 1560px) {
    .NW-R {
        margin: 0 0 0 42px;
        padding: 0 8% 0 42px;
    }
}
.NW-R::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(26,26,26,0.6);
}
.NWitem::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    right: -5%;
    margin-top: 0px;
    width: 110%;
    height: 3px;
    background: url("../img/hasen-bk.png") repeat-x left center;
    background-size: auto 1px;
    
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.NWitem::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url("../img/arwL-bkR.png") no-repeat center center;
    background-size: contain;
    
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.NW-R p {
    display: inline-block;
    color: #1a1a1a;
    font-size: 0.92rem;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0;
}

.NWitem:hover {
    transform: translateY(-8px);
    box-shadow: 0px 5px 25px 0px rgba(0, 60, 87, 0.4);
}
.NWitem:hover::before {
    transform: translateY(8px);
}
.NWitem:hover::after {
    transform: translateX(70%) scale(1.2);
}
.NWitem:hover .nw-ctg {
    background: #00cef0;
}
.NWitem:hover .nw-ctg_lc {
    color: rgba(0,206,240,1);
    border: 1px solid rgba(0,206,240,1);
}

.nw-pager {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
}
.nw-pager p {
    display: inline-block;
    margin: 0 0.6em;
    color: rgba(26,26,26,1);
}
.nw-pager a p {
    color: rgba(26,26,26,0.4);
}




/* --- <  N E W S  D E T A I L > --- */

.news-main {
    width: 70%;
    height: auto;
    margin: 40px auto;
    padding: 0 0 40px 0;
    display: block;
    position: relative;
}
@media (min-width: 1560px) {
    .news-main {
        width: 1092px;
    }
}
.nwD-ctg {
    width: 140px;
    height: auto;
    display: block;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.03em;
    line-height: 1em;
    
    transform: translateX(-50px);
    opacity: 0;
    
}
.nwD-ctg {
    color: #1a1a1a;
    border: 1px solid rgba(26,26,26,0.6);
}
.nwD-ctg span:nth-of-type(1) {
    display: inline-block;
    font-weight: 700;
    margin: 0;
}
.nwD-ctg span:nth-of-type(2) {
    display: inline-block;
    margin: 0 0 0 1.2em;
    position: relative;
}
.nwD-ctg span:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: -0.65em;
    width: 1px;
    height: 11px;
    background: #1a1a1a;
    transform: skewX(-15deg) scaleX(0.5);
}
.nwD-days {
    width: 140px;
    height: auto;
    display: block;
    margin: 0;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    line-height: 1em;
    color: #1a1a1a;
    text-align: right;
    
    transform: skewX(-6deg) translateX(-50px);
    opacity: 0;
}
.nwD-days h5 {
    display: inline;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0.25em 0 2.5em;
    position: relative;
}
.nwD-days::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background: #1a1a1a;
}
.news-main h1 {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    color: #1a1a1a;
    margin: 0.6em 0 1.0em;
    
    transform: translateX(50px);
    opacity: 0;
}
.news-title {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 0 50px 0;
}
.lineHR1 {
    width: 80px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    background: rgba(26,26,26,0.6);
    
    transform: scaleX(0);
    transform-origin: center center;
}
.news-txt {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    
    font-size: 0.94rem;
    letter-spacing: 0.1em;
    line-height: 1.9em;
    font-weight: 300;
    color: #000;
    
    transform: translateY(80px);
    opacity: 0;
}
.news-txt h2 {
    display: inline;
    font-size: 1.4em;
    font-weight: 400;
}
.news-txt b {
    color: #977941;
    font-weight: 300;
}
.news-txt strong {
    font-weight: 500;
    letter-spacing: 0.07em;
}
.news-txt img {
    width: 50%;
    height: auto;
    display: inline;
}
.nw-ifrm {
    width: 50%;
    /*height: JS*/
}
.news-txt a {
    color: #000;
    position: relative;
    display: inline-block;
    margin: 0;
    
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.news-txt a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1a1a1a;
    
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.news-txt a:hover {
    transform: translateY(-3px);
}
.news-txt a:hover::after {
    width: 0;
    left: 50%;
    transform: translateY(3px);
}
.news-txt ul {
    display: inline-block;
    margin: 1.2em 0 1em 0;
}
.news-txt li {
    list-style: square;
    margin: 0 0 0.2em -1em;
}
.shareBT {
    width: 100%;
    height: auto;
    position: relative;
    margin: 40px 0 0 0;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-end;
    -webkit-box-pack: end;
    
    align-items: center;
    -webkit-box-align: center;
}
.shareBT span {
    width: 120px;
    display: block;
    margin: 0;
    position: relative;
    transform: skewX(-6deg);
}
.shareBT span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
    width: 75px;
    height: 1px;
    background: rgba(26,26,26,0.6);
}
.shareBT i {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1em;
    margin: 0 0 0 0.8em;
}
.shareBT a {
    display: inline-block;
    color: #1a1a1a;
    
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.shareBT a:hover {
    color: #00cef0;
}

.PG-prevBT {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid rgba(26,26,26,0.3);
    position: relative;
}
.PG-prevBT::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -12px;
    width: 22px;
    height: 22px;
    background: url("../img/arwL-nw.png") no-repeat center center;
    background-size: contain;
}
.PG-prevBT, .PG-prevBT::after {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.PG-prevBT:hover {
    transform: scale(1.1);
    transform-origin: center center;
}
.PG-prevBT:hover::after {
    transform: scale(0.8);
    transform-origin: center center;
}





/* ---  P R O F I L E  +  B I O G R A P H Y --- */

.prof-main {
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    
    justify-content: center;
    -webkit-box-pack: center;
}
.pr-item {
    width: 25%;
    height: auto;
    display: block;
    margin: 0;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.pr-pic {
    width: 100%;
    height: auto;
    display: block;
    
    transform: translateY(30px);
    opacity: 0;
}
.pr-pic img {
    width: 100%;
    height: auto;
    display: block;
}
.pr-txt, .pr-link {
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
}
.pr-txt {
    transform: translateX(50px);
    opacity: 0;
}
.pr-link {
    transform: translateX(-50px);
    opacity: 0;
}
.pr-txt div:nth-of-type(1) {
    display: block;
    margin: 0;
    padding: 0 8% 0 0;
    
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 1.8rem;
    line-height: 1em;
    letter-spacing: 0.02em;
    color: #1a1a1a;
    position: relative;
    text-align: right;
}
.pr-txt div:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(26,26,26,0.6)
}
.pr-txt div:nth-of-type(2) {
    display: block;
    margin: 0;
    padding: 0 0 0 8%;
}
.pr-txt div:nth-of-type(2) p, .pr-txt div:nth-of-type(2) b {
    display: inline-block;
    transform: skewX(-6deg);
    
    font-family: "Rajdhani", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0;
    line-height: 1em;
}
.pr-txt div:nth-of-type(2) p {
    font-weight: 400;
    margin: 0 0.4em 0 0;
}
.pr-txt div:nth-of-type(2) b {
    font-weight: 600;
    margin: 0 0 0 0.4em;
}
.pr-link div {
    display: inline-block;
    text-align: right;
    
    font-family: "Rajdhani", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0;
    line-height: 1em;
}
.pr-link div a.lnkA {
    display: inline-block;
    color: #1a1a1a;
    position: relative;
    padding: 0 1em 0 0;
    margin: 0 0 0.5em 0;
    transform: skewX(-6deg);
}
.pr-link div a.lnkA::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: url("../img/arw-bkR.png") no-repeat center center;
    background-size: contain;
}
.pr-link div a.lnkA, .pr-link div a.lnkA::after {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.pr-link div a.lnkA:hover {
    transform: translateX(8px);
}
.pr-link div a.lnkA:hover::after {
    transform: translateX(-4px);
}
.pr-link div span {
    display: block;
    margin: 30px 0 0 0;
}
.pr-link div span a.lnkB {
    display: inline-block;
    color: #1a1a1a;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1em;
    padding: 0 0 0 0.8em;
    margin: 0;
    
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.pr-link div span a.lnkB:hover {
    color: #00cef0;
}


.bio-main {
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
    position: relative;
}
.lineHR2 {
    width: 100%;
    height: 1px;
    display: block;
    background: rgba(26,26,26,0.6);
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    
    transform: scaleX(0);
    transform-origin: center center;
}

/* --- [ swiper ] --- */

.bio-year {
    width: 100%;
    height: 50px;
    margin: 30px 0 0 0;
    padding: 0 120px;
    position: relative;
    border-top: 1px solid rgba(26,26,26,0.3);
    border-bottom: 1px solid rgba(26,26,26,0.3);
    background: rgba(255,255,255,0.3);
}
.bioTM {
    width: 80px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 1.05rem;
    line-height: 50px;
    letter-spacing: 0.02em;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    
    align-items: center;
    -webkit-box-align: center;
    
    opacity: 0.3;
    
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
}

.bio-year .swiper-slide-thumb-active {
    opacity: 1;
}
.bio-year .swiper-slide-thumb-active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3px 5px 3px;
    border-color: transparent transparent #1a1a1a transparent;
}
.BO-prev, .BO-next {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    outline: none;
    cursor: pointer;
}
.BO-prev { left: 50px; }
.BO-next { right: 50px; }

.BO-next::after, .BO-prev::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.BO-next::after, .BO-prev::after {
    margin-top: -13px;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(26,26,26,0.6);
    background: rgba(0,0,0,1);
}
.BO-next::after { right: 0; }
.BO-prev::after { left: 0; }

.BO-next:hover::after, .BO-prev:hover::after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.BO-next:hover::after, .BO-prev:hover::after {
    background: rgba(0,0,0,1);
}
.BO-next::before, .BO-prev::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 22px;
    height: 22px;
    margin-top: -12px;
    z-index: 2;
}
.BO-next::before {
    right: 1px;
    background: url("../img/arw-wtR.png") no-repeat center center;
    background-size: 42% auto;
}
.BO-prev::before {
    left: 1px;
    background: url("../img/arw-wtL.png") no-repeat center center;
    background-size: 42% auto;
}
.BO-prev.swiper-button-disabled,
.BO-next.swiper-button-disabled {
  opacity: 0.15;
  cursor: auto;
  pointer-events: none;
}

.bio-txt {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 50px 0;
    position: relative;
}
.bio-txt::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 18px;
    height: 2px;
    margin-left: -9px;
    background: #1a1a1a;
}
.bio-txt .cont-subtitle p {
    font-family: 'Times New Roman', serif;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}
.bioTX {
    width: 100%;
    height: auto;
    margin: 40px 0 0 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
}
.bioTX div:nth-of-type(1) {
    width: 130px;
    height: auto;
    display: block;
    margin: 0.4em 0 0 0;
    padding: 0 40px 0 0;
    text-align: right;
    position: relative;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
    line-height: 1.1em;
}
.bioTX div:nth-of-type(1) p {
    display: block;
    margin: 1px 0 0 0;
}
.bioTX div:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    width: 1px;
    height: 16px;
    background: rgba(26,26,26,0.6)
}
.bioTX div:nth-of-type(2) {
    width: calc(100% - 130px);
    display: block;
    margin: 0;
    font-size: 0.94rem;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    font-weight: 300;
    color: #000;
}




/* --- <  D I S C O G R A P H Y   I N D E X >  +  A R C H I V E S --- */

.dc-menu-wrap {
    width: 100%;
    height: auto;
    display: block;
    margin: 35px 0 0 0;
}
.dcmn {
    width: 100%;
    height: 50px;
    border-top: 1px solid rgba(26,26,26,0.3);
    border-bottom: 1px solid rgba(26,26,26,0.3);
    background: rgba(255,255,255,0.3);
    position: relative;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    
    align-items: center;
    -webkit-box-align: center;
    
    opacity: 0;
    transform: translateY(-20px);
}
.dcmn div  {
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    margin: 0 28px;
    position: relative;
    cursor: pointer;
}
.dcmn div p {
    display: inline-block;
    margin: 0;
    opacity: 0.3;
    
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
}
.dcmn div::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -28px;
    margin: -7px 0 0 0;
    width: 1px;
    height: 14px;
    background: rgba(26,26,26,0.3);
}
.dcmn div:last-of-type::after {
    background: rgba(26,26,26,0);
}
.dcmn div a { 
    color: rgba(26,26,26,0.4);
    
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.dcmn div a:hover { 
    color: rgba(0,0,0,1); 
}
#dcmn-sp-wrap {
    display: none;
}
.dcmn div.actv, .dcmn div.actv p {
    opacity: 1;
}
.dcmn div::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #1a1a1a transparent;
    
    opacity: 0;
    transform: translateX(-20px) scale(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.dcmn div.actv::before {
    opacity: 1;
    transform: translateX(0) scale(1);
}
.disco-main {
    width: 100%;
    height: auto;
    margin: 30px auto 0 auto;
    position: relative;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    
    justify-content: center;
    -webkit-box-pack: center;
}
@media (min-width: 1900px) {
    .disco-main {
        width: 1900px;
    }   
}
.disco-main::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 2px;
    background: #1a1a1a;
}
#top-disco .disco-main { 
    margin: 50px auto 0 auto;
    padding: 0 0 40px 0;
}
#top-disco .disco-main::after { 
    display: none;
}

.work {
    width: 20%;
    height: auto;
    display: block;
    margin: 0 1.5% 3%;
    
    animation: wkthum-anime 2s cubic-bezier(0.080, 0.800, 0.315, 1.000) both;
}
@keyframes wkthum-anime {
    0%    { transform: translateY(30px); opacity:0; }
    100%  { transform: translateY(0);    opacity:1; }
}

.work a {
    display: block;
    margin: 0;
    transform: translateY(50px);
    opacity: 0;
}
.wk-thum, .acv-thum {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(0, 60, 87, 0.4);
    
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
#top-disco .wk-thum { box-shadow: 0px 2px 10px 0px rgba(0,0,0,0); border: 1px solid rgba(66,82,86,0.6); }

.wk-thum img, .acv-thum img {
    width: 100%;
    height: auto;
    display: block;
}
.wk-thum::after, .acv-thum::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
}
#top-disco .wk-thum::after { background: rgba(0,160,180,0); }

.wk-thum span, .acv-thum span {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 1.05rem;
    line-height: 1em;
    letter-spacing: 0.02em;
    color: #eee;
    opacity: 0;
    
    transform: translateX(-200px);
    transition: all 1.8s cubic-bezier(0.000, 0.730, 0.030, 1.000);
    -webkit-transition: all 1.8s cubic-bezier(0.000, 0.730, 0.030, 1.000);
}
.wk-thum span { width: 100px; margin: -0.5rem 0 0 -50px; }
.acv-thum span { width: 150px; margin: -0.5rem 0 0 -75px; }

.wk-thum span::after, .acv-thum span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url("../img/arw-wtR.png") no-repeat center center;
    background-size: contain;
    
    transform: translateX(-10px);
    transition: all 1.8s cubic-bezier(0.000, 0.730, 0.030, 1.000);
    -webkit-transition: all 1.8s cubic-bezier(0.000, 0.730, 0.030, 1.000);
}
.wk-thum:hover, .acv-thum:hover {
    box-shadow: 0px 16px 22px 0px rgba(0, 60, 87, 0.4);
    transform: translateY(-20px);
}
#top-disco .wk-thum:hover { box-shadow: 0px 16px 22px 0px rgba(0,0,0,0); transform: translateY(-20px); }

.wk-thum:hover::after, .acv-thum:hover::after {
    background: rgba(0,0,0,0.5);
}
#top-disco .wk-thum:hover::after { background: rgba(0,118,152,0.85); }

.wk-thum:hover span, .acv-thum:hover span {
    opacity: 1;
    transform: translateX(0);
}
.wk-thum:hover span::after, .acv-thum:hover span::after {
    opacity: 1;
    transform: translateX(0);
}

.dc-title {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
}
.dc-title span:nth-of-type(1) {
    width: 65px;
    height: 18px;
    margin: 0 15px 0 0;
    display: block;
    text-align: center;
    border: 1px solid rgba(26,26,26,0.6);
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #1a1a1a;
}
#top-disco .dc-title span:nth-of-type(1) { color: #eee; border: 1px solid rgba(238,238,238,0.5); }

.dc-title span:nth-of-type(1) p {
    display: inline-block;
    margin: 0;
    transform: skewX(-6deg);
}
.dc-title span:nth-of-type(2) {
    width: calc(100% - 80px);
    display: block;
    margin: 0.1em 0 0 0;
    
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.25em;
    letter-spacing: 0.02em;
    color: #1a1a1a;
    transform: skewX(-6deg);
}
#top-disco .dc-title span:nth-of-type(2) { color: #eee; }

.dc-title {
    transform: translateX(20px);
    opacity: 0;
}




/* --- <  D I S C O G R A P H Y   D E T A I L > --- */

.dsDT-main {
    width: 100%;
    height: auto;
    margin: 80px auto 0 auto;
    padding: 0 8% 80px;
    position: relative;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
}
@media (min-width: 1900px) {
    .dsDT-main {
        width: 1900px;
    }   
}

.wk-pic {
    width: 50%;
    height: auto;
    padding: 0 5% 0 0;
    
    display: flex;
    display: -webkit-flex;
    
    justify-content: flex-end;
    -webkit-box-pack: end;
}
.wk-pic span {
    /* height JS */
    display: block;
    box-shadow: 0px 12px 30px 0px rgba(0, 60, 87, 0.4);
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.fd_wk {
    transition: all 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -webkit-transition: all 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    
    transform: translateY(100px);
    opacity: 0;
}
.fd_wk-after {
    transform: translateY(0);
    opacity: 1;
}
.wk-pic img {
    width: auto;
    height: 100%;
    display: block;
}
.wk-detail {
    width: 50%;
    height: auto;
    display: block;
    padding: 0;
}
.dcDT-title {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
    
    transform: translateY(-30px);
    opacity: 0;
}
.dcDT-title span {
    width: 80px;
    height: 22px;
    margin: 0 15px 0 0;
    display: block;
    text-align: center;
    border: 1px solid rgba(26,26,26,0.6);
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #1a1a1a;
}
.dcDT-title span p {
    display: inline-block;
    margin: 0;
    transform: skewX(-6deg);
}
.wk-detail h1 {
    display: inline-block;
    margin: 35px 0;
    
    font-size: 2rem;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    font-weight: 300;
    
    transform: translateX(50px);
    opacity: 0;
}
.wk-data {
    width: 100%;
    height: auto;
    margin: 0;
    font-family: "Rajdhani", sans-serif;
    line-height: 1em;
    letter-spacing: 0.02em;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
}
.wk-data span:nth-of-type(1) {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0 24px 0;
    position: relative;
    
    font-weight: 400;
}
.wk-data span:nth-of-type(1) p, .wk-data span:nth-of-type(1) b {
    opacity: 0;
}
.lineHR3 {
    width: 100%;
    height: 1px;
    display: block;
    
    position: absolute;
    bottom: 12px;
    left: 0;
    background: rgba(26,26,26,0.6);
    
    transform: scaleX(0);
    transform-origin: left center;
}

.wk-data span:nth-of-type(1) b {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    margin-right: 0.4em;
    transform: skewX(-6deg);
}
.wk-data span:nth-of-type(1) p {
    display: inline-block;
    font-size: 0.9rem;
    margin: 0;
    transform: skewX(-6deg);
}
.wk-data span:nth-of-type(2) {
    display: inline-block;
    margin: 0 2.4em 0 0;
    position: relative;
}
.wk-data span:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: -1.2em;
    width: 1px;
    height: 12px;
    background: rgba(26,26,26,0.6);
}
.wk-data span:nth-of-type(2) p, .wk-data span:nth-of-type(3) b {
    display: inline-block;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    transform: skewX(-6deg);
}
.wk-data span:nth-of-type(3) p {
    display: inline-block;
    font-size: 0.9rem;
    margin: 0 0 0 0.2em;
    transform: skewX(-6deg);
}
.wk-data span:nth-of-type(2), .wk-data span:nth-of-type(3) {
    transform: translateY(20px);
    opacity: 0;
}

.wk-list {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 50px 0 0 0;
    padding: 0 0 20px 0;
}
.wk-list h2 {
    display: block;
    margin: 0 0 1.5em 0;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1em;
    color: #1a1a1a;
    transform: skewX(-6deg);
    
    transform: translateX(30px);
    opacity: 0;
}
.wk-list ol {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 50px;
    padding: 0;
    list-style: decimal-leading-zero;
    position: relative;
}
.lineVT1 {
    width: 1px;
    height: calc(100% - 1em);
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    background: rgba(26,26,26,0.6);
    
    transform: scaleY(0);
    transform-origin: center top;
}
.wk-list li {
    margin: 0 0 0.7em 2em;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    
    transform: translateX(50px);
    opacity: 0;
}
.wk-txt {
    display: inline-block;
    margin: 0;
    padding: 40px 0 0 0;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.9em;
    position: relative;
    
    transform: translateY(50px);
    opacity: 0;
}
.wk-txt::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 2px;
    background: rgba(26,26,26,0.6);
}
.wk-txt ul {
    display: inline-block;
    margin: 1em 0 1em 0;
    padding: 0;
    list-style: square;
}
.wk-txt li {
    margin: 0 0 0.6em 1.8em;
    font-size: 0.72rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}




/* ---  L I N K S --- */

.link-wrap {
    width: 100%;
    height: auto;
    margin: 50px 0 0 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    
    justify-content: center;
    -webkit-box-pack: center;
}
.link-main1, .link-main2 {
    width: 35%;
    height: auto;
    display: block;
    margin: 0 1.2%;
}
.link-main1 a, .link-main2 a {
    display: block;
    margin: 0;
    transform: translateY(50px);
    opacity: 0;
}
.link-item {
    width: 100%;
    height: auto;
    position: relative;
    padding: 15px 32px 15px 15px;
    margin: 0 0 20px 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    align-items: center;
    -webkit-box-align: center;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    
    box-shadow: 0px 5px 25px 0px rgba(0, 60, 87, 0);
}
.link-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../img/lnk-blk.png") no-repeat center center;
    background-size: contain;
}
.link-item::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    margin-top: -8px;
    width: 100%;
    height: 1px;
    background: url("../img/hasen-bk.png") repeat-x left top;
    background-size: auto 1px;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.link-item p {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 35px;
    position: relative;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    line-height: 1.1em;
    color: #1a1a1a;
}
.link-item p span {
    font-size: 0.8em;
}
.link-item p::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;;
    left: 0;
    margin-top: -1px;
    width: 10px;
    height: 2px;
    background: #1a1a1a;
}
.link-item:hover {
    transform: translateY(-8px);
    box-shadow: 0px 5px 25px 0px rgba(0, 60, 87, 0.4);
}
.link-item:hover::after {
    transform: translateY(8px);
}
.link-ctg {
    width: 120px;
    height: 24px;
    margin: 12px 0 32px;
    padding: 0.1em 0;
    border: 1px solid rgba(26,26,26,0.6);
    
    display: flex;
    display: -webkit-flex;
    
    justify-content: center;
    -webkit-box-pack: center;
    
    align-items: center;
    -webkit-box-align: center;
    
    transform: translateX(50px);
    opacity: 0;
}
.link-ctg p {
    display: inline-block;
    margin: 1px 0 0 0;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
    line-height: 1.1em;
    transform: skewX(-6deg);
}
.link-br {
    width: 100%;
    height: 68px;
    display: block;
    margin: 0;
}





/* ---  A R C H I V E S --- */

.acv-main {
    width: 100%;
    height: auto;
    margin: 30px auto 0 auto;
    position: relative;
    display: block;
}
.acv-wrap {
    width: 100%;
    height: auto;
    margin: 30px auto 0 auto;
    position: relative;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    
    justify-content: center;
    -webkit-box-pack: center;
}
@media (min-width: 1900px) {
    .acv-wrap {
        width: 1900px;
    }   
}
.acv-item {
    width: 24%;
    height: auto;
    display: block;
    margin: 0 2% 4%;
}
.acv-item a {
    display: block;
    margin: 0;
    transform: translateY(30px);
    opacity: 0;
}
.acv-title {
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
}
.acv-title span:nth-of-type(1) {
    width: 50px;
    height: auto;
    margin: 0 15px 0 0;
    padding: 0 0 0 1em;
    display: block;
    text-align: right;
    position: relative;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1.1em;
    letter-spacing: 0.02em;
    color: #1a1a1a;
    word-break: break-all;
}
.acv-title span:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #1a1a1a;
}
.acv-title span:nth-of-type(1) p {
    display: inline-block;
    margin: 2px 0 0 0;
    transform: skewX(-6deg);
}
.acv-title span:nth-of-type(2) {
    width: calc(100% - 60px);
    display: block;
    margin: 0;
    padding: 0 0 0 1.4em;
    position: relative;
    
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.25em;
    letter-spacing: 0.02em;
    color: #1a1a1a;
    transform: skewX(-6deg);
}
.acv-title span:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -1px;
    width: 1px;
    height: 100%;
    background: rgba(26,26,26,0.6);
    transform: skewX(6deg);
}
.acv-title {
    transform: translateX(20px);
    opacity: 0;
}










/* --------- < 1280px > --------- */

@media (max-width: 1280px) {

.pr-item {
    width: 34%;
    margin: 0 4%;
}
.pr-item:nth-of-type(-n+2) {
    margin: 0 4% 40px 4%;
}

}




/* --------- < 1024px > --------- */

@media (max-width: 1024px) {

.contents-wrap {
    padding: 70px 0 80px 0;
}

}




/* --------- < 840px > --------- */

@media (max-width: 840px) {

.contents-wrap {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 70px 0 40px 0;
}
.cont-bg {
    min-height: calc(100vh - 180px);
}
.cont-title {
    height: 90px;
    padding: 54px 0 0 0;
}
.cont-title h1 {
    font-size: 1.4rem;
}
.cont-title span:nth-of-type(1) {
    height: 42px;
}
.cont-title span:nth-of-type(2) {
    margin-left: -10px;
    width: 20px;
}
.cont-subtitle {
    height: 65px;
    padding: 34px 0 0 0;
    font-size: 1.1rem;
}
.cont-subtitle span:nth-of-type(1) {
    height: 25px;
}
.cont-subtitle span:nth-of-type(2) {
    margin-left: -7px;
    width: 14px;
}


.nwmn1, .nwmnFC {
    height: 54px;
}
.nwmn1::after, .nwmnFC::after {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 50%;
    width: 1px;
    height: 20px;
    background: rgba(26,26,26,0.3)
}
.nwmn1 div, .nwmnFC div {
    width: 50%;
    font-size: 1.0rem;
    line-height: 1.2em;
    margin: 0;
}
.nwmn1 div:nth-of-type(1)::after, .nwmnFC div:nth-of-type(1)::after {
    display: none;
}
.nwmn1 div p, .nwmnFC div p {
    display: inline;
    font-family: serif;
}
.nwmn2, .nwmn3 {
    display: none;
}
.nwmn1 div:nth-of-type(1)::before, .nwmnFC div:nth-of-type(2)::before {
    bottom: -17px;
}
/* AddClass ".trmk1"
.nwmn1 div.trmk1::before {
    bottom: -17px;
}
*/

#nwmn-sp-wrap {
    width: 100%;
    height: 40px;
    background: rgba(0,0,0,0.04);
    border-bottom: 1px solid rgba(26,26,26,0.3);
    z-index: 1;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    
    align-items: center;
    -webkit-box-align: center;
    position: relative;
}
#nwmn-sp-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: rgba(26,26,26,0.3)
}
.nwmn-sp1, .nwmn-sp2 {
    width: 50%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start; 
    
}
.nwmn-sp1 div:nth-of-type(1), .nwmn-sp2 div:nth-of-type(1) {
    width: calc(100% - 40px);
    height: 100%;
    display: block;
    text-align: center;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 40px;
    letter-spacing: 0.02em;
}
.nwmn-sp1 div:nth-of-type(2), .nwmn-sp2 div:nth-of-type(2) {
    width: 40px;
    height: 100%;
    display: block;
    border-left: 1px solid rgba(26,26,26,0.3);
    position: relative;
}
.nwmn-sp1 div:nth-of-type(2)::after, .nwmn-sp2 div:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/arw-bkD.png") no-repeat center center;
    background-size: 15px auto;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.nwmn-sp1 div.active:nth-of-type(2)::after, .nwmn-sp2 div.active:nth-of-type(2)::after {
    transform: rotate(-180deg) translateY(0) scale(0.8);
}
.nwmn-sp {
    opacity: 0;
    transform: translateY(-10px)
}
.nwsp-PD1, .nwsp-PD2 {
    width: 50%;
    height: auto;
    margin: 0;
    background: linear-gradient(0deg, rgba(5,145,175,0.94), rgba(26,26,26,0.94));
    position: absolute;
    top: 40px;
    z-index: 1;
    text-align: center;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.5);
    
    display: none;
}
.nwsp-PD1 { left: 0; }
.nwsp-PD2 { left: 50%; }

.nwsp-PD1 div, .nwsp-PD2 div {
    width: calc(100% - 10px);
    height: auto;
    display: block;
    margin-left: 5px;
    border-bottom: 1px solid rgba(238,238,238,0.2);
}
.nwsp-PD1 div:last-of-type, .nwsp-PD2 div:last-of-type {
    border-bottom: 0 solid rgba(238,238,238,0);
}
.nwsp-PD1 div a, .nwsp-PD2 div a {
    color: rgba(255,255,255,1);
}


.news-index {
    width: calc(100% - 40px);
    margin: 15px 20px 0 20px;
    padding: 0 0 30px 0;
}
.news-index::after {
    margin-left: -7px;
    width: 14px;
}
.NWitem {
    margin: 0 0 15px 0;
    padding: 20px;

    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    box-shadow: 0px 4px 18px 0px rgba(0, 60, 87, 0.0);
}
.NWitem:hover {
    transform: translateY(-6px);
    box-shadow: 0px 4px 18px 0px rgba(0, 60, 87, 0.35);
}
.NWitem::before {
    bottom: -5px;
    right: 20px;
    margin-top: 0;
    width: calc(100% - 40px);
}
.NWitem::after {
    top: calc(50% + 18px);
    right: 4%;
}
.UP-L {
    width: 100%;
    height: auto;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
    
    align-items: center;
    -webkit-box-align: center;
}
.NW-L {
    width: 100%;
    height: auto;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
    
    align-items: center;
    -webkit-box-align: center;
}
.nw-days {
    width: 120px;
    margin: 0 1.5em 0 0;
}
.nw-days h5 {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0 0.2em 0 0;
    position: relative;
}
.nw-days::after {
    margin-top: -2px;
}
.ctg, .ctg_lc {
    width: 120px;
    margin: 0;
    padding: 5px 0 4px;
    font-size: 0.75rem;
}
.nw-ctg, .nw-ctg_lc {
    width: 140px;
    margin: 0;
    padding: 5px 0 4px;
}

.NW-R {
    width: 100%;
    margin: 1em 0 0 0;
    padding: 0 8% 0 4%;
}
.NW-R p {
    font-size: 0.9rem;
}

.nw-pager {
    width: calc(100% - 40px);
    margin: 25px auto 0;
    font-size: 1.0rem;
}
.nw-pager p {
    display: inline-block;
    margin: 0 0.6em;
}


.news-main {
    width: 100%;
    margin: 25px auto;
    padding: 0 20px 10px 20px;
}
.news-main h1 {
    font-size: 1.0rem;
    margin: 0.6em 0 0.8em;
}
.news-title {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    clear: both;
}
.lineHR1 {
    margin-left: -30px;
    width: 60px;
}
.nwD-ctg {
    width: 130px;
    padding: 4px 0;
    font-size: 0.8rem;
}
.nwD-ctg span:nth-of-type(2)::after {
    bottom: 1px;
}
.nwD-days {
    width: 110px;
    font-size: 0.6rem;
    float: right;
}
.nwD-days h5 {
    font-size: 0.8rem;
    margin: 0 0.25em 0 0;
}
.news-txt {
    font-size: 0.8rem;
}
.news-txt h2 {
    font-size: 1.3em;
}
.news-txt img {
    width: 100%;
}
.nw-ifrm {
    width: 100%;
    /*height: JS*/
}
.news-txt li {
    margin: 0 0 0.5em -1.5em;
    font-size: 0.9em;
    line-height: 1.8em;
}
.PG-prevBT {
    width: 50px;
    height: 50px;
}
.PG-prevBT::after {
    margin: -9px 0 0 -10px;
    width: 18px;
    height: 18px;
}


.pr-item {
    width: 70%;
    margin: 0 auto 40px auto;
}
.pr-txt, .pr-link {
    margin: 20px 0 0 0;
}
.pr-txt {
    justify-content: flex-start;
    -webkit-box-pack: start;
}
.pr-link {
    justify-content: flex-end;
    -webkit-box-pack: end;
}
.pr-link div span {
    margin: 20px 0 0 0;
}

.bio-main {
    margin: 20px 0 0 0;
}
.bio-year {
    margin: 20px 0 0 0;
    padding: 0 45px;
}
.bioTM {
    width: 50px;
    font-size: 0.92rem;
}
.BO-prev { left: 12px; }
.BO-next { right: 12px; }

.bio-txt {
    width: 100%;
    padding: 0 10px 30px 10px;
}
.bio-txt::after {
    width: 14px;
    margin-left: -7px;
}
.bio-txt .cont-subtitle p {
    font-size: 1.0rem;
}
.bioTX {
    margin: 20px 0 0 0;
    padding: 0 0.8em;
}
.bioTX div:nth-of-type(1) {
    width: 60px;
    margin: 0.4em 0 0 0;
    padding: 0 30px 0 0;
    font-size: 0.8rem;
}
.bioTX div:nth-of-type(1) p {
    margin: 0;
}
.bioTX div:nth-of-type(1)::after {
    right: 16px;
    height: 12px;
}
.bioTX div:nth-of-type(2) {
    width: calc(100% - 60px);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    line-height: 1.7em;
}

.dc-menu-wrap {
    display: none;
}
#dcmn-sp-wrap {
    width: 100%;
    height: 40px;
    margin: 35px 0 0 0;
    background: rgba(0,0,0,0.04);
    border-top: 1px solid rgba(26,26,26,0.3);
    border-bottom: 1px solid rgba(26,26,26,0.3);
    z-index: 2;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    
    align-items: center;
    -webkit-box-align: center;
    position: relative;
    
    transform: translateY(-20px);
    opacity: 0;
}

.dcmn-sp {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
}
.dcmn-sp div:nth-of-type(1) {
    width: calc(100% - 40px);
    height: 100%;
    display: block;
    text-align: center;
    padding-left: 40px;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 40px;
    letter-spacing: 0.02em;
}
.dcmn-sp div:nth-of-type(2) {
    width: 40px;
    height: 100%;
    display: block;
    border-left: 1px solid rgba(26,26,26,0.3);
    position: relative;
}
.dcmn-sp div:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/arw-bkD.png") no-repeat center center;
    background-size: 15px auto;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.dcmn-sp div.active:nth-of-type(2)::after {
    transform: rotate(-180deg) translateY(0) scale(0.8);
}

.dcsp-PD {
    width: 100%;
    height: auto;
    margin: 0;
    background: linear-gradient(0deg, rgba(5,145,175,0.94), rgba(26,26,26,0.94));
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 3;
    text-align: center;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.1em;
    cursor: pointer;
    
    display: none;
    -webkit-overflow-scrolling: touch;
}

.dcsp-PD div {
    width: calc(100% - 10px);
    height: auto;
    display: block;
    margin-left: 5px;
    border-bottom: 1px solid rgba(238,238,238,0.2);
}
.dcsp-PD div:last-of-type {
    border-bottom: 0 solid rgba(238,238,238,0);
}
.dcsp-PD div p {
    color: rgba(238,238,238,1);
}
.dcsp-PD div.actv p {
    color: rgba(238,238,238,1);
}

.work {
    width: 42%;
    height: auto;
    display: block;
    margin: 0 2% 5%;
}
.wk-thum, .acv-thum {
    box-shadow: 0px 2px 8px 0px rgba(0, 60, 87, 0.4);
}

.wk-thum span, .acv-thum span {
    font-size: 0.9rem;
}
.wk-thum span::after, .acv-thum span::after {
    right: 0;
    transform: translateX(-30px);
}
.wk-thum:hover, .acv-thum:hover {
    box-shadow: 0px 10px 18px 0px rgba(0, 60, 87, 0.4);
    transform: translateY(-10px);
}
#top-disco .disco-main { 
    margin: 30px auto 0 auto;
    padding: 0 0 20px 0;
}
#top-disco .wk-thum:hover { transform: translateY(-10px); }

.dc-title {
    margin: 15px 0 0 0;
}
.dc-title span:nth-of-type(1) {
    width: 50px;
    height: 15px;
    margin: 0 8px 0 0;
    font-size: 0.6rem;
    line-height: 15px;
}
.dc-title span:nth-of-type(2) {
    width: calc(100% - 50px);
    margin: 0;
    font-size: 0.7rem;
    line-height: 1.2em;
    letter-spacing: 0.02em;
}

.dsDT-main {
    margin: 20px auto 0 auto;
    padding: 0 20px 30px;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.wk-pic {
    width: 100%;
    padding: 0;
    
    justify-content: center;
    -webkit-box-pack: center;
}
.wk-pic span {
    box-shadow: 0px 8px 20px 0px rgba(0, 60, 87, 0.4);
}
.fd_wk {
    transition: all 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -webkit-transition: all 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    
    transform: translateY(50px);
    opacity: 0;
}
.fd_wk-after {
    transform: translateY(0);
    opacity: 1;
}
.wk-detail {
    width: calc(100% - 40px);
    padding: 30px 0 0 0;
}
.dcDT-title span {
    width: 68px;
    height: 20px;
    margin: 0 15px 0 0;
    font-size: 0.72rem;
    line-height: 20px;
}
.wk-detail h1 {
    margin: 20px 0 25px 0;
    font-size: 1.3rem;
}
.wk-data span:nth-of-type(1) {
    padding: 0 0 20px 0;
}
.wk-data span:nth-of-type(1)::after {
    bottom: 11px;
}
.wk-data span:nth-of-type(1) b {
    font-size: 0.8rem;
}
.wk-data span:nth-of-type(1) p {
    font-size: 0.72rem;
}
.wk-data span:nth-of-type(2) {
    margin: 0 2.0em 0 0;
}
.wk-data span:nth-of-type(2)::after {
    top: -1px;
    right: -1.0em;
    height: 10px;
    background: rgba(26,26,26,0.6);
}
.wk-data span:nth-of-type(2) p, .wk-data span:nth-of-type(3) b {
    font-size: 0.8rem;
}
.wk-data span:nth-of-type(3) p {
    font-size: 0.72rem;
}
.wk-list {
    margin: 30px 0 0 0;
    padding: 0 0 5px 0;
}
.wk-list::after {
    width: 15px;
}
.wk-list h2 {
    font-size: 0.8rem;
}
.wk-list ol {
    margin: 0 0 15px 20px;
}
.lineVT1 {
    left: -20px;
}
.wk-list li {
    font-size: 0.82rem;
}
.wk-txt {
    padding: 20px 0 0 0;
    font-size: 0.72rem;
}
.wk-txt::after {
    width: 15px;
}
.wk-txt li {
    margin: 0 0 0.5em 1.6em;
    font-size: 0.7rem;
}

.link-wrap {
    margin: 30px 0 0 0;
}
.link-main1, .link-main2 {
    width: calc(100% - 40px);
    margin: 0;
}
.link-item {
    padding: 12px 30px 12px 12px;
    margin: 0 0 16px 0;
}
.link-item::before {
    right: 12px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
}
.link-item::after {
    bottom: -8px;
}
.link-item p {
    padding: 0 0 0 32px;
    font-size: 0.9rem;
}
.link-item p span {
    font-size: 0.8em;
}
.link-item:hover {
    transform: translateY(-5px);
}
.link-item:hover::after {
    transform: translateY(5px);
}
.link-ctg {
    width: 100px;
    height: 22px;
    margin: 20px 0 20px;
}
.link-ctg p {
    font-size: 0.8rem;
}
.link-br {
    width: 100%;
    height: 30px;
    display: block;
    margin: 0;
}

.acv-wrap {
    margin: 20px auto 0 auto;
}
.acv-item {
    width: 42%;
    margin: 0 2% 5%;
}
.acv-title {
    margin: 12px 0 0 0;
}
.acv-title span:nth-of-type(1) {
    width: 40px;
    margin: 0 8px 0 0;
    padding: 0 0 0 0.6em;
    font-size: 0.7rem;
}
.acv-title span:nth-of-type(1)::after {
    top: 5px;
    width: 8px;
}
.acv-title span:nth-of-type(1) p {
    margin: 0;
}
.acv-title span:nth-of-type(2) {
    width: calc(100% - 50px);
    margin: -2px 0 0 0;
    padding: 0 0 0 1.1em;
    font-size: 0.66rem;
    line-height: 1.15em;
    transform: skewX(0deg);
}
.acv-title span:nth-of-type(2)::after {
    transform: skewX(0deg);
}


}







