body {
  font-size: 15px; }

.sp {
  display: none; }

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

#main {
  background: url("../img/index/main.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative; }
  #main .warp {
    position: absolute;
    bottom: 25%;
    left: 5%; }
  #main h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 50px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    text-shadow: 1px 1px 10px #999; }
    #main h2 span {
      color: #73d4da;
      font-size: 70px; }
  #main p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 1px 1px 10px #999; }

main {
  letter-spacing: 1px; }
  main section {
    clear: both; }
  main h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    text-align: center;
    letter-spacing: 2px;
    padding: 50px 0;
    line-height: 1;
    font-family: 'Playfair Display', serif; }
    main h2 span {
      font-size: 14px;
      color: #333; }
  main h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: normal; }
  main .warp {
    margin: 0px 8% 50px;
    line-height: 1.8;
    text-align: center;
    text-align: center; }
  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: 80px 8% 80px; }
    main #service dl {
      width: 46%;
      float: left;
      margin: 0 2% 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 ul {
      display: table;
      width: 100%; }
    main #works li {
      display: table-cell;
      padding: 0 1%; }
  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: 150px; }
  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;
  color: #333;
  font-size: 20px;
  letter-spacing: 8px;
  text-decoration: none;
  transition: .5s; }
  .gnav__menu__item a span {
    color: #333; }

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