@charset "utf-8";

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .br-pc {
    display: none;
  }
}



.header-change{
  box-sizing: border-box;
    background: black;
    padding: 20px;
    top: 0px;
    width: 100%;
    height: 89px;
    z-index: 99;
}
.header-change ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.header-change li {
  list-style: none;
  width: 100%;
  display: inline-block;
  width: 16%;
  /* height: 48px; */
}
.header-change li img {
  max-width: 100%;
  height: auto;
}

.formWrap {
  width: 100%;
  height: 100%;
}


@media screen and (max-width:767px) {

  body {
    font-size: 12px;
  }

  .pc {
    display: none !important;
  }

  form#mail_form {
    margin-top: 30px;
  }

  .formWrap {
    padding-top: 30px;
  }

  /*menu*/
  .spMenu {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 13px;
    top: 10px;
    z-index: 99;
    cursor: pointer;
  }

  .spMenu__line {
    background: gray;
    /* display: block; */
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 25px;
    left: 7px;
  }

  .spMenu__line--top {
    top: 10px;
  }

  .spMenu__line--center {
    top: 18px;
  }

  .spMenu__line--bottom {
    top: 26px;
  }

  .spMenu__line--top.active {
    top: 20px;
    transform: rotate(45deg);
  }

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

  .spMenu__line--bottom.active {
    top: 20px;
    transform: rotate(-45deg);
  }

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

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

  .spGnav__menu__item {
    margin: 40px 0;
  }

  .spGnav__menu__item a {
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
  }

  .spGnav__menu__item a:hover {
    color: red;
  }
}
