
/*==============================================
 GENERAL CSS
================================================*/
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #fff;
  text-align: center;
  background: #222;
}
img {
  border: 0;
  max-width: 100%;
}
html {
  -ms-overflow-style: scrollbar;
}
.alltrans,
.social-icons li a,
.owl-nav > button,
.owl-nav > button:after,
.counter-box,
.lead-img:after,
.gallery-img img,
.form-control,
.owl-dot,
.subscribe-row,
.close-btn,
.close-btn:before,
.close-btn:after,
.tag-btn,
.btn {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a {
  color: #0099ff;
  font-weight: bold;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00ccff;
  text-decoration: none;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  a:active {
    background-color: transparent;
  }
}
p {
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  margin: 0 0 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
}
h1,
h2 {
  font-size: 32px;
}
h3 {
  font-size: 30px;
  font-weight: 600;
}
h4 {
  font-size: 22px;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
h6 {
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
#main {
  padding: 0;
  background: #fff;
}
.no-margin {
  margin: 0 !important;
}
figure {
  margin: 0;
}
.opacity-no {
  opacity: 1 !important;
}
video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
#video:after {
  content: '';
  opacity: 0.6;
  background: #000; /* Old browsers */
  background: -moz-linear-gradient(top, #000 0%, #000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000 0%,#000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000 0%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.wrapper-background-dark:after {
  background: #222;
  opacity: 0.95;
}
.section-inner {
  padding: -50px 30px;
}
.fp-scrollable {
  height: calc(100vh - 200px) !important;
}
#fp-nav ul li a span {
 display: none;
}
.btn {
  background: #fff;
  color: #222;
  text-align: center;
  line-height: 52px;
  padding: 0 35px;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 3px;
}
.btn:hover, .btn:focus {
  color: #fff;
  border-color: #fff;
  background: none;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn.btn-xs {
  line-height: 34px;
  font-size: 12px;
  padding: 0 20px;
  font-weight: 500;
}
.btn.btn-outline {
  background: none;
  border-color: #fff;
  color: #fff;
  border-width: 1px;
}
.btn.btn-outline:hover, .btn.btn-outline:focus {
  background: #fff;
  color: #222;
}
.btn.btn-dark {
  color: #222;
  border-color: #222;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  color: #fff;
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.owl-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 auto;
}
.preloader {
  background: -moz-linear-gradient(top, #000 0%, #000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000 0%,#000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000 0%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
}
.preloader-bounce {
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.preloader-bounce > span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0.3em;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: bounce 0.6s infinite alternate;
  animation: bounce 0.6s infinite alternate;
  background: #fff;
}
.preloader-bounce > span:nth-child(2){
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: #fff;
}
.preloader-bounce > span:nth-child(3){
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background: #fff;
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-1.2em);
    transform: translateY(-1.2em);
  }
}

#fullpage {
  z-index: 99;
}

/*==============================================
 HEADER
================================================*/
#header {
  padding: 20px 0;
  position: fixed;
  left: 50px;
  right: 50px;
  top: 0;
  z-index: 999;
}
.container-fluid {
  padding: 0 20px;
}
a#logo img {
  width: 100%;
}

