@charset "UTF-8";
/*---top------------------------------------------------------------------*/
/*--- フォントサイズvw設定 -----------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: inline-block;
}

a:hover {
  cursor: pointer;
  opacity: .8;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.container {
  overflow-x: hidden;
}

.float_this {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
  animation-name: fuwafuwa;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}

#works_single .mgb05 {
  margin-bottom: 5px;
}

#works_single .mgb10 {
  margin-bottom: 10px;
}

#works_single .mgb15 {
  margin-bottom: 15px;
}

#works_single .mgb20 {
  margin-bottom: 20px;
}

#works_single .mgb25 {
  margin-bottom: 25px;
}

#works_single .mgb30 {
  margin-bottom: 30px;
}

#works_single .mgb40 {
  margin-bottom: 40px;
}

#works_single .mgb45 {
  margin-bottom: 45px;
}

#works_single .mgb50 {
  margin-bottom: 50px;
}

#works_single .mgb55 {
  margin-bottom: 55px;
}

#works_single .mgb60 {
  margin-bottom: 60px;
}

#works_single .mgb65 {
  margin-bottom: 65px;
}

#works_single .mgb70 {
  margin-bottom: 70px;
}

#works_single .mgb75 {
  margin-bottom: 75px;
}

#works_single .mgb80 {
  margin-bottom: 80px;
}

#works_single .mgb85 {
  margin-bottom: 85px;
}

#works_single .mgb90 {
  margin-bottom: 90px;
}

#works_single .mgb95 {
  margin-bottom: 95px;
}

#works_single .mgb100 {
  margin-bottom: 100px;
}

#works_single .mgb105 {
  margin-bottom: 5px;
}

#works_single .mgb110 {
  margin-bottom: 10px;
}

#works_single .mgb115 {
  margin-bottom: 15px;
}

#works_single .mgb120 {
  margin-bottom: 20px;
}

#works_single .mgb125 {
  margin-bottom: 25px;
}

#works_single .mgb130 {
  margin-bottom: 30px;
}

#works_single .mgb140 {
  margin-bottom: 40px;
}

#works_single .mgb145 {
  margin-bottom: 45px;
}

#works_single .mgb150 {
  margin-bottom: 50px;
}

#works_single .mgb155 {
  margin-bottom: 55px;
}

#works_single .mgb160 {
  margin-bottom: 60px;
}

#works_single .mgb165 {
  margin-bottom: 65px;
}

#works_single .mgb170 {
  margin-bottom: 70px;
}

#works_single .mgb175 {
  margin-bottom: 75px;
}

#works_single .mgb180 {
  margin-bottom: 80px;
}

#works_single .mgb185 {
  margin-bottom: 85px;
}

#works_single .mgb190 {
  margin-bottom: 90px;
}

#works_single .mgb195 {
  margin-bottom: 95px;
}

#works_single .mgb200 {
  margin-bottom: 100px;
}

/*--- TOP ナビゲーション ------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .home #fixedbox {
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .home .header__logo {
    display: none !important;
  }
}

.home #menuButton span,
.home #menuButton::before,
.home #menuButton::after {
  background: #ffffff;
}

.home #menuButton.color_black span,
.home #menuButton.color_black::before,
.home #menuButton.color_black::after {
  background: #000000;
}

@media screen and (max-width: 767px) {
  .home .container {
    margin-top: -18.8vw !important;
  }
}

.home .nav-toggle {
  top: 53.5%;
}

/*--- TOP ナビゲーション ------------------------------------------------------------------*/
.bx-has-pager {
  display: none !important;
}

.bx-wrapper {
  box-shadow: 0 0 0 #ccc !important;
}

.header_top {
  display: none;
  overflow: hidden;
  position: relative;
}

.header_top .signature {
  position: absolute;
  display: block;
  width: 24.3201581vw;
  z-index: 15;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 767px) {
  .header_top .signature {
    width: 71vw;
    margin: 13.5vw auto 0;
  }
}

.header_top .bx-wrapper {
  margin: 0 auto !important;
  border: none !important;
}

@media screen and (max-width: 767px) {
  .header_top .bx-wrapper {
    background: #f7f7f7;
  }
}

.header_top .bx-viewport {
  width: 70vw !important;
  height: 42.802371542vw;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header_top .bx-viewport {
    width: 91.75926vw !important;
    height: auto;
    padding: 22.62963vw 0 0;
  }
}

.header_top .bxslider_top,
.header_top .bxslider_top_sp {
  width: 70vw;
  height: 42.802371542vw;
}

@media screen and (max-width: 767px) {
  .header_top .bxslider_top,
  .header_top .bxslider_top_sp {
    height: auto;
  }
}

