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 right 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: 38px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-shadow: 1px 1px 10px #999; }
    #main h2 span {
      color: #73d4da;
      font-size: 54px; }
  #main p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 1px 1px 10px #999; }

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; }
    main h2 span {
      font-size: 12px;
      color: #333; }
  main h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; }
  main .warp {
    margin: 0px 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: 50px; }
    main #service .warp {
      margin: 50px 8% 50px; }
    main #service dl {
      margin: 0 0 30px; }
    main #service dt {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #333; }
    main #service dd {
      margin-bottom: 10px; }
    main #service dd.ttl {
      font-size: 16px;
      font-weight: 600; }
  main #works {
    background: #eee;
    padding-bottom: 50px; }
    main #works li {
      margin-bottom: 20px; }
      main #works li br {
        display: none; }
  main #contact {
    background: #333;
    color: #fff;
    padding-bottom: 50px; }
    main #contact h2 {
      color: #fff; }
      main #contact h2 span {
        color: #fff; }
    main #contact .fLink a {
      display: block;
      background: #fff;
      color: #333; }

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: 'Playfair Display', 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; }
