@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;
}
a img{
    transition: 0.3s;
}
a:hover img{
    opacity: 0.7;
}
/**/
#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: 960px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.container2 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
}
.container3 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
}
.container4 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
}
.container5 {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: #fff;
  padding: 15px auto;
}


/*メインエリア*/

.top_logo_box {
  width: 960px;
  margin: 50px auto 70px;
}
.top_pic_box {
  width: 960px;
  margin: 0px auto 70px;
}
.top_catch_box {
  width: 960px;
  margin: 0px auto 70px;
}

/*アバウト*/

.top_title_box {
  width: 960px;
  margin: 30px auto 40px;
}
.top_about_box {
  width: 960px;
  margin: 0px auto 40px;
}
.top_about_box_02 {
  width: 960px;
  margin: 0px auto 90px;
}

/*ラインナップ*/

.top_about_box {
  max-width: 960px;
  margin: 30px auto 10px;
}
.top_about_box_02 {
  max-width: 960px;
  margin: 30px auto 10px;
}

.item_area {
  width: 900px;
}
.flex-container-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px;
}
.flex-item {
  flex: 0 0 calc(50% - 50px);
  box-sizing: border-box;
	  margin: 0 auto 20px;
}
.flex-item img {
  width: 100%;
	height: auto;
}

/*購入ボタン*/
.pricebox {
  position: relative;
}
.kakaku_left {
  position: absolute;
  z-index: 1;
  top: 83%;
  left: 10%;
	width: 80%;
}
.kakaku_right {
  position: absolute;
  z-index: 1;
  top: 83%;
  left: 10%;
		width: 80%;
}

/*注意表記・コピーライト*/
.notice_area {
  margin: 30px 0 10px;
}
.txt_copy {
  padding: 10px 0;
}
.attention_text {
  font-size: 1.0em;
  line-height: 1.2em;
  margin: 0 auto ;
  color: #333;
  font-family: 'M PLUS 2', sans-serif;
}
