@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:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  background: #fafaf8;
  color: #555;
  font-weight: 500;
  overflow-x: hidden;
}

body.offcanvas {
  overflow: hidden;
}

a {
  color: #555;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
  color: #555 !important;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #353535;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
  color: #555;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #ef6249;
}

::-moz-selection {
  color: #fcfcfc;
  background: #ef6249;
}

::selection {
  color: #fcfcfc;
  background: #ef6249;
}


#work-section,
#services-section,
#links-section,
#about-section,
#books-section,
#features {
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  #work-section,
  #services-section,
  #links-section,
  #about-section,
  #books-section,
  #features {
    padding: 4em 0;
  }
}

.section-gray {
  background: #fafaf8;
}

.heading-section {
  padding-bottom: 0m;
  margin-bottom: 5em;
}
.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 1px;
  background: #C00000;
}
.heading-section h2,
.heading-section h4{
  color: #C0C0C0;
}

@media screen and (max-width: 680px) {
.heading-section h4{
	padding-bottom: 10px;
}
}

#header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}


#header-section {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}


/* Top */
.cover,
.hero {
  position: relative;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .cover,
  .hero {
    height: 300px;
  }
}

.overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1!important
  background: rgba(41, 34, 43, 0.5);
}

.cover {
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cover {
    heifght: inherit;
    padding: 3em 0;
  }
}

.cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cover .desc h1 {
  display: inline-block;
  color: #555;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 1.5em;
  border-bottom: #C00000 1px solid;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .cover .desc h1 {
    font-size: 25px;
  }
}
.cover .desc span {
  display: block;
  color: #555;
  font-size: 55px;
  letter-spacing: 3px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
	.cover .desc span {
	 font-size: 30px;
  }
}


/* story */
#work .work {
  width: 100%;
  float: left;
  margin-bottom: 3em;
}

#work .work .half-inner {
	display: table;
	width: 400px;
	height: 400px;
	border-radius: 50%;/*角丸*/
	border: #C00000 1px solid;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}

#work .work .half-inner h2{
	display: table-cell;
	font-size: 30px;
	vertical-align: middle;
	line-height: 1.5em;
	margin: 0 auto;
    font-weight: 500;
	color: #555;
}

#work .work .half-inner2 {
	width: 100%;	
	margin-top: 3em;
	margin-left: 0;
}

#work .work .half-inner2 h2{
	display: table;
	width: 70%;	
	font-size: 28px;
	text-align: center;
	line-height: 1.5em;
	border-bottom: #C00000 1px solid;
	padding-bottom: 10px;
	margin: 0 auto;
    font-weight: 500;	
}

#work .work .desc p{
	line-height: 1.8em;
}

#work .work .line{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

#work .work .line img{
	width: 150px;
}



@media screen and (max-width: 1180px) {
#work .work .half-inner2 h2{
	width: 100%;	
	font-size: 26px;
}
}

@media screen and (max-width: 992px) {
  #work .work .half-inner {
	width: 300px;
	height: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #work .work {
   width: 100%;
 }

  #work .work .half-inner h2{
	font-size: 28px;
}

  #work .work .half-inner2{
	width: 100%;		  
	margin-top: 2em;
  }

  #work .work .half-inner2 h2{
	width: 100%;	
	font-size: 22px;
  }

  #work .work .desc {
   width: 100%;
   margin-top: 30px;
  }
  #work .work .line{
	margin-top: 20px;
}  

}


/* photo */
.photo-cover {
  height: 500px;
  background-image: url(../images/bg_story.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  margin: 0 0 100px 0;
  padding: 0!important; 
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.photo-cover h1{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%);
	font-size: 70px;
	color: #c00000;
	text-shadow: 3px 3px 3px #fff;
	font-weight: bold;
	border-radius: 30px;
	padding: 0 20px;
	z-index: 99;
}

@media screen and (max-width: 1180px) {
  .photo-cover {
  height: 400px;
  margin: 0 0 50px 0;	  
  }
}


@media screen and (max-width: 768px) {
  .photo-cover {
  height: 300px;
  margin: 0 0 50px 0;	  
  }
  
  .photo-cover h1{
	font-size: 40px;	  
  }
}

@media screen and (max-width: 480px) {
  .photo-cover {
  height: 150px;
  }
  .photo-cover h1{
	font-size: 40px;	  
  }  
}

/* profile */
#about-section h3{
	border-bottom: #999 1px dotted;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 20px;
}

#about-section p,
#about-section ul{
	font-size: 16px!important;
	margin: 10px 0;
}

#about-section .col-md-6 img{
	margin: 0 auto;
}


@media screen and (max-width: 820px) {
 #about-section h3{
 font-size: 22px;
 }
}

/* Publications */
#books-section .book{
	width: 40%;
	margin: 0 auto;
}
.book img {
  width: 100%;
  border: #CCC 1px solid;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1180px) {
  #books-section .book {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #books-section .book {
    width: 100%;
  }
}
.book .book-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 20px;
  float: right;
  -webkit-box-shadow: 0px 6px 62px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 62px -6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 6px 62px -6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 6px 62px -6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 62px -6px rgba(0, 0, 0, 0.3);
}
.book .book-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.book .book-text span.posted_by {
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.book .book-text span.comment {
  float: right;
}
.book .book-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.book .book-text span.comment a i {
  color: #ef6249;
  padding-left: 7px;
}
.book .book-text h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.book .book-text h3 a {
  color: rgba(0, 0, 0, 0.6);
}

/* link-buuner */
#links-section{
  height: auto;
  background-image: url(../images/bg_bunner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

#links-section .blog-links a:hover{
	text-decoration: underline;
}

#links-section i{
	padding-left: 20px;
}

