.tp_outer {
  padding: 0 0 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tp_outer {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 530px) {
  .tp_outer {
    padding: 0 0 15px;
  }
}
.tp_outer .lead_txt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .tp_outer .lead_txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.menu_area {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}
.menu_area .btn_tab {
  position: relative;
  z-index: 30;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .menu_area .btn_tab {
    width: 94%;
  }
}
.menu_area .btn_tab > li {
  max-width: 160px;
  min-height: 168px;
  width: 23%;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_area .btn_tab > li.on {
  cursor: default;
}
.menu_area .btn_tab > li.on:hover {
  transform: translateY(0px);
}
@media screen and (max-width: 768px) {
  .menu_area .btn_tab > li {
    width: 24%;
    min-height: 100px;
  }
}
.menu_area .btn_tab > li:hover {
  transform: translateY(10px);
}
.menu_area .btn_tab > li:nth-child(1) {
  background: url("/menu/img/tab1_off.png") no-repeat center center/100% auto;
}
@media screen and (max-width: 768px) {
  .menu_area .btn_tab > li:nth-child(1) {
    background-image: url("/menu/img/tab1_off_sp.png");
  }
}
.menu_area .btn_tab > li:nth-child(1).on {
  background-image: url("/menu/img/tab1_on.png");
}
@media screen and (max-width: 768px) {
  .menu_area .btn_tab > li:nth-child(1).on {
    background-image: url("/menu/img/tab1_on_sp.png");
  }
}
.menu_area .btn_tab > li:nth-child(2) {
  background: url("/menu/img/tab2_off.png") no-repeat center center/100% auto;
}
@media screen and (max-width: 768px) {
  .menu_area .btn_tab > li:nth-child(2) {
    background-image: url("/menu/img/tab2_off_sp.png");
  }
}
.menu_area .btn_tab > li:nth-child(2).on {
  background-image: url("/menu/img/tab2_on.png");
}
@media screen and (max-width: 768px) {
  .menu_area .btn_tab > li:nth-child(2).on {
    background-image: url("/menu/img/tab2_on_sp.png");
  }
}
.menu_area .btn_tab > li:nth-child(3) {
  background: url("/menu/img/tab3_off.png") no-repeat center center/100% auto;
}
@media screen and (max-width: 768px) {
  .menu_area .btn_tab > li:nth-child(3) {
    background-image: url("/menu/img/tab3_off_sp.png");
  }
}
.menu_area .btn_tab > li:nth-child(3).on {
  background-image: url("/menu/img/tab3_on.png");
}
@media screen and (max-width: 768px) {
  .menu_area .btn_tab > li:nth-child(3).on {
    background-image: url("/menu/img/tab3_on_sp.png");
  }
}
.menu_area .btn_tab > li:nth-child(4) {
  background: url("/menu/img/tab4_off.png") no-repeat center center/100% auto;
}
@media screen and (max-width: 768px) {
  .menu_area .btn_tab > li:nth-child(4) {
    background-image: url("/menu/img/tab4_off_sp.png");
  }
}
.menu_area .btn_tab > li:nth-child(4).on {
  background-image: url("/menu/img/tab4_on.png");
}
@media screen and (max-width: 768px) {
  .menu_area .btn_tab > li:nth-child(4).on {
    background-image: url("/menu/img/tab4_on_sp.png");
  }
}
.menu_area .menu_cont {
  position: relative;
  z-index: 10;
  display: none;
  max-width: 1380px;
  margin: -50px auto 0;
}
@media screen and (max-width: 1120px) {
  .menu_area .menu_cont {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .menu_area .menu_cont {
    width: 94%;
    margin: -20px auto 0;
  }
}
.menu_area .menu_cont .main_img {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 1100px;
}
.menu_area .menu_cont .main_img img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .menu_area .menu_cont .main_img img {
    border-radius: 15px;
    width: 94%;
    margin: 0 auto;
  }
}
.menu_area .menu_cont h2 {
  margin: -60px auto 30px;
  position: relative;
  border-radius: 20px 20px 0 0;
  display: table;
  padding: 10px 30px 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .menu_area .menu_cont h2 {
    margin: -30px auto 20px;
    padding: 5px 20px 10px;
    border-radius: 15px 15px 0 0;
  }
}
.menu_area .menu_cont h2:before {
  position: absolute;
  left: -20px;
  top: 40px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/common/img/icn_r20_w.png") no-repeat center center/100% auto;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .menu_area .menu_cont h2:before {
    width: 15px;
    height: 15px;
    left: -15px;
    top: 20px;
  }
}
.menu_area .menu_cont h2:after {
  position: absolute;
  right: -20px;
  top: 40px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/common/img/icn_r20_w.png") no-repeat center center/100% auto;
}
@media screen and (max-width: 768px) {
  .menu_area .menu_cont h2:after {
    width: 15px;
    height: 15px;
    right: -15px;
    top: 20px;
  }
}
.menu_area .menu_cont h2 em {
  display: inline-block;
  font-size: 3rem;
  font-family: 'Noto Serif JP', serif;
  color: #5d2e13;
  border-bottom: #5d2e13 3px solid;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .menu_area .menu_cont h2 em {
    font-size: 1.8rem;
  }
}
.menu_area .menu_cont .menu_list {
  max-width: 1380px;
  width: 100%;
}
.menu_area .menu_cont .menu_list > li {
  padding-top: 50px;
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .menu_area .menu_cont .menu_list > li {
    padding-top: 25px;
    margin: 0 auto 30px;
    display: block;
  }
}
.menu_area .menu_cont .menu_list > li .txt_box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .menu_area .menu_cont .menu_list > li .txt_box {
    width: 90%;
    margin: 0 auto;
  }
}
.menu_area .menu_cont .menu_list > li .txt_box .inner {
  max-width: 490px;
  width: 100%;
  margin: 0 auto 0 0;
  text-align: left;
}
.menu_area .menu_cont .menu_list > li .txt_box .inner h3 {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .menu_area .menu_cont .menu_list > li .txt_box .inner h3 {
    margin: 0 0 10px;
  }
}
.menu_area .menu_cont .menu_list > li .txt_box .inner .txt {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .menu_area .menu_cont .menu_list > li .txt_box .inner .txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .menu_area .menu_cont .menu_list > li .txt_box .inner .txt .txtS {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .menu_area .menu_cont .menu_list > li .txt_box .inner .txt .txtS {
    font-size: 1.1rem;
  }
}

.menu_area .menu_cont .menu_list > li .txt_box .inner .aller_list {
  display: flex;
  margin-bottom: 40px;
}
.menu_area .menu_cont .menu_list > li .txt_box .inner .aller_list > li {
  background-color: #e3ded2;
  padding: 2px 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-right: 2px;
}
.menu_area .menu_cont .menu_list > li .txt_box .inner .aller_list > li.ttl {
  font-size: 1.4rem;
  background-color: #ffffff;
  padding: 2px 0;
}
.menu_area .menu_cont .menu_list > li .txt_box .inner .episode_txt {
  position: relative;
  border: #c19414 dotted 2px;
  border-radius: 20px;
  padding: 20px 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .menu_area .menu_cont .menu_list > li .txt_box .inner .episode_txt {
    font-size: 1.4rem;
    padding: 25px 20px 10px;
    border-radius: 15px;
  }
}
.menu_area .menu_cont .menu_list > li .txt_box .inner .episode_txt:before {
  content: '';
  display: inline-block;
  top: -20px;
  left: -3px;
  position: absolute;
  width: 110px;
  height: 50px;
  background: url("/menu/img/epi_ttl.png") no-repeat center center/100% auto;
}
@media screen and (max-width: 768px) {
  .menu_area .menu_cont .menu_list > li .txt_box .inner .episode_txt:before {
    width: 88px;
    height: 40px;
  }
}
.menu_area .menu_cont .menu_list > li .img_box {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .menu_area .menu_cont .menu_list > li .img_box {
    width: 86%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .menu_area .menu_cont .menu_list > li .img_box img {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 530px) {
  .menu_area .menu_cont .menu_list > li .img_box img {
    width: 100%;
  }
}

.menu_area .menu_cont .menu_list > li:nth-child(2n) {
  flex-direction: row-reverse;
}
.menu_area .menu_cont .menu_list > li:nth-child(2n) .img_box {
  text-align: left;
}
.menu_area .menu_cont .menu_list > li:nth-child(2n) .txt_box {
  text-align: right;
}
.menu_area .menu_cont .menu_list > li:nth-child(2n) .txt_box .inner {
  margin: 0 0 0 auto;
}
.menu_area .menu_cont .menu_list > li:last-child {
  margin: 0 auto 20px;
}
