@charset "UTF-8";
/* font */
@font-face {
    font-family: 'M+ 1p medium';
    src: url('../fonts/mplus-1p-medium-sub.eot');
    src: url('../fonts/mplus-1p-medium-sub.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mplus-1p-medium-sub.woff') format('woff'),
    url('../fonts/mplus-1p-medium-sub.ttf') format('truetype');
}
@font-face {
    font-family: 'M+ 2p bold';
    src: url('../fonts/mplus-2p-bold-sub.eot');
    src: url('../fonts/mplus-2p-bold-sub.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mplus-2p-bold-sub.woff') format('woff'),
    url('../fonts/mplus-2p-bold-sub.ttf') format('truetype');
}
.m1p {
    font-family: 'M+ 1p medium';
}
.m2p {
    font-family: 'M+ 2p bold';
}

span.bilbo {
    font-family: 'Bilbo Swash Caps', cursive;
    font-weight: normal;
    color: #494848;
}

h2 {
font-family: 'Josefin Sans', sans-serif;
font-weight:100;
text-align:center;
color: #f4f6f6;
}
h3 {
font-family: 'M+ 1p medium';
color: #5f5c5c;
text-align:center;
}
h4 {
font-family: 'M+ 2p medium';
}
.blockquote {
font-family: 'Halant', serif;
font-weight:100;
letter-spacing:0.1em;
text-align:center;
}

*, *:before, *:after{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html {
  height:100%;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
    position: relative;
    font-size:62.5%;
    color: #F2F9FF;
    background-color: #04070A;
}


div.cntsWrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.clearfix {
/zoom: 1;
}

.clearfix:after {
    content: ' ';
    display: block;
    clear: both;
    height:0;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
.fixed {
    position:fixed;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
}

.nextNavi {
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    left:50%;
    bottom:80px;
    color: #fff;
}
.nextNavi2 {
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    left:50%;
    bottom:10px;
    color: #fff;
}

section,article {
    position:relative;
    width:100%;
}
/*************************
 * SideMenu
*************************/
#sideMenuBtn {
  font-size:2.4em;
  position:fixed;
  right:20px;
  top:20px;
  display: none;
  width: 36px;
  height: 36px;
  z-index: 8;
}
#sideMenuBtn i {
  cursor: pointer;
}
#sideMenu {
  position:fixed;
  top: 0;
  height: 100%;
  background-color: rgba(30,29,28,0.9);
  text-align:center;
  z-index: 9;
  overflow:hidden;

  right: -28%;
  width: 28%;
  padding:20px;
}
#sideMenu h2 {
  font-size:2.4em;
  text-align:left;

  margin-left:18%;
}
#sideMenu ul {
  width: 100%;
  text-align:left;
  border-top:1px solid #f4f6f6;
  margin-top: 20px;
  padding-top: 20px;
}
#sideMenu li {
  display: block;
  position:relative;
  font-family: 'Josefin Sans', sans-serif;
  font-weight:100;
  font-size:1.8em;
  cursor: pointer;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;

  /*margin-bottom: 4px;*/
  padding-top:10px;
  padding-bottom:10px;
  padding-left:18%;
}
#sideMenu li:hover {
  background-color: rgba(93,169,170,0.8);
}
#sideMenu li:hover:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #f4f6f6;
border-right: solid 2px #f4f6f6;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
#sideMenu_closeBtn {
  position:absolute;
  font-size:1.4em;

  top: 10px;
  right:20px;
  text-align:right;
}
#sideMenu_closeBtn i {
  cursor: pointer;
}
/* Hexagon html5 */
.hexagon_html5 {
  position: relative;
  width: 72px;
  height: 41.57px;
  background-color: #f16529;
  margin: 20.78px 0;
  border-left: solid 7px #e44d26;
  border-right: solid 7px #e44d26;
}

.hexagon_html5:before,
.hexagon_html5:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50.91px;
  height: 50.91px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 3.5442px;
}

.hexagon_html5:before {
  top: -25.4558px;
  border-top: solid 9.8995px #e44d26;
  border-right: solid 9.8995px #e44d26;
}

.hexagon_html5:after {
  bottom: -25.4558px;
  border-bottom: solid 9.8995px #e44d26;
  border-left: solid 9.8995px #e44d26;
}

/* Hexagon css3 */
.hexagon_css3 {
  position: relative;
  width: 72px;
  height: 41.57px;
  background-color: #2aa6e6;
  margin: 20.78px 0;
  border-left: solid 7px #0373bd;
  border-right: solid 7px #0373bd;
}

.hexagon_css3:before,
.hexagon_css3:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50.91px;
  height: 50.91px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 3.5442px;
}

.hexagon_css3:before {
  top: -25.4558px;
  border-top: solid 9.8995px #0373bd;
  border-right: solid 9.8995px #0373bd;
}

.hexagon_css3:after {
  bottom: -25.4558px;
  border-bottom: solid 9.8995px #0373bd;
  border-left: solid 9.8995px #0373bd;
}

