#wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1120px;
  margin: 0 auto;
  position: relative;
}

div.list_area ul.clm-box {
  margin: 0 auto;
  justify-content: center;
}

#top {
  flex: 1;
  /* padding-bottom: 78px; */
}

.l-footer, .l-jasrac {
  width: 100%;
}

main#top button.search {
  position: fixed;
  display: block;
  margin: 0;
  right: calc((100vw - 1120px) / 2 + 563px);
  bottom: 24px;
  z-index: 999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  font-size: 1em !important;
  width: 280px;
  color: #000;
  border-color: #ffd600;
  background-color: #ffd600;
  border-radius: 60px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

main#top button.search.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

main#top .back_concert_search.bottom_back {
  position: fixed;
  right: calc((100vw - 1120px) / 2 + 563px);
  bottom: 24px;
  z-index: 999;
  margin: 0;
  text-align: left;
  font-size: 1em !important;
  min-width: 280px;
}

main#top .back_concert_search.bottom_back a {
  display: block;
  min-width: 280px;
  min-width: 0;
  margin: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  background: rgba(253, 139, 26, 1.00);
  color: #000;
  border-color: #ffd600;
  background-color: #ffd600;
}

main#top button.search.is-stop-follow,
main#top .back_concert_search.bottom_back.is-stop-follow {
  min-width: 280px;
  position: absolute;
  right: 580px;
  bottom: 24px;
  color: #000;
  border-color: #ffd600;
  background-color: #ffd600;
  border-radius: 60px;
  margin-top: -4px;
}

button.search img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.side_contents {
  width: 300px;
  /* margin-left: 20px; */
  /* background-color: #aaa; */
  padding: 30px;
  padding-right: 0;
  padding-top: 254px;
}
.side_ad_col_2 a  {
  display: block;
  margin-bottom: 30px;
}
.side_ad_sp_slider {
  display: none;
}

#div-gpt-ad-1775119243036-0, #div-gpt-ad-1775119491574-0 {
  margin-bottom: 30px;
}
#div-gpt-ad-1775118824303-0{
  display: none;
}

input[type="date"] {
  width: 8em;
}

.d_search_block {
  padding-bottom: 40px;

}
.check-list-box h3 {
  transform: translateY(-20px);
}
.page_count {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1139px) {
  header {
    width: 100%;
  }
  body {
    width: 100%;
    min-width: 100%;
  }
  .l-header__inner {
    width: 100%;
  }
  .l-dropdown {
    min-width: 100%;
  }
  div.main-box {
    max-width: 100%;
  }
  #div-gpt-ad-1775119243036-0, #div-gpt-ad-1775119491574-0 {
    display: none;
  }
}

@media screen and (max-width: 1119px) {
  #wrapper {
    flex-direction: column;
    width: 100%;
  }
  .side_contents {
    width: 100%;
    margin-top: 20px;
    padding: 10px 5%;
  }
  .side_ad_col_2 {
      display: none;
  }
  .side_ad_sp_slider {
      display: block;
      margin-top: 30px;
  }
  /* PC広告 */
  #div-gpt-ad-1775118935368-0, #div-gpt-ad-1775119491574-0 {
    display: none;
  }
  /* SP広告 */
  #div-gpt-ad-1775118824303-0{
    display: block;
  }
  #div-gpt-ad-1775118621111-0 {
    width: 100%;

  }
  .p-ad-anchor {
    width: 100%;
    overflow: hidden;
  }
  .l-main-contents {
    width: 100%;
  }

  main#top button.search {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 72px;
  }

  main#top .back_concert_search.bottom_back {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 72px;
  }

  main#top button.search.is-stop-follow,
  main#top .back_concert_search.bottom_back.is-stop-follow {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 37px;
  }
}