/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  color: #666;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-size:15px;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

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

.align-left {
  text-align: left !important;
}

.position-relative {
  position: relative;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}


/* ヘッダーロゴ */
img.head_logo {
  width:100%;
  max-width:100px;
  margin-top:-5px;
}

/* スライドショーロゴ */
.slide_logo {
  width:100%;
  max-width:400px;
}

@media (max-width: 768px){
  .slide_logo {
    width:100%;
    max-width:230px;
  }
}

/* スライドショーその他画像 */
.slide_img {
  width:100%;
  max-width:600px;
}

@media (max-width: 768px){
  .slide_img {
    width:100%;
    max-width:500px;
  }
}


/* ボックスシャドー */
.box_shadow{box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .4);}
.box_shadow_s{box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .4);}
.box_shadow_b{box-shadow: 0 0 4px black;}
.box_shadow_bb{box-shadow: 0 0 6px black;}


/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}

.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}

.examples {
  border-radius: 2px;
  padding: 7px 5px;
  margin: 0 0 40px;
}

.examples.bg-dark {
  background: #333;
  border: 0;
}

.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  font-size: 13px;
  margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  margin-right: 5px;
}

.fa-icons > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.fa-icons > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Sections */
.navbar-custom + .main {
  margin-top: 50px;
}

.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
  width: 100%;
  height:100vh;
  bottom:0;
}

.module,
.module-small {
  position: relative;
  padding: 140px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}


/* Module header */
.module-small {
  padding: 70px 0;
}

.module-small p.data {
  font-size:2rem;
  font-weight:bold;
  line-height: 2;
}

p.voice {
  font-size:1.5rem;
  font-weight:bold;
  line-height: 2;
  color:#000;
}

.module-extra-small {
  padding: 15px 0px 25px 0;
}

.module-medium {
  padding: 75px 0px;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.side-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 140px 60px 140px;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-40,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {
  background: #111;
}

.bg-light {
  background-color: #fff;
}

.bg-dark-02:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.02);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-8:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.08);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-10:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.1);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-20:before {
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 30%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 30%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}


.bg-dark-40:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.6);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-gradient:before {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}



.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}



.font_normal{
  font-weight: normal !important;
}


.txt-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/**
 * ------------------------------------------------------------------------
 * 変形テキスト
 * ------------------------------------------------------------------------
 */

.f_trans08-06{font-size: 0.8rem;}
@media screen and (max-width:760px){
.f_trans08-06{font-size: 0.6rem;}
}

.f_trans1-08{font-size: 1rem;}
@media screen and (max-width:760px){
.f_trans1-08{font-size: 0.8rem;}
}


.f_trans09-07{font-size: 0.9rem;}
@media screen and (max-width:760px){
.f_trans09-07{font-size: 0.7rem;}
}



.f_trans1-07{font-size: 1rem;}
@media screen and (max-width:760px){
.f_trans1-07{font-size: 0.7rem;}
}

.f_trans1-06{font-size: 1rem;}
@media screen and (max-width:760px){
.f_trans1-06{font-size: 0.6rem;}
}


.f_trans11-06{font-size: 1.1rem;}
@media screen and (max-width:768px){
.f_trans11-06{font-size: 0.6rem;}
}






.f_trans12-08{font-size: 1.2rem;}
@media screen and (max-width:768px){
.f_trans12-08{font-size: 0.8rem;}
}


.f_trans13-1{font-size: 1.3rem !important;}
@media screen and (max-width:768px){
.f_trans13-1{font-size: 1rem !important;}
}

.f_trans13-11{font-size: 1.3rem;}
@media screen and (max-width:768px){
.f_trans13-11{font-size: 1.1rem;}
}


.f_trans14-1a{font-size: 1.4rem;}
@media screen and (max-width:1024px){
.f_trans14-1a{font-size: 1rem;}
}



.f_trans14-1{font-size: 1.4rem;}
@media screen and (max-width:760px){
.f_trans14-1{font-size: 1rem;}
}

.f_trans15-1{font-size: 1.5rem;}
@media screen and (max-width:760px){
.f_trans15-1{font-size: 1rem;}
}

.f_trans15-08{font-size: 1.5rem;}
@media screen and (max-width:760px){
.f_trans15-08{font-size: 0.8rem;}
}

.f_trans18-1{font-size: 1.8rem !important;}
@media screen and (max-width:760px){
.f_trans18-1{font-size: 1rem !important;}
}

.f_trans18-13{font-size: 1.8rem;}
@media screen and (max-width:760px){
.f_trans18-13{font-size: 1.3rem;}
}

.f_trans20-1{font-size: 2rem;}
@media screen and (max-width:760px){
.f_trans20-1{font-size: 1rem;}
}

.f_trans20-13{font-size: 2rem;}
@media screen and (max-width:760px){
.f_trans20-13{font-size: 1.3rem;}
}

.f_trans20-14{font-size: 2rem;}
@media screen and (max-width:760px){
.f_trans20-14{font-size: 1.4rem;}
}


.f_trans22-16{font-size: 2.2rem;}
@media screen and (max-width:760px){
.f_trans22-16{font-size: 1.6rem;}
}


/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}

/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}

/* Video */
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}

/* Landing Page */
.landing-reason:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 26, 107, 0.9);
}

.landing-reason {
  color: #fff;
  font-size: 13px;
}

.landing-image-text {
  padding-top: 70px;
  padding-bottom: 0px;
}

.landing-image-text h2 {
  margin-top: 100px;
  margin-bottom: 15px;
}

.landing-screenshot:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 60, 130, 0.5);
}

.alert i {
  margin-right: 5px;
}

/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #111111;
}

.btn.btn-b {
  background: #111111;
  color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
  background: transparent;
  border: 1px solid #111111;
  color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #111111;
  color: #fff;
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  height: 33px;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
  border-color: #CACACA;
}

/* Forms size */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 10px;
}

.rqst-form {
  margin-top: 27px;
}

.rqst-form .btn {
  margin-top: 5px;
}

.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #111;
}

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

.bg-dark a {
  color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}

h1 {
  line-height: 1.5;
  font-weight: 600;
  color:#000;
}


h2, h3, h4 {
  line-height: 1.5;
  font-weight: 600;
  color:#000;
}

h5, h6{
  line-height: 1.5;
  font-weight: 600;
  color:#fff;
}


.module-small h2{
  border-bottom: 3px dotted #ccc;
  padding-bottom:1rem;
}

p, ol, ul, blockquote {
  margin: 0 0 20px;
}

blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}

.font-alt {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
}

.font-serif {
  font-family: Volkhov, "Times New Roman", sans-serif;
  font-style: italic;
}

.large-text {
  font-size: 24px !important;
}

.rotate {
  text-shadow: none !important;
}

.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  color: #000;
  margin: 0 0 70px;
}

.module-subtitle {
  text-align: center;
  font-size: 2rem;
  color: #000;
  margin-bottom: 70px;
}

.module-icon {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  color:#000 !important;
}

.module-title + .module-subtitle {
  margin-top: -35px;
}

/* Restaurant module header */
.alt-module-subtitle {
  display: table;
}

.alt-module-subtitle h5 {
  display: table-cell;
  white-space: pre;
  padding: 0 8px;
  color: #000;
}