/* Hexagon jquery */
.hexagon_jq {
  position: relative;
  width: 72px;
  height: 41.57px;
  background-color: #0f1923;
  margin: 20.78px 0;
  border-left: solid 7px #438ebf;
  border-right: solid 7px #438ebf;
}

.hexagon_jq:before,
.hexagon_jq:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50.91px;
  height: 50.91px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 3.5442px;
}

.hexagon_jq:before {
  top: -25.4558px;
  border-top: solid 9.8995px #438ebf;
  border-right: solid 9.8995px #438ebf;
}

.hexagon_jq:after {
  bottom: -25.4558px;
  border-bottom: solid 9.8995px #438ebf;
  border-left: solid 9.8995px #438ebf;
}

/* Hexagon ai */
.hexagon_ai {
  position: relative;
  width: 72px;
  height: 41.57px;
  background-color: #614a3a;
  margin: 20.78px 0;
  border-left: solid 7px #f8af46;
  border-right: solid 7px #f8af46;
}

.hexagon_ai:before,
.hexagon_ai:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50.91px;
  height: 50.91px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 3.5442px;
}

.hexagon_ai:before {
  top: -25.4558px;
  border-top: solid 9.8995px #f8af46;
  border-right: solid 9.8995px #f8af46;
}

.hexagon_ai:after {
  bottom: -25.4558px;
  border-bottom: solid 9.8995px #f8af46;
  border-left: solid 9.8995px #f8af46;
}

/* Hexagon ps */
.hexagon_ps {
  position: relative;
  width: 72px;
  height: 41.57px;
  background-color: #201f31;
  margin: 20.78px 0;
  border-left: solid 7px #32c4f7;
  border-right: solid 7px #32c4f7;
}

.hexagon_ps:before,
.hexagon_ps:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50.91px;
  height: 50.91px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 3.5442px;
}

.hexagon_ps:before {
  top: -25.4558px;
  border-top: solid 9.8995px #32c4f7;
  border-right: solid 9.8995px #32c4f7;
}

.hexagon_ps:after {
  bottom: -25.4558px;
  border-bottom: solid 9.8995px #32c4f7;
  border-left: solid 9.8995px #32c4f7;
}
.cover {
    display: none;
    background-color:rgba(0,0,0,0.84);
    position:absolute;
    top: 0;
    left: 0;

}

/*************************
 * typing & Move setting
*************************/
.tgt {opacity: 0;}
#introBtnWrap {opacity: 0;}
#mainMenu {opacity: 0;}
#weleCome {opacity: 0;}
  #welcomebgc h2{opacity: 0; margin-left:-300px;}
  #welcomebgc p{opacity: 0; margin-left:300px;}
  #welcomebgc .cntsWrap {display: none;}
#portfolio {opacity: 0;}
#skill {opacity: 0;}
  #skill h2{opacity: 0; margin-left:-300px;}
  #skill #lang{opacity: 0; margin-left:300px;}
  #skilllogo li{opacity:0;}
  #skillText p{opacity: 0;}
#aboutMe {opacity: 0;}
  #aboutMe h2 {opacity:0;}
  #aboutMe_cnts {opacity:0;}
#biography {opacity: 0;}
#fovoWord {opacity: 0;}
  #fovoWord h2 {opacity:0; margin-left:-300px;}
  #fovo_msg, #fovo_sub {opacity: 0; margin-left:300px;}
#contact {opacity:0;}


.typing {opacity: 0;}
.typing span{display: none; float: left;}
.typing span.cur{display: block;}

/*===============================================
●for Pc
===============================================*/
@media screen and (min-width: 769px){

h2 {
font-size:4.8em;
}
h3 {
font-size:27px;

}
h4 {
}
h5 {
font-size:2.4em;
}
h6 {
font-size:1.2em;
}
i,small {
display: block;
font-size:1.2em;
margin-top:0.5em;
}
p {
font-size:1.4em;
line-height:1.6em;
}
a {
    /*display:block;*/
    color: #F2F9FF;
    width:100%;
    height:100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover {
    color:#5da9aa;
}

.buttonRotate {
    position:relative;
    -webkit-perspective: 300px;
    perspective: 300px;
}
.buttonRotate span {
    display:block;
    position:absolute;
    width:156px;
    height:50px;
    border:1px solid #f1f1f1;
    background-color: #3c3c3c;
    text-align:center;
    line-height:50px;
    color: #f1f1f1;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition:all 0.7s;
    pointer-events: none;
}
.buttonRotate span:nth-child(1) {
    background-color: #f1f1f1;
    color: #3c3c3c;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -24px;
    -moz-transform-origin: 50% 50% -24px;
    transform-origin: 50% 50% -24px;
}
.buttonRotate span:nth-child(2) {
    background-color: #3c3c3c;
    color: #f1f1f1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -24px;
    -moz-transform-origin: 50% 50% -24px;
    transform-origin: 50% 50% -24px;
}
.buttonRotate:hover span:nth-child(1) {
    background-color: #f1f1f1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 1;
}
.buttonRotate:hover span:nth-child(2) {
    background-color: #3c3c3c;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    z-index:0;
}

/*************************
 * firstView
*************************/
header {
    background: url(../images/bg3.png) center center fixed no-repeat;
    z-index:0;
    height:100%;

}
#headbgc {
    display: block;
    width:100%;
    height: 100%;
    background-color: rgba(19, 21, 24, 0.92);

/*    position:fixed;
    top: 0;
    left: 0;*/
}
header h1 {
    font-size:1.6em;
    font-weight:normal;
    color: #fff;
    letter-spacing:2.5pt;
    max-width: 466px;
    margin: 0 auto 0 auto;
}
header span.bilbo {
    display: block;
    font-size:16em;
}
header #introBtnWrap a {
    width:156px;
    height:50px;
    margin:100px auto;
    font-size: 1.2em;
    display: block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */;
    cursor: pointer;
}

