@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato");
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #404040;
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  overflow-x: hidden; }

.cont {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

.ow {
  width: 100%;
  overflow: hidden; }

* {
  box-sizing: border-box; }

*::after {
  box-sizing: border-box; }

*::before {
  box-sizing: border-box; }

a:hover,
a:visited,
a:focus {
  outline: none;
  border: none; }

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

div.wpcf7-validation-errors {
  width: 95% !important;
  float: left !important;
  border: 2px solid #f7e700 !important;
  text-align: center !important;
  font-size: 18px !important;
  box-sizing: border-box !important; }

div.wpcf7-mail-sent-ok {
  width: 95% !important;
  float: left !important;
  border: 2px solid #398f14 !important;
  text-align: center !important;
  font-size: 18px !important;
  box-sizing: border-box !important; }

img.alignright {
  float: right; }

img.alignleft {
  float: left; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*Css pagenation*/
.wp-pagenavi {
  width: 100% !important;
  text-align: center !important; }

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 6px 10px !important;
  font-size: 14px;
  line-height: 1.3333333;
  position: relative;
  margin: 0 !important;
  margin-left: -1px !important;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd !important; }

.nextpostslink {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important; }

.previouspostslink {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important; }

.wp-pagenavi span.current {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #000;
  border: 1px solid #000 !important; }

span.pages {
  display: none; }

.wrap-pagi {
  width: 100%;
  float: left;
  margin-top: 40px;
  text-align: left;
  padding-bottom: 10px; }

.wp-pagenavi a {
  text-decoration: none !important; }

.wp-pagenavi a:hover {
  background: #333;
  color: #fff;
  border: 1px solid #333 !important;
  text-decoration: none !important; }

/*End css pagenation*/
/*HEADER*/
body.home .he-nav ul li:last-child {
  display: none; }
body.home .he-nav ul li:nth-last-child(2) {
  display: none; }

.page .wrap-header .he-nav ul li.menu-item-home a,
.category .wrap-header .he-nav ul li.menu-item-home a,
.single .wrap-header .he-nav ul li.menu-item-home a {
  padding-left: 20px;
  padding-right: 40px; }

.wrap-header {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out 0s; }
  .wrap-header .he-nav {
    overflow: hidden;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 38px; }
    .wrap-header .he-nav ul {
      text-align: center; }
      .wrap-header .he-nav ul li {
        display: inline-block;
        vertical-align: middle; }
        .wrap-header .he-nav ul li a {
          text-decoration: none;
          color: #fff;
          display: block;
          padding-left: 20px;
          padding-right: 20px; }
        .wrap-header .he-nav ul li span {
          display: block;
          text-align: center;
          line-height: 1.2; }
        .wrap-header .he-nav ul li span.nav-jp {
          text-transform: uppercase;
          font-size: 15px;
          letter-spacing: 1px;
          font-weight: bold; }
        .wrap-header .he-nav ul li span.nav-en {
          font-size: 10px; }
        .wrap-header .he-nav ul li:hover a {
          color: #ff0; }
      .wrap-header .he-nav ul li.logo-page a {
        padding-left: 20px;
        padding-right: 40px; }
  .wrap-header .he-connect {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100; }
    .wrap-header .he-connect ul li {
      float: left;
      background: rgba(255, 255, 255, 0.85);
      width: 45px;
      height: 45px;
      text-align: center; }
      .wrap-header .he-connect ul li a {
        display: block; }
        .wrap-header .he-connect ul li a i {
          font-size: 18px;
          line-height: 45px; }
    .wrap-header .he-connect ul li.icon-shop {
      margin-right: 2px; }
      .wrap-header .he-connect ul li.icon-shop i {
        color: #940000;
        font-weight: bold; }
    .wrap-header .he-connect ul li.icon-insta {
      margin-right: 2px; }
      .wrap-header .he-connect ul li.icon-insta i {
        color: #D13265; }
    .wrap-header .he-connect ul li.icon-face i {
      color: #2D6CCC; }

.wh-scroll {
  background: rgba(0, 0, 0, 0.6);
  position: fixed; }
  .wh-scroll .he-nav {
    padding-top: 9px;
    padding-bottom: 6px; }

.wrap-header-sp.wh-scroll {
  position: fixed;
  background: rgba(0, 0, 0, 0.75); }

.wrap-header-sp.wh-scroll.onclick {
  background: none; }

.wrap-header-sp {
  display: none; }

/*END HEADER*/
/*COMMON*/
.btn-style a {
  display: inline-block;
  max-width: 260px;
  width: 100%;
  height: 51.5px;
  background: url(assets/images/bg-btn_1.png) center center no-repeat;
  color: #404040;
  font-size: 16px;
  line-height: 51.5px;
  text-decoration: none;
  text-align: center; }

.btn-style01 {
  text-align: center; }
  .btn-style01 a {
    display: inline-block;
    max-width: 214px;
    width: 100%;
    height: 42px;
    background: url(assets/images/bg-btn_2.png) center center no-repeat;
    color: #404040;
    font-size: 14px;
    line-height: 42px;
    text-decoration: none;
    text-align: center; }

.page-banner {
  position: relative; }
  .page-banner .banner-page {
    min-height: 545px;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    .page-banner .banner-page::after {
      content: '';
      background: rgba(0, 0, 0, 0.25);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .page-banner .banner-page::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      width: 181px;
      height: 544px;
      z-index: 2;
      background: url(assets/images/pa-img.png) top center no-repeat; }
  .page-banner::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 67px 0 0 951.5px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3; }
  .page-banner::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 67px 951.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2; }
  .page-banner .page-title {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
    padding-top: 270px; }
    .page-banner .page-title h2 {
      font-size: 36px;
      line-height: 1.6;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      background: url(assets/images/ho-line.png) center bottom no-repeat;
      padding-bottom: 3px; }
    .page-banner .page-title span {
      font-size: 16px;
      line-height: 1.6;
      padding-top: 15px;
      display: inline-block; }

/*END COMMON*/
/*FOOTER*/
br.br-sp {
  display: none; }

footer {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  footer .wrap-ft {
    margin-top: 169px;
    padding-bottom: 45px; }
  footer .ft-co {
    border-top: 1px solid #E6E6E6;
    padding-top: 35px; }
    footer .ft-co .ft-info {
      font-size: 13px;
      line-height: 2.1;
      letter-spacing: 0.5px;
      color: #404040; }
    footer .ft-co .copy-right {
      font-size: 11px;
      color: #404040;
      line-height: 1.6;
      margin-top: 12px;
      letter-spacing: 0.5px; }
  footer .scrolltop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99; }

/*END FOOTER*/
/*TOP*/
.ho-slide {
  position: relative; }
  .ho-slide .owl-controls {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
  .ho-slide .txt-slide {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center; }

.txt-info {
  margin-top: 35px;
  color: #fff;
  position: relative;
  padding-top: 16px; }
  .txt-info h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.25px; }
  .txt-info p {
    line-height: 1.8;
    font-size: 14px;
    letter-spacing: 0.5px; }

.txt-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  height: 1px;
  width: 298px;
  background: #fff; }

.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.6); }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff; }

.owl-theme .owl-dots .owl-dot span {
  margin: 5px 10px; }

#concept .wrap-concept {
  background: url(assets/images/ho-img.jpg) left top no-repeat;
  min-height: 517px;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  #concept .wrap-concept .co-img {
    float: none;
    width: 38.3606557377%;
    margin-left: 0;
    margin-right: 0;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat; }
  #concept .wrap-concept .co-info {
    padding-top: 65px;
    padding-bottom: 65px;
    float: none;
    width: 61.6393442623%;
    margin-left: 0;
    margin-right: 0; }
