@charset "utf-8";

body {
  font-family: "fot-tsukumin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-image: url("../image/bg.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  color: #616161;
}

/* トップ */
#main {
  padding-top: 80px;
}

.ac-logo {
  margin: 0 auto 80px;
  width: 30%;
  min-width: 450px;
}

.ac-logo img {
  margin: 0 auto;
  width: 100%;
}

p {
  font-size: 36px;
  text-align: center;
}

/* フッター */
#footer {
  width: 100%;
  background-color: #8b8b8b;
  text-align: center;
  padding: 40px;
  margin-top: 100px;
}

.footer-logo {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.footer-logo img {
  margin: 0 auto;
  display: block;
}

.footer-list {
  text-align: center;
  margin: 20px auto;
  list-style: none;
  font-size: 14px;
  padding-left: 0;
}

.footer-list li:first-child {
  display: inline-block;
  padding: 0 8px 0 10px;
  font-weight: 500;
  color: #fff;
  border-left: none;
  margin-bottom: 4px;
}

.footer-list li {
  display: inline-block;
  padding: 0 8px 0 10px;
  font-weight: 500;
  color: #fff;
  border-left: solid 1px #fff;
  position: relative;
  margin-bottom: 4px;
}

.footer-list li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}

.footer-cl {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.footer-list li a:hover {
  opacity: 0.6;
}

.arrow {
  position: fixed;
  bottom: 20px;
  right: 3%;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* /////////////// */
/* スマホ用スタイル */
/* /////////////// */
@media (max-width: 767px) {
  /* トップ */
  #main {
    padding: 120px 20px 0;
    max-width: 600px;
    margin: 0 auto;
  }

  .ac-logo {
    margin: 0 auto 100px;
    width: 90%;
    min-width: 0;
  }

  .ac-logo img {
    margin: 0 auto;
    width: 100%;
  }

  p {
    font-size: 28px;
    text-align: center;
  }

  /* フッター */
  #footer {
    width: 100%;
    background-color: #8b8b8b;
    text-align: center;
    padding: 40px 0;
    margin-top: 120px;
  }

  .footer-list {
    text-align: center;
    margin: 20px auto;
    list-style: none;
    font-size: 12px;
    padding: 0;
  }

  .footer-list li:first-child {
    display: block;
    padding: 0 10px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    border-left: 0px;
  }

  .footer-list li {
    display: block;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    border-left: 0px;
    position: relative;
    margin-top: 5px;
  }

  .footer-cl {
    text-decoration: none;
    color: #fff;
    font-size: 10px;
  }
}