/*************************
 * menu
*************************/
#mainMenu {
    background-color: rgba(185,185,184,0.8);
progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#88b9b9b8);
    text-align:center;
    height:50px;
    font-family: 'Josefin Sans', sans-serif;
    font-size:1.8em;
    display:block;
    width:100%;
    position:relative;
/*    top:0;
    left:0;*/
    z-index:5;
}
#mainMenu h2 {
    height:0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#mainMenu ul {
    width:408px;
    height:50px;
    margin:0 auto;
}
#mainMenu li {
    margin:0 15px;
    float:left;
}
#mainMenu li a {
    display: block;
    width:72px;
    height: 50px;
    line-height:50px;
    color: #fff;

    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition:all 0.7s;
}
#mainMenu li a:hover{
    background-color: #5da9aa;
}

/*************************
 * welcomePage
*************************/
#weleCome {
    background: url(../images/welcomebg2.jpg) center center fixed no-repeat;
    z-index:1;
}
#welcomebgc {
    display: block;
    width:100%;
    height: 100%;
    background-color: rgba(19, 21, 24, 0.4);
  }
#weleCome #welcomTxt {
    margin-top: 36px;
    margin-bottom:1em;
}

/*************************
 * portforio
*************************/
#portfolio {
    display:block;
    width:100%;
    height: auto;
    /*background-color: #04070A;*/
    padding:100px 0 200px;
    z-index: 5;

    background: rgb(42,46,49); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(42,46,49) 0%, rgb(0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(42,46,49)), color-stop(100%,rgb(0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(42,46,49) 0%,rgb(0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(42,46,49) 0%,rgb(0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(42,46,49) 0%,rgb(0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(42,46,49) 0%,rgb(0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2e31', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#portfolio section {
    margin-top: 36px;
    padding-bottom: 30px;
}
.worksList {
    max-width:902px;
    margin: 61px auto 0;
}
.worksList li {
    max-width:27.22%;
    max-height:180px;
    float: left;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    margin: 0 3% 40px;
    overflow:hidden;
}
.worksList li a {
  display: block;
  width: 100%;
  height: 100%;
}
.worksList li img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.worksList li a:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.worksList li:hover {
  /*border:2px solid #5da9aa;*/
}

/* モダール */
.worksCnts {
  max-width:820px;
  margin:0 auto;
}
.worksCnts li {
  max-width:820px;
}
.worksWrap {
  max-width:810px;
}
div.worksImg {
  float:left;
  max-width:55.56%;
  /*max-width:450px;*/
}
div.worksImg img {
  z-index:101;
}

div.worksTxt {
  float:right ;
  max-width: 41.98%;
  /*max-width: 340px;*/
}
div.worksTxt h4 {
  font-size:1.6em;
  text-align:center;
  margin:24px 0 34px;
}
div.worksTxt dl {
  width: 100%;
}
div.worksTxt dl dt {
  display: block;
  width:100px;
  height: 23px;
  line-height:23px;
  text-align:center;
  background-color: #5f5c5c;
  color:#fff;
  font-size: 1.2em;
  margin-bottom: 15px;
  float:left;
}
div.worksTxt dl dd {
  display: block;
  width:230px;
  height: 23px;
  line-height:23px;
  text-align:left;
  color:#fff;
  font-size: 1.2em;
  margin-bottom: 15px;
  float:right;
}
div.worksTxt p {
  font-size:1em;
  margin-bottom: 0.95em;
}
div.worksTxt .twoLineDd {
    height: 46px;
}
div.worksTxt .twoLineDt {
    margin-bottom: 38px;
}
div.worksCloseBtn {
  position:absolute;
  bottom: 30px;
  right: 10px;
  cursor: pointer;
  font-size:1.8em;
}
div.worksCloseBtn:hover {
  color:#5da9aa;
}

/*************************
 * skill
*************************/
.fixed {
    position:fixed;
    height: 100%;
    width: 100%;
}
#skill {
    /*background: #292929;*/
    padding:150px 0;
    text-align:center;

    background: url(../images/welcomebg1.jpg) center center fixed no-repeat;
    z-index:1;

}
#skill #lang {
    font-size: 2.6em;
    font-weight: bold;
    color: #5f5c5c;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 10px;
}
#skillText {
    max-width:800px;
    margin: 0 auto;
    text-align:center;
}
#skillText p {
    margin-bottom: 1em;
}
#skilllogo {
    max-width:464px;
    margin:35px auto;
}
#skilllogo li {
    float:left;
    width:72px;
    margin:0 26px 0 0;
    font-size:1.6em;
    text-align:center;
    line-height:82px;
    position:relative;
}
#skilllogo li:last-child {
    margin-right: 0;
}
#skilllogo span {
    position:absolute;
    top: 0;
    left:0;
    display:block;
    width:72px;
    height:41.57px;
    z-index: 2;
}