#concept .co-info-child {
  margin-top: 30px;
  margin-bottom: 35px; }
  #concept .co-info-child h4 {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 12px; }
  #concept .co-info-child p {
    font-size: 14px;
    line-height: 1.8;
    max-width: 560px;
    width: 100%;
    letter-spacing: 0.5px; }

.title-style01 {
  color: #404040; }
  .title-style01 h2 {
    font-size: 32px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .title-style01 span {
    font-size: 16px;
    line-height: 1.2; }

.wrap-flow {
  background-image: url(assets/images/fl-img.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  .wrap-flow .owl-carousel {
    z-index: auto; }
  .wrap-flow .fl-slide {
    float: none;
    width: 38.3606557377%;
    margin-left: 0;
    margin-right: 0;
    position: relative; }
    .wrap-flow .fl-slide .item {
      height: 100%;
      min-height: 529px;
      background-position: center center;
      background-size: cover; }
    .wrap-flow .fl-slide .owl-controls {
      position: absolute;
      left: 25%;
      bottom: 12px;
      z-index: 2; }
    .wrap-flow .fl-slide::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 80px 0 0 400px;
      border-color: transparent transparent transparent #f0e8e0;
      z-index: 1; }
    .wrap-flow .fl-slide::before {
      content: url(assets/images/fl-bg-slide.png);
      position: absolute;
      top: 0;
      right: 0;
      width: 166px;
      height: 530px;
      z-index: 3; }
  .wrap-flow .fl-info {
    padding-top: 65px;
    padding-bottom: 65px;
    float: none;
    width: 61.6393442623%;
    margin-left: 0;
    margin-right: 0; }
  .wrap-flow .fl-info-child {
    margin-top: 30px;
    margin-bottom: 35px; }
    .wrap-flow .fl-info-child h4 {
      font-size: 22px;
      line-height: 1.6;
      margin-bottom: 12px; }
    .wrap-flow .fl-info-child p {
      font-size: 14px;
      line-height: 1.8;
      max-width: 560px;
      width: 100%;
      letter-spacing: 0.5px; }

.wrap-flow::after {
  content: url(assets/images/fl-img1.png);
  position: absolute;
  top: 0;
  right: 5.8%;
  width: 222px;
  height: 530px;
  z-index: 1; }

#products .wrap-products {
  padding-top: 78px; }
  #products .wrap-products .pr-text {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 680px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.25px;
    margin-top: 32px;
    margin-bottom: 28px; }
#products .pr-rows {
  margin-bottom: 40px; }
  #products .pr-rows ul li {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 23.5%;
    text-align: left;
    position: relative; }
    #products .pr-rows ul li:nth-child(4n) {
      margin-right: 0; }
    #products .pr-rows ul li a {
      display: block;
      text-decoration: none;
      height: 100%; }
    #products .pr-rows ul li span {
      text-transform: uppercase;
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 10px;
      color: #fff;
      text-align: center;
      display: inline-block;
      background: #D86C44;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      position: absolute;
      top: 8px;
      left: 8px; }

.title-style02 {
  text-align: center; }
  .title-style02 img {
    padding-bottom: 12px; }
  .title-style02 h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #404040;
    text-transform: uppercase; }
  .title-style02 span {
    font-size: 16px;
    line-height: 1.2;
    color: #404040; }

#blog .wrap-blog {
  margin-top: 142px; }
#blog .blog-row {
  margin-top: 35px;
  margin-bottom: 38px; }
  #blog .blog-row ul li {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 23.5%; }
    #blog .blog-row ul li:nth-child(4n) {
      margin-right: 0; }
    #blog .blog-row ul li a {
      display: inline-block;
      text-decoration: none; }
    #blog .blog-row ul li img {
      margin: 0 auto;
      display: block; }
    #blog .blog-row ul li h3 {
      font-size: 15px;
      line-height: 1.6;
      color: #000;
      letter-spacing: 0.25px;
      margin-top: 10px;
      margin-bottom: 5px; }
  #blog .blog-row .bl-cat {
    font-style: italic;
    font-size: 11px;
    line-height: 1.2;
    color: #808080;
    letter-spacing: 0.25px; }
    #blog .blog-row .bl-cat span {
      display: inline-block;
      vertical-align: middle; }

/*END TOP*/
/*SEC CONNON*/
.page .cont p {
  margin-bottom: 1em; }

/*END SEC COMMON*/
/*COMPANY*/
.page-title {
  text-align: center; }
  .page-title h3 {
    font-size: 24px;
    line-height: 1.6;
    color: #000;
    letter-spacing: 0.5px;
    position: relative; }
    .page-title h3 span {
      display: inline-block; }
      .page-title h3 span::before {
        content: '';
        background: rgba(255, 218, 36, 0.5);
        width: 100%;
        max-width: 162px;
        position: absolute;
        bottom: 3px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        height: 10px;
        z-index: -1; }

#company .co-wp01 {
  padding-top: 72px; }
  #company .co-wp01 .co-row {
    margin-top: 60px; }
#company .co-table {
  float: left;
  width: 66%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 65px; }
  #company .co-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 30px; }
    #company .co-table table tr td {
      font-size: 15px;
      color: #000;
      line-height: 1.6;
      letter-spacing: 0.25px;
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 38px;
      vertical-align: middle; }
      #company .co-table table tr td:first-child {
        border-left: 1px solid #808080;
        border-right: 1px solid #808080;
        text-align: center;
        font-weight: bold;
        padding-left: 0;
        width: 29.824%; }
