@charset "UTF-8";
body{
    /* background: #000; */
}
section, footer{
    max-width: 750px;
    margin: 0 auto;
}
section{
    background: #fff;
}
footer{
    background: #000;
    color: #fff;
    padding: 15px 0;
}
.bg_bk{
    background: #000;
}
small{
    display: block;
    text-align: center;
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.couponbtn{
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 4%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
#back_top{
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 27px;
}
#store p{
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
}
#store{
    width: 100%;
    margin: 20px auto 5px;
    padding: 30px;
    display: block;
}

h2{
    font-size: 2rem;
}

/*ボタン用*/
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

