/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Tangerine&display=swap');

body {
  width: 100%;
  height: 100%;
	font-family: sans-serif;
	font-weight: 400;
  color: #888;
	font-size: 16px;
	line-height: 1.6em;
  background-color: #fff;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  font-family: 'Varela Round', sans-serif;
  font-weight: 400;
  color: #444;
}

blockquote {
	font-family: Georgia, arial, sans-serif;
	color: #bbb;
	font-size: 20px;
}

p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
}

.light {
    font-weight: 400;
}

img.img-responsive {
	margin-bottom: 20px;
}

/* 欧文書体and日本語書体設定 */
.sans-serif {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* ------- Navigation ------------ */
#navigation {
	background: #fff;
	z-index: 9999;
	width:100%;
  box-sizing:border-box;
	border-bottom: 1px solid #989898;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
	margin: 0 auto;
  opacity: 0.9;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.6);
}

#menu .nav.navbar-bar {
	text-align: center;
	float: none;
	margin: 0 auto;
}

.navbar-custom ul.nav {
	text-align: center;
	float: none;
	margin: 0 auto;
}
.navbar-custom ul.nav li {
	float: none;
	display: inline-block;
	text-align: center;
}
.navbar-custom ul.nav li a {
	font-size: 14px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
}


.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
  padding-top: 120px;
  padding-bottom: 110px;
  display:block;
  position:relative;
  z-index:120;
}

.section-heading {
	margin-bottom: 25px;
}

.section-heading h2 {
	font-size: 40px;
	margin-bottom: 25px;
	line-height: 1em;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	background-repeat: : no-repeat;
  background-position: top center;
	background-size: cover;
}

.ribbon{
  position: absolute;
  opacity: 0.9;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  width: 300px;
  border: 115px solid #d8393c;
  border-bottom-color: transparent;
  border-bottom-width: 20px;
  border-left-width: 150px;
  border-right-width: 150px;
  mix-blend-mode: multiply;
}

.ribbon-container {
  margin: 0 auto;
  padding: 30px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

#intro.intro {
	padding: 350px 0 50px 0;
}

.slogan {
	text-align: center;
  overflow: hidden;
}

.page-scroll {
	text-align: center;
}

.page-scroll-text {
  color: #fff;
  font-family: 'Tangerine';
  font-size: 33px;
  margin: 0 0 0px -5px;
  padding: 0;
  display: inline;
}

.page-scroll-text:hover {
  color: #d8393c;
  }

.arrow-down {
  position: relative;
  transform: rotate(90deg);
  margin-top: -20px;
}

.arrow-down::before {
  content: ' ';
  width: 10px;
  height: 30px;
  border-right: solid 2px #fff;
  transform: rotate(35deg);
  position: absolute;
  top: calc(50% - 5px);
}
.arrow-down::after {
  content: ' ';
  width: 10px;
  height: 30px;
  border-right: solid 2px #fff;
  transform: rotate(-35deg);
  position: absolute;
  top: calc(50% - 24px);
}

.intro .page-scroll a {
	color: #fff;
}

.brand-heading {
  font-size: 40px;
}

.intro-text {
  color: #eee;
  font-size: 3em;
  line-height: normal;
  letter-spacing: 15px;
  margin-bottom: 250px;
  margin-right: -15px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}

.sub-page {
  width:100%;
  position:relative;
  background-repeat: : no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #9ED1CE;
}

#sub-page.sub-page {
  padding: 250px 0 50px 0;
}

.sub-page-text {
  color: #eee;
  font-size: 3em;
  line-height: normal;
  letter-spacing: 15px;
  margin-bottom: 80px;
  margin-right: -15px;
}

.sub-page .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.sub-page .ribbon {
  mix-blend-mode: normal;
}

#p-and-p {
  padding: 0;
  margin: 100px 0;
}

#p-and-p dd {
  margin-bottom: 15px;
}

/* ===========================
--- News
============================ */

#news-container {
  width: 100%!important;
  padding:0;
  text-align: center;
}

#news-container .row {
    margin: 0;
}

#news-container .col-sm-12,
#news-container .col-md-12,
#news-container .col-lg-12 {
    padding: 0;
}

#news {
  padding-bottom: 0;
}

#news-container .news-more-button {
  padding: 0;
  margin: 20px 0 0;
  border: 0;
}

.more-btn {
  color: #000;
  font-weight: lighter;
  font-size: 14px;
  margin: 0 auto;
  border: 1px solid #000;
  font-family: 'Tangerine';
  background-color: white;
  cursor: pointer;
  padding: 5px 0 4px;
  text-align: center;
  width: 180px;
}