#company .co-img {
  float: left;
  width: 34%;
  margin-left: 0;
  margin-right: 0; }
  #company .co-img ul li {
    padding-bottom: 2px; }
#company .co-wp02-row {
  margin-top: 55px; }
#company .co-wp02 {
  margin-top: 117px; }
  #company .co-wp02 .page-title h3 span::before {
    max-width: 196px; }
  #company .co-wp02 .co-wp02-left {
    float: left;
    width: 49%;
    margin-left: 0;
    margin-right: 2%; }
  #company .co-wp02 .co-wp02-right {
    float: left;
    width: 49%;
    margin-left: 0;
    margin-right: 0; }
  #company .co-wp02 .co-wp02-left ul li,
  #company .co-wp02 .co-wp02-right ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    letter-spacing: 0.25px; }
    #company .co-wp02 .co-wp02-left ul li:first-child,
    #company .co-wp02 .co-wp02-right ul li:first-child {
      font-size: 18px;
      font-weight: bold; }
  #company .co-wp02 .co-maps {
    margin-top: 22px; }
  #company .co-wp02 .co-maps iframe {
    width: 100%;
    height: 490px; }

/*END COMPANY*/
/*CONCEPT*/
#con-custom::before {
  border-color: transparent transparent transparent #eeeae2; }
#con-custom::after {
  border-color: transparent transparent #eeeae2 transparent; }

#sun {
  position: relative; }
  #sun::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 67px 0 0 951.5px;
    border-color: transparent transparent transparent #e2e9eb;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3; }
  #sun::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 67px 951.5px;
    border-color: transparent transparent #e2e9eb transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2; }
  #sun .con-wp01 {
    min-height: 720px;
    position: relative;
    z-index: 2; }
    #sun .con-wp01::after {
      z-index: 2;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 200px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeae2+0,7db9e8+100&1+0,0+100 */
      background: -moz-linear-gradient(top, #eeeae2 0%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #eeeae2 0%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #eeeae2 0%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeae2', endColorstr='#007db9e8', GradientType=0);
      /* IE6-9 */ }
    #sun .con-wp01 .con-wp01-info {
      position: relative;
      z-index: 4;
      text-align: center;
      padding-top: 75px; }

.con-text {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.25px;
  margin-top: 30px; }

.co-title {
  position: relative; }
  .co-title h3 {
    font-size: 28px;
    line-height: 1.6;
    color: #000000;
    letter-spacing: 0.5px;
    z-index: 1; }
    .co-title h3 span {
      display: inline-block;
      padding-left: 20px;
      padding-right: 20px;
      position: relative; }
      .co-title h3 span::after {
        content: '';
        background: #DACCB5;
        height: 10px;
        width: 100%;
        position: absolute;
        bottom: 6px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        z-index: -1; }

#mountains {
  position: relative; }
  #mountains::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 67px 0 0 951.5px;
    border-color: transparent transparent transparent #E4E0DC;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3; }
  #mountains::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 67px 951.5px;
    border-color: transparent transparent #E4E0DC transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2; }
  #mountains .mou-wp01 {
    min-height: 720px;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2; }
    #mountains .mou-wp01::after {
      z-index: 2;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 200px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e9eb+85,7db9e8+100&1+0,0+100 */
      background: -moz-linear-gradient(top, #e2e9eb 0%, rgba(226, 233, 235, 0.15) 85%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e2e9eb 0%, rgba(226, 233, 235, 0.15) 85%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e2e9eb 0%, rgba(226, 233, 235, 0.15) 85%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e9eb', endColorstr='#007db9e8', GradientType=0);
      /* IE6-9 */ }
  #mountains .mou-wp01-info {
    position: relative;
    z-index: 3;
    text-align: center;
    padding-top: 75px; }

#staff {
  position: relative; }
  #staff::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 67px 0 0 951.5px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3; }
  #staff::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 67px 951.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2; }
  #staff .sta-wp01 {
    min-height: 720px;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2; }
    #staff .sta-wp01::after {
      z-index: 2;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 200px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e1db+86,7db9e8+100&1+0,0+100 */
      background: -moz-linear-gradient(top, #e3e1db 0%, rgba(227, 225, 219, 0.14) 86%, rgba(125, 185, 232, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e3e1db 0%, rgba(227, 225, 219, 0.14) 86%, rgba(125, 185, 232, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e3e1db 0%, rgba(227, 225, 219, 0.14) 86%, rgba(125, 185, 232, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e1db', endColorstr='#007db9e8', GradientType=0);
      /* IE6-9 */ }
  #staff .staff-wp01-info {
    text-align: center;
    padding-top: 75px;
    position: relative;
    z-index: 4; }

.con-btn {
  position: relative;
  text-align: center;
  margin-top: 90px; }
  .con-btn .btn-style a {
    background: url(assets/images/mou-img02.png) center center no-repeat; }

/*END CONCEPT*/
#flow .fl-intro {
  padding-top: 88px; }
#flow .fl-title {
  position: relative;
  text-align: center; }
  #flow .fl-title h3 {
    font-size: 28px;
    color: #000;
    line-height: 1.6;
    letter-spacing: 0.5px; }
    #flow .fl-title h3 span {
      display: inline-block;
      padding-left: 25px;
      padding-right: 25px;
      position: relative; }
      #flow .fl-title h3 span::after {
        content: '';
        background: #FFEC91;
        height: 10px;
        width: 100%;
        position: absolute;
        bottom: 6px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        z-index: -1; }
#flow .fl-introtext {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.25px;
  text-align: center;
  margin-top: 30px; }

