body {
  margin: 0;
  opacity: 1;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}
main {
  display: block;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
.pcOnly {
  display: none!important;
}
.mobileOnly {
  display: block!important;
}
.side-bar {
  display:block;
  position: fixed;
  right: 0;
  top: 90px;
  text-align: center;
  z-index: 99;
}
.side-bar a {
  color:#000;
  text-decoration: none;
}
.side-bar .go-top {
  cursor: pointer;
  display: none;
  margin-top: 10px;
}
.side-bar ul.showlist {
  display: none;
  padding: 10px 0 0;
}
.side-bar ul.hidelist>li,
.side-bar ul.showlist>li {
  list-style: none;
}
.side-bar ul.showlist>li {
  border-bottom: 1px dotted #fff;
}
.side-bar ul.showlist>li:first-child {
  height: 100px;
  border-bottom: 0;
  padding-bottom: 0;
  border-radius: 100px 100px 0 0;
  background-color: #ff0111;
}
.side-bar ul.showlist>li:first-child img {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.side-bar ul.showlist>li img {
  width: 90%;
}
.side-bar ul.showlist>li:last-child {
  overflow: hidden;
  background-color: #ff0111;
  border-radius: 0 0 20px 20px;
}
.side-bar ul.showlist>li:last-child a {
  background-color: #ff0111;
  color: #fff;
}
.side-bar ul.showlist>li ul.subheadfix {
  display: flex;
  flex-wrap: wrap;
}
.side-bar ul.showlist>li ul.subheadfix li {
  width: 50%;
  display: flex;
  align-items: center;
  background: rgba(255,255,255,.8);
  justify-content: center;
  color: #ff0111;
}
.side-bar ul.showlist>li ul.subheadfix li a:hover {
  color: #ff0111;
}
.side-bar ul.showlist>li a {
  background-color: rgba(255, 255, 255, 1);
  display: block;
  font-size: 1.125em;
  line-height: 1.375;
  padding: 10px;
}
.side-bar ul.showlist>li a:hover {
  background: #ffff25;
  color: #ff0111;
}
.side-bar ul.showlist>li:last-child {
  border-bottom: 0 solid #fff;
}
.side-bar ul.showlist>li.last-sidebtn a {
  border-bottom: 0 solid #fff;
  border-radius: 0 0 10px 10px;
}
.side-bar ul.showlist.active {
  display: block;
}
.side-bar ul.hidelist {
  display: none;
  background: #ff0111;
  border-radius: 10px 0 0 10px;
  width: 40px;
  margin-left: auto;
  padding: 10px 0;
  margin-bottom: 10px;
}
.side-bar ul.hidelist img {
  width: 100%;
  margin: auto;
  vertical-align: middle;
}
.side-bar ul.hidelist.active {
  display: block;
  cursor: pointer;
}
.side-bar .closebtn {
  display: none;
  position: absolute;
  top: -5%;
  border-radius: 10px 0 0 10px;
  width: 30px;
  right: 0;
  margin-left: auto;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  z-index: 99;
  cursor: pointer;
}
.side-bar .closebtn.active {
  display: block;
}
/*-----------header-----------*/
.logo-wrap {
  display: flex;
  justify-content: center;
}
.logo-wrap img {
  display: block;
  width: 120px;
  margin: 6px auto;
}
.logo-wrap {
  background-color: #fff;
  border-bottom: 4px solid #000;
}
/*-----------固定置底列-----------*/
.float_mask {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
  align-items: center;
  display: flex;
  background-color: #ff60ec;
  justify-content: space-evenly;
  box-shadow: 0px -4px 0px #dcf8ff;
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
}
.float_area {
  color: #002896;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 0;
  text-decoration: none;
  border-radius: 100px;
  background-color: #fff202;
}
.float_area.rakuma {
  background-color: #25ffd6;
}
.float_area.mercari {
  background-color: #00f7ff;
}
.float_area.bargain {
  background-color: #fff;
  color: #ff00c8;
}
.float_area:hover {
  background-color: #ffa7ef;
}
/*-----------banner-----------*/
.banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  left: 0;
  top: 0;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.banner img {
  display: block;
  width: 100%;
  margin: auto;
}
.copyright {
  margin: 0;
  padding: 1em 0;
  text-align: center;
  font-size: 0.8em;
}
.animate__brightness {
  -webkit-animation: brightness 2s infinite;
}
@-webkit-keyframes brightness {
  0%, 100%  { -webkit-filter: brightness(none); }
  50% { -webkit-filter: brightness(10); }
}
@keyframes brightness {
  0% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }

  88% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }

  91% {
      -webkit-filter: brightness(175%);
      filter: brightness(175%)
  }

  94% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }

  97% {
      -webkit-filter: brightness(175%);
      filter: brightness(175%)
  }

  100% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }
}
@-webkit-keyframes brightness {
  0% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }

  88% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }

  91% {
      -webkit-filter: brightness(175%);
      filter: brightness(175%)
  }

  94% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }

  97% {
      -webkit-filter: brightness(175%);
      filter: brightness(175%)
  }

  100% {
      -webkit-filter: brightness(100%);
      filter: brightness(100%)
  }
}
@media(min-width: 320px) {
  body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #203257;
  }
  body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    /* background: url(../image/background-m.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    background-color: #203257;
  }
  
  .float_area {
    width: calc(100% / 2 - 15px);
    font-size: 1.1em;
    margin: 3px auto;
  }
  .side-bar ul.showlist>li:first-child img {
    width: 100%;
  }
  .banner {
    width: 100%;
    margin: auto;
  }
}
@media(min-width: 480px) {
  /* body::before {
    background: url(../image/background-tab.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
  } */
}
@media(min-width: 768px) {
  .pcOnly {
    display: block!important;
  }
  .mobileOnly {
    display: none!important;
  }
  body::before {
    background: url(../image/background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: contain;
  }
  .banner {
    width: 100%;
  }
  .banner {
    margin-bottom: 0;
  }
  .float_mask {
    padding: 12px 0;
    justify-content: center;
  }
  .float_area {
    width: calc(100% / 4 - 15px);
    font-size: 1.2em;
  }
  .side-bar ul.hidelist {
    width: 60px;
  }
}
@media(min-width: 1200px) {
  
  
  .float_area {
    width: calc(100% / 4 - 25px);
  }
}
@media(min-width: 1200px) {
}