/*************************
 * abouteMe
*************************/
#aboutMe {
    /*background-color: #09141d;*/
    background: url(../images/bg3.png) center center fixed no-repeat;
}
#aboutMeBgc {
    display: block;
    width:100%;
    height: 100%;
    background-color: rgba(9,20,29,0.92);
}
#aboutMe_cnts {
    max-width:760px;
    margin: 45px auto 0;
}
#aboutMe_cnts figure {
    float:left;
    max-width:210px;
    height: 270px;
    overflow:hidden;
}
#aboutMe_cnts figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#aboutMe_cnts figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
#aboutMe_cnts #myprofile {
    float:right ;
    max-width:500px;
    text-align:left;

}
#myprofile #myName {
    font-size:1.8em;
    margin:18px 0 12px;
}
#myprofile span {
    display: block;
    font-size:2em;
    color: #4e5e6b;
    margin-bottom: 28px;
}

/*************************
 * Biography
*************************/
#biography {
  /*background-color: #292929;*/
  background: url( ../images/bio_1976bg.png) center center fixed no-repeat;
}
#biography nav {
display: block;
width:100%;
height: 66px;
margin:50px auto 80px;
position:relative;
}
#biography nav h6 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#biography #timeline {
  width:640px;
  height: 20px;
  margin:0 auto 5px;
  display: flex;
  display: -webkit-flex;

  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#biography #timeline li {
  font-family: 'Josefin Sans', sans-serif;
  font-weight:100;
  text-align:center;
  font-size: 2em;
  color: #f4f6f6;
  width:44px;
}
#timeline a {
  display: block;
  width: 100%;
  height: 100%;
}
#timeline a:hover {
  /*font-size:1.6em;*/
}
#biography #timelineMark {
  width:640px;
  height: 20px;
  border-bottom: 4px solid #fff;
  margin:0 auto;
  display: flex;
  display:-webkit-flex;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#biography #timelineMark li {
  width:44px;
}
#biography #timelineMark span {
  display: block;
    width: 18px;
    height: 18px;
    margin:8px auto 0;
    border:4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #292929;

}
#biography #timelineMark .marked {
  background-color:#5da9aa;
}


#bioContsWrap {
  display: block;
  position:relative;
  max-width: 640px;
  height:250px;
  margin:0 auto;
  overflow: hidden;
}
#biography section.bioConts {
  /*display: none;*/
  height:250px;
  position:absolute;
  top: 0;
  left: 0;
}
#biography .checked {
  color:#5da9aa;
  /*display: block;*/
}

/*bioリニュ*/
.bioConts2 {
  max-width:640px;
  height:250px;
  margin:0 auto;
/*  padding-top:30px;*/
  position:relative;
}
.bioTxt2 {
  text-align:center;
}
.bioTxt2 h2 {
  margin-bottom: 15px;
}
.bioTxt2 aside {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 22px;
}



/*************************
 * word
*************************/
#fovoWord {
    background-color: rgba(18,28,36,0.9);
    /*background: url( ../images/bg2.png) center center fixed no-repeat;*/
    z-index:0;
}
#fovoWord .cntsWrap {
  max-width: 100%;
  /*padding: 30px 0;*/
  margin: 0 auto;
  /*background-color: rgba(93,169,170,1);*/
}
#fovoWord .box {
max-width:820px;
margin:0 auto;
}
#fovoWord .blockquote {
    display: block;
    font-size:2.4em;
    margin:0 5px 0;
}
#fovoWord .blockquote:before {
    content: open-quote;
    font-size: 2.4em;
    color: #fff;
    display: block;
    width:24px;
    height: 24px;
    float:left;
}
#fovoWord .blockquote:after {
    content: close-quote;
    font-size: 2.4em;
    color: #fff;
    display: block;
    width:24px;
    height: 24px;
    float:right;
}
#fovoWord p {
    text-align:right;
    margin:20px 0 0;
}
#fovoWrap {
  min-height:66px;
  margin-top: 80px;
  /*margin-top: 50px;*/
}