/*FLOW*/
.fl-co-header {
  padding-top: 55px; }
  .fl-co-header ul li#high2::before,
  .fl-co-header ul li#high3::before,
  .fl-co-header ul li#high4::before,
  .fl-co-header ul li#high5::before,
  .fl-co-header ul li#high6::before,
  .fl-co-header ul li#high7::before,
  .fl-co-header ul li#high8::before,
  .fl-co-header ul li#high9::before,
  .fl-co-header ul li#high10::before,
  .fl-co-header ul li#high11::before,
  .fl-co-header ul li#high12::before {
    content: '';
    position: absolute;
    top: 22px;
    left: -32px;
    background: repeating-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 5px, #000 5px, #000 10px);
    border-bottom: 0px;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    width: 0px;
    height: 2px;
    z-index: -1; }
  .fl-co-header ul li#high2.active::before,
  .fl-co-header ul li#high3.active::before,
  .fl-co-header ul li#high4.active::before,
  .fl-co-header ul li#high5.active::before,
  .fl-co-header ul li#high6.active::before,
  .fl-co-header ul li#high7.active::before,
  .fl-co-header ul li#high8.active::before,
  .fl-co-header ul li#high9.active::before,
  .fl-co-header ul li#high10.active::before,
  .fl-co-header ul li#high11.active::before,
  .fl-co-header ul li#high12.active::before {
    width: 100%; }
  .fl-co-header ul li {
    float: left;
    float: left;
    margin-right: 1.9%;
    margin-bottom: 1.9%;
    width: 6.5916666667%;
    text-align: center;
    position: relative; }
    .fl-co-header ul li:nth-child(12n) {
      margin-right: 0; }
    .fl-co-header ul li a {
      display: block;
      text-decoration: none;
      color: inherit; }
      .fl-co-header ul li a span {
        display: block; }
      .fl-co-header ul li a span.fl-stt {
        transition: .4s ease;
        background: #BBBBBB;
        color: #fff;
        width: 44px;
        height: 44px;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
        font-size: 20px;
        line-height: 44px;
        text-align: center;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        margin: 0 auto;
        -webkit-transition: .4s ease;
        -moz-transition: .4s ease;
        -ms-transition: .4s ease;
        -o-transition: .4s ease; }
      .fl-co-header ul li a span.fl-text {
        font-size: 13px;
        line-height: 1.6;
        color: #BBBBBB;
        padding-top: 5px;
        transition: all 0.3s ease-in-out 0s; }
  .fl-co-header ul li.active span.fl-stt {
    background: #000; }
  .fl-co-header ul li.active span.fl-text {
    color: #000; }
  .fl-co-header ul li:hover span.fl-stt {
    background: #000; }
  .fl-co-header ul li:hover span.fl-text {
    color: #000; }

.fl-co-row {
  background: #D4D3CC;
  color: #000;
  margin-top: 70px; }
  .fl-co-row .fl-co-item {
    min-height: 495px; }
    .fl-co-row .fl-co-item .item-text {
      width: 50%;
      padding-left: 23.7%;
      padding-right: 15px;
      padding-top: 95px; }
    .fl-co-row .fl-co-item .item-text.img-right {
      padding-left: 75px; }
    .fl-co-row .fl-co-item .tl-left {
      float: left; }
    .fl-co-row .fl-co-item .img-right {
      float: right; }
    .fl-co-row .fl-co-item .item-img {
      width: 50%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      min-height: 495px; }
  .fl-co-row #sec12 {
    background: #fff;
    position: relative; }
    .fl-co-row #sec12::before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 240px 0 0 951.5px;
      border-color: transparent transparent transparent #ffffff;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3; }
    .fl-co-row #sec12::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 240px 951.5px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 2; }
    .fl-co-row #sec12 .fl-co-item-12 {
      background-position: center center;
      background-size: cover;
      min-height: 820px;
      padding-top: 220px; }
    .fl-co-row #sec12 .fl-se12-co {
      background: rgba(225, 225, 225, 0.9);
      width: 350px;
      height: 350px;
      border-radius: 100%;
      margin: 0 auto;
      position: relative;
      text-align: center;
      padding-top: 115px; }
      .fl-co-row #sec12 .fl-se12-co h4 {
        font-size: 36px;
        line-height: 1.6;
        color: #000;
        letter-spacing: 1px; }
      .fl-co-row #sec12 .fl-se12-co p {
        font-size: 18px;
        line-height: 1.6;
        color: #000;
        letter-spacing: 0.5px; }
  .fl-co-row .fl-title-style01 {
    position: relative; }
    .fl-co-row .fl-title-style01 span.step {
      position: absolute;
      top: -85px;
      left: -30px;
      z-index: 0;
      font-family: 'Lato', sans-serif;
      font-size: 100px;
      letter-spacing: 1px;
      font-weight: bold;
      color: #C9C8C2; }
    .fl-co-row .fl-title-style01 h4 {
      font-size: 32px;
      line-height: 1.6;
      color: #000;
      letter-spacing: 1px;
      position: relative;
      z-index: 1; }
    .fl-co-row .fl-title-style01 span {
      font-size: 18px;
      letter-spacing: 0.5px;
      color: #000;
      line-height: 1.6;
      display: block;
      padding-top: 5px; }
  .fl-co-row .fl-introtext01 {
    font-size: 14px;
    color: #000;
    line-height: 200%;
    letter-spacing: 0.25px;
    padding-top: 20px;
    max-width: 425px;
    width: 100%; }

.fl-content .navbar-fixed-top,
.fl-content.navbar-fixed-top2 .fl-co-header {
  background: rgba(255, 255, 255, 0.85);
  z-index: 2;
  padding-top: 55px; }
  .fl-content .navbar-fixed-top ul li,
  .fl-content.navbar-fixed-top2 .fl-co-header ul li {
    margin-bottom: 10px; }
    .fl-content .navbar-fixed-top ul li span.fl-text,
    .fl-content.navbar-fixed-top2 .fl-co-header ul li span.fl-text {
      font-size: 0;
      opacity: 0; }

.fl-content.navbar-fixed-top2 .fl-co-header {
  position: fixed;
  top: 0;
  left: 0; }

.fl-content.navbar-fixed-top2 .fl-co-row {
  margin-top: 220px; }

#fl-slide .item {
  height: 495px;
  background-size: cover;
  background-position: center center; }
#fl-slide .owl-controls .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  bottom: 12px; }
#fl-slide .owl-theme .owl-nav [class*='owl-'] {
  background: none; }
#fl-slide .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%; }
  #fl-slide .owl-theme .owl-nav .owl-next {
    right: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  #fl-slide .owl-theme .owl-nav .owl-prev {
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.fl-co12-text {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.5px;
  padding-top: 70px; }

/*END FLOW*/
/*PRODUCT*/
#products {
  letter-spacing: 0.25px;
  padding-top: 30px; }

.product-message {
  font-size: 1.1em;
  text-align: center; }

#products .pro-rows-ul a:hover img {
  opacity: 0.8; }

#products .pro-rows-ul a:hover,
#products .pro-rows-ul a {
  text-decoration: none; }

.pro-menu {
  text-align: right;
  margin-top: 65px; }

