/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: "Orbitron", sans-serif;
  color: #989898;
  width: 100%;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  font-size: 12px;
}

.content_wp {
  width: 100%;
}

h3 {
  font-weight: normal;
  font-size: 18px;
}

.section_title {
  font-size: 18px;
}

li {
  margin: 5px 0px 5px 20px;
}

p {
  line-height: 1.5em;
  margin: 10px 0px;
}

a li {
  color: #fff;
  text-decoration: none;
}

.bar {
  width: 80%;
  margin: 0px auto;
}

@media screen and (min-width: 940px) {
  .bar {
    display: none;
  }
}

.tora_icon {
  width: 100%;
  position: fixed;
  opacity: 0.1;
  top: 50vh;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  z-index: -10;
}

@media screen and (min-width: 780px) {
  .tora_icon {
    width: 70%;
    right: 5%;
  }
}

@media screen and (min-width: 940px) {
  .tora_icon {
    width: 50%;
    right: 5%;
  }
}

header {
  background-image: url("../img/mac_img1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 95vh;
  color: #fff;
}

@media screen and (min-width: 940px) {
  header {
    background-image: url("../img/mac_imag_pc.png");
  }
}

#title {
  font-size: 32px;
  padding-top: 45vh;
  text-align: center;
  -webkit-transform: translate(0px, -15px);
          transform: translate(0px, -15px);
  white-space: space pre;
  height: 48px;
}

@media screen and (min-width: 480px) {
  #title {
    font-size: 48px;
  }
}

.manu {
  display: none;
}

.manu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: 15px auto 0px auto;
}

.manu ul li {
  margin: 0px;
}

@media screen and (min-width: 780px) {
  .manu ul {
    width: 70%;
  }
}

.menu_on {
  display: block;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#section1 .section_title {
  display: inline-block;
  background: #313131;
  color: #fff;
  padding: 5px 10px;
}

@media screen and (min-width: 940px) {
  .introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0px auto;
  }
}

.my_info_area {
  width: 90%;
  margin: 50px auto;
}

@media screen and (min-width: 940px) {
  .my_info_area {
    width: 55%;
    margin: 50px 0px;
  }
}

@media screen and (min-width: 780px) {
  .my_info_text_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.my_info_text {
  margin: 30px 0px;
}

@media screen and (min-width: 780px) {
  .my_info_text {
    width: 45%;
  }
}

.my_info_text h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.my_info_text:first-of-type {
  width: 100%;
}

.my_hestory {
  width: 90%;
  margin: 50px auto;
}

@media screen and (min-width: 940px) {
  .my_hestory {
    width: 35%;
    margin: 50px 0px;
  }
}

.my_hestory_text_area {
  margin: 30px 0px;
}

.my_hestory_text_area h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.profile_img {
  width: 100%;
  margin-bottom: 30px;
}

#section2 {
  background: #313131;
  padding: 50px;
  position: relative;
}

@media screen and (min-width: 780px) {
  #section2 {
    padding: 100px 50px;
  }
}

@media screen and (min-width: 940px) {
  #section2 {
    padding: 100px;
  }
}

#section2 .section_title {
  display: inline-block;
  background: #fff;
  color: #313131;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 940px) {
  .flex_wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0px auto;
  }
}

.skills_img1 {
  width: 100%;
}

.skills_img2 {
  width: 100%;
  margin-bottom: 50px;
}

.my_skill {
  width: 30%;
  text-align: center;
  margin: 15px 0px;
}

.my_skill img {
  width: 70%;
  margin: 0px auto;
}

.my_skill p {
  font-size: 18px;
  text-align: center;
}

#section2_bg {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (min-width: 940px) {
  #section2_bg {
    width: 45%;
    margin-bottom: 50px;
  }
}

.skills_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 940px) {
  .skills_area {
    width: 45%;
  }
}

#section3 {
  background: #fff;
  padding: 100px 0px;
  position: relative;
}

#section3 .section_title {
  position: absolute;
  display: inline-block;
  background: #313131;
  color: #fff;
  padding: 5px 10px;
  top: 0;
  left: 0;
}

.selec_tbtn {
  color: #000;
  border: solid 1px;
  padding: 5px 10px;
}

.active {
  background: #000;
  color: #fff;
}

.item {
  position: relative;
  border: solid 1px;
  background: #000;
  margin-top: 10px;
  width: 100%;
  height: calc(80vw * 0.6);
}

@media screen and (min-width: 780px) {
  .item {
    width: 45%;
    height: calc(36vw * 0.6);
  }
}

@media screen and (min-width: 940px) {
  .item {
    width: 30%;
    height: calc(24vw * 0.6);
  }
}

.work_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.item_on {
  opacity: 0.3;
}

.work_sample_title {
  margin: 0px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.work_img_on {
  opacity: 0.5;
}

.title_on {
  opacity: 1;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.linear {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.linear_off {
  background: rgba(0, 0, 0, 0);
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px auto;
}

.container {
  width: 80%;
  margin: 50px auto 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal_img {
  width: 100%;
  border: solid 1px;
}

.excerpt h2 {
  font-size: 24px;
  margin: 20px 0px;
  border-left: solid 3px;
  padding-left: 5px;
}

.excerpt h3 {
  font-size: 18px;
  margin: 10px 0px;
  border-bottom: solid 2px;
  padding-bottom: 5px;
}

#section4 {
  background-image: url("../img/old_mac_img_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  color: #fff;
}

@media screen and (min-width: 940px) {
  #section4 {
    background-image: url("../img/old_mac_img.png");
  }
}

#section4 .section_title {
  display: inline-block;
  background: #fff;
  color: #313131;
  padding: 5px 10px;
  position: absolute;
  right: 0;
}

#section4 article {
  width: 90%;
  margin: 0px auto;
}

@media screen and (min-width: 940px) {
  #section4 article {
    width: 30%;
    margin: 0px;
    width: 40%;
  }
}

.site_description_text {
  margin: 30px 0px;
}

.site_description_text p {
  margin-top: 10px;
}

.site_description {
  padding: 50px 0px;
}

@media screen and (min-width: 940px) {
  .section4_content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
    margin: 0px auto;
    padding: 50px 0px;
  }
}

@media screen and (min-width: 940px) {
  .site_description {
    width: 30%;
  }
}

.contact_area {
  padding-bottom: 80px;
}

@media screen and (min-width: 940px) {
  .contact_area {
    width: 30%;
  }
}

.form_arae {
  width: 100%;
  margin: 0px auto;
  max-width: 400px;
}

@media screen and (min-width: 940px) {
  .form_arae {
    padding: 30px 0px;
  }
}

.form_arae label {
  margin-top: 20px;
}

.input_wrap {
  margin-top: 20px;
}

.input_area {
  vertical-align: middle;
  background: rgba(0, 0, 0, 0);
  border: solid 1px #fff;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  width: 95%;
  max-width: 400px;
  margin-top: 10px;
}

.error {
  color: #ff0000;
  font-size: 10px;
}

.makesure_box {
  text-align: center;
}

.success_send {
  text-align: center;
}

.post {
  margin-top: 10px;
}

.btn {
  margin: 30px auto;
  border: solid 1px #fff;
  border-radius: 5px;
  width: 50%;
  padding: 5px;
  font-size: 24px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
}

.btn:hover {
  background: #fff;
  color: #989898;
}

.back_send_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hide {
  display: none;
}

footer {
  background: #000;
  padding: 20px 0px;
}

.copy {
  text-align: center;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */