@charset "utf-8";

@media all and (min-width: 1300px)  {
/* //    |- PC  */

}	/* PC: min-width: 1300px */

@media all and (min-width: 1500px)  {
/* //    |- PC(Wide)  */

}	/* PC(Wide): min-width: 1500px */

@media all and (max-width: 1079px)  {
/* //    |- SPTB  */

}	/* SPTB: max-width: 1079px */

@media all and (max-width: 559px)  {
/* //    |- SP  */

}	/* SP: max-width: 559px */

*{
  transform: translate3d(0,0,0);
}


/* // top
----------------------------------------------- */
.top-slider{
  padding-bottom: 100px;
}
.top-slider-container{
  position: relative;
  overflow: hidden;
}
.top-slider-image{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 200px);
  min-height: 600px;
}
.top-slider-container .swiper-pagination-bullet{
  background-color: #fff;
  opacity: 1;
  width: 6px;
  height: 6px;
  margin: 0 6px!important;
  transition: .3s;
}
.top-slider-container .swiper-pagination-bullet-active{
  transform: scale(1.5);
}

@media all and (max-width: 559px)  {
  .top-slider{
    padding-bottom: 40px;
  }
  .top-slider-image{
    height: 110vw;
    min-height: 0;
  }
  .top-slider-container .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 1;
    width: 6px;
    height: 6px;
    margin: 0 6px!important;
    transition: .3s;
  }
  .top-slider-container .swiper-pagination-bullet-active{
    transform: scale(1.5);
  }

}


/* // About
----------------------------------------------- */

.about-container{
  padding-top: 150px;
  padding-bottom: 100px;
}
.about-name{
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 36px;
}
.about-description{
  margin-bottom: 36px;
}
.about-history{

}
.about-history .history-date{
  display: inline-block;
  width: 6em;
}

@media all and (max-width: 559px)  {
  .about-container{
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .about-name{
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .about-description{
    margin-bottom: 24px;
  }
  .about-history li + li{
    margin-top: 16px;
  }
  .about-history .history-date{
    display: block;
    width: auto;
  }
}

/* // Works
----------------------------------------------- */

.works-container{

}
.works-container .works-item + .works-item{
  margin-top: 160px;
}
@media all and (min-width: 1500px)  {
  .works-container .works-wrap{
    display: flex;
  	flex-flow: row wrap;
  	justify-content: flex-start;
  	align-items: stretch;
    margin-left: -50px;
    margin-right: -50px;
  }
  .works-container .works-item{
    width: 50%;
    border-width: 0 50px 160px;
  	border-style: solid;
  	border-color: transparent;
  }
  .works-container .works-item + .works-item{
    margin-top: 0;
  }
}
.works-container .works-thumbnail{
  padding-bottom: 18px;
}
.works-container .works-thumbnail a{
  display: block;
  border: 1px solid #efefef;
}
.works-container .works-name{
  padding-bottom: 8px;
}
.works-container .works-name a{
  color: #000;
  font-weight: bold;
}
.works-container .works-name .works-myposition {
  padding-left:1em;
}
.works-container .works-name .works-myposition:before {
  content:"-";
  padding-right: 5px;
}
.works-details {
  padding-bottom: 100px;
}
.works-details .works-details-wrap{
  display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.works-details .works-details-img{
  width: calc( 50% - 30px);
  border: 1px solid #efefef;
}
.works-details .works-details-text{
  width: calc( 50% - 30px);
}
@media all and (min-width: 560px)  {
  .works-details .works-details-img{
    width: calc( 50% - 50px);
  }
  .works-details .works-details-text{
    width: calc( 50% - 50px);
  }
}
.works-details .works-details-text__inner{
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.works-details .works-name{
  color: #000;
  font-weight: bold;
}
.works-details .works-myposition {
  padding-bottom: 15px;
}
.works-details .back-btn{
  padding-top: 50px;
}
@media all and (max-width: 559px)  {
  .works-container .works-item + .works-item{
    margin-top: 60px;
  }
  .works-container .works-thumbnail{
    padding-bottom: 14px;
  }
  .works-container .works-name{
    padding-bottom: 10px;
  }
  .works-container .works-name .works-myposition {
    display: block;
    font-size: 1.1rem;
    padding-left:0;
  }
  .works-container .works-name .works-myposition:before {
    display: none;
  }
  .works-details {
    padding-bottom: 60px;
  }
  .works-details .works-details-wrap{
    display: block;
  }
  .works-details .works-details-img{
    width: 100%;
    margin-bottom: 18px;
  }
  .works-details .works-details-text{
    width: 100%
  }
  .works-details .works-myposition{
    font-size: 1.1rem;
  }
}




/* // Works
----------------------------------------------- */

.tilewrap {
  position: relative;
  margin: 0 auto;
}
.tilewrap .tileinner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.tilewrap .tile {
  width: calc( (100% - 200px) / 3 );
  margin-bottom: 90px;
}
.tilewrap .tile .img {
  position: relative;
}
.tilewrap .tile img {
  width: 100%;
}
.tilewrap .tile .cap {
  padding-top: 12px;
  font-size: 1.3rem;
}
@media all and (max-width: 559px)  {
  .tilewrap .tile {
    width: 100%;
    margin-bottom: 60px;
  }
  .tilewrap .tile .cap {
    padding-top: 14px;
    font-size: 1.2rem;
  }
}