/* ===========================
--- About
============================ */

.icon .fa {
	color: #fff;
}

.musubu-title {
  color: #d8393c;
  text-align: center;
  font-size: 20px !important;
  letter-spacing: 5px;
}

.musubu-text {
  color: #3e3a39;
  text-align: center;
  font-size: 14px;
  margin: 0;
}

.about-header {
  color: #886644;
  font-size: 19px;
  text-align: center;
  margin: 70px 0;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.about-box {
  color: #3e3a39;
  text-align: center;
}

.about-box-text {
  border: 1px solid #3e3a39;
  padding: 5px;
  text-align: center;
}

.about-box img {
  width: 90%;
  margin-bottom: 80px;
}

.arrow-and-container {
  border-top: 1px solid #3e3a39;
  margin-top: 80px;
}

.arrow-and {
  margin: -40px auto 0;
  width: 130px;
  border: 65px solid #3e3a39;
  border-color: #3e3a39 transparent transparent transparent;
  border-bottom-width: 0;
  border-top-width: 90px;
}

.arrow-and-text {
  position: relative;
  top: -82px;
  left: -10px;
  color: #fff;
  font-family: 'Tangerine';
  font-size: 33px;
  margin: 0 0 0 -4px;
  padding: 0;
}

.arrow-header {
  color: #886644;
  font-size: 16px;
  text-align: center;
  margin: 30px 0 70px 0;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.about-img {
  text-align: center;
}

.about-img img {
    width: 100%;
}

/* ===========================
--- Member
============================ */

#member {
    padding-top: 88px;
}

.member-container {
  background-image: url(../img/member.jpg);
  background-size: cover;
  padding: 70px 0;
}

.member-header {
  color: #fff;
  font-size: 19px;
  margin-bottom: 10px;
  font-family: sans-serif;
  letter-spacing: 3px;
}

.member-text {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}

.member-btn {
  color: #fff;
  font-weight: lighter;
  font-size: 27px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  font-family: 'Tangerine';
  cursor: pointer;
  padding: 5px 53px 0 50px;
}

/* ==========================
--- Gallery
============================= */


.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}

#works01, #works02, #works03, #works04, #works05 {
  display: none;
}

.works-add {
  font-size:16px;
  margin: 0;
  line-height: 1.7em;
}

.works-name {
  font-size:16px;
  margin: 0;
  line-height: 1.7em;
}

.works-text {
  font-size: 13px;
  margin: 0 0 15px 0;
  line-height: 1.7em;
}

.works-url {
  font-size: 13px;
  margin: 0;
  line-height: 1.7em;
}

.works-url ul {
  padding-inline-start: 20px;
}

.works-contents hr {
  margin-top: 10px;
  margin-bottom: 13px;
}

#works-container {
  color: #3a3a3a;
}

#works-container .works-more-button {
  padding: 0;
  margin: 20px 0 0;
  border: 0;
}

#case-studies {
    padding: 0;
    margin-top: 100px;
}

#case-studies img.img-responsive {
  margin-bottom: 5px!important;
}

#case-studies .item {
  margin-bottom: 30px;
}

.case-studies-text {
  font-size: 1.2em;
  color: #3e3a39;
  text-align: center;
}

/* ===========================
--- Contact
============================ */

#contact {
  padding: 0;
  margin: 100px 0;
}

.contact-title {
  font-size: 30px;
  color: #333;
}

.thanks-title {
  font-size: 30px;
  color: #333;
  line-height: 1.5em;
}


/* ===========================
--- Contact Button
============================ */

#contact-us {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: -50px;
  background: #ef3f98;
  border: 0;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 9999;
  padding: 0;
}

#contact-us a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#contact-us a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f1d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 3px;
  left: 0;
  margin: auto;
  text-align: center;
}

.contact-us-text {
  display: none;
}

/* ===========================
--- Sitemap
============================ */

#sitemap {
  padding: 0 20px;
  margin: 100px 0;
}

#sitemap h1 {
  font-size: 20px;
}

#sitemap h2 {
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 0 10px;
}

#sitemap ul {
  list-style: none;
  margin-left: -15px;
}

#sitemap ul li a {
  font-size: 13px;
}

#sitemap hr {
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-top: 1px #CCC solid;
}


/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 0;

}

footer small {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}

footer a {
	color: #fff;
}

.credits {
    background-color: #736357;
}

.footer-container {
  background-color: #1a1a1a;
  color: #fff;
  padding: 60px 0 0 0;
}

.footer-logo {
  margin-bottom: 60px;
  padding: 5px 0;
}

.footer-nav a {
  font-size: 14px !important;
}