/* Finance case study header */
.finance-image-content {
  border: 1px solid #e5e5e5;
  padding: 60px 0px;
}

.finance-image-content .module-title {
  margin-bottom: 20px;
}

.finance-image-content .alt-features-item {
  margin-top: 40px;
}

/* Landing Page */
.landing-reason .module-title {
  color: #e6af4b;
}

.landing-reason .module-title + .module-subtitle {
  margin-top: -60px;
  margin-bottom: 40px;
}

.free-trial {
  background-color: rgba(88, 20, 158, 0.9);
  color: #FFFFFF;
}

.free-trial .color-golden {
  color: #e6af4b;
}

/*  Special Portfolio Page  */
.special-portfolio-header-title {
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 50px;
  padding: 40px 0px;
  letter-spacing: 8px;
}

/*--------------------------------------------------------------
	Slider & Carousel
--------------------------------------------------------------*/
/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a,
.flex-control-nav > li > a {
  transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 0;
  left: 0;
  cursor: url(../images/prev-light.png), e-resize;
}

.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  cursor: url(../images/next-light.png), e-resize;
}

.flex-control-nav {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-control-nav > li {
  display: inline-block;
  margin: 5px 10px;
}

.flex-control-nav > li > a {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
  background: #fff;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
  margin: 0 !important;
}

.hero-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

.hero-slider .slides {
  height: 100% !important;
  transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
  width: 15%;
}

.hero-slider .slides li {
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* Caption */
.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 70%;
  margin: 0 auto;
  padding:2%;
}

.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*
Photography Page Slider
*/
.photography-page .image-caption {
  bottom: 20px;
  position: absolute;
  width: 35%;
}

.photography-page .image-caption .caption-text {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.photography-page .flex-control-nav {
  left: 80%;
  bottom: 20px;
  z-index: 11;
}

/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */
.owl-controls {
  margin-top: 40px;
}

.owl-pagination div {
  display: inline-block;
}

.owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #111;
  display: block;
  height: 6px;
  width: 6px;
  margin: 0 3px 5px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #111;
}

.owl-controls .owl-buttons > div {
  display: inline-block;
  margin: 5px;
  font-size: 14px;
  color: #111;
}

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar-custom {
  background-color: rgba(10, 10, 10, 0.9);
  border: 0;
  border-radius: 0;
  z-index: 1000;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 1px;
  font-size: 1.2rem;
  font-weight:bold;
  transition: background, padding 1s ease-in-out 0s;
}





.navbar a {
  transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
  background: rgba(25, 26, 26, 0.9);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.navbar-custom .navbar-brand {
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}

.navbar-custom .nav li > a {
  position: relative;
  color: rgba(255, 255, 255, 1);
  padding-left:5px !important;
}

@media screen and (max-width:767px){
  .navbar-custom .nav li > a {
    position: relative;
    color: rgba(255, 255, 255, 1);
    padding-left:15px !important;
  }
}




.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 11px 15px;
  letter-spacing: 2px;
  color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #fff;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}

.dropdown-menu {
  min-width: 180px;
  font-size: 11px;
}

/* Navbar search

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}*/
/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
}



.titan-title-size-1 {
  letter-spacing: 4px;
  font-size: 15px;
}

.titan-title-size-2 {
  line-height: 1.6;
  letter-spacing: 3px;
  font-size: 18px;
  opacity: .8;
}

.titan-title-size-3 {
  letter-spacing: 10px;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width:1050px){
  .titan-title-size-3 {
    letter-spacing: 10px;
    font-size: 1.5rem !important;
    line-height: 2  !important;
  }
}




.titan-title-size-4 {
  letter-spacing: 24px;
  font-weight: 400;
  font-size: 48px;
}

/* Agency Page Header */
.agency-page-header:before {
  background: transparent;
}

/* About us Page Header */
.about-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Service Page Header */
.service-page-header:before {
  background: rgba(2, 2, 2, 0.1);
}

/* Pricing Page Header */
.pricing-page-header {
  background-position: 40% 14%;
  background-repeat: no-repeat;
}

.pricing-page-header:before {
  background: rgba(2, 2, 2, 0.6);
}

/* Gallery Page Header */
.gallery-page-header {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.gallery-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Contact Page Header */
.contact-page-header {
  background-position: 13% 45%;
  background-repeat: no-repeat;
}

.contact-page-header:before {
  background: rgba(2, 2, 2, 0.5);
}

/* FAQ Page Header */
.faq-page-header:before {
  background: rgba(2, 2, 2, 0.15);
}

/* Blog Page Header */
.blog-page-header {
  background-position: 50% 24%;
  background-repeat: no-repeat;
}

.blog-page-header:before {
  background: rgba(2, 2, 2, 0.3);
}

/* Restaurant menu Page Header */
.restaurant-menu-bg:before {
  background: rgba(2, 2, 2, 0.4);
}

.restaurant-page-header:before {
  background: rgba(0, 0, 0, 0.45);
}

.restaurant-image-overlay:before {
  background-color: rgba(2, 2, 2, 0.25);
}

/* Portfolio Page Header */
.portfolio-page-header {
  background-position: 50% 50%;
}

.portfolio-page-header:before {
  background: rgba(45, 45, 45, 0.45);
}

/* Landing Page Header */
.landing-header:before {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.banner-img {
  margin-top: -145px;
}

.shop-page-header:before {
  background: rgba(34, 34, 34, 0.3);
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
  padding: 10px 0;

}

.footer .copyright {
  margin: 0;
}

.footer .footer-social-links {
  text-align: right;
}

.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}

/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
  position: relative;
  height: 450px;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#map img {
  max-width: none;
}

/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/
.features-item {
  margin: 20px 0;
  text-align: center;
}

.features-icon,
.alt-features-icon {
  line-height: 1.2;
  font-size: 42px;
  color: #111;
}

.features-title,
.alt-features-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 16px 0 15px;
}

.alt-features-item {
  position: relative;
  padding-left: 55px;
  margin: 65px 0 0 0;
}

.alt-features-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}

.alt-features-title {
  font-size: 13px;
  margin: 0 0 10px;
}

/* Content box */
.content-box {
  margin: 20px 0;
  text-align: center;
}

.content-box-title {
  font-weight: 400;
  font-size: 18px;
  color: #111;
  margin: 16px 0 15px;
}

/*--------------------------------------------------------------
	Team
--------------------------------------------------------------*/
.team-item {
  position: relative;
  text-align: center;
}

.team-image {
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
}

.team-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-detail {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
  padding: 20px;
}

.team-detail h5 {
  font-size: 16px;
}

.team-detail p {
  font-size: 14px;
}

.team-social a {
  display: inline-block;
  color: #aaa;
  padding: 5px 6px;
}

.team-social a:hover {
  color: #FFF;
}

.team-descr {
  margin: 20px 0 0;
}

.team-name {
  font-size: 14px;
  color: #111;
}

.team-role {
  font-size: 11px;
  color: #aaa;
}

.team-item:hover .team-image:after {
  background: rgba(0, 0, 0, 0.4);
}

