@charset "UTF-8";
/* CSS Document */
/*def end*/
/*share*/
::selection {
  background: rgba(10, 81, 161, 0.6);
  /* Safari */
  color: white; }

::-moz-selection {
  background: rgba(10, 81, 161, 0.6);
  /* Firefox */
  color: white; }

h1, h2, h3, h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1em; }

dl, dt, dd, ul, li {
  padding: 0;
  margin: 0; }

html, body {
  height: 100%; }

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

li {
  list-style-type: none; }

body {
  font-family: "Teko", 'Meiryo UI', 'Meiryo', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  transition: all 1s ease-in-out;
  transition-delay: .5s;
  opacity: 0; }

a {
  text-decoration: none;
  color: black; }
  a:hover {
    text-decoration: underline; }

header {
  text-align: center;
  overflow: hidden;
  padding-top: 50px;
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 100; }
  header h1 img {
    width: 200px; }

img {
  max-width: 100%;
  vertical-align: bottom; }

#smp_btn, #smp_logo {
  display: none; }

nav#global_nav {
  position: fixed;
  z-index: 101;
  overflow: hidden;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8); }
  nav#global_nav ul {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
    nav#global_nav ul li {
      float: left;
      position: relative;
      text-transform: uppercase;
      width: 16.6666%;
      font-size: 1.2em; }
      nav#global_nav ul li a, nav#global_nav ul li.close {
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 28px 10px 25px;
        color: #121212;
        display: block;
        letter-spacing: .2em;
        text-align: center; }
      nav#global_nav ul li a:hover, nav#global_nav ul li.close:hover {
        text-decoration: none; }
      nav#global_nav ul li.close {
        display: none;
        cursor: pointer;
        text-align: center; }

@media screen and (min-width: 600px) {
  nav#global_nav ul li a:hover, nav#global_nav ul li.close:hover {
    opacity: .5; } }
@media screen and (max-width: 600px) {
  #smp_logo {
    display: block;
    height: 50px;
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 100; }
    #smp_logo img {
      height: 35px;
      margin-top: 7px; }

  #smp_btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    height: 50px;
    padding: 0 1.5vh;
    line-height: 55px;
    z-index: 100;
    text-align: right;
    font-size: 1.2em; }
    #smp_btn i {
      margin-right: .25em; }

  nav#global_nav {
    opacity: 0;
    visibility: hidden;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    transition: all .5s ease-in-out; }
    nav#global_nav ul {
      position: absolute;
      height: 500px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      nav#global_nav ul li {
        float: none;
        width: 100%;
        margin-bottom: 1px;
        height: 75px; }
        nav#global_nav ul li.close {
          display: block; }
    nav#global_nav.display {
      opacity: 1;
      visibility: visible; } }
#logo {
  position: fixed;
  width: 212px;
  height: 350px;
  margin-top: -225px;
  margin-left: -106px;
  top: 50%;
  left: 50%;
  z-index: 10;
  transition: all .5s ease-in-out; }
  #logo .logo_mark {
    position: absolute;
    transition: all 1.5s ease-in-out;
    opacity: 0; }
    #logo .logo_mark.visible {
      opacity: 1; }
  #logo #mark {
    transition: all .5s ease-in-out; }
  #logo #type {
    position: absolute;
    top: 270px;
    transform: translateX(1.5%);
    transition: all .5s ease-in-out; }
  #logo.scrolled {
    height: 240px;
    margin-top: -170px; }
    #logo.scrolled #mark {
      opacity: .9;
      transform: scale(1.2); }
    #logo.scrolled #type {
      opacity: 0;
      transform: scale(0.8); }
  #logo.scrolled_footer {
    height: 350px;
    margin-top: -225px; }
    #logo.scrolled_footer #type {
      opacity: 0;
      transform: scale(0.8); }

@media screen and (max-width: 600px) {
  #logo {
    width: 130px;
    height: 226px;
    margin-left: -65px;
    margin-top: -113px; }
    #logo #mark img {
      max-width: 100%; }
    #logo #type {
      top: 170px; }
      #logo #type img {
        max-width: 100%; }
    #logo.scrolled {
      height: 210px;
      margin-top: -105px; }
      #logo.scrolled #mark {
        transform: scale(1.4); }
      #logo.scrolled #type {
        opacity: 0;
        transform: scale(1.4); }
    #logo.scrolled_footer {
      height: 226px;
      margin-top: -30vh; } }
#back_image {
  position: fixed;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background: url(../img/bg_top.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
  transition: all .5s ease-in-out;
  opacity: .8; }
  #back_image.scrolled {
    opacity: .3;
    transform: scale(1.05); }

