@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  background-color: black;
  margin: 0;
  padding: 0;
  min-height: 100%;
}
a:hover img {
  opacity: 0.5;
}
.New_Table {
  width: 960px;
  margin: 0 auto 25px;
  clear: both;
  padding: 0 0 10px;
}
/**/
.harrypotter-wrapper {
  width: 100%;
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}
.kakaku {
  width: 50%;
  margin: 20px auto 60px;
}
.bg_plarail {
  position: relative;
}
.kuwashiku {
  position: absolute;
  top: 15%;
  left: 30%;
  width: 40%;
  height: auto;
}
.ptp img {
  max-width: 50%;
}
.notice_color {
  color: #555;
}