.team-item:hover .team-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Restaurant Menu
--------------------------------------------------------------*/
.menu {
  border-bottom: 1px dotted #e5e5e5;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.menu-title,
.menu-price {
  margin: 0 0 10px;
  font-size: 14px;
  color: #111;
}

.menu-price-detail {
  position: relative;
  text-align: right;
}

/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/
.price-table {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 25px 20px;
  margin: 15px 0 30px;
  border-radius: 2px;
  text-align: center;
}

.price-table:hover {
  border-color: #CACACA;
}

.price-table.best {
  margin: 0 0 30px;
}

.price-table .small {
  margin: 0;
}

.borderline {
  position: relative;
  background: #eaeaea;
  display: block;
  height: 1px;
  width: 100%;
  margin: 20px 0 15px;
}

.borderline:before {
  position: absolute;
  background: #eaeaea;
  content: "";
  bottom: -7px;
  left: 50%;
  height: 14px;
  width: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -7px;
}

.borderline:after {
  position: absolute;
  background: #fff;
  content: "";
  bottom: -5px;
  left: 50%;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -8px;
}

.price-table h4 {
  color: #111;
  margin: 0;
}

.price-table p.price {
  font-size: 60px;
  color: #111;
  padding: 0;
  margin: 0 0 0 -10px;
}

.price-table p.price span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding-top: 25px;
}

.price-details {
  list-style: none;
  padding: 0;
  margin: 0 0 23px;
}

.price-details li {
  padding: 7px 0;
}

.price-details li > span {
  text-decoration: line-through;
  color: #aaa;
}

/*--------------------------------------------------------------
	Fun fact
--------------------------------------------------------------*/
.count-item {
  text-align: center;
}

.count-icon {
  line-height: 1.2;
  font-size: 42px;
}

/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/
.video-box {
  text-align: center;
  padding: 40px 0;
}

.video-box-icon > a > i,
.video-box-icon > a > span {
  line-height: 1.8;
  font-size: 40px;
  color: #fff;
}

.video-title {
  letter-spacing: 4px;
  font-size: 30px;
  margin: 10px 0 0;
}