.header_top .bxslider_top .slider_top01,
.header_top .bxslider_top_sp .slider_top01 {
  width: 70vw;
  height: 42.802371542vw;
  background-image: url("/wp-content/themes/wp-recra/images/top/pc_main01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .header_top .bxslider_top .slider_top01,
  .header_top .bxslider_top_sp .slider_top01 {
    height: auto;
    background-image: none;
  }
}

.header_top .bxslider_top .slider_top02,
.header_top .bxslider_top_sp .slider_top02 {
  width: 70vw;
  height: 42.802371542vw;
  background-image: url("/wp-content/themes/wp-recra/images/top/pc_main02.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .header_top .bxslider_top .slider_top02,
  .header_top .bxslider_top_sp .slider_top02 {
    height: auto;
    background-image: none;
  }
}

.header_top .bxslider_top .slider_top03,
.header_top .bxslider_top_sp .slider_top03 {
  width: 70vw;
  height: 42.802371542vw;
  background-image: url("/wp-content/themes/wp-recra/images/top/pc_main03.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .header_top .bxslider_top .slider_top03,
  .header_top .bxslider_top_sp .slider_top03 {
    height: auto;
    background-image: none;
  }
}

.header_top .bxslider_top .slider_top04,
.header_top .bxslider_top_sp .slider_top04 {
  width: 70vw;
  height: 42.802371542vw;
  background-image: url("/wp-content/themes/wp-recra/images/top/pc_main04.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .header_top .bxslider_top .slider_top04,
  .header_top .bxslider_top_sp .slider_top04 {
    height: auto;
    background-image: none;
  }
}

.header_top .bxslider_top .slider_top05,
.header_top .bxslider_top_sp .slider_top05 {
  width: 70vw;
  height: 42.802371542vw;
  background-image: url("/wp-content/themes/wp-recra/images/top/pc_main05.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .header_top .bxslider_top .slider_top05,
  .header_top .bxslider_top_sp .slider_top05 {
    height: auto;
    background-image: none;
  }
}

.scroll_wrap {
  display: block !important;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
  z-index: 9999999;
  top: 0;
  left: 0;
  opacity: 1 !important;
}

.scroll_wrap_sp_tap {
  display: block !important;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  z-index: 9999999;
  top: 0;
  left: 0;
  opacity: 1 !important;
}

/*--- セクション共通 ------------------------------------------------------------------*/
.sec_wrap {
  margin: 0 auto;
}

/*--- セクション共通 ------------------------------------------------------------------*/
/*--- TOP リードコピー ------------------------------------------------------------------*/
#title_headread {
  width: 70vw;
  margin: 0 auto;
  background: #f7f7f7;
  text-align: center;
  margin: 0.38735177866vw auto 0;
  padding: 2.40158102779vw 0 0;
}

@media screen and (max-width: 767px) {
  #title_headread {
    width: 100%;
    margin: 0 auto 0;
    padding: 13.88888889vw 0 0;
  }
}

#title_headread .title_headline {
  font-size: 28px;
  font-size: 1.10672vw;
  letter-spacing: 0.2rem;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  #title_headread .title_headline {
    line-height: 1.9;
    font-size: 103.07407px;
    font-size: 4.07407vw;
    letter-spacing: 0.15rem;
  }
}

#title_headread .title_headtxt_en {
  font-size: 9px;
  letter-spacing: 0.05rem;
  margin: 0.8300395257vw auto 0;
  -moz-transform: scale(0.71);
  -webkit-transform: scale(0.71);
  -o-transform: scale(0.71);
  -ms-transform: scale(0.71);
  transform: scale(0.71);
}

@media screen and (max-width: 767px) {
  #title_headread .title_headtxt_en {
    line-height: 2;
    font-size: 51px;
    font-size: 2.01581vw;
    margin: 2.1296296291 auto 0;
  }
}

@media all and (-ms-high-contrast: none) {
  #title_headread .title_headtxt_en {
    font-size: 12px;
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
}

@supports (-ms-ime-align: auto) {
  #title_headread .title_headtxt_en {
    font-size: 12px;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}

#title_headread .title_head_img {
  width: 25vw;
  margin: 3.003952569vw auto 0;
}

@media screen and (max-width: 767px) {
  #title_headread .title_head_img {
    width: 74.81481481vw;
    margin: 6.296296296vw auto 0;
  }
}

/*--- TOP リードコピー ------------------------------------------------------------------*/
/*--- CONTENTS TITLE ------------------------------------------------------------------*/
.content_main_title {
  width: 70vw;
  margin: 0 auto;
  background: #f7f7f7;
  padding: 6.0869565218vw 0 2.1027667983vw;
}

@media screen and (max-width: 767px) {
  .content_main_title {
    width: 100%;
    padding: 48.98148148vw 8.333333333vw 8.888888889vw 8.333333333vw;
  }
}

.content_main_title img {
  width: 6.5019762843vw;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .content_main_title img {
    width: 28.33333333vw;
    margin: 0 0;
  }
}

/*--- CONTENTS TITLE ------------------------------------------------------------------*/

/*# sourceMappingURL=top.css.map */