.pro-menu-ul li:last-child {
  padding-right: 0px;
  border-right: 0px solid #000; }

.pro-menu-ul li {
  display: inline-block;
  padding-left: 23px;
  padding-right: 23px;
  border-right: 1px solid #000;
  font-size: 15px;
  line-height: 15px; }

.pro-rows {
  margin-top: 63px; }

.pro-rows-ul li:nth-child(4n) {
  margin-right: 0%; }

.pro-rows-ul li {
  float: left;
  width: 23.4%;
  margin-right: 2.1%;
  margin-bottom: 60px; }

.pro-item-image {
  width: 100%;
  background: #F6F6F6;
  text-align: center; }

.pro-item-name {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  margin-top: 18px; }

.pro-item-dec {
  font-size: 14px;
  color: #000;
  margin-top: 5px; }

.pro-rows-ul li:last-child,
.pro-rows-ul li:nth-last-child(2),
.pro-rows-ul li:nth-last-child(3),
.pro-rows-ul li:nth-last-child(4) {
/*   margin-bottom: 0; */ }

.product-detail.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px; }

.product-detail.flex > div {
  width: 48%; }

.product-detail-image-main {
  margin-bottom: 10px; }

.product-detail-image-sub {
  padding-bottom: 30px; }

.product-detail-image-sub ul {
  display: flex; }

.product-detail-image-sub ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.product-detail-image-sub ul li {
  width: 49%; }

.product-detail-image-sub ul li:nth-child(even) {
  display: none; }

.product-detail-content h2 {
  font-size: 1.6em;
  margin-bottom: 30px; }

.product-detail-content p.product-comment {
  margin-bottom: 30px; }

.product-detail-content p.product-price {
  font-size: 1.3em;
  margin-bottom: 5px; }

.product-detail-content p.product-price span {
  font-size: 0.7em; }

.product-detail-content p.product-id {
  font-size: 0.8em; }

.product-detail-cart > div {
  width: 100% !important; }

.cartjs_cart_in > input[type="submit"] {
  background: #eee8de;
  border: 0;
  padding: 15px 15px;
  width: 100%; }

.product-detail-cart table {
  border-collapse: collapse; }

.product-detail-cart table,
.product-detail-cart th,
.product-detail-cart td {
  border: 0 !important; }

/*END PRODUCT*/
/*CONTACT*/
.crid-830 {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.25px; }

.ct-center {
  text-align: center;
  margin-top: 85px;
  color: #000000;
  font-size: 18px;
  line-height: 1.8; }

.ct-center-tel {
  margin-top: 28px;
  border-bottom: 1px solid #000;
  padding-bottom: 60px; }

.ct-number-tel {
  font-size: 32px;
  vertical-align: middle; }

.ct-nummber-text {
  vertical-align: middle;
  font-size: 20px; }

.ct-number-ps {
  margin-top: 5px;
  font-size: 14px; }

.ct-content {
  margin-top: 53px;
  margin-bottom: 75px; }

.ct-content-black {
  font-size: 14px;
  color: #000;
  line-height: 1.8; }

.ct-content-red {
  font-size: 13px;
  color: #BE0000;
  line-height: 1.8; }

.ct-form-st1 .ct-form-btm {
  display: inline-block;
  max-width: 214px;
  width: 100%;
  height: 42px;
  background: url(assets/images/bg-btn_2.png) center center no-repeat;
  color: #404040;
  font-size: 14px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0;
  line-height: 42px;
  padding: 0 30px 0 0;
  border: none;
  cursor: pointer; }

.ct-form-st1 .ct-form-btm2 {
  display: inline-block;
  max-width: 214px;
  width: 100%;
  height: 42px;
  background: #efe9df;
  color: #404040;
  font-size: 14px;
  line-height: 42px;
  text-decoration: none;
  text-align: center;
  border: 0;
  line-height: 42px;
  padding: 0 20px 0 0;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out 0s; }

.ct-form-st1 .ct-form-btm2::after {
  content: "";
  width: 30px;
  height: 30px;
  background: #FFF;
  border: 1px solid #efe9df;
  position: absolute;
  top: 6px;
  right: -14px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out 0s; }

