@charset "UTF-8";
/*
------------------

 .clearfix

------------------
*/
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/*
------------------

 Lib.

------------------
*/
.hover .btn:hover {
  opacity: 0.75;
  cursor: pointer; }

.fl {
  float: left; }

.fr {
  float: right; }

.forPC {
  display: block; }

.forSP {
  display: none; }

.btn-right {
  position: relative; }

.btn-right:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 0;
  height: 0;
  margin-top: -3px;
  margin-left: 5px;
  border-left: 4px solid #000;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent; }

.refrect-ud {
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

@media screen and (max-width: 800px) {
  .forPC {
    display: none; }

  .forSP {
    display: block; }

  .fl, .fr {
    float: none; } }
/*
------------------

 basic

------------------
*/
html {
  overflow: auto;
  font-size: 62.5%;
  /*10px*/
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #000;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }

a {
  color: #000;
  text-decoration: none;
  border-color: #ccc; }

.hover a:hover {
  color: #cc0000;
  border-color: #000;
  /* text-decoration:underline; */ }

section#wrapper {
  width: 100%;
  height: 100%; }

#page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  font-size: 77%;
  opacity: 1;
  z-index: 999; }

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border-radius: 5px; }

.hover div#page-top:hover {
  opacity: 0.5; }

@media screen and (max-width: 800px) {
  section#wrapper {
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }

  #page-top {
    position: fixed;
    opacity: 1;
    bottom: 10px;
    right: 10px; }

  #page-top a {
    color: #fff;
    padding: 0;
    width: auto; } }
/*
------------------

 C O N T E N T S

------------------
*/
div#container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  left: 0; }

@media screen and (max-width: 800px) {
  div#container {
    padding: 0; } }
div#firstview {
  position: relative;
  height: 800px; }

/* 下スクロールアニメ */
a#scrldown {
  padding-top: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s; }

a#scrldown span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0; } }
div#logo {
  position: absolute;
  width: 150px;
  height: auto;
  opacity: 0; }

/* Concept */
div#concept-container {
  padding: 0 0 40px 0; }

div#concept {
  color: #000;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

div#concept h1 {
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 40px;
  padding: 50px 0; }

div#concept p {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 24px;
  padding: 5px 30px;
  max-width: 400px;
  margin: 0 auto; }

div#concept p img {
  width: 100%;
  height: auto; }

div.imgcont {
  padding: 20px 0;
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 0 auto; }

@media screen and (max-width: 800px) {
  div#concept {
    width: 100%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.06em;
    padding: 20px 0; } }
/* Agri , Design */
div#agri, div#design {
  margin-bottom: 100px; }

div#agri h1, div#design h1, div#fusion h1, div#corpdata h1 {
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 40px;
  padding: 50px 0;
  font-family: 'AdobeGaramondW01-Regula'; }

img#agriimg, img#designimg {
  width: 100%;
  height: auto; }

div#agri h2, div#design h2, div#fusion h2, div#corpdata h2 {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 40px;
  padding: 50px 0; }

div#agri p, div#design p, div#fusion p, div#casico p, div#corpdata p {
  text-align: left;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
  padding: 0 40px 50px 40px;
  max-width: 400px;
  margin: 0 auto; }

p.script {
  font-size: 12px !important;
  letter-spacing: 0.1em !important;
  line-height: 22px !important;
  padding: 0 40px 20px 40px !important;
  text-align: left !important; }

div#corpdata table {
  margin: 0 auto;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em; }

div#corpdata table th {
  vertical-align: top;
  padding: 5px 0;
  width: 30%; }

div#corpdata table td {
  vertical-align: top;
  padding: 5px 0; }

/* gmap */
div#gmap-container {
  width: 100%;
  height: 500px;
  background-color: #ccc; }

div#gmap-footer {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 20px 0 20px 0;
  font-family: 'AdobeGaramondW01-Regula'; }

img.btnarrow {
  width: 21px;
  height: 9px;
  margin-right: 10px; }

/* Biography */
div#agri-biography {
  max-width: 640px;
  margin: 0 auto; }

@media screen and (max-width: 800px) {
  div#gmap-container {
    height: 225px; }

  div#gmap-footer {
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 20px 0 20px 20px; }

  div#gmap-footer img {
    width: 15px;
    height: auto;
    margin-right: 10px; } }
div#fusion {
  background-color: #eeeff0; }

div#casico {
  background-color: #faf5f0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #534741;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 30px 0; }

div#casico div#logo_cont {
  text-align: center;
  max-width: 400px;
  margin: 0 auto; }

div#casico div#logo_cont img {
  width: 80%;
  margin-bottom: 30px; }

div#casico div#logo_cont img:hover {
  opacity: 0.5; }

div#casico p {
  padding: 0 40px; }

div#btn_portfolio {
  width: 60%;
  background-color: #f2eae1;
  padding: 10px 40px;
  font-size: 18px;
  border-radius: 6px;
  margin: 0 auto;
  text-align: center;
  max-width: 320px;
  margin-top: 30px; }

div#btn_portfolio:hover {
  background-color: #fff; }

/* Common */
p.title {
  font-size: 14px;
  letter-spacing: 0.3em;
  text-align: center;
  font-family: 'AdobeGaramondW01-Regula'; }

.hover p.data a:hover {
  opacity: 0.75; }

/*
------------------

 F O O T E R

------------------
*/
div#footer {
  width: 100%;
  padding-top: 40px;
  text-align: center;
  background-color: #fff;
  color: #000; }

div#footer a img {
  width: 100%;
  max-width: 250px;
  height: auto; }

p#copyright {
  font-size: 10px;
  color: #ccc;
  padding: 12px 0 20px 0;
  letter-spacing: 0.2em;
  font-family: Tahoma, Geneva, "sans-serif"; }

@media screen and (max-width: 800px) {
  div#footer {
    width: 100%;
    text-align: center;
    position: relative; }

  p#copyright {
    margin-top: 20px;
    position: relative;
    padding: 2px 0 10px 0;
    font-size: 10px; } }

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