.video-subtitle {
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
	Portfolio
--------------------------------------------------------------*/
/* Portfolio filter */
.filter {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 0 70px;
}

.filter > li {
  display: inline-block;
  padding: 0 0 10px;
  margin: 0 25px;
}

/* Portfolio grid */
.works-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-grid.works-grid-gut {
  margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item {
  padding: 0 0 10px 10px;
}

.work-item {
  width: 50%;
  float: left;
  margin: 0;
}

.works-grid-3 .work-item {
  width: 33.3333%;
}

.container .works-grid-3 .work-item {
  width: 33.2%;
}

.works-grid-4 .work-item {
  width: 25%;
}

.works-grid-5 .work-item {
  width: 20%;
}

.work-item > a {
  position: relative;
  display: block;
  overflow: hidden;
}

.work-image {
  position: relative;
  overflow: hidden;
}

.work-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.work-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.work-caption {
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.work-title {
  font-size: 14px;
  color: #fff;
  margin: 0 0 6px;
}

.work-descr {
  color: #aaa;
}

.work-item:hover .work-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.work-item:hover .work-image > img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.work-item:hover .work-caption {
  bottom: 50%;
  opacity: 1;
  z-index: 3;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* Work item white background*/
.works-grid.works-hover-w .work-title {
  color: #111;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
  background: rgba(255, 255, 255, 0.8);
}

/* Work item gradien background*/
.works-grid.works-hover-g .work-image:after {
  opacity: 0;
}

.works-grid.works-hover-g .work-descr {
  color: #fff;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
  background: #6fe29e;
  background: linear-gradient(135deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 );
  opacity: 1;
}

.sliding-portfolio .work-item {
  width: 100%;
}

/*--------------------------------------------------------------
	Single Portfolio
--------------------------------------------------------------*/
.work-details {
  margin: 0 0 20px;
}

.work-details-title {
  color: #111;
  margin: 0 0 20px;
}

.work-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-details ul > li {
  border-bottom: 1px dotted #c2c2c2;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
.callout-text {
  color: rgba(255, 255, 255, 0.6);
}

.callout-title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.callout-btn-box {
  text-align: right;
  padding-top: 4px;
}

.request-cta {
  padding: 50px 0px;
}

/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/
.testimonial:before {
  background: rgba(2, 2, 2, 0.4);
}

.testimonials-slider {
  position: relative;
}

.testimonial-text {
  text-align: left;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  color:#000 !important;
}

@media (max-width: 768px){
  .testimonial-text {
    text-align: left;
    font-style: normal;
    font-size: 1rem;
    color:#000 !important;
  }
}





.testimonial-caption {
  text-align: center;
  padding: 10px 0 0;
}

.testimonial-title {
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  color:#000 !important;
}

.testimonial-descr {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.gallery-item {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.gallery-image {
  position: relative;
  overflow: hidden;
}

.gallery-image a.gallery {
  position: relative;
  display: block;
}

.gallery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.gallery-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gallery-caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 20px;
}

.gallery-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 24px;
  margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
  line-height: 50px;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/
.post {
  margin: 0 0 80px;
}

.post-title {
  line-height: 1.4;
  font-size: 22px;
  color: #111;
  margin: 0;
}

.post-header {
  margin: 0 0 15px;
}

.post-meta {
  font-size: 11px;
  color: #aaa;
}

.post-entry {
  border-top: 1px dotted #c2c2c2;
  padding-top: 20px;
  margin-top: 10px;
  display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
 overflow: hidden;
}

.post-images-slider {
  position: relative;
}

.post-images-slider .flex-control-nav {
  bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
  margin: 0 0 20px;
}

.post-quote {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

/* Post columns */
.post-columns .post {
  margin: 0 0 60px;
}

.post-columns .post-header {
  margin: 0 0 10px;
}

.post-columns .post-title {
  line-height: 1.8;
  font-size: 14px;
}

.post-columns .post-entry {
  padding: 10px 0 0;
  margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
  border: 0;
  padding: 0;
}

.post-columns .post-entry p:last-child {
  margin: 0;
}

.more-link:after {
  content: "\00BB";
  color: #666666;
  padding-left: 5px;
}

.pagination a {
  border: 1px solid #eaeaea;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  padding: 4px 12px;
}

.pagination a.active {
  border-color: #CACACA;
}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
/* Progress bars */
.progress {
  overflow: visible;
  height: 4px;
}

.progress-bar {
  position: relative;
}

.progress-bar.pb-dark {
  background: #111;
}

.progress-bar span {
  position: absolute;
  display: block;
  right: -0px;
  top: -24px;
  opacity: 0;
  line-height: 12px;
  font-size: 12px;
  color: #111;
  padding: 4px 0px;
}

.progress-bar span:after {
  display: inline-block;
  content: "%";
}

/* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}

/* Accordion */
.panel-title {
  font-size: 14px;
}

.panel-heading a {
  position: relative;
  display: block;
}

.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f107";
}

/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
  border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
  border-top: 0;
}

.checkout-table {
  border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
  max-width: 36px;
}

/* Sidebar / Widget common*/
.sidebar .widget {
  margin-bottom: 60px;
}

.sidebar .widget-title {
  color: #111;
}

.widget .widget-title {
  border-bottom: 1px solid #c2c2c2;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Icon List */
.widget .icon-list li {
  padding: 5px 0;
}

.widget .icon-list li a:before {
  content: "\00BB";
  color: #666666;
  padding-right: 5px;
}



.widget .icon-list3 li {
  display:inline;
  padding: 10px 10px 10px 0;
  font-size:2rem;
}





/* Posts */
.widget-posts li {
  margin: 0 0 15px;
}

.widget-posts li:last-child {
  margin: 0;
}

.widget-posts-image {
  float: left;
  width: 64px;
}

.widget-posts-body {
  margin-left: 74px;
}

/* Search */
.search-box {
  position: relative;
}

/* Tags */
.tags a {
  background: #111;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px 4px 12px;
  margin: 0 1px 4px;
  border-radius: 2px;
}

.tags a:hover {
  background: rgba(17, 17, 17, 0.8);
}

/*--------------------------------------------------------------
	Comment Box in Blog
--------------------------------------------------------------*/
.comments,
.comment-form {
  margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 16px;
  color: #111;
  padding-bottom: 15px;
  margin: 0 0 20px;
}

.comment-author {
  font-size: 14px;
  margin: 0 0 10px;
}

.comment-avatar {
  width: 55px;
  float: left;
  margin-top: 10px;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-content {
  padding-top: 5px;
  margin-left: 75px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .comment .comment {
    margin-left: 75px;
  }
}

/*--------------------------------------------------------------
	Client
--------------------------------------------------------------*/
.client-logo {
  opacity: .5;
}

.client-logo:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Items
--------------------------------------------------------------*/
.shop-item {
  text-align: center;
  margin: 0 0 40px;
}

.shop-item-image {
  position: relative;
  overflow: hidden;
}

.shop-item-image img {
  width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
  transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.shop-item-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  padding: 20px;
  opacity: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

.shop-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 15px 0 5px;
}

/* Shop item hover */
.shop-item:hover .shop-item-image:after {
  background: rgba(255, 255, 255, 0.7);
}

.shop-item:hover .shop-item-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* -------------------------------------------------------------------
	Exclusive products
------------------------------------------------------------------- */
.ex-product {
  opacity: .7;
  transition: all 0.4s ease-in-out 0s;
}

.ex-product:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Single Product
--------------------------------------------------------------*/
.product-gallery {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 10px 0 0;
}

.product-gallery li {
  display: inline-block;
  width: 15%;
  margin: 0 5px;
}

.product-gallery li:first-child {
  margin-left: 0;
}

.product-title {
  margin: 0 0 20px;
  color: #111;
}

.star,
.star-off {
  margin-bottom: 5px;
  color: #f1c40f;
}

.star-off {
  color: #e5e5e5;
}

.amount {
  font-size: 32px;
  color: #111;
}

.reviews {
  margin: 0;
}

/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/
.showcase-page .showcase-page-header {
  background-color: rgba(2, 2, 2, 0.7);
}

.showcase-page .content-box {
  display: block;
  margin-bottom: 45px;
}

.showcase-page .content-box .content-box-image {
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}

.showcase-page .content-box .content-box-image:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
	Documentation Page
--------------------------------------------------------------*/
.documentation-page {
  font-size: 14px;
}

.documentation-page .pln {
  color: #000;
}

.documentation-page pre.prettyprint {
  border: 1px solid #888;
  padding: 15px;
}

.documentation-page ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

.documentation-page li.L0, .documentation-page li.L1, .documentation-page li.L2, .documentation-page li.L3, .documentation-page li.L5, .documentation-page li.L6, .documentation-page li.L7, .documentation-page li.L8 {
  list-style-type: none;
}

.documentation-page li.L1, .documentation-page li.L3, .documentation-page li.L5, .documentation-page li.L7, .documentation-page li.L9 {
  background: #eee;
}

.documentation-page .com {
  color: #800;
}

.documentation-page .lit {
  color: #066;
}

.documentation-page .pun, .documentation-page .opn, .documentation-page .clo {
  color: #660;
}

.documentation-page .fun {
  color: red;
}

.documentation-page .str, .documentation-page .atv {
  color: #080;
}

.documentation-page .kwd, .documentation-page .tag {
  color: #008;
}

.documentation-page .typ, .documentation-page .atn, .documentation-page .dec, .documentation-page .var {
  color: #606;
}

.documentation-page a {
  color: #19B5FE;
}

.documentation-page a:hover {
  color: #1C92C9;
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar-transparent {
    background: transparent;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
}

@media (max-width: 1200px) {
  /* Features */
  .alt-features-item {
    margin: 20px 0 0;
  }
}

@media (max-width: 1050px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 1px;
  }
}

@media (max-width: 991px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 0;
  }
  /* Headers */
  .titan-title-size-3 {
    letter-spacing: 8px;
    font-size: 36px;
  }
  .titan-title-size-4 {
    letter-spacing: 12px;
    font-size: 38px;
  }
  .work-item,
  .works-grid-3 .work-item,
  .container .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }
  /* Half-image */
  .side-image {
    position: relative;
    height: 300px;
  }
}

@media (max-width: 767px) {
  /* Navbar */
  .navbar-custom .navbar-nav {
    letter-spacing: 1px;
    margin-top: 1px;
    margin-bottom: 0;
  }
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;

  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;

  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  /* Shop navbar */
  .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
    padding-left: 10px;
  }
  .navbar-custom .cart-item-number {
    display: none;
  }
  .navbar-custom .navbar-cart > a:after {
    content: "\f107";
  }
  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }
  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }
  .navbar-cart-img {
    display: none;
  }
  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }
  /* Headers */
  .titan-title-size-1 {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 16px;
    opacity: .8;
  }
  .titan-title-size-3 {
    letter-spacing: 4px;
    font-size: 26px;
  }
  .titan-title-size-4 {
    letter-spacing: 6px;
    font-size: 28px;
  }
  /* Features */
  .features-item {
    margin: 0 0 30px;
  }
  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
    text-align: center;
  }
  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
  }
  /* Callout */
  .callout-text {
    margin: 0 0 30px;
  }
  .callout-text,
  .callout-btn-box {
    text-align: center;
  }
  /* Sidebar */
  .sidebar {
    margin-top: 50px;
  }
  .widget {
    margin-bottom: 60px;
  }
  .post.mb-0 {
    margin-bottom: 40px !important;
  }
  .footer {
    text-align: center;
  }
  .copyright,
  .footer-social-links {
    text-align: center;
    margin: 10px 0;
  }
  /* Half-image */
  .side-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Restaurant menu */
  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 100%;
  }
}





/*==================================================
　ハンバーガーメニュー
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: fixed;
  right:10px;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}


@media (min-width: 768px) {
  .openbtn{
    visibility: hidden;
  }
}




/*ボタン内側*/
.openbtn .openbtn-area{
    transition: all .6s;/*アニメーションの設定*/
	width:50px;
	height:50px;
}