/*************************
 * contact
*************************/
#contact {
    /*background-color: #292929;*/
    background: url( ../images/foot.jpg) center center fixed no-repeat;
    z-index:0;
    position:relative;
}
#contact h4 {
    font-size:1.6em;
    margin-top: 90px;
    text-align:center;
}
#contact address {
    display: block;
    margin-top: 24px;
    text-align:center;
}
#contact address a {
    font-size:1.6em;
    font-family: 'M+ 2p medium';
    font-style:normal;
    width:auto;
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */;
}
#contact address a:before {
    content:open-quote;
    display: inline-block;
  margin-right: 0.25em;
}
#contact address a:after {
    content:close-quote;
    display: inline-block;
  margin-left: 0.25em;
}
#contact ul {
    text-align:center;
    width: 244px;
    margin: 10px auto 0;
}
#contact ul li {
    text-align:center;
    width:51px;
    height:40px;
    line-height:40px;
    float:left;
    margin:0 5px;
}
#contact i {
    color: #666;
    -webkit-transition: all .34s ease;
       -moz-transition: all .34s ease;
        -ms-transition: all .34s ease;
         -o-transition: all .34s ease;
            transition: all .34s ease;
}
#contact i:hover {
    color:#f4f6f6;
}

#foot {
  position:absolute;
  bottom:20px;
  width: 100%;
  margin:0 auto;
  height: 120px;
  color: #f4f6f6;
  text-align:center;
  background:url(../images/stillburns_logo.png) 50% 0 no-repeat;
}
#foot p {
  font-size: 1em;
  padding-top:100px;
}
#Authority a {
  display: block;
  width: 102px;
  height: 95px;
  background: url(../images/authority_flag.png) 0 0 no-repeat;
  position:absolute;
  bottom:0;
  right:0;
  z-index: 1;
}

}


/*===============================================
●for tablet
===============================================*/
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

h2 {
font-size:4.8em;
}
h3 {
font-size:27px;

}
h4 {
}
h5 {
font-size:2.4em;
}
h6 {
font-size:1.2em;
}
i,small {
display: block;
font-size:1.2em;
margin-top:0.5em;
}
p {
font-size:1.4em;
line-height:1.6em;
}
a {
    /*display:block;*/
    color: #F2F9FF;
    width:100%;
    height:100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover {
    color:#5da9aa;
}

.buttonRotate {
    position:relative;
    -webkit-perspective: 300px;
    perspective: 300px;
}
.buttonRotate span {
    display:block;
    position:absolute;
    width:156px;
    height:50px;
    border:1px solid #f1f1f1;
    background-color: #3c3c3c;
    text-align:center;
    line-height:50px;
    color: #f1f1f1;
    cursor: pointer;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*************************
 * firstView
*************************/
header {
    background: url(../images/bg3.png) 0 0 fixed no-repeat;
    z-index:0;
    height:100%;

}
#headbgc {
    display: block;
    width:100%;
    height: 100%;
    background-color: rgba(19, 21, 24, 0.92);

/*    position:fixed;
    top: 0;
    left: 0;*/
}
header h1 {
    font-size:1.6em;
    font-weight:normal;
    color: #fff;
    letter-spacing:2.5pt;
    max-width: 466px;
    margin: 0 auto 0 auto;
}
header span.bilbo {
    display: block;
    font-size:16em;
}
header #introBtnWrap a {
    width:156px;
    height:50px;
    margin:100px auto;
    font-size: 1.2em;
    display: block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */;
    cursor: pointer;
}

/*************************
 * menu
*************************/
#mainMenu {
    background-color: rgba(185,185,184,0.8);
progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#88b9b9b8);
    text-align:center;
    height:50px;
    font-family: 'Josefin Sans', sans-serif;
    font-size:1.8em;
    display:block;
    width:100%;
    position:relative;
/*    top:0;
    left:0;*/
    z-index:5;
}
#mainMenu h2 {
    height:0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#mainMenu ul {
    width:408px;
    height:50px;
    margin:0 auto;
}
#mainMenu li {
    margin:0 15px;
    float:left;
}
#mainMenu li a {
    display: block;
    width:72px;
    height: 50px;
    line-height:50px;
    color: #fff;

    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition:all 0.7s;
}
#mainMenu li a:hover{
    background-color: #5da9aa;
}
#sideMenu {
  right: -28%;
  width: 28%;
  padding:20px;
}

/*************************
 * welcomePage
*************************/
#weleCome {
    background: url(../images/welcomebg2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index:1;
}
#welcomebgc {
    display: block;
    width:100%;
    height: 100%;
    background-color: rgba(19, 21, 24, 0.4);
  }
#weleCome #welcomTxt {
    margin-top: 36px;
    margin-bottom:1em;
}

