.ad-eye-catch-bottom {
  text-align: center;
  margin-top: 12px;
}
.ad-navi-bottom {
  padding: 18px;
  background: #fff;
  margin-bottom: 24px;
}
@media only screen and (max-width: 670px) {
  .ad-navi-bottom {
    padding: 8px;
    background: #fff;
    margin-bottom: 12px;
  }
}

.top-header {
  height: auto!important;
}

.top-header .ad {
  position: relative;
  width: 100%;

}

.parallax{
  /*background-image: url("/blog/wp-content/themes/voice_child/images/banner/jack_o2.jpg");*/
  height: 100%;
  background-position-x: center;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;;
  background-size: cover;
}

.mask::before {
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  z-index: 0;
  background: #000;
  position: absolute;
}

.mask.half::before {
  opacity: .3;
}

.mask.quarter::before {
  opacity: .15;
}

.box {
  width: 1140px;
  margin: 0 auto;
  height: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.box-left {
  width: 100%;
  position: relative;
  top:50%;
  left:-40%;
  font-size: 18px;
  float:left;
  transform: translate(50%,-50%);
-webkit-transform: translate(50%,-50%);
  -moz-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  -o-transform: translate(50%,-50%);
}

.text-white {
  color: white;
}

.text-theme {
  color: #ff5555;
}

.box-right {
  position: absolute;
  width: 100%;
  top: 50%;
  float: right;
  left: 15%;
  font-size: 18px;
  transform: translate(50%,-50%);
-webkit-transform: translate(50%,-50%);
  -moz-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  -o-transform: translate(50%,-50%);
}


/* button */
@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"),
           url("../font/LigatureSymbols-2.11.woff") format("woff"),
           url("../font/LigatureSymbols-2.11.ttf") format("truetype"),
           url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga"1, "dlig"1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga"1, "dlig"1;
  -o-font-feature-settings: "liga"1, "dlig"1;
  font-feature-settings: "liga"1, "dlig"1;
}

/*------------------------------------------
// User style start
// change
----------------------------------------- */

.general-button  {
  border-radius: 6px;
  background-color: #ff5555;
}

.general-button:before  {
  border-radius: 6px;
  border-bottom: 0px solid rgba(197,0,0, 0);
  background-color: rgba(197,0,0, 0);
}

.button-content  {
  border-radius: 0px 0px 6px 6px;
  padding: 12px 10.5px;
  box-shadow: 0px 0px 0px 0px rgba(197,0,0, 0);
  color: #f8f8f8;
}

.button-text  {
  padding: 0px 10.5px;
  line-height: 1.3em;
  font-size: 25px;
}
@media only screen and (max-width: 1023px) {
  .button-text  {
    padding: 0px 7.5px;
    font-size: 18px;
  }
  .button-content i {
    font-size: 1.5em!important;
  }
}

.icon-font  {
  padding: 0px 10.5px;
  font-size: 32px;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  top: -7px;
  transition: all 125ms;
  -moz-transition: all 125ms;
  -webkit-transition: all 125ms;
  -o-transition: all 125ms;
  background-color: #ff6464;
}

.general-button:hover:before  {
  border-bottom: 7px solid rgba(197,0,0, 0);
  transition: all 125ms;
  -moz-transition: all 125ms;
  -webkit-transition: all 125ms;
  -o-transition: all 125ms;
}

.general-button:hover .button-content  {
  box-shadow: 0px 7px 0px 0px rgba(197,0,0, 1);
  transition: all 125ms;
  -moz-transition: all 125ms;
  -webkit-transition: all 125ms;
  -o-transition: all 125ms;
}

/*----------------- at active -----------------*/

.general-button:active  {
  background-color: #ff3b3b;
  box-shadow: 0px 2.4px 0px 0px rgba(171,0,0, 1) inset;
}

.general-button:active:before  {
  top: -7px;
  padding-bottom: 7px;
  border-bottom: 0px solid rgba(197,0,0, 0);
}

.general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(197,0,0, 0);
}

/*------------------------------------------
// User style end
----------------------------------------- */

/*------------------------------------------
// Core style start
// not change
----------------------------------------- */

.general-button  {
  display: -moz-inline-box;
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;position: relative;
  top: 0px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.general-button:before  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-content  {
  display: table;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.button-text  {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.icon-font  {
  display: table-cell;
  vertical-align: middle;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  transition-timing-function: ease-in-out;
}

.general-button:hover:before  {
  transition-timing-function: ease-in-out;
}

.general-button:hover .button-content  {
  transition-timing-function: ease-in-out;
}

/*----------------- at active -----------------*/

.general-button:active  {
  top: 0px;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active:before  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active .button-content  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

/*------------------------------------------
// Core style end
----------------------------------------- */

/*------------------------------------------
// Touch style start
----------------------------------------- */

/*----------------- at hover -----------------*/

.touch .general-button:hover  {
  top: 0px;
  background-color: #ff5555;
}

.touch .general-button:hover:before  {
  border-bottom: 0px solid rgba(197,0,0, 0);
}

.touch .general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(197,0,0, 1);

}

/*----------------- at active -----------------*/

.touch .general-button:active  {
  background-color: #ff3b3b;
  box-shadow: 0px 2.4px 0px 0px rgba(171,0,0, 1) inset;
}

.touch .general-button:active:before  {
  top: -7px;
  padding-bottom: 7px;
  border-bottom: 0px solid rgba(197,0,0, 0);
}

.touch .general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(197,0,0, 0);
}

/*------------------------------------------
// Touch style end
----------------------------------------- */
