@charset "UTF-8";

html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: Hind, sans-serif;
}

h1, h2, h3, h4, h5, h6, p,li,dt,dd,span,td,th,a,input,textarea,button {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333;
  line-height: 1.6;
  word-wrap:break-word;
}

::selection {　/* テキスト選択時のカラー */
  color: #000;
  background: #ff0;
  text-shadow: none;
}

::-webkit-selection {
  color: #000;
  background: #ff0;
  text-shadow: none;
}

::-moz-selection {
  color: #000;
  background: #ff0;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

@media (min-width: 768px) {
	.tel , .cta_tel{
		pointer-events: none;
	}
}


/*------------------------------------------------------------------
  	[Title]　タイトル周り
------------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin: 0 0 15px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #515769;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  color: #999caa;
  text-decoration: none;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 38px;
  text-align:center;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

@media (max-width: 767px) {

	h1 {
 	 font-size: 30px;
	}

	h2 {
	  font-size: 22px;
	  text-align:center;
	}

	h3 {
	  font-size: 14px;
	}

	h4 {
	  font-size: 13px;
	}

	p,li,dt,dd,span,td,th {
		font-size:12px;
	}
}



/*------------------------------------------------------------------
  	[Link]　リンク周り
------------------------------------------------------------------*/

a {
  color: #000;
  outline: 0;
}

a:focus, a:hover, a:active {
  color: #ff0066;
  text-decoration: none;
}

a img {
	transition:0.3s;
}
a:hover img {
	opacity:0.8;
}

.link {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.link:after {
  position: absolute;
  top: 8px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: #f00;
  content: " ";
}

/*グレースケール*/
.grayscale img {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.grayscale:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


/* Section Seperator */
.section-seperator {
  border-bottom: 1px solid #edf0f2;
}

/* Content Wrapper Link */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}



/*------------------------------------------------------------------
  	[Blockquote] 引用符
------------------------------------------------------------------*/
.blockquote {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #a6a7aa;
  line-height: 1.4;
  border-left: none;
  margin-left: 20px;
}

.blockquote:before {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 60px;
  display: inline-block;
  color: #f00;
  content: '“';
}

/*------------------------------------------------------------------
  	[Button]　ボタン
------------------------------------------------------------------*/
.btn-theme {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  font-size:16px;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding:10px 30px;
  font-weight: 400;
}

.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
  outline: none;
}

.btn-theme:hover {
  transition-duration: 300ms;
  transition-property: all;
  background:#FFC705 !important;
  border-color:#FFF !important;
  color:#000 !important;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-theme:hover, .btn-theme:focus, .btn-theme.focus {
  text-decoration: none;
}

.btn-theme:active, .btn-theme.active {
  background-image: none;
  outline: 0;
}

.btn-theme.disabled, .btn-theme[disabled],
fieldset[disabled] .btn-theme {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
}

.btn-white-brd {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 1px;
}

.btn-white-brd:hover, .btn-white-brd:focus, .btn-white-brd.focus {
  color: #515769;
  background: #fff;
  border-color: transparent;
}

.btn-default-bg {
  color: #515769;
  background: #f3f4f5;
  border-color: transparent;
  border-width: 0;
}

.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
  color: #000;
  background: #fff;
  border-color: transparent;
}

.btn-base-bg {
  color: #fff;
  background: #000;
  border-color: transparent;
  border-width: 0;
}

.btn-base-bg:hover, .btn-base-bg:focus, .btn-base-bg.focus {
  color: #fff;
  background: #f00;
  border-color: transparent;
}

.btn-theme-sm {
  font-size: 13px;
  font-weight: 600;
  padding: 15px 30px;
}

.menu_contents {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #666;
	overflow:hidden;
}

/*------------------------------------------------------------------
  	[Content]
------------------------------------------------------------------*/

.content-ss {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}


@media (max-width: 768px) {

	.content-ss {
	  padding-top: 15px;
	  padding-bottom: 15px;
	}

	.content {
	  padding-top: 20px;
	  padding-bottom: 20px;
	}

	.content-sm {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}

	.content-md {
	  padding-top: 40px;
	  padding-bottom: 40px;
	}

	.content-lg {
 	 padding-top: 50px;
	  padding-bottom: 50px;
	}

}