._center {
  text-align: center; }

#content {
  position: relative;
  z-index: 20;
  padding-top: 75px; }
  @media all and (max-width: 600px) {
    #content {
      padding-top: 50px; } }
  #content section {
    clear: both;
    padding: 100px 0;
    min-height: 80vh;
    background: rgba(241, 241, 241, 0.9); }
    #content section h3 {
      color: #00a0c8; }
  #content section#news {
    min-height: 0; }
  #content section#top_message {
    height: auto;
    text-align: center;
    padding: 180px 0 100px;
    background: none; }
    #content section#top_message #mark {
      margin-bottom: 3em; }
    @media all and (max-width: 600px) {
      #content section#top_message {
        padding: 15vh; }
        #content section#top_message #mark {
          margin-bottom: 2em; } }
  #content section#overview {
    background: rgba(241, 241, 241, 0.9) url(../img/bg_blue.png) no-repeat left top;
    background-size: 300px; }
    #content section#overview h2._title {
      color: #0051e0; }
    #content section#overview h3 {
      color: #0051e0; }
  #content section#product {
    background: rgba(255, 255, 255, 0.9) url(../img/bg_pink.png) no-repeat right top;
    background-size: 300px; }
    #content section#product h2._title {
      color: #ee2764; }
    #content section#product h3 {
      color: #ee2764; }
  #content section#outline {
    background: rgba(241, 241, 241, 0.9) url(../img/bg_yellow.png) no-repeat left bottom;
    background-size: 300px; }
    #content section#outline h2._title {
      color: #fec902; }
    #content section#outline h3 {
      color: #fec902; }
  #content section#contact {
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 0; }
  #content section#footer_massege {
    position: relative;
    min-height: 0;
    padding: 10vh 0;
    background: rgba(40, 40, 40, 0.95);
    color: white; }

.vimeo {
  margin: 2em auto 1em;
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden; }

.vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.catch_image {
  width: 100%;
  min-height: 500px;
  background: lightblue; }
  @media all and (max-width: 600px) {
    .catch_image {
      min-height: 250px; } }
  .catch_image.facilities {
    background: url(../img/header_facilities.jpg) no-repeat center center;
    background-size: cover; }
  .catch_image.products {
    background: url(../img/header_products.jpg) no-repeat center center;
    background-size: cover; }
  .catch_image.overview {
    background: url(../img/header_overview.jpg) no-repeat center center;
    background-size: cover; }
  .catch_image.outline {
    background: url(../img/header_outline.jpg) no-repeat center center;
    background-size: cover; }

.section_inner {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 2em;
  font-weight: 300; }
  .section_inner h2._title {
    font-weight: 300;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: .05em;
    text-indent: .05em; }
  .section_inner .strong_catch {
    padding-top: 1em;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 2em; }
    @media all and (max-width: 600px) {
      .section_inner .strong_catch {
        font-size: 1em; } }
  .section_inner p.sub_catch {
    font-size: .8em;
    color: black; }
  .section_inner div._description {
    margin: 0 auto 60px;
    line-height: 1.5em;
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-size: .8em; }
  .section_inner div._block {
    margin-bottom: 120px; }
    .section_inner div._block h3 {
      text-transform: uppercase;
      margin-bottom: 10px;
      letter-spacing: .05em; }
    .section_inner div._block ._article {
      margin-bottom: 3em;
      line-height: 1.5em;
      color: #333333;
      font-size: .8em;
      font-family: "Roboto", sans-serif; }
      .section_inner div._block ._article p {
        margin-bottom: 10px; }
    .section_inner div._block:last-child {
      margin-bottom: 50px; }
  .section_inner div.left {
    float: left;
    width: 50%; }
  .section_inner div.right {
    float: right;
    width: 50%; }
  .section_inner div.three_block div.left {
    width: 33%;
    margin-right: .5%; }
  .section_inner div.three_block div.center {
    float: left;
    width: 33%;
    margin-right: .5%; }
  .section_inner div.three_block div.right {
    width: 33%; }
  .section_inner div.customize_box {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 1em;
    margin-bottom: 2em; }
    @media all and (max-width: 600px) {
      .section_inner div.customize_box {
        padding: 1em .5em; } }
    .section_inner div.customize_box .title {
      text-align: center;
      margin-bottom: .5em; }
      .section_inner div.customize_box .title p {
        margin: 0; }
    .section_inner div.customize_box ul {
      overflow: hidden; }
      .section_inner div.customize_box ul li {
        text-align: center;
        padding: .25em 0;
        border-radius: 10px;
        background: #FFCC00;
        width: 18%;
        margin: 0 1%;
        float: left; }
        @media all and (max-width: 600px) {
          .section_inner div.customize_box ul li {
            width: 100%;
            margin: 0 0 .2em 0;
            float: none; } }
  .section_inner div.center_box {
    text-align: center;
    width: 100%;
    margin-bottom: 2em;
    padding-top: 1em; }
    .section_inner div.center_box.logo_box img {
      height: 100px; }
      @media all and (max-width: 600px) {
        .section_inner div.center_box.logo_box img {
          height: 30px; } }
  .section_inner div.sp_logo img {
    width: 50%; }
  .section_inner div.content_box {
    overflow: hidden;
    margin-bottom: 2em; }
    .section_inner div.content_box ._article {
      width: 60%; }
  .section_inner dl {
    overflow: hidden;
    margin-bottom: 2em; }
    .section_inner dl dt {
      float: left;
      clear: both;
      width: 30%; }
    .section_inner dl dd {
      font-family: "Roboto", sans-serif;
      font-size: .8em;
      padding-top: 5px;
      padding-left: 30%;
      margin-bottom: 20px; }
      .section_inner dl dd li {
        margin-bottom: 5px; }

