@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@500&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
/**/
#bb #ct_bg {
  background-color: #347519;
  background-image: url("../images/bg_baseball_01.jpg");
  background-repeat: repeat;
}
.bb-contents {
  width: 100%;
  background-color: #347519;
  background-image: url("../images/bg_baseball_01.jpg");
  background-repeat: repeat;
}
.container {
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}
.box {
  flex: 1;
  flex-basis: 900px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.container2 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.container3 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.container4 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.container5 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #fff;
  width: 100vw;
  padding: 15px auto;
}
.wide_box {
  flex: 1;
  flex-basis: 100%;
}
/*ボックス*/
.flex-container-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px;
  max-width: 900px;
  margin: 0 auto;
}
.flex-item {
  flex: 0 0 calc(50% - 5px);
  box-sizing: border-box;
}
.pricebox {
  position: relative;
}
.kakaku_left {
  position: absolute;
  z-index: 1;
  top: 82%;
  left: 25%;
}
.kakaku_right {
  position: absolute;
  z-index: 1;
  top: 82%;
  left: 15%;
}
/*トップコピー*/

.top_pic_box {
  max-width: 900px;
  margin: 0 auto;
}
.item_area {
  width: 100vw;
}
.notice_area {
  margin-top: 30px;
  margin-bottom: 10px;
}

.txt_copy {
  padding: 10px 0 10px 0;
}


.notice_text {
  font-size: 1.3em;
  line-height: 1.7em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  color: #e50012;
  font-family: 'M PLUS 2', sans-serif;
}
.attention_text {
  font-size: 1.0em;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  font-family: 'M PLUS 2', sans-serif;
}