.otherpage_head{
	width:100%;
	height:200px;
	background:#ddd;
}

@media (max-width: 991px) {
	.otherpage_head{
	height:150px;
	}

}
@media (max-width: 767px) {
	.otherpage_head{
	height:80px;
	}
}


/*------------------------------------------------------------------
    [Parallax]　パララックス
------------------------------------------------------------------*/

.parallax-content {
  padding-top: 220px;
  padding-bottom: 120px;
}

.mv_wrap {
	margin-top:115px;
	text-align:center;
}
.mv_wrap img {
	width:100%;
}

@media (max-width: 991px) {
	.mv_wrap {
		margin-top:70px;
	}


}
@media (max-width: 767px) {
	.mv_wrap {
		margin-top:50px;
	}

}



/*------------------------------------------------------------------
  	[Home]
------------------------------------------------------------------*/

.usp h2 img,
.target h2 img,
.flow h2 img{
	display:block;
	margin:0 auto 20px;
}

.usp {
	background:url(../img/common/usp_bg.jpg) no-repeat;
	background-size:cover;
}
.usp h2 {
	color:#fff;
}

.usp div {
	text-align:center;
}
.usp div h3{
	color:#fff;

}
.usp div p {
	/*text-align:left;
	color:#fff;*/
}

.usp span {
	color:#fff;
	font-size:50px;
}

.target {
	background:url(../img/common/target_bg.png);
}
.target h2 strong,
.target h3 strong{
	color:#ff0066;
	font-weight:400;
}
.target p {
	background:#faee00;
	padding:20px;

}
.target p.mt {
	margin-top:50px;
}
.target h2.mt2 {
	margin-top:80px;
}




.footer table {
	width:100%;
}
.footer table th,
.footer table td {
	border-bottom:1px dashed #333;
	padding:8px 10px;
	text-align:left;

}



@media (max-width: 991px) {
	
	.usp div p {
		text-align:center;
		
	}
	.target .content-md div img {
		max-width:100%;
		margin:0 auto 0;
		
	}
} 
@media (max-width: 767px) {
	
	.h2img {
		width:50%;
	}
	
	.usp h2 img {
		margin-bottom:0 !important;
	}
	
	.target p.mt {
	margin-top:10px;
	}
	.flow p{
		text-align:center;
	}
	.flow p.date:after {
		content:" ";
	}
}

/*------------------------------------------------------------------
  	[estimate]
------------------------------------------------------------------*/

.price {
}
.price table {
	width:100%;
}
.price table th,
.price table td {
	box-sizing:border-box;
	vertical-align:middle;
}
.price table tbody td {
	text-align:center;
	width:30%;
}

.price table thead td {
	background:#ddd;
	text-align:center;
}

.plan {
	padding-bottom:250px;
}

@media (max-width: 767px) {
	
	.price .col-xs-6{
		padding:0 3px;
	}
	.price table th,
	.price table td {
		font-size:0.6em;
	
	}
	
}


/*------------------------------------------------------------------
  	[Promo Section]
------------------------------------------------------------------*/
@media (max-width: 991px) {
  .promo-section-col , .promo-section-col_right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
	
  .promo-section {
    position: relative;
    height: 400px;
  }
  .promo-section .promo-section-col {
    width: 45%;
  }
  .promo-section .promo-section-col_right {
    width: 45%;
	float:right;
  }
  
  .promo-section .promo-section-img-left {
    position: absolute;
    top: 0;
    right: 50%;
  }
  .promo-section-img-right {
    position: absolute;
    top: 0;
    left: 50%;
  }
  .promo-section .ver-center {
    display: table;
    height: 400px;
  }
  .promo-section .ver-center-aligned {
    display: table-cell;
    vertical-align: middle;
  }
}