/*==============================================
 NAVBAR
================================================*/
.navbar {
  padding: 0;
}
.navbar-toggle {
  display: none;
}
.navbar-nav {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.navbar-nav li {
  margin-left: 30px;
}
.navbar-nav li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-shadow: 1px 1px 2px #000;
  opacity: 0.9;
}
.navbar-nav li a:after {
  content: '';
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  margin-top: 4px;
}
.navbar-nav li a:hover:after, .navbar-nav li.active a:after{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navbar-nav li a:hover {
  opacity: 1;
}
.navbar-nav li.active a {
  opacity: 1;
}
.collapse:not(.show) {
  display: block;
}

/*==============================================
 HEAD
================================================*/
.head-box {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.7;
}
.head-box p {
  max-width: 620px;
  width: 100%;
  margin: 0 auto 30px;
  color: #fff;
}
.head-title {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.head-title span {
  font-size: 36px;
  display: block;
  font-weight: 300;
  line-height: 1.2;
}
.head-box .btn {
  margin-top: 10px;
}
.next-section {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.next-section span {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.next-section img:hover {
  opacity: 0.7;
}

/*==============================================
 BANNER
================================================*/
#banner {
  padding: 0;
  position: fixed;
  bottom: 0;
  transform: translateY(-50%);
  right: 20px;
  z-index: 199;
}
.banner {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner li {
  display: block;
  margin: 1px 0px;
}
.banner li a {
  width: 100%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255,255,255,1);
  font-size: 18px;
}

/*==============================================
 LEAD
================================================*/
.lead-img {
  margin-top: 7px;
  position: relative;
}
.lead-contentbox {
  text-align: left;
  line-height: 1.8;
}
.lead-contentbox h2 {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 10px;
}
.lead-contentbox p {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  margin: 0 0 20px;
}
.lead-box {
  margin: 20px -15px 0;
  padding: 0;
}
.lead-box h4 {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: left;
}
.lead-row {
  background: rgba(250,250,250,0.25);
  padding: 20px 20px 1px;
}

/*==============================================
 TITLE
================================================*/
.title-block {
  margin-bottom: 0;
}
.title-block h2 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

/*==============================================
 EFFECT
================================================*/
.effect-list .item {
  background-color: rgba(250,250,250,0.25);
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.effect-box {
  font-size: 15px;
  padding: 30px 20px;
  height: 100%;
}
.effect-box h3 {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  text-shadow: none;
  margin-bottom: 10px;
  padding: 8px 0 5px;
  background-color: #fff;
  opacity: 0.6;
}
.effect-box p {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 10px 10px;
}
.effect-box p:last-child {
  margin: 0;
}
.owl-carousel .owl-dots .owl-dot {
  border-radius: 0;
}
.owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px
}

.owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: rgba(255, 255, 255, .2);
}

.owl-carousel .owl-dots .owl-dot:focus {
    outline: none
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #fff
}

/*==============================================
 BUSINESS
================================================*/
.business-contentbox {
  text-align: left;
  background-color: rgba(250,250,250,0.25);
  border-radius: 0;
  padding: 10px 10px 1px;
  margin-bottom: 20px;
}
.business-contentbox h2 {
  font-size: 18px;
  color: #fff;
  text-align: left;
  background: rgba(0, 0, 0, .6);
  padding: 10px;
  margin: 10px 10px;
}
.business-contentbox p {
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  line-height: 1.6;
  padding: 0 10px;
}

/*==============================================
 SERVICE
================================================*/
.service-section .item {
  background-color: rgba(250,250,250,0.25);
  padding: 30px 30px 10px;
  border-radius: 0;
}
.service-item img {
  width: 100%;
  margin: 0 auto;
}
.service-content {
  margin: 20px 0 5px;
}
.service-item h3 {
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  margin: 20px 0 5px;
}
.service-item h4 {
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  line-height: 1.8;
  margin: 20px 0 0;
}
.service-item p {
  font-size: 16px;
  text-align: left;
}
.service-item p span {
  font-family: 'Shippori Mincho', serif;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}
.link {
  font-size: 17px;
  font-weight: 700;
  text-align: right;
  margin: 20px 20px 0;
}
.link a{
  color: #ffff00;
}
.link a:hover {
  color: #fff;
  text-decoration: none;
}

/*==============================================
 CONTACT
================================================*/
::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}
:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}
.input-field {
  margin-bottom: 15px;
}
.form-control {
  height: 50px;
  color: #fff;
  border: none;
  background: rgba(250,250,250,0.05);
  border: 1px solid rgba(250,250,250,0.5);
  padding: 4px 22px;
  font-size: 14px;
  margin-bottom: 30px;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
  background: rgba(0,0,0,0.05);
  border: 1px solid rgba(250,250,250,1);
  color: #fff;
}
.index .form-control.form-control-dark {
  background: rgba(250,250,250, 0.75);
  color: #fff;
}
.index .form-control.form-control-dark:focus {
  background: rgba(54, 40, 158, 0.85);
  color: #fff;
}
.index .form-control.form-control-dark::-webkit-input-placeholder {
  color: #fff !important;
}
.index .form-control.form-control-dark::-moz-placeholder {
  color:#fff !important;
}
.index .form-control.form-control-dark:-ms-input-placeholder {
  color:#fff !important;
}
.index .form-control.form-control-dark:-moz-placeholder {
  color:#fff !important;
}
.form-control.form-control-dark:focus {
  background: rgba(0, 0, 0, 0.2);
}
.form-control.form-control-dark {
  background: rgba(0, 0, 0, 0.1);
  color: #222;
  border: none;
}
.form-control.form-control-dark::-webkit-input-placeholder {
  color: #222 !important;
  opacity: 0.7;
}
.form-control.form-control-dark::-moz-placeholder {
  color: #222 !important;
  opacity: 0.7;
}
.form-control.form-control-dark:-ms-input-placeholder {
  color: #222 !important;
  opacity: 0.7;
}
.form-control.form-control-dark:-moz-placeholder {
  color: #222 !important;
  opacity: 0.7;
}
textarea.form-control {
  height: 150px;
  padding-top: 15px;
}
.contact-section .btn {
  width: 100%;
  opacity: 0.9;
}
.contact-box {
  text-align: left;
}
.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  background: rgba(250,250,250,0.25);
  padding: 15px 25px;
  font-weight: 700;
}
.contact-row span {
  font-size: 18px;
}
.contact-row i {
  width: 55px;
  font-size: 30px;
  display: block;
}
.contact-row i.fa-envelope {
  font-size: 25px;
}

/*==============================================
 FOOTER
================================================*/
.policy {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 20px 10px 0;
}
.copy {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}

/*==============================================
 PRIVACY POLICY
================================================*/
.policy-section {
  margin-top: 40px;
}
.policy-contentbox {
  text-align: left;
  line-height: 1.8;
  z-index: 0;
}
.policy-contentbox h2 {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 30px;
}
.policy-contentbox p {
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
  margin: 0 0 20px;
}
