body {
  font-size: 12px; }

header {
  position: fixed;
  background: #fff;
  padding: 20px 0 15px;
  width: 100%;
  z-index: 2; }
  header h1 {
    text-align: left;
    margin-left: 8%; }
    header h1 img {
      width: 30%; }

#main {
  background: url("../img/index/main.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative; }
  #main .warp {
    position: absolute;
    bottom: 10%;
    right: 5%;
    text-align: right; }
  #main h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 46px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif; }
  #main p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px; }

main {
  letter-spacing: 1px; }
  main section {
    clear: both; }
  main h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    text-align: center;
    letter-spacing: 2px;
    padding: 50px 0;
    line-height: 1;
    background: #333;
    color: #fff;
    padding: 120px 0 60px;
    margin-bottom: 30px; }
    main h2 span {
      font-size: 12px; }
  main h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
  main .warp {
    margin: 0 8% 50px; }
  main .fLink a {
    display: block;
    background: #333;
    color: #fff;
    padding: 20px 0;
    width: 84%;
    border-radius: 4px;
    margin: 0 auto;
    clear: both;
    text-align: center;
    font-weight: 600; }
  main #service {
    padding-bottom: 30px; }
    main #service dl {
      overflow: hidden;
      margin-bottom: 50px; }
    main #service dt {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #333; }
    main #service dd {
      margin-bottom: 10px; }
      main #service dd h4 {
        font-size: 18px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 5px; }
      main #service dd table {
        width: 100%; }
      main #service dd th {
        text-align: left;
        font-weight: normal;
        padding: 10px 0; }
      main #service dd td {
        text-align: left; }
      main #service dd p {
        margin-bottom: 20px; }
  main #works {
    padding-bottom: 30px; }
    main #works li {
      margin-bottom: 20px; }
  main #company {
    padding-bottom: 30px; }
    main #company dl {
      width: 100%;
      margin: 0 auto 20px; }
    main #company dt {
      text-align: left;
      border-bottom: 1px solid #ccc;
      padding-bottom: 5px;
      margin-bottom: 5px;
      font-weight: 700; }
    main #company dd {
      text-align: left; }
  main #contact {
    padding-bottom: 50px; }
    main #contact p {
      margin-bottom: 20px; }
    main #contact dt span {
      color: #e70003; }
    main #contact p span {
      color: #e70003; }
    main #contact dl {
      margin-bottom: 20px; }
    main #contact dt {
      font-weight: 700;
      margin-bottom: 5px; }
    main #contact .text1 {
      border: 1px solid #ccc;
      border-radius: 2px;
      padding: 10px 10px;
      width: 90%; }
    main #contact .text2 {
      border: 1px solid #ccc;
      border-radius: 2px;
      padding: 10px 10px;
      width: 90%; }
    main #contact .text3 {
      border: 1px solid #ccc;
      border-radius: 2px;
      padding: 10px 10px;
      width: 90%; }
    main #contact .text4 {
      border: 1px solid #ccc;
      border-radius: 2px;
      padding: 10px 10px;
      width: 90%;
      height: 100px; }
    main #contact select {
      height: 20px; }
    main #contact .btn {
      display: block;
      background: #333;
      color: #fff;
      padding: 20px 0;
      width: 84%;
      border-radius: 4px;
      margin: 0 auto;
      clear: both;
      text-align: center;
      font-weight: 600;
      border: 0;
      cursor: pointer;
      font-size: 14px; }

footer {
  background: #fff;
  padding: 20px 0; }
  footer h2 {
    text-align: center;
    margin-bottom: 20px; }
    footer h2 img {
      width: 40%; }
  footer .copy {
    text-align: center;
    font-size: 12px; }

/*menu*/
.menu {
  height: 60px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 60px;
  z-index: 99; }

.menu__line {
  background: #333;
  display: block;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  transition: transform .3s;
  width: 50%;
  left: 25%; }

.menu__line--top {
  top: 20px; }

.menu__line--center {
  top: 28px; }

.menu__line--bottom {
  bottom: 20px; }

.menu__line--top.active {
  top: 28.5px;
  transform: rotate(45deg); }

.menu__line--center.active {
  transform: scaleX(0); }

.menu__line--bottom.active {
  bottom: 28.5px;
  transform: rotate(135deg); }

/*gnav*/
.gnav {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98; }

.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%; }

.gnav__menu__item {
  margin: 40px 0; }

.gnav__menu__item a {
  font-family: din-2014,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 18px;
  letter-spacing: 8px;
  text-decoration: none;
  transition: .5s; }
  .gnav__menu__item a span {
    color: #333; }

.gnav__menu__item a:hover {
  color: #333; }