@media (max-width: 767px) {
  .promo-section-col , .promo-section-col_right {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


/*------------------------------------------------------------------
  	[CTA]
------------------------------------------------------------------*/

.cta {
	width:100%;
	height:240px;
	background:url(../img/common/cta_bg.png);
}

.cta_bnr {
	height:200px;
}
.cta_bnr .content{
	padding:20px 0;
}
.cta h2 {
	font-weight:600;
}
.cta h2 span {
	font-size:32px;
	color:#000;
	margin-left: -10px;
	font-weight:600;
}


.cta .cta_left {
	padding-right:35px;
	border-right:1px solid #999;
	text-align:right;
	overflow:hidden;
}
.cta .cta_right {
	padding-left:30px;
}

.cta .cta_btn {
	display:inline-block;
	width:320px;
	background:#22ac38;
	padding:20px 0;
	text-align:center;
	transition: 0.3s;
	color:#fff;
}
.cta .cta_btn:hover {
	background:#ff0066;

}

.cta .cta_tel {
	font-size:40px;
	font-weight:600;

}
.cta .cta_tel span{
	display:block;
	font-size:13px;
	padding-bottom:0;
	margin-bottom:-5px;
}

.cta .cta_right h3 {
	display:inline-block;
	margin-right:20px;
}




.sp_none {
	display:none;
}

@media (max-width: 991px) {

	.cta .cta_tel {
	font-size:32px;
	}
	.cta .cta_right {
		margin:0;
	}
	.sp_none {
		display:inherit;
	}
	.cta .cta_right h3 {
	display:block;
	}
}

@media (max-width: 767px) {
	
	.cta_bnr {
		height:auto;
	}
	
	
	.cta h2 span {
	font-size:20px;
	}

	.cta .cta_left , .cta .cta_right {
		text-align:center;
		border:none;
	
	}
	.cta .cta_tel {
	font-size:25px;
	}
	.cta .cta_left {
	padding-right:15px;
	}
	.cta .cta_btn {
	display:block;
	width:100%;
	margin-bottom:10px;
}
}

/*------------------------------------------------------------------
  	[Footer]
------------------------------------------------------------------*/
.footer {
  background:url(../img/common/footer_bg.jpg) no-repeat;
  background-size:cover;
}

.footer div {
	text-align:center;

}
.footer p {
	font-size:14px;
	color:#fff;
	text-align:center;
}
.copyright {
	font-size:12px;
	color:#fff;
	background:#ff0066;
	text-align:center;
	line-height:3em;
	margin-bottom:0;
}

@media (max-width: 991px) {
	.footer {
	}
	.footer p {
		font-size:12px;
	}
}

/*------------------------------------------------------------------
  	[mailform]
------------------------------------------------------------------*/

#estimate_footer {
	position:fixed;
	bottom:0;
	width:100%;
}
#estimate_footer .container{
	margin:10px auto;
}
#estimate_footer h2 img {
	width:65%;
	margin-top:8px;
}
#estimate_footer p{
	color:#333;
	text-align:left;
	font-size:0.8em;
	line-height:1.3em;
}
#estimate_footer .copyright {
	display:block;
	line-height:1.6em;
	background:none;
	color:#333;
	text-align:left;
}

.mailform {
	position:relative;
}
.mailform input,
.mailform textarea {
	background:#666;

	box-sizing:border-box;
	color:#fff;
	border: 1px solid #666;
	padding: 3px 12px !important;
}

.mailform input {
	margin-bottom:3px;
	height:2.2em;
	width:85%;
}
.mailform textarea {
	width:85%;
}
.mailform input:focus,
.mailform textarea:focus {
	background:#ccc;
	border: 1px solid #FFC705;
	-webkit-box-shadow: 0 0 5px 0 #FFC705;
	-moz-box-shadow: 0 0 5px 0 #FFC705;
	box-shadow: 0 0 5px 0 #FFC705;
	color:#000;
}
.mailform input::focus::placeholder,
.mailform textarea::focus::placeholder  {
  color: transparent;
}

.mailform button {
	width:15%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:#22ac38;
	border:0;
	color:#fff;
	font-size:2.8em;
	transition:0.3s;
}
.mailform button:hover {
	background:#ff0066;
}

@media (max-width: 767px) {
	
	.mailform input {
		height:auto !important;
	}
	.mailform input,
	.mailform textarea {
		font-size:0.8em;
		line-height:1.2em;
	}
	.mailform button {
		width : calc(15% - 15px) ;
		right:15px;
		font-size:10px;
	}

}

