@charset "UTF-8";

:root { 
    --font-a: "din-condensed", sans-serif;
    --font-b: "yu-mincho-pr6n", sans-serif;
}

/*-- fonts

DIN Condensed
font-family: din-condensed, sans-serif;
font-weight: 400;
font-style: normal;

Yu Mincho Pr6N
font-family: yu-mincho-pr6n, sans-serif;
font-weight: 400;
font-style: normal;

--*/

/*----- common -----*/
body {
    position: relative;
    text-align: justify;
    font-family: var(--font-b);
    letter-spacing: 0.1rem;
    color: #fff;
}
.clearfix::after {
    content: '';
    clear: both;
}
.inner-wrap {
    width: calc( 100% - 50px );
    margin: 0 auto;
}
.inner {
    width: calc( 100% - 50px );
    margin: 0 auto;
}
.en {
    padding-top: 50px;
    color: transparent;
    -webkit-text-stroke-width: 0.75px;
    -webkit-text-stroke-color: #fff;
}
.pc-only {
    display: none;
}
#latest-project {
    position: relative;
}
#latest-project::before {
    z-index: -1;
    position: absolute;
    top: -350px;
    display: block;
    content: "";
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    width: 100vw;
    height: 350px;
}
#latest-project,
#about,
#artist,
#place,
#gallery,
footer {
    background: rgba( 0, 0, 0, 0.5 );
}
#latest-project .inner-wrap:first-of-type .en {
    color: #fff;
    padding-top: 50px;
}
p.txt {
    padding-top: 25px;
}
.program .en,
.artist .en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.url-link {
    text-decoration:underline solid #fff;
}

/*----- flex -----*/
.flex {
    display: flex;
    flex-direction: column;
}

/*----- font-family -----*/
.head-nav-wrap,
.en {
    font-family: var(--font-a);
}

/*----- font-size -----*/
.en {
    font-size: 84px;
    line-height: 1;
}
.latest-project .inner-wrap:first-of-type .en {
    line-height: 1.25;
    margin: -10.5px 0;
}
.c-ttl-lead,
.heading {
    font-size: 21px;
    line-height: 2;
    margin: -10.5px 0;
}
main .c-ttl-lead,
.head-nav-wrap {
    font-size: 18px;
    line-height: 1;
    margin: 0;
}
header .c-ttl-lead {
    margin: 0;
}
.latest-project .c-ttl-lead {
    padding-top: 25px;
}
.txt,
.artist p.c-ttl-lead {
    font-size: 16px;
    line-height: 2;
}
footer .copyright {
    font-size: 12px;
    line-height: 1;
}
.hiragana {
    font-size: 10px;
    line-height: 1;
}
.img-area img {
    width: 100%;
    height: auto;
}


/*----- header -----*/
header {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 150px;
}
.head-logo {
    position: fixed;
    right: 25px;
    top: 25px;
    width: 121px;
    height: 71.57px;
}
.head-nav-wrap {
    display: flex;
    flex-direction: column;
    gap: 12.5px;
    position: fixed;
    left: 25px;
    top: 25px;
}


