@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500,700&subset=japanese');

@font-face { font-family: DINWeb; src: url("DINWeb.eot"); }
@font-face { font-family: DINWeb; src: url("DINWeb.woff") format("woff");}

/* base */
html {font-size: 62.5%;}
body {
  background-color: #FFF;
  color: #333;
  font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, sans-serif;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 1.0px;
  animation: fadeIn 1.2s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.2s ease 0s 1 normal; 
}
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.pc{display: block;}
.sp{display: none;}
img {vertical-align: bottom;}
a {text-decoration: none; color: #333;}
.img-responsive{width: 100%; height: auto;}
::selection{ background: #333; color: #FFF;}
h1,h2,h3,h4{font-weight: 500;}
.fb{font-weight: 500;}
.layout__justification{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; }
.img_border{border: 1px solid #CCC; box-sizing: border-box;}
.fade-up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.6s ease-out 0.3s; }
.fade-up.scrollin {
  opacity: 1;
  transform: translate(0, 0); }
  
/* top */
.main_title{width: 700px; margin: 100px auto; position: relative; font-family:DINWeb,sans-serif; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.main__title__name{font-size: 3.0rem; font-weight: bold;}
.main__title__name:before{content: ''; position: absolute; width: 2px; height: 75px; top:0; left: 317px; background-color:#333; }
.main__title__text{font-size: 2.4rem; line-height: 1.6;}
.works-item__img{
	z-index: 1;
	width: 100%;
	filter: grayscale(100%);
	-webkit-transition-duration: 1.0s;
	transition-duration: 1.0s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);	
}
.works-item{margin-bottom: 80px; position: relative;}
.works-item:hover{cursor: pointer;}
.works-item:hover .works-item__img{filter: grayscale(0%);}
.works-item__role-list{display: flex;flex-wrap: wrap; margin-right: 20px; font-weight: 500;}
.works-item__role{position: relative; font-size: 1.4rem; }
.works-item__role:after{content: ' ／ '; margin: 0 4px 0 2px; }
.works-item__role:last-child:after{content: '';}
.works-item__description{font-size: 1.2rem; margin-top:5px; font-weight: 500;}
.works-pickup{width: 100%; margin: 0 auto;}
.works-pickup-item{margin-bottom: 80px;}
.works-pickup__content{width: calc(100% - 250px); height: calc(100% - 250px);  background-color: rgba(255, 255, 255, 0.9); position: absolute; top: 0; bottom:0; left: 0; right: 0;  margin: auto; z-index: 10; display: flex; justify-content: center; align-items: center; }
.works-pickup__text{width:80%;}
.works-pickup__title{font-size: 2.5rem; font-weight: 700; line-height: 1; margin-bottom:30px;}
.works-pickup__description{font-size: 1.4rem; margin-top: 10px; font-weight: 500;}
.works-list{width: 90%; margin: 0 auto 50px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.works-list-item{width: 48%; margin-bottom: 40px;}
.works-list__title{text-align: center; font-size: 3.0rem; text-align: center; margin: 150px 0 60px;}
.works-list__title span{font-size: 1.3rem; font-weight: 300; display: block; line-height: 1;}	
.works-list-item__title{font-size: 2.0rem; margin-top: 5px; }

/* header-footer */
.header{position: fixed; top:20px; right: 30px; width: 85px; z-index: 99;}
.header-navi__item{font-size: 1.2rem; font-family:DINWeb,sans-serif; font-weight: bold; width: 85px; height: 30px; }
.header-navi__item:before{
    content: '';
    width: 40px;
    height: 5px;
    background: url(../img/arrow.png) 0 0/40px 5px no-repeat;
    position: absolute;
    top: 11px;
    left:55px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-navi__item:hover:before{left: 63px;}
.header-navi__item a{color: #333; line-height: 30px; display: block;}
.header-navi__item a:hover{opacity: .6;}

.footer{padding:30px 0; text-align: center; background-color: #FAFAFA; font-family:DINWeb,sans-serif;}
.footer__thanks{ font-size: 3.0rem; margin-bottom:30px; }
.footer__copyright{ font-size: 1.0rem;}

/* works-inner */
.works-inner{width: 980px; margin: 0 auto 80px;}
.works-inner__title{margin: 100px 0; font-family:DINWeb,sans-serif; font-weight: bold; font-size:3.0rem; text-align: center; }  
.works-inner__mainvisual{width: 100%;}
.works-inner__content{font-size: 1.4rem; margin-top: 30px;}
.works-inner__content h3{font-size: 1.8rem; margin: 30px 0 10px;}
.works-inner__text{margin-bottom: 20px;}
.works-inner__text a{text-decoration: underline;}
.works-inner__text a:hover{text-decoration: none;}
.works-inner__img{margin: 60px 0;}

/* about */
.about{width: 820px; margin: 0 auto; font-size: 1.4rem;}
.about__title{text-align: center; font-size: 3.4rem; margin: 100px 0 80px; font-weight: bold; font-family:DINWeb,sans-serif;}
.about-box{margin-bottom: 80px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.about-portrait{width: 180px;}
.about-portrait span{display: inline-block; width: 180px; height:180px; position: relative; border-radius: 50%; overflow: hidden; border: 1px solid #333;}
.about-portrait span img{ position: absolute; top: -100%; bottom: -100%; margin: auto;}
.about-profile{width:580px;}
.about__name{font-size: 2.2rem; margin-bottom: 20px;}
.about__job{font-size: 1.7rem;}
.about-box__title{font-size: 1.8rem; margin-bottom: 10px;}
.about__archive-works{display: flex; justify-content: space-between; width: 100%;}
.about__archive-works__box{width: 380px;}
.about__archive-works__box__year{display: inline-block; font-style: italic; font-weight: 500; margin-bottom: 10px;}
.about__archive-works__box__list{ border: 1px solid #ffb752; box-sizing: border-box; padding: 20px 22px;}
.about-subInfo{position: fixed; top:40%; left: 5px; font-size: 1.0rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;	
}
.about-subInfo__list{display: inline-block; margin-top: 3px;}

/* pagetop  */
#pageTop{position: fixed; bottom:15px; right:10px;  z-index: 9999;}
#pageTop a{position: relative; display: block; background-color: #CCC; width: 40px; height: 40px; border-radius: 50%; border: 2px solid #CCC; box-sizing: border-box; text-align: center;}
#pageTop a:before{content: '↑'; color: #FFF; font-size: 2.0rem; font-weight: 500; line-height: 35px;}
#pageTop a:hover{background-color: #333; border: 2px solid #333; }



@media screen and (max-width:768px){
	.pc{display: none;}
	.sp{display: block;}
	
	/* top */
	.main_titleWrap{text-align: center;}
	.main_title{width: initial; margin: 60px auto; text-align: left; display: inline-block;}
	.main__title__name{font-size: 2.0rem;}
	.main__title__name:before{content: none;}
	.main__title__name span{text-align: left;}
	.main__title__text{font-size: 1.6rem; display: inline-block; text-align: left;}
	
	.works-item__img{ filter: grayscale(0); }
	.works-item{margin-bottom: 50px; position: relative;}
	.works-item__role-list{margin-right: 10px;}
	.works-item__role{font-size: 1.1rem; }
	.works-item__role:after{content: ' ／ '; margin: 0 4px 0 2px; }
	.works-item__role:last-child:after{content: '';}
	.works-item__description{font-size: 1.1rem; margin-top:10px;}
	.works-pickup{width: 100%; margin: 0 auto;}
	.works-pickup-item{margin-bottom: 40px;}	
	.works-pickup__content{width: 90%; height: 100%;  background-color: #FFF; position: relative; z-index: 10; display: block;}	
	.works-pickup__text{width:100%; margin-top: 20px;}
	.works-pickup__title{font-size: 2.0rem; margin-bottom:15px;}
	.works-pickup__description{font-size: 1.1rem; margin-top: 10px;}
	.works-list{width: 100%; margin: 0 auto 50px; display: block;}
	.works-list-item{width: 100%; margin-bottom: 50px;}
	.works-list-item__text{width: 90%; margin: 0 auto;}
	.works-list__title{font-size: 2.0rem; margin: 75px 0 30px;}
	.works-list__title span{font-size: 1.0rem;}	
	.works-list-item__title{font-size: 2.0rem; font-weight: 700; margin: 20px 0 15px; line-height: 1;}

	/* header-footer */
	.header{position: fixed; top:10px; right: 20px; width: initial; z-index: 99;}
	.header-navi__item{font-size: 1.0rem; width: initial; height: initial; }
	.header-navi__item:before{ content: none;}
	.header-navi__item a{color: #333; line-height: 30px; display: block;}
	.header-navi__item a:hover{opacity: 1;}

	.footer{padding:20px 0;}
	.footer__thanks{ font-size: 1.8rem; margin-bottom:15px; }
	.footer__copyright{ font-size: 1.0rem;}

	/* works-inner */
	.works-inner{width: 100%; margin: 0 auto 30px;}
	.works-inner__title{margin: 60px 0; font-size:2.0rem; }  
	.works-inner__mainvisual{width: 100%;}
	.works-inner__content{font-size: 1.2rem; width: 90%; margin: 20px auto 0;}
	.works-inner__content h3{font-size: 1.6rem; margin: 20px 0 5px;}
	.works-inner__text{margin-bottom: 10px;}
	.works-inner__text a:hover{text-decoration: underline;}
	.works-inner__img{margin: 30px 0;}

	/* about */
	.about{width: 90%; font-size: 1.2rem;}
	.about__title{font-size: 2.0rem; margin: 60px 0 50px;}
	.about-box{margin-bottom: 50px; display: block;}
	.about-portrait{width: 100px; margin: 0 auto 30px;}
	.about-portrait span{display: inline-block; width: 100px; height:100px; position: relative; border-radius: 50%; overflow: hidden; border: 1px solid #333;}
	.about-portrait span img{ position: absolute; top: -100%; bottom: -100%; margin: auto;}
	.about-profile{width:100%;}
	.about__name{font-size: 1.6rem; margin-bottom: 15px; text-align: center;}
	.about__job{font-size: 1.2rem; display: block;}
	.about-box__title{font-size: 1.6rem; margin-bottom: 5px;}
	.about__archive-works{display: block;}
	.about__archive-works__box{width: 100%; margin-bottom: 20px;}
	.about__archive-works__box__year{margin-bottom: 10px;}
	.about__archive-works__box__list{padding: 12px 14px;}

}


@media screen and (max-width:480px){


}