/*------------------------------------------------------------------
  	[Header]
------------------------------------------------------------------*/

header{
	background:#fff;
}

/* Fixed Top */
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
  text-align:center;
}

/* Navbar */
.header .navbar {
  margin-bottom: 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 25px 0;
  float:left;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #515769;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #515769;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #f00;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  width: 21px;
  height: 1px;
  background: #f00;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}

/* Navbar Logo */
.header .logo {
  max-height: 45px;
  max-width:700px;
}

.header .logo-wrap {
  display: inline-block;
  padding: 15px 0 0;
  margin-bottom: 10px;
}
.header .logo h1 {
	font-size:11px;

}
.header .logo-wrap:focus, .header .logo-wrap:hover {
  text-decoration: none;
}

.header .logo-img {
  display: inline-block;
  width: 220px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}


.header .menu-container {
	height:auto;
}
.header .logo-img-main {
  display: inline-block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar */
.header .navbar-nav {
  padding-left: 0;
  margin: 40px 0 0;
  list-style: none;
  float:none !important;
  background:#ff0066;  
}

/* Nav */
.header .nav-item {
  position: relative;
  display: inline-block;
  text-align:center;
  float:none !important;
  margin-bottom: 0;
}

.header .nav-item:last-child .nav-item-child {
  padding-right: 0;
}

.header .nav-item .nav-item-hover.active:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item:hover .nav-item-hover:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  line-height: 35px;
  padding: 0 20px 0px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-hover {
  position: relative;
}

.header .nav-item-hover:after {
  position: absolute;
  top: 16px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #fff;
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


.header .header_cta {
	position:absolute;
	right:10px;
	top:10px;
	vertical-align:top;
}

.header .tel {
	display:inline-block;
	background-position:5px -5px;
	box-sizing:border-box;
	padding-left:45px;
	font-size:12px;
	color:#000;
}
.header .tel strong{
	display:none;

}
.header .tel span.tel_text{
	font-size:11px;
}
.header .tel span.tel_no{
	font-size:36px;
	font-weight:800;
	color:#000;
	letter-spacing:0.02em;
	line-height:36px;
}
.header .tel span.tel_bottom{
	font-size:11px;

}
.header .mail {
	display:inline-block;
	background:#22ac38;
	text-align:center;
	padding:5px 10px;
	transition: 0.3s;
	font-size:12px;
	vertical-align:bottom;
	margin-left: 10px;

}
.header .mail:hover {
	background:#ff0066;

}
.header .mail ,.header .mail span{
	color:#fff;
}
.mail strong {
	font-size:24px !important;
	display:block;

}



/* Media Queries below 991px */
@media (max-width: 991px) {
  /* Bootstrap collapse of navigation with a maximum width: 991px
    (Change it to any breakpoint you want to be collapsed) */
  .header {
    background: #fff;
  }
  .header .logo-wrap {
  padding: 5px 0;
  margin-top:17px;
	}
	.header .logo h1 {
		display:none;
	}
  
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-nav {
    margin: 0;
    float: none;
  }
  .header .navbar-nav .nav-item {
    float: none;
  }
  /* Menu Container */
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table;
  }
  .header .menu-container:after {
    clear: both;
  }
  /* Logo */
  .header .logo .logo-img-main {
    display: none;
  }
  .header .logo .logo-img-active {
    display: inline-block;
  }
  /* Navbar Nav */
  .header .nav-item-child {
    color: #515769;
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
  }
  .header .nav-item-hover:after {
    position: absolute;
    top: 19px;
  }
  .header .header_cta {
	top:5px;
	}
	
  .header .navbar-toggle .toggle-icon {
	  margin-bottom: 0;
	  
  }
}

/* Media Queries below 767px */
@media (max-width: 767px) {
  /* Menu Container */
  
  .header .logo-wrap {
  padding: 5px 0;
  margin-top:8px;
	}
  
  .header .menu-container {
    margin-left: 0;
    margin-right: 0;
  }
  .header .logo {
	  width:120px;
	  float:left;
	  margin:0 0 0 10px;
  }
  .header .navbar-toggle {
  	margin: 18px 0 10px 10px;
  }

  .header .navbar-toggle .toggle-icon {
	  margin-bottom: 0;
	  
  }
  
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  
  .header .header_cta {
	right:0px;
	top:0px;
	 vertical-align: top;
	}
	.header .tel{
		height:55px;
		background-position:center;
	}
  .header .tel strong{
	  display:none;
  }
  .tel_bottom ,
  .header .tel span{
	  display:none;
  }
 .header .tel strong{
	display:inline-block;
	font-size:28px;
	vertical-align:bottom;
	margin:15px 8px 0;

}
  .header .mail {
	  vertical-align:top;
	display:inline-block;
	width:60px;
	height:55px;
	line-height:55px;
	margin-left:0;
  }
  .header .mail span.mail_text{
	  display:none;
  }
  .header .mail strong{
	  display:inline;
	  vertical-align:bottom;
  }
  
  
  .header .nav-item {
	  display:block;
	  border-bottom:1px solid #ccc;
  }
  
}

/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Navbar */
  .header .navbar-nav-right {
	  text-align:center;

  }
}

/*------------------------------------------------------------------
  	[SNS]　SNSボタン
------------------------------------------------------------------*/

.follow-me {
  list-style: none;
  margin: 20px 0 -8px;
  overflow: hidden;
  padding: 20px 0 0;
  border-top:1px dashed #666;
}
.follow-me li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
}
.follow-me li a::before {
  background-color: #eee;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 44px; /* Button height */
  line-height: 44px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 44px; /* Button width */
}
.follow-me li a:hover::before {
  color: #fff;
}
.follow-me li a[href*="amazon.co.jp"]::before,
.follow-me li a[href*="amazon.com"]::before,        { content: "\f270"; }
.follow-me li a[href*="codepen.io"]::before         { content: "\f1cb"; }
.follow-me li a[href*="delicious.com"]::before      { content: "\f1a5"; }
.follow-me li a[href*="deviantart.com"]::before     { content: "\f1bd"; }
.follow-me li a[href*="digg.com"]::before           { content: "\f1a6"; }
.follow-me li a[href*="dribble.com"]::before        { content: "\f17d"; }
.follow-me li a[href*="dropbox.com"]::before        { content: "\f16b"; }
.follow-me li a[href*="facebook.com"]::before       { content: "\f09a"; }
.follow-me li a[href*="feedly.com"]::before         { content: "\f09e"; }
.follow-me li a[href*="flickr.com"]::before         { content: "\f16e"; }
.follow-me li a[href*="foursquare.com"]::before     { content: "\f180"; }
.follow-me li a[href*="github.com"]::before         { content: "\f09b"; }
.follow-me li a[href*="plus.google.com"]::before    { content: "\f0d5"; }
.follow-me li a[href*="b.hatena.ne.jp"]::before     { content: "\f027"; font-family: blogicon; }
.follow-me li a[href*="instagram.com"]::before      { content: "\f16d"; }
.follow-me li a[href*="last.fm"]::before            { content: "\f202"; }
.follow-me li a[href*="linkedin.com"]::before       { content: "\f0e1"; }
.follow-me li a[href*="nicovideo.jp"]::before       { content: "\f047"; font-family: blogicon; }
.follow-me li a[href*="pinterest.com"]::before      { content: "\f0d2"; }
.follow-me li a[href*="getpocket.com"]::before      { content: "\f265"; }
.follow-me li a[href*="reddit.com"]::before         { content: "\f1a1"; }
.follow-me li a[href*="skype.com"]::before,
.follow-me li a[href*="skype:"]::before             { content: "\f17e"; }
.follow-me li a[href*="slideshare.net"]::before     { content: "\f1e7"; }
.follow-me li a[href*="spotify.com"]::before        { content: "\f1bc"; }
.follow-me li a[href*="steamcommunity.com"]::before { content: "\f1b6"; }
.follow-me li a[href*="stumbleupon.com"]::before    { content: "\f1a4"; }
.follow-me li a[href*="tumblr.com"]::before         { content: "\f173"; }
.follow-me li a[href*="twitch.tv"]::before          { content: "\f1e8"; }
.follow-me li a[href*="twitter.com"]::before        { content: "\f099"; }
.follow-me li a[href*="vimeo.com"]::before          { content: "\f27d"; }
.follow-me li a[href*="vine.co"]::before            { content: "\f1ca"; }
.follow-me li a[href*="weibo.com"]::before          { content: "\f18a"; }
.follow-me li a[href*="whatsapp.com"]::before       { content: "\f232"; }
.follow-me li a[href*="wordpress.com"]::before,
.follow-me li a[href*="wordpress.org"]::before      { content: "\f19a"; }
.follow-me li a[href*="youtube.com"]::before        { content: "\f16a"; }
.follow-me li a[href$="/feed"]::before              { content: "\f09e"; }
.follow-me li a[href$="/subscribe"]::before         { content: "\f000"; font-family: blogicon; }

