.main_cont {
  border-top: 1px solid #bcbcbc;
}

.top_title {
  background-color: #fff;
  padding: 50px;
}

.topics_cont {
  background-color: #FFF;
  padding: 50px 50px 100px;
  max-width: 1100px;
  margin: 0 auto;
}

.main_text_box {
  text-align: center;
    /* margin: 40px; */
}

.main_text {
  font-size: 2rem;
    color: #fa6c74;
    margin-bottom: 20px;
    font-family: "Mochiy Pop P One", sans-serif;
    text-shadow: 2px 2px 1px #fff;
}

.top_title_img figure {
  width: 250px;
    margin: 0 auto;
}

.top_title_img figure img {
  width: 100%;
}

/* 表 */

.recomend_title {
    font-size: 1.5rem;
    text-align: center;
    padding: 0.5em;
    color: #fa6c74;
    margin-bottom: 10px;
    font-family: "Mochiy Pop P One", sans-serif;
    font-weight: 400;
}

.recomend_subtitle {
  color: #fa6c74;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.reco_menu_list {
    inline-size: 100%;
    max-width: 1150px;
    margin: 0 auto;
    margin-bottom: 10px;
}

table.menu_text_list_d,
ul.menu_text_list_d,
.astarisk {
    inline-size: 100%;
    /* max-inline-size: 550px; */
    margin: 0 auto;
}

table.menu_text_list_d th, table.menu_text_list_d td {
    text-align: center;
    padding: 10px 5px;
}

table.menu_text_list_d th {
    background-color: #fff171;
    width: calc(100% / 2);
}

table.menu_text_list_d td {
    background-color: #fffac7;
    block-size: 80px;
}

/* 表：三行 */
.reco_menu_list_u {
    inline-size: 100%;
    max-width: 1150px;
    margin: 0 auto;
    margin-bottom: 10px;
}

table.menu_text_list_d_u {
    inline-size: 100%;
    max-inline-size: 1150px;
    margin: 0 auto;
}

table.menu_text_list_d_u thead th {
    background-color: #fff171;
    width: calc(100% / 8);
    block-size: 40px;
}

table.menu_text_list_d_u td {
    background-color: #fffac7;
    padding: 5px;
    block-size: 80px;
    text-align: center;
}

table.menu_text_list_d_u th {
    background-color: #fff171;
}

.astarisk_u {
    inline-size: 100%;
    max-inline-size: 550px;
}

.mens,
.angel_meet,
.boy_l {
  position: absolute;
  width: 250px;
}

.boy_l {
  position: absolute;
  width: 130px;
}

.mens img,
.angel_meet img,
.boy_l img {
  width: 100%;
}

.mens {
  bottom: -65px;
  left: 0;
  z-index: 99;
}

.angel_meet {
  bottom: -65px;
  right: 0;
  z-index: 99;
}

.boy_l {
  bottom: -85px;
  left: 0;
  z-index: 99;
}



@media screen and (max-width: 48em) {

  .top_title {
    margin-top: 60px;
    border-top: none;
  }

  .topics_cont {
    padding: 56px 20px;
  }

  .main_text {
    font-size: 1.5rem;
  }

  .recomend_title{
    font-size: 1.25rem;
  }

  .recomend_subtitle{
   font-size: 1rem;
  }

  table.menu_text_list_d th {
    width: calc(100% / 3);
  }

  th,
  td,
  td span {
    font-size: 0.9rem;
  }

  .astarisk_text {
    font-size: 0.8rem;
  }

  td span {
    display: block;
  }

  .bird {
  width: 75px;
  top: -42px;
}

.mens,
.angel_meet,
.boy_l {
    width: 145px;
}

.mens {
    bottom: -55px;
}

.angel_meet {
    bottom: -30px;
}

.boy_l {
    width: 95px;
       bottom: -65px;
}

section.pd-0 {
  padding-bottom: 0;
}

}