@charset "UTF-8";
html {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  background: #e6e4d9;
}

.all {
  max-width: 600px;
  margin: 0 auto;
}
main {
  background: #f2f0ec;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  line-height: 0;
}

li {
  list-style: none;
}

a {
  cursor: pointer;
}

/* ボタンの設定 */
.button_area a {
  display: block;
}
.button_area img.buttons:hover {
  transition: 0.4s;
  opacity: 0.5;
}
.button_area {
  position: relative;
}
.buttons {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 70%;
  max-width: 600px;
}
.LeeepList {
  margin-bottom: 30px !important;
}
.LeeepSeeMore {
  margin-bottom: 30px !important;
}
/* フローティングボタン */
.scroll_Wrapper {
  width: 100%;
  max-width: 600px;
}
.scroll-top {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  max-width: 600px;
}

.scroll-top {
  opacity: 0;
  transition: opacity 350ms ease;
}

#js-scroll-top.is-hide img {
  display: none;
}