.ct-form-st1 .ct-form-btm2:hover {
  background: #dfd9cf; }

.ct-form-st1 .ct-form-btm2:hover::after {
  border: 1px solid #dfd9cf; }

.ct-form-st1 .ct-form-btm-back {
  background: #f2f2f2; }

.ct-form-st1 .ct-form-btm-back::after {
  border: 1px solid #f2f2f2;
  left: -14px;
  right: auto; }

.ct-form-st1 .ct-form-btm-back:hover {
  background: #d9d9d9; }

.ct-form-st1 .ct-form-btm-back:hover::after {
  border: 1px solid #d9d9d9; }

.ct-form-st1 tr td:first-child {
  width: 28.3%;
  font-size: 15px;
  vertical-align: middle; }

.ct-form-st1 tr td {
  padding-left: 20px;
  font-size: 14px;
  color: #000;
  width: 71.7%;
  padding-bottom: 20px; }

.ct-form-st1 tr.tb-top td:first-child {
  vertical-align: top; }

.ct-form-st1 input {
  width: 100%;
  border: 1px solid #A9A9A9;
  height: 42px;
  padding: 10px; }

.ct-form-st1 input[type="radio"] {
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle; }

.wpcf7-radio span.wpcf7-list-item {
  margin: 0 20px 0 0;
  font-size: 15px; }
  .wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px; }

.ct-form-st1 textarea {
  width: 100%;
  border: 1px solid #A9A9A9;
  resize: none;
  height: 170px;
  padding: 10px; }

.ct-form .ct-form-st1 .ct-form-but {
  text-align: center;
  width: 100%;
  padding-top: 65px; }

.ct-form-dnote {
  width: 19%;
  display: inline-block; }

.ct-form-note,
.ct-form-note2 {
  display: inline-block;
  background: #BE0000;
  line-height: 1;
  color: #fff;
  font-size: 11px;
  padding: 4px 5px 3px 5px;
  vertical-align: middle;
  border-radius: 5px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.ct-form-note2 {
  background: #bfbfbf; }

.mw_wp_form_preview .ct-form-note,
.mw_wp_form_preview .ct-form-note2 {
  display: none; }

.ct-form-st1::placeholder {
  color: #989898;
  opacity: 1;
  /* Firefox */ }

.ct-form-st1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #989898; }

.ct-form-st1::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #989898; }

/* The container */
.radio-group {
  vertical-align: middle;
  display: inline-block; }

.lu-tests {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-right: 20px; }

/* Hide the browser's default radio button */
.lu-tests input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.lu-tests:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.lu-tests input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.lu-tests input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.lu-tests .checkmark:after {
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2196F3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.ct-form-text {
  color: #000;
  font-size: 13px;
  text-align: center;
  margin-top: 30px; }

.ct-form-text span {
  color: #BE0000;
  font-size: 13px; }

table tr td .ct-form-text01 {
  display: inline-block;
  vertical-align: middle; }

input.w286 {
  max-width: 286px;
  width: 100%; }

.mw_wp_form_preview table tr td .ct-form-text02 {
  font-size: 1.1em;
  color: #BE0000; }

/*END CONTACT*/
/*BLOG*/
#blog {
  letter-spacing: 0.25px; }

#blog .blo-rows-ul a:hover {
  text-decoration: none; }

.blo-rows {
  margin-top: 129px; }

.blo-rows-ul li:nth-child(4n) {
  margin-right: 0%; }

.blo-rows-ul li {
  float: left;
  width: 23.4%;
  margin-right: 2.1%;
  margin-bottom: 50px; }

.blo-rows-ul li a {
  display: inline-block; }

.blo-rows-ul li:last-child,
.blo-rows-ul li:nth-last-child(2),
.blo-rows-ul li:nth-last-child(3),
.blo-rows-ul li:nth-last-child(4) {
  margin-bottom: 0; }

.blo-item-image {
  width: 100%;
  text-align: center; }

.blo-item-name {
  font-size: 15px;
  color: #000;
  margin-top: 10px; }

.blo-item-dec {
  font-size: 11px;
  color: #808080;
  margin-top: 4px;
  font-style: italic; }

.blo-det-item {
  display: block;
  background: #EBEBEB;
  text-decoration: none;
  width: 100%;
  overflow: hidden; }

.blo-det-item-name {
  font-size: 15px;
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px; }

.blo-det-item-dec {
  color: #808080;
  font-size: 11px;
  font-style: italic;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 3px;
  border-bottom: 1px solid #808080;
  padding-bottom: 6px; }

.blo-det-item-dec2 {
  font-size: 13px;
  color: #808080;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 9px;
  margin-bottom: 11px; }
  .blo-det-item-dec2 span.item-tags {
    position: relative;
    display: inline-block;
    padding: 0 2px; }
    .blo-det-item-dec2 span.item-tags:last-child span {
      display: none; }

/* blog-det-css */
#blog-detail {
  letter-spacing: 0.25px; }

#blog-detail .cont {
  padding-top: 85px; }

.blo-det-left {
  width: 70%;
  float: left;
  margin-right: 6.3%; }

.blo-det-right {
  width: 23.7%;
  float: right; }

.blo-det-title {
  font-size: 22px;
  color: #000;
  border-bottom: 1px solid #808080;
  font-weight: normal;
  padding-bottom: 12px; }

.blo-det-title2 {
  font-size: 15px;
  color: #000;
  border-bottom: 1px solid #808080;
  font-weight: normal;
  padding-bottom: 10px;
  margin-top: 40px;
  padding-left: 5px; }

.blo-det-title-det {
  font-size: 11px;
  font-style: italic;
  color: #808080;
  margin-top: 9px;
  margin-bottom: 27px; }

.blo-det-content {
  color: #404040;
  line-height: 1.8; }

.blo-det-content p {
  line-height: inherit;
  margin-bottom: 1.2em; }

.blo-det-rows {
  padding-top: 12px;
  padding-bottom: 10px; }

.blo-det-rows-titel {
  font-size: 15px;
  color: #000000;
  padding-left: 5px; }

.blo-det-rows-dec {
  font-size: 11px;
  color: #808080;
  font-style: italic;
  padding-left: 5px; }

.blo-det-rows-cate {
  margin-top: 11px; }

a.blo-det-rows-cate-titel {
  font-size: 13px;
  color: #808080;
  padding-left: 5px; }

/*END BLOG*/
/*RWD*/
@media screen and (max-width: 1520px) {
  #concept .co-info {
    padding-left: 10px;
    padding-right: 10px; }

  #flow .fl-info {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 8; }
  #flow .wrap-flow::after {
    right: 0; }
  #flow .wrap-flow .fl-slide::after {
    border-width: 80px 0 0 240px; }

  .fl-co-row .fl-co-item .item-text {
    padding-left: 50px !important; } }
@media screen and (max-width: 1280px) {
  #flow .wrap-flow::after {
    width: 110px; }

  .he-connect {
    display: none; } }
@media screen and (max-width: 1000px) {
  .cont {
    padding-left: 10px;
    padding-right: 10px; }

  #concept .wrap-concept {
    min-height: auto; }

  #flow .fl-slide::before {
    width: 138px; }
  #flow .fl-slide .item {
    min-height: 460px; } }
@media screen and (max-width: 960px) {
  #slide .txt-slide img {
    max-width: 80px;
    width: 100%; }
  #slide .txt-info {
    margin-top: 15px;
    padding-top: 5px; }

  .wrap-header .he-nav ul li span.nav-jp {
    font-size: 13px; }

  .wrap-header .he-connect ul li {
    width: 42px;
    height: 42px; }

  .wrap-header .he-connect ul li a i {
    line-height: 42px; }

  .wrap-header .he-nav ul li a {
    padding-left: 12px;
    padding-right: 12px; } }