/*************************
 * portforio
*************************/
#portfolio {
    display:block;
    width:100%;
    height: auto;
    /*background-color: #04070A;*/
    padding:100px 0 200px;
    z-index: 5;

    background: rgb(42,46,49); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(42,46,49) 0%, rgb(0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(42,46,49)), color-stop(100%,rgb(0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(42,46,49) 0%,rgb(0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(42,46,49) 0%,rgb(0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(42,46,49) 0%,rgb(0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(42,46,49) 0%,rgb(0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2e31', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#portfolio section {
    margin-top: 36px;
    padding-bottom: 30px;
}
.worksList {
    max-width:902px;
    margin: 61px auto 0;
}
.worksList li {
    max-width:27.22%;
    max-height:180px;
    float: left;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    margin: 0 3% 40px;
    overflow:hidden;
}
.worksList li a {
  display: block;
  width: 100%;
  height: 100%;
}


/* モダール */
.worksCnts {
  max-width:820px;
  margin:0 auto;
}
.worksCnts li {
  max-width:820px;
}
.worksWrap {
  max-width:810px;
}
div.worksImg {
  float:left;
  max-width:47.56%;
  /*max-width:450px;*/
}
div.worksImg img {
  z-index:101;
}

div.worksTxt {
  float:right ;
  /*max-width:41.46%;*/
  max-width: 340px;
}
div.worksTxt h4 {
  font-size:1.6em;
  text-align:center;
  margin:24px 0 34px;
}
div.worksTxt dl {
  width: 100%;
}
div.worksTxt dl dt {
  display: block;
  width:100px;
  height: 23px;
  line-height:23px;
  text-align:center;
  background-color: #5f5c5c;
  color:#fff;
  font-size: 1.2em;
  margin-bottom: 15px;
  float:left;
}
div.worksTxt dl dd {
  display: block;
  width:230px;
  /*min-width:192px;*/
  height: 23px;
  line-height:23px;
  text-align:left;
  color:#fff;
  font-size: 1.2em;
  margin-bottom: 15px;
  float:right;
}
div.worksTxt p {
  font-size:1em;
  margin-bottom: 0.95em;
}
div.worksTxt .twoLineDd {
    height: 46px;
}
div.worksTxt .twoLineDt {
    margin-bottom: 38px;
}
div.worksCloseBtn {
  /*position:absolute;*/
  position:fixed;
  bottom: 30px;
  right: 10px;
  cursor: pointer;
  font-size:1.8em;
}
div.worksCloseBtn:hover {
  color:#5da9aa;
}

/*************************
 * skill
*************************/
.fixed {
    position:fixed;
    height: 100%;
    width: 100%;
}
#skill {
    /*background: #292929;*/
    padding:150px 0;
    text-align:center;

    background: url(../images/welcomebg1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index:1;

}
#skill #lang {
    font-size: 2.6em;
    font-weight: bold;
    color: #5f5c5c;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 10px;
}
#skillText {
    max-width:800px;
    margin: 0 auto;
    text-align:center;
}
#skillText p {
    margin-bottom: 1em;
}
#skilllogo {
    max-width:464px;
    margin:35px auto;
}
#skilllogo li {
    float:left;
    width:72px;
    margin:0 26px 0 0;
    font-size:1.6em;
    text-align:center;
    line-height:82px;
    position:relative;
}
#skilllogo li:last-child {
    margin-right: 0;
}
#skilllogo span {
    position:absolute;
    top: 0;
    left:0;
    display:block;
    width:72px;
    height:41.57px;
    z-index: 2;
}


/*************************
 * abouteMe
*************************/
#aboutMe {
    /*background-color: #09141d;*/
    background: url(../images/bg3.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#aboutMeBgc {
    display: block;
    width:100%;
    height: 100%;
    background-color: rgba(9,20,29,0.92);
}
#aboutMe_cnts {
    max-width:760px;
    margin: 45px auto 0;
}
#aboutMe_cnts figure {
    float:left;
    max-width:27.6%;
    height: 270px;
    overflow:hidden;
}
#aboutMe_cnts #myprofile {
    float:right ;
    max-width:65.7%;
    text-align:left;

}
#myprofile #myName {
    font-size:1.8em;
    margin:18px 0 12px;
}
#myprofile span {
    display: block;
    font-size:2em;
    color: #4e5e6b;
    margin-bottom: 28px;
}

/*************************
 * Biography
*************************/
#biography {
  /*background-color: #292929;*/
  background: url( ../images/bio_1976bg.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#biography nav {
display: block;
width:100%;
height: 66px;
margin:50px auto 80px;
position:relative;
}
#biography nav h6 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#biography #timeline {
  width:640px;
  height: 20px;
  margin:0 auto 5px;
  display: flex;
  display:-webkit-flex;
  display:-webkit-box;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#biography #timeline li {
  font-family: 'Josefin Sans', sans-serif;
  font-weight:100;
  text-align:center;
  font-size: 2em;
  color: #f4f6f6;
  /*width:44px;*/

  -webkit-flex: initial;
  flex: initial;
  width: 91px;
}
#timeline a {
  display: block;
  width: 100%;
  height: 100%;
}
#biography #timelineMark {
  width:640px;
  height: 10px;
  border-bottom: 4px solid #fff;
  margin:0 auto;
  display: flex;
  display:-webkit-flex;
  display:-webkit-box;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-justify-content: space-between;
  /*padding-top: 10px;*/
}
#biography #timelineMark li {
  /*width:44px;*/
   -webkit-flex: initial;
  flex: initial;
  width: 91px;
  height:20px;
}
#biography #timelineMark span {
  display: block;
    width: 18px;
    height: 18px;
    margin:8px auto 0;
    border:4px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #292929;

}
#biography #timelineMark .marked {
  background-color:#5da9aa;
}