.testimony {
  width: 100%;
  float: left;
  z-index: 99;
}

.testimony .bunner {
  height: 250px;
  border-left: none;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 5px 6px 7px -6px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 5px 6px 7px -6px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 5px 6px 7px -6px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 5px 6px 7px -6px rgba(0, 0, 0, 0.22);
  box-shadow: 5px 6px 7px -6px rgba(0, 0, 0, 0.22);
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: 9;
}

.testimony .bunner h3{
	text-align: center;
	margin: 20px 0 15px 0;
}


@media screen and (max-width: 1180px) {
  #links-section .col-md-4{
  padding-left: 0;
  padding-right: 0;
  }
  .blog-links{
	  margin-left: -20px;
  }
}


.icons {
  padding: 40px 20px 20px 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 820px) {
.icons {
  padding: 40px 5px 20px 5px;
  margin-bottom: 30px;
}	
}

@media screen and (max-width: 680px) {
 #links-section{
  background-position:right 15% center;
}	
.icons {
  padding: 10px;
  margin-bottom: 0;
}	
}

.icons span {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  border: 1px solid #C00000;
  display: table;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
}
.icons span i {
  font-size: 30px;
  color: #c00000 !important;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  text-align: center;
}


/* links */
#services-section .btn{
	width: 100%;
}

#services-section i{
	padding: 0 20px;
}

#services-section a:hover{
  text-decoration: none;
  color: #000 !important;
}

@media screen and (max-width: 1180px) {
 #services-section .col-md-4{
  padding-left: 0;
  padding-right: 0;
  }
}


@media screen and (max-width: 820px) {
#services-section i{
	padding: 0 10px;
}
}

@media screen and (max-width: 680px) {
#services-section i{
	padding: 0 20px;
}
 #services-section .col-sm-4{
	 padding: 0;
	 margin: 0;
  }
}

.social-icons > a {
  padding: 4px 10px;
  color: #ef6249;
}
.social-icons > a i {
  font-size: 26px;
}
.social-icons > a:hover, .social-icons > a:focus, .social-icons > a:active {
  text-decoration: none;
  color: #C00000;
}


#footer {
  background: #2F3032;
  padding: 6em 0 0 0;
  width: 100%;
  float: left;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 3em 0;
  }
}
#footer h2, #footer h3, #footer h4 {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
#footer h3 {
  font-size: 16px;
}
#footer [class*="col"] {
  padding-bottom: 30px;
}
#footer .btn {
  color: #fff;
}
#footer .float {
  float: left;
  margin-right: 10%;
}

#footer p {
  color: rgba(255, 255, 255, 0.4);
}
#footer ul {
  padding: 0;
  margin: 0;
}
#footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
    color: rgba(255, 255, 255, 0.4);
}
#footer ul li a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none !important;
}
#footer ul li a:hover {
  color: #fff;
  text-decoration: underline!important;
}

#footer ul li ul {
	margin-top: 10px;
	margin-left: 10px;
	line-height: 0.8em;
}


#footer .social li {
  display: block !important;
}
#footer .social li a {
  font-size: 16px;
}
#footer .social li i {
  float: left;
  font-size: 20px;
  width: 40px;
}
#footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px !important;
  padding: 3em 0;
  width: 100%;
  float: left;
}


#page-top {
    position: fixed;
    bottom: 0;
    right: 70px;
    font-size: 12px;
}

#page-top a {
    text-decoration: none;
    color: #666;
    width: 60px;
	height: 60px;
    padding-top: 15px;
    text-align: center;
	line-height: 1.1em;
    display: block;
	background: #fafaf8;
	border: #666666 1px solid;
	margin-bottom: 20px;
}


  #page-top a:hover {
    text-decoration: none;
    background: #eee;
}

  #page-top a:visited {
    text-decoration: none;
}

  #page-top a:before{
	content:"\25b2\A";
	white-space: pre;
    font-size: 12px;
	font-weight: bold;
}


.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 20px;
  border-radius: 0;
  opacity: 1!important;
  z-index: 99!important;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
  opacity: 1!important;
  z-index: 99!important;
}

.btn-primary {
  background: #FFF;
  color: #353535;
  border: 1px solid #666;
  opacity: 1!important;
  z-index: 99!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #EBEBEB !important;
  border-color: #999 !important;
  color: #353535 !important;
  opacity: 1!important;
  z-index: 99!important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #ef6249;
  border: 1px solid #666;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #ef6249;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.js .animate-box {
  opacity: 0;
}

#wrapper {
  overflow-x: hidden;
  position: relative;
}


#page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/*#ドラッグやコピーの禁止*/
img {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
  pointer-events: none;
}  



/*# sourceMappingURL=style.css.map */
