p {
  width: 100%;
}
a:hover {
  text-decoration: none;
}
/* ボタン */
.btn-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn-list button {
  color: #fff;
  background-color: #e88f16;
  border-color: #e88f16;
  margin-top: 8px;
  margin-bottom: 8px;
}
.btn-list button:hover {
  color: #fff;
}
.btn-list a {
  text-decoration: none;
}
/* プライバシーポリシー */
.policy {
  padding: 20px;
  border: 1px solid #bfbfbf;
  margin: 20px;
}
/* フッター */
footer p {
  text-align: center;
}
footer img {
  width: 20%;
  border: 0;
}
@media (min-width:480px) {
  footer img {
    width: 273px;
    border: 0;
  }
}
/* フローティングボタン */
.btn-floating {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.btn-floating img {
  display: inline-block;
  width: 100%;
}
/* テスト用背景色*/
.test div {
  background-color: #ccc;
}
.test div:nth-child(even) {
  background-color: #999;
}
/* 初売り先取りLP 201911 */
body {
  margin-bottom: 120px;
  background-image: url("../img/bg.jpg");
  background-size: cover;
}
.btn-telmail {
  bottom: 10px;
  text-align: center;
  width: 100%;
}
.btn-telmail img {
  margin: 0;
  width: 50%;
}
.pc {
  display: none;
}
.sp {
  display: inline;
}
@media (min-width:768px) {
  body {
    margin-bottom: 300px;
  }
  .btn-telmail {
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .btn-telmail img {
    margin: 0;
    width: 32%;
  }
  .btn-floating {
    display: inline-block;
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
@media (min-width:1200px) {
  body {
    margin: 0 auto 100px auto;
    width: 60%;
  }
  .btn-floating {
    width: 60%;
  }
  .btn-floating {
    display: inline;
    width: 16%;
    position: fixed;
    right: 40px;
    bottom: 40px;
  }
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}