.follow-me li a[href*="amazon.co.jp"]:hover::before,
.follow-me li a[href*="amazon.com"]:hover::before,        { background-color: #ff9900; }
.follow-me li a[href*="codepen.io"]:hover::before         { background-color: #000000; }
.follow-me li a[href*="delicious.com"]:hover::before      { background-color: #3399ff; }
.follow-me li a[href*="deviantart.com"]:hover::before     { background-color: #05cc47; }
.follow-me li a[href*="digg.com"]:hover::before           { background-color: #000000; }
.follow-me li a[href*="dribble.com"]:hover::before        { background-color: #ea4c89; }
.follow-me li a[href*="dropbox.com"]:hover::before        { background-color: #007ee5; }
.follow-me li a[href*="facebook.com"]:hover::before       { background-color: #3b5998; }
.follow-me li a[href*="feedly.com"]:hover::before         { background-color: #6cc655; }
.follow-me li a[href*="flickr.com"]:hover::before         { background-color: #0063dc; }
.follow-me li a[href*="foursquare.com"]:hover::before     { background-color: #f94877; }
.follow-me li a[href*="github.com"]:hover::before         { background-color: #181717; }
.follow-me li a[href*="plus.google.com"]:hover::before    { background-color: #dc4e41; }
.follow-me li a[href*="b.hatena.ne.jp"]:hover::before     { background-color: #008fde; }
.follow-me li a[href*="instagram.com"]:hover::before      { background-color: #125688; }
.follow-me li a[href*="last.fm"]:hover::before            { background-color: #d51007; }
.follow-me li a[href*="linkedin.com"]:hover::before       { background-color: #0077b5; }
.follow-me li a[href*="nicovideo.jp"]:hover::before       { background-color: #eaeaea; }
.follow-me li a[href*="pinterest.com"]:hover::before      { background-color: #bd081c; }
.follow-me li a[href*="getpocket.com"]:hover::before      { background-color: #ef3f56; }
.follow-me li a[href*="reddit.com"]:hover::before         { background-color: #ff4500; }
.follow-me li a[href*="skype.com"]:hover::before,
.follow-me li a[href*="skype:"]:hover::before             { background-color: #00aff0; }
.follow-me li a[href*="slideshare.net"]:hover::before     { background-color: #2d2d2d; }
.follow-me li a[href*="spotify.com"]:hover::before        { background-color: #84bd00; }
.follow-me li a[href*="steamcommunity.com"]:hover::before { background-color: #171a21; }
.follow-me li a[href*="stumbleupon.com"]:hover::before    { background-color: #eb4929; }
.follow-me li a[href*="tumblr.com"]:hover::before         { background-color: #36465d; }
.follow-me li a[href*="twitch.tv"]:hover::before          { background-color: #6441a5; }
.follow-me li a[href*="twitter.com"]:hover::before        { background-color: #55acee; }
.follow-me li a[href*="vimeo.com"]:hover::before          { background-color: #1ab7ea; }
.follow-me li a[href*="vine.co"]:hover::before            { background-color: #11b58a; }
.follow-me li a[href*="weibo.com"]:hover::before          { background-color: #e6162d; }
.follow-me li a[href*="whatsapp.com"]:hover::before       { background-color: #64d548; }
.follow-me li a[href*="wordpress.com"]:hover::before,
.follow-me li a[href*="wordpress.org"]:hover::before      { background-color: #21759b; }
.follow-me li a[href*="youtube.com"]:hover::before        { background-color: #cd201f; }
.follow-me li a[href$="/feed"]:hover::before              { background-color: #ffa500; }
.follow-me li a[href$="/subscribe"]:hover::before         { background-color: #363636; }


/*------------------------------------------------------------------
    [Back To Top Theme Button]
------------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Form Control]
------------------------------------------------------------------*/
.form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a7aa;
  background: #fafafa;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}

.form-control::-moz-placeholder {
  color: #a6a7aa;
}

.form-control:-ms-input-placeholder {
  color: #a6a7aa;
}

.form-control::-webkit-input-placeholder {
  color: #a6a7aa;
}

.form-control:focus {
  color: #515769;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: #515769;
}

.form-control:focus:-ms-input-placeholder {
  color: #515769;
}

.form-control:focus::-webkit-input-placeholder {
  color: #515769;
}

/*------------------------------------------------------------------
    [Full Screen Carousel]
------------------------------------------------------------------*/
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------------------------------------------
    [Carousel]　カルーセル
------------------------------------------------------------------*/
.carousel-indicators {
  left: auto;
  width: auto;
  padding-left: 0;
  margin-left: 0;
}

.carousel-centered {
  position: absolute;
  top: 60%;
  left:50%;
  margin-left: -485px;
  box-sizing:border-box;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width:970px;
}

.carousel-title {
  font-size: 48px;
  font-weight: 800;
  color: #000;
  line-height: 1.3;
  letter-spacing:-0.1em;
  background:rgba(255,255,255,0.80);
  padding:20px 0 25px;
  text-transform: uppercase;
}

.memory {
}
.memory_box {
	width:100%;
	min-width:220px;
	float:right;
	box-sizing:border-box;
	padding:15px;
	margin-bottom:10px;
	text-align:center;
	position:relative;

}
.memory_box:after {
  content: "";
  border: solid 1px #fff;
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
.memory_box h3 {
	color:#fff;
	font-size:18px;
}
.memory_box p {
	color:#fff;
	font-size:2em;
	font-weight:800;
	text-align:center;
}
.memory_box p:after {
	content:"部";
	font-size:16px;
	display:inline-block;
	margin-left:5px;
	
}





.memory .pink {
	color:#ff0066;
}
.memory .cyan {
	color:#2ea7e0;	
}
.memory .pink_box {
	background:#ff0066 !important;
}
.memory .cyan_box {
	background:#2ea7e0 !important;	
}



.page_title .full-screen{
	height:400px !important;
}


@media (max-width: 991px) {
  .full-screen{
	  max-height:600px !important;
  }
  .carousel-centered {
	  margin-left:0;
	  left:0;
	  width:100%;
	  top:60%;
  }
  
  
  
}

@media (max-width: 768px) {
  .carousel-title {
    font-size: 24px;
  }
  
  .full-screen{
  }
  .carousel-centered {
	  top: 50%;
  }
  .memory {
	  width: calc(100% + 20px);
	  margin-left:-10px;
	}
  
  .memory_box {
	width: 50%;
	min-width:50%;
	box-sizing:border-box;
	display:inline-block;
	margin:0;
  }
  .memory_box p:after {
	display:block;
	
	}
    .memory_box h3 {
		margin-bottom:5px;
 
	}
    .memory_box p {
		font-size:1.2em;
  
  
	}
  .carousel-centered .pink_box {
	  margin-left:10px;
  }
}
/*----------------------------------
  Custome Style of Info Window
------------------------------------*/
/* White background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* Arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}

/* Let's remove image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none;
}

/* New arrow style */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  overflow: inherit !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-family: Simple-Line-Icons;
  color: #515769;
  content: "\e082";
}

/* Positioning of infowindow */
.gm-style-iw {
  top: 22px !important;
  left: 22px !important;
}

/*--------------------------------------------------
    [Masonry Grid]　気持ちの良いグリッド
----------------------------------------------------*/
.masonry-grid {
  position: relative;
  margin: 0 -2px;
}

.masonry-grid:before, .masonry-grid:after {
  content: " ";
  display: table;
}

.masonry-grid:after {
  clear: both;
}

.masonry-grid .masonry-grid-item {
  display: block;
  float: left;
  vertical-align: top;
  padding: 0 2px;
  margin-bottom: 4px;
}

.masonry-grid .masonry-grid-item.col-12 {
  width: 100%;
}

.masonry-grid .masonry-grid-item.col-11 {
  width: 91.66666667%;
}

.masonry-grid .masonry-grid-item.col-10 {
  width: 83.33333333%;
}

.masonry-grid .masonry-grid-item.col-9 {
  width: 75%;
}

.masonry-grid .masonry-grid-item.col-8 {
  width: 66.66666667%;
}

.masonry-grid .masonry-grid-item.col-7 {
  width: 58.33333333%;
}

.masonry-grid .masonry-grid-item.col-6 {
  width: 50%;
}

.masonry-grid .masonry-grid-item.col-5 {
  width: 41.66666667%;
}

.masonry-grid .masonry-grid-item.col-4 {
  width: 33.33333333%;
}

.masonry-grid .masonry-grid-item.col-3 {
  width: 25%;
}

.masonry-grid .masonry-grid-item.col-2 {
  width: 16.66666667%;
}

.masonry-grid .masonry-grid-item.col-1 {
  width: 8.33333333%;
}

/* Media Queries below 768px */
@media (max-width: 768px) {
  .masonry-grid .masonry-grid-item {
    width: 50%;
  }
  .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
    width: 50%;
  }
}

/* Media Queries below 600px */
@media (max-width: 600px) {
  .masonry-grid .masonry-grid-item {
    width: 100%;
  }
  .masonry-grid .masonry-grid-item.col-12, .masonry-grid .masonry-grid-item.col-11, .masonry-grid .masonry-grid-item.col-10, .masonry-grid .masonry-grid-item.col-9, .masonry-grid .masonry-grid-item.col-8, .masonry-grid .masonry-grid-item.col-7, .masonry-grid .masonry-grid-item.col-6, .masonry-grid .masonry-grid-item.col-5, .masonry-grid .masonry-grid-item.col-4, .masonry-grid .masonry-grid-item.col-3, .masonry-grid .masonry-grid-item.col-2, .masonry-grid .masonry-grid-item.col-1 {
    width: 100%;
  }
}

/*------------------------------------------------------------------
    [Swiper Slider]　スライドショー
------------------------------------------------------------------*/
.swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-clients-img {
  display: block;
  width: 190px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.swiper-clients-img:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Text Colors]
------------------------------------------------------------------*/
.color-base {
  color: #f00;
}

.color-white {
  color: #fff;
}

.color-heading {
  color: #515769;
}

.color-subtitle {
  color: #a6a7aa;
}

.color-link {
  color: #81848f;
}

.color-link-hover {
  color: #999caa;
}

.color-sky-light {
  color: #fafafa;
}

/*------------------------------------------------------------------
  	[Background Colors]
------------------------------------------------------------------*/
.bg-color-base {
  background: #f00;
}

.bg-color-white {
  background: #fff;
}

.bg-color-heading {
  background: #515769;
}

.bg-color-subtitle {
  background: #a6a7aa;
}

.bg-color-link {
  background: #81848f;
}

.bg-color-link-hover {
  background: #999caa;
}

.bg-color-sky-light {
  background: #fafafa;
}

/*------------------------------------------------------------------
    [Row]
------------------------------------------------------------------*/
.row-space-1 {
  margin-right: -1px;
  margin-left: -1px;
}

.row-space-1 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

/*------------------------------------------------------------------
    [Full Width]
------------------------------------------------------------------*/
.full-width {
  width: 100%;
  height: auto;
}

/*------------------------------------------------------------------
    [Container Full Width]
------------------------------------------------------------------*/
.container-full-width {
  width: 100%;
}

.container-full-width:before, .container-full-width:after {
  content: " ";
  display: table;
}

.container-full-width:after {
  clear: both;
}

/*------------------------------------------------------------------
    [Overflow]
------------------------------------------------------------------*/
.overflow-h {
  overflow: hidden;
}

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-2 {
  margin-bottom: 2px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}

.height-300 {
  height: 300px !important;
}

.height-400 {
  height: 400px !important;
}
