@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.hbg {
  position: fixed;
  top: 0;
  right: calc(50% - 244px);
  z-index: 10000;
  width: 60px;
  height: 60px;
  background: #fff;
  cursor: pointer; }
  .hbg span {
    width: 50%;
    height: 2px;
    background: #000;
    display: inline-block;
    position: absolute;
    left: 25%;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .hbg span:nth-child(1) {
      top: 30%; }
    .hbg span:nth-child(2) {
      top: 50%; }
    .hbg span:nth-child(3) {
      top: 70%; }
  .hbg.close span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .hbg.close span:nth-child(2) {
    width: 0;
    left: 50%; }
  .hbg.close span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media screen and (max-width: 980px) {
    .hbg {
      width: 12vw;
      height: 12vw;
      right: 0; } }

nav {
  position: fixed;
  right: calc(50% - 244px);
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: 0.5s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  overflow: hidden;
  background: #fff;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7); }
  nav.active {
    width: 488px; }
  nav .nav-inner {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 60px; }
  nav .nav {
    width: 400px;
    margin: auto;
    margin-bottom: 40px; }
    nav .nav:last-child {
      margin-bottom: 0; }
    nav .nav h3 {
      font-size: 16px;
      font-weight: bold;
      color: #524947;
      border-bottom: solid 2px #d7d7d7;
      padding-bottom: 0.4em; }
    nav .nav ul li {
      font-size: 16px; }
      nav .nav ul li a {
        font-size: inherit;
        display: block;
        padding: 1.1em 0;
        font-weight: bold;
        position: relative;
        color: #524947;
        border-bottom: solid 2px #d7d7d7; }
        nav .nav ul li a:after {
          content: "";
          position: absolute;
          right: 0.3em;
          top: calc(50% - 0.5em);
          width: 1em;
          height: 1em;
          background: url(../img/nav-arrow.svg) center center/contain no-repeat; }
        nav .nav ul li a.anchor:after {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
  @media screen and (max-width: 980px) {
    nav {
      right: 0; }
      nav.active {
        width: 100vw; }
      nav .nav-inner {
        padding-top: 12vw;
        margin-bottom: 10vw; }
      nav .nav {
        width: 80vw;
        margin-bottom: 10vw; }
        nav .nav h3 {
          font-size: 4vw; }
        nav .nav ul li {
          font-size: 4vw; } }

.sns .bottom-link {
  width: 73%;
  margin: auto;
  padding-top: 40px; }
  .sns .bottom-link ol {
    border-top: dashed 1px #00a2b1;
    margin-bottom: 20px; }
    .sns .bottom-link ol li {
      border-bottom: dashed 1px #00a2b1;
      padding: 10px 0; }
  .sns .bottom-link a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .sns .bottom-link a:hover {
      opacity: 0.7; }
  @media screen and (max-width: 980px) {
    .sns .bottom-link {
      width: 80%;
      padding-top: 10vw; }
      .sns .bottom-link ol {
        margin-bottom: 8vw; }
        .sns .bottom-link ol li {
          padding: 4vw 0; } }