.openbtn span{
    display: inline-block;
    transition: all;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
.openbtn.active .openbtn-area{
	transform: rotate(360deg);
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


/*
 * ------------------------------------------------------------------------
 * 訪問時ポプアップ
 * ------------------------------------------------------------------------
 */
.layer_board_bg,
.layer_board {
position: absolute;
}
.layer_board_bg {
position: fixed;
width: 100%;
height: 100%;
z-index: 1500;
top: 0;
left: 0;
display: none;
cursor: pointer;
background: #000;
}

.layer_board {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: left;
z-index: 2000;
padding: 40px 30px 30px;
color:#000 !important;
width:800px;
max-height:70%;
overflow-y:scroll;
border-radius: 0.7em;
}

@media screen and (max-width: 414px){
  .layer_board .contents{
    line-height: 1rem;
  }
}



.layer_board h3{
  font-size:1.2rem;
  font-weight:900;
  border-bottom:1px solid #ccc;
  padding-bottom: 15px;
}


@media screen and (max-width: 1024px){
  .layer_board {
  padding: 40px 20px 20px;
width:80%;
overflow-y: scroll;
  }
}



@media screen and (max-width: 414px){
  .layer_board {
width:90%;
  padding: 40px 10px 10px;
overflow-y: scroll;
max-height:70%;

  }
}


.layer_board p {
margin-bottom: 50px
}
.btn_close {
  position: absolute;
  right: 20px;
  top: 10px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color:#000 !important;
  font-size:1.5rem;
}



/*
 * ------------------------------------------------------------------------
 * 画像MAX
 * ------------------------------------------------------------------------
 */

.img_mx_80{
	width:100%;
	max-width:80px;
}

.img_mx_100{
	width:100%;
	max-width:100px;
}

.img_mx_150{
	width:100%;
	max-width:150px;
}

.img_mx_200{
	width:100%;
	max-width:200px;
}

.img_mx_200_xl{
	width:100%;
	max-width:200px;
}
@media only screen and (max-width: 414px){
	.img_mx_200_xl{
		width:100%;
		max-width:600px;
	}
}


.img_mx_300a{
	width:100%;
	max-width:300px;
	float:left;
}

.img_mx_300{
	width:100%;
	max-width:300px;
}

.img_mx_350{
	width:100%;
	max-width:350px;
}

.img_mx_400{
	width:100%;
	max-width:400px;
}
.img_mx_500{
	width:100%;
	max-width:500px;
}
.img_mx_700{
	width:100%;
	max-width:700px;
}
.img_mx_800{
	width:100%;
	max-width:800px;
}

.img_mx_1000{
	width:100%;
	max-width:1000px;
}

.img_mx_1200{
	width:100%;
	max-width:1200px;
}






.m_auto {
  margin: 0 auto !important;
}

.m_t_m10 {
  margin-top: -10px !important;
}

.m_t_m12 {
  margin-top: -12px !important;
}

.m_t_m15 {
  margin-top: -15px !important;
}

.m_t_m20 {
  margin-top: -20px !important;
}

.m_t_m30 {
  margin-top: -30px !important;
}

.m_t_m40 {
  margin-top: -40px !important;
}

.m_t_m50 {
  margin-top: -50px !important;
}

.m_t_m60 {
  margin-top: -60px !important;
}

.m_t_m70 {
  margin-top: -70px !important;
}

.m_t_m80 {
  margin-top: -80px !important;
}

.m_t_m200 {
  margin-top: -200px !important;
}

.m_t_m250 {
  margin-top: -250px !important;
}

.m_t_m300 {
  margin-top: -300px !important;
}

.m_t_m350 {
  margin-top: -350px !important;
}

.m_t_m400 {
  margin-top: -400px !important;
}

.m_t_m500 {
  margin-top: -500px !important;
}

.m_t_m1000 {
  margin-top: -1000px !important;
}

.m_t_5 {
  margin-top: 5px !important;
}

.m_t_10 {
  margin-top: 10px !important;
}

.m_t_15 {
  margin-top: 15px !important;
}

.m_t_20 {
  margin-top: 20px !important;
}

.m_t_30 {
  margin-top: 30px !important;
}

.m_t_40 {
  margin-top: 40px !important;
}

.m_t_50 {
  margin-top: 50px !important;
}

.m_t_60 {
  margin-top: 60px !important;
}

.m_t_70 {
  margin-top: 70px !important;
}

.m_t_150 {
  margin-top: 150px !important;
}

.m_t_250 {
  margin-top: 250px !important;
}

.m_t_500 {
  margin-top: 500px !important;
}

.m_t_750 {
  margin-top: 750px !important;
}


.m_b_m5 {
  margin-bottom: -5px !important;
}


.m_b_m10 {
  margin-bottom: -10px !important;
}

.m_b_m70 {
  margin-bottom: -70px !important;
}

.m_b_0 {
  margin-bottom: 0px !important;
}

.m_b_2 {
  margin-bottom: 2px !important;
}

.m_b_5 {
  margin-bottom: 5px !important;
}

.m_b_10 {
  margin-bottom: 10px !important;
}

.m_b_15 {
  margin-bottom: 15px !important;
}

.m_b_20 {
  margin-bottom: 20px !important;
}

.m_b_30 {
  margin-bottom: 30px !important;
}

.m_b_40 {
  margin-bottom: 40px !important;
}

.m_b_50 {
  margin-bottom: 50px !important;
}

.m_b_60 {
  margin-bottom: 60px !important;
}

.m_b_70 {
  margin-bottom: 70px !important;
}

.m_b_80 {
  margin-bottom: 80px !important;
}

.m_5 {
  margin: 5px !important;
}



.m_l_2 {
  margin-left: 2px !important;
}

.m_l_3 {
  margin-left: 3px !important;
}

.m_l_4 {
  margin-left: 4px !important;
}

.m_l_5 {
  margin-left: 5px !important;
}

.m_l_10 {
  margin-left: 10px !important;
}

.m_l_20 {
  margin-left: 20px !important;
}

.m_r_2 {
  margin-right: 2px !important;
}

.m_r_3 {
  margin-right: 3px !important;
}

.m_r_4 {
  margin-right: 4px !important;
}

.m_r_5 {
  margin-right: 5px !important;
}

.m_r_10 {
  margin-right: 10px !important;
}

.m_r_12 {
  margin-right: 12px !important;
}

.m_r_13 {
  margin-right: 13px !important;
}

.p_10 {
  padding: 10px !important;
}

.p_15 {
  padding: 15px !important;
}

.p_20 {
  padding: 20px !important;
}

.p_30 {
  padding: 30px !important;
}


.p_t_m2 {
  padding-top: -2px !important;
}

.p_t_m50 {
  padding-top: -50px !important;
}

.m_t_m250 {
  margin-top: -250px !important;
}

.p_t_10 {
  padding-top: 10px !important;
}

.p_t_15 {
  padding-top: 15px !important;
}

.p_t_20 {
  padding-top: 20px !important;
}

.p_t_25 {
  padding-top: 25px !important;
}

.p_t_30 {
  padding-top: 30px;
}

.p_t_40 {
  padding-top: 40px;
}

.p_t_50 {
  padding-top: 50px;
}

.p_t_80 {
  padding-top: 80px;
}

.p_t_100 {
  padding-top: 100px;
}

.subpage {
  padding-top: 250px;
}

.p_b_5 {
  padding-bottom: 5px;
}

.p_b_10 {
  padding-bottom: 10px;
}

.p_b_15 {
  padding-bottom: 15px;
}

.p_b_20 {
  padding-bottom: 20px;
}

.p_b_30 {
  padding-bottom: 30px;
}

.p_b_40 {
  padding-bottom: 40px;
}

.p_b_50 {
  padding-bottom: 50px;
}

.p_b_m10 {
  padding-bottom: -10px;
}

.p_b_m15 {
  padding-bottom: -15px;
}

.p_b_m20 {
  padding-bottom: -20px;
}

.p_b_m30 {
  padding-bottom: -30px;
}

.p_b_m40 {
  padding-bottom: -40px;
}

.p_b_m50 {
  padding-bottom: -50px;
}

.p_b_m60 {
  padding-bottom: -60px;
}

.p_b_m70 {
  padding-bottom: -70px;
}

.p_b_m80 {
  padding-bottom: -80px;
}

.p_jukucho {
  padding: 0 0 10px 10px;
}


/**
 * ------------------------------------------------------------------------
 * 変形テキスト
 * ------------------------------------------------------------------------
 */

 .font_b{
   font-weight:bold;
 }

 .txt-justify {
   text-align: justify !important;
   text-justify: inter-ideograph !important;
 }

.f_trans08-06{font-size: 0.8rem !important;}
@media screen and (max-width:760px){
.f_trans08-06{font-size: 0.6rem !important;}
}

.f_trans1-08{font-size: 1rem !important;}
@media screen and (max-width:760px){
.f_trans1-08{font-size: 0.8rem !important;}
}

.f_trans09-08{font-size: 0.9rem !important;}
@media screen and (max-width:760px){
.f_trans09-08{font-size: 0.8rem !important;}
}


.f_trans09-07{font-size: 0.9rem !important;}
@media screen and (max-width:760px){
.f_trans09-07{font-size: 0.7rem !important;}
}



.f_trans1-07{font-size: 1rem !important;}
@media screen and (max-width:760px){
.f_trans1-07{font-size: 0.7rem !important;}
}

.f_trans1-06{font-size: 1rem !important;}
@media screen and (max-width:760px){
.f_trans1-06{font-size: 0.6rem !important;}
}


.f_trans11-06{font-size: 1.1rem !important;}
@media screen and (max-width:768px){
.f_trans11-06{font-size: 0.6rem !important;}
}

.f_trans11-08{font-size: 1.1rem !important;}
@media screen and (max-width:768px){
.f_trans11-08{font-size: 0.8rem !important;}
}


.f_trans12-08{font-size: 1.2rem !important;}
@media screen and (max-width:768px){
.f_trans12-08{font-size: 0.8rem !important;}
}


.f_trans13-1{font-size: 1.3rem !important;}
@media screen and (max-width:768px){
.f_trans13-1{font-size: 1rem !important;}
}

.f_trans13-11{font-size: 1.3rem !important;}
@media screen and (max-width:768px){
.f_trans13-11{font-size: 1.1rem !important;}
}


.f_trans14-1a{font-size: 1.4rem !important;}
@media screen and (max-width:1024px){
.f_trans14-1a{font-size: 1rem !important;}
}



.f_trans14-1{font-size: 1.4rem !important;}
@media screen and (max-width:760px){
.f_trans14-1{font-size: 1rem !important;}
}

.f_trans15-1{font-size: 1.5rem !important;}
@media screen and (max-width:760px){
.f_trans15-1{font-size: 1rem !important;}
}

.f_trans15-08{font-size: 1.5rem !important;}
@media screen and (max-width:760px){
.f_trans15-08{font-size: 0.8rem !important;}
}

.f_trans18-1{font-size: 1.8rem !important;}
@media screen and (max-width:760px){
.f_trans18-1{font-size: 1rem !important;}
}

.f_trans18-13{font-size: 1.8rem !important;}
@media screen and (max-width:760px){
.f_trans18-13{font-size: 1.3rem !important;}
}

.f_trans20-1{font-size: 2rem !important;}
@media screen and (max-width:760px){
.f_trans20-1{font-size: 1rem !important;}
}

.f_trans20-13{font-size: 2rem !important;}
@media screen and (max-width:760px){
.f_trans20-13{font-size: 1.3rem !important;}
}

.f_trans20-14{font-size: 2rem !important;}
@media screen and (max-width:760px){
.f_trans20-14{font-size: 1.4rem !important;}
}

.f_trans22-16{font-size: 2.2rem !important;}
@media screen and (max-width:760px){
.f_trans22-16{font-size: 1.6rem !important;}
}


/**
 * ------------------------------------------------------------------------
 * お知らせ
 * ------------------------------------------------------------------------
 */

ul.news {
list-style: none;
padding-left:0;
}

ul.news li {
  padding-top:5px;
  padding-bottom:5px;
  margin-bottom:7px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size:1.2rem;
}

ul.news li:last-child {
  padding-top:5px;
  padding-bottom:0px;
  margin-bottom:-12px;
  text-align: left;
  border-bottom: 0px solid #ccc;
}


/**
 * ------------------------------------------------------------------------
 * アコーディオン全体
 * ------------------------------------------------------------------------
 */

.accordion-area{
    list-style: none;
    width: 100%;
    margin:0;
}

.accordion-area li{
    margin: 10px 0 10px;
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1.3rem;
    font-weight: normal;
    padding: 1% 3% 1% 50px;
    transition: all .1s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;

}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);

}
.title::after{
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.ac-close::before{
	transform: rotate(45deg);
}

.title.ac-close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.ac-box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin:0 1% 1% 1%;
    padding: 10px;
}