#bioContsWrap {
  display: block;
  position:relative;
  max-width: 640px;
  height:250px;
  margin:0 auto;
  overflow: hidden;
}
#biography section.bioConts {
  /*display: none;*/
  height:250px;
  position:absolute;
  top: 0;
  left: 0;
}
#biography .checked {
  color:#5da9aa;
  /*display: block;*/
}

/*bioリニュ*/
.bioConts2 {
  max-width:640px;
  height:250px;
  margin:0 auto;
/*  padding-top:30px;*/
  position:relative;
}
.bioTxt2 {
  text-align:center;
}
.bioTxt2 h2 {
  margin-bottom: 15px;
}
.bioTxt2 aside {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 22px;
}



/*************************
 * word
*************************/
#fovoWord {
    background-color: rgba(18,28,36,0.9);
    /*background: url( ../images/bg2.png) center center fixed no-repeat;*/
    z-index:0;
}
#fovoWord .cntsWrap {
  max-width: 100%;
  /*padding: 30px 0;*/
  margin: 0 auto;
  /*background-color: rgba(93,169,170,1);*/
}
#fovoWord .box {
max-width:820px;
margin:0 auto;
}
#fovoWord .blockquote {
    display: block;
    font-size:2.4em;
    margin:0 5px 0;
}

#fovoWord p {
    text-align:center;
    margin:20px 0 0;
}
#fovoWrap {
  min-height:66px;
  margin-top: 80px;
  /*margin-top: 50px;*/
}

/*************************
 * contact
*************************/
#contact {
    /*background-color: #292929;*/
    background: url( ../images/foot.jpg) center center no-repeat;
    z-index:0;
    position:relative;
}
#contact h4 {
    font-size:1.6em;
    margin-top: 90px;
    text-align:center;
}
#contact address {
    display: block;
    margin-top: 24px;
    text-align:center;
}
#contact address a {
    font-size:1.6em;
    font-family: 'M+ 2p medium';
    font-style:normal;
    width:auto;
    display: inline-block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */;
}
#contact address a:before {
    content:open-quote;
    display: inline-block;
  margin-right: 0.25em;
}
#contact address a:after {
    content:close-quote;
    display: inline-block;
  margin-left: 0.25em;
}
#contact ul {
    text-align:center;
    width: 244px;
    margin: 10px auto 0;
}
#contact ul li {
    text-align:center;
    width:51px;
    height:40px;
    line-height:40px;
    float:left;
    margin:0 5px;
}
#contact i {
    color: #666;
}

#foot {
  position:absolute;
  bottom:20px;
  width: 100%;
  margin:0 auto;
  height: 120px;
  color: #f4f6f6;
  text-align:center;
  background:url(../images/stillburns_logo.png) 50% 0 no-repeat;
}
#foot p {
  font-size: 1em;
  padding-top:100px;
}
#Authority a {
  display: block;
  width: 102px;
  height: 95px;
  background: url(../images/authority_flag.png) 0 0 no-repeat;
  position:absolute;
  bottom:0;
  right:0;
  z-index: 1;
}


}

/*===============================================
●for mobile
===============================================*/
@media screen and (max-width: 640px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
h2 {
font-size:4em;
}
h3 {
font-size:27px;

}
h4 {
}
h5 {
font-size:2.4em;
}
h6 {
font-size:1.2em;
}
i,small {
display: block;
font-size:1.2em;
margin-top:0.5em;
}
p {
font-size:1.2em;
line-height:1.6em;
}
a {
    /*display:block;*/
    color: #F2F9FF;
    width:100%;
    height:100%;
}
a:hover {
    color:#5da9aa;
}
.nextNavi {
  /*display:none;*/
}
#sideMenuBtn {
  right:6px;
  top:6px;
  width: 26px;
  height: 26px;
}
#sideMenu {
  right: -100%;
  width: 90%;
  padding:20px;
}

/*************************
 * firstView
*************************/
header {
    background: url(../images/bg3.png) 0 0 cover no-repeat;
    z-index:0;
    height:100%;

}
#headbgc {
    display: block;
    width:100%;
    height: 100%;
    background-color: rgba(19, 21, 24, 0.92);
}
header h1 {
    font-size:1em;
    font-weight:normal;
    color: #fff;
    letter-spacing:2.5pt;
    max-width: 340px;
    margin: 0 auto;
}
header span.bilbo {
    display: block;
    font-size:7.2em;
}
header #introBtnWrap a {
    width:156px;
    height:50px;
    margin:100px auto;
    font-size: 1.2em;
    display: block;
    vertical-align: top;
    zoom: 1; /* Fix for IE7 */
    border:1px solid #f1f1f1;
    background-color: #3c3c3c;
    text-align:center;
    line-height:50px;
    color: #f1f1f1;
    cursor: pointer;
}
.introBtnCover {
  display: none;
}

/*************************
 * mainMenu
*************************/
#mainMenu {
  display:none;
}

/*************************
 * welcomePage
*************************/
#weleCome {
    background: url(../images/welcomebg2.jpg) center center cover no-repeat;
    z-index:1;
}
#welcomebgc {
    display: block;
    width:100%;
    height: 100%;
    background-color: rgba(19, 21, 24, 0.4);
  }