/*----- main -----*/
main {
    z-index: -1;
    position: relative;
    width: 100vw;
    height: 100vh;
}
main .c-ttl-lead {
    position: relative;
    float: right;
    margin: calc( 50vh - 50% ) 12.5px 0 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
main .c-ttl-lead::before {
    content: "";
    position: absolute;
    right: -6.25px;
    background: #fff;
    width: 1.25px;
    height: 100%;
}
.main-logo {
    position: absolute;
    left: calc( 50% - 125px );
    top: calc( 50% - 73.935px );
    width: 250px;
    height: 147.87px;
}
.main-logo img {
    width: 100%;
    height: auto;
}


/*----- latest-project -----*/
.latest-project .inner-wrap:first-of-type .img-area img {
    width: 100%;
    height: auto;
    margin-top: 25px;
}


/*----- program -----*/
.program {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 50px;
}
.program .en {
    padding-top: 0;
}
.side-inner-wrap {
    display: block;
    padding-top: 25px;
}
.program .side-inner-wrap {
    margin-right: -50px;
}
.content-box {
    display: block;
    width: 100%;
}
.hounouga .img-area,
.shimpei .img-area {
    width: 100%;
    height: auto;
}
.hounouga .img-area,
.hounouga .txt-box {
    margin-top: 25px;
}
.content-box-inner {
    width: 100%;
    margin-top: 37.5px;
}
.content-box-inner .img-area {
    width: 100%;
    height: auto;
}
.content-box-inner .heading {
    padding-top: 25px;
}


/*----- about -----*/
.about .heading {
    padding-top: 25px;
}


/*----- artist -----*/
.artist {
    margin-right: -25px;
}
.artist .en {
    z-index: 1;
}
.artist .inner-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 50px;
}
.artist .side-inner-wrap {
    margin-left: -50px;
}
.artist .en {
    padding-top: 0;
}
.shimpei .img-area {
    width: 318px;
    height: 239px;
}
.shimpei .txt-box {
    width: 100%;
    padding-top: 25px;
}
.artist p.c-ttl-lead {
    text-align: center;
    padding-top: 50px;
}
.content-detail h3.heading {
    padding-top: 50px;
}
.content-detail h3.heading::after {
    display: block;
    background: #fff;
    content: '';
    width: 100%;
    height: 1.25px;
    margin-top: 12.5px;
}
.content-list {
    padding-top: 25px;
}
.content-list li:not(:first-of-type) {
    padding-top: 12.5px;
}
.artist .content-img-list {
    margin-top: 12.5px;
}
.artist .content-img-list li {
    background: green;
    width: 275.35px;
    height: 191.89px;
    margin: 25px auto 0;
}
/*その他と主な共通部分は省略*/

/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  margin-top: 25px;
}
a.btn-border {
    border-radius: 0;
  }
  
  a.btn-border:before,
  a.btn-border:after {
    position: absolute;
  
    width: 100%;
    height: 1.25px;
  
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
  
    background: #fff;
  }
  
  a.btn-border:before {
    top: 0;
    left: 0;
  }
  
  a.btn-border:after {
    right: 0;
    bottom: 0;
  }
  
  a.btn-border:hover:before,
  a.btn-border:hover:after {
    width: 0;
  }


/*----- place -----*/
.place {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.place .inner:first-of-type .img-box {
    width: 293px;
    height: 429.09px;
    margin-top: 25px;
}
.place .inner:first-of-type .img-box img {
    width: 100%;
    height: auto;
}
.place .inner-wrap .txt-box {
    width: 100%;
    height: auto;
    padding-top: 25px;
}
.place .inner-wrap .txt-box-inner:nth-of-type(2) {
    padding-top: 37.5px;
}
.place .jushoku {
    padding-top: 37.5px;
    margin-left: auto;
}
.place .jushoku .img-box {
    width: 290.025px;
    height: 217.69px;
}


/*----- footer -----*/
footer {
    padding: 100px 0 50px;
    text-align: center;
}


.video{
    width: 100%;
    height: 100vh;
    background: url(../img/kv-alternative.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
  }
  
  .video::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .3;
  }
  
  .video video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  


.news figure {
    padding-top: 0;
}
.news-list-wrap {
    padding-top: 75px;
}
.news .news-list {
    width: 100%;
}
.news-list-item {
    position: relative;
}
.news-list-item::before,
.news-list-item:last-of-type::after {
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 1.25px;
}
.news-list-item a {
    display: block;
    padding-top: 18.75px;
    padding-bottom: 18.75px;
    padding-left: 18.75px;
}
.news-head {
    flex-direction: row;
}
.news-category {
    padding-left: 18.75px;
}
.news-ttl {
    padding-top: 12.5px;
}


.bnr-area {
    position: fixed;
    z-index: 99;
    right: 50px;
    bottom: 50px;
    width: calc(100% - 50px);
    height: auto;
}
.bnr-area img {
    width: 100%;
    height: auto;
}


.gallery-wrap {
    width: calc( 100% - 12.5px);
    height: auto;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery-img-wrap {
    margin-top: 25px;
    width: 100%;
}
.gallery-img-wrap img {
    width: 100%;
}
.gallery {
    margin-top: calc( -100vh + 100px );
}
.gallery .heading-box .heading {
    padding-top: 25px;
}
.gallery .heading-box .date {
    padding-top: 25px;
}
.gallery-img-wrap {
    cursor: pointer;
    transition: .5s;
}
.gallery-img-wrap:hover {
    opacity: .75;
}


/*----- #news -----*/
#news .news {
    margin-top: calc( -100vh + 100px );
}