@charset "utf-8";

html {
  font-size:62.5%;
}
*,*::before,*::after{
  box-sizing: border-box;
}
body {
  background: #fff url('../images/181025/_KNK8698_main.jpg')no-repeat fixed bottom;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-family: 'Nunito Sans',  "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    
} 


@media screen and (max-width: 680px) {
   .pc-nav {
      display: none;
   }
}



body {
   background: #fff url("../images/181025/_KNK8698_main.jpg")no-repeat fixed left bottom;
   background-size: cover;
   background-repeat: no-repeat;              /* 背景の繰り返し設定 */
   background-position: center;
   margin: 0;
   padding: 0;
   font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
   background-color: #e6e6e6;
   letter-spacing : 0.2em;
}


 


header {
   padding: 10px 4% 5px;
   position: fixed;
   top: 0;
   width: 100%;
   background-color: transparent;
   display: flex;
   align-items: center;
   z-index: 200;
}

#yuri {
	padding-top: 100px;
}

#yuri2,
#yuri3,
#yuri4 {
	margin-top: -100px;
	padding-top: 100px;
}

h1 {
   margin: 0; padding: 0;
   font-size: 20px;
}

a {	
   
   color: #ff1493;
}

a:hover {
  color: #ff1493;
  font-size: 0.8em;/*文字サイズ0.9倍*/
  font-weight: bold;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

nav {
   margin: 0px 0px 0px auto;
}

ul {
   list-style: none;
   margin: 0;
   display: flex;
}

li {
   margin: 0px 34px 0px 15px;
   font-size: 12px;
}


h2 {
   margin: 0;
   font-size: 30px;
   font-weight: normal;
   color: #4e4e4e;
}




@media screen and (max-width: 640px) {
   .pc-nav {
      display: none;
   }
}

.sp-nav {
   z-index: 1;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   display: block;
   width: 100%;
   background: rgba(0, 0, 0, .8);
   transition: all .2s ease-in-out;
   opacity: 0;
   transform: translateY(-100%);
}

#hamburger {
   position: relative;
   display: block;
   width: 30px;
   height: 25px;
   margin: 0 0 0 auto;
}

#hamburger span {
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 100%;
   height: 2px;
   background-color: #4e4e4e;
   transform: translateY(-50%);
}

#hamburger::before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 2px;
   background-color: #4e4e4e;
}
#hamburger::after {
   content: '';
   display: block;
   position: absolute;
   bottom: 0;
   left: 0;
   width: 70%;
   height: 2px;
   background-color: #4e4e4e;
}

#hamburger span:hover {
  color: gray;
  font-size: 1em;/*文字サイズ 1倍*/
  font-weight: bold;
}


.sp-nav ul {
   padding: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100%;
}
.sp-nav li {
   margin: 0;
   padding: 0;
}
.sp-nav li span {
   font-size: 15px;
   color: #fff;
}
.sp-nav li a, .sp-nav li span {
   display: block;
   padding: 20px 0;
}


/*基準となるli要素*/
.sp-nav .close {
   position: relative;
   padding-left: 20px;
}
/*バツ印線1*/
.sp-nav .close::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 16px;
   height: 1px;
   background: #fff;
   transform: rotate( 45deg );
}
/*バツ印線2*/
.sp-nav .close::after {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 16px;
   height: 1px;
   background: #fff;
   transform: rotate( -45deg );
}

.toggle {
   transform: translateY( 0 );
   opacity: 1;
}

.main-visual {
   padding: 200px 0  4%;
}

h2 {
   line-height: 1.6;
   text-align: center;
}


/*コピペ終わり*/



.header {
  padding: 20px 5px 5px;
}
.site-title-sub {
  margin: 0 0 30px;
  letter-spacing: 1px;
  font-size: 2.2rem;
}
.site-title-sub::before,
.site-title-sub::after{
  content: '';
  display: inline-block;
  width: 140p;
  height: 2px;
  margin: 0 30px;
  background-color: #fff;
  vertical-align: middle;
}
.site-title{
  margin: 50px 0 40px;
  font-size: 6.6rem;
}
.site-description {
  margin-top:190px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.3rem;
  font-family: 'Nunito Sans',  "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.about {
  padding: 10px 30px 40px;
  background-color: #fff;
  color: #333;
  width:97%;
  margin:auto;
  background-color: rgba( 255,255,255, 0.85 );
  color: #151515;
}
.heading {
  position: relative;
  display: inline-block;
  margin: 30px 0 15px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  font-size: 4rem;
}
.heading::before,
.heading::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #999;
}
.heading::before {
  bottom:5px;
}