@media screen and (max-width: 860px) {
  .blo-det-title {
    font-size: 18px; }

  #blog-detail .cont {
    padding-top: 20px; }

  .blo-det-title-det {
    margin-bottom: 10px; }

  .blo-rows {
    margin-top: 20px; }

  .he-pc {
    display: none; }

  .wrap-header-sp {
    width: 100%;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    color: #fff;
    display: block; }
    .wrap-header-sp .logo-sp {
      text-align: center;
      padding-top: 22px; }
    .wrap-header-sp .icon-menu-sp {
      position: absolute;
      top: 20px;
      left: 32px;
      z-index: 99999; }
    .wrap-header-sp .shop-sp {
      background: rgba(255, 255, 255, 0.85);
      width: 76px;
      height: 76px;
      text-align: center;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2; }
      .wrap-header-sp .shop-sp a {
        display: block; }
        .wrap-header-sp .shop-sp a i {
          font-size: 30px;
          line-height: 76px;
          font-weight: bold;
          color: #940000; }

  #slide .ho-slide .item img {
    height: 610px;
    object-fit: cover; }
  #slide .txt-slide img {
    max-width: 137px; }

  .nav-sp {
    position: fixed;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    padding-top: 95px;
    overflow-y: auto;
    z-index: 9;
    display: none; }
    .nav-sp ul.menu li:last-child i, .nav-sp ul.menu li:nth-last-child(2) i {
      font-size: 22px; }

  .nav-sp ul li {
    text-align: center; }
    .nav-sp ul li a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding-top: 20px;
      padding-bottom: 20px; }
    .nav-sp ul li span {
      display: block; }
    .nav-sp ul li span.nav-jp {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold; }
    .nav-sp ul li span.nav-en {
      font-size: 13px; }

  .icon-menu-close {
    display: none; }

  .onclick .logo-sp {
    position: fixed;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
  .onclick .shop-sp {
    position: fixed;
    z-index: 9999; }
  .onclick .icon-menu-sp {
    position: fixed;
    z-index: 9999; }
    .onclick .icon-menu-sp .icon-menu-open {
      display: none; }
    .onclick .icon-menu-sp .icon-menu-close {
      display: block; }

  #concept .co-img {
    display: none; }
  #concept .wrap-concept .co-info {
    width: 100%;
    padding-left: 76px;
    padding-top: 75px;
    padding-bottom: 87px; }

  #flow .wrap-flow {
    background-position: center center; }
    #flow .wrap-flow .fl-slide {
      display: none; }
    #flow .wrap-flow .fl-info {
      width: 100%;
      padding-left: 76px;
      padding-top: 75px;
      padding-bottom: 87px;
      padding-right: 90px; }

  .cont {
    padding-left: 30px;
    padding-right: 30px; }

  #products .wrap-products {
    padding-top: 45px; }
    #products .wrap-products .pr-text {
      font-size: 13px; }
  #products .pr-rows {
    margin-bottom: 30px; }
  #products .pr-rows ul li {
    float: left;
    margin-right: 2.877%;
    margin-bottom: 2.877%;
    width: 31.4153333333%; }
    #products .pr-rows ul li:nth-child(3n) {
      margin-right: 0; }
  #products .pr-rows ul li:nth-child(4n) {
    margin-right: 2.877%; }
  #products .pr-rows ul li:nth-child(7),
  #products .pr-rows ul li:nth-child(8) {
    display: none; }

  #blog .wrap-blog {
    margin-top: 102px; }
  #blog .blog-row {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px; }
  #blog .blog-row ul li {
    float: left;
    margin-right: 4.489%;
    margin-bottom: 4.489%;
    width: 47.7555%;
    margin-bottom: 39px; }
    #blog .blog-row ul li:nth-child(2n) {
      margin-right: 0; }

  footer .wrap-ft {
    margin-top: 105px; }

  #company .co-wp02-row {
    margin-top: 30px; }
  #company .co-wp01 {
    padding-top: 20px; }
  #company .co-wp01 .co-row {
    margin-top: 30px; }
  #company .co-table {
    width: 100%;
    margin-right: 0;
    padding-right: 0; }
  #company .co-img {
    width: 100%;
    text-align: center;
    margin-top: 10px; }
  #company .co-wp02 {
    margin-top: 60px; }
    #company .co-wp02 .co-wp02-left {
      width: 100%;
      margin-right: 0; }
    #company .co-wp02 .co-wp02-right {
      width: 100%;
      margin-top: 5px; }
    #company .co-wp02 .co-maps {
      margin-top: 10px; }
      #company .co-wp02 .co-maps iframe {
        height: 180px; }

  .co-title h3 {
    font-size: 18px; }
    .co-title h3 span::after {
      height: 7px;
      bottom: 4px; }

  .con-text {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.4);
    padding: 15px 10px; }

  #sun .con-wp01 .con-wp01-info,
  #mountains .mou-wp01-info,
  #staff .staff-wp01-info {
    padding-top: 20px; }

  #sun .con-wp01,
  #mountains .mou-wp01,
  #staff .sta-wp01 {
    min-height: auto;
    padding-bottom: 180px;
    background-size: 175% auto;
    background-position: center bottom;
    background-repeat: no-repeat; }

  .con-btn {
    margin-top: 15px; }

  .fl-content .navbar-fixed-top {
    padding-top: 10px;
    position: relative; }

  #flow .fl-intro {
    padding-top: 30px; }

  #flow .fl-title h3 {
    font-size: 18px; }

  #flow .fl-title h3 span::after {
    height: 7px;
    bottom: 4px; }

  #flow .fl-introtext {
    font-size: 14px;
    margin-top: 12px; }
    #flow .fl-introtext br {
      display: none; }

  .fl-co-header {
    padding-top: 20px; }

  .fl-co-row {
    margin-top: 10px; }

  .fl-co-row .fl-title-style01 h4 {
    font-size: 20px; }

  .fl-co-row .fl-title-style01 span {
    font-size: 16px; }

  .fl-co-row .fl-introtext01 {
    padding-top: 10px; }

  .fl-co-row .fl-title-style01 span.step {
    font-size: 70px;
    top: -63px; }

  .fl-co-header ul li a span.fl-stt {
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px; }

  .fl-co-header ul li a span.fl-text {
    font-size: 10px; }

  .pro-rows-ul li:nth-child(4n) {
    margin-right: 2.6%; }

  .pro-rows-ul li:nth-child(3n) {
    margin-right: 0%; }

  .pro-rows-ul li {
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 49%;
    margin-bottom: 2% !important; }
    .pro-rows-ul li:nth-child(2n) {
      margin-right: 0; }

  .pro-rows-ul li:nth-child(2n) {
    margin-right: 0; }

  .pro-rows-ul li:nth-child(3n) {
    margin-right: 2%; }

  .pro-rows-ul li:nth-child(6n) {
    margin-right: 0%; }

  .pro-menu {
    margin-top: 20px; }

  .pro-rows {
    margin-top: 20px; }

  .ct-center {
    margin-top: 20px; }

  .ct-content {
    margin: 20px 0; }

  .ct-center-tel {
    padding-bottom: 20px;
    margin-top: 18px; }

  input.w286 {
    max-width: 100%; }

  .blo-rows-ul li:nth-child(4n) {
    margin-right: 4.489%; }

  .blo-rows-ul li:nth-child(2n) {
    margin-right: 0%; }

  .blo-rows-ul li {
    width: 47.7555%;
    margin-right: 4.489%;
    margin-bottom: 39px !important; } }