@media screen and (max-width: 600px) {
  #content section {
    padding: 50px 0; }
  #content section#top_message {
    height: 85vh; }
  #content section#overview {
    background: rgba(241, 241, 241, 0.9) url(../img/bg_blue.png) no-repeat left top;
    background-size: 150px; }
  #content section#product {
    background: rgba(255, 255, 255, 0.9) url(../img/bg_pink.png) no-repeat right top;
    background-size: 150px; }
  #content section#outline {
    background: rgba(241, 241, 241, 0.9) url(../img/bg_yellow.png) no-repeat left bottom;
    background-size: 150px; }
  #content section#contact ._block {
    font-size: .8em; }

  .section_inner {
    width: 90%;
    font-size: 1.8em; }
    .section_inner dl dt {
      float: none;
      width: auto; }
    .section_inner dl dd {
      padding-left: 0; }

  #back_image {
    width: 100%;
    background: url(../img/bg_sp.jpg) no-repeat right bottom;
    background-size: cover;
    opacity: .6; } }
.concept_text {
  font-size: 2em;
  /*    width: 700px;
      height: 100px;
      position: absolute;
      
      top: 65%;
      left: 50%;
      
      margin-left: -350px;
      */
  text-align: center; }

#contact input[type="text"], #contact textarea {
  background: #F1F1F1;
  width: 100%;
  font-size: .8em;
  margin: 0 auto 20px;
  border: none;
  padding: .5em; }
  @media all and (max-width: 600px) {
    #contact input[type="text"], #contact textarea {
      margin-bottom: 0;
      font-size: 1.2em; } }
  #contact input[type="text"]:focus, #contact textarea:focus {
    outline: none;
    color: white;
    background: grey; }
#contact select {
  width: 50%; }
#contact textarea {
  min-height: 100px; }
#contact button {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  border: none;
  background: black;
  color: white;
  border: thin black solid;
  transition: .5s;
  cursor: pointer; }
  #contact button:hover {
    background: white;
    color: black; }

@media screen and (max-width: 600px) {
  .concept_text {
    font-size: 1.2em;
    text-align: center; } }
.fulxus_logo {
  text-align: center;
  padding-bottom: 50px; }

.contact_list {
  text-align: center; }
  .contact_list li {
    margin-bottom: 10px; }
    .contact_list li a {
      display: inline-block;
      border-bottom: thin solid black;
      transition: all .5s ease-in-out; }
      .contact_list li a:hover {
        border-bottom: thin solid rgba(0, 0, 0, 0);
        text-decoration: none; }

.btn_type1 {
  font-size: .8em;
  background: #333333;
  color: white;
  padding: 8px 5px 7px;
  line-height: 1em;
  text-align: center;
  display: block;
  width: 250px;
  letter-spacing: .1em;
  transition: all .5s ease-in-out;
  margin: 0 auto; }
  .btn_type1:hover {
    text-decoration: none;
    opacity: .5; }

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

@media screen and (max-width: 600px) {
  .fulxus_logo img {
    width: 80%; }

  #map {
    width: 100%;
    height: 300px; } }
footer {
  z-index: 20;
  clear: both;
  text-align: center;
  padding: 15px 0px;
  position: relative;
  font-weight: 300;
  font-size: 1.2em;
  text-indent: .1em;
  letter-spacing: .1em; }

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