/**
 *
 */
.c-header {
  height: auto;
  width: auto;
  position: relative;
}
@media (max-width: 767px) {
  .c-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 90px;
  }
}

.c-header__wrap {
  padding: 65px 0 50px;
  background-color: #fff;
  position: relative;
  z-index: 999;
}
@media (max-width: 767px) {
  .c-header__wrap {
    padding: 30px 0 25px;
  }
}

.c-header__wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 38px;
  bottom: -37px;
  left: 0;
  background-image: url('../images/common/header_line_pc.png');
  background-size: 1280px 38px;
  background-position: bottom 0 center;
}
@media (max-width: 767px) {
  .c-header__wrap::before {
    content: '';
    width: 750px;
    height: 22px;
    background-size: 750px 22px;
    bottom: -21px;
    left: 0;
    z-index: 999;
  }
}

.c-header__logo {
  width: 100%;
  max-width: 242px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-header__logo {
    max-width: 124px;
  }
}

.c-header__logo h1 {
  position: relative;
}

.c-header__logo h1 span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}

.c-header__logo a {
  position: relative;
  z-index: 99;
}

.c-header__pcMenu ul {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
}

.c-header__pcMenu ul li + li {
  margin-left: 95px;
}
@media (max-width: 767px) {
}

.c-header__spBtn {
  width: 54px;
  height: 45px;
  background-image: url('../images/common/header_spbtn.png');
  background-size: 54px 88px;
  background-position: top 0 left 0;
  background-color: #726254;
  border-radius: 4px;
  position: absolute;
  top: 25px;
  left: 10px;
  cursor: pointer;
}

.c-header__spBtn.is-active {
  background-position: top -44px left 0;
}

.c-header__spMenu {
  width: 100%;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-150%);
  transition: transform 300ms cubic-bezier(0.5, -0.03, 0.35, 0.87)
}

.c-header__spMenu.is-show {
  transform: translateY(0%);
}

.c-header__spMenu > div {
  width: 100%;
  height: auto;
  padding: 45px 0 35px;
  background-color: #726254;
}

.c-header__spMenu ul li {
  font-size: 2.1rem;
  font-weight: 700;
}
.c-header__spMenu ul li + li {
  margin-top: 5px;
}

.c-header__spMenu ul li a {
  padding: 5px 30px;
  color: #fff;
}

.c-header__spMenu-back {
  width: 100%;
  max-width: 134px;
  margin: 30px auto 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 130px;
  cursor: pointer;
}

/**
 *
 */
.c-footer {
  margin-top: 140px;
  padding: 60px 0;
  background-color: #fff;
  background-image: url('../images/common/footer_line_pc.png');
  background-position: top 0 center;
}
@media (max-width: 767px) {
  .c-footer {
    margin-top: 60px;
    padding: 50px 0;
    background-size: 750px 8px;
  }
}

.c-footer__pagetop {
  position: absolute;
  top: -96px;
  right: 14px;
}
@media (max-width: 767px) {
  .c-footer__pagetop {
    max-width: 69px;
    top: -89px;
  }
}

@media (max-width: 767px) {
  .c-footer__copy {
    width: 100%;
    max-width: 264px;
    margin: 0 auto;
  }
}

.c-footer__copy img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
}
