@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Alice", serif;
  line-height: 1.8;
  font-size: 20px;
}

#fh5co-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#fh5co-wrapper > div {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

a {
  color: #888888;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline;
  color: #ff0098;
}
a:focus, a:active {
  outline: none;
}

p, span {
  margin-bottom: 1.5em;
  font-size: 13px;
  line-height: 1.8em;
  color: #727272;
  font-family: "Alice", Arial, serif;
}

.en {
  margin-bottom: 1em;
  font-size: 11px;
  line-height: 1.4em;
  color: #888888;
  font-family: "Alice", Arial, serif;
}

.phototxt {
  margin-top: -3em;
  margin-bottom: 3em;
  font-size: 11px;
  line-height: 1.4em;
  color: #cccccc;
  font-family: "Alice", Arial, serif;
}
.phototxt a {
  color: #cccccc;
}

p.sec-ttl{
  margin:50px 0 50px;
  color: #ff0098;
}

p.clm-ttl{
  margin:70px 0 50px;
  font-size: 18px;
  line-height: 2em;
}

p.clm-ttl2{
  margin:70px 0 0px;
  font-size: 18px;
  line-height: 2em;
}

span {
  font-size: 18px;
  color: rgba(114, 114, 114, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Alice", Arial, serif;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

#fh5co-page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: #fff;
}

.fh5co-table {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.fh5co-table .fh5co-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fh5co-table .fh5co-table-cell {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}

.fh5co-navbar-brand {
  padding: 4em 0 4em;
}
@media screen and (max-width: 768px) {
  .fh5co-navbar-brand {
    padding: 2em 0;
  }
}
.fh5co-navbar-brand {
  float: left;
  width: 80%;
}
.fh5co-navbar-brand .fh5co-logo img {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .fh5co-navbar-brand .fh5co-logo img {
    width: 60%;
  }
}


/*中ページロゴ*/
.sub-logo {
  padding: 1em 0 1em 1em;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .sub-logo {
    padding: 1em 0 1em 0.5em;
  }
}
.sub-logo img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .sub-logo img {
    width: 20%;
  }
}




#fh5co-portfolio-section, #fh5co-intro-section,
#fh5co-member-section, #fh5co-contact-section,
#fh5co-team-section {
  padding-bottom: 5em;
}

.intro-heading {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .intro-heading {
    font-size: 14px;
  }
}


#filters {
  padding: 0;
  list-style: none;
}
#filters li {
  display: inline-block;
  margin-right: 20px;
}
#filters li span {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
}
#filters li span:hover, #filters li span:focus, #filters li span.active {
  color: #000 !important;
}

#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 20%;
  display: none;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #portfoliolist .portfolio {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  #portfoliolist .portfolio {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  #portfoliolist .portfolio {
    width: 100% !important;
  }
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
  margin-bottom: 20px;
}

.portfolio {
  overflow: hidden;
  position: relative;
  float: left;
  padding: 0 5px 0 0;
}

.portfolio img {
  max-width: 100%;
}

.project_link:hover {
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
}

.portfolio p {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}

.portfolio .project_text{
  margin: 5px 0 0 0;
}

.portfolio  p.project_name {
  font-size: 15px;
}

.portfolio span {
  margin-right: 3px;
}

.team-section-grid {
  position: relative;
  background-size: cover;
  height: 450px;
  margin-bottom: 30px;
}
.team-section-grid .overlay-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.team-section-grid .overlay-section h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.team-section-grid .overlay-section p {
  color: rgba(255, 255, 255, 0.8);
}
.team-section-grid .overlay-section p.fh5co-social-icons a:hover, .team-section-grid .overlay-section p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
.team-section-grid .overlay-section p.fh5co-social-icons i {
  font-size: 32px;
}
.team-section-grid .overlay-section span {
  color: #fff;
  display: block;
}
.team-section-grid .overlay-section .desc {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.team-section-grid:hover .overlay-section {
  opacity: 1;
}

.fh5co-member {
  min-height: 280px;
  padding: 0 50px;
}

.fh5co-member img {
  width: 100px;
  margin-bottom: 15px;
}

.fh5co-member h3 {
  font-size: 20px;
  color: #ff0098;
  margin-bottom: 3px;
}

.fh5co-member p.prof-text {
  font-size: 12px;
  margin-top: 0px;
}

.special-thanks ul {
  padding: 0;
}

.special-thanks li {
  list-style: none;
  float: left;
  font-size: 14px;
  margin: 0 40px 0 0;
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #000;
}
.contact-info li a {
  color: #A7CDCC;
}


/* project_tmp */
#project_main img{
  width: 100%;
}

#project_main .project_ttl{
  margin: -120px 0 0 70px;
}

@media screen and (max-width: 768px) {
  #project_main .project_ttl{
    margin: -50px 0 0 15px;
  }
}
@media screen and (max-width: 480px) {
  #project_main .project_ttl{
    margin: -50px 0 0 15px;
  }
}

#project_main h1{
  font-size: 80px;
  line-height: 1.2em;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #project_main h1{
    font-size: 30px;
    line-height: 1.2em;
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  #project_main h1{
    font-size: 30px;
    line-height: 1.2em;
    margin-top: 60px;
  }
}

.con_instagram{
  width: 50%!important;
  margin: 20px 0;
}


#project_main .project_ttl p{
  margin-bottom: 0px;
}

#fh5co-project-detail-section img{
  width: 100%;
  margin: 20px 0 40px;
}

#fh5co-project-detail-section li{
  list-style: none;
}

#fh5co-project-detail-section .project_con{
  margin-top: 70px;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 3em 0;
}
#footer p {
  font-size: 10px;
}
#footer p:last-child {
  margin-bottom: 0;
}
#footer p.fh5co-social-icons a:hover, #footer p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
#footer p.fh5co-social-icons i {
  font-size: 32px;
}
#footer .social-text-align {
  text-align: right;
}
@media screen and (max-width: 992px) {
  #footer .social-text-align {
    text-align: left !important;
  }
}

.heading-section {
  margin-bottom: 3em;
}
.heading-section h2 {
  font-size: 40px;
  font-weight: 300;
}

.heading-section h3 {
  font-weight: 300;
  line-height: 1.5em;
}

.js .animate-box {
  opacity: 0;
}


/*# sourceMappingURL=style.css.map */


.btn {
  background: #f90082; /* 背景色 */
  color: #fff; /* 文字色 */
  padding: 16px 40px; /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入る下線を消す */
  border-radius: 30px; /* 角を丸くする */
  transition-property: opacity;
　-webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.btn:hover {
  opacity: .7;
  color: #fff; /* 文字色 */
}


