/*.who_is_bb{
	width:auto;
}
*/
#static_page.about p {
  line-height: 1.8;
  text-align: center; }
#static_page.about em {
  font-weight: 600;
  color: #C10230; }
#static_page.about h2 {
  font-size: 30px;
  text-align: center; }
#static_page.about section {
  border-top: 1px solid #ccc;
  margin-top: 60px; }
#static_page.about .bnr {
  display: flex;
  gap: 20px;
  padding-top: 30px;
  justify-content: center; }
  #static_page.about .bnr a {
    display: block;
    width: calc((100% - 20px) / 2); }
    #static_page.about .bnr a img {
      width: 100%;
      max-width: 650px; }
#static_page.about .mv {
  padding-bottom: 20px; }
#static_page.about .history {
  padding-top: 0; }
#static_page.about .watchword {
  text-align: center; }
  #static_page.about .watchword .block.wrap {
    justify-content: center; }
    #static_page.about .watchword .block.wrap .img {
      width: calc(20% - 15px); }
      #static_page.about .watchword .block.wrap .img img {
        max-width: 200px; }
    #static_page.about .watchword .block.wrap .text {
      width: calc(60% - 15px); }
#static_page.about .category {
  text-align: center; }
  #static_page.about .category ul {
    display: flex;
    gap: 20px;
    padding-bottom: 20px; }
#static_page.about .booby .bnr {
  padding-top: 20px; }
  #static_page.about .booby .bnr a {
    width: 100%;
    text-align: center; }

@media screen and (min-width: 1034px) {
  #static_page.about .wrapper {
    width: 1200px;
    margin: 0 auto; } }
@media screen and (max-width: 1033px) {
  #static_page.about .block {
    padding-bottom: 0; }
  #static_page.about h2, #static_page.about p {
    text-align: left; }
  #static_page.about h2 {
    font-size: 26px;
    margin-bottom: 12px; }
  #static_page.about section {
    margin-top: 30px; }
  #static_page.about .bnr {
    flex-direction: column; }
    #static_page.about .bnr a {
      width: 100%; }
  #static_page.about .watchword {
    text-align: left; }
    #static_page.about .watchword .block.wrap {
      gap: 10px 30px; }
      #static_page.about .watchword .block.wrap .img, #static_page.about .watchword .block.wrap .text {
        width: 100%; }
  #static_page.about .category ul {
    flex-wrap: wrap;
    gap: 10px; }
    #static_page.about .category ul li {
      width: calc((100% - 10px) / 2); } }
.pc_page {
  display: block; }

.sp_page {
  display: none; }

@media screen and (max-width: 1033px) {
  .pc_page {
    display: none; }

  .sp_page {
    display: block; } }
#aboutchums_bb06 .who_is_booby {
  width: 1200px; }

.boobys {
  padding: 60px 0; }
  .boobys h2 {
    text-align: center;
    padding-bottom: 30px; }
  .boobys p {
    text-align: center;
    padding-bottom: 50px; }
  .boobys .chara-block {
    margin: 0 auto; }
    .boobys .chara-block img {
      width: 100%;
      max-width: 85px; }
    .boobys .chara-block .booby {
      margin: 0 auto;
      padding-bottom: 40px; }
    .boobys .chara-block .booby, .boobys .chara-block ul li {
      display: flex;
      align-items: flex-end;
      width: calc((100% - 80px) / 3);
      padding-bottom: 40px; }
    .boobys .chara-block ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between; }
    .boobys .chara-block dl {
      margin-left: 20px;
      padding: 15px;
      height: 100%;
      width: 100%;
      border: 3px solid #333333; }
      .boobys .chara-block dl dt {
        font-weight: 600;
        font-size: 1.2em;
        text-align: center;
        border-bottom: 3px solid #333333;
        margin-bottom: 10px;
        padding-bottom: 3px; }
      .boobys .chara-block dl dd {
        font-size: 14px;
        line-height: 1.6; }

@media screen and (max-width: 1033px) {
  .boobys {
    padding: 25px 0 40px; }
    .boobys p {
      padding-bottom: 30px;
      font-size: 14px;
      line-height: 1.5;
      text-align: left; }
    .boobys .chara-block img {
      width: 100%;
      max-width: 80px; }
    .boobys .chara-block .booby {
      width: 100%;
      flex-direction: column;
      align-items: center; }
    .boobys .chara-block ul li {
      flex-direction: column;
      width: 100%;
      align-items: center; }
      .boobys .chara-block ul li:nth-of-type(n+4) {
        padding-top: 15px; }
    .boobys .chara-block dl {
      margin-left: 0;
      margin-top: -2px;
      height: 100%;
      padding: 10px 15px 15px; }
      .boobys .chara-block dl::before {
        border-style: solid;
        border-width: 0 8px 20px 8px;
        border-color: transparent transparent #ffffff transparent;
        position: absolute;
        top: -20px;
        left: 50%; }
      .boobys .chara-block dl dt {
        text-align: center;
        padding: 15px 0 5px; } }