.footer-nav {
  text-align: left;
  margin-bottom: 10px;
}

/* ==========================
Parallax
============================= */

#separator {
	background: url(../img/parallax-bg.jpg) no-repeat center;
}

#separator .icon {
	margin-bottom: 20px;
}

#separator span {
	color: #fff;
}

#separator:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}

.separator-text {
  color: #fff;
  letter-spacing: 1px;
  line-height: 2.5em;
  font-size: 15px;
  padding: 0 5px;
  margin: 20px 0;
}

/* ===========================
--- Elements
============================ */

.btn {

    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a.btn:hover {
	color: #fff;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

.owl-dots {
  width: 50px;
  height: 10px;
  text-align: center;
  margin: 0 auto;
}


/* Media queries - WIDTH */
@media (max-width:1199px) {
  #intro.intro {
    padding: 300px 0 50px 0;
  }

  .intro-text {
    font-size: 3em;
    letter-spacing: 15px;
    margin-bottom: 160px;
  }

  #separator {
    background: url(../img/parallax-bg-md.jpg) no-repeat;
    background-size: auto;
  }
}

@media (max-width:991px) {
  .footer-nav {
      margin-bottom: 10px;
      padding: 0;
  }
}

@media (max-width:767px) {
	.navbar-header .fa {
		color: #666;
	}

	.col-xs-6 {
		margin-bottom: 10px;
	}

  .intro-text {
    font-size: 21px;
  }

  #separator {
    background: url(../img/parallax-bg-sm.jpg) no-repeat;
    background-size: 100%;
  }

  .footer-nav {
      margin-bottom: 20px;
      padding: 0 0 0 13%;
  }

  .footer-nav a {
    font-size: 15px !important;
  }

  #sub-page.sub-page {
    padding: 200px 0 50px 0;
  }

  .sub-page-text {
    font-size: 2.5em;
    margin-bottom: 25px;
  }

  #p-and-p h2 {
    font-size: 14px;
  }

  #p-and-p p,
  #p-and-p dl,
  #p-and-p dt,
  #p-and-p dd {
    font-size: 13px;
  }

  .thanks-title {
    font-size: 20px;
    color: #333;
    line-height: 1.5em
  }

  .owl-dots {
    display: none;
  }
}

/* media queries - HEIGHT */
@media (max-height:767px) {
  #intro.intro {
    padding: 300px 0 50px 0;
  }

  .intro-text {
    font-size: 3em;
    letter-spacing: 15px;
    margin-bottom: 160px;
  }
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}

	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
  .navbar-custom ul.nav li a {
    font-size: 12px;
    padding: 0px 3px 10px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
	.page-scroll a {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		font-size: 20px;
	}

  br.md-br {
    display: none;
  }

  #intro.intro {
    padding: 300px 0 50px 0;
  }

  .intro-text {
    margin-bottom: 130px;
    font-size: 23px;
  }

  #news {
    margin-top: 36px;
  }

  #separator {
    padding: 60px 0;
  }
  .separator-text {
    font-size: 13px;
  }

  .member-text {
    font-size: 13.5px;
  }

  .case-studies-text {
    font-size: 1em;
  }

  #gallery {
    padding-bottom: 70px;
  }

  .home-section {
    padding-top: 105px;
    padding-bottom: 0;
  }

  .arrow-header {
    font-size: 14px;
  }

  .item {
    font-size: 13px;
  }

  .footer-nav {
    padding: 0 0 0 5%;
  }

  .footer-nav a {
    font-size: 13px !important;
  }
}

@media (max-width:320px) {
  #intro.intro {
    padding: 250px 0 50px 0;
  }

  .navbar-custom ul.nav li a {
    font-size: 10px;
    font-weight: normal;
    padding: 0 3px 5px;
  }

  .intro-text {
    margin-bottom: 100px;
  }

  .separator-text {
    font-size: 11px;
  }

  .musubu-text {
    font-size: 12px;
  }

  .about-header {
    font-size: 16px;
  }

  .arrow-header {
    font-size: 12px;
  }

  .member-text {
    font-size: 12px;
  }

  .case-studies-text {
    font-size: 0.9em;
  }
}

@media (min-width:768px) {
  .separator-text {
    letter-spacing: 2px;
    line-height: 3em;
  }
}

@media (min-width:480px) {
  br.sm-br {
    display: none;
  }
}

@media (min-width:321px) {
  br.xs-br {
    display: none;
  }
}


/* ==== Windows Edge Only ==== */
@supports (-ms-ime-align: auto) {
  .arrow-down {
    margin-top: 0;
  }
  .ribbon {
    opacity: 0.7;
    mix-blend-mode: normal;
  }
}