.work_heading {
  position: relative;
  display: inline-block;
  margin: 30px 0px 15px;
  padding-bottom: 0px;
  letter-spacing: 2px;
  font-size: 4rem;
  color:#fff;
}
.about-text{
  padding: 1px 0 1px ;
  line-height: 2.5;
  letter-spacing: 4px;
  font-size: 2rem;
  display: block;
}
.about-text2 {
  margin: 10px 0 10px ;
  text-align: left;
  font-size: 1.2rem;  
}

.about-digree {
  margin: 10px 0 20px ;
  text-align: left;
  font-size: 1.2rem;
  }
.about-koten1 {
  margin: 10px 0 ;
  text-align: left;
  font-size: 1.2rem;
  list-style: none;
}
.about-award{ margin: 20px 0 5px ;
  text-align: left;
  font-size: 1.2rem; 
  
}
.about-award1 {
  margin: 10px 0 ;
  text-align: left;
  font-size: 1.2rem;
  list-style: none;
}
.works {
  padding: 13px 2px 2px 2px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-family: 'Nunito Sans',  "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  
}
.works-1 {
  background-color:#fff;
  margin:auto;
  width:97%;
}
.works-wrapper {
  display: table;
  width: 100%;
  margin-top: 25px;
  table-layout: fixed;
}
.work-box {
  position: relative;
  display: table;
  content:'';
  margin-top:20px;
  margin-bottom: 20px;
}
.work-image {
  display: block;
  width: 75%;
  margin: auto ;
}

.work-image-tate {
  display: block;
  width: 40%;
  margin: auto
}
.work-image-tate-2 {
  display: block;
  width: 50%;
  margin: auto
}

.work-description{
  position: absolute;
  top:50%;
  left:0%;
  width: 100%;
  height 50%;    
}
.work-description-inner {
  display: table;
  width: 100%;
  height:100%;
  padding: 20px 20px 5px 20px; 
}
.work-text {
  display: table-cell;
  vertical-align: left;
  font-size: 1.2rem;
  line-height: 2;
  color: black;
  font-family: 'Nunito Sans',  "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.statement {
  margin-top: 50px;
  padding: 30px 30px 30px;
  background-color: rgba( 101,109,101, 0.55 );
  color: #fff;
}

.statement-heading{
  color:#fff;
  font-size: 2rem;
}

.contact{
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 2px 4px 40px;
  background-color: rgba( 255,255,255, 0.85 );
  color: #151515;
}


@import url(print.css) print;
.sample {
  color: red;
}

@media print {
  .sample {
    color: black;
  }
  
  @media (width: 320px) {
    .sample {
      color: red;
    }
  }
  @media (min-width: 320px) {
    .sample {
      color: blue;
    }
  }
  @media (max-width: 320px){
  .sample {
    color: yellow;
    }
  }
  @media (max-width: 768px){
  }
  .site-title-sub::before,
  .site-title-sub::after {
    display: block;
    width: 80%;
    margin: 10px auto;  
  }
  .site-title-sub {
    font-size: 1.7rem;
  }
  .site-title {
    margin-top: 35px;
    font-size: 5rem;
  }
  .header {
    padding-top: 60px;
  }
  .button:hover {
    opacity: 1;
  }
  .heading {
    font-size: 2.5rem;
  }
  .body {
    font-size: 1.3rem;
  }
  .about-text: {
    1.8;
  }
  .works-wrapper,
  .work-box {
    display:block;
  }
  .work-image {
    display: none;
  }
  .work-description {
    position: relative;
  }
  .work-box::after {
    top: 0;
    height: 100%;
    background-size: cover;
  }
  
  
  
  /*上からフェードイン*/
.fade-in-top {
   opacity: 0;
   animation: fadein-top 1.5s .3s ease-out forwards;
}
@keyframes fadein-top {
   0% {
      opacity: 0;
      transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

/*下からフェードイン*/
.fade-in-bottom {
   opacity: 0;
   animation: fadein-bottom 1.5s 0 ease-out forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

/*左からフェードイン*/
.fade-in-left {
   opacity: 0;
   animation: fadein-left 1.5s 0 ease-out forwards;
}
@keyframes fadein-left {
   0% {
      opacity: 0;
      transform: translateX(-20px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}

/*右からフェードイン*/
.fade-in-right {
   opacity: 0;
   animation: fadein-right 1.5s 0 ease-out forwards;
}
@keyframes fadein-right {
   0% {
      opacity: 0;
      transform: translateX(20px);
   }
   100% {
      opacity: 1;
      transform: translateX(0);
   }
}	

/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
 }
	
	
	