@media screen and (max-width: 767px) {
  .blo-item-name {
    font-size: 13px;
    color: #000;
    margin-top: 10px; }

  .blo-det-left {
    width: 100%;
    margin-right: 0%; }

  .blo-det-right {
    width: 100%;
    float: left;
    margin-top: 20px; }

  .blo-det-item {
    max-width: 234px;
    width: 100%;
    margin: 0 auto; }

  .blo-det-cate {
    max-width: 234px;
    width: 100%;
    margin: 0 auto; }

  .blo-det-news {
    max-width: 234px;
    width: 100%;
    margin: 0 auto; }

  .fl-co-row .fl-co-item .item-text {
    width: 100%;
    float: left;
    padding-top: 50px; }

  .fl-co-row .fl-co-item .item-img {
    width: 100%;
    float: left;
    margin-top: 10px;
    min-height: 250px; }

  .fl-co-row #sec12 .fl-co-item-12 {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 170px; }

  .fl-co-row #sec12 .fl-se12-co h4 {
    font-size: 20px; }

  .fl-co-row #sec12 .fl-se12-co p {
    font-size: 14px; }

  .fl-co-row #sec12 .fl-se12-co {
    width: 260px;
    height: 260px;
    padding-top: 90px; }

  .fl-co-row .fl-co-item {
    min-height: auto; }

  .fl-co12-text {
    padding-top: 0;
    font-size: 14px; }

  .fl-co-row #sec12::before {
    border-width: 100px 0 0 951.5px; }

  .fl-co-row #sec12::after {
    border-width: 0 0 100px 951.5px; }

  #fl-slide .item {
    height: 250px; }

  .owl-nav {
    display: none; }

  .pro-menu-ul li {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 14px; }

  .ct-form-st1 tr td:first-child {
    width: 100%;
    float: left;
    font-size: 14px; }

  .ct-form-st1 tr td {
    width: 100%;
    float: left;
    font-size: 14px;
    padding-left: 0; }

  .ct-center {
    font-size: 14px; }

  .lu-tests {
    font-size: 14px; }

  .checkmark {
    width: 15px;
    height: 15px;
    top: 3px; }

  .lu-tests .checkmark:after {
    width: 12px;
    height: 12px; }

  .ct-form-dnote {
    width: 35px;
    margin-right: 2px; }

  .ct-form .ct-form-st1 .ct-form-but {
    padding-top: 20px; }

  .ct-form-text {
    margin-top: 10px; } }
@media screen and (max-width: 640px) {
  .page-banner .banner-page {
    min-height: 320px; }
    .page-banner .banner-page::before {
      width: 106px;
      height: 318px;
      background-size: 106px; }
  .page-banner::before {
    border-width: 28px 0 0 320px; }
  .page-banner::after {
    border-width: 0 0 28px 320px; }
  .page-banner .page-title {
    padding-top: 169px; }
    .page-banner .page-title h2 {
      font-size: 26px; }
    .page-banner .page-title span {
      font-size: 11px;
      padding-top: 8px; }

  #sun::before,
  #mountains::before,
  #staff::before {
    border-width: 28px 0 0 320px; }

  #sun::after,
  #mountains::after,
  #staff::after {
    border-width: 0 0 28px 320px; }

  .product-detail.flex {
    display: block; }
    .product-detail.flex > div {
      width: 100%; } }
@media screen and (max-width: 520px) {
  footer .scrolltop {
    right: 20px; }

  #concept .wrap-concept .co-info {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px; }

  #concept .co-info-child {
    margin-top: 15px;
    margin-bottom: 15px; }

  #concept .co-info-child h4 {
    font-size: 15px; }

  .title-style01 h2 {
    font-size: 20px; }

  .title-style01 span {
    font-size: 12px; }

  .btn-style a {
    font-size: 13px; }

  #flow .wrap-flow .fl-info {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px; }
  #flow .wrap-flow::after {
    width: 70px; }
  #flow .wrap-flow .fl-info-child {
    margin-top: 15px;
    margin-bottom: 15px; }

  .title-style02 h2 {
    font-size: 20px; }

  .title-style02 span {
    font-size: 12px; }

  .cont {
    padding-left: 10px;
    padding-right: 10px; }

  #products .wrap-products .pr-text {
    margin-top: 15px;
    margin-bottom: 10px; }
  #products .pr-rows {
    margin-bottom: 15px; }

  #blog .wrap-blog {
    margin-top: 60px; }
  #blog .blog-row {
    padding-left: 0;
    padding-right: 0; }
    #blog .blog-row ul li {
      margin-bottom: 4.489%; }

  footer .wrap-ft {
    margin-top: 50px;
    padding-bottom: 20px; }
  footer .ft-co {
    padding-top: 15px; }

  .co-title h3 {
    font-size: 15px; }
    .co-title h3 span {
      padding-left: 5px;
      padding-right: 5px; }
      .co-title h3 span::after {
        height: 5px;
        bottom: 2px; }

  .con-text br {
    display: none; }

  .fl-co-header ul li {
    float: left;
    margin-right: 1.9%;
    margin-bottom: 1.9%;
    width: 15.0833333333%; }
    .fl-co-header ul li:nth-child(6n) {
      margin-right: 0; }

  .fl-co-row .fl-co-item .item-text {
    padding-left: 15px !important; }

  .fl-co-row .fl-title-style01 span.step {
    font-size: 45px;
    top: -34px;
    left: -10px; }

  .fl-co-row .fl-title-style01 h4 {
    padding-left: 10px; }

  .fl-co-row .fl-co-item .item-text {
    padding-top: 25px; }

  .ct-form-dnote {
    float: right;
    text-align: right; } }
@media screen and (max-width: 420px) {
  #company .co-wp02 .co-wp02-left ul li,
  #company .co-wp02 .co-wp02-right ul li {
    width: 100%; }

  .page-title h3 {
    font-size: 18px; }

  #company .co-wp02 .co-wp02-left ul li:first-child,
  #company .co-wp02 .co-wp02-right ul li:first-child {
    font-size: 15px; }

  #company .co-table table tr td {
    font-size: 14px;
    padding-left: 15px; }

  #company .co-wp01 .co-row {
    margin-top: 15px; }

  .line-no {
    display: none; }

  .pro-item-name {
    font-size: 11px;
    margin-top: 8px; }

  .pro-item-dec {
    font-size: 10px; }

  .pro-menu-ul li {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px; }

  .ct-center-note br {
    display: none; }

  .lu-tests {
    width: 100%; }

  .ct-form-st1 textarea {
    height: 100px; }

  .mwform-radio-field {
    display: block;
    margin-left: 0; }

  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important; } }
@media screen and (max-width: 368px) {
  .wrap-header-sp .icon-menu-sp {
    left: 10px; }

  .nav-sp ul li span.nav-jp {
    font-size: 16px; }

  .nav-sp ul li span.nav-en {
    font-size: 11px; }

  .nav-sp ul li a {
    padding-top: 10px;
    padding-bottom: 10px; }

  #blog .blog-row ul li h3 {
    font-size: 13px; }

  footer .scrolltop {
    right: 5px; }

  br.br-sp {
    display: block; }

  .txt-info p {
    font-size: 12px; }

  .wrap-header-sp .logo-sp {
    padding-top: 25px; }

  .wrap-header-sp .icon-menu-sp {
    top: 23px; }

  .fl-co12-text {
    margin-top: -50px;
    position: relative;
    z-index: 3; } }
/*END RWD*/

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