/**
 * ------------------------------------------------------------------------
 * アニメーション
 * ------------------------------------------------------------------------
 */

 /*==================================================
 ふわっ
 ===================================*/

 /* その場で */
 .fadeIn{
 animation-name:fadeInAnime;
 animation-duration:1s;
 animation-fill-mode:forwards;
 opacity:0;
 }

 @keyframes fadeInAnime{
   from {
     opacity: 0;
   }

   to {
     opacity: 1;
   }
 }

 /* 下から */

 .fadeUp{
 animation-name:fadeUpAnime;
 animation-duration:1s;
 animation-fill-mode:forwards;
 opacity:0;
 }

 @keyframes fadeUpAnime{
   from {
     opacity: 0;
   transform: translateY(100px);
   }

   to {
     opacity: 1;
   transform: translateY(0);
   }
 }

 /* 上から */

 .fadeDown{
 animation-name:fadeDownAnime;
 animation-duration:0.5s;
 animation-fill-mode:forwards;
 opacity:0;
 }

 @keyframes fadeDownAnime{
   from {
     opacity: 0;
   transform: translateY(-100px);
   }

   to {
     opacity: 1;
   transform: translateY(0);
   }
 }

 /* 左から */

 .fadeLeft{
 animation-name:fadeLeftAnime;
 animation-duration:0.5s;
 animation-fill-mode:forwards;
 opacity:0;
 }

 @keyframes fadeLeftAnime{
   from {
     opacity: 0;
   transform: translateX(-100px);
   }

   to {
     opacity: 1;
   transform: translateX(0);
   }
 }

 /* 右から */

 .fadeRight{
 animation-name:fadeRightAnime;
 animation-duration:0.5s;
 animation-fill-mode:forwards;
 opacity:0;
 }

 @keyframes fadeRightAnime{
   from {
     opacity: 0;
   transform: translateX(100px);
   }

   to {
     opacity: 1;
   transform: translateX(0);
   }
 }

 /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

 .fadeInTrigger,
 .fadeUpTrigger,
 .fadeDownTrigger,
 .fadeLeftTrigger,
 .fadeRightTrigger{
     opacity: 0;
 }

 /*==================================================
 パタッ
 ===================================*/


 /* 下へ */
 .flipDown{
 animation-name:flipDownAnime;
 animation-duration:1s;
 animation-fill-mode:forwards;
 opacity:0;
 }

 @keyframes flipDownAnime{
   from {
     transform: perspective(2500px) rotateX(100deg);
   opacity: 0;
   }

   to {
     transform: perspective(2500px) rotateX(0);
   opacity: 1;
   }
 }


 /* 左へ */
 .flipLeft{
 animation-name:flipLeftAnime;
 animation-duration:1s;
 animation-fill-mode:forwards;
 perspective-origin:left center;
 opacity:0;
 }

 @keyframes flipLeftAnime{
   from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
   opacity: 0;
   }

   to {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
   opacity: 1;
   }
 }


 /* 左上へ */
 .flipLeftTop{
 animation-name:flipLeftTopAnime;
 animation-duration:1s;
 animation-fill-mode:forwards;
 opacity:0;
 }

 @keyframes flipLeftTopAnime{
   from {
    transform: translate(-20px,80px) rotate(-15deg);
   opacity: 0;
   }

   to {
    transform: translate(0,0) rotate(0deg);
   opacity: 1;
   }
 }

 /* 右へ */
 .flipRight{
 animation-name:flipRightAnime;
 animation-duration:1s;
 animation-fill-mode:forwards;
 perspective-origin:right center;
 opacity:0;
 }

 @keyframes flipRightAnime{
   from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
   opacity: 0;
   }

   to {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
   opacity: 1;
   }
 }

 /* 右上へ */
 .flipRightTop{
 animation-name:flipRightTopAnime;
 animation-duration:1s;
 animation-fill-mode:forwards;
 opacity:0;
 }

 @keyframes flipRightTopAnime{
   from {
    transform: translate(-20px,80px) rotate(25deg);
    opacity: 0;
   }

   to {
    transform: translate(0,1) rotate(0deg);
   opacity: 1;
   }
 }

 /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

 .flipDownTrigger,
 .flipLeftTrigger,
 .flipLeftTopTrigger,
 .flipRightTrigger,
 .flipRightTopTrigger{
     opacity: 0;
 }

 /*==================================================
 くるっ
 ===================================*/


 /* X 軸（縦へ） */
 .rotateX{
   animation-name:rotateXAnime;
   animation-duration:1s;
   animation-fill-mode:forwards;
 }

 @keyframes rotateXAnime{
   from{
     transform: rotateX(0);
     opacity: 0;
     }
   to{
     transform: rotateX(-360deg);
     opacity: 1;
     }
 }

 /*　Y軸（横へ） */
 .rotateY{
   animation-name:rotateYAnime;
   animation-duration:1s;
   animation-fill-mode:forwards;
 }

 @keyframes rotateYAnime{
   from{
     transform: rotateY(0);
     opacity: 0;
     }
   to{
     transform: rotateY(-360deg);
     opacity: 1;
     }
 }

 /* Z 軸（左へ） */
 .rotateLeftZ{
   animation-name:rotateLeftZAnime;
   animation-duration:1s;
   animation-fill-mode:forwards;
 }

 @keyframes rotateLeftZAnime{
   from{
     transform: rotateZ(0);
     opacity: 0;
     }
   to{
     transform: rotateZ(-360deg);
     opacity: 1;
     }
 }

 /*　Z 軸（右へ） */
 .rotateRightZ{
   animation-name:rotateRightZAnime;
   animation-duration:1s;
   animation-fill-mode:forwards;
 }

 @keyframes rotateRightZAnime{
   from{
     transform: rotateZ(0);
     opacity: 0;
     }
   to{
     transform: rotateZ(360deg);
     opacity: 1;
     }
 }

 /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

 .rotateXTrigger,
 .rotateYTrigger,
 .rotateLeftZTrigger,
 .rotateRightZTrigger{
     opacity: 0;
 }

 /*==================================================
 ボンッ、ヒュッ
 ===================================*/

 /* 拡大 */
 .zoomIn{
   animation-name:zoomInAnime;
   animation-duration:0.5s;
   animation-fill-mode:forwards;
 }

 @keyframes zoomInAnime{
   from {
   transform: scale(0.6);
   opacity: 0;
   }

   to {
     transform: scale(1);
   opacity: 1;
   }
 }

 /* 縮小 */
 .zoomOut{
   animation-name:zoomOutAnime;
   animation-duration:0.5s;
   animation-fill-mode:forwards;
 }

 @keyframes zoomOutAnime{
   from {
   transform: scale(1.2);
   opacity: 0;
   }

   to {
     transform:scale(1);
   opacity: 1;
   }
 }

 /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

 .zoomInTrigger,
 .zoomOutTrigger{
     opacity: 0;
 }

 /*==================================================
 じわっ
 ===================================*/

 /* ぼかしから出現 */
 .blur{
   animation-name:blurAnime;
   animation-duration:1s;
   animation-fill-mode:forwards;
 }

 @keyframes blurAnime{
   from {
   filter: blur(10px);
   transform: scale(1.02);
   opacity: 0;
   }

   to {
   filter: blur(0);
   transform: scale(1);
   opacity: 1;
   }
 }

 /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

 .blurTrigger{
     opacity: 0;
 }

 /*==================================================
 にゅーん
 ===================================*/

 /* 滑らかに変形して出現 */
 .smooth{
   animation-name:smoothAnime;
   animation-duration:1s;
   animation-fill-mode:forwards;
   　transform-origin: left;
   opacity:0;
 }

 @keyframes smoothAnime{
   from {
   transform: translate3d(0, 100%, 0) skewY(12deg);
   opacity:0;
   }

   to {
   transform: translate3d(0, 0, 0) skewY(0);
   opacity:1;
   }
 }

 /* スクロールをしたら出現する要素にはじめに透過0を指定　*/

 .smoothTrigger{
     opacity: 0;
 }

 /*==================================================
 スーッ（枠線が伸びて出現）
 ===================================*/

 /*枠線が伸びて出現*/

 .lineTrigger{
   position: relative; /* 枠線が書かれる基点*/
   opacity:0;
 }

 .lineTrigger.lineanime{
   animation-name:lineAnimeBase;
   animation-duration:1s;
   animation-fill-mode:forwards;
 }

 @keyframes lineAnimeBase{
   from {
     opacity:0;
   }

   to {
     opacity:1;
 }
 }

 /*上下線*/
 .lineTrigger::before,
 .lineTrigger::after{
   position: absolute;
   content:"";
   width:0;
   height:1px;
   background:#333;/* 枠線の色*/
 }

 /*左右線*/
 .line2::before,
 .line2::after{
   position: absolute;
   content:"";
   width: 1px;
   height:0;
   background:#333;/* 枠線の色*/
 }

 /*上線*/
 .lineTrigger::before {
   top:0;
   left:0;
 }

 .lineTrigger.lineanime::before {
   animation: lineAnime .5s linear 0s forwards;/*表示されて0秒後に上線が0.5秒かけて表示*/
 }

 /*右線*/
 .line2::before{
   top:0;
   right:0;
 }

 .lineTrigger.lineanime .line2::before {
   animation: lineAnime2 .5s linear .5s forwards;/*表示されて0.5秒後に右線が0.5秒かけて表示*/
 }

 /*下線*/
 .lineTrigger::after {
   bottom:0;
   right:0;
 }

 .lineTrigger.lineanime::after {
   animation: lineAnime .5s linear 1s forwards;/*表示されて1秒後に下線が0.5秒かけて表示*/
 }

 /*左線*/
 .line2::after{
   bottom:0;
   left:0;
 }

 .lineTrigger.lineanime .line2::after {
   animation: lineAnime2 .5s linear 1.5s forwards;/*表示されて1.5秒後に左線が0.5秒かけて表示*/
 }

 @keyframes lineAnime {
   0% {width:0%;}
     100%{width:100%;}
 }

 @keyframes lineAnime2 {
   0% {height:0%;}
     100%{height:100%;}
 }

 /*枠線内側の要素*/

 .lineTrigger.lineanime .lineinappear{
   animation: lineInnerAnime .5s linear 1.5s forwards;/*1.5秒後に中央のエリアが0.5秒かけて表示*/
   opacity: 0;/*初期値を透過0にする*/
 }

 @keyframes lineInnerAnime{
   0% {opacity:0;}
     100% {opacity:1;}
 }


 /*==================================================
 シャッ（背景色が伸びて出現）
 ===================================*/

 /*背景色が伸びて出現（共通）*/
 .bgextend{
   animation-name:bgextendAnimeBase;
   animation-duration:1s;
   animation-fill-mode:forwards;
   position: relative;
   overflow: hidden;/*　はみ出た色要素を隠す　*/
   opacity:0;
 }

 @keyframes bgextendAnimeBase{
   from {
     opacity:0;
   }

   to {
     opacity:1;
 }
 }

 /*中の要素*/
 .bgappear{
   animation-name:bgextendAnimeSecond;
   animation-duration:1s;
   animation-delay: 0.6s;
   animation-fill-mode:forwards;
   opacity: 0;
 }

 @keyframes bgextendAnimeSecond{
   0% {
   opacity: 0;
   }
   100% {
   opacity: 1;
 }
 }

 /*左から*/
 .bgLRextend::before{
   animation-name:bgLRextendAnime;
   animation-duration:1s;
   animation-fill-mode:forwards;
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: #666;/*伸びる背景色の設定*/
 }
 @keyframes bgLRextendAnime{
   0% {
     transform-origin:left;
     transform:scaleX(0);
   }
   50% {
     transform-origin:left;
     transform:scaleX(1);
   }
   50.001% {
     transform-origin:right;
   }
   100% {
     transform-origin:right;
     transform:scaleX(0);
   }
 }

 /*右から*/
 .bgRLextend::before{
   animation-name:bgRLextendAnime;
   animation-duration:1s;
   animation-fill-mode:forwards;
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: #666;/*伸びる背景色の設定*/
 }
 @keyframes bgRLextendAnime{
   0% {
     transform-origin:right;
     transform:scaleX(0);
   }
   50% {
     transform-origin:right;
     transform:scaleX(1);
   }
   50.001% {
     transform-origin:left;
   }
   100% {
     transform-origin:left;
     transform:scaleX(0);
   }
 }

 /*下から*/
 .bgDUextend::before{
   animation-name:bgDUextendAnime;
   animation-duration:1s;
   animation-fill-mode:forwards;
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: #666;/*伸びる背景色の設定*/
 }
 @keyframes bgDUextendAnime{
   0% {
     transform-origin:bottom;
     transform:scaleY(0);
   }
   50% {
     transform-origin:bottom;
     transform:scaleY(1);
   }
   50.001% {
     transform-origin:top;
   }
   100% {
     transform-origin:top;
     transform:scaleY(0);
   }
 }

 /*上から*/
 .bgUDextend::before{
   animation-name:bgUDextendAnime;
   animation-duration:1s;
   animation-fill-mode:forwards;
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: #666;/*伸びる背景色の設定*/
 }
 @keyframes bgUDextendAnime{
   0% {
     transform-origin:top;
     transform:scaleY(0);
   }
   50% {
     transform-origin:top;
     transform:scaleY(1);
   }
   50.001% {
     transform-origin:bottom;
   }
   100% {
     transform-origin:bottom;
     transform:scaleY(0);
   }
 }

 /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 .bgappearTrigger,
 .bgUDextendTrigger,
 .bgDUextendTrigger,
 .bgRLextendTrigger,
 .bgLRextendTrigger{
     opacity: 0;
 }


 /*========= レイアウトのためのCSS ===============*/

 .wrapper{
   overflow: hidden;
 }

 .flex{
   display:flex;
   flex-wrap: wrap;
 }

 .box{
   width: 220px;
   padding: 20px;
     margin: 0 20px 20px 20px;
   background: #666;
   color: #fff;
   box-sizing:border-box;
 }

 .bgextend,
 .lineTrigger{
   width: 220px;
   padding: 20px;
     margin: 0 20px 20px 20px;
   box-sizing:border-box;
 }



 /*==================================================
 アニメーション設定
 ===================================*/

 /* アニメーションの回数を決めるCSS*/

 .count2{
   animation-iteration-count: 2;/*この数字を必要回数分に変更*/
 }

 .countinfinite{
   animation-iteration-count: infinite;/*無限ループ*/
 }

 /* アニメーションスタートの遅延時間を決めるCSS*/


 .delay-time01{
   animation-delay: 0.1s;
 }

 .delay-time02{
   animation-delay: 0.2s;
 }

 .delay-time03{
   animation-delay: 0.3s;
 }

 .delay-time04{
   animation-delay: 0.4s;
 }

 .delay-time05{
   animation-delay: 0.5s;
 }

 .delay-time06{
   animation-delay: 0.6s;
 }

 .delay-time07{
   animation-delay: 0.7s;
 }

 .delay-time08{
   animation-delay: 0.8s;
 }

 .delay-time09{
   animation-delay: 0.9s;
 }

 .delay-time1{
   animation-delay: 1s;
 }

 .delay-time15{
   animation-delay: 1.5s;
 }

 .delay-time2{
   animation-delay: 2s;
 }

 .delay-time25{
   animation-delay: 2.5s;
 }

 /* アニメーション自体が変化する時間を決めるCSS*/

 .change-time05{
   animation-duration: 0.5s;
 }

 .change-time1{
   animation-duration: 1s;
 }

 .change-time15{
   animation-duration: 1.5s;
 }

 .change-time2{
   animation-duration: 2s;
 }

 .change-time25{
   animation-duration: 2.5s;
 }





 /**********************
  WP CMS 記事
  ************************/

.w_date{
    font-weight:bold;
    margin-top:15px;
  }

.w_contents{
  display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
 overflow: hidden;
}

.w_more{
  float:right;
  padding-bottom:15px;
  display: block;
}


.w_cms .w_date{
  font-weight:bold;
}

 .w_cms ul {
   margin:0;
   padding:0;
 }

.w_cms ul > li {
   border-bottom: 1px solid #c2c2c2;
   padding: 0 0 5px;
   margin: 0 0 5px;
   list-style: none;
 }


.d_none {display:none;}
