@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&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%;
}
.button_parent {
  width: 900px;
  display: flex;
  justify-content: center;
}
.button_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 792px;
}
.b_box {
  width: calc(50% - 14px);
  height: 82px;
}
.b_anime img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.b_anime :hover img {
  opacity: 0.8;
}

.camp_text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
 font-size: 2.0em;
	color: yellow;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kakaku_base {
  position: relative;
}
.kakaku1 {
  position: absolute;
  z-index: 2;
  width: 290px;
  height: 76px;
  top: 88%;
  left: 59%;
}
.kakaku2 {
  position: absolute;
  z-index: 2;
  width: 290px;
  height: 76px;
  top: 88%;
  left: 59%;
}
.campaign_box {
  width: 70%;
padding-left: 15%;
	padding-right: 15%;
  max-width: 900px;
}
.lineup_parent {
  width: 100%;
  max-width: 900px;
}
.lineup_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 810px;
  margin: 0 auto;
}
.l_box {
  width: calc(50% - 5px);
  height: 100%;
  margin-bottom: 10px;
}
.l_button {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 810px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.kakaku3 {
  position: absolute;
  z-index: 2;
  width: 150px;
  height: 39px;
  top: 89.5%;
  left: 58%;
}
.kakaku4 {
  position: absolute;
  z-index: 2;
  width: 150px;
  height: 39px;
  top: 89.5%;
  left: 58%;
}
.kakaku5 {
  position: absolute;
  z-index: 2;
  width: 150px;
  height: 39px;
  top: 89.5%;
  left: 32%;
}
.kakaku6 {
  position: absolute;
  z-index: 2;
  width: 150px;
  height: 39px;
  top: 89.5%;
  left: 32%;
}
.kakaku7 {
  position: absolute;
  z-index: 2;
  width: 150px;
  height: 39px;
  top: 87%;
  left: 65%;
}
.ptp img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.ptp :hover img {
  opacity: 0.8;
}
.notice_color {
  color: aliceblue;
}
.ptp2 img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.ptp2 :hover img {
  opacity: 0.8;
}