#weleCome #welcomTxt {
    margin-top: 36px;
    margin-bottom:1em;
}
/* animate */
#welcomebgc h2{opacity: 0; margin-left:0;}
#welcomebgc p{opacity: 0; margin-left:0;}

/*************************
 * portforio
*************************/
#portfolio {
    display:block;
    width:100%;
    height: auto;
    /*background-color: #04070A;*/
    padding:100px 0 50px;
    z-index: 5;
}
#portfolio section {
    margin-top: 36px;
    padding-bottom: 30px;
}
.worksList {
    max-width:600px;
    margin: 61px auto 0;
}
.worksList li {
    max-width:27.22%;
    max-height:180px;
    float: left;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
    margin: 0 3% 40px;
    overflow:hidden;
}
.worksList li a {
  display: block;
  width: 100%;
  height: 100%;
}

/* モダール */
.worksCnts {
  max-width:100%;
  margin:0 auto;
}
.worksCnts li {
  display:block;
  position:relative;
}
.worksWrap {
  max-width:640px;
}
div.worksImg {
max-width: 640px;
height:auto;
}
div.worksImg img {
  z-index:101;
}
div.worksTxt {
max-width:100%;
float:none;
}
div.worksTxt h4 {
  font-size:1.4em;
  text-align:center;
  margin:24px 0;
}
div.worksTxt dl {
  display:none;
}
div.worksCloseBtn {
  position:absolute;
  display:block;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
  font-size:1.2em;
}


/*************************
 * skill
*************************/
.fixed {
    position:fixed;
    height: 100%;
    width: 100%;
}
#skill {
    /*background: #292929;*/
    padding:50px 0;
    text-align:center;
    overflow:hidden;

    background: url(../images/welcomebg1.jpg) center center cover no-repeat;
    z-index:1;

}
#skill #lang {
    font-size: 2em;
    font-weight: bold;
    color: #5f5c5c;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 10px;
}
#skillText {
    max-width:800px;
    margin: 0 auto;
    text-align:center;
}
#skillText p {
    margin-bottom: 0.85em;
}
#skilllogo {
    max-width:330px;
    margin:25px auto;
}
#skilllogo li {
    display:inline-block;
    float:none;
    width:72px;
  margin: 0 0 0 18px;
    font-size:1.6em;
    text-align:center;
    line-height:82px;
    position:relative;
}
#skilllogo li:last-child {
    margin-right: 0;
}
#skilllogo span {
    position:absolute;
    top: 0;
    left:0;
    display:block;
    width:72px;
    height:41.57px;
    z-index: 2;
}

/*************************
 * abouteMe
*************************/
#aboutMe {
    /*background-color: #09141d;*/
    background: url(../images/bg3.png) 0 0 no-repeat;
    text-align:center;
}
#aboutMeBgc {
    display: block;
    width:100%;
    height: 100%;
    background-color: rgba(9,20,29,0.92);
}
#aboutMe_cnts {
    padding:0 10px;
    margin: 45px auto 0;
}
#aboutMe_cnts figure {
  display:none;
}
#aboutMe_cnts #myprofile {
    max-width:100%;
    text-align:left;

}
#myprofile #myName {
    text-align:center;
    font-size:1.8em;
    margin:18px 0 12px;
}
#myprofile span {
    display: block;
    text-align:center;
    font-size:2em;
    color: #4e5e6b;
    margin-bottom: 28px;
}

/*************************
 * Biography
*************************/
#biography {
  display:none;
}

/*************************
 * word
*************************/
#fovoWord {
    background-color: rgba(18,28,36,0.9);
    z-index:0;
}
#fovoWord .cntsWrap {
  max-width: 100%;
  margin: 0 auto;
}
#fovoWord .box {
max-width:820px;
margin:0 auto;
}
#fovoWord .blockquote {
    display: block;
    font-size:1.8em;
    margin:0 5px 0;
}
#fovoWord p {
    text-align:center;
    margin:20px 0 0;
}
#fovoWrap {
  min-height:66px;
  margin-top: 30px;
}

/*************************
 * contact
*************************/
#contact {
    /*background-color: #292929;*/
    background: url( ../images/foot.jpg) center center cover no-repeat;
    z-index:0;
    position:relative;
}
#contact h4 {
    font-size:1.8em;
    margin-top: 40px;
    text-align:center;
}
#contact address {
    display: block;
    margin-top: 14px;
    text-align:center;
}
#contact address a {
    font-size:1.8em;
    font-family: 'M+ 2p medium';
    font-style:normal;
    width:auto;
    display: inline-block;
    vertical-align: top;
}
#contact ul {
    text-align:center;
    width: 244px;
    margin: 10px auto 0;
}
#contact ul li {
    text-align:center;
    width:51px;
    height:40px;
    line-height:40px;
    float:left;
    margin:0 5px;
}
#contact i {
    color: #666;
}


#foot {
  position:absolute;
  bottom:20px;
  width: 100%;
  color: #f4f6f6;
  text-align:center;
  background:none;
}
#foot p {
  font-size: 1em;
  padding-top:100px;
}
#Authority {
  display: none;
}

}