body {
  background-color: #f2f2f2;
  font-family: 'Lato',-apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #555;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight:500;
  color: #333;
}
h3{
  margin-top:10px;
}

/* Paragraph & Typographic */
p {
  margin-bottom: 18px;
}

.centered {
  text-align: center;
}

/* Links */
a {
  color: #f85c37;
  word-wrap: break-word;

  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


/*---------------------------------------------------
3.1 Topbar
---------------------------------------------------*/

#section-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  overflow: visible;
  font: normal 16px/24px  'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#section-topbar a {
  color: #fff;
}

#topbar-inner {
  background: #111;
  line-height: 0;
  text-align: center;
}

/*
Top Bar

By default, top navigation bar uses "fixed" position
*/
#section-topbar ul#nav {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;

  border-right: 1px solid #222;

  /* For IE, the outcast */
  zoom:1;
  *display: inline;
}

#section-topbar ul#nav > li {
  display: block;
  float: left;
  padding: 0;
}


#section-topbar ul#nav a {
  display: block;
  font: normal 11px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 18px 20px 18px 20px;
  border-left: 1px solid #222;
}

#section-topbar ul#nav a:hover {
  background: #222;
  text-decoration: none;
  border-left: 1px solid #111;
}

#section-topbar ul#nav .active a {
  background: #44bbaa;
  border-left: 1px solid #111;
}

#section-topbar ul#nav .active a:hover {
  background: #44bbaa;
}
#section-topbar i {
  font-size: 20px;
}
/*---------------------------------------------------
SECTION WRAPS
---------------------------------------------------*/

/* Header Wrap */
#headerwrap {
  margin-top: 58px;
  padding-top:140px;
  text-align:center;
  background-attachment: relative;
  background-position: center center;
  min-height: 500px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.head_name{
}
@media screen and (max-width: 599px) {
  #headerwrap {
    min-height: 50px;
  }
  .head_name{
    margin-top: -130px;
  }
}

#headerwrap h1 {
  font-size: 80px;
  color: white;
}
@media screen and (max-width: 599px) {
  #headerwrap h1 {
    font-size: 65px;
  }
}
#headerwrap h3 {
  font-size: 20px;
  color: white;
}

/* Intro Wrap */

#intro {
  background: #2c3e50;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
}
@media screen and (max-width: 599px) {
  #intro {
    padding-top:10px;
    padding-bottom: 10px;
  }
}


#intro h3, p {
  color: white;
}

#intro i {
  color: white;
  font-size: 20px;
  padding-right: 8px;
  vertical-align: middle;
}

/* Thanks Wrap */

#thanks {
  background: #2c3e50;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
}
@media screen and (max-width: 599px) {
  #thanks {
    padding-top:30px;
    padding-bottom: 10px;
  }
}


#thanks h3, p {
  color: white;
}

#thanks i {
  color: white;
  padding-right: 8px;
  vertical-align: middle;
}

/* Foot Wrap */

#footwrap {
  background: #2f2f2f;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footwrap p {
  color: white;
}

#footwrap h3 {
  color: white;
}


#footwrap t {
  font-weight: 700;
}

#footwrap i {
  padding-right: 8px;
  color: #1abc9c;
}

/* Copyright Wrap */

#c {
  background: #222222;
  padding-top: 15px;
  text-align: right;
}

#c p {
  color: white
}

/* isotope */

.isotope .item {
  -webkit-transition-duration:0.2s;
  -moz-transition-duration:0.2s;
  -ms-transition-duration:0.2s;
  -o-transition-duration:0.2s;
  transition-duration:0.2s;
  margin-bottom: 5px;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}


/* Global Values */

.desc {
  padding-top: 50px;
}
@media screen and (max-width: 599px) {
  .desc {
    padding-top: 10px;
  }
}

.desc p {
  color: #2f2f2f;
}

.desc t {
  color: #34495e;
  font-weight: 700;
}

.desc imp {
  padding: 6px;
  color: white;
  background: #34495e;
}

.desc more {
  color: #95a5a6;
}

.work_title {
  margin-bottom:5px;
  font-weight:bolder;
  text-align:center;
}

sm {
  font-size: 12px;
}


/* iframe */
.iframe-content {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}
.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-content4-3 {
  position: relative;
  width: 100%;
  padding: 75% 0 0 0;
}
.iframe-content4-3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fullscreen{
  margin-bottom: 5px;
  margin-top: -3px;
  text-align: right;
}

/* magnific-popup-custum */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-bg{ /*override*/
  background: #ffffff;
  opacity: 0.8;
}
